diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/README.md b/README.md index aae3e28..0c8ffce 100644 --- a/README.md +++ b/README.md @@ -1,102 +1,60 @@ -# IMGPrompt +

+⚡️IMGPrompt +

+

+English | +中文 | +繁体中文 | +Português | +Italiano | +Deutsch | +Русский | +Español | +Français | +日本語 | +한국어 | +हिन्दी | +العربية | +বাংলা +

+

+ Boost your creative workflow! +

-**IMGPrompt** 是一款专为 Stable Diffusion、Midjourney、DALL·E 和 FLUX 打造的 AI 图像提示词编辑器。其界面简洁直观,用户可以轻松查看并组合所需的提示词文本。每个提示词都附有中文翻译,用户仅需点击即可快速选取或组合,从而大大简化了文本组合的过程。 +# Introduction -本工具完全本地化,无需依赖任何数据库或第三方服务。 +**IMGPrompt** is an AI prompt editor designed specifically for image generation tools like **Stable Diffusion**, **Midjourney**, **DALL·E**, **FLUX**, and video generation tools such as **Sora**. With its clean and intuitive interface, users can easily view and combine the prompts they need. Each prompt also comes with translations in the user’s native language, allowing you to quickly select or combine keywords with just a click or input, simplifying the prompt creation process and boosting your creative efficiency. -立即体验: +[Experience IMGPrompt now and boost your creative workflow!](https://prompt.newzone.top/app/en) -![IMGPrompt 界面预览](https://github.com/rockbenben/img-prompt/assets/28252913/5e455cc2-2184-4d7e-ac51-f960e6aaa3d1) +![IMGPrompt Interface Preview](https://img.newzone.top/2024-10-23-18-31-38.png?imageMogr2/format/webp) -## 核心特点 +## Features -- **提示词标签化:** 通过逗号分隔将提示词标签化,支持标签的自动去重和匹配,并附有中文翻译显示,方便用户理解和应用。 -- **互动式编辑:** 点击标签即可快速插入或删除对应提示词文本。 -- **分类标签展示:** 选定的标签会根据类别进行展示,提高查找和编辑的效率。 -- **相关标签推荐:** 根据用户最后输入的词汇,提供 10 个相关标签推荐(支持中英文)。 -- **提示词翻译:** 将任何提示词快速翻译成英文,以满足文生图的语言要求。 -- **字符统计:** 内置提示词字符统计功能,建议用户将提示词长度控制在 380 字符以内,以获得最佳效果。 +### Smart Recommendation System -IMGPrompt 的提示词翻译采用 DeepL/Google Translate API,欢迎用户反馈和抓虫。 +IMGPrompt offers intelligent recommendations based on the keywords you input (supports 14 languages, including Chinese and English). The system automatically suggests related prompts, helping you quickly find the right expression, saving time, and increasing creative efficiency. -此外,IMGPrompt 适用于多种数据编辑场景。通过使用 [IMGPrompt 数据转换器](https://tools.newzone.top/data-parser/img-prompt),用户可以轻松实现数据的批量导入和转换。 +![Smart Recommendation Demo](https://img.newzone.top/gif/imgprompt-ai-suggestions.webp) -## 下载客户端 +### Translation Feature -除了网页版,你还可以在 [Github Release](https://github.com/rockbenben/img-prompt/releases/latest) 下载最新的桌面客户端,支持 Windows、MacOS 和 Linux 系统。请根据你的操作系统选择合适的文件进行下载: +The built-in translation feature allows you to convert prompts in any language to English, ensuring compatibility across various AI image generation tools. This is particularly useful in multilingual environments, eliminating language barriers. -- **Windows**:选择 `x64-setup.exe` 或 `x64_en-US.msi` 文件。 -- **Mac(Intel 版本)**:选择 `x64.dmg` 或 `x64.app.tar.gz` 文件。 -- **Mac(Apple Silicon 版本,如 M1/M2)**:选择 `aarch64.dmg` 或 `aarch64.app.tar.gz` 文件。 -- **Linux(Debian/Ubuntu)**:选择 `amd64.deb` 文件。 +![Translation Demo](https://img.newzone.top/gif/imgprompt-translate.webp) -## 使用 Docker 容器 +### Random Color Generator -如果你更倾向于在容器环境中运行应用程序,可以使用以下方法通过 Docker 容器运行 IMGPrompt: +This feature allows users to quickly replace color-related keywords within prompts, introducing variety and fun into the creative process. It sparks inspiration and helps users explore diverse creative directions. -```shell -# 拉取 Docker 容器镜像 -docker pull ghcr.io/rockbenben/img-prompt:latest +### Additional Features -# 运行容器 -docker run -d -p 5666:5666 --name imgprompt ghcr.io/rockbenben/img-prompt:latest -``` +- **Prompt Tagging**: Prompts can be tagged with keywords separated by commas. The system automatically deduplicates and matches tags, providing native language translations for easier understanding and usage. +- **Interactive Editing**: Users can quickly add or remove prompts by clicking on tags, streamlining the editing process. +- **Categorized Tag Display**: Selected tags are displayed by category, helping you quickly search and edit prompts. +- **Character Count**: IMGPrompt includes a built-in character counter that suggests keeping your prompt length under 380 characters for optimal generation results. +- **Localization**: In addition to the translation feature, IMGPrompt operates entirely in your local language without relying on third-party databases or services. -运行容器后,你可以在浏览器中访问 [http://localhost:5666](http://localhost:5666) 来使用该应用。 +The translation feature in IMGPrompt uses **DeepL** and **Google Translate** APIs. We welcome feedback and bug reports. -## 自定义提示词 - -建议不要修改 `prompt.json` 文件内容,因为可能会不定期更新该文件,修改后可能会导致更新时出现冲突。 - -如需要自定义提示词,请按下方样例修改 `src/app/prompt-custom.json` 文件: - -```json -[ - { - "displayName": "prompt1", - "langName": "提示词 1 翻译", - "object": "定制对象 1", - "attribute": "定制属性" - }, - { - "displayName": "prompt2", - "langName": "提示词 2 翻译", - "object": "定制对象 1", - "attribute": "定制属性" - } -] -``` - -## 提示词来源 - -IMGPrompt 的提示词资源来源于网络搜集、[promptoMANIA](https://promptomania.com/midjourney-prompt-builder/),以及 [sd-webui-prompt-all-in-one](https://github.com/Physton/sd-webui-prompt-all-in-one/blob/main/group_tags/zh_CN.yaml)。在标签样式设计上,我们借鉴了 [OpenPromptStudio](https://moonvy.com/apps/ops/)。 - -## Deploy - -System Requirements: - -- [Node.js 18.17](https://nodejs.org/) or later. -- macOS, Windows (including WSL), and Linux are supported. - -### Deploy With Vercel - -[![Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Frockbenben%2Fimg-prompt%2Ftree%2Fmain) - -项目框架于 2023.06.18 迁移到 Next.js。如果你之前已在 Vercel 上进行部署,请前往 Vercel 项目页面,选择「Settings」>「Build & Development Settings」,然后将 Framework Preset 更改为 Next.js。 - -### Installation - -```shell -# Installation -yarn - -# Local Development -yarn dev - -# build and start -yarn build && yarn start -``` - -Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. - -You can start editing the page by modifying `src/app/page.tsx`. The page auto-updates as you edit the file. +Additionally, IMGPrompt supports various data editing scenarios. By using the [IMGPrompt Data Converter](https://tools.newzone.top/data-parser/img-prompt), you can easily batch import and convert data. diff --git a/messages/ar.json b/messages/ar.json new file mode 100644 index 0000000..2711ab4 --- /dev/null +++ b/messages/ar.json @@ -0,0 +1,35 @@ +{ + "Metadata": { + "title": "IMGPrompt - مولد مطالبات الصور المدعوم بالذكاء الاصطناعي لـ Stable Diffusion وMidjourney وDALL·E وFLUX", + "description": "أداة إنشاء مطالبات الصور البديهية المصممة للاستخدام مع منصات الذكاء الاصطناعي مثل Stable Diffusion وMidjourney وDALL·E وFLUX. إنها تبسط عملية إنشاء مطالبات صور فعالة وإبداعية، مما يتيح للمستخدمين توليد نتائج أفضل دون عناء. باستخدام IMGPrompt، يمكنك البحث عن المطالبات ذات الصلة بلغتك الأم، وترجمتها إلى اللغة الإنجليزية، وتحويل أفكارك الإبداعية إلى مخرجات بصرية مذهلة.", + "keywords": "IMGPrompt، Stable Diffusion، Midjourney، DALL·E، FLUX، مولد مطالبات الصور، مطالبات الصور بالذكاء الاصطناعي، أداة الإبداع البصري، ترجمة المطالبة، فن الذكاء الاصطناعي، مطالبات إنشاء الصور، مُحسِّن الإبداع" + }, + "ToolPage": { + "section1": "حدد الكائن", + "section2": "حدد السمة", + "section3": "حدد العلامة", + "section4": "تم اختياره حاليا" + }, + "ResultSection": { + "tooltip-light": "إدراج الإضاءة المستخدمة بشكل شائع في الصور الشخصية", + "prompt-light": "إضاءة الصورة", + "tooltip-polish": "إدراج مطالبات تحسين الصورة المستخدمة بشكل شائع", + "prompt-polish": "إرشادات باللغة البولندية", + "insertSuccess": "تم إدراج الوصف المحدد", + "tooltip-negative": "نسخ المطالبات السلبية المستخدمة بشكل شائع", + "prompt-negative": "المطالبات السلبية", + "button-copy": "نسخ النتيجة", + "clearSuccess": "تم مسح مربع المطالبة", + "button-clear": "واضح", + "placeholder-translate": "أدخل النص للترجمة", + "button-translate": "يترجم", + "translateSuccess": "تمت الترجمة بنجاح وتمت إضافتها إلى مربع المطالبة", + "translateEmptyError": "لا يمكن أن يكون محتوى الترجمة فارغًا", + "translateFailError": "فشلت الترجمة، يرجى المحاولة مرة أخرى", + "title-other": "وظائف أخرى:", + "tooltip-randomColor": "استبدال الألوان في الوصف بشكل عشوائي", + "button-randomcolor": "استبدال اللون العشوائي", + "copySuccess": "تم النسخ إلى الحافظة بنجاح", + "manualCopy": "فشلت عملية النسخ، يرجى النسخ يدويًا" + } +} \ No newline at end of file diff --git a/messages/bn.json b/messages/bn.json new file mode 100644 index 0000000..03b7ad6 --- /dev/null +++ b/messages/bn.json @@ -0,0 +1,35 @@ +{ + "Metadata": { + "title": "IMGPpromp - স্থিতিশীল ডিফিউশন, মিডজার্নি, DALL·E এবং FLUX এর জন্য AI-চালিত ইমেজ প্রম্পট জেনারেটর", + "description": "স্থিতিশীল ডিফিউশন, মিডজার্নি, DALL·E এবং FLUX-এর মতো AI প্ল্যাটফর্মের সাথে ব্যবহারের জন্য ডিজাইন করা স্বজ্ঞাত ইমেজ প্রম্পট জেনারেশন টুল। এটি কার্যকর এবং সৃজনশীল ইমেজ প্রম্পট তৈরির প্রক্রিয়াকে সহজ করে, ব্যবহারকারীদের অনায়াসে আরও ভাল ফলাফল তৈরি করতে সক্ষম করে। IMGPpromp এর সাহায্যে, আপনি আপনার স্থানীয় ভাষায় প্রাসঙ্গিক প্রম্পটগুলি অনুসন্ধান করতে পারেন, সেগুলিকে ইংরেজিতে অনুবাদ করতে পারেন এবং আপনার সৃজনশীল ধারণাগুলিকে অত্যাশ্চর্য ভিজ্যুয়াল আউটপুটে পরিণত করতে পারেন৷", + "keywords": "IMGPpromp, Stable Diffusion, Midjourney, DALL·E, FLUX, ইমেজ প্রম্পট জেনারেটর, AI ইমেজ প্রম্পট, ভিজ্যুয়াল ক্রিয়েটিভিটি টুল, প্রম্পট অনুবাদ, AI আর্ট, ইমেজ জেনারেশন প্রম্পট, সৃজনশীলতা বৃদ্ধিকারী" + }, + "ToolPage": { + "section1": "অবজেক্ট নির্বাচন করুন", + "section2": "বৈশিষ্ট্য নির্বাচন করুন", + "section3": "ট্যাগ নির্বাচন করুন", + "section4": "বর্তমানে নির্বাচিত" + }, + "ResultSection": { + "tooltip-light": "সাধারণত ব্যবহৃত প্রতিকৃতি আলো সন্নিবেশ", + "prompt-light": "পোর্ট্রেট লাইট", + "tooltip-polish": "সাধারণত ব্যবহৃত ইমেজ বর্ধিতকরণ প্রম্পট সন্নিবেশ করান", + "prompt-polish": "পোলিশ প্রম্পট", + "insertSuccess": "নির্দিষ্ট বিবরণ সন্নিবেশ করান", + "tooltip-negative": "সাধারণত ব্যবহৃত নেতিবাচক প্রম্পট অনুলিপি করুন", + "prompt-negative": "নেতিবাচক প্রম্পট", + "button-copy": "ফলাফল কপি করুন", + "clearSuccess": "প্রম্পট বক্স সাফ করুন", + "button-clear": "পরিষ্কার", + "placeholder-translate": "অনুবাদ করতে পাঠ্য লিখুন", + "button-translate": "অনুবাদ করুন", + "translateSuccess": "অনুবাদ সফল হয়েছে এবং প্রম্পট বাক্সে যোগ করা হয়েছে", + "translateEmptyError": "অনুবাদ বিষয়বস্তু খালি হতে পারে না", + "translateFailError": "অনুবাদ ব্যর্থ হয়েছে, আবার চেষ্টা করুন", + "title-other": "অন্যান্য ফাংশন:", + "tooltip-randomColor": "বর্ণনায় এলোমেলোভাবে রং প্রতিস্থাপন করুন", + "button-randomcolor": "এলোমেলো রঙ প্রতিস্থাপন", + "copySuccess": "ক্লিপবোর্ডে সফলভাবে অনুলিপি করা হয়েছে৷", + "manualCopy": "অনুলিপি ব্যর্থ হয়েছে, ম্যানুয়ালি অনুলিপি করুন" + } +} \ No newline at end of file diff --git a/messages/de.json b/messages/de.json new file mode 100644 index 0000000..24191af --- /dev/null +++ b/messages/de.json @@ -0,0 +1,35 @@ +{ + "Metadata": { + "title": "IMGPrompt - KI-gestützter Bildaufforderungsgenerator für stabile Diffusion, Midjourney, DALL·E und FLUX", + "description": "Intuitives Tool zur Generierung von Bildaufforderungen, das für die Verwendung mit KI-Plattformen wie Stable Diffusion, Midjourney, DALL·E und FLUX entwickelt wurde. Es vereinfacht den Prozess der Erstellung effektiver und kreativer Bildaufforderungen und ermöglicht es Benutzern, mühelos bessere Ergebnisse zu erzielen. Mit IMGPrompt können Sie in Ihrer Muttersprache nach relevanten Aufforderungen suchen, diese ins Englische übersetzen und Ihre kreativen Ideen in beeindruckende visuelle Ergebnisse verwandeln.", + "keywords": "IMGPrompt, Stable Diffusion, Midjourney, DALL·E, FLUX, Bildaufforderungsgenerator, KI-Bildaufforderung, visuelles Kreativitätstool, Aufforderungsübersetzung, KI-Kunst, Bildgenerierungsaufforderungen, Kreativitätsverstärker" + }, + "ToolPage": { + "section1": "Objekt auswählen", + "section2": "Attribut auswählen", + "section3": "Tag auswählen", + "section4": "Zurzeit ausgewählt" + }, + "ResultSection": { + "tooltip-light": "Einfügen häufig verwendeter Porträtbeleuchtung", + "prompt-light": "Porträtlicht", + "tooltip-polish": "Einfügen häufig verwendeter Eingabeaufforderungen zur Bildverbesserung", + "prompt-polish": "Polnische Eingabeaufforderungen", + "insertSuccess": "Die angegebene Beschreibung eingefügt", + "tooltip-negative": "Häufig verwendete negative Eingabeaufforderungen kopieren", + "prompt-negative": "Negative Eingabeaufforderungen", + "button-copy": "Ergebnis kopieren", + "clearSuccess": "Das Eingabefeld wurde gelöscht", + "button-clear": "Klar", + "placeholder-translate": "Geben Sie den zu übersetzenden Text ein", + "button-translate": "Übersetzen", + "translateSuccess": "Übersetzung erfolgreich und zum Eingabefeld hinzugefügt", + "translateEmptyError": "Der Übersetzungsinhalt darf nicht leer sein", + "translateFailError": "Die Übersetzung ist fehlgeschlagen. Bitte versuchen Sie es erneut.", + "title-other": "Weitere Funktionen:", + "tooltip-randomColor": "Farben in der Beschreibung nach dem Zufallsprinzip ersetzen", + "button-randomcolor": "Zufällige Farbersetzung", + "copySuccess": "Erfolgreich in die Zwischenablage kopiert", + "manualCopy": "Kopieren fehlgeschlagen, bitte manuell kopieren" + } +} \ No newline at end of file diff --git a/messages/en.json b/messages/en.json new file mode 100644 index 0000000..3616821 --- /dev/null +++ b/messages/en.json @@ -0,0 +1,35 @@ +{ + "Metadata": { + "title": "IMGPrompt - AI-Powered Image Prompt Generator for Stable Diffusion, Midjourney, DALL·E, and FLUX", + "description": "Intuitive image prompt generation tool designed for use with AI platforms like Stable Diffusion, Midjourney, DALL·E, and FLUX. It simplifies the process of creating effective and creative image prompts, enabling users to generate better results effortlessly. With IMGPrompt, you can search for relevant prompts in your native language, translate them into English, and turn your creative ideas into stunning visual outputs.", + "keywords": "IMGPrompt, Stable Diffusion, Midjourney, DALL·E, FLUX, image prompt generator, AI image prompt, visual creativity tool, prompt translation, AI art, image generation prompts, creativity enhancer" + }, + "ToolPage": { + "section1": "Select Object", + "section2": "Select Attribute", + "section3": "Select Tag", + "section4": "Currently Selected" + }, + "ResultSection": { + "tooltip-light": "Insert commonly used portrait lighting", + "prompt-light": "Portrait Light", + "tooltip-polish": "Insert commonly used image enhancement prompts", + "prompt-polish": "Polish Prompts", + "insertSuccess": "Inserted the specified description", + "tooltip-negative": "Copy commonly used negative prompts", + "prompt-negative": "Negative Prompts", + "button-copy": "Copy Result", + "clearSuccess": "Cleared the prompt box", + "button-clear": "Clear", + "placeholder-translate": "Enter text to translate", + "button-translate": "Translate", + "translateSuccess": "Translation successful and added to the prompt box", + "translateEmptyError": "Translation content cannot be empty", + "translateFailError": "Translation failed, please try again", + "title-other":"Other functions:", + "tooltip-randomColor": "Randomly replace colors in the description", + "button-randomcolor": "Random Color Replace", + "copySuccess": "Successfully copied to clipboard", + "manualCopy": "Copy failed, please copy manually" + } +} diff --git a/messages/es.json b/messages/es.json new file mode 100644 index 0000000..73408c5 --- /dev/null +++ b/messages/es.json @@ -0,0 +1,35 @@ +{ + "Metadata": { + "title": "IMGPrompt - Generador de avisos de imagen con IA para Stable Diffusion, Midjourney, DALL-E y FLUX", + "description": "Herramienta intuitiva de generación de avisos de imagen diseñada para su uso con plataformas de IA como Stable Diffusion, Midjourney, DALL-E y FLUX. Simplifica el proceso de creación de mensajes de imagen eficaces y creativos, permitiendo a los usuarios generar mejores resultados sin esfuerzo. Con IMGPrompt, puede buscar mensajes relevantes en su lengua materna, traducirlos al inglés y convertir sus ideas creativas en resultados visuales sorprendentes.", + "keywords": "IMGPrompt, Stable Diffusion, Midjourney, DALL-E, FLUX, generador de avisos de imágenes, avisos de imágenes AI, herramienta de creatividad visual, traducción de avisos, arte AI, generación de avisos de imágenes, potenciador de la creatividad" + }, + "ToolPage": { + "section1": "Seleccionar objeto", + "section2": "Seleccionar atributo", + "section3": "Seleccionar etiqueta", + "section4": "Actualmente seleccionado" + }, + "ResultSection": { + "tooltip-light": "Insertar iluminación para retratos de uso común", + "prompt-light": "Luz de retrato", + "tooltip-polish": "Insertar indicaciones de mejora de imagen de uso común", + "prompt-polish": "Prompts polacos", + "insertSuccess": "Inserta la descripción especificada", + "tooltip-negative": "Copie los mensajes negativos más utilizados", + "prompt-negative": "Preguntas negativas", + "button-copy": "Copiar Resultado", + "clearSuccess": "Borrado del cuadro de diálogo", + "button-clear": "Claro", + "placeholder-translate": "Introducir texto para traducir", + "button-translate": "Traducir", + "translateSuccess": "Traducción correcta y añadida al cuadro de diálogo", + "translateEmptyError": "El contenido de la traducción no puede estar vacío", + "translateFailError": "Error de traducción, inténtelo de nuevo", + "title-other": "Otras funciones:", + "tooltip-randomColor": "Sustituir aleatoriamente los colores en la descripción", + "button-randomcolor": "Sustitución aleatoria de colores", + "copySuccess": "Copiado correctamente en el portapapeles", + "manualCopy": "Error de copia, por favor copie manualmente" + } +} \ No newline at end of file diff --git a/messages/fr.json b/messages/fr.json new file mode 100644 index 0000000..5909ab7 --- /dev/null +++ b/messages/fr.json @@ -0,0 +1,35 @@ +{ + "Metadata": { + "title": "IMGPrompt - Générateur d'images optimisé par l'IA pour la diffusion stable, Midjourney, DALL·E et FLUX", + "description": "Outil intuitif de génération d'images, conçu pour être utilisé avec des plateformes d'IA telles que Stable Diffusion, Midjourney, DALL·E et FLUX. Il simplifie le processus de création d'images efficaces et créatives, permettant aux utilisateurs de générer de meilleurs résultats sans effort. Avec IMGPrompt, vous pouvez rechercher des invites pertinentes dans votre langue maternelle, les traduire en anglais et transformer vos idées créatives en résultats visuels époustouflants.", + "keywords": "IMGPrompt, Stable Diffusion, Midjourney, DALL·E, FLUX, générateur d'invite d'image, invite d'image IA, outil de créativité visuelle, traduction d'invite, art IA, invites de génération d'image, activateur de créativité" + }, + "ToolPage": { + "section1": "Sélectionner un objet", + "section2": "Sélectionner un attribut", + "section3": "Sélectionner une balise", + "section4": "Actuellement sélectionné" + }, + "ResultSection": { + "tooltip-light": "Insérer un éclairage de portrait couramment utilisé", + "prompt-light": "Lumière de portrait", + "tooltip-polish": "Insérer des invites d'amélioration d'image fréquemment utilisées", + "prompt-polish": "Invites en polonais", + "insertSuccess": "Inséré la description spécifiée", + "tooltip-negative": "Copiez les invites négatives fréquemment utilisées", + "prompt-negative": "Invites négatives", + "button-copy": "Copier le résultat", + "clearSuccess": "Effacer la boîte de dialogue", + "button-clear": "Clair", + "placeholder-translate": "Entrez le texte à traduire", + "button-translate": "Traduire", + "translateSuccess": "Traduction réussie et ajoutée à la boîte de dialogue", + "translateEmptyError": "Le contenu de la traduction ne peut pas être vide", + "translateFailError": "La traduction a échoué, veuillez réessayer", + "title-other": "Autres fonctions :", + "tooltip-randomColor": "Remplacer aléatoirement les couleurs dans la description", + "button-randomcolor": "Remplacement de couleur aléatoire", + "copySuccess": "Copié avec succès dans le presse-papiers", + "manualCopy": "La copie a échoué, veuillez copier manuellement" + } +} \ No newline at end of file diff --git a/messages/hi.json b/messages/hi.json new file mode 100644 index 0000000..f158348 --- /dev/null +++ b/messages/hi.json @@ -0,0 +1,35 @@ +{ + "Metadata": { + "title": "IMGPrompt - स्थिर प्रसार, मिडजर्नी, DALL·E, और FLUX के लिए AI-संचालित इमेज प्रॉम्प्ट जनरेटर", + "description": "सहज ज्ञान युक्त इमेज प्रॉम्प्ट जनरेशन टूल जिसे स्टेबल डिफ्यूजन, मिडजर्नी, DALL·E और FLUX जैसे AI प्लेटफ़ॉर्म के साथ उपयोग के लिए डिज़ाइन किया गया है। यह प्रभावी और रचनात्मक इमेज प्रॉम्प्ट बनाने की प्रक्रिया को सरल बनाता है, जिससे उपयोगकर्ता आसानी से बेहतर परिणाम उत्पन्न कर सकते हैं। IMGPrompt के साथ, आप अपनी मूल भाषा में प्रासंगिक प्रॉम्प्ट खोज सकते हैं, उनका अंग्रेजी में अनुवाद कर सकते हैं और अपने रचनात्मक विचारों को आश्चर्यजनक दृश्य आउटपुट में बदल सकते हैं।", + "keywords": "IMGPrompt, स्थिर प्रसार, मिडजर्नी, DALL·E, FLUX, इमेज प्रॉम्प्ट जनरेटर, AI इमेज प्रॉम्प्ट, दृश्य रचनात्मकता उपकरण, प्रॉम्प्ट अनुवाद, AI कला, इमेज जनरेशन प्रॉम्प्ट, रचनात्मकता बढ़ाने वाला" + }, + "ToolPage": { + "section1": "ऑब्जेक्ट चुनें", + "section2": "विशेषता चुनें", + "section3": "टैग चुनें", + "section4": "वर्तमान में चयनित" + }, + "ResultSection": { + "tooltip-light": "सामान्यतः प्रयुक्त पोर्ट्रेट लाइटिंग डालें", + "prompt-light": "पोर्ट्रेट लाइट", + "tooltip-polish": "सामान्यतः प्रयुक्त छवि संवर्द्धन संकेत डालें", + "prompt-polish": "पोलिश संकेत", + "insertSuccess": "निर्दिष्ट विवरण डाला गया", + "tooltip-negative": "सामान्यतः प्रयुक्त नकारात्मक संकेतों की प्रतिलिपि बनाएँ", + "prompt-negative": "नकारात्मक संकेत", + "button-copy": "परिणाम कॉपी करें", + "clearSuccess": "प्रॉम्प्ट बॉक्स साफ़ किया गया", + "button-clear": "स्पष्ट", + "placeholder-translate": "अनुवाद करने के लिए पाठ दर्ज करें", + "button-translate": "अनुवाद", + "translateSuccess": "अनुवाद सफल हुआ और प्रॉम्प्ट बॉक्स में जोड़ दिया गया", + "translateEmptyError": "अनुवाद सामग्री रिक्त नहीं हो सकती", + "translateFailError": "अनुवाद विफल, कृपया पुनः प्रयास करें", + "title-other": "अन्य कार्य:", + "tooltip-randomColor": "विवरण में रंगों को बेतरतीब ढंग से बदलें", + "button-randomcolor": "यादृच्छिक रंग बदलें", + "copySuccess": "क्लिपबोर्ड पर सफलतापूर्वक कॉपी किया गया", + "manualCopy": "कॉपी विफल, कृपया मैन्युअल रूप से कॉपी करें" + } +} \ No newline at end of file diff --git a/messages/it.json b/messages/it.json new file mode 100644 index 0000000..988fb88 --- /dev/null +++ b/messages/it.json @@ -0,0 +1,35 @@ +{ + "Metadata": { + "title": "IMGPrompt - Generatore di prompt di immagini basato sull'intelligenza artificiale per diffusione stabile, Midjourney, DALL·E e FLUX", + "description": "Strumento intuitivo di generazione di prompt di immagini progettato per l'uso con piattaforme AI come Stable Diffusion, Midjourney, DALL·E e FLUX. Semplifica il processo di creazione di prompt di immagini efficaci e creativi, consentendo agli utenti di generare risultati migliori senza sforzo. Con IMGPrompt, puoi cercare prompt pertinenti nella tua lingua madre, tradurli in inglese e trasformare le tue idee creative in straordinari output visivi.", + "keywords": "IMGPrompt, Stable Diffusion, Midjourney, DALL·E, FLUX, generatore di prompt di immagini, prompt di immagini AI, strumento di creatività visiva, traduzione di prompt, arte AI, prompt di generazione di immagini, potenziatore della creatività" + }, + "ToolPage": { + "section1": "Seleziona oggetto", + "section2": "Seleziona attributo", + "section3": "Seleziona tag", + "section4": "Attualmente selezionato" + }, + "ResultSection": { + "tooltip-light": "Inserisci l'illuminazione per ritratti comunemente utilizzata", + "prompt-light": "Luce ritratto", + "tooltip-polish": "Inserisci richieste di miglioramento delle immagini comunemente utilizzate", + "prompt-polish": "Suggerimenti polacchi", + "insertSuccess": "Inserita la descrizione specificata", + "tooltip-negative": "Copia le richieste negative comunemente utilizzate", + "prompt-negative": "Richieste negative", + "button-copy": "Copia il risultato", + "clearSuccess": "Ho cancellato la casella del prompt", + "button-clear": "Chiaro", + "placeholder-translate": "Inserisci il testo da tradurre", + "button-translate": "Tradurre", + "translateSuccess": "Traduzione riuscita e aggiunta alla casella di richiesta", + "translateEmptyError": "Il contenuto della traduzione non può essere vuoto", + "translateFailError": "Traduzione fallita, riprova.", + "title-other": "Altre funzioni:", + "tooltip-randomColor": "Sostituisci casualmente i colori nella descrizione", + "button-randomcolor": "Sostituzione colore casuale", + "copySuccess": "Copiato correttamente negli appunti", + "manualCopy": "Copia non riuscita, si prega di copiare manualmente" + } +} \ No newline at end of file diff --git a/messages/ja.json b/messages/ja.json new file mode 100644 index 0000000..cf26fee --- /dev/null +++ b/messages/ja.json @@ -0,0 +1,35 @@ +{ + "Metadata": { + "title": "IMGPrompt - 安定拡散、中間旅程、DALL·E、FLUX 用の AI 搭載画像プロンプト ジェネレーター", + "description": "Stable Diffusion、Midjourney、DALL·E、FLUX などの AI プラットフォームで使用するために設計された直感的な画像プロンプト生成ツール。効果的でクリエイティブな画像プロンプトを作成するプロセスを簡素化し、ユーザーが簡単に優れた結果を生成できるようにします。IMGPrompt を使用すると、関連するプロンプトを母国語で検索し、英語に翻訳して、クリエイティブなアイデアを魅力的なビジュアル出力に変換できます。", + "keywords": "IMGPrompt、Stable Diffusion、Midjourney、DALL·E、FLUX、画像プロンプト ジェネレーター、AI 画像プロンプト、ビジュアル クリエイティビティ ツール、プロンプト翻訳、AI アート、画像生成プロンプト、クリエイティビティ エンハンサー" + }, + "ToolPage": { + "section1": "オブジェクトを選択", + "section2": "属性を選択", + "section3": "タグを選択", + "section4": "現在選択中" + }, + "ResultSection": { + "tooltip-light": "よく使われるポートレート照明を挿入する", + "prompt-light": "ポートレートライト", + "tooltip-polish": "よく使用される画像強調プロンプトを挿入する", + "prompt-polish": "ポーランド語プロンプト", + "insertSuccess": "指定された説明を挿入しました", + "tooltip-negative": "よく使われる否定的なプロンプトをコピーする", + "prompt-negative": "否定的なプロンプト", + "button-copy": "結果をコピー", + "clearSuccess": "プロンプトボックスをクリアしました", + "button-clear": "クリア", + "placeholder-translate": "翻訳するテキストを入力してください", + "button-translate": "翻訳する", + "translateSuccess": "翻訳が成功し、プロンプトボックスに追加されました", + "translateEmptyError": "翻訳内容は空欄にできません", + "translateFailError": "翻訳に失敗しました。もう一度お試しください", + "title-other": "その他の機能:", + "tooltip-randomColor": "説明内の色をランダムに置き換える", + "button-randomcolor": "ランダムカラー置換", + "copySuccess": "クリップボードにコピーされました", + "manualCopy": "コピーに失敗しました。手動でコピーしてください。" + } +} \ No newline at end of file diff --git a/messages/ko.json b/messages/ko.json new file mode 100644 index 0000000..5734ada --- /dev/null +++ b/messages/ko.json @@ -0,0 +1,35 @@ +{ + "Metadata": { + "title": "IMGPrompt - 안정적 확산, 중간 여정, DALL·E 및 FLUX 를 위한 AI 기반 이미지 프롬프트 생성기", + "description": "Stable Diffusion, Midjourney, DALL·E, FLUX 와 같은 AI 플랫폼에서 사용하도록 설계된 직관적인 이미지 프롬프트 생성 도구입니다. 효과적이고 창의적인 이미지 프롬프트를 만드는 과정을 간소화하여 사용자가 손쉽게 더 나은 결과를 생성할 수 있도록 합니다. IMGPrompt 를 사용하면 모국어로 관련 프롬프트를 검색하고 영어로 번역하고 창의적인 아이디어를 놀라운 시각적 출력으로 전환할 수 있습니다.", + "keywords": "IMGPrompt, Stable Diffusion, Midjourney, DALL·E, FLUX, 이미지 프롬프트 생성기, AI 이미지 프롬프트, 시각적 창의성 도구, 프롬프트 번역, AI 아트, 이미지 생성 프롬프트, 창의성 향상기" + }, + "ToolPage": { + "section1": "객체 선택", + "section2": "속성 선택", + "section3": "태그 선택", + "section4": "현재 선택됨" + }, + "ResultSection": { + "tooltip-light": "일반적으로 사용되는 초상화 조명을 삽입하세요", + "prompt-light": "인물 조명", + "tooltip-polish": "자주 사용되는 이미지 향상 프롬프트 삽입", + "prompt-polish": "폴란드어 프롬프트", + "insertSuccess": "지정된 설명을 삽입했습니다", + "tooltip-negative": "자주 사용되는 부정적인 프롬프트를 복사하세요", + "prompt-negative": "부정적인 프롬프트", + "button-copy": "결과 복사", + "clearSuccess": "프롬프트 상자를 지웠습니다", + "button-clear": "분명한", + "placeholder-translate": "번역할 텍스트를 입력하세요", + "button-translate": "번역하다", + "translateSuccess": "번역이 성공하여 프롬프트 상자에 추가되었습니다.", + "translateEmptyError": "번역 내용은 비어 있을 수 없습니다.", + "translateFailError": "번역에 실패했습니다. 다시 시도해 주세요.", + "title-other": "다른 기능:", + "tooltip-randomColor": "설명에서 색상을 무작위로 바꿉니다.", + "button-randomcolor": "무작위 색상 교체", + "copySuccess": "클립보드에 성공적으로 복사되었습니다", + "manualCopy": "복사에 실패했습니다. 수동으로 복사해 주세요." + } +} \ No newline at end of file diff --git a/messages/pt.json b/messages/pt.json new file mode 100644 index 0000000..e824a23 --- /dev/null +++ b/messages/pt.json @@ -0,0 +1,35 @@ +{ + "Metadata": { + "title": "IMGPrompt - Gerador de prompt de imagem com tecnologia de IA para difusão estável, meio da jornada, DALL·E e FLUX", + "description": "Ferramenta intuitiva de geração de prompts de imagem projetada para uso com plataformas de IA como Stable Diffusion, Midjourney, DALL·E e FLUX. Ela simplifica o processo de criação de prompts de imagem eficazes e criativos, permitindo que os usuários gerem melhores resultados sem esforço. Com o IMGPrompt, você pode pesquisar prompts relevantes em seu idioma nativo, traduzi-los para o inglês e transformar suas ideias criativas em resultados visuais impressionantes.", + "keywords": "IMGPrompt, Stable Diffusion, Midjourney, DALL·E, FLUX, gerador de prompt de imagem, prompt de imagem de IA, ferramenta de criatividade visual, tradução de prompt, arte de IA, prompts de geração de imagem, intensificador de criatividade" + }, + "ToolPage": { + "section1": "Selecionar objeto", + "section2": "Selecionar Atributo", + "section3": "Selecionar Tag", + "section4": "Atualmente selecionado" + }, + "ResultSection": { + "tooltip-light": "Insira iluminação de retrato comumente usada", + "prompt-light": "Luz de retrato", + "tooltip-polish": "Insira prompts de aprimoramento de imagem comumente usados", + "prompt-polish": "Prompts em polonês", + "insertSuccess": "Inseriu a descrição especificada", + "tooltip-negative": "Copie os prompts negativos comumente usados", + "prompt-negative": "Prompts negativos", + "button-copy": "Copiar resultado", + "clearSuccess": "Limpou a caixa de prompt", + "button-clear": "Claro", + "placeholder-translate": "Digite o texto para traduzir", + "button-translate": "Traduzir", + "translateSuccess": "Tradução bem-sucedida e adicionada à caixa de prompt", + "translateEmptyError": "O conteúdo da tradução não pode estar vazio", + "translateFailError": "A tradução falhou, tente novamente", + "title-other": "Outras funções:", + "tooltip-randomColor": "Substituir cores aleatoriamente na descrição", + "button-randomcolor": "Substituição aleatória de cores", + "copySuccess": "Copiado com sucesso para a área de transferência", + "manualCopy": "A cópia falhou, copie manualmente" + } +} \ No newline at end of file diff --git a/messages/ru.json b/messages/ru.json new file mode 100644 index 0000000..9ef9280 --- /dev/null +++ b/messages/ru.json @@ -0,0 +1,35 @@ +{ + "Metadata": { + "title": "IMGPrompt — генератор подсказок изображений на основе искусственного интеллекта для Stable Diffusion, Midjourney, DALL·E и FLUX", + "description": "Интуитивно понятный инструмент генерации подсказок изображений, разработанный для использования с платформами ИИ, такими как Stable Diffusion, Midjourney, DALL·E и FLUX. Он упрощает процесс создания эффективных и креативных подсказок изображений, позволяя пользователям без усилий генерировать лучшие результаты. С помощью IMGPrompt вы можете искать соответствующие подсказки на своем родном языке, переводить их на английский и превращать свои творческие идеи в потрясающие визуальные результаты.", + "keywords": "IMGPrompt, Stable Diffusion, Midjourney, DALL·E, FLUX, генератор подсказок по изображению, подсказка по изображению ИИ, инструмент визуального творчества, перевод подсказок, искусство ИИ, подсказки по созданию изображений, усилитель креативности" + }, + "ToolPage": { + "section1": "Выбрать объект", + "section2": "Выберите атрибут", + "section3": "Выберите тег", + "section4": "В данный момент выбрано" + }, + "ResultSection": { + "tooltip-light": "Вставьте обычно используемое портретное освещение", + "prompt-light": "Портретный свет", + "tooltip-polish": "Вставьте часто используемые подсказки по улучшению изображения", + "prompt-polish": "Польские подсказки", + "insertSuccess": "Вставлено указанное описание", + "tooltip-negative": "Копировать часто используемые отрицательные подсказки", + "prompt-negative": "Отрицательные подсказки", + "button-copy": "Копировать результат", + "clearSuccess": "Очистил окно подсказки", + "button-clear": "Прозрачный", + "placeholder-translate": "Введите текст для перевода", + "button-translate": "Переводить", + "translateSuccess": "Перевод выполнен успешно и добавлен в поле подсказки.", + "translateEmptyError": "Содержание перевода не может быть пустым", + "translateFailError": "Перевод не удался, попробуйте еще раз", + "title-other": "Другие функции:", + "tooltip-randomColor": "Случайным образом заменить цвета в описании", + "button-randomcolor": "Случайная замена цвета", + "copySuccess": "Успешно скопировано в буфер обмена", + "manualCopy": "Копирование не удалось, пожалуйста, скопируйте вручную" + } +} \ No newline at end of file diff --git a/messages/zh-hant.json b/messages/zh-hant.json new file mode 100644 index 0000000..37c3411 --- /dev/null +++ b/messages/zh-hant.json @@ -0,0 +1,36 @@ +{ + "Metadata": { + "title": "IMGPrompt - Stable Diffusion、Midjourney、DALL·E 和 FLUX 的圖像提示詞生成工具", + "description": + "IMGPrompt 是一個直觀的圖像提示詞生成工具,可以方便地在 Stable Diffusion、Midjourney、DALL·E 和 FLUX 的流程中使用,使圖像提示詞的創建變得簡單而有效,輕鬆激發創意並獲得更好的圖片結果。通過 IMGPrompt,你可以使用英文或母語搜索相關提示詞,將提示詞翻譯為英語,輕易將自己的創意想法轉化為視覺現實。", + "keywords": "IMGPrompt, Stable Diffusion, Midjourney, DALL·E, FLUX, Image prompt generation, Visual creativity toolprompt,ai,prompt, 提示詞推薦,翻譯提示詞,圖像提示詞" + }, + "ToolPage":{ + "section1": "選擇對象", + "section2": "選擇屬性", + "section3": "選擇標籤", + "section4": "當前選中" + }, + "ResultSection":{ + "tooltip-light": "插入肖像常用光線", + "prompt-light": "肖像光線", + "tooltip-polish": "插入常用圖像潤色詞", + "prompt-polish": "常用潤色", + "insertSuccess": "已插入指定描述", + "tooltip-negative": "複製常用否定提示詞", + "prompt-negative": "否定提示詞", + "button-copy": "複製結果", + "clearSuccess": "已清空提示詞框", + "button-clear": "清空", + "placeholder-translate": "輸入要翻譯的文本", + "button-translate": "翻譯", + "translateSuccess": "翻譯成功並添加到提示詞框中", + "translateEmptyError": "翻譯內容不能為空", + "translateFailError": "翻譯失敗,請重試", + "tooltip-randomColor": "隨機替換描述中的顏色", + "title-other":"其他功能:", + "button-randomcolor": "隨機換色", + "copySuccess": "文本已成功複製到剪貼板", + "manualCopy": "複製失敗,請手動複製內容" + } +} \ No newline at end of file diff --git a/messages/zh.json b/messages/zh.json new file mode 100644 index 0000000..1690933 --- /dev/null +++ b/messages/zh.json @@ -0,0 +1,36 @@ +{ + "Metadata": { + "title": "IMGPrompt - Stable Diffusion、Midjourney、DALL·E 和 FLUX 的图像提示词生成工具", + "description": + "IMGPrompt 是一个直观的图像提示词生成工具,可以方便地在 Stable Diffusion、Midjourney、DALL·E 和 FLUX 的流程中使用,使图像提示词的创建变得简单而有效,轻松激发创意并获得更好的图片结果。通过 IMGPrompt,你可以使用英文或母语搜索相关提示词,将提示词翻译为英语,轻易将自己的创意想法转化为视觉现实。", + "keywords": "IMGPrompt, Stable Diffusion, Midjourney, DALL·E, FLUX, Image prompt generation, Visual creativity toolprompt,ai,prompt, 提示词推荐,翻译提示词,图像提示词" + }, + "ToolPage":{ + "section1": "选择对象", + "section2": "选择属性", + "section3": "选择标签", + "section4": "当前选中" + }, + "ResultSection":{ + "tooltip-light": "插入肖像常用光线", + "prompt-light": "肖像光线", + "tooltip-polish": "插入常用图像润色词", + "prompt-polish": "常用润色", + "insertSuccess": "已插入指定描述", + "tooltip-negative": "复制常用否定提示词", + "prompt-negative": "否定提示词", + "button-copy": "复制结果", + "clearSuccess": "已清空提示词框", + "button-clear": "清空", + "placeholder-translate": "输入要翻译的文本", + "button-translate": "翻译", + "translateSuccess": "翻译成功并添加到提示词框中", + "translateEmptyError": "翻译内容不能为空", + "translateFailError": "翻译失败,请重试", + "tooltip-randomColor": "随机替换描述中的颜色", + "title-other":"其他功能:", + "button-randomcolor": "随机换色", + "copySuccess": "文本已成功复制到剪贴板", + "manualCopy": "复制失败,请手动复制内容" + } +} \ No newline at end of file diff --git a/next.config.mjs b/next.config.mjs index 4350313..8fff885 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,6 +1,23 @@ +import createNextIntlPlugin from "next-intl/plugin"; +const withNextIntl = createNextIntlPlugin(); + +// This file is used to configure Static Next.js for the Tauri app. +const isProd = process.env.NODE_ENV === "production"; +const internalHost = process.env.TAURI_DEV_HOST || "localhost"; + /** @type {import('next').NextConfig} */ const nextConfig = { + basePath: "", + // Ensure Next.js uses SSG instead of SSR + // https://nextjs.org/docs/pages/building-your-application/deploying/static-exports output: "export", + // Note: This feature is required to use the Next.js Image component in SSG mode. + // See https://nextjs.org/docs/messages/export-image-api for different workarounds. + images: { + unoptimized: true, + }, + // Configure assetPrefix or else the server won't properly resolve your assets. + assetPrefix: isProd ? undefined : `http://${internalHost}:3000`, }; -export default nextConfig; +export default withNextIntl(nextConfig); diff --git a/package.json b/package.json index 55515f1..67be116 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,23 @@ { "name": "img-prompt", - "version": "1.2.2", + "version": "2.0.0", "license": "MIT", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", - "update": "ncu -u --reject @types/node,eslint && yarn install" + "update": "ncu -u --reject @types/node,eslint,@next/third-parties,eslint-config-next,next && yarn install" }, "dependencies": { - "@ant-design/nextjs-registry": "^1.0.1", - "antd": "^5.20.4", - "next": "14.2.7", + "@ant-design/nextjs-registry": "^1.0.2", + "antd": "^5.22.4", + "next": "14.2.20", + "next-intl": "^3.26.1", + "next-themes": "^0.4.4", "react": "^18", - "react-dom": "^18" + "react-dom": "^18", + "rtl-detect": "^1.1.2" }, "devDependencies": { "@types/node": "^20", @@ -22,12 +25,12 @@ "@types/react-dom": "^18", "autoprefixer": "^10.4.20", "eslint": "^8", - "eslint-config-next": "14.2.7", + "eslint-config-next": "14.2.20", "postcss": "^8", - "tailwindcss": "^3.4.10", - "typescript": "^5.5.4" + "tailwindcss": "^3.4.16", + "typescript": "^5.7.2" }, "engines": { - "node": "20.x" + "node": ">=20.x" } } diff --git a/public/logo.png b/public/logo.png deleted file mode 100644 index b23a959..0000000 Binary files a/public/logo.png and /dev/null differ diff --git a/public/next.svg b/public/next.svg deleted file mode 100644 index 5174b28..0000000 --- a/public/next.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/vercel.svg b/public/vercel.svg deleted file mode 100644 index d2f8422..0000000 --- a/public/vercel.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/app/ClientScripts.js b/src/app/ClientScripts.js deleted file mode 100644 index 3fe3069..0000000 --- a/src/app/ClientScripts.js +++ /dev/null @@ -1,22 +0,0 @@ -"use client"; -import { useEffect } from "react"; - -const ClientScripts = () => { - useEffect(() => { - // 加载统计脚本 - const piwikScript = document.createElement("script"); - piwikScript.async = true; - piwikScript.src = "https://piwik.seoipo.com/matomo.js"; - document.body.appendChild(piwikScript); - - var _paq = (window._paq = window._paq || []); - _paq.push(["trackPageView"]); - _paq.push(["enableLinkTracking"]); - _paq.push(["setTrackerUrl", "https://piwik.seoipo.com/matomo.php"]); - _paq.push(["setSiteId", "10"]); - }, []); - - return null; // 无需渲染任何内容 -}; - -export default ClientScripts; diff --git a/src/app/[locale]/ThemesProvider.tsx b/src/app/[locale]/ThemesProvider.tsx new file mode 100644 index 0000000..a361f94 --- /dev/null +++ b/src/app/[locale]/ThemesProvider.tsx @@ -0,0 +1,26 @@ +"use client"; + +import { ThemeProvider as NextThemesProvider, useTheme } from "next-themes"; +import { ConfigProvider, theme } from "antd"; +import { ReactNode } from "react"; +import { AntdRegistry } from "@ant-design/nextjs-registry"; + +export default function ThemesProvider({ children }: { children: ReactNode }) { + return ( + + {children} + + ); +} + +function AntdConfigProvider({ children }: { children: ReactNode }) { + const { theme: currentTheme } = useTheme(); + + const algorithms = currentTheme === "dark" ? [theme.darkAlgorithm] : [theme.defaultAlgorithm]; + + return ( + + {children} + + ); +} diff --git a/src/app/[locale]/layout.tsx b/src/app/[locale]/layout.tsx new file mode 100644 index 0000000..4808ae6 --- /dev/null +++ b/src/app/[locale]/layout.tsx @@ -0,0 +1,53 @@ +import React from "react"; +import "../globals.css"; +import { Navigation } from "../ui/Navigation"; +import { NextIntlClientProvider } from "next-intl"; +import { getLangDir } from "rtl-detect"; +import { getTranslations, getMessages, setRequestLocale } from "next-intl/server"; +import { notFound } from "next/navigation"; +import { routing } from "@/i18n/routing"; +import ThemesProvider from "./ThemesProvider"; +import { DataProvider } from "../utils/DataContext"; + +// autocorrect: false +export async function generateMetadata({ params: { locale } }) { + const t = await getTranslations({ locale, namespace: "Metadata" }); + return { + title: t("title"), + description: t("description"), + keywords: t("keywords"), + }; +} + +export function generateStaticParams() { + return routing.locales.map((locale) => ({ locale })); +} + +export default async function LocaleLayout({ children, params: { locale } }: { children: React.ReactNode; params: { locale: string } }) { + // Ensure that the incoming `locale` is valid + if (!routing.locales.includes(locale as any)) { + notFound(); + } + // Enable static rendering + setRequestLocale(locale); + const direction = getLangDir(locale); + const messages = await getMessages(); + const tagsData = await import(`@/app/data/prompt/prompt-${locale}.json`); + const { MENU_ITEMS } = await import(`@/app/ui/menu/menu-${locale}`); + return ( + + + + + + + +
+ {children} +
+
+
+ + + ); +} diff --git a/src/app/[locale]/page.tsx b/src/app/[locale]/page.tsx new file mode 100644 index 0000000..e235911 --- /dev/null +++ b/src/app/[locale]/page.tsx @@ -0,0 +1,96 @@ +"use client"; +import { useState, useEffect, useContext, FC, useMemo, useCallback } from "react"; +import { Row, Col, Typography } from "antd"; + +import { DataContext } from "../utils/DataContext"; +import tagsData2 from "../data/prompt-custom.json"; + +import ObjectSection from "../components/ObjectSection"; +import AttributeSection from "../components/AttributeSection"; +import TagSection from "../components/TagSection"; +import SelectedTagsSection from "../components/SelectedTagsSection"; +import ResultSection from "../components/ResultSection"; +import { TagItem } from "../components/types"; + +import { useTranslations } from "next-intl"; + +const { Title } = Typography; + +const getObjects = (data: TagItem[]): string[] => { + const objectsSet = new Set(data.map((tag) => tag.object)); + return Array.from(objectsSet); +}; + +const getAttributes = (currentObject: string, data: TagItem[]): string[] => { + const attributesSet = new Set(data.filter((tag) => tag.object === currentObject).map((tag) => tag.attribute)); + return Array.from(attributesSet); +}; + +const Home: FC = () => { + const tagsData1 = useContext(DataContext); + const t = useTranslations("ToolPage"); + const combinedTagsData: TagItem[] = useMemo(() => [...tagsData1, ...tagsData2], [tagsData1]); + // eslint-disable-next-line react-hooks/exhaustive-deps + const objects = useMemo(() => getObjects(combinedTagsData), []); + const [activeObject, setActiveObject] = useState(objects[0]); + const [selectedTags, setSelectedTags] = useState([]); + + // eslint-disable-next-line react-hooks/exhaustive-deps + const attributes = useMemo(() => getAttributes(activeObject, combinedTagsData), [activeObject]); + + useEffect(() => { + if (attributes.length > 0) { + setActiveAttribute(attributes[0]); + } + }, [attributes]); + + const [activeAttribute, setActiveAttribute] = useState(attributes[0]); + + const handleObjectClick = useCallback((object: string) => { + setActiveObject(object); + }, []); + + const handleAttributeClick = useCallback((attribute: string) => { + setActiveAttribute(attribute); + }, []); + + const handleTagClick = useCallback((tag: TagItem) => { + setSelectedTags((prevSelectedTags) => { + const isSelected = prevSelectedTags.some((t) => t.displayName === tag.displayName); + return isSelected ? prevSelectedTags.filter((t) => t.displayName !== tag.displayName) : [...prevSelectedTags, tag]; + }); + }, []); + + return ( + <> + + IMGPrompt + + + + + 1️⃣{t("section1")} + + + + 2️⃣{t("section2")} + + + + 3️⃣{t("section3")} + + tag.object === activeObject && tag.attribute === activeAttribute)} selectedTags={selectedTags} onTagClick={handleTagClick} /> + + {t("section4")} + + + + + + + + + ); +}; + +export default Home; diff --git a/src/app/autodelete.py b/src/app/autodelete.py deleted file mode 100644 index eee8cb0..0000000 --- a/src/app/autodelete.py +++ /dev/null @@ -1,64 +0,0 @@ -import json - -# 读取 JSON 数据 -with open('prompt.json', 'r', encoding='utf-8') as file: - data = json.load(file) - -# 定义优先属性值 -priority_value = "看" - -# 使用字典来记录每个 displayName 出现的次数和对象,忽略大小写和下划线 -display_names = {} -for obj in data: - if "displayName" in obj: - name = obj["displayName"].replace('_', ' ').lower() - if name in display_names: - display_names[name].append(obj) - else: - display_names[name] = [obj] - else: - print("Warning: Missing 'displayName' key in object:", obj) - -# 找到重复的 displayName -duplicates = {key: value for key, value in display_names.items() if len(value) > 1} - -# 用于存储删除的对象 -deleted_objects = [] - -# 处理重复项 -for key, items in duplicates.items(): - lang_name_groups = {} - - for item in items: - lang_name = item.get('langName', None) - if lang_name: - if lang_name not in lang_name_groups: - lang_name_groups[lang_name] = [item] - else: - lang_name_groups[lang_name].append(item) - - for lang, objs in lang_name_groups.items(): - if len(objs) > 1: - # 优先属性值处理 - priority_objs = [obj for obj in objs if obj.get("attribute") == priority_value] - if priority_objs: - # 如果存在优先属性值的重复项,则删除非优先属性值的项 - to_delete = [obj for obj in objs if obj not in priority_objs] + priority_objs[1:] - deleted_objects.extend(to_delete) - for obj in to_delete: - if obj in data: - data.remove(obj) - else: - # 如果都不在优先属性值中,则不删除重复项 - continue - -# 输出删除结果到 delete.txt,如果有删除项 -if deleted_objects: - with open('delete.txt', 'w', encoding='utf-8') as outfile: - json.dump(deleted_objects, outfile, ensure_ascii=False, indent=2) -else: - print("No duplicates to delete.") - -# 将更新后的数据写回源文件 -with open('prompt.json', 'w', encoding='utf-8') as file: - json.dump(data, file, ensure_ascii=False, indent=2) diff --git a/src/app/checkDuplicates.py b/src/app/checkDuplicates.py deleted file mode 100644 index b9bc5e6..0000000 --- a/src/app/checkDuplicates.py +++ /dev/null @@ -1,32 +0,0 @@ -import json - -# 从文件中读取 JSON 数据 -with open('prompt.json', 'r', encoding='utf-8') as file: - data = json.load(file) - -# 使用字典来记录每个 displayName 出现的次数和对象,忽略大小写和下划线,并处理最后一个字符为's'的情况 -display_names = {} -for obj in data: - # 检查对象是否包含 'displayName' 键 - if "displayName" in obj: - # 将 displayName 的下划线替换为空格,然后转换为小写以忽略大小写 - name = obj["displayName"].replace('-', ' ').replace('_', ' ').replace('(', ' ').replace(')', ' ').lower() - if name.endswith('s'): - name = name[:-1] # 删除最后一个字符's' - if name in display_names: - display_names[name].append(obj) - else: - display_names[name] = [obj] - else: - # 可选:处理缺失 'displayName' 的情况,例如打印警告 - print("Warning: Missing 'displayName' key in object:", obj) - -# 提取 displayName 值相同(忽略大小写和下划线,并处理's')的对象 -duplicates = {key: value for key, value in display_names.items() if len(value) > 1} - -print(json.dumps(duplicates, ensure_ascii=False, indent=2)) - -# 将结果写入到 check.txt 文件中 -if duplicates: - with open('check.txt', 'w', encoding='utf-8') as outfile: - json.dump(duplicates, outfile, ensure_ascii=False, indent=2) diff --git a/src/app/components/AttributeSection.tsx b/src/app/components/AttributeSection.tsx index 82e28ea..9a97af0 100644 --- a/src/app/components/AttributeSection.tsx +++ b/src/app/components/AttributeSection.tsx @@ -1,4 +1,5 @@ import React, { FC, useCallback } from "react"; +import { Button } from "antd"; interface AttributeSectionProps { attributes?: string[]; @@ -17,14 +18,14 @@ const AttributeSection: FC = ({ attributes = [], selected return (
{attributes.map((attribute) => ( - + ))}
); diff --git a/src/app/components/ObjectSection.tsx b/src/app/components/ObjectSection.tsx index 1831da9..a691f63 100644 --- a/src/app/components/ObjectSection.tsx +++ b/src/app/components/ObjectSection.tsx @@ -1,4 +1,5 @@ import React, { FC, useCallback } from "react"; +import { Button } from "antd"; interface ObjectSectionProps { objects?: string[]; @@ -17,14 +18,14 @@ const ObjectSection: FC = ({ objects = [], activeObject, onO return (
{objects.map((object) => ( - + ))}
); diff --git a/src/app/components/ResultSection.tsx b/src/app/components/ResultSection.tsx index a99089e..5c0d037 100644 --- a/src/app/components/ResultSection.tsx +++ b/src/app/components/ResultSection.tsx @@ -1,33 +1,29 @@ import React, { FC, useState, useEffect, useCallback } from "react"; import { Button, Input, message, Tooltip, Typography, Space, Flex, Tag } from "antd"; -import { copyToClipboard } from "./copyToClipboard"; -import { translateText } from "./translateAPI"; -import { CONSTANT_TEXT_1, CONSTANT_TEXT_2, NEGATIVE_TEXT, TIPS_TEXT_1, TIPS_TEXT_2, colorArray } from "../constants"; - -interface Tag { - attribute: string | undefined; - displayName: string | undefined; - langName: string | undefined; - object: string | undefined; -} +import { useTranslations } from "next-intl"; +import { CONSTANT_TEXT_1, CONSTANT_TEXT_2, NEGATIVE_TEXT, colorArray } from "@/app/data/constants"; +import { copyToClipboard } from "@/app/utils/copyToClipboard"; +import { translateText } from "@/app/utils/translateAPI"; +import { normalizeString } from "@/app/utils/normalizeString"; +import { TagItem } from "./types"; + +const { Paragraph, Text } = Typography; interface ResultSectionProps { - selectedTags: Tag[]; - setSelectedTags: (tags: Tag[]) => void; - tagsData: Tag[]; + selectedTags: TagItem[]; + setSelectedTags: (tags: TagItem[]) => void; + tagsData: TagItem[]; } -const normalizeText = (text: string) => { - return text.toLowerCase().replace(/[_-\s]+/g, " "); -}; - const getRandomColor = () => { return colorArray[Math.floor(Math.random() * colorArray.length)]; }; const ResultSection: FC = ({ selectedTags = [], setSelectedTags, tagsData }) => { + const [messageApi, contextHolder] = message.useMessage(); + const t = useTranslations("ResultSection"); const [resultText, setResultText] = useState(selectedTags.map((tag) => tag.displayName).join(", ")); - const [suggestedTags, setSuggestedTags] = useState([]); + const [suggestedTags, setSuggestedTags] = useState([]); const [isComposing, setIsComposing] = useState(false); const [inputText, setInputText] = useState(""); @@ -44,16 +40,19 @@ const ResultSection: FC = ({ selectedTags = [], setSelectedT const handleClear = useCallback(() => { setSelectedTags([]); setResultText(""); - message.success("已清空提示词框"); - }, [setSelectedTags]); + messageApi.open({ + type: "success", + content: t("clearSuccess"), + }); + }, [setSelectedTags, t]); const findTagData = useCallback( (displayName: string) => { - const normalizedDisplayName = normalizeText(displayName); - let foundTag = tagsData.find((tag) => normalizeText(tag.displayName || "") === normalizedDisplayName); + const normalizedDisplayName = normalizeString(displayName); + let foundTag = tagsData.find((tag) => normalizeString(tag.displayName || "") === normalizedDisplayName); if (!foundTag) { const modifiedDisplayName = normalizedDisplayName.replace(/ /g, "_"); - foundTag = tagsData.find((tag) => normalizeText(tag.displayName || "") === modifiedDisplayName); + foundTag = tagsData.find((tag) => normalizeString(tag.displayName || "") === modifiedDisplayName); } return ( foundTag || { @@ -85,9 +84,12 @@ const ResultSection: FC = ({ selectedTags = [], setSelectedT setSelectedTags(newSelectedTags); setResultText(uniqueDisplayNames.join(", ")); - message.success("已插入指定描述"); + messageApi.open({ + type: "success", + content: t("insertSuccess"), + }); }, - [resultText, findTagData, setSelectedTags] + [resultText, findTagData, setSelectedTags, t] ); const handleResultTextChange = useCallback( @@ -114,7 +116,7 @@ const ResultSection: FC = ({ selectedTags = [], setSelectedT [findTagData, setSelectedTags] ); - const handleSuggestTagClick = (tag: Tag) => { + const handleSuggestTagClick = (tag: TagItem) => { setIsComposing(false); // 强制结束当前的输入法状态,避免中文输入法兼容问题 const newSelectedTags = [...selectedTags]; @@ -135,7 +137,7 @@ const ResultSection: FC = ({ selectedTags = [], setSelectedT .replace(/\s+/g, " "); const displayNames = replacedText.split(", ").filter((name) => name.trim() !== ""); - const uniqueDisplayNames = Array.from(new Set(displayNames.map((displayName) => normalizeText(displayName)))); + const uniqueDisplayNames = Array.from(new Set(displayNames.map((displayName) => normalizeString(displayName)))); const uniqueSelectedTags = uniqueDisplayNames.map((displayName) => { const { object, attribute, langName, displayName: foundDisplayName } = findTagData(displayName); @@ -156,13 +158,13 @@ const ResultSection: FC = ({ selectedTags = [], setSelectedT }, [resultText, findTagData, setSelectedTags]); useEffect(() => { - const lastTagName = normalizeText(resultText.split(", ").pop()?.trim() || ""); + const lastTagName = normalizeString(resultText.split(", ").pop()?.trim() || ""); if (lastTagName) { let recommendedTags = tagsData - .filter((tag) => normalizeText(tag.displayName || "").includes(lastTagName)) + .filter((tag) => normalizeString(tag.displayName || "").includes(lastTagName)) .sort((a, b) => { - const aNormalized = normalizeText(a.displayName || ""); - const bNormalized = normalizeText(b.displayName || ""); + const aNormalized = normalizeString(a.displayName || ""); + const bNormalized = normalizeString(b.displayName || ""); if (aNormalized.startsWith(lastTagName) && !bNormalized.startsWith(lastTagName)) { return -1; } @@ -175,10 +177,10 @@ const ResultSection: FC = ({ selectedTags = [], setSelectedT // 如果没有找到推荐标签,使用 langName 搜索 if (recommendedTags.length === 0) { recommendedTags = tagsData - .filter((tag) => normalizeText(tag.langName || "").includes(lastTagName)) + .filter((tag) => normalizeString(tag.langName || "").includes(lastTagName)) .sort((a, b) => { - const aNormalized = normalizeText(a.langName || ""); - const bNormalized = normalizeText(b.langName || ""); + const aNormalized = normalizeString(a.langName || ""); + const bNormalized = normalizeString(b.langName || ""); if (aNormalized.startsWith(lastTagName) && !bNormalized.startsWith(lastTagName)) { return -1; } @@ -212,50 +214,67 @@ const ResultSection: FC = ({ selectedTags = [], setSelectedT if (translatedText.trim()) { handleConstantText(translatedText); setInputText(""); - message.success("翻译成功并添加到提示词框中"); + messageApi.open({ + type: "success", + content: t("translateSuccess"), + }); } else { - message.error("翻译内容为空"); + messageApi.open({ + type: "error", + content: t("translateEmptyError"), + }); } } catch (error) { - message.error("翻译失败,请重试"); + messageApi.open({ + type: "error", + content: t("translateFailError"), + }); } }; const handleColorReplace = () => { let updatedText = resultText; - const combinedColorRegex = new RegExp(`\\b(${colorArray.join("|")})\\b`, "gi"); - updatedText = updatedText.replace(combinedColorRegex, (match) => { const newColor = getRandomColor(); console.log(`Replacing ${match} with ${newColor}`); return newColor; }); - setResultText(updatedText); }; return ( <> + {contextHolder} - - - - - - - - + + ))} + + - + = ({ selectedTags = [], setSelectedT onCompositionEnd={handleCompositionEnd} rows={10} className="w-full mt-2 mb-5" - style={{ backgroundColor: "#333", color: "#d3d3d3" }} + style={{ + backgroundColor: "#333", + color: "#d3d3d3", + }} /> - {suggestedTags.map((tag, index) => ( - { - e.currentTarget.style.cursor = "pointer"; - }} - onMouseLeave={(e) => { - e.currentTarget.style.cursor = "default"; - }} - onClick={() => handleSuggestTagClick(tag)}> - {tag.displayName?.length > 20 ? tag.displayName.slice(0, 40) + "..." : tag.displayName} ({tag.langName}) - - ))} + {suggestedTags.map((tag, index) => { + const tagLangName = normalizeString(tag.langName) !== normalizeString(tag.displayName) ? tag.langName : ""; + return ( + handleSuggestTagClick(tag)}> + + {tag.displayName} + + + {tagLangName} + + + ); + })} - - setInputText(e.target.value)} onPressEnter={handleTranslate} placeholder="输入要翻译的文本" /> + + setInputText(e.target.value)} onPressEnter={handleTranslate} placeholder={t("placeholder-translate")} /> - - {TIPS_TEXT_1} -
- {TIPS_TEXT_2} -
- - + + {t("title-other")} + + + ); diff --git a/src/app/components/SelectedTagsSection.tsx b/src/app/components/SelectedTagsSection.tsx index 1bbc513..f90bbe4 100644 --- a/src/app/components/SelectedTagsSection.tsx +++ b/src/app/components/SelectedTagsSection.tsx @@ -1,21 +1,22 @@ import React, { FC, useMemo } from "react"; +import { Tag, Typography, Space, theme } from "antd"; +import { normalizeString } from "@/app/utils/normalizeString"; +import { TagItem } from "./types"; -interface Tag { - object: string; - attribute: string; - displayName: string; - langName: string; -} +const { Title, Text } = Typography; interface SelectedTagsSectionProps { - selectedTags: Tag[]; - onTagClick: (tag: Tag) => void; + selectedTags: TagItem[]; + onTagClick: (tag: TagItem) => void; } const SelectedTagsSection: FC = ({ selectedTags = [], onTagClick }) => { - // 按对象和属性对标签进行分组 + // Get the current theme token + const { token } = theme.useToken(); + + // Group tags by object and attribute const tagsByObjectAndAttribute = useMemo(() => { - return selectedTags.reduce>>((acc, tag) => { + return selectedTags.reduce>>((acc, tag) => { if (!acc[tag.object]) { acc[tag.object] = {}; } @@ -27,28 +28,57 @@ const SelectedTagsSection: FC = ({ selectedTags = [], }, {}); }, [selectedTags]); + // If no tags, return null + if (selectedTags.length === 0) { + return null; + } + return ( - <> - {Object.entries(tagsByObjectAndAttribute).flatMap(([object, tagsByAttribute]) => - Object.entries(tagsByAttribute).map(([attribute, tags]) => ( - - {object} - {attribute} - {tags.map((tag, index) => ( - -
onTagClick(tag)}> - - {tag.displayName.length > 20 ? tag.displayName.slice(0, 20) + "..." : tag.displayName} - - {tag.langName} -
- {index === tags.length - 1 &&
} -
- ))} -
- )) - )} - +
+ {Object.entries(tagsByObjectAndAttribute).map(([object, tagsByAttribute]) => ( +
+ + {object} + + {Object.entries(tagsByAttribute).map(([attribute, tags]) => ( +
+ + {attribute}: + + + {tags.map((tag) => { + // Truncate display name if too long + const tagDisplayName = tag.displayName.length > 20 ? `${tag.displayName.slice(0, 20)}...` : tag.displayName; + const tagLangName = normalizeString(tag.langName) !== normalizeString(tag.displayName) ? tag.langName : ""; + + return ( + onTagClick(tag)} + className="flex items-center cursor-pointer hover:opacity-80 transition-opacity" + style={{ + display: "inline-flex", + alignItems: "center", + backgroundColor: token.colorPrimaryBg, + borderColor: token.colorPrimaryBorder, + color: token.colorPrimaryText, + }}> + + {tagDisplayName} + + {tagLangName} + + + + ); + })} + +
+ ))} +
+ ))} +
); }; diff --git a/src/app/components/TagSection.tsx b/src/app/components/TagSection.tsx index 2750516..3f156f6 100644 --- a/src/app/components/TagSection.tsx +++ b/src/app/components/TagSection.tsx @@ -1,16 +1,14 @@ import React, { FC, useCallback, useMemo } from "react"; +import { Typography } from "antd"; +import { normalizeString } from "@/app/utils/normalizeString"; +import { TagItem } from "./types"; -interface Tag { - object: string; - attribute: string; - displayName: string; - langName: string; -} +const { Text } = Typography; interface TagSectionProps { - tags?: Tag[]; - selectedTags: Tag[]; - onTagClick: (tag: Tag) => void; + tags?: TagItem[]; + selectedTags: TagItem[]; + onTagClick: (tag: TagItem) => void; } const colors = [ @@ -26,7 +24,7 @@ const colors = [ const TagSection: FC = ({ tags = [], selectedTags, onTagClick }) => { const handleClick = useCallback( - (tag: Tag) => { + (tag: TagItem) => { onTagClick(tag); }, [onTagClick] @@ -44,16 +42,16 @@ const TagSection: FC = ({ tags = [], selectedTags, onTagClick }
{group.map((tag) => { const isSelected = selectedTags.some((t) => t.displayName === tag.displayName); - const truncatedDisplayName = tag.displayName.length > 20 ? tag.displayName.slice(0, 20) + "..." : tag.displayName; - + const tagDisplayName = tag.displayName.length > 20 ? `${tag.displayName.slice(0, 20)}...` : tag.displayName; + const tagLangName = normalizeString(tag.langName) !== normalizeString(tag.displayName) ? tag.langName : ""; return (
handleClick(tag)} style={{ transition: "background-color 0.3s" }}> - {truncatedDisplayName} - {tag.langName} + {tagDisplayName} + {tagLangName}
); })} diff --git a/src/app/components/copyToClipboard.tsx b/src/app/components/copyToClipboard.tsx deleted file mode 100644 index 7bd0730..0000000 --- a/src/app/components/copyToClipboard.tsx +++ /dev/null @@ -1,16 +0,0 @@ -import { message } from "antd"; - -export const copyToClipboard = async (text: string, successText?: string) => { - if (!navigator?.clipboard) { - message.error("当前浏览器不支持剪贴板操作,请手动复制内容"); - return; - } - - try { - await navigator.clipboard.writeText(text); - message.success(successText ? `${successText} 已成功复制到剪贴板` : "文本已成功复制到剪贴板"); - } catch (err) { - console.error("复制到剪贴板失败:", err); - message.error("复制失败,请手动复制内容"); - } -}; diff --git a/src/app/components/types.ts b/src/app/components/types.ts new file mode 100644 index 0000000..400f9ac --- /dev/null +++ b/src/app/components/types.ts @@ -0,0 +1,6 @@ +export interface TagItem { + object: string; + attribute: string; + displayName: string; + langName: string; +} diff --git a/src/app/constants.tsx b/src/app/data/constants.tsx similarity index 83% rename from src/app/constants.tsx rename to src/app/data/constants.tsx index 151c09c..f078fa7 100644 --- a/src/app/constants.tsx +++ b/src/app/data/constants.tsx @@ -6,12 +6,6 @@ export const CONSTANT_TEXT_1 = "Natural Lighting, Studio lighting, Cinematic Lig export const CONSTANT_TEXT_2 = "insanely detailed and intricate, masterpiece, high_contrast, best quality, best aesthetic, stunning, Gorgeous, Surrealistic, Elegant, luxurious, subtle, delicate, captivating, in a symbolic and meaningful style, 8K"; -export const TIPS_TEXT_1 = - "Tips:Prompt 中的词语顺序代表其权重,越靠前权重越大。物体不要太多,两到三个就好。若要特别强调某个元素,可以加很多括号或者惊叹号,比如 beautiful forest background, desert!!, (((sunset))) 中会优先体现「desert」和「sunset」元素。"; - -export const TIPS_TEXT_2 = - "假设你在提示词中使用了 mountain,生成的图像很可能会有树。但如果你想要生成没有树的山的图像,可以使用 mountain | tree:-10。其中 tree:-10 表示对于树的权重非常负,因此生成的图像中不会出现树。"; - export const colorArray = [ "white", "black", diff --git a/src/app/prompt-custom.json b/src/app/data/prompt-custom.json similarity index 100% rename from src/app/prompt-custom.json rename to src/app/data/prompt-custom.json diff --git a/src/app/data/prompt/prompt-ar.json b/src/app/data/prompt/prompt-ar.json new file mode 100644 index 0000000..100cc23 --- /dev/null +++ b/src/app/data/prompt/prompt-ar.json @@ -0,0 +1,29606 @@ +[ + { + "displayName": "female", + "langName": "أنثى", + "object": "شكل", + "attribute": "الجسم الرئيسي" + }, + { + "displayName": "male", + "langName": "ذكر", + "object": "شكل", + "attribute": "الجسم الرئيسي" + }, + { + "displayName": "mature_female", + "langName": "المرأة الناضجة", + "object": "شكل", + "attribute": "الجسم الرئيسي" + }, + { + "displayName": "mature", + "langName": "ناضجة", + "object": "شكل", + "attribute": "الجسم الرئيسي" + }, + { + "displayName": "little_girl", + "langName": "فتاة صغيرة", + "object": "شكل", + "attribute": "الجسم الرئيسي" + }, + { + "displayName": "little_boy", + "langName": "الولد الصغير", + "object": "شكل", + "attribute": "الجسم الرئيسي" + }, + { + "displayName": "1girl", + "langName": "1 فتاة", + "object": "شكل", + "attribute": "الجسم الرئيسي" + }, + { + "displayName": "1boy", + "langName": "1 صبي", + "object": "شكل", + "attribute": "الجسم الرئيسي" + }, + { + "displayName": "2girls", + "langName": "2 فتيات", + "object": "شكل", + "attribute": "الجسم الرئيسي" + }, + { + "displayName": "2boys", + "langName": "2 أولاد", + "object": "شكل", + "attribute": "الجسم الرئيسي" + }, + { + "displayName": "sisters", + "langName": "الأخوات", + "object": "شكل", + "attribute": "الجسم الرئيسي" + }, + { + "displayName": "multiple_girls", + "langName": "فتيات متعددات", + "object": "شكل", + "attribute": "الجسم الرئيسي" + }, + { + "displayName": "solo", + "langName": "أعزب", + "object": "شكل", + "attribute": "الجسم الرئيسي" + }, + { + "displayName": "ojousama", + "langName": "يفتقد", + "object": "شكل", + "attribute": "الجسم الرئيسي" + }, + { + "displayName": "bishoujo", + "langName": "فتاة جميلة", + "object": "شكل", + "attribute": "الجسم الرئيسي" + }, + { + "displayName": "kawaii", + "langName": "لطيف", + "object": "شكل", + "attribute": "الجسم الرئيسي" + }, + { + "displayName": "adorable_girl", + "langName": "فتاة لطيفة", + "object": "شكل", + "attribute": "الجسم الرئيسي" + }, + { + "displayName": "female_pervert", + "langName": "وقحة", + "object": "شكل", + "attribute": "الجسم الرئيسي" + }, + { + "displayName": "milf", + "langName": "جبهة تحرير مورو الإسلامية", + "object": "شكل", + "attribute": "الجسم الرئيسي" + }, + { + "displayName": "a beautiful korean idol", + "langName": "المعبود الكوري", + "object": "شكل", + "attribute": "الجسم الرئيسي" + }, + { + "displayName": "lifeguard", + "langName": "يا حارس الشاطئ", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "goalkeeper", + "langName": "حارس المرمى", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "racer", + "langName": "سائق سباق", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "motorcyclist", + "langName": "سائق دراجة نارية", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "boxer", + "langName": "ملاكم", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "acrobat", + "langName": "بهلوان", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "athletes", + "langName": "رياضي", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "cheerleader", + "langName": "التشجيع", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "stewardess", + "langName": "مضيفة طيران", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "waitress", + "langName": "نادلة", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "waiter", + "langName": "النادل", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "chef", + "langName": "الشيف", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "barista", + "langName": "باريستا", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "cashier", + "langName": "أمين الصندوق", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "mailman", + "langName": "ساعي البريد", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "office_lady", + "langName": "المرأة العاملة", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "maid", + "langName": "خادمة", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "housemaid", + "langName": "مدبرة منزل", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "doctor", + "langName": "طبيب", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "nurse", + "langName": "ممرضة", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "scientist", + "langName": "العالم", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "detective", + "langName": "المحقق", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "police", + "langName": "شرطة", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "soldier", + "langName": "جندي", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "firefighter", + "langName": "رجل الاطفاء", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "hacker", + "langName": "hacker", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "spy", + "langName": "جاسوس", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "agent", + "langName": "عامل", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "assassin", + "langName": "قاتل", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "magician", + "langName": "ساحر", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "pilot", + "langName": "طيار", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "astronaut", + "langName": "رائد فضاء", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "diver", + "langName": "غواص", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "bar censor", + "langName": "ممتحن شريط", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "missionary", + "langName": "التبشيرية", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "poet", + "langName": "شاعر", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "actor", + "langName": "ممثل", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "actress", + "langName": "ممثلة", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "idol", + "langName": "المعبود", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "queen", + "langName": "ملكة", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "race_queen", + "langName": "فتاة السباق", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "dancer", + "langName": "راقصة", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "ballerina", + "langName": "راقصة باليه", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "dancing girl", + "langName": "فتاة ترقص", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "gym_leader", + "langName": "مدرب الجمباز", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "priest", + "langName": "كاهن", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "cleric", + "langName": "رجال الدين (مسيحيون)", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "monk", + "langName": "راهب", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "nun", + "langName": "راهبة", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "makihitsuji", + "langName": "الراعي", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "the hermit", + "langName": "الناسك", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "teacher", + "langName": "مدرس", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "classmate", + "langName": "زميل", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "student", + "langName": "طالب", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "harem", + "langName": "حريم", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "ghost", + "langName": "شبح", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "doll", + "langName": "لعبة", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "albino", + "langName": "ألبينوس", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "amputee", + "langName": "مبتور الأطراف", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "trap", + "langName": "متخنث (قد يتم الخلط بين الرجال ذوي الخصائص الأنثوية وبين النساء)", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "crossdressing", + "langName": "المتخنث (ارتداء ملابس لا تتناسب مع هويته الجنسية)", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "otoko_no_ko", + "langName": "المتخنث (الرجل الذي يبدو أن لديه خصائص أنثوية)", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "wa_maid", + "langName": "خادمة يابانية", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "yaoi", + "langName": "كن مثليًا", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "yuri", + "langName": "زنبق", + "object": "شكل", + "attribute": "هوية" + }, + { + "displayName": "pikachu", + "langName": "بيكاتشو", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "pokemon", + "langName": "بوكيمون", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "doraemon", + "langName": "عبقور", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "crayon shin-chan", + "langName": "تلوين شين تشان", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "slam dunk", + "langName": "ضربة حاسمة", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "harry potter", + "langName": "هاري بوتر", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "avengers", + "langName": "المنتقمون", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "captain america", + "langName": "كابتن أمريكا", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "gojou satoru", + "langName": "جوجو ساتورو", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "neon genesis evangelion", + "langName": "نيون جينيسيس إيفانجيليون", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "mazinger", + "langName": "عجب امرأة", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "saint seiya", + "langName": "سانت سيا", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "kamen rider", + "langName": "راكب كامين", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "mario", + "langName": "ماريو", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "sun wukong", + "langName": "صن ووكونج", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "hatsune miku", + "langName": "هاتسوني ميكو", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "magical_girl", + "langName": "الفتاة السحرية", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "sailor_senshi", + "langName": "بحار القمر", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "witch", + "langName": "ساحرة", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "miko", + "langName": "ميكو", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "mage", + "langName": "معالج", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "magister", + "langName": "ماستر", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "ninja", + "langName": "النينجا", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "samurai", + "langName": "الساموراي", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "vampire", + "langName": "مصاص دماء", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "knight", + "langName": "فارس", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "orc", + "langName": "شركة مصفاة نفط عمان", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "druid", + "langName": "الكاهن", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "elf", + "langName": "عفريت", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "dark_elf", + "langName": "قزم الظلام", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "fairy", + "langName": "قزم", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "succubus", + "langName": "الشيطانة", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "imp", + "langName": "الشيطان الصغير", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "devil", + "langName": "شيطان", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "angel", + "langName": "ملاك", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "monster", + "langName": "وحش", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "monster_girl", + "langName": "والدة الأجنبي", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "dominatrix", + "langName": "الملكة (متوسطة SM)", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "mecha", + "langName": "ميكا", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "mecha_musume", + "langName": "فتاة ميكا", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "humanoid_robot", + "langName": "روبوت بشري", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "cyborg", + "langName": "سايبورغ", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "dragon_girl", + "langName": "سيدة التنين", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "centaur", + "langName": "القنطور", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "slime_musume", + "langName": "فتاة الوحل", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "spider_girl", + "langName": "فتاة العنكبوت", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "mermaid", + "langName": "حورية البحر", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "cat_girl", + "langName": "فتاة القط", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "dog_girl", + "langName": "فتاة الكلب", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "wolf_girl", + "langName": "فتاة الذئب", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "fox_girl", + "langName": "فتاة الثعلب", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "kitsune", + "langName": "شيطان الثعلب", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "kyuubi", + "langName": "تسعة ذيول | تسعة ثعلب الذيل", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "raccoon_girl", + "langName": "فتاة الراكون", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "bunny_girl", + "langName": "فتاة الارنب", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "cow_girl", + "langName": "راعية البقر", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "horse_girl", + "langName": "ما نيانغ", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "furry", + "langName": "شركة مصفاة نفط عمان", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "furry/orc", + "langName": "العفاريت / العفاريت", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "kemonomimi_mode", + "langName": "وضع لولي آذان الحيوان", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "giantess", + "langName": "عملاقة", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "minigirl", + "langName": "فتاة صغيرة", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "mesugaki", + "langName": "أنثى عفريت", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "santa alter", + "langName": "سانتا كلوز", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "spider-man", + "langName": "الرجل العنكبوت", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "demo", + "langName": "شيطان", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "no humans", + "langName": "غير إنساني", + "object": "شكل", + "attribute": "شخصية ثنائية الأبعاد" + }, + { + "displayName": "toddler", + "langName": "طفل صغير", + "object": "شكل", + "attribute": "عمر" + }, + { + "displayName": "kindergartener", + "langName": "روضة أطفال", + "object": "شكل", + "attribute": "عمر" + }, + { + "displayName": "child", + "langName": "طفل", + "object": "شكل", + "attribute": "عمر" + }, + { + "displayName": "underage", + "langName": "تحت السن القانونية", + "object": "شكل", + "attribute": "عمر" + }, + { + "displayName": "teenager", + "langName": "مراهقة (13-19)", + "object": "شكل", + "attribute": "عمر" + }, + { + "displayName": "teen", + "langName": "مراهقة (13-19)", + "object": "شكل", + "attribute": "عمر" + }, + { + "displayName": "early teen", + "langName": "المراهقة المبكرة (11-15)", + "object": "شكل", + "attribute": "عمر" + }, + { + "displayName": "adult", + "langName": "الكبار", + "object": "شكل", + "attribute": "عمر" + }, + { + "displayName": "elder", + "langName": "شيخ", + "object": "شكل", + "attribute": "عمر" + }, + { + "displayName": "old", + "langName": "كبير", + "object": "شكل", + "attribute": "عمر" + }, + { + "displayName": "loli", + "langName": "loli", + "object": "شكل", + "attribute": "عمر" + }, + { + "displayName": "shota", + "langName": "شوتا", + "object": "شكل", + "attribute": "عمر" + }, + { + "displayName": "white_skin", + "langName": "بشرة بيضاء", + "object": "شكل", + "attribute": "جلد" + }, + { + "displayName": "pale_skin", + "langName": "بشرة شاحبة (مناسبة للملابس الداكنة أو ذات الألوان الزاهية)", + "object": "شكل", + "attribute": "جلد" + }, + { + "displayName": "fair_skin", + "langName": "بشرة عادلة", + "object": "شكل", + "attribute": "جلد" + }, + { + "displayName": "olive_skin", + "langName": "جلد الزيتون", + "object": "شكل", + "attribute": "جلد" + }, + { + "displayName": "brown_skin", + "langName": "الجلد البني", + "object": "شكل", + "attribute": "جلد" + }, + { + "displayName": "deep_skin", + "langName": "بشرة داكنة", + "object": "شكل", + "attribute": "جلد" + }, + { + "displayName": "dark_skin", + "langName": "بشرة داكنة", + "object": "شكل", + "attribute": "جلد" + }, + { + "displayName": "black_skin", + "langName": "بشرة داكنة", + "object": "شكل", + "attribute": "جلد" + }, + { + "displayName": "shiny_skin", + "langName": "بشرة لامعة", + "object": "شكل", + "attribute": "جلد" + }, + { + "displayName": "white_marble_glowing_skin", + "langName": "بشرة رخامية بيضاء متوهجة", + "object": "شكل", + "attribute": "جلد" + }, + { + "displayName": "tattoo", + "langName": "وشم", + "object": "شكل", + "attribute": "جلد" + }, + { + "displayName": "tan", + "langName": "التعرض للشمس", + "object": "شكل", + "attribute": "جلد" + }, + { + "displayName": "tanlines", + "langName": "أضرار أشعة الشمس", + "object": "شكل", + "attribute": "جلد" + }, + { + "displayName": "oil", + "langName": "الزيتية", + "object": "شكل", + "attribute": "جلد" + }, + { + "displayName": "skinny", + "langName": "نحيف", + "object": "شكل", + "attribute": "شكل" + }, + { + "displayName": "plump", + "langName": "ممتلىء", + "object": "شكل", + "attribute": "شكل" + }, + { + "displayName": "curvy", + "langName": "شخصية الشيطان", + "object": "شكل", + "attribute": "شكل" + }, + { + "displayName": "(navel,wide hip,curvy)", + "langName": "كشف الرقم", + "object": "شكل", + "attribute": "شكل" + }, + { + "displayName": "gyaru", + "langName": "الفتيات الساخنة (الفتيات اليابانية)", + "object": "شكل", + "attribute": "شكل" + }, + { + "displayName": "pregnant", + "langName": "حامل", + "object": "شكل", + "attribute": "شكل" + }, + { + "displayName": "fat", + "langName": "بدانة", + "object": "شكل", + "attribute": "شكل" + }, + { + "displayName": "thin", + "langName": "رفيع", + "object": "شكل", + "attribute": "شكل" + }, + { + "displayName": "slender", + "langName": "نحيل", + "object": "شكل", + "attribute": "شكل" + }, + { + "displayName": "glamor", + "langName": "سحر", + "object": "شكل", + "attribute": "شكل" + }, + { + "displayName": "tall", + "langName": "طويل", + "object": "شكل", + "attribute": "شكل" + }, + { + "displayName": "petite", + "langName": "صغيرتي", + "object": "شكل", + "attribute": "شكل" + }, + { + "displayName": "chibi", + "langName": "نمط الطباعة Mengmeng/Q", + "object": "شكل", + "attribute": "شكل" + }, + { + "displayName": "muscular", + "langName": "عضلة", + "object": "شكل", + "attribute": "شكل" + }, + { + "displayName": "big tits", + "langName": "الصدور الكبيرة", + "object": "شكل", + "attribute": "شكل" + }, + { + "displayName": "(cleavage visible,large breasts)", + "langName": "الصدور الكبيرة (مع الانقسام)", + "object": "شكل", + "attribute": "شكل" + }, + { + "displayName": "Small waist", + "langName": "خصر صغير", + "object": "شكل", + "attribute": "شكل" + }, + { + "displayName": "narrow_waist", + "langName": "الخصر رقيقة", + "object": "شكل", + "attribute": "شكل" + }, + { + "displayName": "slender_waist", + "langName": "الخصر النحيف", + "object": "شكل", + "attribute": "شكل" + }, + { + "displayName": "strong", + "langName": "قوي", + "object": "شكل", + "attribute": "شكل" + }, + { + "displayName": "slim", + "langName": "نحيل", + "object": "شكل", + "attribute": "شكل" + }, + { + "displayName": "slender face", + "langName": "تنحيف الوجه", + "object": "شكل", + "attribute": "شكل الوجه" + }, + { + "displayName": "round face", + "langName": "وجه مستدير", + "object": "شكل", + "attribute": "شكل الوجه" + }, + { + "displayName": "oval face", + "langName": "الوجه البيضاوي", + "object": "شكل", + "attribute": "شكل الوجه" + }, + { + "displayName": "baby face", + "langName": "وجه طفل", + "object": "شكل", + "attribute": "شكل الوجه" + }, + { + "displayName": "inverted triangle face", + "langName": "وجه مثلث مقلوب", + "object": "شكل", + "attribute": "شكل الوجه" + }, + { + "displayName": "heart shaped face", + "langName": "وجه على شكل قلب", + "object": "شكل", + "attribute": "شكل الوجه" + }, + { + "displayName": "diamond face", + "langName": "وجه الماس", + "object": "شكل", + "attribute": "شكل الوجه" + }, + { + "displayName": "square face", + "langName": "وجه مربع", + "object": "شكل", + "attribute": "شكل الوجه" + }, + { + "displayName": "long face", + "langName": "وجه طويل", + "object": "شكل", + "attribute": "شكل الوجه" + }, + { + "displayName": "triangular face", + "langName": "وجه مثلث", + "object": "شكل", + "attribute": "شكل الوجه" + }, + { + "displayName": "detailed gorgeous face", + "langName": "وجه جيد", + "object": "شكل", + "attribute": "شكل الوجه" + }, + { + "displayName": "delicate features", + "langName": "ملامح الوجه الرائعة", + "object": "شكل", + "attribute": "شكل الوجه" + }, + { + "displayName": "black hair", + "langName": "شعر اسود", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "white hair", + "langName": "الشعر الأبيض", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "grey hair", + "langName": "شعر رمادي", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "silver hair", + "langName": "شعر فضي", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "blonde hair", + "langName": "شعر أشقر", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "light brown hair", + "langName": "شعر بني فاتح", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "brown hair", + "langName": "شعر بني", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "red hair", + "langName": "شعر أحمر", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "pink hair", + "langName": "شعر وردي", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "purple hair", + "langName": "شعر أرجواني", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "blue hair", + "langName": "شعر أزرق", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "light blue hair", + "langName": "شعر أزرق فاتح", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "dark blue hair", + "langName": "شعر أزرق غامق", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "green hair", + "langName": "شعر أخضر", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "yellow hair", + "langName": "شعر أصفر", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "two-tone hair", + "langName": "شعر ذو لونين", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "multicolored hair", + "langName": "شعر مختلط الألوان", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "grey gradient hair", + "langName": "شعر رمادي متدرج", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "Gradation of hair", + "langName": "شعر أومبير", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "streaked hair", + "langName": "الشعر المميز", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "hair_down", + "langName": "الشعر إلى أسفل", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "hair_spread_out", + "langName": "شعر فضفاض", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "hair_flip", + "langName": "مشط الشعر", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "hair_up", + "langName": "الشعر يصل", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "hair_behind_ear", + "langName": "الشعر خلف الاذن", + "object": "شكل", + "attribute": "شعر" + }, + { + "displayName": "straight_hair", + "langName": "شعر مستقيم", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "curly hair", + "langName": "تجعيد الشعر", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "wavy hair", + "langName": "الحجم الطبيعي", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "short hair", + "langName": "شعر قصير", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "medium hair", + "langName": "تشونغفا", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "long hair", + "langName": "شعر طويل", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "very long hair", + "langName": "شعر طويل للغاية", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "short ponytail", + "langName": "ذيل حصان قصير", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "ponytail", + "langName": "ذيل حصان", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "high ponytail", + "langName": "ذيل حصان مرتفع", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "low ponytail", + "langName": "ذيل حصان منخفض", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "front ponytail", + "langName": "ذيل حصان أمامي", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "Side ponytail", + "langName": "ذيل حصان جانبي", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "folded ponytail", + "langName": "ذيل حصان مطوي", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "braided ponytail", + "langName": "شعر مضفر ذيل حصان", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "quad tails", + "langName": "أربعة ذيل حصان", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "twin braids", + "langName": "جديلة مزدوجة", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "low twin braids", + "langName": "جديلة مزدوجة منخفضة", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "side braid", + "langName": "جديلة جانبية", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "single braid", + "langName": "جديلة واحدة", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "crown braid", + "langName": "جديلة التاج", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "french braid", + "langName": "جديلة فرنسية", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "braid", + "langName": "جديلة", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "drill hair", + "langName": "لفة الحفر لفة الأميرة", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "twin_drills", + "langName": "تصفيفة الشعر الماسية المزدوجة", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "bunches", + "langName": "ذيل الحصان التوأم", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "twintails", + "langName": "ذيل الحصان التوأم اثنين", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "hair bun", + "langName": "كعكة | زلابية", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "single_hair_bun", + "langName": "كعكة واحدة", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "double_bun", + "langName": "اثنين من الكعك", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "braided bangs", + "langName": "الانفجارات جديلة", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "braided bun", + "langName": "كعكة جديلة", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "cone hair bun", + "langName": "كعكة مدببة", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "doughnut hair bun", + "langName": "كعكة دونات", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "heart hair bun", + "langName": "كعكة القلب", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "bob cut", + "langName": "شعر بوب", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "bob haircut", + "langName": "شعر بوب", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "hime cut", + "langName": "قطع الأميرة", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "updo", + "langName": "شعر كعكة", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "topknot", + "langName": "رأس كرات اللحم", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "one side up", + "langName": "الشعر مربوط على جانب واحد", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "two side up", + "langName": "ربطة شعر على الوجهين", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "multi-tied hair", + "langName": "ربط المزيد من الشعر", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "payot", + "langName": "سوالف طويلة", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "dynamic hair", + "langName": "شعر ديناميكي", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "swept bangs", + "langName": "الانفجارات الجانبية اجتاحت", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "crossed bangs", + "langName": "الانفجارات المتقاطعة", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "bangs", + "langName": "الانفجارات", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "blunt bangs", + "langName": "الانفجارات تشي", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "Slanted bangs", + "langName": "الانفجارات المائلة", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "long bangs", + "langName": "الانفجارات الطويلة", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "air bangs", + "langName": "الانفجارات الهوائية", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "asymmetric bangs", + "langName": "الانفجارات غير المتكافئة", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "asymmetrical bangs", + "langName": "الانفجارات غير المتكافئة", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "parted bangs", + "langName": "الانفجارات جزء", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "side_blunt_bangs", + "langName": "الانفجارات الهوائية الجانبية", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "centre parting bangs", + "langName": "مركز الانفجارات مفترق", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "middle Fringe", + "langName": "مركز الانفجارات مفترق", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "bowl_cut", + "langName": "رأس الفطر | رأس الوعاء", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "hair_flaps", + "langName": "أجنحة الشعر", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "hair wings", + "langName": "شعر الجناح", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "hair in takes", + "langName": "عن قرب", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "flipped hair", + "langName": "شعر ملتوي", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "messy hair", + "langName": "تصفيفة الشعر فوضوي", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "disheveled hair", + "langName": "شعر أشعث", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "antenna hair", + "langName": "العديد من الشعر الباهت", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "ahoge", + "langName": "أحمق", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "forehead", + "langName": "إظهار الجبين", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "dreadlocks", + "langName": "المجدل", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "wet hair", + "langName": "شعر مبلل", + "object": "شكل", + "attribute": "تصفيفة الشعر" + }, + { + "displayName": "makeup", + "langName": "ماكياج", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "eyeshadow", + "langName": "ظلال العيون", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "red eyeshadow", + "langName": "ظلال العيون الحمراء", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "blue eyeshadow", + "langName": "ظلال العيون الزرقاء", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "purple eyeshadow", + "langName": "ظل العيون الأرجواني", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "pink eyeshadow", + "langName": "ظلال العيون الوردية", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "green eyeshadow", + "langName": "ظلال العيون الخضراء", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "mascara", + "langName": "المسكرة", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "long_eyelashes", + "langName": "رموش طويلة", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "colored_eyelashes", + "langName": "رموش ملونة", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "lipgloss", + "langName": "ملمع الشفاه", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "red_lips", + "langName": "شفاه حمراء", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "anime_style_blush", + "langName": "استحى المتحركة", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "nose_blush", + "langName": "استحى الأنف", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "freckles", + "langName": "نمش", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "mole", + "langName": "الخلد", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "mole_under_eye", + "langName": "الشامات تحت العينين", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "scar", + "langName": "ندبة", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "scar_across_eye", + "langName": "ندوب على العيون", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "facial_mark", + "langName": "وجه منقوش", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "forehead_mark", + "langName": "هناك نمط على الجبهة", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "anger_vein", + "langName": "رمز الرأس الغاضب", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "bags_under_eyes", + "langName": "أكياس تحت العينين", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "bruise_on_face", + "langName": "كدمات على الوجه", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "whisker_markings", + "langName": "علامات اللحية", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "facepaint", + "langName": "رسم الوجه", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "hair between eyes", + "langName": "الشعر بين العينين", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "smoking_pipe", + "langName": "ماسورة", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "mustache", + "langName": "شارب", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "goatee", + "langName": "لحية صغيرة", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "food_on_face", + "langName": "الطعام على الوجه", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "rice_on_face", + "langName": "الأرز على الوجه", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "cream_on_face", + "langName": "كريم على الوجه", + "object": "شكل", + "attribute": "وجه" + }, + { + "displayName": "elf ears", + "langName": "آذان قزم", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "pointy_ears", + "langName": "آذان مدببة", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "long_pointy_ears", + "langName": "آذان طويلة مدببة", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "demon ears", + "langName": "آذان الشيطان", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "angel ears", + "langName": "آذان الملاك", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "alien ears", + "langName": "آذان غريبة", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "animal_ears", + "langName": "آذان الحيوان", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "fake_animal_ears", + "langName": "آذان الحيوانات المزيفة", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "ears_through_headwear", + "langName": "آذان تلبس من خلال القبعات أو أغطية الرأس", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "ear_blush", + "langName": "الآذان حمراء", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "ear_ornament", + "langName": "حلق", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "ear_piercing", + "langName": "ثقب الأذن", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "animal_ear_fluff", + "langName": "قطيفة أذن الحيوان", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "ears_down", + "langName": "إسقاط الأذنين", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "floppy_ears", + "langName": "آذان مرنة", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "fox_ears", + "langName": "آذان الثعلب", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "cat_ears", + "langName": "آذان القط", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "dog_ears", + "langName": "آذان الكلب", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "coyote_ears", + "langName": "آذان ذئب", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "bunny_ears", + "langName": "آذان أرنب", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "mouse_ears", + "langName": "آذان الفأر", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "squirrel_ears", + "langName": "آذان السنجاب", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "raccoon_ears", + "langName": "آذان الراكون", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "bear_ears", + "langName": "آذان الدب", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "panda_ears", + "langName": "آذان الباندا", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "lion_ears", + "langName": "آذان الأسد", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "jaguar_ears", + "langName": "آذان جاكوار", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "tiger_ears", + "langName": "أذن النمر", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "wolf ears", + "langName": "آذان الذئب", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "horse_ears", + "langName": "أذن الحصان", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "cow ears", + "langName": "آذان البقر", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "pig ears", + "langName": "آذان الخنازير", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "sheep ears", + "langName": "آذان الأغنام", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "goat ears", + "langName": "آذان الماعز", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "goat_horns", + "langName": "قرون الماعز", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "curled_horns", + "langName": "ركن", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "hair_on_horn", + "langName": "الشعر على القرون", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "deer ears", + "langName": "آذان الغزلان", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "antelope ears", + "langName": "آذان الظباء", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "antlers", + "langName": "قرون", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "rhino ears", + "langName": "آذان وحيد القرن", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "elephant ears", + "langName": "آذان الفيل", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "bat_ears", + "langName": "آذان الخفافيش", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "extra_ears", + "langName": "آذان اضافية", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "alpaca_ears", + "langName": "آذان الألبكة", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "dragon ears", + "langName": "آذان التنين", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "robot_ears", + "langName": "الأذن الميكانيكية", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "dragon_horns", + "langName": "قرن التنين", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "oni_horns", + "langName": "قرن الشبح", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "horns", + "langName": "قرون", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "fake_horns", + "langName": "القرن الكاذب", + "object": "شكل", + "attribute": "أذن" + }, + { + "displayName": "thick eyebrows", + "langName": "الحواجب الكثيفة", + "object": "شكل", + "attribute": "الحاجب" + }, + { + "displayName": "cocked eyebrow", + "langName": "رفع الحاجبين", + "object": "شكل", + "attribute": "الحاجب" + }, + { + "displayName": "short eyebrows", + "langName": "حواجب قصيرة", + "object": "شكل", + "attribute": "الحاجب" + }, + { + "displayName": "v-shaped eyebrows", + "langName": "الحاجب V", + "object": "شكل", + "attribute": "الحاجب" + }, + { + "displayName": "beautiful_detailed_eyes", + "langName": "عيون جميلة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "glistening_eyes", + "langName": "عيون مائيه", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "sparkling_eyes", + "langName": "عيون النجوم", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "sparkling_anime_eyes", + "langName": "عيون فلاش متحركة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "gradient_eyes", + "langName": "عيون متدرجة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "water_eyes", + "langName": "عيون دامعة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "eye_relfection", + "langName": "منعكس العين (رد فعل التلميذ للضوء)", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "reflective_eyes", + "langName": "عيون عاكسة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "multicolored_eyes", + "langName": "عيون ملونة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "red eyes", + "langName": "عيون حمراء", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "green eyes", + "langName": "عيون خضراء", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "blue_eyes", + "langName": "عيون زرقاء", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "purple eyes", + "langName": "عيون أرجوانية", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "pink eyes", + "langName": "عيون وردية", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "yellow eyes", + "langName": "عيون صفراء", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "orange eyes", + "langName": "عيون برتقالية", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "brown_eyes", + "langName": "عيون بنية", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "light_brown_eyes", + "langName": "عيون بنية فاتحة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "silver_eyes", + "langName": "عيون فضية", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "grey eyes", + "langName": "عيون رمادية", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "black eyes", + "langName": "عيون سوداء", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "white eyes", + "langName": "عيون بيضاء", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "aqua_eyes", + "langName": "عيون مائية", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "hidden eyes", + "langName": "إخفاء العيون", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "heart-shaped eyes", + "langName": "عيون على شكل قلب", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "heart_in_eye", + "langName": "عيون على شكل قلب", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "hollow_eyes", + "langName": "تلاميذ على شكل نجمة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "mechanical_eye", + "langName": "العين الميكانيكية", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "ringed_eyes", + "langName": "عيون حلقة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "clock_eyes", + "langName": "عين الجرس", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "compound_eyes", + "langName": "عين مركبة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "devil_eyes", + "langName": "العين الشريرة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "cephalopod_eyes", + "langName": "عيون رأسيات الأرجل", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "mismatched_sclera", + "langName": "الصلبة غير متطابقة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "solid circle eyes", + "langName": "عيون مستديرة صلبة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "solid_oval_eyes", + "langName": "نسخة Q عيون بيضاوية صلبة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "anime_style_eyes", + "langName": "عيون على غرار أنيمي", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "blush_stickers", + "langName": "Q نسخة ملصق أحمر الخدود", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "button eyes", + "langName": "عيون زر", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "cross eyed", + "langName": "أحول", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "blank eyes", + "langName": "عيون فارغة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "spiral_eyes", + "langName": "عين الدوامة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "sanpaku", + "langName": "متلازمة الأبيض الثلاثي (تحول الحدقة)", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "flaming_eye", + "langName": "حمرا", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "bloodshot_eyes", + "langName": "عيون محتقنة بالدم", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "blood_from_eyes", + "langName": "الدم يتدفق من العيون", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "extra_eyes", + "langName": "عيون متعددة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "one-eyed", + "langName": "أعور", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "third_eye", + "langName": "العين الثالثة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "eye_of_horus", + "langName": "عين حورس", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "closed_eyes", + "langName": "عيون مغلقة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "half_closed_eye", + "langName": "عين نصف مغلقة (عين واحدة)", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "half_closed_eyes", + "langName": "عيون نصف مغلقة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "narrowed_eyes", + "langName": "تضييق عينيك", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "squinting", + "langName": "أغمض عينيك", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "tears", + "langName": "دموع", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "upturned_eyes", + "langName": "عيون مقلوبة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "eyes_closed", + "langName": "عيون مغلقة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "one_eye_covered", + "langName": "عين واحدة مغطاة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "covered_eyes", + "langName": "عيون معصوبة العينين", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "hair_over_eyes", + "langName": "الشعر يغطي العيون", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "hair_over_one_eye", + "langName": "يغطي الشعر عين واحدة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "eyes_visible_through_hair", + "langName": "عيون مرئية من خلال الشعر", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "shading eyes", + "langName": "عيون مع ظلال العيون", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "one eye closed", + "langName": "عين واحدة مغلقة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "no_blindfold", + "langName": "تمت إزالة عنصر العصابة (الأصلي).", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "no_eyepatch", + "langName": "إزالة قناع العين (الموجود).", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "eyeliner", + "langName": "كحل", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "no_eyes", + "langName": "لا عيون", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "uneven_eyes", + "langName": "عيون كبيرة وصغيرة", + "object": "شكل", + "attribute": "عين" + }, + { + "displayName": "pupils", + "langName": "تلميذ", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "bright_pupils", + "langName": "التلاميذ مشرق", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "blue_pupils", + "langName": "التلاميذ البرتقاليون", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "purple_pupils", + "langName": "التلاميذ الأرجواني", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "orange_pupils", + "langName": "التلاميذ البرتقاليون", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "heterochromia", + "langName": "التلاميذ متغاير اللون", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "mismatched_pupils", + "langName": "تلاميذ غير متطابقين", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "solid_circle_pupils", + "langName": "نسخة Q التلاميذ المستديرة الصلبة", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "dilated_pupils", + "langName": "التلاميذ المتوسعة", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "constricted_pupils", + "langName": "التلاميذ المقيدين", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "slit_pupils", + "langName": "التلاميذ العموديين / عيون القط", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "snake_pupils", + "langName": "التلاميذ الأفعى (وميض التلميذ)", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "horizontal_pupils", + "langName": "تلميذ أفقي", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "rectangular_pupils", + "langName": "التلاميذ مستطيلة", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "square_pupils", + "langName": "التلاميذ المربعين", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "dot_pupils", + "langName": "نقطة التلميذ", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "star-shaped_pupils", + "langName": "التلاميذ على شكل نجمة خماسية", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "flower-shaped pupils", + "langName": "التلاميذ على شكل زهرة", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "heart-shaped_pupils", + "langName": "التلاميذ على شكل قلب", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "diamond-shaped_pupils", + "langName": "التلاميذ على شكل الماس", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "butterfly-shaped_pupils", + "langName": "التلاميذ على شكل فراشة", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "symbol-shaped_pupils", + "langName": "تلاميذ رمزيون", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "x-shaped_pupils", + "langName": "التلاميذ على شكل X", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "cross-shaped_pupils", + "langName": "التلاميذ الرمزيون (لا يوجد تأثير", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "\"+_+\"", + "langName": "عبر نجمة العين", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "extra_pupils", + "langName": "تلاميذ إضافيين", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "no_pupils", + "langName": "لا التلاميذ", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "devil pupils", + "langName": "التلميذ السحري", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "pupils sparkling", + "langName": "وميض التلاميذ", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "symbol_in_eye", + "langName": "هناك رموز في العيون", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "star_in_eye", + "langName": "النجوم في العيون", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "dashed_eyes", + "langName": "عيون منقطة", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "color contact lenses", + "langName": "العدسات اللاصقة", + "object": "شكل", + "attribute": "تلميذ" + }, + { + "displayName": "light_eyes", + "langName": "عيون مشرقة", + "object": "شكل", + "attribute": "تعبير العين" + }, + { + "displayName": "glowing_eyes", + "langName": "عيون متوهجة", + "object": "شكل", + "attribute": "تعبير العين" + }, + { + "displayName": "shiny_eyes", + "langName": "عيون مشرقة", + "object": "شكل", + "attribute": "تعبير العين" + }, + { + "displayName": "evil_eyes", + "langName": "العين الشريرة", + "object": "شكل", + "attribute": "تعبير العين" + }, + { + "displayName": "crazy_eyes", + "langName": "عيون مجنونة", + "object": "شكل", + "attribute": "تعبير العين" + }, + { + "displayName": "empty_eyes", + "langName": "عيون فارغة", + "object": "شكل", + "attribute": "تعبير العين" + }, + { + "displayName": "solid_eyes", + "langName": "عيون حازمة", + "object": "شكل", + "attribute": "تعبير العين" + }, + { + "displayName": "sharp_eyes", + "langName": "عيون حادة", + "object": "شكل", + "attribute": "تعبير العين" + }, + { + "displayName": "slanted_eyes", + "langName": "عيون حادة", + "object": "شكل", + "attribute": "تعبير العين" + }, + { + "displayName": "wink", + "langName": "وميض", + "object": "شكل", + "attribute": "تعبير العين" + }, + { + "displayName": "wide-eyed", + "langName": "أبقِ عينيك مفتوحتين", + "object": "شكل", + "attribute": "تعبير العين" + }, + { + "displayName": "glint", + "langName": "تومض مشاعر قوية في العيون", + "object": "شكل", + "attribute": "تعبير العين" + }, + { + "displayName": "tsurime", + "langName": "ذيل العين مرفوع", + "object": "شكل", + "attribute": "تعبير العين" + }, + { + "displayName": "tareme", + "langName": "تدلي ذيل العين", + "object": "شكل", + "attribute": "تعبير العين" + }, + { + "displayName": "pointed nose", + "langName": "الأنف المدبب", + "object": "شكل", + "attribute": "أنف" + }, + { + "displayName": "small nose", + "langName": "أنف صغير", + "object": "شكل", + "attribute": "أنف" + }, + { + "displayName": "big nose", + "langName": "أنف كبير", + "object": "شكل", + "attribute": "أنف" + }, + { + "displayName": "no_nose", + "langName": "لا الأنف", + "object": "شكل", + "attribute": "أنف" + }, + { + "displayName": "dot_nose", + "langName": "الأنف المنقط", + "object": "شكل", + "attribute": "أنف" + }, + { + "displayName": "nose_bubble", + "langName": "فقاعات الأنف", + "object": "شكل", + "attribute": "أنف" + }, + { + "displayName": "smelling", + "langName": "يشم", + "object": "شكل", + "attribute": "أنف" + }, + { + "displayName": "nose", + "langName": "أنف", + "object": "شكل", + "attribute": "أنف" + }, + { + "displayName": "nosebleed", + "langName": "نزيف في الأنف", + "object": "شكل", + "attribute": "أنف" + }, + { + "displayName": "snot", + "langName": "إفرازات الأنف", + "object": "شكل", + "attribute": "أنف" + }, + { + "displayName": "snout", + "langName": "خطم الحيوان", + "object": "شكل", + "attribute": "أنف" + }, + { + "displayName": "thick lips", + "langName": "شفاه سميكة", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "puffy lips", + "langName": "تورم الشفاه", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "lipstick", + "langName": "أحمر الشفاه", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "heart-shaped mouth", + "langName": "الفم على شكل قلب", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "pout", + "langName": "العبوس", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "mole under mouth", + "langName": "الشامات تحت الفم", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "open_mouth", + "langName": "افتح فمك", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "gasping", + "langName": "اللهاث (فتح الفم)", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "Slightly_open_mouth", + "langName": "الفم مفتوح قليلا", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "wavy_mouth", + "langName": "الفم المتموج", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "close_mouth", + "langName": "اسكت", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "dot_mouth", + "langName": "إيماءة", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "no_mouth", + "langName": "لا فم", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "gag", + "langName": "أسكت", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "gnaw", + "langName": "يعض", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": ":3", + "langName": "ماوزوي", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": ":o", + "langName": "افتح فمك", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": ":>", + "langName": "الفم الخامس", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "parted_lips", + "langName": "الشفاه مفتوحة", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "bit_gag", + "langName": "اسكت", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "chestnut_mouth", + "langName": "ليزيزوي", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "cleave_gag", + "langName": "مكمما", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "closed_mouth", + "langName": "فم مغلق", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "covered_mouth", + "langName": "الفم المغطى", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "extra_mouth", + "langName": "كم عدد الأفواه", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "hair_in_mouth", + "langName": "الشعر في الفم", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "hair_tie_in_mouth", + "langName": "أمسك ربطة الشعر في فمك", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "homu", + "langName": "العبوس | العبوس", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "lips", + "langName": "شفه", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "mouth", + "langName": "فم", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "mouth_hold", + "langName": "احتفظ بها في فمك", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "oral", + "langName": "مع الفم", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "pacifier", + "langName": "حلمة الثدي", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "Pouted lips", + "langName": "شفاه مزمومة", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "sideways_mouth", + "langName": "ارسم الفم في الملف الشخصي", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "spoon_in_mouth", + "langName": "ملعقة في الفم", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "triangle_mouth", + "langName": "الفم الثلاثي", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "saliva", + "langName": "اللعاب", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "drooling", + "langName": "سيلان اللعاب", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "mouth_drool", + "langName": "وجود فجوة على شكل قطرة من اللعاب في زاوية الفم.", + "object": "شكل", + "attribute": "فم" + }, + { + "displayName": "tooth", + "langName": "سن", + "object": "شكل", + "attribute": "أسنان" + }, + { + "displayName": "upper_teeth", + "langName": "الأسنان العلوية", + "object": "شكل", + "attribute": "أسنان" + }, + { + "displayName": "fangs", + "langName": "أسنان النمر | الأنياب", + "object": "شكل", + "attribute": "أسنان" + }, + { + "displayName": "skin_fang", + "langName": "لون جلد أسنان النمر", + "object": "شكل", + "attribute": "أسنان" + }, + { + "displayName": "round_teeth", + "langName": "أسنان صدفي", + "object": "شكل", + "attribute": "أسنان" + }, + { + "displayName": "sharp_teeth", + "langName": "أسنان حادة", + "object": "شكل", + "attribute": "أسنان" + }, + { + "displayName": "clenched_teeth", + "langName": "صر أسنانك", + "object": "شكل", + "attribute": "أسنان" + }, + { + "displayName": "buck_teeth", + "langName": "أسنان باك", + "object": "شكل", + "attribute": "أسنان" + }, + { + "displayName": "fang_out", + "langName": "اكشر الأنياب | اكفّر الأنياب", + "object": "شكل", + "attribute": "أسنان" + }, + { + "displayName": "spiked_club", + "langName": "صولجان", + "object": "شكل", + "attribute": "أسنان" + }, + { + "displayName": "toothbrush", + "langName": "فرشاة الأسنان", + "object": "شكل", + "attribute": "أسنان" + }, + { + "displayName": "tusks", + "langName": "العاج", + "object": "شكل", + "attribute": "أسنان" + }, + { + "displayName": "shark_mouth", + "langName": "أسنان القرش", + "object": "شكل", + "attribute": "أسنان" + }, + { + "displayName": ":q", + "langName": "اللسان على الشفة العليا", + "object": "شكل", + "attribute": "لسان" + }, + { + "displayName": ":p", + "langName": "اللسان على الشفة السفلى", + "object": "شكل", + "attribute": "لسان" + }, + { + "displayName": ";p", + "langName": "وميض وأخرج اللسان", + "object": "شكل", + "attribute": "لسان" + }, + { + "displayName": "french_kiss", + "langName": "قبلة اللسان | قبلة رطبة فرنسية", + "object": "شكل", + "attribute": "لسان" + }, + { + "displayName": "long_tongue", + "langName": "لسان طويل", + "object": "شكل", + "attribute": "لسان" + }, + { + "displayName": "oral_invitation", + "langName": "أخرج لسانك لاستقبال القذف", + "object": "شكل", + "attribute": "لسان" + }, + { + "displayName": "tongue", + "langName": "لسان", + "object": "شكل", + "attribute": "لسان" + }, + { + "displayName": "tongue_out", + "langName": "عصا اللسان", + "object": "شكل", + "attribute": "لسان" + }, + { + "displayName": "uvula", + "langName": "اللهاة | اللهاة | اللهاة", + "object": "شكل", + "attribute": "لسان" + }, + { + "displayName": "fingernails", + "langName": "أظافر", + "object": "شكل", + "attribute": "مسمار" + }, + { + "displayName": "toenails", + "langName": "أظافر", + "object": "شكل", + "attribute": "مسمار" + }, + { + "displayName": "nail_polish", + "langName": "طلاء الأظافر", + "object": "شكل", + "attribute": "مسمار" + }, + { + "displayName": "toenail_polish", + "langName": "طلاء أظافر القدم", + "object": "شكل", + "attribute": "مسمار" + }, + { + "displayName": "black_nails", + "langName": "أظافر سوداء", + "object": "شكل", + "attribute": "مسمار" + }, + { + "displayName": "red_nails", + "langName": "أظافر حمراء", + "object": "شكل", + "attribute": "مسمار" + }, + { + "displayName": "pink_nails", + "langName": "أظافر وردية", + "object": "شكل", + "attribute": "مسمار" + }, + { + "displayName": "long_fingernails", + "langName": "أظافر طويلة", + "object": "شكل", + "attribute": "مسمار" + }, + { + "displayName": "nail", + "langName": "أظافر | الأظافر", + "object": "شكل", + "attribute": "مسمار" + }, + { + "displayName": "multicolored_nails", + "langName": "أظافر ملونة", + "object": "شكل", + "attribute": "مسمار" + }, + { + "displayName": "nail_art", + "langName": "مانيكير", + "object": "شكل", + "attribute": "مسمار" + }, + { + "displayName": "bare shoulders", + "langName": "أكتاف عارية", + "object": "شكل", + "attribute": "أكتاف" + }, + { + "displayName": "collarbonea", + "langName": "الترقوة", + "object": "شكل", + "attribute": "أكتاف" + }, + { + "displayName": "armpits", + "langName": "إبط", + "object": "شكل", + "attribute": "أكتاف" + }, + { + "displayName": "armpit_crease", + "langName": "تجاعيد الإبط", + "object": "شكل", + "attribute": "أكتاف" + }, + { + "displayName": "chest", + "langName": "صدر", + "object": "شكل", + "attribute": "صدر" + }, + { + "displayName": "flat chest", + "langName": "الصدور الصغيرة (أ)", + "object": "شكل", + "attribute": "صدر" + }, + { + "displayName": "small_breasts", + "langName": "الثدي الصغيرة (ب)", + "object": "شكل", + "attribute": "صدر" + }, + { + "displayName": "medium breasts", + "langName": "صدر متوسط ​​(ج)", + "object": "شكل", + "attribute": "صدر" + }, + { + "displayName": "big breasts", + "langName": "الثدي الكبيرة (د)", + "object": "شكل", + "attribute": "صدر" + }, + { + "displayName": "huge breasts", + "langName": "الصدور الكبيرة (ه)", + "object": "شكل", + "attribute": "صدر" + }, + { + "displayName": "gigantic breasts", + "langName": "ثديين كبيرين جدًا (F)", + "object": "شكل", + "attribute": "صدر" + }, + { + "displayName": "breasts apart", + "langName": "انفصل الصدر", + "object": "شكل", + "attribute": "صدر" + }, + { + "displayName": "hanging breasts", + "langName": "تدلى", + "object": "شكل", + "attribute": "صدر" + }, + { + "displayName": "bouncing breasts", + "langName": "هزة", + "object": "شكل", + "attribute": "صدر" + }, + { + "displayName": "cleavage", + "langName": "انقسام", + "object": "شكل", + "attribute": "صدر" + }, + { + "displayName": "areola", + "langName": "الهالة", + "object": "شكل", + "attribute": "صدر" + }, + { + "displayName": "nipples", + "langName": "حلمة الثدي", + "object": "شكل", + "attribute": "صدر" + }, + { + "displayName": "pectorals", + "langName": "عضلات الصدر", + "object": "شكل", + "attribute": "صدر" + }, + { + "displayName": "large_pectorals", + "langName": "بيكس كبيرة", + "object": "شكل", + "attribute": "صدر" + }, + { + "displayName": "unbuttoned clothes", + "langName": "نصف الصدر المكشوف", + "object": "شكل", + "attribute": "صدر" + }, + { + "displayName": "belly", + "langName": "البطن", + "object": "شكل", + "attribute": "البطن" + }, + { + "displayName": "absolute_territory", + "langName": "عضلات البطن", + "object": "شكل", + "attribute": "البطن" + }, + { + "displayName": "inflation", + "langName": "انتفاخ البطن", + "object": "شكل", + "attribute": "البطن" + }, + { + "displayName": "navel", + "langName": "زر البطن", + "object": "شكل", + "attribute": "البطن" + }, + { + "displayName": "groin", + "langName": "الفخذ", + "object": "شكل", + "attribute": "البطن" + }, + { + "displayName": "feet", + "langName": "قدم", + "object": "شكل", + "attribute": "قدم" + }, + { + "displayName": "long_legs", + "langName": "أرجل طويلة", + "object": "شكل", + "attribute": "قدم" + }, + { + "displayName": "thick_thighs", + "langName": "أفخاذ سميكة", + "object": "شكل", + "attribute": "قدم" + }, + { + "displayName": "toe-point", + "langName": "طرف اصبع القدم | طرف اصبع القدم", + "object": "شكل", + "attribute": "قدم" + }, + { + "displayName": "wings", + "langName": "الجناح", + "object": "شكل", + "attribute": "الجناح" + }, + { + "displayName": "bat_wings", + "langName": "أجنحة الخفافيش", + "object": "شكل", + "attribute": "الجناح" + }, + { + "displayName": "butterfly_wings", + "langName": "أجنحة الفراشة", + "object": "شكل", + "attribute": "الجناح" + }, + { + "displayName": "black_wings", + "langName": "أجنحة سوداء", + "object": "شكل", + "attribute": "الجناح" + }, + { + "displayName": "demon_wings", + "langName": "أجنحة الشيطان", + "object": "شكل", + "attribute": "الجناح" + }, + { + "displayName": "asymmetrical_wings", + "langName": "أجنحة غير متكافئة", + "object": "شكل", + "attribute": "الجناح" + }, + { + "displayName": "detached_wings", + "langName": "أجنحة غير متصلة بالجسم", + "object": "شكل", + "attribute": "الجناح" + }, + { + "displayName": "fairy_wings", + "langName": "أجنحة خرافية", + "object": "شكل", + "attribute": "الجناح" + }, + { + "displayName": "fake_wings", + "langName": "أجنحة تقليد", + "object": "شكل", + "attribute": "الجناح" + }, + { + "displayName": "fiery_wings", + "langName": "أجنحة مشتعلة", + "object": "شكل", + "attribute": "الجناح" + }, + { + "displayName": "insect_wings", + "langName": "أجنحة الحشرات", + "object": "شكل", + "attribute": "الجناح" + }, + { + "displayName": "large_wings", + "langName": "أجنحة كبيرة", + "object": "شكل", + "attribute": "الجناح" + }, + { + "displayName": "low_wings", + "langName": "أجنحة على الخصر", + "object": "شكل", + "attribute": "الجناح" + }, + { + "displayName": "mini_wings", + "langName": "أجنحة صغيرة", + "object": "شكل", + "attribute": "الجناح" + }, + { + "displayName": "multicolored_wings", + "langName": "أجنحة متعددة الألوان", + "object": "شكل", + "attribute": "الجناح" + }, + { + "displayName": "multiple_wings", + "langName": "أزواج متعددة من الأجنحة", + "object": "شكل", + "attribute": "الجناح" + }, + { + "displayName": "no_wings", + "langName": "تمت إزالة الأجنحة (الأصلية).", + "object": "شكل", + "attribute": "الجناح" + }, + { + "displayName": "winged_helmet", + "langName": "خوذة مجنحة", + "object": "شكل", + "attribute": "الجناح" + }, + { + "displayName": "smile", + "langName": "يبتسم", + "object": "تعبير", + "attribute": "يضحك" + }, + { + "displayName": "laughing", + "langName": "يضحك بصوت عال", + "object": "تعبير", + "attribute": "يضحك" + }, + { + "displayName": ":d", + "langName": "ابتسامة سعيدة_:D😀", + "object": "تعبير", + "attribute": "يضحك" + }, + { + "displayName": ";d", + "langName": "غمز وابتسم_:د", + "object": "تعبير", + "attribute": "يضحك" + }, + { + "displayName": "grin", + "langName": "ابتسامة مسننة", + "object": "تعبير", + "attribute": "يضحك" + }, + { + "displayName": "teasing_smile", + "langName": "مسليا، مبتسما سخيفة", + "object": "تعبير", + "attribute": "يضحك" + }, + { + "displayName": "seductive_smile", + "langName": "ابتسامة ساحرة", + "object": "تعبير", + "attribute": "يضحك" + }, + { + "displayName": "smirk", + "langName": "ابتسامة استفزازية", + "object": "تعبير", + "attribute": "يضحك" + }, + { + "displayName": "giggling", + "langName": "قهقه", + "object": "تعبير", + "attribute": "يضحك" + }, + { + "displayName": "smug", + "langName": "متعجرف", + "object": "تعبير", + "attribute": "يضحك" + }, + { + "displayName": "naughty_face", + "langName": "وجه شقي", + "object": "تعبير", + "attribute": "يضحك" + }, + { + "displayName": "crazy_smile", + "langName": "ضحكة مجنونة", + "object": "تعبير", + "attribute": "يضحك" + }, + { + "displayName": "kind_smile", + "langName": "ابتسامة لطيفة", + "object": "تعبير", + "attribute": "يضحك" + }, + { + "displayName": "evil_smile", + "langName": "ابتسامة سيئة", + "object": "تعبير", + "attribute": "يضحك" + }, + { + "displayName": "ahegao", + "langName": "غطي وجهك وأضحك | وجه خجول", + "object": "تعبير", + "attribute": "يضحك" + }, + { + "displayName": "happy_tears", + "langName": "دموع سعيدة", + "object": "تعبير", + "attribute": "يضحك" + }, + { + "displayName": "sad", + "langName": "حزين", + "object": "تعبير", + "attribute": "يبكي" + }, + { + "displayName": "sobs", + "langName": "تنهد", + "object": "تعبير", + "attribute": "يبكي" + }, + { + "displayName": "crying", + "langName": "البكاء بصوت عال", + "object": "تعبير", + "attribute": "يبكي" + }, + { + "displayName": "crying_with_eyes_open", + "langName": "البكاء بعيون مفتوحة", + "object": "تعبير", + "attribute": "يبكي" + }, + { + "displayName": "streaming_tears", + "langName": "ذرف الدموع", + "object": "تعبير", + "attribute": "يبكي" + }, + { + "displayName": "lacrimation", + "langName": "ذرف الدموع", + "object": "تعبير", + "attribute": "يبكي" + }, + { + "displayName": "tear stains", + "langName": "دموع", + "object": "تعبير", + "attribute": "يبكي" + }, + { + "displayName": "teardrop", + "langName": "دمعة", + "object": "تعبير", + "attribute": "يبكي" + }, + { + "displayName": "tearing_up", + "langName": "تعبير البكاء", + "object": "تعبير", + "attribute": "يبكي" + }, + { + "displayName": "wiping_tears", + "langName": "امسح الدموع", + "object": "تعبير", + "attribute": "يبكي" + }, + { + "displayName": "badmood", + "langName": "مزاج سيئ", + "object": "تعبير", + "attribute": "يبكي" + }, + { + "displayName": "tearing_clothes", + "langName": "الملابس الممزقة (عند الحزن الشديد، قم بتمزيق الملابس للتنفيس عن المشاعر)", + "object": "تعبير", + "attribute": "يبكي" + }, + { + "displayName": "frustrated", + "langName": "محبط", + "object": "تعبير", + "attribute": "تعيس" + }, + { + "displayName": "frustrated_brow", + "langName": "جبين محبط", + "object": "تعبير", + "attribute": "تعيس" + }, + { + "displayName": "annoyed", + "langName": "بالأسى", + "object": "تعبير", + "attribute": "تعيس" + }, + { + "displayName": "anguish", + "langName": "محبَط", + "object": "تعبير", + "attribute": "تعيس" + }, + { + "displayName": "sigh", + "langName": "تنهد", + "object": "تعبير", + "attribute": "تعيس" + }, + { + "displayName": "gloom", + "langName": "حزن", + "object": "تعبير", + "attribute": "تعيس" + }, + { + "displayName": "disappointed", + "langName": "خائب الأمل", + "object": "تعبير", + "attribute": "تعيس" + }, + { + "displayName": "despair", + "langName": "يأس", + "object": "تعبير", + "attribute": "تعيس" + }, + { + "displayName": "unamused", + "langName": "تبدو غير سعيدة", + "object": "تعبير", + "attribute": "تعيس" + }, + { + "displayName": "disgust", + "langName": "بالاشمئزاز (يشبه القمامة)", + "object": "تعبير", + "attribute": "ازدراء" + }, + { + "displayName": "disdain", + "langName": "ازدراء", + "object": "تعبير", + "attribute": "ازدراء" + }, + { + "displayName": "contempt", + "langName": "ازدراء", + "object": "تعبير", + "attribute": "ازدراء" + }, + { + "displayName": "shaded_face", + "langName": "هناك ظل على الوجه، يطابق الازدراء", + "object": "تعبير", + "attribute": "ازدراء" + }, + { + "displayName": "jitome", + "langName": "نظرة ازدراء", + "object": "تعبير", + "attribute": "ازدراء" + }, + { + "displayName": "frown", + "langName": "عبوس / عبوس", + "object": "تعبير", + "attribute": "ازدراء" + }, + { + "displayName": "wince", + "langName": "العبوس (قبل الجماع)", + "object": "تعبير", + "attribute": "ازدراء" + }, + { + "displayName": "furrowed_brow", + "langName": "عبوس", + "object": "تعبير", + "attribute": "ازدراء" + }, + { + "displayName": "fear_kubrick", + "langName": "يخاف من النظرات الجانبية", + "object": "تعبير", + "attribute": "ازدراء" + }, + { + "displayName": "angry", + "langName": "غاضب", + "object": "تعبير", + "attribute": "غاضب" + }, + { + "displayName": "glaring", + "langName": "وهج", + "object": "تعبير", + "attribute": "غاضب" + }, + { + "displayName": "serious", + "langName": "جدي (مثل الغضب)", + "object": "تعبير", + "attribute": "غاضب" + }, + { + "displayName": "kubrick_stare", + "langName": "يحدق بك جانبية", + "object": "تعبير", + "attribute": "غاضب" + }, + { + "displayName": "sulking", + "langName": "Angry_sulky", + "object": "تعبير", + "attribute": "غاضب" + }, + { + "displayName": "screaming", + "langName": "صرخة | يصرخ", + "object": "تعبير", + "attribute": "غاضب" + }, + { + "displayName": "shouting", + "langName": "يبكي", + "object": "تعبير", + "attribute": "غاضب" + }, + { + "displayName": "expressionless", + "langName": "بدون تعبير", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "raised eyebrow", + "langName": "رفع الحاجب", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "blush", + "langName": "استحى", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "light_blush", + "langName": "استحى طفيف", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "full-face-blush", + "langName": "استحى في جميع أنحاء الوجه", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "shy", + "langName": "خجول", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "embarrassed", + "langName": "محرجا وخجولا", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "embarrass", + "langName": "خجول (محرج)", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "flustered", + "langName": "مذعور", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "cute face", + "langName": "وجه لطيف", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "thinking", + "langName": "يفكر", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "bored", + "langName": "ممل", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "sleepy", + "langName": "نعسان", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "surprised", + "langName": "مفاجأة", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "confused", + "langName": "إرباك", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "facepalm", + "langName": "تغطية الوجه", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "grimace", + "langName": "غمزة", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "scowl", + "langName": "نظرة مقرفة", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "staring", + "langName": "نظرة", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "envy", + "langName": "حسد", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "twitching", + "langName": "نشل", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "spasm", + "langName": "تشنج", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "pain", + "langName": "ألم", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "endured_face", + "langName": "تعبير المريض", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "restrained", + "langName": "يكابد", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "turn pale", + "langName": "باهت", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "sweat", + "langName": "يعرق", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "scared", + "langName": "مقدس", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "naughty", + "langName": "شقي", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "dark_persona", + "langName": "اسودت", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "crazy", + "langName": "مجنون", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "yandere", + "langName": "yandere", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "Tsundere", + "langName": "تسوندير", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "multiple_persona", + "langName": "شخصية متعددة", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "Jekyll_and_Hyde", + "langName": "شخصية متعددة", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "exhausted", + "langName": "مرهق", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "heavy_breathing", + "langName": "تنفس بشدة، قد لا يساعد.", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "rape_face", + "langName": "وجه الاغتصاب", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "moaning", + "langName": "أنين", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "orgasm", + "langName": "ذروة", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "female_orgasm", + "langName": "هزة الجماع الأنثوية", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "rolling_eyes", + "langName": "لف عينيك (عيون النشوة الجنسية)", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "torogao", + "langName": "نشوة", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "drunk", + "langName": "في حالة سكر", + "object": "تعبير", + "attribute": "تعبيرات أخرى" + }, + { + "displayName": "joyful", + "langName": "بهيجة", + "object": "تعبير", + "attribute": "المشاعر الإيجابية" + }, + { + "displayName": "cheerful", + "langName": "مبتهج", + "object": "تعبير", + "attribute": "المشاعر الإيجابية" + }, + { + "displayName": "enchanting", + "langName": "أَخَّاذ", + "object": "تعبير", + "attribute": "المشاعر الإيجابية" + }, + { + "displayName": "happy", + "langName": "سعيد", + "object": "تعبير", + "attribute": "المشاعر الإيجابية" + }, + { + "displayName": "happy accidents", + "langName": "مفاجأة غير متوقعة", + "object": "تعبير", + "attribute": "المشاعر الإيجابية" + }, + { + "displayName": "vibrant", + "langName": "نشيط", + "object": "تعبير", + "attribute": "المشاعر الإيجابية" + }, + { + "displayName": "dynamic", + "langName": "نشيط", + "object": "تعبير", + "attribute": "المشاعر الإيجابية" + }, + { + "displayName": "energetic", + "langName": "مليئة بالطاقة", + "object": "تعبير", + "attribute": "المشاعر الإيجابية" + }, + { + "displayName": "bustling", + "langName": "مشغول", + "object": "تعبير", + "attribute": "المشاعر الإيجابية" + }, + { + "displayName": "lively", + "langName": "حية", + "object": "تعبير", + "attribute": "المشاعر الإيجابية" + }, + { + "displayName": "excited", + "langName": "متحمس", + "object": "تعبير", + "attribute": "المشاعر الإيجابية" + }, + { + "displayName": "peaceful", + "langName": "سلمية", + "object": "تعبير", + "attribute": "المشاعر الإيجابية" + }, + { + "displayName": "serene", + "langName": "سلمية", + "object": "تعبير", + "attribute": "المشاعر الإيجابية" + }, + { + "displayName": "soothing", + "langName": "مهدئا", + "object": "تعبير", + "attribute": "المشاعر الإيجابية" + }, + { + "displayName": "calming", + "langName": "هادئ", + "object": "تعبير", + "attribute": "المشاعر الإيجابية" + }, + { + "displayName": "melancholic", + "langName": "حزن", + "object": "تعبير", + "attribute": "المشاعر السلبية" + }, + { + "displayName": "eerie", + "langName": "غريب", + "object": "تعبير", + "attribute": "المشاعر السلبية" + }, + { + "displayName": "ominous", + "langName": "مشؤومة", + "object": "تعبير", + "attribute": "المشاعر السلبية" + }, + { + "displayName": "unsettling", + "langName": "مزعجة", + "object": "تعبير", + "attribute": "المشاعر السلبية" + }, + { + "displayName": "lonely", + "langName": "وحيد", + "object": "تعبير", + "attribute": "المشاعر السلبية" + }, + { + "displayName": "beautiful", + "langName": "جمال", + "object": "تعبير", + "attribute": "مزاج" + }, + { + "displayName": "elegant", + "langName": "رائع", + "object": "تعبير", + "attribute": "مزاج" + }, + { + "displayName": "angelic", + "langName": "ملائكي", + "object": "تعبير", + "attribute": "مزاج" + }, + { + "displayName": "Good", + "langName": "نعم", + "object": "تعبير", + "attribute": "مزاج" + }, + { + "displayName": "mysterious", + "langName": "غامض", + "object": "تعبير", + "attribute": "مزاج" + }, + { + "displayName": "enigmatic", + "langName": "غامض", + "object": "تعبير", + "attribute": "مزاج" + }, + { + "displayName": "cryptic", + "langName": "سر", + "object": "تعبير", + "attribute": "مزاج" + }, + { + "displayName": "evil", + "langName": "شر", + "object": "تعبير", + "attribute": "مزاج" + }, + { + "displayName": "standing", + "langName": "يقف", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "leaning", + "langName": "العجاف | نحيف", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "leaning_to_the_side", + "langName": "اتكئ جانبا", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "leaning_back", + "langName": "الاستلقاء إلى الوراء", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "leaning_forward", + "langName": "تميل إلى الأمام", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "leaning_on_object", + "langName": "تتكئ على الكائن", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "on_back", + "langName": "الاستلقاء على الظهر", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "on_side", + "langName": "الاستلقاء على الجانب", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "on_stomach", + "langName": "الاستلقاء", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "lying", + "langName": "الاستلقاء", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "lying_on_person", + "langName": "الكذب على شخص ما", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "lying_on_the_lake", + "langName": "ملقاة على البحيرة", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "lying_on_water", + "langName": "الكذب في الماء", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "reclining", + "langName": "وضعية الاستلقاء", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "arched_back", + "langName": "جسم القوس", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "afloat", + "langName": "تطفو على الماء", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "fetal_position", + "langName": "وضعية الجنين (الكذب)", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "sleeping_upright", + "langName": "(عدم الاستلقاء) النوم | النوم بشكل مستقيم", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "waking_up", + "langName": "استيقظ", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "cuddling", + "langName": "يعتنق", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "comforting", + "langName": "راحة", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "biting", + "langName": "يعض", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "licking", + "langName": "يلعق", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "licking_lips", + "langName": "لعق الشفاه", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "lip_biting", + "langName": "لدغة الشفاه", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "blowing", + "langName": "ينفخ", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "teasing", + "langName": "يضايق", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "tickling", + "langName": "دغدغة", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "spitting", + "langName": "عملية بصق السائل من الفم", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "spilling", + "langName": "فعل صب السائل من الحاوية", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "cooking", + "langName": "طبخ", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "drinking", + "langName": "شرب", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "applying_makeup", + "langName": "ماكياج", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "brushing_teeth", + "langName": "فرشاة الأسنان", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "hair_brushing", + "langName": "مشط الشعر", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "hair_tucking", + "langName": "اقلب شعرك", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "taking_picture", + "langName": "التقاط صورة | صورة شخصية", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "talking_on_phone", + "langName": "اتصل", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "singing", + "langName": "يغني", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "meditation", + "langName": "تأمل", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "dancing", + "langName": "الرقص", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "stylish_pose", + "langName": "تشكل الموضة", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "the_pose", + "langName": "استلقي على الأرض وارفعي قدميك", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "standing_on_liquid", + "langName": "الوقوف على الماء أو السائل", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "walking", + "langName": "يمشي", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "walking_on_liquid", + "langName": "المشي على السائل", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "running", + "langName": "يجري", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "jumping", + "langName": "القفز", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "flying", + "langName": "رحلة جوية", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "flapping", + "langName": "عمل الصفع", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "flying_kick", + "langName": "ركلة الطيران", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "fighting", + "langName": "في المعركة", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "fighting_stance", + "langName": "موقف القتال", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "drawing_bow", + "langName": "ارسم القوس", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "dual_wielding", + "langName": "تمارس المزدوج", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "unsheathing", + "langName": "غير غمد", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "slashing", + "langName": "يقطع", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "punching", + "langName": "لكمة", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "hitting", + "langName": "يضرب", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "pushing", + "langName": "يدفع", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "dragging", + "langName": "اسحب شيئا", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "strangling", + "langName": "شنق رأسه", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "bullying", + "langName": "متنمر", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "chasing", + "langName": "يطارد", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "fleeing", + "langName": "هاربا", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "hiding", + "langName": "يخفي", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "tripping", + "langName": "تعثرت", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "spinning", + "langName": "تناوب", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "climbing", + "langName": "تسلق", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "diving", + "langName": "غوص", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "swimming", + "langName": "السباحة", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "wading", + "langName": "خوض في الماء", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "riding", + "langName": "يركب", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "driving", + "langName": "يقود", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "fishing", + "langName": "صيد السمك", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "pole_dancing", + "langName": "رقصة القطب", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "writing", + "langName": "كتابة", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "reading", + "langName": "يقرأ", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "sewing", + "langName": "خياطة", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "shopping", + "langName": "التسوق", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "cleaning", + "langName": "تنظيف |", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "sweeping", + "langName": "تنظيف | كنس (الأعمال المنزلية)", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "washing", + "langName": "غسل", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "showering", + "langName": "دش", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "drying", + "langName": "جاف (بعد الاستحمام)", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "whispering", + "langName": "الهمس", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "sneezing", + "langName": "يعطس", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "talking", + "langName": "يتحدث", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "yawning", + "langName": "التثاؤب", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "smoking", + "langName": "دخان", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "sleeping", + "langName": "ينام", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "praying", + "langName": "يصلي", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "playing_games", + "langName": "لعب الألعاب", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "wrestling", + "langName": "مصارعة (رياضة)", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "parody", + "langName": "قلد", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "trolling", + "langName": "مقلب", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "public_indecency", + "langName": "الفاحشة العامة", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "eyelid_pull", + "langName": "وميض", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "top-down_bottom-up", + "langName": "الاستلقاء ورفع الأرداف", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "bent_over", + "langName": "وضعية الورك", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "upside-down", + "langName": "الوقوف على اليدين", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "prone_bone", + "langName": "أسلوب هزلي عرضة", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "presenting", + "langName": "العرض (الجزء الخلفي)", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "against_glass", + "langName": "ضغط الزجاج (غير صالح)", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "bleeding", + "langName": "نزيف", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "bowing", + "langName": "قَوس", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "breathing_fire", + "langName": "استنشاق النار", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "broom_riding", + "langName": "ركوب المكنسة", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "bubble_blowing", + "langName": "نفخ الفقاعات", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "burning", + "langName": "الاحتراق", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "cast", + "langName": "يرمي", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "dreaming", + "langName": "حلم", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "dropping", + "langName": "(عرضي) السقوط", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "exercise", + "langName": "قم بالتمرين", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "firing", + "langName": "إطلاق نار", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "flashing", + "langName": "مُعرض ل", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "flexing", + "langName": "إظهار العضلات", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "hanging", + "langName": "معلق", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "Painting_(Action)", + "langName": "يرسم", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "snowing", + "langName": "ثلج", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "soccer", + "langName": "رياضة كرة القدم", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "splashing", + "langName": "دفقة", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "steepled_fingers", + "langName": "أطراف الأصابع ضد الأصابع", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "swing", + "langName": "يتأرجح", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "tail_wagging", + "langName": "الذيل يهز", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "toilet_use", + "langName": "اذهب إلى المرحاض", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "tossing", + "langName": "يرمي", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "tying", + "langName": "ربط عقدة (العمل)", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "untying", + "langName": "غير مقيد", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "unzipping", + "langName": "بفك", + "object": "فعل", + "attribute": "الحركات الأساسية" + }, + { + "displayName": "looking_at_viewer", + "langName": "انظر إلى الجمهور", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "eye_contact", + "langName": "الاتصال بالعين (النظر إلى بعضهم البعض)", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "eyeball", + "langName": "التحديق", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "stare", + "langName": "نظرة", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "looking_back", + "langName": "إذا نظرنا إلى الوراء", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "gradient", + "langName": "إمالة الشخصية", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "looking_down", + "langName": "منظور الشخصية ينظر للأسفل↘", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "looking_up", + "langName": "منظور الشخصية يبحث عن ↗", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "facing_away", + "langName": "تواجه في مكان آخر", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "looking_to_the_side", + "langName": "تبدو جانبية", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "looking_away", + "langName": "انظر بعيدا", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "looking_ahead", + "langName": "التطلع إلى المستقبل", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "looking_afar", + "langName": "انظر إلى المسافة", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "looking_outside", + "langName": "انظر للخارج", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "head_tilt", + "langName": "إمالة الرأس", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "aiming", + "langName": "هدف", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "aiming_at_viewer", + "langName": "استهداف القارئ (المنظور)", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "head_down", + "langName": "احني رأسك", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "sideways_glance", + "langName": "نظرة قليلا إلى الجانب", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "upshirt", + "langName": "تطل من تحت القميص", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "upshorts", + "langName": "نظرة خاطفة على تنورة", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "looking_at_another", + "langName": "النظر إلى آخر", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "looking_at_phone", + "langName": "انظر إلى الهاتف المحمول", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "looking_at_animal", + "langName": "النظر إلى الحيوانات", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "looking_at_mirror", + "langName": "انظر في المرآة", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "looking_at_hand", + "langName": "النظر إلى اليدين", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "looking_at_food", + "langName": "انظر إلى الطعام", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "looking_at_screen", + "langName": "النظر إلى الشاشة", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "stare at me", + "langName": "يحدق فيك", + "object": "فعل", + "attribute": "ينظر" + }, + { + "displayName": "clenched hand", + "langName": "قبضة مشدودة", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "hand_to_mouth", + "langName": "ضع يدك على فمك", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "hidden hands", + "langName": "إخفاء يديك", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "arm_support", + "langName": "الدعم بالأيدي", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "arms_up", + "langName": "ارفع يدك", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "presenting armpit", + "langName": "إظهار الإبطين", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "arm_behind_head", + "langName": "الأيدي خلف الرأس", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "arm_above_head", + "langName": "الأيدي على الرأس", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "adjusting_hair", + "langName": "شعر مرتب", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "bangs_pinned_back", + "langName": "ثبتي غرتك للخلف", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "arm_behind_back", + "langName": "ضع يد واحدة خلف ظهرك", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "arms_behind_back", + "langName": "يديك خلف ظهرك", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "arm_at_side", + "langName": "معلقة يد واحدة إلى أسفل", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "arm_blade", + "langName": "شفرة الذراع", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "arm_grab", + "langName": "الاستيلاء على الذراع", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "arm_around_waist", + "langName": "يد واحدة حول الخصر", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "arm_hug", + "langName": "امسك يديك", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "arm_up", + "langName": "رفع الأيدي", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "bound_arms", + "langName": "الأسلحة مقيدة", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "extra_arms", + "langName": "أذرع متعددة", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "locked_arms", + "langName": "عقد الأسلحة", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "zombie_pose", + "langName": "وضعية الزومبي", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "cheering", + "langName": "يهتف", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "beckoning", + "langName": "يومئ", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "waving", + "langName": "موجة (قول مرحبا / وداعا)", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "waving_arms", + "langName": "التلويح بالأسلحة", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "salute", + "langName": "تحية", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "reaching", + "langName": "الوصول (عمدا)", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "reaching_out", + "langName": "الوصول إلى خارج اللوحة", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "stretch", + "langName": "تمتد", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "convenient_arm", + "langName": "تغطية الأجزاء الرئيسية من الأسلحة", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "ready_to_draw", + "langName": "الاستعداد لسحب السيف", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "double_fox_shadow_puppet", + "langName": "دمية ظل الثعلب المزدوج", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "fox_shadow_puppet", + "langName": "دمية ظل الثعلب", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "paw_pose", + "langName": "إيماءة يد القطة المحظوظة (ثني المعصم للأسفل)", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "self_fondle", + "langName": "المداعبة الذاتية", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "groping", + "langName": "يتلمس طريقه", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "crotch_grab", + "langName": "استيعاب المنشعب", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "clothes_lift", + "langName": "رفع الملابس", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "clothes_pull", + "langName": "شد الملابس", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "strap_lift", + "langName": "رفع حزام الكتف", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "shirt_lift", + "langName": "سحب ما يصل رفع القميص", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "dress_lift", + "langName": "ارفع التنورة", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "dress_pull", + "langName": "سحب ما يصل اللباس", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "kimono_lift", + "langName": "ارفع الكيمونو", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "kimono_pull", + "langName": "سحب الكيمونو", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "shirt_pull", + "langName": "قم بفك ضغط القميص", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "shorts_pull", + "langName": "خلع السراويل الخاصة بك", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "pants_pull", + "langName": "سحب السراويل إلى أسفل", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "leotard_pull", + "langName": "تقشر بذلة", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "swimsuit_pull", + "langName": "خلع ملابس السباحة", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "skirt_basket", + "langName": "يشير إلى شكل السلة الذي يتكون عند رفع التنورة", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "bikini_lift", + "langName": "بيكيني يتقشر", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "cheek_pull", + "langName": "اسحب الخد", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "bunching_hair", + "langName": "عقد الضفائر", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "mask_pull", + "langName": "سحب القناع", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "zipper_pull_tab", + "langName": "علامة تبويب سحب بسحاب", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "bikini_pull", + "langName": "سحب البيكيني", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "holding_hair", + "langName": "عقد الشعر | لف الأصابع حول الشعر", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "shou", + "langName": "عقد يد واحدة خلف الرأس", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "arm_cannon", + "langName": "مدفع اليد", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "arm_ribbon", + "langName": "شريط الذراع", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "caramelldansen", + "langName": "حركة التواء اليد الشهيرة", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "arm_held_back", + "langName": "سحب الأسلحة إلى الوراء", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "leg_lift", + "langName": "رفع ساق واحدة", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "hugging_own_legs", + "langName": "عانق ساقيك", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "cheek_pinching", + "langName": "قرصة الخدين", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "chin_rest", + "langName": "امسك الخد", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "skirt_lift", + "langName": "رفع التنورة", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "skirt_flip", + "langName": "تنورة مرفوعة (بما في ذلك معنى الطوارئ)", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "skirt_pull", + "langName": "تنورة مفتوحة", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "cheek_poking", + "langName": "كزة في الخد", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "hair_pull", + "langName": "سحب الشعر", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "covering_chest_by_hand", + "langName": "تغطية الصدر باليدين", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "chin_stroking", + "langName": "المس الذقن", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "hair_pulled_back", + "langName": "الشعر مربوط للخلف", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "adjusting_clothes", + "langName": "العبث بالملابس", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "adjusting_hat", + "langName": "مرتبة القبعة", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "adjusting_gloves", + "langName": "قفازات الكمان", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "adjusting_swimsuit", + "langName": "كمان مع ملابس السباحة", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "adjusting_thighhigh", + "langName": "ضبط جوارب الركبة", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "adjusting_eyewear", + "langName": "ضبط النظارات", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "pulling", + "langName": "يحذب", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "pulled_by_self", + "langName": "اسحب ملابسك للأسفل", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "pulled_by_another", + "langName": "أن يتم سحبك (أو شد ملابسك) من قبل شخص آخر", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "lifting_person", + "langName": "اختيار شخص ما", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "lifted_by_self", + "langName": "ارفع ملابسك", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "lifted_by_another", + "langName": "أن يتم رفعه بواسطة ملابس الطرف الآخر", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "bandaid_on_arm", + "langName": "ضمادة على الذراع", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "carrying", + "langName": "يلتقط", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "carrying_under_arm", + "langName": "تحت الذراع", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "carrying_over_shoulder", + "langName": "كتف", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "wind_lift", + "langName": "تأثير الرياح | التحديث", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "covering_xx", + "langName": "غطاء XX", + "object": "فعل", + "attribute": "الأيدي" + }, + { + "displayName": "shushing", + "langName": "لفتة صه", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "finger_to_mouth", + "langName": "ضع يدك على شفتيك", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "peace sign", + "langName": "أيدي المقص", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "cat_pose", + "langName": "لفتة مخلب القط", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "claw_pose", + "langName": "لفتة المخلب", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "finger_gun", + "langName": "لفتة بندقية الاصبع", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "v", + "langName": "لفتة النصر", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "double_v", + "langName": "double_v", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "thumbs_up", + "langName": "ممتاز", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "index_finger_raised", + "langName": "رفع السبابة", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "middle_finger", + "langName": "إظهار الإصبع الأوسط", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "fingersmile", + "langName": "اصنع وجهًا مبتسمًا بأصابعك", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "finger_on_trigger", + "langName": "على استعداد لسحب لفتة الزناد", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "pointing_at_self", + "langName": "الإشارة إلى النفس", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "pointing_at_viewer", + "langName": "أشر إلى الشخص الذي ينظر إلى الصورة", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "pointing_up", + "langName": "أشر إلى الأعلى", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "poking", + "langName": "ختم", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "hand_gesture", + "langName": "قم بالإيماءات", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "ok_sign", + "langName": "لفتة موافق", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "finger_biting", + "langName": "عض الأصابع", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "finger_in_mouth", + "langName": "مص الأصابع", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "fingering_through_clothes", + "langName": "إصبع", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "fingers_together", + "langName": "الأصابع معا", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "hair_twirling", + "langName": "تجعيد الشعر بالأصابع", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "sharp_fingernails", + "langName": "أظافر حادة", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "spread_fingers", + "langName": "انشر أصابعك", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "trigger_discipline", + "langName": "لا إصبع على الزناد", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "w", + "langName": "إصبع من W", + "object": "فعل", + "attribute": "إصبع" + }, + { + "displayName": "open hands", + "langName": "أيدي مفتوحة", + "object": "فعل", + "attribute": "حركات اليد" + }, + { + "displayName": "spread arms", + "langName": "أذرع مفتوحة", + "object": "فعل", + "attribute": "حركات اليد" + }, + { + "displayName": "interlocked_fingers", + "langName": "الأيدي مشدودة", + "object": "فعل", + "attribute": "حركات اليد" + }, + { + "displayName": "tying hair", + "langName": "ربط الشعر", + "object": "فعل", + "attribute": "حركات اليد" + }, + { + "displayName": "own hands clasped", + "langName": "الأيدي مشبوكة معًا", + "object": "فعل", + "attribute": "حركات اليد" + }, + { + "displayName": "own hands together", + "langName": "الأيدي معا", + "object": "فعل", + "attribute": "حركات اليد" + }, + { + "displayName": "hands in hair", + "langName": "تمشيط الشعر باليدين", + "object": "فعل", + "attribute": "حركات اليد" + }, + { + "displayName": "arms_behind_head", + "langName": "أمسك الرأس بيديك", + "object": "فعل", + "attribute": "حركات اليد" + }, + { + "displayName": "double piece pose", + "langName": "علامة الأيدي V", + "object": "فعل", + "attribute": "حركات اليد" + }, + { + "displayName": "arms_crossed", + "langName": "عبرت الأيدي على الصدر", + "object": "فعل", + "attribute": "حركات اليد" + }, + { + "displayName": "hands_in_opposite_sleeves", + "langName": "اعبر يديك وضعهما في أكمامك", + "object": "فعل", + "attribute": "حركات اليد" + }, + { + "displayName": "crossed_arms", + "langName": "عبرت الأسلحة", + "object": "فعل", + "attribute": "حركات اليد" + }, + { + "displayName": "outstretched_arms", + "langName": "تمتد الأسلحة", + "object": "فعل", + "attribute": "حركات اليد" + }, + { + "displayName": "v_arms", + "langName": "اصنع حرف V بكلتا ذراعيك", + "object": "فعل", + "attribute": "حركات اليد" + }, + { + "displayName": "w_arms", + "langName": "الأسلحة في وضع W", + "object": "فعل", + "attribute": "حركات اليد" + }, + { + "displayName": "arms_at_sides", + "langName": "أيدي أسفل", + "object": "فعل", + "attribute": "حركات اليد" + }, + { + "displayName": "hands_clasped", + "langName": "أصابع متقاطعة من كلتا اليدين | الأيدي المشدودة", + "object": "فعل", + "attribute": "حركات اليد" + }, + { + "displayName": "holding", + "langName": "عقد شيء ما", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_animal", + "langName": "عقد الحيوانات", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_arrow", + "langName": "رسم القوس", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_axe", + "langName": "عقد الفأس", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_bag", + "langName": "حقيبة حمل", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_ball", + "langName": "عقد الكرة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_basket", + "langName": "يحمل سلة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_book", + "langName": "عقد كتاب", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_bottle", + "langName": "عقد الزجاجة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_bouquet", + "langName": "يد تحمل باقة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_bow_(weapon)", + "langName": "يحمل القوس (السلاح)", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_bowl", + "langName": "عقد وعاء", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_box", + "langName": "يحمل صندوقا", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_breath", + "langName": "احبس أنفاسك", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_broom", + "langName": "عقد مكنسة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_camera", + "langName": "الكاميرا المحمولة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_can", + "langName": "عقد علبة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_candy", + "langName": "يد تحمل الحلوى", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_card", + "langName": "عقد البطاقة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_cat", + "langName": "عقد القط", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_chopsticks", + "langName": "عقد عيدان تناول الطعام", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_cigarette", + "langName": "سيجارة في متناول اليد", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_clothes", + "langName": "عقد الملابس", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_condom", + "langName": "عقد الواقي الذكري", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_cup", + "langName": "عقد كوب", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_dagger", + "langName": "عقد خنجر", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_doll", + "langName": "عقد دمية", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_eyewear", + "langName": "عقد النظارات | خلع النظارات", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_fan", + "langName": "عقد مروحة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_flag", + "langName": "عقد العلم", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_flower", + "langName": "عقد الزهور", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_food", + "langName": "عقد الطعام", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_fork", + "langName": "عقد شوكة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_fruit", + "langName": "عقد الفاكهة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_gift", + "langName": "عقد هدية", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_gun", + "langName": "يحمل بندقية", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_hands", + "langName": "امسك يديك", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_hat", + "langName": "عقد قبعة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_head", + "langName": "عقد الرأس في اليدين", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_helmet", + "langName": "عقد خوذة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_innertube", + "langName": "أمسك بحلقة السباحة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_instrument", + "langName": "عقد آلة موسيقية", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_knife", + "langName": "يحمل سكينا", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_leaf", + "langName": "عقد الأوراق", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_lollipop", + "langName": "عقد مصاصة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_mask", + "langName": "عقد قناع", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_microphone", + "langName": "عقد الميكروفون", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_needle", + "langName": "عقد إبرة الخياطة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_own_foot", + "langName": "عقد قدميه", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_paintbrush", + "langName": "يد تحمل فرشاة الرسم", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_paper", + "langName": "عقد الورق", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_pen", + "langName": "أمسك القلم", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_pencil", + "langName": "يد تحمل قلم رصاص", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_phone", + "langName": "عقد الهاتف المحمول", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_pillow", + "langName": "وسادة تعانق", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_pipe", + "langName": "عقد الأنابيب", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_pizza", + "langName": "عقد البيتزا", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_plate", + "langName": "عقد لوحة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_poke_ball", + "langName": "عقد الكرة كزة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_pokemon", + "langName": "عقد بوكيمون", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_polearm", + "langName": "القطبية المحمولة باليد", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_sack", + "langName": "حمل الأمتعة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_scythe", + "langName": "عقد المنجل", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_sheath", + "langName": "عقد الغمد", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_shield", + "langName": "عقد الدرع", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_shoes", + "langName": "عقد الأحذية", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_sign", + "langName": "علامة تحمل اليد", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_spear", + "langName": "عقد الرمح", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_spoon", + "langName": "عقد ملعقة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_staff", + "langName": "عقد الموظفين", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_strap", + "langName": "يد تحمل حبال", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_stuffed_animal", + "langName": "يحمل لعبة محشوة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_stylus", + "langName": "عقد القلم", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_sword", + "langName": "عقد السيف", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_syringe", + "langName": "حقنة محمولة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_towel", + "langName": "عقد منشفة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_tray", + "langName": "عقد لوحة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_umbrella", + "langName": "عقد مظلة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_wand", + "langName": "عقد العصا", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "holding_whip", + "langName": "عقد السوط", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "arm_around_neck", + "langName": "يد واحدة حول الرقبة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "arms_around_neck", + "langName": "ضع يديك حول رقبتك", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "covering", + "langName": "فعل التغطية", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "covering_face", + "langName": "تغطية الوجه", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "covering_ass", + "langName": "تغطية الأرداف", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "covering_crotch", + "langName": "تغطية المنشعب", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "covering_eyes", + "langName": "تغطية العيون", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "covering_mouth", + "langName": "تغطية الفم", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "covering_nipples", + "langName": "تغطية الحلمات", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "breast lift", + "langName": "عقد الثديين باليدين", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "breast_suppress", + "langName": "الضغط باليد على الثديين", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hands_on_another's", + "langName": "ضع يديك على وجه شخص آخر", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hands_on_another's_cheeks", + "langName": "ضعوا أيديكم على خدود بعضكم البعض", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hands_on_ass", + "langName": "ضع يديك على مؤخرتك", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hands_on_feet", + "langName": "ضع يديك على قدميك", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hands_on_headwear", + "langName": "لمس الحلي التي على الرأس بكلتا يديه", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hands_on_hilt", + "langName": "ضع يديك على مقبض السكين", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hands_on_lap", + "langName": "ضع يديك بين ساقيك", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hands_on_own_face", + "langName": "ضع يديك على وجهك", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hands_on_own_cheeks", + "langName": "ضع يديك على خديك", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hands_on_own_chest", + "langName": "ضع يديك على صدرك", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hands_on_own_head", + "langName": "ضع يديك على رأسك", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hands_on_own_knees", + "langName": "ضع يديك على ركبتيك", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hands_on_own_stomach", + "langName": "ضع يديك على بطنك", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hands_on_own_thighs", + "langName": "ضع يديك على فخذيك", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hand between legs", + "langName": "الأيدي بين الساقين", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "leg hold", + "langName": "الإمساك بالساقين باليدين", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hands_on_another's_shoulders", + "langName": "ضع يديك على أكتاف شخص آخر", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hands_on_hips", + "langName": "الأيدي على الوركين | الأيدي على الوركين", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hand_on_another's", + "langName": "تلمس الأيدي وجه الشخص الآخر", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hand_on_another's_cheek", + "langName": "لمس اليد خد بعضهم البعض", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hand_on_another's_chest", + "langName": "ضع يديك على صدر الشخص الآخر", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hand_on_another's_chin", + "langName": "أمسك ذقن الشخص الآخر بيدك", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hand_on_another's_head", + "langName": "ضع يديك على رأس الشخص الآخر", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hand_on_another's_shoulder", + "langName": "ضع يديك على أكتاف الشخص الآخر", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hand_on_another's_stomach", + "langName": "ضع يديك على بطن الشخص الآخر", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hand_on_ass", + "langName": "الأيدي على بعقب", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hand_on_head", + "langName": "الأيدي على الرأس", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hand_on_headwear", + "langName": "قبعة لمس اليد", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hand_on_hilt", + "langName": "يد ترتكز على مقبض السكين", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hand_on_hip", + "langName": "الأيدي على الوركين | الأيدي على الوركين", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hand_on_own", + "langName": "ضع يديك على وجهك", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hand_on_own_cheek", + "langName": "ضع يديك على خديك", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hand_on_own_chest", + "langName": "ضع يديك على صدرك", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hand_on_own_chin", + "langName": "يد تلمس ذقنه", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hand_on_own_stomach", + "langName": "ضع يديك على بطنك", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hand_on_shoulder", + "langName": "الأيدي على الكتفين", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hand_in_another's_hair", + "langName": "ضع يديك على شعر الشخص الآخر", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hand_in_hair", + "langName": "الأيدي مدفونة في الشعر", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "hand_in_pocket", + "langName": "الأيدي في جيوب", + "object": "فعل", + "attribute": "اليد (وضعت في مكان ما)" + }, + { + "displayName": "ass_grab", + "langName": "الاستيلاء على الحمار", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "flat_chest_grab", + "langName": "استيعاب الثدي الصغيرة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "grabbing", + "langName": "قبض | يمسك", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "grabbing_another's_ass", + "langName": "الاستيلاء على بعقب بعضهم البعض", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "grabbing_another's_hair", + "langName": "الاستيلاء على شعر بعضهم البعض", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "grabbing_from_behind", + "langName": "فرك الثديين من الخلف | الاستيلاء على الثدي من الخلف", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "grabbing_own_ass", + "langName": "الاستيلاء على الحمار", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "guided_penetration", + "langName": "أمسك القضيب الذكري وأدخله في نفسك", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "hair_grab", + "langName": "الاستيلاء على الشعر", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "leg_grab", + "langName": "التمسك بالساقين", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "necktie_grab", + "langName": "التمسك بربطة العنق", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "neckwear_grab", + "langName": "إمساك الملابس حول الرقبة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "penis_grab", + "langName": "الاستيلاء على القضيب", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "pillow_grab", + "langName": "الاستيلاء على وسادة", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "sheet_grab", + "langName": "يمسك الأوراق", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "tail_grab", + "langName": "الاستيلاء على الذيل", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "thigh_grab", + "langName": "الاستيلاء على الفخذ", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "torso_grab", + "langName": "يمسك الجذع", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "wrist_grab", + "langName": "الاستيلاء على المعصم", + "object": "فعل", + "attribute": "يد (تمسك بشيء ما)" + }, + { + "displayName": "kicking", + "langName": "ركلة", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "high_kick", + "langName": "ركلة عالية", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "standing_on_one_leg", + "langName": "الوقوف على ساق واحدة", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "standing_split", + "langName": "الانقسامات الدائمة | رفع الساق الدائمة", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "legs_up", + "langName": "ارفع ساق واحدة", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "holding legs", + "langName": "عناق الساقين", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "hands under legs", + "langName": "ضع يديك تحت ساقيك", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "leg hug", + "langName": "عناق الساقين", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "spread legs", + "langName": "انتشار الساقين", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "legs_together", + "langName": "الساقين معا", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "crossed_legs", + "langName": "أرجل إرلانج", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "m_legs", + "langName": "أرجوحة للساق على شكل حرف M", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "standing split, leg up", + "langName": "حصان واقف", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "curtsy", + "langName": "كورتسي (تحية الخادمة)", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "open_stance", + "langName": "خذ قسطا من الراحة", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "convenient_leg", + "langName": "الأرجل التي تحجب الأجزاء الرئيسية", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "leg_lock", + "langName": "المشبك مع الساقين", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "legs", + "langName": "الساقين", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "legs_over_head", + "langName": "ارفع ساقيك فوق رأسك", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "squatting,_open_legs", + "langName": "القرفصاء وانتشر ساقيك", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "knees_together_feet_apart", + "langName": "الركبتين معا، والقدمين متباعدتين", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "animal_on_lap", + "langName": "حيوان على الركبة", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "hand_on_own_knee", + "langName": "ضع يديك على ركبتيك", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "knee_up", + "langName": "ارفع ركبتيك", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "knees", + "langName": "ركبة", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "knees_to_chest", + "langName": "الركبتين إلى الصدر", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "on_lap", + "langName": "على الركبتين", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "squatting", + "langName": "القرفصاء إلى أسفل", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "one_knee", + "langName": "ركبة واحدة", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "kneeling", + "langName": "يركع", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "all_fours", + "langName": "على أربع", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "gravure_pose", + "langName": "تشكل الحفر", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "soaking_feet", + "langName": "انقع قدميك", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "cropped_legs", + "langName": "تم رسم جزء فقط من الساقين", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "k/da_(league_of_legends)", + "langName": "فريق KDA (League of Legends)", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "leg_belt", + "langName": "أحزمة الساق", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "leg_hair", + "langName": "شعر الساق", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "leg_up", + "langName": "ارفع ساقيك", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "legs_apart", + "langName": "الساقين متباعدتين", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "lowleg", + "langName": "أرجوحة للساق على شكل حرف M", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "mechanical_legs", + "langName": "قدم صناعية ميكانيكية", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "multiple_legs", + "langName": "متعدد الأدوار", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "no_legs", + "langName": "لا أرجل مرسومة", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "no_legwear", + "langName": "عارية تحت المنشعب", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "tail_between_legs", + "langName": "الذيل ملتف بين الساقين", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "footprints", + "langName": "البصمة", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "foot_out_of_frame", + "langName": "ساق واحدة ليست في الصورة", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "feet_out_of_frame", + "langName": "القدمين ليست في الصورة", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "feet_up", + "langName": "عبور قدميك", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "cameltoe", + "langName": "اصبع القدم الجمل", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "pigeon-toed", + "langName": "ساق داخلية لطيفة", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "tiptoes", + "langName": "الوقوف على أطراف أصابعه", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "ankle_strap", + "langName": "خاتم حرير الكاحل", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "ankle_wrap", + "langName": "الأصفاد الكاحل", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "crossed_ankles", + "langName": "الكاحلين المتقاطعين", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "folded", + "langName": "ارفعي ساقيك لكشف مهبلك", + "object": "فعل", + "attribute": "الساقين" + }, + { + "displayName": "sitting", + "langName": "يجلس", + "object": "فعل", + "attribute": "يجلس" + }, + { + "displayName": "seiza", + "langName": "الجلوس في وضع مستقيم", + "object": "فعل", + "attribute": "يجلس" + }, + { + "displayName": "wariza", + "langName": "يجلس البط", + "object": "فعل", + "attribute": "يجلس" + }, + { + "displayName": "straddling", + "langName": "الجلوس منفرجا", + "object": "فعل", + "attribute": "يجلس" + }, + { + "displayName": "yokozuwari", + "langName": "الجلوس جانبية", + "object": "فعل", + "attribute": "يجلس" + }, + { + "displayName": "sitting_backwards", + "langName": "اجلس", + "object": "فعل", + "attribute": "يجلس" + }, + { + "displayName": "sitting_in_tree", + "langName": "يجلس على شجرة", + "object": "فعل", + "attribute": "يجلس" + }, + { + "displayName": "sitting_on_xx", + "langName": "الجلوس على الكائن", + "object": "فعل", + "attribute": "يجلس" + }, + { + "displayName": "butterfly_sitting", + "langName": "الفراشة تجلس", + "object": "فعل", + "attribute": "يجلس" + }, + { + "displayName": "lotus_position", + "langName": "اجلس على الطاولة", + "object": "فعل", + "attribute": "يجلس" + }, + { + "displayName": "sitting_on_railing", + "langName": "الجلوس على السور", + "object": "فعل", + "attribute": "يجلس" + }, + { + "displayName": "sitting_on_rock", + "langName": "يجلس على الحجر", + "object": "فعل", + "attribute": "يجلس" + }, + { + "displayName": "sitting_on_stairs", + "langName": "يجلس على الدرج", + "object": "فعل", + "attribute": "يجلس" + }, + { + "displayName": "sitting_on_table", + "langName": "اجلس على الطاولة", + "object": "فعل", + "attribute": "يجلس" + }, + { + "displayName": "sitting_on_water", + "langName": "الجلوس على الماء", + "object": "فعل", + "attribute": "يجلس" + }, + { + "displayName": "sitting_on_chair", + "langName": "الجلوس على الكرسي", + "object": "فعل", + "attribute": "يجلس" + }, + { + "displayName": "sidesaddle", + "langName": "الجلوس بشكل جانبي على السرج", + "object": "فعل", + "attribute": "يجلس" + }, + { + "displayName": "sitting_on_bed", + "langName": "الجلوس على السرير", + "object": "فعل", + "attribute": "يجلس" + }, + { + "displayName": "sitting_on_desk", + "langName": "الجلوس على المكتب", + "object": "فعل", + "attribute": "يجلس" + }, + { + "displayName": "sitting_on_lap", + "langName": "الجلوس في اللفة", + "object": "فعل", + "attribute": "يجلس" + }, + { + "displayName": "sitting_on_person", + "langName": "الجلوس على الناس", + "object": "فعل", + "attribute": "يجلس" + }, + { + "displayName": "upright_straddle", + "langName": "الموقف المعاكس", + "object": "فعل", + "attribute": "يجلس" + }, + { + "displayName": "asymmetrical_docking", + "langName": "لمس الثديين | لمس الثديين", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "back-to-back", + "langName": "العودة إلى الوراء", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "cunnilingus", + "langName": "اللحس", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "facing_another", + "langName": "يواجه آخر", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "feeding", + "langName": "تغذية", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "finger_in_another's_mouth", + "langName": "بالإصبع عن طريق الفم", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "fingering", + "langName": "بالإصبع", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "giving", + "langName": "تسليم | هدية", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "grinding", + "langName": "جوارب عادية | بعقب التوجه", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "hug", + "langName": "يعتنق", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "imminent_kiss", + "langName": "على وشك التقبيل", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "incoming_food", + "langName": "تمرير الطعام", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "incoming_gift", + "langName": "تسليم هدية", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "Kabedon", + "langName": "انفجار الجدار", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "lap_pillow", + "langName": "وسادة الركبة", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "licking_penis", + "langName": "لعق القضيب", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "princess_carry", + "langName": "عناق الأميرة", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "shared_bathing", + "langName": "الاستحمام المشترك | يوانيانغ الاستحمام", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "shared_food", + "langName": "مشاركة الطعام | تمرير الطعام عن طريق الفم", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "sitting_on_head", + "langName": "الجلوس على الرأس", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "sitting_on_shoulder", + "langName": "الجلوس على الكتفين", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "slapping", + "langName": "يصفع", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "spanking", + "langName": "برشاقة", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "special_feeling_(meme)", + "langName": "عشاق يحملون مظلة في الثلج", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "symmetrical_docking", + "langName": "ضغط الثدي", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "ear_biting", + "langName": "الهمس", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "mixed_bathing", + "langName": "حمام مختلط", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "selfie", + "langName": "صورة شخصية", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "trembling", + "langName": "ترتعش", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "partially submerged", + "langName": "مغمورة في الماء", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "rolleyes", + "langName": "لفة عينيك", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "headpat", + "langName": "لمس الرأس", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "cheek-to-cheek", + "langName": "الخد إلى الخد", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "Stretching", + "langName": "تمتد", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "against wall", + "langName": "ضد الجدار", + "object": "فعل", + "attribute": "إجراءات أخرى" + }, + { + "displayName": "((water drops)),wet clothes,((beautiful detailed water)),((floating)),dynamic angle", + "langName": "سحر الماء", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "beautiful detailed glow,(detailed ice),beautiful detailed water", + "langName": "سحر الجليد", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.2),(ice crystal texture wings),(Iridescence and rainbow hair:2.5)", + "langName": "تعديل نظام الجليد", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.3),(((ice crystal texture wings)))", + "langName": "فرابتشينو", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "((detailed beautiful snow forest with trees)),((snowflakes)),floating", + "langName": "جليد الغابات", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "(((crystals texture Hair))),((beautiful detailed glass hair)),((glass shaped texture hand)),((crystallize texture body)),gem body,hands as clear as jewels,crystallization of clothes,((crystals texture skin)),sparkle,lens flare,light leaks,broken glass,detailed glass shaped clothes,beautiful detailed gemstone sky,gemstone sea,crystals texture flowers,((detailed crystallized clothing))", + "langName": "بلورة", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "beautiful detailed glow,((flames of war)),(((nuclear explosion behide)))", + "langName": "انفجار نووي", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "((breeze)),flying splashes,flying petals,wind", + "langName": "سحر الرياح", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "((surrounded by heavy floating sand flow and floating sharp stones)),((((ink)))),((illustration)),((watercolor))", + "langName": "طريقة الرمال المتحركة", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "(detailed light),((lightning in hand)),lightning surrounds,(((lightning chain)))", + "langName": "طريقة البرق", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "(sunlight),(angel),dynamic angle,floating,wing,halo,floating white silk,(Holy Light),silver stars", + "langName": "طريقة النور المقدس", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "beautiful detailed pampas grass field,open hakama,surrounded by floating sakura,yellow full moon,beautiful detailed dark midnight sky,messy white long hair", + "langName": "طريقة أشينا", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "beautiful and delicate water,the finest grass,very delicate light,nature,painting,water spray,breeze,flowers and grass meadow,near the water edge,(sunset,starry sky in a circle),randomly distributed clouds,river,splashing water,falling petals", + "langName": "القانون الطبيعي", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "(detailed light) ,feather,leaves,nature,(sunlight),river,(forest),(bloom)", + "langName": "قانون الغابات", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "floating and rainbow long hair,Iridescence and rainbow,beautiful detailed starry sky", + "langName": "طريقة التقزح اللوني", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "chain ring,chain storm,dark chain,((wholeblack bloomer)),darkside,night,deep dark,darkness,((dark clouds)),((ruins)),shadow,death garden", + "langName": "طريقة القفل المخفي", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "beautiful detailed glow,floating ashes,beautiful and detailed explosion,red moon,fire,fire cloud,wings on fire,a cloudy sky,smoke of gunpowder,burning,black dress,dove of peace,(floating cloud:1.2)", + "langName": "هوشايون", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(magic circle:1.2),(floating palaces:1.3)", + "langName": "قانون القلعة", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "(water bloom),(delicate glow),(breeze),long Flowers meadow,(((sunset)),(less stars form a circle),randomly distributed clouds,(rivers),(willows with branches falling into the water)", + "langName": "طريقة الشفق", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "((colorful bubble)),(floating),detailed light", + "langName": "طريقة الفقاعة", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "((rose)),(vine),cage,bandage,red rope,(detail light),falling rose petals", + "langName": "طريقة خشب الورد", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "(starry tornado:1.4),starry Nebula,beautiful detailed sky", + "langName": "طريقة السماء المرصعة بالنجوم", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "((moon)),starry sky,(lighting particle),fog,snow,(bloom)", + "langName": "طريقة القمر", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(cold full moon),snowflake,(floating cloud:1.2)", + "langName": "طريقة قمر الثلج", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "((burning forest)),spark,light leaks,burning sky,flame,flames burning around,(flying sparks)", + "langName": "طريقة حرائق الغابات", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "((destroyed)),explosion,buildings in disarray,The residual eaves DuanBi,cumulus,mouldy,floating,wind,Dead end machine,(broken robot),(Mechanical robot girl),in the rubble of a devastated city", + "langName": "قانون الأراضي القاحلة", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,((sliver)) and (broken) body", + "langName": "طريقة درع الحرب", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "Extremely gorgeous metal style,Metal crown with ornate stripes,Various metals background,Sputtered molten iron,floating hair,Hair like melted metal,Clothes made of silver,Clothes with gold lace,flowing gold and silver,everything flowing and melt,flowing iron,flowing silver,lace flowing and melt", + "langName": "القاعدة الذهبية", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "mecha clothes,robot girl", + "langName": "طريقة الفتاة الآلية", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "ink,(((bone))),(((ribs))),rose,black hair,blue eyes,greyscale,no shadow,simple background,bright skin", + "langName": "إستحضار الأرواح", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "(((gorgeous crystal armor))),(((crystal wings))),((altocumulus)),(clear_sky),(snow mountain),((flowery flowers)),(flowery bubbles),cloud map plane,crystal,crystal poppies,Brilliant light,thick_coating,glass tint,(watercolor)", + "langName": "طريقة الكريستال", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "((an extremely delicate and beautiful)),floating,(detailed wet clothes),(detailed light),feather,nature,(sunlight),river,floating palace,beautiful and delicate water,(bloom),(shine)", + "langName": "طريقة الغابات المائية", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "(blue spark),(red and blue hair),blue eyes,burning sky,flame,Rainbow in the sky,((Flames burning ice)),(((fire butterflies))),(((ice crystal texture wings))),(Flying sparks),(detailed ice),((a lot of luminous ice crystals)),((burning feathers)),(feathers made of ice),(frozen feathers),(((ice and fire together)))", + "langName": "طريقة نار الجليد", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "(anger),dragon horns,(silver armor),metal,complex pattern,cape,indifference", + "langName": "فارس التنين", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "((full body)),(helpless),tear,crying,(((((falling from the sky))))),((Weathering With You)),((falling)),((face towards the sky)),(hair flows upwards),((disheveled hair)),(1 girl),floating,beautiful detailed sky", + "langName": "طريقة السقوط", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "((underwater)),(beautiful detailed water),((coral)),dynamic angle,floating,(detailed light),floating hair,(splash),((fishes)),leaves dress,feather,nature,(sunlight),(underwater forest),(bloom),(detailed glow),drenched,seaweed,fish,(((Tyndall effect)))", + "langName": "قانون تحت الماء", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "(extremely detailed CG unity 8k wallpaper),(((masterpiece))),(((best quality))),((ultra-detailed)),(best illustration),(best shadow),((an extremely delicate and beautiful)),dynamic angle,floating,fairyland,dynamic angle,sea of flowers,beautiful detailed garden,wind,classic,spring,(detailed light),feather,nature,(sunlight),river,forest,(((floating palace))),((the best building)),beautiful and delicate water,(painting),(sketch),(bloom),(shine)", + "langName": "طريقة سرية", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "(((masterpiece))),((the best quality,super fine illustrations,beautiful and delicate water)),((very delicate light)),((nature,painting)),((fine lighting,more transparent stars,high-quality snowflakes,high-quality mountains,very fine 8KCG wallpapers)),(plateau),(((snow mountain))),sunrise,randomly distributed clouds,(snow field),cliff,((rotating star sky)),((lake in mountain stream)),luminous particles", + "langName": "التصوير الفوتوغرافي", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "1980s (style),simple background,retro artstyle", + "langName": "القانون الحديث", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "(white hair),red long hair,red eyes,(full body),(((with sword))),angry face,(beautiful detailed eyes),Blood drop,Blood fog,floating hair,disheveled hair,Splashing blood,(Bloodstain)", + "langName": "سحر الدم", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "((dragon)),((dragon background))", + "langName": "استدعاء التنين", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "hair fluttering in the wind,((mechanical arm armor)),((mechanical body armor)),riding motor,bodysuit,((ruins of city in war,fire,burning cars,burning buildings)),air force fleet in the sky", + "langName": "زان جي فا", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,dragon wings,((a dragon stands behind the girl)),beautiful detailed sliver dragon armor", + "langName": "طريقة آلة التنين", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "((Beautiful butterflies in detail)),((Beautiful stars in detail)),(((halter dress ))),particle,(Starry sky in beautiful detail),(Hazy fog),(Ruins of beautiful details),(((Standing on the surface of the sea)))", + "langName": "فراشة النجمة", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "blonde wavy hair,(shiny long hair),((Gothic Lolita)),blue white skirt,((short skirt)),black Headdress,bowknot,(((hair ornament))),(hair flower),Lace,cross-laced footwear,ribbon-trimmed sleeves,building architecture,((gothic architecture)),starry sky,outdoors,church,(castle)", + "langName": "القانون الأكاديمي", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "walking,waves,wind,(((glistening light of waves))),(detailed sunset glow),(floating flow),((coral)),(Luminous),coast,(floating colorful bubbles),beautiful detailed sky,(fluorescence),detailed shadow,(conch),beautiful detailed water,starfish,meteor,rainbow,(seabirds),(glinting stars),(glowworm),(splash),detailed cloud,shell,(fireworks)", + "langName": "شينغشياهاي", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "beautiful detailed sky,night,stars,(red plum blossom),((winter)),(((snowflakes))),((red and white flowers)),(starry sky),(sitting),((colorful)),scenery,lantern,(starfall)", + "langName": "طريقة ثلج الشتاء", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "((((melt)))),(((((black and white melt))))),(((wear Black and white Taoist robes))),((((gold and silver lace)))),(((gold and silver lace lace))),(((flowing ((black)) and white background))),extremely detailed gorgeous tiara", + "langName": "بوتقة تنصهر فيها كل الأشياء", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "Floating black ashes,Beautiful and detailed black,red moon,((The black clouds)),(black Wings) ,a black cloudy sky,burning,black dress,((Black fog)),Red eyes,(black smoke),((Black feathers floating in the air)),bat,(floating black cloud:1.5),", + "langName": "قانون الغراب", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "dynamic angle,finely detail,(bloom),(shine),glinting stars,((((best detailed fireworks)))),((((depth of field)))),(((hanabi))),(((backlight))),", + "langName": "أساسيات الألعاب النارية", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,(lots of big colorful Bubble),(pearl),(Galaxy),depth of field", + "langName": "لون النجمة", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,depth of field", + "langName": "الغرق في بحر النجوم", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "dynamic angle,detailed wet clothes,blank stare,overexplosure,floating,black long straight,red eyes,aqua eyes,gradient eyes,((blood)),white dress,frills,((expressionless)),extremely beautiful detailed water,((lying on the lake)),(bloodred water:1.5),(red background:1.3)", + "langName": "مئات من طرق الغرق", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "((messy hair)),(grassland),(yellow eyes),incredibly absurdres,(gold hair),floating hair,Large number of environments,the medieval ,grace,prospect,water eyes,wind,breeze,god ray,lawn,Mountains and lakes in the distance,The sun shines through the trees,A vast expanse of grassland", + "langName": "طريقة أشعة الشمس الرائعة", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "Starry sky adorns hair,sparkling anime eyes,beautiful detailed stars,blighting stars,emerging dark purple across with white hair,multicolored hair,beautiful detailed sky,beautiful detailed water,cinematic lighting,dramatic angle,", + "langName": "طريقة شعر النجمة", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "There are many scattered luminous petals,Hidden in the light yellow flowers,Depth of field,Many flying drops of water,Many scattered leaves,branch ,angle ,contour deepening,cinematic angle", + "langName": "طريقة سينرو", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "sunlight,extremely light,extremely clothes,Holy Light,dynamic angle,Light particle,very long hair,white hair,yellow eyes,glowing eyes,expressionless,((light smile)),((((white Tulle skirt)))),white silk,looking at viewer,angel wings,large wings,multiple wings,angel halo,(((starry sky))),dusk sky,Floating light spot,Lots of feathers", + "langName": "ملاك النجم", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "blonde hair,yellow eyes,white skin,mature female,sunrise,golden sky,magnificent architecture,beautiful detailed sky,overexposure,delicate gold metal decorations", + "langName": "القاعدة الذهبية", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "mechanical prosthesis,mecha coverage,emerging dark purple across with white hair,fluorescent purple,cool movement,rose red eyes,beatiful detailed cyberpunk city,hd semirealistic anime cg concept art digital painting", + "langName": "الآلة السابقة", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "(incredibly absurdres),(highly detailed beautiful fishtail:1.6),(((human hands))),(the lower body is a fish:1.9)AND(no human thigh:1.2),seaweed,(full body),(white seashell),(curved and slender fish tail),(the lower body is bare:1.1),{beautiful tailfin},((underwater)),(illustration),detailed water,((fishes)),(floating),watercolor (medium),(small whirlpool),((The sensation of water flowing)),(detailed scales on a mermaid)", + "langName": "طريقة حورية البحر", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "Blood Mist,background Urban rooftop,despair,Blood Cherry Blossom,torn clothes,crying with eyes open,solo,Blood Rain,bandages,Gunpowder smoke,beautiful deatailed shadow,Splashing blood,dust,tyndall effect", + "langName": "نهاية", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "Space opera,Space port,robot arm,elbow gloves,night,glisten,stare,cyberpunk,((((citylight)))),science fiction,bodysuit,Mechanical armor headdress,(bare shoulders)", + "langName": "أحلام مكسورة", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "dynamic angle,rainbow hair,detailed cute anime face,((loli)),flower,cry,water,corrugated,flowers tire,broken glass,(broken screen),atlantis,transparent glass", + "langName": "أحلام مكسورة", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "(white hair),(((red streaked hair))),red eyes,(((full body))),(red hair),(((((Hold a red sword))))),(angry face),((Blood drop)),((Blood fog)),light shafts,soft focus,((Splashing blood))),Long hair,((Bloodstain)),Fighting stance,{{{{{watercolor (medium)}}}},(((masterpiece))),((white clock)),((ultradetailed)),((Covered in blood)),flowing hair,Exquisite Flame,dynamic angle,floating,(shine),extremely delicate and beautiful girls,bright skin,lying red petals,Holy lighting", + "langName": "قانون إصلاح الدم", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "dramatic shadows,black and white,monochrome,{{comic}},cross necklace,Cassock", + "langName": "التصوير الفوتوغرافي", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "((ink)),(water color),bloom effect,detailed beautiful grassland with petal,flower,butterfly,necklace,smile,petal,(((surrounded by heavy floating petal flow)))", + "langName": "طريقة الزهرة العائمة", + "object": "فعل", + "attribute": "سحر" + }, + { + "displayName": "stylish outfit", + "langName": "فستان عصري", + "object": "ملابس", + "attribute": "الزي المألوف" + }, + { + "displayName": "fashionable accessories", + "langName": "اكسسوارات الموضة", + "object": "ملابس", + "attribute": "الزي المألوف" + }, + { + "displayName": "fitted jeans", + "langName": "الجينز الضيق", + "object": "ملابس", + "attribute": "الزي المألوف" + }, + { + "displayName": "oversized jacket", + "langName": "سترة زائد الحجم", + "object": "ملابس", + "attribute": "الزي المألوف" + }, + { + "displayName": "baggy clothes", + "langName": "ملابس فضفاضة", + "object": "ملابس", + "attribute": "الزي المألوف" + }, + { + "displayName": "traditional_clothes", + "langName": "الملابس التقليدية | الملابس العرقية", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "chinese_clothes", + "langName": "بدلة تانغ", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "china_dress", + "langName": "شيونغسام", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "hanfu", + "langName": "هانفو", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "Taoist robe", + "langName": "رداء الطاوية", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "japanese_clothes", + "langName": "كيمونو", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "enmaided", + "langName": "امرأة ترتدي الكيمونو", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "hanten_clothes", + "langName": "توماتا (على الطريقة اليابانية)", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "kimono", + "langName": "كيمونو", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "furisode", + "langName": "Furisode (جزء من الكيمونو)", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "sleeveless_kimono", + "langName": "كيمونو بلا أكمام", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "short_kimono", + "langName": "كيمونو قصير", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "print_kimono", + "langName": "كيمونو مطبوع", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "uchikake", + "langName": "باي ووجيا (فستان الزفاف الياباني)", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "obi", + "langName": "الملابس (والملابس)", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "cheongsam", + "langName": "شيونغسام", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "print_cheongsam", + "langName": "شيونغسام مطبوعة", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "pelvic_curtain", + "langName": "الحاشية الأمامية لملابس شيونغسام", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "ainu_clothes", + "langName": "ملابس عينو", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "korean_clothes", + "langName": "الملابس الكورية", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "hanbok", + "langName": "الهانبوك", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "Ao_Dai", + "langName": "الملابس الفيتنامية (آو داي)", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "western", + "langName": "النمط الغربي", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "german_clothes", + "langName": "الملابس الألمانية", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "indian_style", + "langName": "النمط الهندي", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "arabian_clothes", + "langName": "الملابس العربية", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "egyptian_clothes", + "langName": "الملابس المصرية", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "byzantine_fashion", + "langName": "النمط البيزنطي", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "gothic", + "langName": "النمط القوطي", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "lolita", + "langName": "أسلوب لوليتا", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "gothic_lolita", + "langName": "أسلوب لوليتا القوطية", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "Tropical", + "langName": "استوائي", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "costume", + "langName": "بدلة", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "adapted_costume", + "langName": "تحسين الملابس", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "animal_costume", + "langName": "مجموعة شكل الحيوان", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "bunny_costume", + "langName": "مجموعة نمط الأرنب", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "cat_costume", + "langName": "مجموعة تصميم القط", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "dog_costume", + "langName": "مجموعة تصفيف الكلب", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "bear_costume", + "langName": "مجموعة نمط الدب", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "santa_costume", + "langName": "زي سانتا كلوز", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "halloween_costume", + "langName": "أزياء الهالوين", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "embellished_costume", + "langName": "الملابس المزخرفة", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "alternate_costume", + "langName": "ملابس بديلة تختلف عن المظهر الأصلي للشخصية", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "costume_switch", + "langName": "لعب تغيير الملابس", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "meme_attire", + "langName": "الملابس التي تحاكي ميمات الإنترنت", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "kourindou_tengu_costume", + "langName": "زي كوريندو تينغو", + "object": "ملابس", + "attribute": "نمط الملابس" + }, + { + "displayName": "hanfu, tang style outfits,", + "langName": "تانغ فنغ", + "object": "ملابس", + "attribute": "العصور القديمة" + }, + { + "displayName": "hanfu, song style outfits,", + "langName": "سونغ فنغ", + "object": "ملابس", + "attribute": "العصور القديمة" + }, + { + "displayName": "hanfu, ming style outfits,", + "langName": "مينجفينج", + "object": "ملابس", + "attribute": "العصور القديمة" + }, + { + "displayName": "orange upper shan", + "langName": "أورانج أوسوجي", + "object": "ملابس", + "attribute": "العصور القديمة" + }, + { + "displayName": "pink long upper shan", + "langName": "الارز الوردي", + "object": "ملابس", + "attribute": "العصور القديمة" + }, + { + "displayName": "white chest po skirt", + "langName": "تنورة مفلس", + "object": "ملابس", + "attribute": "العصور القديمة" + }, + { + "displayName": "red chest pleated skirt", + "langName": "تنورة مطوية بطول الصدر", + "object": "ملابس", + "attribute": "العصور القديمة" + }, + { + "displayName": "green waistband", + "langName": "الدانتيل الأخضر", + "object": "ملابس", + "attribute": "العصور القديمة" + }, + { + "displayName": "white pibo", + "langName": "شال أبيض", + "object": "ملابس", + "attribute": "العصور القديمة" + }, + { + "displayName": "purple short shan", + "langName": "التنوب الأرجواني القصير", + "object": "ملابس", + "attribute": "العصور القديمة" + }, + { + "displayName": "light green long shan", + "langName": "الأرز الأخضر الفاتح", + "object": "ملابس", + "attribute": "العصور القديمة" + }, + { + "displayName": "translucent white pleated skirt", + "langName": "تنورة مطوية بيضاء شبه شفافة", + "object": "ملابس", + "attribute": "العصور القديمة" + }, + { + "displayName": "green floral songmo", + "langName": "أغنية الزهور الخضراء Mo", + "object": "ملابس", + "attribute": "العصور القديمة" + }, + { + "displayName": "short coat", + "langName": "معطف قصير", + "object": "ملابس", + "attribute": "العصور القديمة" + }, + { + "displayName": "mamian skirt", + "langName": "تنورة وجه الحصان", + "object": "ملابس", + "attribute": "العصور القديمة" + }, + { + "displayName": "round collar", + "langName": "رقبة الطاقم", + "object": "ملابس", + "attribute": "العصور القديمة" + }, + { + "displayName": "standing collar", + "langName": "طوق واقف", + "object": "ملابس", + "attribute": "العصور القديمة" + }, + { + "displayName": "square collar", + "langName": "طوق مربع", + "object": "ملابس", + "attribute": "العصور القديمة" + }, + { + "displayName": "overlapping collar", + "langName": "كتف سحابة", + "object": "ملابس", + "attribute": "العصور القديمة" + }, + { + "displayName": "embroidery", + "langName": "تطريز", + "object": "ملابس", + "attribute": "العصور القديمة" + }, + { + "displayName": "woven gold", + "langName": "زيجين", + "object": "ملابس", + "attribute": "العصور القديمة" + }, + { + "displayName": "makeup flower", + "langName": "زهور مكياج", + "object": "ملابس", + "attribute": "العصور القديمة" + }, + { + "displayName": "bufu", + "langName": "تناول جرعة تكميلية", + "object": "ملابس", + "attribute": "العصور القديمة" + }, + { + "displayName": "suit", + "langName": "بدلة", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "business_suit", + "langName": "الملابس الأعمال", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "tuxedo", + "langName": "سهرة", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "formal_dress", + "langName": "اللباس الرسمي", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "evening_gown", + "langName": "ثوب طويل (ثوب نسائي يصل إلى طول الكاحل)", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "evening dress", + "langName": "فستان سهرة", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "wedding_dress", + "langName": "فستان الزفاف", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "gown", + "langName": "ملابس نسائية طويلة", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "cocktail_dress", + "langName": "فستان كوكتيل", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "school_uniform", + "langName": "الزي المدرسي", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "serafuku", + "langName": "زي البحارة (الزي المدرسي)", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "summer_uniform", + "langName": "زي الصيف", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "kindergarten_uniform", + "langName": "زي الروضة", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "sailor", + "langName": "زي بحار", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "police_uniform", + "langName": "زي الشرطة", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "military_uniform", + "langName": "زي الجيش", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "naval_uniform", + "langName": "الزي البحري", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "camouflage uniform", + "langName": "زي التمويه", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "nazi_uniform", + "langName": "الزي النازي", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "ss_uniform", + "langName": "زي اس اس", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "stile_uniform", + "langName": "زي الخادمة", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "band_uniform", + "langName": "زي الفرقة", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "chef_uniform", + "langName": "وزرة الشيف", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "labcoat", + "langName": "معطف أبيض", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "space_suit", + "langName": "بدلة الفضاء", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "leotard", + "langName": "يوتار", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "canonicals", + "langName": "الجلباب الكهنوتي", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "domineering", + "langName": "زي راهبة", + "object": "ملابس", + "attribute": "ملابس رسمية" + }, + { + "displayName": "casual", + "langName": "فراغ", + "object": "ملابس", + "attribute": "ملابس غير رسمية" + }, + { + "displayName": "loungewear", + "langName": "ملابس غير رسمية", + "object": "ملابس", + "attribute": "ملابس غير رسمية" + }, + { + "displayName": "hoodie", + "langName": "زُنط", + "object": "ملابس", + "attribute": "ملابس غير رسمية" + }, + { + "displayName": "homewear", + "langName": "ملابس مريحة", + "object": "ملابس", + "attribute": "ملابس غير رسمية" + }, + { + "displayName": "pajamas", + "langName": "منامة", + "object": "ملابس", + "attribute": "ملابس غير رسمية" + }, + { + "displayName": "nightgown", + "langName": "منامة", + "object": "ملابس", + "attribute": "ملابس غير رسمية" + }, + { + "displayName": "sleepwear", + "langName": "منامة", + "object": "ملابس", + "attribute": "ملابس غير رسمية" + }, + { + "displayName": "babydoll", + "langName": "بيجامة مثيرة", + "object": "ملابس", + "attribute": "ملابس غير رسمية" + }, + { + "displayName": "print_pajamas", + "langName": "بيجامة مطبوعة", + "object": "ملابس", + "attribute": "ملابس غير رسمية" + }, + { + "displayName": "polka_dot_pajamas", + "langName": "بيجامة منقطة", + "object": "ملابس", + "attribute": "ملابس غير رسمية" + }, + { + "displayName": "yukata", + "langName": "رداء الحمام", + "object": "ملابس", + "attribute": "ملابس غير رسمية" + }, + { + "displayName": "robe", + "langName": "رداء", + "object": "ملابس", + "attribute": "ملابس غير رسمية" + }, + { + "displayName": "robe_of_blending", + "langName": "رداء مختلط", + "object": "ملابس", + "attribute": "ملابس غير رسمية" + }, + { + "displayName": "cloak", + "langName": "عباءة", + "object": "ملابس", + "attribute": "ملابس غير رسمية" + }, + { + "displayName": "hooded_cloak", + "langName": "عباءة مقنعين", + "object": "ملابس", + "attribute": "ملابس غير رسمية" + }, + { + "displayName": "harem_outfit", + "langName": "زي الراقصات", + "object": "ملابس", + "attribute": "ملابس غير رسمية" + }, + { + "displayName": "sportswear", + "langName": "ملابس رياضية", + "object": "ملابس", + "attribute": "ملابس رياضية" + }, + { + "displayName": "gym_uniform", + "langName": "ملابس رياضية", + "object": "ملابس", + "attribute": "ملابس رياضية" + }, + { + "displayName": "athletic_leotard", + "langName": "الجمباز موحدة", + "object": "ملابس", + "attribute": "ملابس رياضية" + }, + { + "displayName": "tennis_uniform", + "langName": "قميص التنس", + "object": "ملابس", + "attribute": "ملابس رياضية" + }, + { + "displayName": "baseball_uniform", + "langName": "زي البيسبول", + "object": "ملابس", + "attribute": "ملابس رياضية" + }, + { + "displayName": "letterman_jacket", + "langName": "سترة البيسبول", + "object": "ملابس", + "attribute": "ملابس رياضية" + }, + { + "displayName": "volleyball_uniform", + "langName": "زي الكرة الطائرة", + "object": "ملابس", + "attribute": "ملابس رياضية" + }, + { + "displayName": "biker_clothes", + "langName": "جيرسي ركوب الدراجات", + "object": "ملابس", + "attribute": "ملابس رياضية" + }, + { + "displayName": "bikesuit", + "langName": "بدلة ركوب الدراجات", + "object": "ملابس", + "attribute": "ملابس رياضية" + }, + { + "displayName": "wrestling_outfit", + "langName": "زي المصارعة", + "object": "ملابس", + "attribute": "ملابس رياضية" + }, + { + "displayName": "dougi", + "langName": "زي فنون الدفاع عن النفس", + "object": "ملابس", + "attribute": "ملابس رياضية" + }, + { + "displayName": "swimsuit", + "langName": "ملابس السباحة", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "swimwear", + "langName": "ملابس السباحة", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "wet_swimsuit", + "langName": "ملابس السباحة الرطبة", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "school_swimsuit", + "langName": "ملابس السباحة المدرسية (ماء سويكو)", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "new_school_swimsuit", + "langName": "مياه الخزان الميتة الجديدة", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "old_school_swimsuit", + "langName": "خزان المياه الميتة القديم", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "competition_school_swimsuit", + "langName": "حمام السباحة بالمياه الميتة", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "competition_swimsuit", + "langName": "ملابس السباحة للمنافسة", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "casual_one-piece_swimsuit", + "langName": "ملابس سباحة كاجوال من قطعة واحدة", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "front_zipper_swimsuit", + "langName": "ملابس سباحة بسحاب في الأمام", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "highleg_swimsuit", + "langName": "ملابس السباحة ذات الشق العالي", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "one-piece_swimsuit", + "langName": "ملابس السباحة قطعة واحدة", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "swimsuit_of_perpetual_summer", + "langName": "ملابس السباحة تشانغ شيا (بدلة روح فتاة مدرسة fgo)", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "bikini", + "langName": "بيكيني", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "highleg_bikini", + "langName": "بيكيني عالي الخصر", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "lowleg_bikini", + "langName": "بيكيني منخفض الخصر", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "slingshot_swimsuit", + "langName": "ملابس السباحة على شكل حرف V", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "sailor_bikini", + "langName": "بيكيني على طراز البحارة", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "shell_bikini", + "langName": "بيكيني قذيفة", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "sports_bikini", + "langName": "بيكيني رياضي", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "string_bikini", + "langName": "بيكيني سلسلة", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "strapless_bikini", + "langName": "بيكيني بدون حمالات", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "side-tie_bikini", + "langName": "سلسلة بيكيني", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "front-tie_bikini_top", + "langName": "ربطة عنق بيكيني أمامية", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "multi-strapped_bikini", + "langName": "بيكيني متعدد الأشرطة", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "thong_bikini", + "langName": "ثونغ بيكيني", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "front-tie_bikini", + "langName": "بيكيني معقود من الأمام", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "frilled_bikini", + "langName": "بيكيني الدانتيل", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "o-ring_bikini", + "langName": "بيكيني مع حلقة على شكل حرف O", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "eyepatch_bikini", + "langName": "بيكيني معصوب العينين", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "layered_bikini", + "langName": "بيكيني الطبقات", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "bow_bikini", + "langName": "بيكيني مع القوس", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "mismatched_bikini", + "langName": "بيكيني ذو لونين", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "multicolored_bikini", + "langName": "بيكيني متعدد الألوان", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "frilled_swimsuit", + "langName": "ملابس السباحة الدانتيل", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "polka_dot_swimsuit", + "langName": "ملابس السباحة بقعة مستديرة", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "striped_swimsuit", + "langName": "ملابس السباحة مخططة", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "striped_bikini", + "langName": "بيكيني مخطط", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "plaid_bikini", + "langName": "بيكيني منقوشة", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "polka_dot_bikini", + "langName": "بيكيني ذو بقعة مستديرة", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "print_bikini", + "langName": "بيكيني مطبوع", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "american_flag_bikini", + "langName": "بيكيني العلم الأمريكي", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "german_flag_bikini", + "langName": "بيكيني العلم الألماني", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "impossible_swimsuit", + "langName": "ملابس السباحة طلاء الجسم", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "bikini_top", + "langName": "أعلى بيكيني", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "bikini_top_only", + "langName": "بيكيني علوي فقط", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "bikini_top_removed", + "langName": "خلعت الجزء العلوي من بيكيني لها", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "bikini_bottom_only", + "langName": "قيعان بيكيني فقط", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "bikini_bottom", + "langName": "قيعان بيكيني", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "untied_bikini", + "langName": "بيكيني بدون أزرار", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "bikini_aside", + "langName": "بيكيني مقشر من ثلاث نقاط", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "swimsuit_aside", + "langName": "حرك المنشعب من ملابس السباحة جانبا", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "swimsuit_under_clothes", + "langName": "ارتداء ملابس السباحة تحت الملابس", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "torn_swimsuit", + "langName": "ملابس السباحة التالفة", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "bikini_skirt", + "langName": "تنورة بيكيني", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "swim_briefs", + "langName": "سروال سباحة", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "swim_cap", + "langName": "قبعة السباحة", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "swim_trunks", + "langName": "سروال سباحة", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "male_swimwear", + "langName": "سراويل السباحة للرجال", + "object": "ملابس", + "attribute": "ملابس السباحة" + }, + { + "displayName": "sailor_senshi_uniform", + "langName": "زي بحار القمر", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "adapted_uniform", + "langName": "تحسين الزي الرسمي", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "anzio_military_uniform", + "langName": "أنزيو الزي العسكري", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "anzio_school_uniform", + "langName": "أنزيو الزي المدرسي", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "aria_company_uniform", + "langName": "زي شركة اريا", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "ashford_academy_uniform", + "langName": "زي كلية أشفورد", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "bc_freedom_military_uniform", + "langName": "زي الأكاديمية الحرة قبل الميلاد", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "chaldea_uniform", + "langName": "الزي الكلداني", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "chi-hatan_military_uniform", + "langName": "الزي الرسمي لأكاديمية زيها دان", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "fleur_de_lapin_uniform", + "langName": "زي خادمة الأرنب المنقط", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "garreg_mach_monastery_uniform", + "langName": "زي دير جارج ماركو", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "gem_uniform_(houseki_no_kuni)", + "langName": "الزي الرسمي لبلد الأحجار الكريمة", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "hanasakigawa_school_uniform", + "langName": "أكاديمية هاناساكيجاوا للفتيات", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "hikarizaka_private_high_school_uniform", + "langName": "الزي الرسمي لمدرسة ميتسوساكا الثانوية الخاصة", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "homurahara_academy_uniform", + "langName": "الزي الرسمي لأكاديمية سوي جونهارا", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "kamiyama_high_school_uniform", + "langName": "زي مدرسة كايلاش الثانوية", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "keizoku_military_uniform", + "langName": "مواصلة الزي المدرسي", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "kita_high_school_uniform", + "langName": "زي المدرسة الثانوية الشمالية", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "kiyosumi_school_uniform", + "langName": "زي المدرسة الثانوية كيوسومي", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "luna_nova_school_uniform", + "langName": "رونانوفا الزي المدرسي السحري", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "meiji_schoolgirl_uniform", + "langName": "زي تلميذة ميجي", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "mitakihara_school_uniform", + "langName": "ميتاكيهارا زي المدرسة الثانوية", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "nami_junior_high_school_uniform", + "langName": "بولو المدرسة المتوسطة موحدة", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "nanairogaoka_middle_school_uniform", + "langName": "Qiseqiu زي المدرسة المتوسطة", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "nanamori_school_uniform", + "langName": "زي مدرسة كيسين المتوسطة", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "naoetsu_high_school_uniform", + "langName": "الزي الرسمي لمدرسة Naoetsu الثانوية الخاصة", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "national_shin_ooshima_school_uniform", + "langName": "الزي المدرسي الجديد لأكاديمية أوشيما", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "ooarai_military_uniform", + "langName": "الزي العسكري لفوج أوراي", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "ooarai_school_uniform", + "langName": "أوراي المتحدة الزي المدرسي", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "otonokizaka_school_uniform", + "langName": "الزي الرسمي النسائي لأكاديمية Ononogizaka الوطنية", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "paradis_military_uniform", + "langName": "جزيرة موكب الزي العسكري", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "polar_chaldea_uniform", + "langName": "الزي القطبي الكلداني", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "pravda_military_uniform", + "langName": "أكاديمية الحقيقة للزي العسكري", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "pravda_school_uniform", + "langName": "الزي المدرسي لأكاديمية الحقيقة", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "rabbit_house_uniform", + "langName": "زي منزل ديانتوتو", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "raimon_soccer_uniform", + "langName": "زي بوابة الرعد لكرة القدم", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "ryouou_school_uniform", + "langName": "زي أكاديمية ريوزاكورا", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "sakugawa_school_uniform", + "langName": "زي المدرسة المتوسطة Zhachuan", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "sakuragaoka_high_school_uniform", + "langName": "الزي المدرسي الثانوي للفتيات في ساكوراغاوكا", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "saunders_military_uniform", + "langName": "ساندرز الزي العسكري", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "saunders_school_uniform", + "langName": "ساندرز يعلق الزي المدرسي الثانوي", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "seishou_elementary_school_uniform", + "langName": "الزي المدرسي للمدرسة الابتدائية التابعة لجامعة Shengxiang", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "shinda_sekai_sensen_uniform", + "langName": "زي جبهة الآخرة", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "shuuchiin_academy_uniform", + "langName": "زي أكاديمية شوشين", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "shuujin_academy_uniform", + "langName": "اظهار الزي الجامعي", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "st._gloriana's_military_uniform", + "langName": "الزي العسكري للقديسة جلوريانا", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "st._gloriana's_school_uniform", + "langName": "الزي المدرسي سانت جلوريا آنا للبنات", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "starlight_academy_uniform", + "langName": "زي ستار أوبتيكال بارك", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "tokisadame_school_uniform", + "langName": "الزي الجامعي العادي", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "tokiwadai_school_uniform", + "langName": "توكيوا تايتشونغ الزي المدرسي", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "tomoeda_elementary_school_uniform", + "langName": "Youzhi الزي المدرسي الابتدائي", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "tsab_ground_military_uniform", + "langName": "الزي العسكري لإدارة الزمان والمكان", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "u.a._school_uniform", + "langName": "شيونجيينج زي المدرسة الثانوية", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "uranohoshi_school_uniform", + "langName": "أورا نو هوشي زي كلية البنات", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "yasogami_school_uniform", + "langName": "ياسوجامي زي المدرسة الثانوية", + "object": "ملابس", + "attribute": "الزي المدرسي" + }, + { + "displayName": "shirt", + "langName": "قميص", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "dress_shirt", + "langName": "قميص رسمي", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "collared_shirt", + "langName": "قميص طية صدر السترة", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "white_shirt", + "langName": "قميص أبيض", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "blouse", + "langName": "قمصان نسائية", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "frilled_shirt", + "langName": "قميص تكدرت", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "sailor_shirt", + "langName": "قميص بحار", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "plaid_shirt", + "langName": "قميص منقوش", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "striped_shirt", + "langName": "قميص مخطط", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "print_shirt", + "langName": "قميص مطبوع", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "impossible shirt", + "langName": "القميص الذي يناسب بشكل غير منطقي", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "polo_shirt", + "langName": "قميص بولو", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "hawaiian_shirt", + "langName": "قميص هاواي", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "t-shirt", + "langName": "تي شيرت", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "casual T-shirts", + "langName": "تي شيرت كاجوال", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "short sleeve T-shirts", + "langName": "تيشيرت بأكمام قصيرة (قميص على الكتف)", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "cropped_shirt", + "langName": "قميص قصير", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "off-shoulder_shirt", + "langName": "قميص خارج الكتف", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "criss-cross_halter", + "langName": "أعلى الرسن عبر", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "sleeveless_shirt", + "langName": "قميص بلا أكمام", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "sleeveless_hoodie", + "langName": "هوديي بلا أكمام", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "tank_top", + "langName": "سترة (المنزل)", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "camisole", + "langName": "قميص قصير", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "crop_top", + "langName": "أعلى المحاصيل", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "undershirt", + "langName": "قميص داخلي", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "vest", + "langName": "سترة (رسمية)", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "brown_vest", + "langName": "سترة بنية", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "waistcoat", + "langName": "صدرية (رسمية)", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "sweatshirt", + "langName": "زُنط", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "jersey", + "langName": "بلوزات / الفانيلة", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "sweater", + "langName": "سترة", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "cardigan", + "langName": "سترة صوفية", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "shrug_(clothing)", + "langName": "شال", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "jacket", + "langName": "سترة", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "hooded jacket", + "langName": "سترة مقنعين", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "coat", + "langName": "معطف", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "suit jacket", + "langName": "سترة", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "tailcoat", + "langName": "سهرة", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "capelet", + "langName": "عباءة قصيرة", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "kesa", + "langName": "كاهن", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "kappougi", + "langName": "بلوزة (تلبس أثناء الطبخ)", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "detached sleeves", + "langName": "أكمام كتف منفصلة", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "cropped vest", + "langName": "سترة اقتصاص", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "spaghetti strap", + "langName": "الأشرطة السباغيتي", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "tube_top", + "langName": "سترة علوية", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "dudou", + "langName": "بطن", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "highleg", + "langName": "فتحة علوية عالية", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "shirt_tucked_in", + "langName": "قميص مدسوس في السراويل", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "untucked_shirt", + "langName": "قميص غير مطوي", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "tied_shirt", + "langName": "قميص مربوط (عقدة الزوايا والحاشية)", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "partially_unbuttoned", + "langName": "الافراج الجزئي", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "partially_unzipped", + "langName": "غير مضغوط جزئيا", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "unbuttoned shirt", + "langName": "قميص غير مزر", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "open_clothes", + "langName": "ملابس مفتوحة", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "clothes_down", + "langName": "خلع الملابس", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "shirt_tug", + "langName": "سحب القميص", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "clothes_tug", + "langName": "سحب الملابس", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "clothes_removed", + "langName": "خلع الملابس", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "shirt_removed", + "langName": "تم خلع القميص", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "undressing", + "langName": "خلع الملابس", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "untied", + "langName": "غير مقيد", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "button_gap", + "langName": "الفجوة بين الأزرار (غير مفكوكة)", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "taut_shirt", + "langName": "قميص ضيق", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "taut_clothes", + "langName": "ملابس ضيقة", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "tight", + "langName": "ملابس ضيقة", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "underbust", + "langName": "ارسم الجزء السفلي من الصدر", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "oversized_shirt", + "langName": "قميص زائد الحجم", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "oversized_clothes", + "langName": "ملابس زائد الحجم", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "borrowed_garments", + "langName": "ملابس صديقها", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "undersized_clothes", + "langName": "ملابس صغيرة الحجم", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "clothing_cutout", + "langName": "ملابس جوفاء", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "back_cutout", + "langName": "أعلى عارية الذراعين", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "cleavage_cutout", + "langName": "انقسام قميص الانقسام", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "navel_cutout", + "langName": "قميص مثقوب السرة", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "midriff", + "langName": "أعلى المحاصيل", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "heart_cutout", + "langName": "جزء علوي مفتوح على شكل قلب", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "torn_clothes", + "langName": "ملابس ممزقة", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "torn_shirt", + "langName": "قميص ممزق", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "wet_shirt", + "langName": "قميص مبلل", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "clothes_theft", + "langName": "الملابس مسروقة", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "strap_slip", + "langName": "انزلق حزام الكتف (مما أدى إلى التسرب)", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "wedgie", + "langName": "مضمن (بسبب شد الملابس على منطقة المنشعب)", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "wardrobe_malfunction", + "langName": "حدث شيء ما للملابس (مثل الانهيار)", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "wardrobe_error", + "langName": "انزلاق الملابس", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "short sleeves", + "langName": "أكمام قصيرة", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "long sleeves", + "langName": "أكمام طويلة", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "sleeveless", + "langName": "بلا أكمام", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "underwear", + "langName": "الملابس الداخلية", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "bra", + "langName": "حمالة الصدر", + "object": "ملابس", + "attribute": "سترة" + }, + { + "displayName": "nude", + "langName": "عارية", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "formal", + "langName": "ملابس رسمية", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "chemise", + "langName": "فستان فضفاض", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "santa", + "langName": "زي عيد الميلاد", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "blazer", + "langName": "سترة", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "overcoat", + "langName": "معطف", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "double-breasted", + "langName": "أزرار مزدوجة الصدر (أزرار مزدوجة الصدر", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "long_coat", + "langName": "معطف طويل", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "haori", + "langName": "سترة على الطراز الياباني", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "winter_coat", + "langName": "معطف الشتاء", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "hooded_coat", + "langName": "معطف مقنع", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "fur_coat", + "langName": "معطف الفرو", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "fur-trimmed_coat", + "langName": "معطف فرو مخطط", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "duffel_coat", + "langName": "معطف واق من المطر", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "fishnet_top", + "langName": "شبكة صيد السمك أعلى", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "parka", + "langName": "سترة", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "jacket_partially_removed", + "langName": "تم خلع السترة جزئيًا", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "jacket_removed", + "langName": "تم خلع السترة", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "open_jacket", + "langName": "سترة صوفية (مع أرجل منتشرة)", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "cropped_jacket", + "langName": "سترة اقتصاص", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "track_jacket", + "langName": "سترة", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "hooded_track_jacket", + "langName": "سترة رياضية مقنعين", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "military_jacket", + "langName": "سترة عسكرية", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "camouflage_jacket", + "langName": "سترة التمويه", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "leather_jacket", + "langName": "سترة جلدية", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "bomber_jacket", + "langName": "سترة مهاجم", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "denim_jacket", + "langName": "سترة الدنيم", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "fur-trimmed_jacket", + "langName": "سترة تقليم الفراء", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "two-tone_jacket", + "langName": "سترة ذات لونين", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "trench_coat", + "langName": "سترة واقية", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "windbreaker", + "langName": "سترة", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "raincoat", + "langName": "معطف واق من المطر", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "hagoromo", + "langName": "الله هاجورومو", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "tunic", + "langName": "سترة", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "cape", + "langName": "شال", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "winter_clothes", + "langName": "ملابس الشتاء", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "pullover_sweaters", + "langName": "سترة صوفية", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "loating_jacket", + "langName": "سترة عادية", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "ribbed_sweater", + "langName": "سترة مضلعة", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "sweater_vest", + "langName": "سترة سترة", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "backless_sweater", + "langName": "سترة عارية الذراعين", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "aran_sweater", + "langName": "سترة الأيرلندية", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "beige_sweater", + "langName": "سترة بيج", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "brown_sweater", + "langName": "سترة بنية", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "hooded_sweater", + "langName": "سترة مقنعين", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "off-shoulder_sweater", + "langName": "سترة قبالة الكتف", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "striped_sweater", + "langName": "سترة مخططة", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "virgin_killer_sweater", + "langName": "سترة القاتل العذراء", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "down_jacket", + "langName": "سترة أسفل", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "puffer_jacket", + "langName": "سترة أسفل", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "open dress", + "langName": "فستان سترة", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "Piece Suit", + "langName": "سترة", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "naked towel", + "langName": "منشفة حمام", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "racing suit", + "langName": "بدلة السباق", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "maid dress", + "langName": "زي خادمة", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "reverse bunnysuit", + "langName": "عكس فتاة الارنب", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "backless outfit", + "langName": "فستان بدون ظهر", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "Gorgeous and fussy clothes", + "langName": "ملابس رائعة ومرهقة", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "highleg leotard", + "langName": "بذلة عالية الشق", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "Sex underwear", + "langName": "ملابس داخلية مثيرة", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "diving suit", + "langName": "بذلة", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "casual wear", + "langName": "ملابس غير رسمية", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "miko clothing", + "langName": "زي الساحرة", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "nurse gown", + "langName": "زي ممرضة", + "object": "ملابس", + "attribute": "معطف" + }, + { + "displayName": "sailor_collar", + "langName": "طوق بحار", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "fur_collar", + "langName": "طوق الفراء", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "frilled_collar", + "langName": "طوق الدانتيل", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "popped_collar", + "langName": "الوقوف طوق", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "black_choker", + "langName": "طوق أسود", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "belt_collar", + "langName": "حلقة رقبة الحزام", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "frilled_choker", + "langName": "قلادة كشكش", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "neckerchief", + "langName": "وشاح", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "red_neckerchief", + "langName": "وشاح أحمر", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "necktie", + "langName": "رَابِطَة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "short_necktie", + "langName": "ربطة عنق قصيرة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "white_necktie", + "langName": "ربطة عنق بيضاء", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "bowtie", + "langName": "ربطة القوس", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "headphones_around_neck", + "langName": "سماعات معلقة حول الرقبة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "goggles_around_neck", + "langName": "نظارات الرقبة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "neck_bell", + "langName": "جرس الرقبة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "neck_ruff", + "langName": "خط العنق", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "v-neck", + "langName": "العنق", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "towel_around_neck", + "langName": "منشفة حول الرقبة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "loose_necktie", + "langName": "ربطة عنق فضفاضة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "neck_tattoo", + "langName": "وشم الرقبة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "ascot", + "langName": "ربطة عنق واسعة تشبه الوشاح", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "ribbon_choker", + "langName": "شريط الرقبة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "maebari/pasties", + "langName": "رقعة مهبلية/رقعة الحلمة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "chinese_knot", + "langName": "العقدة الصينية", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "cross_necklace", + "langName": "قلادة الصليب", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "bead_necklace", + "langName": "قلادة حبة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "pearl_necklace", + "langName": "قلادة من اللؤلؤ", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "heart_necklace", + "langName": "قلادة على شكل قلب", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "carrot_necklace", + "langName": "قلادة الجزرة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "chain_necklace", + "langName": "قلادة سلسلة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "magatama_necklace", + "langName": "قلادة اللؤلؤ", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "tooth_necklace", + "langName": "قلادة الأسنان", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "key_necklace", + "langName": "قلادة المفتاح", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "anchor_necklace", + "langName": "قلادة مرساة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "skull_necklace", + "langName": "قلادة الجمجمة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "shell_necklace", + "langName": "قلادة قذيفة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "gold_necklace", + "langName": "قلادة ذهبية", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "crescent_necklace", + "langName": "قلادة الهلال", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "ring_necklace", + "langName": "قلادة خاتم", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "feather_necklace", + "langName": "قلادة ريشة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "bone_necklace", + "langName": "قلادة العظام", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "ankh_necklace", + "langName": "قلادة الصليب", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "multiple_necklaces", + "langName": "قلائد متعددة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "bullet_necklace", + "langName": "قلادة رصاصة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "holding_necklace", + "langName": "عقد قلادة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "necklace_removed", + "langName": "تمت إزالة القلادة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "brown_neckwear", + "langName": "طوق بني", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "checkered_neckwear", + "langName": "خط العنق منقوشة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "diagonal-striped_neckwear", + "langName": "ربطة عنق من نسيج قطني طويل", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "halterneck", + "langName": "ربطة عنق", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "mole_on_neck", + "langName": "هناك شامة على الرقبة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "neck", + "langName": "رقبة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "plaid_neckwear", + "langName": "طوق الترتان", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "plunging_neckline", + "langName": "طوق عميق", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "print_neckwear", + "langName": "ربطة عنق مطبوعة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "sleeveless_turtleneck", + "langName": "سترة الياقة المدورة بلا أكمام", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "star_necklace", + "langName": "قلادة نجمة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "striped_neckwear", + "langName": "طوق مخطط", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "turtleneck_sweater", + "langName": "سترة الياقة المدورة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "undone_necktie", + "langName": "تخفيف التعادل", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "whistle_around_neck", + "langName": "صافرة معلقة حول الرقبة", + "object": "ملابس", + "attribute": "خط العنق" + }, + { + "displayName": "plaid_scarf", + "langName": "وشاح منقوشة", + "object": "ملابس", + "attribute": "وشاح" + }, + { + "displayName": "striped_scarf", + "langName": "وشاح مخطط", + "object": "ملابس", + "attribute": "وشاح" + }, + { + "displayName": "print_scarf", + "langName": "وشاح مطبوع", + "object": "ملابس", + "attribute": "وشاح" + }, + { + "displayName": "vertical-striped_scarf", + "langName": "وشاح مخطط عمودي", + "object": "ملابس", + "attribute": "وشاح" + }, + { + "displayName": "polka_dot_scarf", + "langName": "وشاح منقط", + "object": "ملابس", + "attribute": "وشاح" + }, + { + "displayName": "argyle_scarf", + "langName": "وشاح الماس", + "object": "ملابس", + "attribute": "وشاح" + }, + { + "displayName": "beige_scarf", + "langName": "وشاح بيج", + "object": "ملابس", + "attribute": "وشاح" + }, + { + "displayName": "scarf_bow", + "langName": "القوس وشاح", + "object": "ملابس", + "attribute": "وشاح" + }, + { + "displayName": "fur_scarf", + "langName": "وشاح الفراء", + "object": "ملابس", + "attribute": "وشاح" + }, + { + "displayName": "naked_scarf", + "langName": "وشاح عارية", + "object": "ملابس", + "attribute": "وشاح" + }, + { + "displayName": "multicolored_scarf", + "langName": "وشاح ملون", + "object": "ملابس", + "attribute": "وشاح" + }, + { + "displayName": "floating_scarf", + "langName": "وشاح عائم", + "object": "ملابس", + "attribute": "وشاح" + }, + { + "displayName": "long_scarf", + "langName": "وشاح طويل", + "object": "ملابس", + "attribute": "وشاح" + }, + { + "displayName": "arm_scarf", + "langName": "وشاح الذراع", + "object": "ملابس", + "attribute": "وشاح" + }, + { + "displayName": "scarf_on_head", + "langName": "وشاح على الرأس", + "object": "ملابس", + "attribute": "وشاح" + }, + { + "displayName": "scarf_over_mouth", + "langName": "وشاح على الفم", + "object": "ملابس", + "attribute": "وشاح" + }, + { + "displayName": "scarf_removed", + "langName": "تم خلع الوشاح", + "object": "ملابس", + "attribute": "وشاح" + }, + { + "displayName": "adjusting_scarf", + "langName": "ضبط وشاح", + "object": "ملابس", + "attribute": "وشاح" + }, + { + "displayName": "holding_scarf", + "langName": "عقد وشاح", + "object": "ملابس", + "attribute": "وشاح" + }, + { + "displayName": "scarf_pull", + "langName": "سحب وشاح", + "object": "ملابس", + "attribute": "وشاح" + }, + { + "displayName": "brown_scarf", + "langName": "وشاح بني", + "object": "ملابس", + "attribute": "وشاح" + }, + { + "displayName": "scarf", + "langName": "وشاح", + "object": "ملابس", + "attribute": "وشاح" + }, + { + "displayName": "apron", + "langName": "ساحة", + "object": "ملابس", + "attribute": "وَسَط" + }, + { + "displayName": "waist_apron", + "langName": "ساحة الخصر", + "object": "ملابس", + "attribute": "وَسَط" + }, + { + "displayName": "maid_apron", + "langName": "ساحة خادمة", + "object": "ملابس", + "attribute": "وَسَط" + }, + { + "displayName": "bow tied at the waist", + "langName": "ربطة عنق على الخصر الأمامي", + "object": "ملابس", + "attribute": "وَسَط" + }, + { + "displayName": "waist_cape", + "langName": "عباءة صغيرة تلبس حول الخصر", + "object": "ملابس", + "attribute": "وَسَط" + }, + { + "displayName": "clothes_around_waist", + "langName": "ملابس الخصر", + "object": "ملابس", + "attribute": "وَسَط" + }, + { + "displayName": "jacket_around_waist", + "langName": "سترة الخصر", + "object": "ملابس", + "attribute": "وَسَط" + }, + { + "displayName": "sweater_around_waist", + "langName": "سترة الخصر", + "object": "ملابس", + "attribute": "وَسَط" + }, + { + "displayName": "loincloth", + "langName": "مئزر", + "object": "ملابس", + "attribute": "وَسَط" + }, + { + "displayName": "bustier", + "langName": "مشد", + "object": "ملابس", + "attribute": "وَسَط" + }, + { + "displayName": "corset", + "langName": "مشد (صدرية)", + "object": "ملابس", + "attribute": "وَسَط" + }, + { + "displayName": "girdle", + "langName": "مشد", + "object": "ملابس", + "attribute": "وَسَط" + }, + { + "displayName": "bikini_armor", + "langName": "درع بيكيني", + "object": "ملابس", + "attribute": "درع" + }, + { + "displayName": "armor", + "langName": "درع", + "object": "ملابس", + "attribute": "درع" + }, + { + "displayName": "full_armor", + "langName": "يرتدي درعًا كاملاً", + "object": "ملابس", + "attribute": "درع" + }, + { + "displayName": "plate_armor", + "langName": "درع لوحة", + "object": "ملابس", + "attribute": "درع" + }, + { + "displayName": "japanese_armor", + "langName": "الدروع اليابانية", + "object": "ملابس", + "attribute": "درع" + }, + { + "displayName": "kusazuri", + "langName": "فودانغ | كوسازوري (نصف درع ياباني سفلي", + "object": "ملابس", + "attribute": "درع" + }, + { + "displayName": "power_armor", + "langName": "درع مدعوم", + "object": "ملابس", + "attribute": "درع" + }, + { + "displayName": "helmet", + "langName": "خوذة", + "object": "ملابس", + "attribute": "درع" + }, + { + "displayName": "kabuto", + "langName": "خوذة (النمط الياباني)", + "object": "ملابس", + "attribute": "درع" + }, + { + "displayName": "off-shoulder_armor", + "langName": "درع بلا أكتاف", + "object": "ملابس", + "attribute": "درع" + }, + { + "displayName": "shoulder_armor", + "langName": "أكتاف", + "object": "ملابس", + "attribute": "درع" + }, + { + "displayName": "muneate", + "langName": "درع الرماية الياباني", + "object": "ملابس", + "attribute": "درع" + }, + { + "displayName": "breastplate", + "langName": "درع", + "object": "ملابس", + "attribute": "درع" + }, + { + "displayName": "faulds", + "langName": "حامية", + "object": "ملابس", + "attribute": "درع" + }, + { + "displayName": "greaves", + "langName": "جريفز", + "object": "ملابس", + "attribute": "درع" + }, + { + "displayName": "shin_guards", + "langName": "جريفز", + "object": "ملابس", + "attribute": "درع" + }, + { + "displayName": "armored_boots", + "langName": "أحذية مدرعة", + "object": "ملابس", + "attribute": "درع" + }, + { + "displayName": "dress", + "langName": "فستان", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "microdress", + "langName": "فستان صغير", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "long_dress", + "langName": "فستان طويل", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "mermaid dress", + "langName": "تنورة ذيل السمكة", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "off-shoulder_dress", + "langName": "فستان خارج الكتف", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "strapless_dress", + "langName": "فستان بدون حمالات", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "backless_dress", + "langName": "فستان بدون ظهر", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "halter_dress", + "langName": "تنورة الحمالة بدون ظهر", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "sundress", + "langName": "فستان سهل الارتداء (فستان بدون أكمام للطقس الحار)", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "sleeveless_dress", + "langName": "فستان بلا أكمام", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "sailor_dress", + "langName": "تنورة على طراز البحارة", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "summer_dress", + "langName": "فستان طويل الصيف", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "pinafore_dress", + "langName": "فستان المئزر", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "sweater_dress", + "langName": "فستان سترة", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "armored_dress", + "langName": "تنورة درع المعركة", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "frilled_dress", + "langName": "فستان الدانتيل", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "lace-trimmed_dress", + "langName": "فستان الدانتيل", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "collared_dress", + "langName": "فستان بياقة", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "fur-trimmed_dress", + "langName": "فستان تقليم الفراء", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "layered_dress", + "langName": "فستان الطبقات", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "pleated_dress", + "langName": "فستان مطوي", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "taut_dress", + "langName": "فستان ضيق", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "pencil_dress", + "langName": "تنورة قلم رصاص", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "impossible_dress", + "langName": "الملابس الضيقة جدًا", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "multicolored_dress", + "langName": "فستان متعدد الألوان", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "striped_dress", + "langName": "فستان مخطط", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "ribbed_dress", + "langName": "فستان مضلع", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "polka_dot_dress", + "langName": "فستان منقط", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "print_dress", + "langName": "فستان مطبوع", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "vertical-striped_dress", + "langName": "فستان مخطط عمودي", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "see-through_dress", + "langName": "انظر من خلال اللباس", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "skirt", + "langName": "تنورة قصيرة", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "microskirt", + "langName": "تنورة قصيرة", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "miniskirt", + "langName": "تنورة قصيرة", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "skirt_suit", + "langName": "تنورة رسمية", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "pleated_skirt", + "langName": "تنورة مطوية", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "pencil_skirt", + "langName": "تنورة قلم رصاص قصيرة", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "bubble_skirt", + "langName": "توتو", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "tutu", + "langName": "توتو", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "ballgown", + "langName": "توتو (فستان)", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "pettiskirt", + "langName": "توتو (أطفال)", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "showgirl_skirt", + "langName": "ملابس فتاة المعرض التجاري", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "beltskirt", + "langName": "تنورة حزام", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "denim_skirt", + "langName": "تنورة الدنيم", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "suspender_skirt", + "langName": "تنورة الحمالة", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "skirt_set", + "langName": "تنورة لتتناسب مع الجزء العلوي", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "long_skirt", + "langName": "تنورة طويلة", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "summer_long_skirt", + "langName": "فستان طويل الصيف", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "overskirt", + "langName": "تنورة خارجية", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "hakama_skirt", + "langName": "تنورة حكما", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "high-waist_skirt", + "langName": "تنورة عالية الخصر", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "kimono_skirt", + "langName": "تنورة كيمونو", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "suspender_long_skirt", + "langName": "تنورة الحمالة تنورة الحمالة", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "chiffon_skirt", + "langName": "تنورة شيفون", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "frilled_skirt", + "langName": "تنورة الدانتيل", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "fur-trimmed_skirt", + "langName": "تنورة تقليم الفراء", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "lace_skirt", + "langName": "تنورة الدانتيل", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "lace-trimmed_skirt", + "langName": "تنورة الدانتيل", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "ribbon-trimmed_skirt", + "langName": "تنورة بشريط الساتان", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "layered_skirt", + "langName": "تنورة الطبقات", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "print_skirt", + "langName": "تنورة مطبوعة", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "multicolored_skirt", + "langName": "تنورة متعددة الألوان", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "striped_skirt", + "langName": "تنورة مخططة", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "vertical-striped_skirt", + "langName": "تنورة مخططة عموديا", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "plaid_skirt", + "langName": "تنورة الترتان", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "flared_skirt", + "langName": "تنورة مظلة", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "floral_skirt", + "langName": "تنورة الأزهار", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "skirt_hold", + "langName": "احملي تنورتك بأناقة", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "skirt_tug", + "langName": "أمسكي بحاشية التنورة | أمسك حافة التنورة", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "dress_tug", + "langName": "اضغط باستمرار على التنورة", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "skirt_around_one_leg", + "langName": "تنورة قصيرة تتدلى من ساق واحدة", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "skirt_removed", + "langName": "خلع تنورة قصيرة", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "dress_removed", + "langName": "خلع التنورة", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "open_skirt", + "langName": "تنورة مفتوحة", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "checkered_skirt", + "langName": "تنورة منقوشة", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "plaid_dress", + "langName": "فستان منقوش", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "Medium length skirt", + "langName": "تنورة متوسطة الطول", + "object": "ملابس", + "attribute": "جيبة" + }, + { + "displayName": "dress_bow", + "langName": "القوس على اللباس", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "dressing_another", + "langName": "فستان", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "shorts_under_skirt", + "langName": "ارتداء السراويل القصيرة تحت التنورة", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "side_slit", + "langName": "الشقوق الجانبية", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "shorts", + "langName": "سراويل", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "micro_shorts", + "langName": "شورت صغير الحجم", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "short_shorts", + "langName": "السراويل الساخنة", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "hot_pants", + "langName": "السراويل الساخنة", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "cutoffs", + "langName": "السراويل الساخنة", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "striped_shorts", + "langName": "شورت مخطط", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "suspender_shorts", + "langName": "شورت الحمالة", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "denim_shorts", + "langName": "شورت الدنيم", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "puffy_shorts", + "langName": "السراويل منتفخة", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "dolphin_shorts", + "langName": "شورت دولفين (سراويل الحقيقة)", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "dolfin_shorts", + "langName": "شورت دولفين (سراويل الحقيقة)", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "tight_pants", + "langName": "طماق / Sweatpants", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "crotchless_pants", + "langName": "السراويل Crotchless (ضيقة)", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "track_pants", + "langName": "بنطال رياضي", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "yoga_pants", + "langName": "السراويل اليوغا", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "bike_shorts", + "langName": "شورت الدراجة", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "pants", + "langName": "بنطلون", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "puffy_pants", + "langName": "السراويل منتفخة / السراويل الفضفاضة", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "pumpkin_pants", + "langName": "السراويل اليقطين", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "hakama_pants", + "langName": "السراويل حكما", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "harem_pants", + "langName": "السراويل الحريم", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "bloomers", + "langName": "البنطلونات", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "buruma", + "langName": "البنطلونات النسائية", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "jeans", + "langName": "جينز", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "cargo_pants", + "langName": "وزرة", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "camouflage_pants", + "langName": "السراويل التمويه", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "capri_pants", + "langName": "السراويل اقتصاص", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "chaps", + "langName": "شقوق جلدية (عريضة من الأعلى وضيقة من الأسفل)", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "jumpsuit", + "langName": "(خاصة النساء) بذلة", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "lowleg_pants", + "langName": "السراويل منخفضة الخصر", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "plaid_pants", + "langName": "السراويل الترتان", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "single_pantsleg", + "langName": "بنطلون من جانب واحد", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "striped_pants", + "langName": "السراويل مخططة", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "leotard_aside", + "langName": "قشر المنشعب من بذلة جانبا", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "open_fly", + "langName": "بنطال غير مضغوط", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "pants_down", + "langName": "خلع السراويل", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "pants_rolled_up", + "langName": "توالت السراويل", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "pants_tucked_in", + "langName": "أدخل بنطالك", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "torn_jeans", + "langName": "جينز ممزق", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "torn_pants", + "langName": "السراويل الممزقة", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "torn_shorts", + "langName": "شورت ممزق", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "gym_shorts", + "langName": "شورت الجمباز", + "object": "ملابس", + "attribute": "بنطال" + }, + { + "displayName": "leggings", + "langName": "طماق", + "object": "ملابس", + "attribute": "قيعان" + }, + { + "displayName": "overalls", + "langName": "وزرة", + "object": "ملابس", + "attribute": "قيعان" + }, + { + "displayName": "diaper", + "langName": "حفاضات", + "object": "ملابس", + "attribute": "قيعان" + }, + { + "displayName": "panties", + "langName": "الملابس الداخلية", + "object": "ملابس", + "attribute": "قيعان" + }, + { + "displayName": "briefs", + "langName": "ملخصات", + "object": "ملابس", + "attribute": "قيعان" + }, + { + "displayName": "thong", + "langName": "ثونغ", + "object": "ملابس", + "attribute": "قيعان" + }, + { + "displayName": "fundoshi", + "langName": "ثونغ اليابانية", + "object": "ملابس", + "attribute": "قيعان" + }, + { + "displayName": "short dress", + "langName": "تنورة قصيرة", + "object": "ملابس", + "attribute": "قيعان" + }, + { + "displayName": "sheath dress", + "langName": "تنورة تغطي الورك", + "object": "ملابس", + "attribute": "قيعان" + }, + { + "displayName": "no panties", + "langName": "لا ملابس داخلية", + "object": "ملابس", + "attribute": "قيعان" + }, + { + "displayName": "striped panties", + "langName": "ملابس داخلية مخططة", + "object": "ملابس", + "attribute": "قيعان" + }, + { + "displayName": "lowleg panties", + "langName": "ملابس داخلية منخفضة الارتفاع", + "object": "ملابس", + "attribute": "قيعان" + }, + { + "displayName": "side-tie panties", + "langName": "الملابس الداخلية الدانتيل متابعة", + "object": "ملابس", + "attribute": "قيعان" + }, + { + "displayName": "bodystocking", + "langName": "جوارب لكامل الجسم", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "pantyhose", + "langName": "جوارب طويلة | جوارب طويلة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "legwear", + "langName": "جوارب طويلة (تشير عمومًا إلى جوارب طويلة أو جوارب)", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "thighhighs", + "langName": "الجوارب (الجوارب التي تصل إلى الركبة)", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "kneehighs", + "langName": "جوارب الركبة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "bare_legs", + "langName": "أرجل عارية", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "black_bodystocking", + "langName": "قطعة واحدة من الجوارب السوداء", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "white_bodystocking", + "langName": "قطعة واحدة من الحرير الأبيض", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "stocking_under_clothes", + "langName": "الجوارب تحت الملابس", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "black_pantyhose", + "langName": "جوارب سوداء", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "white_pantyhose", + "langName": "جوارب بيضاء", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "thighband_pantyhose", + "langName": "جوارب طويلة مع حلقات الساق", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "pantylines", + "langName": "الجوارب الضيقة (الخطوط العريضة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "single_leg_pantyhose", + "langName": "ارتداء جوارب طويلة على جانب واحد", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "panties_under_pantyhose", + "langName": "الملابس الداخلية في جوارب طويلة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "fishnets", + "langName": "جوارب شبكة صيد السمك", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "stirrup_legwear", + "langName": "جوارب شبكة صيد السمك", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "toeless_legwear", + "langName": "الجوارب المفتوحة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "mismatched_legwear", + "langName": "جوارب طويلة بلونين", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "two-tone_legwear", + "langName": "جوارب طويلة بلونين", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "asymmetrical_legwear", + "langName": "الجوارب غير المتكافئة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "uneven_legwear", + "langName": "جوارب طويلة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "white_thighhighs", + "langName": "جوارب بيضاء", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "black_thighhighs", + "langName": "جوارب سوداء", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "pink_thighhighs", + "langName": "جوارب وردية", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "suspenders", + "langName": "الأربطة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "torn_legwear", + "langName": "جوارب طويلة ممزقة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "torn_thighhighs", + "langName": "جوارب الركبة الممزقة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "see-through_legwear", + "langName": "جوارب شفافة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "frilled_legwear", + "langName": "الجوارب الدانتيل", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "lace-trimmed_legwear", + "langName": "جوارب الدانتيل", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "seamed_legwear", + "langName": "الجوارب مع طبقات", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "back-seamed_legwear", + "langName": "جوارب بخط أسود في المنتصف", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "animal_ear_legwear", + "langName": "جوارب بآذان الحيوانات فوق الركبة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "striped_legwear", + "langName": "الجوارب المخططة الأفقية", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "vertical-striped_legwear", + "langName": "الجوارب المخططة العمودية", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "polka_dot_legwear", + "langName": "الجوارب بقعة مستديرة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "print_legwear", + "langName": "الجوارب المطبوعة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "legwear_under_shorts", + "langName": "ارتداء السراويل القصيرة خارج الجوارب", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "over-kneehighs", + "langName": "جوارب الركبة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "bobby_socks", + "langName": "جوارب بوبي (جوارب بيضاء)", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "tabi", + "langName": "الجوارب اليابانية ذات النعل السميك (جيوب القدم)", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "ankle_socks", + "langName": "جوارب الكاحل", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "leg_warmers", + "langName": "تدفئة الساق | تدفئة الساق", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "single_sock", + "langName": "جوارب واحدة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "striped_socks", + "langName": "جوارب مخططة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "leg_cutout", + "langName": "الجوارب لها فتحات", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "leg_garter", + "langName": "حلقات الساق | الأربطة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "garter_straps", + "langName": "الحمالات للأربطة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "thigh_strap", + "langName": "أحزمة الفخذ", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "thigh_ribbon", + "langName": "شريط الفخذ", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "leg_ribbon", + "langName": "حزام تمرين الساق", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "bandaid_on_leg", + "langName": "ضمادة على الساق", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "bandaged_leg", + "langName": "ساق ضمادات", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "ankle_lace-up", + "langName": "حزام الكاحل", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "thigh_holster", + "langName": "حزام أو حقيبة أدوات أو حافظة على الساق", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "bandaid_on_knee", + "langName": "ضمادة على الركبة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "argyle_legwear", + "langName": "الجوارب مع نمط أرجايل", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "bow_legwear", + "langName": "جوارب طويلة مع القوس", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "arm_garter", + "langName": "الأربطة بوم", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "socks", + "langName": "جورب", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "stockings", + "langName": "جوارب", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "black stockings", + "langName": "جوارب سوداء", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "fishnet stockings", + "langName": "جوارب شبكة صيد السمك", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "garters", + "langName": "الأربطة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "loose_socks", + "langName": "الجوارب الفقاعية", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "rilled thighhighs", + "langName": "جوارب مكشكشة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "striped pantyhose", + "langName": "جوارب طويلة مخططة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "lace legwear", + "langName": "جوارب طويلة من الدانتيل", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "nylon socks", + "langName": "جوارب نايلون", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "soccer cocks", + "langName": "جوارب كرة القدم", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "sports socks", + "langName": "الجوارب الرياضية", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "adjusting_legwear", + "langName": "تنظيم جوارب طويلة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "pantyhose_pull", + "langName": "خلعت جوارب طويلة", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "socks_removed", + "langName": "خلع الجوارب", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "sock_pull", + "langName": "شد الجوارب (الجوارب)", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "thighhighs_pull", + "langName": "شد الجوارب (جوارب)", + "object": "ملابس", + "attribute": "جورب" + }, + { + "displayName": "armored", + "langName": "مدرعة", + "object": "ملابس", + "attribute": "مواد الملابس" + }, + { + "displayName": "fluffy", + "langName": "مشعر", + "object": "ملابس", + "attribute": "مواد الملابس" + }, + { + "displayName": "fur", + "langName": "الفراء", + "object": "ملابس", + "attribute": "مواد الملابس" + }, + { + "displayName": "latex", + "langName": "مستحلب", + "object": "ملابس", + "attribute": "مواد الملابس" + }, + { + "displayName": "see-through", + "langName": "شفاف", + "object": "ملابس", + "attribute": "مواد الملابس" + }, + { + "displayName": "frilled", + "langName": "زخرفة", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "center_frills", + "langName": "دانتيل مكشكش في المنتصف", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "crease", + "langName": "متجعد (مطوي)", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "layered", + "langName": "الطبقات", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "lace", + "langName": "ربط الحذاء", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "fur_trim", + "langName": "تقليم الفراء", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "fur-trimmed", + "langName": "حواف خشنة", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "fine_fabric_emphasis", + "langName": "تعزيز المواد", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "latex_thighhighs", + "langName": "جوارب اللاتكس", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "see-through_thighhighs", + "langName": "جوارب شفافة", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "ass_cutout", + "langName": "الملابس التي تكشف المؤخرة", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "asymmetrical_clothes", + "langName": "ملابس غير متكافئة", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "back_bow", + "langName": "(الملابس) عقدة مربوطة خلف الظهر", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "cross-laced_clothes", + "langName": "ملابس الدانتيل المتقاطعة", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "double_vertical_stripe", + "langName": "هناك خطان متوازيان على الملابس", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "halter_top", + "langName": "ملابس الجزء العلوي من الجسم على شكل حبال", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "multicolored_legwear", + "langName": "ملابس الساق متعددة الألوان", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "navy_blue_legwear", + "langName": "أرجل زرقاء داكنة", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "nontraditional_miko", + "langName": "تعديل الملابس اليابانية", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "side_cutout", + "langName": "الملابس ذات الفتحات الجانبية", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "sideless_outfit", + "langName": "الملابس التي لا تحتوي على قماش على الجوانب", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "single_kneehigh", + "langName": "ارتداء ملابس بطول الركبة على جانب واحد", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "single_vertical_stripe", + "langName": "كشف خطوط عمودية على جانب واحد من الملابس", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "turtleneck", + "langName": "ملابس الياقة المدورة", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "two-sided_fabric", + "langName": "طريقة رسم الملابس بطبقة مزدوجة", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "o-ring", + "langName": "الملابس ذات الحلقات الدائرية", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "o-ring_top", + "langName": "قمة مع يا الدائري", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "fringe_trim", + "langName": "الحافة (نهاية الوشاح)", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "loose_belt", + "langName": "الأشرطة فضفاضة (الملابس)", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "pom_pom_(clothes)", + "langName": "بوم بومس صغيرة (اكسسوارات الملابس)", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "drawstring", + "langName": "حبال الملابس", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "full-length_zipper", + "langName": "سحاب بطول الملابس", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "gathers", + "langName": "الطيات (الملابس)", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "gusset", + "langName": "خياطة بطانة للملابس", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "breast_pocket", + "langName": "حقيبة الصدر", + "object": "ملابس", + "attribute": "تزيين" + }, + { + "displayName": "argyle", + "langName": "نمط أرجايل", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "checkered", + "langName": "نمط منقوشة", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "colored_stripes", + "langName": "خطوط ملونة", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "diagonal_stripes", + "langName": "خطوط قطرية", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "horizontal_stripes", + "langName": "خطوط أفقية", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "multicolored_stripes", + "langName": "خطوط ملونة", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "polka_dot", + "langName": "نمط منقط", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "ribbed", + "langName": "مضلع", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "striped", + "langName": "خطوط أفقية", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "unmoving_pattern", + "langName": "تكرار الأنماط بشكل مستمر", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "vertical_stripes", + "langName": "خطوط عمودية", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "plaid", + "langName": "نمط الترتان", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "animal_print", + "langName": "طباعة الحيوان", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "cat_print", + "langName": "طباعة القط", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "bear_print", + "langName": "طباعة الدب", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "bird_print", + "langName": "طباعة الطيور", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "bunny_print", + "langName": "طباعة الارنب", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "cow_print", + "langName": "طباعة البقرة", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "dragon_print", + "langName": "طباعة التنين", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "fish_print", + "langName": "طباعة الأسماك", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "frog_print", + "langName": "طباعة الضفدع", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "shark_print", + "langName": "طباعة سمك القرش", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "snake_print", + "langName": "نمط الثعبان", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "zebra_print", + "langName": "طباعة حمار وحشي", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "tiger_print", + "langName": "خطوط النمر", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "leopard_print", + "langName": "طباعة الفهد", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "jaguar_print", + "langName": "طباعة الفهد", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "bat_print", + "langName": "طباعة الخفافيش", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "aardwolf_print", + "langName": "طباعة ذئب", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "african_wild_dog_print", + "langName": "طباعة الكلاب البرية الأفريقية", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "cheetah_print", + "langName": "طباعة الفهد", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "dog_print", + "langName": "طباعة الكلب", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "fox_print", + "langName": "طباعة الثعلب", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "giraffe_print", + "langName": "طباعة الزرافة", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "panda_print", + "langName": "طباعة الباندا", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "sand_cat_print", + "langName": "طباعة القط الرملي", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "whale_print", + "langName": "طباعة الحوت", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "white_tiger_print", + "langName": "نمط النمر الأبيض", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "goldfish_print", + "langName": "طباعة السمكة الذهبية", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "wing_print", + "langName": "طباعة الجناح", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "spider_web_print", + "langName": "عروق العنكبوت", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "butterfly_print", + "langName": "طباعة الفراشة", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "floral_print", + "langName": "زهري", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "leaf_print", + "langName": "طباعة أوراق", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "clover_print", + "langName": "طباعة البرسيم", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "maple_leaf_print", + "langName": "طباعة أوراق القيقب", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "rose_print", + "langName": "طباعة الورد", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "strawberry_print", + "langName": "طباعة الفراولة", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "cherry_print", + "langName": "طباعة الكرز", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "bamboo_print", + "langName": "طباعة الخيزران", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "carrot_print", + "langName": "طباعة الجزرة", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "hibiscus_print", + "langName": "طباعة الكركديه", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "jack-o'-lantern_print", + "langName": "طباعة جاك أولانترن", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "petal_print", + "langName": "طباعة البتلة", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "sunflower_print", + "langName": "طباعة عباد الشمس", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "watermelon_print", + "langName": "طباعة البطيخ", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "sky_print", + "langName": "طباعة السماء", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "cloud_print", + "langName": "الطباعة السحابية", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "lightning_bolt_print", + "langName": "طباعة البرق", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "rainbow_print", + "langName": "طباعة قوس قزح", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "snowflake_print", + "langName": "طباعة ندفة الثلج", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "starry_sky_print", + "langName": "طباعة السماء المرصعة بالنجوم", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "crescent_print", + "langName": "طباعة الهلال", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "star_print", + "langName": "طباعة نجمة", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "star_(symbol)", + "langName": "رمز النجمة", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "moon_print", + "langName": "طباعة القمر", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "sun_print", + "langName": "طباعة الشمس", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "character_print", + "langName": "طباعة الحرف", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "clothes_writing", + "langName": "كلمات على الملابس", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "anchor_print", + "langName": "طباعة مرساة", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "cherry_blossom_print", + "langName": "طباعة زهر الكرز", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "musical_note_print", + "langName": "طباعة النوتة الموسيقية", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "triangle_print", + "langName": "طباعة مثلث", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "arrow_print", + "langName": "طباعة السهم", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "wave_print", + "langName": "نمط متموج", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "peace_symbol", + "langName": "☮(على ملابس هيجاشيكاتا جوسوكي)", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "heart_print", + "langName": "نمط القلب | طباعة القلب", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "flame_print", + "langName": "طباعة اللهب", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "hitodama_print", + "langName": "طبعة Will-o'-the-wisp", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "paw_print", + "langName": "طباعة مخلب", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "skeleton_print", + "langName": "طباعة هيكل عظمي", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "skull_print", + "langName": "طباعة الجمجمة", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "sparkle_print", + "langName": "طباعة متلألئة", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "yin_yang_print", + "langName": "طباعة يين يانغ", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "cross_print", + "langName": "نمط العناصر المتقاطعة", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "camoflage", + "langName": "تمويه", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "flag_print", + "langName": "طباعة العلم", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "bone_print", + "langName": "طباعة العظام", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "ghost_print", + "langName": "طباعة شبح", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "mushroom_print", + "langName": "طباعة الفطر", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "onigiri_print", + "langName": "طباعة كرات الأرز", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "cat_ear_cutout", + "langName": "تصميم مجوف على شكل أذن قطة", + "object": "ملابس", + "attribute": "نمط" + }, + { + "displayName": "barefoot", + "langName": "حافي القدمين", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "no_shoes", + "langName": "لا أحذية", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "shoes_removed", + "langName": "خلعت الأحذية", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "single_shoe", + "langName": "أحذية واحدة", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "the_only_shoe", + "langName": "أحذية واحدة", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "black_loafers", + "langName": "المتسكعون (أحذية جلدية صغيرة)", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "shoes", + "langName": "حذاء", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "uwabaki", + "langName": "أحذية داخلية", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "platform_footwear", + "langName": "أحذية منصة", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "high_heels", + "langName": "كعب عالي", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "stiletto_heels", + "langName": "خنجر الكعب العالي", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "strappy_heels", + "langName": "الكعب العالي Strappy", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "platform_heels", + "langName": "منصة الكعب العالي", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "rudder_footwear", + "langName": "حذاء Ship C خاص لفتيات السفينة", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "sandals", + "langName": "صنادل", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "barefoot_sandals", + "langName": "الصنادل حافي القدمين", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "clog_sandals", + "langName": "صنادل تسد", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "geta", + "langName": "قباقيب", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "slippers", + "langName": "النعال", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "skates", + "langName": "الزلاجات", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "roller_skates", + "langName": "الزلاجات الدوارة", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "animal_feet", + "langName": "أقدام الحيوانات", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "animal_slippers", + "langName": "النعال الحيوانية", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "brown_footwear", + "langName": "أحذية بنية", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "cross-laced_footwear", + "langName": "أحذية بأربطة متقاطعة", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "loafers", + "langName": "المتسكعون", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "mary_janes", + "langName": "أحذية جيني", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "mismatched_footwear", + "langName": "حذاء ذو ​​لونين", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "pointy_footwear", + "langName": "أحذية مدببة", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "pumps", + "langName": "فستان بقصة منخفضة مع الكعب العالي", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "sandals_removed", + "langName": "خلع الصنادل", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "shoe_soles", + "langName": "نعل", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "shoelaces", + "langName": "رباط الحذاء", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "sneakers", + "langName": "أحذية رياضية", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "winged_footwear", + "langName": "أحذية بأجنحة", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "zouri", + "langName": "صنادل القش اليابانية", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "ballet slippers", + "langName": "أحذية الباليه", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "arched_soles", + "langName": "نعل مقوس", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "paw_print_soles", + "langName": "نعال مطبوعة بمخالب", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "horseshoe", + "langName": "حدوة حصان", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "flat shoes", + "langName": "أحذية مسطحة", + "object": "ملابس", + "attribute": "حذاء" + }, + { + "displayName": "boots", + "langName": "أحذية", + "object": "ملابس", + "attribute": "أحذية" + }, + { + "displayName": "boots_removed", + "langName": "خلعت الأحذية", + "object": "ملابس", + "attribute": "أحذية" + }, + { + "displayName": "high_heel_boots", + "langName": "أحذية عالية الكعب", + "object": "ملابس", + "attribute": "أحذية" + }, + { + "displayName": "knee_boots", + "langName": "أحذية عالية في الركبة (أحذية ركوب الخيل)", + "object": "ملابس", + "attribute": "أحذية" + }, + { + "displayName": "thigh_boots", + "langName": "أحذية عالية", + "object": "ملابس", + "attribute": "أحذية" + }, + { + "displayName": "martin_boots", + "langName": "أحذية مارتن", + "object": "ملابس", + "attribute": "أحذية" + }, + { + "displayName": "ankle_boots", + "langName": "أحذية الكاحل", + "object": "ملابس", + "attribute": "أحذية" + }, + { + "displayName": "toeless_boots", + "langName": "أحذية مفتوحة اصبع القدم", + "object": "ملابس", + "attribute": "أحذية" + }, + { + "displayName": "lace-up_boots", + "langName": "ربط الحذاء", + "object": "ملابس", + "attribute": "أحذية" + }, + { + "displayName": "fur-trimmed_boots", + "langName": "الأحذية ذات الحافة الخام", + "object": "ملابس", + "attribute": "أحذية" + }, + { + "displayName": "snow_boots", + "langName": "أحذية الثلوج", + "object": "ملابس", + "attribute": "أحذية" + }, + { + "displayName": "anklet", + "langName": "خلخال", + "object": "ملابس", + "attribute": "أحذية" + }, + { + "displayName": "rubber_boots", + "langName": "أحذية مطاطية", + "object": "ملابس", + "attribute": "أحذية" + }, + { + "displayName": "santa_boots", + "langName": "أحذية عيد الميلاد", + "object": "ملابس", + "attribute": "أحذية" + }, + { + "displayName": "leather_boots", + "langName": "أحذية جلدية", + "object": "ملابس", + "attribute": "أحذية" + }, + { + "displayName": "thighhighs_under_boots", + "langName": "جوارب تحت الأحذية", + "object": "ملابس", + "attribute": "أحذية" + }, + { + "displayName": "combat_boots", + "langName": "الأحذية القتالية", + "object": "ملابس", + "attribute": "أحذية" + }, + { + "displayName": "doc_martens", + "langName": "أحذية مارتن", + "object": "ملابس", + "attribute": "أحذية" + }, + { + "displayName": "rain_boots", + "langName": "أحذية المطر", + "object": "ملابس", + "attribute": "أحذية" + }, + { + "displayName": "belt_boots", + "langName": "أحذية الحزام", + "object": "ملابس", + "attribute": "أحذية" + }, + { + "displayName": "fur_boots", + "langName": "أحذية الفراء عارضة كعب منخفض", + "object": "ملابس", + "attribute": "أحذية" + }, + { + "displayName": "single_boot", + "langName": "قدم واحدة بدون حذاء", + "object": "ملابس", + "attribute": "أحذية" + }, + { + "displayName": "wide_sleeves", + "langName": "أكمام واسعة", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "single_sleeve", + "langName": "كم واحد", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "asymmetrical_sleeves", + "langName": "الأكمام غير المتكافئة", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "puffy_sleeves", + "langName": "الأكمام منتفخة", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "puffy_long_sleeves", + "langName": "اكمام طويلة منتفخة", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "puffy_short_sleeves", + "langName": "أكمام قصيرة منتفخة", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "frilled_sleeves", + "langName": "حواف الأكمام تكدرت", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "juliet_sleeves", + "langName": "أكمام جولييت", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "bandaged_arm", + "langName": "ضمادات الذراع", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "raglan_sleeves", + "langName": "أكمام راجلان", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "vambraces", + "langName": "درع أسفل الذراع", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "layered_sleeves", + "langName": "الأكمام الطبقات", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "fur-trimmed_sleeves", + "langName": "الأكمام حافة الخام", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "see-through_sleeves", + "langName": "أكمام شفافة", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "torn_sleeves", + "langName": "الأكمام الممزقة", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "sleeves_past_fingers", + "langName": "الأكمام أطول من الأصابع", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "sleeves_past_wrists", + "langName": "الأكمام فوق المعصم", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "sleeves_past_elbows", + "langName": "الأكمام فوق الكوع", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "sleeves_pushed_up", + "langName": "رفع الأكمام", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "arm_out_of_sleeve", + "langName": "الأسلحة في الأكمام", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "uneven_sleeves", + "langName": "الأكمام غير المستوية", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "mismatched_sleeves", + "langName": "أكمام غير متطابقة", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "sleeve_rolled_up", + "langName": "الأكمام مطوية", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "sleeves_rolled_up", + "langName": "كم واحد ملفوف", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "feather-trimmed_sleeves", + "langName": "أكمام مزينة بالريش", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "lace-trimmed_sleeves", + "langName": "الأكمام الدانتيل", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "pinching_sleeves", + "langName": "قرصة الأكمام الخاصة بك", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "puffy_detached_sleeves", + "langName": "الأكمام منتفخة", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "ribbed_sleeves", + "langName": "أكمام مضلعة", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "single_detached_sleeve", + "langName": "الأكمام التي تبقى على جانب واحد", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "sleeves_folded_up", + "langName": "الأكمام مطوية", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "striped_sleeves", + "langName": "أكمام مخططة", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "armband", + "langName": "شارة (شارة)", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "armlet", + "langName": "سوار الذراع", + "object": "ملابس", + "attribute": "ذراع" + }, + { + "displayName": "halo", + "langName": "هالة فوق الرأس", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "mechanical_halo", + "langName": "هالة ميكانيكية", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "headwear", + "langName": "أغطية الرأس", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "headpiece", + "langName": "أغطية الرأس", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "headwear_removed", + "langName": "تمت إزالة أغطية الرأس", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "head_wreath", + "langName": "كورولا", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "crown", + "langName": "تاج", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "mini_crown", + "langName": "تاج صغير", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "tiara", + "langName": "تاج", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "diadem", + "langName": "نفس ما ورد أعلاه", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "tilted_headwear", + "langName": "غطاء الرأس المائل", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "head_fins", + "langName": "الزعنفة الرأسية", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "maid_headdress", + "langName": "تاج الخادمة", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "bridal_veil", + "langName": "الحجاب الزفاف", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "headband", + "langName": "عقال", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "alternate_headwear", + "langName": "غطاء رأس مختلف عن الأصلي", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "fur-trimmed_headwear", + "langName": "أغطية الرأس ذات الحافة الخام", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "goggles_on_headwear", + "langName": "نظارات واقية على القبعة", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "earphones", + "langName": "سماعة", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "earmuffs", + "langName": "غطاء للأذنين", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "xx_on_head", + "langName": "×× على الرأس", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "leaf_on_head", + "langName": "يترك على الرأس", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "triangular_headpiece", + "langName": "غطاء الرأس الثلاثي", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "forehead_protector", + "langName": "حامي الجبين", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "radio_antenna", + "langName": "هوائي", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "animal_hood", + "langName": "غطاء أذن الحيوان", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "bald", + "langName": "أصلع", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "bandana", + "langName": "وشاح", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "circlet", + "langName": "تاج", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "hachimaki", + "langName": "عمامة (اسم)", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "helm", + "langName": "يرتدي خوذة", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "helmet_removed", + "langName": "خوذة خلعت | خلعت الخوذة", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "horned_helmet", + "langName": "خوذة مقرن", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "japari_bun", + "langName": "كعك جاباري على البخار", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "kerchief", + "langName": "عمامة مربعة", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "mami_mogu_mogu", + "langName": "أسامي جحر مقطوع الرأس", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "skull_and_crossbones", + "langName": "جمجمة وعظمتين متقاطعتين (القراصنة، الخطر، التحذير)", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "turban", + "langName": "الحجاب الإسلامي", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "headdress", + "langName": "أغطية الرأس (أكثر عمومية)", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "bear_hair_ornament", + "langName": "أغطية الرأس المطبوعة الدب", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "brown_headwear", + "langName": "تاج بني", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "horned_headwear", + "langName": "غطاء الرأس القرن", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "horns_through_headwear", + "langName": "غطاء رأس به ثقوب للقرون", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "no_headwear", + "langName": "تمت إزالة غطاء الرأس (الموجود).", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "object_on_head", + "langName": "هناك شيء آخر غير غطاء الرأس على الرأس", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "print_headwear", + "langName": "أغطية الرأس المطبوعة", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "bone_hair_ornament", + "langName": "مجوهرات على شكل عظم", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "bunny_hair_ornament", + "langName": "مجوهرات الارنب", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "horn_ornament", + "langName": "الحلي على الزوايا", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "animal_on_head", + "langName": "حيوان على الرأس", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "behind-the-head_headphones", + "langName": "سماعات الرأس تلبس من الجزء الخلفي من الرأس", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "bird_on_head", + "langName": "طائر على الرأس", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "cat_ear_headphones", + "langName": "سماعات أذن القطة", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "cat_on_head", + "langName": "قطة ملقاة على الرأس", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "eyewear_on_head", + "langName": "النظارات على الرأس", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "forehead_kiss", + "langName": "قبلة الجبين", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "forehead-to-forehead", + "langName": "الجبهة إلى الجبهة", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "goggles_on_head", + "langName": "ارتداء نظارات واقية على رأسك", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "head_bump", + "langName": "حزمة على الرأس", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "head_mounted_display", + "langName": "ارتداء جهاز عرض مثبت على الرأس", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "head_out_of_frame", + "langName": "لم يتم رسم جزء من الرأس في الإطار", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "head_rest", + "langName": "رأس وسادة | رأس الدعم", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "head_wings", + "langName": "هناك أجنحة على الرأس", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "headgear", + "langName": "إكسسوارات الرأس (تحتوي على بعض عناصر الخيال العلمي)", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "headphones", + "langName": "سماعة", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "heads-up_display", + "langName": "شريط الحالة (أسلوب اللعبة والخيال العلمي)", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "headset", + "langName": "سماعات الرأس", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "inter_headset", + "langName": "إيفا الموصل العصبي", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "on_head", + "langName": "على الرأس", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "person_on_head", + "langName": "الرجل الصغير على رأسه", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "single_head_wing", + "langName": "هناك أجنحة على جانب واحد من الرأس", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "adjusting_headwear", + "langName": "ترتيب أغطية الرأس", + "object": "مُكَمِّلات", + "attribute": "القبعات" + }, + { + "displayName": "hair_ribbon", + "langName": "عقال", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "hairband", + "langName": "بطاقة الإصدار", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "hair_tie", + "langName": "عقال", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "lolita_hairband", + "langName": "عقال لوليتا", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "frilled_hairband", + "langName": "تكدرت عقال", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "lace-trimmed_hairband", + "langName": "عقال الدانتيل", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "hair_bobbles", + "langName": "عقال", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "hair_ornament", + "langName": "اكسسوارات الشعر", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "hair_flower", + "langName": "زهرة الشعر", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "x_hair_ornament", + "langName": "اكسسوارات الشعر", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "hair_bow", + "langName": "إكسسوارات شعر القوس", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "frog_hair_ornament", + "langName": "إكسسوارات شعر الضفدع", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "heart_hair_ornament", + "langName": "إكسسوارات للشعر على شكل قلب", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "butterfly_hair_ornament", + "langName": "إكسسوارات شعر الفراشة", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "star_hair_ornament", + "langName": "اكسسوارات للشعر على شكل نجمة", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "food-themed_hair_ornament", + "langName": "إكسسوارات الشعر ذات الطابع الغذائي", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "anchor_hair_ornament", + "langName": "مرساة إكسسوارات الشعر", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "bat_hair_ornament", + "langName": "إكسسوارات شعر الخفافيش", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "carrot_hair_ornament", + "langName": "إكسسوارات شعر الجزرة", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "cat_hair_ornament", + "langName": "إكسسوارات شعر القطط", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "clover_hair_ornament", + "langName": "إكسسوارات شعر البرسيم", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "hair pink flowers", + "langName": "الزهور الوردية في الشعر", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "crescent_hair_ornament", + "langName": "إكسسوارات شعر الهلال", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "cross_hair_ornament", + "langName": "إكسسوارات الشعر المتقاطعة", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "d-pad_hair_ornament", + "langName": "اتجاه إكسسوارات الشعر الرئيسية", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "fish_hair_ornament", + "langName": "إكسسوارات للشعر على شكل سمكة", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "hairpods", + "langName": "أزواج من ملحقات الشعر اللاسلكية بتقنية البلوتوث على الشعر", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "leaf_hair_ornament", + "langName": "إكسسوارات شعر أوراق الشجر", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "musical_note_hair_ornament", + "langName": "إكسسوارات الشعر ذات النوتة الموسيقية", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "pumpkin_hair_ornament", + "langName": "إكسسوارات شعر اليقطين", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "skull_hair_ornament", + "langName": "إكسسوارات شعر الجمجمة", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "snake_hair_ornament", + "langName": "اكسسوارات شعر الثعبان | إكسسوارات شعر الضفدع", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "snowflake_hair_ornament", + "langName": "إكسسوارات شعر ندفة الثلج", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "strawberry_hair_ornament", + "langName": "إكسسوارات شعر الفراولة", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "sunflower_hair_ornament", + "langName": "اكسسوارات للشعر عباد الشمس", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "hairpin", + "langName": "دبوس الشعر", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "hairclip", + "langName": "دبوس الشعر", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "hair_tubes", + "langName": "أنبوب الشعر", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "hair_stick", + "langName": "عصا الشعر", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "hair_bell", + "langName": "دق الجرس", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "hair_rings", + "langName": "ربطة شعر", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "kanzashi", + "langName": "دبوس الشعر", + "object": "مُكَمِّلات", + "attribute": "إكسسوارات الشعر" + }, + { + "displayName": "hood", + "langName": "كَبُّوت", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "hat", + "langName": "قبعة", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "no_hat", + "langName": "لا قبعة", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "beret", + "langName": "قبعة", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "mini_top_hat", + "langName": "قبعة صغيرة", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "party_hat", + "langName": "قبعة الحزب", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "sailor_hat", + "langName": "قبعة بحار", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "santa_hat", + "langName": "قبعة سانتا", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "fedora", + "langName": "قبعة فيدورا", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "witch_hat", + "langName": "قبعة ساحرة", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "mini_witch_hat", + "langName": "قبعة ساحرة صغيرة", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "wizard_hat", + "langName": "قبعة المعالج", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "sun_hat", + "langName": "قبعة الشمس", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "straw_hat", + "langName": "قبعة القش", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "top_hat", + "langName": "قبعة", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "bucket_hat", + "langName": "قبعة دلو", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "beanie", + "langName": "قبعة الصوف", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "large_hat", + "langName": "قبعة كبيرة", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "tokin_hat", + "langName": "قبعة", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "mini_hat", + "langName": "قبعة صغيرة", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "bowler_hat", + "langName": "قبعة", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "pillbox_hat", + "langName": "غطاء علبة حبوب منع الحمل", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "cloche_hat", + "langName": "قبعة قاء زجاجي", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "military_hat", + "langName": "قبعة عسكرية", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "police_hat", + "langName": "قبعة الشرطة", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "chef_hat", + "langName": "قبعة الشيف", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "cowboy_hat", + "langName": "قبعة رعاة البقر", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "school_hat", + "langName": "قبعة المدرسة", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "pirate_hat", + "langName": "قبعة القراصنة", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "cabbie_hat", + "langName": "قبعة سائق التاكسي", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "hardhat", + "langName": "خوذة", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "rice_hat", + "langName": "قبعة الخيزران", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "animal_hat", + "langName": "قبعة الحيوان", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "fur_hat", + "langName": "قبعة جلدية", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "hat_with_ears", + "langName": "قبعة مع آذان", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "bobblehat", + "langName": "قبعة الفقاعة", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "pillow_hat", + "langName": "قبعة وسادة", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "pumpkin_hat", + "langName": "قبعة اليقطين", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "torn_hat", + "langName": "قبعة ممزقة", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "backwards_hat", + "langName": "قبعة عكسية", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "bowl_hat", + "langName": "قبعة وعاء", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "cat_hat", + "langName": "قبعة أذن القطة", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "cap", + "langName": "قبعة بلغت ذروتها", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "nurse_cap", + "langName": "قبعة الممرضة", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "baseball_cap", + "langName": "قبعة بيسبول", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "jester_cap", + "langName": "قبعة المهرج", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "side_cap", + "langName": "قبعة جانبية", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "garrison_cap", + "langName": "قبعة الحامية", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "flat_cap", + "langName": "قبعة بلغت ذروتها", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "mob_cap", + "langName": "قبعة الغوغاء", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "newsboy_cap", + "langName": "قبعة موزع الصحف", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "bowknot_over_white_beret", + "langName": "القوس على القبعات البيضاء", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "dixie_cup_hat", + "langName": "قبعة وعاء الكلب", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "hat_bow", + "langName": "قبعة مع القوس", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "hat_feather", + "langName": "قبعة مع الريش", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "hat_flower", + "langName": "قبعة مع الزهور", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "hat_ornament", + "langName": "قبعة مع الحلي", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "hat_over_one_eye", + "langName": "القبعة تغطي عين واحدة", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "hat_removed", + "langName": "يتم خلع القبعة | يتم خلع القبعة", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "hat_ribbon", + "langName": "قبعة مع الشريط", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "hat_tip", + "langName": "عقد حافة القبعة", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "hatching_(texture)", + "langName": "تظليل الخط (الملمس)", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "hatsune_miku_(cosplay)", + "langName": "كوس إلى هاتسون ميكو", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "porkpie_hat", + "langName": "قبعة الطاوية", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "sideways_hat", + "langName": "يتم قطع الواقي إلى الجانب", + "object": "مُكَمِّلات", + "attribute": "قبعة" + }, + { + "displayName": "glasses", + "langName": "نظارات", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "eyewear", + "langName": "عين", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "monocle", + "langName": "أحادي", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "under-rim_eyewear", + "langName": "نظارات ذات إطار", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "rimless_eyewear", + "langName": "نظارات بدون شفة", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "semi-rimless_eyewear", + "langName": "نظارات شبه بدون إطار", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "red-framed_eyewear", + "langName": "نظارات الإطار الأحمر", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "round_eyewear", + "langName": "نظارات بإطار مستدير", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "black-framed_eyewear", + "langName": "نظارات بإطار أسود", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "tinted_eyewear", + "langName": "نظارات ملونة", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "medical_eyepatch", + "langName": "قناع العين الطبي", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "bandage_over_one_eye", + "langName": "ضمادة عين واحدة", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "crooked_eyewear", + "langName": "نظارات ملتوية", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "eyewear_removed", + "langName": "خلع النظارات", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "sunglasses", + "langName": "النظارات الشمسية (تغطي العيون)", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "reflection glasses", + "langName": "النظارات الشمسية (عيون مرئية)", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "goggles", + "langName": "نظارات واقية", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "Blindfold", + "langName": "قناع العين", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "eyepatch", + "langName": "رقعة العين (عين واحدة)", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "bespectacled", + "langName": "ارتداء النظارات", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "blue-framed_eyewear", + "langName": "نظارات الإطار الأزرق", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "brown-framed_eyewear", + "langName": "نظارات الإطار البني", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "coke-bottle_glasses", + "langName": "أكواب مستديرة سميكة مثل قيعان الزجاجات", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "no_eyewear", + "langName": "تمت إزالة النظارات (الموجودة).", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "opaque_glasses", + "langName": "النظارات التي لا تكشف العيون", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "over-rim_eyewear", + "langName": "النصف السفلي من النظارات بدون إطار", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "pince-nez", + "langName": "بينس نيز | نظارات بلا أرجل", + "object": "مُكَمِّلات", + "attribute": "نظارات" + }, + { + "displayName": "mask", + "langName": "قناع", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "half_mask", + "langName": "نصف قناع", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "masked", + "langName": "ملثمين", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "mask_lift", + "langName": "ارفع القناع", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "mask_on_head", + "langName": "رفع القناع على الرأس", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "mask_removed", + "langName": "تم خلع القناع", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "mouth_mask", + "langName": "قناع وجه", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "surgical_mask", + "langName": "قناع طبي", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "plague_doctor_mask", + "langName": "قناع طبيب الطاعون", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "gas_mask", + "langName": "قناع الغاز", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "visor", + "langName": "قناع الوجه | حاجب | واقي من الشمس", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "fox_mask", + "langName": "قناع الثعلب", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "diving_mask", + "langName": "قناع الغوص", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "diving_mask_on_head", + "langName": "قناع غوص مثبت على الرأس", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "oni_mask", + "langName": "قناع الشبح", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "tengu_mask", + "langName": "قناع تينغو", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "ninja_mask", + "langName": "قناع النينجا", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "skull_mask", + "langName": "قناع الجمجمة", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "hockey_mask", + "langName": "قناع الهوكي", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "bird_mask", + "langName": "قناع الطيور", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "stone_mask", + "langName": "وجه شبح الحجر", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "horse_mask", + "langName": "قناع الحصان", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "masquerade_mask", + "langName": "قناع تنكر", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "domino_mask", + "langName": "قناع إس إم", + "object": "مُكَمِّلات", + "attribute": "قناع" + }, + { + "displayName": "cross_earrings", + "langName": "أقراط متقاطعة", + "object": "مُكَمِّلات", + "attribute": "حلق" + }, + { + "displayName": "crystal_earrings", + "langName": "أقراط كريستال", + "object": "مُكَمِّلات", + "attribute": "حلق" + }, + { + "displayName": "earrings", + "langName": "الأقراط", + "object": "مُكَمِّلات", + "attribute": "حلق" + }, + { + "displayName": "flower_earrings", + "langName": "أقراط زهرة", + "object": "مُكَمِّلات", + "attribute": "حلق" + }, + { + "displayName": "heart_earrings", + "langName": "أقراط على شكل قلب", + "object": "مُكَمِّلات", + "attribute": "حلق" + }, + { + "displayName": "hoop_earrings", + "langName": "أقراط هوب", + "object": "مُكَمِّلات", + "attribute": "حلق" + }, + { + "displayName": "multiple_earrings", + "langName": "أقراط متعددة", + "object": "مُكَمِّلات", + "attribute": "حلق" + }, + { + "displayName": "pill_earrings", + "langName": "أقراط على شكل حبوب منع الحمل", + "object": "مُكَمِّلات", + "attribute": "حلق" + }, + { + "displayName": "single_earring", + "langName": "ارتداء الأقراط على جانب واحد فقط", + "object": "مُكَمِّلات", + "attribute": "حلق" + }, + { + "displayName": "skull_earrings", + "langName": "أقراط الجمجمة", + "object": "مُكَمِّلات", + "attribute": "حلق" + }, + { + "displayName": "star_earrings", + "langName": "أقراط النجمة", + "object": "مُكَمِّلات", + "attribute": "حلق" + }, + { + "displayName": "crescent earrings", + "langName": "أقراط الهلال", + "object": "مُكَمِّلات", + "attribute": "حلق" + }, + { + "displayName": "wristwatch", + "langName": "يشاهد", + "object": "مُكَمِّلات", + "attribute": "مجوهرات اليد" + }, + { + "displayName": "cane", + "langName": "قصب", + "object": "مُكَمِّلات", + "attribute": "مجوهرات اليد" + }, + { + "displayName": "staff", + "langName": "العصا السحرية", + "object": "مُكَمِّلات", + "attribute": "مجوهرات اليد" + }, + { + "displayName": "holding a golden staff", + "langName": "الصولجان الذهبي", + "object": "مُكَمِّلات", + "attribute": "مجوهرات اليد" + }, + { + "displayName": "cuffs", + "langName": "حبوب منع الحمل", + "object": "مُكَمِّلات", + "attribute": "مجوهرات اليد" + }, + { + "displayName": "handcuffs", + "langName": "أصفاد الشرطة", + "object": "مُكَمِّلات", + "attribute": "مجوهرات اليد" + }, + { + "displayName": "revolver", + "langName": "مسدس", + "object": "مُكَمِّلات", + "attribute": "مجوهرات اليد" + }, + { + "displayName": "bandage", + "langName": "ضمادة", + "object": "مُكَمِّلات", + "attribute": "مجوهرات اليد" + }, + { + "displayName": "leash", + "langName": "حزام", + "object": "مُكَمِّلات", + "attribute": "مجوهرات اليد" + }, + { + "displayName": "arm_tattoo", + "langName": "وشم الذراع", + "object": "مُكَمِّلات", + "attribute": "مجوهرات اليد" + }, + { + "displayName": "number_tattoo", + "langName": "الوشم الرقمي", + "object": "مُكَمِّلات", + "attribute": "مجوهرات اليد" + }, + { + "displayName": "bead_bracelet", + "langName": "سوار حبة", + "object": "مُكَمِّلات", + "attribute": "مجوهرات اليد" + }, + { + "displayName": "flower_bracelet", + "langName": "سوار زهرة", + "object": "مُكَمِّلات", + "attribute": "مجوهرات اليد" + }, + { + "displayName": "spiked_bracelet", + "langName": "سوار مرصع", + "object": "مُكَمِّلات", + "attribute": "مجوهرات اليد" + }, + { + "displayName": "wrist_cuffs", + "langName": "أصفاد المعصم منفصلة عن الأكمام", + "object": "مُكَمِّلات", + "attribute": "مجوهرات اليد" + }, + { + "displayName": "wristband", + "langName": "معصمه", + "object": "مُكَمِّلات", + "attribute": "مجوهرات اليد" + }, + { + "displayName": "bracer", + "langName": "أقواس المعصم", + "object": "مُكَمِّلات", + "attribute": "مجوهرات اليد" + }, + { + "displayName": "bound_wrists", + "langName": "معصم ملزم", + "object": "مُكَمِّلات", + "attribute": "مجوهرات اليد" + }, + { + "displayName": "wrist_scrunchie", + "langName": "ربطات شعر المعصم", + "object": "مُكَمِّلات", + "attribute": "مجوهرات اليد" + }, + { + "displayName": "shackles", + "langName": "أصفاد", + "object": "مُكَمِّلات", + "attribute": "مجوهرات اليد" + }, + { + "displayName": "chains", + "langName": "سلسلة", + "object": "مُكَمِّلات", + "attribute": "مجوهرات اليد" + }, + { + "displayName": "chain_leash", + "langName": "سلسلة مع المقود", + "object": "مُكَمِّلات", + "attribute": "مجوهرات اليد" + }, + { + "displayName": "gloves", + "langName": "قفازات", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "gloves_removed", + "langName": "خلع القفازات", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "no_gloves", + "langName": "إزالة القفازات (الموجودة).", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "single_glove", + "langName": "قفاز واحد", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "single_elbow_glove", + "langName": "ارتداء قفاز بطول المرفق في يد واحدة", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "long_gloves", + "langName": "قفازات طويلة", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "elbow_gloves", + "langName": "قفازات طويلة الأكمام (قفازات الكوع)", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "bridal_gauntlets", + "langName": "قفازات الزفاف", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "half_gloves", + "langName": "قفازات قصيرة جدا | نصف قفازات", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "fingerless_gloves", + "langName": "قفازات بدون أصابع", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "partially_fingerless_gloves", + "langName": "قفازات جزئية بدون أصابع", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "paw_gloves", + "langName": "قفازات المخلب (قفازات الاصبع)", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "mittens", + "langName": "القفازات (قفازات ذات إصبعين)", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "baseball_mitt", + "langName": "قفاز البيسبول", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "fur-trimmed_gloves", + "langName": "قفازات الحافة الخام", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "latex_gloves", + "langName": "قفازات اللاتكس", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "lace-trimmed_gloves", + "langName": "قفازات الدانتيل", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "wears a pair of white lace gloves", + "langName": "قفازات الدانتيل الأبيض", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "leather_gloves", + "langName": "قفازات جلدية", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "frilled_gloves", + "langName": "قفازات الدانتيل", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "mismatched_gloves", + "langName": "قفازات بلونين", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "multicolored_gloves", + "langName": "قفازات متعددة الألوان", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "asymmetrical_gloves", + "langName": "قفازات غير متكافئة", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "brown_gloves", + "langName": "قفازات بنية", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "oven_mitts", + "langName": "قفازات معزولة", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "print_gloves", + "langName": "قفازات مطبوعة", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "striped_gloves", + "langName": "قفازات مخططة", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "torn_gloves", + "langName": "القفازات التالفة", + "object": "مُكَمِّلات", + "attribute": "قفازات" + }, + { + "displayName": "wedding_band", + "langName": "خاتم الزواج", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "crystal", + "langName": "كريستال", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "gem", + "langName": "جوهرة", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "chest_jewel", + "langName": "جوهرة الصدر", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "forehead_jewel", + "langName": "جوهرة الجبين", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "tassel", + "langName": "شرابة", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "belly_chain", + "langName": "سلسلة البطن", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "ribbon", + "langName": "الشريط", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "stitches", + "langName": "طبقات", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "bandaid", + "langName": "إسعافات أولية", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "collar", + "langName": "طوق", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "steam", + "langName": "بخار", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "bell", + "langName": "جرس", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "amulet", + "langName": "تميمة", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "emblem", + "langName": "شارة", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "anchor_symbol", + "langName": "رمز المرساة", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "cross", + "langName": "يعبر", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "diffraction_spikes", + "langName": "صليب الحيود", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "iron_cross", + "langName": "الصليب الحديدي", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "latin_cross", + "langName": "الصليب اللاتيني", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "st._gloriana's_(emblem)", + "langName": "شعار مدرسة مدرسة سانت جلوريا آنا للبنات", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "heart_lock_(kantai_collection)", + "langName": "قفل فتاة السفينة (السفينة ج)", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "joints", + "langName": "مشترك", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "kneepits", + "langName": "ركبة", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "knee_pads", + "langName": "منصات الركبة", + "object": "مُكَمِّلات", + "attribute": "زخرفة صغيرة" + }, + { + "displayName": "bracelet", + "langName": "إسورة", + "object": "مُكَمِّلات", + "attribute": "مجوهرات" + }, + { + "displayName": "choker", + "langName": "طوق", + "object": "مُكَمِّلات", + "attribute": "مجوهرات" + }, + { + "displayName": "metal collar", + "langName": "طوق معدني", + "object": "مُكَمِّلات", + "attribute": "مجوهرات" + }, + { + "displayName": "ring", + "langName": "جرس", + "object": "مُكَمِّلات", + "attribute": "مجوهرات" + }, + { + "displayName": "pendant", + "langName": "قلادة", + "object": "مُكَمِّلات", + "attribute": "مجوهرات" + }, + { + "displayName": "brooch", + "langName": "بروش", + "object": "مُكَمِّلات", + "attribute": "مجوهرات" + }, + { + "displayName": "bangle", + "langName": "إسورة", + "object": "مُكَمِّلات", + "attribute": "مجوهرات" + }, + { + "displayName": "sunburst", + "langName": "مجوهرات أمة الله", + "object": "مُكَمِّلات", + "attribute": "مجوهرات" + }, + { + "displayName": "pearl bracelet", + "langName": "سوار اللؤلؤ", + "object": "مُكَمِّلات", + "attribute": "مجوهرات" + }, + { + "displayName": "drop earrings", + "langName": "حلق", + "object": "مُكَمِّلات", + "attribute": "مجوهرات" + }, + { + "displayName": "puppet rings", + "langName": "حلقة دمية", + "object": "مُكَمِّلات", + "attribute": "مجوهرات" + }, + { + "displayName": "corsage", + "langName": "الصدار", + "object": "مُكَمِّلات", + "attribute": "مجوهرات" + }, + { + "displayName": "sapphire brooch", + "langName": "بروش الياقوت", + "object": "مُكَمِّلات", + "attribute": "مجوهرات" + }, + { + "displayName": "jewelry", + "langName": "مجوهرات", + "object": "مُكَمِّلات", + "attribute": "مجوهرات" + }, + { + "displayName": "necklace", + "langName": "قلادة", + "object": "مُكَمِّلات", + "attribute": "مجوهرات" + }, + { + "displayName": "stud_earrings", + "langName": "الأقراط", + "object": "مُكَمِّلات", + "attribute": "مجوهرات" + }, + { + "displayName": "belt", + "langName": "حزام", + "object": "مُكَمِّلات", + "attribute": "مُكَمِّلات" + }, + { + "displayName": "fanny pack", + "langName": "حزمة فاني", + "object": "مُكَمِّلات", + "attribute": "مُكَمِّلات" + }, + { + "displayName": "girdling", + "langName": "حزام", + "object": "مُكَمِّلات", + "attribute": "مُكَمِّلات" + }, + { + "displayName": "handbag", + "langName": "حقيبة يد", + "object": "مُكَمِّلات", + "attribute": "مُكَمِّلات" + }, + { + "displayName": "cross-body bag", + "langName": "حقيبة كروس", + "object": "مُكَمِّلات", + "attribute": "مُكَمِّلات" + }, + { + "displayName": "One shoulder bag", + "langName": "حقيبة الكتف", + "object": "مُكَمِّلات", + "attribute": "مُكَمِّلات" + }, + { + "displayName": "Canvas bag", + "langName": "حقيبة قماش", + "object": "مُكَمِّلات", + "attribute": "مُكَمِّلات" + }, + { + "displayName": "veils", + "langName": "حجاب", + "object": "مُكَمِّلات", + "attribute": "مُكَمِّلات" + }, + { + "displayName": "antiseptic mask", + "langName": "قناع وجه", + "object": "مُكَمِّلات", + "attribute": "مُكَمِّلات" + }, + { + "displayName": "transparent_background", + "langName": "خلفية شفافة", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "white_background", + "langName": "خلفية بيضاء", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "black_background", + "langName": "خلفية سوداء", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "grey_background", + "langName": "خلفية رمادية", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "tan_background", + "langName": "خلفية بني داكن", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "beige_background", + "langName": "خلفية بيج", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "brown_background", + "langName": "خلفية بنية", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "two-tone_background", + "langName": "الخلفية الثنائية", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "multicolored_background", + "langName": "خلفية ملونة", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "rainbow_background", + "langName": "خلفية قوس قزح", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "blurry_foreground", + "langName": "المقدمة غير واضحة", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "gradient_background", + "langName": "خلفية متدرجة", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "abstract_background", + "langName": "خلفية مجردة", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "argyle_background", + "langName": "خلفية المعين", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "checkered_background", + "langName": "خلفية متقلب", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "floral_background", + "langName": "الخلفية مزينة بالزهور", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "foral_background", + "langName": "خلفية زخرفية نمط الأزهار", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "striped_background", + "langName": "خلفية البقع المستديرة", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "cyberpunk", + "langName": "cyberpunk", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "scenery", + "langName": "منظر جمالي", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "city_lights", + "langName": "خلفية أضواء المدينة", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "starry_background", + "langName": "خلفية السماء المرصعة بالنجوم", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "sparkle_background", + "langName": "خلفية النجوم المتلألئة", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "bubble_background", + "langName": "خلفية الفقاعات", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "clock_background", + "langName": "خلفية الساعة", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "halftone_background", + "langName": "خلفية نمط النقطة", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "heart_background", + "langName": "خلفية الخوخ", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "honeycomb_background", + "langName": "خلفية نمط قرص العسل", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "plaid_background", + "langName": "خلفية الترتان", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "simple_background", + "langName": "خلفية بسيطة", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "ban", + "langName": "الخيال التكنولوجي", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "crop_top_overhang", + "langName": "المحاصيل الأعلى المتراكمة", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "viewfinder", + "langName": "عدسة الكاميرا", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "rounded_corners", + "langName": "تحتوي الخلفية أو الإطار على زوايا مستديرة", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "border", + "langName": "إطار", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "outside_border", + "langName": "جزء من اللوحة يقع خارج إطار الخلفية", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "pillarboxed", + "langName": "خلفية قماش عمودي", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "windowboxed", + "langName": "مجموعة من إطارات الصور (الخلفية)", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "flashback", + "langName": "مشهد التذكير", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "background_text", + "langName": "نص الخلفية", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "wall_of_text", + "langName": "خلفية النص", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "blurred background", + "langName": "خلفية غير واضحة", + "object": "بيئة", + "attribute": "خلفية" + }, + { + "displayName": "in spring", + "langName": "ربيع", + "object": "بيئة", + "attribute": "موسم" + }, + { + "displayName": "in summer", + "langName": "صيف", + "object": "بيئة", + "attribute": "موسم" + }, + { + "displayName": "in autumn", + "langName": "خريف", + "object": "بيئة", + "attribute": "موسم" + }, + { + "displayName": "in winter", + "langName": "شتاء", + "object": "بيئة", + "attribute": "موسم" + }, + { + "displayName": "(autumn maple forest:1.3),(very few fallen leaves),(path)", + "langName": "مشهد الخريف", + "object": "بيئة", + "attribute": "موسم" + }, + { + "displayName": "day", + "langName": "خلال النهار", + "object": "بيئة", + "attribute": "طقس" + }, + { + "displayName": "dusk", + "langName": "الغسق", + "object": "بيئة", + "attribute": "طقس" + }, + { + "displayName": "night", + "langName": "ليلة", + "object": "بيئة", + "attribute": "طقس" + }, + { + "displayName": "rain", + "langName": "مطر", + "object": "بيئة", + "attribute": "طقس" + }, + { + "displayName": "snow,ice", + "langName": "الجليد والثلج", + "object": "بيئة", + "attribute": "طقس" + }, + { + "displayName": "snowflakes", + "langName": "ندفة الثلج", + "object": "بيئة", + "attribute": "طقس" + }, + { + "displayName": "lighting", + "langName": "البرق", + "object": "بيئة", + "attribute": "طقس" + }, + { + "displayName": "rainbow", + "langName": "قوس قزح", + "object": "بيئة", + "attribute": "طقس" + }, + { + "displayName": "meteor shower", + "langName": "دش نيزك", + "object": "بيئة", + "attribute": "طقس" + }, + { + "displayName": "cloudy", + "langName": "غائم جزئيا", + "object": "بيئة", + "attribute": "طقس" + }, + { + "displayName": "rainy days", + "langName": "مطر", + "object": "بيئة", + "attribute": "طقس" + }, + { + "displayName": "in the rain", + "langName": "في المطر", + "object": "بيئة", + "attribute": "طقس" + }, + { + "displayName": "shooting star", + "langName": "نيزك", + "object": "بيئة", + "attribute": "طقس" + }, + { + "displayName": "smooth fog", + "langName": "ضباب ناعم", + "object": "بيئة", + "attribute": "طقس" + }, + { + "displayName": "thunderstorms", + "langName": "عاصفة", + "object": "بيئة", + "attribute": "طقس" + }, + { + "displayName": "stormy ocean", + "langName": "بحر عاصف", + "object": "بيئة", + "attribute": "طقس" + }, + { + "displayName": "ocean backdrop", + "langName": "خلفية المحيط", + "object": "بيئة", + "attribute": "طقس" + }, + { + "displayName": "lightning", + "langName": "البرق", + "object": "بيئة", + "attribute": "طقس" + }, + { + "displayName": "beautiful detailed sky, beautiful detailed water", + "langName": "الطقس الجيد والمياه الجيدة", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "beautiful purple sunset at beach", + "langName": "غروب الشمس عن طريق البحر", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "mountain", + "langName": "الجبال", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "hills", + "langName": "التلال", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "on a hill", + "langName": "جبل", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "the top of the hill", + "langName": "قمة الجبل", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "forest", + "langName": "غابة", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "grove", + "langName": "غابة", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "bamboo forest", + "langName": "غابة الخيزران", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "Dreamy forest", + "langName": "غابة الأحلام (إحساس غير واقعي. جزيئات الضوء الهادئة)", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "savanna", + "langName": "مرج", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "plateau", + "langName": "هضبة", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "valley", + "langName": "وادي", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "canyon", + "langName": "الوادي", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "cliff", + "langName": "جرف", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "oasis", + "langName": "واحة", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "wasteland", + "langName": "أرض قاحلة", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "glacier", + "langName": "نهر جليدي", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "volcano", + "langName": "بركان", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "waterfall", + "langName": "يسقط", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "stream", + "langName": "تدفق", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "river", + "langName": "نهر", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "lake", + "langName": "بحيرة", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "ocean", + "langName": "محيط", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "sea", + "langName": "بحر", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "beach", + "langName": "شاطئ البحر", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "on the beach", + "langName": "شاطئ", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "over the sea", + "langName": "شاطئ البحر", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "waves", + "langName": "موجة", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "seaweed", + "langName": "أعشاب بحرية", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "underwater", + "langName": "في الماء", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "floating island", + "langName": "جزيرة عائمة", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "flowers meadows", + "langName": "مرج منمق", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "flower field", + "langName": "حقل الزهرة", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "flower sea", + "langName": "بحر الزهور", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "rose petals", + "langName": "بتلات الورد", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "falling petals", + "langName": "الزهور المتساقطة", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "in a meadow", + "langName": "المراعي", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "field", + "langName": "ريفي", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "wheat field", + "langName": "حقل القمح", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "rice paddy", + "langName": "الأرز", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "onsen", + "langName": "سبا", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "dripping", + "langName": "يقطر الماء", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "swirl", + "langName": "دوامة", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "ripples", + "langName": "تموج", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "Alps", + "langName": "جبال الألب", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "on a desert", + "langName": "صحراء", + "object": "بيئة", + "attribute": "طبيعة" + }, + { + "displayName": "sky", + "langName": "سماء", + "object": "بيئة", + "attribute": "سماء" + }, + { + "displayName": "gradient_sky", + "langName": "السماء المائلة", + "object": "بيئة", + "attribute": "سماء" + }, + { + "displayName": "sunset", + "langName": "غروب", + "object": "بيئة", + "attribute": "سماء" + }, + { + "displayName": "night_sky", + "langName": "سماء الليل", + "object": "بيئة", + "attribute": "سماء" + }, + { + "displayName": "starry_sky", + "langName": "السماء المرصعة بالنجوم", + "object": "بيئة", + "attribute": "سماء" + }, + { + "displayName": "star_(sky)", + "langName": "النجوم (في السماء)", + "object": "بيئة", + "attribute": "سماء" + }, + { + "displayName": "star_trail", + "langName": "مسارات النجوم", + "object": "بيئة", + "attribute": "سماء" + }, + { + "displayName": "moon", + "langName": "قمر", + "object": "بيئة", + "attribute": "سماء" + }, + { + "displayName": "crescent", + "langName": "الهلال", + "object": "بيئة", + "attribute": "سماء" + }, + { + "displayName": "crescent_moon", + "langName": "القمر الجديد", + "object": "بيئة", + "attribute": "سماء" + }, + { + "displayName": "full_moon", + "langName": "اكتمال القمر", + "object": "بيئة", + "attribute": "سماء" + }, + { + "displayName": "moonlight", + "langName": "ضوء القمر", + "object": "بيئة", + "attribute": "سماء" + }, + { + "displayName": "scarlet_moon", + "langName": "القمر القرمزي", + "object": "بيئة", + "attribute": "سماء" + }, + { + "displayName": "hyper_galaxy", + "langName": "سوبر جالاكسي", + "object": "بيئة", + "attribute": "سماء" + }, + { + "displayName": "universe", + "langName": "الكون", + "object": "بيئة", + "attribute": "سماء" + }, + { + "displayName": "space", + "langName": "فضاء", + "object": "بيئة", + "attribute": "سماء" + }, + { + "displayName": "planet", + "langName": "كوكب", + "object": "بيئة", + "attribute": "سماء" + }, + { + "displayName": "from_space_station", + "langName": "محطة فضائية", + "object": "بيئة", + "attribute": "سماء" + }, + { + "displayName": "satellite", + "langName": "قمر صناعي", + "object": "بيئة", + "attribute": "سماء" + }, + { + "displayName": "lunar", + "langName": "قمري، _lunar؛", + "object": "بيئة", + "attribute": "سماء" + }, + { + "displayName": "cirrus", + "langName": "المعلاق", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "cirrocumulus", + "langName": "السحب سمحاقية ركامية", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "cirrostratus", + "langName": "سمحاقية طبقية", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "altocumulus", + "langName": "نوع الركام المتوسط", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "altostratus", + "langName": "السحب الطبقية", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "stratus", + "langName": "ستراتوس", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "stratocumulus", + "langName": "طبقية ركامية", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "cumulus", + "langName": "الركام", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "cumulonimbus", + "langName": "مزن ركامي", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "Nimbostratus", + "langName": "الرَّهق المزني", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "cirrus_fibratus", + "langName": "سحابة سيروس", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "cirrus_uncinus", + "langName": "سحابة سيروس", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "cirrus_spissatus", + "langName": "سمحاق كثيف", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "cirrus_floccus", + "langName": "السحب الرقيقة", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "cirrus_castellanus", + "langName": "فورت سيروس", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "cirrus_intortus", + "langName": "الغيوم الفوضوية", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "cirrocumulus_stratiformis", + "langName": "طبقية ركامية", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "cirrocumulus_floccus", + "langName": "سمحاق ركامي ندفي", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "cirrocumulus_castellanus", + "langName": "سمحاق ركامي كاستيلوس", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "cirrocumulus_lacunosus", + "langName": "سمحاق ركامي شبكي", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "cirrostratus_fibratus", + "langName": "سمحاقية طبقية", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "cirrostratus_nebulosus", + "langName": "سمحاقية طبقية", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "altocumulus_strataformis", + "langName": "السحب الركامية الطبقية", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "altocumulus_lenticularis", + "langName": "السحب الركامية العدسية", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "altocumulus_castellanus", + "langName": "حصن الركام المتوسط", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "altocumulus_floccus", + "langName": "السحب الركامية الركامية الندفية", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "altocumulus_lacunosus", + "langName": "الركام الشبكي", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "altostratus_undulatus", + "langName": "السحب الطبقية المتموجة", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "altostratus_duplicates", + "langName": "السحابة الطبقية المركبة", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "altostratus_pannus", + "langName": "طبقية عالية مجزأة", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "altostratus_translucidus", + "langName": "السحب الطبقية", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "altostratus_opacus", + "langName": "حجب السحب الطبقية العالية", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "altostratus_radiatus", + "langName": "السحب الطبقية الشعاعية", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "altostratus_mammatus", + "langName": "السحب الطبقية الثدييات", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "stratus_fractus", + "langName": "السحب الطبقية", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "stratus_nebulosus", + "langName": "غيوم طبقة الضباب", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "stratus_undulatus", + "langName": "طبقية موجية", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "stratocumulus_stratiformis", + "langName": "السحب الطبقية الركامية", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "stratocumulus_cumulogentis", + "langName": "الركام الطبقي", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "stratocumulus_castellanus", + "langName": "السحب الطبقية الركامية القلاعية", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "stratocumulus_lenticularis", + "langName": "السحب الطبقية الركامية العدسية", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "stratocumulus_lacunosus", + "langName": "طبقية ركامية ندفية", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "cumulus_humilis", + "langName": "السحب الركامية", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "cumulus_mediocris", + "langName": "السحب المتوسطة", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "cumulus_congestus", + "langName": "الركام المتجمع", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "cumulus_fractus", + "langName": "السحب الركامية", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "cumulonimbus_calvus", + "langName": "أصلع ركامي", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "cumulonimbus_capillatus", + "langName": "عرف المزن الركامي", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "cumulonimbus_incus", + "langName": "سندان ركامي", + "object": "بيئة", + "attribute": "سحاب" + }, + { + "displayName": "outdoors", + "langName": "في الهواء الطلق", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "castle", + "langName": "قلعة", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "cyberpunk city", + "langName": "مدينة السايبربانك", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "Bustling city", + "langName": "مدينة صاخبة", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "neon lights", + "langName": "أضواء النيون", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "street lamp", + "langName": "مصباح الشارع", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "skyscraper", + "langName": "ناطحة سحاب", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "building", + "langName": "بنيان", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "gothic architecture", + "langName": "العمارة القوطية", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "chinese style architecture", + "langName": "الهندسة المعمارية ذات الطراز القديم", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "Industrial wind, Chinese architecture", + "langName": "المباني القديمة الصناعية", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "church", + "langName": "كنيسة", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "cathedral", + "langName": "كاتدرائية", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "mosque", + "langName": "مسجد", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "torii", + "langName": "توري", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "gohei", + "langName": "مزار", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "temple", + "langName": "معبد", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "ruins", + "langName": "بقايا", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "remains", + "langName": "حطام", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "fountain", + "langName": "نافورة", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "park", + "langName": "حديقة", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "treehouse", + "langName": "بيت الشجرة", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "botanical garden", + "langName": "حديقة نباتية", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "grave", + "langName": "خطير", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "graveyard", + "langName": "مقبرة", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "tombstone", + "langName": "شاهد القبر", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "monolith", + "langName": "كائن حجري ضخم", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "rappelling", + "langName": "التسوية (معلقة)", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "harbor", + "langName": "ميناء", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "bridge", + "langName": "كوبري", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "railroad tracks", + "langName": "السكك الحديدية", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "railroad", + "langName": "السكك الحديدية", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "railway", + "langName": "السكك الحديدية", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "train station", + "langName": "محطة القطار", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "bus stop", + "langName": "محطة الحافلات", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "phone booth", + "langName": "كشك الهاتف", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "tunnel", + "langName": "نفق", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "airport", + "langName": "مطار", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "ferris wheel", + "langName": "عجلة فيريس", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "carousel", + "langName": "دائري", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "waterpark", + "langName": "حديقة مائية", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "stadium", + "langName": "ملعب", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "arena", + "langName": "الساحة", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "Auditorium", + "langName": "قاعة", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "concert", + "langName": "حفلة موسيقية", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "market stall", + "langName": "كشك السوق", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "shop", + "langName": "محل", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "restaurant", + "langName": "مطعم", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "bakery", + "langName": "مخبز", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "convenience store", + "langName": "متجر صغير", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "supermarket", + "langName": "سوبر ماركت", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "pharmacy", + "langName": "صيدلية", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "bar", + "langName": "حاجِز", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "izakaya", + "langName": "إيزاكايا", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "cafe", + "langName": "المقاهي", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "coffee house", + "langName": "المقاهي", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "Trapeze", + "langName": "شماعات؛ يتأرجح", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "bowling alley", + "langName": "صالة البولينغ", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "gym", + "langName": "نادي رياضي", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "library", + "langName": "مكتبة", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "art gallery", + "langName": "معرض فني", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "museum", + "langName": "متحف", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "planetarium", + "langName": "القبة السماوية", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "swimming pool", + "langName": "حمام السباحة", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "zoo", + "langName": "حديقة الحيوان", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "aquarium", + "langName": "حوض السمك", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "laboratory", + "langName": "معمل", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "prison", + "langName": "سجن", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "engine room", + "langName": "غرفة المحرك", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "warehouse", + "langName": "مخزن", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "workshop", + "langName": "ورشة عمل", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "courtroom", + "langName": "محكمة", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "theater", + "langName": "مسرح", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "movie theater", + "langName": "سينما", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "billiard", + "langName": "طاولة بلياردو", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "casino", + "langName": "كازينو", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "playground", + "langName": "ملعب", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "greco-roman architectur", + "langName": "العمارة الرومانية الغربية", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "in the romanesque architecture streets", + "langName": "الشوارع الرومانية", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "handrail", + "langName": "حديدي", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "shanty town/slum", + "langName": "الأحياء الفقيرة", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "modern,Europe", + "langName": "العمارة الأوروبية الحديثة", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "building_ruins", + "langName": "أنقاض البناء", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "amusement_park", + "langName": "حديقة الملاهي", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "Disney_land", + "langName": "ديزني لاند", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "wrestling_ring", + "langName": "حلقة المصارعة", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "Japanese_hotel", + "langName": "فندق اليابان", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "jail_bars", + "langName": "شريط السجن", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "in_the_movie_theatre", + "langName": "في السينما", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "architecture", + "langName": "بنيان", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "magnificent_architecture", + "langName": "بنيان", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "east_asian_architecture", + "langName": "الهندسة المعمارية في شرق آسيا", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "chinese_style_loft", + "langName": "دور علوي على الطراز الصيني", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "traditional_chinese_room", + "langName": "غرفة على الطراز الصيني التقليدي", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "turret", + "langName": "برج", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "tower", + "langName": "برج", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "at the lighthouse", + "langName": "منارة", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "reservoir", + "langName": "خزان", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "under_bridge", + "langName": "تحت الجسر", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "rubble_ruins", + "langName": "ركام | أطلال", + "object": "بيئة", + "attribute": "في الهواء الطلق" + }, + { + "displayName": "city", + "langName": "مدينة", + "object": "بيئة", + "attribute": "مدينة" + }, + { + "displayName": "downtown", + "langName": "وسط المدينة", + "object": "بيئة", + "attribute": "مدينة" + }, + { + "displayName": "cityscape", + "langName": "سيتي سكيب", + "object": "بيئة", + "attribute": "مدينة" + }, + { + "displayName": "in_main_street", + "langName": "شارع", + "object": "بيئة", + "attribute": "مدينة" + }, + { + "displayName": "Intersection", + "langName": "تقاطع", + "object": "بيئة", + "attribute": "مدينة" + }, + { + "displayName": "street", + "langName": "شارع", + "object": "بيئة", + "attribute": "مدينة" + }, + { + "displayName": "avenue", + "langName": "الشارع الرئيسي", + "object": "بيئة", + "attribute": "مدينة" + }, + { + "displayName": "alley", + "langName": "زقاق", + "object": "بيئة", + "attribute": "مدينة" + }, + { + "displayName": "crowd", + "langName": "حشد", + "object": "بيئة", + "attribute": "مدينة" + }, + { + "displayName": "road", + "langName": "طريق", + "object": "بيئة", + "attribute": "مدينة" + }, + { + "displayName": "path", + "langName": "طريق", + "object": "بيئة", + "attribute": "مدينة" + }, + { + "displayName": "pavement", + "langName": "الرصيف", + "object": "بيئة", + "attribute": "مدينة" + }, + { + "displayName": "road_sign", + "langName": "علامة الطريق", + "object": "بيئة", + "attribute": "مدينة" + }, + { + "displayName": "traffic_cone", + "langName": "حاجز", + "object": "بيئة", + "attribute": "مدينة" + }, + { + "displayName": "lamppost", + "langName": "مصباح الشارع", + "object": "بيئة", + "attribute": "مدينة" + }, + { + "displayName": "fence", + "langName": "سور", + "object": "بيئة", + "attribute": "مدينة" + }, + { + "displayName": "railing", + "langName": "حديدي", + "object": "بيئة", + "attribute": "مدينة" + }, + { + "displayName": "bench", + "langName": "مقعد", + "object": "بيئة", + "attribute": "مدينة" + }, + { + "displayName": "lawn", + "langName": "العشب", + "object": "بيئة", + "attribute": "مدينة" + }, + { + "displayName": "vending_machine", + "langName": "آلة البيع", + "object": "بيئة", + "attribute": "مدينة" + }, + { + "displayName": "indoor", + "langName": "داخلي", + "object": "بيئة", + "attribute": "داخلي" + }, + { + "displayName": "bedroom", + "langName": "غرفة نوم", + "object": "بيئة", + "attribute": "داخلي" + }, + { + "displayName": "classroom", + "langName": "الفصول الدراسية", + "object": "بيئة", + "attribute": "داخلي" + }, + { + "displayName": "clubroom", + "langName": "club", + "object": "بيئة", + "attribute": "داخلي" + }, + { + "displayName": "dark nightclub background", + "langName": "خلفية ملهى ليلي قاتمة", + "object": "بيئة", + "attribute": "داخلي" + }, + { + "displayName": "dormitory", + "langName": "المهجع", + "object": "بيئة", + "attribute": "داخلي" + }, + { + "displayName": "cafeteria", + "langName": "كافتيريا", + "object": "بيئة", + "attribute": "داخلي" + }, + { + "displayName": "kitchen", + "langName": "مطبخ", + "object": "بيئة", + "attribute": "داخلي" + }, + { + "displayName": "toilet stall", + "langName": "حجرة المرحاض", + "object": "بيئة", + "attribute": "داخلي" + }, + { + "displayName": "infirmary", + "langName": "المستوصف", + "object": "بيئة", + "attribute": "داخلي" + }, + { + "displayName": "art room", + "langName": "غرفة الفن", + "object": "بيئة", + "attribute": "داخلي" + }, + { + "displayName": "greenhouse", + "langName": "دفيئة", + "object": "بيئة", + "attribute": "داخلي" + }, + { + "displayName": "basement", + "langName": "الطابق السفلي", + "object": "بيئة", + "attribute": "داخلي" + }, + { + "displayName": "server room", + "langName": "غرفة الخادم", + "object": "بيئة", + "attribute": "داخلي" + }, + { + "displayName": "electrical room", + "langName": "غرفة التوزيع", + "object": "بيئة", + "attribute": "داخلي" + }, + { + "displayName": "dungeon", + "langName": "الطابق السفلي", + "object": "بيئة", + "attribute": "داخلي" + }, + { + "displayName": "otaku room", + "langName": "غرفة أوتاكو", + "object": "بيئة", + "attribute": "داخلي" + }, + { + "displayName": "stage", + "langName": "منصة", + "object": "بيئة", + "attribute": "داخلي" + }, + { + "displayName": "bathing", + "langName": "حمام", + "object": "بيئة", + "attribute": "داخلي" + }, + { + "displayName": "stairs", + "langName": "سلالم", + "object": "بيئة", + "attribute": "داخلي" + }, + { + "displayName": "palace", + "langName": "قصر", + "object": "بيئة", + "attribute": "داخلي" + }, + { + "displayName": "bed", + "langName": "سرير", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "wardrobe", + "langName": "خزانة الملابس", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "desk lamp", + "langName": "مصباح مكتبي", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "couch", + "langName": "أريكة", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "tatami", + "langName": "حصير", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "kotatsu", + "langName": "كوتاتسو", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "fireplace", + "langName": "مدفأة", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "table", + "langName": "طاولة", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "school_desk", + "langName": "مكتب", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "chair", + "langName": "كرسي", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "armchair", + "langName": "كرسي بذراعين", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "lounge_chair", + "langName": "كرسي صالة", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "beach_chair", + "langName": "كرسي الشاطئ", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "folding_chair", + "langName": "كرسي قابل للطي", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "office_chair", + "langName": "كرسي مكتب", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "wheelchair", + "langName": "كرسي متحرك", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "invisible_chair", + "langName": "كرسي غير مرئي", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "window_", + "langName": "نافذة", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "sash", + "langName": "وشاح", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "curtains", + "langName": "ستارة", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "sliding_doors", + "langName": "باب جرار", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "door", + "langName": "باب", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "clothes_rack", + "langName": "شماعة معطف", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "air_conditioner", + "langName": "مكيف الهواء", + "object": "بيئة", + "attribute": "أثاث" + }, + { + "displayName": "mattress", + "langName": "فراش؛ فراش", + "object": "بيئة", + "attribute": "الفراش" + }, + { + "displayName": "bed_sheet", + "langName": "ملزمة", + "object": "بيئة", + "attribute": "الفراش" + }, + { + "displayName": "futon", + "langName": "فراش ياباني", + "object": "بيئة", + "attribute": "الفراش" + }, + { + "displayName": "pillow", + "langName": "وسادة", + "object": "بيئة", + "attribute": "الفراش" + }, + { + "displayName": "cushion", + "langName": "وسادة", + "object": "بيئة", + "attribute": "الفراش" + }, + { + "displayName": "dumpling_Hug_Pillow", + "langName": "وسادة زلابية", + "object": "بيئة", + "attribute": "الفراش" + }, + { + "displayName": "pillow_hug", + "langName": "وسادة", + "object": "بيئة", + "attribute": "الفراش" + }, + { + "displayName": "yes-no_pillow", + "langName": "نعم/لا وسادة", + "object": "بيئة", + "attribute": "الفراش" + }, + { + "displayName": "stuffed_animal", + "langName": "دمية أفخم", + "object": "بيئة", + "attribute": "الفراش" + }, + { + "displayName": "stuffed_bunny", + "langName": "أرنب محشو", + "object": "بيئة", + "attribute": "الفراش" + }, + { + "displayName": "carpet", + "langName": "سجادة", + "object": "بيئة", + "attribute": "الفراش" + }, + { + "displayName": "bathroom", + "langName": "حمام", + "object": "بيئة", + "attribute": "حمام" + }, + { + "displayName": "shower_head", + "langName": "رأس الدش", + "object": "بيئة", + "attribute": "حمام" + }, + { + "displayName": "toilet", + "langName": "مرحاض", + "object": "بيئة", + "attribute": "حمام" + }, + { + "displayName": "squat_toilet", + "langName": "مرحاض القرفصاء", + "object": "بيئة", + "attribute": "حمام" + }, + { + "displayName": "soap", + "langName": "صابون", + "object": "بيئة", + "attribute": "حمام" + }, + { + "displayName": "tiles", + "langName": "بلاط السيراميك", + "object": "بيئة", + "attribute": "حمام" + }, + { + "displayName": "rubber_duck", + "langName": "بطة مطاطية", + "object": "بيئة", + "attribute": "حمام" + }, + { + "displayName": "bathtub,", + "langName": "حوض", + "object": "بيئة", + "attribute": "حمام" + }, + { + "displayName": "new year", + "langName": "السنة الجديدة", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "year of the rabbit", + "langName": "سنة الارنب", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "valentine", + "langName": "عيد الحب", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "lantern festival", + "langName": "مهرجان الفوانيس", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "summer festival", + "langName": "مهرجان الصيف", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "tanabata", + "langName": "مهرجان تشيشي", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "mid-autumn festival", + "langName": "مهرجان منتصف الخريف", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "halloween", + "langName": "Halloween", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "christmas", + "langName": "عيد الميلاد", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "fireworks", + "langName": "ألعاب نارية", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "explosion", + "langName": "تنفجر", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "water vapor", + "langName": "بخار", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "liquid background, Sputtered water", + "langName": "الخلفية السائلة", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "in the ocean", + "langName": "غروب الشمس عن طريق البحر", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "magic circles", + "langName": "خاتم سحري", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "fluorescent mushroom forests background", + "langName": "غابة الفطر الفلورسنت", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "(((colorful bubble)))", + "langName": "فقاعات ملونة", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "golden hour lighting", + "langName": "إضاءة الساعة الذهبية", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "strong rim light", + "langName": "ضوء حافة قوي", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "against backlight at dusk", + "langName": "مساءًا وظهرك للشمس", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "intense shadows", + "langName": "ظل قوي", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "ceiling window", + "langName": "نوافذ ممتدة من الأرض حتى السقف", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "colourful glass", + "langName": "زجاج ملون", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "stain glass", + "langName": "زجاج ملون", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "Graffiti wall", + "langName": "جدار الكتابة على الجدران", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "mosaic background", + "langName": "خلفية الفسيفساء", + "object": "بيئة", + "attribute": "أَجواء" + }, + { + "displayName": "notebook", + "langName": "دفتر", + "object": "شيء", + "attribute": "اللوازم المدرسية" + }, + { + "displayName": "pencil", + "langName": "قلم رصاص", + "object": "شيء", + "attribute": "اللوازم المدرسية" + }, + { + "displayName": "paintbrush", + "langName": "فرشاة", + "object": "شيء", + "attribute": "اللوازم المدرسية" + }, + { + "displayName": "book", + "langName": "كتاب", + "object": "شيء", + "attribute": "اللوازم المدرسية" + }, + { + "displayName": "open_book", + "langName": "كتاب مفتوح", + "object": "شيء", + "attribute": "اللوازم المدرسية" + }, + { + "displayName": "book_stack", + "langName": "كومة من الكتب", + "object": "شيء", + "attribute": "اللوازم المدرسية" + }, + { + "displayName": "bookshelf", + "langName": "رف الكتب", + "object": "شيء", + "attribute": "اللوازم المدرسية" + }, + { + "displayName": "school_bag", + "langName": "الحقيبة المدرسية (حقيبة اليد)", + "object": "شيء", + "attribute": "اللوازم المدرسية" + }, + { + "displayName": "backpack", + "langName": "حقيبة الظهر", + "object": "شيء", + "attribute": "اللوازم المدرسية" + }, + { + "displayName": "computer", + "langName": "حاسوب", + "object": "شيء", + "attribute": "المعدات الرقمية" + }, + { + "displayName": "mouse", + "langName": "الماوس", + "object": "شيء", + "attribute": "المعدات الرقمية" + }, + { + "displayName": "cellphone", + "langName": "الهاتف الخلوي", + "object": "شيء", + "attribute": "المعدات الرقمية" + }, + { + "displayName": "Smartphones", + "langName": "الهاتف الذكي", + "object": "شيء", + "attribute": "المعدات الرقمية" + }, + { + "displayName": "nintendo_switch", + "langName": "نينتندو سويتش", + "object": "شيء", + "attribute": "المعدات الرقمية" + }, + { + "displayName": "handheld_game_console", + "langName": "وحدة تحكم الألعاب المحمولة", + "object": "شيء", + "attribute": "المعدات الرقمية" + }, + { + "displayName": "nintendo_3ds", + "langName": "نينتندو 3 دي إس", + "object": "شيء", + "attribute": "المعدات الرقمية" + }, + { + "displayName": "nintendo_ds", + "langName": "نينتندو دي إس", + "object": "شيء", + "attribute": "المعدات الرقمية" + }, + { + "displayName": "cable", + "langName": "كابل", + "object": "شيء", + "attribute": "المعدات الرقمية" + }, + { + "displayName": "power_lines", + "langName": "سلك الطاقة", + "object": "شيء", + "attribute": "المعدات الرقمية" + }, + { + "displayName": "buttons", + "langName": "زر", + "object": "شيء", + "attribute": "المعدات الرقمية" + }, + { + "displayName": "fork", + "langName": "شوكة", + "object": "شيء", + "attribute": "أدوات المائدة" + }, + { + "displayName": "spoon", + "langName": "ملعقة", + "object": "شيء", + "attribute": "أدوات المائدة" + }, + { + "displayName": "chopsticks", + "langName": "عيدان تناول الطعام", + "object": "شيء", + "attribute": "أدوات المائدة" + }, + { + "displayName": "ladle", + "langName": "مغرفة", + "object": "شيء", + "attribute": "أدوات المائدة" + }, + { + "displayName": "plate", + "langName": "طبق", + "object": "شيء", + "attribute": "أدوات المائدة" + }, + { + "displayName": "bowl", + "langName": "صَحن", + "object": "شيء", + "attribute": "أدوات المائدة" + }, + { + "displayName": "cup", + "langName": "كوب", + "object": "شيء", + "attribute": "أدوات المائدة" + }, + { + "displayName": "drinking_glass", + "langName": "كوب ماء", + "object": "شيء", + "attribute": "أدوات المائدة" + }, + { + "displayName": "tumbler", + "langName": "زجاج عادي", + "object": "شيء", + "attribute": "أدوات المائدة" + }, + { + "displayName": "beer_mug", + "langName": "قدح البيرة", + "object": "شيء", + "attribute": "أدوات المائدة" + }, + { + "displayName": "pot", + "langName": "وعاء", + "object": "شيء", + "attribute": "أدوات المائدة" + }, + { + "displayName": "teapot", + "langName": "إبريق الشاي", + "object": "شيء", + "attribute": "أدوات المائدة" + }, + { + "displayName": "tray", + "langName": "صينية", + "object": "شيء", + "attribute": "أدوات المائدة" + }, + { + "displayName": "soda_can", + "langName": "المشروبات المعلبة", + "object": "شيء", + "attribute": "أدوات المائدة" + }, + { + "displayName": "can", + "langName": "جرة", + "object": "شيء", + "attribute": "أدوات المائدة" + }, + { + "displayName": "candle", + "langName": "شمعة", + "object": "شيء", + "attribute": "أدوات المائدة" + }, + { + "displayName": "gift_box", + "langName": "علبة هدية", + "object": "شيء", + "attribute": "أدوات المائدة" + }, + { + "displayName": "heart-shaped_box", + "langName": "علبة هدية على شكل قلب", + "object": "شيء", + "attribute": "أدوات المائدة" + }, + { + "displayName": "music", + "langName": "موسيقى", + "object": "شيء", + "attribute": "آلة موسيقية" + }, + { + "displayName": "guitar", + "langName": "غيتار", + "object": "شيء", + "attribute": "آلة موسيقية" + }, + { + "displayName": "piano", + "langName": "بيانو", + "object": "شيء", + "attribute": "آلة موسيقية" + }, + { + "displayName": "cello", + "langName": "التشيلو", + "object": "شيء", + "attribute": "آلة موسيقية" + }, + { + "displayName": "playing_instrument", + "langName": "العزف على آلة موسيقية", + "object": "شيء", + "attribute": "آلة موسيقية" + }, + { + "displayName": "wind_chime", + "langName": "دقات الرياح", + "object": "شيء", + "attribute": "آلة موسيقية" + }, + { + "displayName": "Accordion", + "langName": "الأكورديون", + "object": "شيء", + "attribute": "آلة موسيقية" + }, + { + "displayName": "Saxophone", + "langName": "ساكسفون", + "object": "شيء", + "attribute": "آلة موسيقية" + }, + { + "displayName": "umbrella", + "langName": "مظلة", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "transparent_umbrella", + "langName": "مظلة شفافة", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "closed_umbrella", + "langName": "مظلة مغلقة", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "oil-paper_umbrella", + "langName": "مظلة من ورق الزيت", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "Parasol", + "langName": "مظلة", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "folding_fan", + "langName": "مروحة قابلة للطي", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "paper_fan", + "langName": "مروحة ورق", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "uchiwa", + "langName": "مروحة مستديرة", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "camera", + "langName": "آلة تصوير", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "lantern/lamp", + "langName": "فانوس", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "basket", + "langName": "سلة", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "bucket", + "langName": "دلو", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "pail", + "langName": "دلو", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "water_bottle", + "langName": "زجاجة ماء", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "lotion", + "langName": "واقي الشمس | غسول الجسم", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "lotion_bottle", + "langName": "زجاجة محلول", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "key", + "langName": "مفتاح", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "coin", + "langName": "عملة", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "money", + "langName": "مال", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "trading_card", + "langName": "بطاقات التداول", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "playing_card", + "langName": "أوراق اللعب", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "chess_piece", + "langName": "قطعة", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "ofuda", + "langName": "تعويذة", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "wand", + "langName": "العصا السحرية", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "magic", + "langName": "سحر", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "riding_crop", + "langName": "ركوب المحاصيل", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "whip", + "langName": "سوط", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "microphone", + "langName": "ميكروفون", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "sack", + "langName": "كيس", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "scales", + "langName": "المقاييس", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "trophy", + "langName": "غنيمة", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "molecule", + "langName": "جزيئي", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "diamond_(shape)", + "langName": "الماس (الشكل)", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "chibi_inset", + "langName": "التوضيح تشيبي", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "damaged", + "langName": "ضرر", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "gourd", + "langName": "القرع", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "mimikaki", + "langName": "اختيار الأذن", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "hammer", + "langName": "مطرقة", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "inlet", + "langName": "مدخل", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "stubble", + "langName": "قصبة", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "Cassette", + "langName": "شريط كاسيت", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "Lever", + "langName": "رافعة، رافعة", + "object": "شيء", + "attribute": "عناصر أخرى" + }, + { + "displayName": "weapon", + "langName": "الأسلحة", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "huge_weapon", + "langName": "أسلحة كبيرة الحجم", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "planted_weapon", + "langName": "الأسلحة المدرجة في الأرض", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "broken_weapon", + "langName": "سلاح مكسور", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "weapon_on_back", + "langName": "الأسلحة على الظهر", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "weapon_over_shoulder", + "langName": "سلاح الكتف", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "sword", + "langName": "سكين", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "planted_sword", + "langName": "سيف واقف", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "scabbard", + "langName": "غمد", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "katana", + "langName": "كاتانا", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "saber_(weapon)", + "langName": "صابر (سلاح)", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "dagger", + "langName": "خنجر", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "axe", + "langName": "الفأس", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "hatchet", + "langName": "الأحقاد", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "stake", + "langName": "يلزق", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "lance", + "langName": "حربة", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "trident", + "langName": "ترايدنت", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "bow_(weapon)", + "langName": "قَوس", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "arrow", + "langName": "سهم", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "scythe", + "langName": "المنجل", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "claw_(weapon)", + "langName": "مخلب (سلاح)", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "nose_hatchet", + "langName": "الأحقاد", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "gun", + "langName": "بندقية", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "handgun", + "langName": "مسدس", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "thompson_submachine_gun", + "langName": "طومسون مدفع رشاش", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "magazine_(weapon)", + "langName": "مجلة (سلاح)", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "dynamite", + "langName": "الديناميت الجلسرين", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "bomb", + "langName": "قنبلة", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "track missiles", + "langName": "صاروخ تتبع", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "cannon", + "langName": "مدفع", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "tank", + "langName": "صهريج", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "military_vehicle", + "langName": "المركبات العسكرية", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "motorcycle", + "langName": "دراجة نارية", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "car", + "langName": "سيارة", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "watercraft", + "langName": "سفينة", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "ship", + "langName": "سفينة", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "machine", + "langName": "ميكانيكية", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "machinery", + "langName": "الأسلحة الميكانيكية", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "mechanical_arms", + "langName": "الذراع الروبوتية", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "mechanization", + "langName": "الميكنة", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "robot_joints", + "langName": "المفصل الميكانيكي", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "variable_fighter", + "langName": "ماكينة ماكروس", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "sorcerer's_sutra_scroll", + "langName": "سوترا الشيطان", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "scissors", + "langName": "مقص", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "rifle,", + "langName": "بندقية", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "complex Trajectory", + "langName": "مخلفات الدرب", + "object": "شيء", + "attribute": "الأسلحة" + }, + { + "displayName": "food", + "langName": "طعام", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "makizushi", + "langName": "نوري رول سوشي", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "onigiri", + "langName": "كرات الأرز", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "obento", + "langName": "مريح", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "ramen", + "langName": "المعكرونة المسحوبة باليد", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "noodles", + "langName": "المعكرونة", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "tempura", + "langName": "تمبورا", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "wagashi", + "langName": "الحلويات اليابانية", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "dango", + "langName": "الزلابية", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "taiyaki", + "langName": "تاياكي", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "sweet_potato", + "langName": "البطاطا الحلوة", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "cake", + "langName": "كعكة", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "pancake", + "langName": "الكعك", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "sweets", + "langName": "حلوى", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "candy", + "langName": "حلوى", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "candy_apple", + "langName": "حلوى التفاح", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "candy_cane", + "langName": "مصاصة", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "cookie", + "langName": "بسكويت", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "cream", + "langName": "كريم", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "ice_cream", + "langName": "بوظة", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "doughnut", + "langName": "كعكة محلاة", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "pasties", + "langName": "فطيرة", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "sundae", + "langName": "مثلجات", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "burger", + "langName": "همبرغر", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "egg", + "langName": "بيضة", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "meat", + "langName": "لحمة", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "fruit", + "langName": "الفاكهة", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "apple", + "langName": "تفاحة", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "peach", + "langName": "خَوخ", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "aubergine", + "langName": "باذنجان", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "carrot", + "langName": "جزرة", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "chips", + "langName": "رقائق البطاطس", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "potato_chips", + "langName": "رقائق البطاطس", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "telstar", + "langName": "كرة القدم تلستار", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "jam", + "langName": "مربى", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "pocky", + "langName": "بوكي", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "food_stand", + "langName": "كشك الطعام", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "food_in_mouth", + "langName": "الطعام في الفم", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "food_on_body", + "langName": "الغذاء على الجسم", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "food_print", + "langName": "طباعة الطعام", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "in_food", + "langName": "(الشخصية) في الطعام", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "coffee", + "langName": "قهوة", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "tea", + "langName": "شاي", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "teacup", + "langName": "كوب", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "sake", + "langName": "ساكي ياباني", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "wine", + "langName": "خمر", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "drink", + "langName": "مشروبات", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "bottled_water", + "langName": "المياه المعبأة في زجاجات", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "A_sushi_roll", + "langName": "لفة السوشي", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "cigarette", + "langName": "سيجارة", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "cotton_candy_", + "langName": "مارشميلو", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "Gelatin", + "langName": "الجيلاتين، بودنغ", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "kafuu_chino", + "langName": "كافوتشينو", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "food_on_", + "langName": "الطعام على الوجه", + "object": "شيء", + "attribute": "طعام" + }, + { + "displayName": "mammal", + "langName": "الثدييات", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "reptile", + "langName": "الزواحف", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "bird", + "langName": "طائر", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "crow", + "langName": "غراب", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "penguin", + "langName": "البطريق", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "chick", + "langName": "كتكوت", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "dragonfly", + "langName": "اليعسوب", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "whale", + "langName": "حوت", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "cat", + "langName": "قطة", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "dog", + "langName": "كلب", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "fox", + "langName": "ثعلب", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "bunny", + "langName": "أرنب", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "snow_bunny", + "langName": "أرنب حذاء الثلوج", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "wolf", + "langName": "ذئب", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "horse", + "langName": "حصان", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "cow", + "langName": "ثور", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "tiger", + "langName": "نمر", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "bear", + "langName": "دُبٌّ", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "panda", + "langName": "الباندا", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "teddy_bear", + "langName": "دمية دب", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "hamster", + "langName": "الهامستر", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "squirrel", + "langName": "السنجاب", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "snake", + "langName": "ثعبان", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "dragon", + "langName": "تنين", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "eastern_dragon", + "langName": "التنين الشرقي", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "loong", + "langName": "التنين الصيني", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "slime", + "langName": "الوحل", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "bat", + "langName": "الخفافيش", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "shell", + "langName": "صدَفَة", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "cat_teaser", + "langName": "قطة مضحكة", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "dog_tags", + "langName": "علامات الكلب", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "wriggle_nightbug", + "langName": "دودة الليل الزاحفة", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "manjuu_(azur_lane)", + "langName": "النقيق تماما", + "object": "شيء", + "attribute": "حيوان" + }, + { + "displayName": "plant", + "langName": "نبات", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "flower", + "langName": "ورد", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "flower_bloom", + "langName": "تتفتح الزهور", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "bouquet", + "langName": "باقة", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "vase", + "langName": "مزهرية", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "orchid", + "langName": "الأوركيد", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "lily", + "langName": "زنبق", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "rose", + "langName": "وَردَة", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "spider_lily", + "langName": "زهرة الشاطئ الآخر", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "hibiscus", + "langName": "زهرة الكركديه", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "hydrangea", + "langName": "الكوبية", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "cherry_blossoms", + "langName": "أزهار الكرز", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "plum_blossom", + "langName": "بوسوم البرقوق", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "wisteria", + "langName": "الوستارية", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "lotus", + "langName": "لوتس", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "narcissu", + "langName": "نرجس", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "chrysanthemum", + "langName": "أقحوان", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "entangled_plants", + "langName": "نباتات متشابكة", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "tree", + "langName": "شجرة", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "pine_tree", + "langName": "الصنوبر", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "palm_tree", + "langName": "شجرة النخيل", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "maple_tree", + "langName": "القيقب", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "branch", + "langName": "الفروع", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "maple_leaf", + "langName": "ورقة القيقب", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "christmas_tree", + "langName": "شجرة عيد الميلاد", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "pumpkin", + "langName": "اليقطين", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "jack-o'-lantern", + "langName": "فانوس اليقطين", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "spring_onion", + "langName": "البصل الأخضر", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "bamboo", + "langName": "الخيزران", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "bush", + "langName": "شجيرة", + "object": "شيء", + "attribute": "نبات" + }, + { + "displayName": "Sunlight", + "langName": "ضوء الشمس", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "Natural Lighting", + "langName": "الإضاءة الطبيعية", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "Artificial Lighting", + "langName": "الإضاءة الاصطناعية", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "Studio Lighting", + "langName": "إضاءة الاستوديو", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "Volumetric Lighting", + "langName": "الضوء الحجمي", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "volumetric Light", + "langName": "الضوء الحجمي", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "Volumetric", + "langName": "الحجمي", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "Frontlight", + "langName": "الضوء العلوي", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "Halfrear Lighting", + "langName": "إضاءة خلفية نصف جانبية", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "Backlight", + "langName": "الإضاءة الخلفية", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "Rim Lighting", + "langName": "ضوء الحافة", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "Floodlight", + "langName": "مصباح", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "LED light", + "langName": "ضوء LED", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "Spotlight", + "langName": "أضواء كاشفة", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "Marquee", + "langName": "سرادق", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "Strobe", + "langName": "فلاش", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "Strobe Light", + "langName": "أضواء فلاش", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "Stroboscope", + "langName": "ضوء القوية", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "bright", + "langName": "ساطع", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "Ultrabright", + "langName": "فائقة السطوع", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "Electromagnetic Spectrum", + "langName": "الطيف الكهرومغناطيسي", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "Infrared", + "langName": "الأشعة تحت الحمراء", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "Ultraviolet", + "langName": "الأشعة فوق البنفسجية", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "UV", + "langName": "الأشعة فوق البنفسجية", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "X-Ray", + "langName": "الأشعة السينية", + "object": "تأثيرات الضوء والظل", + "attribute": "مصدر الضوء" + }, + { + "displayName": "Cinematic Lighting", + "langName": "الإضاءة السينمائية", + "object": "تأثيرات الضوء والظل", + "attribute": "تأثيرات الإضاءة" + }, + { + "displayName": "moody lighting", + "langName": "الإضاءة المحيطة", + "object": "تأثيرات الضوء والظل", + "attribute": "تأثيرات الإضاءة" + }, + { + "displayName": "Tyndall effect", + "langName": "تأثير تيندال", + "object": "تأثيرات الضوء والظل", + "attribute": "تأثيرات الإضاءة" + }, + { + "displayName": "light leaks", + "langName": "تأثير تسرب الضوء", + "object": "تأثيرات الضوء والظل", + "attribute": "تأثيرات الإضاءة" + }, + { + "displayName": "glowing neon lights", + "langName": "أضواء النيون", + "object": "تأثيرات الضوء والظل", + "attribute": "تأثيرات الإضاءة" + }, + { + "displayName": "Rays of Shimmering Light", + "langName": "ضوء وامض", + "object": "تأثيرات الضوء والظل", + "attribute": "تأثيرات الإضاءة" + }, + { + "displayName": "Crepuscular Rays", + "langName": "ضوء خافت", + "object": "تأثيرات الضوء والظل", + "attribute": "تأثيرات الإضاءة" + }, + { + "displayName": "Crackle Tube", + "langName": "أنبوب شرارة", + "object": "تأثيرات الضوء والظل", + "attribute": "تأثيرات الإضاءة" + }, + { + "displayName": "Tesla Coil", + "langName": "لفائف تسلا", + "object": "تأثيرات الضوء والظل", + "attribute": "تأثيرات الإضاءة" + }, + { + "displayName": "Plasma Globe", + "langName": "كرة البلازما", + "object": "تأثيرات الضوء والظل", + "attribute": "تأثيرات الإضاءة" + }, + { + "displayName": "Glow Stick", + "langName": "عصا توهج", + "object": "تأثيرات الضوء والظل", + "attribute": "تأثيرات الإضاءة" + }, + { + "displayName": "Neon Lamp", + "langName": "أضواء النيون", + "object": "تأثيرات الضوء والظل", + "attribute": "تأثيرات الإضاءة" + }, + { + "displayName": "lens flare", + "langName": "توهج العدسة (الإضاءة الخلفية)", + "object": "تأثيرات الضوء والظل", + "attribute": "تأثيرات الإضاءة" + }, + { + "displayName": "Contre-Jour", + "langName": "ضد النهار", + "object": "تأثيرات الضوء والظل", + "attribute": "تأثيرات الإضاءة" + }, + { + "displayName": "Rembrandt Lighting", + "langName": "إضاءة رامبرانت", + "object": "تأثيرات الضوء والظل", + "attribute": "تأثيرات الإضاءة" + }, + { + "displayName": "Split Lighting", + "langName": "إضاءة سبليت", + "object": "تأثيرات الضوء والظل", + "attribute": "تأثيرات الإضاءة" + }, + { + "displayName": "Beautiful Lighting", + "langName": "أضواء جميلة", + "object": "تأثيرات الضوء والظل", + "attribute": "تأثيرات الإضاءة" + }, + { + "displayName": "Accent Lighting", + "langName": "إضاءة مميزة", + "object": "تأثيرات الضوء والظل", + "attribute": "تأثيرات الإضاءة" + }, + { + "displayName": "Global Illumination", + "langName": "الإضاءة العالمية", + "object": "تأثيرات الضوء والظل", + "attribute": "تأثيرات الإضاءة" + }, + { + "displayName": "Lumen Global Illumination", + "langName": "التجويف الإضاءة العالمية", + "object": "تأثيرات الضوء والظل", + "attribute": "تأثيرات الإضاءة" + }, + { + "displayName": "Screen Space Global Illumination", + "langName": "مساحة الشاشة الإضاءة العالمية", + "object": "تأثيرات الضوء والظل", + "attribute": "تأثيرات الإضاءة" + }, + { + "displayName": "Ray Tracing Global Illumination", + "langName": "تتبع الأشعة للإضاءة العالمية", + "object": "تأثيرات الضوء والظل", + "attribute": "تأثيرات الإضاءة" + }, + { + "displayName": "Incandescent", + "langName": "مصباح وهاج", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Fluorescent", + "langName": "فلوري", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Fluorescent Lamp", + "langName": "أنبوب الفلورسنت", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Halogen", + "langName": "الهالوجين", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Halogen Lamp", + "langName": "مصباح الهالوجين", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Xenon Lamp", + "langName": "مصباح زينون", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Krypton Lamp", + "langName": "مصباح غاز الكريبتون", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Argon Lamp", + "langName": "مصباح الأرجون", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Helium Lamp", + "langName": "مصباح هيليوم", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Edison Bulb", + "langName": "لمبة اديسون الكهربائية", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Vacuum Tube Lamp", + "langName": "مصباح أنبوب فراغ", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Nixie Tube", + "langName": "أنبوب نيكسي", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Carbide Lamp", + "langName": "مصباح كربيد الكالسيوم", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Argand Lamp", + "langName": "مصباح الأرغان", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Diya Lamp", + "langName": "مصباح الزبدة", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Lantern", + "langName": "فانوس", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Schwarz Lantern", + "langName": "فانوس أسود", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Nightlight", + "langName": "ضوء الليل", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Christmas Lights", + "langName": "أضواء عيد الميلاد", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Optical Fiber", + "langName": "الألياف الضوئية", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Electroluminescent Wire", + "langName": "سلك مضيء", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Laser", + "langName": "الليزر", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Flare", + "langName": "مضيئة", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "rim light", + "langName": "ضوء الحافة", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "metallic luster", + "langName": "بريق معدني", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "background light", + "langName": "ضوء الخلفية", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "available light", + "langName": "الضوء الطبيعي", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Electric Arc", + "langName": "قوس", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Soft Lighting", + "langName": "ضوء ناعم", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "Hard Lighting", + "langName": "وهج", + "object": "تأثيرات الضوء والظل", + "attribute": "ضوء" + }, + { + "displayName": "CRT", + "langName": "أنبوب أشعة الكاثود", + "object": "تأثيرات الضوء والظل", + "attribute": "تكنولوجيا العرض" + }, + { + "displayName": "LCD", + "langName": "شاشة LCD", + "object": "تأثيرات الضوء والظل", + "attribute": "تكنولوجيا العرض" + }, + { + "displayName": "LED", + "langName": "شاشة LED", + "object": "تأثيرات الضوء والظل", + "attribute": "تكنولوجيا العرض" + }, + { + "displayName": "OLED", + "langName": "شاشة أوليد", + "object": "تأثيرات الضوء والظل", + "attribute": "تكنولوجيا العرض" + }, + { + "displayName": "AMOLED", + "langName": "شاشة اموليد", + "object": "تأثيرات الضوء والظل", + "attribute": "تكنولوجيا العرض" + }, + { + "displayName": "7 Segment Display", + "langName": "عرض سبعة أجزاء", + "object": "تأثيرات الضوء والظل", + "attribute": "تكنولوجيا العرض" + }, + { + "displayName": "Dot Matrix Display", + "langName": "عرض مصفوفة نقطية", + "object": "تأثيرات الضوء والظل", + "attribute": "تكنولوجيا العرض" + }, + { + "displayName": "Electroluminescent Display", + "langName": "عرض كهربائي", + "object": "تأثيرات الضوء والظل", + "attribute": "تكنولوجيا العرض" + }, + { + "displayName": "Vacuum Fluorescent Display", + "langName": "عرض الفلورسنت فراغ", + "object": "تأثيرات الضوء والظل", + "attribute": "تكنولوجيا العرض" + }, + { + "displayName": "Phosphor Display", + "langName": "عرض الفلورسنت", + "object": "تأثيرات الضوء والظل", + "attribute": "تكنولوجيا العرض" + }, + { + "displayName": "Plasma Display", + "langName": "عرض البلازما", + "object": "تأثيرات الضوء والظل", + "attribute": "تكنولوجيا العرض" + }, + { + "displayName": "Quantum Dot", + "langName": "النقاط الكمومية", + "object": "تأثيرات الضوء والظل", + "attribute": "تكنولوجيا العرض" + }, + { + "displayName": "Quantum Dot Display", + "langName": "عرض النقطة الكمومية", + "object": "تأثيرات الضوء والظل", + "attribute": "تكنولوجيا العرض" + }, + { + "displayName": "Optics", + "langName": "بصريات", + "object": "تأثيرات الضوء والظل", + "attribute": "تكنولوجيا العرض" + }, + { + "displayName": "Rough", + "langName": "خشن", + "object": "تأثيرات الضوء والظل", + "attribute": "الانعكاس/الانكسار" + }, + { + "displayName": "Matte", + "langName": "ماتي", + "object": "تأثيرات الضوء والظل", + "attribute": "الانعكاس/الانكسار" + }, + { + "displayName": "Glossy", + "langName": "بريق", + "object": "تأثيرات الضوء والظل", + "attribute": "الانعكاس/الانكسار" + }, + { + "displayName": "smooth", + "langName": "سلس", + "object": "تأثيرات الضوء والظل", + "attribute": "الانعكاس/الانكسار" + }, + { + "displayName": "Shiny", + "langName": "لامعة", + "object": "تأثيرات الضوء والظل", + "attribute": "الانعكاس/الانكسار" + }, + { + "displayName": "Reflective", + "langName": "عاكس", + "object": "تأثيرات الضوء والظل", + "attribute": "الانعكاس/الانكسار" + }, + { + "displayName": "Polished", + "langName": "تلميع", + "object": "تأثيرات الضوء والظل", + "attribute": "الانعكاس/الانكسار" + }, + { + "displayName": "Shadows", + "langName": "الظل", + "object": "تأثيرات الضوء والظل", + "attribute": "الانعكاس/الانكسار" + }, + { + "displayName": "Shimmer", + "langName": "وميض", + "object": "تأثيرات الضوء والظل", + "attribute": "الانعكاس/الانكسار" + }, + { + "displayName": "Shimmering", + "langName": "متألقة", + "object": "تأثيرات الضوء والظل", + "attribute": "الانعكاس/الانكسار" + }, + { + "displayName": "Caustics", + "langName": "المواد الكاوية", + "object": "تأثيرات الضوء والظل", + "attribute": "الانعكاس/الانكسار" + }, + { + "displayName": "Refractive", + "langName": "الانكسار", + "object": "تأثيرات الضوء والظل", + "attribute": "الانعكاس/الانكسار" + }, + { + "displayName": "reflection light", + "langName": "انعكاس الضوء", + "object": "تأثيرات الضوء والظل", + "attribute": "الانعكاس/الانكسار" + }, + { + "displayName": "Ray Tracing Reflections", + "langName": "تتبع راي الانعكاسات", + "object": "تأثيرات الضوء والظل", + "attribute": "الانعكاس/الانكسار" + }, + { + "displayName": "Lumen Reflections", + "langName": "انعكاس التجويف", + "object": "تأثيرات الضوء والظل", + "attribute": "الانعكاس/الانكسار" + }, + { + "displayName": "Screen Space Reflections", + "langName": "انعكاس مساحة الشاشة", + "object": "تأثيرات الضوء والظل", + "attribute": "الانعكاس/الانكسار" + }, + { + "displayName": "ray tracing", + "langName": "تتبع الأشعة", + "object": "تأثيرات الضوء والظل", + "attribute": "الانعكاس/الانكسار" + }, + { + "displayName": "Ambient Occlusion", + "langName": "انسداد المحيطة", + "object": "تأثيرات الضوء والظل", + "attribute": "الانعكاس/الانكسار" + }, + { + "displayName": "Scattering", + "langName": "نثر", + "object": "تأثيرات الضوء والظل", + "attribute": "الانعكاس/الانكسار" + }, + { + "displayName": "Diffraction Grading", + "langName": "صريف الحيود", + "object": "تأثيرات الضوء والظل", + "attribute": "الانعكاس/الانكسار" + }, + { + "displayName": "RGB Displacement", + "langName": "تحول RGB", + "object": "تأثيرات الضوء والظل", + "attribute": "الانعكاس/الانكسار" + }, + { + "displayName": "Glowing", + "langName": "يشع", + "object": "تأثيرات الضوء والظل", + "attribute": "يشع" + }, + { + "displayName": "Glow-In-The-Dark", + "langName": "مضيئة", + "object": "تأثيرات الضوء والظل", + "attribute": "يشع" + }, + { + "displayName": "Bioluminescence", + "langName": "تلألؤ بيولوجي", + "object": "تأثيرات الضوء والظل", + "attribute": "يشع" + }, + { + "displayName": "Photoluminescence", + "langName": "تلألؤ ضوئي", + "object": "تأثيرات الضوء والظل", + "attribute": "يشع" + }, + { + "displayName": "Chemiluminescence", + "langName": "التألق الكيميائي", + "object": "تأثيرات الضوء والظل", + "attribute": "يشع" + }, + { + "displayName": "Cathodoluminescence", + "langName": "التلألؤ الكاثودي", + "object": "تأثيرات الضوء والظل", + "attribute": "يشع" + }, + { + "displayName": "Electroluminescence", + "langName": "تلألؤ كهربائي", + "object": "تأثيرات الضوء والظل", + "attribute": "يشع" + }, + { + "displayName": "Radioluminescence", + "langName": "التلألؤ الإشعاعي", + "object": "تأثيرات الضوء والظل", + "attribute": "يشع" + }, + { + "displayName": "Fluorescence", + "langName": "مضان", + "object": "تأثيرات الضوء والظل", + "attribute": "يشع" + }, + { + "displayName": "Phosphorescence", + "langName": "التفسفر الوميض الفوسفوري", + "object": "تأثيرات الضوء والظل", + "attribute": "يشع" + }, + { + "displayName": "Thermoluminescence", + "langName": "التألق الحراري", + "object": "تأثيرات الضوء والظل", + "attribute": "يشع" + }, + { + "displayName": "Electrochemiluminescence", + "langName": "اللمعان الكهربائي", + "object": "تأثيرات الضوء والظل", + "attribute": "يشع" + }, + { + "displayName": "Crystalloluminescence", + "langName": "توهج الكريستال", + "object": "تأثيرات الضوء والظل", + "attribute": "يشع" + }, + { + "displayName": "Piezoluminescence", + "langName": "التلألؤ الكهرضغطية", + "object": "تأثيرات الضوء والظل", + "attribute": "يشع" + }, + { + "displayName": "Triboluminescence", + "langName": "تلألؤ", + "object": "تأثيرات الضوء والظل", + "attribute": "يشع" + }, + { + "displayName": "Mechanoluminescence", + "langName": "التلألؤ الميكانيكية", + "object": "تأثيرات الضوء والظل", + "attribute": "يشع" + }, + { + "displayName": "Lyoluminescence", + "langName": "تلألؤ ضوئي", + "object": "تأثيرات الضوء والظل", + "attribute": "يشع" + }, + { + "displayName": "Candoluminescence", + "langName": "ضوء الشموع", + "object": "تأثيرات الضوء والظل", + "attribute": "يشع" + }, + { + "displayName": "Fractoluminescence", + "langName": "توهج شظايا", + "object": "تأثيرات الضوء والظل", + "attribute": "يشع" + }, + { + "displayName": "Sonoluminescence", + "langName": "تلألؤ صوتي", + "object": "تأثيرات الضوء والظل", + "attribute": "يشع" + }, + { + "displayName": "Translucidluminescence", + "langName": "توهج شفاف", + "object": "تأثيرات الضوء والظل", + "attribute": "يشع" + }, + { + "displayName": "Materiality", + "langName": "المادية", + "object": "تأثيرات الضوء والظل", + "attribute": "يشع" + }, + { + "displayName": "black", + "langName": "أسود", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "darkgray", + "langName": "رمادي غامق", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "gray", + "langName": "رمادي", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "lightslategray", + "langName": "لائحة مشرقة الرمادي", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "slategray", + "langName": "لون الحجر الرمادي", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "darkslategray", + "langName": "أخضر داكن", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "lightgray", + "langName": "رمادي فاتح", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "gainsboro", + "langName": "قنغ الرمادي", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "white", + "langName": "أبيض", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "whitesmoke", + "langName": "لون الدخان الأبيض", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "snow", + "langName": "سنو وايت", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "ghostwhite", + "langName": "شبح أبيض", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "floralwhite", + "langName": "زهرة بيضاء", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "linen", + "langName": "لون الكتان", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "antiquewhite", + "langName": "الأبيض العتيق", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "oldlace", + "langName": "طول النظر الشيخوخي", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "ivory", + "langName": "العاج", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "seashell", + "langName": "قذيفة بيضاء", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "mintcream", + "langName": "كريمة النعناع", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "honeydew", + "langName": "لون العسل", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "azure", + "langName": "أزور", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "aliceblue", + "langName": "أليس الأزرق", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "lavender", + "langName": "لون الخزامى", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "lightsteelblue", + "langName": "أزرق فولاذي فاتح", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "slateblue", + "langName": "الحجر الأزرق", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "mediumslateblue", + "langName": "أزرق داكن متوسط", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "lightblue", + "langName": "أزرق فاتح", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "powderblue", + "langName": "مسحوق أزرق", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "skyblue", + "langName": "السماء الزرقاء العميقة", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "cornflowerblue", + "langName": "ردة الذرة الزرقاء", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "royalblue", + "langName": "الأزرق الملكي", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "mediumblue", + "langName": "أزرق متوسط", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "blue", + "langName": "أزرق", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "darkblue", + "langName": "أزرق غامق", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "navy", + "langName": "الأزرق الداكن", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "midnightblue", + "langName": "منتصف الليل الأزرق", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "teal", + "langName": "رمادي غامق أزرق", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "darkcyan", + "langName": "البط البري", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "cadetblue", + "langName": "سماوي غامق", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "mediumturquoise", + "langName": "الفيروز الداكن", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "darkturquoise", + "langName": "ضوء البحر الأخضر", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "turquoise", + "langName": "الفيروز المتوسط", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "paleturquoise", + "langName": "سماوي فاتح", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "aquamarine", + "langName": "الفيروز", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "lightcyan", + "langName": "أزرق", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "cyan", + "langName": "الفيروز", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "dodgerblue", + "langName": "دودج الأزرق", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "darkgreen", + "langName": "أخضر", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "green", + "langName": "الغابة الخضراء", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "forestgreen", + "langName": "البحر الأخضر", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "seagreen", + "langName": "تشونغهاي جرين", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "mediumseagreen", + "langName": "لون الزمرد المتوسط", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "mediumaquamarine", + "langName": "البحر الأخضر الداكن", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "darkseagreen", + "langName": "الفيروز", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "lightseagreen", + "langName": "الأزرق العسكري", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "springgreen", + "langName": "منتصف الربيع الأخضر", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "mediumspringgreen", + "langName": "العشب أخضر", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "lightgreen", + "langName": "العشب الأخضر", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "palegreen", + "langName": "أخضر فاتح", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "lime", + "langName": "الجير الأخضر", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "limegreen", + "langName": "بني زيتوني", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "lawngreen", + "langName": "أخضر شارتروز", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "chartreuse", + "langName": "أصفر-أخضر", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "greenyellow", + "langName": "برتقال ليموني", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "yellowgreen", + "langName": "زيتون أخضر", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "darkolivegreen", + "langName": "لون الزيتون", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "olivedrab", + "langName": "بني زيتوني", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "olive", + "langName": "لون الزيتون", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "darkkhaki", + "langName": "الكاكي الداكن", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "khaki", + "langName": "الكاكي", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "palegoldenrod", + "langName": "قضيب ذهبي خفيف", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "lightyellow", + "langName": "أصفر فاتح", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "lightgoldenrodyellow", + "langName": "أصفر ذهبي مشرق", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "lemonchiffon", + "langName": "لون الحرير الليموني", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "beige", + "langName": "البيج", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "cornsilk", + "langName": "لون الذرة", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "wheat", + "langName": "لون القمح", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "burlywood", + "langName": "العنبر", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "gold", + "langName": "ذهب", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "yellow", + "langName": "أصفر", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "darkorange", + "langName": "برتقالي غامق", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "orange", + "langName": "اللون البرتقالي", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "sandybrown", + "langName": "بني برتقالي", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "peachpuff", + "langName": "لون لحم الخوخ", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "papayawhip", + "langName": "لون البابايا", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "blanchedalmond", + "langName": "اللوز المبيض", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "bisque", + "langName": "لون البسكويت", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "moccasin", + "langName": "لون الموكاسين", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "navajowhite", + "langName": "نافاجو وايت", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "peru", + "langName": "اللون البيروفي", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "darkgoldenrod", + "langName": "قضيب ذهبي داكن", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "goldenrod", + "langName": "أقحوان ذهبي", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "chocolate", + "langName": "لون الشوكولاتة", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "saddlebrown", + "langName": "سرج بني", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "sienna", + "langName": "مغرة ترابية صفراء", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "rosybrown", + "langName": "ارتفع البني", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "darksalmon", + "langName": "لون السلمون الداكن", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "salmon", + "langName": "لون لحم السلمون", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "lightsalmon", + "langName": "لون سمك السلمون مشرق", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "indianred", + "langName": "أحمر هندي", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "firebrick", + "langName": "لون الطوب الحراري", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "brown", + "langName": "بني", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "maroon", + "langName": "كستنائي", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "darkred", + "langName": "أحمر غامق", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "red", + "langName": "أحمر", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "orangered", + "langName": "أحمر برتقالي", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "tomato", + "langName": "الطماطم الحمراء", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "crimson", + "langName": "الوردي الداكن", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "coral", + "langName": "مرجاني", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "lightpink", + "langName": "وردي فاتح", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "pink", + "langName": "لون القرنفل", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "hotpink", + "langName": "الوردي الساخن", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "deeppink", + "langName": "الوردي الداكن", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "palevioletred", + "langName": "أرجواني أحمر", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "mediumvioletred", + "langName": "أحمر بنفسجي متوسط", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "lavenderblush", + "langName": "الخزامى", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "lightcoral", + "langName": "اللون المرجاني الفاتح", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "plum", + "langName": "لون البرقوق", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "mediumorchid", + "langName": "أرجواني أوركيد متوسط", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "violet", + "langName": "أرجواني", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "magenta", + "langName": "أرجواني", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "fuchsia", + "langName": "أحمر أرجواني", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "darkmagenta", + "langName": "أرجواني داكن", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "purple", + "langName": "أرجواني", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "darkorchid", + "langName": "الأوركيد الداكن الأرجواني", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "darkviolet", + "langName": "البنفسجي الداكن", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "blueviolet", + "langName": "الأرجواني الأزرق", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "mediumpurple", + "langName": "أرجواني متوسط", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "indigo", + "langName": "النيلي", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "light_brown", + "langName": "بني فاتح", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "dark_pink", + "langName": "الوردي الداكن", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "blonde", + "langName": "أصفر ذهبي", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "silver", + "langName": "فضي", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "mistyrose", + "langName": "ارتفع الضباب", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "steelblue", + "langName": "الأزرق الصلب", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "thistle", + "langName": "لون الشوك", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "darkslateblue", + "langName": "رمادي غامق أزرق", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "Iridescent", + "langName": "تغيير الألوان", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "Chromatic", + "langName": "ملون", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "Dispersion", + "langName": "التشتت (الظاهرة التي يتم فيها فصل الضوء بألوان مختلفة)", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "Prismatic", + "langName": "تأثير المنشور", + "object": "جو اللون", + "attribute": "لون" + }, + { + "displayName": "yellow color scheme", + "langName": "اللون الرئيسي أصفر", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Warm Color Palette", + "langName": "الألوان الدافئة", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Cool Color Palette", + "langName": "ألوان باردة", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Colorful", + "langName": "ملون", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Spectral Color", + "langName": "اللون الطيفي", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Inverted Colors", + "langName": "لون عكسي", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Chroma", + "langName": "صفاء", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Dichromatism", + "langName": "ثنائية اللون", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Tetrachromacy", + "langName": "رؤية رباعية الألوان", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Saturated", + "langName": "التشبع", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Neon", + "langName": "نيون", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Electric Colors", + "langName": "اللون الالكتروني", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Tonal Colors", + "langName": "لون هوى", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Vivid Colors", + "langName": "الألوان الزاهية", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Complimentary-Colors", + "langName": "الألوان التكميلية", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Split-Complementary-Colors", + "langName": "تقسيم الألوان التكميلية", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Supplementary-Colors", + "langName": "الألوان التكميلية", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Analogous-Colors", + "langName": "ألوان مماثلة", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Triadic-Colors", + "langName": "الألوان الثلاثية", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Tetradic-Colors", + "langName": "أربعة ألوان (مطابقة الألوان مستطيلة)", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Polychromatic-Colors", + "langName": "متعدد الألوان", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Light", + "langName": "ساطع", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Dark", + "langName": "مظلم", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Light Mode", + "langName": "وضع الضوء", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Dark Mode", + "langName": "الوضع المظلم", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Tones of Black", + "langName": "نغمة سوداء", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Tones of Black in Background", + "langName": "لهجة الخلفية السوداء", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Light Blue Background", + "langName": "خلفية زرقاء فاتحة", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Light Blue Foreground", + "langName": "المقدمة زرقاء فاتحة", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "Light Blue", + "langName": "أزرق فاتح", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "nostalgia", + "langName": "حنين", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "High saturation", + "langName": "تشبع عالي", + "object": "جو اللون", + "attribute": "لوحة الألوان" + }, + { + "displayName": "monochrome", + "langName": "أحادية اللون", + "object": "جو اللون", + "attribute": "لوحة أحادية اللون" + }, + { + "displayName": "Black and White", + "langName": "أبيض وأسود", + "object": "جو اللون", + "attribute": "لوحة أحادية اللون" + }, + { + "displayName": "Desaturated", + "langName": "عدم التشبع", + "object": "جو اللون", + "attribute": "لوحة أحادية اللون" + }, + { + "displayName": "Sepia", + "langName": "نغمة بني داكن (تحاكي مظهر الصور القديمة، مما يعطي إحساسًا بالحنين أو الرجعية)", + "object": "جو اللون", + "attribute": "لوحة أحادية اللون" + }, + { + "displayName": "flat_color", + "langName": "لون مسطح", + "object": "جو اللون", + "attribute": "لوحة أحادية اللون" + }, + { + "displayName": "spot_color", + "langName": "لون صلب", + "object": "جو اللون", + "attribute": "لوحة أحادية اللون" + }, + { + "displayName": "halftone", + "langName": "نغمة نصفية", + "object": "جو اللون", + "attribute": "لوحة أحادية اللون" + }, + { + "displayName": "greyscale", + "langName": "تدرج الرمادي", + "object": "جو اللون", + "attribute": "لوحة أحادية اللون" + }, + { + "displayName": "partially_colored", + "langName": "تلوين جزئي", + "object": "جو اللون", + "attribute": "لوحة أحادية اللون" + }, + { + "displayName": "contour_deepening", + "langName": "يتعمق الكفاف", + "object": "جو اللون", + "attribute": "لوحة أحادية اللون" + }, + { + "displayName": "(lineart)", + "langName": "الخطوط تصبح أكثر سمكا", + "object": "جو اللون", + "attribute": "لوحة أحادية اللون" + }, + { + "displayName": "outline", + "langName": "خط كفاف", + "object": "جو اللون", + "attribute": "لوحة أحادية اللون" + }, + { + "displayName": "high_contrast", + "langName": "التباين العالي", + "object": "جو اللون", + "attribute": "مقابلة" + }, + { + "displayName": "low_contrast", + "langName": "تباين منخفض", + "object": "جو اللون", + "attribute": "مقابلة" + }, + { + "displayName": "RGB", + "langName": "أحمر أخضر أزرق", + "object": "جو اللون", + "attribute": "مراقبة لوحة الألوان" + }, + { + "displayName": "CMYK", + "langName": "كميك", + "object": "جو اللون", + "attribute": "مراقبة لوحة الألوان" + }, + { + "displayName": "VGA", + "langName": "VGA", + "object": "جو اللون", + "attribute": "مراقبة لوحة الألوان" + }, + { + "displayName": "EGA", + "langName": "EGA", + "object": "جو اللون", + "attribute": "مراقبة لوحة الألوان" + }, + { + "displayName": "CGA", + "langName": "سي جي ايه", + "object": "جو اللون", + "attribute": "مراقبة لوحة الألوان" + }, + { + "displayName": "HDR", + "langName": "تقرير التنمية البشرية", + "object": "جو اللون", + "attribute": "مراقبة لوحة الألوان" + }, + { + "displayName": "Atari Graphics", + "langName": "رسومات أتاري", + "object": "جو اللون", + "attribute": "مراقبة لوحة الألوان" + }, + { + "displayName": "IIGS Graphics", + "langName": "رسومات IIGS", + "object": "جو اللون", + "attribute": "مراقبة لوحة الألوان" + }, + { + "displayName": "Amiga OCS Graphics", + "langName": "رسومات أميغا OCS", + "object": "جو اللون", + "attribute": "مراقبة لوحة الألوان" + }, + { + "displayName": "sRGB", + "langName": "إس آر جي بي", + "object": "جو اللون", + "attribute": "مراقبة لوحة الألوان" + }, + { + "displayName": "Adobe RGB", + "langName": "أدوبي آر جي بي", + "object": "جو اللون", + "attribute": "مراقبة لوحة الألوان" + }, + { + "displayName": "DCI-P3", + "langName": "DCI-P3", + "object": "جو اللون", + "attribute": "مراقبة لوحة الألوان" + }, + { + "displayName": "HSV", + "langName": "هوى والتشبع والخفة", + "object": "جو اللون", + "attribute": "مراقبة لوحة الألوان" + }, + { + "displayName": "HSL", + "langName": "هوى، التشبع، السطوع", + "object": "جو اللون", + "attribute": "مراقبة لوحة الألوان" + }, + { + "displayName": "HCL", + "langName": "هوى، صفاء، الإضاءة", + "object": "جو اللون", + "attribute": "مراقبة لوحة الألوان" + }, + { + "displayName": "YCbCr", + "langName": "ikB", + "object": "جو اللون", + "attribute": "مراقبة لوحة الألوان" + }, + { + "displayName": "YPbPr", + "langName": "wxya", + "object": "جو اللون", + "attribute": "مراقبة لوحة الألوان" + }, + { + "displayName": "scRGB", + "langName": "أحادية اللون RGB", + "object": "جو اللون", + "attribute": "مراقبة لوحة الألوان" + }, + { + "displayName": "Coloroid", + "langName": "كولورويد", + "object": "جو اللون", + "attribute": "مراقبة لوحة الألوان" + }, + { + "displayName": "Pantone", + "langName": "بانتون", + "object": "جو اللون", + "attribute": "مراقبة لوحة الألوان" + }, + { + "displayName": "ProPhoto RGB", + "langName": "بروفوتو آر جي بي", + "object": "جو اللون", + "attribute": "مراقبة لوحة الألوان" + }, + { + "displayName": "1-bit", + "langName": "مكان واحد", + "object": "جو اللون", + "attribute": "قليل" + }, + { + "displayName": "2-bit", + "langName": "2 أرقام", + "object": "جو اللون", + "attribute": "قليل" + }, + { + "displayName": "3-bit", + "langName": "3 أرقام", + "object": "جو اللون", + "attribute": "قليل" + }, + { + "displayName": "4-bit", + "langName": "4 أرقام", + "object": "جو اللون", + "attribute": "قليل" + }, + { + "displayName": "6-bit", + "langName": "6 بت", + "object": "جو اللون", + "attribute": "قليل" + }, + { + "displayName": "8-bit", + "langName": "8 بت", + "object": "جو اللون", + "attribute": "قليل" + }, + { + "displayName": "12-bit", + "langName": "12 بت", + "object": "جو اللون", + "attribute": "قليل" + }, + { + "displayName": "16-bit", + "langName": "16 بت", + "object": "جو اللون", + "attribute": "قليل" + }, + { + "displayName": "4-bit RGB", + "langName": "4 بت RGB", + "object": "جو اللون", + "attribute": "قليل" + }, + { + "displayName": "8-bit RGB", + "langName": "8 بت RGB", + "object": "جو اللون", + "attribute": "قليل" + }, + { + "displayName": "12-bit RGB", + "langName": "12 بت RGB", + "object": "جو اللون", + "attribute": "قليل" + }, + { + "displayName": "16-bit RGB", + "langName": "16 بت RGB", + "object": "جو اللون", + "attribute": "قليل" + }, + { + "displayName": "Technicolor", + "langName": "اللون الفني", + "object": "جو اللون", + "attribute": "إنتاج الفيلم" + }, + { + "displayName": "Kinemacolor", + "langName": "لون الفيلم", + "object": "جو اللون", + "attribute": "إنتاج الفيلم" + }, + { + "displayName": "Kodachrome", + "langName": "كوداكروم", + "object": "جو اللون", + "attribute": "إنتاج الفيلم" + }, + { + "displayName": "Cinecolor", + "langName": "لون الفيلم", + "object": "جو اللون", + "attribute": "إنتاج الفيلم" + }, + { + "displayName": "Agfacolor", + "langName": "لون اجفا", + "object": "جو اللون", + "attribute": "إنتاج الفيلم" + }, + { + "displayName": "dynamic pose", + "langName": "الوضعيات الديناميكية (الحيوية)", + "object": "التصوير الفوتوغرافي", + "attribute": "وجهة نظر" + }, + { + "displayName": "dynamic_angle", + "langName": "زاوية ديناميكية", + "object": "التصوير الفوتوغرافي", + "attribute": "وجهة نظر" + }, + { + "displayName": "from_above", + "langName": "طلقة من فوق", + "object": "التصوير الفوتوغرافي", + "attribute": "وجهة نظر" + }, + { + "displayName": "from_below", + "langName": "النار من الأسفل", + "object": "التصوير الفوتوغرافي", + "attribute": "وجهة نظر" + }, + { + "displayName": "cinematic_angle", + "langName": "زاوية الفيلم", + "object": "التصوير الفوتوغرافي", + "attribute": "وجهة نظر" + }, + { + "displayName": "dutch angle", + "langName": "زاوية الميل", + "object": "التصوير الفوتوغرافي", + "attribute": "وجهة نظر" + }, + { + "displayName": "foreshortening", + "langName": "وجهة نظر", + "object": "التصوير الفوتوغرافي", + "attribute": "وجهة نظر" + }, + { + "displayName": "fisheye", + "langName": "رسم المنظور البعيد", + "object": "التصوير الفوتوغرافي", + "attribute": "وجهة نظر" + }, + { + "displayName": "camera level/Parallel angles", + "langName": "الكاميرا موازية", + "object": "التصوير الفوتوغرافي", + "attribute": "وجهة نظر" + }, + { + "displayName": "horizontal view angle", + "langName": "زاوية عرض أفقية", + "object": "التصوير الفوتوغرافي", + "attribute": "وجهة نظر" + }, + { + "displayName": "isometric view", + "langName": "عرض متساوي القياس", + "object": "التصوير الفوتوغرافي", + "attribute": "وجهة نظر" + }, + { + "displayName": "Aerial View", + "langName": "عرض أعلى", + "object": "التصوير الفوتوغرافي", + "attribute": "وجهة نظر" + }, + { + "displayName": "Top-View", + "langName": "عرض أعلى", + "object": "التصوير الفوتوغرافي", + "attribute": "وجهة نظر" + }, + { + "displayName": "Side-View", + "langName": "منظر جانبي", + "object": "التصوير الفوتوغرافي", + "attribute": "وجهة نظر" + }, + { + "displayName": "Satellite-View", + "langName": "عرض القمر الصناعي", + "object": "التصوير الفوتوغرافي", + "attribute": "وجهة نظر" + }, + { + "displayName": "phone_screen", + "langName": "شاشة الهاتف المحمول", + "object": "التصوير الفوتوغرافي", + "attribute": "تعبير" + }, + { + "displayName": "multiple_views", + "langName": "متعدد وجهات النظر التحلل", + "object": "التصوير الفوتوغرافي", + "attribute": "تعبير" + }, + { + "displayName": "mirror selfie", + "langName": "مرآة صورة شخصية", + "object": "التصوير الفوتوغرافي", + "attribute": "تعبير" + }, + { + "displayName": "three-quarter view", + "langName": "منظور 3/4", + "object": "التصوير الفوتوغرافي", + "attribute": "تعبير" + }, + { + "displayName": "front_view", + "langName": "منظر أمامي", + "object": "التصوير الفوتوغرافي", + "attribute": "تعبير" + }, + { + "displayName": "from_side", + "langName": "منظر جانبي", + "object": "التصوير الفوتوغرافي", + "attribute": "تعبير" + }, + { + "displayName": "from_outside", + "langName": "من الخارج إلى الداخل", + "object": "التصوير الفوتوغرافي", + "attribute": "تعبير" + }, + { + "displayName": "from_back", + "langName": "عرض خلفي", + "object": "التصوير الفوتوغرافي", + "attribute": "تعبير" + }, + { + "displayName": "from behind", + "langName": "عرض خلفي", + "object": "التصوير الفوتوغرافي", + "attribute": "تعبير" + }, + { + "displayName": "Macro View", + "langName": "رؤية مجهرية", + "object": "التصوير الفوتوغرافي", + "attribute": "تعبير" + }, + { + "displayName": "Product-View", + "langName": "عرض المنتج", + "object": "التصوير الفوتوغرافي", + "attribute": "تعبير" + }, + { + "displayName": "Closeup-View", + "langName": "عرض عن قرب", + "object": "التصوير الفوتوغرافي", + "attribute": "تعبير" + }, + { + "displayName": "First-Person", + "langName": "أول شخص", + "object": "التصوير الفوتوغرافي", + "attribute": "تعبير" + }, + { + "displayName": "First-Person view", + "langName": "منظور الشخص الأول", + "object": "التصوير الفوتوغرافي", + "attribute": "تعبير" + }, + { + "displayName": "Third-Person", + "langName": "شخص ثالث", + "object": "التصوير الفوتوغرافي", + "attribute": "تعبير" + }, + { + "displayName": "Third-Person View", + "langName": "منظور الشخص الثالث", + "object": "التصوير الفوتوغرافي", + "attribute": "تعبير" + }, + { + "displayName": "Perspective", + "langName": "وجهة نظر المنظور", + "object": "التصوير الفوتوغرافي", + "attribute": "تعبير" + }, + { + "displayName": "Field of View", + "langName": "مجال الرؤية", + "object": "التصوير الفوتوغرافي", + "attribute": "تعبير" + }, + { + "displayName": "Extreme Close-up", + "langName": "فوق الذقن", + "object": "التصوير الفوتوغرافي", + "attribute": "ارتفاع المشاهدة" + }, + { + "displayName": "Medium Close-up", + "langName": "فوق الرقبة", + "object": "التصوير الفوتوغرافي", + "attribute": "ارتفاع المشاهدة" + }, + { + "displayName": "Full Close-up", + "langName": "فوق الترقوة", + "object": "التصوير الفوتوغرافي", + "attribute": "ارتفاع المشاهدة" + }, + { + "displayName": "Wide Close-up", + "langName": "فوق الكتف", + "object": "التصوير الفوتوغرافي", + "attribute": "ارتفاع المشاهدة" + }, + { + "displayName": "Close Shot", + "langName": "فوق الصدر", + "object": "التصوير الفوتوغرافي", + "attribute": "ارتفاع المشاهدة" + }, + { + "displayName": "Medium Close Shot", + "langName": "فوق السرة", + "object": "التصوير الفوتوغرافي", + "attribute": "ارتفاع المشاهدة" + }, + { + "displayName": "Medium Shot", + "langName": "فوق السرة", + "object": "التصوير الفوتوغرافي", + "attribute": "ارتفاع المشاهدة" + }, + { + "displayName": "Medium Full Shot", + "langName": "فوق الركبة", + "object": "التصوير الفوتوغرافي", + "attribute": "ارتفاع المشاهدة" + }, + { + "displayName": "Full Shot", + "langName": "صورة كاملة للجسم", + "object": "التصوير الفوتوغرافي", + "attribute": "ارتفاع المشاهدة" + }, + { + "displayName": "mid_shot", + "langName": "لقطة متوسطة", + "object": "التصوير الفوتوغرافي", + "attribute": "ارتفاع المشاهدة" + }, + { + "displayName": "bust", + "langName": "اعتقال", + "object": "التصوير الفوتوغرافي", + "attribute": "ارتفاع المشاهدة" + }, + { + "displayName": "upper_body", + "langName": "الجزء العلوي من الجسم", + "object": "التصوير الفوتوغرافي", + "attribute": "ارتفاع المشاهدة" + }, + { + "displayName": "lower_body", + "langName": "الجزء السفلي من الجسم", + "object": "التصوير الفوتوغرافي", + "attribute": "ارتفاع المشاهدة" + }, + { + "displayName": "cowboy_shot", + "langName": "الجزء العلوي من الجسم + الجزء العلوي من الفخذ (عدسة الدنيم)", + "object": "التصوير الفوتوغرافي", + "attribute": "ارتفاع المشاهدة" + }, + { + "displayName": "portrait", + "langName": "بورتريه (وجه + أكتاف + أحيانا صدر)", + "object": "التصوير الفوتوغرافي", + "attribute": "ارتفاع المشاهدة" + }, + { + "displayName": "very close portrait", + "langName": "صورة قريبة (الكاميرا أقرب)", + "object": "التصوير الفوتوغرافي", + "attribute": "ارتفاع المشاهدة" + }, + { + "displayName": "profile", + "langName": "صورة الملف الشخصي (نسخة الملف الشخصي من الصورة)", + "object": "التصوير الفوتوغرافي", + "attribute": "ارتفاع المشاهدة" + }, + { + "displayName": "close-up", + "langName": "عن قرب", + "object": "التصوير الفوتوغرافي", + "attribute": "ارتفاع المشاهدة" + }, + { + "displayName": "focus on face", + "langName": "التركيز على الوجه", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "full-body shot", + "langName": "لقطة لكامل الجسم", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "foreground focus", + "langName": "التركيز الأمامي", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "wide_shot", + "langName": "عدسة بانورامية (عدسة واسعة الزاوية)", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "macro_shot", + "langName": "عدسة ماكرو", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "inset", + "langName": "أدخل لقطات أو صور إضافية", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "cross-section", + "langName": "عرض مقطعي", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "male focus", + "langName": "التركيز على الذكور (التركيز على الإناث)", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "solo_focus", + "langName": "التركيز على شخصية واحدة (مناسبة للمشاهد المعقدة)", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "xx_focus", + "langName": "ركز على xx", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "face_focus", + "langName": "التركيز على الوجه", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "eyes_focus", + "langName": "التركيز على العيون", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "foot_focus", + "langName": "التركيز على القدمين", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "hip_focus", + "langName": "التركيز على الأرداف", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "ass_focus", + "langName": "التركيز على بعقب", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "vehicle_focus", + "langName": "التركيز على السيارة (السيارة)", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "turn_one's_back", + "langName": "العودة إلى الكاميرا", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "between_legs", + "langName": "(التأكيد) بين الساقين", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "between_breasts", + "langName": "(جاحظ) الصدر", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "between_fingers", + "langName": "(البروز) بين الأصابع", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "peeking", + "langName": "مختلس النظر", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "peeking_out", + "langName": "نظرة خاطفة (لفتة)", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "peeping", + "langName": "المتلصص (التأكيد على المنظور)", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "midriff_peek", + "langName": "نظرة خاطفة على السرة", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "armpit_peek", + "langName": "نظرة خاطفة على الإبط", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "pussy_peek", + "langName": "نظرة خاطفة بوكسي", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "panty_peek", + "langName": "نظرة خاطفة اللباس الداخلي", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "pantyshot", + "langName": "الملابس الداخلية مكشوفة", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "caught", + "langName": "اشتعلت في العمل", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "upskirt", + "langName": "عرض سكرتيرات", + "object": "التصوير الفوتوغرافي", + "attribute": "تركيز العدسة" + }, + { + "displayName": "Macro", + "langName": "ماكرو", + "object": "التصوير الفوتوغرافي", + "attribute": "العدسات/المؤثرات البصرية" + }, + { + "displayName": "Telephoto", + "langName": "المقربة", + "object": "التصوير الفوتوغرافي", + "attribute": "العدسات/المؤثرات البصرية" + }, + { + "displayName": "Magnification", + "langName": "تكبير", + "object": "التصوير الفوتوغرافي", + "attribute": "العدسات/المؤثرات البصرية" + }, + { + "displayName": "Microscopic", + "langName": "مجهرية", + "object": "التصوير الفوتوغرافي", + "attribute": "العدسات/المؤثرات البصرية" + }, + { + "displayName": "Electron Microscope", + "langName": "المجهر الإلكتروني", + "object": "التصوير الفوتوغرافي", + "attribute": "العدسات/المؤثرات البصرية" + }, + { + "displayName": "Super-Resolution Microscopy", + "langName": "الفحص المجهري فائق الدقة", + "object": "التصوير الفوتوغرافي", + "attribute": "العدسات/المؤثرات البصرية" + }, + { + "displayName": "Wide Angle", + "langName": "زاوية واسعة", + "object": "التصوير الفوتوغرافي", + "attribute": "العدسات/المؤثرات البصرية" + }, + { + "displayName": "Ultra-Wide Angle", + "langName": "زاوية واسعة للغاية", + "object": "التصوير الفوتوغرافي", + "attribute": "العدسات/المؤثرات البصرية" + }, + { + "displayName": "panorama", + "langName": "بانورامي", + "object": "التصوير الفوتوغرافي", + "attribute": "العدسات/المؤثرات البصرية" + }, + { + "displayName": "360 Panorama", + "langName": "360 بانوراما", + "object": "التصوير الفوتوغرافي", + "attribute": "العدسات/المؤثرات البصرية" + }, + { + "displayName": "360 Angle", + "langName": "عرض 360 درجة", + "object": "التصوير الفوتوغرافي", + "attribute": "العدسات/المؤثرات البصرية" + }, + { + "displayName": "Fisheye Lens", + "langName": "عدسة عين السمكة", + "object": "التصوير الفوتوغرافي", + "attribute": "العدسات/المؤثرات البصرية" + }, + { + "displayName": "Fisheye Lens Effect", + "langName": "تأثير عدسة عين السمكة", + "object": "التصوير الفوتوغرافي", + "attribute": "العدسات/المؤثرات البصرية" + }, + { + "displayName": "Miniature Faking", + "langName": "تأثير النموذج المصغر", + "object": "التصوير الفوتوغرافي", + "attribute": "العدسات/المؤثرات البصرية" + }, + { + "displayName": "Brenizer Method", + "langName": "طلقة دوامة", + "object": "التصوير الفوتوغرافي", + "attribute": "العدسات/المؤثرات البصرية" + }, + { + "displayName": "Panini Projection", + "langName": "إسقاط بانيني", + "object": "التصوير الفوتوغرافي", + "attribute": "العدسات/المؤثرات البصرية" + }, + { + "displayName": "Orthographic", + "langName": "الإسقاط الهجائي", + "object": "التصوير الفوتوغرافي", + "attribute": "العدسات/المؤثرات البصرية" + }, + { + "displayName": "Isometric", + "langName": "الإسقاط متساوي القياس", + "object": "التصوير الفوتوغرافي", + "attribute": "العدسات/المؤثرات البصرية" + }, + { + "displayName": "DOF", + "langName": "عمق الميدان", + "object": "التصوير الفوتوغرافي", + "attribute": "العدسات/المؤثرات البصرية" + }, + { + "displayName": "landscape", + "langName": "لقطة للمناظر الطبيعية (لقطة طويلة)", + "object": "التصوير الفوتوغرافي", + "attribute": "العدسات/المؤثرات البصرية" + }, + { + "displayName": "Sharp Focus", + "langName": "التركيز الحاد", + "object": "التصوير الفوتوغرافي", + "attribute": "العدسات/المؤثرات البصرية" + }, + { + "displayName": "Zoom", + "langName": "تكبير", + "object": "التصوير الفوتوغرافي", + "attribute": "العدسات/المؤثرات البصرية" + }, + { + "displayName": "Dolly Zoom", + "langName": "التكبير دوللي", + "object": "التصوير الفوتوغرافي", + "attribute": "العدسات/المؤثرات البصرية" + }, + { + "displayName": "Portrait Photogram", + "langName": "لَوحَة", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "Photorealistic", + "langName": "الواقعية", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "Cinematic", + "langName": "إحساس سينمائي", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "Color Grading", + "langName": "تدرج اللون", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "Dramatic", + "langName": "دراماتيكي", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "Editorial Photography", + "langName": "التصوير التحريري", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "filmic", + "langName": "الجودة السينمائية", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "film still", + "langName": "صور الفيلم الثابتة", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "film grain", + "langName": "حبوب الفيلم", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "Glamor Shot", + "langName": "لقطات ساحرة", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "Golden Hour", + "langName": "وقت الذروة", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "High-Speed Photograph", + "langName": "التصوير بسرعة عالية", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "Intentional camera movement", + "langName": "حركة الكاميرا المتعمدة", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "Paparazzi Photography", + "langName": "تصوير المصورين", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "Photography", + "langName": "التصوير الفوتوغرافي", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "Photoshoot", + "langName": "إلتقاط صورة", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "photo", + "langName": "صورة", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "polaroid", + "langName": "صور (بولارويد)", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "poster,caustics", + "langName": "التركيز على الملصق/الموضوع", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "Kaleidoscope Photography", + "langName": "التصوير الفوتوغرافي المشكال", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "Photojournalism", + "langName": "التصوير الصحفي", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "Time-Lapse", + "langName": "التصوير الفوتوغرافي بفاصل زمني", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "Satellite Imagery", + "langName": "صور الأقمار الصناعية", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "War Photography", + "langName": "تصوير الحرب", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "Wildlife Photography", + "langName": "تصوير الحياة البرية", + "object": "التصوير الفوتوغرافي", + "attribute": "أسلوب التصوير الفوتوغرافي" + }, + { + "displayName": "Blurry", + "langName": "غامض", + "object": "التصوير الفوتوغرافي", + "attribute": "طمس/تشويه" + }, + { + "displayName": "Blur Effect", + "langName": "تأثير طمس", + "object": "التصوير الفوتوغرافي", + "attribute": "طمس/تشويه" + }, + { + "displayName": "Tilt Blur", + "langName": "طمس الميل", + "object": "التصوير الفوتوغرافي", + "attribute": "طمس/تشويه" + }, + { + "displayName": "Lens Distortion", + "langName": "تشويه العدسة", + "object": "التصوير الفوتوغرافي", + "attribute": "طمس/تشويه" + }, + { + "displayName": "flash photography", + "langName": "التصوير بالفلاش", + "object": "التصوير الفوتوغرافي", + "attribute": "إعدادات الكاميرا" + }, + { + "displayName": "Exposure", + "langName": "التعرض", + "object": "التصوير الفوتوغرافي", + "attribute": "إعدادات الكاميرا" + }, + { + "displayName": "Short Exposure", + "langName": "التعرض القصير", + "object": "التصوير الفوتوغرافي", + "attribute": "إعدادات الكاميرا" + }, + { + "displayName": "Long Exposure", + "langName": "التعرض لفترة طويلة", + "object": "التصوير الفوتوغرافي", + "attribute": "إعدادات الكاميرا" + }, + { + "displayName": "Double-Exposure", + "langName": "التعرض المزدوج", + "object": "التصوير الفوتوغرافي", + "attribute": "إعدادات الكاميرا" + }, + { + "displayName": "Shutter Speed 1/1000", + "langName": "سرعة الغالق 1/1000", + "object": "التصوير الفوتوغرافي", + "attribute": "إعدادات الكاميرا" + }, + { + "displayName": "Shutter Speed 1/2", + "langName": "سرعة الغالق 1/2", + "object": "التصوير الفوتوغرافي", + "attribute": "إعدادات الكاميرا" + }, + { + "displayName": "F/2.8", + "langName": "الفتحة/2.8", + "object": "التصوير الفوتوغرافي", + "attribute": "إعدادات الكاميرا" + }, + { + "displayName": "F/22", + "langName": "إف/22", + "object": "التصوير الفوتوغرافي", + "attribute": "إعدادات الكاميرا" + }, + { + "displayName": "Gamma", + "langName": "غاما", + "object": "التصوير الفوتوغرافي", + "attribute": "إعدادات الكاميرا" + }, + { + "displayName": "White Balance", + "langName": "توازن اللون الأبيض", + "object": "التصوير الفوتوغرافي", + "attribute": "إعدادات الكاميرا" + }, + { + "displayName": "Schlieren", + "langName": "تدخل موجة الضوء", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Night Vision", + "langName": "التصوير في الإضاءة المنخفضة", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Hyperspectral Imaging", + "langName": "التصوير الفائق الطيفي", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Multispectral Imaging", + "langName": "التصوير متعدد الأطياف", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Camcorder Effect", + "langName": "تأثيرات الكاميرا", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "DSLR", + "langName": "SLR", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "35mm", + "langName": "35 ملم", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Tri-X 400 TX", + "langName": "ثلاثي اكس 400 تي اكس", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Instax", + "langName": "بولارويد", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Ektachrome", + "langName": "كوداك إكتاكروم", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Fujifilm Superia", + "langName": "فوجي فيلم", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Fujifilm XT3", + "langName": "فوجي فيلم XT3", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Polaroid SX-70", + "langName": "بولارويد", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Ilford HP5", + "langName": "إلفورد HP5", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Kodak Ektar", + "langName": "كوداك اكتار", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Kodak Gold 200", + "langName": "كوداك جولد 200", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Kodak Portra", + "langName": "كوداك بورترا", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Lomo", + "langName": "لومو", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Nikon D750", + "langName": "نيكون D750", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Provia", + "langName": "فوجي بروفيا", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Shot on 70mm", + "langName": "تم التصوير على فيلم 70 ملم", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Velvia", + "langName": "فوجي فيلفيا", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Vintage", + "langName": "تبادل لاطلاق النار خمر", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Pinhole Photography", + "langName": "التصوير الفوتوغرافي الثقب", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Photogram", + "langName": "صورة", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Daguerrotype", + "langName": "داجيروتيب", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Ambrotype", + "langName": "التصوير الفوتوغرافي القديم", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Calotype", + "langName": "التصوير الفوتوغرافي", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Tintype", + "langName": "التصوير الفوتوغرافي بالطباعة", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Dashcam-Footage", + "langName": "فيديو مسجل القيادة", + "object": "التصوير الفوتوغرافي", + "attribute": "آلة تصوير" + }, + { + "displayName": "Unary", + "langName": "يوان واحد", + "object": "التصوير الفوتوغرافي", + "attribute": "النظام الرقمي" + }, + { + "displayName": "Binary", + "langName": "ثنائي", + "object": "التصوير الفوتوغرافي", + "attribute": "النظام الرقمي" + }, + { + "displayName": "Ternary", + "langName": "ثلاثي", + "object": "التصوير الفوتوغرافي", + "attribute": "النظام الرقمي" + }, + { + "displayName": "Quaternary", + "langName": "رباعي", + "object": "التصوير الفوتوغرافي", + "attribute": "النظام الرقمي" + }, + { + "displayName": "Quinary", + "langName": "خماسي", + "object": "التصوير الفوتوغرافي", + "attribute": "النظام الرقمي" + }, + { + "displayName": "Senary", + "langName": "سداسي عشري", + "object": "التصوير الفوتوغرافي", + "attribute": "النظام الرقمي" + }, + { + "displayName": "Septenary", + "langName": "سبعة قاعدة", + "object": "التصوير الفوتوغرافي", + "attribute": "النظام الرقمي" + }, + { + "displayName": "Octal", + "langName": "ثماني", + "object": "التصوير الفوتوغرافي", + "attribute": "النظام الرقمي" + }, + { + "displayName": "Nonary", + "langName": "تسعة قاعدة", + "object": "التصوير الفوتوغرافي", + "attribute": "النظام الرقمي" + }, + { + "displayName": "Decimal", + "langName": "عشري", + "object": "التصوير الفوتوغرافي", + "attribute": "النظام الرقمي" + }, + { + "displayName": "Hexadecimal", + "langName": "سداسي عشري", + "object": "التصوير الفوتوغرافي", + "attribute": "النظام الرقمي" + }, + { + "displayName": "depth of field", + "langName": "عمق المجال (تنسيق المشاهد البشرية)", + "object": "التصوير الفوتوغرافي", + "attribute": "تأثير" + }, + { + "displayName": "motion_blur", + "langName": "طمس بسبب الحركة", + "object": "التصوير الفوتوغرافي", + "attribute": "تأثير" + }, + { + "displayName": "motion_lines", + "langName": "الخطوط التي تجسد الحركة", + "object": "التصوير الفوتوغرافي", + "attribute": "تأثير" + }, + { + "displayName": "speed_lines", + "langName": "خط السرعة", + "object": "التصوير الفوتوغرافي", + "attribute": "تأثير" + }, + { + "displayName": "bokeh", + "langName": "المواد الكاوية (خلفية غير واضحة)", + "object": "التصوير الفوتوغرافي", + "attribute": "تأثير" + }, + { + "displayName": "chromatic_aberration", + "langName": "انحراف لوني، اللون خارج نطاق التركيز", + "object": "التصوير الفوتوغرافي", + "attribute": "تأثير" + }, + { + "displayName": "overexposure", + "langName": "تعريض زائد", + "object": "التصوير الفوتوغرافي", + "attribute": "تأثير" + }, + { + "displayName": "Vignette", + "langName": "المقالة القصيرة", + "object": "التصوير الفوتوغرافي", + "attribute": "تأثير" + }, + { + "displayName": "Split Toning", + "langName": "تقسيم الدرجات", + "object": "التصوير الفوتوغرافي", + "attribute": "تأثير" + }, + { + "displayName": "Rephotography", + "langName": "التصوير الثقيل", + "object": "التصوير الفوتوغرافي", + "attribute": "تأثير" + }, + { + "displayName": "miniature model film", + "langName": "فيلم المنمنمات", + "object": "التصوير الفوتوغرافي", + "attribute": "تأثير" + }, + { + "displayName": "Scanography", + "langName": "مسح التصوير الفوتوغرافي", + "object": "التصوير الفوتوغرافي", + "attribute": "تأثير" + }, + { + "displayName": "Slit-Scan Photography", + "langName": "التصوير بالمسح الضوئي", + "object": "التصوير الفوتوغرافي", + "attribute": "تأثير" + }, + { + "displayName": "photorealistic,realistic", + "langName": "واقعية، محاكاة", + "object": "التصوير الفوتوغرافي", + "attribute": "تأثير" + }, + { + "displayName": "realistic", + "langName": "حقيقي", + "object": "التصوير الفوتوغرافي", + "attribute": "تأثير" + }, + { + "displayName": "semi-realistic", + "langName": "شبه واقعية", + "object": "التصوير الفوتوغرافي", + "attribute": "تأثير" + }, + { + "displayName": "realistic shadows", + "langName": "ظل الواقع", + "object": "التصوير الفوتوغرافي", + "attribute": "تأثير" + }, + { + "displayName": "detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "تفاصيل اليد", + "object": "التصوير الفوتوغرافي", + "attribute": "تأثير" + }, + { + "displayName": "detailed feet and detailed 5 toes and detailed 5 toenails", + "langName": "تفاصيل القدمين", + "object": "التصوير الفوتوغرافي", + "attribute": "تأثير" + }, + { + "displayName": "Transparent", + "langName": "شفاف", + "object": "مادة", + "attribute": "العتامة" + }, + { + "displayName": "Translucent", + "langName": "شفافة", + "object": "مادة", + "attribute": "العتامة" + }, + { + "displayName": "Opaque", + "langName": "معتم", + "object": "مادة", + "attribute": "العتامة" + }, + { + "displayName": "Bump Map", + "langName": "خريطة عثرة", + "object": "مادة", + "attribute": "رسم خريطة" + }, + { + "displayName": "Bump Mapped", + "langName": "مع خريطة عثرة", + "object": "مادة", + "attribute": "رسم خريطة" + }, + { + "displayName": "Bump Mapping", + "langName": "رسم الخرائط عثرة", + "object": "مادة", + "attribute": "رسم خريطة" + }, + { + "displayName": "Normal Map", + "langName": "خريطة عادية", + "object": "مادة", + "attribute": "رسم خريطة" + }, + { + "displayName": "Depth Map", + "langName": "خريطة العمق", + "object": "مادة", + "attribute": "رسم خريطة" + }, + { + "displayName": "Soft Body", + "langName": "برمجة", + "object": "مادة", + "attribute": "جسم ناعم" + }, + { + "displayName": "Squishy", + "langName": "رقيق", + "object": "مادة", + "attribute": "جسم ناعم" + }, + { + "displayName": "Anisotropy", + "langName": "تباين", + "object": "مادة", + "attribute": "مميزة" + }, + { + "displayName": "Carbonated", + "langName": "الغازية", + "object": "مادة", + "attribute": "مميزة" + }, + { + "displayName": "Effervescent", + "langName": "رغوة", + "object": "مادة", + "attribute": "مميزة" + }, + { + "displayName": "Icy", + "langName": "بارد", + "object": "مادة", + "attribute": "مميزة" + }, + { + "displayName": "Charred", + "langName": "الكربنة", + "object": "مادة", + "attribute": "مميزة" + }, + { + "displayName": "Corrugated", + "langName": "التجاعيد", + "object": "مادة", + "attribute": "مميزة" + }, + { + "displayName": "Perforated", + "langName": "ثقب", + "object": "مادة", + "attribute": "مميزة" + }, + { + "displayName": "Wooden", + "langName": "خشبي", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Lumber", + "langName": "خشب", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Plywood", + "langName": "الخشب الرقائقي", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Particle-Board", + "langName": "لوح الجسيمات", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Sawdust", + "langName": "نشارة الخشب", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Cork", + "langName": "الفلين", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Cherry-Wood", + "langName": "خشب الكرز", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Maple-Wood", + "langName": "القيقب", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Pine-Wood", + "langName": "غابة الصنوبر", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Oak-Wood", + "langName": "بلوط", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Birch-Wood", + "langName": "البتولا", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Acacia-Wood", + "langName": "خشب السنط", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Cedar-Wood", + "langName": "خشب الارز", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Wood-Stain", + "langName": "وصمة عار الخشب", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Planks", + "langName": "سبورة", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Wooden Planks", + "langName": "لوح خشبي", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Nailed-Wood", + "langName": "خشب الأظافر", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Wooden Fence", + "langName": "سياج خشبي", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Cardboard", + "langName": "كرتون", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Corrugated Fiberboard", + "langName": "كرتون مموج", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Paperboard", + "langName": "كرتون", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Cardstock", + "langName": "انحشار الورق", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Paper", + "langName": "ورق", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Construction Paper", + "langName": "رسومات البناء", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Tissue Paper", + "langName": "مناديل المراحيض", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Graph Paper", + "langName": "ورقة الرسم البياني", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Kraft Paper", + "langName": "ورق كرافت", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Washi", + "langName": "ورق ياباني", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Wasli", + "langName": "ورق الواصلي", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Papyrus", + "langName": "البردي", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Manuscript Paper", + "langName": "ورقة مخطوطة", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Wrapping Paper", + "langName": "ورق التغليف", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Parchment", + "langName": "شهادة جامعية", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Parchment Paper", + "langName": "ورق شواء", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Medieval Parchment", + "langName": "شهادة جامعية في العصور الوسطى", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Toilet Paper", + "langName": "مناديل المراحيض", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Paper Towel", + "langName": "منديل", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Manila Paper", + "langName": "ورق مانيلا", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Manila Folder", + "langName": "مجلد مانيلا", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Envelope", + "langName": "ظرف", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Security Paper", + "langName": "مكافحة التزييف الورق", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Rolling Paper", + "langName": "ورق السجائر", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Cotton Paper", + "langName": "منديل", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Hemp Fiber", + "langName": "ألياف القنب", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Hemp Paper", + "langName": "ورق القنب", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Cellulose", + "langName": "السليلوز", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Plastic-Coated Paper", + "langName": "ورق مطلي بالبلاستيك", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Tar Paper", + "langName": "ورق القطران", + "object": "مادة", + "attribute": "الخشب والورق" + }, + { + "displayName": "Soil", + "langName": "تربة", + "object": "مادة", + "attribute": "تربة" + }, + { + "displayName": "Dirt", + "langName": "تراب", + "object": "مادة", + "attribute": "تربة" + }, + { + "displayName": "Mud", + "langName": "الطين", + "object": "مادة", + "attribute": "تربة" + }, + { + "displayName": "Mud Brick", + "langName": "الطوب الطيني", + "object": "مادة", + "attribute": "تربة" + }, + { + "displayName": "Clay", + "langName": "فخار", + "object": "مادة", + "attribute": "تربة" + }, + { + "displayName": "Sand", + "langName": "رمل", + "object": "مادة", + "attribute": "تربة" + }, + { + "displayName": "Gravel", + "langName": "الحصى", + "object": "مادة", + "attribute": "تربة" + }, + { + "displayName": "Silt", + "langName": "الطمي", + "object": "مادة", + "attribute": "تربة" + }, + { + "displayName": "Dust", + "langName": "تراب", + "object": "مادة", + "attribute": "تربة" + }, + { + "displayName": "Spodosol", + "langName": "التربة الصنوبرية", + "object": "مادة", + "attribute": "تربة" + }, + { + "displayName": "Podzol", + "langName": "التربة الصنوبرية", + "object": "مادة", + "attribute": "تربة" + }, + { + "displayName": "Sandpaper", + "langName": "ورق زجاج", + "object": "مادة", + "attribute": "تربة" + }, + { + "displayName": "Stone", + "langName": "حجر", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Cobblestone", + "langName": "حصاة كبيرة", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Pebbles", + "langName": "حصاة", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Rock", + "langName": "صخر", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Rocky", + "langName": "صخري", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Bedrock", + "langName": "حجر الأساس", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Flint", + "langName": "الصوان", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Sandstone", + "langName": "الحجر الرملي", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Basalt", + "langName": "البازلت", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Marble", + "langName": "رخام", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Granite", + "langName": "الجرانيت", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Diorite", + "langName": "الديوريت", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Andesite", + "langName": "انديسايت", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Gypsum", + "langName": "جص", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Coal", + "langName": "الفحم", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Sulfur", + "langName": "الكبريت", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Graphene", + "langName": "الجرافين", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Carbon Nanotubes", + "langName": "أنابيب الكربون النانوية", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Carbon Fiber", + "langName": "ألياف الكربون", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Concrete", + "langName": "أسمنت", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Sidewalk", + "langName": "الرصيف", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Asphalt", + "langName": "أسفلت", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Hempcrete", + "langName": "القنب ملموسة", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Brick", + "langName": "لبنة", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Terracotta", + "langName": "الطين الأحمر", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Pottery", + "langName": "الفخار", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Ceramic", + "langName": "منتجات السيراميك", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Enamel", + "langName": "المينا", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Sheetrock", + "langName": "ألواح الجبس", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Plaster", + "langName": "الجص", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Asbestos", + "langName": "الاسبستوس", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Slag", + "langName": "الخبث", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Vermiculite", + "langName": "الفيرميكوليت", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Perlite", + "langName": "البيرلايت", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Borax", + "langName": "البوراكس", + "object": "مادة", + "attribute": "الحجارة والمعادن" + }, + { + "displayName": "Metallic", + "langName": "معدني", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Metal", + "langName": "معدن", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Liquid Metal", + "langName": "المعدن السائل", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Foil", + "langName": "احباط", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Rusty", + "langName": "صدئ", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Pewter", + "langName": "بيوتر", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Copper", + "langName": "نحاس", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Tin", + "langName": "القصدير", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Aluminum", + "langName": "الألومنيوم", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Brushed Aluminum", + "langName": "الألومنيوم المصقول", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Bronze", + "langName": "برونزية", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Brass", + "langName": "النحاس", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Iron", + "langName": "حديد", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Wrought Iron", + "langName": "الحديد المطاوع", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Steel", + "langName": "فُولاَذ", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Stainless Steel", + "langName": "الفولاذ المقاوم للصدأ", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Damascus Steel", + "langName": "دمشق الصلب", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Titanium", + "langName": "التيتانيوم", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Anodized Titanium", + "langName": "بأكسيد التيتانيوم", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Damascus Titanium", + "langName": "التيتانيوم دمشق", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Sterling Silver", + "langName": "الفضة الاسترليني", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Sterling", + "langName": "الفضة القياسية", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Rose-Gold", + "langName": "ارتفع الذهب", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Platinum", + "langName": "البلاتين", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Chromium", + "langName": "الكروم", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Chrome", + "langName": "مطلي بالكروم", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Mercury", + "langName": "الزئبق", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Mercury Metal", + "langName": "معدن الزئبق", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Molten Mercury", + "langName": "الزئبق المنصهر", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Molten Mercury Metal", + "langName": "معدن الزئبق المنصهر", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Gallium", + "langName": "الغاليوم", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Magnesium", + "langName": "المغنيسيوم", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Zinc", + "langName": "الزنك", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Lead", + "langName": "يقود", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Tungsten", + "langName": "التنغستن", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Zirconium", + "langName": "الزركونيوم", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Cubic Zirconium", + "langName": "الزركون المكعب", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Cobalt", + "langName": "الكوبالت", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Uranium", + "langName": "اليورانيوم", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Sodium", + "langName": "الصوديوم", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Potassium", + "langName": "البوتاسيوم", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Constantan", + "langName": "كونستانتان", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Hepatizon", + "langName": "هيبا النحاس", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Nichrome", + "langName": "نيتشروم", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Damascus", + "langName": "دمشق", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Iron Filings", + "langName": "برادة الحديد", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Copper-Sulfate", + "langName": "كبريتات النحاس", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Solder", + "langName": "لحام", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Metallic Fiber", + "langName": "الألياف المعدنية", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Armature Wire", + "langName": "سلك مدرع", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Metal Foam", + "langName": "رغوة معدنية", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Needle", + "langName": "إبرة", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Screw", + "langName": "أفسد", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Paper Clips", + "langName": "مشبك ورق", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Chain-link", + "langName": "سلسلة", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Chicken Wire", + "langName": "سلك شائك", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Chain-link Fence", + "langName": "سياج ربط السلسلة", + "object": "مادة", + "attribute": "معدن" + }, + { + "displayName": "Glassy", + "langName": "زجاجي", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Stained Glass", + "langName": "زجاج ملون", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Stained Glass Windows", + "langName": "نوافذ زجاجية ملونة", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Seaglass", + "langName": "زجاج البحر", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Mirror", + "langName": "مرآة", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Fiberglass", + "langName": "الألياف الزجاجية", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Glass Fiber", + "langName": "الألياف الزجاجية", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Glass and Crystals", + "langName": "الزجاج والكريستال", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Crystalline", + "langName": "كريستال", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Diamond", + "langName": "الماس", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Amethyst", + "langName": "جمشت", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Quartz", + "langName": "كوارتز", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Smoky Quartz", + "langName": "الكوارتز المدخن", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Rose Quartz", + "langName": "الكوارتز الوردي", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Milky Quartz", + "langName": "الكوارتز براق", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Rutilated Quartz", + "langName": "التيتانيوم الكريستال الكوارتز", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Sceptred Quartz", + "langName": "الكوارتز عقيدية", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Herkimer Diamond", + "langName": "هيركيمير الماس", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Ruby", + "langName": "روبي", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Sapphire", + "langName": "الياقوت", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Emerald", + "langName": "الزمرد", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Pearl", + "langName": "لؤلؤة", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Citrine", + "langName": "السترين", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Fluorite", + "langName": "فلوريت", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Onyx", + "langName": "العقيق", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Lapis Lazuli", + "langName": "اللازورد", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Obsidian", + "langName": "سبج", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Selenite", + "langName": "الجص الشفاف", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Jasper", + "langName": "العقيق", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Opal", + "langName": "أوبال", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Opalite", + "langName": "العقيق العقيق", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Topaz", + "langName": "التوباز", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Agate", + "langName": "العقيق", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Carnelian", + "langName": "العقيق الأحمر", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Ametrine", + "langName": "أميترين", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Aventurine", + "langName": "التورمالين الأخضر", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Borax Crystals", + "langName": "بلورات البوراكس", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Colloidal Crystal", + "langName": "بلورات الغروية", + "object": "مادة", + "attribute": "الزجاج والكريستال" + }, + { + "displayName": "Cloth", + "langName": "قطعة قماش", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Cotton", + "langName": "قطن", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Polyester", + "langName": "ألياف البوليستر", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Twine", + "langName": "البرمة", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Silk", + "langName": "حرير", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Denim", + "langName": "الدنيم", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Leather", + "langName": "جلد", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Felt", + "langName": "شعر", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Felt Cloth", + "langName": "شعر القماش", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Cashmere", + "langName": "الكشمير", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Velvet", + "langName": "مخمل", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Corduroy", + "langName": "سروال قصير", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Nylon", + "langName": "نايلون", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Polyamide", + "langName": "مادة البولي أميد", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Kevlar", + "langName": "الأراميد", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Spandex", + "langName": "دنة", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Rayon", + "langName": "رايون", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Microfiber", + "langName": "ستوكات", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Fibers", + "langName": "الفيبر", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Lyocell", + "langName": "لايوسل", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Cordura", + "langName": "كودورا", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Lurex", + "langName": "خرير الماء", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Nomex", + "langName": "نومكس", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Quilt", + "langName": "لحاف", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Memory Foam", + "langName": "رغوة الذاكرة", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Lint", + "langName": "الوبر", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Blanket", + "langName": "بطانية", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Pin Cushion", + "langName": "وسادة مدبسة", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Yarn", + "langName": "غزل", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Knitted", + "langName": "محبوك", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Rug", + "langName": "سجادة المنطقة", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Crochet", + "langName": "الكروشيه", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Cross Stich", + "langName": "عبر الابره", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Needle Point", + "langName": "الحياكة", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Patch", + "langName": "رقعة", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Sewen", + "langName": "خياطة", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Applique", + "langName": "زين", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Macrame", + "langName": "ربط الحذاء", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Weave", + "langName": "جديلة", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Net", + "langName": "شبكة", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Netting", + "langName": "قماش شبكي", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Gauze", + "langName": "الشاش", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Spider Web", + "langName": "شبكة العنكبوت", + "object": "مادة", + "attribute": "قطعة قماش" + }, + { + "displayName": "Plastic", + "langName": "بلاستيك", + "object": "مادة", + "attribute": "فيلم من البلاستيك/الرغوة" + }, + { + "displayName": "Shrink Wrap", + "langName": "يتقلص الفيلم", + "object": "مادة", + "attribute": "فيلم من البلاستيك/الرغوة" + }, + { + "displayName": "Plastic Wrap", + "langName": "غلاف بلاستيكي", + "object": "مادة", + "attribute": "فيلم من البلاستيك/الرغوة" + }, + { + "displayName": "Cling Wrap", + "langName": "فيلم التعبئة والتغليف لزجة", + "object": "مادة", + "attribute": "فيلم من البلاستيك/الرغوة" + }, + { + "displayName": "Teflon", + "langName": "تفلون", + "object": "مادة", + "attribute": "فيلم من البلاستيك/الرغوة" + }, + { + "displayName": "Lego", + "langName": "ليغو", + "object": "مادة", + "attribute": "فيلم من البلاستيك/الرغوة" + }, + { + "displayName": "Polyurethane", + "langName": "مادة البولي يوريثين", + "object": "مادة", + "attribute": "فيلم من البلاستيك/الرغوة" + }, + { + "displayName": "Polyethylene", + "langName": "البولي ايثيلين", + "object": "مادة", + "attribute": "فيلم من البلاستيك/الرغوة" + }, + { + "displayName": "Polyvinyl", + "langName": "البولي ايثيلين", + "object": "مادة", + "attribute": "فيلم من البلاستيك/الرغوة" + }, + { + "displayName": "Polypropylene", + "langName": "مادة البولي بروبيلين", + "object": "مادة", + "attribute": "فيلم من البلاستيك/الرغوة" + }, + { + "displayName": "Polyimide", + "langName": "بوليميد", + "object": "مادة", + "attribute": "فيلم من البلاستيك/الرغوة" + }, + { + "displayName": "Styrofoam", + "langName": "الستايروفوم", + "object": "مادة", + "attribute": "فيلم من البلاستيك/الرغوة" + }, + { + "displayName": "Foam", + "langName": "رغوة", + "object": "مادة", + "attribute": "فيلم من البلاستيك/الرغوة" + }, + { + "displayName": "Rubber", + "langName": "ممحاة", + "object": "مادة", + "attribute": "ممحاة" + }, + { + "displayName": "Rubber Band", + "langName": "شريط مطاطي", + "object": "مادة", + "attribute": "ممحاة" + }, + { + "displayName": "Rubber Band Ball", + "langName": "كرة مطاطية", + "object": "مادة", + "attribute": "ممحاة" + }, + { + "displayName": "Balloon", + "langName": "بالون", + "object": "مادة", + "attribute": "ممحاة" + }, + { + "displayName": "Nitrile", + "langName": "مطاط النتريل", + "object": "مادة", + "attribute": "ممحاة" + }, + { + "displayName": "Silicone", + "langName": "سيليكون", + "object": "مادة", + "attribute": "ممحاة" + }, + { + "displayName": "Vinyl", + "langName": "بلاستيك الفينيل", + "object": "مادة", + "attribute": "ممحاة" + }, + { + "displayName": "Linoleum", + "langName": "مشمع", + "object": "مادة", + "attribute": "ممحاة" + }, + { + "displayName": "Silly Band", + "langName": "شريط مطاطي", + "object": "مادة", + "attribute": "ممحاة" + }, + { + "displayName": "Wax", + "langName": "الشمع", + "object": "مادة", + "attribute": "الشمع" + }, + { + "displayName": "Wax Paper", + "langName": "مرسام", + "object": "مادة", + "attribute": "الشمع" + }, + { + "displayName": "Carnauba Wax", + "langName": "شمع الكرنوبا", + "object": "مادة", + "attribute": "الشمع" + }, + { + "displayName": "Candelilla Wax", + "langName": "شمع الشمعدانات", + "object": "مادة", + "attribute": "الشمع" + }, + { + "displayName": "Paraffin Wax", + "langName": "البارافين", + "object": "مادة", + "attribute": "الشمع" + }, + { + "displayName": "Shellac", + "langName": "اللك", + "object": "مادة", + "attribute": "الشمع" + }, + { + "displayName": "Ice", + "langName": "الجليد", + "object": "مادة", + "attribute": "الجليد والثلج" + }, + { + "displayName": "Blue-Ice", + "langName": "الجليد الأزرق", + "object": "مادة", + "attribute": "الجليد والثلج" + }, + { + "displayName": "Dry Ice", + "langName": "الثلج الجاف", + "object": "مادة", + "attribute": "الجليد والثلج" + }, + { + "displayName": "Hairy", + "langName": "مشعر", + "object": "مادة", + "attribute": "الشعر/الفراء" + }, + { + "displayName": "Fuzz", + "langName": "زغب", + "object": "مادة", + "attribute": "الشعر/الفراء" + }, + { + "displayName": "Beard", + "langName": "لحية", + "object": "مادة", + "attribute": "الشعر/الفراء" + }, + { + "displayName": "Feathers", + "langName": "ريشة", + "object": "مادة", + "attribute": "الشعر/الفراء" + }, + { + "displayName": "Zebra", + "langName": "حمار وحشي", + "object": "مادة", + "attribute": "الشعر/الفراء" + }, + { + "displayName": "Dust-Bunny", + "langName": "أرنب رمادي", + "object": "مادة", + "attribute": "الشعر/الفراء" + }, + { + "displayName": "Liquid", + "langName": "سائل", + "object": "مادة", + "attribute": "سائل" + }, + { + "displayName": "Water", + "langName": "ماء", + "object": "مادة", + "attribute": "سائل" + }, + { + "displayName": "Lava", + "langName": "الصهارة", + "object": "مادة", + "attribute": "سائل" + }, + { + "displayName": "Magma", + "langName": "الحمم البركانية", + "object": "مادة", + "attribute": "سائل" + }, + { + "displayName": "Molten Rock", + "langName": "تذوب الصخور", + "object": "مادة", + "attribute": "سائل" + }, + { + "displayName": "Ferro Fluid", + "langName": "سائل ممغنط", + "object": "مادة", + "attribute": "سائل" + }, + { + "displayName": "Liquid Crystal", + "langName": "الكريستال السائل", + "object": "مادة", + "attribute": "سائل" + }, + { + "displayName": "Gasoline", + "langName": "الغازولين", + "object": "مادة", + "attribute": "سائل" + }, + { + "displayName": "Turpentine", + "langName": "زيت التربنتين", + "object": "مادة", + "attribute": "سائل" + }, + { + "displayName": "Mineral Oil", + "langName": "الزيوت المعدنية", + "object": "مادة", + "attribute": "سائل" + }, + { + "displayName": "Motor Oil", + "langName": "زيت المحرك", + "object": "مادة", + "attribute": "سائل" + }, + { + "displayName": "Sea Foam", + "langName": "رغوة البحر", + "object": "مادة", + "attribute": "سائل" + }, + { + "displayName": "Emulsion", + "langName": "استحلاب", + "object": "مادة", + "attribute": "سائل" + }, + { + "displayName": "Lipid", + "langName": "الدهون", + "object": "مادة", + "attribute": "سائل" + }, + { + "displayName": "Flubber", + "langName": "نسيج مرن", + "object": "مادة", + "attribute": "الوحل" + }, + { + "displayName": "Putty", + "langName": "مواد لاصقة لسد وتعبئة الفراغات", + "object": "مادة", + "attribute": "الوحل" + }, + { + "displayName": "Poster Tack", + "langName": "الغراء الملصق", + "object": "مادة", + "attribute": "الوحل" + }, + { + "displayName": "Gel", + "langName": "هلام", + "object": "مادة", + "attribute": "اللزوجة" + }, + { + "displayName": "Aerogel", + "langName": "ايروجيل", + "object": "مادة", + "attribute": "اللزوجة" + }, + { + "displayName": "Softgel", + "langName": "كبسولة ناعمة", + "object": "مادة", + "attribute": "اللزوجة" + }, + { + "displayName": "Silica Gel", + "langName": "سيليكون", + "object": "مادة", + "attribute": "اللزوجة" + }, + { + "displayName": "Ballistic Gel", + "langName": "هلام الباليستية", + "object": "مادة", + "attribute": "اللزوجة" + }, + { + "displayName": "Jellyfish", + "langName": "قنديل البحر", + "object": "مادة", + "attribute": "اللزوجة" + }, + { + "displayName": "Ballistic Foam", + "langName": "الرغوة الباليستية", + "object": "مادة", + "attribute": "اللزوجة" + }, + { + "displayName": "Sponge", + "langName": "اسفنجة", + "object": "مادة", + "attribute": "اللزوجة" + }, + { + "displayName": "Spongy", + "langName": "إسفنجي", + "object": "مادة", + "attribute": "اللزوجة" + }, + { + "displayName": "Tape", + "langName": "شريط لاصق", + "object": "مادة", + "attribute": "لاصق" + }, + { + "displayName": "Duct Tape", + "langName": "الشريط", + "object": "مادة", + "attribute": "لاصق" + }, + { + "displayName": "Scotch Tape", + "langName": "الغراء الشفاف", + "object": "مادة", + "attribute": "لاصق" + }, + { + "displayName": "Clear Tape", + "langName": "شريط لاصق من نوع سكوتش", + "object": "مادة", + "attribute": "لاصق" + }, + { + "displayName": "Packing Tape", + "langName": "شريط الختم", + "object": "مادة", + "attribute": "لاصق" + }, + { + "displayName": "Masking Tape", + "langName": "شريط اخفاء", + "object": "مادة", + "attribute": "لاصق" + }, + { + "displayName": "Kapton", + "langName": "كابتون", + "object": "مادة", + "attribute": "لاصق" + }, + { + "displayName": "Kapton Tape", + "langName": "شريط كابتون", + "object": "مادة", + "attribute": "لاصق" + }, + { + "displayName": "Adhesive", + "langName": "لاصق", + "object": "مادة", + "attribute": "لاصق" + }, + { + "displayName": "Glue", + "langName": "غراء", + "object": "مادة", + "attribute": "لاصق" + }, + { + "displayName": "Epoxy", + "langName": "راتنجات الايبوكسي", + "object": "مادة", + "attribute": "لاصق" + }, + { + "displayName": "Polymer", + "langName": "البوليمر", + "object": "مادة", + "attribute": "البوليمر" + }, + { + "displayName": "Orbeez", + "langName": "قطرات الماء", + "object": "مادة", + "attribute": "البوليمر" + }, + { + "displayName": "Oobleck", + "langName": "محلول النشا المختلط", + "object": "مادة", + "attribute": "البوليمر" + }, + { + "displayName": "Vapor", + "langName": "بخار", + "object": "مادة", + "attribute": "غاز/مسحوق" + }, + { + "displayName": "Clouds", + "langName": "سحاب", + "object": "مادة", + "attribute": "غاز/مسحوق" + }, + { + "displayName": "Fog", + "langName": "ضباب", + "object": "مادة", + "attribute": "غاز/مسحوق" + }, + { + "displayName": "Mist", + "langName": "شَبُّورَة", + "object": "مادة", + "attribute": "غاز/مسحوق" + }, + { + "displayName": "Gas", + "langName": "غاز", + "object": "مادة", + "attribute": "غاز/مسحوق" + }, + { + "displayName": "Aerosol", + "langName": "الهباء الجوي", + "object": "مادة", + "attribute": "غاز/مسحوق" + }, + { + "displayName": "Powder", + "langName": "مسحوق", + "object": "مادة", + "attribute": "غاز/مسحوق" + }, + { + "displayName": "Smoke", + "langName": "سيجارة", + "object": "مادة", + "attribute": "غاز/مسحوق" + }, + { + "displayName": "Plasma", + "langName": "بلازما", + "object": "مادة", + "attribute": "البلازما والطاقة" + }, + { + "displayName": "Electric", + "langName": "كهرباء", + "object": "مادة", + "attribute": "البلازما والطاقة" + }, + { + "displayName": "Electricity", + "langName": "كهرباء", + "object": "مادة", + "attribute": "البلازما والطاقة" + }, + { + "displayName": "Fire", + "langName": "نار", + "object": "مادة", + "attribute": "البلازما والطاقة" + }, + { + "displayName": "Burn", + "langName": "الاحتراق", + "object": "مادة", + "attribute": "البلازما والطاقة" + }, + { + "displayName": "Inferno", + "langName": "جهنم", + "object": "مادة", + "attribute": "البلازما والطاقة" + }, + { + "displayName": "Jelly", + "langName": "هلام", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Agar", + "langName": "أجار", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Wagyu", + "langName": "واغيو", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Tallow", + "langName": "الشحم", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Butter", + "langName": "سمنة", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Margarine", + "langName": "السمن", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Cheese", + "langName": "جبن", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Egg Yolk", + "langName": "صفار البيض", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Beans", + "langName": "فول", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Macaroni", + "langName": "معكرونة", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Marconi and Cheese", + "langName": "جبنة ماكرون", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Pretzel", + "langName": "المعجنات", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Churros", + "langName": "أعواد العجين المقلية", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Bread", + "langName": "خبز", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Made of Bread", + "langName": "مصنوع من الخبز", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Sour Cream", + "langName": "الكريمة الحامضة", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Sauce", + "langName": "صلصة", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Pasta Sauce", + "langName": "صلصة السباغيتي", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Ketchup", + "langName": "كاتشب", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Mustard", + "langName": "الخردل", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Mayonnaise", + "langName": "مايونيز", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Syrup", + "langName": "شراب", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Maple Syrup", + "langName": "شراب القيقب", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Whipped Cream", + "langName": "كريمة طازجة", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Lollipop", + "langName": "مصاصة", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Cinnamon", + "langName": "القرفة", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Caramel", + "langName": "الكراميل", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Taffy", + "langName": "الحلوى", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Honeycomb", + "langName": "حلوى العسل", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Edible Ink", + "langName": "حبر صالح للأكل", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Food Coloring", + "langName": "تلوين الطعام", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Sprinkles", + "langName": "شظايا الحلوى", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Fondant Icing", + "langName": "الجليد فندان", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Royal Icing", + "langName": "مرنغ", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Wedding Cake", + "langName": "كعكة الزفاف", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Cake Decorating", + "langName": "تزيين الكيك", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Shortcrust-Pastry", + "langName": "عجين الفطير", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Flaky-Pastry", + "langName": "عجين الفطير بالميلفي", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Puff-Pastry", + "langName": "عجين الفطير", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Eclair", + "langName": "نفث", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Cannoli", + "langName": "لفة دونات", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Fruit-Tart", + "langName": "تورتة الفاكهة", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Creme Brule", + "langName": "بودنغ الكراميل", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Gum", + "langName": "مضغ العلكة", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Toothpaste", + "langName": "معجون أسنان", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Vegetable Oil", + "langName": "زيت نباتي", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Olive Oil", + "langName": "زيت الزيتون", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Soda", + "langName": "المياه الغازية", + "object": "مادة", + "attribute": "المواد الغذائية والمواد الاستهلاكية" + }, + { + "displayName": "Grass", + "langName": "عشب", + "object": "مادة", + "attribute": "نبات" + }, + { + "displayName": "Grassy", + "langName": "المراعي", + "object": "مادة", + "attribute": "نبات" + }, + { + "displayName": "Floral", + "langName": "زهور", + "object": "مادة", + "attribute": "نبات" + }, + { + "displayName": "Vines", + "langName": "كرمة", + "object": "مادة", + "attribute": "نبات" + }, + { + "displayName": "Tree Bark", + "langName": "نباح", + "object": "مادة", + "attribute": "نبات" + }, + { + "displayName": "Branches", + "langName": "الفروع", + "object": "مادة", + "attribute": "نبات" + }, + { + "displayName": "shrub", + "langName": "شجيرة", + "object": "مادة", + "attribute": "نبات" + }, + { + "displayName": "Leaves", + "langName": "أوراق", + "object": "مادة", + "attribute": "نبات" + }, + { + "displayName": "Pinecone", + "langName": "مخروط الصنوبر", + "object": "مادة", + "attribute": "نبات" + }, + { + "displayName": "Acorn", + "langName": "الجوز", + "object": "مادة", + "attribute": "نبات" + }, + { + "displayName": "Moss", + "langName": "طحلب", + "object": "مادة", + "attribute": "نبات" + }, + { + "displayName": "Cactus", + "langName": "صبار", + "object": "مادة", + "attribute": "نبات" + }, + { + "displayName": "Straw", + "langName": "قَشَّة", + "object": "مادة", + "attribute": "نبات" + }, + { + "displayName": "Straw-Bale", + "langName": "بالات القش", + "object": "مادة", + "attribute": "نبات" + }, + { + "displayName": "Hay", + "langName": "القش", + "object": "مادة", + "attribute": "نبات" + }, + { + "displayName": "Hay-Bale", + "langName": "بالات القش", + "object": "مادة", + "attribute": "نبات" + }, + { + "displayName": "Hemp", + "langName": "مُخَدَّر", + "object": "مادة", + "attribute": "نبات" + }, + { + "displayName": "Fungi", + "langName": "فطر", + "object": "مادة", + "attribute": "البكتيريا" + }, + { + "displayName": "Mushrooms", + "langName": "فطر", + "object": "مادة", + "attribute": "البكتيريا" + }, + { + "displayName": "Mycelium", + "langName": "خيوط", + "object": "مادة", + "attribute": "البكتيريا" + }, + { + "displayName": "Moldy", + "langName": "متعفن", + "object": "مادة", + "attribute": "البكتيريا" + }, + { + "displayName": "Lactarius-Indigo", + "langName": "فطر الحليب النيلي", + "object": "مادة", + "attribute": "البكتيريا" + }, + { + "displayName": "Latticed-Stinkhorn", + "langName": "فطر ذو ساق شعرية", + "object": "مادة", + "attribute": "البكتيريا" + }, + { + "displayName": "Clathrus-Ruber", + "langName": "رودوكوكوس", + "object": "مادة", + "attribute": "البكتيريا" + }, + { + "displayName": "Laccaria-Amethystina", + "langName": "فطر أرجواني", + "object": "مادة", + "attribute": "البكتيريا" + }, + { + "displayName": "Entoloma-Hochstetteri", + "langName": "بودريجوفيلوم هولوفيلا", + "object": "مادة", + "attribute": "البكتيريا" + }, + { + "displayName": "Clavaria-Zollingeri", + "langName": "فطر المرجان الأرجواني", + "object": "مادة", + "attribute": "البكتيريا" + }, + { + "displayName": "Chlorociboria", + "langName": "فطر أخضر", + "object": "مادة", + "attribute": "البكتيريا" + }, + { + "displayName": "Golden-Scruffy-Collybia", + "langName": "فطر قدم الغراب الذهبي", + "object": "مادة", + "attribute": "البكتيريا" + }, + { + "displayName": "Cyptotrama-Asprata", + "langName": "فطر المنشار الخفي", + "object": "مادة", + "attribute": "البكتيريا" + }, + { + "displayName": "Mycena Acicula", + "langName": "فالوفيلوم المؤنف", + "object": "مادة", + "attribute": "البكتيريا" + }, + { + "displayName": "Hygrocybe-Cantharellus", + "langName": "فطر أصفر-بني أحمر القدمين", + "object": "مادة", + "attribute": "البكتيريا" + }, + { + "displayName": "Amanita-Muscaria", + "langName": "امانيتا احمر وابيض", + "object": "مادة", + "attribute": "البكتيريا" + }, + { + "displayName": "Favolaschia-Calocera", + "langName": "فطر إصبع إنسان الغاب", + "object": "مادة", + "attribute": "البكتيريا" + }, + { + "displayName": "Marasmius-Haematocephalus", + "langName": "فطر أحمر الشعر", + "object": "مادة", + "attribute": "البكتيريا" + }, + { + "displayName": "Cystoagaricus-Trisulphuratus", + "langName": "فطر ثلاثي الكبريتات", + "object": "مادة", + "attribute": "البكتيريا" + }, + { + "displayName": "Tremella-Mesenterica", + "langName": "زانثوموناس", + "object": "مادة", + "attribute": "البكتيريا" + }, + { + "displayName": "Tremella-Fuciformis", + "langName": "تريميلا", + "object": "مادة", + "attribute": "البكتيريا" + }, + { + "displayName": "Tornado", + "langName": "اعصار", + "object": "مادة", + "attribute": "هدف" + }, + { + "displayName": "Cage", + "langName": "قفص", + "object": "مادة", + "attribute": "هدف" + }, + { + "displayName": "Cheese Grater", + "langName": "مبشرة الجبن", + "object": "مادة", + "attribute": "هدف" + }, + { + "displayName": "Slinky", + "langName": "ألعاب الربيع", + "object": "مادة", + "attribute": "هدف" + }, + { + "displayName": "Yin Yang", + "langName": "يين ويانغ", + "object": "مادة", + "attribute": "رمز" + }, + { + "displayName": "Taiji", + "langName": "تاي تشي", + "object": "مادة", + "attribute": "رمز" + }, + { + "displayName": "Bagua", + "langName": "نميمة", + "object": "مادة", + "attribute": "رمز" + }, + { + "displayName": "Wu Xing", + "langName": "العناصر الخمسة (المعادن والخشب والماء والنار والأرض)", + "object": "مادة", + "attribute": "رمز" + }, + { + "displayName": "Gorgeous", + "langName": "خلاب", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "stunning", + "langName": "مدهش", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "intricate", + "langName": "معقد", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "detailed", + "langName": "مليئة بالتفاصيل", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "luxurious", + "langName": "رفاهية", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "subtle", + "langName": "حساس", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "delicate", + "langName": "رائعة", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "captivating", + "langName": "أَخَّاذ", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Refreshing", + "langName": "طازج", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Divine", + "langName": "مقدس", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Infused", + "langName": "مزيج في", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Essence", + "langName": "جوهر", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Ineffable", + "langName": "لا يوصف", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Powerful", + "langName": "قوي", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Weak", + "langName": "ضعيف", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Thick", + "langName": "سميك", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Massive Scale", + "langName": "على نطاق واسع", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Massive", + "langName": "الكثير من", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Huge", + "langName": "ضخم", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Large", + "langName": "كبير", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Big", + "langName": "كبير", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Mini", + "langName": "mini", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Tiny", + "langName": "صغير", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Micro", + "langName": "مجهرية", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Nano", + "langName": "نانومتر", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Flexible", + "langName": "مرن", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Paradox", + "langName": "مفارقة", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Feng Shui", + "langName": "فنغ شوي", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Perfectionism", + "langName": "الكمالية", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "OCD", + "langName": "اضطراب الوسواس القهري", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Array", + "langName": "سلسلة", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Muted", + "langName": "صامت", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Visual Perception", + "langName": "الإدراك البصري", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Visual Agnosia", + "langName": "العمه البصري", + "object": "مادة", + "attribute": "مفهوم" + }, + { + "displayName": "Amber", + "langName": "العنبر", + "object": "مادة", + "attribute": "مواد أخرى" + }, + { + "displayName": "Inlay", + "langName": "فسيفساء", + "object": "مادة", + "attribute": "مواد أخرى" + }, + { + "displayName": "Wires", + "langName": "سلك كهربائي", + "object": "مادة", + "attribute": "مواد أخرى" + }, + { + "displayName": "Cells", + "langName": "خلية", + "object": "مادة", + "attribute": "مواد أخرى" + }, + { + "displayName": "Cellular", + "langName": "شبكة", + "object": "مادة", + "attribute": "مواد أخرى" + }, + { + "displayName": "Transistor", + "langName": "الترانزستور", + "object": "مادة", + "attribute": "مواد أخرى" + }, + { + "displayName": "Diode", + "langName": "الصمام الثنائي", + "object": "مادة", + "attribute": "مواد أخرى" + }, + { + "displayName": "Point", + "langName": "نقطة", + "object": "التركيب الهندسي", + "attribute": "شكل" + }, + { + "displayName": "Dot", + "langName": "نقطة", + "object": "التركيب الهندسي", + "attribute": "شكل" + }, + { + "displayName": "Line", + "langName": "سلك", + "object": "التركيب الهندسي", + "attribute": "شكل" + }, + { + "displayName": "Curve", + "langName": "منحنى", + "object": "التركيب الهندسي", + "attribute": "شكل" + }, + { + "displayName": "Bezier Curve", + "langName": "منحنى بيزييه", + "object": "التركيب الهندسي", + "attribute": "شكل" + }, + { + "displayName": "Triangle", + "langName": "مثلث", + "object": "التركيب الهندسي", + "attribute": "شكل" + }, + { + "displayName": "Square", + "langName": "مربع", + "object": "التركيب الهندسي", + "attribute": "شكل" + }, + { + "displayName": "Pentagon", + "langName": "البنتاغون", + "object": "التركيب الهندسي", + "attribute": "شكل" + }, + { + "displayName": "Hexagon", + "langName": "مسدس", + "object": "التركيب الهندسي", + "attribute": "شكل" + }, + { + "displayName": "Hexagonal", + "langName": "مسدس", + "object": "التركيب الهندسي", + "attribute": "شكل" + }, + { + "displayName": "Heptagon", + "langName": "سباعي", + "object": "التركيب الهندسي", + "attribute": "شكل" + }, + { + "displayName": "Octagon", + "langName": "مثمن", + "object": "التركيب الهندسي", + "attribute": "شكل" + }, + { + "displayName": "Nonagon", + "langName": "نوناجون", + "object": "التركيب الهندسي", + "attribute": "شكل" + }, + { + "displayName": "Decagon", + "langName": "عشري الأضلاع", + "object": "التركيب الهندسي", + "attribute": "شكل" + }, + { + "displayName": "Rectangle", + "langName": "المستطيل", + "object": "التركيب الهندسي", + "attribute": "شكل" + }, + { + "displayName": "Rectangular", + "langName": "مستطيلة", + "object": "التركيب الهندسي", + "attribute": "شكل" + }, + { + "displayName": "Parallelogram", + "langName": "متوازي الأضلاع", + "object": "التركيب الهندسي", + "attribute": "شكل" + }, + { + "displayName": "Rhombus", + "langName": "الماس", + "object": "التركيب الهندسي", + "attribute": "شكل" + }, + { + "displayName": "Heart", + "langName": "قلب", + "object": "التركيب الهندسي", + "attribute": "شكل" + }, + { + "displayName": "Spirangle", + "langName": "دوامة", + "object": "التركيب الهندسي", + "attribute": "شكل" + }, + { + "displayName": "Cube", + "langName": "مكعب", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Cuboid", + "langName": "مكعبة", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Sphere", + "langName": "جسم كروي", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Cone", + "langName": "مخروط", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Cylinder", + "langName": "اسطوانة", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Pyramid", + "langName": "هرم", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Torus", + "langName": "حيد", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Rectangular Prism", + "langName": "المنشور الزاوية اليمنى", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Star Prism", + "langName": "المنشور النجمي", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Wedge", + "langName": "إسفين", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Zonohedron", + "langName": "متعدد السطوح", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Tetrahedron", + "langName": "رباعي الاسطح", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Octahedron", + "langName": "المجسم الثماني", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Dodecahedron", + "langName": "الاثني عشر وجها", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Icosahedron", + "langName": "متعدد الوجوه", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Kepler-Poinsot Polyhedra", + "langName": "نقطة كيبلر متعددة السطوح", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Cuboctahedron", + "langName": "المكعبية", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Rhombicuboctahedron", + "langName": "مكعبي السطوح المعينية", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Icosidodecahedron", + "langName": "متعدد الوجوه", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Rhombicosidodecahedron", + "langName": "عشروني السطوح", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Trapezohedron", + "langName": "جسم شبه منحرف", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Cupola", + "langName": "قبة", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Anticupola", + "langName": "القبة العكسية", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Hypercupolae", + "langName": "قبة فائقة", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Bicupola", + "langName": "قبة مزدوجة", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Frustum", + "langName": "مخروط مقطوع", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Bifrustum", + "langName": "إحباط مزدوج", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Rotunda", + "langName": "مستدير", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Birotunda", + "langName": "مستديرة مزدوجة", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Prismatoid", + "langName": "موشور", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Scutoid", + "langName": "متعدد السطوح متقشر", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Bipyramid", + "langName": "مخروط مزدوج", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Star Bipyramid", + "langName": "مخروط نجمي مزدوج", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Anti-Prism", + "langName": "مضاد للمنشور", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Trapezohedra", + "langName": "مخروط شبه منحرف", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Star Trapezohedron", + "langName": "مخروط نجمي شبه منحرف", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Spherical polyhedron", + "langName": "متعدد السطوح كروية", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Mobius strip", + "langName": "شريط موبيوس", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Hexaflexagon", + "langName": "كرتونة سداسية", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Miura fold", + "langName": "ميورا قابلة للطي", + "object": "التركيب الهندسي", + "attribute": "هدف" + }, + { + "displayName": "Hypercube", + "langName": "المكعب الزائد", + "object": "التركيب الهندسي", + "attribute": "شكل فائق" + }, + { + "displayName": "Hyperprism", + "langName": "المنشور الفائق", + "object": "التركيب الهندسي", + "attribute": "شكل فائق" + }, + { + "displayName": "Hyperpyramid", + "langName": "الهرم الفائق", + "object": "التركيب الهندسي", + "attribute": "شكل فائق" + }, + { + "displayName": "Hypertorus", + "langName": "الحيد المفرط", + "object": "التركيب الهندسي", + "attribute": "شكل فائق" + }, + { + "displayName": "Hypersphere", + "langName": "هايبرسفير", + "object": "التركيب الهندسي", + "attribute": "شكل فائق" + }, + { + "displayName": "Hypercone", + "langName": "هايبركون", + "object": "التركيب الهندسي", + "attribute": "شكل فائق" + }, + { + "displayName": "Hypercylinder", + "langName": "فرط الاسطوانة", + "object": "التركيب الهندسي", + "attribute": "شكل فائق" + }, + { + "displayName": "Hyperzonohedron", + "langName": "متعدد السطوح الفائق", + "object": "التركيب الهندسي", + "attribute": "شكل فائق" + }, + { + "displayName": "Hypertetrahedron", + "langName": "فرط رباعي السطوح", + "object": "التركيب الهندسي", + "attribute": "شكل فائق" + }, + { + "displayName": "Hyperoctahedron", + "langName": "المجسم الفائق", + "object": "التركيب الهندسي", + "attribute": "شكل فائق" + }, + { + "displayName": "Hyperdodecahedron", + "langName": "superdodecahedron", + "object": "التركيب الهندسي", + "attribute": "شكل فائق" + }, + { + "displayName": "Hypericosahedron", + "langName": "سوبريكوساهيدرون", + "object": "التركيب الهندسي", + "attribute": "شكل فائق" + }, + { + "displayName": "Flexible Polyhedron", + "langName": "متعدد السطوح المرنة", + "object": "التركيب الهندسي", + "attribute": "شكل فائق" + }, + { + "displayName": "Klein bottle", + "langName": "زجاجة كلاين", + "object": "التركيب الهندسي", + "attribute": "شكل فائق" + }, + { + "displayName": "Monogon", + "langName": "هيدرون", + "object": "التركيب الهندسي", + "attribute": "شكل فائق" + }, + { + "displayName": "Digon", + "langName": "ثنائي السطوح", + "object": "التركيب الهندسي", + "attribute": "شكل فائق" + }, + { + "displayName": "AR", + "langName": "الواقع المعزز", + "object": "التركيب الهندسي", + "attribute": "الكون المتعدد" + }, + { + "displayName": "VR", + "langName": "الواقع الافتراضي", + "object": "التركيب الهندسي", + "attribute": "الكون المتعدد" + }, + { + "displayName": "2-Dimensional", + "langName": "ثنائي الأبعاد", + "object": "التركيب الهندسي", + "attribute": "الكون المتعدد" + }, + { + "displayName": "2D", + "langName": "2D", + "object": "التركيب الهندسي", + "attribute": "الكون المتعدد" + }, + { + "displayName": "2.5-Dimensional", + "langName": "2.5 الأبعاد", + "object": "التركيب الهندسي", + "attribute": "الكون المتعدد" + }, + { + "displayName": "2.5D", + "langName": "2.5 د", + "object": "التركيب الهندسي", + "attribute": "الكون المتعدد" + }, + { + "displayName": "3-Dimensional", + "langName": "ثلاثي الأبعاد", + "object": "التركيب الهندسي", + "attribute": "الكون المتعدد" + }, + { + "displayName": "3D", + "langName": "3D", + "object": "التركيب الهندسي", + "attribute": "الكون المتعدد" + }, + { + "displayName": "4-Dimensional", + "langName": "رباعي الأبعاد", + "object": "التركيب الهندسي", + "attribute": "الكون المتعدد" + }, + { + "displayName": "4D", + "langName": "4D", + "object": "التركيب الهندسي", + "attribute": "الكون المتعدد" + }, + { + "displayName": "5-Dimensional", + "langName": "خمسة أبعاد", + "object": "التركيب الهندسي", + "attribute": "الكون المتعدد" + }, + { + "displayName": "5D", + "langName": "5 د", + "object": "التركيب الهندسي", + "attribute": "الكون المتعدد" + }, + { + "displayName": "Overdimensional", + "langName": "مفرط الأبعاد", + "object": "التركيب الهندسي", + "attribute": "الكون المتعدد" + }, + { + "displayName": "Underdimensional", + "langName": "البعد الثاني", + "object": "التركيب الهندسي", + "attribute": "الكون المتعدد" + }, + { + "displayName": "Hyperdimensional", + "langName": "فرط الأبعاد", + "object": "التركيب الهندسي", + "attribute": "الكون المتعدد" + }, + { + "displayName": "Subdimensional", + "langName": "البعد الثانوي", + "object": "التركيب الهندسي", + "attribute": "الكون المتعدد" + }, + { + "displayName": "Omnidimensional", + "langName": "البعد الكامل", + "object": "التركيب الهندسي", + "attribute": "الكون المتعدد" + }, + { + "displayName": "Everdimensional", + "langName": "البعد الأبدي", + "object": "التركيب الهندسي", + "attribute": "الكون المتعدد" + }, + { + "displayName": "Extradimensional", + "langName": "البعد المختلف", + "object": "التركيب الهندسي", + "attribute": "الكون المتعدد" + }, + { + "displayName": "Beyond-Dimensional", + "langName": "وراء الأبعاد", + "object": "التركيب الهندسي", + "attribute": "الكون المتعدد" + }, + { + "displayName": "Excessively-dimensional", + "langName": "الأبعاد المفرطة", + "object": "التركيب الهندسي", + "attribute": "الكون المتعدد" + }, + { + "displayName": "Alldimensional", + "langName": "البعد الكامل", + "object": "التركيب الهندسي", + "attribute": "الكون المتعدد" + }, + { + "displayName": "Multiverse", + "langName": "الكون المتعدد", + "object": "التركيب الهندسي", + "attribute": "الكون المتعدد" + }, + { + "displayName": "Low Poly", + "langName": "النمذجة منخفضة المستوى", + "object": "التركيب الهندسي", + "attribute": "أسلوب" + }, + { + "displayName": "Geometric", + "langName": "هندسة", + "object": "التركيب الهندسي", + "attribute": "أسلوب" + }, + { + "displayName": "Non-Euclidian", + "langName": "غير الإقليدية", + "object": "التركيب الهندسي", + "attribute": "أسلوب" + }, + { + "displayName": "Poly", + "langName": "بولي", + "object": "التركيب الهندسي", + "attribute": "أسلوب" + }, + { + "displayName": "Polygon", + "langName": "مضلع", + "object": "التركيب الهندسي", + "attribute": "أسلوب" + }, + { + "displayName": "Polygonal", + "langName": "متعددة الأطراف", + "object": "التركيب الهندسي", + "attribute": "أسلوب" + }, + { + "displayName": "Polyhedron", + "langName": "متعدد السطوح", + "object": "التركيب الهندسي", + "attribute": "أسلوب" + }, + { + "displayName": "Polyhedral", + "langName": "جوانب كثيرة", + "object": "التركيب الهندسي", + "attribute": "أسلوب" + }, + { + "displayName": "Platonic Solids", + "langName": "المواد الصلبة الأفلاطونية", + "object": "التركيب الهندسي", + "attribute": "أسلوب" + }, + { + "displayName": "Archimedean Solids", + "langName": "أرخميدس الصلبة", + "object": "التركيب الهندسي", + "attribute": "أسلوب" + }, + { + "displayName": "Catalan solids", + "langName": "الصورة النمطية لكاتالونيا", + "object": "التركيب الهندسي", + "attribute": "أسلوب" + }, + { + "displayName": "Vertex", + "langName": "قمة الرأس", + "object": "التركيب الهندسي", + "attribute": "مميزة" + }, + { + "displayName": "Edge", + "langName": "حافة", + "object": "التركيب الهندسي", + "attribute": "مميزة" + }, + { + "displayName": "Surface", + "langName": "سطح", + "object": "التركيب الهندسي", + "attribute": "مميزة" + }, + { + "displayName": "Interior", + "langName": "داخلي", + "object": "التركيب الهندسي", + "attribute": "مميزة" + }, + { + "displayName": "Exterior", + "langName": "خارجي", + "object": "التركيب الهندسي", + "attribute": "مميزة" + }, + { + "displayName": "Convex", + "langName": "محدب", + "object": "التركيب الهندسي", + "attribute": "مميزة" + }, + { + "displayName": "Concave", + "langName": "مقعر", + "object": "التركيب الهندسي", + "attribute": "مميزة" + }, + { + "displayName": "Equiangular", + "langName": "متساوي الزوايا", + "object": "التركيب الهندسي", + "attribute": "مميزة" + }, + { + "displayName": "Equilateral", + "langName": "متساوي الأضلاع", + "object": "التركيب الهندسي", + "attribute": "مميزة" + }, + { + "displayName": "Cyclic", + "langName": "دائري", + "object": "التركيب الهندسي", + "attribute": "مميزة" + }, + { + "displayName": "Tangential", + "langName": "الظل", + "object": "التركيب الهندسي", + "attribute": "مميزة" + }, + { + "displayName": "Rectilinear", + "langName": "خط مستقيم", + "object": "التركيب الهندسي", + "attribute": "مميزة" + }, + { + "displayName": "Traverse", + "langName": "عير", + "object": "التركيب الهندسي", + "attribute": "مميزة" + }, + { + "displayName": "Quasi", + "langName": "يخطط", + "object": "التركيب الهندسي", + "attribute": "مميزة" + }, + { + "displayName": "Quasi-Regular", + "langName": "شبه القواعد", + "object": "التركيب الهندسي", + "attribute": "مميزة" + }, + { + "displayName": "Isogonal", + "langName": "متساوي الزوايا", + "object": "التركيب الهندسي", + "attribute": "مميزة" + }, + { + "displayName": "Isotoxal", + "langName": "في انتظار السم", + "object": "التركيب الهندسي", + "attribute": "مميزة" + }, + { + "displayName": "Isohedral", + "langName": "شعرية متساوية", + "object": "التركيب الهندسي", + "attribute": "مميزة" + }, + { + "displayName": "Stellation", + "langName": "شكل نجمة", + "object": "التركيب الهندسي", + "attribute": "مميزة" + }, + { + "displayName": "Ehrhart Polynomial", + "langName": "إيرهارت متعدد الحدود", + "object": "التركيب الهندسي", + "attribute": "مميزة" + }, + { + "displayName": "Ideal polyhedron", + "langName": "متعدد السطوح المثالي", + "object": "التركيب الهندسي", + "attribute": "مميزة" + }, + { + "displayName": "Polytope", + "langName": "polytope", + "object": "التركيب الهندسي", + "attribute": "مميزة" + }, + { + "displayName": "Realistic Painting", + "langName": "لوحة واقعية", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Fine Art", + "langName": "اللوحة الفنية الجميلة", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Still-Life", + "langName": "لوحة الحياة الساكنة", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Oil Paint", + "langName": "تلوين", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "((dyeing)),((oil painting)),((impasto))", + "langName": "الرسم الزيتي (مركب)", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Wet Paint", + "langName": "اللوحة الرطبة", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Dripping Paint", + "langName": "الطلاء يقطر", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Splatter Paint", + "langName": "طلاء سبلاش", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Spray Paint", + "langName": "طلاء الرش", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Puffy Paint", + "langName": "أصباغ ثلاثية الأبعاد", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Glass Paint", + "langName": "طلاء الزجاج", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Tempera Paint", + "langName": "تمبرا", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Gouache Paint", + "langName": "طلاء الغواش", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Chinese Painting", + "langName": "اللوحة الصينية", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Tibetan Painting", + "langName": "اللوحة التبتية", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Scroll Painting", + "langName": "اللوحة التمرير", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Canvas", + "langName": "لوحة قماشية", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Color Field Painting", + "langName": "اللوحة الميدانية الملونة", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Hard Edge Painting", + "langName": "طلاء الحواف الصلبة", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Paper-Marbling", + "langName": "الغواش", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Hydrodipped", + "langName": "ملصقات المياه", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Painting", + "langName": "تلوين", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Ink wash painting", + "langName": "الرسم بالحبر", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "watercolor", + "langName": "الرسم بالألوان المائية", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "(((ink))),((watercolor))", + "langName": "الرسم بالألوان المائية", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Paint", + "langName": "طلاء", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "acrylic_paint", + "langName": "طلاء طلاء أكريليك", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Airbrush", + "langName": "البخاخة", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Coffee Paint", + "langName": "طلاء القهوة", + "object": "نوع الصورة", + "attribute": "تلوين" + }, + { + "displayName": "Illustration", + "langName": "توضيح", + "object": "نوع الصورة", + "attribute": "توضيح" + }, + { + "displayName": "Storybook Illustration", + "langName": "الرسوم التوضيحية للقصص المصورة", + "object": "نوع الصورة", + "attribute": "توضيح" + }, + { + "displayName": "Children's Drawing", + "langName": "رسومات الاطفال", + "object": "نوع الصورة", + "attribute": "توضيح" + }, + { + "displayName": "Graphic Novel", + "langName": "رواية مصورة", + "object": "نوع الصورة", + "attribute": "توضيح" + }, + { + "displayName": "Visual Novel", + "langName": "رواية بصرية", + "object": "نوع الصورة", + "attribute": "توضيح" + }, + { + "displayName": "Illustrated-Booklet", + "langName": "كتيب مصور", + "object": "نوع الصورة", + "attribute": "توضيح" + }, + { + "displayName": "Illuminated Manuscript", + "langName": "مخطوطة مضيئة", + "object": "نوع الصورة", + "attribute": "توضيح" + }, + { + "displayName": "Assembly Drawing", + "langName": "رسم التجميع", + "object": "نوع الصورة", + "attribute": "توضيح" + }, + { + "displayName": "wallpaper", + "langName": "ورق جدران", + "object": "نوع الصورة", + "attribute": "توضيح" + }, + { + "displayName": "extremely detailed wallpaper", + "langName": "خلفية مفصلة للغاية", + "object": "نوع الصورة", + "attribute": "توضيح" + }, + { + "displayName": "digital illustration", + "langName": "التوضيح الرقمي", + "object": "نوع الصورة", + "attribute": "توضيح" + }, + { + "displayName": "multiple item spritedsheet", + "langName": "مجموعة من الصور لأنماط متعددة ذات صلة", + "object": "نوع الصورة", + "attribute": "توضيح" + }, + { + "displayName": "game cg", + "langName": "لعبة سي جي", + "object": "نوع الصورة", + "attribute": "توضيح" + }, + { + "displayName": "extremely detailed cg", + "langName": "الفريق الاستشاري مفصل جداً", + "object": "نوع الصورة", + "attribute": "توضيح" + }, + { + "displayName": "Drawing", + "langName": "تلوين", + "object": "نوع الصورة", + "attribute": "مرسومة باليد" + }, + { + "displayName": "Hand-Drawn", + "langName": "مرسومة باليد", + "object": "نوع الصورة", + "attribute": "مرسومة باليد" + }, + { + "displayName": "Doodle", + "langName": "الكتابة على الجدران", + "object": "نوع الصورة", + "attribute": "مرسومة باليد" + }, + { + "displayName": "sketch", + "langName": "رسم", + "object": "نوع الصورة", + "attribute": "مرسومة باليد" + }, + { + "displayName": "posing sketch", + "langName": "رسم", + "object": "نوع الصورة", + "attribute": "مرسومة باليد" + }, + { + "displayName": "Line Art", + "langName": "رسم الخط", + "object": "نوع الصورة", + "attribute": "مرسومة باليد" + }, + { + "displayName": "Crosshatch", + "langName": "الفقس المتقاطع", + "object": "نوع الصورة", + "attribute": "مرسومة باليد" + }, + { + "displayName": "Stipple", + "langName": "النقطية", + "object": "نوع الصورة", + "attribute": "مرسومة باليد" + }, + { + "displayName": "Dot Art", + "langName": "النقطية", + "object": "نوع الصورة", + "attribute": "مرسومة باليد" + }, + { + "displayName": "Anatomical Drawing", + "langName": "مخطط التشريح", + "object": "نوع الصورة", + "attribute": "مرسومة باليد" + }, + { + "displayName": "(posing sketch),(monochrome)", + "langName": "رسم بالأبيض والأسود", + "object": "نوع الصورة", + "attribute": "مرسومة باليد" + }, + { + "displayName": "Pencil Art", + "langName": "الرسم بقلم الرصاص", + "object": "نوع الصورة", + "attribute": "قلم رصاص" + }, + { + "displayName": "graphite", + "langName": "قلم جرافيت", + "object": "نوع الصورة", + "attribute": "قلم رصاص" + }, + { + "displayName": "colored_pencil", + "langName": "أقلام ملونة", + "object": "نوع الصورة", + "attribute": "قلم رصاص" + }, + { + "displayName": "watercolor_pencil", + "langName": "قلم ألوان مائية", + "object": "نوع الصورة", + "attribute": "قلم رصاص" + }, + { + "displayName": "charcoal art", + "langName": "الرسم بالفحم", + "object": "نوع الصورة", + "attribute": "قلم رصاص" + }, + { + "displayName": "millipen_(medium)", + "langName": "قلم رسم", + "object": "نوع الصورة", + "attribute": "قلم رصاص" + }, + { + "displayName": "nib_pen_(medium)", + "langName": "قلم رسم", + "object": "نوع الصورة", + "attribute": "قلم رصاص" + }, + { + "displayName": "(monochrome),(gray scale),(pencil sketch lines)", + "langName": "رسم بالقلم الرصاص", + "object": "نوع الصورة", + "attribute": "قلم رصاص" + }, + { + "displayName": "faux_traditional_media", + "langName": "أسلوب الرسم على التوقيع", + "object": "نوع الصورة", + "attribute": "قلم رصاص" + }, + { + "displayName": "Ink", + "langName": "حبر", + "object": "نوع الصورة", + "attribute": "حبر" + }, + { + "displayName": "Fountain Pen", + "langName": "قلم", + "object": "نوع الصورة", + "attribute": "حبر" + }, + { + "displayName": "Fountain Pen Art", + "langName": "رسم بالقلم", + "object": "نوع الصورة", + "attribute": "حبر" + }, + { + "displayName": "Ballpoint Pen", + "langName": "قلم حبر جاف", + "object": "نوع الصورة", + "attribute": "حبر" + }, + { + "displayName": "Gel Pen", + "langName": "قلم هلام", + "object": "نوع الصورة", + "attribute": "حبر" + }, + { + "displayName": "ballpoint_pen_(medium)", + "langName": "قلم حبر جاف", + "object": "نوع الصورة", + "attribute": "حبر" + }, + { + "displayName": "Calligraphy", + "langName": "الخط", + "object": "نوع الصورة", + "attribute": "حبر" + }, + { + "displayName": "marker_(medium)", + "langName": "قلم تحديد", + "object": "نوع الصورة", + "attribute": "حبر" + }, + { + "displayName": "copics", + "langName": "علامة (رمادي محايد)", + "object": "نوع الصورة", + "attribute": "حبر" + }, + { + "displayName": "Dry-Erase Marker", + "langName": "علامة السبورة", + "object": "نوع الصورة", + "attribute": "حبر" + }, + { + "displayName": "Wet-Erase Marker", + "langName": "قلم تحديد قابل للمسح", + "object": "نوع الصورة", + "attribute": "حبر" + }, + { + "displayName": "Whiteboard", + "langName": "السبورة", + "object": "نوع الصورة", + "attribute": "حبر" + }, + { + "displayName": "pastel_color", + "langName": "ألوان الباستيل", + "object": "نوع الصورة", + "attribute": "حبر" + }, + { + "displayName": "Crayon", + "langName": "تلوين", + "object": "نوع الصورة", + "attribute": "الطباشير" + }, + { + "displayName": "Conte", + "langName": "قلم كانغشي", + "object": "نوع الصورة", + "attribute": "الطباشير" + }, + { + "displayName": "Chalk", + "langName": "الطباشير", + "object": "نوع الصورة", + "attribute": "الطباشير" + }, + { + "displayName": "Pastel Art", + "langName": "لوحة الباستيل", + "object": "نوع الصورة", + "attribute": "الطباشير" + }, + { + "displayName": "Blackboard", + "langName": "سبورة", + "object": "نوع الصورة", + "attribute": "الطباشير" + }, + { + "displayName": "Chalkboard", + "langName": "سبورة", + "object": "نوع الصورة", + "attribute": "الطباشير" + }, + { + "displayName": "Text", + "langName": "نص", + "object": "نوع الصورة", + "attribute": "نص" + }, + { + "displayName": "Typeface", + "langName": "الخط", + "object": "نوع الصورة", + "attribute": "نص" + }, + { + "displayName": "Font", + "langName": "الخط", + "object": "نوع الصورة", + "attribute": "نص" + }, + { + "displayName": "Says", + "langName": "يشرح", + "object": "نوع الصورة", + "attribute": "نص" + }, + { + "displayName": "Letters", + "langName": "خطاب", + "object": "نوع الصورة", + "attribute": "نص" + }, + { + "displayName": "Graphemes", + "langName": "حرف حرف", + "object": "نوع الصورة", + "attribute": "نص" + }, + { + "displayName": "Written Letters", + "langName": "كتابة الرسائل", + "object": "نوع الصورة", + "attribute": "نص" + }, + { + "displayName": "Words", + "langName": "كلمة", + "object": "نوع الصورة", + "attribute": "نص" + }, + { + "displayName": "Lexemes", + "langName": "مورفيم", + "object": "نوع الصورة", + "attribute": "نص" + }, + { + "displayName": "Written Words", + "langName": "كلمة مكتوبة", + "object": "نوع الصورة", + "attribute": "نص" + }, + { + "displayName": "Caption", + "langName": "عنوان", + "object": "نوع الصورة", + "attribute": "نص" + }, + { + "displayName": "Logo", + "langName": "علامة تجارية", + "object": "نوع الصورة", + "attribute": "مطبعة" + }, + { + "displayName": "Stamp", + "langName": "ختم", + "object": "نوع الصورة", + "attribute": "مطبعة" + }, + { + "displayName": "Postage Stamp", + "langName": "ختم", + "object": "نوع الصورة", + "attribute": "مطبعة" + }, + { + "displayName": "Business Card", + "langName": "بطاقة عمل", + "object": "نوع الصورة", + "attribute": "مطبعة" + }, + { + "displayName": "Collage", + "langName": "ملصقة", + "object": "نوع الصورة", + "attribute": "مطبعة" + }, + { + "displayName": "Photocollage", + "langName": "صور مجمعة", + "object": "نوع الصورة", + "attribute": "مطبعة" + }, + { + "displayName": "Fotocollage", + "langName": "صور مجمعة", + "object": "نوع الصورة", + "attribute": "مطبعة" + }, + { + "displayName": "Lithography", + "langName": "الطباعة الحجرية", + "object": "نوع الصورة", + "attribute": "مطبعة" + }, + { + "displayName": "Block Printing", + "langName": "الطباعة", + "object": "نوع الصورة", + "attribute": "مطبعة" + }, + { + "displayName": "Magazine", + "langName": "مجلة", + "object": "نوع الصورة", + "attribute": "مطبعة" + }, + { + "displayName": "Newspaper", + "langName": "صحيفة", + "object": "نوع الصورة", + "attribute": "مطبعة" + }, + { + "displayName": "Newsprint", + "langName": "ورق الصحف", + "object": "نوع الصورة", + "attribute": "مطبعة" + }, + { + "displayName": "Cartographic", + "langName": "رسم الخرائط", + "object": "نوع الصورة", + "attribute": "مطبعة" + }, + { + "displayName": "Blueprint", + "langName": "مخطط", + "object": "نوع الصورة", + "attribute": "مطبعة" + }, + { + "displayName": "comic", + "langName": "كاريكاتير", + "object": "نوع الصورة", + "attribute": "مطبعة" + }, + { + "displayName": "Comic Book", + "langName": "كتاب هزلي", + "object": "نوع الصورة", + "attribute": "مطبعة" + }, + { + "displayName": "Booklet", + "langName": "كتيب", + "object": "نوع الصورة", + "attribute": "مطبعة" + }, + { + "displayName": "Poster", + "langName": "ملصق", + "object": "نوع الصورة", + "attribute": "مطبعة" + }, + { + "displayName": "Sticker", + "langName": "ملصق", + "object": "نوع الصورة", + "attribute": "مطبعة" + }, + { + "displayName": "Barcode", + "langName": "الباركود", + "object": "نوع الصورة", + "attribute": "مطبعة" + }, + { + "displayName": "QR Code", + "langName": "رمز الاستجابة السريعة", + "object": "نوع الصورة", + "attribute": "مطبعة" + }, + { + "displayName": "Pokemon Card", + "langName": "بطاقات البوكيمون (وحوش الجيب)", + "object": "نوع الصورة", + "attribute": "مطبعة" + }, + { + "displayName": "Origami", + "langName": "اوريغامي", + "object": "نوع الصورة", + "attribute": "اوريغامي" + }, + { + "displayName": "Modular Origami", + "langName": "اوريغامي وحدات", + "object": "نوع الصورة", + "attribute": "اوريغامي" + }, + { + "displayName": "Rigid Origami", + "langName": "اوريغامي جامدة", + "object": "نوع الصورة", + "attribute": "اوريغامي" + }, + { + "displayName": "Sonobe", + "langName": "باقة اوريغامي", + "object": "نوع الصورة", + "attribute": "اوريغامي" + }, + { + "displayName": "Kirigami", + "langName": "قطع الورق", + "object": "نوع الصورة", + "attribute": "اوريغامي" + }, + { + "displayName": "Moneygami", + "langName": "اوريغامي الأوراق النقدية", + "object": "نوع الصورة", + "attribute": "اوريغامي" + }, + { + "displayName": "Wet-Folding", + "langName": "أضعاف الرطب", + "object": "نوع الصورة", + "attribute": "اوريغامي" + }, + { + "displayName": "pixel art", + "langName": "فن البكسل", + "object": "نوع الصورة", + "attribute": "فسيفساء" + }, + { + "displayName": "Mosaic", + "langName": "فسيفساء", + "object": "نوع الصورة", + "attribute": "فسيفساء" + }, + { + "displayName": "Micromosaic", + "langName": "الفسيفساء الدقيقة", + "object": "نوع الصورة", + "attribute": "فسيفساء" + }, + { + "displayName": "Glass Mosaic", + "langName": "الفسيفساء الزجاجية", + "object": "نوع الصورة", + "attribute": "فسيفساء" + }, + { + "displayName": "Photographic Mosaic", + "langName": "فسيفساء الصورة", + "object": "نوع الصورة", + "attribute": "فسيفساء" + }, + { + "displayName": "Impressionist Mosaic", + "langName": "الفسيفساء الانطباعية", + "object": "نوع الصورة", + "attribute": "فسيفساء" + }, + { + "displayName": "Frame", + "langName": "إطار الصورة", + "object": "نوع الصورة", + "attribute": "إطار" + }, + { + "displayName": "Framed", + "langName": "مؤطر", + "object": "نوع الصورة", + "attribute": "إطار" + }, + { + "displayName": "Wooden Frame", + "langName": "إطار صورة خشبي", + "object": "نوع الصورة", + "attribute": "إطار" + }, + { + "displayName": "Wooden Framed", + "langName": "إطار صورة خشبي", + "object": "نوع الصورة", + "attribute": "إطار" + }, + { + "displayName": "Carving", + "langName": "نقش", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Etching", + "langName": "النقش", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Sculpture", + "langName": "النحت", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Papercutting", + "langName": "قطع الورق", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "silhouette", + "langName": "خيال", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Whittling", + "langName": "نحت سكين", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Wood-Carving", + "langName": "نحت الخشب", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Chip-Carving", + "langName": "نحت الزهرة", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Relief-Carving", + "langName": "اِرتِياح", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Ice-Carving", + "langName": "نحت الجليد", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Lacquer", + "langName": "فن ورنيش", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "String-Art", + "langName": "فن السلسلة", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Paper-Mache", + "langName": "تشكيل اللب", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Paper Model", + "langName": "نموذج الورق", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Card", + "langName": "بطاقة", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Carved Lacquer", + "langName": "ورنيش منحوت", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Fretwork", + "langName": "عملية التجويف", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Intaglio", + "langName": "الطباعة الحفر", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Mezzotint", + "langName": "طلاء النحاسيات", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Aquatint", + "langName": "الطباعة الحفر", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Linocut", + "langName": "طباعة الشاشة", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Pyrography", + "langName": "طلاء بقعة اللحام", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Puppet", + "langName": "دمية", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Balloon Modelling", + "langName": "نموذج بالون", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Balloon Twisting", + "langName": "بالونات بأشكال مختلفة", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Circuit", + "langName": "مخطط خطي", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Circuitry", + "langName": "الدائرة", + "object": "نوع الصورة", + "attribute": "النقش والنقش والنمذجة" + }, + { + "displayName": "Dalle de verre", + "langName": "زجاج ملون", + "object": "نوع الصورة", + "attribute": "الفخار والزجاج" + }, + { + "displayName": "Encaustic painting", + "langName": "اللوحة الخزفية", + "object": "نوع الصورة", + "attribute": "الفخار والزجاج" + }, + { + "displayName": "Glaze", + "langName": "الصقيل", + "object": "نوع الصورة", + "attribute": "الفخار والزجاج" + }, + { + "displayName": "Overglaze", + "langName": "الصقيل", + "object": "نوع الصورة", + "attribute": "الفخار والزجاج" + }, + { + "displayName": "Inglaze", + "langName": "تحت التزجيج", + "object": "نوع الصورة", + "attribute": "الفخار والزجاج" + }, + { + "displayName": "Azulejo", + "langName": "أزوليجو", + "object": "نوع الصورة", + "attribute": "الفخار والزجاج" + }, + { + "displayName": "Paleolithic Pottery", + "langName": "فخار العصر الحجري القديم", + "object": "نوع الصورة", + "attribute": "الفخار والزجاج" + }, + { + "displayName": "Neolithic Pottery", + "langName": "فخار العصر الحجري الحديث", + "object": "نوع الصورة", + "attribute": "الفخار والزجاج" + }, + { + "displayName": "Bone China", + "langName": "الصين العظام", + "object": "نوع الصورة", + "attribute": "الفخار والزجاج" + }, + { + "displayName": "Ornament", + "langName": "زخرفة", + "object": "نوع الصورة", + "attribute": "الفخار والزجاج" + }, + { + "displayName": "Light Art", + "langName": "فن خفيف", + "object": "نوع الصورة", + "attribute": "ضوء" + }, + { + "displayName": "Light Painting", + "langName": "اللوحة الخفيفة", + "object": "نوع الصورة", + "attribute": "ضوء" + }, + { + "displayName": "Lightpainting", + "langName": "اللوحة الخفيفة", + "object": "نوع الصورة", + "attribute": "ضوء" + }, + { + "displayName": "traditional_media", + "langName": "القماش التقليدي (مثل الورق وما إلى ذلك)", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Wall Decal", + "langName": "ملصقات الحائط", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Banner", + "langName": "راية", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Signage", + "langName": "لافتات", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Arts and Crafts", + "langName": "الفنون والحرف", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Resin", + "langName": "راتنجات الايبوكسي", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Enamel Pin", + "langName": "دبوس المينا", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Bejeweled", + "langName": "الأحجار الكريمة المرصعة", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Latte Art", + "langName": "فن اللاتيه", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Coffee Stain", + "langName": "بقع القهوة", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Smoke Art", + "langName": "فن الدخان", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Sticker Bomb", + "langName": "قنبلة لاصقة", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Jigsaw", + "langName": "لغز", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Puzzle", + "langName": "اللغز", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Maze", + "langName": "المتاهة", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Toy", + "langName": "لعبة", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Site-Specific art", + "langName": "فن خاص بالموقع", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Public Art", + "langName": "الفن العام", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Diorama", + "langName": "الديوراما", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Hedge Trimming", + "langName": "تقليم التحوط", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Hatmaking", + "langName": "صنع القبعة", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Stencil", + "langName": "مرسام", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Negative Space", + "langName": "مساحة سلبية", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Scrapbooking", + "langName": "سجل القصاصات", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Mixed Media", + "langName": "وسائل الإعلام المختلطة", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Frottage", + "langName": "اللوحة التدافع", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Outlined", + "langName": "كفاف", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Glitter", + "langName": "بريق", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Sparkly", + "langName": "لامعة", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Indian Art", + "langName": "الفن الهندي", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Soviet Art", + "langName": "الفن السوفييتي", + "object": "نوع الصورة", + "attribute": "وسائل الإعلام الأخرى" + }, + { + "displayName": "Rock Art", + "langName": "النقوش الصخرية", + "object": "نوع الصورة", + "attribute": "الفن التقليدي" + }, + { + "displayName": "Cave Art", + "langName": "فن الكهف", + "object": "نوع الصورة", + "attribute": "الفن التقليدي" + }, + { + "displayName": "Mural", + "langName": "جدارية", + "object": "نوع الصورة", + "attribute": "الفن التقليدي" + }, + { + "displayName": "Easter Egg", + "langName": "بيضة عيد الفصح", + "object": "نوع الصورة", + "attribute": "الفن التقليدي" + }, + { + "displayName": "Egg Decorating", + "langName": "البيض المطلي", + "object": "نوع الصورة", + "attribute": "الفن التقليدي" + }, + { + "displayName": "((art nouveau))", + "langName": "الفن الحديث", + "object": "أسلوب الفن", + "attribute": "أسلوب الفن التاريخي" + }, + { + "displayName": "((classicism))", + "langName": "الكلاسيكية", + "object": "أسلوب الفن", + "attribute": "أسلوب الفن التاريخي" + }, + { + "displayName": "((neoclassicism))", + "langName": "الكلاسيكية الجديدة", + "object": "أسلوب الفن", + "attribute": "أسلوب الفن التاريخي" + }, + { + "displayName": "((romanticism))", + "langName": "الرومانسية", + "object": "أسلوب الفن", + "attribute": "أسلوب الفن التاريخي" + }, + { + "displayName": "Gothic art", + "langName": "الفن القوطي", + "object": "أسلوب الفن", + "attribute": "أسلوب الفن التاريخي" + }, + { + "displayName": "Baroque", + "langName": "الباروك", + "object": "أسلوب الفن", + "attribute": "أسلوب الفن التاريخي" + }, + { + "displayName": "Pre-Raphaelite Brotherhood", + "langName": "ما قبل الرفائيلية", + "object": "أسلوب الفن", + "attribute": "أسلوب الفن التاريخي" + }, + { + "displayName": "renaissance art", + "langName": "أسلوب النهضة", + "object": "أسلوب الفن", + "attribute": "أسلوب الفن التاريخي" + }, + { + "displayName": "academic art", + "langName": "أكاديمي", + "object": "أسلوب الفن", + "attribute": "أسلوب الفن التاريخي" + }, + { + "displayName": "academicism", + "langName": "الأكاديمية", + "object": "أسلوب الفن", + "attribute": "أسلوب الفن التاريخي" + }, + { + "displayName": "ancient greek art", + "langName": "الفن اليوناني القديم", + "object": "أسلوب الفن", + "attribute": "أسلوب الفن التاريخي" + }, + { + "displayName": "ancient egypt", + "langName": "مصر القديمة", + "object": "أسلوب الفن", + "attribute": "أسلوب الفن التاريخي" + }, + { + "displayName": "Minimalism", + "langName": "تقليلية", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "Modern Art", + "langName": "الفن الحديث", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "contemporary art", + "langName": "الفن المعاصر", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "Concept Art", + "langName": "فن المفهوم", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "Digital Art", + "langName": "الفن الرقمي", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "visionary art", + "langName": "الفنون البصرية", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "Hyperrealistic", + "langName": "واقعية للغاية", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "hyperrealism", + "langName": "الواقعية", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "abstract expressionism", + "langName": "التعبيرية المجردة", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "cubism", + "langName": "التكعيبية", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "impressionism", + "langName": "انطباعية", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "Neo-impressionism", + "langName": "ما بعد الانطباعية", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "fauvism", + "langName": "التوحش", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "expressionism", + "langName": "التعبيرية", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "Pop art", + "langName": "فن البوب", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "((abstract art))", + "langName": "الفن التجريدي", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "((Dadaism))", + "langName": "الدادية", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "((futurism))", + "langName": "مستقبلية", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "Warhol", + "langName": "أسلوب آندي وارهول", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "street art", + "langName": "فن الشارع", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "folk art", + "langName": "الفن الشعبي", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "Bauhaus Style", + "langName": "أسلوب باوهاوس", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "Luminsm", + "langName": "اللونية", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "Constructivism", + "langName": "البنائية", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "((dieselpunk))", + "langName": "com.diselpunk", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "streampunk", + "langName": "com.steampunk", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "Disney style", + "langName": "أسلوب ديزني", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "Picos style", + "langName": "أسلوب بيكسار", + "object": "أسلوب الفن", + "attribute": "الفن الحديث" + }, + { + "displayName": "realism", + "langName": "الواقعية", + "object": "أسلوب الفن", + "attribute": "الخيال والواقع" + }, + { + "displayName": "Surrealistic", + "langName": "السريالية", + "object": "أسلوب الفن", + "attribute": "الخيال والواقع" + }, + { + "displayName": "Social realism", + "langName": "الواقعية الاجتماعية", + "object": "أسلوب الفن", + "attribute": "الخيال والواقع" + }, + { + "displayName": "Magic Realism", + "langName": "الواقعية السحرية", + "object": "أسلوب الفن", + "attribute": "الخيال والواقع" + }, + { + "displayName": "Fantastic Realism", + "langName": "الواقعية السحرية", + "object": "أسلوب الفن", + "attribute": "الخيال والواقع" + }, + { + "displayName": "Classical Realism", + "langName": "الواقعية النقدية", + "object": "أسلوب الفن", + "attribute": "الخيال والواقع" + }, + { + "displayName": "miserablism", + "langName": "الكآبة (انتقاد الفقر والظلم في المجتمع)", + "object": "أسلوب الفن", + "attribute": "الخيال والواقع" + }, + { + "displayName": "Contemporary Realism", + "langName": "الواقعية المعاصرة", + "object": "أسلوب الفن", + "attribute": "الخيال والواقع" + }, + { + "displayName": "Non-Fiction", + "langName": "وثائقي", + "object": "أسلوب الفن", + "attribute": "الخيال والواقع" + }, + { + "displayName": "ukiyoe", + "langName": "اليابانية أوكييو-إي", + "object": "أسلوب الفن", + "attribute": "الفن الآسيوي" + }, + { + "displayName": "illustration,(((ukiyoe))),((sketch)),((japanese_art))", + "langName": "أوكييو-إي (مجموعة)", + "object": "أسلوب الفن", + "attribute": "الفن الآسيوي" + }, + { + "displayName": "traditional chinese painting", + "langName": "اللوحة التقليدية الصينية", + "object": "أسلوب الفن", + "attribute": "الفن الآسيوي" + }, + { + "displayName": "Japonism", + "langName": "النمط الياباني", + "object": "أسلوب الفن", + "attribute": "الفن الآسيوي" + }, + { + "displayName": "Japanese manga style", + "langName": "أسلوب المانجا الياباني", + "object": "أسلوب الفن", + "attribute": "الفن الآسيوي" + }, + { + "displayName": "anime style", + "langName": "أسلوب الرسوم المتحركة", + "object": "أسلوب الفن", + "attribute": "الفن الآسيوي" + }, + { + "displayName": "Aestheticism Painting", + "langName": "اللوحة الجمالية", + "object": "أسلوب الفن", + "attribute": "التصوير الفوتوغرافي / أسلوب الرسم" + }, + { + "displayName": "pastel color,sketch", + "langName": "أسلوب الطلاء السريع", + "object": "أسلوب الفن", + "attribute": "التصوير الفوتوغرافي / أسلوب الرسم" + }, + { + "displayName": "ink doodle", + "langName": "خربش الحبر", + "object": "أسلوب الفن", + "attribute": "التصوير الفوتوغرافي / أسلوب الرسم" + }, + { + "displayName": "charcoal sketch", + "langName": "رسم الفحم", + "object": "أسلوب الفن", + "attribute": "التصوير الفوتوغرافي / أسلوب الرسم" + }, + { + "displayName": "sketch art", + "langName": "رسم فني", + "object": "أسلوب الفن", + "attribute": "التصوير الفوتوغرافي / أسلوب الرسم" + }, + { + "displayName": "sketch paper", + "langName": "ورقة رسم", + "object": "أسلوب الفن", + "attribute": "التصوير الفوتوغرافي / أسلوب الرسم" + }, + { + "displayName": "manuscript", + "langName": "مخطوطة", + "object": "أسلوب الفن", + "attribute": "التصوير الفوتوغرافي / أسلوب الرسم" + }, + { + "displayName": "fading border", + "langName": "الحدود باهتة", + "object": "أسلوب الفن", + "attribute": "التصوير الفوتوغرافي / أسلوب الرسم" + }, + { + "displayName": "heavy contrast", + "langName": "تباين قوي (التركيز على اللون)", + "object": "أسلوب الفن", + "attribute": "التصوير الفوتوغرافي / أسلوب الرسم" + }, + { + "displayName": "watercolor (medium)", + "langName": "لوحة مائية شفافة", + "object": "أسلوب الفن", + "attribute": "التصوير الفوتوغرافي / أسلوب الرسم" + }, + { + "displayName": "Polaroid art", + "langName": "فن بولارويد", + "object": "أسلوب الفن", + "attribute": "التصوير الفوتوغرافي / أسلوب الرسم" + }, + { + "displayName": "opal render", + "langName": "تقديم أوبال", + "object": "أسلوب الفن", + "attribute": "التصوير الفوتوغرافي / أسلوب الرسم" + }, + { + "displayName": "chemigram", + "langName": "اللوني", + "object": "أسلوب الفن", + "attribute": "التصوير الفوتوغرافي / أسلوب الرسم" + }, + { + "displayName": "((alphonse mucha))", + "langName": "أسلوب موتشا", + "object": "أسلوب الفن", + "attribute": "التصوير الفوتوغرافي / أسلوب الرسم" + }, + { + "displayName": "((Monet style))", + "langName": "أسلوب مونيه", + "object": "أسلوب الفن", + "attribute": "التصوير الفوتوغرافي / أسلوب الرسم" + }, + { + "displayName": "style of Al Williamson", + "langName": "أسلوب ويليامسون", + "object": "أسلوب الفن", + "attribute": "التصوير الفوتوغرافي / أسلوب الرسم" + }, + { + "displayName": "chiaroscuro", + "langName": "chiaroscuro", + "object": "أسلوب الفن", + "attribute": "التصوير الفوتوغرافي / أسلوب الرسم" + }, + { + "displayName": "film noir", + "langName": "فيلم نوير (الذنب، الرغبة، الانتقام)", + "object": "أسلوب الفن", + "attribute": "التصوير الفوتوغرافي / أسلوب الرسم" + }, + { + "displayName": "dark theme", + "langName": "فن موضوع الظلام", + "object": "أسلوب الفن", + "attribute": "التصوير الفوتوغرافي / أسلوب الرسم" + }, + { + "displayName": "fantasy", + "langName": "مناسبة لمشاهد الخيال العلمي", + "object": "أسلوب الفن", + "attribute": "الخيال العلمي" + }, + { + "displayName": "fiction", + "langName": "الخيال العلمي", + "object": "أسلوب الفن", + "attribute": "الخيال العلمي" + }, + { + "displayName": "science fiction", + "langName": "الخيال العلمي", + "object": "أسلوب الفن", + "attribute": "الخيال العلمي" + }, + { + "displayName": "sci-fi", + "langName": "أسلوب الخيال العلمي", + "object": "أسلوب الفن", + "attribute": "الخيال العلمي" + }, + { + "displayName": "cyber punk", + "langName": "cyberpunk", + "object": "أسلوب الفن", + "attribute": "الخيال العلمي" + }, + { + "displayName": "Dark Fantasy", + "langName": "الخيال المظلم", + "object": "أسلوب الفن", + "attribute": "الخيال العلمي" + }, + { + "displayName": "Ethereal Fantasy", + "langName": "خيال ضبابي", + "object": "أسلوب الفن", + "attribute": "الخيال العلمي" + }, + { + "displayName": "dark fantasy style", + "langName": "أسلوب الخيال المظلم", + "object": "أسلوب الفن", + "attribute": "الخيال العلمي" + }, + { + "displayName": "ww3 style", + "langName": "أسلوب ww3", + "object": "أسلوب الفن", + "attribute": "الخيال العلمي" + }, + { + "displayName": "Magic Vortex", + "langName": "دوامة سحرية", + "object": "أسلوب الفن", + "attribute": "الخيال العلمي" + }, + { + "displayName": "1980s anime", + "langName": "80 رسوم متحركة", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "80s movie", + "langName": "80 فيلما", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "80s (style)", + "langName": "أسلوب الثمانينات", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "90s (style)", + "langName": "أسلوب التسعينيات", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "disney movie", + "langName": "افلام ديزني", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "goth", + "langName": "صخرة القوطي", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "bubble bobble", + "langName": "فقاعة فقاعة", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "style of Pixar", + "langName": "الرسوم المتحركة بيكسار", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "Studio Ghibli", + "langName": "أسلوب جيبلي", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "Ghibli-like colours", + "langName": "ألوان جيبلي", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "genshin impact", + "langName": "تأثير جينشين", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "azur lane", + "langName": "حارة أزور", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "kantai collection", + "langName": "جمع الأسطول", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "rebecca (cyberpunk)", + "langName": "com.edgewalker", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "chainsaw man", + "langName": "رجل المنشار", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "synthwave", + "langName": "vaporwave", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "anime screeshot", + "langName": "لقطة شاشة للرسوم المتحركة", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "dakimakura", + "langName": "وسادة", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "cosplay", + "langName": "لعب الأدوار", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "guro", + "langName": "فضول", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "personification", + "langName": "تجسيد", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "4koma", + "langName": "أربع شبكات", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "8 Bit Game", + "langName": "العاب 8 بت", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "DC Comics", + "langName": "يمكن أن تولد مشاهد كوميدية لأغلفة القصص المصورة الأمريكية", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "cartoon", + "langName": "كارتون", + "object": "أسلوب الفن", + "attribute": "ثقافة فرعية" + }, + { + "displayName": "album", + "langName": "الألبوم", + "object": "أسلوب الفن", + "attribute": "النشر" + }, + { + "displayName": "album cover", + "langName": "غلاف الألبوم", + "object": "أسلوب الفن", + "attribute": "النشر" + }, + { + "displayName": "magazine scan", + "langName": "الصفحات الداخلية للمجلة", + "object": "أسلوب الفن", + "attribute": "النشر" + }, + { + "displayName": "magazine cover", + "langName": "غلاف المجلة", + "object": "أسلوب الفن", + "attribute": "النشر" + }, + { + "displayName": "cover", + "langName": "غطاء", + "object": "أسلوب الفن", + "attribute": "النشر" + }, + { + "displayName": "artbook", + "langName": "اللوحة الأصلية", + "object": "أسلوب الفن", + "attribute": "النشر" + }, + { + "displayName": "column lineup", + "langName": "سلسلة من الصور الصغيرة تشكل صورة كبيرة", + "object": "أسلوب الفن", + "attribute": "النشر" + }, + { + "displayName": "zoom layer", + "langName": "الخلفية هي نسخة مكبرة من المقدمة", + "object": "أسلوب الفن", + "attribute": "النشر" + }, + { + "displayName": "3D Item Render", + "langName": "عرض ثلاثي الأبعاد", + "object": "أسلوب الفن", + "attribute": "الفن الرقمي" + }, + { + "displayName": "animated gif", + "langName": "صور بصيغة GIF", + "object": "أسلوب الفن", + "attribute": "الفن الرقمي" + }, + { + "displayName": "fine art parody", + "langName": "تقليد اللوحات الشهيرة", + "object": "أسلوب الفن", + "attribute": "الفن الرقمي" + }, + { + "displayName": "optical illusion", + "langName": "خطأ بصري", + "object": "أسلوب الفن", + "attribute": "الفن الرقمي" + }, + { + "displayName": "((ASCII art))", + "langName": "فن أسكي", + "object": "أسلوب الفن", + "attribute": "الفن الرقمي" + }, + { + "displayName": "Synchronism", + "langName": "تنسيق الوقت", + "object": "أسلوب الفن", + "attribute": "الفن الرقمي" + }, + { + "displayName": "highres", + "langName": "إمباستو (أسلوب)", + "object": "أسلوب الفن", + "attribute": "الفن الرقمي" + }, + { + "displayName": "sample", + "langName": "هناك كلمات على الصورة", + "object": "أسلوب الفن", + "attribute": "الفن الرقمي" + }, + { + "displayName": "dreamlike", + "langName": "حلم", + "object": "أسلوب الفن", + "attribute": "الفن الرقمي" + }, + { + "displayName": "pixiv", + "langName": "صورة نمطية نقية ثنائية الأبعاد", + "object": "أسلوب الفن", + "attribute": "الفن الرقمي" + }, + { + "displayName": "a beautiful korean idol,stylish outfit,fitted jeans,oversized jacket,fashionable accessories,(realistic detailed eyes,natural skin texture,confident expression)", + "langName": "صور شخصية شائعة الاستخدام", + "object": "معالجة ما بعد", + "attribute": "المجموعات شائعة الاستخدام" + }, + { + "displayName": "fitted jeans,oversized jacket,navel", + "langName": "مطابقة عادية (الدنيم + مشد زر البطن)", + "object": "معالجة ما بعد", + "attribute": "المجموعات شائعة الاستخدام" + }, + { + "displayName": "black hair,earrings,flash photography,jewelry,looking at viewer and facing viewer,solo,(upper body),smirk,long hair,ponytail,short sleeves,black dress,black eyes,makeup,lipstick,(cleavage visible,large breasts),face close-up,bend over,pale skin,downblouse,Arms supporting the bed,wearing necklace,(Bedroom background,bed and curtains behind her,Wardrobe,desk lamp),,detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "صور خاصة", + "object": "معالجة ما بعد", + "attribute": "المجموعات شائعة الاستخدام" + }, + { + "displayName": "cityscape backdrop,rooftop or high-rise balcony,shallow depth of field,bokeh from city lights", + "langName": "خلفية المدينة الشاهقة", + "object": "معالجة ما بعد", + "attribute": "المجموعات شائعة الاستخدام" + }, + { + "displayName": "Fujifilm XT3,film still,film grain,sharp focus on subject,cinematic", + "langName": "نسيج الفيلم", + "object": "معالجة ما بعد", + "attribute": "المجموعات شائعة الاستخدام" + }, + { + "displayName": "ultra-high definition", + "langName": "فائقة الوضوح", + "object": "معالجة ما بعد", + "attribute": "دقة" + }, + { + "displayName": "4k", + "langName": "4K", + "object": "معالجة ما بعد", + "attribute": "دقة" + }, + { + "displayName": "8K", + "langName": "8 ك", + "object": "معالجة ما بعد", + "attribute": "دقة" + }, + { + "displayName": "16k", + "langName": "16 ك", + "object": "معالجة ما بعد", + "attribute": "دقة" + }, + { + "displayName": "32k", + "langName": "32 ألف", + "object": "معالجة ما بعد", + "attribute": "دقة" + }, + { + "displayName": "Full-HD", + "langName": "كامل HD", + "object": "معالجة ما بعد", + "attribute": "دقة" + }, + { + "displayName": "HD", + "langName": "عالية الدقة", + "object": "معالجة ما بعد", + "attribute": "دقة" + }, + { + "displayName": "Ultra-HD", + "langName": "فائقة الوضوح", + "object": "معالجة ما بعد", + "attribute": "دقة" + }, + { + "displayName": "Super-Resolution", + "langName": "دقة فائقة", + "object": "معالجة ما بعد", + "attribute": "دقة" + }, + { + "displayName": "Megapixel", + "langName": "ميغابكسل", + "object": "معالجة ما بعد", + "attribute": "دقة" + }, + { + "displayName": "absurdres", + "langName": "دقة عالية جدًا", + "object": "معالجة ما بعد", + "attribute": "دقة" + }, + { + "displayName": "incredibly absurdres", + "langName": "دقة عالية للغاية", + "object": "معالجة ما بعد", + "attribute": "دقة" + }, + { + "displayName": "huge filesize", + "langName": "ملفات عالية الدقة/كبيرة الحجم", + "object": "معالجة ما بعد", + "attribute": "دقة" + }, + { + "displayName": "Anaglyph", + "langName": "رسم ثلاثي الأبعاد", + "object": "معالجة ما بعد", + "attribute": "رؤية مجسمة" + }, + { + "displayName": "Multiscopy", + "langName": "عارض متعدد", + "object": "معالجة ما بعد", + "attribute": "رؤية مجسمة" + }, + { + "displayName": "Autostereoscopy", + "langName": "تنظير ذاتي", + "object": "معالجة ما بعد", + "attribute": "رؤية مجسمة" + }, + { + "displayName": "Stereoscopy", + "langName": "التصوير المجسم", + "object": "معالجة ما بعد", + "attribute": "رؤية مجسمة" + }, + { + "displayName": "Parallax", + "langName": "المنظر", + "object": "معالجة ما بعد", + "attribute": "رؤية مجسمة" + }, + { + "displayName": "Anti-Aliasing", + "langName": "مكافحة التعرج", + "object": "معالجة ما بعد", + "attribute": "مكافحة التعرج" + }, + { + "displayName": "FXAA", + "langName": "فكسا", + "object": "معالجة ما بعد", + "attribute": "مكافحة التعرج" + }, + { + "displayName": "TXAA", + "langName": "تكسا", + "object": "معالجة ما بعد", + "attribute": "مكافحة التعرج" + }, + { + "displayName": "RTX", + "langName": "انتقال في الوقت الحقيقي", + "object": "معالجة ما بعد", + "attribute": "مكافحة التعرج" + }, + { + "displayName": "SSAO", + "langName": "SSAO", + "object": "معالجة ما بعد", + "attribute": "مكافحة التعرج" + }, + { + "displayName": "De-Noise", + "langName": "الحد من الضوضاء", + "object": "معالجة ما بعد", + "attribute": "مكافحة التعرج" + }, + { + "displayName": "Shaders", + "langName": "تظليل", + "object": "معالجة ما بعد", + "attribute": "شادر" + }, + { + "displayName": "OpenGL-Shaders", + "langName": "تظليل OpenGL", + "object": "معالجة ما بعد", + "attribute": "شادر" + }, + { + "displayName": "GLSL-Shaders", + "langName": "تظليل GLSL", + "object": "معالجة ما بعد", + "attribute": "شادر" + }, + { + "displayName": "Post Processing", + "langName": "معالجة ما بعد", + "object": "معالجة ما بعد", + "attribute": "شادر" + }, + { + "displayName": "Post-Production", + "langName": "ما بعد الإنتاج", + "object": "معالجة ما بعد", + "attribute": "شادر" + }, + { + "displayName": "Cel Shading", + "langName": "التلوين الفوقية", + "object": "معالجة ما بعد", + "attribute": "شادر" + }, + { + "displayName": "Tone Mapping", + "langName": "رسم الخرائط لهجة", + "object": "معالجة ما بعد", + "attribute": "شادر" + }, + { + "displayName": "CGI", + "langName": "تصوير الكمبيوتر", + "object": "معالجة ما بعد", + "attribute": "شادر" + }, + { + "displayName": "VFX", + "langName": "المؤثرات البصرية", + "object": "معالجة ما بعد", + "attribute": "شادر" + }, + { + "displayName": "SFX", + "langName": "المؤثرات الصوتية", + "object": "معالجة ما بعد", + "attribute": "شادر" + }, + { + "displayName": "Unreal Engine", + "langName": "محرك غير واقعي", + "object": "معالجة ما بعد", + "attribute": "شادر" + }, + { + "displayName": "Scan Lines", + "langName": "خط المسح", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Posterization", + "langName": "تجزئة الدرجة اللونية", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Quantization", + "langName": "تحديد كمي", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Sobel Operator", + "langName": "عامل سوبل", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Edge Detection", + "langName": "كشف الحافة", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Interlaced", + "langName": "المسح المتداخل", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Moire Patterns", + "langName": "نمط تموج في النسيج", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Rounded", + "langName": "دائري", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Wavy", + "langName": "مائج", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Whirl", + "langName": "دوامة", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Squiggly", + "langName": "تموج", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Morph", + "langName": "تشوه", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Spiraling", + "langName": "دوامة", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Twisted Rays", + "langName": "ضوء مشوه", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Starburst", + "langName": "انفجار نجمي", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Emboss", + "langName": "اِرتِياح", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Tessellated", + "langName": "فسيفساء", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Blobby", + "langName": "بقعة", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Blobs", + "langName": "بقعة", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Cracks", + "langName": "كسر", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Textured", + "langName": "نَسِيج", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Convolution Matrix", + "langName": "مصفوفة الالتواء", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Dilate", + "langName": "تضخم", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Erode", + "langName": "تآكل", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Dirty", + "langName": "متسخ", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "With Imperfections", + "langName": "معيب", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Distortion", + "langName": "تشويه", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Lenticular", + "langName": "عدسي", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Cropped", + "langName": "اقتصاص", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Quantum-Wavetracing", + "langName": "تتبع الموجات الكمومية", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Tornadic", + "langName": "اعصار", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Sabattier Effect", + "langName": "يوفر حواف ناعمة وغير واضحة وتظليل الألوان", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Smudged", + "langName": "غامض", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Sharpened", + "langName": "شحذ", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Glowing Edges", + "langName": "حافة متوهجة", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Spherize", + "langName": "كروي", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Harris Shutter", + "langName": "التقط الأجسام سريعة الحركة أو حافظ على وضوح الصورة في البيئات منخفضة الإضاءة", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Mordancage", + "langName": "التصوير الفوتوغرافي النقش", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Ray Traced", + "langName": "تتبع الأشعة", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "Ray Tracing Ambient Occlusion", + "langName": "تتبع الأشعة للانسداد المحيط", + "object": "معالجة ما بعد", + "attribute": "معالجة الصور" + }, + { + "displayName": "award winning", + "langName": "الأعمال الحائزة على جوائز", + "object": "معالجة ما بعد", + "attribute": "جودة" + }, + { + "displayName": "professional", + "langName": "رئيسي", + "object": "معالجة ما بعد", + "attribute": "جودة" + }, + { + "displayName": "breathtaking", + "langName": "مدهش", + "object": "معالجة ما بعد", + "attribute": "جودة" + }, + { + "displayName": "groundbreaking", + "langName": "رائدة", + "object": "معالجة ما بعد", + "attribute": "جودة" + }, + { + "displayName": "superb", + "langName": "الدرجة الأولى", + "object": "معالجة ما بعد", + "attribute": "جودة" + }, + { + "displayName": "outstanding", + "langName": "متميز", + "object": "معالجة ما بعد", + "attribute": "جودة" + }, + { + "displayName": "best quality", + "langName": "أفضل جودة", + "object": "معالجة ما بعد", + "attribute": "جودة" + }, + { + "displayName": "best aesthetic", + "langName": "أفضل الجمالية", + "object": "معالجة ما بعد", + "attribute": "جودة" + }, + { + "displayName": "masterpiece", + "langName": "تحفة", + "object": "معالجة ما بعد", + "attribute": "جودة" + }, + { + "displayName": "extreme detail", + "langName": "التفاصيل القصوى", + "object": "معالجة ما بعد", + "attribute": "جودة" + }, + { + "displayName": "amazing", + "langName": "مدهش", + "object": "معالجة ما بعد", + "attribute": "جودة" + }, + { + "displayName": "original", + "langName": "إبداعي", + "object": "معالجة ما بعد", + "attribute": "جودة" + }, + { + "displayName": "in a symbolic and meaningful style", + "langName": "أسلوب رمزي وهادف", + "object": "معالجة ما بعد", + "attribute": "جودة" + }, + { + "displayName": "insanely detailed and intricate", + "langName": "مفصلة ومعقدة للغاية", + "object": "معالجة ما بعد", + "attribute": "جودة" + }, + { + "displayName": "very coherent symmetrical artwork", + "langName": "هيكل متماسك ومتماثل", + "object": "معالجة ما بعد", + "attribute": "جودة" + }, + { + "displayName": "Trending on ArtStation", + "langName": "ArtStation", + "object": "معالجة ما بعد", + "attribute": "منصة | الاتجاهات" + }, + { + "displayName": "Trending on Facebook", + "langName": "فيسبوك", + "object": "معالجة ما بعد", + "attribute": "منصة | الاتجاهات" + }, + { + "displayName": "Trending on Pixiv", + "langName": "بيكسيف", + "object": "معالجة ما بعد", + "attribute": "منصة | الاتجاهات" + }, + { + "displayName": "Trending on Pixbay", + "langName": "بيكسبي", + "object": "معالجة ما بعد", + "attribute": "منصة | الاتجاهات" + }, + { + "displayName": "reddit", + "langName": "منتدى رديت", + "object": "معالجة ما بعد", + "attribute": "منصة | الاتجاهات" + } +] \ No newline at end of file diff --git a/src/app/data/prompt/prompt-bn.json b/src/app/data/prompt/prompt-bn.json new file mode 100644 index 0000000..9383127 --- /dev/null +++ b/src/app/data/prompt/prompt-bn.json @@ -0,0 +1,29606 @@ +[ + { + "displayName": "female", + "langName": "মহিলা", + "object": "চিত্র", + "attribute": "প্রধান শরীর" + }, + { + "displayName": "male", + "langName": "পুরুষ", + "object": "চিত্র", + "attribute": "প্রধান শরীর" + }, + { + "displayName": "mature_female", + "langName": "পরিণত নারী", + "object": "চিত্র", + "attribute": "প্রধান শরীর" + }, + { + "displayName": "mature", + "langName": "পরিপক্ক", + "object": "চিত্র", + "attribute": "প্রধান শরীর" + }, + { + "displayName": "little_girl", + "langName": "ছোট মেয়ে", + "object": "চিত্র", + "attribute": "প্রধান শরীর" + }, + { + "displayName": "little_boy", + "langName": "ছোট ছেলে", + "object": "চিত্র", + "attribute": "প্রধান শরীর" + }, + { + "displayName": "1girl", + "langName": "১টি মেয়ে", + "object": "চিত্র", + "attribute": "প্রধান শরীর" + }, + { + "displayName": "1boy", + "langName": "1 ছেলে", + "object": "চিত্র", + "attribute": "প্রধান শরীর" + }, + { + "displayName": "2girls", + "langName": "২টি মেয়ে", + "object": "চিত্র", + "attribute": "প্রধান শরীর" + }, + { + "displayName": "2boys", + "langName": "2 ছেলে", + "object": "চিত্র", + "attribute": "প্রধান শরীর" + }, + { + "displayName": "sisters", + "langName": "বোন", + "object": "চিত্র", + "attribute": "প্রধান শরীর" + }, + { + "displayName": "multiple_girls", + "langName": "একাধিক মেয়ে", + "object": "চিত্র", + "attribute": "প্রধান শরীর" + }, + { + "displayName": "solo", + "langName": "একক", + "object": "চিত্র", + "attribute": "প্রধান শরীর" + }, + { + "displayName": "ojousama", + "langName": "মিস", + "object": "চিত্র", + "attribute": "প্রধান শরীর" + }, + { + "displayName": "bishoujo", + "langName": "সুন্দর মেয়ে", + "object": "চিত্র", + "attribute": "প্রধান শরীর" + }, + { + "displayName": "kawaii", + "langName": "সুন্দর", + "object": "চিত্র", + "attribute": "প্রধান শরীর" + }, + { + "displayName": "adorable_girl", + "langName": "সুন্দর মেয়ে", + "object": "চিত্র", + "attribute": "প্রধান শরীর" + }, + { + "displayName": "female_pervert", + "langName": "স্লাট", + "object": "চিত্র", + "attribute": "প্রধান শরীর" + }, + { + "displayName": "milf", + "langName": "MILF", + "object": "চিত্র", + "attribute": "প্রধান শরীর" + }, + { + "displayName": "a beautiful korean idol", + "langName": "কোরিয়ান মূর্তি", + "object": "চিত্র", + "attribute": "প্রধান শরীর" + }, + { + "displayName": "lifeguard", + "langName": "লাইফগার্ড", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "goalkeeper", + "langName": "গোলরক্ষক", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "racer", + "langName": "রেসিং ড্রাইভার", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "motorcyclist", + "langName": "মোটরসাইকেল চালক", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "boxer", + "langName": "বক্সার", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "acrobat", + "langName": "অ্যাক্রোব্যাট", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "athletes", + "langName": "ক্রীড়াবিদ", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "cheerleader", + "langName": "চিয়ারলিডিং", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "stewardess", + "langName": "এয়ারলাইন স্টুয়ার্ডেস", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "waitress", + "langName": "পরিচারিকা", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "waiter", + "langName": "ওয়েটার", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "chef", + "langName": "শেফ", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "barista", + "langName": "বারিস্তা", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "cashier", + "langName": "ক্যাশিয়ার", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "mailman", + "langName": "পোস্টম্যান", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "office_lady", + "langName": "কর্মজীবী ​​নারী", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "maid", + "langName": "দাসী", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "housemaid", + "langName": "গৃহকর্মী", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "doctor", + "langName": "ডাক্তার", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "nurse", + "langName": "নার্স", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "scientist", + "langName": "বিজ্ঞানী", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "detective", + "langName": "গোয়েন্দা", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "police", + "langName": "পুলিশ", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "soldier", + "langName": "সৈনিক", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "firefighter", + "langName": "অগ্নিনির্বাপক", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "hacker", + "langName": "হ্যাকার", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "spy", + "langName": "গুপ্তচর", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "agent", + "langName": "এজেন্ট", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "assassin", + "langName": "হত্যাকারী", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "magician", + "langName": "জাদুকর", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "pilot", + "langName": "পাইলট", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "astronaut", + "langName": "মহাকাশচারী", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "diver", + "langName": "ডুবুরি", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "bar censor", + "langName": "বার পরীক্ষক", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "missionary", + "langName": "ধর্মপ্রচারক", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "poet", + "langName": "কবি", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "actor", + "langName": "অভিনেতা", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "actress", + "langName": "অভিনেত্রী", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "idol", + "langName": "প্রতিমা", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "queen", + "langName": "রানী", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "race_queen", + "langName": "রেসিং মেয়ে", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "dancer", + "langName": "নর্তকী", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "ballerina", + "langName": "ব্যালে নর্তকী", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "dancing girl", + "langName": "নাচের মেয়ে", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "gym_leader", + "langName": "জিমন্যাস্টিকস কোচ", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "priest", + "langName": "পুরোহিত", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "cleric", + "langName": "পাদরি (খ্রিস্টান)", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "monk", + "langName": "সন্ন্যাসী", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "nun", + "langName": "সন্ন্যাসী", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "makihitsuji", + "langName": "রাখাল", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "the hermit", + "langName": "সন্ন্যাসী", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "teacher", + "langName": "শিক্ষক", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "classmate", + "langName": "সহপাঠী", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "student", + "langName": "ছাত্র", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "harem", + "langName": "হারেম", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "ghost", + "langName": "ভূত", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "doll", + "langName": "পুতুল", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "albino", + "langName": "অ্যালবিনোস", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "amputee", + "langName": "অঙ্গচ্ছেদ", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "trap", + "langName": "ট্রান্সভেসাইট (নারী বৈশিষ্ট্যযুক্ত পুরুষদের নারী বলে ভুল হতে পারে)", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "crossdressing", + "langName": "ট্রান্সভেস্টিট (পোশাক পরা যা কারো লিঙ্গ পরিচয়ের সাথে মেলে না)", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "otoko_no_ko", + "langName": "ট্রান্সভেসাইট (একজন পুরুষ যার নারী বৈশিষ্ট্য আছে বলে মনে হয়)", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "wa_maid", + "langName": "জাপানি দাসী", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "yaoi", + "langName": "সমকামী হও", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "yuri", + "langName": "লিলি", + "object": "চিত্র", + "attribute": "পরিচয়" + }, + { + "displayName": "pikachu", + "langName": "পিকাচু", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "pokemon", + "langName": "পোকেমন", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "doraemon", + "langName": "ডোরেমন", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "crayon shin-chan", + "langName": "ক্রেয়ন শিন-চ্যান", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "slam dunk", + "langName": "স্ল্যাম dunk", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "harry potter", + "langName": "হ্যারি পটার", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "avengers", + "langName": "অ্যাভেঞ্জার", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "captain america", + "langName": "ক্যাপ্টেন আমেরিকা", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "gojou satoru", + "langName": "গোজো সাতোরু", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "neon genesis evangelion", + "langName": "নিয়ন জেনেসিস ইভাঞ্জেলিয়ন", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "mazinger", + "langName": "আশ্চর্য মহিলা", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "saint seiya", + "langName": "সেন্ট সেইয়া", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "kamen rider", + "langName": "কামেন রাইডার", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "mario", + "langName": "মারিও", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "sun wukong", + "langName": "সান উকং", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "hatsune miku", + "langName": "হাতসুনে মিকু", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "magical_girl", + "langName": "জাদুকরী মেয়ে", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "sailor_senshi", + "langName": "নাবিক চাঁদ", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "witch", + "langName": "জাদুকরী", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "miko", + "langName": "মাইকো", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "mage", + "langName": "জাদুকর", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "magister", + "langName": "ম্যাজিস্টার", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "ninja", + "langName": "নিনজা", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "samurai", + "langName": "সামুরাই", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "vampire", + "langName": "ভ্যাম্পায়ার", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "knight", + "langName": "নাইট", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "orc", + "langName": "orc", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "druid", + "langName": "ড্রুইড", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "elf", + "langName": "গবলিন", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "dark_elf", + "langName": "অন্ধকার পরী", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "fairy", + "langName": "পরী", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "succubus", + "langName": "succubus", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "imp", + "langName": "ছোট শয়তান", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "devil", + "langName": "শয়তান", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "angel", + "langName": "দেবদূত", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "monster", + "langName": "দানব", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "monster_girl", + "langName": "বিদেশীর মা", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "dominatrix", + "langName": "রানী (এসএম মিডিয়াম)", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "mecha", + "langName": "মেচা", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "mecha_musume", + "langName": "মেচা মেয়ে", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "humanoid_robot", + "langName": "মানবিক রোবট", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "cyborg", + "langName": "সাইবোর্গ", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "dragon_girl", + "langName": "ড্রাগন ভদ্রমহিলা", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "centaur", + "langName": "সেন্টার", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "slime_musume", + "langName": "স্লাইম গার্ল", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "spider_girl", + "langName": "মাকড়সা মেয়ে", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "mermaid", + "langName": "মারমেইড", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "cat_girl", + "langName": "বিড়াল মেয়ে", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "dog_girl", + "langName": "কুকুর মেয়ে", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "wolf_girl", + "langName": "নেকড়ে মেয়ে", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "fox_girl", + "langName": "শিয়াল মেয়ে", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "kitsune", + "langName": "শিয়াল রাক্ষস", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "kyuubi", + "langName": "নয়টি লেজ | নয়টি লেজ শিয়াল", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "raccoon_girl", + "langName": "রাকুন মেয়ে", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "bunny_girl", + "langName": "খরগোশ মেয়ে", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "cow_girl", + "langName": "কাউগার্ল", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "horse_girl", + "langName": "মা নিয়াং", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "furry", + "langName": "orc", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "furry/orc", + "langName": "Orcs/Orcs", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "kemonomimi_mode", + "langName": "পশুর কানে ললি মোড", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "giantess", + "langName": "দৈত্য", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "minigirl", + "langName": "মিনি মেয়ে", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "mesugaki", + "langName": "মহিলা imp", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "santa alter", + "langName": "সান্তা ক্লজ", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "spider-man", + "langName": "মাকড়সা মানুষ", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "demo", + "langName": "রাক্ষস", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "no humans", + "langName": "অমানবিক", + "object": "চিত্র", + "attribute": "দ্বিমাত্রিক চরিত্র" + }, + { + "displayName": "toddler", + "langName": "বাচ্চা", + "object": "চিত্র", + "attribute": "বয়স" + }, + { + "displayName": "kindergartener", + "langName": "কিন্ডারগার্টেন", + "object": "চিত্র", + "attribute": "বয়স" + }, + { + "displayName": "child", + "langName": "শিশু", + "object": "চিত্র", + "attribute": "বয়স" + }, + { + "displayName": "underage", + "langName": "কম বয়সী", + "object": "চিত্র", + "attribute": "বয়স" + }, + { + "displayName": "teenager", + "langName": "কিশোর (13-19)", + "object": "চিত্র", + "attribute": "বয়স" + }, + { + "displayName": "teen", + "langName": "কিশোর (13-19)", + "object": "চিত্র", + "attribute": "বয়স" + }, + { + "displayName": "early teen", + "langName": "প্রাথমিক কৈশোর (11-15)", + "object": "চিত্র", + "attribute": "বয়স" + }, + { + "displayName": "adult", + "langName": "বড়দের", + "object": "চিত্র", + "attribute": "বয়স" + }, + { + "displayName": "elder", + "langName": "বড়", + "object": "চিত্র", + "attribute": "বয়স" + }, + { + "displayName": "old", + "langName": "বয়স্ক", + "object": "চিত্র", + "attribute": "বয়স" + }, + { + "displayName": "loli", + "langName": "loli", + "object": "চিত্র", + "attribute": "বয়স" + }, + { + "displayName": "shota", + "langName": "শোটা", + "object": "চিত্র", + "attribute": "বয়স" + }, + { + "displayName": "white_skin", + "langName": "সাদা চামড়া", + "object": "চিত্র", + "attribute": "চামড়া" + }, + { + "displayName": "pale_skin", + "langName": "ফ্যাকাশে ত্বক (গাঢ় বা উজ্জ্বল রঙের পোশাকের জন্য উপযুক্ত)", + "object": "চিত্র", + "attribute": "চামড়া" + }, + { + "displayName": "fair_skin", + "langName": "ফর্সা ত্বক", + "object": "চিত্র", + "attribute": "চামড়া" + }, + { + "displayName": "olive_skin", + "langName": "জলপাই চামড়া", + "object": "চিত্র", + "attribute": "চামড়া" + }, + { + "displayName": "brown_skin", + "langName": "বাদামী চামড়া", + "object": "চিত্র", + "attribute": "চামড়া" + }, + { + "displayName": "deep_skin", + "langName": "গাঢ় ত্বক", + "object": "চিত্র", + "attribute": "চামড়া" + }, + { + "displayName": "dark_skin", + "langName": "গাঢ় ত্বক", + "object": "চিত্র", + "attribute": "চামড়া" + }, + { + "displayName": "black_skin", + "langName": "গাঢ় ত্বক", + "object": "চিত্র", + "attribute": "চামড়া" + }, + { + "displayName": "shiny_skin", + "langName": "চকচকে ত্বক", + "object": "চিত্র", + "attribute": "চামড়া" + }, + { + "displayName": "white_marble_glowing_skin", + "langName": "সাদা মার্বেল উজ্জ্বল ত্বক", + "object": "চিত্র", + "attribute": "চামড়া" + }, + { + "displayName": "tattoo", + "langName": "ট্যাটু", + "object": "চিত্র", + "attribute": "চামড়া" + }, + { + "displayName": "tan", + "langName": "সূর্যের এক্সপোজার", + "object": "চিত্র", + "attribute": "চামড়া" + }, + { + "displayName": "tanlines", + "langName": "সূর্যের ক্ষতি", + "object": "চিত্র", + "attribute": "চামড়া" + }, + { + "displayName": "oil", + "langName": "তৈলাক্ত", + "object": "চিত্র", + "attribute": "চামড়া" + }, + { + "displayName": "skinny", + "langName": "চর্মসার", + "object": "চিত্র", + "attribute": "চিত্র" + }, + { + "displayName": "plump", + "langName": "পূর্ণ", + "object": "চিত্র", + "attribute": "চিত্র" + }, + { + "displayName": "curvy", + "langName": "ডেভিল ফিগার", + "object": "চিত্র", + "attribute": "চিত্র" + }, + { + "displayName": "(navel,wide hip,curvy)", + "langName": "চিত্র প্রকাশ করুন", + "object": "চিত্র", + "attribute": "চিত্র" + }, + { + "displayName": "gyaru", + "langName": "হট গার্লস (জাপানি মেয়েরা)", + "object": "চিত্র", + "attribute": "চিত্র" + }, + { + "displayName": "pregnant", + "langName": "গর্ভবতী", + "object": "চিত্র", + "attribute": "চিত্র" + }, + { + "displayName": "fat", + "langName": "স্থূলতা", + "object": "চিত্র", + "attribute": "চিত্র" + }, + { + "displayName": "thin", + "langName": "পাতলা", + "object": "চিত্র", + "attribute": "চিত্র" + }, + { + "displayName": "slender", + "langName": "পাতলা", + "object": "চিত্র", + "attribute": "চিত্র" + }, + { + "displayName": "glamor", + "langName": "কবজ", + "object": "চিত্র", + "attribute": "চিত্র" + }, + { + "displayName": "tall", + "langName": "লম্বা", + "object": "চিত্র", + "attribute": "চিত্র" + }, + { + "displayName": "petite", + "langName": "ক্ষুদ্র", + "object": "চিত্র", + "attribute": "চিত্র" + }, + { + "displayName": "chibi", + "langName": "মেংমেং/কিউ প্রিন্ট স্টাইল", + "object": "চিত্র", + "attribute": "চিত্র" + }, + { + "displayName": "muscular", + "langName": "পেশী", + "object": "চিত্র", + "attribute": "চিত্র" + }, + { + "displayName": "big tits", + "langName": "বড় স্তন", + "object": "চিত্র", + "attribute": "চিত্র" + }, + { + "displayName": "(cleavage visible,large breasts)", + "langName": "বড় স্তন (ক্লিভেজ সহ)", + "object": "চিত্র", + "attribute": "চিত্র" + }, + { + "displayName": "Small waist", + "langName": "ছোট কোমর", + "object": "চিত্র", + "attribute": "চিত্র" + }, + { + "displayName": "narrow_waist", + "langName": "পাতলা কোমর", + "object": "চিত্র", + "attribute": "চিত্র" + }, + { + "displayName": "slender_waist", + "langName": "সরু কোমর", + "object": "চিত্র", + "attribute": "চিত্র" + }, + { + "displayName": "strong", + "langName": "শক্তিশালী", + "object": "চিত্র", + "attribute": "চিত্র" + }, + { + "displayName": "slim", + "langName": "পাতলা", + "object": "চিত্র", + "attribute": "চিত্র" + }, + { + "displayName": "slender face", + "langName": "মুখ স্লিমিং", + "object": "চিত্র", + "attribute": "মুখের আকৃতি" + }, + { + "displayName": "round face", + "langName": "গোলাকার মুখ", + "object": "চিত্র", + "attribute": "মুখের আকৃতি" + }, + { + "displayName": "oval face", + "langName": "ডিম্বাকৃতি মুখ", + "object": "চিত্র", + "attribute": "মুখের আকৃতি" + }, + { + "displayName": "baby face", + "langName": "শিশুর মুখ", + "object": "চিত্র", + "attribute": "মুখের আকৃতি" + }, + { + "displayName": "inverted triangle face", + "langName": "উল্টানো ত্রিভুজ মুখ", + "object": "চিত্র", + "attribute": "মুখের আকৃতি" + }, + { + "displayName": "heart shaped face", + "langName": "হৃদয় আকৃতির মুখ", + "object": "চিত্র", + "attribute": "মুখের আকৃতি" + }, + { + "displayName": "diamond face", + "langName": "হীরা মুখ", + "object": "চিত্র", + "attribute": "মুখের আকৃতি" + }, + { + "displayName": "square face", + "langName": "বর্গাকার মুখ", + "object": "চিত্র", + "attribute": "মুখের আকৃতি" + }, + { + "displayName": "long face", + "langName": "লম্বা মুখ", + "object": "চিত্র", + "attribute": "মুখের আকৃতি" + }, + { + "displayName": "triangular face", + "langName": "ত্রিভুজ মুখ", + "object": "চিত্র", + "attribute": "মুখের আকৃতি" + }, + { + "displayName": "detailed gorgeous face", + "langName": "সূক্ষ্ম মুখ", + "object": "চিত্র", + "attribute": "মুখের আকৃতি" + }, + { + "displayName": "delicate features", + "langName": "সূক্ষ্ম মুখের বৈশিষ্ট্য", + "object": "চিত্র", + "attribute": "মুখের আকৃতি" + }, + { + "displayName": "black hair", + "langName": "কালো চুল", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "white hair", + "langName": "সাদা চুল", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "grey hair", + "langName": "ধূসর চুল", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "silver hair", + "langName": "রূপালী চুল", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "blonde hair", + "langName": "স্বর্ণকেশী চুল", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "light brown hair", + "langName": "হালকা বাদামী চুল", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "brown hair", + "langName": "বাদামী চুল", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "red hair", + "langName": "লাল চুল", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "pink hair", + "langName": "গোলাপী চুল", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "purple hair", + "langName": "বেগুনি চুল", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "blue hair", + "langName": "নীল চুল", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "light blue hair", + "langName": "হালকা নীল চুল", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "dark blue hair", + "langName": "গাঢ় নীল চুল", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "green hair", + "langName": "সবুজ চুল", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "yellow hair", + "langName": "হলুদ চুল", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "two-tone hair", + "langName": "দ্বিবর্ণ চুল", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "multicolored hair", + "langName": "মিশ্র রঙের চুল", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "grey gradient hair", + "langName": "ধূসর গ্রেডিয়েন্ট চুল", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "Gradation of hair", + "langName": "ওমব্রে চুল", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "streaked hair", + "langName": "হাইলাইট করা চুল", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "hair_down", + "langName": "চুল নিচে", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "hair_spread_out", + "langName": "আলগা চুল", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "hair_flip", + "langName": "চিরুনি চুল", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "hair_up", + "langName": "চুল আপ", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "hair_behind_ear", + "langName": "কানের পিছনে চুল", + "object": "চিত্র", + "attribute": "চুল" + }, + { + "displayName": "straight_hair", + "langName": "সোজা চুল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "curly hair", + "langName": "কার্ল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "wavy hair", + "langName": "প্রাকৃতিক ভলিউম", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "short hair", + "langName": "ছোট চুল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "medium hair", + "langName": "ঝোংফা", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "long hair", + "langName": "লম্বা চুল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "very long hair", + "langName": "সুপার লম্বা চুল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "short ponytail", + "langName": "ছোট পনিটেল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "ponytail", + "langName": "পনিটেল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "high ponytail", + "langName": "উচ্চ পনিটেল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "low ponytail", + "langName": "কম পনিটেল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "front ponytail", + "langName": "সামনে পনিটেল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "Side ponytail", + "langName": "পাশে পনিটেল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "folded ponytail", + "langName": "ভাঁজ করা পনিটেল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "braided ponytail", + "langName": "পনিটেল বিনুনি করা চুল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "quad tails", + "langName": "চারটি পনিটেল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "twin braids", + "langName": "ডবল বিনুনি", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "low twin braids", + "langName": "কম ডবল বিনুনি", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "side braid", + "langName": "পাশের বিনুনি", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "single braid", + "langName": "একক বিনুনি", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "crown braid", + "langName": "মুকুট বিনুনি", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "french braid", + "langName": "ফরাসি বিনুনি", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "braid", + "langName": "বিনুনি", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "drill hair", + "langName": "ড্রিল রোল রাজকুমারী রোল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "twin_drills", + "langName": "ডবল ডায়মন্ড hairstyle", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "bunches", + "langName": "টুইন পনিটেল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "twintails", + "langName": "টুইন পনিটেল দুটি", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "hair bun", + "langName": "বান | ডাম্পলিং", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "single_hair_bun", + "langName": "একক বান", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "double_bun", + "langName": "দুটি বান", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "braided bangs", + "langName": "বিনুনি bangs", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "braided bun", + "langName": "বিনুনি খোঁপা", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "cone hair bun", + "langName": "টেপারড বান", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "doughnut hair bun", + "langName": "ডোনাট বান", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "heart hair bun", + "langName": "হৃদয় খোঁপা", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "bob cut", + "langName": "বব চুল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "bob haircut", + "langName": "বব চুল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "hime cut", + "langName": "রাজকুমারী কাটা", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "updo", + "langName": "খোঁপা চুল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "topknot", + "langName": "মাংসবলের মাথা", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "one side up", + "langName": "একপাশে চুল বাঁধা", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "two side up", + "langName": "ডাবল সাইড হেয়ার টাই", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "multi-tied hair", + "langName": "আরও চুল বাঁধুন", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "payot", + "langName": "লম্বা সাইডবার্ন", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "dynamic hair", + "langName": "গতিশীল চুল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "swept bangs", + "langName": "সাইড সুইপ্ট bangs", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "crossed bangs", + "langName": "ক্রস bangs", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "bangs", + "langName": "ব্যাংস", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "blunt bangs", + "langName": "Qi bangs", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "Slanted bangs", + "langName": "oblique bangs", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "long bangs", + "langName": "দীর্ঘ bangs", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "air bangs", + "langName": "বায়ু bangs", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "asymmetric bangs", + "langName": "অপ্রতিসম bangs", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "asymmetrical bangs", + "langName": "অপ্রতিসম bangs", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "parted bangs", + "langName": "অংশ bangs", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "side_blunt_bangs", + "langName": "পার্শ্ব বায়ু bangs", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "centre parting bangs", + "langName": "কেন্দ্র বিভাজিত bangs", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "middle Fringe", + "langName": "কেন্দ্র বিভাজিত bangs", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "bowl_cut", + "langName": "মাশরুম মাথা | পাত্র মাথা", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "hair_flaps", + "langName": "চুলের ডানা", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "hair wings", + "langName": "ডানার চুল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "hair in takes", + "langName": "বন্ধ", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "flipped hair", + "langName": "বিকৃত চুল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "messy hair", + "langName": "অগোছালো চুলের স্টাইল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "disheveled hair", + "langName": "এলোমেলো চুল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "antenna hair", + "langName": "অনেক নিস্তেজ চুল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "ahoge", + "langName": "বোবা", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "forehead", + "langName": "কপাল দেখান", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "dreadlocks", + "langName": "Dreadlocks", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "wet hair", + "langName": "ভেজা চুল", + "object": "চিত্র", + "attribute": "চুলের স্টাইল" + }, + { + "displayName": "makeup", + "langName": "আপ করা", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "eyeshadow", + "langName": "চোখের ছায়া", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "red eyeshadow", + "langName": "লাল চোখের ছায়া", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "blue eyeshadow", + "langName": "নীল চোখের ছায়া", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "purple eyeshadow", + "langName": "বেগুনি চোখের ছায়া", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "pink eyeshadow", + "langName": "গোলাপী চোখের ছায়া", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "green eyeshadow", + "langName": "সবুজ চোখের ছায়া", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "mascara", + "langName": "মাস্কারা", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "long_eyelashes", + "langName": "দীর্ঘ চোখের দোররা", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "colored_eyelashes", + "langName": "রঙিন চোখের দোররা", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "lipgloss", + "langName": "ঠোঁট গ্লস", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "red_lips", + "langName": "লাল ঠোঁট", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "anime_style_blush", + "langName": "অ্যানিমেটেড ব্লাশ", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "nose_blush", + "langName": "নাক লাল", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "freckles", + "langName": "freckle", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "mole", + "langName": "আঁচিল", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "mole_under_eye", + "langName": "চোখের নিচে তিল", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "scar", + "langName": "দাগ", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "scar_across_eye", + "langName": "চোখের উপর দাগ", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "facial_mark", + "langName": "প্যাটার্নযুক্ত মুখ", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "forehead_mark", + "langName": "কপালে একটা প্যাটার্ন আছে", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "anger_vein", + "langName": "মাথা রাগী প্রতীক", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "bags_under_eyes", + "langName": "চোখের নিচে ব্যাগ", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "bruise_on_face", + "langName": "মুখে ক্ষত", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "whisker_markings", + "langName": "দাড়ির চিহ্ন", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "facepaint", + "langName": "মুখ পেইন্টিং", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "hair between eyes", + "langName": "চোখের মধ্যে চুল", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "smoking_pipe", + "langName": "পাইপ", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "mustache", + "langName": "গোঁফ", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "goatee", + "langName": "ছাগল", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "food_on_face", + "langName": "মুখে খাবার", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "rice_on_face", + "langName": "মুখে ভাত", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "cream_on_face", + "langName": "মুখে ক্রিম", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "elf ears", + "langName": "পরী কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "pointy_ears", + "langName": "নির্দেশিত কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "long_pointy_ears", + "langName": "লম্বা সূক্ষ্ম কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "demon ears", + "langName": "শয়তানের কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "angel ears", + "langName": "দেবদূতের কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "alien ears", + "langName": "এলিয়েন কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "animal_ears", + "langName": "পশুর কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "fake_animal_ears", + "langName": "জাল পশু কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "ears_through_headwear", + "langName": "কান টুপি বা হেডগিয়ার মাধ্যমে ধৃত", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "ear_blush", + "langName": "কান লাল", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "ear_ornament", + "langName": "কানের দুল", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "ear_piercing", + "langName": "কান ছিদ্র", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "animal_ear_fluff", + "langName": "পশু কান প্লাশ", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "ears_down", + "langName": "কান ফেলে দাও", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "floppy_ears", + "langName": "ফ্লপি কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "fox_ears", + "langName": "শিয়াল কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "cat_ears", + "langName": "বিড়ালের কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "dog_ears", + "langName": "কুকুরের কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "coyote_ears", + "langName": "কোয়োট কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "bunny_ears", + "langName": "খরগোশের কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "mouse_ears", + "langName": "মাউসের কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "squirrel_ears", + "langName": "কাঠবিড়ালি কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "raccoon_ears", + "langName": "র্যাকুন কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "bear_ears", + "langName": "কান সহ্য করা", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "panda_ears", + "langName": "পান্ডা কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "lion_ears", + "langName": "সিংহের কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "jaguar_ears", + "langName": "জাগুয়ার কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "tiger_ears", + "langName": "বাঘের কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "wolf ears", + "langName": "নেকড়ে কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "horse_ears", + "langName": "ঘোড়ার কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "cow ears", + "langName": "গরুর কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "pig ears", + "langName": "শূকরের কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "sheep ears", + "langName": "ভেড়ার কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "goat ears", + "langName": "ছাগলের কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "goat_horns", + "langName": "ছাগলের শিং", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "curled_horns", + "langName": "কোণ", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "hair_on_horn", + "langName": "শিং উপর চুল", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "deer ears", + "langName": "হরিণের কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "antelope ears", + "langName": "এন্টিলোপ কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "antlers", + "langName": "শিং", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "rhino ears", + "langName": "গন্ডার কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "elephant ears", + "langName": "হাতির কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "bat_ears", + "langName": "ব্যাট কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "extra_ears", + "langName": "অতিরিক্ত কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "alpaca_ears", + "langName": "আলপাকা কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "dragon ears", + "langName": "ড্রাগনের কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "robot_ears", + "langName": "যান্ত্রিক কান", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "dragon_horns", + "langName": "ড্রাগন শিং", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "oni_horns", + "langName": "ভূতের শিং", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "horns", + "langName": "শিং", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "fake_horns", + "langName": "মিথ্যা শিং", + "object": "চিত্র", + "attribute": "কান" + }, + { + "displayName": "thick eyebrows", + "langName": "ঘন ভ্রু", + "object": "চিত্র", + "attribute": "ভ্রু" + }, + { + "displayName": "cocked eyebrow", + "langName": "ভ্রু উত্থিত", + "object": "চিত্র", + "attribute": "ভ্রু" + }, + { + "displayName": "short eyebrows", + "langName": "ছোট ভ্রু", + "object": "চিত্র", + "attribute": "ভ্রু" + }, + { + "displayName": "v-shaped eyebrows", + "langName": "ভ্রু", + "object": "চিত্র", + "attribute": "ভ্রু" + }, + { + "displayName": "beautiful_detailed_eyes", + "langName": "সুন্দর চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "glistening_eyes", + "langName": "জলভরা চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "sparkling_eyes", + "langName": "তারা চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "sparkling_anime_eyes", + "langName": "ফ্ল্যাশ অ্যানিমেটেড চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "gradient_eyes", + "langName": "গ্রেডিয়েন্ট চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "water_eyes", + "langName": "অশ্রুসিক্ত চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "eye_relfection", + "langName": "অকুলার রিফ্লেক্স (আলোর প্রতি ছাত্রের প্রতিক্রিয়া)", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "reflective_eyes", + "langName": "প্রতিফলিত চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "multicolored_eyes", + "langName": "রঙিন চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "red eyes", + "langName": "লাল চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "green eyes", + "langName": "সবুজ চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "blue_eyes", + "langName": "নীল চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "purple eyes", + "langName": "বেগুনি চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "pink eyes", + "langName": "গোলাপী চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "yellow eyes", + "langName": "হলুদ চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "orange eyes", + "langName": "কমলা চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "brown_eyes", + "langName": "বাদামী চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "light_brown_eyes", + "langName": "হালকা বাদামী চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "silver_eyes", + "langName": "রূপালী চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "grey eyes", + "langName": "ধূসর চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "black eyes", + "langName": "কালো চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "white eyes", + "langName": "সাদা চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "aqua_eyes", + "langName": "জল চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "hidden eyes", + "langName": "চোখ লুকান", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "heart-shaped eyes", + "langName": "হৃদয় আকৃতির চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "heart_in_eye", + "langName": "হৃদয় আকৃতির চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "hollow_eyes", + "langName": "তারা-আকৃতির_শিক্ষার্থী", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "mechanical_eye", + "langName": "যান্ত্রিক চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "ringed_eyes", + "langName": "রিং চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "clock_eyes", + "langName": "বেল চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "compound_eyes", + "langName": "যৌগিক চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "devil_eyes", + "langName": "মন্দ চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "cephalopod_eyes", + "langName": "সেফালোপড চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "mismatched_sclera", + "langName": "অমিল স্ক্লেরা", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "solid circle eyes", + "langName": "শক্ত গোলাকার চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "solid_oval_eyes", + "langName": "Q সংস্করণ কঠিন ডিম্বাকৃতি চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "anime_style_eyes", + "langName": "এনিমে শৈলী চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "blush_stickers", + "langName": "Q সংস্করণ ব্লাশ স্টিকার", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "button eyes", + "langName": "বোতাম চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "cross eyed", + "langName": "আড়াআড়ি চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "blank eyes", + "langName": "ফাঁকা চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "spiral_eyes", + "langName": "ঘূর্ণি আই", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "sanpaku", + "langName": "ট্রিপল হোয়াইট সিন্ড্রোম (শিক্ষার্থী স্থানান্তর)", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "flaming_eye", + "langName": "হোমুরা", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "bloodshot_eyes", + "langName": "রক্তাক্ত চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "blood_from_eyes", + "langName": "চোখ থেকে রক্ত ​​ঝরছে", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "extra_eyes", + "langName": "একাধিক চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "one-eyed", + "langName": "একচোখা", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "third_eye", + "langName": "তৃতীয় চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "eye_of_horus", + "langName": "হোরাসের চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "closed_eyes", + "langName": "বন্ধ চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "half_closed_eye", + "langName": "অর্ধ-বন্ধ চোখ (একক চোখ)", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "half_closed_eyes", + "langName": "অর্ধেক বন্ধ চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "narrowed_eyes", + "langName": "আপনার চোখ সরু", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "squinting", + "langName": "আপনার চোখ squirt", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "tears", + "langName": "অশ্রু", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "upturned_eyes", + "langName": "উল্টানো চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "eyes_closed", + "langName": "চোখ বন্ধ করুন", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "one_eye_covered", + "langName": "এক চোখ ঢাকা", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "covered_eyes", + "langName": "চোখ বাঁধা", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "hair_over_eyes", + "langName": "চুল ঢেকে চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "hair_over_one_eye", + "langName": "চুল এক চোখ ঢেকে রাখে", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "eyes_visible_through_hair", + "langName": "চোখ চুলের মাধ্যমে দৃশ্যমান", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "shading eyes", + "langName": "আইশ্যাডো দিয়ে চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "one eye closed", + "langName": "একটি চোখ বন্ধ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "no_blindfold", + "langName": "(মূল) চোখ বাঁধা উপাদান সরানো হয়েছে", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "no_eyepatch", + "langName": "(বিদ্যমান) চোখের মাস্ক সরানো হয়েছে", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "eyeliner", + "langName": "আইলাইনার", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "no_eyes", + "langName": "চোখ নেই", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "uneven_eyes", + "langName": "বড় এবং ছোট চোখ", + "object": "চিত্র", + "attribute": "আই" + }, + { + "displayName": "pupils", + "langName": "ছাত্র", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "bright_pupils", + "langName": "উজ্জ্বল ছাত্ররা", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "blue_pupils", + "langName": "কমলা ছাত্র", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "purple_pupils", + "langName": "বেগুনি ছাত্র", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "orange_pupils", + "langName": "কমলা ছাত্র", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "heterochromia", + "langName": "হেটেরোক্রোমাটিক ছাত্ররা", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "mismatched_pupils", + "langName": "অমিল ছাত্র", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "solid_circle_pupils", + "langName": "Q সংস্করণ কঠিন বৃত্তাকার ছাত্র", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "dilated_pupils", + "langName": "প্রসারিত ছাত্র", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "constricted_pupils", + "langName": "সংকুচিত ছাত্র", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "slit_pupils", + "langName": "উল্লম্ব ছাত্র/বিড়ালের চোখ", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "snake_pupils", + "langName": "সাপের ছাত্র (শিশুর ফ্ল্যাশ)", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "horizontal_pupils", + "langName": "অনুভূমিক ছাত্র", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "rectangular_pupils", + "langName": "আয়তক্ষেত্রাকার ছাত্র", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "square_pupils", + "langName": "বর্গাকার ছাত্র", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "dot_pupils", + "langName": "পয়েন্ট ছাত্র", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "star-shaped_pupils", + "langName": "পেন্টাগ্রাম আকৃতির ছাত্ররা", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "flower-shaped pupils", + "langName": "ফুল আকৃতির ছাত্র", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "heart-shaped_pupils", + "langName": "হৃদয় আকৃতির ছাত্র", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "diamond-shaped_pupils", + "langName": "হীরা আকৃতির ছাত্ররা", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "butterfly-shaped_pupils", + "langName": "প্রজাপতি আকৃতির ছাত্র", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "symbol-shaped_pupils", + "langName": "প্রতীকী ছাত্ররা", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "x-shaped_pupils", + "langName": "এক্স-আকৃতির ছাত্ররা", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "cross-shaped_pupils", + "langName": "প্রতীকী ছাত্র (কোন প্রভাব নেই", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "\"+_+\"", + "langName": "ক্রস তারকা চোখ", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "extra_pupils", + "langName": "অতিরিক্ত ছাত্র", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "no_pupils", + "langName": "কোন ছাত্র", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "devil pupils", + "langName": "জাদু ছাত্র", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "pupils sparkling", + "langName": "ছাত্ররা ঝিকিমিকি করছে", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "symbol_in_eye", + "langName": "চোখে প্রতীক আছে", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "star_in_eye", + "langName": "চোখের তারা", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "dashed_eyes", + "langName": "বিন্দুযুক্ত চোখ", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "color contact lenses", + "langName": "কন্টাক্ট লেন্স", + "object": "চিত্র", + "attribute": "ছাত্র" + }, + { + "displayName": "light_eyes", + "langName": "উজ্জ্বল চোখ", + "object": "চিত্র", + "attribute": "চোখের অভিব্যক্তি" + }, + { + "displayName": "glowing_eyes", + "langName": "উজ্জ্বল চোখ", + "object": "চিত্র", + "attribute": "চোখের অভিব্যক্তি" + }, + { + "displayName": "shiny_eyes", + "langName": "চকচকে চোখ", + "object": "চিত্র", + "attribute": "চোখের অভিব্যক্তি" + }, + { + "displayName": "evil_eyes", + "langName": "মন্দ চোখ", + "object": "চিত্র", + "attribute": "চোখের অভিব্যক্তি" + }, + { + "displayName": "crazy_eyes", + "langName": "পাগল চোখ", + "object": "চিত্র", + "attribute": "চোখের অভিব্যক্তি" + }, + { + "displayName": "empty_eyes", + "langName": "খালি চোখ", + "object": "চিত্র", + "attribute": "চোখের অভিব্যক্তি" + }, + { + "displayName": "solid_eyes", + "langName": "দৃঢ় চোখ", + "object": "চিত্র", + "attribute": "চোখের অভিব্যক্তি" + }, + { + "displayName": "sharp_eyes", + "langName": "তীক্ষ্ণ চোখ", + "object": "চিত্র", + "attribute": "চোখের অভিব্যক্তি" + }, + { + "displayName": "slanted_eyes", + "langName": "তীক্ষ্ণ চোখ", + "object": "চিত্র", + "attribute": "চোখের অভিব্যক্তি" + }, + { + "displayName": "wink", + "langName": "পলক", + "object": "চিত্র", + "attribute": "চোখের অভিব্যক্তি" + }, + { + "displayName": "wide-eyed", + "langName": "চোখ খোলা রাখুন", + "object": "চিত্র", + "attribute": "চোখের অভিব্যক্তি" + }, + { + "displayName": "glint", + "langName": "শক্তিশালী আবেগ চোখে ঝলকানি", + "object": "চিত্র", + "attribute": "চোখের অভিব্যক্তি" + }, + { + "displayName": "tsurime", + "langName": "চোখের লেজ উঁচু", + "object": "চিত্র", + "attribute": "চোখের অভিব্যক্তি" + }, + { + "displayName": "tareme", + "langName": "চোখের লেজ ঝরে পড়া", + "object": "চিত্র", + "attribute": "চোখের অভিব্যক্তি" + }, + { + "displayName": "pointed nose", + "langName": "নির্দেশিত নাক", + "object": "চিত্র", + "attribute": "নাক" + }, + { + "displayName": "small nose", + "langName": "ছোট নাক", + "object": "চিত্র", + "attribute": "নাক" + }, + { + "displayName": "big nose", + "langName": "বড় নাক", + "object": "চিত্র", + "attribute": "নাক" + }, + { + "displayName": "no_nose", + "langName": "নাক নেই", + "object": "চিত্র", + "attribute": "নাক" + }, + { + "displayName": "dot_nose", + "langName": "বিন্দুযুক্ত নাক", + "object": "চিত্র", + "attribute": "নাক" + }, + { + "displayName": "nose_bubble", + "langName": "নাকের বুদবুদ", + "object": "চিত্র", + "attribute": "নাক" + }, + { + "displayName": "smelling", + "langName": "গন্ধ", + "object": "চিত্র", + "attribute": "নাক" + }, + { + "displayName": "nose", + "langName": "নাক", + "object": "চিত্র", + "attribute": "নাক" + }, + { + "displayName": "nosebleed", + "langName": "নাক দিয়ে রক্ত ​​পড়া", + "object": "চিত্র", + "attribute": "নাক" + }, + { + "displayName": "snot", + "langName": "অনুনাসিক স্রাব", + "object": "চিত্র", + "attribute": "নাক" + }, + { + "displayName": "snout", + "langName": "পশু থুতু", + "object": "চিত্র", + "attribute": "নাক" + }, + { + "displayName": "thick lips", + "langName": "পুরু ঠোঁট", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "puffy lips", + "langName": "ফোলা ঠোঁট", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "lipstick", + "langName": "লিপস্টিক", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "heart-shaped mouth", + "langName": "হৃদয় আকৃতির মুখ", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "pout", + "langName": "পাউটি", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "mole under mouth", + "langName": "মুখের নিচে তিল", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "open_mouth", + "langName": "মুখ খুলুন", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "gasping", + "langName": "হাঁপাচ্ছে (মুখ খোলা)", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "Slightly_open_mouth", + "langName": "মুখ সামান্য খোলা", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "wavy_mouth", + "langName": "তরঙ্গায়িত মুখ", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "close_mouth", + "langName": "চুপ", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "dot_mouth", + "langName": "নড", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "no_mouth", + "langName": "মুখ নেই", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "gag", + "langName": "ঠাট্টা", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "gnaw", + "langName": "কামড়", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": ":3", + "langName": "মাওজুই", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": ":o", + "langName": "মুখ খুলুন", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": ":>", + "langName": "মুখ", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "parted_lips", + "langName": "ঠোঁট খোলা", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "bit_gag", + "langName": "চুপ", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "chestnut_mouth", + "langName": "লিজিজুই", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "cleave_gag", + "langName": "আটকানো", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "closed_mouth", + "langName": "বন্ধ মুখ", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "covered_mouth", + "langName": "মুখ ঢাকা", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "extra_mouth", + "langName": "কত মুখ", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "hair_in_mouth", + "langName": "মুখে চুল", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "hair_tie_in_mouth", + "langName": "চুলের বাঁধন মুখে ধরে রাখুন", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "homu", + "langName": "পাউত | পাউট", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "lips", + "langName": "ঠোঁট", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "mouth", + "langName": "মুখ", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "mouth_hold", + "langName": "আপনার মুখে চেপে ধরুন", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "oral", + "langName": "মুখ দিয়ে", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "pacifier", + "langName": "স্তনবৃন্ত", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "Pouted lips", + "langName": "pursed ঠোঁট", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "sideways_mouth", + "langName": "প্রোফাইলে মুখ আঁকুন", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "spoon_in_mouth", + "langName": "মুখে চামচ", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "triangle_mouth", + "langName": "ত্রিভুজাকার মুখ", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "saliva", + "langName": "লালা", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "drooling", + "langName": "ঢল", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "mouth_drool", + "langName": "মুখের কোণে লালার ফোঁটার আকারে একটি ফাঁক রয়েছে।", + "object": "চিত্র", + "attribute": "মুখ" + }, + { + "displayName": "tooth", + "langName": "দাঁত", + "object": "চিত্র", + "attribute": "দাঁত" + }, + { + "displayName": "upper_teeth", + "langName": "উপরের দাঁত", + "object": "চিত্র", + "attribute": "দাঁত" + }, + { + "displayName": "fangs", + "langName": "বাঘের দাঁত | ফেনা", + "object": "চিত্র", + "attribute": "দাঁত" + }, + { + "displayName": "skin_fang", + "langName": "চামড়ার রঙ বাঘের দাঁত", + "object": "চিত্র", + "attribute": "দাঁত" + }, + { + "displayName": "round_teeth", + "langName": "স্ক্যালপড দাঁত", + "object": "চিত্র", + "attribute": "দাঁত" + }, + { + "displayName": "sharp_teeth", + "langName": "ধারালো দাঁত", + "object": "চিত্র", + "attribute": "দাঁত" + }, + { + "displayName": "clenched_teeth", + "langName": "আপনার দাঁত কষা", + "object": "চিত্র", + "attribute": "দাঁত" + }, + { + "displayName": "buck_teeth", + "langName": "বকের দাঁত", + "object": "চিত্র", + "attribute": "দাঁত" + }, + { + "displayName": "fang_out", + "langName": "নগ্ন ফাং | ফেনস বেয়ার", + "object": "চিত্র", + "attribute": "দাঁত" + }, + { + "displayName": "spiked_club", + "langName": "গদা", + "object": "চিত্র", + "attribute": "দাঁত" + }, + { + "displayName": "toothbrush", + "langName": "টুথব্রাশ", + "object": "চিত্র", + "attribute": "দাঁত" + }, + { + "displayName": "tusks", + "langName": "হাতির দাঁত", + "object": "চিত্র", + "attribute": "দাঁত" + }, + { + "displayName": "shark_mouth", + "langName": "হাঙ্গরের দাঁত", + "object": "চিত্র", + "attribute": "দাঁত" + }, + { + "displayName": ":q", + "langName": "উপরের ঠোঁটে জিহ্বা", + "object": "চিত্র", + "attribute": "জিহ্বা" + }, + { + "displayName": ":p", + "langName": "নিচের ঠোঁটে জিহ্বা", + "object": "চিত্র", + "attribute": "জিহ্বা" + }, + { + "displayName": ";p", + "langName": "পলক ফেলুন এবং জিহ্বা বের করুন", + "object": "চিত্র", + "attribute": "জিহ্বা" + }, + { + "displayName": "french_kiss", + "langName": "জিভ চুম্বন | ফ্রেঞ্চ ভেজা চুম্বন", + "object": "চিত্র", + "attribute": "জিহ্বা" + }, + { + "displayName": "long_tongue", + "langName": "দীর্ঘ জিহ্বা", + "object": "চিত্র", + "attribute": "জিহ্বা" + }, + { + "displayName": "oral_invitation", + "langName": "বীর্যপাতকে স্বাগত জানাতে আপনার জিহ্বা বের করুন", + "object": "চিত্র", + "attribute": "জিহ্বা" + }, + { + "displayName": "tongue", + "langName": "জিহ্বা", + "object": "চিত্র", + "attribute": "জিহ্বা" + }, + { + "displayName": "tongue_out", + "langName": "জিহ্বা বের করা", + "object": "চিত্র", + "attribute": "জিহ্বা" + }, + { + "displayName": "uvula", + "langName": "uvula | uvula | uvula", + "object": "চিত্র", + "attribute": "জিহ্বা" + }, + { + "displayName": "fingernails", + "langName": "নখ", + "object": "চিত্র", + "attribute": "পেরেক" + }, + { + "displayName": "toenails", + "langName": "পায়ের নখ", + "object": "চিত্র", + "attribute": "পেরেক" + }, + { + "displayName": "nail_polish", + "langName": "নেইল পলিশ", + "object": "চিত্র", + "attribute": "পেরেক" + }, + { + "displayName": "toenail_polish", + "langName": "পায়ের নখের পলিশ", + "object": "চিত্র", + "attribute": "পেরেক" + }, + { + "displayName": "black_nails", + "langName": "কালো নখ", + "object": "চিত্র", + "attribute": "পেরেক" + }, + { + "displayName": "red_nails", + "langName": "লাল নখ", + "object": "চিত্র", + "attribute": "পেরেক" + }, + { + "displayName": "pink_nails", + "langName": "গোলাপী নখ", + "object": "চিত্র", + "attribute": "পেরেক" + }, + { + "displayName": "long_fingernails", + "langName": "লম্বা নখ", + "object": "চিত্র", + "attribute": "পেরেক" + }, + { + "displayName": "nail", + "langName": "নখ | নখ", + "object": "চিত্র", + "attribute": "পেরেক" + }, + { + "displayName": "multicolored_nails", + "langName": "রঙিন নখ", + "object": "চিত্র", + "attribute": "পেরেক" + }, + { + "displayName": "nail_art", + "langName": "ম্যানিকিউর", + "object": "চিত্র", + "attribute": "পেরেক" + }, + { + "displayName": "bare shoulders", + "langName": "খালি কাঁধ", + "object": "চিত্র", + "attribute": "কাঁধ" + }, + { + "displayName": "collarbonea", + "langName": "ক্ল্যাভিকল", + "object": "চিত্র", + "attribute": "কাঁধ" + }, + { + "displayName": "armpits", + "langName": "বগল", + "object": "চিত্র", + "attribute": "কাঁধ" + }, + { + "displayName": "armpit_crease", + "langName": "বগলের বলিরেখা", + "object": "চিত্র", + "attribute": "কাঁধ" + }, + { + "displayName": "chest", + "langName": "বুক", + "object": "চিত্র", + "attribute": "বুক" + }, + { + "displayName": "flat chest", + "langName": "ছোট স্তন (A)", + "object": "চিত্র", + "attribute": "বুক" + }, + { + "displayName": "small_breasts", + "langName": "ছোট স্তন (B)", + "object": "চিত্র", + "attribute": "বুক" + }, + { + "displayName": "medium breasts", + "langName": "মাঝারি বুক (C)", + "object": "চিত্র", + "attribute": "বুক" + }, + { + "displayName": "big breasts", + "langName": "বড় স্তন (D)", + "object": "চিত্র", + "attribute": "বুক" + }, + { + "displayName": "huge breasts", + "langName": "বড় স্তন (E)", + "object": "চিত্র", + "attribute": "বুক" + }, + { + "displayName": "gigantic breasts", + "langName": "সুপার বড় স্তন (F)", + "object": "চিত্র", + "attribute": "বুক" + }, + { + "displayName": "breasts apart", + "langName": "বুক ফাটা", + "object": "চিত্র", + "attribute": "বুক" + }, + { + "displayName": "hanging breasts", + "langName": "ড্রপ", + "object": "চিত্র", + "attribute": "বুক" + }, + { + "displayName": "bouncing breasts", + "langName": "ঝাঁকান", + "object": "চিত্র", + "attribute": "বুক" + }, + { + "displayName": "cleavage", + "langName": "ফাটল", + "object": "চিত্র", + "attribute": "বুক" + }, + { + "displayName": "areola", + "langName": "আরিওলা", + "object": "চিত্র", + "attribute": "বুক" + }, + { + "displayName": "nipples", + "langName": "স্তনবৃন্ত", + "object": "চিত্র", + "attribute": "বুক" + }, + { + "displayName": "pectorals", + "langName": "বুকের পেশী", + "object": "চিত্র", + "attribute": "বুক" + }, + { + "displayName": "large_pectorals", + "langName": "বড় পেক্স", + "object": "চিত্র", + "attribute": "বুক" + }, + { + "displayName": "unbuttoned clothes", + "langName": "অর্ধেক উন্মুক্ত বুক", + "object": "চিত্র", + "attribute": "বুক" + }, + { + "displayName": "belly", + "langName": "পেট", + "object": "চিত্র", + "attribute": "পেট" + }, + { + "displayName": "absolute_territory", + "langName": "পেটের পেশী", + "object": "চিত্র", + "attribute": "পেট" + }, + { + "displayName": "inflation", + "langName": "ফুলে ওঠা পেট", + "object": "চিত্র", + "attribute": "পেট" + }, + { + "displayName": "navel", + "langName": "পেট বোতাম", + "object": "চিত্র", + "attribute": "পেট" + }, + { + "displayName": "groin", + "langName": "কুঁচকি", + "object": "চিত্র", + "attribute": "পেট" + }, + { + "displayName": "feet", + "langName": "পা", + "object": "চিত্র", + "attribute": "পা" + }, + { + "displayName": "long_legs", + "langName": "লম্বা পা", + "object": "চিত্র", + "attribute": "পা" + }, + { + "displayName": "thick_thighs", + "langName": "পুরু উরু", + "object": "চিত্র", + "attribute": "পা" + }, + { + "displayName": "toe-point", + "langName": "পায়ের আঙুলের ডগা | পায়ের আঙ্গুলের ডগা", + "object": "চিত্র", + "attribute": "পা" + }, + { + "displayName": "wings", + "langName": "উইং", + "object": "চিত্র", + "attribute": "উইং" + }, + { + "displayName": "bat_wings", + "langName": "ব্যাট উইংস", + "object": "চিত্র", + "attribute": "উইং" + }, + { + "displayName": "butterfly_wings", + "langName": "প্রজাপতির ডানা", + "object": "চিত্র", + "attribute": "উইং" + }, + { + "displayName": "black_wings", + "langName": "কালো উইংস", + "object": "চিত্র", + "attribute": "উইং" + }, + { + "displayName": "demon_wings", + "langName": "দানব উইংস", + "object": "চিত্র", + "attribute": "উইং" + }, + { + "displayName": "asymmetrical_wings", + "langName": "অপ্রতিসম ডানা", + "object": "চিত্র", + "attribute": "উইং" + }, + { + "displayName": "detached_wings", + "langName": "শরীরের সাথে যুক্ত নয় এমন ডানা", + "object": "চিত্র", + "attribute": "উইং" + }, + { + "displayName": "fairy_wings", + "langName": "পরী উইংস", + "object": "চিত্র", + "attribute": "উইং" + }, + { + "displayName": "fake_wings", + "langName": "অনুকরণ উইংস", + "object": "চিত্র", + "attribute": "উইং" + }, + { + "displayName": "fiery_wings", + "langName": "জ্বলন্ত উইংস", + "object": "চিত্র", + "attribute": "উইং" + }, + { + "displayName": "insect_wings", + "langName": "পোকা ডানা", + "object": "চিত্র", + "attribute": "উইং" + }, + { + "displayName": "large_wings", + "langName": "বড় ডানা", + "object": "চিত্র", + "attribute": "উইং" + }, + { + "displayName": "low_wings", + "langName": "কোমরে ডানা", + "object": "চিত্র", + "attribute": "উইং" + }, + { + "displayName": "mini_wings", + "langName": "মিনি উইংস", + "object": "চিত্র", + "attribute": "উইং" + }, + { + "displayName": "multicolored_wings", + "langName": "অনেক রঙের ডানা", + "object": "চিত্র", + "attribute": "উইং" + }, + { + "displayName": "multiple_wings", + "langName": "একাধিক জোড়া ডানা", + "object": "চিত্র", + "attribute": "উইং" + }, + { + "displayName": "no_wings", + "langName": "সরানো (আসল) ডানা", + "object": "চিত্র", + "attribute": "উইং" + }, + { + "displayName": "winged_helmet", + "langName": "উইংড হেলমেট", + "object": "চিত্র", + "attribute": "উইং" + }, + { + "displayName": "smile", + "langName": "হাসি", + "object": "অভিব্যক্তি", + "attribute": "হাসে" + }, + { + "displayName": "laughing", + "langName": "জোরে হাসছে", + "object": "অভিব্যক্তি", + "attribute": "হাসে" + }, + { + "displayName": ":d", + "langName": "খুশির হাসি_:D😀", + "object": "অভিব্যক্তি", + "attribute": "হাসে" + }, + { + "displayName": ";d", + "langName": "চোখ মেলে হাসুন_:D", + "object": "অভিব্যক্তি", + "attribute": "হাসে" + }, + { + "displayName": "grin", + "langName": "দাঁতের হাসি", + "object": "অভিব্যক্তি", + "attribute": "হাসে" + }, + { + "displayName": "teasing_smile", + "langName": "amused, grinning silly", + "object": "অভিব্যক্তি", + "attribute": "হাসে" + }, + { + "displayName": "seductive_smile", + "langName": "কমনীয় হাসি", + "object": "অভিব্যক্তি", + "attribute": "হাসে" + }, + { + "displayName": "smirk", + "langName": "উত্তেজক হাসি", + "object": "অভিব্যক্তি", + "attribute": "হাসে" + }, + { + "displayName": "giggling", + "langName": "হাসি", + "object": "অভিব্যক্তি", + "attribute": "হাসে" + }, + { + "displayName": "smug", + "langName": "smug", + "object": "অভিব্যক্তি", + "attribute": "হাসে" + }, + { + "displayName": "naughty_face", + "langName": "দুষ্টু মুখ", + "object": "অভিব্যক্তি", + "attribute": "হাসে" + }, + { + "displayName": "crazy_smile", + "langName": "পাগল হাসি", + "object": "অভিব্যক্তি", + "attribute": "হাসে" + }, + { + "displayName": "kind_smile", + "langName": "মৃদু হাসি", + "object": "অভিব্যক্তি", + "attribute": "হাসে" + }, + { + "displayName": "evil_smile", + "langName": "বাজে হাসি", + "object": "অভিব্যক্তি", + "attribute": "হাসে" + }, + { + "displayName": "ahegao", + "langName": "মুখ ঢেকে হাসো | লাজুক মুখ", + "object": "অভিব্যক্তি", + "attribute": "হাসে" + }, + { + "displayName": "happy_tears", + "langName": "খুশি অশ্রু", + "object": "অভিব্যক্তি", + "attribute": "হাসে" + }, + { + "displayName": "sad", + "langName": "দুঃখজনক", + "object": "অভিব্যক্তি", + "attribute": "কান্না" + }, + { + "displayName": "sobs", + "langName": "কান্না", + "object": "অভিব্যক্তি", + "attribute": "কান্না" + }, + { + "displayName": "crying", + "langName": "জোরে কাঁদো", + "object": "অভিব্যক্তি", + "attribute": "কান্না" + }, + { + "displayName": "crying_with_eyes_open", + "langName": "চোখ খোলা রেখে কাঁদো", + "object": "অভিব্যক্তি", + "attribute": "কান্না" + }, + { + "displayName": "streaming_tears", + "langName": "চোখের জল ফেলা", + "object": "অভিব্যক্তি", + "attribute": "কান্না" + }, + { + "displayName": "lacrimation", + "langName": "চোখের জল ফেলা", + "object": "অভিব্যক্তি", + "attribute": "কান্না" + }, + { + "displayName": "tear stains", + "langName": "অশ্রু", + "object": "অভিব্যক্তি", + "attribute": "কান্না" + }, + { + "displayName": "teardrop", + "langName": "অশ্রুবিন্দু", + "object": "অভিব্যক্তি", + "attribute": "কান্না" + }, + { + "displayName": "tearing_up", + "langName": "কান্নার অভিব্যক্তি", + "object": "অভিব্যক্তি", + "attribute": "কান্না" + }, + { + "displayName": "wiping_tears", + "langName": "চোখের জল মুছা", + "object": "অভিব্যক্তি", + "attribute": "কান্না" + }, + { + "displayName": "badmood", + "langName": "মেজাজ খারাপ", + "object": "অভিব্যক্তি", + "attribute": "কান্না" + }, + { + "displayName": "tearing_clothes", + "langName": "জামাকাপড় ছিঁড়ে ফেলুন (যখন খুব দুঃখ হয়, আবেগ প্রকাশের জন্য কাপড় ছিঁড়ুন)", + "object": "অভিব্যক্তি", + "attribute": "কান্না" + }, + { + "displayName": "frustrated", + "langName": "হতাশ", + "object": "অভিব্যক্তি", + "attribute": "অসুখী" + }, + { + "displayName": "frustrated_brow", + "langName": "হতাশ ভ্রু", + "object": "অভিব্যক্তি", + "attribute": "অসুখী" + }, + { + "displayName": "annoyed", + "langName": "পীড়িত", + "object": "অভিব্যক্তি", + "attribute": "অসুখী" + }, + { + "displayName": "anguish", + "langName": "বিষণ্ণ", + "object": "অভিব্যক্তি", + "attribute": "অসুখী" + }, + { + "displayName": "sigh", + "langName": "দীর্ঘশ্বাস", + "object": "অভিব্যক্তি", + "attribute": "অসুখী" + }, + { + "displayName": "gloom", + "langName": "বিষাদ", + "object": "অভিব্যক্তি", + "attribute": "অসুখী" + }, + { + "displayName": "disappointed", + "langName": "হতাশ", + "object": "অভিব্যক্তি", + "attribute": "অসুখী" + }, + { + "displayName": "despair", + "langName": "হতাশা", + "object": "অভিব্যক্তি", + "attribute": "অসুখী" + }, + { + "displayName": "unamused", + "langName": "অসুখী দেখাচ্ছে", + "object": "অভিব্যক্তি", + "attribute": "অসুখী" + }, + { + "displayName": "disgust", + "langName": "বিরক্ত (আবর্জনার মতো দেখায়)", + "object": "অভিব্যক্তি", + "attribute": "অবজ্ঞা" + }, + { + "displayName": "disdain", + "langName": "অবজ্ঞা", + "object": "অভিব্যক্তি", + "attribute": "অবজ্ঞা" + }, + { + "displayName": "contempt", + "langName": "অবজ্ঞা", + "object": "অভিব্যক্তি", + "attribute": "অবজ্ঞা" + }, + { + "displayName": "shaded_face", + "langName": "মুখে একটা ছায়া আছে, মেলে অবজ্ঞা", + "object": "অভিব্যক্তি", + "attribute": "অবজ্ঞা" + }, + { + "displayName": "jitome", + "langName": "অবজ্ঞাপূর্ণ চেহারা", + "object": "অভিব্যক্তি", + "attribute": "অবজ্ঞা" + }, + { + "displayName": "frown", + "langName": "ভ্রুকুটি/ভ্রুকুটি করা", + "object": "অভিব্যক্তি", + "attribute": "অবজ্ঞা" + }, + { + "displayName": "wince", + "langName": "ভ্রুকুটি (যৌন মিলনের আগে)", + "object": "অভিব্যক্তি", + "attribute": "অবজ্ঞা" + }, + { + "displayName": "furrowed_brow", + "langName": "ভ্রুকুটি", + "object": "অভিব্যক্তি", + "attribute": "অবজ্ঞা" + }, + { + "displayName": "fear_kubrick", + "langName": "একদৃষ্টিতে ভয় পায়", + "object": "অভিব্যক্তি", + "attribute": "অবজ্ঞা" + }, + { + "displayName": "angry", + "langName": "রাগান্বিত", + "object": "অভিব্যক্তি", + "attribute": "রাগ" + }, + { + "displayName": "glaring", + "langName": "একদৃষ্টি", + "object": "অভিব্যক্তি", + "attribute": "রাগ" + }, + { + "displayName": "serious", + "langName": "গুরুতর (রাগীর মত)", + "object": "অভিব্যক্তি", + "attribute": "রাগ" + }, + { + "displayName": "kubrick_stare", + "langName": "তোমার দিকে তাকিয়ে আছে", + "object": "অভিব্যক্তি", + "attribute": "রাগ" + }, + { + "displayName": "sulking", + "langName": "রাগান্বিত_সুলকি", + "object": "অভিব্যক্তি", + "attribute": "রাগ" + }, + { + "displayName": "screaming", + "langName": "চিৎকার | চিৎকার", + "object": "অভিব্যক্তি", + "attribute": "রাগ" + }, + { + "displayName": "shouting", + "langName": "কান্না", + "object": "অভিব্যক্তি", + "attribute": "রাগ" + }, + { + "displayName": "expressionless", + "langName": "অভিব্যক্তিহীন", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "raised eyebrow", + "langName": "একটি ভ্রু বাড়ান", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "blush", + "langName": "লাল", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "light_blush", + "langName": "হালকা লাল", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "full-face-blush", + "langName": "সারা মুখে ব্লাশ", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "shy", + "langName": "লাজুক", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "embarrassed", + "langName": "বিশ্রী এবং লাজুক", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "embarrass", + "langName": "লাজুক (বিশ্রী)", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "flustered", + "langName": "আতঙ্কিত", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "cute face", + "langName": "সুন্দর মুখ", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "thinking", + "langName": "মনে", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "bored", + "langName": "বিরক্তিকর", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "sleepy", + "langName": "ঘুমন্ত", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "surprised", + "langName": "আশ্চর্য", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "confused", + "langName": "বিভ্রান্ত করা", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "facepalm", + "langName": "মুখ ঢাকা", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "grimace", + "langName": "পলক", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "scowl", + "langName": "বিরক্তিকর চেহারা", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "staring", + "langName": "দৃষ্টি", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "envy", + "langName": "ঈর্ষা", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "twitching", + "langName": "মোচড়ানো", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "spasm", + "langName": "ক্র্যাম্প", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "pain", + "langName": "ব্যথা", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "endured_face", + "langName": "রোগীর অভিব্যক্তি", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "restrained", + "langName": "সহ্য করা", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "turn pale", + "langName": "ফ্যাকাশে", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "sweat", + "langName": "ঘাম", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "scared", + "langName": "ভীত", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "naughty", + "langName": "দুষ্টু", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "dark_persona", + "langName": "কালো", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "crazy", + "langName": "পাগল", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "yandere", + "langName": "ইয়ান্ডারে", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "Tsundere", + "langName": "সুন্ডারে", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "multiple_persona", + "langName": "একাধিক ব্যক্তিত্ব", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "Jekyll_and_Hyde", + "langName": "একাধিক ব্যক্তিত্ব", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "exhausted", + "langName": "ক্লান্ত", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "heavy_breathing", + "langName": "জোরে শ্বাস নিন, এটি সাহায্য নাও করতে পারে।", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "rape_face", + "langName": "ধর্ষিত মুখ", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "moaning", + "langName": "হাহাকার", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "orgasm", + "langName": "ক্লাইম্যাক্স", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "female_orgasm", + "langName": "মহিলা প্রচণ্ড উত্তেজনা", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "rolling_eyes", + "langName": "আপনার চোখ রোল (অর্গাজম চোখ)", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "torogao", + "langName": "ট্রান্স", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "drunk", + "langName": "মাতাল", + "object": "অভিব্যক্তি", + "attribute": "অন্যান্য অভিব্যক্তি" + }, + { + "displayName": "joyful", + "langName": "আনন্দময়", + "object": "অভিব্যক্তি", + "attribute": "ইতিবাচক আবেগ" + }, + { + "displayName": "cheerful", + "langName": "প্রফুল্ল", + "object": "অভিব্যক্তি", + "attribute": "ইতিবাচক আবেগ" + }, + { + "displayName": "enchanting", + "langName": "কমনীয়", + "object": "অভিব্যক্তি", + "attribute": "ইতিবাচক আবেগ" + }, + { + "displayName": "happy", + "langName": "খুশি", + "object": "অভিব্যক্তি", + "attribute": "ইতিবাচক আবেগ" + }, + { + "displayName": "happy accidents", + "langName": "একটি অপ্রত্যাশিত চমক", + "object": "অভিব্যক্তি", + "attribute": "ইতিবাচক আবেগ" + }, + { + "displayName": "vibrant", + "langName": "অনলস", + "object": "অভিব্যক্তি", + "attribute": "ইতিবাচক আবেগ" + }, + { + "displayName": "dynamic", + "langName": "অনলস", + "object": "অভিব্যক্তি", + "attribute": "ইতিবাচক আবেগ" + }, + { + "displayName": "energetic", + "langName": "শক্তিতে পূর্ণ", + "object": "অভিব্যক্তি", + "attribute": "ইতিবাচক আবেগ" + }, + { + "displayName": "bustling", + "langName": "ব্যস্ত", + "object": "অভিব্যক্তি", + "attribute": "ইতিবাচক আবেগ" + }, + { + "displayName": "lively", + "langName": "প্রাণবন্ত", + "object": "অভিব্যক্তি", + "attribute": "ইতিবাচক আবেগ" + }, + { + "displayName": "excited", + "langName": "উত্তেজিত", + "object": "অভিব্যক্তি", + "attribute": "ইতিবাচক আবেগ" + }, + { + "displayName": "peaceful", + "langName": "শান্তিপূর্ণ", + "object": "অভিব্যক্তি", + "attribute": "ইতিবাচক আবেগ" + }, + { + "displayName": "serene", + "langName": "শান্তিপূর্ণ", + "object": "অভিব্যক্তি", + "attribute": "ইতিবাচক আবেগ" + }, + { + "displayName": "soothing", + "langName": "প্রশান্তিদায়ক", + "object": "অভিব্যক্তি", + "attribute": "ইতিবাচক আবেগ" + }, + { + "displayName": "calming", + "langName": "শান্ত", + "object": "অভিব্যক্তি", + "attribute": "ইতিবাচক আবেগ" + }, + { + "displayName": "melancholic", + "langName": "বিষাদ", + "object": "অভিব্যক্তি", + "attribute": "নেতিবাচক আবেগ" + }, + { + "displayName": "eerie", + "langName": "অদ্ভুত", + "object": "অভিব্যক্তি", + "attribute": "নেতিবাচক আবেগ" + }, + { + "displayName": "ominous", + "langName": "অশুভ", + "object": "অভিব্যক্তি", + "attribute": "নেতিবাচক আবেগ" + }, + { + "displayName": "unsettling", + "langName": "বিরক্তিকর", + "object": "অভিব্যক্তি", + "attribute": "নেতিবাচক আবেগ" + }, + { + "displayName": "lonely", + "langName": "একাকী", + "object": "অভিব্যক্তি", + "attribute": "নেতিবাচক আবেগ" + }, + { + "displayName": "beautiful", + "langName": "সৌন্দর্য", + "object": "অভিব্যক্তি", + "attribute": "মেজাজ" + }, + { + "displayName": "elegant", + "langName": "মার্জিত", + "object": "অভিব্যক্তি", + "attribute": "মেজাজ" + }, + { + "displayName": "angelic", + "langName": "দেবদূত", + "object": "অভিব্যক্তি", + "attribute": "মেজাজ" + }, + { + "displayName": "Good", + "langName": "ঠিক আছে", + "object": "অভিব্যক্তি", + "attribute": "মেজাজ" + }, + { + "displayName": "mysterious", + "langName": "রহস্যময়", + "object": "অভিব্যক্তি", + "attribute": "মেজাজ" + }, + { + "displayName": "enigmatic", + "langName": "রহস্যময়", + "object": "অভিব্যক্তি", + "attribute": "মেজাজ" + }, + { + "displayName": "cryptic", + "langName": "গোপন", + "object": "অভিব্যক্তি", + "attribute": "মেজাজ" + }, + { + "displayName": "evil", + "langName": "মন্দ", + "object": "অভিব্যক্তি", + "attribute": "মেজাজ" + }, + { + "displayName": "standing", + "langName": "দাঁড়ানো", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "leaning", + "langName": "লীন | লীন", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "leaning_to_the_side", + "langName": "একপাশে হেলান", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "leaning_back", + "langName": "ফিরে ঝুঁক", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "leaning_forward", + "langName": "সামনে ঝুঁক", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "leaning_on_object", + "langName": "বস্তুর উপর হেলান", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "on_back", + "langName": "পিঠে শুয়ে থাকা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "on_side", + "langName": "পাশে শুয়ে আছে", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "on_stomach", + "langName": "শুয়ে আছে", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "lying", + "langName": "শোয়া", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "lying_on_person", + "langName": "কারো উপর শুয়ে থাকা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "lying_on_the_lake", + "langName": "লেকের উপর শুয়ে আছে", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "lying_on_water", + "langName": "জলে শুয়ে আছে", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "reclining", + "langName": "হেলান দেওয়া অবস্থান", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "arched_back", + "langName": "নম শরীর", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "afloat", + "langName": "জলের উপর ভাসমান", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "fetal_position", + "langName": "ভ্রূণের অবস্থান (মিথ্যা কথা বলা)", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "sleeping_upright", + "langName": "(শুয়ে নেই) ঘুমাচ্ছে | সোজা হয়ে ঘুমাচ্ছে", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "waking_up", + "langName": "জেগে ওঠা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "cuddling", + "langName": "আলিঙ্গন", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "comforting", + "langName": "আরাম", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "biting", + "langName": "কামড়", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "licking", + "langName": "চাটা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "licking_lips", + "langName": "ঠোঁট চাট", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "lip_biting", + "langName": "ঠোঁট কামড়", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "blowing", + "langName": "ঘা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "teasing", + "langName": "উত্যক্ত করা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "tickling", + "langName": "সুড়সুড়ি", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "spitting", + "langName": "মুখ থেকে তরল থুতু ফেলার কাজ", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "spilling", + "langName": "একটি পাত্র থেকে তরল ঢালা কাজ", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "cooking", + "langName": "রান্না", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "drinking", + "langName": "পান", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "applying_makeup", + "langName": "আপ করা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "brushing_teeth", + "langName": "দাঁত ব্রাশ", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "hair_brushing", + "langName": "চিরুনি চুল", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "hair_tucking", + "langName": "আপনার চুল উল্টান", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "taking_picture", + "langName": "ছবি তুলুন | সেলফি", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "talking_on_phone", + "langName": "কল আপ", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "singing", + "langName": "গাও", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "meditation", + "langName": "ধ্যান", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "dancing", + "langName": "নাচ", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "stylish_pose", + "langName": "ফ্যাশন ভঙ্গি", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "the_pose", + "langName": "মাটিতে শুয়ে পা তুলে রাখুন", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "standing_on_liquid", + "langName": "জল বা তরল উপর দাঁড়িয়ে", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "walking", + "langName": "হাঁটা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "walking_on_liquid", + "langName": "তরল উপর হাঁটা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "running", + "langName": "চালান", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "jumping", + "langName": "লাফ", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "flying", + "langName": "ফ্লাইট", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "flapping", + "langName": "থাপ্পড় ক্রিয়া", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "flying_kick", + "langName": "ফ্লাইং কিক", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "fighting", + "langName": "যুদ্ধে", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "fighting_stance", + "langName": "যুদ্ধের অবস্থান", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "drawing_bow", + "langName": "ধনুক আঁকুন", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "dual_wielding", + "langName": "ডুয়েল উইল্ড", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "unsheathing", + "langName": "খোঁচা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "slashing", + "langName": "কাটা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "punching", + "langName": "ঘুষি", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "hitting", + "langName": "আঘাত", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "pushing", + "langName": "ধাক্কা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "dragging", + "langName": "কিছু টানুন", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "strangling", + "langName": "মাথা ঝুলানো", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "bullying", + "langName": "বুলি", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "chasing", + "langName": "তাড়া", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "fleeing", + "langName": "পলাতক", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "hiding", + "langName": "লুকান", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "tripping", + "langName": "উপর tripped", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "spinning", + "langName": "ঘোরানো", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "climbing", + "langName": "আরোহণ", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "diving", + "langName": "ডাইভিং", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "swimming", + "langName": "সাঁতার কাটা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "wading", + "langName": "জলে ওয়েড", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "riding", + "langName": "অশ্বারোহণ", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "driving", + "langName": "ড্রাইভ", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "fishing", + "langName": "মাছ ধরা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "pole_dancing", + "langName": "মেরু নাচ", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "writing", + "langName": "লেখা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "reading", + "langName": "পড়া", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "sewing", + "langName": "সেলাই", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "shopping", + "langName": "কেনাকাটা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "cleaning", + "langName": "পরিষ্কার করুন |", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "sweeping", + "langName": "পরিষ্কার করা | ঝাড়ু দেওয়া (গৃহকর্ম)", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "washing", + "langName": "ধোয়া", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "showering", + "langName": "ঝরনা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "drying", + "langName": "শুকনো (স্নানের পরে)", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "whispering", + "langName": "ফিসফিস", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "sneezing", + "langName": "হাঁচি", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "talking", + "langName": "কথা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "yawning", + "langName": "yawn", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "smoking", + "langName": "ধোঁয়া", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "sleeping", + "langName": "ঘুম", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "praying", + "langName": "প্রার্থনা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "playing_games", + "langName": "গেম খেলা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "wrestling", + "langName": "কুস্তি (খেলাধুলা)", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "parody", + "langName": "অনুকরণ করা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "trolling", + "langName": "কৌতুক", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "public_indecency", + "langName": "পাবলিক অশালীনতা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "eyelid_pull", + "langName": "পলক", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "top-down_bottom-up", + "langName": "শুয়ে পড়ুন এবং আপনার নিতম্ব বাড়ান", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "bent_over", + "langName": "নিতম্বের ভঙ্গি", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "upside-down", + "langName": "হ্যান্ডস্ট্যান্ড", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "prone_bone", + "langName": "প্রবণ কুকুর শৈলী", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "presenting", + "langName": "প্রদর্শন (পিছন অংশ)", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "against_glass", + "langName": "কাচ চেপে (অবৈধ)", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "bleeding", + "langName": "রক্তপাত", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "bowing", + "langName": "নম", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "breathing_fire", + "langName": "নিঃশ্বাসের আগুন", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "broom_riding", + "langName": "একটি ঝাড়ু চালানো", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "bubble_blowing", + "langName": "বুদবুদ গাট্টা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "burning", + "langName": "দহন", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "cast", + "langName": "নিক্ষেপ", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "dreaming", + "langName": "স্বপ্ন", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "dropping", + "langName": "(দুর্ঘটনাজনিত) পতন", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "exercise", + "langName": "ব্যায়াম করা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "firing", + "langName": "শুটিং", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "flashing", + "langName": "উন্মুক্ত", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "flexing", + "langName": "পেশী দেখান", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "hanging", + "langName": "ঝুলন্ত", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "Painting_(Action)", + "langName": "আঁকা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "snowing", + "langName": "তুষার", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "soccer", + "langName": "ফুটবল খেলা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "splashing", + "langName": "স্প্ল্যাশ", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "steepled_fingers", + "langName": "আঙ্গুলের বিরুদ্ধে আঙ্গুলের টিপস", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "swing", + "langName": "দোল", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "tail_wagging", + "langName": "wagging লেজ", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "toilet_use", + "langName": "টয়লেটে যান", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "tossing", + "langName": "নিক্ষেপ", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "tying", + "langName": "একটি গিঁট বাঁধা (ক্রিয়া)", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "untying", + "langName": "খোলা", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "unzipping", + "langName": "আনজিপ করুন", + "object": "অ্যাকশন", + "attribute": "মৌলিক আন্দোলন" + }, + { + "displayName": "looking_at_viewer", + "langName": "দর্শকদের দিকে তাকান", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "eye_contact", + "langName": "চোখের যোগাযোগ (একে অপরের দিকে তাকিয়ে)", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "eyeball", + "langName": "তাকান", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "stare", + "langName": "দৃষ্টি", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "looking_back", + "langName": "ফিরে তাকাচ্ছে", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "gradient", + "langName": "অক্ষর কাত", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "looking_down", + "langName": "চরিত্রের দৃষ্টিভঙ্গি নিচের দিকে তাকিয়ে↘", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "looking_up", + "langName": "চরিত্রের দৃষ্টিকোণ ↗", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "facing_away", + "langName": "অন্যত্র মুখোমুখি", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "looking_to_the_side", + "langName": "পাশে তাকান", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "looking_away", + "langName": "দূরে তাকান", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "looking_ahead", + "langName": "ভবিষ্যতের দিকে তাকিয়ে", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "looking_afar", + "langName": "দূরত্বের দিকে তাকান", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "looking_outside", + "langName": "বাইরে তাকান", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "head_tilt", + "langName": "মাথা কাত", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "aiming", + "langName": "লক্ষ্য", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "aiming_at_viewer", + "langName": "পাঠককে লক্ষ্য করুন (দৃষ্টিকোণ)", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "head_down", + "langName": "মাথা নত", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "sideways_glance", + "langName": "দিকে একটু তাকান", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "upshirt", + "langName": "শার্টের নিচ থেকে উঁকি দিচ্ছে", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "upshorts", + "langName": "উঁকি আপ স্কার্ট", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "looking_at_another", + "langName": "অন্যের দিকে তাকাচ্ছে", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "looking_at_phone", + "langName": "মোবাইল ফোনের দিকে তাকান", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "looking_at_animal", + "langName": "প্রাণীদের দিকে তাকাচ্ছে", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "looking_at_mirror", + "langName": "আয়নায় তাকাও", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "looking_at_hand", + "langName": "হাতের দিকে তাকিয়ে", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "looking_at_food", + "langName": "খাবারের দিকে তাকান", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "looking_at_screen", + "langName": "পর্দার দিকে তাকিয়ে", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "stare at me", + "langName": "তোমার দিকে তাকিয়ে", + "object": "অ্যাকশন", + "attribute": "দেখুন" + }, + { + "displayName": "clenched hand", + "langName": "ক্লেঞ্চড মুষ্টি", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "hand_to_mouth", + "langName": "আপনার মুখে আপনার হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "hidden hands", + "langName": "আপনার হাত লুকান", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "arm_support", + "langName": "হাত দিয়ে সমর্থন", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "arms_up", + "langName": "হাত বাড়াও", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "presenting armpit", + "langName": "বগল দেখান", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "arm_behind_head", + "langName": "মাথার পিছনে হাত", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "arm_above_head", + "langName": "মাথায় হাত", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "adjusting_hair", + "langName": "পরিপাটি চুল", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "bangs_pinned_back", + "langName": "আপনার bangs ফিরে পিন", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "arm_behind_back", + "langName": "আপনার পিছনে একটি হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "arms_behind_back", + "langName": "আপনার পিছনে হাত", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "arm_at_side", + "langName": "এক হাত নিচে ঝুলছে", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "arm_blade", + "langName": "হাতের ফলক", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "arm_grab", + "langName": "হাত ধর", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "arm_around_waist", + "langName": "এক হাত কোমরে", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "arm_hug", + "langName": "হাত ধরো", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "arm_up", + "langName": "হাত বাড়ান", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "bound_arms", + "langName": "হাত বাঁধা", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "extra_arms", + "langName": "একাধিক অস্ত্র", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "locked_arms", + "langName": "অস্ত্র ধরে", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "zombie_pose", + "langName": "জম্বি পোজ", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "cheering", + "langName": "উল্লাস", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "beckoning", + "langName": "ইশারা", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "waving", + "langName": "তরঙ্গ (হ্যালো/বিদায় বলুন)", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "waving_arms", + "langName": "অস্ত্র দোলাচ্ছে", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "salute", + "langName": "অভিবাদন", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "reaching", + "langName": "পৌঁছান (উদ্দেশ্যমূলকভাবে)", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "reaching_out", + "langName": "পেইন্টিং বাইরে পৌঁছান", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "stretch", + "langName": "প্রসারিত", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "convenient_arm", + "langName": "বাহুগুলির মূল অংশগুলি ঢেকে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "ready_to_draw", + "langName": "তলোয়ার টানার প্রস্তুতি", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "double_fox_shadow_puppet", + "langName": "ডাবল ফক্স শ্যাডো পুতুল", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "fox_shadow_puppet", + "langName": "শিয়াল ছায়া পুতুল", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "paw_pose", + "langName": "ভাগ্যবান বিড়ালের হাতের অঙ্গভঙ্গি (কব্জি নিচু করে)", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "self_fondle", + "langName": "স্ব স্নেহ করা", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "groping", + "langName": "হাতছানি", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "crotch_grab", + "langName": "আঁকড়ে ধরা", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "clothes_lift", + "langName": "কাপড় তুলুন", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "clothes_pull", + "langName": "পোশাকের উপর টানাটানি", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "strap_lift", + "langName": "কাঁধের চাবুক উত্তোলন", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "shirt_lift", + "langName": "টান আপ তুলুন শার্ট", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "dress_lift", + "langName": "স্কার্ট উপরে তুলুন", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "dress_pull", + "langName": "পোষাক টান আপ", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "kimono_lift", + "langName": "কিমোনো তুলুন", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "kimono_pull", + "langName": "কিমোনো টান", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "shirt_pull", + "langName": "শার্ট খুলুন", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "shorts_pull", + "langName": "তোমার হাফপ্যান্ট খুলে ফেল", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "pants_pull", + "langName": "প্যান্ট নিচে টেনে", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "leotard_pull", + "langName": "জাম্পসুটের খোসা ছাড়ুন", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "swimsuit_pull", + "langName": "সাঁতারের পোষাক টান বন্ধ", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "skirt_basket", + "langName": "স্কার্টটি উপরে তোলার সময় গঠিত ঝুড়ির আকারকে বোঝায়", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "bikini_lift", + "langName": "বিকিনি যে খোসা ছাড়িয়ে যায়", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "cheek_pull", + "langName": "গাল টান", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "bunching_hair", + "langName": "braids রাখা", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "mask_pull", + "langName": "মুখোশ টানা", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "zipper_pull_tab", + "langName": "জিপার টান ট্যাব", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "bikini_pull", + "langName": "বিকিনি টানা", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "holding_hair", + "langName": "চুল ধরে | চুলের চারপাশে আঙ্গুলগুলি মুড়ে", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "shou", + "langName": "মাথার পিছনে এক হাত ধরে", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "arm_cannon", + "langName": "হাত কামান", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "arm_ribbon", + "langName": "হাতের ফিতা", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "caramelldansen", + "langName": "একটি বিখ্যাত হাত-মোচড়ানো অ্যাকশন", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "arm_held_back", + "langName": "অস্ত্র পিছনে টানুন", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "leg_lift", + "langName": "একক পা বাড়ান", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "hugging_own_legs", + "langName": "আপনার পা আলিঙ্গন", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "cheek_pinching", + "langName": "চিমটি গাল", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "chin_rest", + "langName": "গাল চেপে ধরে", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "skirt_lift", + "langName": "স্কার্ট উত্তোলন", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "skirt_flip", + "langName": "স্কার্ট উত্তোলন (জরুরি অর্থ সহ)", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "skirt_pull", + "langName": "খোলা স্কার্ট", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "cheek_poking", + "langName": "গালে খোঁচা", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "hair_pull", + "langName": "চুল টান", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "covering_chest_by_hand", + "langName": "হাত দিয়ে বুক ঢেকে রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "chin_stroking", + "langName": "চিবুক স্পর্শ করুন", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "hair_pulled_back", + "langName": "চুল পিছনে বাঁধা", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "adjusting_clothes", + "langName": "জামাকাপড় সঙ্গে বেহালা", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "adjusting_hat", + "langName": "টুপি পরিপাটি", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "adjusting_gloves", + "langName": "বেহালার গ্লাভস", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "adjusting_swimsuit", + "langName": "সাঁতারের পোষাক সঙ্গে বেহালা", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "adjusting_thighhigh", + "langName": "হাঁটু মোজা সামঞ্জস্য", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "adjusting_eyewear", + "langName": "চশমা সামঞ্জস্য করুন", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "pulling", + "langName": "টান", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "pulled_by_self", + "langName": "আপনার কাপড় নিচে টানুন", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "pulled_by_another", + "langName": "অন্য ব্যক্তির দ্বারা টানা (বা পোশাকের উপর টানা)", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "lifting_person", + "langName": "কাউকে তুলে নিন", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "lifted_by_self", + "langName": "তোমার কাপড় তুল", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "lifted_by_another", + "langName": "অন্য পক্ষের পোশাক দ্বারা উপরে তোলা হচ্ছে", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "bandaid_on_arm", + "langName": "বাহুতে ব্যান্ড-এইড", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "carrying", + "langName": "কুড়ান", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "carrying_under_arm", + "langName": "হাতের নিচে", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "carrying_over_shoulder", + "langName": "কাঁধ", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "wind_lift", + "langName": "বাতাসের প্রভাব | আপড্রাফ্ট", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "covering_xx", + "langName": "কভার xx", + "object": "অ্যাকশন", + "attribute": "হাত" + }, + { + "displayName": "shushing", + "langName": "ইশারা", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "finger_to_mouth", + "langName": "তোমার ঠোঁটে হাত রাখো", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "peace sign", + "langName": "কাঁচি", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "cat_pose", + "langName": "বিড়ালের থাবার অঙ্গভঙ্গি", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "claw_pose", + "langName": "নখর অঙ্গভঙ্গি", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "finger_gun", + "langName": "আঙুলের বন্দুকের অঙ্গভঙ্গি", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "v", + "langName": "বিজয়ের অঙ্গভঙ্গি", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "double_v", + "langName": "ডবল_ভি", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "thumbs_up", + "langName": "থাম্বস আপ", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "index_finger_raised", + "langName": "তর্জনী উত্তোলন", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "middle_finger", + "langName": "মধ্যমা আঙুল দেখান", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "fingersmile", + "langName": "আপনার আঙ্গুল দিয়ে একটি স্মাইলি মুখ করুন", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "finger_on_trigger", + "langName": "ট্রিগার অঙ্গভঙ্গি টানতে প্রস্তুত", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "pointing_at_self", + "langName": "নিজের দিকে ইশারা করা", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "pointing_at_viewer", + "langName": "ছবিটির দিকে তাকিয়ে থাকা ব্যক্তির দিকে নির্দেশ করুন", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "pointing_up", + "langName": "পয়েন্ট উপরের দিকে", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "poking", + "langName": "স্ট্যাম্প", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "hand_gesture", + "langName": "অঙ্গভঙ্গি করা", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "ok_sign", + "langName": "ঠিক আছে অঙ্গভঙ্গি", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "finger_biting", + "langName": "কামড়ানো আঙ্গুল", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "finger_in_mouth", + "langName": "আঙ্গুল চোষা", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "fingering_through_clothes", + "langName": "আঙুল", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "fingers_together", + "langName": "আঙ্গুল একসাথে", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "hair_twirling", + "langName": "আঙ্গুল কুঁচকানো চুল", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "sharp_fingernails", + "langName": "ধারালো নখ", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "spread_fingers", + "langName": "আপনার আঙ্গুলগুলি ছড়িয়ে দিন", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "trigger_discipline", + "langName": "ট্রিগারে আঙুল নেই", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "w", + "langName": "ডব্লিউ এর চেয়ে আঙুল", + "object": "অ্যাকশন", + "attribute": "আঙুল" + }, + { + "displayName": "open hands", + "langName": "খোলা হাত", + "object": "অ্যাকশন", + "attribute": "হাতের নড়াচড়া" + }, + { + "displayName": "spread arms", + "langName": "খোলা অস্ত্র", + "object": "অ্যাকশন", + "attribute": "হাতের নড়াচড়া" + }, + { + "displayName": "interlocked_fingers", + "langName": "হাত বাঁধা", + "object": "অ্যাকশন", + "attribute": "হাতের নড়াচড়া" + }, + { + "displayName": "tying hair", + "langName": "চুল বাঁধা", + "object": "অ্যাকশন", + "attribute": "হাতের নড়াচড়া" + }, + { + "displayName": "own hands clasped", + "langName": "হাত একসাথে আঁকড়ে ধরে", + "object": "অ্যাকশন", + "attribute": "হাতের নড়াচড়া" + }, + { + "displayName": "own hands together", + "langName": "হাত একসাথে", + "object": "অ্যাকশন", + "attribute": "হাতের নড়াচড়া" + }, + { + "displayName": "hands in hair", + "langName": "হাত দিয়ে চুল আঁচড়ানো", + "object": "অ্যাকশন", + "attribute": "হাতের নড়াচড়া" + }, + { + "displayName": "arms_behind_head", + "langName": "হাত দিয়ে মাথা ধরুন", + "object": "অ্যাকশন", + "attribute": "হাতের নড়াচড়া" + }, + { + "displayName": "double piece pose", + "langName": "হাত V চিহ্ন", + "object": "অ্যাকশন", + "attribute": "হাতের নড়াচড়া" + }, + { + "displayName": "arms_crossed", + "langName": "হাত বুকে ক্রস", + "object": "অ্যাকশন", + "attribute": "হাতের নড়াচড়া" + }, + { + "displayName": "hands_in_opposite_sleeves", + "langName": "আপনার হাত ক্রস এবং আপনার sleeves মধ্যে তাদের করা", + "object": "অ্যাকশন", + "attribute": "হাতের নড়াচড়া" + }, + { + "displayName": "crossed_arms", + "langName": "অস্ত্র অতিক্রম", + "object": "অ্যাকশন", + "attribute": "হাতের নড়াচড়া" + }, + { + "displayName": "outstretched_arms", + "langName": "অস্ত্র প্রসারিত", + "object": "অ্যাকশন", + "attribute": "হাতের নড়াচড়া" + }, + { + "displayName": "v_arms", + "langName": "উভয় বাহু দিয়ে একটি V তৈরি করুন", + "object": "অ্যাকশন", + "attribute": "হাতের নড়াচড়া" + }, + { + "displayName": "w_arms", + "langName": "W অবস্থানে অস্ত্র", + "object": "অ্যাকশন", + "attribute": "হাতের নড়াচড়া" + }, + { + "displayName": "arms_at_sides", + "langName": "হাত নিচে", + "object": "অ্যাকশন", + "attribute": "হাতের নড়াচড়া" + }, + { + "displayName": "hands_clasped", + "langName": "উভয় হাতের আঙ্গুল ক্রস | আবদ্ধ হাত", + "object": "অ্যাকশন", + "attribute": "হাতের নড়াচড়া" + }, + { + "displayName": "holding", + "langName": "কিছু রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_animal", + "langName": "পশুদের ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_arrow", + "langName": "ধনুক আঁকা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_axe", + "langName": "একটি কুড়াল ধরে", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_bag", + "langName": "বহন ব্যাগ", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_ball", + "langName": "বল ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_basket", + "langName": "একটি ঝুড়ি বহন", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_book", + "langName": "বই রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_bottle", + "langName": "বোতল ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_bouquet", + "langName": "হাতে ধরা তোড়া", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_bow_(weapon)", + "langName": "ধনুক ধরে রাখা (অস্ত্র)", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_bowl", + "langName": "একটি বাটি ধরে", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_box", + "langName": "একটি বাক্স বহন", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_breath", + "langName": "আপনার শ্বাস ধরে রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_broom", + "langName": "ঝাড়ু ধরে", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_camera", + "langName": "হ্যান্ডহেল্ড ক্যামেরা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_can", + "langName": "একটি ক্যান রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_candy", + "langName": "হাত ধরে মিছরি", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_card", + "langName": "কার্ড হোল্ডিং", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_cat", + "langName": "বিড়াল ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_chopsticks", + "langName": "চপস্টিক ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_cigarette", + "langName": "হাতে সিগারেট", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_clothes", + "langName": "জামাকাপড় রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_condom", + "langName": "একটি কনডম রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_cup", + "langName": "কাপ রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_dagger", + "langName": "খঞ্জর ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_doll", + "langName": "পুতুল ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_eyewear", + "langName": "চশমা ধরা | চশমা খুলে ফেলছে", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_fan", + "langName": "একটি পাখা ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_flag", + "langName": "পতাকা ধারণ", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_flower", + "langName": "ফুল ধরে", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_food", + "langName": "খাদ্য রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_fork", + "langName": "একটি কাঁটাচামচ অধিষ্ঠিত", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_fruit", + "langName": "ফল ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_gift", + "langName": "একটি উপহার রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_gun", + "langName": "একটি বন্দুক রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_hands", + "langName": "হাত রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_hat", + "langName": "টুপি রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_head", + "langName": "হাতে মাথা রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_helmet", + "langName": "হেলমেট ধরে", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_innertube", + "langName": "সুইমিং রিং ধরে রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_instrument", + "langName": "একটি বাদ্যযন্ত্র ধারণ করা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_knife", + "langName": "একটি ছুরি রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_leaf", + "langName": "পাতা ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_lollipop", + "langName": "ললিপপ ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_mask", + "langName": "মুখোশ ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_microphone", + "langName": "একটি মাইক্রোফোন ধরে", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_needle", + "langName": "সেলাই সুই ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_own_foot", + "langName": "একজনের পা ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_paintbrush", + "langName": "হাতে ধরা পেন্টব্রাশ", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_paper", + "langName": "কাগজ রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_pen", + "langName": "কলম ধরো", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_pencil", + "langName": "হাতে ধরা পেন্সিল", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_phone", + "langName": "মোবাইল ফোন ধরে", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_pillow", + "langName": "আলিঙ্গন বালিশ", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_pipe", + "langName": "একটি পাইপ ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_pizza", + "langName": "পিজা রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_plate", + "langName": "একটি প্লেট ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_poke_ball", + "langName": "একটি খোঁচা বল অধিষ্ঠিত", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_pokemon", + "langName": "একটি পোকেমন ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_polearm", + "langName": "হাতে ধরা পোলারআর্ম", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_sack", + "langName": "লাগেজ বহন", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_scythe", + "langName": "কাস্তে ধরে", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_sheath", + "langName": "স্ক্যাবার্ড ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_shield", + "langName": "ঢাল ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_shoes", + "langName": "জুতা ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_sign", + "langName": "হাত ধরে রাখার চিহ্ন", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_spear", + "langName": "বর্শা ধরে", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_spoon", + "langName": "একটি চামচ রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_staff", + "langName": "একজন কর্মীকে ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_strap", + "langName": "হাত ধরে গুলতি", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_stuffed_animal", + "langName": "একটি স্টাফ খেলনা রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_stylus", + "langName": "লেখনী ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_sword", + "langName": "তলোয়ার ধরে", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_syringe", + "langName": "হাতে ধরা সিরিঞ্জ", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_towel", + "langName": "তোয়ালে ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_tray", + "langName": "একটি প্লেট ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_umbrella", + "langName": "একটা ছাতা ধরো", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_wand", + "langName": "লাঠি ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "holding_whip", + "langName": "চাবুক ধরে", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "arm_around_neck", + "langName": "এক হাত গলায়", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "arms_around_neck", + "langName": "আপনার গলায় আপনার হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু ধরে রাখা)" + }, + { + "displayName": "covering", + "langName": "আচ্ছাদনের কাজ", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "covering_face", + "langName": "মুখ ঢাকা", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "covering_ass", + "langName": "নিতম্ব ঢেকে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "covering_crotch", + "langName": "ক্রোচ আচ্ছাদন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "covering_eyes", + "langName": "চোখ ঢাকা", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "covering_mouth", + "langName": "মুখ ঢাকা", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "covering_nipples", + "langName": "স্তনবৃন্ত আবরণ", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "breast lift", + "langName": "হাত দিয়ে স্তন চেপে ধরে", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "breast_suppress", + "langName": "স্তনের উপর হাত চাপ", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hands_on_another's", + "langName": "অন্য কারো মুখে হাত দিন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hands_on_another's_cheeks", + "langName": "একে অপরের গালে হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hands_on_ass", + "langName": "আপনার পাছায় আপনার হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hands_on_feet", + "langName": "আপনার পায়ে হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hands_on_headwear", + "langName": "দুই হাতে মাথার অলঙ্কার স্পর্শ করা", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hands_on_hilt", + "langName": "ছুরির হাতলে হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hands_on_lap", + "langName": "আপনার পায়ের মধ্যে আপনার হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hands_on_own_face", + "langName": "আপনার মুখে আপনার হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hands_on_own_cheeks", + "langName": "আপনার গালে হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hands_on_own_chest", + "langName": "আপনার বুকে হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hands_on_own_head", + "langName": "আপনার মাথায় হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hands_on_own_knees", + "langName": "আপনার হাঁটুতে আপনার হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hands_on_own_stomach", + "langName": "আপনার পেটে হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hands_on_own_thighs", + "langName": "আপনার উরুতে হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hand between legs", + "langName": "পায়ের মাঝে হাত", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "leg hold", + "langName": "হাত দিয়ে পা চেপে ধরে", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hands_on_another's_shoulders", + "langName": "অন্য কারো কাঁধে হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hands_on_hips", + "langName": "পোঁদের উপর হাত | পোঁদের উপর হাত", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hand_on_another's", + "langName": "হাত অন্য ব্যক্তির মুখ স্পর্শ", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hand_on_another's_cheek", + "langName": "হাত একে অপরের গালে স্পর্শ করে", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hand_on_another's_chest", + "langName": "অন্য ব্যক্তির বুকে আপনার হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hand_on_another's_chin", + "langName": "আপনার হাত দিয়ে অন্য ব্যক্তির চিবুক ধরুন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hand_on_another's_head", + "langName": "অন্য ব্যক্তির মাথায় আপনার হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hand_on_another's_shoulder", + "langName": "অন্য ব্যক্তির কাঁধে আপনার হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hand_on_another's_stomach", + "langName": "অন্য ব্যক্তির পেটে আপনার হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hand_on_ass", + "langName": "বাটে হাত", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hand_on_head", + "langName": "মাথায় হাত", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hand_on_headwear", + "langName": "হাত স্পর্শ টুপি", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hand_on_hilt", + "langName": "ছুরির হাতলে হাত রেখে বিশ্রাম", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hand_on_hip", + "langName": "পোঁদের উপর হাত | পোঁদের উপর হাত", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hand_on_own", + "langName": "আপনার মুখে আপনার হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hand_on_own_cheek", + "langName": "আপনার গালে হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hand_on_own_chest", + "langName": "আপনার বুকে হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hand_on_own_chin", + "langName": "হাত তার চিবুক স্পর্শ করে", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hand_on_own_stomach", + "langName": "আপনার পেটে হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hand_on_shoulder", + "langName": "কাঁধে হাত", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hand_in_another's_hair", + "langName": "অন্য ব্যক্তির চুলে আপনার হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hand_in_hair", + "langName": "হাত চুলে চাপা", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "hand_in_pocket", + "langName": "পকেটে হাত", + "object": "অ্যাকশন", + "attribute": "হাত (কোথাও রাখুন)" + }, + { + "displayName": "ass_grab", + "langName": "grabbing গাধা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু আঁকড়ে ধরে)" + }, + { + "displayName": "flat_chest_grab", + "langName": "ছোট স্তন আঁকড়ে ধরে", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু আঁকড়ে ধরে)" + }, + { + "displayName": "grabbing", + "langName": "ধরা | উপলব্ধি", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু আঁকড়ে ধরে)" + }, + { + "displayName": "grabbing_another's_ass", + "langName": "একে অপরের পাছা চেপে ধরছে", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু আঁকড়ে ধরে)" + }, + { + "displayName": "grabbing_another's_hair", + "langName": "একে অপরের চুল আঁকড়ে ধরছে", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু আঁকড়ে ধরে)" + }, + { + "displayName": "grabbing_from_behind", + "langName": "পেছন থেকে স্তন ঘষা | পেছন থেকে স্তন ধর", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু আঁকড়ে ধরে)" + }, + { + "displayName": "grabbing_own_ass", + "langName": "grabbing one's ass", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু আঁকড়ে ধরে)" + }, + { + "displayName": "guided_penetration", + "langName": "পুরুষের লিঙ্গ ধরে নিজের মধ্যে ঢুকিয়ে দিন", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু আঁকড়ে ধরে)" + }, + { + "displayName": "hair_grab", + "langName": "চুল আঁকড়ে ধরে", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু আঁকড়ে ধরে)" + }, + { + "displayName": "leg_grab", + "langName": "পায়ে ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু আঁকড়ে ধরে)" + }, + { + "displayName": "necktie_grab", + "langName": "টাই ধরে রাখা", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু আঁকড়ে ধরে)" + }, + { + "displayName": "neckwear_grab", + "langName": "জামাকাপড় গলায় আটকানো", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু আঁকড়ে ধরে)" + }, + { + "displayName": "penis_grab", + "langName": "লিঙ্গ দখল", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু আঁকড়ে ধরে)" + }, + { + "displayName": "pillow_grab", + "langName": "একটা বালিশ ধরছে", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু আঁকড়ে ধরে)" + }, + { + "displayName": "sheet_grab", + "langName": "শীট আঁকড়ে", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু আঁকড়ে ধরে)" + }, + { + "displayName": "tail_grab", + "langName": "লেজ ধরে", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু আঁকড়ে ধরে)" + }, + { + "displayName": "thigh_grab", + "langName": "উরু চেপে ধরছে", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু আঁকড়ে ধরে)" + }, + { + "displayName": "torso_grab", + "langName": "ক্লাচিং ধড়", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু আঁকড়ে ধরে)" + }, + { + "displayName": "wrist_grab", + "langName": "কব্জি ধরে", + "object": "অ্যাকশন", + "attribute": "হাত (কিছু আঁকড়ে ধরে)" + }, + { + "displayName": "kicking", + "langName": "লাথি", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "high_kick", + "langName": "উচ্চ কিক", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "standing_on_one_leg", + "langName": "এক পায়ে দাঁড়ানো", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "standing_split", + "langName": "স্থায়ী বিভাজন | দাঁড়ানো পা বাড়ায়", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "legs_up", + "langName": "একটি পা উত্তোলন", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "holding legs", + "langName": "আলিঙ্গন পা", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "hands under legs", + "langName": "আপনার পায়ের নীচে আপনার হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "leg hug", + "langName": "আলিঙ্গন পা", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "spread legs", + "langName": "পা ছড়িয়ে", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "legs_together", + "langName": "পা একসাথে", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "crossed_legs", + "langName": "এরলাং পা", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "m_legs", + "langName": "M-আকৃতির লেগ সুইং", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "standing split, leg up", + "langName": "দাঁড়িয়ে থাকা ঘোড়া", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "curtsy", + "langName": "কার্টসি (দাসীর স্যালুট)", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "open_stance", + "langName": "একটু বিরতি নিন", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "convenient_leg", + "langName": "পা যা মূল অংশগুলিকে ব্লক করে", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "leg_lock", + "langName": "পা দিয়ে বাতা", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "legs", + "langName": "পা", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "legs_over_head", + "langName": "আপনার পা আপনার মাথার উপরে তুলুন", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "squatting,_open_legs", + "langName": "নিচে স্কোয়াট করুন এবং আপনার পা ছড়িয়ে দিন", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "knees_together_feet_apart", + "langName": "হাঁটু একসাথে, পা আলাদা", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "animal_on_lap", + "langName": "হাঁটুর উপর পশু", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "hand_on_own_knee", + "langName": "আপনার হাঁটুতে আপনার হাত রাখুন", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "knee_up", + "langName": "আপনার হাঁটু উপরে ধাক্কা", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "knees", + "langName": "হাঁটু", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "knees_to_chest", + "langName": "বুকে হাঁটু", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "on_lap", + "langName": "হাঁটুতে", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "squatting", + "langName": "নিচে বসা", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "one_knee", + "langName": "এক হাঁটু", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "kneeling", + "langName": "হাঁটু", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "all_fours", + "langName": "সব চারে", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "gravure_pose", + "langName": "gravure ভঙ্গি", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "soaking_feet", + "langName": "আপনার পা ভিজিয়ে রাখুন", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "cropped_legs", + "langName": "শুধু পায়ের অংশ আঁকা ছিল", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "k/da_(league_of_legends)", + "langName": "কেডিএ দল (লিগ অফ লিজেন্ডস)", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "leg_belt", + "langName": "লেগ স্ট্র্যাপ", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "leg_hair", + "langName": "পায়ের চুল", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "leg_up", + "langName": "পা তুলুন", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "legs_apart", + "langName": "পা আলাদা", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "lowleg", + "langName": "M-আকৃতির লেগ সুইং", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "mechanical_legs", + "langName": "যান্ত্রিক কৃত্রিম পা", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "multiple_legs", + "langName": "বহু ভূমিকা", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "no_legs", + "langName": "কোন পা টানা", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "no_legwear", + "langName": "ক্রোচের নীচে নগ্ন", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "tail_between_legs", + "langName": "লেজটি পায়ের মাঝখানে কুঁকড়ে গেছে", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "footprints", + "langName": "পদচিহ্ন", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "foot_out_of_frame", + "langName": "এক পা ছবিতে নেই", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "feet_out_of_frame", + "langName": "পা ছবিতে নেই", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "feet_up", + "langName": "আপনার পায়ে অতিক্রম করুন", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "cameltoe", + "langName": "উটের পায়ের আঙ্গুল", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "pigeon-toed", + "langName": "সুন্দর ভিতরের পা", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "tiptoes", + "langName": "tiptoes উপর দাঁড়ানো", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "ankle_strap", + "langName": "গোড়ালি সিল্ক রিং", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "ankle_wrap", + "langName": "গোড়ালি cuffs", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "crossed_ankles", + "langName": "গোড়ালি ক্রস", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "folded", + "langName": "আপনার যোনি উন্মুক্ত করতে আপনার পা বাড়ান", + "object": "অ্যাকশন", + "attribute": "পা" + }, + { + "displayName": "sitting", + "langName": "বসা", + "object": "অ্যাকশন", + "attribute": "বসুন" + }, + { + "displayName": "seiza", + "langName": "সোজা হয়ে বসুন", + "object": "অ্যাকশন", + "attribute": "বসুন" + }, + { + "displayName": "wariza", + "langName": "হাঁস বসা", + "object": "অ্যাকশন", + "attribute": "বসুন" + }, + { + "displayName": "straddling", + "langName": "চড়ে বসুন", + "object": "অ্যাকশন", + "attribute": "বসুন" + }, + { + "displayName": "yokozuwari", + "langName": "পাশে বসুন", + "object": "অ্যাকশন", + "attribute": "বসুন" + }, + { + "displayName": "sitting_backwards", + "langName": "ফিরে বস", + "object": "অ্যাকশন", + "attribute": "বসুন" + }, + { + "displayName": "sitting_in_tree", + "langName": "একটি গাছে বসা", + "object": "অ্যাকশন", + "attribute": "বসুন" + }, + { + "displayName": "sitting_on_xx", + "langName": "বস্তুর উপর বসুন", + "object": "অ্যাকশন", + "attribute": "বসুন" + }, + { + "displayName": "butterfly_sitting", + "langName": "প্রজাপতি বসে আছে", + "object": "অ্যাকশন", + "attribute": "বসুন" + }, + { + "displayName": "lotus_position", + "langName": "টেবিলের উপর বসুন", + "object": "অ্যাকশন", + "attribute": "বসুন" + }, + { + "displayName": "sitting_on_railing", + "langName": "রেলিং এর উপর বসুন", + "object": "অ্যাকশন", + "attribute": "বসুন" + }, + { + "displayName": "sitting_on_rock", + "langName": "পাথরের উপর বসা", + "object": "অ্যাকশন", + "attribute": "বসুন" + }, + { + "displayName": "sitting_on_stairs", + "langName": "সিঁড়িতে বসা", + "object": "অ্যাকশন", + "attribute": "বসুন" + }, + { + "displayName": "sitting_on_table", + "langName": "টেবিলের উপর বসুন", + "object": "অ্যাকশন", + "attribute": "বসুন" + }, + { + "displayName": "sitting_on_water", + "langName": "জলের উপর বসুন", + "object": "অ্যাকশন", + "attribute": "বসুন" + }, + { + "displayName": "sitting_on_chair", + "langName": "চেয়ারে বসুন", + "object": "অ্যাকশন", + "attribute": "বসুন" + }, + { + "displayName": "sidesaddle", + "langName": "স্যাডেলের উপর পাশে বসে", + "object": "অ্যাকশন", + "attribute": "বসুন" + }, + { + "displayName": "sitting_on_bed", + "langName": "বিছানায় বসা", + "object": "অ্যাকশন", + "attribute": "বসুন" + }, + { + "displayName": "sitting_on_desk", + "langName": "ডেস্কে বসা", + "object": "অ্যাকশন", + "attribute": "বসুন" + }, + { + "displayName": "sitting_on_lap", + "langName": "কোলে বসুন", + "object": "অ্যাকশন", + "attribute": "বসুন" + }, + { + "displayName": "sitting_on_person", + "langName": "মানুষের উপর বসুন", + "object": "অ্যাকশন", + "attribute": "বসুন" + }, + { + "displayName": "upright_straddle", + "langName": "বিপরীত ভঙ্গি", + "object": "অ্যাকশন", + "attribute": "বসুন" + }, + { + "displayName": "asymmetrical_docking", + "langName": "স্তন স্পর্শ | স্তন স্পর্শ স্তন", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "back-to-back", + "langName": "পিছনে ফিরে", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "cunnilingus", + "langName": "কানিলিঙ্গাস", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "facing_another", + "langName": "অন্যের মুখোমুখি", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "feeding", + "langName": "খাওয়ানো", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "finger_in_another's_mouth", + "langName": "ওরাল ফিঙ্গারিং", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "fingering", + "langName": "আঙুল", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "giving", + "langName": "বিতরণ | উপহার", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "grinding", + "langName": "প্লেইন স্টকিংস | বাট থ্রাস্ট", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "hug", + "langName": "আলিঙ্গন", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "imminent_kiss", + "langName": "চুম্বন সম্পর্কে", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "incoming_food", + "langName": "খাবার পাস", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "incoming_gift", + "langName": "একটি উপহার দিন", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "Kabedon", + "langName": "প্রাচীর ঠুং শব্দ", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "lap_pillow", + "langName": "হাঁটু বালিশ", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "licking_penis", + "langName": "লিঙ্গ চাটা", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "princess_carry", + "langName": "রাজকুমারী আলিঙ্গন", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "shared_bathing", + "langName": "শেয়ার্ড স্নান | Yuanyang স্নান", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "shared_food", + "langName": "খাবার ভাগ করে নেওয়া | মুখ দিয়ে খাদ্য পাস", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "sitting_on_head", + "langName": "মাথার উপর বসুন", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "sitting_on_shoulder", + "langName": "কাঁধে বসুন", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "slapping", + "langName": "চড়", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "spanking", + "langName": "স্প্যাঙ্ক", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "special_feeling_(meme)", + "langName": "বরফে ছাতা ধরে প্রেমিকরা", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "symmetrical_docking", + "langName": "স্তন চেপে যাওয়া", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "ear_biting", + "langName": "ফিসফিস", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "mixed_bathing", + "langName": "মিশ্র স্নান", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "selfie", + "langName": "সেলফি", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "trembling", + "langName": "কম্পন", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "partially submerged", + "langName": "জলে নিমজ্জিত", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "rolleyes", + "langName": "চোখ রোল করুন", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "headpat", + "langName": "মাথা স্পর্শ", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "cheek-to-cheek", + "langName": "গাল থেকে গাল", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "Stretching", + "langName": "প্রসারিত", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "against wall", + "langName": "দেয়ালের বিপরীতে", + "object": "অ্যাকশন", + "attribute": "অন্যান্য কর্ম" + }, + { + "displayName": "((water drops)),wet clothes,((beautiful detailed water)),((floating)),dynamic angle", + "langName": "জল যাদু", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "beautiful detailed glow,(detailed ice),beautiful detailed water", + "langName": "বরফ জাদু", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.2),(ice crystal texture wings),(Iridescence and rainbow hair:2.5)", + "langName": "বরফ সিস্টেম পরিবর্তন", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.3),(((ice crystal texture wings)))", + "langName": "ফ্র্যাপুচিনো", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "((detailed beautiful snow forest with trees)),((snowflakes)),floating", + "langName": "বনের বরফ", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "(((crystals texture Hair))),((beautiful detailed glass hair)),((glass shaped texture hand)),((crystallize texture body)),gem body,hands as clear as jewels,crystallization of clothes,((crystals texture skin)),sparkle,lens flare,light leaks,broken glass,detailed glass shaped clothes,beautiful detailed gemstone sky,gemstone sea,crystals texture flowers,((detailed crystallized clothing))", + "langName": "স্ফটিককরণ", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "beautiful detailed glow,((flames of war)),(((nuclear explosion behide)))", + "langName": "পারমাণবিক বিস্ফোরণ", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "((breeze)),flying splashes,flying petals,wind", + "langName": "বাতাসের যাদু", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "((surrounded by heavy floating sand flow and floating sharp stones)),((((ink)))),((illustration)),((watercolor))", + "langName": "কুইকস্যান্ড পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "(detailed light),((lightning in hand)),lightning surrounds,(((lightning chain)))", + "langName": "বাজ পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "(sunlight),(angel),dynamic angle,floating,wing,halo,floating white silk,(Holy Light),silver stars", + "langName": "পবিত্র আলো পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "beautiful detailed pampas grass field,open hakama,surrounded by floating sakura,yellow full moon,beautiful detailed dark midnight sky,messy white long hair", + "langName": "আশিনা পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "beautiful and delicate water,the finest grass,very delicate light,nature,painting,water spray,breeze,flowers and grass meadow,near the water edge,(sunset,starry sky in a circle),randomly distributed clouds,river,splashing water,falling petals", + "langName": "প্রাকৃতিক আইন", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "(detailed light) ,feather,leaves,nature,(sunlight),river,(forest),(bloom)", + "langName": "বন আইন", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "floating and rainbow long hair,Iridescence and rainbow,beautiful detailed starry sky", + "langName": "iridescence পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "chain ring,chain storm,dark chain,((wholeblack bloomer)),darkside,night,deep dark,darkness,((dark clouds)),((ruins)),shadow,death garden", + "langName": "লুকানো লক পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "beautiful detailed glow,floating ashes,beautiful and detailed explosion,red moon,fire,fire cloud,wings on fire,a cloudy sky,smoke of gunpowder,burning,black dress,dove of peace,(floating cloud:1.2)", + "langName": "হুওশাওয়ুন", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(magic circle:1.2),(floating palaces:1.3)", + "langName": "দুর্গ আইন", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "(water bloom),(delicate glow),(breeze),long Flowers meadow,(((sunset)),(less stars form a circle),randomly distributed clouds,(rivers),(willows with branches falling into the water)", + "langName": "গোধূলি পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "((colorful bubble)),(floating),detailed light", + "langName": "বুদ্বুদ পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "((rose)),(vine),cage,bandage,red rope,(detail light),falling rose petals", + "langName": "রোজউড পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "(starry tornado:1.4),starry Nebula,beautiful detailed sky", + "langName": "তারার আকাশ পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "((moon)),starry sky,(lighting particle),fog,snow,(bloom)", + "langName": "চাঁদ পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(cold full moon),snowflake,(floating cloud:1.2)", + "langName": "তুষার চাঁদ পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "((burning forest)),spark,light leaks,burning sky,flame,flames burning around,(flying sparks)", + "langName": "বন আগুন পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "((destroyed)),explosion,buildings in disarray,The residual eaves DuanBi,cumulus,mouldy,floating,wind,Dead end machine,(broken robot),(Mechanical robot girl),in the rubble of a devastated city", + "langName": "মরুভূমি আইন", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,((sliver)) and (broken) body", + "langName": "যুদ্ধ বর্ম পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "Extremely gorgeous metal style,Metal crown with ornate stripes,Various metals background,Sputtered molten iron,floating hair,Hair like melted metal,Clothes made of silver,Clothes with gold lace,flowing gold and silver,everything flowing and melt,flowing iron,flowing silver,lace flowing and melt", + "langName": "সুবর্ণ নিয়ম", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "mecha clothes,robot girl", + "langName": "মেশিন মেয়ে পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "ink,(((bone))),(((ribs))),rose,black hair,blue eyes,greyscale,no shadow,simple background,bright skin", + "langName": "নেক্রোম্যানসি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "(((gorgeous crystal armor))),(((crystal wings))),((altocumulus)),(clear_sky),(snow mountain),((flowery flowers)),(flowery bubbles),cloud map plane,crystal,crystal poppies,Brilliant light,thick_coating,glass tint,(watercolor)", + "langName": "স্ফটিক পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "((an extremely delicate and beautiful)),floating,(detailed wet clothes),(detailed light),feather,nature,(sunlight),river,floating palace,beautiful and delicate water,(bloom),(shine)", + "langName": "জল বন পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "(blue spark),(red and blue hair),blue eyes,burning sky,flame,Rainbow in the sky,((Flames burning ice)),(((fire butterflies))),(((ice crystal texture wings))),(Flying sparks),(detailed ice),((a lot of luminous ice crystals)),((burning feathers)),(feathers made of ice),(frozen feathers),(((ice and fire together)))", + "langName": "বরফ আগুন পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "(anger),dragon horns,(silver armor),metal,complex pattern,cape,indifference", + "langName": "ড্রাগন নাইট", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "((full body)),(helpless),tear,crying,(((((falling from the sky))))),((Weathering With You)),((falling)),((face towards the sky)),(hair flows upwards),((disheveled hair)),(1 girl),floating,beautiful detailed sky", + "langName": "পতন পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "((underwater)),(beautiful detailed water),((coral)),dynamic angle,floating,(detailed light),floating hair,(splash),((fishes)),leaves dress,feather,nature,(sunlight),(underwater forest),(bloom),(detailed glow),drenched,seaweed,fish,(((Tyndall effect)))", + "langName": "পানির নিচের আইন", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "(extremely detailed CG unity 8k wallpaper),(((masterpiece))),(((best quality))),((ultra-detailed)),(best illustration),(best shadow),((an extremely delicate and beautiful)),dynamic angle,floating,fairyland,dynamic angle,sea of flowers,beautiful detailed garden,wind,classic,spring,(detailed light),feather,nature,(sunlight),river,forest,(((floating palace))),((the best building)),beautiful and delicate water,(painting),(sketch),(bloom),(shine)", + "langName": "গোপন পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "(((masterpiece))),((the best quality,super fine illustrations,beautiful and delicate water)),((very delicate light)),((nature,painting)),((fine lighting,more transparent stars,high-quality snowflakes,high-quality mountains,very fine 8KCG wallpapers)),(plateau),(((snow mountain))),sunrise,randomly distributed clouds,(snow field),cliff,((rotating star sky)),((lake in mountain stream)),luminous particles", + "langName": "ফটোগ্রাফি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "1980s (style),simple background,retro artstyle", + "langName": "আধুনিক আইন", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "(white hair),red long hair,red eyes,(full body),(((with sword))),angry face,(beautiful detailed eyes),Blood drop,Blood fog,floating hair,disheveled hair,Splashing blood,(Bloodstain)", + "langName": "রক্তের যাদু", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "((dragon)),((dragon background))", + "langName": "ড্রাগন ডেকে নিন", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "hair fluttering in the wind,((mechanical arm armor)),((mechanical body armor)),riding motor,bodysuit,((ruins of city in war,fire,burning cars,burning buildings)),air force fleet in the sky", + "langName": "ঝাঁ জি ফা", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,dragon wings,((a dragon stands behind the girl)),beautiful detailed sliver dragon armor", + "langName": "ড্রাগন মেশিন পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "((Beautiful butterflies in detail)),((Beautiful stars in detail)),(((halter dress ))),particle,(Starry sky in beautiful detail),(Hazy fog),(Ruins of beautiful details),(((Standing on the surface of the sea)))", + "langName": "স্টার প্রজাপতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "blonde wavy hair,(shiny long hair),((Gothic Lolita)),blue white skirt,((short skirt)),black Headdress,bowknot,(((hair ornament))),(hair flower),Lace,cross-laced footwear,ribbon-trimmed sleeves,building architecture,((gothic architecture)),starry sky,outdoors,church,(castle)", + "langName": "একাডেমিক আইন", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "walking,waves,wind,(((glistening light of waves))),(detailed sunset glow),(floating flow),((coral)),(Luminous),coast,(floating colorful bubbles),beautiful detailed sky,(fluorescence),detailed shadow,(conch),beautiful detailed water,starfish,meteor,rainbow,(seabirds),(glinting stars),(glowworm),(splash),detailed cloud,shell,(fireworks)", + "langName": "জিংজিয়াহাই", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "beautiful detailed sky,night,stars,(red plum blossom),((winter)),(((snowflakes))),((red and white flowers)),(starry sky),(sitting),((colorful)),scenery,lantern,(starfall)", + "langName": "শীতকালীন তুষার পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "((((melt)))),(((((black and white melt))))),(((wear Black and white Taoist robes))),((((gold and silver lace)))),(((gold and silver lace lace))),(((flowing ((black)) and white background))),extremely detailed gorgeous tiara", + "langName": "সব কিছুর গলে যাওয়া পাত্র", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "Floating black ashes,Beautiful and detailed black,red moon,((The black clouds)),(black Wings) ,a black cloudy sky,burning,black dress,((Black fog)),Red eyes,(black smoke),((Black feathers floating in the air)),bat,(floating black cloud:1.5),", + "langName": "রেভেন আইন", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "dynamic angle,finely detail,(bloom),(shine),glinting stars,((((best detailed fireworks)))),((((depth of field)))),(((hanabi))),(((backlight))),", + "langName": "আতশবাজি বেসিক", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,(lots of big colorful Bubble),(pearl),(Galaxy),depth of field", + "langName": "তারার রঙ", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,depth of field", + "langName": "তারার সাগরে ডুবে যায়", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "dynamic angle,detailed wet clothes,blank stare,overexplosure,floating,black long straight,red eyes,aqua eyes,gradient eyes,((blood)),white dress,frills,((expressionless)),extremely beautiful detailed water,((lying on the lake)),(bloodred water:1.5),(red background:1.3)", + "langName": "শত শত ডুবার পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "((messy hair)),(grassland),(yellow eyes),incredibly absurdres,(gold hair),floating hair,Large number of environments,the medieval ,grace,prospect,water eyes,wind,breeze,god ray,lawn,Mountains and lakes in the distance,The sun shines through the trees,A vast expanse of grassland", + "langName": "উজ্জ্বল সানশাইন পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "Starry sky adorns hair,sparkling anime eyes,beautiful detailed stars,blighting stars,emerging dark purple across with white hair,multicolored hair,beautiful detailed sky,beautiful detailed water,cinematic lighting,dramatic angle,", + "langName": "তারা চুল পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "There are many scattered luminous petals,Hidden in the light yellow flowers,Depth of field,Many flying drops of water,Many scattered leaves,branch ,angle ,contour deepening,cinematic angle", + "langName": "সেনরো পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "sunlight,extremely light,extremely clothes,Holy Light,dynamic angle,Light particle,very long hair,white hair,yellow eyes,glowing eyes,expressionless,((light smile)),((((white Tulle skirt)))),white silk,looking at viewer,angel wings,large wings,multiple wings,angel halo,(((starry sky))),dusk sky,Floating light spot,Lots of feathers", + "langName": "তারকা দেবদূত", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "blonde hair,yellow eyes,white skin,mature female,sunrise,golden sky,magnificent architecture,beautiful detailed sky,overexposure,delicate gold metal decorations", + "langName": "সুবর্ণ নিয়ম", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "mechanical prosthesis,mecha coverage,emerging dark purple across with white hair,fluorescent purple,cool movement,rose red eyes,beatiful detailed cyberpunk city,hd semirealistic anime cg concept art digital painting", + "langName": "প্রাক্তন মেশিন", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "(incredibly absurdres),(highly detailed beautiful fishtail:1.6),(((human hands))),(the lower body is a fish:1.9)AND(no human thigh:1.2),seaweed,(full body),(white seashell),(curved and slender fish tail),(the lower body is bare:1.1),{beautiful tailfin},((underwater)),(illustration),detailed water,((fishes)),(floating),watercolor (medium),(small whirlpool),((The sensation of water flowing)),(detailed scales on a mermaid)", + "langName": "মারমেইড পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "Blood Mist,background Urban rooftop,despair,Blood Cherry Blossom,torn clothes,crying with eyes open,solo,Blood Rain,bandages,Gunpowder smoke,beautiful deatailed shadow,Splashing blood,dust,tyndall effect", + "langName": "শেষ", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "Space opera,Space port,robot arm,elbow gloves,night,glisten,stare,cyberpunk,((((citylight)))),science fiction,bodysuit,Mechanical armor headdress,(bare shoulders)", + "langName": "ভাঙ্গা স্বপ্ন", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "dynamic angle,rainbow hair,detailed cute anime face,((loli)),flower,cry,water,corrugated,flowers tire,broken glass,(broken screen),atlantis,transparent glass", + "langName": "ভাঙ্গা স্বপ্ন", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "(white hair),(((red streaked hair))),red eyes,(((full body))),(red hair),(((((Hold a red sword))))),(angry face),((Blood drop)),((Blood fog)),light shafts,soft focus,((Splashing blood))),Long hair,((Bloodstain)),Fighting stance,{{{{{watercolor (medium)}}}},(((masterpiece))),((white clock)),((ultradetailed)),((Covered in blood)),flowing hair,Exquisite Flame,dynamic angle,floating,(shine),extremely delicate and beautiful girls,bright skin,lying red petals,Holy lighting", + "langName": "রক্ত সংস্কার আইন", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "dramatic shadows,black and white,monochrome,{{comic}},cross necklace,Cassock", + "langName": "ফটোগ্রাফি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "((ink)),(water color),bloom effect,detailed beautiful grassland with petal,flower,butterfly,necklace,smile,petal,(((surrounded by heavy floating petal flow)))", + "langName": "ভাসমান ফুল পদ্ধতি", + "object": "অ্যাকশন", + "attribute": "জাদু" + }, + { + "displayName": "stylish outfit", + "langName": "ফ্যাশনেবল পোষাক", + "object": "পোশাক", + "attribute": "ফ্যাশনেবল পোশাক" + }, + { + "displayName": "fashionable accessories", + "langName": "ফ্যাশন জিনিসপত্র", + "object": "পোশাক", + "attribute": "ফ্যাশনেবল পোশাক" + }, + { + "displayName": "fitted jeans", + "langName": "চর্মসার জিন্স", + "object": "পোশাক", + "attribute": "ফ্যাশনেবল পোশাক" + }, + { + "displayName": "oversized jacket", + "langName": "প্লাস সাইজের জ্যাকেট", + "object": "পোশাক", + "attribute": "ফ্যাশনেবল পোশাক" + }, + { + "displayName": "baggy clothes", + "langName": "ঢিলেঢালা পোশাক", + "object": "পোশাক", + "attribute": "ফ্যাশনেবল পোশাক" + }, + { + "displayName": "traditional_clothes", + "langName": "ঐতিহ্যবাহী পোশাক | জাতিগত পোশাক", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "chinese_clothes", + "langName": "ট্যাং স্যুট", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "china_dress", + "langName": "চেওংসাম", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "hanfu", + "langName": "হানফু", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "Taoist robe", + "langName": "তাওবাদী পোশাক", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "japanese_clothes", + "langName": "কিমোনো", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "enmaided", + "langName": "কিমোনো পরা মহিলা", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "hanten_clothes", + "langName": "তোমাতা (জাপানি স্টাইল)", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "kimono", + "langName": "কিমোনো", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "furisode", + "langName": "ফুরিসোড (কিমোনোর অংশ)", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "sleeveless_kimono", + "langName": "হাতাবিহীন কিমোনো", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "short_kimono", + "langName": "ছোট কিমোনো", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "print_kimono", + "langName": "মুদ্রিত কিমোনো", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "uchikake", + "langName": "বাই উজিয়া (জাপানি বিয়ের পোশাক)", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "obi", + "langName": "পোশাক (এবং পোশাক)", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "cheongsam", + "langName": "চেওংসাম", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "print_cheongsam", + "langName": "মুদ্রিত cheongsam", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "pelvic_curtain", + "langName": "চেওংসাম পোশাকের সামনের হেম", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "ainu_clothes", + "langName": "আইনুর পোশাক", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "korean_clothes", + "langName": "কোরিয়ান পোশাক", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "hanbok", + "langName": "হ্যানবোক", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "Ao_Dai", + "langName": "ভিয়েতনামী পোশাক (Ao Dai)", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "western", + "langName": "পশ্চিমা শৈলী", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "german_clothes", + "langName": "জার্মান পোশাক", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "indian_style", + "langName": "ভারতীয় শৈলী", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "arabian_clothes", + "langName": "আরবি পোশাক", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "egyptian_clothes", + "langName": "মিশরীয় পোশাক", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "byzantine_fashion", + "langName": "বাইজেন্টাইন শৈলী", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "gothic", + "langName": "গথিক শৈলী", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "lolita", + "langName": "ললিতা শৈলী", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "gothic_lolita", + "langName": "গথিক ললিতা শৈলী", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "Tropical", + "langName": "ক্রান্তীয়", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "costume", + "langName": "স্যুট", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "adapted_costume", + "langName": "পোশাক উন্নত করুন", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "animal_costume", + "langName": "পশু আকৃতি সেট", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "bunny_costume", + "langName": "খরগোশ শৈলী সেট", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "cat_costume", + "langName": "বিড়াল স্টাইলিং সেট", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "dog_costume", + "langName": "কুকুর স্টাইলিং সেট", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "bear_costume", + "langName": "ভালুক শৈলী সেট", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "santa_costume", + "langName": "সান্তা ক্লজের পোশাক", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "halloween_costume", + "langName": "হ্যালোইন পোশাক", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "embellished_costume", + "langName": "অলংকৃতভাবে সজ্জিত পোশাক", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "alternate_costume", + "langName": "বিকল্প পোশাক যা চরিত্রের আসল চেহারা থেকে আলাদা", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "costume_switch", + "langName": "জামাকাপড় পরিবর্তন খেলা", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "meme_attire", + "langName": "পোশাক যা ইন্টারনেট মেম অনুকরণ করে", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "kourindou_tengu_costume", + "langName": "কোরিন্দো টেঙ্গুর পোশাক", + "object": "পোশাক", + "attribute": "পোশাক শৈলী" + }, + { + "displayName": "hanfu, tang style outfits,", + "langName": "ট্যাং ফেং", + "object": "পোশাক", + "attribute": "প্রাচীনত্ব" + }, + { + "displayName": "hanfu, song style outfits,", + "langName": "গান ফেং", + "object": "পোশাক", + "attribute": "প্রাচীনত্ব" + }, + { + "displayName": "hanfu, ming style outfits,", + "langName": "মিংফেং", + "object": "পোশাক", + "attribute": "প্রাচীনত্ব" + }, + { + "displayName": "orange upper shan", + "langName": "কমলা উয়েসুগি", + "object": "পোশাক", + "attribute": "প্রাচীনত্ব" + }, + { + "displayName": "pink long upper shan", + "langName": "গোলাপী সিডার", + "object": "পোশাক", + "attribute": "প্রাচীনত্ব" + }, + { + "displayName": "white chest po skirt", + "langName": "busty স্কার্ট", + "object": "পোশাক", + "attribute": "প্রাচীনত্ব" + }, + { + "displayName": "red chest pleated skirt", + "langName": "বুকের দৈর্ঘ্যের pleated স্কার্ট", + "object": "পোশাক", + "attribute": "প্রাচীনত্ব" + }, + { + "displayName": "green waistband", + "langName": "সবুজ লেইস", + "object": "পোশাক", + "attribute": "প্রাচীনত্ব" + }, + { + "displayName": "white pibo", + "langName": "সাদা শাল", + "object": "পোশাক", + "attribute": "প্রাচীনত্ব" + }, + { + "displayName": "purple short shan", + "langName": "বেগুনি সংক্ষিপ্ত fir", + "object": "পোশাক", + "attribute": "প্রাচীনত্ব" + }, + { + "displayName": "light green long shan", + "langName": "হালকা সবুজ সিডার", + "object": "পোশাক", + "attribute": "প্রাচীনত্ব" + }, + { + "displayName": "translucent white pleated skirt", + "langName": "আধা নিছক সাদা pleated স্কার্ট", + "object": "পোশাক", + "attribute": "প্রাচীনত্ব" + }, + { + "displayName": "green floral songmo", + "langName": "সবুজ ফুলের গান মো", + "object": "পোশাক", + "attribute": "প্রাচীনত্ব" + }, + { + "displayName": "short coat", + "langName": "ছোট কোট", + "object": "পোশাক", + "attribute": "প্রাচীনত্ব" + }, + { + "displayName": "mamian skirt", + "langName": "ঘোড়া মুখ স্কার্ট", + "object": "পোশাক", + "attribute": "প্রাচীনত্ব" + }, + { + "displayName": "round collar", + "langName": "ক্রু ঘাড়", + "object": "পোশাক", + "attribute": "প্রাচীনত্ব" + }, + { + "displayName": "standing collar", + "langName": "কলার স্ট্যান্ড", + "object": "পোশাক", + "attribute": "প্রাচীনত্ব" + }, + { + "displayName": "square collar", + "langName": "বর্গাকার কলার", + "object": "পোশাক", + "attribute": "প্রাচীনত্ব" + }, + { + "displayName": "overlapping collar", + "langName": "মেঘের কাঁধ", + "object": "পোশাক", + "attribute": "প্রাচীনত্ব" + }, + { + "displayName": "embroidery", + "langName": "সূচিকর্ম", + "object": "পোশাক", + "attribute": "প্রাচীনত্ব" + }, + { + "displayName": "woven gold", + "langName": "ঝিজিন", + "object": "পোশাক", + "attribute": "প্রাচীনত্ব" + }, + { + "displayName": "makeup flower", + "langName": "মেকআপ ফুল", + "object": "পোশাক", + "attribute": "প্রাচীনত্ব" + }, + { + "displayName": "bufu", + "langName": "সম্পূরক ডোজ নিন", + "object": "পোশাক", + "attribute": "প্রাচীনত্ব" + }, + { + "displayName": "suit", + "langName": "স্যুট", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "business_suit", + "langName": "ব্যবসায়িক পোশাক", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "tuxedo", + "langName": "টাক্সেডো", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "formal_dress", + "langName": "আনুষ্ঠানিক পোশাক", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "evening_gown", + "langName": "লম্বা গাউন (মহিলা গাউন যা গোড়ালির দৈর্ঘ্যে পৌঁছায়)", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "evening dress", + "langName": "সন্ধ্যার পোশাক", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "wedding_dress", + "langName": "বিবাহের পোশাক", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "gown", + "langName": "মহিলাদের লম্বা পোশাক", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "cocktail_dress", + "langName": "ককটেল পোষাক", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "school_uniform", + "langName": "স্কুল ইউনিফর্ম", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "serafuku", + "langName": "নাবিক ইউনিফর্ম (স্কুল ইউনিফর্ম)", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "summer_uniform", + "langName": "গ্রীষ্মের ইউনিফর্ম", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "kindergarten_uniform", + "langName": "কিন্ডারগার্টেন ইউনিফর্ম", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "sailor", + "langName": "নাবিক ইউনিফর্ম", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "police_uniform", + "langName": "পুলিশের ইউনিফর্ম", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "military_uniform", + "langName": "সেনাবাহিনীর ইউনিফর্ম", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "naval_uniform", + "langName": "নৌবাহিনীর ইউনিফর্ম", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "camouflage uniform", + "langName": "ছদ্মবেশ ইউনিফর্ম", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "nazi_uniform", + "langName": "নাৎসি ইউনিফর্ম", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "ss_uniform", + "langName": "এসএস ইউনিফর্ম", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "stile_uniform", + "langName": "কাজের মেয়ের ইউনিফর্ম", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "band_uniform", + "langName": "ব্যান্ড ইউনিফর্ম", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "chef_uniform", + "langName": "শেফ overalls", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "labcoat", + "langName": "সাদা কোট", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "space_suit", + "langName": "স্পেস স্যুট", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "leotard", + "langName": "leotard", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "canonicals", + "langName": "পুরোহিতের পোশাক", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "domineering", + "langName": "নান ইউনিফর্ম", + "object": "পোশাক", + "attribute": "আনুষ্ঠানিক পরিধান" + }, + { + "displayName": "casual", + "langName": "অবসর", + "object": "পোশাক", + "attribute": "নৈমিত্তিক পরিধান" + }, + { + "displayName": "loungewear", + "langName": "নৈমিত্তিক পরিধান", + "object": "পোশাক", + "attribute": "নৈমিত্তিক পরিধান" + }, + { + "displayName": "hoodie", + "langName": "হুডি", + "object": "পোশাক", + "attribute": "নৈমিত্তিক পরিধান" + }, + { + "displayName": "homewear", + "langName": "লাউঞ্জওয়্যার", + "object": "পোশাক", + "attribute": "নৈমিত্তিক পরিধান" + }, + { + "displayName": "pajamas", + "langName": "পায়জামা", + "object": "পোশাক", + "attribute": "নৈমিত্তিক পরিধান" + }, + { + "displayName": "nightgown", + "langName": "পায়জামা", + "object": "পোশাক", + "attribute": "নৈমিত্তিক পরিধান" + }, + { + "displayName": "sleepwear", + "langName": "পায়জামা", + "object": "পোশাক", + "attribute": "নৈমিত্তিক পরিধান" + }, + { + "displayName": "babydoll", + "langName": "সেক্সি পায়জামা", + "object": "পোশাক", + "attribute": "নৈমিত্তিক পরিধান" + }, + { + "displayName": "print_pajamas", + "langName": "মুদ্রিত পায়জামা", + "object": "পোশাক", + "attribute": "নৈমিত্তিক পরিধান" + }, + { + "displayName": "polka_dot_pajamas", + "langName": "পোলকা ডট পায়জামা", + "object": "পোশাক", + "attribute": "নৈমিত্তিক পরিধান" + }, + { + "displayName": "yukata", + "langName": "বাথরোব", + "object": "পোশাক", + "attribute": "নৈমিত্তিক পরিধান" + }, + { + "displayName": "robe", + "langName": "পোশাক", + "object": "পোশাক", + "attribute": "নৈমিত্তিক পরিধান" + }, + { + "displayName": "robe_of_blending", + "langName": "মিশ্র পোশাক", + "object": "পোশাক", + "attribute": "নৈমিত্তিক পরিধান" + }, + { + "displayName": "cloak", + "langName": "চাদর", + "object": "পোশাক", + "attribute": "নৈমিত্তিক পরিধান" + }, + { + "displayName": "hooded_cloak", + "langName": "হুডযুক্ত পোশাক", + "object": "পোশাক", + "attribute": "নৈমিত্তিক পরিধান" + }, + { + "displayName": "harem_outfit", + "langName": "নর্তকী ইউনিফর্ম", + "object": "পোশাক", + "attribute": "নৈমিত্তিক পরিধান" + }, + { + "displayName": "sportswear", + "langName": "খেলাধুলার পোশাক", + "object": "পোশাক", + "attribute": "খেলাধুলার পোশাক" + }, + { + "displayName": "gym_uniform", + "langName": "খেলাধুলার পোশাক", + "object": "পোশাক", + "attribute": "খেলাধুলার পোশাক" + }, + { + "displayName": "athletic_leotard", + "langName": "জিমন্যাস্টিক ইউনিফর্ম", + "object": "পোশাক", + "attribute": "খেলাধুলার পোশাক" + }, + { + "displayName": "tennis_uniform", + "langName": "টেনিস শার্ট", + "object": "পোশাক", + "attribute": "খেলাধুলার পোশাক" + }, + { + "displayName": "baseball_uniform", + "langName": "বেসবল ইউনিফর্ম", + "object": "পোশাক", + "attribute": "খেলাধুলার পোশাক" + }, + { + "displayName": "letterman_jacket", + "langName": "বেসবল জ্যাকেট", + "object": "পোশাক", + "attribute": "খেলাধুলার পোশাক" + }, + { + "displayName": "volleyball_uniform", + "langName": "ভলিবল ইউনিফর্ম", + "object": "পোশাক", + "attribute": "খেলাধুলার পোশাক" + }, + { + "displayName": "biker_clothes", + "langName": "সাইক্লিং জার্সি", + "object": "পোশাক", + "attribute": "খেলাধুলার পোশাক" + }, + { + "displayName": "bikesuit", + "langName": "সাইক্লিং স্যুট", + "object": "পোশাক", + "attribute": "খেলাধুলার পোশাক" + }, + { + "displayName": "wrestling_outfit", + "langName": "রেসলিং ইউনিফর্ম", + "object": "পোশাক", + "attribute": "খেলাধুলার পোশাক" + }, + { + "displayName": "dougi", + "langName": "মার্শাল আর্ট ইউনিফর্ম", + "object": "পোশাক", + "attribute": "খেলাধুলার পোশাক" + }, + { + "displayName": "swimsuit", + "langName": "সাঁতারের পোষাক", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "swimwear", + "langName": "সাঁতারের পোষাক", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "wet_swimsuit", + "langName": "ভিজা সাঁতারের পোষাক", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "school_swimsuit", + "langName": "স্কুলের সাঁতারের পোশাক (সুইকু ওয়াটার)", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "new_school_swimsuit", + "langName": "নতুন মৃত জলাধারের জল", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "old_school_swimsuit", + "langName": "পুরাতন মৃত জলের আধার", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "competition_school_swimsuit", + "langName": "সুইমিং পুলের মৃত জল", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "competition_swimsuit", + "langName": "প্রতিযোগিতার জন্য সাঁতারের পোষাক", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "casual_one-piece_swimsuit", + "langName": "নৈমিত্তিক এক টুকরা সাঁতারের পোষাক", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "front_zipper_swimsuit", + "langName": "সামনে জিপার সঙ্গে সাঁতারের পোষাক", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "highleg_swimsuit", + "langName": "উচ্চ চেরা সাঁতারের পোষাক", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "one-piece_swimsuit", + "langName": "এক টুকরা সাঁতারের পোষাক", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "swimsuit_of_perpetual_summer", + "langName": "চ্যাং জিয়ার সাঁতারের পোষাক (fgo স্কুল গার্ল স্পিরিট স্যুট)", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "bikini", + "langName": "বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "highleg_bikini", + "langName": "উচ্চ কোমর বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "lowleg_bikini", + "langName": "কম কোমর বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "slingshot_swimsuit", + "langName": "ভি আকৃতির সাঁতারের পোষাক", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "sailor_bikini", + "langName": "নাবিক শৈলী বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "shell_bikini", + "langName": "শেল বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "sports_bikini", + "langName": "ক্রীড়া বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "string_bikini", + "langName": "স্ট্রিং বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "strapless_bikini", + "langName": "স্ট্র্যাপলেস বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "side-tie_bikini", + "langName": "স্ট্রিং বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "front-tie_bikini_top", + "langName": "সামনে বিকিনি টপ বাঁধুন", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "multi-strapped_bikini", + "langName": "মাল্টি স্ট্র্যাপ বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "thong_bikini", + "langName": "থং বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "front-tie_bikini", + "langName": "সামনে থেকে বিকিনি গিঁট", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "frilled_bikini", + "langName": "লেইস বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "o-ring_bikini", + "langName": "ও-রিং সহ বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "eyepatch_bikini", + "langName": "চোখ বাঁধা বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "layered_bikini", + "langName": "স্তরযুক্ত বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "bow_bikini", + "langName": "ধনুক সঙ্গে বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "mismatched_bikini", + "langName": "দুই টোন বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "multicolored_bikini", + "langName": "বহু রঙের বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "frilled_swimsuit", + "langName": "লেইস সাঁতারের পোষাক", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "polka_dot_swimsuit", + "langName": "বৃত্তাকার স্পট সাঁতারের পোষাক", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "striped_swimsuit", + "langName": "ডোরাকাটা সাঁতারের পোষাক", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "striped_bikini", + "langName": "ডোরাকাটা বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "plaid_bikini", + "langName": "প্লেড বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "polka_dot_bikini", + "langName": "গোল স্পট বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "print_bikini", + "langName": "প্রিন্টেড বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "american_flag_bikini", + "langName": "আমেরিকান পতাকা বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "german_flag_bikini", + "langName": "জার্মান পতাকা বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "impossible_swimsuit", + "langName": "বডি পেইন্ট সাঁতারের পোষাক", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "bikini_top", + "langName": "বিকিনি টপ", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "bikini_top_only", + "langName": "শুধুমাত্র বিকিনি টপ", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "bikini_top_removed", + "langName": "তার বিকিনি টপ খুলে ফেলল", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "bikini_bottom_only", + "langName": "শুধুমাত্র বিকিনি বটম", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "bikini_bottom", + "langName": "বিকিনি বটম", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "untied_bikini", + "langName": "বোতামহীন বিকিনি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "bikini_aside", + "langName": "বিকিনি তিনটি পয়েন্ট থেকে খোসা ছাড়িয়ে গেছে", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "swimsuit_aside", + "langName": "সাঁতারের পোশাকের ক্রোচটি একপাশে সরিয়ে দিন", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "swimsuit_under_clothes", + "langName": "কাপড়ের নিচে সাঁতারের পোষাক পরা", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "torn_swimsuit", + "langName": "ক্ষতিগ্রস্ত সাঁতারের পোষাক", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "bikini_skirt", + "langName": "বিকিনি স্কার্ট", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "swim_briefs", + "langName": "সাঁতারের কাণ্ড", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "swim_cap", + "langName": "সাঁতারের টুপি", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "swim_trunks", + "langName": "সাঁতারের কাণ্ড", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "male_swimwear", + "langName": "পুরুষদের সাঁতারের ট্রাঙ্ক", + "object": "পোশাক", + "attribute": "সাঁতারের পোষাক" + }, + { + "displayName": "sailor_senshi_uniform", + "langName": "নাবিক চাঁদ ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "adapted_uniform", + "langName": "উন্নত ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "anzio_military_uniform", + "langName": "Anzio সামরিক ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "anzio_school_uniform", + "langName": "আনজিও স্কুল ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "aria_company_uniform", + "langName": "আরিয়া কোম্পানির ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "ashford_academy_uniform", + "langName": "অ্যাশফোর্ড কলেজ ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "bc_freedom_military_uniform", + "langName": "বিসি ফ্রি একাডেমী ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "chaldea_uniform", + "langName": "ক্যাল্ডিয়ান ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "chi-hatan_military_uniform", + "langName": "ঝিহা দান একাডেমী ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "fleur_de_lapin_uniform", + "langName": "ডট খরগোশ দাসী সাজসরঞ্জাম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "garreg_mach_monastery_uniform", + "langName": "গার্গ মার্কোর মঠের ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "gem_uniform_(houseki_no_kuni)", + "langName": "রত্ন দেশের ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "hanasakigawa_school_uniform", + "langName": "হানাসাকিগাওয়া গার্লস একাডেমি", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "hikarizaka_private_high_school_uniform", + "langName": "বেসরকারী মিৎসুসাকা উচ্চ বিদ্যালয়ের ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "homurahara_academy_uniform", + "langName": "সুই গুনহারা একাডেমির ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "kamiyama_high_school_uniform", + "langName": "কৈলাস হাই স্কুল ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "keizoku_military_uniform", + "langName": "হাই স্কুল ইউনিফর্ম চালিয়ে যান", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "kita_high_school_uniform", + "langName": "উত্তর উচ্চ বিদ্যালয় ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "kiyosumi_school_uniform", + "langName": "কিয়োসুমি হাই স্কুল ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "luna_nova_school_uniform", + "langName": "Runanova ম্যাজিক স্কুল ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "meiji_schoolgirl_uniform", + "langName": "মেইজি স্কুলগার্ল ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "mitakihara_school_uniform", + "langName": "মিতাকিহারা জুনিয়র হাই স্কুল ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "nami_junior_high_school_uniform", + "langName": "বোলু মিডল স্কুল ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "nanairogaoka_middle_school_uniform", + "langName": "কিসেকিউ মিডল স্কুল ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "nanamori_school_uniform", + "langName": "কিসেন মিডল স্কুল ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "naoetsu_high_school_uniform", + "langName": "প্রাইভেট নাওয়েতসু হাই স্কুল ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "national_shin_ooshima_school_uniform", + "langName": "নতুন ওশিমা একাডেমি স্কুল ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "ooarai_military_uniform", + "langName": "ওরাই রেজিমেন্টের সামরিক ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "ooarai_school_uniform", + "langName": "ওড়াই ইউনাইটেড স্কুল ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "otonokizaka_school_uniform", + "langName": "জাতীয় ওনোনোগিজাকা একাডেমী মহিলা ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "paradis_military_uniform", + "langName": "প্যারেড দ্বীপ সামরিক ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "polar_chaldea_uniform", + "langName": "পোলার ক্যাল্ডিয়ান ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "pravda_military_uniform", + "langName": "একাডেমি অফ ট্রুথ মিলিটারি ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "pravda_school_uniform", + "langName": "সত্য একাডেমীর স্কুল ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "rabbit_house_uniform", + "langName": "দিয়ানটু হাউস ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "raimon_soccer_uniform", + "langName": "থান্ডার গেট ফুটবল ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "ryouou_school_uniform", + "langName": "রিওজাকুরা একাডেমির ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "sakugawa_school_uniform", + "langName": "ঝাচুয়ান মিডল স্কুল ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "sakuragaoka_high_school_uniform", + "langName": "সাকুরাগাওকা গার্লস হাই স্কুল ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "saunders_military_uniform", + "langName": "স্যান্ডার্স সামরিক ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "saunders_school_uniform", + "langName": "স্যান্ডার্স হাই স্কুল ইউনিফর্ম সংযুক্ত", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "seishou_elementary_school_uniform", + "langName": "Shengxiang বিশ্ববিদ্যালয় অধিভুক্ত প্রাথমিক বিদ্যালয় স্কুল ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "shinda_sekai_sensen_uniform", + "langName": "আফটারলাইফ ফ্রন্ট ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "shuuchiin_academy_uniform", + "langName": "শুচিন একাডেমির ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "shuujin_academy_uniform", + "langName": "কলেজ ইউনিফর্ম দেখান", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "st._gloriana's_military_uniform", + "langName": "সেন্ট গ্লোরিয়ানার সামরিক ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "st._gloriana's_school_uniform", + "langName": "সেন্ট গ্লোরিয়া আনা গার্লস স্কুল ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "starlight_academy_uniform", + "langName": "স্টার অপটিক্যাল পার্ক ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "tokisadame_school_uniform", + "langName": "নিয়মিত কলেজ ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "tokiwadai_school_uniform", + "langName": "টোকিওয়া তাইচুং স্কুল ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "tomoeda_elementary_school_uniform", + "langName": "Youzhi প্রাথমিক বিদ্যালয় ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "tsab_ground_military_uniform", + "langName": "টাইম অ্যান্ড স্পেস অ্যাডমিনিস্ট্রেশন মিলিটারি ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "u.a._school_uniform", + "langName": "Xiongying উচ্চ বিদ্যালয় ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "uranohoshi_school_uniform", + "langName": "উরা না হোশি গার্লস কলেজের ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "yasogami_school_uniform", + "langName": "যশোগামী উচ্চ বিদ্যালয়ের ইউনিফর্ম", + "object": "পোশাক", + "attribute": "স্কুল ইউনিফর্ম" + }, + { + "displayName": "shirt", + "langName": "শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "dress_shirt", + "langName": "আনুষ্ঠানিক শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "collared_shirt", + "langName": "ল্যাপেল শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "white_shirt", + "langName": "সাদা শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "blouse", + "langName": "মহিলাদের শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "frilled_shirt", + "langName": "ruffled শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "sailor_shirt", + "langName": "নাবিক শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "plaid_shirt", + "langName": "প্লেড শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "striped_shirt", + "langName": "ডোরাকাটা শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "print_shirt", + "langName": "মুদ্রিত শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "impossible shirt", + "langName": "অযৌক্তিকভাবে ফিট যে শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "polo_shirt", + "langName": "পোলো শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "hawaiian_shirt", + "langName": "হাওয়াইয়ান শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "t-shirt", + "langName": "টি-শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "casual T-shirts", + "langName": "ক্যাজুয়াল টি-শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "short sleeve T-shirts", + "langName": "শর্ট-হাতা টি-শার্ট (কাঁধের শার্ট)", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "cropped_shirt", + "langName": "ছোট শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "off-shoulder_shirt", + "langName": "কাঁধ বন্ধ শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "criss-cross_halter", + "langName": "ক্রস halter শীর্ষ", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "sleeveless_shirt", + "langName": "হাতাবিহীন শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "sleeveless_hoodie", + "langName": "স্লিভলেস হুডি", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "tank_top", + "langName": "ন্যস্ত (বাড়ি)", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "camisole", + "langName": "ক্যামিসোল", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "crop_top", + "langName": "ক্রপ টপ", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "undershirt", + "langName": "আন্ডারশার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "vest", + "langName": "ন্যস্ত (আনুষ্ঠানিক)", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "brown_vest", + "langName": "বাদামী ন্যস্ত করা", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "waistcoat", + "langName": "কোমর কোট (আনুষ্ঠানিক)", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "sweatshirt", + "langName": "হুডি", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "jersey", + "langName": "সোয়েটশার্ট/জার্সি", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "sweater", + "langName": "সোয়েটার", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "cardigan", + "langName": "কার্ডিগান সোয়েটার", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "shrug_(clothing)", + "langName": "শাল", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "jacket", + "langName": "জ্যাকেট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "hooded jacket", + "langName": "হুডযুক্ত জ্যাকেট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "coat", + "langName": "কোট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "suit jacket", + "langName": "ব্লেজার", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "tailcoat", + "langName": "টাক্সেডো", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "capelet", + "langName": "সংক্ষিপ্ত পোশাক", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "kesa", + "langName": "ক্যাসক", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "kappougi", + "langName": "একটি ব্লাউজ (রান্না করার সময় পরা)", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "detached sleeves", + "langName": "আলাদা কাঁধের হাতা", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "cropped vest", + "langName": "ক্রপড ন্যস্ত", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "spaghetti strap", + "langName": "স্প্যাগেটি স্ট্র্যাপ", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "tube_top", + "langName": "টিউনিক শীর্ষ", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "dudou", + "langName": "বেলিব্যান্ড", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "highleg", + "langName": "উচ্চ চেরা শীর্ষ", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "shirt_tucked_in", + "langName": "শার্ট প্যান্ট মধ্যে tucked", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "untucked_shirt", + "langName": "খোলা শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "tied_shirt", + "langName": "টাই-আপ শার্ট (কোণা এবং হেম গিঁট)", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "partially_unbuttoned", + "langName": "আংশিক মুক্তি", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "partially_unzipped", + "langName": "আংশিকভাবে আনজিপ করা হয়েছে", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "unbuttoned shirt", + "langName": "বোতামহীন শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "open_clothes", + "langName": "খোলা কাপড়", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "clothes_down", + "langName": "কাপড় খুলে ফেল", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "shirt_tug", + "langName": "শার্ট টান", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "clothes_tug", + "langName": "কাপড় টান", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "clothes_removed", + "langName": "কাপড় খুলে ফেল", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "shirt_removed", + "langName": "শার্ট খুলে ফেলা হয়েছে", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "undressing", + "langName": "কাপড় খুলে ফেল", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "untied", + "langName": "খোলা", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "button_gap", + "langName": "বোতামগুলির মধ্যে ফাঁক (বাটন খোলা নয়)", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "taut_shirt", + "langName": "টাইট শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "taut_clothes", + "langName": "টাইট কাপড়", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "tight", + "langName": "টাইট পোশাক", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "underbust", + "langName": "আন্ডারবাস্ট আঁকুন", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "oversized_shirt", + "langName": "প্লাস সাইজের শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "oversized_clothes", + "langName": "প্লাস আকারের জামাকাপড়", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "borrowed_garments", + "langName": "প্রেমিকের পোশাক", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "undersized_clothes", + "langName": "ছোট আকারের জামাকাপড়", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "clothing_cutout", + "langName": "ফাঁপা কাপড়", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "back_cutout", + "langName": "ব্যাকলেস শীর্ষ", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "cleavage_cutout", + "langName": "ক্লিভেজ ক্লিভেজ শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "navel_cutout", + "langName": "নাভি ছিদ্র করা শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "midriff", + "langName": "ক্রপ টপ", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "heart_cutout", + "langName": "হৃদয় আকৃতির খোলা শীর্ষ", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "torn_clothes", + "langName": "ছেঁড়া কাপড়", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "torn_shirt", + "langName": "ছেঁড়া শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "wet_shirt", + "langName": "ভেজা শার্ট", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "clothes_theft", + "langName": "কাপড় চুরি", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "strap_slip", + "langName": "কাঁধের চাবুক পিছলে গেছে (ফুঁসের দিকে নিয়ে যাওয়া)", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "wedgie", + "langName": "এমবেডেড (ক্রচ এলাকায় কাপড় টানার কারণে)", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "wardrobe_malfunction", + "langName": "জামাকাপড়ের কিছু ঘটেছে (যেমন ভেঙে পড়া)", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "wardrobe_error", + "langName": "কাপড় পিছলে যাচ্ছে", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "short sleeves", + "langName": "ছোট হাতা", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "long sleeves", + "langName": "লম্বা হাতা", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "sleeveless", + "langName": "হাতাবিহীন", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "underwear", + "langName": "অন্তর্বাস", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "bra", + "langName": "ব্রা", + "object": "পোশাক", + "attribute": "জ্যাকেট" + }, + { + "displayName": "nude", + "langName": "নগ্ন", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "formal", + "langName": "আনুষ্ঠানিক পরিধান", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "chemise", + "langName": "ঢিলেঢালা পোশাক", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "santa", + "langName": "বড়দিনের পোশাক", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "blazer", + "langName": "ব্লেজার", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "overcoat", + "langName": "কোট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "double-breasted", + "langName": "ডাবল-ব্রেস্টেড বোতাম (ডাবল-ব্রেস্টেড বোতাম", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "long_coat", + "langName": "লম্বা কোট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "haori", + "langName": "জাপানি স্টাইলের জ্যাকেট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "winter_coat", + "langName": "শীতের কোট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "hooded_coat", + "langName": "হুডযুক্ত কোট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "fur_coat", + "langName": "পশম কোট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "fur-trimmed_coat", + "langName": "ডোরাকাটা পশম কোট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "duffel_coat", + "langName": "ডাফল কোট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "fishnet_top", + "langName": "ফিশনেট শীর্ষ", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "parka", + "langName": "পারকা", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "jacket_partially_removed", + "langName": "জ্যাকেট আংশিক খুলে ফেলা হয়েছে", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "jacket_removed", + "langName": "জ্যাকেট খুলে ফেলল", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "open_jacket", + "langName": "কার্ডিগান জ্যাকেট (স্প্রেড_পা সহ)", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "cropped_jacket", + "langName": "ক্রপ করা জ্যাকেট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "track_jacket", + "langName": "ব্লেজার", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "hooded_track_jacket", + "langName": "হুডযুক্ত ট্র্যাক জ্যাকেট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "military_jacket", + "langName": "সামরিক জ্যাকেট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "camouflage_jacket", + "langName": "ক্যামোফ্লেজ জ্যাকেট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "leather_jacket", + "langName": "চামড়ার জ্যাকেট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "bomber_jacket", + "langName": "বোমার জ্যাকেট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "denim_jacket", + "langName": "ডেনিম জ্যাকেট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "fur-trimmed_jacket", + "langName": "পশম ছাঁটা জ্যাকেট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "two-tone_jacket", + "langName": "দুই রঙের জ্যাকেট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "trench_coat", + "langName": "উইন্ডব্রেকার", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "windbreaker", + "langName": "জ্যাকেট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "raincoat", + "langName": "রেইনকোট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "hagoromo", + "langName": "ঈশ্বর হাগোরোমো", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "tunic", + "langName": "টিউনিক", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "cape", + "langName": "শাল", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "winter_clothes", + "langName": "শীতের পোশাক", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "pullover_sweaters", + "langName": "পুলওভার সোয়েটার", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "loating_jacket", + "langName": "নৈমিত্তিক জ্যাকেট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "ribbed_sweater", + "langName": "পাঁজরযুক্ত সোয়েটার", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "sweater_vest", + "langName": "সোয়েটার জ্যাকেট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "backless_sweater", + "langName": "ব্যাকলেস সোয়েটার", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "aran_sweater", + "langName": "আইরিশ সোয়েটার", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "beige_sweater", + "langName": "বেইজ সোয়েটার", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "brown_sweater", + "langName": "বাদামী সোয়েটার", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "hooded_sweater", + "langName": "হুডযুক্ত সোয়েটার", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "off-shoulder_sweater", + "langName": "অফ শোল্ডার সোয়েটার", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "striped_sweater", + "langName": "ডোরাকাটা সোয়েটার", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "virgin_killer_sweater", + "langName": "কুমারী হত্যাকারী সোয়েটার", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "down_jacket", + "langName": "নিচে জ্যাকেট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "puffer_jacket", + "langName": "নিচে জ্যাকেট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "open dress", + "langName": "কার্ডিগান পোষাক", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "Piece Suit", + "langName": "ব্লেজার", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "naked towel", + "langName": "গোসলের তোয়ালে", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "racing suit", + "langName": "রেসিং স্যুট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "maid dress", + "langName": "দাসী পোশাক", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "reverse bunnysuit", + "langName": "বিপরীত খরগোশ মেয়ে", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "backless outfit", + "langName": "ব্যাকলেস পোশাক", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "Gorgeous and fussy clothes", + "langName": "জমকালো এবং কষ্টকর পোশাক", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "highleg leotard", + "langName": "উচ্চ চেরা জাম্পস্যুট", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "Sex underwear", + "langName": "সেক্সি অন্তর্বাস", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "diving suit", + "langName": "wetsuit", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "casual wear", + "langName": "নৈমিত্তিক পরিধান", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "miko clothing", + "langName": "জাদুকরী পোশাক", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "nurse gown", + "langName": "নার্স ইউনিফর্ম", + "object": "পোশাক", + "attribute": "কোট" + }, + { + "displayName": "sailor_collar", + "langName": "নাবিক কলার", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "fur_collar", + "langName": "পশম কলার", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "frilled_collar", + "langName": "লেইস কলার", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "popped_collar", + "langName": "কলার উঠে দাঁড়াও", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "black_choker", + "langName": "কালো কলার", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "belt_collar", + "langName": "বেল্ট নেক লুপ", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "frilled_choker", + "langName": "রাফেল নেকলেস", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "neckerchief", + "langName": "স্কার্ফ", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "red_neckerchief", + "langName": "লাল স্কার্ফ", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "necktie", + "langName": "টাই", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "short_necktie", + "langName": "সংক্ষিপ্ত টাই", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "white_necktie", + "langName": "সাদা টাই", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "bowtie", + "langName": "নম টাই", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "headphones_around_neck", + "langName": "গলায় হেডফোন ঝুলছে", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "goggles_around_neck", + "langName": "গলার চশমা", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "neck_bell", + "langName": "গলার ঘণ্টা", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "neck_ruff", + "langName": "নেকলাইন", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "v-neck", + "langName": "ভি-ঘাড়", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "towel_around_neck", + "langName": "গলায় তোয়ালে", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "loose_necktie", + "langName": "আলগা টাই", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "neck_tattoo", + "langName": "ঘাড় উলকি", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "ascot", + "langName": "স্কার্ফের মতো চওড়া টাই", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "ribbon_choker", + "langName": "গলার ফিতা", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "maebari/pasties", + "langName": "যোনি প্যাচ/স্তনবৃন্ত প্যাচ", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "chinese_knot", + "langName": "চীনা গিঁট", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "cross_necklace", + "langName": "ক্রস নেকলেস", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "bead_necklace", + "langName": "পুঁতির নেকলেস", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "pearl_necklace", + "langName": "মুক্তার নেকলেস", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "heart_necklace", + "langName": "হৃদয় আকৃতির নেকলেস", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "carrot_necklace", + "langName": "গাজরের নেকলেস", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "chain_necklace", + "langName": "চেইন নেকলেস", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "magatama_necklace", + "langName": "মুক্তার মালা", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "tooth_necklace", + "langName": "দাঁতের নেকলেস", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "key_necklace", + "langName": "চাবির নেকলেস", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "anchor_necklace", + "langName": "অ্যাঙ্কর নেকলেস", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "skull_necklace", + "langName": "মাথার খুলির নেকলেস", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "shell_necklace", + "langName": "শেল নেকলেস", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "gold_necklace", + "langName": "সোনার নেকলেস", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "crescent_necklace", + "langName": "অর্ধচন্দ্রের নেকলেস", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "ring_necklace", + "langName": "রিং নেকলেস", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "feather_necklace", + "langName": "পালকের নেকলেস", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "bone_necklace", + "langName": "হাড়ের নেকলেস", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "ankh_necklace", + "langName": "ক্রস নেকলেস", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "multiple_necklaces", + "langName": "একাধিক নেকলেস", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "bullet_necklace", + "langName": "বুলেট নেকলেস", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "holding_necklace", + "langName": "নেকলেস রাখা", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "necklace_removed", + "langName": "নেকলেস সরানো", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "brown_neckwear", + "langName": "বাদামী কলার", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "checkered_neckwear", + "langName": "প্লেড নেকলাইন", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "diagonal-striped_neckwear", + "langName": "টুইল টাই", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "halterneck", + "langName": "গলা টাই", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "mole_on_neck", + "langName": "গলায় তিল আছে", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "neck", + "langName": "ঘাড়", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "plaid_neckwear", + "langName": "টার্টান কলার", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "plunging_neckline", + "langName": "গভীর কলার", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "print_neckwear", + "langName": "মুদ্রিত টাই", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "sleeveless_turtleneck", + "langName": "স্লিভলেস টার্টলনেক সোয়েটার", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "star_necklace", + "langName": "তারা নেকলেস", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "striped_neckwear", + "langName": "ডোরাকাটা কলার", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "turtleneck_sweater", + "langName": "টার্টলনেক সোয়েটার", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "undone_necktie", + "langName": "টাই আলগা করা", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "whistle_around_neck", + "langName": "গলায় শিস ঝুলছে", + "object": "পোশাক", + "attribute": "নেকলাইন" + }, + { + "displayName": "plaid_scarf", + "langName": "প্লেড স্কার্ফ", + "object": "পোশাক", + "attribute": "স্কার্ফ" + }, + { + "displayName": "striped_scarf", + "langName": "ডোরাকাটা স্কার্ফ", + "object": "পোশাক", + "attribute": "স্কার্ফ" + }, + { + "displayName": "print_scarf", + "langName": "মুদ্রিত স্কার্ফ", + "object": "পোশাক", + "attribute": "স্কার্ফ" + }, + { + "displayName": "vertical-striped_scarf", + "langName": "উল্লম্ব ডোরাকাটা স্কার্ফ", + "object": "পোশাক", + "attribute": "স্কার্ফ" + }, + { + "displayName": "polka_dot_scarf", + "langName": "পোলকা ডট স্কার্ফ", + "object": "পোশাক", + "attribute": "স্কার্ফ" + }, + { + "displayName": "argyle_scarf", + "langName": "হীরা স্কার্ফ", + "object": "পোশাক", + "attribute": "স্কার্ফ" + }, + { + "displayName": "beige_scarf", + "langName": "বেইজ স্কার্ফ", + "object": "পোশাক", + "attribute": "স্কার্ফ" + }, + { + "displayName": "scarf_bow", + "langName": "স্কার্ফ নম", + "object": "পোশাক", + "attribute": "স্কার্ফ" + }, + { + "displayName": "fur_scarf", + "langName": "পশম স্কার্ফ", + "object": "পোশাক", + "attribute": "স্কার্ফ" + }, + { + "displayName": "naked_scarf", + "langName": "নগ্ন স্কার্ফ", + "object": "পোশাক", + "attribute": "স্কার্ফ" + }, + { + "displayName": "multicolored_scarf", + "langName": "রঙিন স্কার্ফ", + "object": "পোশাক", + "attribute": "স্কার্ফ" + }, + { + "displayName": "floating_scarf", + "langName": "ভাসমান স্কার্ফ", + "object": "পোশাক", + "attribute": "স্কার্ফ" + }, + { + "displayName": "long_scarf", + "langName": "দীর্ঘ স্কার্ফ", + "object": "পোশাক", + "attribute": "স্কার্ফ" + }, + { + "displayName": "arm_scarf", + "langName": "বাহু স্কার্ফ", + "object": "পোশাক", + "attribute": "স্কার্ফ" + }, + { + "displayName": "scarf_on_head", + "langName": "মাথায় স্কার্ফ", + "object": "পোশাক", + "attribute": "স্কার্ফ" + }, + { + "displayName": "scarf_over_mouth", + "langName": "মুখে স্কার্ফ", + "object": "পোশাক", + "attribute": "স্কার্ফ" + }, + { + "displayName": "scarf_removed", + "langName": "স্কার্ফ খুলে ফেলা হলো", + "object": "পোশাক", + "attribute": "স্কার্ফ" + }, + { + "displayName": "adjusting_scarf", + "langName": "স্কার্ফ সামঞ্জস্য করুন", + "object": "পোশাক", + "attribute": "স্কার্ফ" + }, + { + "displayName": "holding_scarf", + "langName": "স্কার্ফ রাখা", + "object": "পোশাক", + "attribute": "স্কার্ফ" + }, + { + "displayName": "scarf_pull", + "langName": "স্কার্ফ টান", + "object": "পোশাক", + "attribute": "স্কার্ফ" + }, + { + "displayName": "brown_scarf", + "langName": "বাদামী স্কার্ফ", + "object": "পোশাক", + "attribute": "স্কার্ফ" + }, + { + "displayName": "scarf", + "langName": "স্কার্ফ", + "object": "পোশাক", + "attribute": "স্কার্ফ" + }, + { + "displayName": "apron", + "langName": "এপ্রোন", + "object": "পোশাক", + "attribute": "কোমর" + }, + { + "displayName": "waist_apron", + "langName": "কোমর এপ্রোন", + "object": "পোশাক", + "attribute": "কোমর" + }, + { + "displayName": "maid_apron", + "langName": "দাসী এপ্রোন", + "object": "পোশাক", + "attribute": "কোমর" + }, + { + "displayName": "bow tied at the waist", + "langName": "সামনের কোমরে বো টাই", + "object": "পোশাক", + "attribute": "কোমর" + }, + { + "displayName": "waist_cape", + "langName": "কোমরে পরা একটা ছোট চাদর", + "object": "পোশাক", + "attribute": "কোমর" + }, + { + "displayName": "clothes_around_waist", + "langName": "কোমর কাপড়", + "object": "পোশাক", + "attribute": "কোমর" + }, + { + "displayName": "jacket_around_waist", + "langName": "কোমরের জ্যাকেট", + "object": "পোশাক", + "attribute": "কোমর" + }, + { + "displayName": "sweater_around_waist", + "langName": "কোমরে সোয়েটার", + "object": "পোশাক", + "attribute": "কোমর" + }, + { + "displayName": "loincloth", + "langName": "কটি কাপড়", + "object": "পোশাক", + "attribute": "কোমর" + }, + { + "displayName": "bustier", + "langName": "কাঁচুলি", + "object": "পোশাক", + "attribute": "কোমর" + }, + { + "displayName": "corset", + "langName": "কাঁচুলি (কোমর কোট)", + "object": "পোশাক", + "attribute": "কোমর" + }, + { + "displayName": "girdle", + "langName": "কাঁচুলি", + "object": "পোশাক", + "attribute": "কোমর" + }, + { + "displayName": "bikini_armor", + "langName": "বিকিনি বর্ম", + "object": "পোশাক", + "attribute": "বর্ম" + }, + { + "displayName": "armor", + "langName": "বর্ম", + "object": "পোশাক", + "attribute": "বর্ম" + }, + { + "displayName": "full_armor", + "langName": "পরিপূর্ণ বর্ম পরিহিত", + "object": "পোশাক", + "attribute": "বর্ম" + }, + { + "displayName": "plate_armor", + "langName": "প্লেট বর্ম", + "object": "পোশাক", + "attribute": "বর্ম" + }, + { + "displayName": "japanese_armor", + "langName": "জাপানি বর্ম", + "object": "পোশাক", + "attribute": "বর্ম" + }, + { + "displayName": "kusazuri", + "langName": "ফুডাং | কুসাজুরি (জাপানি নিম্ন অর্ধেক বর্ম", + "object": "পোশাক", + "attribute": "বর্ম" + }, + { + "displayName": "power_armor", + "langName": "চালিত আর্মার", + "object": "পোশাক", + "attribute": "বর্ম" + }, + { + "displayName": "helmet", + "langName": "শিরস্ত্রাণ", + "object": "পোশাক", + "attribute": "বর্ম" + }, + { + "displayName": "kabuto", + "langName": "হেলমেট (জাপানি শৈলী)", + "object": "পোশাক", + "attribute": "বর্ম" + }, + { + "displayName": "off-shoulder_armor", + "langName": "কাঁধবিহীন আর্মার", + "object": "পোশাক", + "attribute": "বর্ম" + }, + { + "displayName": "shoulder_armor", + "langName": "কাঁধ", + "object": "পোশাক", + "attribute": "বর্ম" + }, + { + "displayName": "muneate", + "langName": "জাপানি তীরন্দাজ ব্রেস্টপ্লেট", + "object": "পোশাক", + "attribute": "বর্ম" + }, + { + "displayName": "breastplate", + "langName": "ব্রেস্টপ্লেট", + "object": "পোশাক", + "attribute": "বর্ম" + }, + { + "displayName": "faulds", + "langName": "প্লাস্ট্রন", + "object": "পোশাক", + "attribute": "বর্ম" + }, + { + "displayName": "greaves", + "langName": "গ্রীভস", + "object": "পোশাক", + "attribute": "বর্ম" + }, + { + "displayName": "shin_guards", + "langName": "গ্রীভস", + "object": "পোশাক", + "attribute": "বর্ম" + }, + { + "displayName": "armored_boots", + "langName": "সাঁজোয়া বুট", + "object": "পোশাক", + "attribute": "বর্ম" + }, + { + "displayName": "dress", + "langName": "পোষাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "microdress", + "langName": "মাইক্রো পোশাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "long_dress", + "langName": "লম্বা পোশাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "mermaid dress", + "langName": "ফিশটেল স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "off-shoulder_dress", + "langName": "অফ শোল্ডার ড্রেস", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "strapless_dress", + "langName": "strapless পোষাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "backless_dress", + "langName": "ব্যাকলেস পোশাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "halter_dress", + "langName": "নেকলেস ব্যাকলেস সাসপেন্ডার স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "sundress", + "langName": "স্লিপ ড্রেস (গরম আবহাওয়ার জন্য স্লিভলেস ড্রেস)", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "sleeveless_dress", + "langName": "হাতাবিহীন পোশাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "sailor_dress", + "langName": "নাবিক শৈলী স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "summer_dress", + "langName": "গ্রীষ্মের দীর্ঘ পোষাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "pinafore_dress", + "langName": "এপ্রোন পোশাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "sweater_dress", + "langName": "সোয়েটার পোষাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "armored_dress", + "langName": "যুদ্ধ বর্ম স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "frilled_dress", + "langName": "লেইস পোষাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "lace-trimmed_dress", + "langName": "লেইস পোষাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "collared_dress", + "langName": "কলার পোষাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "fur-trimmed_dress", + "langName": "পশম ছাঁটা পোষাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "layered_dress", + "langName": "স্তরযুক্ত পোষাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "pleated_dress", + "langName": "pleated পোষাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "taut_dress", + "langName": "টাইট পোষাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "pencil_dress", + "langName": "পেন্সিল স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "impossible_dress", + "langName": "খুব আঁটসাঁট পোশাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "multicolored_dress", + "langName": "বহু রঙের পোশাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "striped_dress", + "langName": "ডোরাকাটা পোশাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "ribbed_dress", + "langName": "ribbed পোষাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "polka_dot_dress", + "langName": "পোলকা ডট ড্রেস", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "print_dress", + "langName": "মুদ্রিত পোশাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "vertical-striped_dress", + "langName": "উল্লম্ব স্ট্রাইপ পোষাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "see-through_dress", + "langName": "পোশাকের মাধ্যমে দেখুন", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "skirt", + "langName": "ছোট স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "microskirt", + "langName": "মিনিস্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "miniskirt", + "langName": "মিনি স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "skirt_suit", + "langName": "আনুষ্ঠানিক স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "pleated_skirt", + "langName": "pleated স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "pencil_skirt", + "langName": "ছোট পেন্সিল স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "bubble_skirt", + "langName": "টুটু", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "tutu", + "langName": "টুটু", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "ballgown", + "langName": "টুটু (পোশাক)", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "pettiskirt", + "langName": "টুটু (শিশু)", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "showgirl_skirt", + "langName": "ট্রেড শো মেয়ে পোশাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "beltskirt", + "langName": "বেল্ট স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "denim_skirt", + "langName": "ডেনিম স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "suspender_skirt", + "langName": "সাসপেন্ডার স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "skirt_set", + "langName": "স্কার্ট টপের সাথে মানানসই", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "long_skirt", + "langName": "লম্বা স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "summer_long_skirt", + "langName": "গ্রীষ্মের দীর্ঘ পোষাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "overskirt", + "langName": "বাইরের স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "hakama_skirt", + "langName": "হাকামা স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "high-waist_skirt", + "langName": "উচ্চ কোমর স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "kimono_skirt", + "langName": "কিমোনো স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "suspender_long_skirt", + "langName": "সাসপেন্ডার স্কার্ট; সাসপেন্ডার স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "chiffon_skirt", + "langName": "শিফন স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "frilled_skirt", + "langName": "লেইস স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "fur-trimmed_skirt", + "langName": "পশম ছাঁটা স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "lace_skirt", + "langName": "লেইস স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "lace-trimmed_skirt", + "langName": "লেইস স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "ribbon-trimmed_skirt", + "langName": "সাটিন ফিতা ছাঁটা স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "layered_skirt", + "langName": "স্তরযুক্ত স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "print_skirt", + "langName": "মুদ্রিত স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "multicolored_skirt", + "langName": "বহু রঙের স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "striped_skirt", + "langName": "ডোরাকাটা স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "vertical-striped_skirt", + "langName": "উল্লম্ব ডোরাকাটা স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "plaid_skirt", + "langName": "টার্টান স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "flared_skirt", + "langName": "ছাতা স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "floral_skirt", + "langName": "ফুলের স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "skirt_hold", + "langName": "আপনার স্কার্ট মার্জিতভাবে ধরে রাখুন", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "skirt_tug", + "langName": "স্কার্টের হেম ধরো | স্কার্টের হেম ধরে রাখুন", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "dress_tug", + "langName": "স্কার্ট চেপে ধরুন", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "skirt_around_one_leg", + "langName": "একটা ছোট স্কার্ট এক পায়ে ঝুলছে", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "skirt_removed", + "langName": "ছোট স্কার্ট খুলে ফেলুন", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "dress_removed", + "langName": "স্কার্ট খুলে ফেল", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "open_skirt", + "langName": "খোলা স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "checkered_skirt", + "langName": "প্লেড স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "plaid_dress", + "langName": "প্লেড পোষাক", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "Medium length skirt", + "langName": "মাঝারি দৈর্ঘ্যের স্কার্ট", + "object": "পোশাক", + "attribute": "স্কার্ট" + }, + { + "displayName": "dress_bow", + "langName": "পোষাক উপর নম", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "dressing_another", + "langName": "পোষাক", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "shorts_under_skirt", + "langName": "স্কার্টের নিচে হাফপ্যান্ট পরা", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "side_slit", + "langName": "পার্শ্ব slits", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "shorts", + "langName": "শর্টস", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "micro_shorts", + "langName": "ছোট আকারের শর্টস", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "short_shorts", + "langName": "গরম প্যান্ট", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "hot_pants", + "langName": "গরম প্যান্ট", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "cutoffs", + "langName": "গরম প্যান্ট", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "striped_shorts", + "langName": "ডোরাকাটা শর্টস", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "suspender_shorts", + "langName": "সাসপেন্ডার শর্টস", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "denim_shorts", + "langName": "ডেনিম শর্টস", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "puffy_shorts", + "langName": "ফোলা শর্টস", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "dolphin_shorts", + "langName": "ডলফিন শর্টস (সত্য প্যান্ট)", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "dolfin_shorts", + "langName": "ডলফিন শর্টস (সত্য প্যান্ট)", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "tight_pants", + "langName": "লেগিংস/সোয়েটপ্যান্ট", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "crotchless_pants", + "langName": "ক্রোচলেস প্যান্ট (আঁটসাঁট)", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "track_pants", + "langName": "sweatpants", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "yoga_pants", + "langName": "যোগ প্যান্ট", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "bike_shorts", + "langName": "বাইক শর্টস", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "pants", + "langName": "ট্রাউজার্স", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "puffy_pants", + "langName": "পাফি প্যান্ট/ঢিলেঢালা প্যান্ট", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "pumpkin_pants", + "langName": "কুমড়া প্যান্ট", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "hakama_pants", + "langName": "হাকামা প্যান্ট", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "harem_pants", + "langName": "হারেম প্যান্ট", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "bloomers", + "langName": "bloomers", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "buruma", + "langName": "মহিলাদের bloomers", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "jeans", + "langName": "জিন্স", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "cargo_pants", + "langName": "overalls", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "camouflage_pants", + "langName": "ক্যামোফ্লেজ প্যান্ট", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "capri_pants", + "langName": "ক্রপ করা প্যান্ট", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "chaps", + "langName": "লেদার চ্যাপস (উপরে প্রশস্ত এবং নীচে সরু)", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "jumpsuit", + "langName": "(বিশেষ করে মহিলাদের) জাম্পস্যুট", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "lowleg_pants", + "langName": "কম কোমর প্যান্ট", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "plaid_pants", + "langName": "টার্টান প্যান্ট", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "single_pantsleg", + "langName": "একতরফা ট্রাউজার্স", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "striped_pants", + "langName": "ডোরাকাটা প্যান্ট", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "leotard_aside", + "langName": "জাম্পসুটের খোসা ছাড়িয়ে নিন", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "open_fly", + "langName": "আনজিপ করা প্যান্ট", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "pants_down", + "langName": "প্যান্ট খুলে ফেল", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "pants_rolled_up", + "langName": "প্যান্ট গুটানো", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "pants_tucked_in", + "langName": "তোমার প্যান্টে ঢোকাও", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "torn_jeans", + "langName": "ছিঁড়ে যাওয়া জিন্স", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "torn_pants", + "langName": "ছেঁড়া প্যান্ট", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "torn_shorts", + "langName": "ছিঁড়ে যাওয়া শর্টস", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "gym_shorts", + "langName": "জিমন্যাস্টিক শর্টস", + "object": "পোশাক", + "attribute": "প্যান্ট" + }, + { + "displayName": "leggings", + "langName": "লেগিংস", + "object": "পোশাক", + "attribute": "নীচে" + }, + { + "displayName": "overalls", + "langName": "overalls", + "object": "পোশাক", + "attribute": "নীচে" + }, + { + "displayName": "diaper", + "langName": "ডায়াপার", + "object": "পোশাক", + "attribute": "নীচে" + }, + { + "displayName": "panties", + "langName": "অন্তর্বাস", + "object": "পোশাক", + "attribute": "নীচে" + }, + { + "displayName": "briefs", + "langName": "সংক্ষিপ্ত", + "object": "পোশাক", + "attribute": "নীচে" + }, + { + "displayName": "thong", + "langName": "ঠোঙা", + "object": "পোশাক", + "attribute": "নীচে" + }, + { + "displayName": "fundoshi", + "langName": "জাপানি থং", + "object": "পোশাক", + "attribute": "নীচে" + }, + { + "displayName": "short dress", + "langName": "ছোট স্কার্ট", + "object": "পোশাক", + "attribute": "নীচে" + }, + { + "displayName": "sheath dress", + "langName": "নিতম্ব আচ্ছাদন স্কার্ট", + "object": "পোশাক", + "attribute": "নীচে" + }, + { + "displayName": "no panties", + "langName": "অন্তর্বাস নেই", + "object": "পোশাক", + "attribute": "নীচে" + }, + { + "displayName": "striped panties", + "langName": "ডোরাকাটা অন্তর্বাস", + "object": "পোশাক", + "attribute": "নীচে" + }, + { + "displayName": "lowleg panties", + "langName": "কম বৃদ্ধির অন্তর্বাস", + "object": "পোশাক", + "attribute": "নীচে" + }, + { + "displayName": "side-tie panties", + "langName": "লেস-আপ অন্তর্বাস", + "object": "পোশাক", + "attribute": "নীচে" + }, + { + "displayName": "bodystocking", + "langName": "পুরো শরীরের মোজা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "pantyhose", + "langName": "প্যান্টিহোজ | প্যান্টিহোজ", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "legwear", + "langName": "প্যান্টিহোজ (সাধারণত প্যান্টিহোজ বা স্টকিংস বোঝায়)", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "thighhighs", + "langName": "স্টকিংস (হাঁটু-উচ্চ মোজা)", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "kneehighs", + "langName": "হাঁটু মোজা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "bare_legs", + "langName": "খালি পা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "black_bodystocking", + "langName": "এক টুকরো কালো স্টকিংস", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "white_bodystocking", + "langName": "এক টুকরো সাদা সিল্ক", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "stocking_under_clothes", + "langName": "কাপড়ের নিচে মোজা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "black_pantyhose", + "langName": "কালো স্টকিংস", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "white_pantyhose", + "langName": "সাদা স্টকিংস", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "thighband_pantyhose", + "langName": "লেগ রিং সঙ্গে প্যান্টিহস", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "pantylines", + "langName": "টাইট আঁটসাঁট পোশাক (লাইনগুলি রূপরেখা করুন", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "single_leg_pantyhose", + "langName": "একপাশে প্যান্টিহোজ পরুন", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "panties_under_pantyhose", + "langName": "pantyhose মধ্যে অন্তর্বাস", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "fishnets", + "langName": "ফিশনেট স্টকিংস", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "stirrup_legwear", + "langName": "ফিশনেট স্টকিংস", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "toeless_legwear", + "langName": "খোলা পায়ের মোজা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "mismatched_legwear", + "langName": "দুই রঙের প্যান্টিহোজ", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "two-tone_legwear", + "langName": "দুই রঙের প্যান্টিহোজ", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "asymmetrical_legwear", + "langName": "অপ্রতিসম আঁটসাঁট পোশাক", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "uneven_legwear", + "langName": "লম্বা মোজা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "white_thighhighs", + "langName": "সাদা স্টকিংস", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "black_thighhighs", + "langName": "কালো স্টকিংস", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "pink_thighhighs", + "langName": "গোলাপী স্টকিংস", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "suspenders", + "langName": "garters", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "torn_legwear", + "langName": "ছেঁড়া pantyhose", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "torn_thighhighs", + "langName": "হাঁটুর মোজা ছেঁড়া", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "see-through_legwear", + "langName": "স্বচ্ছ মোজা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "frilled_legwear", + "langName": "জরি মোজা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "lace-trimmed_legwear", + "langName": "লেইস স্টকিংস", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "seamed_legwear", + "langName": "seams সঙ্গে মোজা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "back-seamed_legwear", + "langName": "মাঝখানে একটি কালো লাইন সঙ্গে মোজা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "animal_ear_legwear", + "langName": "পশুর কান হাঁটুর উপরে মোজা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "striped_legwear", + "langName": "অনুভূমিক ডোরাকাটা মোজা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "vertical-striped_legwear", + "langName": "উল্লম্ব ডোরাকাটা মোজা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "polka_dot_legwear", + "langName": "বৃত্তাকার স্পট মোজা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "print_legwear", + "langName": "মুদ্রিত মোজা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "legwear_under_shorts", + "langName": "মোজা বাইরে হাফপ্যান্ট পরুন", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "over-kneehighs", + "langName": "হাঁটু মোজা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "bobby_socks", + "langName": "ববি মোজা (সাদা মোজা)", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "tabi", + "langName": "জাপানি মোটা সোল্ড মোজা (পায়ের পকেট)", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "ankle_socks", + "langName": "গোড়ালি মোজা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "leg_warmers", + "langName": "পা উষ্ণকারী | পা উষ্ণকারী", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "single_sock", + "langName": "একক মোজা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "striped_socks", + "langName": "ডোরাকাটা মোজা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "leg_cutout", + "langName": "মোজা খোলা আছে", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "leg_garter", + "langName": "পায়ে রিং | garters", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "garter_straps", + "langName": "garters জন্য সাসপেন্ডার", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "thigh_strap", + "langName": "উরুর স্ট্র্যাপ", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "thigh_ribbon", + "langName": "উরুর ফিতা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "leg_ribbon", + "langName": "পায়ের ব্যায়াম বেল্ট", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "bandaid_on_leg", + "langName": "পায়ে ব্যান্ডেজ", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "bandaged_leg", + "langName": "ব্যান্ডেজ করা পা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "ankle_lace-up", + "langName": "গোড়ালি চাবুক", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "thigh_holster", + "langName": "পায়ে একটি স্ট্র্যাপ বা টুল ব্যাগ বা হোলস্টার", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "bandaid_on_knee", + "langName": "হাঁটুতে ব্যান্ড-এইড", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "argyle_legwear", + "langName": "argyle প্যাটার্ন সঙ্গে আঁটসাঁট পোশাক", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "bow_legwear", + "langName": "নম সঙ্গে pantyhose", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "arm_garter", + "langName": "বুম গার্টার", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "socks", + "langName": "মোজা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "stockings", + "langName": "স্টকিংস", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "black stockings", + "langName": "কালো স্টকিংস", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "fishnet stockings", + "langName": "ফিশনেট স্টকিংস", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "garters", + "langName": "garters", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "loose_socks", + "langName": "বুদবুদ মোজা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "rilled thighhighs", + "langName": "frilly স্টকিংস", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "striped pantyhose", + "langName": "ডোরাকাটা প্যান্টিহোজ", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "lace legwear", + "langName": "জরি pantyhose", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "nylon socks", + "langName": "নাইলন মোজা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "soccer cocks", + "langName": "ফুটবল মোজা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "sports socks", + "langName": "ক্রীড়া মোজা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "adjusting_legwear", + "langName": "pantyhose সংগঠিত", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "pantyhose_pull", + "langName": "প্যান্টিহোজ খুলে ফেলা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "socks_removed", + "langName": "মোজা খুলে ফেলুন", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "sock_pull", + "langName": "মোজা (মোজা) উপর টানা", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "thighhighs_pull", + "langName": "মোজা উপর টানা (স্টকিংস)", + "object": "পোশাক", + "attribute": "মোজা" + }, + { + "displayName": "armored", + "langName": "সাঁজোয়া", + "object": "পোশাক", + "attribute": "পোশাকের উপাদান" + }, + { + "displayName": "fluffy", + "langName": "লোমশ", + "object": "পোশাক", + "attribute": "পোশাকের উপাদান" + }, + { + "displayName": "fur", + "langName": "পশম", + "object": "পোশাক", + "attribute": "পোশাকের উপাদান" + }, + { + "displayName": "latex", + "langName": "ইমালসন", + "object": "পোশাক", + "attribute": "পোশাকের উপাদান" + }, + { + "displayName": "see-through", + "langName": "স্বচ্ছ", + "object": "পোশাক", + "attribute": "পোশাকের উপাদান" + }, + { + "displayName": "frilled", + "langName": "frills", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "center_frills", + "langName": "কেন্দ্র রাফেল লেইস", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "crease", + "langName": "কুঁচকানো (pleated)", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "layered", + "langName": "স্তরযুক্ত", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "lace", + "langName": "জরি", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "fur_trim", + "langName": "পশম ছাঁটা", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "fur-trimmed", + "langName": "রুক্ষ প্রান্ত", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "fine_fabric_emphasis", + "langName": "উপাদান বৃদ্ধি", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "latex_thighhighs", + "langName": "ল্যাটেক্স স্টকিংস", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "see-through_thighhighs", + "langName": "স্বচ্ছ স্টকিংস", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "ass_cutout", + "langName": "বাট-প্রকাশকারী পোশাক", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "asymmetrical_clothes", + "langName": "অপ্রতিসম পোশাক", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "back_bow", + "langName": "(পোশাক) পিছনে গিঁট বাঁধা", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "cross-laced_clothes", + "langName": "ক্রস লেইস পোশাক", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "double_vertical_stripe", + "langName": "পোশাকে দুটি সমান্তরাল স্ট্রাইপ রয়েছে", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "halter_top", + "langName": "স্লিং-স্টাইলের উপরের শরীরের পোশাক", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "multicolored_legwear", + "langName": "বহু রঙের পায়ের পোশাক", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "navy_blue_legwear", + "langName": "নেভি ব্লু লেগওয়্যার", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "nontraditional_miko", + "langName": "পরিবর্তিত জাপানি পোশাক", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "side_cutout", + "langName": "পাশে খোলা সঙ্গে পোশাক", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "sideless_outfit", + "langName": "পাশে কোন ফ্যাব্রিক সঙ্গে জামাকাপড়", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "single_kneehigh", + "langName": "একদিকে হাঁটু দৈর্ঘ্যের পোশাক পরা", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "single_vertical_stripe", + "langName": "পোশাকের একপাশে উল্লম্ব স্ট্রাইপগুলি প্রকাশ করুন", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "turtleneck", + "langName": "turtleneck পোশাক", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "two-sided_fabric", + "langName": "ডাবল লেয়ার শৈলী পোশাক অঙ্কন পদ্ধতি", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "o-ring", + "langName": "ও-রিং সহ পোশাক", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "o-ring_top", + "langName": "ও-রিং সঙ্গে শীর্ষ", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "fringe_trim", + "langName": "প্রান্ত (স্কার্ফের শেষ)", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "loose_belt", + "langName": "আলগা স্ট্র্যাপ (পোশাক)", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "pom_pom_(clothes)", + "langName": "ছোট পোম পোমস (পোশাকের আনুষাঙ্গিক)", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "drawstring", + "langName": "জামাকাপড় অঙ্কন", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "full-length_zipper", + "langName": "একটি পোশাক-দৈর্ঘ্যের জিপার", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "gathers", + "langName": "pleats (পোশাক)", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "gusset", + "langName": "কাপড়ের আস্তরণ সেলাই করা", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "breast_pocket", + "langName": "বুকের ব্যাগ", + "object": "পোশাক", + "attribute": "সাজান" + }, + { + "displayName": "argyle", + "langName": "Argyle প্যাটার্ন", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "checkered", + "langName": "প্লেড প্যাটার্ন", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "colored_stripes", + "langName": "রঙিন ফিতে", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "diagonal_stripes", + "langName": "তির্যক ফিতে", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "horizontal_stripes", + "langName": "অনুভূমিক ফিতে", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "multicolored_stripes", + "langName": "রঙিন ফিতে", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "polka_dot", + "langName": "বিন্দুযুক্ত প্যাটার্ন", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "ribbed", + "langName": "পাঁজরযুক্ত", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "striped", + "langName": "অনুভূমিক ফিতে", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "unmoving_pattern", + "langName": "ক্রমাগত নিদর্শন পুনরাবৃত্তি", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "vertical_stripes", + "langName": "উল্লম্ব ফিতে", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "plaid", + "langName": "টার্টান প্যাটার্ন", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "animal_print", + "langName": "পশু মুদ্রণ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "cat_print", + "langName": "বিড়াল প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "bear_print", + "langName": "ভালুক মুদ্রণ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "bird_print", + "langName": "পাখি মুদ্রণ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "bunny_print", + "langName": "খরগোশ প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "cow_print", + "langName": "গরু ছাপা", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "dragon_print", + "langName": "ড্রাগন প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "fish_print", + "langName": "মাছের ছাপ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "frog_print", + "langName": "ব্যাঙ মুদ্রণ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "shark_print", + "langName": "হাঙ্গর প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "snake_print", + "langName": "সাপের প্যাটার্ন", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "zebra_print", + "langName": "জেব্রা প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "tiger_print", + "langName": "বাঘের ডোরাকাটা", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "leopard_print", + "langName": "চিতাবাঘ মুদ্রণ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "jaguar_print", + "langName": "চিতাবাঘ মুদ্রণ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "bat_print", + "langName": "ব্যাট প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "aardwolf_print", + "langName": "কোয়োট প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "african_wild_dog_print", + "langName": "আফ্রিকান বন্য কুকুর প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "cheetah_print", + "langName": "চিতা প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "dog_print", + "langName": "কুকুর প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "fox_print", + "langName": "ফক্স প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "giraffe_print", + "langName": "জিরাফ প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "panda_print", + "langName": "পান্ডা প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "sand_cat_print", + "langName": "বালি বিড়াল প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "whale_print", + "langName": "তিমি প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "white_tiger_print", + "langName": "সাদা বাঘের প্যাটার্ন", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "goldfish_print", + "langName": "গোল্ডফিশ প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "wing_print", + "langName": "উইং প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "spider_web_print", + "langName": "মাকড়সার শিরা", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "butterfly_print", + "langName": "প্রজাপতি মুদ্রণ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "floral_print", + "langName": "ফুলের", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "leaf_print", + "langName": "পাতার ছাপ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "clover_print", + "langName": "ক্লোভার প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "maple_leaf_print", + "langName": "ম্যাপেল পাতার মুদ্রণ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "rose_print", + "langName": "গোলাপ প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "strawberry_print", + "langName": "স্ট্রবেরি প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "cherry_print", + "langName": "চেরি প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "bamboo_print", + "langName": "বাঁশের ছাপ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "carrot_print", + "langName": "গাজর প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "hibiscus_print", + "langName": "হিবিস্কাস প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "jack-o'-lantern_print", + "langName": "জ্যাক ও'ল্যানটার্ন প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "petal_print", + "langName": "পাপড়ি মুদ্রণ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "sunflower_print", + "langName": "সূর্যমুখী মুদ্রণ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "watermelon_print", + "langName": "তরমুজ প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "sky_print", + "langName": "আকাশ মুদ্রণ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "cloud_print", + "langName": "ক্লাউড প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "lightning_bolt_print", + "langName": "বাজ প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "rainbow_print", + "langName": "রংধনু মুদ্রণ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "snowflake_print", + "langName": "স্নোফ্লেক প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "starry_sky_print", + "langName": "তারার আকাশ মুদ্রণ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "crescent_print", + "langName": "ক্রিসেন্ট মুন প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "star_print", + "langName": "তারকা মুদ্রণ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "star_(symbol)", + "langName": "তারকা প্রতীক", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "moon_print", + "langName": "চাঁদ মুদ্রণ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "sun_print", + "langName": "সূর্য মুদ্রণ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "character_print", + "langName": "অক্ষর মুদ্রণ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "clothes_writing", + "langName": "কাপড়ের উপর শব্দ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "anchor_print", + "langName": "অ্যাঙ্কর প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "cherry_blossom_print", + "langName": "চেরি ব্লসম প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "musical_note_print", + "langName": "মিউজিক্যাল নোট প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "triangle_print", + "langName": "ত্রিভুজ মুদ্রণ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "arrow_print", + "langName": "তীর মুদ্রণ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "wave_print", + "langName": "তরঙ্গায়িত প্যাটার্ন", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "peace_symbol", + "langName": "☮ (হিগাশিকাটা জোসুকের পোশাকে)", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "heart_print", + "langName": "হৃদয় প্যাটার্ন | হৃদয় মুদ্রণ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "flame_print", + "langName": "শিখা প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "hitodama_print", + "langName": "উইল-ও'-দ্য-উইস্প প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "paw_print", + "langName": "থাবা প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "skeleton_print", + "langName": "কঙ্কাল মুদ্রণ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "skull_print", + "langName": "মাথার খুলি প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "sparkle_print", + "langName": "ঝকঝকে মুদ্রণ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "yin_yang_print", + "langName": "ইয়িন ইয়াং প্রিন্টিং", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "cross_print", + "langName": "ক্রস উপাদান প্যাটার্ন", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "camoflage", + "langName": "ছদ্মবেশ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "flag_print", + "langName": "পতাকা মুদ্রণ", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "bone_print", + "langName": "হাড় প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "ghost_print", + "langName": "ভূত প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "mushroom_print", + "langName": "মাশরুম প্রিন্ট", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "onigiri_print", + "langName": "চালের বল প্রিন্টিং", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "cat_ear_cutout", + "langName": "বিড়ালের কানের আকৃতির ফাঁপা নকশা", + "object": "পোশাক", + "attribute": "প্যাটার্ন" + }, + { + "displayName": "barefoot", + "langName": "খালি পায়ে", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "no_shoes", + "langName": "জুতা নেই", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "shoes_removed", + "langName": "জুতা খুলে ফেলা", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "single_shoe", + "langName": "একক জুতা", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "the_only_shoe", + "langName": "একক জুতা", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "black_loafers", + "langName": "লোফার (ছোট চামড়ার জুতা)", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "shoes", + "langName": "জুতা", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "uwabaki", + "langName": "ইনডোর জুতা", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "platform_footwear", + "langName": "প্ল্যাটফর্ম জুতা", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "high_heels", + "langName": "হাই হিল", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "stiletto_heels", + "langName": "স্টিলেটো হাই হিল", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "strappy_heels", + "langName": "strappy হাই হিল", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "platform_heels", + "langName": "প্ল্যাটফর্ম উচ্চ হিল", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "rudder_footwear", + "langName": "জাহাজের মেয়েদের জন্য শিপ সি বিশেষ জুতা", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "sandals", + "langName": "স্যান্ডেল", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "barefoot_sandals", + "langName": "খালি পায়ে স্যান্ডেল", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "clog_sandals", + "langName": "আটকানো স্যান্ডেল", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "geta", + "langName": "খড়ম", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "slippers", + "langName": "চপ্পল", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "skates", + "langName": "স্কেট", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "roller_skates", + "langName": "রোলার স্কেট", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "animal_feet", + "langName": "পশুর পা", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "animal_slippers", + "langName": "পশু চপ্পল", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "brown_footwear", + "langName": "বাদামী পাদুকা", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "cross-laced_footwear", + "langName": "ক্রস লেস আপ জুতা", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "loafers", + "langName": "লোফার", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "mary_janes", + "langName": "জেনি জুতা", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "mismatched_footwear", + "langName": "দুই-টোন জুতা", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "pointy_footwear", + "langName": "পায়ের আঙ্গুলের জুতা", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "pumps", + "langName": "হাই হিল সহ লো-কাট পোশাক", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "sandals_removed", + "langName": "স্যান্ডেল খুলে ফেল", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "shoe_soles", + "langName": "একমাত্র", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "shoelaces", + "langName": "জুতার ফিতা", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "sneakers", + "langName": "sneakers", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "winged_footwear", + "langName": "উইংস সঙ্গে জুতা", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "zouri", + "langName": "জাপানি খড় স্যান্ডেল", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "ballet slippers", + "langName": "ব্যালে জুতা", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "arched_soles", + "langName": "খিলানযুক্ত একমাত্র", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "paw_print_soles", + "langName": "থাবা প্রিন্ট সোলস", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "horseshoe", + "langName": "ঘোড়ার নাল", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "flat shoes", + "langName": "ফ্ল্যাট জুতা", + "object": "পোশাক", + "attribute": "জুতা" + }, + { + "displayName": "boots", + "langName": "বুট", + "object": "পোশাক", + "attribute": "বুট" + }, + { + "displayName": "boots_removed", + "langName": "বুট খুলে ফেলা", + "object": "পোশাক", + "attribute": "বুট" + }, + { + "displayName": "high_heel_boots", + "langName": "উচ্চ হিল বুট", + "object": "পোশাক", + "attribute": "বুট" + }, + { + "displayName": "knee_boots", + "langName": "হাঁটু-উঁচু বুট (অশ্বারোহী বুট)", + "object": "পোশাক", + "attribute": "বুট" + }, + { + "displayName": "thigh_boots", + "langName": "উচ্চ বুট", + "object": "পোশাক", + "attribute": "বুট" + }, + { + "displayName": "martin_boots", + "langName": "মার্টিন বুট", + "object": "পোশাক", + "attribute": "বুট" + }, + { + "displayName": "ankle_boots", + "langName": "গোড়ালি বুট", + "object": "পোশাক", + "attribute": "বুট" + }, + { + "displayName": "toeless_boots", + "langName": "খোলা পায়ের বুট", + "object": "পোশাক", + "attribute": "বুট" + }, + { + "displayName": "lace-up_boots", + "langName": "জরি আপ বুট", + "object": "পোশাক", + "attribute": "বুট" + }, + { + "displayName": "fur-trimmed_boots", + "langName": "কাঁচা প্রান্ত বুট", + "object": "পোশাক", + "attribute": "বুট" + }, + { + "displayName": "snow_boots", + "langName": "তুষার বুট", + "object": "পোশাক", + "attribute": "বুট" + }, + { + "displayName": "anklet", + "langName": "অ্যাঙ্কলেট", + "object": "পোশাক", + "attribute": "বুট" + }, + { + "displayName": "rubber_boots", + "langName": "রাবার বুট", + "object": "পোশাক", + "attribute": "বুট" + }, + { + "displayName": "santa_boots", + "langName": "ক্রিসমাস বুট", + "object": "পোশাক", + "attribute": "বুট" + }, + { + "displayName": "leather_boots", + "langName": "চামড়ার বুট", + "object": "পোশাক", + "attribute": "বুট" + }, + { + "displayName": "thighhighs_under_boots", + "langName": "বুট অধীনে স্টকিংস", + "object": "পোশাক", + "attribute": "বুট" + }, + { + "displayName": "combat_boots", + "langName": "যুদ্ধের বুট", + "object": "পোশাক", + "attribute": "বুট" + }, + { + "displayName": "doc_martens", + "langName": "মার্টিন বুট", + "object": "পোশাক", + "attribute": "বুট" + }, + { + "displayName": "rain_boots", + "langName": "বৃষ্টির বুট", + "object": "পোশাক", + "attribute": "বুট" + }, + { + "displayName": "belt_boots", + "langName": "বেল্ট বুট", + "object": "পোশাক", + "attribute": "বুট" + }, + { + "displayName": "fur_boots", + "langName": "কম হিল নৈমিত্তিক পশম বুট", + "object": "পোশাক", + "attribute": "বুট" + }, + { + "displayName": "single_boot", + "langName": "বুট ছাড়া এক পা", + "object": "পোশাক", + "attribute": "বুট" + }, + { + "displayName": "wide_sleeves", + "langName": "চওড়া হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "single_sleeve", + "langName": "একক হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "asymmetrical_sleeves", + "langName": "অপ্রতিসম হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "puffy_sleeves", + "langName": "ফোলা হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "puffy_long_sleeves", + "langName": "ফুলে ওঠা লম্বা হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "puffy_short_sleeves", + "langName": "ফোলা ছোট হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "frilled_sleeves", + "langName": "ruffled হাতা প্রান্ত", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "juliet_sleeves", + "langName": "জুলিয়েট হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "bandaged_arm", + "langName": "হাত ব্যান্ডেজ করা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "raglan_sleeves", + "langName": "রাগলান হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "vambraces", + "langName": "নিম্ন বাহুর বর্ম", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "layered_sleeves", + "langName": "স্তরিত হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "fur-trimmed_sleeves", + "langName": "কাঁচা প্রান্ত হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "see-through_sleeves", + "langName": "স্বচ্ছ হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "torn_sleeves", + "langName": "ছেঁড়া হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "sleeves_past_fingers", + "langName": "আঙ্গুলের চেয়ে লম্বা হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "sleeves_past_wrists", + "langName": "কব্জির উপরে হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "sleeves_past_elbows", + "langName": "কনুইয়ের উপরে হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "sleeves_pushed_up", + "langName": "ধাক্কা আপ হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "arm_out_of_sleeve", + "langName": "হাতা মধ্যে অস্ত্র", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "uneven_sleeves", + "langName": "অসম হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "mismatched_sleeves", + "langName": "অমিল হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "sleeve_rolled_up", + "langName": "হাতা গুটানো", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "sleeves_rolled_up", + "langName": "একটা হাতা গুটানো", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "feather-trimmed_sleeves", + "langName": "পালক ছাঁটা হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "lace-trimmed_sleeves", + "langName": "লেইস হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "pinching_sleeves", + "langName": "আপনার হাতা চিমটি", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "puffy_detached_sleeves", + "langName": "ফোলা হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "ribbed_sleeves", + "langName": "ribbed হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "single_detached_sleeve", + "langName": "হাতা যা একপাশে থাকে", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "sleeves_folded_up", + "langName": "ভাঁজ হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "striped_sleeves", + "langName": "ডোরাকাটা হাতা", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "armband", + "langName": "বাহুবন্ধনী", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "armlet", + "langName": "হাতের ব্রেসলেট", + "object": "পোশাক", + "attribute": "বাহু" + }, + { + "displayName": "halo", + "langName": "মাথার উপরে হ্যালো", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "mechanical_halo", + "langName": "মেকানিক্যাল হ্যালো", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "headwear", + "langName": "হেডগিয়ার", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "headpiece", + "langName": "হেডগিয়ার", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "headwear_removed", + "langName": "হেডগিয়ার সরানো হয়েছে", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "head_wreath", + "langName": "করোলা", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "crown", + "langName": "মুকুট", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "mini_crown", + "langName": "মিনি মুকুট", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "tiara", + "langName": "মুকুট", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "diadem", + "langName": "উপরের হিসাবে একই", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "tilted_headwear", + "langName": "কাত হেডড্রেস", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "head_fins", + "langName": "সিফালিক পাখনা", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "maid_headdress", + "langName": "দাসী টিয়ারা", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "bridal_veil", + "langName": "দাম্পত্যের ঘোমটা", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "headband", + "langName": "হেডব্যান্ড", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "alternate_headwear", + "langName": "একটি হেডগিয়ার যা আসলটির থেকে আলাদা", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "fur-trimmed_headwear", + "langName": "কাঁচা প্রান্ত হেডওয়্যার", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "goggles_on_headwear", + "langName": "টুপি উপর চশমা", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "earphones", + "langName": "ইয়ারফোন", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "earmuffs", + "langName": "কানের পাটা", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "xx_on_head", + "langName": "xx মাথায়", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "leaf_on_head", + "langName": "মাথার উপর পাতা", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "triangular_headpiece", + "langName": "ত্রিভুজাকার হেডড্রেস", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "forehead_protector", + "langName": "কপাল রক্ষাকারী", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "radio_antenna", + "langName": "অ্যান্টেনা", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "animal_hood", + "langName": "পশু কানের ফণা", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "bald", + "langName": "টাক", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "bandana", + "langName": "স্কার্ফ", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "circlet", + "langName": "মুকুট", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "hachimaki", + "langName": "পাগড়ি (বিশেষ্য)", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "helm", + "langName": "একটি হেলমেট পরা", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "helmet_removed", + "langName": "হেলমেট খুলে ফেলল | হেলমেট খুলে ফেলল", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "horned_helmet", + "langName": "শিংওয়ালা হেলমেট", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "japari_bun", + "langName": "Japari steamed বান", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "kerchief", + "langName": "বর্গাকার পাগড়ি", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "mami_mogu_mogu", + "langName": "আসামি শিরচ্ছেদ করা টেরিয়ার", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "skull_and_crossbones", + "langName": "মাথার খুলি এবং ক্রসবোন (জলদস্যু, বিপদ, সতর্কতা)", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "turban", + "langName": "মুসলিম মাথার স্কার্ফ", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "headdress", + "langName": "হেডওয়্যার (আরো সাধারণ)", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "bear_hair_ornament", + "langName": "প্রিন্ট হেডওয়্যার বহন", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "brown_headwear", + "langName": "বাদামী টিয়ারা", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "horned_headwear", + "langName": "হর্ন হেডড্রেস", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "horns_through_headwear", + "langName": "শিং জন্য গর্ত সঙ্গে একটি হেডড্রেস", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "no_headwear", + "langName": "সরানো (বিদ্যমান) হেডগিয়ার", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "object_on_head", + "langName": "মাথায় হেডগিয়ার ছাড়া অন্য কিছু আছে", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "print_headwear", + "langName": "মুদ্রিত হেডওয়্যার", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "bone_hair_ornament", + "langName": "হাড়ের আকৃতির গয়না", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "bunny_hair_ornament", + "langName": "খরগোশের গয়না", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "horn_ornament", + "langName": "কোণে অলঙ্কার", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "animal_on_head", + "langName": "মাথায় পশু", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "behind-the-head_headphones", + "langName": "মাথার পেছন থেকে পরা হেডফোন", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "bird_on_head", + "langName": "মাথায় পাখি", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "cat_ear_headphones", + "langName": "বিড়ালের কানের হেডফোন", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "cat_on_head", + "langName": "বিড়াল মাথার উপর শুয়ে আছে", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "eyewear_on_head", + "langName": "মাথায় চশমা", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "forehead_kiss", + "langName": "কপাল চুম্বন", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "forehead-to-forehead", + "langName": "কপাল থেকে কপাল", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "goggles_on_head", + "langName": "মাথায় গগলস পরুন", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "head_bump", + "langName": "মাথায় বান্ডিল", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "head_mounted_display", + "langName": "একটি হেড-মাউন্টেড ডিসপ্লে ডিভাইস পরা", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "head_out_of_frame", + "langName": "মাথার অংশ ফ্রেমে আঁকা হয় না", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "head_rest", + "langName": "বালিশের মাথা | সমর্থন মাথা", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "head_wings", + "langName": "মাথায় ডানা আছে", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "headgear", + "langName": "হেড আনুষাঙ্গিক (কিছু বিজ্ঞান কল্পকাহিনী উপাদান রয়েছে)", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "headphones", + "langName": "ইয়ারফোন", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "heads-up_display", + "langName": "স্ট্যাটাস বার (গেম এবং সাই-ফাই স্টাইল)", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "headset", + "langName": "হেডফোন", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "inter_headset", + "langName": "ইভা নিউরাল সংযোগকারী", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "on_head", + "langName": "মাথায়", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "person_on_head", + "langName": "ছোট মানুষটা মাথায়", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "single_head_wing", + "langName": "মাথার একপাশে ডানা আছে", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "adjusting_headwear", + "langName": "পরিপাটি হেডগিয়ার", + "object": "আনুষাঙ্গিক", + "attribute": "হেডগিয়ার" + }, + { + "displayName": "hair_ribbon", + "langName": "হেডব্যান্ড", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "hairband", + "langName": "ইস্যু কার্ড", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "hair_tie", + "langName": "হেডব্যান্ড", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "lolita_hairband", + "langName": "ললিতা হেডব্যান্ড", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "frilled_hairband", + "langName": "রাফ্ল হেডব্যান্ড", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "lace-trimmed_hairband", + "langName": "লেইস হেডব্যান্ড", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "hair_bobbles", + "langName": "হেডব্যান্ড", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "hair_ornament", + "langName": "চুলের জিনিসপত্র", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "hair_flower", + "langName": "চুলের ফুল", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "x_hair_ornament", + "langName": "চুলের জিনিসপত্র", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "hair_bow", + "langName": "নম চুল আনুষাঙ্গিক", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "frog_hair_ornament", + "langName": "ব্যাঙের চুলের জিনিসপত্র", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "heart_hair_ornament", + "langName": "হৃদয় আকৃতির চুল আনুষাঙ্গিক", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "butterfly_hair_ornament", + "langName": "প্রজাপতি চুল আনুষাঙ্গিক", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "star_hair_ornament", + "langName": "তারকা চুলের জিনিসপত্র", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "food-themed_hair_ornament", + "langName": "খাদ্য থিমযুক্ত চুল আনুষাঙ্গিক", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "anchor_hair_ornament", + "langName": "নোঙ্গর চুল আনুষাঙ্গিক", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "bat_hair_ornament", + "langName": "ব্যাট চুলের জিনিসপত্র", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "carrot_hair_ornament", + "langName": "গাজর চুল আনুষাঙ্গিক", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "cat_hair_ornament", + "langName": "বিড়ালের চুলের জিনিসপত্র", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "clover_hair_ornament", + "langName": "ক্লোভার চুলের আনুষাঙ্গিক", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "hair pink flowers", + "langName": "চুলে গোলাপি ফুল", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "crescent_hair_ornament", + "langName": "ক্রিসেন্ট চুলের জিনিসপত্র", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "cross_hair_ornament", + "langName": "ক্রস চুল আনুষাঙ্গিক", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "d-pad_hair_ornament", + "langName": "দিকনির্দেশ কী চুলের জিনিসপত্র", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "fish_hair_ornament", + "langName": "মাছের আকৃতির চুলের জিনিসপত্র", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "hairpods", + "langName": "চুলে জোড়া বেতার ব্লুটুথ হেয়ার অ্যাকসেসরিজ", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "leaf_hair_ornament", + "langName": "পাতার চুলের জিনিসপত্র", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "musical_note_hair_ornament", + "langName": "বাদ্যযন্ত্র নোট চুল আনুষাঙ্গিক", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "pumpkin_hair_ornament", + "langName": "কুমড়া চুলের জিনিসপত্র", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "skull_hair_ornament", + "langName": "মাথার খুলি চুলের জিনিসপত্র", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "snake_hair_ornament", + "langName": "সাপের চুলের আনুষাঙ্গিক | ব্যাঙের চুলের আনুষাঙ্গিক", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "snowflake_hair_ornament", + "langName": "স্নোফ্লেক চুলের আনুষাঙ্গিক", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "strawberry_hair_ornament", + "langName": "স্ট্রবেরি চুল আনুষাঙ্গিক", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "sunflower_hair_ornament", + "langName": "সূর্যমুখী চুল আনুষাঙ্গিক", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "hairpin", + "langName": "hairpin", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "hairclip", + "langName": "hairpin", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "hair_tubes", + "langName": "চুলের নল", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "hair_stick", + "langName": "চুলের কাঠি", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "hair_bell", + "langName": "একটি ঘণ্টা বাজাও", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "hair_rings", + "langName": "চুল টাই", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "kanzashi", + "langName": "hairpin", + "object": "আনুষাঙ্গিক", + "attribute": "চুলের জিনিসপত্র" + }, + { + "displayName": "hood", + "langName": "ফণা", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "hat", + "langName": "টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "no_hat", + "langName": "কোন টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "beret", + "langName": "beret", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "mini_top_hat", + "langName": "মিনি টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "party_hat", + "langName": "পার্টি টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "sailor_hat", + "langName": "নাবিক টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "santa_hat", + "langName": "সান্তা টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "fedora", + "langName": "ফেডোরা টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "witch_hat", + "langName": "জাদুকরী টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "mini_witch_hat", + "langName": "মিনি জাদুকরী টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "wizard_hat", + "langName": "উইজার্ড টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "sun_hat", + "langName": "সূর্যের টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "straw_hat", + "langName": "খড়ের টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "top_hat", + "langName": "শীর্ষ টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "bucket_hat", + "langName": "বালতি টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "beanie", + "langName": "ভেড়ার টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "large_hat", + "langName": "বড় টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "tokin_hat", + "langName": "শীর্ষ টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "mini_hat", + "langName": "মিনি টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "bowler_hat", + "langName": "বোলার টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "pillbox_hat", + "langName": "পিল বক্স ক্যাপ", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "cloche_hat", + "langName": "cloche টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "military_hat", + "langName": "সামরিক টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "police_hat", + "langName": "পুলিশের টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "chef_hat", + "langName": "শেফ টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "cowboy_hat", + "langName": "কাউবয় টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "school_hat", + "langName": "স্কুল ক্যাপ", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "pirate_hat", + "langName": "জলদস্যু টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "cabbie_hat", + "langName": "ট্যাক্সি ড্রাইভারের টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "hardhat", + "langName": "শিরস্ত্রাণ", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "rice_hat", + "langName": "বাঁশের টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "animal_hat", + "langName": "পশুর টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "fur_hat", + "langName": "চামড়ার টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "hat_with_ears", + "langName": "কান দিয়ে টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "bobblehat", + "langName": "বুদ্বুদ টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "pillow_hat", + "langName": "বালিশের টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "pumpkin_hat", + "langName": "কুমড়া টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "torn_hat", + "langName": "ছেঁড়া টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "backwards_hat", + "langName": "বিপরীত টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "bowl_hat", + "langName": "বাটি টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "cat_hat", + "langName": "বিড়ালের কানের টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "cap", + "langName": "চূড়া ক্যাপ", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "nurse_cap", + "langName": "নার্স ক্যাপ", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "baseball_cap", + "langName": "বেসবল ক্যাপ", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "jester_cap", + "langName": "ক্লাউন টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "side_cap", + "langName": "পাশের টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "garrison_cap", + "langName": "গ্যারিসন টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "flat_cap", + "langName": "চূড়া ক্যাপ", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "mob_cap", + "langName": "ভিড় টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "newsboy_cap", + "langName": "নিউজবয় টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "bowknot_over_white_beret", + "langName": "সাদা beret উপর নম", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "dixie_cup_hat", + "langName": "কুকুর বাটি টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "hat_bow", + "langName": "ধনুক সঙ্গে টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "hat_feather", + "langName": "পালক সহ টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "hat_flower", + "langName": "ফুল দিয়ে টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "hat_ornament", + "langName": "অলঙ্কার সঙ্গে টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "hat_over_one_eye", + "langName": "টুপি এক চোখ ঢেকে রাখে", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "hat_removed", + "langName": "টুপি খুলে ফেলা হয় | টুপি খুলে ফেলা হয়", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "hat_ribbon", + "langName": "ফিতা দিয়ে টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "hat_tip", + "langName": "টুপির কাঁটা ধরে", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "hatching_(texture)", + "langName": "লাইন শেডিং (টেক্সচার)", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "hatsune_miku_(cosplay)", + "langName": "হাটসুনে মিকুতে", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "porkpie_hat", + "langName": "তাওবাদী টুপি", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "sideways_hat", + "langName": "ভিসার পাশে কাটা হয়", + "object": "আনুষাঙ্গিক", + "attribute": "টুপি" + }, + { + "displayName": "glasses", + "langName": "চশমা", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "eyewear", + "langName": "আই", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "monocle", + "langName": "মনোকল", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "under-rim_eyewear", + "langName": "রিমড চশমা", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "rimless_eyewear", + "langName": "রিমহীন চশমা", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "semi-rimless_eyewear", + "langName": "সেমি রিমলেস চশমা", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "red-framed_eyewear", + "langName": "লাল ফ্রেমের চশমা", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "round_eyewear", + "langName": "বৃত্তাকার ফ্রেমের চশমা", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "black-framed_eyewear", + "langName": "কালো ফ্রেমের চশমা", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "tinted_eyewear", + "langName": "রঙিন চশমা", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "medical_eyepatch", + "langName": "মেডিকেল চোখের মাস্ক", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "bandage_over_one_eye", + "langName": "এক চোখে ব্যান্ডেজ", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "crooked_eyewear", + "langName": "আঁকাবাঁকা চশমা", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "eyewear_removed", + "langName": "চশমা খুলে ফেল", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "sunglasses", + "langName": "সানগ্লাস (চোখ ঢেকে রাখা)", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "reflection glasses", + "langName": "সানগ্লাস (চোখ দৃশ্যমান)", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "goggles", + "langName": "গগলস", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "Blindfold", + "langName": "চোখের মাস্ক", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "eyepatch", + "langName": "চোখের প্যাচ (এক চোখ)", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "bespectacled", + "langName": "চশমা পরা", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "blue-framed_eyewear", + "langName": "নীল ফ্রেমের চশমা", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "brown-framed_eyewear", + "langName": "বাদামী ফ্রেমের চশমা", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "coke-bottle_glasses", + "langName": "গোলাকার চশমা কাচের বোতলের মতো মোটা", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "no_eyewear", + "langName": "সরানো (বিদ্যমান) চশমা", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "opaque_glasses", + "langName": "চশমা যা চোখকে প্রকাশ করে না", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "over-rim_eyewear", + "langName": "নিচের অর্ধেক রিমলেস চশমা", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "pince-nez", + "langName": "পিন্স-নেজ | পাহীন চশমা", + "object": "আনুষাঙ্গিক", + "attribute": "চশমা" + }, + { + "displayName": "mask", + "langName": "মুখোশ", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "half_mask", + "langName": "অর্ধেক মুখোশ", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "masked", + "langName": "মুখোশ", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "mask_lift", + "langName": "মুখোশ তুলুন", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "mask_on_head", + "langName": "মুখোশটা মাথায় তুলে নিল", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "mask_removed", + "langName": "মুখোশ খুলে ফেলেছে", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "mouth_mask", + "langName": "মুখের মাস্ক", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "surgical_mask", + "langName": "মেডিকেল মাস্ক", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "plague_doctor_mask", + "langName": "প্লেগ ডাক্তার মাস্ক", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "gas_mask", + "langName": "গ্যাস মাস্ক", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "visor", + "langName": "ফেস মাস্ক | ভিসার | সূর্যের ভিসার", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "fox_mask", + "langName": "শিয়াল মাস্ক", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "diving_mask", + "langName": "ডাইভিং মাস্ক", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "diving_mask_on_head", + "langName": "হেড-মাউন্ট করা ডাইভিং মাস্ক", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "oni_mask", + "langName": "ভূতের মুখোশ", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "tengu_mask", + "langName": "টেঙ্গুর মুখোশ", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "ninja_mask", + "langName": "নিনজা মাস্ক", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "skull_mask", + "langName": "মাথার খুলি মুখোশ", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "hockey_mask", + "langName": "হকি মাস্ক", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "bird_mask", + "langName": "পাখির মুখোশ", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "stone_mask", + "langName": "পাথরের ভূতের মুখ", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "horse_mask", + "langName": "ঘোড়ার মুখোশ", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "masquerade_mask", + "langName": "মাস্করাড মাস্ক", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "domino_mask", + "langName": "এসএম মাস্ক", + "object": "আনুষাঙ্গিক", + "attribute": "মুখোশ" + }, + { + "displayName": "cross_earrings", + "langName": "ক্রস কানের দুল", + "object": "আনুষাঙ্গিক", + "attribute": "কানের দুল" + }, + { + "displayName": "crystal_earrings", + "langName": "স্ফটিক কানের দুল", + "object": "আনুষাঙ্গিক", + "attribute": "কানের দুল" + }, + { + "displayName": "earrings", + "langName": "কানের দুল", + "object": "আনুষাঙ্গিক", + "attribute": "কানের দুল" + }, + { + "displayName": "flower_earrings", + "langName": "ফুলের কানের দুল", + "object": "আনুষাঙ্গিক", + "attribute": "কানের দুল" + }, + { + "displayName": "heart_earrings", + "langName": "হৃদয় আকৃতির কানের দুল", + "object": "আনুষাঙ্গিক", + "attribute": "কানের দুল" + }, + { + "displayName": "hoop_earrings", + "langName": "হুপ কানের দুল", + "object": "আনুষাঙ্গিক", + "attribute": "কানের দুল" + }, + { + "displayName": "multiple_earrings", + "langName": "একাধিক কানের দুল", + "object": "আনুষাঙ্গিক", + "attribute": "কানের দুল" + }, + { + "displayName": "pill_earrings", + "langName": "পিল স্টাইলের কানের দুল", + "object": "আনুষাঙ্গিক", + "attribute": "কানের দুল" + }, + { + "displayName": "single_earring", + "langName": "শুধু একপাশে কানের দুল পরা", + "object": "আনুষাঙ্গিক", + "attribute": "কানের দুল" + }, + { + "displayName": "skull_earrings", + "langName": "মাথার খুলি কানের দুল", + "object": "আনুষাঙ্গিক", + "attribute": "কানের দুল" + }, + { + "displayName": "star_earrings", + "langName": "তারা কানের দুল", + "object": "আনুষাঙ্গিক", + "attribute": "কানের দুল" + }, + { + "displayName": "crescent earrings", + "langName": "অর্ধচন্দ্রের কানের দুল", + "object": "আনুষাঙ্গিক", + "attribute": "কানের দুল" + }, + { + "displayName": "wristwatch", + "langName": "ঘড়ি", + "object": "আনুষাঙ্গিক", + "attribute": "হাতের গয়না" + }, + { + "displayName": "cane", + "langName": "বেত", + "object": "আনুষাঙ্গিক", + "attribute": "হাতের গয়না" + }, + { + "displayName": "staff", + "langName": "জাদুর কাঠি", + "object": "আনুষাঙ্গিক", + "attribute": "হাতের গয়না" + }, + { + "displayName": "holding a golden staff", + "langName": "সোনার রাজদণ্ড", + "object": "আনুষাঙ্গিক", + "attribute": "হাতের গয়না" + }, + { + "displayName": "cuffs", + "langName": "পিলোরি", + "object": "আনুষাঙ্গিক", + "attribute": "হাতের গয়না" + }, + { + "displayName": "handcuffs", + "langName": "পুলিশের হাতকড়া", + "object": "আনুষাঙ্গিক", + "attribute": "হাতের গয়না" + }, + { + "displayName": "revolver", + "langName": "রিভলবার", + "object": "আনুষাঙ্গিক", + "attribute": "হাতের গয়না" + }, + { + "displayName": "bandage", + "langName": "ব্যান্ডেজ", + "object": "আনুষাঙ্গিক", + "attribute": "হাতের গয়না" + }, + { + "displayName": "leash", + "langName": "বেল্ট", + "object": "আনুষাঙ্গিক", + "attribute": "হাতের গয়না" + }, + { + "displayName": "arm_tattoo", + "langName": "হাতের উলকি", + "object": "আনুষাঙ্গিক", + "attribute": "হাতের গয়না" + }, + { + "displayName": "number_tattoo", + "langName": "ডিজিটাল ট্যাটু", + "object": "আনুষাঙ্গিক", + "attribute": "হাতের গয়না" + }, + { + "displayName": "bead_bracelet", + "langName": "গুটিকা ব্রেসলেট", + "object": "আনুষাঙ্গিক", + "attribute": "হাতের গয়না" + }, + { + "displayName": "flower_bracelet", + "langName": "ফুলের ব্রেসলেট", + "object": "আনুষাঙ্গিক", + "attribute": "হাতের গয়না" + }, + { + "displayName": "spiked_bracelet", + "langName": "খচিত ব্রেসলেট", + "object": "আনুষাঙ্গিক", + "attribute": "হাতের গয়না" + }, + { + "displayName": "wrist_cuffs", + "langName": "কব্জির কাফ হাতা থেকে আলাদা", + "object": "আনুষাঙ্গিক", + "attribute": "হাতের গয়না" + }, + { + "displayName": "wristband", + "langName": "কব্জিবন্ধ", + "object": "আনুষাঙ্গিক", + "attribute": "হাতের গয়না" + }, + { + "displayName": "bracer", + "langName": "কব্জি বন্ধনী", + "object": "আনুষাঙ্গিক", + "attribute": "হাতের গয়না" + }, + { + "displayName": "bound_wrists", + "langName": "বাঁধাই কব্জি", + "object": "আনুষাঙ্গিক", + "attribute": "হাতের গয়না" + }, + { + "displayName": "wrist_scrunchie", + "langName": "কব্জি চুল বন্ধন", + "object": "আনুষাঙ্গিক", + "attribute": "হাতের গয়না" + }, + { + "displayName": "shackles", + "langName": "হাতকড়া", + "object": "আনুষাঙ্গিক", + "attribute": "হাতের গয়না" + }, + { + "displayName": "chains", + "langName": "চেইন", + "object": "আনুষাঙ্গিক", + "attribute": "হাতের গয়না" + }, + { + "displayName": "chain_leash", + "langName": "লিশ দিয়ে চেইন", + "object": "আনুষাঙ্গিক", + "attribute": "হাতের গয়না" + }, + { + "displayName": "gloves", + "langName": "গ্লাভস", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "gloves_removed", + "langName": "গ্লাভস খুলে ফেল", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "no_gloves", + "langName": "সরানো (বিদ্যমান) গ্লাভস", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "single_glove", + "langName": "একক দস্তানা", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "single_elbow_glove", + "langName": "এক হাতে কনুই-দৈর্ঘ্যের গ্লাভস পরা", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "long_gloves", + "langName": "লম্বা গ্লাভস", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "elbow_gloves", + "langName": "লম্বা হাতা গ্লাভস (কনুই গ্লাভস)", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "bridal_gauntlets", + "langName": "ব্রাইডাল গ্লাভস", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "half_gloves", + "langName": "খুব ছোট গ্লাভস | অর্ধেক গ্লাভস", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "fingerless_gloves", + "langName": "আঙুলবিহীন গ্লাভস", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "partially_fingerless_gloves", + "langName": "আংশিক আঙুলবিহীন গ্লাভস", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "paw_gloves", + "langName": "ক্লো গ্লাভস (আঙুলের গ্লাভস)", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "mittens", + "langName": "মিটেনস (দুই আঙ্গুলের গ্লাভস)", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "baseball_mitt", + "langName": "বেসবল গ্লাভস", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "fur-trimmed_gloves", + "langName": "কাঁচা প্রান্তের গ্লাভস", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "latex_gloves", + "langName": "ল্যাটেক্স গ্লাভস", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "lace-trimmed_gloves", + "langName": "লেইস গ্লাভস", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "wears a pair of white lace gloves", + "langName": "সাদা লেইস গ্লাভস", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "leather_gloves", + "langName": "চামড়ার গ্লাভস", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "frilled_gloves", + "langName": "লেইস গ্লাভস", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "mismatched_gloves", + "langName": "দুই রঙের গ্লাভস", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "multicolored_gloves", + "langName": "বহু রঙের গ্লাভস", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "asymmetrical_gloves", + "langName": "অপ্রতিসম গ্লাভস", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "brown_gloves", + "langName": "বাদামী গ্লাভস", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "oven_mitts", + "langName": "ইনসুলেটেড গ্লাভস", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "print_gloves", + "langName": "মুদ্রিত গ্লাভস", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "striped_gloves", + "langName": "ডোরাকাটা গ্লাভস", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "torn_gloves", + "langName": "ক্ষতিগ্রস্ত গ্লাভস", + "object": "আনুষাঙ্গিক", + "attribute": "গ্লাভস" + }, + { + "displayName": "wedding_band", + "langName": "বিবাহের আংটি", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "crystal", + "langName": "স্ফটিক", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "gem", + "langName": "মণি", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "chest_jewel", + "langName": "বুকের মণি", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "forehead_jewel", + "langName": "কপাল মণি", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "tassel", + "langName": "টেসেল", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "belly_chain", + "langName": "পেট চেইন", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "ribbon", + "langName": "ফিতা", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "stitches", + "langName": "seams", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "bandaid", + "langName": "ব্যান্ড-এইড", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "collar", + "langName": "কলার", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "steam", + "langName": "বাষ্প", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "bell", + "langName": "ঘণ্টা", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "amulet", + "langName": "তাবিজ", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "emblem", + "langName": "ব্যাজ", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "anchor_symbol", + "langName": "নোঙ্গর প্রতীক", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "cross", + "langName": "ক্রস", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "diffraction_spikes", + "langName": "বিবর্তন ক্রস", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "iron_cross", + "langName": "আয়রন ক্রস", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "latin_cross", + "langName": "ল্যাটিন ক্রস", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "st._gloriana's_(emblem)", + "langName": "সেন্ট গ্লোরিয়া আনা গার্লস স্কুল স্কুলের প্রতীক", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "heart_lock_(kantai_collection)", + "langName": "শিপ গার্ল লক (জাহাজ সি)", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "joints", + "langName": "যৌথ", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "kneepits", + "langName": "হাঁটু", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "knee_pads", + "langName": "হাঁটু প্যাড", + "object": "আনুষাঙ্গিক", + "attribute": "ছোট সাজসজ্জা" + }, + { + "displayName": "bracelet", + "langName": "ব্রেসলেট", + "object": "আনুষাঙ্গিক", + "attribute": "গয়না" + }, + { + "displayName": "choker", + "langName": "কলার", + "object": "আনুষাঙ্গিক", + "attribute": "গয়না" + }, + { + "displayName": "metal collar", + "langName": "ধাতু কলার", + "object": "আনুষাঙ্গিক", + "attribute": "গয়না" + }, + { + "displayName": "ring", + "langName": "রিং", + "object": "আনুষাঙ্গিক", + "attribute": "গয়না" + }, + { + "displayName": "pendant", + "langName": "দুল", + "object": "আনুষাঙ্গিক", + "attribute": "গয়না" + }, + { + "displayName": "brooch", + "langName": "ব্রোচ", + "object": "আনুষাঙ্গিক", + "attribute": "গয়না" + }, + { + "displayName": "bangle", + "langName": "ব্রেসলেট", + "object": "আনুষাঙ্গিক", + "attribute": "গয়না" + }, + { + "displayName": "sunburst", + "langName": "সানবার্স্ট গয়না", + "object": "আনুষাঙ্গিক", + "attribute": "গয়না" + }, + { + "displayName": "pearl bracelet", + "langName": "মুক্তা ব্রেসলেট", + "object": "আনুষাঙ্গিক", + "attribute": "গয়না" + }, + { + "displayName": "drop earrings", + "langName": "কানের দুল", + "object": "আনুষাঙ্গিক", + "attribute": "গয়না" + }, + { + "displayName": "puppet rings", + "langName": "পুতুল রিং", + "object": "আনুষাঙ্গিক", + "attribute": "গয়না" + }, + { + "displayName": "corsage", + "langName": "কর্সেজ", + "object": "আনুষাঙ্গিক", + "attribute": "গয়না" + }, + { + "displayName": "sapphire brooch", + "langName": "স্যাফায়ার ব্রোচ", + "object": "আনুষাঙ্গিক", + "attribute": "গয়না" + }, + { + "displayName": "jewelry", + "langName": "গয়না", + "object": "আনুষাঙ্গিক", + "attribute": "গয়না" + }, + { + "displayName": "necklace", + "langName": "নেকলেস", + "object": "আনুষাঙ্গিক", + "attribute": "গয়না" + }, + { + "displayName": "stud_earrings", + "langName": "কানের দুল", + "object": "আনুষাঙ্গিক", + "attribute": "গয়না" + }, + { + "displayName": "belt", + "langName": "বেল্ট", + "object": "আনুষাঙ্গিক", + "attribute": "আনুষাঙ্গিক" + }, + { + "displayName": "fanny pack", + "langName": "ফ্যানি প্যাক", + "object": "আনুষাঙ্গিক", + "attribute": "আনুষাঙ্গিক" + }, + { + "displayName": "girdling", + "langName": "কোমরবন্ধ", + "object": "আনুষাঙ্গিক", + "attribute": "আনুষাঙ্গিক" + }, + { + "displayName": "handbag", + "langName": "হ্যান্ডব্যাগ", + "object": "আনুষাঙ্গিক", + "attribute": "আনুষাঙ্গিক" + }, + { + "displayName": "cross-body bag", + "langName": "ক্রসবডি ব্যাগ", + "object": "আনুষাঙ্গিক", + "attribute": "আনুষাঙ্গিক" + }, + { + "displayName": "One shoulder bag", + "langName": "কাঁধের ব্যাগ", + "object": "আনুষাঙ্গিক", + "attribute": "আনুষাঙ্গিক" + }, + { + "displayName": "Canvas bag", + "langName": "ক্যানভাস ব্যাগ", + "object": "আনুষাঙ্গিক", + "attribute": "আনুষাঙ্গিক" + }, + { + "displayName": "veils", + "langName": "ঘোমটা", + "object": "আনুষাঙ্গিক", + "attribute": "আনুষাঙ্গিক" + }, + { + "displayName": "antiseptic mask", + "langName": "মুখের মাস্ক", + "object": "আনুষাঙ্গিক", + "attribute": "আনুষাঙ্গিক" + }, + { + "displayName": "transparent_background", + "langName": "স্বচ্ছ ব্যাকগ্রাউন্ড", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "white_background", + "langName": "সাদা পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "black_background", + "langName": "কালো পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "grey_background", + "langName": "ধূসর পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "tan_background", + "langName": "সেপিয়া পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "beige_background", + "langName": "বেইজ পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "brown_background", + "langName": "বাদামী পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "two-tone_background", + "langName": "ডুওটোন ব্যাকগ্রাউন্ড", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "multicolored_background", + "langName": "রঙিন পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "rainbow_background", + "langName": "রংধনু পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "blurry_foreground", + "langName": "ঝাপসা অগ্রভাগ", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "gradient_background", + "langName": "গ্রেডিয়েন্ট ব্যাকগ্রাউন্ড", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "abstract_background", + "langName": "বিমূর্ত পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "argyle_background", + "langName": "রম্বস পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "checkered_background", + "langName": "চেকার্ড ব্যাকগ্রাউন্ড", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "floral_background", + "langName": "ফুল দিয়ে সাজানো পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "foral_background", + "langName": "ফুলের প্যাটার্ন আলংকারিক পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "striped_background", + "langName": "বৃত্তাকার দাগের পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "cyberpunk", + "langName": "সাইবারপাঙ্ক", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "scenery", + "langName": "ল্যান্ডস্কেপ", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "city_lights", + "langName": "শহরের আলোর পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "starry_background", + "langName": "তারাময় আকাশের পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "sparkle_background", + "langName": "চকচকে তারার পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "bubble_background", + "langName": "বুদবুদ পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "clock_background", + "langName": "ঘড়ির পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "halftone_background", + "langName": "ডট প্যাটার্ন ব্যাকগ্রাউন্ড", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "heart_background", + "langName": "পীচ পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "honeycomb_background", + "langName": "মধুচক্র শৈলী পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "plaid_background", + "langName": "টার্টান ব্যাকগ্রাউন্ড", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "simple_background", + "langName": "সহজ পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "ban", + "langName": "প্রযুক্তিগত ফ্যান্টাসি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "crop_top_overhang", + "langName": "ক্রপ টপ ওভারহ্যাং", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "viewfinder", + "langName": "ক্যামেরা ভিউফাইন্ডার", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "rounded_corners", + "langName": "পটভূমি বা ফ্রেমের গোলাকার কোণ রয়েছে", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "border", + "langName": "ফ্রেম", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "outside_border", + "langName": "পেইন্টিংয়ের অংশটি ব্যাকগ্রাউন্ড ফ্রেমের বাইরে", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "pillarboxed", + "langName": "কলামার ক্যানভাস পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "windowboxed", + "langName": "ছবির ফ্রেমের সেট (পটভূমি)", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "flashback", + "langName": "দৃশ্য প্রত্যাহার", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "background_text", + "langName": "ব্যাকগ্রাউন্ড টেক্সট", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "wall_of_text", + "langName": "পাঠ্য পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "blurred background", + "langName": "ঝাপসা পটভূমি", + "object": "পরিবেশ", + "attribute": "পটভূমি" + }, + { + "displayName": "in spring", + "langName": "বসন্ত", + "object": "পরিবেশ", + "attribute": "ঋতু" + }, + { + "displayName": "in summer", + "langName": "গ্রীষ্ম", + "object": "পরিবেশ", + "attribute": "ঋতু" + }, + { + "displayName": "in autumn", + "langName": "শরৎ", + "object": "পরিবেশ", + "attribute": "ঋতু" + }, + { + "displayName": "in winter", + "langName": "শীতকাল", + "object": "পরিবেশ", + "attribute": "ঋতু" + }, + { + "displayName": "(autumn maple forest:1.3),(very few fallen leaves),(path)", + "langName": "শরতের দৃশ্য", + "object": "পরিবেশ", + "attribute": "ঋতু" + }, + { + "displayName": "day", + "langName": "দিনের বেলা", + "object": "পরিবেশ", + "attribute": "আবহাওয়া" + }, + { + "displayName": "dusk", + "langName": "সন্ধ্যা", + "object": "পরিবেশ", + "attribute": "আবহাওয়া" + }, + { + "displayName": "night", + "langName": "রাত", + "object": "পরিবেশ", + "attribute": "আবহাওয়া" + }, + { + "displayName": "rain", + "langName": "বৃষ্টি", + "object": "পরিবেশ", + "attribute": "আবহাওয়া" + }, + { + "displayName": "snow,ice", + "langName": "বরফ এবং তুষার", + "object": "পরিবেশ", + "attribute": "আবহাওয়া" + }, + { + "displayName": "snowflakes", + "langName": "তুষারকণা", + "object": "পরিবেশ", + "attribute": "আবহাওয়া" + }, + { + "displayName": "lighting", + "langName": "বজ্রপাত", + "object": "পরিবেশ", + "attribute": "আবহাওয়া" + }, + { + "displayName": "rainbow", + "langName": "রংধনু", + "object": "পরিবেশ", + "attribute": "আবহাওয়া" + }, + { + "displayName": "meteor shower", + "langName": "উল্কা ঝরনা", + "object": "পরিবেশ", + "attribute": "আবহাওয়া" + }, + { + "displayName": "cloudy", + "langName": "আংশিক মেঘলা", + "object": "পরিবেশ", + "attribute": "আবহাওয়া" + }, + { + "displayName": "rainy days", + "langName": "বৃষ্টি", + "object": "পরিবেশ", + "attribute": "আবহাওয়া" + }, + { + "displayName": "in the rain", + "langName": "বৃষ্টিতে", + "object": "পরিবেশ", + "attribute": "আবহাওয়া" + }, + { + "displayName": "shooting star", + "langName": "উল্কা", + "object": "পরিবেশ", + "attribute": "আবহাওয়া" + }, + { + "displayName": "smooth fog", + "langName": "নরম কুয়াশা", + "object": "পরিবেশ", + "attribute": "আবহাওয়া" + }, + { + "displayName": "thunderstorms", + "langName": "ঝড়", + "object": "পরিবেশ", + "attribute": "আবহাওয়া" + }, + { + "displayName": "stormy ocean", + "langName": "ঝড়ো সমুদ্র", + "object": "পরিবেশ", + "attribute": "আবহাওয়া" + }, + { + "displayName": "ocean backdrop", + "langName": "সমুদ্রের পটভূমি", + "object": "পরিবেশ", + "attribute": "আবহাওয়া" + }, + { + "displayName": "lightning", + "langName": "বজ্রপাত", + "object": "পরিবেশ", + "attribute": "আবহাওয়া" + }, + { + "displayName": "beautiful detailed sky, beautiful detailed water", + "langName": "ভাল আবহাওয়া এবং ভাল জল", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "beautiful purple sunset at beach", + "langName": "সমুদ্র দ্বারা সূর্যাস্ত", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "mountain", + "langName": "পর্বত", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "hills", + "langName": "পাহাড়", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "on a hill", + "langName": "পর্বত", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "the top of the hill", + "langName": "পাহাড়ের চূড়া", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "forest", + "langName": "বন", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "grove", + "langName": "বন", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "bamboo forest", + "langName": "বাঁশের বন", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "Dreamy forest", + "langName": "স্বপ্নের বন (অবাস্তব অর্থ। শান্ত আলোক কণা)", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "savanna", + "langName": "প্রাইরি", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "plateau", + "langName": "মালভূমি", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "valley", + "langName": "উপত্যকা", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "canyon", + "langName": "গিরিখাত", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "cliff", + "langName": "ক্লিফ", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "oasis", + "langName": "মরুদ্যান", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "wasteland", + "langName": "মরুভূমি", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "glacier", + "langName": "হিমবাহ", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "volcano", + "langName": "আগ্নেয়গিরি", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "waterfall", + "langName": "পতন", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "stream", + "langName": "প্রবাহ", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "river", + "langName": "নদী", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "lake", + "langName": "হ্রদ", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "ocean", + "langName": "মহাসাগর", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "sea", + "langName": "সমুদ্র", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "beach", + "langName": "সমুদ্র উপকূল", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "on the beach", + "langName": "সৈকত", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "over the sea", + "langName": "সমুদ্র উপকূল", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "waves", + "langName": "তরঙ্গ", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "seaweed", + "langName": "সামুদ্রিক শৈবাল", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "underwater", + "langName": "জলে", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "floating island", + "langName": "ভাসমান দ্বীপ", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "flowers meadows", + "langName": "ফুলের তৃণভূমি", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "flower field", + "langName": "ফুলের ক্ষেত্র", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "flower sea", + "langName": "ফুলের সাগর", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "rose petals", + "langName": "গোলাপের পাপড়ি", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "falling petals", + "langName": "পতিত ফুল", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "in a meadow", + "langName": "তৃণভূমি", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "field", + "langName": "গ্রামীণ", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "wheat field", + "langName": "গম ক্ষেত", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "rice paddy", + "langName": "ধান", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "onsen", + "langName": "স্পা", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "dripping", + "langName": "ফোঁটা ফোঁটা জল", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "swirl", + "langName": "ঘূর্ণি", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "ripples", + "langName": "লহর", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "Alps", + "langName": "আল্পস", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "on a desert", + "langName": "মরুভূমি", + "object": "পরিবেশ", + "attribute": "প্রকৃতি" + }, + { + "displayName": "sky", + "langName": "আকাশ", + "object": "পরিবেশ", + "attribute": "আকাশ" + }, + { + "displayName": "gradient_sky", + "langName": "কাত আকাশ", + "object": "পরিবেশ", + "attribute": "আকাশ" + }, + { + "displayName": "sunset", + "langName": "সূর্যাস্ত", + "object": "পরিবেশ", + "attribute": "আকাশ" + }, + { + "displayName": "night_sky", + "langName": "রাতের আকাশ", + "object": "পরিবেশ", + "attribute": "আকাশ" + }, + { + "displayName": "starry_sky", + "langName": "তারাময় আকাশ", + "object": "পরিবেশ", + "attribute": "আকাশ" + }, + { + "displayName": "star_(sky)", + "langName": "তারা (আকাশে)", + "object": "পরিবেশ", + "attribute": "আকাশ" + }, + { + "displayName": "star_trail", + "langName": "তারকা পথচলা", + "object": "পরিবেশ", + "attribute": "আকাশ" + }, + { + "displayName": "moon", + "langName": "চাঁদ", + "object": "পরিবেশ", + "attribute": "আকাশ" + }, + { + "displayName": "crescent", + "langName": "অর্ধচন্দ্র", + "object": "পরিবেশ", + "attribute": "আকাশ" + }, + { + "displayName": "crescent_moon", + "langName": "নতুন চাঁদ", + "object": "পরিবেশ", + "attribute": "আকাশ" + }, + { + "displayName": "full_moon", + "langName": "পূর্ণিমা", + "object": "পরিবেশ", + "attribute": "আকাশ" + }, + { + "displayName": "moonlight", + "langName": "চাঁদের আলো", + "object": "পরিবেশ", + "attribute": "আকাশ" + }, + { + "displayName": "scarlet_moon", + "langName": "লাল চাঁদ", + "object": "পরিবেশ", + "attribute": "আকাশ" + }, + { + "displayName": "hyper_galaxy", + "langName": "সুপার গ্যালাক্সি", + "object": "পরিবেশ", + "attribute": "আকাশ" + }, + { + "displayName": "universe", + "langName": "মহাবিশ্ব", + "object": "পরিবেশ", + "attribute": "আকাশ" + }, + { + "displayName": "space", + "langName": "স্থান", + "object": "পরিবেশ", + "attribute": "আকাশ" + }, + { + "displayName": "planet", + "langName": "গ্রহ", + "object": "পরিবেশ", + "attribute": "আকাশ" + }, + { + "displayName": "from_space_station", + "langName": "মহাকাশ স্টেশন", + "object": "পরিবেশ", + "attribute": "আকাশ" + }, + { + "displayName": "satellite", + "langName": "উপগ্রহ", + "object": "পরিবেশ", + "attribute": "আকাশ" + }, + { + "displayName": "lunar", + "langName": "lunar, _lunar;", + "object": "পরিবেশ", + "attribute": "আকাশ" + }, + { + "displayName": "cirrus", + "langName": "সাইরাস", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "cirrocumulus", + "langName": "সার্কোমুলাস মেঘ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "cirrostratus", + "langName": "সিরোস্ট্রেটাস", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "altocumulus", + "langName": "Altocumulus প্রকার", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "altostratus", + "langName": "অলটোস্ট্রেটাস মেঘ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "stratus", + "langName": "স্তর", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "stratocumulus", + "langName": "স্ট্র্যাটোকুমুলাস", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "cumulus", + "langName": "কিউমুলাস", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "cumulonimbus", + "langName": "cumulonimbus", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "Nimbostratus", + "langName": "নিম্বোস্ট্রাটাস", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "cirrus_fibratus", + "langName": "সাইরাস মেঘ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "cirrus_uncinus", + "langName": "সাইরাস মেঘ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "cirrus_spissatus", + "langName": "ঘন সাইরাস", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "cirrus_floccus", + "langName": "সাইরাস মেঘ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "cirrus_castellanus", + "langName": "ফোর্ট সিরাস", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "cirrus_intortus", + "langName": "বিশৃঙ্খল মেঘ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "cirrocumulus_stratiformis", + "langName": "স্ট্র্যাটোকুমুলাস", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "cirrocumulus_floccus", + "langName": "সার্কোমুলাস ফ্লোকুলাস", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "cirrocumulus_castellanus", + "langName": "সার্কোমুলাস ক্যাসেলাস", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "cirrocumulus_lacunosus", + "langName": "সার্কোমুলাস রেটিকুলারিস", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "cirrostratus_fibratus", + "langName": "সিরোস্ট্রেটাস", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "cirrostratus_nebulosus", + "langName": "সিরোস্ট্রেটাস", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "altocumulus_strataformis", + "langName": "স্ট্র্যাটিফর্ম অল্টোকিউমুলাস মেঘ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "altocumulus_lenticularis", + "langName": "লেন্টিকুলার অল্টোকিউমুলাস মেঘ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "altocumulus_castellanus", + "langName": "altocumulus দুর্গ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "altocumulus_floccus", + "langName": "flocculent altocumulus মেঘ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "altocumulus_lacunosus", + "langName": "জালিকার আল্টোকুমুলাস", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "altostratus_undulatus", + "langName": "তরঙ্গায়িত অলটোস্ট্রেটাস মেঘ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "altostratus_duplicates", + "langName": "যৌগিক অলটোস্ট্রেটাস মেঘ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "altostratus_pannus", + "langName": "খণ্ডিত অলটোস্ট্রেটাস", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "altostratus_translucidus", + "langName": "অলটোস্ট্রেটাস মেঘ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "altostratus_opacus", + "langName": "অস্পষ্ট অলটোস্ট্রেটাস মেঘ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "altostratus_radiatus", + "langName": "রেডিয়াল অলটোস্ট্রেটাস মেঘ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "altostratus_mammatus", + "langName": "স্তন্যপায়ী অলটোস্ট্রেটাস মেঘ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "stratus_fractus", + "langName": "স্ট্র্যাটাস মেঘ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "stratus_nebulosus", + "langName": "কুয়াশার স্তর মেঘ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "stratus_undulatus", + "langName": "ওয়েভেস্ট্রাটাস", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "stratocumulus_stratiformis", + "langName": "স্ট্র্যাটোকুমুলাস মেঘ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "stratocumulus_cumulogentis", + "langName": "cumulonimbus stratocumulus", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "stratocumulus_castellanus", + "langName": "castellated স্ট্র্যাটোকুমুলাস মেঘ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "stratocumulus_lenticularis", + "langName": "লেন্টিকুলার স্ট্র্যাটোকুমুলাস মেঘ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "stratocumulus_lacunosus", + "langName": "ফ্লোকুলেন্ট স্ট্র্যাটোকুমুলাস", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "cumulus_humilis", + "langName": "কিউমুলাস মেঘ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "cumulus_mediocris", + "langName": "মেসোকুমুলাস মেঘ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "cumulus_congestus", + "langName": "কিউমুলাস কনজেস্টাস", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "cumulus_fractus", + "langName": "কিউমুলাস মেঘ", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "cumulonimbus_calvus", + "langName": "cumulonimbus টাক", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "cumulonimbus_capillatus", + "langName": "Cumulonimbus mane", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "cumulonimbus_incus", + "langName": "Cumulonimbus anvil", + "object": "পরিবেশ", + "attribute": "মেঘ" + }, + { + "displayName": "outdoors", + "langName": "বহিরঙ্গন", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "castle", + "langName": "দুর্গ", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "cyberpunk city", + "langName": "সাইবারপাঙ্ক শহর", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "Bustling city", + "langName": "কোলাহলপূর্ণ শহর", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "neon lights", + "langName": "নিয়ন লাইট", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "street lamp", + "langName": "রাস্তার বাতি", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "skyscraper", + "langName": "আকাশচুম্বী", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "building", + "langName": "স্থাপত্য", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "gothic architecture", + "langName": "গথিক স্থাপত্য", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "chinese style architecture", + "langName": "প্রাচীন শৈলীর স্থাপত্য", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "Industrial wind, Chinese architecture", + "langName": "শিল্পায়িত প্রাচীন ভবন", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "church", + "langName": "গির্জা", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "cathedral", + "langName": "ক্যাথেড্রাল", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "mosque", + "langName": "মসজিদ", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "torii", + "langName": "তোরি", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "gohei", + "langName": "মন্দির", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "temple", + "langName": "মন্দির", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "ruins", + "langName": "অবশেষ", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "remains", + "langName": "ধ্বংসাবশেষ", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "fountain", + "langName": "ঝর্ণা", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "park", + "langName": "বাগান", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "treehouse", + "langName": "গাছ ঘর", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "botanical garden", + "langName": "বোটানিক্যাল গার্ডেন", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "grave", + "langName": "কবর", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "graveyard", + "langName": "কবরস্থান", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "tombstone", + "langName": "সমাধি পাথর", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "monolith", + "langName": "বিশাল পাথরের বস্তু", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "rappelling", + "langName": "সমতলকরণ (ঝুলন্ত)", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "harbor", + "langName": "বন্দর", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "bridge", + "langName": "সেতু", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "railroad tracks", + "langName": "রেল", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "railroad", + "langName": "রেলপথ", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "railway", + "langName": "রেলপথ", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "train station", + "langName": "ট্রেন স্টেশন", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "bus stop", + "langName": "বাস স্টেশন", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "phone booth", + "langName": "টেলিফোন বুথ", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "tunnel", + "langName": "টানেল", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "airport", + "langName": "বিমানবন্দর", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "ferris wheel", + "langName": "ফেরিস হুইল", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "carousel", + "langName": "ক্যারোসেল", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "waterpark", + "langName": "জল পার্ক", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "stadium", + "langName": "স্টেডিয়াম", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "arena", + "langName": "আখড়া", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "Auditorium", + "langName": "হল", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "concert", + "langName": "কনসার্ট", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "market stall", + "langName": "বাজারের স্টল", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "shop", + "langName": "দোকান", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "restaurant", + "langName": "রেস্টুরেন্ট", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "bakery", + "langName": "বেকারি", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "convenience store", + "langName": "সুবিধার দোকান", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "supermarket", + "langName": "সুপারমার্কেট", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "pharmacy", + "langName": "ফার্মেসি", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "bar", + "langName": "বার", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "izakaya", + "langName": "ইজাকায়া", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "cafe", + "langName": "ক্যাফে", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "coffee house", + "langName": "ক্যাফে", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "Trapeze", + "langName": "হ্যাঙ্গার দোল", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "bowling alley", + "langName": "বোলিং গলি", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "gym", + "langName": "জিম", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "library", + "langName": "লাইব্রেরি", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "art gallery", + "langName": "আর্ট গ্যালারি", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "museum", + "langName": "যাদুঘর", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "planetarium", + "langName": "প্ল্যানেটেরিয়াম", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "swimming pool", + "langName": "সুইমিং পুল", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "zoo", + "langName": "চিড়িয়াখানা", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "aquarium", + "langName": "অ্যাকোয়ারিয়াম", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "laboratory", + "langName": "পরীক্ষাগার", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "prison", + "langName": "কারাগার", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "engine room", + "langName": "ইঞ্জিন রুম", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "warehouse", + "langName": "ভাণ্ডার", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "workshop", + "langName": "কর্মশালা", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "courtroom", + "langName": "আদালত", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "theater", + "langName": "থিয়েটার", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "movie theater", + "langName": "সিনেমা", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "billiard", + "langName": "পুল টেবিল", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "casino", + "langName": "ক্যাসিনো", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "playground", + "langName": "খেলার মাঠ", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "greco-roman architectur", + "langName": "পশ্চিমী রোমান স্থাপত্য", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "in the romanesque architecture streets", + "langName": "রোমান রাস্তায়", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "handrail", + "langName": "রেলিং", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "shanty town/slum", + "langName": "বস্তি", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "modern,Europe", + "langName": "আধুনিক ইউরোপীয় স্থাপত্য", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "building_ruins", + "langName": "ভবন ধ্বংসাবশেষ", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "amusement_park", + "langName": "বিনোদন পার্ক", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "Disney_land", + "langName": "ডিজনিল্যান্ড", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "wrestling_ring", + "langName": "কুস্তি রিং", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "Japanese_hotel", + "langName": "জাপান হোটেল", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "jail_bars", + "langName": "জেল বার", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "in_the_movie_theatre", + "langName": "সিনেমায়", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "architecture", + "langName": "স্থাপত্য", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "magnificent_architecture", + "langName": "স্থাপত্য", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "east_asian_architecture", + "langName": "পূর্ব এশিয়ার স্থাপত্য", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "chinese_style_loft", + "langName": "চাইনিজ স্টাইলের মাচা", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "traditional_chinese_room", + "langName": "ঐতিহ্যবাহী চীনা শৈলী রুম", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "turret", + "langName": "টাওয়ার", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "tower", + "langName": "টাওয়ার", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "at the lighthouse", + "langName": "বাতিঘর", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "reservoir", + "langName": "জলাধার", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "under_bridge", + "langName": "সেতুর নিচে", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "rubble_ruins", + "langName": "ধ্বংসস্তূপ | ধ্বংসাবশেষ", + "object": "পরিবেশ", + "attribute": "আউটডোর" + }, + { + "displayName": "city", + "langName": "শহর", + "object": "পরিবেশ", + "attribute": "শহর" + }, + { + "displayName": "downtown", + "langName": "শহরের কেন্দ্র", + "object": "পরিবেশ", + "attribute": "শহর" + }, + { + "displayName": "cityscape", + "langName": "শহরের দৃশ্য", + "object": "পরিবেশ", + "attribute": "শহর" + }, + { + "displayName": "in_main_street", + "langName": "এভিনিউ", + "object": "পরিবেশ", + "attribute": "শহর" + }, + { + "displayName": "Intersection", + "langName": "ছেদ", + "object": "পরিবেশ", + "attribute": "শহর" + }, + { + "displayName": "street", + "langName": "রাস্তা", + "object": "পরিবেশ", + "attribute": "শহর" + }, + { + "displayName": "avenue", + "langName": "প্রধান রাস্তা", + "object": "পরিবেশ", + "attribute": "শহর" + }, + { + "displayName": "alley", + "langName": "গলি", + "object": "পরিবেশ", + "attribute": "শহর" + }, + { + "displayName": "crowd", + "langName": "ভিড়", + "object": "পরিবেশ", + "attribute": "শহর" + }, + { + "displayName": "road", + "langName": "রাস্তা", + "object": "পরিবেশ", + "attribute": "শহর" + }, + { + "displayName": "path", + "langName": "পথ", + "object": "পরিবেশ", + "attribute": "শহর" + }, + { + "displayName": "pavement", + "langName": "ফুটপাথ", + "object": "পরিবেশ", + "attribute": "শহর" + }, + { + "displayName": "road_sign", + "langName": "রাস্তা সাইন", + "object": "পরিবেশ", + "attribute": "শহর" + }, + { + "displayName": "traffic_cone", + "langName": "রোডব্লক", + "object": "পরিবেশ", + "attribute": "শহর" + }, + { + "displayName": "lamppost", + "langName": "রাস্তার বাতি", + "object": "পরিবেশ", + "attribute": "শহর" + }, + { + "displayName": "fence", + "langName": "বেড়া", + "object": "পরিবেশ", + "attribute": "শহর" + }, + { + "displayName": "railing", + "langName": "রেলিং", + "object": "পরিবেশ", + "attribute": "শহর" + }, + { + "displayName": "bench", + "langName": "বেঞ্চ", + "object": "পরিবেশ", + "attribute": "শহর" + }, + { + "displayName": "lawn", + "langName": "লন", + "object": "পরিবেশ", + "attribute": "শহর" + }, + { + "displayName": "vending_machine", + "langName": "ভেন্ডিং মেশিন", + "object": "পরিবেশ", + "attribute": "শহর" + }, + { + "displayName": "indoor", + "langName": "অন্দর", + "object": "পরিবেশ", + "attribute": "ইনডোর" + }, + { + "displayName": "bedroom", + "langName": "শয়নকক্ষ", + "object": "পরিবেশ", + "attribute": "ইনডোর" + }, + { + "displayName": "classroom", + "langName": "শ্রেণীকক্ষ", + "object": "পরিবেশ", + "attribute": "ইনডোর" + }, + { + "displayName": "clubroom", + "langName": "ক্লাব", + "object": "পরিবেশ", + "attribute": "ইনডোর" + }, + { + "displayName": "dark nightclub background", + "langName": "আবছা নাইটক্লাবের পটভূমি", + "object": "পরিবেশ", + "attribute": "ইনডোর" + }, + { + "displayName": "dormitory", + "langName": "ছাত্রাবাস", + "object": "পরিবেশ", + "attribute": "ইনডোর" + }, + { + "displayName": "cafeteria", + "langName": "ক্যাফেটেরিয়া", + "object": "পরিবেশ", + "attribute": "ইনডোর" + }, + { + "displayName": "kitchen", + "langName": "রান্নাঘর", + "object": "পরিবেশ", + "attribute": "ইনডোর" + }, + { + "displayName": "toilet stall", + "langName": "টয়লেট কিউবিকেল", + "object": "পরিবেশ", + "attribute": "ইনডোর" + }, + { + "displayName": "infirmary", + "langName": "ইনফার্মারি", + "object": "পরিবেশ", + "attribute": "ইনডোর" + }, + { + "displayName": "art room", + "langName": "শিল্প কক্ষ", + "object": "পরিবেশ", + "attribute": "ইনডোর" + }, + { + "displayName": "greenhouse", + "langName": "গ্রীনহাউস", + "object": "পরিবেশ", + "attribute": "ইনডোর" + }, + { + "displayName": "basement", + "langName": "বেসমেন্ট", + "object": "পরিবেশ", + "attribute": "ইনডোর" + }, + { + "displayName": "server room", + "langName": "সার্ভার রুম", + "object": "পরিবেশ", + "attribute": "ইনডোর" + }, + { + "displayName": "electrical room", + "langName": "বিতরণ কক্ষ", + "object": "পরিবেশ", + "attribute": "ইনডোর" + }, + { + "displayName": "dungeon", + "langName": "বেসমেন্ট", + "object": "পরিবেশ", + "attribute": "ইনডোর" + }, + { + "displayName": "otaku room", + "langName": "ওটাকু রুম", + "object": "পরিবেশ", + "attribute": "ইনডোর" + }, + { + "displayName": "stage", + "langName": "মঞ্চ", + "object": "পরিবেশ", + "attribute": "ইনডোর" + }, + { + "displayName": "bathing", + "langName": "বাথরুম", + "object": "পরিবেশ", + "attribute": "ইনডোর" + }, + { + "displayName": "stairs", + "langName": "সিঁড়ি", + "object": "পরিবেশ", + "attribute": "ইনডোর" + }, + { + "displayName": "palace", + "langName": "প্রাসাদ", + "object": "পরিবেশ", + "attribute": "ইনডোর" + }, + { + "displayName": "bed", + "langName": "বিছানা", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "wardrobe", + "langName": "পোশাক", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "desk lamp", + "langName": "ডেস্ক বাতি", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "couch", + "langName": "সোফা", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "tatami", + "langName": "তাতামি", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "kotatsu", + "langName": "কোটাসু", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "fireplace", + "langName": "অগ্নিকুণ্ড", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "table", + "langName": "টেবিল", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "school_desk", + "langName": "ডেস্ক", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "chair", + "langName": "চেয়ার", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "armchair", + "langName": "আর্মচেয়ার", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "lounge_chair", + "langName": "লাউঞ্জ চেয়ার", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "beach_chair", + "langName": "সৈকত চেয়ার", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "folding_chair", + "langName": "ভাঁজ চেয়ার", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "office_chair", + "langName": "অফিস চেয়ার", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "wheelchair", + "langName": "হুইলচেয়ার", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "invisible_chair", + "langName": "অদৃশ্য চেয়ার", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "window_", + "langName": "জানালা", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "sash", + "langName": "স্যাশ", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "curtains", + "langName": "পর্দা", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "sliding_doors", + "langName": "স্লাইডিং দরজা", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "door", + "langName": "দরজা", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "clothes_rack", + "langName": "কোট হ্যাঙ্গার", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "air_conditioner", + "langName": "এয়ার কন্ডিশনার", + "object": "পরিবেশ", + "attribute": "আসবাবপত্র" + }, + { + "displayName": "mattress", + "langName": "গদি; গদি", + "object": "পরিবেশ", + "attribute": "বিছানাপত্র" + }, + { + "displayName": "bed_sheet", + "langName": "শীট", + "object": "পরিবেশ", + "attribute": "বিছানাপত্র" + }, + { + "displayName": "futon", + "langName": "জাপানি গদি", + "object": "পরিবেশ", + "attribute": "বিছানাপত্র" + }, + { + "displayName": "pillow", + "langName": "বালিশ", + "object": "পরিবেশ", + "attribute": "বিছানাপত্র" + }, + { + "displayName": "cushion", + "langName": "কুশন", + "object": "পরিবেশ", + "attribute": "বিছানাপত্র" + }, + { + "displayName": "dumpling_Hug_Pillow", + "langName": "ডাম্পলিং বালিশ", + "object": "পরিবেশ", + "attribute": "বিছানাপত্র" + }, + { + "displayName": "pillow_hug", + "langName": "বালিশ", + "object": "পরিবেশ", + "attribute": "বিছানাপত্র" + }, + { + "displayName": "yes-no_pillow", + "langName": "হ্যাঁ/না বালিশ", + "object": "পরিবেশ", + "attribute": "বিছানাপত্র" + }, + { + "displayName": "stuffed_animal", + "langName": "প্লাস পুতুল", + "object": "পরিবেশ", + "attribute": "বিছানাপত্র" + }, + { + "displayName": "stuffed_bunny", + "langName": "স্টাফড খরগোশ", + "object": "পরিবেশ", + "attribute": "বিছানাপত্র" + }, + { + "displayName": "carpet", + "langName": "কার্পেট", + "object": "পরিবেশ", + "attribute": "বিছানাপত্র" + }, + { + "displayName": "bathroom", + "langName": "বাথরুম", + "object": "পরিবেশ", + "attribute": "বাথরুম" + }, + { + "displayName": "shower_head", + "langName": "ঝরনা মাথা", + "object": "পরিবেশ", + "attribute": "বাথরুম" + }, + { + "displayName": "toilet", + "langName": "টয়লেট", + "object": "পরিবেশ", + "attribute": "বাথরুম" + }, + { + "displayName": "squat_toilet", + "langName": "স্কোয়াট টয়লেট", + "object": "পরিবেশ", + "attribute": "বাথরুম" + }, + { + "displayName": "soap", + "langName": "সাবান", + "object": "পরিবেশ", + "attribute": "বাথরুম" + }, + { + "displayName": "tiles", + "langName": "সিরামিক টালি", + "object": "পরিবেশ", + "attribute": "বাথরুম" + }, + { + "displayName": "rubber_duck", + "langName": "রাবার হাঁস", + "object": "পরিবেশ", + "attribute": "বাথরুম" + }, + { + "displayName": "bathtub,", + "langName": "টব", + "object": "পরিবেশ", + "attribute": "বাথরুম" + }, + { + "displayName": "new year", + "langName": "নতুন বছর", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "year of the rabbit", + "langName": "খরগোশের বছর", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "valentine", + "langName": "ভ্যালেন্টাইন্স ডে", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "lantern festival", + "langName": "লণ্ঠন উৎসব", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "summer festival", + "langName": "গ্রীষ্মের উত্সব", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "tanabata", + "langName": "কিক্সি উৎসব", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "mid-autumn festival", + "langName": "মধ্য শরতের উত্সব", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "halloween", + "langName": "হ্যালোইন", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "christmas", + "langName": "বড়দিন", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "fireworks", + "langName": "আতশবাজি", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "explosion", + "langName": "বিস্ফোরণ", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "water vapor", + "langName": "বাষ্প", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "liquid background, Sputtered water", + "langName": "তরল পটভূমি", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "in the ocean", + "langName": "সমুদ্র দ্বারা সূর্যাস্ত", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "magic circles", + "langName": "ম্যাজিক রিং", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "fluorescent mushroom forests background", + "langName": "ফ্লুরোসেন্ট মাশরুম বন", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "(((colorful bubble)))", + "langName": "রঙিন বুদবুদ", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "golden hour lighting", + "langName": "গোল্ডেন ঘন্টা আলো", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "strong rim light", + "langName": "শক্তিশালী রিম আলো", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "against backlight at dusk", + "langName": "সূর্যের দিকে তোমার পিঠ নিয়ে সন্ধ্যা", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "intense shadows", + "langName": "শক্তিশালী ছায়া", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "ceiling window", + "langName": "মেঝে থেকে ছাদ পর্যন্ত জানালা", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "colourful glass", + "langName": "দাগযুক্ত কাচ", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "stain glass", + "langName": "দাগযুক্ত কাচ", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "Graffiti wall", + "langName": "গ্রাফিতি প্রাচীর", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "mosaic background", + "langName": "মোজাইক পটভূমি", + "object": "পরিবেশ", + "attribute": "বায়ুমণ্ডল" + }, + { + "displayName": "notebook", + "langName": "নোটবুক", + "object": "জিনিস", + "attribute": "স্কুল সরবরাহ" + }, + { + "displayName": "pencil", + "langName": "পেন্সিল", + "object": "জিনিস", + "attribute": "স্কুল সরবরাহ" + }, + { + "displayName": "paintbrush", + "langName": "ব্রাশ", + "object": "জিনিস", + "attribute": "স্কুল সরবরাহ" + }, + { + "displayName": "book", + "langName": "বই", + "object": "জিনিস", + "attribute": "স্কুল সরবরাহ" + }, + { + "displayName": "open_book", + "langName": "খোলা বই", + "object": "জিনিস", + "attribute": "স্কুল সরবরাহ" + }, + { + "displayName": "book_stack", + "langName": "বইয়ের স্তুপ", + "object": "জিনিস", + "attribute": "স্কুল সরবরাহ" + }, + { + "displayName": "bookshelf", + "langName": "বইয়ের তাক", + "object": "জিনিস", + "attribute": "স্কুল সরবরাহ" + }, + { + "displayName": "school_bag", + "langName": "স্কুল ব্যাগ (হ্যান্ডব্যাগ)", + "object": "জিনিস", + "attribute": "স্কুল সরবরাহ" + }, + { + "displayName": "backpack", + "langName": "ব্যাকপ্যাক", + "object": "জিনিস", + "attribute": "স্কুল সরবরাহ" + }, + { + "displayName": "computer", + "langName": "কম্পিউটার", + "object": "জিনিস", + "attribute": "ডিজিটাল সরঞ্জাম" + }, + { + "displayName": "mouse", + "langName": "মাউস", + "object": "জিনিস", + "attribute": "ডিজিটাল সরঞ্জাম" + }, + { + "displayName": "cellphone", + "langName": "সেল ফোন", + "object": "জিনিস", + "attribute": "ডিজিটাল সরঞ্জাম" + }, + { + "displayName": "Smartphones", + "langName": "স্মার্টফোন", + "object": "জিনিস", + "attribute": "ডিজিটাল সরঞ্জাম" + }, + { + "displayName": "nintendo_switch", + "langName": "নিন্টেন্ডো সুইচ", + "object": "জিনিস", + "attribute": "ডিজিটাল সরঞ্জাম" + }, + { + "displayName": "handheld_game_console", + "langName": "হ্যান্ডহেল্ড গেম কনসোল", + "object": "জিনিস", + "attribute": "ডিজিটাল সরঞ্জাম" + }, + { + "displayName": "nintendo_3ds", + "langName": "নিন্টেন্ডো 3ds", + "object": "জিনিস", + "attribute": "ডিজিটাল সরঞ্জাম" + }, + { + "displayName": "nintendo_ds", + "langName": "নিন্টেন্ডো ডিএস", + "object": "জিনিস", + "attribute": "ডিজিটাল সরঞ্জাম" + }, + { + "displayName": "cable", + "langName": "তারের", + "object": "জিনিস", + "attribute": "ডিজিটাল সরঞ্জাম" + }, + { + "displayName": "power_lines", + "langName": "পাওয়ার কর্ড", + "object": "জিনিস", + "attribute": "ডিজিটাল সরঞ্জাম" + }, + { + "displayName": "buttons", + "langName": "বোতাম", + "object": "জিনিস", + "attribute": "ডিজিটাল সরঞ্জাম" + }, + { + "displayName": "fork", + "langName": "কাঁটা", + "object": "জিনিস", + "attribute": "থালাবাসন" + }, + { + "displayName": "spoon", + "langName": "চামচ", + "object": "জিনিস", + "attribute": "থালাবাসন" + }, + { + "displayName": "chopsticks", + "langName": "চপস্টিকস", + "object": "জিনিস", + "attribute": "থালাবাসন" + }, + { + "displayName": "ladle", + "langName": "মই", + "object": "জিনিস", + "attribute": "থালাবাসন" + }, + { + "displayName": "plate", + "langName": "প্লেট", + "object": "জিনিস", + "attribute": "থালাবাসন" + }, + { + "displayName": "bowl", + "langName": "বাটি", + "object": "জিনিস", + "attribute": "থালাবাসন" + }, + { + "displayName": "cup", + "langName": "কাপ", + "object": "জিনিস", + "attribute": "থালাবাসন" + }, + { + "displayName": "drinking_glass", + "langName": "জলের কাপ", + "object": "জিনিস", + "attribute": "থালাবাসন" + }, + { + "displayName": "tumbler", + "langName": "সাধারণ গ্লাস", + "object": "জিনিস", + "attribute": "থালাবাসন" + }, + { + "displayName": "beer_mug", + "langName": "বিয়ার মগ", + "object": "জিনিস", + "attribute": "থালাবাসন" + }, + { + "displayName": "pot", + "langName": "পাত্র", + "object": "জিনিস", + "attribute": "থালাবাসন" + }, + { + "displayName": "teapot", + "langName": "চাপানি", + "object": "জিনিস", + "attribute": "থালাবাসন" + }, + { + "displayName": "tray", + "langName": "ট্রে", + "object": "জিনিস", + "attribute": "থালাবাসন" + }, + { + "displayName": "soda_can", + "langName": "টিনজাত পানীয়", + "object": "জিনিস", + "attribute": "থালাবাসন" + }, + { + "displayName": "can", + "langName": "জার", + "object": "জিনিস", + "attribute": "থালাবাসন" + }, + { + "displayName": "candle", + "langName": "মোমবাতি", + "object": "জিনিস", + "attribute": "থালাবাসন" + }, + { + "displayName": "gift_box", + "langName": "উপহার বাক্স", + "object": "জিনিস", + "attribute": "থালাবাসন" + }, + { + "displayName": "heart-shaped_box", + "langName": "হৃদয় আকৃতির উপহার বাক্স", + "object": "জিনিস", + "attribute": "থালাবাসন" + }, + { + "displayName": "music", + "langName": "সঙ্গীত", + "object": "জিনিস", + "attribute": "বাদ্যযন্ত্র" + }, + { + "displayName": "guitar", + "langName": "গিটার", + "object": "জিনিস", + "attribute": "বাদ্যযন্ত্র" + }, + { + "displayName": "piano", + "langName": "পিয়ানো", + "object": "জিনিস", + "attribute": "বাদ্যযন্ত্র" + }, + { + "displayName": "cello", + "langName": "সেলো", + "object": "জিনিস", + "attribute": "বাদ্যযন্ত্র" + }, + { + "displayName": "playing_instrument", + "langName": "একটি যন্ত্র বাজান", + "object": "জিনিস", + "attribute": "বাদ্যযন্ত্র" + }, + { + "displayName": "wind_chime", + "langName": "উইন্ড chimes", + "object": "জিনিস", + "attribute": "বাদ্যযন্ত্র" + }, + { + "displayName": "Accordion", + "langName": "অ্যাকর্ডিয়ন", + "object": "জিনিস", + "attribute": "বাদ্যযন্ত্র" + }, + { + "displayName": "Saxophone", + "langName": "স্যাক্সোফোন", + "object": "জিনিস", + "attribute": "বাদ্যযন্ত্র" + }, + { + "displayName": "umbrella", + "langName": "ছাতা", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "transparent_umbrella", + "langName": "স্বচ্ছ ছাতা", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "closed_umbrella", + "langName": "বন্ধ ছাতা", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "oil-paper_umbrella", + "langName": "তেল কাগজের ছাতা", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "Parasol", + "langName": "প্যারাসল", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "folding_fan", + "langName": "ভাঁজ পাখা", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "paper_fan", + "langName": "কাগজের পাখা", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "uchiwa", + "langName": "বৃত্তাকার পাখা", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "camera", + "langName": "ক্যামেরা", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "lantern/lamp", + "langName": "লণ্ঠন", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "basket", + "langName": "ঝুড়ি", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "bucket", + "langName": "বালতি", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "pail", + "langName": "বালতি", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "water_bottle", + "langName": "জলের বোতল", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "lotion", + "langName": "সানস্ক্রিন | শরীরের লোশন", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "lotion_bottle", + "langName": "লোশন বোতল", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "key", + "langName": "চাবি", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "coin", + "langName": "মুদ্রা", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "money", + "langName": "টাকা", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "trading_card", + "langName": "ট্রেডিং কার্ড", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "playing_card", + "langName": "তাস খেলা", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "chess_piece", + "langName": "টুকরা", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "ofuda", + "langName": "তাবিজ", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "wand", + "langName": "জাদুর কাঠি", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "magic", + "langName": "জাদু", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "riding_crop", + "langName": "রাইডিং ফসল", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "whip", + "langName": "চাবুক", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "microphone", + "langName": "মাইক্রোফোন", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "sack", + "langName": "বস্তা", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "scales", + "langName": "দাঁড়িপাল্লা", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "trophy", + "langName": "ট্রফি", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "molecule", + "langName": "আণবিক", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "diamond_(shape)", + "langName": "হীরা (আকৃতি)", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "chibi_inset", + "langName": "চিবি চিত্রণ", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "damaged", + "langName": "ক্ষতি", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "gourd", + "langName": "লাউ", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "mimikaki", + "langName": "কান বাছাই", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "hammer", + "langName": "হাতুড়ি", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "inlet", + "langName": "প্রবেশদ্বার", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "stubble", + "langName": "খড়", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "Cassette", + "langName": "টেপ ক্যাসেট", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "Lever", + "langName": "লিভার, লিভার", + "object": "জিনিস", + "attribute": "অন্যান্য আইটেম" + }, + { + "displayName": "weapon", + "langName": "অস্ত্র", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "huge_weapon", + "langName": "বড় আকারের অস্ত্র", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "planted_weapon", + "langName": "মাটিতে ঢোকানো অস্ত্র", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "broken_weapon", + "langName": "ভাঙা অস্ত্র", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "weapon_on_back", + "langName": "পিঠে অস্ত্র", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "weapon_over_shoulder", + "langName": "কাঁধের অস্ত্র", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "sword", + "langName": "ছুরি", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "planted_sword", + "langName": "দাঁড়িয়ে থাকা তলোয়ার", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "scabbard", + "langName": "স্ক্যাবার্ড", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "katana", + "langName": "কাতানা", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "saber_(weapon)", + "langName": "সাবার (অস্ত্র)", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "dagger", + "langName": "খঞ্জর", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "axe", + "langName": "কুঠার", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "hatchet", + "langName": "হ্যাচেট", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "stake", + "langName": "লাঠি", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "lance", + "langName": "বর্শা", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "trident", + "langName": "ত্রিশূল", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "bow_(weapon)", + "langName": "নম", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "arrow", + "langName": "তীর", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "scythe", + "langName": "কাস্তে", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "claw_(weapon)", + "langName": "নখর (অস্ত্র)", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "nose_hatchet", + "langName": "হ্যাচেট", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "gun", + "langName": "বন্দুক", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "handgun", + "langName": "পিস্তল", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "thompson_submachine_gun", + "langName": "থম্পসন সাবমেশিন বন্দুক", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "magazine_(weapon)", + "langName": "পত্রিকা (অস্ত্র)", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "dynamite", + "langName": "গ্লিসারিন ডিনামাইট", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "bomb", + "langName": "বোমা", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "track missiles", + "langName": "ট্র্যাকিং মিসাইল", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "cannon", + "langName": "কামান", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "tank", + "langName": "ট্যাঙ্ক", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "military_vehicle", + "langName": "সামরিক যানবাহন", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "motorcycle", + "langName": "মোটরসাইকেল", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "car", + "langName": "গাড়ী", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "watercraft", + "langName": "জাহাজ", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "ship", + "langName": "জাহাজ", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "machine", + "langName": "যান্ত্রিক", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "machinery", + "langName": "যান্ত্রিক অস্ত্র", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "mechanical_arms", + "langName": "রোবোটিক বাহু", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "mechanization", + "langName": "যান্ত্রিকীকরণ", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "robot_joints", + "langName": "যান্ত্রিক জয়েন্ট", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "variable_fighter", + "langName": "ম্যাক্রোস মেশিন", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "sorcerer's_sutra_scroll", + "langName": "শয়তানের সূত্র", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "scissors", + "langName": "কাঁচি", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "rifle,", + "langName": "রাইফেল", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "complex Trajectory", + "langName": "লেজ লেজ", + "object": "জিনিস", + "attribute": "অস্ত্র" + }, + { + "displayName": "food", + "langName": "খাদ্য", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "makizushi", + "langName": "নরি ​​রোল সুশি", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "onigiri", + "langName": "চালের বল", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "obento", + "langName": "সুবিধাজনক", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "ramen", + "langName": "হাতে টানা নুডল", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "noodles", + "langName": "নুডল", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "tempura", + "langName": "টেম্পুরা", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "wagashi", + "langName": "জাপানি মিষ্টান্ন", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "dango", + "langName": "ডাম্পলিংস", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "taiyaki", + "langName": "তাইয়াকি", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "sweet_potato", + "langName": "মিষ্টি আলু", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "cake", + "langName": "কেক", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "pancake", + "langName": "muffins", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "sweets", + "langName": "মিছরি", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "candy", + "langName": "মিছরি", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "candy_apple", + "langName": "মিছরি আপেল", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "candy_cane", + "langName": "ললিপপ", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "cookie", + "langName": "বিস্কুট", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "cream", + "langName": "ক্রিম", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "ice_cream", + "langName": "আইসক্রিম", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "doughnut", + "langName": "ডোনাট", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "pasties", + "langName": "পাই", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "sundae", + "langName": "sundae", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "burger", + "langName": "হ্যামবার্গার", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "egg", + "langName": "ডিম", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "meat", + "langName": "মাংস", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "fruit", + "langName": "ফল", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "apple", + "langName": "আপেল", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "peach", + "langName": "পীচ", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "aubergine", + "langName": "বেগুন", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "carrot", + "langName": "গাজর", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "chips", + "langName": "আলুর চিপস", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "potato_chips", + "langName": "আলুর চিপস", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "telstar", + "langName": "টেলস্টার ফুটবল", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "jam", + "langName": "জ্যাম", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "pocky", + "langName": "পকি", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "food_stand", + "langName": "খাবারের দোকান", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "food_in_mouth", + "langName": "মুখে খাবার", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "food_on_body", + "langName": "শরীরের উপর খাদ্য", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "food_print", + "langName": "খাদ্য মুদ্রণ", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "in_food", + "langName": "(চরিত্র) খাদ্যে", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "coffee", + "langName": "কফি", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "tea", + "langName": "চা", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "teacup", + "langName": "কাপ", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "sake", + "langName": "জাপানিদের জন্য", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "wine", + "langName": "ওয়াইন", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "drink", + "langName": "পানীয়", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "bottled_water", + "langName": "বোতলজাত পানি", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "A_sushi_roll", + "langName": "সুশি রোল", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "cigarette", + "langName": "সিগারেট", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "cotton_candy_", + "langName": "মার্শম্যালো", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "Gelatin", + "langName": "জেলটিন, পুডিং", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "kafuu_chino", + "langName": "Cavuccino", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "food_on_", + "langName": "মুখে খাবার", + "object": "জিনিস", + "attribute": "খাদ্য" + }, + { + "displayName": "mammal", + "langName": "স্তন্যপায়ী", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "reptile", + "langName": "সরীসৃপ", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "bird", + "langName": "পাখি", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "crow", + "langName": "কাক", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "penguin", + "langName": "পেঙ্গুইন", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "chick", + "langName": "ছানা", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "dragonfly", + "langName": "ড্রাগনফ্লাই", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "whale", + "langName": "তিমি", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "cat", + "langName": "বিড়াল", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "dog", + "langName": "কুকুর", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "fox", + "langName": "শিয়াল", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "bunny", + "langName": "খরগোশ", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "snow_bunny", + "langName": "স্নোশু খরগোশ", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "wolf", + "langName": "নেকড়ে", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "horse", + "langName": "ঘোড়া", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "cow", + "langName": "বলদ", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "tiger", + "langName": "বাঘ", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "bear", + "langName": "ভালুক", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "panda", + "langName": "পান্ডা", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "teddy_bear", + "langName": "টেডি বিয়ার", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "hamster", + "langName": "হ্যামস্টার", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "squirrel", + "langName": "কাঠবিড়ালি", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "snake", + "langName": "সাপ", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "dragon", + "langName": "ড্রাগন", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "eastern_dragon", + "langName": "ওরিয়েন্টাল ড্রাগন", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "loong", + "langName": "চাইনিজ ড্রাগন", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "slime", + "langName": "স্লাইম", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "bat", + "langName": "ব্যাট", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "shell", + "langName": "শেল", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "cat_teaser", + "langName": "মজার বিড়াল", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "dog_tags", + "langName": "কুকুর ট্যাগ", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "wriggle_nightbug", + "langName": "ক্রলিং নাইটওয়ার্ম", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "manjuu_(azur_lane)", + "langName": "বেশ কিচিরমিচির", + "object": "জিনিস", + "attribute": "পশু" + }, + { + "displayName": "plant", + "langName": "উদ্ভিদ", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "flower", + "langName": "ফুল", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "flower_bloom", + "langName": "ফুল ফোটে", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "bouquet", + "langName": "তোড়া", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "vase", + "langName": "দানি", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "orchid", + "langName": "অর্কিড", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "lily", + "langName": "লিলি", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "rose", + "langName": "গোলাপ", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "spider_lily", + "langName": "অন্য তীরের ফুল", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "hibiscus", + "langName": "হিবিস্কাস ফুল", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "hydrangea", + "langName": "হাইড্রেনজাস", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "cherry_blossoms", + "langName": "চেরি ফুল", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "plum_blossom", + "langName": "বরই বক্ষ", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "wisteria", + "langName": "উইস্টেরিয়া", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "lotus", + "langName": "পদ্ম", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "narcissu", + "langName": "নার্সিসাস", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "chrysanthemum", + "langName": "chrysanthemum", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "entangled_plants", + "langName": "জট গাছপালা", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "tree", + "langName": "গাছ", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "pine_tree", + "langName": "পাইন", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "palm_tree", + "langName": "পাম গাছ", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "maple_tree", + "langName": "ম্যাপেল", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "branch", + "langName": "শাখা", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "maple_leaf", + "langName": "ম্যাপেল পাতা", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "christmas_tree", + "langName": "ক্রিসমাস ট্রি", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "pumpkin", + "langName": "কুমড়া", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "jack-o'-lantern", + "langName": "কুমড়া লণ্ঠন", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "spring_onion", + "langName": "সবুজ পেঁয়াজ", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "bamboo", + "langName": "বাঁশ", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "bush", + "langName": "ঝোপ", + "object": "জিনিস", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "Sunlight", + "langName": "সূর্যালোক", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "Natural Lighting", + "langName": "প্রাকৃতিক আলো", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "Artificial Lighting", + "langName": "কৃত্রিম আলো", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "Studio Lighting", + "langName": "স্টুডিও আলো", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "Volumetric Lighting", + "langName": "আয়তনের আলো", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "volumetric Light", + "langName": "আয়তনের আলো", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "Volumetric", + "langName": "আয়তনের", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "Frontlight", + "langName": "উপরের আলো", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "Halfrear Lighting", + "langName": "হাফ সাইড ব্যাকলাইট", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "Backlight", + "langName": "ব্যাকলাইট", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "Rim Lighting", + "langName": "রিম আলো", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "Floodlight", + "langName": "ফ্লাডলাইট", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "LED light", + "langName": "LED আলো", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "Spotlight", + "langName": "স্পটলাইট", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "Marquee", + "langName": "মার্কি", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "Strobe", + "langName": "ফ্ল্যাশ", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "Strobe Light", + "langName": "ফ্ল্যাশ লাইট", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "Stroboscope", + "langName": "স্ট্রোব আলো", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "bright", + "langName": "উজ্জ্বল", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "Ultrabright", + "langName": "সুপার উজ্জ্বল", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "Electromagnetic Spectrum", + "langName": "ইলেক্ট্রোম্যাগনেটিক বর্ণালী", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "Infrared", + "langName": "ইনফ্রারেড", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "Ultraviolet", + "langName": "UV রশ্মি", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "UV", + "langName": "UV", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "X-Ray", + "langName": "এক্স-রে", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর উৎস" + }, + { + "displayName": "Cinematic Lighting", + "langName": "সিনেমাটিক আলো", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর প্রভাব" + }, + { + "displayName": "moody lighting", + "langName": "পরিবেষ্টিত আলো", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর প্রভাব" + }, + { + "displayName": "Tyndall effect", + "langName": "Tyndall প্রভাব", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর প্রভাব" + }, + { + "displayName": "light leaks", + "langName": "হালকা ফুটো প্রভাব", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর প্রভাব" + }, + { + "displayName": "glowing neon lights", + "langName": "নিয়ন লাইট", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর প্রভাব" + }, + { + "displayName": "Rays of Shimmering Light", + "langName": "ঝলকানি আলো", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর প্রভাব" + }, + { + "displayName": "Crepuscular Rays", + "langName": "আবছা আলো", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর প্রভাব" + }, + { + "displayName": "Crackle Tube", + "langName": "স্পার্ক টিউব", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর প্রভাব" + }, + { + "displayName": "Tesla Coil", + "langName": "টেসলা কয়েল", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর প্রভাব" + }, + { + "displayName": "Plasma Globe", + "langName": "প্লাজমা বল", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর প্রভাব" + }, + { + "displayName": "Glow Stick", + "langName": "গ্লো স্টিক", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর প্রভাব" + }, + { + "displayName": "Neon Lamp", + "langName": "নিয়ন লাইট", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর প্রভাব" + }, + { + "displayName": "lens flare", + "langName": "লেন্স ফ্লেয়ার (ব্যাকলাইটিং)", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর প্রভাব" + }, + { + "displayName": "Contre-Jour", + "langName": "দিনের বিপরীতে", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর প্রভাব" + }, + { + "displayName": "Rembrandt Lighting", + "langName": "রেমব্রান্ট আলো", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর প্রভাব" + }, + { + "displayName": "Split Lighting", + "langName": "স্প্লিট আলো", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর প্রভাব" + }, + { + "displayName": "Beautiful Lighting", + "langName": "সুন্দর আলো", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর প্রভাব" + }, + { + "displayName": "Accent Lighting", + "langName": "অ্যাকসেন্ট আলো", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর প্রভাব" + }, + { + "displayName": "Global Illumination", + "langName": "বিশ্বব্যাপী আলোকসজ্জা", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর প্রভাব" + }, + { + "displayName": "Lumen Global Illumination", + "langName": "লুমেন গ্লোবাল আলোকসজ্জা", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর প্রভাব" + }, + { + "displayName": "Screen Space Global Illumination", + "langName": "পর্দা স্থান বিশ্ব আলোকসজ্জা", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর প্রভাব" + }, + { + "displayName": "Ray Tracing Global Illumination", + "langName": "রে ট্রেসিং বিশ্ব আলোকসজ্জা", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলোর প্রভাব" + }, + { + "displayName": "Incandescent", + "langName": "ভাস্বর বাতি", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Fluorescent", + "langName": "ফ্লুরোসেন্ট", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Fluorescent Lamp", + "langName": "ফ্লুরোসেন্ট টিউব", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Halogen", + "langName": "হ্যালোজেন", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Halogen Lamp", + "langName": "হ্যালোজেন বাতি", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Xenon Lamp", + "langName": "জেনন বাতি", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Krypton Lamp", + "langName": "ক্রিপ্টন গ্যাস বাতি", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Argon Lamp", + "langName": "আর্গন বাতি", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Helium Lamp", + "langName": "হিলিয়াম বাতি", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Edison Bulb", + "langName": "এডিসন লাইট বাল্ব", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Vacuum Tube Lamp", + "langName": "ভ্যাকুয়াম টিউব ল্যাম্প", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Nixie Tube", + "langName": "নিক্সি টিউব", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Carbide Lamp", + "langName": "ক্যালসিয়াম কার্বাইড বাতি", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Argand Lamp", + "langName": "আরগান বাতি", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Diya Lamp", + "langName": "মাখন বাতি", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Lantern", + "langName": "লণ্ঠন", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Schwarz Lantern", + "langName": "কালো লণ্ঠন", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Nightlight", + "langName": "রাতের আলো", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Christmas Lights", + "langName": "ক্রিসমাস লাইট", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Optical Fiber", + "langName": "অপটিক্যাল ফাইবার", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Electroluminescent Wire", + "langName": "আলোকিত তার", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Laser", + "langName": "লেজার", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Flare", + "langName": "বিস্তার", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "rim light", + "langName": "রিম আলো", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "metallic luster", + "langName": "ধাতব দীপ্তি", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "background light", + "langName": "পটভূমি আলো", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "available light", + "langName": "প্রাকৃতিক আলো", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Electric Arc", + "langName": "চাপ", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Soft Lighting", + "langName": "নরম আলো", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "Hard Lighting", + "langName": "একদৃষ্টি", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "আলো" + }, + { + "displayName": "CRT", + "langName": "ক্যাথোড রে টিউব", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রদর্শন প্রযুক্তি" + }, + { + "displayName": "LCD", + "langName": "এলসিডি ডিসপ্লে", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রদর্শন প্রযুক্তি" + }, + { + "displayName": "LED", + "langName": "LED ডিসপ্লে", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রদর্শন প্রযুক্তি" + }, + { + "displayName": "OLED", + "langName": "OLED ডিসপ্লে", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রদর্শন প্রযুক্তি" + }, + { + "displayName": "AMOLED", + "langName": "AMOLED ডিসপ্লে", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রদর্শন প্রযুক্তি" + }, + { + "displayName": "7 Segment Display", + "langName": "সাত সেগমেন্ট ডিসপ্লে", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রদর্শন প্রযুক্তি" + }, + { + "displayName": "Dot Matrix Display", + "langName": "ডট ম্যাট্রিক্স প্রদর্শন", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রদর্শন প্রযুক্তি" + }, + { + "displayName": "Electroluminescent Display", + "langName": "ইলেক্ট্রোলুমিনেসেন্ট ডিসপ্লে", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রদর্শন প্রযুক্তি" + }, + { + "displayName": "Vacuum Fluorescent Display", + "langName": "ভ্যাকুয়াম ফ্লুরোসেন্ট ডিসপ্লে", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রদর্শন প্রযুক্তি" + }, + { + "displayName": "Phosphor Display", + "langName": "ফ্লুরোসেন্ট ডিসপ্লে", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রদর্শন প্রযুক্তি" + }, + { + "displayName": "Plasma Display", + "langName": "প্লাজমা প্রদর্শন", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রদর্শন প্রযুক্তি" + }, + { + "displayName": "Quantum Dot", + "langName": "কোয়ান্টাম বিন্দু", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রদর্শন প্রযুক্তি" + }, + { + "displayName": "Quantum Dot Display", + "langName": "কোয়ান্টাম ডট ডিসপ্লে", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রদর্শন প্রযুক্তি" + }, + { + "displayName": "Optics", + "langName": "অপটিক্স", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রদর্শন প্রযুক্তি" + }, + { + "displayName": "Rough", + "langName": "রুক্ষ", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রতিফলন/প্রতিসরণ" + }, + { + "displayName": "Matte", + "langName": "ম্যাট", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রতিফলন/প্রতিসরণ" + }, + { + "displayName": "Glossy", + "langName": "দীপ্তি", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রতিফলন/প্রতিসরণ" + }, + { + "displayName": "smooth", + "langName": "মসৃণ", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রতিফলন/প্রতিসরণ" + }, + { + "displayName": "Shiny", + "langName": "চকচকে", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রতিফলন/প্রতিসরণ" + }, + { + "displayName": "Reflective", + "langName": "প্রতিফলিত", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রতিফলন/প্রতিসরণ" + }, + { + "displayName": "Polished", + "langName": "পলিশিং", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রতিফলন/প্রতিসরণ" + }, + { + "displayName": "Shadows", + "langName": "ছায়া", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রতিফলন/প্রতিসরণ" + }, + { + "displayName": "Shimmer", + "langName": "শিমার", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রতিফলন/প্রতিসরণ" + }, + { + "displayName": "Shimmering", + "langName": "ঝকঝকে", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রতিফলন/প্রতিসরণ" + }, + { + "displayName": "Caustics", + "langName": "কস্টিকস", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রতিফলন/প্রতিসরণ" + }, + { + "displayName": "Refractive", + "langName": "প্রতিসরণ", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রতিফলন/প্রতিসরণ" + }, + { + "displayName": "reflection light", + "langName": "আলো প্রতিফলন", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রতিফলন/প্রতিসরণ" + }, + { + "displayName": "Ray Tracing Reflections", + "langName": "রে ট্রেসড প্রতিফলন", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রতিফলন/প্রতিসরণ" + }, + { + "displayName": "Lumen Reflections", + "langName": "লুমেন প্রতিফলন", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রতিফলন/প্রতিসরণ" + }, + { + "displayName": "Screen Space Reflections", + "langName": "পর্দা স্থান প্রতিফলন", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রতিফলন/প্রতিসরণ" + }, + { + "displayName": "ray tracing", + "langName": "রে ট্রেসিং", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রতিফলন/প্রতিসরণ" + }, + { + "displayName": "Ambient Occlusion", + "langName": "পরিবেষ্টিত অবরোধ", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রতিফলন/প্রতিসরণ" + }, + { + "displayName": "Scattering", + "langName": "বিক্ষিপ্ত", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রতিফলন/প্রতিসরণ" + }, + { + "displayName": "Diffraction Grading", + "langName": "বিবর্তন ঝাঁঝরি", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রতিফলন/প্রতিসরণ" + }, + { + "displayName": "RGB Displacement", + "langName": "আরজিবি শিফট", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "প্রতিফলন/প্রতিসরণ" + }, + { + "displayName": "Glowing", + "langName": "আভা", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "দীপ্তি" + }, + { + "displayName": "Glow-In-The-Dark", + "langName": "উজ্জ্বল", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "দীপ্তি" + }, + { + "displayName": "Bioluminescence", + "langName": "বায়োলুমিনিসেন্স", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "দীপ্তি" + }, + { + "displayName": "Photoluminescence", + "langName": "ফটোলুমিনেসেন্স", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "দীপ্তি" + }, + { + "displayName": "Chemiluminescence", + "langName": "কেমিলুমিনেসেন্স", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "দীপ্তি" + }, + { + "displayName": "Cathodoluminescence", + "langName": "ক্যাথোডোলুমিনিসেন্স", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "দীপ্তি" + }, + { + "displayName": "Electroluminescence", + "langName": "ইলেক্ট্রোলুমিনেসেন্স", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "দীপ্তি" + }, + { + "displayName": "Radioluminescence", + "langName": "রেডিওলুমিনেসেন্স", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "দীপ্তি" + }, + { + "displayName": "Fluorescence", + "langName": "ফ্লুরোসেন্স", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "দীপ্তি" + }, + { + "displayName": "Phosphorescence", + "langName": "ফসফরেসেন্স", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "দীপ্তি" + }, + { + "displayName": "Thermoluminescence", + "langName": "থার্মোলুমিনিসেন্স", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "দীপ্তি" + }, + { + "displayName": "Electrochemiluminescence", + "langName": "ইলেক্ট্রোকেমিলুমিনেসেন্স", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "দীপ্তি" + }, + { + "displayName": "Crystalloluminescence", + "langName": "স্ফটিক আভা", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "দীপ্তি" + }, + { + "displayName": "Piezoluminescence", + "langName": "পাইজোইলেকট্রিক লুমিনেসেন্স", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "দীপ্তি" + }, + { + "displayName": "Triboluminescence", + "langName": "triboluminescence", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "দীপ্তি" + }, + { + "displayName": "Mechanoluminescence", + "langName": "যান্ত্রিক আলোকসজ্জা", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "দীপ্তি" + }, + { + "displayName": "Lyoluminescence", + "langName": "ফটোলুমিনেসেন্স", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "দীপ্তি" + }, + { + "displayName": "Candoluminescence", + "langName": "মোমবাতি", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "দীপ্তি" + }, + { + "displayName": "Fractoluminescence", + "langName": "Shards জ্বলজ্বল", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "দীপ্তি" + }, + { + "displayName": "Sonoluminescence", + "langName": "সোনোলুমিনেসেন্স", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "দীপ্তি" + }, + { + "displayName": "Translucidluminescence", + "langName": "স্বচ্ছ আভা", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "দীপ্তি" + }, + { + "displayName": "Materiality", + "langName": "বস্তুগততা", + "object": "আলো এবং ছায়া প্রভাব", + "attribute": "দীপ্তি" + }, + { + "displayName": "black", + "langName": "কালো", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "darkgray", + "langName": "গাঢ় ধূসর", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "gray", + "langName": "ধূসর", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "lightslategray", + "langName": "উজ্জ্বল স্লেট ধূসর", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "slategray", + "langName": "ধূসর পাথরের রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "darkslategray", + "langName": "গাঢ় সবুজ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "lightgray", + "langName": "হালকা ধূসর", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "gainsboro", + "langName": "গেং এর ধূসর", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "white", + "langName": "সাদা", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "whitesmoke", + "langName": "সাদা ধোঁয়া রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "snow", + "langName": "তুষার সাদা", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "ghostwhite", + "langName": "ভূত সাদা", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "floralwhite", + "langName": "ফুল সাদা", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "linen", + "langName": "লিনেন রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "antiquewhite", + "langName": "প্রাচীন সাদা", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "oldlace", + "langName": "প্রেসবায়োপিয়া", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "ivory", + "langName": "হাতির দাঁত", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "seashell", + "langName": "শেল সাদা", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "mintcream", + "langName": "পুদিনা ক্রিম", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "honeydew", + "langName": "মধু রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "azure", + "langName": "আকাশী", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "aliceblue", + "langName": "এলিস নীল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "lavender", + "langName": "ল্যাভেন্ডার রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "lightsteelblue", + "langName": "হালকা ইস্পাত নীল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "slateblue", + "langName": "পাথর নীল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "mediumslateblue", + "langName": "মাঝারি স্লেট নীল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "lightblue", + "langName": "হালকা নীল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "powderblue", + "langName": "গুঁড়া নীল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "skyblue", + "langName": "গভীর আকাশ নীল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "cornflowerblue", + "langName": "কর্নফ্লাওয়ার নীল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "royalblue", + "langName": "রাজকীয় নীল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "mediumblue", + "langName": "মাঝারি নীল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "blue", + "langName": "নীল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "darkblue", + "langName": "গাঢ় নীল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "navy", + "langName": "নেভি ব্লু", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "midnightblue", + "langName": "মধ্যরাতের নীল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "teal", + "langName": "গাঢ় ধূসর নীল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "darkcyan", + "langName": "টিল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "cadetblue", + "langName": "গাঢ় সায়ান", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "mediumturquoise", + "langName": "গাঢ় ফিরোজা", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "darkturquoise", + "langName": "হালকা সমুদ্র সবুজ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "turquoise", + "langName": "মাঝারি ফিরোজা", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "paleturquoise", + "langName": "হালকা সায়ান", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "aquamarine", + "langName": "ফিরোজা", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "lightcyan", + "langName": "নীল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "cyan", + "langName": "ফিরোজা", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "dodgerblue", + "langName": "নীলকে ফাঁকি দেওয়া", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "darkgreen", + "langName": "সবুজ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "green", + "langName": "বন সবুজ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "forestgreen", + "langName": "সমুদ্র সবুজ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "seagreen", + "langName": "ঝোংহাই সবুজ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "mediumseagreen", + "langName": "মাঝারি পান্না রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "mediumaquamarine", + "langName": "গাঢ় সমুদ্র সবুজ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "darkseagreen", + "langName": "ফিরোজা", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "lightseagreen", + "langName": "মিলিটারি নীল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "springgreen", + "langName": "মধ্য বসন্ত সবুজ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "mediumspringgreen", + "langName": "লন সবুজ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "lightgreen", + "langName": "সবুজ ঘাস", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "palegreen", + "langName": "হালকা সবুজ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "lime", + "langName": "চুন সবুজ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "limegreen", + "langName": "জলপাই বাদামী", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "lawngreen", + "langName": "Chartreuse সবুজ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "chartreuse", + "langName": "হলুদ-সবুজ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "greenyellow", + "langName": "চুন কমলা", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "yellowgreen", + "langName": "জলপাই সবুজ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "darkolivegreen", + "langName": "জলপাই রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "olivedrab", + "langName": "জলপাই বাদামী", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "olive", + "langName": "জলপাই রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "darkkhaki", + "langName": "অন্ধকার খাকি", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "khaki", + "langName": "খাকি", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "palegoldenrod", + "langName": "হালকা গোল্ডেনরড", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "lightyellow", + "langName": "হালকা হলুদ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "lightgoldenrodyellow", + "langName": "উজ্জ্বল সোনালী হলুদ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "lemonchiffon", + "langName": "লেবু সিল্ক রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "beige", + "langName": "বেইজ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "cornsilk", + "langName": "ভুট্টার রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "wheat", + "langName": "গমের রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "burlywood", + "langName": "অ্যাম্বার", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "gold", + "langName": "সোনা", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "yellow", + "langName": "হলুদ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "darkorange", + "langName": "গাঢ় কমলা", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "orange", + "langName": "কমলা রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "sandybrown", + "langName": "কমলা বাদামী", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "peachpuff", + "langName": "পীচ মাংসের রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "papayawhip", + "langName": "পেঁপের রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "blanchedalmond", + "langName": "ব্লিচ করা বাদাম", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "bisque", + "langName": "বিস্কুটের রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "moccasin", + "langName": "মোকাসিন রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "navajowhite", + "langName": "নাভাজো হোয়াইট", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "peru", + "langName": "পেরুভিয়ান রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "darkgoldenrod", + "langName": "গাঢ় গোল্ডেনরড", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "goldenrod", + "langName": "গোল্ডেন ক্রাইস্যান্থেমাম", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "chocolate", + "langName": "চকোলেট রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "saddlebrown", + "langName": "জিন বাদামী", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "sienna", + "langName": "হলুদ মাটির গেরুয়া", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "rosybrown", + "langName": "গোলাপ বাদামী", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "darksalmon", + "langName": "গাঢ় স্যামন রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "salmon", + "langName": "স্যামন মাংসের রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "lightsalmon", + "langName": "উজ্জ্বল স্যামন রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "indianred", + "langName": "ভারতীয় লাল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "firebrick", + "langName": "অবাধ্য ইটের রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "brown", + "langName": "বাদামী", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "maroon", + "langName": "মেরুন", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "darkred", + "langName": "গাঢ় লাল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "red", + "langName": "লাল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "orangered", + "langName": "কমলা লাল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "tomato", + "langName": "টমেটো লাল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "crimson", + "langName": "গাঢ় গোলাপী", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "coral", + "langName": "প্রবাল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "lightpink", + "langName": "হালকা গোলাপী", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "pink", + "langName": "গোলাপী", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "hotpink", + "langName": "গরম গোলাপী", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "deeppink", + "langName": "গাঢ় গোলাপী", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "palevioletred", + "langName": "লিলাক লাল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "mediumvioletred", + "langName": "মাঝারি বেগুনি লাল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "lavenderblush", + "langName": "ল্যাভেন্ডার", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "lightcoral", + "langName": "হালকা প্রবাল রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "plum", + "langName": "বরই রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "mediumorchid", + "langName": "মাঝারি অর্কিড বেগুনি", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "violet", + "langName": "বেগুনি", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "magenta", + "langName": "ম্যাজেন্টা", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "fuchsia", + "langName": "বেগুনি লাল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "darkmagenta", + "langName": "গাঢ় ম্যাজেন্টা", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "purple", + "langName": "বেগুনি", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "darkorchid", + "langName": "গাঢ় অর্কিড বেগুনি", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "darkviolet", + "langName": "গাঢ় বেগুনি", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "blueviolet", + "langName": "নীল বেগুনি", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "mediumpurple", + "langName": "মাঝারি বেগুনি", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "indigo", + "langName": "নীল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "light_brown", + "langName": "হালকা বাদামী", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "dark_pink", + "langName": "গাঢ় গোলাপী", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "blonde", + "langName": "সোনালি হলুদ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "silver", + "langName": "রূপা", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "mistyrose", + "langName": "কুয়াশা গোলাপ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "steelblue", + "langName": "ইস্পাত নীল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "thistle", + "langName": "থিসল রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "darkslateblue", + "langName": "গাঢ় ধূসর নীল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "Iridescent", + "langName": "রং পরিবর্তন", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "Chromatic", + "langName": "রঙিন", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "Dispersion", + "langName": "বিচ্ছুরণ (যে ঘটনাটিতে বিভিন্ন রঙের আলো আলাদা করা হয়)", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "Prismatic", + "langName": "প্রিজম প্রভাব", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ" + }, + { + "displayName": "yellow color scheme", + "langName": "হলুদ প্রধান রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Warm Color Palette", + "langName": "উষ্ণ রং", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Cool Color Palette", + "langName": "শীতল রং", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Colorful", + "langName": "রঙিন", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Spectral Color", + "langName": "বর্ণালী রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Inverted Colors", + "langName": "বিপরীত রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Chroma", + "langName": "ক্রোমা", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Dichromatism", + "langName": "dichroism", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Tetrachromacy", + "langName": "টেট্রাক্রোম্যাটিক দৃষ্টি", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Saturated", + "langName": "স্যাচুরেশন", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Neon", + "langName": "নিয়ন", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Electric Colors", + "langName": "ইলেকট্রনিক রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Tonal Colors", + "langName": "আভা রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Vivid Colors", + "langName": "উজ্জ্বল রং", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Complimentary-Colors", + "langName": "পরিপূরক রং", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Split-Complementary-Colors", + "langName": "বিভক্ত পরিপূরক রং", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Supplementary-Colors", + "langName": "পরিপূরক রং", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Analogous-Colors", + "langName": "অনুরূপ রং", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Triadic-Colors", + "langName": "ত্রয়ী রং", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Tetradic-Colors", + "langName": "চার রঙ (আয়তক্ষেত্রাকার রঙের মিল)", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Polychromatic-Colors", + "langName": "বহু রঙের", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Light", + "langName": "উজ্জ্বল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Dark", + "langName": "অন্ধকার", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Light Mode", + "langName": "হালকা মোড", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Dark Mode", + "langName": "অন্ধকার মোড", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Tones of Black", + "langName": "কালো টোন", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Tones of Black in Background", + "langName": "ব্যাকগ্রাউন্ড কালো টোন", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Light Blue Background", + "langName": "হালকা নীল পটভূমি", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Light Blue Foreground", + "langName": "হালকা নীল অগ্রভাগ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "Light Blue", + "langName": "হালকা নীল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "nostalgia", + "langName": "নস্টালজিক", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "High saturation", + "langName": "উচ্চ স্যাচুরেশন", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট" + }, + { + "displayName": "monochrome", + "langName": "একরঙা", + "object": "রঙিন পরিবেশ", + "attribute": "একরঙা প্যালেট" + }, + { + "displayName": "Black and White", + "langName": "কালো এবং সাদা", + "object": "রঙিন পরিবেশ", + "attribute": "একরঙা প্যালেট" + }, + { + "displayName": "Desaturated", + "langName": "ডিস্যাচুরেট করা", + "object": "রঙিন পরিবেশ", + "attribute": "একরঙা প্যালেট" + }, + { + "displayName": "Sepia", + "langName": "সেপিয়া টোন (পুরানো ফটোগুলির চেহারা অনুকরণ করে, একটি নস্টালজিক বা বিপরীতমুখী অনুভূতি দেয়)", + "object": "রঙিন পরিবেশ", + "attribute": "একরঙা প্যালেট" + }, + { + "displayName": "flat_color", + "langName": "সমতল রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "একরঙা প্যালেট" + }, + { + "displayName": "spot_color", + "langName": "কঠিন রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "একরঙা প্যালেট" + }, + { + "displayName": "halftone", + "langName": "হাফটোন", + "object": "রঙিন পরিবেশ", + "attribute": "একরঙা প্যালেট" + }, + { + "displayName": "greyscale", + "langName": "গ্রেস্কেল", + "object": "রঙিন পরিবেশ", + "attribute": "একরঙা প্যালেট" + }, + { + "displayName": "partially_colored", + "langName": "আংশিক রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "একরঙা প্যালেট" + }, + { + "displayName": "contour_deepening", + "langName": "কনট্যুর গভীর হয়", + "object": "রঙিন পরিবেশ", + "attribute": "একরঙা প্যালেট" + }, + { + "displayName": "(lineart)", + "langName": "লাইনগুলি আরও ঘন হয়", + "object": "রঙিন পরিবেশ", + "attribute": "একরঙা প্যালেট" + }, + { + "displayName": "outline", + "langName": "কনট্যুর লাইন", + "object": "রঙিন পরিবেশ", + "attribute": "একরঙা প্যালেট" + }, + { + "displayName": "high_contrast", + "langName": "উচ্চ বৈসাদৃশ্য", + "object": "রঙিন পরিবেশ", + "attribute": "বৈপরীত্য" + }, + { + "displayName": "low_contrast", + "langName": "কম বৈসাদৃশ্য", + "object": "রঙিন পরিবেশ", + "attribute": "বৈপরীত্য" + }, + { + "displayName": "RGB", + "langName": "লাল সবুজ নীল", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট মনিটর" + }, + { + "displayName": "CMYK", + "langName": "সিএমওয়াইকে", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট মনিটর" + }, + { + "displayName": "VGA", + "langName": "ভিজিএ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট মনিটর" + }, + { + "displayName": "EGA", + "langName": "EGA", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট মনিটর" + }, + { + "displayName": "CGA", + "langName": "সিজিএ", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট মনিটর" + }, + { + "displayName": "HDR", + "langName": "এইচডিআর", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট মনিটর" + }, + { + "displayName": "Atari Graphics", + "langName": "আটারি গ্রাফিক্স", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট মনিটর" + }, + { + "displayName": "IIGS Graphics", + "langName": "আইআইজিএস গ্রাফিক্স", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট মনিটর" + }, + { + "displayName": "Amiga OCS Graphics", + "langName": "Amiga OCS গ্রাফিক্স", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট মনিটর" + }, + { + "displayName": "sRGB", + "langName": "sRGB", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট মনিটর" + }, + { + "displayName": "Adobe RGB", + "langName": "অ্যাডোব আরজিবি", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট মনিটর" + }, + { + "displayName": "DCI-P3", + "langName": "DCI-P3", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট মনিটর" + }, + { + "displayName": "HSV", + "langName": "হিউ, স্যাচুরেশন, লঘুতা", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট মনিটর" + }, + { + "displayName": "HSL", + "langName": "হিউ, স্যাচুরেশন, উজ্জ্বলতা", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট মনিটর" + }, + { + "displayName": "HCL", + "langName": "হিউ, ক্রোমা, আলোকসজ্জা", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট মনিটর" + }, + { + "displayName": "YCbCr", + "langName": "ikB", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট মনিটর" + }, + { + "displayName": "YPbPr", + "langName": "wxya", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট মনিটর" + }, + { + "displayName": "scRGB", + "langName": "একরঙা আরজিবি", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট মনিটর" + }, + { + "displayName": "Coloroid", + "langName": "কালারয়েড", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট মনিটর" + }, + { + "displayName": "Pantone", + "langName": "প্যানটোন", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট মনিটর" + }, + { + "displayName": "ProPhoto RGB", + "langName": "প্রোফোটো আরজিবি", + "object": "রঙিন পরিবেশ", + "attribute": "রঙ প্যালেট মনিটর" + }, + { + "displayName": "1-bit", + "langName": "1 জায়গা", + "object": "রঙিন পরিবেশ", + "attribute": "বিট" + }, + { + "displayName": "2-bit", + "langName": "2 সংখ্যা", + "object": "রঙিন পরিবেশ", + "attribute": "বিট" + }, + { + "displayName": "3-bit", + "langName": "3 সংখ্যা", + "object": "রঙিন পরিবেশ", + "attribute": "বিট" + }, + { + "displayName": "4-bit", + "langName": "4 সংখ্যা", + "object": "রঙিন পরিবেশ", + "attribute": "বিট" + }, + { + "displayName": "6-bit", + "langName": "6 বিট", + "object": "রঙিন পরিবেশ", + "attribute": "বিট" + }, + { + "displayName": "8-bit", + "langName": "8 বিট", + "object": "রঙিন পরিবেশ", + "attribute": "বিট" + }, + { + "displayName": "12-bit", + "langName": "12 বিট", + "object": "রঙিন পরিবেশ", + "attribute": "বিট" + }, + { + "displayName": "16-bit", + "langName": "16 বিট", + "object": "রঙিন পরিবেশ", + "attribute": "বিট" + }, + { + "displayName": "4-bit RGB", + "langName": "4-বিট আরজিবি", + "object": "রঙিন পরিবেশ", + "attribute": "বিট" + }, + { + "displayName": "8-bit RGB", + "langName": "8-বিট আরজিবি", + "object": "রঙিন পরিবেশ", + "attribute": "বিট" + }, + { + "displayName": "12-bit RGB", + "langName": "12-বিট আরজিবি", + "object": "রঙিন পরিবেশ", + "attribute": "বিট" + }, + { + "displayName": "16-bit RGB", + "langName": "16-বিট আরজিবি", + "object": "রঙিন পরিবেশ", + "attribute": "বিট" + }, + { + "displayName": "Technicolor", + "langName": "প্রযুক্তিগত রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "চলচ্চিত্র নির্মাণ" + }, + { + "displayName": "Kinemacolor", + "langName": "ফিল্ম রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "চলচ্চিত্র নির্মাণ" + }, + { + "displayName": "Kodachrome", + "langName": "কোডাক্রোম", + "object": "রঙিন পরিবেশ", + "attribute": "চলচ্চিত্র নির্মাণ" + }, + { + "displayName": "Cinecolor", + "langName": "সিনেমার রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "চলচ্চিত্র নির্মাণ" + }, + { + "displayName": "Agfacolor", + "langName": "আগফা রঙ", + "object": "রঙিন পরিবেশ", + "attribute": "চলচ্চিত্র নির্মাণ" + }, + { + "displayName": "dynamic pose", + "langName": "গতিশীল ভঙ্গি (শক্তিশালী)", + "object": "ফটোগ্রাফি", + "attribute": "দৃষ্টিকোণ" + }, + { + "displayName": "dynamic_angle", + "langName": "গতিশীল কোণ", + "object": "ফটোগ্রাফি", + "attribute": "দৃষ্টিকোণ" + }, + { + "displayName": "from_above", + "langName": "উপর থেকে গুলি", + "object": "ফটোগ্রাফি", + "attribute": "দৃষ্টিকোণ" + }, + { + "displayName": "from_below", + "langName": "নিচ থেকে গুলি", + "object": "ফটোগ্রাফি", + "attribute": "দৃষ্টিকোণ" + }, + { + "displayName": "cinematic_angle", + "langName": "সিনেমার কোণ", + "object": "ফটোগ্রাফি", + "attribute": "দৃষ্টিকোণ" + }, + { + "displayName": "dutch angle", + "langName": "কাত কোণ", + "object": "ফটোগ্রাফি", + "attribute": "দৃষ্টিকোণ" + }, + { + "displayName": "foreshortening", + "langName": "দৃষ্টিকোণ", + "object": "ফটোগ্রাফি", + "attribute": "দৃষ্টিকোণ" + }, + { + "displayName": "fisheye", + "langName": "দূরবর্তী দৃষ্টিকোণ পেইন্টিং", + "object": "ফটোগ্রাফি", + "attribute": "দৃষ্টিকোণ" + }, + { + "displayName": "camera level/Parallel angles", + "langName": "ক্যামেরা সমান্তরাল", + "object": "ফটোগ্রাফি", + "attribute": "দৃষ্টিকোণ" + }, + { + "displayName": "horizontal view angle", + "langName": "অনুভূমিক দেখার কোণ", + "object": "ফটোগ্রাফি", + "attribute": "দৃষ্টিকোণ" + }, + { + "displayName": "isometric view", + "langName": "আইসোমেট্রিক ভিউ", + "object": "ফটোগ্রাফি", + "attribute": "দৃষ্টিকোণ" + }, + { + "displayName": "Aerial View", + "langName": "শীর্ষ দৃশ্য", + "object": "ফটোগ্রাফি", + "attribute": "দৃষ্টিকোণ" + }, + { + "displayName": "Top-View", + "langName": "শীর্ষ দৃশ্য", + "object": "ফটোগ্রাফি", + "attribute": "দৃষ্টিকোণ" + }, + { + "displayName": "Side-View", + "langName": "পার্শ্ব দৃশ্য", + "object": "ফটোগ্রাফি", + "attribute": "দৃষ্টিকোণ" + }, + { + "displayName": "Satellite-View", + "langName": "স্যাটেলাইট ভিউ", + "object": "ফটোগ্রাফি", + "attribute": "দৃষ্টিকোণ" + }, + { + "displayName": "phone_screen", + "langName": "মোবাইল ফোনের পর্দা", + "object": "ফটোগ্রাফি", + "attribute": "রচনা" + }, + { + "displayName": "multiple_views", + "langName": "বহু-দৃষ্টিকোণ পচন", + "object": "ফটোগ্রাফি", + "attribute": "রচনা" + }, + { + "displayName": "mirror selfie", + "langName": "মিরর সেলফি", + "object": "ফটোগ্রাফি", + "attribute": "রচনা" + }, + { + "displayName": "three-quarter view", + "langName": "3/4 দৃষ্টিকোণ", + "object": "ফটোগ্রাফি", + "attribute": "রচনা" + }, + { + "displayName": "front_view", + "langName": "সামনের দৃশ্য", + "object": "ফটোগ্রাফি", + "attribute": "রচনা" + }, + { + "displayName": "from_side", + "langName": "পার্শ্ব দৃশ্য", + "object": "ফটোগ্রাফি", + "attribute": "রচনা" + }, + { + "displayName": "from_outside", + "langName": "বাইরে থেকে ভিতরে", + "object": "ফটোগ্রাফি", + "attribute": "রচনা" + }, + { + "displayName": "from_back", + "langName": "পিছনের দৃশ্য", + "object": "ফটোগ্রাফি", + "attribute": "রচনা" + }, + { + "displayName": "from behind", + "langName": "পিছনের দৃশ্য", + "object": "ফটোগ্রাফি", + "attribute": "রচনা" + }, + { + "displayName": "Macro View", + "langName": "মাইক্রোস্কোপিক দৃশ্য", + "object": "ফটোগ্রাফি", + "attribute": "রচনা" + }, + { + "displayName": "Product-View", + "langName": "পণ্য দৃশ্য", + "object": "ফটোগ্রাফি", + "attribute": "রচনা" + }, + { + "displayName": "Closeup-View", + "langName": "ক্লোজ-আপ ভিউ", + "object": "ফটোগ্রাফি", + "attribute": "রচনা" + }, + { + "displayName": "First-Person", + "langName": "প্রথম ব্যক্তি", + "object": "ফটোগ্রাফি", + "attribute": "রচনা" + }, + { + "displayName": "First-Person view", + "langName": "প্রথম ব্যক্তির দৃষ্টিকোণ", + "object": "ফটোগ্রাফি", + "attribute": "রচনা" + }, + { + "displayName": "Third-Person", + "langName": "তৃতীয় ব্যক্তি", + "object": "ফটোগ্রাফি", + "attribute": "রচনা" + }, + { + "displayName": "Third-Person View", + "langName": "তৃতীয় ব্যক্তির দৃষ্টিকোণ", + "object": "ফটোগ্রাফি", + "attribute": "রচনা" + }, + { + "displayName": "Perspective", + "langName": "দৃষ্টিকোণ দৃষ্টিভঙ্গি", + "object": "ফটোগ্রাফি", + "attribute": "রচনা" + }, + { + "displayName": "Field of View", + "langName": "দৃশ্য ক্ষেত্র", + "object": "ফটোগ্রাফি", + "attribute": "রচনা" + }, + { + "displayName": "Extreme Close-up", + "langName": "চিবুকের উপরে", + "object": "ফটোগ্রাফি", + "attribute": "দেখার উচ্চতা" + }, + { + "displayName": "Medium Close-up", + "langName": "ঘাড়ের উপরে", + "object": "ফটোগ্রাফি", + "attribute": "দেখার উচ্চতা" + }, + { + "displayName": "Full Close-up", + "langName": "কলারবোনের উপরে", + "object": "ফটোগ্রাফি", + "attribute": "দেখার উচ্চতা" + }, + { + "displayName": "Wide Close-up", + "langName": "কাঁধের উপরে", + "object": "ফটোগ্রাফি", + "attribute": "দেখার উচ্চতা" + }, + { + "displayName": "Close Shot", + "langName": "বুকের উপরে", + "object": "ফটোগ্রাফি", + "attribute": "দেখার উচ্চতা" + }, + { + "displayName": "Medium Close Shot", + "langName": "নাভির উপরে", + "object": "ফটোগ্রাফি", + "attribute": "দেখার উচ্চতা" + }, + { + "displayName": "Medium Shot", + "langName": "নাভির উপরে", + "object": "ফটোগ্রাফি", + "attribute": "দেখার উচ্চতা" + }, + { + "displayName": "Medium Full Shot", + "langName": "হাঁটুর উপরে", + "object": "ফটোগ্রাফি", + "attribute": "দেখার উচ্চতা" + }, + { + "displayName": "Full Shot", + "langName": "সম্পূর্ণ শরীরের প্রতিকৃতি", + "object": "ফটোগ্রাফি", + "attribute": "দেখার উচ্চতা" + }, + { + "displayName": "mid_shot", + "langName": "মাঝারি শট", + "object": "ফটোগ্রাফি", + "attribute": "দেখার উচ্চতা" + }, + { + "displayName": "bust", + "langName": "আবক্ষ মূর্তি", + "object": "ফটোগ্রাফি", + "attribute": "দেখার উচ্চতা" + }, + { + "displayName": "upper_body", + "langName": "শরীরের উপরের অংশ", + "object": "ফটোগ্রাফি", + "attribute": "দেখার উচ্চতা" + }, + { + "displayName": "lower_body", + "langName": "নিম্ন শরীর", + "object": "ফটোগ্রাফি", + "attribute": "দেখার উচ্চতা" + }, + { + "displayName": "cowboy_shot", + "langName": "উপরের শরীর + উপরের উরু (ডেনিম লেন্স)", + "object": "ফটোগ্রাফি", + "attribute": "দেখার উচ্চতা" + }, + { + "displayName": "portrait", + "langName": "প্রতিকৃতি (মুখ + কাঁধ + মাঝে মাঝে বুক)", + "object": "ফটোগ্রাফি", + "attribute": "দেখার উচ্চতা" + }, + { + "displayName": "very close portrait", + "langName": "পোর্ট্রেট বন্ধ করুন (ক্যামেরা কাছাকাছি)", + "object": "ফটোগ্রাফি", + "attribute": "দেখার উচ্চতা" + }, + { + "displayName": "profile", + "langName": "প্রোফাইল পোর্ট্রেট (প্রতিকৃতির প্রোফাইল সংস্করণ)", + "object": "ফটোগ্রাফি", + "attribute": "দেখার উচ্চতা" + }, + { + "displayName": "close-up", + "langName": "ক্লোজ-আপ", + "object": "ফটোগ্রাফি", + "attribute": "দেখার উচ্চতা" + }, + { + "displayName": "focus on face", + "langName": "মুখের উপর ফোকাস করুন", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "full-body shot", + "langName": "সম্পূর্ণ শরীরের শট", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "foreground focus", + "langName": "সামনে ফোকাস", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "wide_shot", + "langName": "প্যানোরামিক লেন্স (ওয়াইড অ্যাঙ্গেল লেন্স)", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "macro_shot", + "langName": "ম্যাক্রো লেন্স", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "inset", + "langName": "অতিরিক্ত ফুটেজ বা ছবি ঢোকান", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "cross-section", + "langName": "বিভাগীয় দৃশ্য", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "male focus", + "langName": "পুরুষ ফোকাস (মহিলা ফোকাস)", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "solo_focus", + "langName": "একটি একক চরিত্রে ফোকাস করুন (জটিল দৃশ্যের জন্য উপযুক্ত)", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "xx_focus", + "langName": "xx এর উপর ফোকাস করুন", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "face_focus", + "langName": "মুখের উপর ফোকাস করুন", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "eyes_focus", + "langName": "চোখের উপর ফোকাস করুন", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "foot_focus", + "langName": "পায়ে ফোকাস করুন", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "hip_focus", + "langName": "নিতম্বের দিকে মনোযোগ দিন", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "ass_focus", + "langName": "বাট উপর ফোকাস", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "vehicle_focus", + "langName": "গাড়ির উপর ফোকাস করুন (গাড়ি)", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "turn_one's_back", + "langName": "ক্যামেরায় ফিরে যান", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "between_legs", + "langName": "(জোর) পায়ের মধ্যে", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "between_breasts", + "langName": "(প্রসারিত) বুক", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "between_fingers", + "langName": "(প্রধানতা) আঙ্গুলের মধ্যে", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "peeking", + "langName": "উঁকি", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "peeking_out", + "langName": "উঁকি দেওয়া (ভঙ্গিমা)", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "peeping", + "langName": "ভয়েউর (দৃষ্টিভঙ্গির উপর জোর দেওয়া)", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "midriff_peek", + "langName": "নাভি উঁকি", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "armpit_peek", + "langName": "বগল উঁকি", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "pussy_peek", + "langName": "পুক্সি উঁকি", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "panty_peek", + "langName": "প্যান্টি উঁকি", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "pantyshot", + "langName": "অন্তর্বাস খোলা", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "caught", + "langName": "অ্যাকশনে ধরা পড়ে", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "upskirt", + "langName": "আপস্কার্ট ভিউ", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স ফোকাস" + }, + { + "displayName": "Macro", + "langName": "ম্যাক্রো", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স/অপটিক্যাল ইফেক্ট" + }, + { + "displayName": "Telephoto", + "langName": "টেলিফটো", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স/অপটিক্যাল ইফেক্ট" + }, + { + "displayName": "Magnification", + "langName": "বড় করা", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স/অপটিক্যাল ইফেক্ট" + }, + { + "displayName": "Microscopic", + "langName": "মাইক্রোস্কোপিক", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স/অপটিক্যাল ইফেক্ট" + }, + { + "displayName": "Electron Microscope", + "langName": "ইলেক্ট্রন মাইক্রোস্কোপ", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স/অপটিক্যাল ইফেক্ট" + }, + { + "displayName": "Super-Resolution Microscopy", + "langName": "সুপার রেজোলিউশন মাইক্রোস্কোপি", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স/অপটিক্যাল ইফেক্ট" + }, + { + "displayName": "Wide Angle", + "langName": "প্রশস্ত কোণ", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স/অপটিক্যাল ইফেক্ট" + }, + { + "displayName": "Ultra-Wide Angle", + "langName": "সুপার ওয়াইড অ্যাঙ্গেল", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স/অপটিক্যাল ইফেক্ট" + }, + { + "displayName": "panorama", + "langName": "প্যানোরামিক", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স/অপটিক্যাল ইফেক্ট" + }, + { + "displayName": "360 Panorama", + "langName": "360 প্যানোরামা", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স/অপটিক্যাল ইফেক্ট" + }, + { + "displayName": "360 Angle", + "langName": "360 ডিগ্রী ভিউ", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স/অপটিক্যাল ইফেক্ট" + }, + { + "displayName": "Fisheye Lens", + "langName": "ফিশআই লেন্স", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স/অপটিক্যাল ইফেক্ট" + }, + { + "displayName": "Fisheye Lens Effect", + "langName": "ফিশআই লেন্স প্রভাব", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স/অপটিক্যাল ইফেক্ট" + }, + { + "displayName": "Miniature Faking", + "langName": "ক্ষুদ্র মডেল প্রভাব", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স/অপটিক্যাল ইফেক্ট" + }, + { + "displayName": "Brenizer Method", + "langName": "সর্পিল শট", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স/অপটিক্যাল ইফেক্ট" + }, + { + "displayName": "Panini Projection", + "langName": "পাণিনি অভিক্ষেপ", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স/অপটিক্যাল ইফেক্ট" + }, + { + "displayName": "Orthographic", + "langName": "অর্থোগ্রাফিক অভিক্ষেপ", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স/অপটিক্যাল ইফেক্ট" + }, + { + "displayName": "Isometric", + "langName": "আইসোমেট্রিক প্রজেকশন", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স/অপটিক্যাল ইফেক্ট" + }, + { + "displayName": "DOF", + "langName": "ক্ষেত্রের গভীরতা", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স/অপটিক্যাল ইফেক্ট" + }, + { + "displayName": "landscape", + "langName": "ল্যান্ডস্কেপ শট (দীর্ঘ শট)", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স/অপটিক্যাল ইফেক্ট" + }, + { + "displayName": "Sharp Focus", + "langName": "তীক্ষ্ণ ফোকাস", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স/অপটিক্যাল ইফেক্ট" + }, + { + "displayName": "Zoom", + "langName": "জুম", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স/অপটিক্যাল ইফেক্ট" + }, + { + "displayName": "Dolly Zoom", + "langName": "ডলি জুম", + "object": "ফটোগ্রাফি", + "attribute": "লেন্স/অপটিক্যাল ইফেক্ট" + }, + { + "displayName": "Portrait Photogram", + "langName": "প্রতিকৃতি", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "Photorealistic", + "langName": "ফটোরিয়ালিজম", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "Cinematic", + "langName": "সিনেমাটিক অনুভূতি", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "Color Grading", + "langName": "রঙ গ্রেডিং", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "Dramatic", + "langName": "নাটকীয়", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "Editorial Photography", + "langName": "সম্পাদকীয় ফটোগ্রাফি", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "filmic", + "langName": "সিনেমাটিক মান", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "film still", + "langName": "ফিল্ম স্থির ছবি", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "film grain", + "langName": "ফিল্ম শস্য", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "Glamor Shot", + "langName": "কমনীয় শট", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "Golden Hour", + "langName": "প্রাইম টাইম", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "High-Speed Photograph", + "langName": "উচ্চ গতির ফটোগ্রাফি", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "Intentional camera movement", + "langName": "ইচ্ছাকৃত ক্যামেরা আন্দোলন", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "Paparazzi Photography", + "langName": "পাপারাজ্জি ফটোগ্রাফি", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "Photography", + "langName": "ফটোগ্রাফি", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "Photoshoot", + "langName": "ছবির অঙ্কুর", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "photo", + "langName": "ফটো", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "polaroid", + "langName": "ফটো (পোলারয়েড)", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "poster,caustics", + "langName": "পোস্টার/থিম ফোকাস", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "Kaleidoscope Photography", + "langName": "ক্যালিডোস্কোপ ফটোগ্রাফি", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "Photojournalism", + "langName": "ফটো সাংবাদিকতা", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "Time-Lapse", + "langName": "টাইম ল্যাপস ফটোগ্রাফি", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "Satellite Imagery", + "langName": "স্যাটেলাইট ছবি", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "War Photography", + "langName": "যুদ্ধের ফটোগ্রাফি", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "Wildlife Photography", + "langName": "বন্যপ্রাণী ফটোগ্রাফি", + "object": "ফটোগ্রাফি", + "attribute": "ফটোগ্রাফি শৈলী" + }, + { + "displayName": "Blurry", + "langName": "অস্পষ্ট", + "object": "ফটোগ্রাফি", + "attribute": "ঝাপসা/বিকৃতি" + }, + { + "displayName": "Blur Effect", + "langName": "ঝাপসা প্রভাব", + "object": "ফটোগ্রাফি", + "attribute": "ঝাপসা/বিকৃতি" + }, + { + "displayName": "Tilt Blur", + "langName": "ঝাপসা কাত", + "object": "ফটোগ্রাফি", + "attribute": "ঝাপসা/বিকৃতি" + }, + { + "displayName": "Lens Distortion", + "langName": "লেন্স বিকৃতি", + "object": "ফটোগ্রাফি", + "attribute": "ঝাপসা/বিকৃতি" + }, + { + "displayName": "flash photography", + "langName": "ফ্ল্যাশ ফটোগ্রাফি", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা সেটিংস" + }, + { + "displayName": "Exposure", + "langName": "প্রকাশ", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা সেটিংস" + }, + { + "displayName": "Short Exposure", + "langName": "সংক্ষিপ্ত এক্সপোজার", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা সেটিংস" + }, + { + "displayName": "Long Exposure", + "langName": "দীর্ঘ এক্সপোজার", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা সেটিংস" + }, + { + "displayName": "Double-Exposure", + "langName": "ডবল এক্সপোজার", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা সেটিংস" + }, + { + "displayName": "Shutter Speed 1/1000", + "langName": "শাটারের গতি 1/1000", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা সেটিংস" + }, + { + "displayName": "Shutter Speed 1/2", + "langName": "শাটার স্পিড 1/2", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা সেটিংস" + }, + { + "displayName": "F/2.8", + "langName": "অ্যাপারচার/2.8", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা সেটিংস" + }, + { + "displayName": "F/22", + "langName": "F/22", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা সেটিংস" + }, + { + "displayName": "Gamma", + "langName": "গামা", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা সেটিংস" + }, + { + "displayName": "White Balance", + "langName": "সাদা ভারসাম্য", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা সেটিংস" + }, + { + "displayName": "Schlieren", + "langName": "হালকা তরঙ্গ হস্তক্ষেপ", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Night Vision", + "langName": "কম আলোর ফটোগ্রাফি", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Hyperspectral Imaging", + "langName": "হাইপারস্পেকট্রাল ইমেজিং", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Multispectral Imaging", + "langName": "মাল্টিস্পেকট্রাল ইমেজিং", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Camcorder Effect", + "langName": "ক্যামেরা প্রভাব", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "DSLR", + "langName": "এসএলআর", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "35mm", + "langName": "35 মিমি", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Tri-X 400 TX", + "langName": "Tri-X 400TX", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Instax", + "langName": "পোলারয়েড", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Ektachrome", + "langName": "কোডাক একতাক্রোম", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Fujifilm Superia", + "langName": "ফুজিফিল্ম", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Fujifilm XT3", + "langName": "ফুজিফিল্ম XT3", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Polaroid SX-70", + "langName": "পোলারয়েড", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Ilford HP5", + "langName": "Ilford HP5", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Kodak Ektar", + "langName": "কোডাক একতার", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Kodak Gold 200", + "langName": "কোডাক গোল্ড 200", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Kodak Portra", + "langName": "কোডাক পোর্ট্রা", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Lomo", + "langName": "লোমো", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Nikon D750", + "langName": "Nikon D750", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Provia", + "langName": "ফুজি প্রোভিয়া", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Shot on 70mm", + "langName": "70 মিমি ফিল্মে শট করা হয়েছে", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Velvia", + "langName": "ফুজি ভেলভিয়া", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Vintage", + "langName": "ভিনটেজ অঙ্কুর", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Pinhole Photography", + "langName": "পিনহোল ফটোগ্রাফি", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Photogram", + "langName": "ফটো", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Daguerrotype", + "langName": "ডাগুয়েরোটাইপ", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Ambrotype", + "langName": "পুরানো ফটোগ্রাফি", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Calotype", + "langName": "ফটোগ্রাফি", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Tintype", + "langName": "টিনটাইপ ফটোগ্রাফি", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Dashcam-Footage", + "langName": "ড্রাইভিং রেকর্ডার ভিডিও", + "object": "ফটোগ্রাফি", + "attribute": "ক্যামেরা" + }, + { + "displayName": "Unary", + "langName": "এক ইউয়ান", + "object": "ফটোগ্রাফি", + "attribute": "ডিজিটাল সিস্টেম" + }, + { + "displayName": "Binary", + "langName": "বাইনারি", + "object": "ফটোগ্রাফি", + "attribute": "ডিজিটাল সিস্টেম" + }, + { + "displayName": "Ternary", + "langName": "তিরনারি", + "object": "ফটোগ্রাফি", + "attribute": "ডিজিটাল সিস্টেম" + }, + { + "displayName": "Quaternary", + "langName": "চতুর্মুখী", + "object": "ফটোগ্রাফি", + "attribute": "ডিজিটাল সিস্টেম" + }, + { + "displayName": "Quinary", + "langName": "কুইনারি", + "object": "ফটোগ্রাফি", + "attribute": "ডিজিটাল সিস্টেম" + }, + { + "displayName": "Senary", + "langName": "হেক্সাডেসিমেল", + "object": "ফটোগ্রাফি", + "attribute": "ডিজিটাল সিস্টেম" + }, + { + "displayName": "Septenary", + "langName": "সাত বেস", + "object": "ফটোগ্রাফি", + "attribute": "ডিজিটাল সিস্টেম" + }, + { + "displayName": "Octal", + "langName": "অক্টাল", + "object": "ফটোগ্রাফি", + "attribute": "ডিজিটাল সিস্টেম" + }, + { + "displayName": "Nonary", + "langName": "নাইন বেস", + "object": "ফটোগ্রাফি", + "attribute": "ডিজিটাল সিস্টেম" + }, + { + "displayName": "Decimal", + "langName": "দশমিক", + "object": "ফটোগ্রাফি", + "attribute": "ডিজিটাল সিস্টেম" + }, + { + "displayName": "Hexadecimal", + "langName": "হেক্সাডেসিমেল", + "object": "ফটোগ্রাফি", + "attribute": "ডিজিটাল সিস্টেম" + }, + { + "displayName": "depth of field", + "langName": "ক্ষেত্রের গভীরতা (মানব দৃশ্য সমন্বয়)", + "object": "ফটোগ্রাফি", + "attribute": "প্রভাব" + }, + { + "displayName": "motion_blur", + "langName": "গতির কারণে অস্পষ্টতা", + "object": "ফটোগ্রাফি", + "attribute": "প্রভাব" + }, + { + "displayName": "motion_lines", + "langName": "যে লাইনগুলি আন্দোলনকে মূর্ত করে", + "object": "ফটোগ্রাফি", + "attribute": "প্রভাব" + }, + { + "displayName": "speed_lines", + "langName": "গতি লাইন", + "object": "ফটোগ্রাফি", + "attribute": "প্রভাব" + }, + { + "displayName": "bokeh", + "langName": "কস্টিকস (অস্পষ্ট পটভূমি)", + "object": "ফটোগ্রাফি", + "attribute": "প্রভাব" + }, + { + "displayName": "chromatic_aberration", + "langName": "রঙিন বিকৃতি, ফোকাসের বাইরে রঙ", + "object": "ফটোগ্রাফি", + "attribute": "প্রভাব" + }, + { + "displayName": "overexposure", + "langName": "overexposed", + "object": "ফটোগ্রাফি", + "attribute": "প্রভাব" + }, + { + "displayName": "Vignette", + "langName": "ভিগনেট", + "object": "ফটোগ্রাফি", + "attribute": "প্রভাব" + }, + { + "displayName": "Split Toning", + "langName": "স্প্লিট গ্রেডিং", + "object": "ফটোগ্রাফি", + "attribute": "প্রভাব" + }, + { + "displayName": "Rephotography", + "langName": "ভারী ফটোগ্রাফি", + "object": "ফটোগ্রাফি", + "attribute": "প্রভাব" + }, + { + "displayName": "miniature model film", + "langName": "ক্ষুদ্রাকৃতির চলচ্চিত্র", + "object": "ফটোগ্রাফি", + "attribute": "প্রভাব" + }, + { + "displayName": "Scanography", + "langName": "স্ক্যানিং ফটোগ্রাফি", + "object": "ফটোগ্রাফি", + "attribute": "প্রভাব" + }, + { + "displayName": "Slit-Scan Photography", + "langName": "স্লিট স্ক্যান ফটোগ্রাফি", + "object": "ফটোগ্রাফি", + "attribute": "প্রভাব" + }, + { + "displayName": "photorealistic,realistic", + "langName": "বাস্তবসম্মত, সিমুলেশন", + "object": "ফটোগ্রাফি", + "attribute": "প্রভাব" + }, + { + "displayName": "realistic", + "langName": "বাস্তবসম্মত", + "object": "ফটোগ্রাফি", + "attribute": "প্রভাব" + }, + { + "displayName": "semi-realistic", + "langName": "আধা বাস্তবসম্মত", + "object": "ফটোগ্রাফি", + "attribute": "প্রভাব" + }, + { + "displayName": "realistic shadows", + "langName": "বাস্তবতার ছায়া", + "object": "ফটোগ্রাফি", + "attribute": "প্রভাব" + }, + { + "displayName": "detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "হাতের বিবরণ", + "object": "ফটোগ্রাফি", + "attribute": "প্রভাব" + }, + { + "displayName": "detailed feet and detailed 5 toes and detailed 5 toenails", + "langName": "পায়ের বিবরণ", + "object": "ফটোগ্রাফি", + "attribute": "প্রভাব" + }, + { + "displayName": "Transparent", + "langName": "স্বচ্ছ", + "object": "উপাদান", + "attribute": "অস্বচ্ছতা" + }, + { + "displayName": "Translucent", + "langName": "স্বচ্ছ", + "object": "উপাদান", + "attribute": "অস্বচ্ছতা" + }, + { + "displayName": "Opaque", + "langName": "অস্বচ্ছ", + "object": "উপাদান", + "attribute": "অস্বচ্ছতা" + }, + { + "displayName": "Bump Map", + "langName": "আচমকা মানচিত্র", + "object": "উপাদান", + "attribute": "মানচিত্র" + }, + { + "displayName": "Bump Mapped", + "langName": "বাম্প ম্যাপ সহ", + "object": "উপাদান", + "attribute": "মানচিত্র" + }, + { + "displayName": "Bump Mapping", + "langName": "বাম্প ম্যাপিং", + "object": "উপাদান", + "attribute": "মানচিত্র" + }, + { + "displayName": "Normal Map", + "langName": "স্বাভাবিক মানচিত্র", + "object": "উপাদান", + "attribute": "মানচিত্র" + }, + { + "displayName": "Depth Map", + "langName": "গভীরতার মানচিত্র", + "object": "উপাদান", + "attribute": "মানচিত্র" + }, + { + "displayName": "Soft Body", + "langName": "সফ্টওয়্যার", + "object": "উপাদান", + "attribute": "নরম শরীর" + }, + { + "displayName": "Squishy", + "langName": "তুলতুলে", + "object": "উপাদান", + "attribute": "নরম শরীর" + }, + { + "displayName": "Anisotropy", + "langName": "অ্যানিসোট্রপি", + "object": "উপাদান", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Carbonated", + "langName": "কার্বনেটেড", + "object": "উপাদান", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Effervescent", + "langName": "ফেনা", + "object": "উপাদান", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Icy", + "langName": "ঠান্ডা", + "object": "উপাদান", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Charred", + "langName": "কার্বনাইজেশন", + "object": "উপাদান", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Corrugated", + "langName": "wrinkled", + "object": "উপাদান", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Perforated", + "langName": "ছিদ্র", + "object": "উপাদান", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Wooden", + "langName": "কাঠের", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Lumber", + "langName": "কাঠ", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Plywood", + "langName": "পাতলা পাতলা কাঠ", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Particle-Board", + "langName": "কণা বোর্ড", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Sawdust", + "langName": "করাত", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Cork", + "langName": "কর্ক", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Cherry-Wood", + "langName": "চেরি কাঠ", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Maple-Wood", + "langName": "ম্যাপেল", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Pine-Wood", + "langName": "পাইন বন", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Oak-Wood", + "langName": "ওক", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Birch-Wood", + "langName": "বার্চ", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Acacia-Wood", + "langName": "বাবলা কাঠ", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Cedar-Wood", + "langName": "দেবদারু কাঠ", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Wood-Stain", + "langName": "কাঠের দাগ", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Planks", + "langName": "বোর্ড", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Wooden Planks", + "langName": "কাঠের বোর্ড", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Nailed-Wood", + "langName": "পেরেক কাঠ", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Wooden Fence", + "langName": "কাঠের বেড়া", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Cardboard", + "langName": "পিচবোর্ড", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Corrugated Fiberboard", + "langName": "ঢেউতোলা পিচবোর্ড", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Paperboard", + "langName": "পিচবোর্ড", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Cardstock", + "langName": "কাগজ জ্যাম", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Paper", + "langName": "কাগজ", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Construction Paper", + "langName": "নির্মাণ অঙ্কন", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Tissue Paper", + "langName": "টয়লেট পেপার", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Graph Paper", + "langName": "গ্রাফ পেপার", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Kraft Paper", + "langName": "ক্রাফট পেপার", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Washi", + "langName": "জাপানি কাগজ", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Wasli", + "langName": "ওয়াসলি কাগজ", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Papyrus", + "langName": "প্যাপিরাস", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Manuscript Paper", + "langName": "পাণ্ডুলিপি কাগজ", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Wrapping Paper", + "langName": "মোড়ানো কাগজ", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Parchment", + "langName": "পার্চমেন্ট", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Parchment Paper", + "langName": "বারবিকিউ কাগজ", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Medieval Parchment", + "langName": "মধ্যযুগীয় পার্চমেন্ট", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Toilet Paper", + "langName": "টয়লেট পেপার", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Paper Towel", + "langName": "টিস্যু", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Manila Paper", + "langName": "ম্যানিলা কাগজ", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Manila Folder", + "langName": "ম্যানিলা ফোল্ডার", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Envelope", + "langName": "খাম", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Security Paper", + "langName": "বিরোধী জাল কাগজ", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Rolling Paper", + "langName": "সিগারেট কাগজ", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Cotton Paper", + "langName": "টিস্যু", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Hemp Fiber", + "langName": "শণ ফাইবার", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Hemp Paper", + "langName": "শণ কাগজ", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Cellulose", + "langName": "সেলুলোজ", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Plastic-Coated Paper", + "langName": "প্লাস্টিকের প্রলিপ্ত কাগজ", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Tar Paper", + "langName": "আলকাতরা কাগজ", + "object": "উপাদান", + "attribute": "কাঠ এবং কাগজ" + }, + { + "displayName": "Soil", + "langName": "মাটি", + "object": "উপাদান", + "attribute": "মাটি" + }, + { + "displayName": "Dirt", + "langName": "ধুলো", + "object": "উপাদান", + "attribute": "মাটি" + }, + { + "displayName": "Mud", + "langName": "কাদা", + "object": "উপাদান", + "attribute": "মাটি" + }, + { + "displayName": "Mud Brick", + "langName": "মাটির ইট", + "object": "উপাদান", + "attribute": "মাটি" + }, + { + "displayName": "Clay", + "langName": "কাদামাটি", + "object": "উপাদান", + "attribute": "মাটি" + }, + { + "displayName": "Sand", + "langName": "বালি", + "object": "উপাদান", + "attribute": "মাটি" + }, + { + "displayName": "Gravel", + "langName": "নুড়ি", + "object": "উপাদান", + "attribute": "মাটি" + }, + { + "displayName": "Silt", + "langName": "পলি", + "object": "উপাদান", + "attribute": "মাটি" + }, + { + "displayName": "Dust", + "langName": "ধুলো", + "object": "উপাদান", + "attribute": "মাটি" + }, + { + "displayName": "Spodosol", + "langName": "কনিফার মাটি", + "object": "উপাদান", + "attribute": "মাটি" + }, + { + "displayName": "Podzol", + "langName": "কনিফার মাটি", + "object": "উপাদান", + "attribute": "মাটি" + }, + { + "displayName": "Sandpaper", + "langName": "স্যান্ডপেপার", + "object": "উপাদান", + "attribute": "মাটি" + }, + { + "displayName": "Stone", + "langName": "পাথর", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Cobblestone", + "langName": "মুচি পাথর", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Pebbles", + "langName": "নুড়ি", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Rock", + "langName": "শিলা", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Rocky", + "langName": "পাথুরে", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Bedrock", + "langName": "বেডরক", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Flint", + "langName": "চকমকি", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Sandstone", + "langName": "বেলেপাথর", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Basalt", + "langName": "বেসাল্ট", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Marble", + "langName": "মার্বেল", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Granite", + "langName": "গ্রানাইট", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Diorite", + "langName": "Diorite", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Andesite", + "langName": "andesite", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Gypsum", + "langName": "প্লাস্টার", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Coal", + "langName": "কয়লা", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Sulfur", + "langName": "সালফার", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Graphene", + "langName": "গ্রাফিন", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Carbon Nanotubes", + "langName": "কার্বন ন্যানোটিউব", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Carbon Fiber", + "langName": "কার্বন ফাইবার", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Concrete", + "langName": "কংক্রিট", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Sidewalk", + "langName": "ফুটপাথ", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Asphalt", + "langName": "ডামার", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Hempcrete", + "langName": "শণ কংক্রিট", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Brick", + "langName": "ইট", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Terracotta", + "langName": "লাল কাদামাটি", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Pottery", + "langName": "মৃৎপাত্র", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Ceramic", + "langName": "সিরামিক পণ্য", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Enamel", + "langName": "এনামেল", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Sheetrock", + "langName": "জিপসাম বোর্ড", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Plaster", + "langName": "stucco", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Asbestos", + "langName": "অ্যাসবেস্টস", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Slag", + "langName": "স্ল্যাগ", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Vermiculite", + "langName": "ভার্মিকুলাইট", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Perlite", + "langName": "পার্লাইট", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Borax", + "langName": "বোরাক্স", + "object": "উপাদান", + "attribute": "পাথর এবং খনিজ" + }, + { + "displayName": "Metallic", + "langName": "ধাতব", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Metal", + "langName": "ধাতু", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Liquid Metal", + "langName": "তরল ধাতু", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Foil", + "langName": "ফয়েল", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Rusty", + "langName": "মরিচা", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Pewter", + "langName": "পিউটার", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Copper", + "langName": "তামা", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Tin", + "langName": "টিন", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Aluminum", + "langName": "অ্যালুমিনিয়াম", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Brushed Aluminum", + "langName": "ব্রাশ করা অ্যালুমিনিয়াম", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Bronze", + "langName": "ব্রোঞ্জ", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Brass", + "langName": "পিতল", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Iron", + "langName": "লোহা", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Wrought Iron", + "langName": "তৈরি লোহা", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Steel", + "langName": "ইস্পাত", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Stainless Steel", + "langName": "স্টেইনলেস স্টীল", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Damascus Steel", + "langName": "দামেস্ক ইস্পাত", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Titanium", + "langName": "টাইটানিয়াম", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Anodized Titanium", + "langName": "অ্যানোডাইজড টাইটানিয়াম", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Damascus Titanium", + "langName": "দামেস্ক টাইটানিয়াম", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Sterling Silver", + "langName": "স্টার্লিং সিলভার", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Sterling", + "langName": "স্ট্যান্ডার্ড সিলভার", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Rose-Gold", + "langName": "গোলাপ সোনা", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Platinum", + "langName": "প্লাটিনাম", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Chromium", + "langName": "ক্রোমিয়াম", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Chrome", + "langName": "ক্রোম ধাতুপট্টাবৃত", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Mercury", + "langName": "পারদ", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Mercury Metal", + "langName": "পারদ ধাতু", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Molten Mercury", + "langName": "গলিত পারদ", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Molten Mercury Metal", + "langName": "গলিত পারদ ধাতু", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Gallium", + "langName": "গ্যালিয়াম", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Magnesium", + "langName": "ম্যাগনেসিয়াম", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Zinc", + "langName": "দস্তা", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Lead", + "langName": "নেতৃত্ব", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Tungsten", + "langName": "টংস্টেন", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Zirconium", + "langName": "জিরকোনিয়াম", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Cubic Zirconium", + "langName": "ঘন জিরকন", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Cobalt", + "langName": "কোবল্ট", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Uranium", + "langName": "ইউরেনিয়াম", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Sodium", + "langName": "সোডিয়াম", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Potassium", + "langName": "পটাসিয়াম", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Constantan", + "langName": "কনস্ট্যান্টান", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Hepatizon", + "langName": "হেপা কপার", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Nichrome", + "langName": "নিক্রোম", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Damascus", + "langName": "দামেস্ক", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Iron Filings", + "langName": "লোহার ফাইলিং", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Copper-Sulfate", + "langName": "তামা সালফেট", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Solder", + "langName": "ঝাল", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Metallic Fiber", + "langName": "ধাতু ফাইবার", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Armature Wire", + "langName": "সাঁজোয়া তার", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Metal Foam", + "langName": "ধাতু ফেনা", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Needle", + "langName": "সুই", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Screw", + "langName": "স্ক্রু", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Paper Clips", + "langName": "কাগজের ক্লিপ", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Chain-link", + "langName": "চেইন", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Chicken Wire", + "langName": "কাঁটাতারের", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Chain-link Fence", + "langName": "চেইন লিঙ্ক বেড়া", + "object": "উপাদান", + "attribute": "ধাতু" + }, + { + "displayName": "Glassy", + "langName": "কাঁচযুক্ত", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Stained Glass", + "langName": "দাগযুক্ত কাচ", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Stained Glass Windows", + "langName": "দাগযুক্ত কাচের জানালা", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Seaglass", + "langName": "সামুদ্রিক গ্লাস", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Mirror", + "langName": "আয়না", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Fiberglass", + "langName": "ফাইবারগ্লাস", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Glass Fiber", + "langName": "ফাইবারগ্লাস", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Glass and Crystals", + "langName": "গ্লাস এবং স্ফটিক", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Crystalline", + "langName": "স্ফটিক", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Diamond", + "langName": "হীরা", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Amethyst", + "langName": "অ্যামিথিস্ট", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Quartz", + "langName": "কোয়ার্টজ", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Smoky Quartz", + "langName": "স্মোকড কোয়ার্টজ", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Rose Quartz", + "langName": "গোলাপ কোয়ার্টজ", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Milky Quartz", + "langName": "অপলেসেন্ট কোয়ার্টজ", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Rutilated Quartz", + "langName": "টাইটানিয়াম স্ফটিক কোয়ার্টজ", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Sceptred Quartz", + "langName": "নোডুলার কোয়ার্টজ", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Herkimer Diamond", + "langName": "হারকিমার ডায়মন্ড", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Ruby", + "langName": "রুবি", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Sapphire", + "langName": "নীলকান্তমণি", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Emerald", + "langName": "পান্না", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Pearl", + "langName": "মুক্তা", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Citrine", + "langName": "সাইট্রিন", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Fluorite", + "langName": "ফ্লোরাইট", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Onyx", + "langName": "agate", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Lapis Lazuli", + "langName": "ল্যাপিস লাজুলি", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Obsidian", + "langName": "অবসিডিয়ান", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Selenite", + "langName": "স্বচ্ছ প্লাস্টার", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Jasper", + "langName": "কার্নেলিয়ান", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Opal", + "langName": "ওপাল", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Opalite", + "langName": "ওপাল agate", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Topaz", + "langName": "পোখরাজ", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Agate", + "langName": "agate", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Carnelian", + "langName": "লাল agate", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Ametrine", + "langName": "অ্যামেট্রিন", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Aventurine", + "langName": "সবুজ ট্যুরমালাইন", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Borax Crystals", + "langName": "বোরাক্স স্ফটিক", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Colloidal Crystal", + "langName": "কলয়েডাল স্ফটিক", + "object": "উপাদান", + "attribute": "কাচ এবং স্ফটিক" + }, + { + "displayName": "Cloth", + "langName": "কাপড়", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Cotton", + "langName": "তুলা", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Polyester", + "langName": "পলিয়েস্টার ফাইবার", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Twine", + "langName": "সুতা", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Silk", + "langName": "রেশম", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Denim", + "langName": "ডেনিম", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Leather", + "langName": "চামড়া", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Felt", + "langName": "অনুভূত", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Felt Cloth", + "langName": "অনুভূত কাপড়", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Cashmere", + "langName": "কাশ্মীরী", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Velvet", + "langName": "মখমল", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Corduroy", + "langName": "কর্ডুরয়", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Nylon", + "langName": "নাইলন", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Polyamide", + "langName": "পলিমাইড", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Kevlar", + "langName": "আরমিড", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Spandex", + "langName": "স্প্যানডেক্স", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Rayon", + "langName": "রেয়ন", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Microfiber", + "langName": "মাইক্রোফাইবার", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Fibers", + "langName": "ফাইবার", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Lyocell", + "langName": "লাইওসেল", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Cordura", + "langName": "কৌদুরা", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Lurex", + "langName": "purl", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Nomex", + "langName": "নোমেক্স", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Quilt", + "langName": "কোল্ট", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Memory Foam", + "langName": "মেমরি ফোম", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Lint", + "langName": "লিন্ট", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Blanket", + "langName": "কম্বল", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Pin Cushion", + "langName": "পিনকুশন", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Yarn", + "langName": "সুতা", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Knitted", + "langName": "বোনা", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Rug", + "langName": "এলাকা পাটি", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Crochet", + "langName": "ক্রোশেট", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Cross Stich", + "langName": "ক্রস সেলাই", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Needle Point", + "langName": "বুনন", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Patch", + "langName": "প্যাচ", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Sewen", + "langName": "সেলাই", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Applique", + "langName": "applique", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Macrame", + "langName": "জরি", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Weave", + "langName": "বিনুনি", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Net", + "langName": "নেট", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Netting", + "langName": "জাল কাপড়", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Gauze", + "langName": "গজ", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Spider Web", + "langName": "মাকড়সার জাল", + "object": "উপাদান", + "attribute": "কাপড়" + }, + { + "displayName": "Plastic", + "langName": "প্লাস্টিক", + "object": "উপাদান", + "attribute": "প্লাস্টিক/ফোম ফিল্ম" + }, + { + "displayName": "Shrink Wrap", + "langName": "ফিল্ম সঙ্কুচিত", + "object": "উপাদান", + "attribute": "প্লাস্টিক/ফোম ফিল্ম" + }, + { + "displayName": "Plastic Wrap", + "langName": "প্লাস্টিকের মোড়ানো", + "object": "উপাদান", + "attribute": "প্লাস্টিক/ফোম ফিল্ম" + }, + { + "displayName": "Cling Wrap", + "langName": "স্টিকি প্যাকেজিং ফিল্ম", + "object": "উপাদান", + "attribute": "প্লাস্টিক/ফোম ফিল্ম" + }, + { + "displayName": "Teflon", + "langName": "টেফলন", + "object": "উপাদান", + "attribute": "প্লাস্টিক/ফোম ফিল্ম" + }, + { + "displayName": "Lego", + "langName": "লেগো", + "object": "উপাদান", + "attribute": "প্লাস্টিক/ফোম ফিল্ম" + }, + { + "displayName": "Polyurethane", + "langName": "পলিউরেথেন", + "object": "উপাদান", + "attribute": "প্লাস্টিক/ফোম ফিল্ম" + }, + { + "displayName": "Polyethylene", + "langName": "পলিথিন", + "object": "উপাদান", + "attribute": "প্লাস্টিক/ফোম ফিল্ম" + }, + { + "displayName": "Polyvinyl", + "langName": "পলিথিন", + "object": "উপাদান", + "attribute": "প্লাস্টিক/ফোম ফিল্ম" + }, + { + "displayName": "Polypropylene", + "langName": "পলিপ্রোপিলিন", + "object": "উপাদান", + "attribute": "প্লাস্টিক/ফোম ফিল্ম" + }, + { + "displayName": "Polyimide", + "langName": "পলিমাইড", + "object": "উপাদান", + "attribute": "প্লাস্টিক/ফোম ফিল্ম" + }, + { + "displayName": "Styrofoam", + "langName": "স্টাইরোফোম", + "object": "উপাদান", + "attribute": "প্লাস্টিক/ফোম ফিল্ম" + }, + { + "displayName": "Foam", + "langName": "ফেনা", + "object": "উপাদান", + "attribute": "প্লাস্টিক/ফোম ফিল্ম" + }, + { + "displayName": "Rubber", + "langName": "রাবার", + "object": "উপাদান", + "attribute": "রাবার" + }, + { + "displayName": "Rubber Band", + "langName": "রাবার ব্যান্ড", + "object": "উপাদান", + "attribute": "রাবার" + }, + { + "displayName": "Rubber Band Ball", + "langName": "রাবার ব্যান্ড বল", + "object": "উপাদান", + "attribute": "রাবার" + }, + { + "displayName": "Balloon", + "langName": "বেলুন", + "object": "উপাদান", + "attribute": "রাবার" + }, + { + "displayName": "Nitrile", + "langName": "নাইট্রিল রাবার", + "object": "উপাদান", + "attribute": "রাবার" + }, + { + "displayName": "Silicone", + "langName": "সিলিকন", + "object": "উপাদান", + "attribute": "রাবার" + }, + { + "displayName": "Vinyl", + "langName": "একধরনের প্লাস্টিক", + "object": "উপাদান", + "attribute": "রাবার" + }, + { + "displayName": "Linoleum", + "langName": "লিনোলিয়াম", + "object": "উপাদান", + "attribute": "রাবার" + }, + { + "displayName": "Silly Band", + "langName": "রাবার ব্যান্ড", + "object": "উপাদান", + "attribute": "রাবার" + }, + { + "displayName": "Wax", + "langName": "মোম", + "object": "উপাদান", + "attribute": "মোম" + }, + { + "displayName": "Wax Paper", + "langName": "স্টেনসিল", + "object": "উপাদান", + "attribute": "মোম" + }, + { + "displayName": "Carnauba Wax", + "langName": "carnauba মোম", + "object": "উপাদান", + "attribute": "মোম" + }, + { + "displayName": "Candelilla Wax", + "langName": "ক্যানডেলিলা মোম", + "object": "উপাদান", + "attribute": "মোম" + }, + { + "displayName": "Paraffin Wax", + "langName": "প্যারাফিন", + "object": "উপাদান", + "attribute": "মোম" + }, + { + "displayName": "Shellac", + "langName": "শেলাক", + "object": "উপাদান", + "attribute": "মোম" + }, + { + "displayName": "Ice", + "langName": "বরফ", + "object": "উপাদান", + "attribute": "বরফ এবং তুষার" + }, + { + "displayName": "Blue-Ice", + "langName": "নীল বরফ", + "object": "উপাদান", + "attribute": "বরফ এবং তুষার" + }, + { + "displayName": "Dry Ice", + "langName": "শুকনো বরফ", + "object": "উপাদান", + "attribute": "বরফ এবং তুষার" + }, + { + "displayName": "Hairy", + "langName": "লোমশ", + "object": "উপাদান", + "attribute": "চুল/পশম" + }, + { + "displayName": "Fuzz", + "langName": "ফ্লাফ", + "object": "উপাদান", + "attribute": "চুল/পশম" + }, + { + "displayName": "Beard", + "langName": "দাড়ি", + "object": "উপাদান", + "attribute": "চুল/পশম" + }, + { + "displayName": "Feathers", + "langName": "পালক", + "object": "উপাদান", + "attribute": "চুল/পশম" + }, + { + "displayName": "Zebra", + "langName": "জেব্রা", + "object": "উপাদান", + "attribute": "চুল/পশম" + }, + { + "displayName": "Dust-Bunny", + "langName": "ধূসর খরগোশ", + "object": "উপাদান", + "attribute": "চুল/পশম" + }, + { + "displayName": "Liquid", + "langName": "তরল", + "object": "উপাদান", + "attribute": "তরল" + }, + { + "displayName": "Water", + "langName": "জল", + "object": "উপাদান", + "attribute": "তরল" + }, + { + "displayName": "Lava", + "langName": "ম্যাগমা", + "object": "উপাদান", + "attribute": "তরল" + }, + { + "displayName": "Magma", + "langName": "লাভা", + "object": "উপাদান", + "attribute": "তরল" + }, + { + "displayName": "Molten Rock", + "langName": "গলিত শিলা", + "object": "উপাদান", + "attribute": "তরল" + }, + { + "displayName": "Ferro Fluid", + "langName": "ফেরোফ্লুইড", + "object": "উপাদান", + "attribute": "তরল" + }, + { + "displayName": "Liquid Crystal", + "langName": "তরল স্ফটিক", + "object": "উপাদান", + "attribute": "তরল" + }, + { + "displayName": "Gasoline", + "langName": "পেট্রল", + "object": "উপাদান", + "attribute": "তরল" + }, + { + "displayName": "Turpentine", + "langName": "টারপেনটাইন", + "object": "উপাদান", + "attribute": "তরল" + }, + { + "displayName": "Mineral Oil", + "langName": "খনিজ তেল", + "object": "উপাদান", + "attribute": "তরল" + }, + { + "displayName": "Motor Oil", + "langName": "ইঞ্জিন তেল", + "object": "উপাদান", + "attribute": "তরল" + }, + { + "displayName": "Sea Foam", + "langName": "সমুদ্রের ফেনা", + "object": "উপাদান", + "attribute": "তরল" + }, + { + "displayName": "Emulsion", + "langName": "ইমালসিফিকেশন", + "object": "উপাদান", + "attribute": "তরল" + }, + { + "displayName": "Lipid", + "langName": "লিপিড", + "object": "উপাদান", + "attribute": "তরল" + }, + { + "displayName": "Flubber", + "langName": "ইলাস্টিক ফ্যাব্রিক", + "object": "উপাদান", + "attribute": "স্লাইম" + }, + { + "displayName": "Putty", + "langName": "sealing এবং ভরাট voids জন্য আঠালো", + "object": "উপাদান", + "attribute": "স্লাইম" + }, + { + "displayName": "Poster Tack", + "langName": "পোস্টার আঠালো", + "object": "উপাদান", + "attribute": "স্লাইম" + }, + { + "displayName": "Gel", + "langName": "জেল", + "object": "উপাদান", + "attribute": "সান্দ্রতা" + }, + { + "displayName": "Aerogel", + "langName": "এয়ারজেল", + "object": "উপাদান", + "attribute": "সান্দ্রতা" + }, + { + "displayName": "Softgel", + "langName": "নরম ক্যাপসুল", + "object": "উপাদান", + "attribute": "সান্দ্রতা" + }, + { + "displayName": "Silica Gel", + "langName": "সিলিকন", + "object": "উপাদান", + "attribute": "সান্দ্রতা" + }, + { + "displayName": "Ballistic Gel", + "langName": "ব্যালিস্টিক জেল", + "object": "উপাদান", + "attribute": "সান্দ্রতা" + }, + { + "displayName": "Jellyfish", + "langName": "জেলিফিশ", + "object": "উপাদান", + "attribute": "সান্দ্রতা" + }, + { + "displayName": "Ballistic Foam", + "langName": "ব্যালিস্টিক ফেনা", + "object": "উপাদান", + "attribute": "সান্দ্রতা" + }, + { + "displayName": "Sponge", + "langName": "স্পঞ্জ", + "object": "উপাদান", + "attribute": "সান্দ্রতা" + }, + { + "displayName": "Spongy", + "langName": "স্পঞ্জি", + "object": "উপাদান", + "attribute": "সান্দ্রতা" + }, + { + "displayName": "Tape", + "langName": "আঠালো টেপ", + "object": "উপাদান", + "attribute": "আঠালো" + }, + { + "displayName": "Duct Tape", + "langName": "টেপ", + "object": "উপাদান", + "attribute": "আঠালো" + }, + { + "displayName": "Scotch Tape", + "langName": "স্বচ্ছ আঠালো", + "object": "উপাদান", + "attribute": "আঠালো" + }, + { + "displayName": "Clear Tape", + "langName": "স্কচ টেপ", + "object": "উপাদান", + "attribute": "আঠালো" + }, + { + "displayName": "Packing Tape", + "langName": "সিলিং টেপ", + "object": "উপাদান", + "attribute": "আঠালো" + }, + { + "displayName": "Masking Tape", + "langName": "মাস্কিং টেপ", + "object": "উপাদান", + "attribute": "আঠালো" + }, + { + "displayName": "Kapton", + "langName": "ক্যাপ্টন", + "object": "উপাদান", + "attribute": "আঠালো" + }, + { + "displayName": "Kapton Tape", + "langName": "কাপটন টেপ", + "object": "উপাদান", + "attribute": "আঠালো" + }, + { + "displayName": "Adhesive", + "langName": "আঠালো", + "object": "উপাদান", + "attribute": "আঠালো" + }, + { + "displayName": "Glue", + "langName": "আঠা", + "object": "উপাদান", + "attribute": "আঠালো" + }, + { + "displayName": "Epoxy", + "langName": "ইপোক্সি রজন", + "object": "উপাদান", + "attribute": "আঠালো" + }, + { + "displayName": "Polymer", + "langName": "পলিমার", + "object": "উপাদান", + "attribute": "পলিমার" + }, + { + "displayName": "Orbeez", + "langName": "জলের ফোঁটা", + "object": "উপাদান", + "attribute": "পলিমার" + }, + { + "displayName": "Oobleck", + "langName": "মিশ্র স্টার্চ সমাধান", + "object": "উপাদান", + "attribute": "পলিমার" + }, + { + "displayName": "Vapor", + "langName": "বাষ্প", + "object": "উপাদান", + "attribute": "গ্যাস/পাউডার" + }, + { + "displayName": "Clouds", + "langName": "মেঘ", + "object": "উপাদান", + "attribute": "গ্যাস/পাউডার" + }, + { + "displayName": "Fog", + "langName": "কুয়াশা", + "object": "উপাদান", + "attribute": "গ্যাস/পাউডার" + }, + { + "displayName": "Mist", + "langName": "কুয়াশা", + "object": "উপাদান", + "attribute": "গ্যাস/পাউডার" + }, + { + "displayName": "Gas", + "langName": "গ্যাস", + "object": "উপাদান", + "attribute": "গ্যাস/পাউডার" + }, + { + "displayName": "Aerosol", + "langName": "এরোসল", + "object": "উপাদান", + "attribute": "গ্যাস/পাউডার" + }, + { + "displayName": "Powder", + "langName": "পাউডার", + "object": "উপাদান", + "attribute": "গ্যাস/পাউডার" + }, + { + "displayName": "Smoke", + "langName": "সিগারেট", + "object": "উপাদান", + "attribute": "গ্যাস/পাউডার" + }, + { + "displayName": "Plasma", + "langName": "প্লাজমা", + "object": "উপাদান", + "attribute": "প্লাজমা এবং শক্তি" + }, + { + "displayName": "Electric", + "langName": "বিদ্যুৎ", + "object": "উপাদান", + "attribute": "প্লাজমা এবং শক্তি" + }, + { + "displayName": "Electricity", + "langName": "বিদ্যুৎ", + "object": "উপাদান", + "attribute": "প্লাজমা এবং শক্তি" + }, + { + "displayName": "Fire", + "langName": "আগুন", + "object": "উপাদান", + "attribute": "প্লাজমা এবং শক্তি" + }, + { + "displayName": "Burn", + "langName": "দহন", + "object": "উপাদান", + "attribute": "প্লাজমা এবং শক্তি" + }, + { + "displayName": "Inferno", + "langName": "জাহান্নাম", + "object": "উপাদান", + "attribute": "প্লাজমা এবং শক্তি" + }, + { + "displayName": "Jelly", + "langName": "জেলি", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Agar", + "langName": "আগর", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Wagyu", + "langName": "ওয়াগিউ", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Tallow", + "langName": "লম্বা", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Butter", + "langName": "মাখন", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Margarine", + "langName": "মার্জারিন", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Cheese", + "langName": "পনির", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Egg Yolk", + "langName": "কুসুম", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Beans", + "langName": "মটরশুটি", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Macaroni", + "langName": "পাস্তা", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Marconi and Cheese", + "langName": "ম্যাক্রন পনির", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Pretzel", + "langName": "প্রেটজেল", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Churros", + "langName": "ভাজা ময়দার লাঠি", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Bread", + "langName": "রুটি", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Made of Bread", + "langName": "রুটি দিয়ে তৈরি", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Sour Cream", + "langName": "টক ক্রিম", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Sauce", + "langName": "সস", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Pasta Sauce", + "langName": "স্প্যাগেটি সস", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Ketchup", + "langName": "কেচাপ", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Mustard", + "langName": "সরিষা", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Mayonnaise", + "langName": "মেয়োনিজ", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Syrup", + "langName": "সিরাপ", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Maple Syrup", + "langName": "ম্যাপেল সিরাপ", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Whipped Cream", + "langName": "তাজা ক্রিম", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Lollipop", + "langName": "ললিপপ", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Cinnamon", + "langName": "দারুচিনি", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Caramel", + "langName": "ক্যারামেল", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Taffy", + "langName": "টফি", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Honeycomb", + "langName": "মধুচক্র ক্যান্ডি", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Edible Ink", + "langName": "ভোজ্য কালি", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Food Coloring", + "langName": "খাদ্য রং", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Sprinkles", + "langName": "মিছরি shards", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Fondant Icing", + "langName": "fondant icing", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Royal Icing", + "langName": "meringue", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Wedding Cake", + "langName": "বিয়ের পিষ্টক", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Cake Decorating", + "langName": "কেক সজ্জা", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Shortcrust-Pastry", + "langName": "পাফ প্যাস্ট্রি", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Flaky-Pastry", + "langName": "মিল-ফুয়েল পাফ পেস্ট্রি", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Puff-Pastry", + "langName": "পাফ প্যাস্ট্রি", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Eclair", + "langName": "পাফস", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Cannoli", + "langName": "ডোনাট রোল", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Fruit-Tart", + "langName": "ফলের টার্ট", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Creme Brule", + "langName": "ক্যারামেল পুডিং", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Gum", + "langName": "চুইং গাম", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Toothpaste", + "langName": "টুথপেস্ট", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Vegetable Oil", + "langName": "উদ্ভিজ্জ তেল", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Olive Oil", + "langName": "জলপাই তেল", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Soda", + "langName": "সোডা জল", + "object": "উপাদান", + "attribute": "খাদ্য এবং ভোগ্যপণ্য" + }, + { + "displayName": "Grass", + "langName": "ঘাস", + "object": "উপাদান", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "Grassy", + "langName": "তৃণভূমি", + "object": "উপাদান", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "Floral", + "langName": "ফুল", + "object": "উপাদান", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "Vines", + "langName": "লতা", + "object": "উপাদান", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "Tree Bark", + "langName": "ছাল", + "object": "উপাদান", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "Branches", + "langName": "শাখা", + "object": "উপাদান", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "shrub", + "langName": "ঝোপ", + "object": "উপাদান", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "Leaves", + "langName": "পাতা", + "object": "উপাদান", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "Pinecone", + "langName": "পাইন শঙ্কু", + "object": "উপাদান", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "Acorn", + "langName": "acorns", + "object": "উপাদান", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "Moss", + "langName": "শ্যাওলা", + "object": "উপাদান", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "Cactus", + "langName": "ক্যাকটাস", + "object": "উপাদান", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "Straw", + "langName": "খড়", + "object": "উপাদান", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "Straw-Bale", + "langName": "খড়ের গাঁট", + "object": "উপাদান", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "Hay", + "langName": "খড়", + "object": "উপাদান", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "Hay-Bale", + "langName": "খড়ের গাঁট", + "object": "উপাদান", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "Hemp", + "langName": "অসাড়", + "object": "উপাদান", + "attribute": "উদ্ভিদ" + }, + { + "displayName": "Fungi", + "langName": "ছত্রাক", + "object": "উপাদান", + "attribute": "ব্যাকটেরিয়া" + }, + { + "displayName": "Mushrooms", + "langName": "মাশরুম", + "object": "উপাদান", + "attribute": "ব্যাকটেরিয়া" + }, + { + "displayName": "Mycelium", + "langName": "হাইফা", + "object": "উপাদান", + "attribute": "ব্যাকটেরিয়া" + }, + { + "displayName": "Moldy", + "langName": "ছাঁচযুক্ত", + "object": "উপাদান", + "attribute": "ব্যাকটেরিয়া" + }, + { + "displayName": "Lactarius-Indigo", + "langName": "ইন্ডিগো মিল্ক মাশরুম", + "object": "উপাদান", + "attribute": "ব্যাকটেরিয়া" + }, + { + "displayName": "Latticed-Stinkhorn", + "langName": "জালি-বৃন্তযুক্ত ছত্রাক", + "object": "উপাদান", + "attribute": "ব্যাকটেরিয়া" + }, + { + "displayName": "Clathrus-Ruber", + "langName": "রোডোকক্কাস", + "object": "উপাদান", + "attribute": "ব্যাকটেরিয়া" + }, + { + "displayName": "Laccaria-Amethystina", + "langName": "বেগুনি মাশরুম", + "object": "উপাদান", + "attribute": "ব্যাকটেরিয়া" + }, + { + "displayName": "Entoloma-Hochstetteri", + "langName": "পাউডারিগোফিলাম হলোফিলা", + "object": "উপাদান", + "attribute": "ব্যাকটেরিয়া" + }, + { + "displayName": "Clavaria-Zollingeri", + "langName": "বেগুনি প্রবাল ছত্রাক", + "object": "উপাদান", + "attribute": "ব্যাকটেরিয়া" + }, + { + "displayName": "Chlorociboria", + "langName": "সবুজ ছত্রাক", + "object": "উপাদান", + "attribute": "ব্যাকটেরিয়া" + }, + { + "displayName": "Golden-Scruffy-Collybia", + "langName": "গোল্ডেন ক্রো'স ফুট মাশরুম", + "object": "উপাদান", + "attribute": "ব্যাকটেরিয়া" + }, + { + "displayName": "Cyptotrama-Asprata", + "langName": "রহস্যময় করাত ফুট মাশরুম", + "object": "উপাদান", + "attribute": "ব্যাকটেরিয়া" + }, + { + "displayName": "Mycena Acicula", + "langName": "ফ্যালোফিলাম অ্যাকুমিনাটা", + "object": "উপাদান", + "attribute": "ব্যাকটেরিয়া" + }, + { + "displayName": "Hygrocybe-Cantharellus", + "langName": "হলুদ-বাদামী লাল পায়ের মাশরুম", + "object": "উপাদান", + "attribute": "ব্যাকটেরিয়া" + }, + { + "displayName": "Amanita-Muscaria", + "langName": "অমানিত লাল সাদা", + "object": "উপাদান", + "attribute": "ব্যাকটেরিয়া" + }, + { + "displayName": "Favolaschia-Calocera", + "langName": "orangutan আঙ্গুলের ছত্রাক", + "object": "উপাদান", + "attribute": "ব্যাকটেরিয়া" + }, + { + "displayName": "Marasmius-Haematocephalus", + "langName": "রেডহেড ছত্রাক", + "object": "উপাদান", + "attribute": "ব্যাকটেরিয়া" + }, + { + "displayName": "Cystoagaricus-Trisulphuratus", + "langName": "ট্রাইসালফেট মাশরুম", + "object": "উপাদান", + "attribute": "ব্যাকটেরিয়া" + }, + { + "displayName": "Tremella-Mesenterica", + "langName": "জ্যান্থোমোনাস", + "object": "উপাদান", + "attribute": "ব্যাকটেরিয়া" + }, + { + "displayName": "Tremella-Fuciformis", + "langName": "ট্রেমেলা", + "object": "উপাদান", + "attribute": "ব্যাকটেরিয়া" + }, + { + "displayName": "Tornado", + "langName": "টর্নেডো", + "object": "উপাদান", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Cage", + "langName": "খাঁচা", + "object": "উপাদান", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Cheese Grater", + "langName": "পনির grater", + "object": "উপাদান", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Slinky", + "langName": "বসন্ত খেলনা", + "object": "উপাদান", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Yin Yang", + "langName": "ইয়িন এবং ইয়াং", + "object": "উপাদান", + "attribute": "প্রতীক" + }, + { + "displayName": "Taiji", + "langName": "তাই চি", + "object": "উপাদান", + "attribute": "প্রতীক" + }, + { + "displayName": "Bagua", + "langName": "গসিপ", + "object": "উপাদান", + "attribute": "প্রতীক" + }, + { + "displayName": "Wu Xing", + "langName": "পাঁচটি উপাদান (ধাতু, কাঠ, জল, আগুন এবং পৃথিবী)", + "object": "উপাদান", + "attribute": "প্রতীক" + }, + { + "displayName": "Gorgeous", + "langName": "চমত্কার", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "stunning", + "langName": "আশ্চর্যজনক", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "intricate", + "langName": "জটিল", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "detailed", + "langName": "বিস্তারিত পূর্ণ", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "luxurious", + "langName": "বিলাসিতা", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "subtle", + "langName": "সূক্ষ্ম", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "delicate", + "langName": "সূক্ষ্ম", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "captivating", + "langName": "কমনীয়", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Refreshing", + "langName": "তাজা", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Divine", + "langName": "পবিত্র", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Infused", + "langName": "মিশ্রিত করা", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Essence", + "langName": "সারাংশ", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Ineffable", + "langName": "বর্ণনাতীত", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Powerful", + "langName": "শক্তিশালী", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Weak", + "langName": "দুর্বল", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Thick", + "langName": "পুরু", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Massive Scale", + "langName": "বড় স্কেল", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Massive", + "langName": "অনেক", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Huge", + "langName": "বিশাল", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Large", + "langName": "বড়", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Big", + "langName": "বড়", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Mini", + "langName": "মিনি", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Tiny", + "langName": "ছোট", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Micro", + "langName": "মাইক্রোস্কোপিক", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Nano", + "langName": "ন্যানোমিটার", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Flexible", + "langName": "নমনীয়", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Paradox", + "langName": "প্যারাডক্স", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Feng Shui", + "langName": "ফেং শুই", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Perfectionism", + "langName": "পরিপূর্ণতাবাদ", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "OCD", + "langName": "অবসেসিভ-বাধ্যতামূলক ব্যাধি", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Array", + "langName": "একটি সিরিজ", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Muted", + "langName": "নিঃশব্দ", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Visual Perception", + "langName": "চাক্ষুষ উপলব্ধি", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Visual Agnosia", + "langName": "চাক্ষুষ agnosia", + "object": "উপাদান", + "attribute": "ধারণা" + }, + { + "displayName": "Amber", + "langName": "অ্যাম্বার", + "object": "উপাদান", + "attribute": "অন্যান্য উপকরণ" + }, + { + "displayName": "Inlay", + "langName": "মোজাইক", + "object": "উপাদান", + "attribute": "অন্যান্য উপকরণ" + }, + { + "displayName": "Wires", + "langName": "বৈদ্যুতিক তার", + "object": "উপাদান", + "attribute": "অন্যান্য উপকরণ" + }, + { + "displayName": "Cells", + "langName": "কোষ", + "object": "উপাদান", + "attribute": "অন্যান্য উপকরণ" + }, + { + "displayName": "Cellular", + "langName": "জাল", + "object": "উপাদান", + "attribute": "অন্যান্য উপকরণ" + }, + { + "displayName": "Transistor", + "langName": "ট্রানজিস্টর", + "object": "উপাদান", + "attribute": "অন্যান্য উপকরণ" + }, + { + "displayName": "Diode", + "langName": "ডায়োড", + "object": "উপাদান", + "attribute": "অন্যান্য উপকরণ" + }, + { + "displayName": "Point", + "langName": "বিন্দু", + "object": "জ্যামিতিক রচনা", + "attribute": "আকৃতি" + }, + { + "displayName": "Dot", + "langName": "বিন্দু", + "object": "জ্যামিতিক রচনা", + "attribute": "আকৃতি" + }, + { + "displayName": "Line", + "langName": "তার", + "object": "জ্যামিতিক রচনা", + "attribute": "আকৃতি" + }, + { + "displayName": "Curve", + "langName": "বক্ররেখা", + "object": "জ্যামিতিক রচনা", + "attribute": "আকৃতি" + }, + { + "displayName": "Bezier Curve", + "langName": "বেজিয়ার কার্ভ", + "object": "জ্যামিতিক রচনা", + "attribute": "আকৃতি" + }, + { + "displayName": "Triangle", + "langName": "ত্রিভুজ", + "object": "জ্যামিতিক রচনা", + "attribute": "আকৃতি" + }, + { + "displayName": "Square", + "langName": "বর্গক্ষেত্র", + "object": "জ্যামিতিক রচনা", + "attribute": "আকৃতি" + }, + { + "displayName": "Pentagon", + "langName": "পেন্টাগন", + "object": "জ্যামিতিক রচনা", + "attribute": "আকৃতি" + }, + { + "displayName": "Hexagon", + "langName": "ষড়ভুজ", + "object": "জ্যামিতিক রচনা", + "attribute": "আকৃতি" + }, + { + "displayName": "Hexagonal", + "langName": "ষড়ভুজ", + "object": "জ্যামিতিক রচনা", + "attribute": "আকৃতি" + }, + { + "displayName": "Heptagon", + "langName": "হেপ্টাগন", + "object": "জ্যামিতিক রচনা", + "attribute": "আকৃতি" + }, + { + "displayName": "Octagon", + "langName": "অষ্টভুজ", + "object": "জ্যামিতিক রচনা", + "attribute": "আকৃতি" + }, + { + "displayName": "Nonagon", + "langName": "nonagon", + "object": "জ্যামিতিক রচনা", + "attribute": "আকৃতি" + }, + { + "displayName": "Decagon", + "langName": "দশভুজ", + "object": "জ্যামিতিক রচনা", + "attribute": "আকৃতি" + }, + { + "displayName": "Rectangle", + "langName": "আয়তক্ষেত্র", + "object": "জ্যামিতিক রচনা", + "attribute": "আকৃতি" + }, + { + "displayName": "Rectangular", + "langName": "আয়তক্ষেত্রাকার", + "object": "জ্যামিতিক রচনা", + "attribute": "আকৃতি" + }, + { + "displayName": "Parallelogram", + "langName": "সমান্তরাল বৃত্ত", + "object": "জ্যামিতিক রচনা", + "attribute": "আকৃতি" + }, + { + "displayName": "Rhombus", + "langName": "হীরা", + "object": "জ্যামিতিক রচনা", + "attribute": "আকৃতি" + }, + { + "displayName": "Heart", + "langName": "হৃদয়", + "object": "জ্যামিতিক রচনা", + "attribute": "আকৃতি" + }, + { + "displayName": "Spirangle", + "langName": "সর্পিল", + "object": "জ্যামিতিক রচনা", + "attribute": "আকৃতি" + }, + { + "displayName": "Cube", + "langName": "ঘনক্ষেত্র", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Cuboid", + "langName": "ঘনক্ষেত্র", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Sphere", + "langName": "গোলক", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Cone", + "langName": "শঙ্কু", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Cylinder", + "langName": "সিলিন্ডার", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Pyramid", + "langName": "পিরামিড", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Torus", + "langName": "টরাস", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Rectangular Prism", + "langName": "ডান কোণ প্রিজম", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Star Prism", + "langName": "তারকা প্রিজম", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Wedge", + "langName": "কীলক", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Zonohedron", + "langName": "পলিহেড্রন", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Tetrahedron", + "langName": "টেট্রাহেড্রন", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Octahedron", + "langName": "অষ্টহেড্রন", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Dodecahedron", + "langName": "ডোডেকাহেড্রন", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Icosahedron", + "langName": "আইকোসাহেড্রন", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Kepler-Poinsot Polyhedra", + "langName": "কেপলার পয়েন্ট পলিহেড্রন", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Cuboctahedron", + "langName": "কিউবোকটাহেড্রন", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Rhombicuboctahedron", + "langName": "রম্বোহেড্রাল কিউবোকটাহেড্রন", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Icosidodecahedron", + "langName": "আইকোসাহেড্রন", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Rhombicosidodecahedron", + "langName": "রম্বোহেড্রাল আইকোসাহেড্রন", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Trapezohedron", + "langName": "trapezoidal শরীর", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Cupola", + "langName": "গম্বুজ", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Anticupola", + "langName": "বিপরীত গম্বুজ", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Hypercupolae", + "langName": "সুপার গম্বুজ", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Bicupola", + "langName": "ডবল গম্বুজ", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Frustum", + "langName": "কাটা শঙ্কু", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Bifrustum", + "langName": "ডবল ফ্রাস্টাম", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Rotunda", + "langName": "রোটুন্ডা", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Birotunda", + "langName": "ডাবল রোটুন্ডা", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Prismatoid", + "langName": "প্রিজম", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Scutoid", + "langName": "আঁশযুক্ত পলিহেড্রন", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Bipyramid", + "langName": "ডবল শঙ্কু", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Star Bipyramid", + "langName": "তারকা ডবল শঙ্কু", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Anti-Prism", + "langName": "এন্টিপ্রিজম", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Trapezohedra", + "langName": "trapezoidal শঙ্কু", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Star Trapezohedron", + "langName": "তারকা ট্র্যাপিজয়েডাল শঙ্কু", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Spherical polyhedron", + "langName": "গোলাকার পলিহেড্রন", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Mobius strip", + "langName": "মোবিয়াস স্ট্রিপ", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Hexaflexagon", + "langName": "ষড়ভুজ শক্ত কাগজ", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Miura fold", + "langName": "মিউরা ভাঁজ", + "object": "জ্যামিতিক রচনা", + "attribute": "অবজেক্ট" + }, + { + "displayName": "Hypercube", + "langName": "হাইপারকিউব", + "object": "জ্যামিতিক রচনা", + "attribute": "সুপার আকৃতি" + }, + { + "displayName": "Hyperprism", + "langName": "সুপার প্রিজম", + "object": "জ্যামিতিক রচনা", + "attribute": "সুপার আকৃতি" + }, + { + "displayName": "Hyperpyramid", + "langName": "সুপার পিরামিড", + "object": "জ্যামিতিক রচনা", + "attribute": "সুপার আকৃতি" + }, + { + "displayName": "Hypertorus", + "langName": "হাইপার টরাস", + "object": "জ্যামিতিক রচনা", + "attribute": "সুপার আকৃতি" + }, + { + "displayName": "Hypersphere", + "langName": "হাইপারস্ফিয়ার", + "object": "জ্যামিতিক রচনা", + "attribute": "সুপার আকৃতি" + }, + { + "displayName": "Hypercone", + "langName": "হাইপারকোন", + "object": "জ্যামিতিক রচনা", + "attribute": "সুপার আকৃতি" + }, + { + "displayName": "Hypercylinder", + "langName": "হাইপারসিলিন্ডার", + "object": "জ্যামিতিক রচনা", + "attribute": "সুপার আকৃতি" + }, + { + "displayName": "Hyperzonohedron", + "langName": "সুপার পলিহেড্রন", + "object": "জ্যামিতিক রচনা", + "attribute": "সুপার আকৃতি" + }, + { + "displayName": "Hypertetrahedron", + "langName": "হাইপারটেট্রাহেড্রন", + "object": "জ্যামিতিক রচনা", + "attribute": "সুপার আকৃতি" + }, + { + "displayName": "Hyperoctahedron", + "langName": "সুপারঅক্টাহেড্রন", + "object": "জ্যামিতিক রচনা", + "attribute": "সুপার আকৃতি" + }, + { + "displayName": "Hyperdodecahedron", + "langName": "সুপারডোডেকাহেড্রন", + "object": "জ্যামিতিক রচনা", + "attribute": "সুপার আকৃতি" + }, + { + "displayName": "Hypericosahedron", + "langName": "সুপারিকোসাহেড্রন", + "object": "জ্যামিতিক রচনা", + "attribute": "সুপার আকৃতি" + }, + { + "displayName": "Flexible Polyhedron", + "langName": "ইলাস্টিক পলিহেড্রন", + "object": "জ্যামিতিক রচনা", + "attribute": "সুপার আকৃতি" + }, + { + "displayName": "Klein bottle", + "langName": "ক্লেইন বোতল", + "object": "জ্যামিতিক রচনা", + "attribute": "সুপার আকৃতি" + }, + { + "displayName": "Monogon", + "langName": "হেড্রন", + "object": "জ্যামিতিক রচনা", + "attribute": "সুপার আকৃতি" + }, + { + "displayName": "Digon", + "langName": "ডাইহেড্রন", + "object": "জ্যামিতিক রচনা", + "attribute": "সুপার আকৃতি" + }, + { + "displayName": "AR", + "langName": "বর্ধিত বাস্তবতা", + "object": "জ্যামিতিক রচনা", + "attribute": "মাল্টিভার্স" + }, + { + "displayName": "VR", + "langName": "ভার্চুয়াল বাস্তবতা", + "object": "জ্যামিতিক রচনা", + "attribute": "মাল্টিভার্স" + }, + { + "displayName": "2-Dimensional", + "langName": "দ্বিমাত্রিক", + "object": "জ্যামিতিক রচনা", + "attribute": "মাল্টিভার্স" + }, + { + "displayName": "2D", + "langName": "2D", + "object": "জ্যামিতিক রচনা", + "attribute": "মাল্টিভার্স" + }, + { + "displayName": "2.5-Dimensional", + "langName": "2.5 মাত্রা", + "object": "জ্যামিতিক রচনা", + "attribute": "মাল্টিভার্স" + }, + { + "displayName": "2.5D", + "langName": "2.5D", + "object": "জ্যামিতিক রচনা", + "attribute": "মাল্টিভার্স" + }, + { + "displayName": "3-Dimensional", + "langName": "ত্রিমাত্রিক", + "object": "জ্যামিতিক রচনা", + "attribute": "মাল্টিভার্স" + }, + { + "displayName": "3D", + "langName": "3D", + "object": "জ্যামিতিক রচনা", + "attribute": "মাল্টিভার্স" + }, + { + "displayName": "4-Dimensional", + "langName": "চার মাত্রিক", + "object": "জ্যামিতিক রচনা", + "attribute": "মাল্টিভার্স" + }, + { + "displayName": "4D", + "langName": "4D", + "object": "জ্যামিতিক রচনা", + "attribute": "মাল্টিভার্স" + }, + { + "displayName": "5-Dimensional", + "langName": "পাঁচ মাত্রা", + "object": "জ্যামিতিক রচনা", + "attribute": "মাল্টিভার্স" + }, + { + "displayName": "5D", + "langName": "5D", + "object": "জ্যামিতিক রচনা", + "attribute": "মাল্টিভার্স" + }, + { + "displayName": "Overdimensional", + "langName": "হাইপারডাইমেনশনাল", + "object": "জ্যামিতিক রচনা", + "attribute": "মাল্টিভার্স" + }, + { + "displayName": "Underdimensional", + "langName": "দ্বিতীয় মাত্রা", + "object": "জ্যামিতিক রচনা", + "attribute": "মাল্টিভার্স" + }, + { + "displayName": "Hyperdimensional", + "langName": "অতিমাত্রিকতা", + "object": "জ্যামিতিক রচনা", + "attribute": "মাল্টিভার্স" + }, + { + "displayName": "Subdimensional", + "langName": "গৌণ মাত্রা", + "object": "জ্যামিতিক রচনা", + "attribute": "মাল্টিভার্স" + }, + { + "displayName": "Omnidimensional", + "langName": "সম্পূর্ণ মাত্রা", + "object": "জ্যামিতিক রচনা", + "attribute": "মাল্টিভার্স" + }, + { + "displayName": "Everdimensional", + "langName": "শাশ্বত মাত্রা", + "object": "জ্যামিতিক রচনা", + "attribute": "মাল্টিভার্স" + }, + { + "displayName": "Extradimensional", + "langName": "ভিন্ন মাত্রা", + "object": "জ্যামিতিক রচনা", + "attribute": "মাল্টিভার্স" + }, + { + "displayName": "Beyond-Dimensional", + "langName": "মাত্রার বাইরে", + "object": "জ্যামিতিক রচনা", + "attribute": "মাল্টিভার্স" + }, + { + "displayName": "Excessively-dimensional", + "langName": "অত্যধিক মাত্রিকতা", + "object": "জ্যামিতিক রচনা", + "attribute": "মাল্টিভার্স" + }, + { + "displayName": "Alldimensional", + "langName": "সম্পূর্ণ মাত্রা", + "object": "জ্যামিতিক রচনা", + "attribute": "মাল্টিভার্স" + }, + { + "displayName": "Multiverse", + "langName": "মাল্টিভার্স", + "object": "জ্যামিতিক রচনা", + "attribute": "মাল্টিভার্স" + }, + { + "displayName": "Low Poly", + "langName": "লো-প্রোফাইল মডেলিং", + "object": "জ্যামিতিক রচনা", + "attribute": "শৈলী" + }, + { + "displayName": "Geometric", + "langName": "জ্যামিতি", + "object": "জ্যামিতিক রচনা", + "attribute": "শৈলী" + }, + { + "displayName": "Non-Euclidian", + "langName": "অ-ইউক্লিডীয়", + "object": "জ্যামিতিক রচনা", + "attribute": "শৈলী" + }, + { + "displayName": "Poly", + "langName": "পলি", + "object": "জ্যামিতিক রচনা", + "attribute": "শৈলী" + }, + { + "displayName": "Polygon", + "langName": "বহুভুজ", + "object": "জ্যামিতিক রচনা", + "attribute": "শৈলী" + }, + { + "displayName": "Polygonal", + "langName": "বহুপাক্ষিক", + "object": "জ্যামিতিক রচনা", + "attribute": "শৈলী" + }, + { + "displayName": "Polyhedron", + "langName": "পলিহেড্রন", + "object": "জ্যামিতিক রচনা", + "attribute": "শৈলী" + }, + { + "displayName": "Polyhedral", + "langName": "অনেক পক্ষ", + "object": "জ্যামিতিক রচনা", + "attribute": "শৈলী" + }, + { + "displayName": "Platonic Solids", + "langName": "প্লেটোনিক কঠিন পদার্থ", + "object": "জ্যামিতিক রচনা", + "attribute": "শৈলী" + }, + { + "displayName": "Archimedean Solids", + "langName": "আর্কিমিডিয়ান কঠিন", + "object": "জ্যামিতিক রচনা", + "attribute": "শৈলী" + }, + { + "displayName": "Catalan solids", + "langName": "কাতালোনিয়া স্টেরিওটাইপ", + "object": "জ্যামিতিক রচনা", + "attribute": "শৈলী" + }, + { + "displayName": "Vertex", + "langName": "শীর্ষবিন্দু", + "object": "জ্যামিতিক রচনা", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Edge", + "langName": "প্রান্ত", + "object": "জ্যামিতিক রচনা", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Surface", + "langName": "পৃষ্ঠ", + "object": "জ্যামিতিক রচনা", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Interior", + "langName": "অভ্যন্তরীণ", + "object": "জ্যামিতিক রচনা", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Exterior", + "langName": "বহিরাগত", + "object": "জ্যামিতিক রচনা", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Convex", + "langName": "উত্তল", + "object": "জ্যামিতিক রচনা", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Concave", + "langName": "অবতল", + "object": "জ্যামিতিক রচনা", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Equiangular", + "langName": "সমকোণী", + "object": "জ্যামিতিক রচনা", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Equilateral", + "langName": "সমবাহু", + "object": "জ্যামিতিক রচনা", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Cyclic", + "langName": "বৃত্তাকার", + "object": "জ্যামিতিক রচনা", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Tangential", + "langName": "স্পর্শক", + "object": "জ্যামিতিক রচনা", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Rectilinear", + "langName": "সরলরেখা", + "object": "জ্যামিতিক রচনা", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Traverse", + "langName": "জুড়ে", + "object": "জ্যামিতিক রচনা", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Quasi", + "langName": "পরিকল্পনা", + "object": "জ্যামিতিক রচনা", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Quasi-Regular", + "langName": "আধা-নিয়ম", + "object": "জ্যামিতিক রচনা", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Isogonal", + "langName": "সমকোণী", + "object": "জ্যামিতিক রচনা", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Isotoxal", + "langName": "বিষের অপেক্ষায়", + "object": "জ্যামিতিক রচনা", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Isohedral", + "langName": "সমান নুডলস", + "object": "জ্যামিতিক রচনা", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Stellation", + "langName": "তারকা আকৃতি", + "object": "জ্যামিতিক রচনা", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Ehrhart Polynomial", + "langName": "Ehrhart বহুপদ", + "object": "জ্যামিতিক রচনা", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Ideal polyhedron", + "langName": "আদর্শ পলিহেড্রন", + "object": "জ্যামিতিক রচনা", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Polytope", + "langName": "পলিটোপ", + "object": "জ্যামিতিক রচনা", + "attribute": "চারিত্রিক" + }, + { + "displayName": "Realistic Painting", + "langName": "বাস্তবসম্মত পেইন্টিং", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Fine Art", + "langName": "সূক্ষ্ম শিল্প পেইন্টিং", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Still-Life", + "langName": "এখনও জীবন পেইন্টিং", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Oil Paint", + "langName": "পেইন্টিং", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "((dyeing)),((oil painting)),((impasto))", + "langName": "তেল পেইন্টিং (সংমিশ্রণ)", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Wet Paint", + "langName": "ভেজা পেইন্টিং", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Dripping Paint", + "langName": "ফোঁটা পেইন্ট", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Splatter Paint", + "langName": "স্প্ল্যাশ পেইন্ট", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Spray Paint", + "langName": "স্প্রে পেইন্ট", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Puffy Paint", + "langName": "ত্রিমাত্রিক রঙ্গক", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Glass Paint", + "langName": "গ্লাস পেইন্ট", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Tempera Paint", + "langName": "টেম্পরা", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Gouache Paint", + "langName": "gouache পেইন্ট", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Chinese Painting", + "langName": "চাইনিজ পেইন্টিং", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Tibetan Painting", + "langName": "তিব্বতি পেইন্টিং", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Scroll Painting", + "langName": "স্ক্রল পেইন্টিং", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Canvas", + "langName": "ক্যানভাস পেইন্টিং", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Color Field Painting", + "langName": "রঙ ক্ষেত্র পেইন্টিং", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Hard Edge Painting", + "langName": "হার্ড প্রান্ত পেইন্টিং", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Paper-Marbling", + "langName": "gouache", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Hydrodipped", + "langName": "জল স্টিকার", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Painting", + "langName": "পেইন্টিং", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Ink wash painting", + "langName": "কালি পেইন্টিং", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "watercolor", + "langName": "জল রং পেইন্টিং", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "(((ink))),((watercolor))", + "langName": "জল রং পেইন্টিং", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Paint", + "langName": "পেইন্ট", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "acrylic_paint", + "langName": "এক্রাইলিক পেইন্ট পেইন্টিং", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Airbrush", + "langName": "এয়ারব্রাশ", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Coffee Paint", + "langName": "কফি পেইন্ট", + "object": "ছবির ধরন", + "attribute": "পেইন্টিং" + }, + { + "displayName": "Illustration", + "langName": "দৃষ্টান্ত", + "object": "ছবির ধরন", + "attribute": "ইলাস্ট্রেশন" + }, + { + "displayName": "Storybook Illustration", + "langName": "গল্পের বইয়ের উদাহরণ", + "object": "ছবির ধরন", + "attribute": "ইলাস্ট্রেশন" + }, + { + "displayName": "Children's Drawing", + "langName": "শিশুদের আঁকা", + "object": "ছবির ধরন", + "attribute": "ইলাস্ট্রেশন" + }, + { + "displayName": "Graphic Novel", + "langName": "গ্রাফিক উপন্যাস", + "object": "ছবির ধরন", + "attribute": "ইলাস্ট্রেশন" + }, + { + "displayName": "Visual Novel", + "langName": "চাক্ষুষ উপন্যাস", + "object": "ছবির ধরন", + "attribute": "ইলাস্ট্রেশন" + }, + { + "displayName": "Illustrated-Booklet", + "langName": "সচিত্র ব্রোশিওর", + "object": "ছবির ধরন", + "attribute": "ইলাস্ট্রেশন" + }, + { + "displayName": "Illuminated Manuscript", + "langName": "আলোকিত পাণ্ডুলিপি", + "object": "ছবির ধরন", + "attribute": "ইলাস্ট্রেশন" + }, + { + "displayName": "Assembly Drawing", + "langName": "সমাবেশ অঙ্কন", + "object": "ছবির ধরন", + "attribute": "ইলাস্ট্রেশন" + }, + { + "displayName": "wallpaper", + "langName": "ওয়ালপেপার", + "object": "ছবির ধরন", + "attribute": "ইলাস্ট্রেশন" + }, + { + "displayName": "extremely detailed wallpaper", + "langName": "খুব বিস্তারিত ওয়ালপেপার", + "object": "ছবির ধরন", + "attribute": "ইলাস্ট্রেশন" + }, + { + "displayName": "digital illustration", + "langName": "ডিজিটাল ইলাস্ট্রেশন", + "object": "ছবির ধরন", + "attribute": "ইলাস্ট্রেশন" + }, + { + "displayName": "multiple item spritedsheet", + "langName": "একাধিক সম্পর্কিত নিদর্শন ছবির একটি সংগ্রহ", + "object": "ছবির ধরন", + "attribute": "ইলাস্ট্রেশন" + }, + { + "displayName": "game cg", + "langName": "খেলা CG", + "object": "ছবির ধরন", + "attribute": "ইলাস্ট্রেশন" + }, + { + "displayName": "extremely detailed cg", + "langName": "খুব বিস্তারিত cg", + "object": "ছবির ধরন", + "attribute": "ইলাস্ট্রেশন" + }, + { + "displayName": "Drawing", + "langName": "পেইন্টিং", + "object": "ছবির ধরন", + "attribute": "হাতে আঁকা" + }, + { + "displayName": "Hand-Drawn", + "langName": "হাতে আঁকা", + "object": "ছবির ধরন", + "attribute": "হাতে আঁকা" + }, + { + "displayName": "Doodle", + "langName": "গ্রাফিতি", + "object": "ছবির ধরন", + "attribute": "হাতে আঁকা" + }, + { + "displayName": "sketch", + "langName": "স্কেচ", + "object": "ছবির ধরন", + "attribute": "হাতে আঁকা" + }, + { + "displayName": "posing sketch", + "langName": "স্কেচ", + "object": "ছবির ধরন", + "attribute": "হাতে আঁকা" + }, + { + "displayName": "Line Art", + "langName": "লাইন অঙ্কন", + "object": "ছবির ধরন", + "attribute": "হাতে আঁকা" + }, + { + "displayName": "Crosshatch", + "langName": "ক্রস হ্যাচিং", + "object": "ছবির ধরন", + "attribute": "হাতে আঁকা" + }, + { + "displayName": "Stipple", + "langName": "পয়েন্টিলিজম", + "object": "ছবির ধরন", + "attribute": "হাতে আঁকা" + }, + { + "displayName": "Dot Art", + "langName": "পয়েন্টিলিজম", + "object": "ছবির ধরন", + "attribute": "হাতে আঁকা" + }, + { + "displayName": "Anatomical Drawing", + "langName": "অ্যানাটমি ডায়াগ্রাম", + "object": "ছবির ধরন", + "attribute": "হাতে আঁকা" + }, + { + "displayName": "(posing sketch),(monochrome)", + "langName": "কালো এবং সাদা স্কেচ", + "object": "ছবির ধরন", + "attribute": "হাতে আঁকা" + }, + { + "displayName": "Pencil Art", + "langName": "পেন্সিল অঙ্কন", + "object": "ছবির ধরন", + "attribute": "পেন্সিল" + }, + { + "displayName": "graphite", + "langName": "গ্রাফাইট পেন্সিল", + "object": "ছবির ধরন", + "attribute": "পেন্সিল" + }, + { + "displayName": "colored_pencil", + "langName": "রঙিন পেন্সিল", + "object": "ছবির ধরন", + "attribute": "পেন্সিল" + }, + { + "displayName": "watercolor_pencil", + "langName": "জল রং পেন্সিল", + "object": "ছবির ধরন", + "attribute": "পেন্সিল" + }, + { + "displayName": "charcoal art", + "langName": "কাঠকয়লা অঙ্কন", + "object": "ছবির ধরন", + "attribute": "পেন্সিল" + }, + { + "displayName": "millipen_(medium)", + "langName": "অঙ্কন কলম", + "object": "ছবির ধরন", + "attribute": "পেন্সিল" + }, + { + "displayName": "nib_pen_(medium)", + "langName": "অঙ্কন কলম", + "object": "ছবির ধরন", + "attribute": "পেন্সিল" + }, + { + "displayName": "(monochrome),(gray scale),(pencil sketch lines)", + "langName": "পেন্সিল স্কেচ", + "object": "ছবির ধরন", + "attribute": "পেন্সিল" + }, + { + "displayName": "faux_traditional_media", + "langName": "সাইন পেইন্টিং শৈলী", + "object": "ছবির ধরন", + "attribute": "পেন্সিল" + }, + { + "displayName": "Ink", + "langName": "কালি", + "object": "ছবির ধরন", + "attribute": "কালি" + }, + { + "displayName": "Fountain Pen", + "langName": "কলম", + "object": "ছবির ধরন", + "attribute": "কালি" + }, + { + "displayName": "Fountain Pen Art", + "langName": "কলম অঙ্কন", + "object": "ছবির ধরন", + "attribute": "কালি" + }, + { + "displayName": "Ballpoint Pen", + "langName": "বলপয়েন্ট কলম", + "object": "ছবির ধরন", + "attribute": "কালি" + }, + { + "displayName": "Gel Pen", + "langName": "জেল কলম", + "object": "ছবির ধরন", + "attribute": "কালি" + }, + { + "displayName": "ballpoint_pen_(medium)", + "langName": "বলপয়েন্ট কলম", + "object": "ছবির ধরন", + "attribute": "কালি" + }, + { + "displayName": "Calligraphy", + "langName": "ক্যালিগ্রাফি", + "object": "ছবির ধরন", + "attribute": "কালি" + }, + { + "displayName": "marker_(medium)", + "langName": "মার্কার কলম", + "object": "ছবির ধরন", + "attribute": "কালি" + }, + { + "displayName": "copics", + "langName": "মার্কার (নিরপেক্ষ ধূসর)", + "object": "ছবির ধরন", + "attribute": "কালি" + }, + { + "displayName": "Dry-Erase Marker", + "langName": "হোয়াইটবোর্ড মার্কার", + "object": "ছবির ধরন", + "attribute": "কালি" + }, + { + "displayName": "Wet-Erase Marker", + "langName": "ইরেজেবল মার্কার পেন", + "object": "ছবির ধরন", + "attribute": "কালি" + }, + { + "displayName": "Whiteboard", + "langName": "হোয়াইটবোর্ড", + "object": "ছবির ধরন", + "attribute": "কালি" + }, + { + "displayName": "pastel_color", + "langName": "প্যাস্টেল রং", + "object": "ছবির ধরন", + "attribute": "কালি" + }, + { + "displayName": "Crayon", + "langName": "ক্রেয়ন", + "object": "ছবির ধরন", + "attribute": "চক" + }, + { + "displayName": "Conte", + "langName": "কাংক্সি কলম", + "object": "ছবির ধরন", + "attribute": "চক" + }, + { + "displayName": "Chalk", + "langName": "চক", + "object": "ছবির ধরন", + "attribute": "চক" + }, + { + "displayName": "Pastel Art", + "langName": "প্যাস্টেল পেইন্টিং", + "object": "ছবির ধরন", + "attribute": "চক" + }, + { + "displayName": "Blackboard", + "langName": "ব্ল্যাকবোর্ড", + "object": "ছবির ধরন", + "attribute": "চক" + }, + { + "displayName": "Chalkboard", + "langName": "ব্ল্যাকবোর্ড", + "object": "ছবির ধরন", + "attribute": "চক" + }, + { + "displayName": "Text", + "langName": "পাঠ্য", + "object": "ছবির ধরন", + "attribute": "পাঠ্য" + }, + { + "displayName": "Typeface", + "langName": "ফন্ট", + "object": "ছবির ধরন", + "attribute": "পাঠ্য" + }, + { + "displayName": "Font", + "langName": "ফন্ট", + "object": "ছবির ধরন", + "attribute": "পাঠ্য" + }, + { + "displayName": "Says", + "langName": "ব্যাখ্যা", + "object": "ছবির ধরন", + "attribute": "পাঠ্য" + }, + { + "displayName": "Letters", + "langName": "চিঠি", + "object": "ছবির ধরন", + "attribute": "পাঠ্য" + }, + { + "displayName": "Graphemes", + "langName": "গ্রাফেম", + "object": "ছবির ধরন", + "attribute": "পাঠ্য" + }, + { + "displayName": "Written Letters", + "langName": "চিঠি লেখা", + "object": "ছবির ধরন", + "attribute": "পাঠ্য" + }, + { + "displayName": "Words", + "langName": "শব্দ", + "object": "ছবির ধরন", + "attribute": "পাঠ্য" + }, + { + "displayName": "Lexemes", + "langName": "morpheme", + "object": "ছবির ধরন", + "attribute": "পাঠ্য" + }, + { + "displayName": "Written Words", + "langName": "লিখিত শব্দ", + "object": "ছবির ধরন", + "attribute": "পাঠ্য" + }, + { + "displayName": "Caption", + "langName": "শিরোনাম", + "object": "ছবির ধরন", + "attribute": "পাঠ্য" + }, + { + "displayName": "Logo", + "langName": "ট্রেডমার্ক", + "object": "ছবির ধরন", + "attribute": "প্রিন্ট" + }, + { + "displayName": "Stamp", + "langName": "স্ট্যাম্প", + "object": "ছবির ধরন", + "attribute": "প্রিন্ট" + }, + { + "displayName": "Postage Stamp", + "langName": "স্ট্যাম্প", + "object": "ছবির ধরন", + "attribute": "প্রিন্ট" + }, + { + "displayName": "Business Card", + "langName": "ব্যবসা কার্ড", + "object": "ছবির ধরন", + "attribute": "প্রিন্ট" + }, + { + "displayName": "Collage", + "langName": "কোলাজ", + "object": "ছবির ধরন", + "attribute": "প্রিন্ট" + }, + { + "displayName": "Photocollage", + "langName": "ছবির কোলাজ", + "object": "ছবির ধরন", + "attribute": "প্রিন্ট" + }, + { + "displayName": "Fotocollage", + "langName": "ছবির কোলাজ", + "object": "ছবির ধরন", + "attribute": "প্রিন্ট" + }, + { + "displayName": "Lithography", + "langName": "লিথোগ্রাফি", + "object": "ছবির ধরন", + "attribute": "প্রিন্ট" + }, + { + "displayName": "Block Printing", + "langName": "প্রিন্ট মেকিং", + "object": "ছবির ধরন", + "attribute": "প্রিন্ট" + }, + { + "displayName": "Magazine", + "langName": "ম্যাগাজিন", + "object": "ছবির ধরন", + "attribute": "প্রিন্ট" + }, + { + "displayName": "Newspaper", + "langName": "সংবাদপত্র", + "object": "ছবির ধরন", + "attribute": "প্রিন্ট" + }, + { + "displayName": "Newsprint", + "langName": "নিউজপ্রিন্ট", + "object": "ছবির ধরন", + "attribute": "প্রিন্ট" + }, + { + "displayName": "Cartographic", + "langName": "ম্যাপিং", + "object": "ছবির ধরন", + "attribute": "প্রিন্ট" + }, + { + "displayName": "Blueprint", + "langName": "নীলনকশা", + "object": "ছবির ধরন", + "attribute": "প্রিন্ট" + }, + { + "displayName": "comic", + "langName": "কমিক্স", + "object": "ছবির ধরন", + "attribute": "প্রিন্ট" + }, + { + "displayName": "Comic Book", + "langName": "কমিক বই", + "object": "ছবির ধরন", + "attribute": "প্রিন্ট" + }, + { + "displayName": "Booklet", + "langName": "পুস্তিকা", + "object": "ছবির ধরন", + "attribute": "প্রিন্ট" + }, + { + "displayName": "Poster", + "langName": "পোস্টার", + "object": "ছবির ধরন", + "attribute": "প্রিন্ট" + }, + { + "displayName": "Sticker", + "langName": "স্টিকার", + "object": "ছবির ধরন", + "attribute": "প্রিন্ট" + }, + { + "displayName": "Barcode", + "langName": "বারকোড", + "object": "ছবির ধরন", + "attribute": "প্রিন্ট" + }, + { + "displayName": "QR Code", + "langName": "QR কোড", + "object": "ছবির ধরন", + "attribute": "প্রিন্ট" + }, + { + "displayName": "Pokemon Card", + "langName": "পোকেমন কার্ড (পকেট মনস্টার)", + "object": "ছবির ধরন", + "attribute": "প্রিন্ট" + }, + { + "displayName": "Origami", + "langName": "অরিগামি", + "object": "ছবির ধরন", + "attribute": "অরিগামি" + }, + { + "displayName": "Modular Origami", + "langName": "মডুলার অরিগামি", + "object": "ছবির ধরন", + "attribute": "অরিগামি" + }, + { + "displayName": "Rigid Origami", + "langName": "অনমনীয় অরিগামি", + "object": "ছবির ধরন", + "attribute": "অরিগামি" + }, + { + "displayName": "Sonobe", + "langName": "অরিগামি তোড়া", + "object": "ছবির ধরন", + "attribute": "অরিগামি" + }, + { + "displayName": "Kirigami", + "langName": "কাগজ কাটা", + "object": "ছবির ধরন", + "attribute": "অরিগামি" + }, + { + "displayName": "Moneygami", + "langName": "ব্যাঙ্কনোট অরিগামি", + "object": "ছবির ধরন", + "attribute": "অরিগামি" + }, + { + "displayName": "Wet-Folding", + "langName": "ভেজা ভাঁজ", + "object": "ছবির ধরন", + "attribute": "অরিগামি" + }, + { + "displayName": "pixel art", + "langName": "পিক্সেল শিল্প", + "object": "ছবির ধরন", + "attribute": "মোজাইক" + }, + { + "displayName": "Mosaic", + "langName": "মোজাইক", + "object": "ছবির ধরন", + "attribute": "মোজাইক" + }, + { + "displayName": "Micromosaic", + "langName": "মাইক্রোমোজাইক", + "object": "ছবির ধরন", + "attribute": "মোজাইক" + }, + { + "displayName": "Glass Mosaic", + "langName": "গ্লাস মোজাইক", + "object": "ছবির ধরন", + "attribute": "মোজাইক" + }, + { + "displayName": "Photographic Mosaic", + "langName": "ছবির মোজাইক", + "object": "ছবির ধরন", + "attribute": "মোজাইক" + }, + { + "displayName": "Impressionist Mosaic", + "langName": "ইম্প্রেশনিস্ট মোজাইক", + "object": "ছবির ধরন", + "attribute": "মোজাইক" + }, + { + "displayName": "Frame", + "langName": "ছবির ফ্রেম", + "object": "ছবির ধরন", + "attribute": "ফ্রেম" + }, + { + "displayName": "Framed", + "langName": "ফ্রেমযুক্ত", + "object": "ছবির ধরন", + "attribute": "ফ্রেম" + }, + { + "displayName": "Wooden Frame", + "langName": "কাঠের ছবির ফ্রেম", + "object": "ছবির ধরন", + "attribute": "ফ্রেম" + }, + { + "displayName": "Wooden Framed", + "langName": "কাঠের ছবির ফ্রেম", + "object": "ছবির ধরন", + "attribute": "ফ্রেম" + }, + { + "displayName": "Carving", + "langName": "খোদাই", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Etching", + "langName": "এচিং", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Sculpture", + "langName": "ভাস্কর্য", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Papercutting", + "langName": "কাগজ কাটা", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "silhouette", + "langName": "সিলুয়েট", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Whittling", + "langName": "খোদাই ছুরি", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Wood-Carving", + "langName": "কাঠ খোদাই", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Chip-Carving", + "langName": "ফুল খোদাই", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Relief-Carving", + "langName": "ত্রাণ", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Ice-Carving", + "langName": "বরফের ভাস্কর্য", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Lacquer", + "langName": "বার্ণিশ শিল্প", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "String-Art", + "langName": "স্ট্রিং আর্ট", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Paper-Mache", + "langName": "সজ্জা আকৃতি", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Paper Model", + "langName": "কাগজ মডেল", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Card", + "langName": "কার্ড", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Carved Lacquer", + "langName": "খোদাই করা বার্ণিশ", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Fretwork", + "langName": "ফাঁপা প্রক্রিয়া", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Intaglio", + "langName": "gravure মুদ্রণ", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Mezzotint", + "langName": "কপারপ্লেট পেইন্ট", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Aquatint", + "langName": "gravure মুদ্রণ", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Linocut", + "langName": "স্ক্রিন প্রিন্টিং", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Pyrography", + "langName": "সোল্ডার স্পট পেইন্টিং", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Puppet", + "langName": "পুতুল", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Balloon Modelling", + "langName": "বেলুন মডেল", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Balloon Twisting", + "langName": "বিভিন্ন আকারের বেলুন", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Circuit", + "langName": "লাইন ডায়াগ্রাম", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Circuitry", + "langName": "সার্কিট", + "object": "ছবির ধরন", + "attribute": "খোদাই, খোদাই এবং মডেলিং" + }, + { + "displayName": "Dalle de verre", + "langName": "দাগযুক্ত কাচ", + "object": "ছবির ধরন", + "attribute": "মৃৎপাত্র এবং কাচ" + }, + { + "displayName": "Encaustic painting", + "langName": "চীনামাটির বাসন পেইন্টিং", + "object": "ছবির ধরন", + "attribute": "মৃৎপাত্র এবং কাচ" + }, + { + "displayName": "Glaze", + "langName": "গ্লেজ", + "object": "ছবির ধরন", + "attribute": "মৃৎপাত্র এবং কাচ" + }, + { + "displayName": "Overglaze", + "langName": "গ্লেজ", + "object": "ছবির ধরন", + "attribute": "মৃৎপাত্র এবং কাচ" + }, + { + "displayName": "Inglaze", + "langName": "আন্ডারগ্লেজ", + "object": "ছবির ধরন", + "attribute": "মৃৎপাত্র এবং কাচ" + }, + { + "displayName": "Azulejo", + "langName": "আজুলেজো", + "object": "ছবির ধরন", + "attribute": "মৃৎপাত্র এবং কাচ" + }, + { + "displayName": "Paleolithic Pottery", + "langName": "প্যালিওলিথিক মৃৎপাত্র", + "object": "ছবির ধরন", + "attribute": "মৃৎপাত্র এবং কাচ" + }, + { + "displayName": "Neolithic Pottery", + "langName": "নিওলিথিক মৃৎপাত্র", + "object": "ছবির ধরন", + "attribute": "মৃৎপাত্র এবং কাচ" + }, + { + "displayName": "Bone China", + "langName": "হাড় চীন", + "object": "ছবির ধরন", + "attribute": "মৃৎপাত্র এবং কাচ" + }, + { + "displayName": "Ornament", + "langName": "সজ্জা", + "object": "ছবির ধরন", + "attribute": "মৃৎপাত্র এবং কাচ" + }, + { + "displayName": "Light Art", + "langName": "হালকা শিল্প", + "object": "ছবির ধরন", + "attribute": "আলো" + }, + { + "displayName": "Light Painting", + "langName": "হালকা পেইন্টিং", + "object": "ছবির ধরন", + "attribute": "আলো" + }, + { + "displayName": "Lightpainting", + "langName": "হালকা পেইন্টিং", + "object": "ছবির ধরন", + "attribute": "আলো" + }, + { + "displayName": "traditional_media", + "langName": "ঐতিহ্যবাহী ক্যানভাস (যেমন কাগজ, ইত্যাদি)", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Wall Decal", + "langName": "প্রাচীর স্টিকার", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Banner", + "langName": "ব্যানার", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Signage", + "langName": "চিহ্ন", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Arts and Crafts", + "langName": "শিল্প ও কারুশিল্প", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Resin", + "langName": "ইপোক্সি রজন", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Enamel Pin", + "langName": "এনামেল পিন", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Bejeweled", + "langName": "জড়ানো রত্ন", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Latte Art", + "langName": "ল্যাটে আর্ট", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Coffee Stain", + "langName": "কফি দাগ", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Smoke Art", + "langName": "ধূমপান শিল্প", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Sticker Bomb", + "langName": "স্টিকার বোমা", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Jigsaw", + "langName": "ধাঁধা", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Puzzle", + "langName": "জিগস পাজল", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Maze", + "langName": "গোলকধাঁধা", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Toy", + "langName": "খেলনা", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Site-Specific art", + "langName": "সাইট নির্দিষ্ট শিল্প", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Public Art", + "langName": "পাবলিক শিল্প", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Diorama", + "langName": "ডায়োরামা", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Hedge Trimming", + "langName": "হেজ ছাঁটাই", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Hatmaking", + "langName": "টুপি তৈরি", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Stencil", + "langName": "স্টেনসিল", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Negative Space", + "langName": "নেতিবাচক স্থান", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Scrapbooking", + "langName": "স্ক্র্যাপবুক", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Mixed Media", + "langName": "মিশ্র মিডিয়া", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Frottage", + "langName": "পদদলিত পেইন্টিং", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Outlined", + "langName": "কনট্যুর", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Glitter", + "langName": "চকচকে", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Sparkly", + "langName": "চকচকে", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Indian Art", + "langName": "ভারতীয় শিল্প", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Soviet Art", + "langName": "সোভিয়েত শিল্প", + "object": "ছবির ধরন", + "attribute": "অন্যান্য মিডিয়া" + }, + { + "displayName": "Rock Art", + "langName": "পেট্রোগ্লিফ", + "object": "ছবির ধরন", + "attribute": "ঐতিহ্যগত শিল্প" + }, + { + "displayName": "Cave Art", + "langName": "গুহা শিল্প", + "object": "ছবির ধরন", + "attribute": "ঐতিহ্যগত শিল্প" + }, + { + "displayName": "Mural", + "langName": "ম্যুরাল", + "object": "ছবির ধরন", + "attribute": "ঐতিহ্যগত শিল্প" + }, + { + "displayName": "Easter Egg", + "langName": "ইস্টার ডিম", + "object": "ছবির ধরন", + "attribute": "ঐতিহ্যগত শিল্প" + }, + { + "displayName": "Egg Decorating", + "langName": "আঁকা ডিম", + "object": "ছবির ধরন", + "attribute": "ঐতিহ্যগত শিল্প" + }, + { + "displayName": "((art nouveau))", + "langName": "আর্ট নুওয়াউ", + "object": "শিল্প শৈলী", + "attribute": "ঐতিহাসিক শিল্প শৈলী" + }, + { + "displayName": "((classicism))", + "langName": "ক্লাসিকবাদ", + "object": "শিল্প শৈলী", + "attribute": "ঐতিহাসিক শিল্প শৈলী" + }, + { + "displayName": "((neoclassicism))", + "langName": "নিওক্ল্যাসিসিজম", + "object": "শিল্প শৈলী", + "attribute": "ঐতিহাসিক শিল্প শৈলী" + }, + { + "displayName": "((romanticism))", + "langName": "রোমান্টিকতা", + "object": "শিল্প শৈলী", + "attribute": "ঐতিহাসিক শিল্প শৈলী" + }, + { + "displayName": "Gothic art", + "langName": "গথিক শিল্প", + "object": "শিল্প শৈলী", + "attribute": "ঐতিহাসিক শিল্প শৈলী" + }, + { + "displayName": "Baroque", + "langName": "বারোক", + "object": "শিল্প শৈলী", + "attribute": "ঐতিহাসিক শিল্প শৈলী" + }, + { + "displayName": "Pre-Raphaelite Brotherhood", + "langName": "প্রাক-রাফেলাইট", + "object": "শিল্প শৈলী", + "attribute": "ঐতিহাসিক শিল্প শৈলী" + }, + { + "displayName": "renaissance art", + "langName": "রেনেসাঁ শৈলী", + "object": "শিল্প শৈলী", + "attribute": "ঐতিহাসিক শিল্প শৈলী" + }, + { + "displayName": "academic art", + "langName": "একাডেমিক", + "object": "শিল্প শৈলী", + "attribute": "ঐতিহাসিক শিল্প শৈলী" + }, + { + "displayName": "academicism", + "langName": "একাডেমিসিজম", + "object": "শিল্প শৈলী", + "attribute": "ঐতিহাসিক শিল্প শৈলী" + }, + { + "displayName": "ancient greek art", + "langName": "প্রাচীন গ্রীক শিল্প", + "object": "শিল্প শৈলী", + "attribute": "ঐতিহাসিক শিল্প শৈলী" + }, + { + "displayName": "ancient egypt", + "langName": "প্রাচীন মিশর", + "object": "শিল্প শৈলী", + "attribute": "ঐতিহাসিক শিল্প শৈলী" + }, + { + "displayName": "Minimalism", + "langName": "minimalism", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "Modern Art", + "langName": "আধুনিক শিল্প", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "contemporary art", + "langName": "সমসাময়িক শিল্প", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "Concept Art", + "langName": "ধারণা শিল্প", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "Digital Art", + "langName": "ডিজিটাল শিল্প", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "visionary art", + "langName": "ভিজ্যুয়াল আর্ট", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "Hyperrealistic", + "langName": "অতি-বাস্তববাদী", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "hyperrealism", + "langName": "বাস্তববাদ", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "abstract expressionism", + "langName": "বিমূর্ত অভিব্যক্তিবাদ", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "cubism", + "langName": "কিউবিজম", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "impressionism", + "langName": "ইম্প্রেশনিজম", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "Neo-impressionism", + "langName": "পোস্ট-ইম্প্রেশনিজম", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "fauvism", + "langName": "fauvism", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "expressionism", + "langName": "অভিব্যক্তিবাদ", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "Pop art", + "langName": "পপ শিল্প", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "((abstract art))", + "langName": "বিমূর্ত শিল্প", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "((Dadaism))", + "langName": "দাদাবাদ", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "((futurism))", + "langName": "ভবিষ্যত", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "Warhol", + "langName": "অ্যান্ডি ওয়ারহল শৈলী", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "street art", + "langName": "রাস্তার শিল্প", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "folk art", + "langName": "লোকশিল্প", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "Bauhaus Style", + "langName": "বাউহাউস শৈলী", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "Luminsm", + "langName": "বর্ণবাদ", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "Constructivism", + "langName": "গঠনবাদ", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "((dieselpunk))", + "langName": "ডিজেলপাঙ্ক", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "streampunk", + "langName": "স্টিম্পঙ্ক", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "Disney style", + "langName": "ডিজনি শৈলী", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "Picos style", + "langName": "পিক্সার শৈলী", + "object": "শিল্প শৈলী", + "attribute": "আধুনিক শিল্প" + }, + { + "displayName": "realism", + "langName": "বাস্তববাদ", + "object": "শিল্প শৈলী", + "attribute": "কল্পকাহিনী এবং বাস্তবতা" + }, + { + "displayName": "Surrealistic", + "langName": "পরাবাস্তববাদ", + "object": "শিল্প শৈলী", + "attribute": "কল্পকাহিনী এবং বাস্তবতা" + }, + { + "displayName": "Social realism", + "langName": "সামাজিক বাস্তবতা", + "object": "শিল্প শৈলী", + "attribute": "কল্পকাহিনী এবং বাস্তবতা" + }, + { + "displayName": "Magic Realism", + "langName": "জাদু বাস্তববাদ", + "object": "শিল্প শৈলী", + "attribute": "কল্পকাহিনী এবং বাস্তবতা" + }, + { + "displayName": "Fantastic Realism", + "langName": "জাদু বাস্তববাদ", + "object": "শিল্প শৈলী", + "attribute": "কল্পকাহিনী এবং বাস্তবতা" + }, + { + "displayName": "Classical Realism", + "langName": "সমালোচনামূলক বাস্তববাদ", + "object": "শিল্প শৈলী", + "attribute": "কল্পকাহিনী এবং বাস্তবতা" + }, + { + "displayName": "miserablism", + "langName": "বিষণ্ণতা (সমাজে দারিদ্র্য ও অবিচারের সমালোচনা)", + "object": "শিল্প শৈলী", + "attribute": "কল্পকাহিনী এবং বাস্তবতা" + }, + { + "displayName": "Contemporary Realism", + "langName": "সমসাময়িক বাস্তববাদ", + "object": "শিল্প শৈলী", + "attribute": "কল্পকাহিনী এবং বাস্তবতা" + }, + { + "displayName": "Non-Fiction", + "langName": "তথ্যচিত্র", + "object": "শিল্প শৈলী", + "attribute": "কল্পকাহিনী এবং বাস্তবতা" + }, + { + "displayName": "ukiyoe", + "langName": "জাপানি উকিও-ই", + "object": "শিল্প শৈলী", + "attribute": "এশিয়ান শিল্প" + }, + { + "displayName": "illustration,(((ukiyoe))),((sketch)),((japanese_art))", + "langName": "উকিও-ই (গ্রুপ)", + "object": "শিল্প শৈলী", + "attribute": "এশিয়ান শিল্প" + }, + { + "displayName": "traditional chinese painting", + "langName": "চীনা ঐতিহ্যবাহী পেইন্টিং", + "object": "শিল্প শৈলী", + "attribute": "এশিয়ান শিল্প" + }, + { + "displayName": "Japonism", + "langName": "জাপানি শৈলী", + "object": "শিল্প শৈলী", + "attribute": "এশিয়ান শিল্প" + }, + { + "displayName": "Japanese manga style", + "langName": "জাপানি মাঙ্গা শৈলী", + "object": "শিল্প শৈলী", + "attribute": "এশিয়ান শিল্প" + }, + { + "displayName": "anime style", + "langName": "অ্যানিমেশন শৈলী", + "object": "শিল্প শৈলী", + "attribute": "এশিয়ান শিল্প" + }, + { + "displayName": "Aestheticism Painting", + "langName": "নান্দনিকতা পেইন্টিং", + "object": "শিল্প শৈলী", + "attribute": "ফটোগ্রাফি/পেইন্টিং স্টাইল" + }, + { + "displayName": "pastel color,sketch", + "langName": "দ্রুত পেইন্ট শৈলী", + "object": "শিল্প শৈলী", + "attribute": "ফটোগ্রাফি/পেইন্টিং স্টাইল" + }, + { + "displayName": "ink doodle", + "langName": "কালি ডুডল", + "object": "শিল্প শৈলী", + "attribute": "ফটোগ্রাফি/পেইন্টিং স্টাইল" + }, + { + "displayName": "charcoal sketch", + "langName": "চারকোল স্কেচ", + "object": "শিল্প শৈলী", + "attribute": "ফটোগ্রাফি/পেইন্টিং স্টাইল" + }, + { + "displayName": "sketch art", + "langName": "স্কেচ শিল্প", + "object": "শিল্প শৈলী", + "attribute": "ফটোগ্রাফি/পেইন্টিং স্টাইল" + }, + { + "displayName": "sketch paper", + "langName": "স্কেচ পেপার", + "object": "শিল্প শৈলী", + "attribute": "ফটোগ্রাফি/পেইন্টিং স্টাইল" + }, + { + "displayName": "manuscript", + "langName": "পাণ্ডুলিপি", + "object": "শিল্প শৈলী", + "attribute": "ফটোগ্রাফি/পেইন্টিং স্টাইল" + }, + { + "displayName": "fading border", + "langName": "বিবর্ণ সীমানা", + "object": "শিল্প শৈলী", + "attribute": "ফটোগ্রাফি/পেইন্টিং স্টাইল" + }, + { + "displayName": "heavy contrast", + "langName": "শক্তিশালী বৈসাদৃশ্য (রঙের উপর জোর দেওয়া)", + "object": "শিল্প শৈলী", + "attribute": "ফটোগ্রাফি/পেইন্টিং স্টাইল" + }, + { + "displayName": "watercolor (medium)", + "langName": "স্বচ্ছ জল রং পেইন্টিং", + "object": "শিল্প শৈলী", + "attribute": "ফটোগ্রাফি/পেইন্টিং স্টাইল" + }, + { + "displayName": "Polaroid art", + "langName": "পোলারয়েড শিল্প", + "object": "শিল্প শৈলী", + "attribute": "ফটোগ্রাফি/পেইন্টিং স্টাইল" + }, + { + "displayName": "opal render", + "langName": "উপল রেন্ডারিং", + "object": "শিল্প শৈলী", + "attribute": "ফটোগ্রাফি/পেইন্টিং স্টাইল" + }, + { + "displayName": "chemigram", + "langName": "ক্রোমাটোগ্রাম", + "object": "শিল্প শৈলী", + "attribute": "ফটোগ্রাফি/পেইন্টিং স্টাইল" + }, + { + "displayName": "((alphonse mucha))", + "langName": "অনেক স্টাইল", + "object": "শিল্প শৈলী", + "attribute": "ফটোগ্রাফি/পেইন্টিং স্টাইল" + }, + { + "displayName": "((Monet style))", + "langName": "মোনেট শৈলী", + "object": "শিল্প শৈলী", + "attribute": "ফটোগ্রাফি/পেইন্টিং স্টাইল" + }, + { + "displayName": "style of Al Williamson", + "langName": "উইলিয়ামসন স্টাইল", + "object": "শিল্প শৈলী", + "attribute": "ফটোগ্রাফি/পেইন্টিং স্টাইল" + }, + { + "displayName": "chiaroscuro", + "langName": "chiaroscuro", + "object": "শিল্প শৈলী", + "attribute": "ফটোগ্রাফি/পেইন্টিং স্টাইল" + }, + { + "displayName": "film noir", + "langName": "ফিল্ম নোয়ার (অপরাধ, ইচ্ছা, প্রতিশোধ)", + "object": "শিল্প শৈলী", + "attribute": "ফটোগ্রাফি/পেইন্টিং স্টাইল" + }, + { + "displayName": "dark theme", + "langName": "ডার্ক থিম আর্ট", + "object": "শিল্প শৈলী", + "attribute": "ফটোগ্রাফি/পেইন্টিং স্টাইল" + }, + { + "displayName": "fantasy", + "langName": "কল্পবিজ্ঞানের দৃশ্যের জন্য উপযুক্ত", + "object": "শিল্প শৈলী", + "attribute": "কল্পবিজ্ঞান" + }, + { + "displayName": "fiction", + "langName": "কল্পবিজ্ঞান", + "object": "শিল্প শৈলী", + "attribute": "কল্পবিজ্ঞান" + }, + { + "displayName": "science fiction", + "langName": "কল্পবিজ্ঞান", + "object": "শিল্প শৈলী", + "attribute": "কল্পবিজ্ঞান" + }, + { + "displayName": "sci-fi", + "langName": "কল্পবিজ্ঞান শৈলী", + "object": "শিল্প শৈলী", + "attribute": "কল্পবিজ্ঞান" + }, + { + "displayName": "cyber punk", + "langName": "সাইবারপাঙ্ক", + "object": "শিল্প শৈলী", + "attribute": "কল্পবিজ্ঞান" + }, + { + "displayName": "Dark Fantasy", + "langName": "অন্ধকার ফ্যান্টাসি", + "object": "শিল্প শৈলী", + "attribute": "কল্পবিজ্ঞান" + }, + { + "displayName": "Ethereal Fantasy", + "langName": "মিস্টি ফ্যান্টাসি", + "object": "শিল্প শৈলী", + "attribute": "কল্পবিজ্ঞান" + }, + { + "displayName": "dark fantasy style", + "langName": "অন্ধকার ফ্যান্টাসি শৈলী", + "object": "শিল্প শৈলী", + "attribute": "কল্পবিজ্ঞান" + }, + { + "displayName": "ww3 style", + "langName": "ww3 শৈলী", + "object": "শিল্প শৈলী", + "attribute": "কল্পবিজ্ঞান" + }, + { + "displayName": "Magic Vortex", + "langName": "জাদু ঘূর্ণি", + "object": "শিল্প শৈলী", + "attribute": "কল্পবিজ্ঞান" + }, + { + "displayName": "1980s anime", + "langName": "80টি অ্যানিমেশন", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "80s movie", + "langName": "80টি সিনেমা", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "80s (style)", + "langName": "80 এর দশকের শৈলী", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "90s (style)", + "langName": "90 এর স্টাইল", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "disney movie", + "langName": "ডিজনি সিনেমা", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "goth", + "langName": "গোথ রক", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "bubble bobble", + "langName": "বুদবুদ ববল", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "style of Pixar", + "langName": "পিক্সার অ্যানিমেশন", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "Studio Ghibli", + "langName": "ঘিবলী শৈলী", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "Ghibli-like colours", + "langName": "জিবলি রং", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "genshin impact", + "langName": "জেনশিন প্রভাব", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "azur lane", + "langName": "আজুর গলি", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "kantai collection", + "langName": "বহর সংগ্রহ", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "rebecca (cyberpunk)", + "langName": "edgewalker", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "chainsaw man", + "langName": "চেইনসো মানুষ", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "synthwave", + "langName": "বাষ্প তরঙ্গ", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "anime screeshot", + "langName": "অ্যানিমেশন স্ক্রিনশট", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "dakimakura", + "langName": "বালিশ", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "cosplay", + "langName": "ভূমিকা খেলা", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "guro", + "langName": "কৌতূহল", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "personification", + "langName": "ব্যক্তিত্ব", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "4koma", + "langName": "চার গ্রিড", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "8 Bit Game", + "langName": "8 বিট গেম", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "DC Comics", + "langName": "আমেরিকান কমিক কভারের জন্য কমিক দৃশ্য তৈরি করতে পারে", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "cartoon", + "langName": "কার্টুন", + "object": "শিল্প শৈলী", + "attribute": "উপসংস্কৃতি" + }, + { + "displayName": "album", + "langName": "অ্যালবাম", + "object": "শিল্প শৈলী", + "attribute": "প্রকাশনা" + }, + { + "displayName": "album cover", + "langName": "অ্যালবাম কভার", + "object": "শিল্প শৈলী", + "attribute": "প্রকাশনা" + }, + { + "displayName": "magazine scan", + "langName": "পত্রিকার ভিতরের পাতা", + "object": "শিল্প শৈলী", + "attribute": "প্রকাশনা" + }, + { + "displayName": "magazine cover", + "langName": "ম্যাগাজিনের কভার", + "object": "শিল্প শৈলী", + "attribute": "প্রকাশনা" + }, + { + "displayName": "cover", + "langName": "আবরণ", + "object": "শিল্প শৈলী", + "attribute": "প্রকাশনা" + }, + { + "displayName": "artbook", + "langName": "মূল পেইন্টিং", + "object": "শিল্প শৈলী", + "attribute": "প্রকাশনা" + }, + { + "displayName": "column lineup", + "langName": "ছোট ছবির একটি সিরিজ একটি বড় ছবি তৈরি করে", + "object": "শিল্প শৈলী", + "attribute": "প্রকাশনা" + }, + { + "displayName": "zoom layer", + "langName": "পটভূমি হল অগ্রভাগের একটি বর্ধিত সংস্করণ", + "object": "শিল্প শৈলী", + "attribute": "প্রকাশনা" + }, + { + "displayName": "3D Item Render", + "langName": "3D রেন্ডারিং", + "object": "শিল্প শৈলী", + "attribute": "ডিজিটাল আর্ট" + }, + { + "displayName": "animated gif", + "langName": "GIF ফরম্যাটের ছবি", + "object": "শিল্প শৈলী", + "attribute": "ডিজিটাল আর্ট" + }, + { + "displayName": "fine art parody", + "langName": "বিখ্যাত চিত্রকর্মের অনুকরণ", + "object": "শিল্প শৈলী", + "attribute": "ডিজিটাল আর্ট" + }, + { + "displayName": "optical illusion", + "langName": "চাক্ষুষ ত্রুটি", + "object": "শিল্প শৈলী", + "attribute": "ডিজিটাল আর্ট" + }, + { + "displayName": "((ASCII art))", + "langName": "ASCII শিল্প", + "object": "শিল্প শৈলী", + "attribute": "ডিজিটাল আর্ট" + }, + { + "displayName": "Synchronism", + "langName": "সময় সমন্বয়", + "object": "শিল্প শৈলী", + "attribute": "ডিজিটাল আর্ট" + }, + { + "displayName": "highres", + "langName": "impasto (শৈলী)", + "object": "শিল্প শৈলী", + "attribute": "ডিজিটাল আর্ট" + }, + { + "displayName": "sample", + "langName": "ছবিতে শব্দ আছে", + "object": "শিল্প শৈলী", + "attribute": "ডিজিটাল আর্ট" + }, + { + "displayName": "dreamlike", + "langName": "স্বপ্ন", + "object": "শিল্প শৈলী", + "attribute": "ডিজিটাল আর্ট" + }, + { + "displayName": "pixiv", + "langName": "বিশুদ্ধ দ্বিমাত্রিক শৈলী প্রতিকৃতি", + "object": "শিল্প শৈলী", + "attribute": "ডিজিটাল আর্ট" + }, + { + "displayName": "a beautiful korean idol,stylish outfit,fitted jeans,oversized jacket,fashionable accessories,(realistic detailed eyes,natural skin texture,confident expression)", + "langName": "সাধারণত ব্যবহৃত প্রতিকৃতি", + "object": "পোস্ট প্রসেসিং", + "attribute": "সাধারণত ব্যবহৃত সংগ্রহ" + }, + { + "displayName": "fitted jeans,oversized jacket,navel", + "langName": "ক্যাজুয়াল ম্যাচিং (ডেনিম + বেলি বোতাম কাঁচুলি)", + "object": "পোস্ট প্রসেসিং", + "attribute": "সাধারণত ব্যবহৃত সংগ্রহ" + }, + { + "displayName": "black hair,earrings,flash photography,jewelry,looking at viewer and facing viewer,solo,(upper body),smirk,long hair,ponytail,short sleeves,black dress,black eyes,makeup,lipstick,(cleavage visible,large breasts),face close-up,bend over,pale skin,downblouse,Arms supporting the bed,wearing necklace,(Bedroom background,bed and curtains behind her,Wardrobe,desk lamp),,detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "ব্যক্তিগত ছবি", + "object": "পোস্ট প্রসেসিং", + "attribute": "সাধারণত ব্যবহৃত সংগ্রহ" + }, + { + "displayName": "cityscape backdrop,rooftop or high-rise balcony,shallow depth of field,bokeh from city lights", + "langName": "শহরের উচ্চ বৃদ্ধির পটভূমি", + "object": "পোস্ট প্রসেসিং", + "attribute": "সাধারণত ব্যবহৃত সংগ্রহ" + }, + { + "displayName": "Fujifilm XT3,film still,film grain,sharp focus on subject,cinematic", + "langName": "ফিল্ম টেক্সচার", + "object": "পোস্ট প্রসেসিং", + "attribute": "সাধারণত ব্যবহৃত সংগ্রহ" + }, + { + "displayName": "ultra-high definition", + "langName": "অতি উচ্চ সংজ্ঞা", + "object": "পোস্ট প্রসেসিং", + "attribute": "রেজোলিউশন" + }, + { + "displayName": "4k", + "langName": "4k", + "object": "পোস্ট প্রসেসিং", + "attribute": "রেজোলিউশন" + }, + { + "displayName": "8K", + "langName": "8K", + "object": "পোস্ট প্রসেসিং", + "attribute": "রেজোলিউশন" + }, + { + "displayName": "16k", + "langName": "16k", + "object": "পোস্ট প্রসেসিং", + "attribute": "রেজোলিউশন" + }, + { + "displayName": "32k", + "langName": "32k", + "object": "পোস্ট প্রসেসিং", + "attribute": "রেজোলিউশন" + }, + { + "displayName": "Full-HD", + "langName": "ফুল এইচডি", + "object": "পোস্ট প্রসেসিং", + "attribute": "রেজোলিউশন" + }, + { + "displayName": "HD", + "langName": "এইচডি", + "object": "পোস্ট প্রসেসিং", + "attribute": "রেজোলিউশন" + }, + { + "displayName": "Ultra-HD", + "langName": "অতি উচ্চ সংজ্ঞা", + "object": "পোস্ট প্রসেসিং", + "attribute": "রেজোলিউশন" + }, + { + "displayName": "Super-Resolution", + "langName": "সুপার রেজোলিউশন", + "object": "পোস্ট প্রসেসিং", + "attribute": "রেজোলিউশন" + }, + { + "displayName": "Megapixel", + "langName": "মেগাপিক্সেল", + "object": "পোস্ট প্রসেসিং", + "attribute": "রেজোলিউশন" + }, + { + "displayName": "absurdres", + "langName": "অতি উচ্চ রেজোলিউশন", + "object": "পোস্ট প্রসেসিং", + "attribute": "রেজোলিউশন" + }, + { + "displayName": "incredibly absurdres", + "langName": "অত্যন্ত উচ্চ রেজোলিউশন", + "object": "পোস্ট প্রসেসিং", + "attribute": "রেজোলিউশন" + }, + { + "displayName": "huge filesize", + "langName": "সুপার হাই রেজোলিউশন/বড় ফাইল", + "object": "পোস্ট প্রসেসিং", + "attribute": "রেজোলিউশন" + }, + { + "displayName": "Anaglyph", + "langName": "3D পেইন্টিং", + "object": "পোস্ট প্রসেসিং", + "attribute": "স্টেরিওস্কোপিক দৃষ্টি" + }, + { + "displayName": "Multiscopy", + "langName": "মাল্টিভিউয়ার", + "object": "পোস্ট প্রসেসিং", + "attribute": "স্টেরিওস্কোপিক দৃষ্টি" + }, + { + "displayName": "Autostereoscopy", + "langName": "অটোস্টেরিওস্কোপিক", + "object": "পোস্ট প্রসেসিং", + "attribute": "স্টেরিওস্কোপিক দৃষ্টি" + }, + { + "displayName": "Stereoscopy", + "langName": "স্টেরিওফটোগ্রাফি", + "object": "পোস্ট প্রসেসিং", + "attribute": "স্টেরিওস্কোপিক দৃষ্টি" + }, + { + "displayName": "Parallax", + "langName": "প্যারালাক্স", + "object": "পোস্ট প্রসেসিং", + "attribute": "স্টেরিওস্কোপিক দৃষ্টি" + }, + { + "displayName": "Anti-Aliasing", + "langName": "অ্যান্টি-আলিয়াসিং", + "object": "পোস্ট প্রসেসিং", + "attribute": "অ্যান্টি-আলিয়াসিং" + }, + { + "displayName": "FXAA", + "langName": "FXAA", + "object": "পোস্ট প্রসেসিং", + "attribute": "অ্যান্টি-আলিয়াসিং" + }, + { + "displayName": "TXAA", + "langName": "TxAA", + "object": "পোস্ট প্রসেসিং", + "attribute": "অ্যান্টি-আলিয়াসিং" + }, + { + "displayName": "RTX", + "langName": "রিয়েল টাইম ট্রান্সমিশন", + "object": "পোস্ট প্রসেসিং", + "attribute": "অ্যান্টি-আলিয়াসিং" + }, + { + "displayName": "SSAO", + "langName": "এসএসএও", + "object": "পোস্ট প্রসেসিং", + "attribute": "অ্যান্টি-আলিয়াসিং" + }, + { + "displayName": "De-Noise", + "langName": "গোলমাল হ্রাস", + "object": "পোস্ট প্রসেসিং", + "attribute": "অ্যান্টি-আলিয়াসিং" + }, + { + "displayName": "Shaders", + "langName": "shader", + "object": "পোস্ট প্রসেসিং", + "attribute": "শেডর" + }, + { + "displayName": "OpenGL-Shaders", + "langName": "OpenGL শেডার্স", + "object": "পোস্ট প্রসেসিং", + "attribute": "শেডর" + }, + { + "displayName": "GLSL-Shaders", + "langName": "GLSL শেডার্স", + "object": "পোস্ট প্রসেসিং", + "attribute": "শেডর" + }, + { + "displayName": "Post Processing", + "langName": "পোস্ট প্রসেসিং", + "object": "পোস্ট প্রসেসিং", + "attribute": "শেডর" + }, + { + "displayName": "Post-Production", + "langName": "পোস্ট-প্রোডাকশন", + "object": "পোস্ট প্রসেসিং", + "attribute": "শেডর" + }, + { + "displayName": "Cel Shading", + "langName": "মেটা রঙ", + "object": "পোস্ট প্রসেসিং", + "attribute": "শেডর" + }, + { + "displayName": "Tone Mapping", + "langName": "টোন ম্যাপিং", + "object": "পোস্ট প্রসেসিং", + "attribute": "শেডর" + }, + { + "displayName": "CGI", + "langName": "কম্পিউটার ইমেজিং", + "object": "পোস্ট প্রসেসিং", + "attribute": "শেডর" + }, + { + "displayName": "VFX", + "langName": "চাক্ষুষ প্রভাব", + "object": "পোস্ট প্রসেসিং", + "attribute": "শেডর" + }, + { + "displayName": "SFX", + "langName": "শব্দ প্রভাব", + "object": "পোস্ট প্রসেসিং", + "attribute": "শেডর" + }, + { + "displayName": "Unreal Engine", + "langName": "অবাস্তব ইঞ্জিন", + "object": "পোস্ট প্রসেসিং", + "attribute": "শেডর" + }, + { + "displayName": "Scan Lines", + "langName": "স্ক্যান লাইন", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Posterization", + "langName": "টোনাল সেগমেন্টেশন", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Quantization", + "langName": "পরিমাপ করুন", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Sobel Operator", + "langName": "সোবেল অপারেটর", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Edge Detection", + "langName": "প্রান্ত সনাক্তকরণ", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Interlaced", + "langName": "ইন্টারলেসড স্ক্যানিং", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Moire Patterns", + "langName": "moiré প্যাটার্ন", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Rounded", + "langName": "বৃত্তাকার", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Wavy", + "langName": "তরঙ্গায়িত", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Whirl", + "langName": "ঘূর্ণি", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Squiggly", + "langName": "লহর", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Morph", + "langName": "বিকৃতি", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Spiraling", + "langName": "সর্পিল", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Twisted Rays", + "langName": "বিকৃত আলো", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Starburst", + "langName": "স্টারবার্স্ট", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Emboss", + "langName": "ত্রাণ", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Tessellated", + "langName": "মোজাইক", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Blobby", + "langName": "স্পট", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Blobs", + "langName": "স্পট", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Cracks", + "langName": "ফাটল", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Textured", + "langName": "গঠন", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Convolution Matrix", + "langName": "কনভোলিউশন ম্যাট্রিক্স", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Dilate", + "langName": "ফুলে যাওয়া", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Erode", + "langName": "ক্ষয়", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Dirty", + "langName": "নোংরা", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "With Imperfections", + "langName": "ত্রুটিপূর্ণ", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Distortion", + "langName": "বিকৃতি", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Lenticular", + "langName": "লেন্টিকুলার", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Cropped", + "langName": "ফসল", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Quantum-Wavetracing", + "langName": "কোয়ান্টাম ওয়েভ ট্রেসিং", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Tornadic", + "langName": "টর্নেডো", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Sabattier Effect", + "langName": "নরম, ঝাপসা প্রান্ত এবং রঙের ছায়া প্রদান করে", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Smudged", + "langName": "অস্পষ্ট", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Sharpened", + "langName": "তীক্ষ্ণ করা", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Glowing Edges", + "langName": "উজ্জ্বল প্রান্ত", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Spherize", + "langName": "গোলককরণ", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Harris Shutter", + "langName": "দ্রুত চলমান বস্তুগুলি ক্যাপচার করুন বা কম আলোর পরিবেশে চিত্রের স্বচ্ছতা বজায় রাখুন", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Mordancage", + "langName": "এচিং ফটোগ্রাফি", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Ray Traced", + "langName": "রে ট্রেসিং", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "Ray Tracing Ambient Occlusion", + "langName": "রশ্মি ট্রেসিং পরিবেষ্টিত অবরোধ", + "object": "পোস্ট প্রসেসিং", + "attribute": "ইমেজ প্রসেসিং" + }, + { + "displayName": "award winning", + "langName": "পুরস্কারপ্রাপ্ত কাজ", + "object": "পোস্ট প্রসেসিং", + "attribute": "গুণমান" + }, + { + "displayName": "professional", + "langName": "প্রধান", + "object": "পোস্ট প্রসেসিং", + "attribute": "গুণমান" + }, + { + "displayName": "breathtaking", + "langName": "অত্যাশ্চর্য", + "object": "পোস্ট প্রসেসিং", + "attribute": "গুণমান" + }, + { + "displayName": "groundbreaking", + "langName": "গ্রাউন্ডব্রেকিং", + "object": "পোস্ট প্রসেসিং", + "attribute": "গুণমান" + }, + { + "displayName": "superb", + "langName": "প্রথম শ্রেণী", + "object": "পোস্ট প্রসেসিং", + "attribute": "গুণমান" + }, + { + "displayName": "outstanding", + "langName": "অসামান্য", + "object": "পোস্ট প্রসেসিং", + "attribute": "গুণমান" + }, + { + "displayName": "best quality", + "langName": "সেরা মানের", + "object": "পোস্ট প্রসেসিং", + "attribute": "গুণমান" + }, + { + "displayName": "best aesthetic", + "langName": "সেরা নান্দনিক", + "object": "পোস্ট প্রসেসিং", + "attribute": "গুণমান" + }, + { + "displayName": "masterpiece", + "langName": "মাস্টারপিস", + "object": "পোস্ট প্রসেসিং", + "attribute": "গুণমান" + }, + { + "displayName": "extreme detail", + "langName": "চরম বিস্তারিত", + "object": "পোস্ট প্রসেসিং", + "attribute": "গুণমান" + }, + { + "displayName": "amazing", + "langName": "আশ্চর্যজনক", + "object": "পোস্ট প্রসেসিং", + "attribute": "গুণমান" + }, + { + "displayName": "original", + "langName": "আসল", + "object": "পোস্ট প্রসেসিং", + "attribute": "গুণমান" + }, + { + "displayName": "in a symbolic and meaningful style", + "langName": "প্রতীকী এবং অর্থপূর্ণ শৈলী", + "object": "পোস্ট প্রসেসিং", + "attribute": "গুণমান" + }, + { + "displayName": "insanely detailed and intricate", + "langName": "অত্যন্ত বিস্তারিত এবং জটিল", + "object": "পোস্ট প্রসেসিং", + "attribute": "গুণমান" + }, + { + "displayName": "very coherent symmetrical artwork", + "langName": "সুসঙ্গত এবং প্রতিসম গঠন", + "object": "পোস্ট প্রসেসিং", + "attribute": "গুণমান" + }, + { + "displayName": "Trending on ArtStation", + "langName": "আর্টস্টেশন", + "object": "পোস্ট প্রসেসিং", + "attribute": "প্ল্যাটফর্ম | প্রবণতা" + }, + { + "displayName": "Trending on Facebook", + "langName": "ফেসবুক", + "object": "পোস্ট প্রসেসিং", + "attribute": "প্ল্যাটফর্ম | প্রবণতা" + }, + { + "displayName": "Trending on Pixiv", + "langName": "পিক্সিভ", + "object": "পোস্ট প্রসেসিং", + "attribute": "প্ল্যাটফর্ম | প্রবণতা" + }, + { + "displayName": "Trending on Pixbay", + "langName": "পিক্সবে", + "object": "পোস্ট প্রসেসিং", + "attribute": "প্ল্যাটফর্ম | প্রবণতা" + }, + { + "displayName": "reddit", + "langName": "reddit ফোরাম", + "object": "পোস্ট প্রসেসিং", + "attribute": "প্ল্যাটফর্ম | প্রবণতা" + } +] \ No newline at end of file diff --git a/src/app/data/prompt/prompt-de.json b/src/app/data/prompt/prompt-de.json new file mode 100644 index 0000000..60fecc9 --- /dev/null +++ b/src/app/data/prompt/prompt-de.json @@ -0,0 +1,29606 @@ +[ + { + "displayName": "female", + "langName": "weiblich", + "object": "Abbildung", + "attribute": "Hauptteil" + }, + { + "displayName": "male", + "langName": "männlich", + "object": "Abbildung", + "attribute": "Hauptteil" + }, + { + "displayName": "mature_female", + "langName": "reife Frauen", + "object": "Abbildung", + "attribute": "Hauptteil" + }, + { + "displayName": "mature", + "langName": "Ausgereift", + "object": "Abbildung", + "attribute": "Hauptteil" + }, + { + "displayName": "little_girl", + "langName": "kleines Mädchen", + "object": "Abbildung", + "attribute": "Hauptteil" + }, + { + "displayName": "little_boy", + "langName": "kleiner Junge", + "object": "Abbildung", + "attribute": "Hauptteil" + }, + { + "displayName": "1girl", + "langName": "1 Mädchen", + "object": "Abbildung", + "attribute": "Hauptteil" + }, + { + "displayName": "1boy", + "langName": "1 Junge", + "object": "Abbildung", + "attribute": "Hauptteil" + }, + { + "displayName": "2girls", + "langName": "2 Mädchen", + "object": "Abbildung", + "attribute": "Hauptteil" + }, + { + "displayName": "2boys", + "langName": "2 Jungen", + "object": "Abbildung", + "attribute": "Hauptteil" + }, + { + "displayName": "sisters", + "langName": "Schwestern", + "object": "Abbildung", + "attribute": "Hauptteil" + }, + { + "displayName": "multiple_girls", + "langName": "mehrere Mädchen", + "object": "Abbildung", + "attribute": "Hauptteil" + }, + { + "displayName": "solo", + "langName": "einzeln", + "object": "Abbildung", + "attribute": "Hauptteil" + }, + { + "displayName": "ojousama", + "langName": "Fräulein", + "object": "Abbildung", + "attribute": "Hauptteil" + }, + { + "displayName": "bishoujo", + "langName": "schönes Mädchen", + "object": "Abbildung", + "attribute": "Hauptteil" + }, + { + "displayName": "kawaii", + "langName": "niedlich", + "object": "Abbildung", + "attribute": "Hauptteil" + }, + { + "displayName": "adorable_girl", + "langName": "süßes Mädchen", + "object": "Abbildung", + "attribute": "Hauptteil" + }, + { + "displayName": "female_pervert", + "langName": "Schlampe", + "object": "Abbildung", + "attribute": "Hauptteil" + }, + { + "displayName": "milf", + "langName": "MILF", + "object": "Abbildung", + "attribute": "Hauptteil" + }, + { + "displayName": "a beautiful korean idol", + "langName": "koreanisches Idol", + "object": "Abbildung", + "attribute": "Hauptteil" + }, + { + "displayName": "lifeguard", + "langName": "Rettungsschwimmer", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "goalkeeper", + "langName": "Torwart", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "racer", + "langName": "Rennfahrer", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "motorcyclist", + "langName": "Motorradfahrer", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "boxer", + "langName": "Boxer", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "acrobat", + "langName": "Akrobat", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "athletes", + "langName": "Athleten", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "cheerleader", + "langName": "Cheerleading", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "stewardess", + "langName": "Stewardess einer Fluggesellschaft", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "waitress", + "langName": "Kellnerin", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "waiter", + "langName": "Kellner", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "chef", + "langName": "Chefkoch", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "barista", + "langName": "Barista", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "cashier", + "langName": "Kassierer", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "mailman", + "langName": "Postbote", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "office_lady", + "langName": "berufstätige Frauen", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "maid", + "langName": "Dienstmädchen", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "housemaid", + "langName": "Haushälterin", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "doctor", + "langName": "Doktor", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "nurse", + "langName": "Krankenschwester", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "scientist", + "langName": "der Wissenschaftler", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "detective", + "langName": "Detektiv", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "police", + "langName": "Polizei", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "soldier", + "langName": "Soldat", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "firefighter", + "langName": "Feuerwehrmann", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "hacker", + "langName": "Hacker", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "spy", + "langName": "Spionage", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "agent", + "langName": "Agent", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "assassin", + "langName": "Meuchelmörder", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "magician", + "langName": "Magier", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "pilot", + "langName": "Pilot", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "astronaut", + "langName": "Astronaut", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "diver", + "langName": "Taucher", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "bar censor", + "langName": "Anwaltsexperte", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "missionary", + "langName": "Missionar", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "poet", + "langName": "Dichter", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "actor", + "langName": "Schauspieler", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "actress", + "langName": "Schauspielerin", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "idol", + "langName": "Idol", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "queen", + "langName": "Königin", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "race_queen", + "langName": "Rennfahrerin", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "dancer", + "langName": "Tänzerin", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "ballerina", + "langName": "Balletttänzerin", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "dancing girl", + "langName": "tanzendes Mädchen", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "gym_leader", + "langName": "Gymnastiktrainer", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "priest", + "langName": "Priester", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "cleric", + "langName": "Klerus (christlich)", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "monk", + "langName": "Mönch", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "nun", + "langName": "Nonne", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "makihitsuji", + "langName": "Hirte", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "the hermit", + "langName": "Einsiedler", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "teacher", + "langName": "Lehrer", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "classmate", + "langName": "Klassenkamerad", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "student", + "langName": "Studenten", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "harem", + "langName": "Harem", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "ghost", + "langName": "Geist", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "doll", + "langName": "Puppe", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "albino", + "langName": "Albinos", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "amputee", + "langName": "Amputierter", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "trap", + "langName": "Transvestit (Männer mit weiblichen Merkmalen können fälschlicherweise für Frauen gehalten werden)", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "crossdressing", + "langName": "Transvestit (Tragen von Kleidung, die nicht der eigenen Geschlechtsidentität entspricht)", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "otoko_no_ko", + "langName": "Transvestit (ein Mann, der weibliche Merkmale zu haben scheint)", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "wa_maid", + "langName": "Japanisches Dienstmädchen", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "yaoi", + "langName": "Schwul sein", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "yuri", + "langName": "Lilie", + "object": "Abbildung", + "attribute": "Identität" + }, + { + "displayName": "pikachu", + "langName": "Pikachu", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "pokemon", + "langName": "Pokémon", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "doraemon", + "langName": "doraemon", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "crayon shin-chan", + "langName": "Buntstift Shin-chan", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "slam dunk", + "langName": "Slam Dunk", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "harry potter", + "langName": "Harry Potter", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "avengers", + "langName": "Avengers", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "captain america", + "langName": "kapitän amerika", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "gojou satoru", + "langName": "Gojo Satoru", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "neon genesis evangelion", + "langName": "Neon Genesis Evangelion", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "mazinger", + "langName": "Wunderfrau", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "saint seiya", + "langName": "Heiliger Seiya", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "kamen rider", + "langName": "Kamelreiterin", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "mario", + "langName": "mario", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "sun wukong", + "langName": "Sun Wukong", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "hatsune miku", + "langName": "Hatsune Miku", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "magical_girl", + "langName": "magisches Mädchen", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "sailor_senshi", + "langName": "Seemannsgarn", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "witch", + "langName": "Hexe", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "miko", + "langName": "miko", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "mage", + "langName": "Zauberer", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "magister", + "langName": "Magister", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "ninja", + "langName": "ninja", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "samurai", + "langName": "Samurai", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "vampire", + "langName": "Vampir", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "knight", + "langName": "ritter", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "orc", + "langName": "orc", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "druid", + "langName": "Druide", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "elf", + "langName": "Kobold", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "dark_elf", + "langName": "Dunkelelf", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "fairy", + "langName": "elf", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "succubus", + "langName": "Sukkubus", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "imp", + "langName": "Teufelchen", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "devil", + "langName": "Teufel", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "angel", + "langName": "Engel", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "monster", + "langName": "monster", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "monster_girl", + "langName": "Die Mutter des Ausländers", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "dominatrix", + "langName": "Königin (SM Medium)", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "mecha", + "langName": "Mecha", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "mecha_musume", + "langName": "Mecha-Mädchen", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "humanoid_robot", + "langName": "humanoider Roboter", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "cyborg", + "langName": "Cyborg", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "dragon_girl", + "langName": "Drachendame", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "centaur", + "langName": "Zentaur", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "slime_musume", + "langName": "Schleim Mädchen", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "spider_girl", + "langName": "Spinnenmädchen", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "mermaid", + "langName": "Nixe", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "cat_girl", + "langName": "Katzenmädchen", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "dog_girl", + "langName": "Hundemädchen", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "wolf_girl", + "langName": "Wolfsmädchen", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "fox_girl", + "langName": "Fuchsmädchen", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "kitsune", + "langName": "Fuchsteufelswild", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "kyuubi", + "langName": "neun schwänze | neun schwanz fuchs", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "raccoon_girl", + "langName": "Waschbär-Mädchen", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "bunny_girl", + "langName": "Hasenmädchen", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "cow_girl", + "langName": "Cowgirl", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "horse_girl", + "langName": "Ma Niang", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "furry", + "langName": "orc", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "furry/orc", + "langName": "Orks/Orks", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "kemonomimi_mode", + "langName": "Tierohren Loli-Modus", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "giantess", + "langName": "Riesin", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "minigirl", + "langName": "Mini-Mädchen", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "mesugaki", + "langName": "Koboldin", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "santa alter", + "langName": "Weihnachtsmann", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "spider-man", + "langName": "Spinnenmann", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "demo", + "langName": "Dämon", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "no humans", + "langName": "unmenschlich", + "object": "Abbildung", + "attribute": "Zweidimensionaler Charakter" + }, + { + "displayName": "toddler", + "langName": "Kleinkind", + "object": "Abbildung", + "attribute": "Alter" + }, + { + "displayName": "kindergartener", + "langName": "Kindergarten", + "object": "Abbildung", + "attribute": "Alter" + }, + { + "displayName": "child", + "langName": "Kind", + "object": "Abbildung", + "attribute": "Alter" + }, + { + "displayName": "underage", + "langName": "minderjährige", + "object": "Abbildung", + "attribute": "Alter" + }, + { + "displayName": "teenager", + "langName": "Teenager (13-19)", + "object": "Abbildung", + "attribute": "Alter" + }, + { + "displayName": "teen", + "langName": "Teenager (13-19)", + "object": "Abbildung", + "attribute": "Alter" + }, + { + "displayName": "early teen", + "langName": "Frühe Adoleszenz (11-15)", + "object": "Abbildung", + "attribute": "Alter" + }, + { + "displayName": "adult", + "langName": "erwachsene Menschen", + "object": "Abbildung", + "attribute": "Alter" + }, + { + "displayName": "elder", + "langName": "ältere Menschen", + "object": "Abbildung", + "attribute": "Alter" + }, + { + "displayName": "old", + "langName": "ältere Menschen", + "object": "Abbildung", + "attribute": "Alter" + }, + { + "displayName": "loli", + "langName": "loli", + "object": "Abbildung", + "attribute": "Alter" + }, + { + "displayName": "shota", + "langName": "Shota", + "object": "Abbildung", + "attribute": "Alter" + }, + { + "displayName": "white_skin", + "langName": "weiße Haut", + "object": "Abbildung", + "attribute": "Haut" + }, + { + "displayName": "pale_skin", + "langName": "Helle Haut (geeignet für dunkle oder bunte Kleidung)", + "object": "Abbildung", + "attribute": "Haut" + }, + { + "displayName": "fair_skin", + "langName": "helle Haut", + "object": "Abbildung", + "attribute": "Haut" + }, + { + "displayName": "olive_skin", + "langName": "Olivenhaut", + "object": "Abbildung", + "attribute": "Haut" + }, + { + "displayName": "brown_skin", + "langName": "braune Haut", + "object": "Abbildung", + "attribute": "Haut" + }, + { + "displayName": "deep_skin", + "langName": "dunkle Haut", + "object": "Abbildung", + "attribute": "Haut" + }, + { + "displayName": "dark_skin", + "langName": "dunkle Haut", + "object": "Abbildung", + "attribute": "Haut" + }, + { + "displayName": "black_skin", + "langName": "dunkle Haut", + "object": "Abbildung", + "attribute": "Haut" + }, + { + "displayName": "shiny_skin", + "langName": "glänzende Haut", + "object": "Abbildung", + "attribute": "Haut" + }, + { + "displayName": "white_marble_glowing_skin", + "langName": "weißer Marmor glühende Haut", + "object": "Abbildung", + "attribute": "Haut" + }, + { + "displayName": "tattoo", + "langName": "Tätowierung", + "object": "Abbildung", + "attribute": "Haut" + }, + { + "displayName": "tan", + "langName": "Sonneneinstrahlung", + "object": "Abbildung", + "attribute": "Haut" + }, + { + "displayName": "tanlines", + "langName": "Sonnenschäden", + "object": "Abbildung", + "attribute": "Haut" + }, + { + "displayName": "oil", + "langName": "ölhaltig", + "object": "Abbildung", + "attribute": "Haut" + }, + { + "displayName": "skinny", + "langName": "Skinny", + "object": "Abbildung", + "attribute": "Abbildung" + }, + { + "displayName": "plump", + "langName": "vollständig", + "object": "Abbildung", + "attribute": "Abbildung" + }, + { + "displayName": "curvy", + "langName": "Teufelsfigur", + "object": "Abbildung", + "attribute": "Abbildung" + }, + { + "displayName": "(navel,wide hip,curvy)", + "langName": "Figur enthüllen", + "object": "Abbildung", + "attribute": "Abbildung" + }, + { + "displayName": "gyaru", + "langName": "Heiße Mädchen (japanische Mädchen)", + "object": "Abbildung", + "attribute": "Abbildung" + }, + { + "displayName": "pregnant", + "langName": "Schwangere", + "object": "Abbildung", + "attribute": "Abbildung" + }, + { + "displayName": "fat", + "langName": "Fettleibigkeit", + "object": "Abbildung", + "attribute": "Abbildung" + }, + { + "displayName": "thin", + "langName": "dünn", + "object": "Abbildung", + "attribute": "Abbildung" + }, + { + "displayName": "slender", + "langName": "schlank", + "object": "Abbildung", + "attribute": "Abbildung" + }, + { + "displayName": "glamor", + "langName": "Charme", + "object": "Abbildung", + "attribute": "Abbildung" + }, + { + "displayName": "tall", + "langName": "groß", + "object": "Abbildung", + "attribute": "Abbildung" + }, + { + "displayName": "petite", + "langName": "zierlich", + "object": "Abbildung", + "attribute": "Abbildung" + }, + { + "displayName": "chibi", + "langName": "Mengmeng/Q Druckstil", + "object": "Abbildung", + "attribute": "Abbildung" + }, + { + "displayName": "muscular", + "langName": "Muskel", + "object": "Abbildung", + "attribute": "Abbildung" + }, + { + "displayName": "big tits", + "langName": "große Brüste", + "object": "Abbildung", + "attribute": "Abbildung" + }, + { + "displayName": "(cleavage visible,large breasts)", + "langName": "Große Brüste (mit Dekolleté)", + "object": "Abbildung", + "attribute": "Abbildung" + }, + { + "displayName": "Small waist", + "langName": "Kleine Taille", + "object": "Abbildung", + "attribute": "Abbildung" + }, + { + "displayName": "narrow_waist", + "langName": "schmale Taille", + "object": "Abbildung", + "attribute": "Abbildung" + }, + { + "displayName": "slender_waist", + "langName": "schlanke Taille", + "object": "Abbildung", + "attribute": "Abbildung" + }, + { + "displayName": "strong", + "langName": "stark", + "object": "Abbildung", + "attribute": "Abbildung" + }, + { + "displayName": "slim", + "langName": "schlank", + "object": "Abbildung", + "attribute": "Abbildung" + }, + { + "displayName": "slender face", + "langName": "Gesichtsabnahme", + "object": "Abbildung", + "attribute": "Gesichtsform" + }, + { + "displayName": "round face", + "langName": "rundes Gesicht", + "object": "Abbildung", + "attribute": "Gesichtsform" + }, + { + "displayName": "oval face", + "langName": "Ovales Gesicht", + "object": "Abbildung", + "attribute": "Gesichtsform" + }, + { + "displayName": "baby face", + "langName": "Babyface", + "object": "Abbildung", + "attribute": "Gesichtsform" + }, + { + "displayName": "inverted triangle face", + "langName": "Umgekehrtes dreieckiges Gesicht", + "object": "Abbildung", + "attribute": "Gesichtsform" + }, + { + "displayName": "heart shaped face", + "langName": "herzförmiges Gesicht", + "object": "Abbildung", + "attribute": "Gesichtsform" + }, + { + "displayName": "diamond face", + "langName": "Diamantgesicht", + "object": "Abbildung", + "attribute": "Gesichtsform" + }, + { + "displayName": "square face", + "langName": "quadratisches Gesicht", + "object": "Abbildung", + "attribute": "Gesichtsform" + }, + { + "displayName": "long face", + "langName": "langes Gesicht", + "object": "Abbildung", + "attribute": "Gesichtsform" + }, + { + "displayName": "triangular face", + "langName": "Dreiecksfläche", + "object": "Abbildung", + "attribute": "Gesichtsform" + }, + { + "displayName": "detailed gorgeous face", + "langName": "schönes Gesicht", + "object": "Abbildung", + "attribute": "Gesichtsform" + }, + { + "displayName": "delicate features", + "langName": "Exquisite Gesichtszüge", + "object": "Abbildung", + "attribute": "Gesichtsform" + }, + { + "displayName": "black hair", + "langName": "schwarzes Haar", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "white hair", + "langName": "weißes Haar", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "grey hair", + "langName": "graues Haar", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "silver hair", + "langName": "silbernes Haar", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "blonde hair", + "langName": "blondes Haar", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "light brown hair", + "langName": "hellbraunes Haar", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "brown hair", + "langName": "braunes Haar", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "red hair", + "langName": "rote Haare", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "pink hair", + "langName": "rosa Haar", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "purple hair", + "langName": "lila Haare", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "blue hair", + "langName": "blaues Haar", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "light blue hair", + "langName": "hellblaues Haar", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "dark blue hair", + "langName": "dunkelblaues Haar", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "green hair", + "langName": "grüne Haare", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "yellow hair", + "langName": "gelbe Haare", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "two-tone hair", + "langName": "zweifarbiges Haar", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "multicolored hair", + "langName": "gemischte Haarfarbe", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "grey gradient hair", + "langName": "Graue Haare mit Farbverlauf", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "Gradation of hair", + "langName": "Ombre Haar", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "streaked hair", + "langName": "Hervorgehobenes Haar", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "hair_down", + "langName": "Haarausfall", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "hair_spread_out", + "langName": "lose Haare", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "hair_flip", + "langName": "Haare kämmen", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "hair_up", + "langName": "Haare aufstellen", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "hair_behind_ear", + "langName": "Haare hinter dem Ohr", + "object": "Abbildung", + "attribute": "Haare" + }, + { + "displayName": "straight_hair", + "langName": "glattes Haar", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "curly hair", + "langName": "Locken", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "wavy hair", + "langName": "Natürliches Volumen", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "short hair", + "langName": "kurze Haare", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "medium hair", + "langName": "Zhongfa", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "long hair", + "langName": "lange Haare", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "very long hair", + "langName": "superlange Haare", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "short ponytail", + "langName": "kurzer Pferdeschwanz", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "ponytail", + "langName": "Pferdeschwanz", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "high ponytail", + "langName": "hoher Pferdeschwanz", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "low ponytail", + "langName": "tiefer Pferdeschwanz", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "front ponytail", + "langName": "vorderer Pferdeschwanz", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "Side ponytail", + "langName": "seitlicher Pferdeschwanz", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "folded ponytail", + "langName": "gefalteter Pferdeschwanz", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "braided ponytail", + "langName": "Pferdeschwanz geflochtenes Haar", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "quad tails", + "langName": "vier Pferdeschwänze", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "twin braids", + "langName": "Doppelgeflecht", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "low twin braids", + "langName": "niedriges Doppelgeflecht", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "side braid", + "langName": "Seitengeflecht", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "single braid", + "langName": "einfache Umflechtung", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "crown braid", + "langName": "Kronenflechtung", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "french braid", + "langName": "Französischer Zopf", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "braid", + "langName": "Geflecht", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "drill hair", + "langName": "Bohrerrolle Prinzessinnenrolle", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "twin_drills", + "langName": "Doppeldiamantfrisur", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "bunches", + "langName": "Zwillings-Pferdeschwänze", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "twintails", + "langName": "Zwillings-Pferdeschwänze zwei", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "hair bun", + "langName": "Brötchen | Knödel", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "single_hair_bun", + "langName": "Einzelbrötchen", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "double_bun", + "langName": "Zwei Brötchen", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "braided bangs", + "langName": "Pony flechten", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "braided bun", + "langName": "Zopf", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "cone hair bun", + "langName": "spitz zulaufendes Dutt", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "doughnut hair bun", + "langName": "Donut-Brötchen", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "heart hair bun", + "langName": "Herzdutt", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "bob cut", + "langName": "Bob Haar", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "bob haircut", + "langName": "Bob Haar", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "hime cut", + "langName": "Prinzessinnenschnitt", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "updo", + "langName": "Haarknoten", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "topknot", + "langName": "Frikadellenkopf", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "one side up", + "langName": "Haare auf einer Seite zusammengebunden", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "two side up", + "langName": "Doppelseitiges Haarband", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "multi-tied hair", + "langName": "Mehr Haare binden", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "payot", + "langName": "lange Koteletten", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "dynamic hair", + "langName": "dynamisches Haar", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "swept bangs", + "langName": "seitlich geschwungener Pony", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "crossed bangs", + "langName": "Kreuzpony", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "bangs", + "langName": "Knalleffekte", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "blunt bangs", + "langName": "Qi knallt", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "Slanted bangs", + "langName": "schräger Pony", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "long bangs", + "langName": "lange Ponyfrisuren", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "air bangs", + "langName": "Ponyfliegen", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "asymmetric bangs", + "langName": "asymmetrischer Pony", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "asymmetrical bangs", + "langName": "asymmetrischer Pony", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "parted bangs", + "langName": "Teil Pony", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "side_blunt_bangs", + "langName": "Seitenairbangs", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "centre parting bangs", + "langName": "Pony mit Mittelscheitel", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "middle Fringe", + "langName": "Pony mit Mittelscheitel", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "bowl_cut", + "langName": "Pilzkopf | Topfkopf", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "hair_flaps", + "langName": "Haarfedern", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "hair wings", + "langName": "Flügelhaare", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "hair in takes", + "langName": "Nahaufnahme", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "flipped hair", + "langName": "Verzogenes Haar", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "messy hair", + "langName": "Unordentliche Frisur", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "disheveled hair", + "langName": "Ungepflegtes Haar", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "antenna hair", + "langName": "Viele stumpfe Haare", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "ahoge", + "langName": "Stumm", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "forehead", + "langName": "Stirn zeigen", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "dreadlocks", + "langName": "Dreadlocks", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "wet hair", + "langName": "nasse Haare", + "object": "Abbildung", + "attribute": "Frisur" + }, + { + "displayName": "makeup", + "langName": "schminken", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "eyeshadow", + "langName": "Lidschatten", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "red eyeshadow", + "langName": "roter Lidschatten", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "blue eyeshadow", + "langName": "blauer Lidschatten", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "purple eyeshadow", + "langName": "Lila Lidschatten", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "pink eyeshadow", + "langName": "rosa Lidschatten", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "green eyeshadow", + "langName": "Grüner Lidschatten", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "mascara", + "langName": "Wimperntusche", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "long_eyelashes", + "langName": "lange Wimpern", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "colored_eyelashes", + "langName": "Gefärbte Wimpern", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "lipgloss", + "langName": "Lipgloss", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "red_lips", + "langName": "rote Lippen", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "anime_style_blush", + "langName": "lebhaftes Erröten", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "nose_blush", + "langName": "Nasenrötung", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "freckles", + "langName": "Sommersprosse", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "mole", + "langName": "Maulwurf", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "mole_under_eye", + "langName": "Muttermale unter den Augen", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "scar", + "langName": "Narbe", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "scar_across_eye", + "langName": "Narben an den Augen", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "facial_mark", + "langName": "Gemustertes Gesicht", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "forehead_mark", + "langName": "Auf der Stirn befindet sich ein Muster", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "anger_vein", + "langName": "Kopf wütendes Symbol", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "bags_under_eyes", + "langName": "Tränensäcke unter den Augen", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "bruise_on_face", + "langName": "blaue Flecken im Gesicht", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "whisker_markings", + "langName": "Bartflecken", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "facepaint", + "langName": "Gesichtsbemalung", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "hair between eyes", + "langName": "Haare zwischen den Augen", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "smoking_pipe", + "langName": "Rohr", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "mustache", + "langName": "Schnurrbart", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "goatee", + "langName": "Ziegenbart", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "food_on_face", + "langName": "Essen im Gesicht", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "rice_on_face", + "langName": "Reis im Gesicht", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "cream_on_face", + "langName": "Creme im Gesicht", + "object": "Abbildung", + "attribute": "Gesicht" + }, + { + "displayName": "elf ears", + "langName": "Elfenohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "pointy_ears", + "langName": "spitze Ohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "long_pointy_ears", + "langName": "lange spitze Ohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "demon ears", + "langName": "Teufelsohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "angel ears", + "langName": "Engelsohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "alien ears", + "langName": "fremde Ohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "animal_ears", + "langName": "Tierohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "fake_animal_ears", + "langName": "Falsche Tierohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "ears_through_headwear", + "langName": "Ohren, die durch Hüte oder Kopfbedeckungen getragen werden", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "ear_blush", + "langName": "Die Ohren sind rot", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "ear_ornament", + "langName": "Ohrring", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "ear_piercing", + "langName": "Ohrlochstechen", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "animal_ear_fluff", + "langName": "Tierohr Plüsch", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "ears_down", + "langName": "Abgelegte Ohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "floppy_ears", + "langName": "Schlappohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "fox_ears", + "langName": "Fuchsohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "cat_ears", + "langName": "Katzenohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "dog_ears", + "langName": "Hundeohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "coyote_ears", + "langName": "Kojotenohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "bunny_ears", + "langName": "Kaninchenohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "mouse_ears", + "langName": "Mäuseohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "squirrel_ears", + "langName": "Eichhörnchenohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "raccoon_ears", + "langName": "Waschbärohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "bear_ears", + "langName": "Bärenohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "panda_ears", + "langName": "Pandaohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "lion_ears", + "langName": "Löwenohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "jaguar_ears", + "langName": "Jaguarohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "tiger_ears", + "langName": "Tigerohr", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "wolf ears", + "langName": "Wolfsohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "horse_ears", + "langName": "Pferdeohr", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "cow ears", + "langName": "Kuhohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "pig ears", + "langName": "Schweineohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "sheep ears", + "langName": "Schafsohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "goat ears", + "langName": "Ziegenohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "goat_horns", + "langName": "Ziegenhörner", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "curled_horns", + "langName": "Ecke", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "hair_on_horn", + "langName": "Haare auf den Hörnern", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "deer ears", + "langName": "Hirschohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "antelope ears", + "langName": "Antilopenohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "antlers", + "langName": "Geweih", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "rhino ears", + "langName": "Nashornohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "elephant ears", + "langName": "Elefantenohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "bat_ears", + "langName": "Fledermausohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "extra_ears", + "langName": "zusätzliche Ohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "alpaca_ears", + "langName": "Alpakalohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "dragon ears", + "langName": "Drachenohren", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "robot_ears", + "langName": "mechanisches Ohr", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "dragon_horns", + "langName": "Drachenhorn", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "oni_horns", + "langName": "Geisterhorn", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "horns", + "langName": "Hörner", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "fake_horns", + "langName": "Falsches Horn", + "object": "Abbildung", + "attribute": "Ohr" + }, + { + "displayName": "thick eyebrows", + "langName": "Dicke Augenbrauen", + "object": "Abbildung", + "attribute": "Augenbraue" + }, + { + "displayName": "cocked eyebrow", + "langName": "hochgezogene Augenbrauen", + "object": "Abbildung", + "attribute": "Augenbraue" + }, + { + "displayName": "short eyebrows", + "langName": "kurze Augenbrauen", + "object": "Abbildung", + "attribute": "Augenbraue" + }, + { + "displayName": "v-shaped eyebrows", + "langName": "V-Augenbraue", + "object": "Abbildung", + "attribute": "Augenbraue" + }, + { + "displayName": "beautiful_detailed_eyes", + "langName": "schöne Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "glistening_eyes", + "langName": "tränende Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "sparkling_eyes", + "langName": "Sternenaugen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "sparkling_anime_eyes", + "langName": "blinkende animierte Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "gradient_eyes", + "langName": "Verlaufsaugen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "water_eyes", + "langName": "tränende Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "eye_relfection", + "langName": "Augenreflex (Reaktion der Pupille auf Licht)", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "reflective_eyes", + "langName": "reflektierende Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "multicolored_eyes", + "langName": "bunte Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "red eyes", + "langName": "rote Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "green eyes", + "langName": "grüne Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "blue_eyes", + "langName": "blaue Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "purple eyes", + "langName": "violette Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "pink eyes", + "langName": "rosa Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "yellow eyes", + "langName": "gelbe Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "orange eyes", + "langName": "orangefarbene Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "brown_eyes", + "langName": "braune Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "light_brown_eyes", + "langName": "hellbraune Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "silver_eyes", + "langName": "silberne Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "grey eyes", + "langName": "graue Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "black eyes", + "langName": "schwarze Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "white eyes", + "langName": "weiße Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "aqua_eyes", + "langName": "blaue Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "hidden eyes", + "langName": "Augen ausblenden", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "heart-shaped eyes", + "langName": "herzförmige Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "heart_in_eye", + "langName": "herzförmige Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "hollow_eyes", + "langName": "sternförmige_Pupillen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "mechanical_eye", + "langName": "Mechanisches Auge", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "ringed_eyes", + "langName": "Ringösen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "clock_eyes", + "langName": "Glockenauge", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "compound_eyes", + "langName": "Facettenauge", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "devil_eyes", + "langName": "böser Blick", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "cephalopod_eyes", + "langName": "Kopffüßer-Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "mismatched_sclera", + "langName": "Unpassende Sklera", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "solid circle eyes", + "langName": "Solide runde Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "solid_oval_eyes", + "langName": "Q-Version solide ovale Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "anime_style_eyes", + "langName": "Augen im Anime-Stil", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "blush_stickers", + "langName": "Q-Version erröten Aufkleber", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "button eyes", + "langName": "Knopfaugen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "cross eyed", + "langName": "Schielauge", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "blank eyes", + "langName": "leere Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "spiral_eyes", + "langName": "Whirlpool Auge", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "sanpaku", + "langName": "Triple-White-Syndrom (Pupillenverschiebung)", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "flaming_eye", + "langName": "Homura", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "bloodshot_eyes", + "langName": "blutunterlaufene Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "blood_from_eyes", + "langName": "Blut aus den Augen fließt", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "extra_eyes", + "langName": "mehrere Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "one-eyed", + "langName": "Einäugig", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "third_eye", + "langName": "drittes Auge", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "eye_of_horus", + "langName": "Auge des Horus", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "closed_eyes", + "langName": "geschlossene Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "half_closed_eye", + "langName": "Halbgeschlossenes Auge (Einzelauge)", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "half_closed_eyes", + "langName": "halb geschlossene Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "narrowed_eyes", + "langName": "Schließe deine Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "squinting", + "langName": "die Augen zusammenkneifen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "tears", + "langName": "Tränen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "upturned_eyes", + "langName": "aufgerissene Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "eyes_closed", + "langName": "Augen schließen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "one_eye_covered", + "langName": "Ein Auge ist bedeckt", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "covered_eyes", + "langName": "Verbundene Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "hair_over_eyes", + "langName": "Haare, die die Augen verdecken", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "hair_over_one_eye", + "langName": "Haare bedecken ein Auge", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "eyes_visible_through_hair", + "langName": "Augen durch Haare sichtbar", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "shading eyes", + "langName": "Augen mit Lidschatten", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "one eye closed", + "langName": "ein Auge geschlossen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "no_blindfold", + "langName": "Das (ursprüngliche) Element der Augenbinde wurde entfernt.", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "no_eyepatch", + "langName": "Entfernen der (vorhandenen) Augenmaske", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "eyeliner", + "langName": "Eyeliner", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "no_eyes", + "langName": "Keine Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "uneven_eyes", + "langName": "Große und kleine Augen", + "object": "Abbildung", + "attribute": "Auge" + }, + { + "displayName": "pupils", + "langName": "Schülerin", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "bright_pupils", + "langName": "aufgeweckte Schüler", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "blue_pupils", + "langName": "orangefarbene Schüler", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "purple_pupils", + "langName": "Lila Schüler", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "orange_pupils", + "langName": "orangefarbene Schüler", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "heterochromia", + "langName": "heterochrome Pupillen", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "mismatched_pupils", + "langName": "unausgeglichene Schüler", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "solid_circle_pupils", + "langName": "Q-Version solide runde Schüler", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "dilated_pupils", + "langName": "geweitete Pupillen", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "constricted_pupils", + "langName": "verengte Pupillen", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "slit_pupils", + "langName": "Vertikale Pupillen/Katzenaugen", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "snake_pupils", + "langName": "Schlangenpupillen (Pupillenblitz)", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "horizontal_pupils", + "langName": "horizontale Pupille", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "rectangular_pupils", + "langName": "Rechteckige Schüler", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "square_pupils", + "langName": "quadratische Schüler", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "dot_pupils", + "langName": "Punktschülerin", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "star-shaped_pupils", + "langName": "Pentagrammförmige Pupillen", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "flower-shaped pupils", + "langName": "blumenförmige Pupillen", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "heart-shaped_pupils", + "langName": "herzförmige Pupillen", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "diamond-shaped_pupils", + "langName": "Diamantförmige Pupillen", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "butterfly-shaped_pupils", + "langName": "Schmetterlingsförmige Pupillen", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "symbol-shaped_pupils", + "langName": "Symbolische Schüler", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "x-shaped_pupils", + "langName": "X-förmige Pupillen", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "cross-shaped_pupils", + "langName": "Symbolische Schüler (keine Wirkung)", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "\"+_+\"", + "langName": "Kreuzsternauge", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "extra_pupils", + "langName": "zusätzliche Schüler", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "no_pupils", + "langName": "keine Schüler", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "devil pupils", + "langName": "Zauberschülerin", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "pupils sparkling", + "langName": "Flackern der Pupillen", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "symbol_in_eye", + "langName": "In den Augen sind Symbole zu sehen", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "star_in_eye", + "langName": "Sterne in den Augen", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "dashed_eyes", + "langName": "gepunktete Augen", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "color contact lenses", + "langName": "Kontaktlinsen", + "object": "Abbildung", + "attribute": "Schülerinnen und Schüler" + }, + { + "displayName": "light_eyes", + "langName": "strahlende Augen", + "object": "Abbildung", + "attribute": "Augenausdruck" + }, + { + "displayName": "glowing_eyes", + "langName": "glühende Augen", + "object": "Abbildung", + "attribute": "Augenausdruck" + }, + { + "displayName": "shiny_eyes", + "langName": "glänzende Augen", + "object": "Abbildung", + "attribute": "Augenausdruck" + }, + { + "displayName": "evil_eyes", + "langName": "böser Blick", + "object": "Abbildung", + "attribute": "Augenausdruck" + }, + { + "displayName": "crazy_eyes", + "langName": "verrückte Augen", + "object": "Abbildung", + "attribute": "Augenausdruck" + }, + { + "displayName": "empty_eyes", + "langName": "leere Augen", + "object": "Abbildung", + "attribute": "Augenausdruck" + }, + { + "displayName": "solid_eyes", + "langName": "feste Augen", + "object": "Abbildung", + "attribute": "Augenausdruck" + }, + { + "displayName": "sharp_eyes", + "langName": "scharfe Augen", + "object": "Abbildung", + "attribute": "Augenausdruck" + }, + { + "displayName": "slanted_eyes", + "langName": "scharfe Augen", + "object": "Abbildung", + "attribute": "Augenausdruck" + }, + { + "displayName": "wink", + "langName": "blinken", + "object": "Abbildung", + "attribute": "Augenausdruck" + }, + { + "displayName": "wide-eyed", + "langName": "Halten Sie die Augen offen", + "object": "Abbildung", + "attribute": "Augenausdruck" + }, + { + "displayName": "glint", + "langName": "starke Emotionen blitzen in den Augen auf", + "object": "Abbildung", + "attribute": "Augenausdruck" + }, + { + "displayName": "tsurime", + "langName": "Augenschwanz angehoben", + "object": "Abbildung", + "attribute": "Augenausdruck" + }, + { + "displayName": "tareme", + "langName": "Herabhängen des Augenschwanzes", + "object": "Abbildung", + "attribute": "Augenausdruck" + }, + { + "displayName": "pointed nose", + "langName": "spitze Nase", + "object": "Abbildung", + "attribute": "Nase" + }, + { + "displayName": "small nose", + "langName": "kleine Nase", + "object": "Abbildung", + "attribute": "Nase" + }, + { + "displayName": "big nose", + "langName": "große Nase", + "object": "Abbildung", + "attribute": "Nase" + }, + { + "displayName": "no_nose", + "langName": "Keine Nase", + "object": "Abbildung", + "attribute": "Nase" + }, + { + "displayName": "dot_nose", + "langName": "Tüpfelnase", + "object": "Abbildung", + "attribute": "Nase" + }, + { + "displayName": "nose_bubble", + "langName": "Blasen in der Nase", + "object": "Abbildung", + "attribute": "Nase" + }, + { + "displayName": "smelling", + "langName": "riechen", + "object": "Abbildung", + "attribute": "Nase" + }, + { + "displayName": "nose", + "langName": "Nase", + "object": "Abbildung", + "attribute": "Nase" + }, + { + "displayName": "nosebleed", + "langName": "Nasenbluten", + "object": "Abbildung", + "attribute": "Nase" + }, + { + "displayName": "snot", + "langName": "Nasenausfluss", + "object": "Abbildung", + "attribute": "Nase" + }, + { + "displayName": "snout", + "langName": "Tierschnauze", + "object": "Abbildung", + "attribute": "Nase" + }, + { + "displayName": "thick lips", + "langName": "wulstige Lippen", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "puffy lips", + "langName": "geschwollene Lippen", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "lipstick", + "langName": "Lippenstift", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "heart-shaped mouth", + "langName": "herzförmiger Mund", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "pout", + "langName": "Schmollmund", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "mole under mouth", + "langName": "Muttermale unter dem Mund", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "open_mouth", + "langName": "Öffne deinen Mund", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "gasping", + "langName": "Keuchen (Mund öffnen)", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "Slightly_open_mouth", + "langName": "leicht geöffneter Mund", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "wavy_mouth", + "langName": "gewellter Mund", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "close_mouth", + "langName": "Klappe halten", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "dot_mouth", + "langName": "Nicken", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "no_mouth", + "langName": "kein Mund", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "gag", + "langName": "Knebel", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "gnaw", + "langName": "beißen", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": ":3", + "langName": "Maozui", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": ":o", + "langName": "Öffne deinen Mund", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": ":>", + "langName": "V-Mund", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "parted_lips", + "langName": "Lippen öffnen", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "bit_gag", + "langName": "die Klappe halten", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "chestnut_mouth", + "langName": "Lizizui", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "cleave_gag", + "langName": "geknebelt", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "closed_mouth", + "langName": "geschlossener Mund", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "covered_mouth", + "langName": "bedeckter Mund", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "extra_mouth", + "langName": "Wie viele Münder", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "hair_in_mouth", + "langName": "Haare im Mund", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "hair_tie_in_mouth", + "langName": "Halten Sie das Haargummi in Ihren Mund", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "homu", + "langName": "Schmollmund | Schmollmund", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "lips", + "langName": "Lippen", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "mouth", + "langName": "Mund", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "mouth_hold", + "langName": "Nimm es in den Mund", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "oral", + "langName": "mit Mund", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "pacifier", + "langName": "Brustwarze", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "Pouted lips", + "langName": "geschürzte Lippen", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "sideways_mouth", + "langName": "Zeichnen Sie den Mund im Profil", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "spoon_in_mouth", + "langName": "Löffel im Mund", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "triangle_mouth", + "langName": "dreieckiger Mund", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "saliva", + "langName": "Speichel", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "drooling", + "langName": "Sabberndes", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "mouth_drool", + "langName": "Am Mundwinkel befindet sich eine Lücke in Form eines Speicheltropfens.", + "object": "Abbildung", + "attribute": "Mund" + }, + { + "displayName": "tooth", + "langName": "Zahn", + "object": "Abbildung", + "attribute": "Zähne" + }, + { + "displayName": "upper_teeth", + "langName": "obere Zähne", + "object": "Abbildung", + "attribute": "Zähne" + }, + { + "displayName": "fangs", + "langName": "tigerzähne | zähne", + "object": "Abbildung", + "attribute": "Zähne" + }, + { + "displayName": "skin_fang", + "langName": "Hautfarbe Tigerzähne", + "object": "Abbildung", + "attribute": "Zähne" + }, + { + "displayName": "round_teeth", + "langName": "überbackene Zähne", + "object": "Abbildung", + "attribute": "Zähne" + }, + { + "displayName": "sharp_teeth", + "langName": "scharfe Zähne", + "object": "Abbildung", + "attribute": "Zähne" + }, + { + "displayName": "clenched_teeth", + "langName": "Mit den Zähnen knirschen", + "object": "Abbildung", + "attribute": "Zähne" + }, + { + "displayName": "buck_teeth", + "langName": "Hasenzähne", + "object": "Abbildung", + "attribute": "Zähne" + }, + { + "displayName": "fang_out", + "langName": "Entblöße die Reißzähne | Entblöße die Reißzähne", + "object": "Abbildung", + "attribute": "Zähne" + }, + { + "displayName": "spiked_club", + "langName": "Muskatblüte", + "object": "Abbildung", + "attribute": "Zähne" + }, + { + "displayName": "toothbrush", + "langName": "Zahnbürste", + "object": "Abbildung", + "attribute": "Zähne" + }, + { + "displayName": "tusks", + "langName": "Elfenbein", + "object": "Abbildung", + "attribute": "Zähne" + }, + { + "displayName": "shark_mouth", + "langName": "Haifischzähne", + "object": "Abbildung", + "attribute": "Zähne" + }, + { + "displayName": ":q", + "langName": "Zunge auf der Oberlippe", + "object": "Abbildung", + "attribute": "Zunge" + }, + { + "displayName": ":p", + "langName": "Zunge auf der Unterlippe", + "object": "Abbildung", + "attribute": "Zunge" + }, + { + "displayName": ";p", + "langName": "Blinzeln und Zunge herausstrecken", + "object": "Abbildung", + "attribute": "Zunge" + }, + { + "displayName": "french_kiss", + "langName": "Zungenkuss | Französischer feuchter Kuss", + "object": "Abbildung", + "attribute": "Zunge" + }, + { + "displayName": "long_tongue", + "langName": "lange Zunge", + "object": "Abbildung", + "attribute": "Zunge" + }, + { + "displayName": "oral_invitation", + "langName": "Streck deine Zunge heraus, um die Ejakulation zu begrüßen", + "object": "Abbildung", + "attribute": "Zunge" + }, + { + "displayName": "tongue", + "langName": "Zunge", + "object": "Abbildung", + "attribute": "Zunge" + }, + { + "displayName": "tongue_out", + "langName": "die Zunge herausstrecken", + "object": "Abbildung", + "attribute": "Zunge" + }, + { + "displayName": "uvula", + "langName": "Zäpfchen | Zäpfchen | Zäpfchen", + "object": "Abbildung", + "attribute": "Zunge" + }, + { + "displayName": "fingernails", + "langName": "Fingernägel", + "object": "Abbildung", + "attribute": "Nagel" + }, + { + "displayName": "toenails", + "langName": "Zehennägel", + "object": "Abbildung", + "attribute": "Nagel" + }, + { + "displayName": "nail_polish", + "langName": "Nagellack", + "object": "Abbildung", + "attribute": "Nagel" + }, + { + "displayName": "toenail_polish", + "langName": "Zehennagelpolitur", + "object": "Abbildung", + "attribute": "Nagel" + }, + { + "displayName": "black_nails", + "langName": "schwarze Nägel", + "object": "Abbildung", + "attribute": "Nagel" + }, + { + "displayName": "red_nails", + "langName": "rote Nägel", + "object": "Abbildung", + "attribute": "Nagel" + }, + { + "displayName": "pink_nails", + "langName": "rosa Nägel", + "object": "Abbildung", + "attribute": "Nagel" + }, + { + "displayName": "long_fingernails", + "langName": "lange Nägel", + "object": "Abbildung", + "attribute": "Nagel" + }, + { + "displayName": "nail", + "langName": "Nägel | Nägel", + "object": "Abbildung", + "attribute": "Nagel" + }, + { + "displayName": "multicolored_nails", + "langName": "bunte Nägel", + "object": "Abbildung", + "attribute": "Nagel" + }, + { + "displayName": "nail_art", + "langName": "Maniküre", + "object": "Abbildung", + "attribute": "Nagel" + }, + { + "displayName": "bare shoulders", + "langName": "entblößte Schultern", + "object": "Abbildung", + "attribute": "Schultern" + }, + { + "displayName": "collarbonea", + "langName": "Schlüsselbein", + "object": "Abbildung", + "attribute": "Schultern" + }, + { + "displayName": "armpits", + "langName": "Achselhöhle", + "object": "Abbildung", + "attribute": "Schultern" + }, + { + "displayName": "armpit_crease", + "langName": "Achselhöhlenfalten", + "object": "Abbildung", + "attribute": "Schultern" + }, + { + "displayName": "chest", + "langName": "Brustkorb", + "object": "Abbildung", + "attribute": "Brustkorb" + }, + { + "displayName": "flat chest", + "langName": "Kleine Brüste (A)", + "object": "Abbildung", + "attribute": "Brustkorb" + }, + { + "displayName": "small_breasts", + "langName": "Kleine Brüste (B)", + "object": "Abbildung", + "attribute": "Brustkorb" + }, + { + "displayName": "medium breasts", + "langName": "Mittlere Brust (C)", + "object": "Abbildung", + "attribute": "Brustkorb" + }, + { + "displayName": "big breasts", + "langName": "Große Brüste (D)", + "object": "Abbildung", + "attribute": "Brustkorb" + }, + { + "displayName": "huge breasts", + "langName": "Große Brüste (E)", + "object": "Abbildung", + "attribute": "Brustkorb" + }, + { + "displayName": "gigantic breasts", + "langName": "Super große Brüste (F)", + "object": "Abbildung", + "attribute": "Brustkorb" + }, + { + "displayName": "breasts apart", + "langName": "Brust gescheitelt", + "object": "Abbildung", + "attribute": "Brustkorb" + }, + { + "displayName": "hanging breasts", + "langName": "herunterhängen.", + "object": "Abbildung", + "attribute": "Brustkorb" + }, + { + "displayName": "bouncing breasts", + "langName": "schütteln", + "object": "Abbildung", + "attribute": "Brustkorb" + }, + { + "displayName": "cleavage", + "langName": "Ausschnitt", + "object": "Abbildung", + "attribute": "Brustkorb" + }, + { + "displayName": "areola", + "langName": "Warzenhof", + "object": "Abbildung", + "attribute": "Brustkorb" + }, + { + "displayName": "nipples", + "langName": "Brustwarze", + "object": "Abbildung", + "attribute": "Brustkorb" + }, + { + "displayName": "pectorals", + "langName": "Brustmuskeln", + "object": "Abbildung", + "attribute": "Brustkorb" + }, + { + "displayName": "large_pectorals", + "langName": "Große Brustmuskeln", + "object": "Abbildung", + "attribute": "Brustkorb" + }, + { + "displayName": "unbuttoned clothes", + "langName": "Halb entblößte Brust", + "object": "Abbildung", + "attribute": "Brustkorb" + }, + { + "displayName": "belly", + "langName": "Unterleib", + "object": "Abbildung", + "attribute": "Unterleib" + }, + { + "displayName": "absolute_territory", + "langName": "abdominale Muskeln", + "object": "Abbildung", + "attribute": "Unterleib" + }, + { + "displayName": "inflation", + "langName": "dicker Bauch", + "object": "Abbildung", + "attribute": "Unterleib" + }, + { + "displayName": "navel", + "langName": "Bauchnabel", + "object": "Abbildung", + "attribute": "Unterleib" + }, + { + "displayName": "groin", + "langName": "Leiste", + "object": "Abbildung", + "attribute": "Unterleib" + }, + { + "displayName": "feet", + "langName": "Fuß", + "object": "Abbildung", + "attribute": "Fuß" + }, + { + "displayName": "long_legs", + "langName": "lange Beine", + "object": "Abbildung", + "attribute": "Fuß" + }, + { + "displayName": "thick_thighs", + "langName": "dicke Oberschenkel", + "object": "Abbildung", + "attribute": "Fuß" + }, + { + "displayName": "toe-point", + "langName": "Zehenspitze | Zehenspitze", + "object": "Abbildung", + "attribute": "Fuß" + }, + { + "displayName": "wings", + "langName": "Flügel", + "object": "Abbildung", + "attribute": "Flügel" + }, + { + "displayName": "bat_wings", + "langName": "Fledermausflügel", + "object": "Abbildung", + "attribute": "Flügel" + }, + { + "displayName": "butterfly_wings", + "langName": "Schmetterlingsflügel", + "object": "Abbildung", + "attribute": "Flügel" + }, + { + "displayName": "black_wings", + "langName": "schwarze flügel", + "object": "Abbildung", + "attribute": "Flügel" + }, + { + "displayName": "demon_wings", + "langName": "Dämonenflügel", + "object": "Abbildung", + "attribute": "Flügel" + }, + { + "displayName": "asymmetrical_wings", + "langName": "asymmetrische Tragflächen", + "object": "Abbildung", + "attribute": "Flügel" + }, + { + "displayName": "detached_wings", + "langName": "Flügel, die nicht mit dem Körper verbunden sind", + "object": "Abbildung", + "attribute": "Flügel" + }, + { + "displayName": "fairy_wings", + "langName": "Feenflügel", + "object": "Abbildung", + "attribute": "Flügel" + }, + { + "displayName": "fake_wings", + "langName": "Imitationsflügel", + "object": "Abbildung", + "attribute": "Flügel" + }, + { + "displayName": "fiery_wings", + "langName": "brennende Flügel", + "object": "Abbildung", + "attribute": "Flügel" + }, + { + "displayName": "insect_wings", + "langName": "Insektenflügel", + "object": "Abbildung", + "attribute": "Flügel" + }, + { + "displayName": "large_wings", + "langName": "große Tragflächen", + "object": "Abbildung", + "attribute": "Flügel" + }, + { + "displayName": "low_wings", + "langName": "Flügel an der Taille", + "object": "Abbildung", + "attribute": "Flügel" + }, + { + "displayName": "mini_wings", + "langName": "Miniflügel", + "object": "Abbildung", + "attribute": "Flügel" + }, + { + "displayName": "multicolored_wings", + "langName": "Flügel in vielen Farben", + "object": "Abbildung", + "attribute": "Flügel" + }, + { + "displayName": "multiple_wings", + "langName": "mehrere Flügelpaare", + "object": "Abbildung", + "attribute": "Flügel" + }, + { + "displayName": "no_wings", + "langName": "Entfernte (ursprüngliche) Flügel", + "object": "Abbildung", + "attribute": "Flügel" + }, + { + "displayName": "winged_helmet", + "langName": "geflügelter Helm", + "object": "Abbildung", + "attribute": "Flügel" + }, + { + "displayName": "smile", + "langName": "Lächeln", + "object": "Ausdruck", + "attribute": "Lachen" + }, + { + "displayName": "laughing", + "langName": "laut lachend", + "object": "Ausdruck", + "attribute": "Lachen" + }, + { + "displayName": ":d", + "langName": "Glückliches Lächeln:D😀", + "object": "Ausdruck", + "attribute": "Lachen" + }, + { + "displayName": ";d", + "langName": "Zwinkern und Lächeln_:D", + "object": "Ausdruck", + "attribute": "Lachen" + }, + { + "displayName": "grin", + "langName": "spitzbübisches Grinsen", + "object": "Ausdruck", + "attribute": "Lachen" + }, + { + "displayName": "teasing_smile", + "langName": "amüsiert, albern grinsend", + "object": "Ausdruck", + "attribute": "Lachen" + }, + { + "displayName": "seductive_smile", + "langName": "charmantes Lächeln", + "object": "Ausdruck", + "attribute": "Lachen" + }, + { + "displayName": "smirk", + "langName": "aufreizendes Lächeln", + "object": "Ausdruck", + "attribute": "Lachen" + }, + { + "displayName": "giggling", + "langName": "kichern", + "object": "Ausdruck", + "attribute": "Lachen" + }, + { + "displayName": "smug", + "langName": "selbstgefällig", + "object": "Ausdruck", + "attribute": "Lachen" + }, + { + "displayName": "naughty_face", + "langName": "böses Gesicht", + "object": "Ausdruck", + "attribute": "Lachen" + }, + { + "displayName": "crazy_smile", + "langName": "schallendes Gelächter", + "object": "Ausdruck", + "attribute": "Lachen" + }, + { + "displayName": "kind_smile", + "langName": "sanftes Lächeln", + "object": "Ausdruck", + "attribute": "Lachen" + }, + { + "displayName": "evil_smile", + "langName": "Böses Lächeln", + "object": "Ausdruck", + "attribute": "Lachen" + }, + { + "displayName": "ahegao", + "langName": "Bedecke dein Gesicht und lache | Schüchternes Gesicht", + "object": "Ausdruck", + "attribute": "Lachen" + }, + { + "displayName": "happy_tears", + "langName": "Freudentränen", + "object": "Ausdruck", + "attribute": "Lachen" + }, + { + "displayName": "sad", + "langName": "traurig", + "object": "Ausdruck", + "attribute": "Cry" + }, + { + "displayName": "sobs", + "langName": "schluchzen", + "object": "Ausdruck", + "attribute": "Cry" + }, + { + "displayName": "crying", + "langName": "laut schreien", + "object": "Ausdruck", + "attribute": "Cry" + }, + { + "displayName": "crying_with_eyes_open", + "langName": "mit offenen Augen weinen", + "object": "Ausdruck", + "attribute": "Cry" + }, + { + "displayName": "streaming_tears", + "langName": "Tränen vergießen", + "object": "Ausdruck", + "attribute": "Cry" + }, + { + "displayName": "lacrimation", + "langName": "Tränen vergießen", + "object": "Ausdruck", + "attribute": "Cry" + }, + { + "displayName": "tear stains", + "langName": "Tränen", + "object": "Ausdruck", + "attribute": "Cry" + }, + { + "displayName": "teardrop", + "langName": "Teardrop", + "object": "Ausdruck", + "attribute": "Cry" + }, + { + "displayName": "tearing_up", + "langName": "weinender Gesichtsausdruck", + "object": "Ausdruck", + "attribute": "Cry" + }, + { + "displayName": "wiping_tears", + "langName": "Tränen wischen", + "object": "Ausdruck", + "attribute": "Cry" + }, + { + "displayName": "badmood", + "langName": "Schlechte Laune", + "object": "Ausdruck", + "attribute": "Cry" + }, + { + "displayName": "tearing_clothes", + "langName": "Kleidung zerreißen (wenn Sie sehr traurig sind, zerreißen Sie Kleidung, um Ihren Gefühlen Luft zu machen)", + "object": "Ausdruck", + "attribute": "Cry" + }, + { + "displayName": "frustrated", + "langName": "Frustriert", + "object": "Ausdruck", + "attribute": "Unglücklich" + }, + { + "displayName": "frustrated_brow", + "langName": "frustrierte Stirn", + "object": "Ausdruck", + "attribute": "Unglücklich" + }, + { + "displayName": "annoyed", + "langName": "Not leidend", + "object": "Ausdruck", + "attribute": "Unglücklich" + }, + { + "displayName": "anguish", + "langName": "deprimiert", + "object": "Ausdruck", + "attribute": "Unglücklich" + }, + { + "displayName": "sigh", + "langName": "seufz.", + "object": "Ausdruck", + "attribute": "Unglücklich" + }, + { + "displayName": "gloom", + "langName": "Melancholie", + "object": "Ausdruck", + "attribute": "Unglücklich" + }, + { + "displayName": "disappointed", + "langName": "Enttäuscht", + "object": "Ausdruck", + "attribute": "Unglücklich" + }, + { + "displayName": "despair", + "langName": "Verzweiflung", + "object": "Ausdruck", + "attribute": "Unglücklich" + }, + { + "displayName": "unamused", + "langName": "Unglücklich aussehen", + "object": "Ausdruck", + "attribute": "Unglücklich" + }, + { + "displayName": "disgust", + "langName": "Angewidert (sieht aus wie Müll)", + "object": "Ausdruck", + "attribute": "Verachtung" + }, + { + "displayName": "disdain", + "langName": "Verachtung", + "object": "Ausdruck", + "attribute": "Verachtung" + }, + { + "displayName": "contempt", + "langName": "Verachtung", + "object": "Ausdruck", + "attribute": "Verachtung" + }, + { + "displayName": "shaded_face", + "langName": "Ein Schatten liegt auf dem Gesicht, passend zur Verachtung", + "object": "Ausdruck", + "attribute": "Verachtung" + }, + { + "displayName": "jitome", + "langName": "verächtlicher Blick", + "object": "Ausdruck", + "attribute": "Verachtung" + }, + { + "displayName": "frown", + "langName": "Stirnrunzeln / Stirnrunzeln", + "object": "Ausdruck", + "attribute": "Verachtung" + }, + { + "displayName": "wince", + "langName": "Stirnrunzeln (vor dem Geschlechtsverkehr)", + "object": "Ausdruck", + "attribute": "Verachtung" + }, + { + "displayName": "furrowed_brow", + "langName": "Stirnrunzeln", + "object": "Ausdruck", + "attribute": "Verachtung" + }, + { + "displayName": "fear_kubrick", + "langName": "Angst vor Seitenblicken", + "object": "Ausdruck", + "attribute": "Verachtung" + }, + { + "displayName": "angry", + "langName": "wütend", + "object": "Ausdruck", + "attribute": "Wütend" + }, + { + "displayName": "glaring", + "langName": "Blendung", + "object": "Ausdruck", + "attribute": "Wütend" + }, + { + "displayName": "serious", + "langName": "Ernst (ähnlich wie wütend)", + "object": "Ausdruck", + "attribute": "Wütend" + }, + { + "displayName": "kubrick_stare", + "langName": "Er starrt dich von der Seite an", + "object": "Ausdruck", + "attribute": "Wütend" + }, + { + "displayName": "sulking", + "langName": "wütend_mürrisch", + "object": "Ausdruck", + "attribute": "Wütend" + }, + { + "displayName": "screaming", + "langName": "schreien | schreien", + "object": "Ausdruck", + "attribute": "Wütend" + }, + { + "displayName": "shouting", + "langName": "weinen", + "object": "Ausdruck", + "attribute": "Wütend" + }, + { + "displayName": "expressionless", + "langName": "ausdruckslos", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "raised eyebrow", + "langName": "Eine Augenbraue hochziehen", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "blush", + "langName": "Erröten", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "light_blush", + "langName": "leichtes Erröten", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "full-face-blush", + "langName": "Erröten im ganzen Gesicht", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "shy", + "langName": "schüchtern", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "embarrassed", + "langName": "Unbeholfen und schüchtern", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "embarrass", + "langName": "schüchtern (unbeholfen)", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "flustered", + "langName": "in Panik geraten", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "cute face", + "langName": "süßes Gesicht", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "thinking", + "langName": "denken", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "bored", + "langName": "langweilig", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "sleepy", + "langName": "verschlafen", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "surprised", + "langName": "Überraschung", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "confused", + "langName": "verwirren", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "facepalm", + "langName": "Gesichtsbedeckung", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "grimace", + "langName": "augenzwinkernd", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "scowl", + "langName": "Angewiderter Blick", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "staring", + "langName": "Blick", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "envy", + "langName": "Neid", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "twitching", + "langName": "twitch", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "spasm", + "langName": "Krämpfe", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "pain", + "langName": "Schmerzen", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "endured_face", + "langName": "geduldiger Ausdruck", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "restrained", + "langName": "ertragen", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "turn pale", + "langName": "blass", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "sweat", + "langName": "Schweiß", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "scared", + "langName": "verängstigt", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "naughty", + "langName": "Frechheit", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "dark_persona", + "langName": "geschwärzt", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "crazy", + "langName": "verrückt", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "yandere", + "langName": "yandere", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "Tsundere", + "langName": "Tsundere", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "multiple_persona", + "langName": "multiple Persönlichkeit", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "Jekyll_and_Hyde", + "langName": "multiple Persönlichkeit", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "exhausted", + "langName": "erschöpft", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "heavy_breathing", + "langName": "Atmen Sie schwer, vielleicht hilft es nicht.", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "rape_face", + "langName": "Gesicht vergewaltigen", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "moaning", + "langName": "stöhnen", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "orgasm", + "langName": "Höhepunkt", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "female_orgasm", + "langName": "weiblicher Orgasmus", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "rolling_eyes", + "langName": "Mit den Augen rollen (Orgasmusaugen)", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "torogao", + "langName": "Trance", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "drunk", + "langName": "betrunken", + "object": "Ausdruck", + "attribute": "Andere Ausdrücke" + }, + { + "displayName": "joyful", + "langName": "freudig", + "object": "Ausdruck", + "attribute": "Positive Emotionen" + }, + { + "displayName": "cheerful", + "langName": "Heiteres", + "object": "Ausdruck", + "attribute": "Positive Emotionen" + }, + { + "displayName": "enchanting", + "langName": "charmant", + "object": "Ausdruck", + "attribute": "Positive Emotionen" + }, + { + "displayName": "happy", + "langName": "glücklich", + "object": "Ausdruck", + "attribute": "Positive Emotionen" + }, + { + "displayName": "happy accidents", + "langName": "Eine unerwartete Überraschung", + "object": "Ausdruck", + "attribute": "Positive Emotionen" + }, + { + "displayName": "vibrant", + "langName": "energisch", + "object": "Ausdruck", + "attribute": "Positive Emotionen" + }, + { + "displayName": "dynamic", + "langName": "energisch", + "object": "Ausdruck", + "attribute": "Positive Emotionen" + }, + { + "displayName": "energetic", + "langName": "voller Energie", + "object": "Ausdruck", + "attribute": "Positive Emotionen" + }, + { + "displayName": "bustling", + "langName": "Beschäftigt", + "object": "Ausdruck", + "attribute": "Positive Emotionen" + }, + { + "displayName": "lively", + "langName": "lebendig", + "object": "Ausdruck", + "attribute": "Positive Emotionen" + }, + { + "displayName": "excited", + "langName": "aufgeregt", + "object": "Ausdruck", + "attribute": "Positive Emotionen" + }, + { + "displayName": "peaceful", + "langName": "friedlich", + "object": "Ausdruck", + "attribute": "Positive Emotionen" + }, + { + "displayName": "serene", + "langName": "friedlich", + "object": "Ausdruck", + "attribute": "Positive Emotionen" + }, + { + "displayName": "soothing", + "langName": "beruhigend", + "object": "Ausdruck", + "attribute": "Positive Emotionen" + }, + { + "displayName": "calming", + "langName": "ruhig", + "object": "Ausdruck", + "attribute": "Positive Emotionen" + }, + { + "displayName": "melancholic", + "langName": "Melancholie", + "object": "Ausdruck", + "attribute": "Negative Emotionen" + }, + { + "displayName": "eerie", + "langName": "seltsam", + "object": "Ausdruck", + "attribute": "Negative Emotionen" + }, + { + "displayName": "ominous", + "langName": "ominös", + "object": "Ausdruck", + "attribute": "Negative Emotionen" + }, + { + "displayName": "unsettling", + "langName": "beunruhigend.", + "object": "Ausdruck", + "attribute": "Negative Emotionen" + }, + { + "displayName": "lonely", + "langName": "Einsam", + "object": "Ausdruck", + "attribute": "Negative Emotionen" + }, + { + "displayName": "beautiful", + "langName": "Schönheit", + "object": "Ausdruck", + "attribute": "Temperament" + }, + { + "displayName": "elegant", + "langName": "elegant", + "object": "Ausdruck", + "attribute": "Temperament" + }, + { + "displayName": "angelic", + "langName": "engelsgleich", + "object": "Ausdruck", + "attribute": "Temperament" + }, + { + "displayName": "Good", + "langName": "OK", + "object": "Ausdruck", + "attribute": "Temperament" + }, + { + "displayName": "mysterious", + "langName": "geheimnisvoll", + "object": "Ausdruck", + "attribute": "Temperament" + }, + { + "displayName": "enigmatic", + "langName": "rätselhaft", + "object": "Ausdruck", + "attribute": "Temperament" + }, + { + "displayName": "cryptic", + "langName": "geheim", + "object": "Ausdruck", + "attribute": "Temperament" + }, + { + "displayName": "evil", + "langName": "böse", + "object": "Ausdruck", + "attribute": "Temperament" + }, + { + "displayName": "standing", + "langName": "Stand", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "leaning", + "langName": "Schlank | Schlank", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "leaning_to_the_side", + "langName": "sich zur Seite lehnen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "leaning_back", + "langName": "sich zurücklehnen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "leaning_forward", + "langName": "sich nach vorne lehnen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "leaning_on_object", + "langName": "sich auf einen Gegenstand stützen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "on_back", + "langName": "auf dem Rücken liegen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "on_side", + "langName": "Auf der Seite liegend", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "on_stomach", + "langName": "Liegend", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "lying", + "langName": "hinlegend", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "lying_on_person", + "langName": "auf jemandem liegen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "lying_on_the_lake", + "langName": "auf dem See liegend", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "lying_on_water", + "langName": "im Wasser liegend", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "reclining", + "langName": "Liegeposition", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "arched_back", + "langName": "Bogenkörper", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "afloat", + "langName": "auf dem Wasser treiben", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "fetal_position", + "langName": "Fötale Position (liegend)", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "sleeping_upright", + "langName": "(nicht liegend) schlafen | aufrecht schlafen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "waking_up", + "langName": "aufwecken", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "cuddling", + "langName": "Umfassen Sie", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "comforting", + "langName": "Komfort", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "biting", + "langName": "beißen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "licking", + "langName": "lecken", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "licking_lips", + "langName": "Lippen lecken", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "lip_biting", + "langName": "auf die Lippe beißen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "blowing", + "langName": "blasen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "teasing", + "langName": "necken", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "tickling", + "langName": "kitzeln", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "spitting", + "langName": "das Ausspucken von Flüssigkeit aus dem Mund", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "spilling", + "langName": "Das Ausgießen von Flüssigkeit aus einem Behälter", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "cooking", + "langName": "Kochen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "drinking", + "langName": "trinken", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "applying_makeup", + "langName": "schminken", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "brushing_teeth", + "langName": "Zähne putzen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "hair_brushing", + "langName": "Haare kämmen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "hair_tucking", + "langName": "die Haare umdrehen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "taking_picture", + "langName": "Foto machen | Selfie", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "talking_on_phone", + "langName": "Aufrufen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "singing", + "langName": "Singen Sie", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "meditation", + "langName": "Meditation", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "dancing", + "langName": "Tanz", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "stylish_pose", + "langName": "modische Pose", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "the_pose", + "langName": "Legen Sie sich auf den Boden und legen Sie die Füße hoch", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "standing_on_liquid", + "langName": "auf Wasser oder Flüssigkeit stehend", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "walking", + "langName": "Spaziergang", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "walking_on_liquid", + "langName": "auf Flüssigkeit laufend", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "running", + "langName": "laufen.", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "jumping", + "langName": "springen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "flying", + "langName": "Flug", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "flapping", + "langName": "Ohrfeigen-Aktion", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "flying_kick", + "langName": "fliegender Tritt", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "fighting", + "langName": "im Kampf", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "fighting_stance", + "langName": "Kampfhaltung", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "drawing_bow", + "langName": "Den Bogen spannen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "dual_wielding", + "langName": "Doppelspitze", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "unsheathing", + "langName": "Entschärfen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "slashing", + "langName": "schneiden", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "punching", + "langName": "Stanze", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "hitting", + "langName": "treffen.", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "pushing", + "langName": "drücken.", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "dragging", + "langName": "etwas ziehen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "strangling", + "langName": "den Kopf hängen lassen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "bullying", + "langName": "Bully", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "chasing", + "langName": "Verfolgung", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "fleeing", + "langName": "Auf der Flucht", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "hiding", + "langName": "ausblenden", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "tripping", + "langName": "gestolpert", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "spinning", + "langName": "rotieren", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "climbing", + "langName": "klettern", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "diving", + "langName": "Tauchen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "swimming", + "langName": "Schwimmen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "wading", + "langName": "im Wasser waten", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "riding", + "langName": "Fahrt", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "driving", + "langName": "Antrieb", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "fishing", + "langName": "Angeln", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "pole_dancing", + "langName": "Stangentanz", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "writing", + "langName": "Schreiben", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "reading", + "langName": "lesen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "sewing", + "langName": "Nähen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "shopping", + "langName": "Einkaufen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "cleaning", + "langName": "aufräumen |", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "sweeping", + "langName": "Reinigung | Kehren (Hausarbeit)", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "washing", + "langName": "Waschen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "showering", + "langName": "Dusche", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "drying", + "langName": "Trocken (nach dem Baden)", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "whispering", + "langName": "Flüstern", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "sneezing", + "langName": "Niesen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "talking", + "langName": "sprechen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "yawning", + "langName": "gähnt", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "smoking", + "langName": "Rauch", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "sleeping", + "langName": "schlafen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "praying", + "langName": "beten", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "playing_games", + "langName": "Spiele spielen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "wrestling", + "langName": "Wrestling (Sport)", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "parody", + "langName": "imitieren", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "trolling", + "langName": "Scherzartikel", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "public_indecency", + "langName": "öffentliche Unanständigkeit", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "eyelid_pull", + "langName": "blinken", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "top-down_bottom-up", + "langName": "Hinlegen und das Gesäß anheben", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "bent_over", + "langName": "Hüftstellung", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "upside-down", + "langName": "Handstand", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "prone_bone", + "langName": "liegend doggy style", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "presenting", + "langName": "Display (hinterer Teil)", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "against_glass", + "langName": "Quetschglas (ungültig)", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "bleeding", + "langName": "blutend", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "bowing", + "langName": "Bogen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "breathing_fire", + "langName": "Feuer atmen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "broom_riding", + "langName": "Reiten auf einem Besen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "bubble_blowing", + "langName": "Seifenblasen machen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "burning", + "langName": "Verbrennung", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "cast", + "langName": "werfen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "dreaming", + "langName": "Traum", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "dropping", + "langName": "(zufälliger) Sturz", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "exercise", + "langName": "Sport treiben", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "firing", + "langName": "Schießen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "flashing", + "langName": "ausgesetzt", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "flexing", + "langName": "Muskeln zeigen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "hanging", + "langName": "Aufhängen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "Painting_(Action)", + "langName": "zeichnen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "snowing", + "langName": "Schnee", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "soccer", + "langName": "Fußballsport", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "splashing", + "langName": "spritzen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "steepled_fingers", + "langName": "Fingerspitzen gegen Finger", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "swing", + "langName": "Schaukel", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "tail_wagging", + "langName": "wedelnder Schwanz", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "toilet_use", + "langName": "Auf die Toilette gehen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "tossing", + "langName": "werfen", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "tying", + "langName": "Einen Knoten binden (Aktion)", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "untying", + "langName": "Ungebunden", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "unzipping", + "langName": "Entpacken", + "object": "Aktion", + "attribute": "Grundlegende Bewegungen" + }, + { + "displayName": "looking_at_viewer", + "langName": "Blick auf das Publikum", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "eye_contact", + "langName": "Blickkontakt (sich gegenseitig ansehen)", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "eyeball", + "langName": "starrt", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "stare", + "langName": "Blick", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "looking_back", + "langName": "Rückblick", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "gradient", + "langName": "Zeichen neigen", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "looking_down", + "langName": "Perspektive der Figur mit Blick nach unten↘", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "looking_up", + "langName": "Perspektive der Figur mit Blick nach oben", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "facing_away", + "langName": "anderweitig orientiert", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "looking_to_the_side", + "langName": "Seitenblick", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "looking_away", + "langName": "wegschauen", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "looking_ahead", + "langName": "Blick in die Zukunft", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "looking_afar", + "langName": "in die Ferne schauen", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "looking_outside", + "langName": "nach draußen schauen", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "head_tilt", + "langName": "Neigungskopf", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "aiming", + "langName": "Ziel", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "aiming_at_viewer", + "langName": "Ausrichtung auf den Leser (Perspektive)", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "head_down", + "langName": "den Kopf verneigen", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "sideways_glance", + "langName": "Blick leicht zur Seite", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "upshirt", + "langName": "unter dem Hemd hervorlugen", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "upshorts", + "langName": "Rock hochschieben", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "looking_at_another", + "langName": "Blick auf einen anderen", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "looking_at_phone", + "langName": "Blick auf das Mobiltelefon", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "looking_at_animal", + "langName": "Tiere anschauen", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "looking_at_mirror", + "langName": "Blick in den Spiegel", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "looking_at_hand", + "langName": "Blick auf die Hände", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "looking_at_food", + "langName": "sich das Essen ansehen", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "looking_at_screen", + "langName": "Blick auf den Bildschirm", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "stare at me", + "langName": "Sie anzustarren", + "object": "Aktion", + "attribute": "Siehe" + }, + { + "displayName": "clenched hand", + "langName": "geballte Faust", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "hand_to_mouth", + "langName": "Leg die Hand vor den Mund", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "hidden hands", + "langName": "Verstecken Sie Ihre Hände", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "arm_support", + "langName": "Unterstützung mit den Händen", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "arms_up", + "langName": "Heben Sie die Hand", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "presenting armpit", + "langName": "Achselhöhlen zeigen", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "arm_behind_head", + "langName": "Hände hinter dem Kopf", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "arm_above_head", + "langName": "Hände auf den Kopf", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "adjusting_hair", + "langName": "ordentliches Haar", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "bangs_pinned_back", + "langName": "Den Pony zurückstecken", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "arm_behind_back", + "langName": "Legen Sie eine Hand hinter Ihren Rücken", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "arms_behind_back", + "langName": "Hände hinter den Rücken", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "arm_at_side", + "langName": "Eine Hand nach unten hängend", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "arm_blade", + "langName": "Armklinge", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "arm_grab", + "langName": "Greifarm", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "arm_around_waist", + "langName": "Eine Hand um die Taille", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "arm_hug", + "langName": "Hände halten", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "arm_up", + "langName": "die Hände heben", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "bound_arms", + "langName": "Die Arme sind gefesselt", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "extra_arms", + "langName": "mehrere Arme", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "locked_arms", + "langName": "Arme halten", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "zombie_pose", + "langName": "Zombie-Pose", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "cheering", + "langName": "jubeln", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "beckoning", + "langName": "winken", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "waving", + "langName": "winken (hallo/auf Wiedersehen sagen)", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "waving_arms", + "langName": "fuchtelnde Arme", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "salute", + "langName": "grüßen", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "reaching", + "langName": "(Gezielt) die Hand ausstrecken", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "reaching_out", + "langName": "Über das Bild hinausgehen", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "stretch", + "langName": "dehnen", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "convenient_arm", + "langName": "Abdeckung der wichtigsten Teile der Arme", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "ready_to_draw", + "langName": "Vorbereitung auf das Ziehen des Schwertes", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "double_fox_shadow_puppet", + "langName": "Doppelfuchs-Schattenpuppe", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "fox_shadow_puppet", + "langName": "Fuchs-Schattenpuppe", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "paw_pose", + "langName": "Geste der Glückskatze (Handgelenk nach unten gebogen)", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "self_fondle", + "langName": "Selbstzärtlichkeit", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "groping", + "langName": "tastend", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "crotch_grab", + "langName": "Greifen im Schritt", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "clothes_lift", + "langName": "Kleidung hochheben", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "clothes_pull", + "langName": "Ziehen an der Kleidung", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "strap_lift", + "langName": "Liftschultergurt", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "shirt_lift", + "langName": "Hemd hochziehen und hochheben", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "dress_lift", + "langName": "Rock hochheben", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "dress_pull", + "langName": "Kleid hochziehen", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "kimono_lift", + "langName": "Heben Sie den Kimono hoch", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "kimono_pull", + "langName": "Kimono ziehen", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "shirt_pull", + "langName": "Hemd auspacken", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "shorts_pull", + "langName": "Ziehen Sie Ihre Shorts aus", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "pants_pull", + "langName": "Herunterziehen der Hose", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "leotard_pull", + "langName": "Jumpsuit zum Abziehen", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "swimsuit_pull", + "langName": "Ziehen Sie den Badeanzug aus", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "skirt_basket", + "langName": "Bezieht sich auf die Korbform, die entsteht, wenn die Schürze hochgehoben wird", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "bikini_lift", + "langName": "Bikini, der sich schält", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "cheek_pull", + "langName": "Ziehen Sie die Wange", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "bunching_hair", + "langName": "Zöpfe halten", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "mask_pull", + "langName": "Ziehen an der Maske", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "zipper_pull_tab", + "langName": "Zuglasche für Reißverschluss", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "bikini_pull", + "langName": "Einen Bikini anziehen", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "holding_hair", + "langName": "Das Haar halten | Mit den Fingern um das Haar wickeln", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "shou", + "langName": "Eine Hand hinter dem Kopf halten", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "arm_cannon", + "langName": "Handkanone", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "arm_ribbon", + "langName": "Armbinde", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "caramelldansen", + "langName": "Eine berühmte Handdrehung", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "arm_held_back", + "langName": "Arme nach hinten ziehen", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "leg_lift", + "langName": "Einzelbeinheben", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "hugging_own_legs", + "langName": "Umarme deine Beine", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "cheek_pinching", + "langName": "in die Wangen kneifen", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "chin_rest", + "langName": "Halten Sie die Wange", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "skirt_lift", + "langName": "Liftschürze", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "skirt_flip", + "langName": "Angehobener Rock (einschließlich Notbedeutung)", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "skirt_pull", + "langName": "offener Rock", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "cheek_poking", + "langName": "Ein Schlag auf die Wange", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "hair_pull", + "langName": "an den Haaren ziehen", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "covering_chest_by_hand", + "langName": "Brust mit Händen bedecken", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "chin_stroking", + "langName": "Kinn berühren", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "hair_pulled_back", + "langName": "Zurückgebundenes Haar", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "adjusting_clothes", + "langName": "Mit der Kleidung herumfummeln", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "adjusting_hat", + "langName": "Ordnungshut", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "adjusting_gloves", + "langName": "Fiddle-Handschuhe", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "adjusting_swimsuit", + "langName": "Fummeln mit Badeanzug", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "adjusting_thighhigh", + "langName": "Kniestrümpfe anpassen", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "adjusting_eyewear", + "langName": "Brille anpassen", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "pulling", + "langName": "ziehen", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "pulled_by_self", + "langName": "Ziehen Sie Ihre Kleidung aus", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "pulled_by_another", + "langName": "von einer anderen Person gezogen werden (oder an der Kleidung ziehen)", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "lifting_person", + "langName": "jemanden abholen", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "lifted_by_self", + "langName": "Heben Sie Ihre Kleidung hoch", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "lifted_by_another", + "langName": "An den Kleidern der anderen Partei hochgehoben werden", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "bandaid_on_arm", + "langName": "Pflaster auf Arm", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "carrying", + "langName": "abholen", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "carrying_under_arm", + "langName": "unter dem Arm", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "carrying_over_shoulder", + "langName": "Schulter", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "wind_lift", + "langName": "Windwirkung | Aufwind", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "covering_xx", + "langName": "Umschlag xx", + "object": "Aktion", + "attribute": "Hände" + }, + { + "displayName": "shushing", + "langName": "Pssst, Geste", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "finger_to_mouth", + "langName": "Leg die Hand an die Lippen", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "peace sign", + "langName": "Scherenhände", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "cat_pose", + "langName": "Katzenpfotengebärde", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "claw_pose", + "langName": "Klauenbewegung", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "finger_gun", + "langName": "Finger-Pistolen-Geste", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "v", + "langName": "Siegesgebärde", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "double_v", + "langName": "doppelt_v", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "thumbs_up", + "langName": "Daumen hoch", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "index_finger_raised", + "langName": "Zeigefinger heben", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "middle_finger", + "langName": "Mittelfinger zeigen", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "fingersmile", + "langName": "Mache einen Smiley mit deinen Fingern", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "finger_on_trigger", + "langName": "Bereit zum Abdrücken der Geste", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "pointing_at_self", + "langName": "Auf sich selbst zeigen", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "pointing_at_viewer", + "langName": "Zeigen Sie auf die Person, die das Bild betrachtet", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "pointing_up", + "langName": "Nach oben zeigen", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "poking", + "langName": "Briefmarke", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "hand_gesture", + "langName": "Gesten machen", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "ok_sign", + "langName": "OK-Geste", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "finger_biting", + "langName": "bissige Finger", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "finger_in_mouth", + "langName": "lutschende Finger", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "fingering_through_clothes", + "langName": "Finger", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "fingers_together", + "langName": "Finger zusammen", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "hair_twirling", + "langName": "Finger, die das Haar locken", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "sharp_fingernails", + "langName": "scharfe Fingernägel", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "spread_fingers", + "langName": "spreizen Sie Ihre Finger", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "trigger_discipline", + "langName": "Kein Finger am Abzug", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "w", + "langName": "Finger als W", + "object": "Aktion", + "attribute": "Finger" + }, + { + "displayName": "open hands", + "langName": "offene Hände", + "object": "Aktion", + "attribute": "Handbewegungen" + }, + { + "displayName": "spread arms", + "langName": "offene Arme", + "object": "Aktion", + "attribute": "Handbewegungen" + }, + { + "displayName": "interlocked_fingers", + "langName": "umschlungene Hände", + "object": "Aktion", + "attribute": "Handbewegungen" + }, + { + "displayName": "tying hair", + "langName": "Haare binden", + "object": "Aktion", + "attribute": "Handbewegungen" + }, + { + "displayName": "own hands clasped", + "langName": "zusammengeschlagene Hände", + "object": "Aktion", + "attribute": "Handbewegungen" + }, + { + "displayName": "own hands together", + "langName": "Hände zusammen", + "object": "Aktion", + "attribute": "Handbewegungen" + }, + { + "displayName": "hands in hair", + "langName": "Haare mit den Händen kämmen", + "object": "Aktion", + "attribute": "Handbewegungen" + }, + { + "displayName": "arms_behind_head", + "langName": "Kopf mit den Händen halten", + "object": "Aktion", + "attribute": "Handbewegungen" + }, + { + "displayName": "double piece pose", + "langName": "Hände V-Zeichen", + "object": "Aktion", + "attribute": "Handbewegungen" + }, + { + "displayName": "arms_crossed", + "langName": "vor der Brust gekreuzte Hände", + "object": "Aktion", + "attribute": "Handbewegungen" + }, + { + "displayName": "hands_in_opposite_sleeves", + "langName": "Kreuzen Sie die Hände und stecken Sie sie in die Ärmel", + "object": "Aktion", + "attribute": "Handbewegungen" + }, + { + "displayName": "crossed_arms", + "langName": "verschränkte Arme", + "object": "Aktion", + "attribute": "Handbewegungen" + }, + { + "displayName": "outstretched_arms", + "langName": "Arme ausstrecken", + "object": "Aktion", + "attribute": "Handbewegungen" + }, + { + "displayName": "v_arms", + "langName": "Mit beiden Armen ein V bilden", + "object": "Aktion", + "attribute": "Handbewegungen" + }, + { + "displayName": "w_arms", + "langName": "Arme in W-Stellung", + "object": "Aktion", + "attribute": "Handbewegungen" + }, + { + "displayName": "arms_at_sides", + "langName": "mühelos", + "object": "Aktion", + "attribute": "Handbewegungen" + }, + { + "displayName": "hands_clasped", + "langName": "Gekreuzte Finger beider Hände | Geballte Hände", + "object": "Aktion", + "attribute": "Handbewegungen" + }, + { + "displayName": "holding", + "langName": "etwas in der Hand haltend", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_animal", + "langName": "Tiere halten", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_arrow", + "langName": "Den Bogen spannen", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_axe", + "langName": "mit einer Axt in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_bag", + "langName": "Tragetasche", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_ball", + "langName": "Halten des Balles", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_basket", + "langName": "Einen Korb tragen", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_book", + "langName": "Buch in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_bottle", + "langName": "mit der Flasche in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_bouquet", + "langName": "Hand hält Blumenstrauß", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_bow_(weapon)", + "langName": "Halten eines Bogens (Waffe)", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_bowl", + "langName": "Eine Schale in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_box", + "langName": "Eine Kiste transportieren", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_breath", + "langName": "Halten Sie den Atem an", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_broom", + "langName": "Einen Besen in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_camera", + "langName": "handgeführte Kamera", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_can", + "langName": "mit einer Dose in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_candy", + "langName": "Hand hält Bonbons", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_card", + "langName": "Haltekarte", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_cat", + "langName": "Katze in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_chopsticks", + "langName": "mit Stäbchen in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_cigarette", + "langName": "Zigarette in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_clothes", + "langName": "mit Kleidung", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_condom", + "langName": "mit einem Kondom in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_cup", + "langName": "mit Becher", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_dagger", + "langName": "Dolch in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_doll", + "langName": "Puppe in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_eyewear", + "langName": "Brille halten | Brille abnehmen", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_fan", + "langName": "mit einem Fächer in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_flag", + "langName": "mit Flagge", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_flower", + "langName": "mit Blumen in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_food", + "langName": "mit Lebensmitteln", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_fork", + "langName": "eine Gabel haltend", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_fruit", + "langName": "mit Obst in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_gift", + "langName": "in der Hand ein Geschenk", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_gun", + "langName": "mit einer Waffe in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_hands", + "langName": "Händchen halten", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_hat", + "langName": "mit Hut", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_head", + "langName": "Kopf in den Händen haltend", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_helmet", + "langName": "mit Helm", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_innertube", + "langName": "Halten Sie den Schwimmring", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_instrument", + "langName": "Halten eines Musikinstruments", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_knife", + "langName": "mit einem Messer in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_leaf", + "langName": "Blätter halten", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_lollipop", + "langName": "Lutscher in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_mask", + "langName": "mit Maske", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_microphone", + "langName": "ein Mikrofon haltend", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_needle", + "langName": "Halten der Nähnadel", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_own_foot", + "langName": "sich auf den Beinen halten", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_paintbrush", + "langName": "Hand hält Pinsel", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_paper", + "langName": "Haftpapier", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_pen", + "langName": "Halten Sie den Stift", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_pencil", + "langName": "Hand hält Bleistift", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_phone", + "langName": "Mobiltelefon in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_pillow", + "langName": "Schmusekissen", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_pipe", + "langName": "ein Rohr haltend", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_pizza", + "langName": "mit Pizza", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_plate", + "langName": "einen Teller haltend", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_poke_ball", + "langName": "mit einem Pokeball in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_pokemon", + "langName": "Ein Pokémon halten", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_polearm", + "langName": "Handgehaltene Stangenwaffe", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_sack", + "langName": "Beförderung des Gepäcks", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_scythe", + "langName": "Eine Sichel in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_sheath", + "langName": "Halten der Scheide", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_shield", + "langName": "Halteschild", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_shoes", + "langName": "Schuhe tragen", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_sign", + "langName": "Hand Halteschild", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_spear", + "langName": "Einen Speer halten", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_spoon", + "langName": "einen Löffel haltend", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_staff", + "langName": "Halten eines Stabes", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_strap", + "langName": "Handhalteschlinge", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_stuffed_animal", + "langName": "Ein Plüschtier in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_stylus", + "langName": "Griffel halten", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_sword", + "langName": "mit Schwert in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_syringe", + "langName": "Handspritze", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_towel", + "langName": "mit Handtuch in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_tray", + "langName": "einen Teller haltend", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_umbrella", + "langName": "Einen Regenschirm halten", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_wand", + "langName": "Halten des Sticks", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "holding_whip", + "langName": "Die Peitsche in der Hand", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "arm_around_neck", + "langName": "Eine Hand um den Hals", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "arms_around_neck", + "langName": "Legen Sie Ihre Hände um Ihren Hals", + "object": "Aktion", + "attribute": "Hand (die etwas hält)" + }, + { + "displayName": "covering", + "langName": "der Akt des Abdeckens", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "covering_face", + "langName": "Deckseite", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "covering_ass", + "langName": "Bedeckung des Gesäßes", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "covering_crotch", + "langName": "Bedecken des Schrittes", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "covering_eyes", + "langName": "Augen zuhalten", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "covering_mouth", + "langName": "Mund abdecken", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "covering_nipples", + "langName": "Abdecknippel", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "breast lift", + "langName": "Brüste mit den Händen halten", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "breast_suppress", + "langName": "Druck der Hand auf die Brüste", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hands_on_another's", + "langName": "Legen Sie Ihre Hände auf das Gesicht einer anderen Person", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hands_on_another's_cheeks", + "langName": "Legt eure Hände auf die Wangen des jeweils anderen", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hands_on_ass", + "langName": "Hände auf den Hintern legen", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hands_on_feet", + "langName": "Legen Sie die Hände auf die Füße", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hands_on_headwear", + "langName": "Berühren der Ornamente auf dem Kopf mit beiden Händen", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hands_on_hilt", + "langName": "Legen Sie Ihre Hände auf den Griff des Messers", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hands_on_lap", + "langName": "Nimm die Hände zwischen die Beine", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hands_on_own_face", + "langName": "Legen Sie Ihre Hände auf Ihr Gesicht", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hands_on_own_cheeks", + "langName": "Die Hände auf die Wangen legen", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hands_on_own_chest", + "langName": "Legen Sie die Hände auf die Brust", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hands_on_own_head", + "langName": "Legen Sie die Hände auf den Kopf", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hands_on_own_knees", + "langName": "Legen Sie die Hände auf die Knie", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hands_on_own_stomach", + "langName": "Lege deine Hände auf deinen Bauch", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hands_on_own_thighs", + "langName": "Legen Sie Ihre Hände auf Ihre Oberschenkel", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hand between legs", + "langName": "Hände zwischen den Beinen", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "leg hold", + "langName": "Halten der Beine mit den Händen", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hands_on_another's_shoulders", + "langName": "Legen Sie Ihre Hände auf die Schultern von jemand anderem", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hands_on_hips", + "langName": "Hände auf den Hüften | Hände auf den Hüften", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hand_on_another's", + "langName": "Die Hände berühren das Gesicht der anderen Person", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hand_on_another's_cheek", + "langName": "Die Hand berührt die Wange des anderen", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hand_on_another's_chest", + "langName": "Legen Sie Ihre Hände auf die Brust der anderen Person", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hand_on_another's_chin", + "langName": "Halten Sie das Kinn der anderen Person mit Ihrer Hand", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hand_on_another's_head", + "langName": "Legen Sie Ihre Hände auf den Kopf der anderen Person", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hand_on_another's_shoulder", + "langName": "Legen Sie Ihre Hände auf die Schultern der anderen Person", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hand_on_another's_stomach", + "langName": "Legen Sie Ihre Hände auf den Bauch der anderen Person", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hand_on_ass", + "langName": "Hände auf dem Hintern", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hand_on_head", + "langName": "Hände auf den Kopf", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hand_on_headwear", + "langName": "Hand berührt Hut", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hand_on_hilt", + "langName": "Die Hand ruht auf dem Griff des Messers", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hand_on_hip", + "langName": "Hände auf den Hüften | Hände auf den Hüften", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hand_on_own", + "langName": "Legen Sie Ihre Hände auf Ihr Gesicht", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hand_on_own_cheek", + "langName": "Die Hände auf die Wangen legen", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hand_on_own_chest", + "langName": "Legen Sie die Hände auf die Brust", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hand_on_own_chin", + "langName": "Hand berührt sein Kinn", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hand_on_own_stomach", + "langName": "Lege deine Hände auf deinen Bauch", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hand_on_shoulder", + "langName": "Hände auf Schultern", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hand_in_another's_hair", + "langName": "Legen Sie Ihre Hände auf das Haar der anderen Person", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hand_in_hair", + "langName": "Hände im Haar vergraben", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "hand_in_pocket", + "langName": "Hände in den Taschen", + "object": "Aktion", + "attribute": "Hand (irgendwo ablegen)" + }, + { + "displayName": "ass_grab", + "langName": "Arschgrapscher", + "object": "Aktion", + "attribute": "Hand (etwas ergreifend)" + }, + { + "displayName": "flat_chest_grab", + "langName": "Kleine Brüste fassen", + "object": "Aktion", + "attribute": "Hand (etwas ergreifend)" + }, + { + "displayName": "grabbing", + "langName": "fangen | begreifen", + "object": "Aktion", + "attribute": "Hand (etwas ergreifend)" + }, + { + "displayName": "grabbing_another's_ass", + "langName": "Sich gegenseitig an den Hintern fassen", + "object": "Aktion", + "attribute": "Hand (etwas ergreifend)" + }, + { + "displayName": "grabbing_another's_hair", + "langName": "Sich gegenseitig an den Haaren packen", + "object": "Aktion", + "attribute": "Hand (etwas ergreifend)" + }, + { + "displayName": "grabbing_from_behind", + "langName": "Brüste von hinten reiben | Brüste von hinten anfassen", + "object": "Aktion", + "attribute": "Hand (etwas ergreifend)" + }, + { + "displayName": "grabbing_own_ass", + "langName": "Arschgrapschen", + "object": "Aktion", + "attribute": "Hand (etwas ergreifend)" + }, + { + "displayName": "guided_penetration", + "langName": "Nehmen Sie den männlichen Penis und führen Sie ihn in sich selbst ein.", + "object": "Aktion", + "attribute": "Hand (etwas ergreifend)" + }, + { + "displayName": "hair_grab", + "langName": "Greifen der Haare", + "object": "Aktion", + "attribute": "Hand (etwas ergreifend)" + }, + { + "displayName": "leg_grab", + "langName": "Festhalten an den Beinen", + "object": "Aktion", + "attribute": "Hand (etwas ergreifend)" + }, + { + "displayName": "necktie_grab", + "langName": "Die Krawatte festhalten", + "object": "Aktion", + "attribute": "Hand (etwas ergreifend)" + }, + { + "displayName": "neckwear_grab", + "langName": "Die Kleidung um den Hals packen", + "object": "Aktion", + "attribute": "Hand (etwas ergreifend)" + }, + { + "displayName": "penis_grab", + "langName": "Greifen Penis", + "object": "Aktion", + "attribute": "Hand (etwas ergreifend)" + }, + { + "displayName": "pillow_grab", + "langName": "Ein Kissen schnappen", + "object": "Aktion", + "attribute": "Hand (etwas ergreifend)" + }, + { + "displayName": "sheet_grab", + "langName": "sich an die Laken klammernd", + "object": "Aktion", + "attribute": "Hand (etwas ergreifend)" + }, + { + "displayName": "tail_grab", + "langName": "den Schwanz packen", + "object": "Aktion", + "attribute": "Hand (etwas ergreifend)" + }, + { + "displayName": "thigh_grab", + "langName": "Ergreifen des Oberschenkels", + "object": "Aktion", + "attribute": "Hand (etwas ergreifend)" + }, + { + "displayName": "torso_grab", + "langName": "Torso umklammert", + "object": "Aktion", + "attribute": "Hand (etwas ergreifend)" + }, + { + "displayName": "wrist_grab", + "langName": "Ergreifen des Handgelenks", + "object": "Aktion", + "attribute": "Hand (etwas ergreifend)" + }, + { + "displayName": "kicking", + "langName": "Kick", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "high_kick", + "langName": "hoher Tritt", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "standing_on_one_leg", + "langName": "auf einem Bein stehen", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "standing_split", + "langName": "Spagat im Stehen | Beinheben im Stehen", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "legs_up", + "langName": "ein Bein heben", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "holding legs", + "langName": "Beine umarmen", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "hands under legs", + "langName": "Die Hände unter die Beine legen", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "leg hug", + "langName": "Beine umarmen", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "spread legs", + "langName": "gespreizte Beine", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "legs_together", + "langName": "Beine zusammen", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "crossed_legs", + "langName": "Erlang-Beine", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "m_legs", + "langName": "M-förmiger Beinschwung", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "standing split, leg up", + "langName": "Stehendes Pferd", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "curtsy", + "langName": "Knicks (Dienstmädchengruß)", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "open_stance", + "langName": "Eine Pause einlegen", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "convenient_leg", + "langName": "Beine, die wichtige Teile blockieren", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "leg_lock", + "langName": "Klemme mit Beinen", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "legs", + "langName": "Beine", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "legs_over_head", + "langName": "Heben Sie Ihre Beine über Ihren Kopf", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "squatting,_open_legs", + "langName": "In die Hocke gehen und die Beine spreizen", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "knees_together_feet_apart", + "langName": "Knie zusammen, Füße auseinander", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "animal_on_lap", + "langName": "Tier auf Knie", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "hand_on_own_knee", + "langName": "Legen Sie die Hände auf die Knie", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "knee_up", + "langName": "Die Knie hochdrücken", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "knees", + "langName": "Knie", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "knees_to_chest", + "langName": "Knie zur Brust", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "on_lap", + "langName": "auf den Knien", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "squatting", + "langName": "In die Hocke gehen", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "one_knee", + "langName": "ein Knie", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "kneeling", + "langName": "knien", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "all_fours", + "langName": "auf allen vieren", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "gravure_pose", + "langName": "Tiefdruckstellung", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "soaking_feet", + "langName": "Weichen Sie Ihre Füße ein", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "cropped_legs", + "langName": "Nur ein Teil der Beine wurde gezeichnet", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "k/da_(league_of_legends)", + "langName": "KDA-Team (Liga der Legenden)", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "leg_belt", + "langName": "Beinschlaufen", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "leg_hair", + "langName": "Beinbehaarung", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "leg_up", + "langName": "Heben Sie die Beine", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "legs_apart", + "langName": "Beine auseinander", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "lowleg", + "langName": "M-förmiger Beinschwung", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "mechanical_legs", + "langName": "Mechanische Fußprothese", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "multiple_legs", + "langName": "Multi-Role", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "no_legs", + "langName": "Keine Beine gezeichnet", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "no_legwear", + "langName": "Nackt unterhalb des Schritts", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "tail_between_legs", + "langName": "Der Schwanz ist zwischen den Beinen eingerollt", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "footprints", + "langName": "Fußabdruck", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "foot_out_of_frame", + "langName": "Ein Bein ist nicht auf dem Bild", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "feet_out_of_frame", + "langName": "Die Füße sind nicht auf dem Bild", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "feet_up", + "langName": "Kreuzen Sie Ihre Füße", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "cameltoe", + "langName": "Kamelzehe", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "pigeon-toed", + "langName": "Niedliches Innenbein", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "tiptoes", + "langName": "auf Zehenspitzen stehen", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "ankle_strap", + "langName": "Seidenring am Knöchel", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "ankle_wrap", + "langName": "Fußfesseln", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "crossed_ankles", + "langName": "überkreuzte Knöchel", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "folded", + "langName": "Heben Sie die Beine an, um Ihre Vagina freizulegen.", + "object": "Aktion", + "attribute": "Beine" + }, + { + "displayName": "sitting", + "langName": "sitzen", + "object": "Aktion", + "attribute": "Sitzen" + }, + { + "displayName": "seiza", + "langName": "aufrecht sitzen", + "object": "Aktion", + "attribute": "Sitzen" + }, + { + "displayName": "wariza", + "langName": "Entensitzen", + "object": "Aktion", + "attribute": "Sitzen" + }, + { + "displayName": "straddling", + "langName": "rittlings sitzen", + "object": "Aktion", + "attribute": "Sitzen" + }, + { + "displayName": "yokozuwari", + "langName": "seitwärts sitzen", + "object": "Aktion", + "attribute": "Sitzen" + }, + { + "displayName": "sitting_backwards", + "langName": "sich zurücklehnen", + "object": "Aktion", + "attribute": "Sitzen" + }, + { + "displayName": "sitting_in_tree", + "langName": "auf einem Baum sitzend", + "object": "Aktion", + "attribute": "Sitzen" + }, + { + "displayName": "sitting_on_xx", + "langName": "auf einem Gegenstand sitzen", + "object": "Aktion", + "attribute": "Sitzen" + }, + { + "displayName": "butterfly_sitting", + "langName": "Schmetterling sitzend", + "object": "Aktion", + "attribute": "Sitzen" + }, + { + "displayName": "lotus_position", + "langName": "auf dem Tisch sitzen", + "object": "Aktion", + "attribute": "Sitzen" + }, + { + "displayName": "sitting_on_railing", + "langName": "auf dem Geländer sitzen", + "object": "Aktion", + "attribute": "Sitzen" + }, + { + "displayName": "sitting_on_rock", + "langName": "auf einem Stein sitzend", + "object": "Aktion", + "attribute": "Sitzen" + }, + { + "displayName": "sitting_on_stairs", + "langName": "auf der Treppe sitzend", + "object": "Aktion", + "attribute": "Sitzen" + }, + { + "displayName": "sitting_on_table", + "langName": "auf dem Tisch sitzen", + "object": "Aktion", + "attribute": "Sitzen" + }, + { + "displayName": "sitting_on_water", + "langName": "auf dem Wasser sitzen", + "object": "Aktion", + "attribute": "Sitzen" + }, + { + "displayName": "sitting_on_chair", + "langName": "auf dem Stuhl sitzen", + "object": "Aktion", + "attribute": "Sitzen" + }, + { + "displayName": "sidesaddle", + "langName": "Seitlich auf dem Sattel sitzend", + "object": "Aktion", + "attribute": "Sitzen" + }, + { + "displayName": "sitting_on_bed", + "langName": "auf dem Bett sitzend", + "object": "Aktion", + "attribute": "Sitzen" + }, + { + "displayName": "sitting_on_desk", + "langName": "auf dem Schreibtisch sitzend", + "object": "Aktion", + "attribute": "Sitzen" + }, + { + "displayName": "sitting_on_lap", + "langName": "auf dem Schoß sitzen", + "object": "Aktion", + "attribute": "Sitzen" + }, + { + "displayName": "sitting_on_person", + "langName": "auf Menschen sitzen", + "object": "Aktion", + "attribute": "Sitzen" + }, + { + "displayName": "upright_straddle", + "langName": "Gegenüberliegende Körperhaltung", + "object": "Aktion", + "attribute": "Sitzen" + }, + { + "displayName": "asymmetrical_docking", + "langName": "Brüste berühren | Brüste berühren Brüste", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "back-to-back", + "langName": "Rücken an Rücken", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "cunnilingus", + "langName": "Cunnilingus", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "facing_another", + "langName": "vor einem anderen", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "feeding", + "langName": "Fütterung", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "finger_in_another's_mouth", + "langName": "Mündlicher Fingersatz", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "fingering", + "langName": "Fingersatz", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "giving", + "langName": "Lieferung | Geschenk", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "grinding", + "langName": "Einfarbige Strümpfe | Butt Thrust", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "hug", + "langName": "Umfassen Sie", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "imminent_kiss", + "langName": "kurz vor dem Kuss", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "incoming_food", + "langName": "Essen reichen", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "incoming_gift", + "langName": "ein Geschenk überreichen", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "Kabedon", + "langName": "Mauerknall", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "lap_pillow", + "langName": "Kniekissen", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "licking_penis", + "langName": "Penis lecken", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "princess_carry", + "langName": "Prinzessin Umarmung", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "shared_bathing", + "langName": "Gemeinsames Baden | Yuanyang-Baden", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "shared_food", + "langName": "Teilen von Lebensmitteln | Weitergabe von Lebensmitteln durch den Mund", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "sitting_on_head", + "langName": "auf dem Kopf sitzen", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "sitting_on_shoulder", + "langName": "auf den Schultern sitzen", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "slapping", + "langName": "Ohrfeige", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "spanking", + "langName": "den Hintern versohlen", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "special_feeling_(meme)", + "langName": "Verliebte halten einen Regenschirm im Schnee", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "symmetrical_docking", + "langName": "Brüste quetschen", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "ear_biting", + "langName": "Flüstern", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "mixed_bathing", + "langName": "Mischbad", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "selfie", + "langName": "Selfie", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "trembling", + "langName": "zittern", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "partially submerged", + "langName": "in Wasser getaucht", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "rolleyes", + "langName": "Mit den Augen rollen", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "headpat", + "langName": "Tastkopf", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "cheek-to-cheek", + "langName": "Wange an Wange", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "Stretching", + "langName": "dehnen", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "against wall", + "langName": "gegen die Wand", + "object": "Aktion", + "attribute": "Andere Aktionen" + }, + { + "displayName": "((water drops)),wet clothes,((beautiful detailed water)),((floating)),dynamic angle", + "langName": "Wasserzauber", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "beautiful detailed glow,(detailed ice),beautiful detailed water", + "langName": "Eiszauber", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.2),(ice crystal texture wings),(Iridescence and rainbow hair:2.5)", + "langName": "Änderung des Eissystems", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.3),(((ice crystal texture wings)))", + "langName": "Frappuccino", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "((detailed beautiful snow forest with trees)),((snowflakes)),floating", + "langName": "Waldeis", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "(((crystals texture Hair))),((beautiful detailed glass hair)),((glass shaped texture hand)),((crystallize texture body)),gem body,hands as clear as jewels,crystallization of clothes,((crystals texture skin)),sparkle,lens flare,light leaks,broken glass,detailed glass shaped clothes,beautiful detailed gemstone sky,gemstone sea,crystals texture flowers,((detailed crystallized clothing))", + "langName": "Kristallisation", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "beautiful detailed glow,((flames of war)),(((nuclear explosion behide)))", + "langName": "Kernexplosion", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "((breeze)),flying splashes,flying petals,wind", + "langName": "Windmagie", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "((surrounded by heavy floating sand flow and floating sharp stones)),((((ink)))),((illustration)),((watercolor))", + "langName": "Treibsandverfahren", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "(detailed light),((lightning in hand)),lightning surrounds,(((lightning chain)))", + "langName": "Blitzmethode", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "(sunlight),(angel),dynamic angle,floating,wing,halo,floating white silk,(Holy Light),silver stars", + "langName": "Methode des Heiligen Lichts", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "beautiful detailed pampas grass field,open hakama,surrounded by floating sakura,yellow full moon,beautiful detailed dark midnight sky,messy white long hair", + "langName": "Ashina-Methode", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "beautiful and delicate water,the finest grass,very delicate light,nature,painting,water spray,breeze,flowers and grass meadow,near the water edge,(sunset,starry sky in a circle),randomly distributed clouds,river,splashing water,falling petals", + "langName": "Naturgesetz", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "(detailed light) ,feather,leaves,nature,(sunlight),river,(forest),(bloom)", + "langName": "Forstrecht", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "floating and rainbow long hair,Iridescence and rainbow,beautiful detailed starry sky", + "langName": "Schillernde Methode", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "chain ring,chain storm,dark chain,((wholeblack bloomer)),darkside,night,deep dark,darkness,((dark clouds)),((ruins)),shadow,death garden", + "langName": "Methode der versteckten Sperre", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "beautiful detailed glow,floating ashes,beautiful and detailed explosion,red moon,fire,fire cloud,wings on fire,a cloudy sky,smoke of gunpowder,burning,black dress,dove of peace,(floating cloud:1.2)", + "langName": "Huoshaoyun", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(magic circle:1.2),(floating palaces:1.3)", + "langName": "Burgrecht", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "(water bloom),(delicate glow),(breeze),long Flowers meadow,(((sunset)),(less stars form a circle),randomly distributed clouds,(rivers),(willows with branches falling into the water)", + "langName": "Dämmerungsmethode", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "((colorful bubble)),(floating),detailed light", + "langName": "Blasenmethode", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "((rose)),(vine),cage,bandage,red rope,(detail light),falling rose petals", + "langName": "Palisander-Methode", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "(starry tornado:1.4),starry Nebula,beautiful detailed sky", + "langName": "Sternenhimmel-Methode", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "((moon)),starry sky,(lighting particle),fog,snow,(bloom)", + "langName": "Mondmethode", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(cold full moon),snowflake,(floating cloud:1.2)", + "langName": "Schneemondverfahren", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "((burning forest)),spark,light leaks,burning sky,flame,flames burning around,(flying sparks)", + "langName": "Waldbrandmethode", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "((destroyed)),explosion,buildings in disarray,The residual eaves DuanBi,cumulus,mouldy,floating,wind,Dead end machine,(broken robot),(Mechanical robot girl),in the rubble of a devastated city", + "langName": "Brachflächengesetz", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,((sliver)) and (broken) body", + "langName": "Kriegspanzer-Methode", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "Extremely gorgeous metal style,Metal crown with ornate stripes,Various metals background,Sputtered molten iron,floating hair,Hair like melted metal,Clothes made of silver,Clothes with gold lace,flowing gold and silver,everything flowing and melt,flowing iron,flowing silver,lace flowing and melt", + "langName": "goldene Regel", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "mecha clothes,robot girl", + "langName": "Maschinenmädchen-Methode", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "ink,(((bone))),(((ribs))),rose,black hair,blue eyes,greyscale,no shadow,simple background,bright skin", + "langName": "Nekromantie", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "(((gorgeous crystal armor))),(((crystal wings))),((altocumulus)),(clear_sky),(snow mountain),((flowery flowers)),(flowery bubbles),cloud map plane,crystal,crystal poppies,Brilliant light,thick_coating,glass tint,(watercolor)", + "langName": "Kristall-Methode", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "((an extremely delicate and beautiful)),floating,(detailed wet clothes),(detailed light),feather,nature,(sunlight),river,floating palace,beautiful and delicate water,(bloom),(shine)", + "langName": "Wasserwald-Methode", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "(blue spark),(red and blue hair),blue eyes,burning sky,flame,Rainbow in the sky,((Flames burning ice)),(((fire butterflies))),(((ice crystal texture wings))),(Flying sparks),(detailed ice),((a lot of luminous ice crystals)),((burning feathers)),(feathers made of ice),(frozen feathers),(((ice and fire together)))", + "langName": "Eisfeuer-Methode", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "(anger),dragon horns,(silver armor),metal,complex pattern,cape,indifference", + "langName": "Drachen-Ritter", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "((full body)),(helpless),tear,crying,(((((falling from the sky))))),((Weathering With You)),((falling)),((face towards the sky)),(hair flows upwards),((disheveled hair)),(1 girl),floating,beautiful detailed sky", + "langName": "Fallmethode", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "((underwater)),(beautiful detailed water),((coral)),dynamic angle,floating,(detailed light),floating hair,(splash),((fishes)),leaves dress,feather,nature,(sunlight),(underwater forest),(bloom),(detailed glow),drenched,seaweed,fish,(((Tyndall effect)))", + "langName": "Unterwasserrecht", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "(extremely detailed CG unity 8k wallpaper),(((masterpiece))),(((best quality))),((ultra-detailed)),(best illustration),(best shadow),((an extremely delicate and beautiful)),dynamic angle,floating,fairyland,dynamic angle,sea of flowers,beautiful detailed garden,wind,classic,spring,(detailed light),feather,nature,(sunlight),river,forest,(((floating palace))),((the best building)),beautiful and delicate water,(painting),(sketch),(bloom),(shine)", + "langName": "geheime Methode", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "(((masterpiece))),((the best quality,super fine illustrations,beautiful and delicate water)),((very delicate light)),((nature,painting)),((fine lighting,more transparent stars,high-quality snowflakes,high-quality mountains,very fine 8KCG wallpapers)),(plateau),(((snow mountain))),sunrise,randomly distributed clouds,(snow field),cliff,((rotating star sky)),((lake in mountain stream)),luminous particles", + "langName": "Fotografie", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "1980s (style),simple background,retro artstyle", + "langName": "modernes Recht", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "(white hair),red long hair,red eyes,(full body),(((with sword))),angry face,(beautiful detailed eyes),Blood drop,Blood fog,floating hair,disheveled hair,Splashing blood,(Bloodstain)", + "langName": "Blutmagie", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "((dragon)),((dragon background))", + "langName": "Beschwörung des Drachens", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "hair fluttering in the wind,((mechanical arm armor)),((mechanical body armor)),riding motor,bodysuit,((ruins of city in war,fire,burning cars,burning buildings)),air force fleet in the sky", + "langName": "Zhan Ji Fa", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,dragon wings,((a dragon stands behind the girl)),beautiful detailed sliver dragon armor", + "langName": "Verfahren der Drachenmaschine", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "((Beautiful butterflies in detail)),((Beautiful stars in detail)),(((halter dress ))),particle,(Starry sky in beautiful detail),(Hazy fog),(Ruins of beautiful details),(((Standing on the surface of the sea)))", + "langName": "Sternschmetterling", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "blonde wavy hair,(shiny long hair),((Gothic Lolita)),blue white skirt,((short skirt)),black Headdress,bowknot,(((hair ornament))),(hair flower),Lace,cross-laced footwear,ribbon-trimmed sleeves,building architecture,((gothic architecture)),starry sky,outdoors,church,(castle)", + "langName": "Hochschulrecht", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "walking,waves,wind,(((glistening light of waves))),(detailed sunset glow),(floating flow),((coral)),(Luminous),coast,(floating colorful bubbles),beautiful detailed sky,(fluorescence),detailed shadow,(conch),beautiful detailed water,starfish,meteor,rainbow,(seabirds),(glinting stars),(glowworm),(splash),detailed cloud,shell,(fireworks)", + "langName": "Xingxiahai", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "beautiful detailed sky,night,stars,(red plum blossom),((winter)),(((snowflakes))),((red and white flowers)),(starry sky),(sitting),((colorful)),scenery,lantern,(starfall)", + "langName": "Winter-Schnee-Methode", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "((((melt)))),(((((black and white melt))))),(((wear Black and white Taoist robes))),((((gold and silver lace)))),(((gold and silver lace lace))),(((flowing ((black)) and white background))),extremely detailed gorgeous tiara", + "langName": "Der Schmelztiegel aller Dinge", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "Floating black ashes,Beautiful and detailed black,red moon,((The black clouds)),(black Wings) ,a black cloudy sky,burning,black dress,((Black fog)),Red eyes,(black smoke),((Black feathers floating in the air)),bat,(floating black cloud:1.5),", + "langName": "Rabengesetz", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "dynamic angle,finely detail,(bloom),(shine),glinting stars,((((best detailed fireworks)))),((((depth of field)))),(((hanabi))),(((backlight))),", + "langName": "Grundlagen des Feuerwerks", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,(lots of big colorful Bubble),(pearl),(Galaxy),depth of field", + "langName": "Farbe des Sterns", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,depth of field", + "langName": "Versinken im Meer der Sterne", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "dynamic angle,detailed wet clothes,blank stare,overexplosure,floating,black long straight,red eyes,aqua eyes,gradient eyes,((blood)),white dress,frills,((expressionless)),extremely beautiful detailed water,((lying on the lake)),(bloodred water:1.5),(red background:1.3)", + "langName": "Hunderte von Ertränkungsmethoden", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "((messy hair)),(grassland),(yellow eyes),incredibly absurdres,(gold hair),floating hair,Large number of environments,the medieval ,grace,prospect,water eyes,wind,breeze,god ray,lawn,Mountains and lakes in the distance,The sun shines through the trees,A vast expanse of grassland", + "langName": "Brilliant Sunshine Methode", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "Starry sky adorns hair,sparkling anime eyes,beautiful detailed stars,blighting stars,emerging dark purple across with white hair,multicolored hair,beautiful detailed sky,beautiful detailed water,cinematic lighting,dramatic angle,", + "langName": "Sternhaarmethode", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "There are many scattered luminous petals,Hidden in the light yellow flowers,Depth of field,Many flying drops of water,Many scattered leaves,branch ,angle ,contour deepening,cinematic angle", + "langName": "Senro-Methode", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "sunlight,extremely light,extremely clothes,Holy Light,dynamic angle,Light particle,very long hair,white hair,yellow eyes,glowing eyes,expressionless,((light smile)),((((white Tulle skirt)))),white silk,looking at viewer,angel wings,large wings,multiple wings,angel halo,(((starry sky))),dusk sky,Floating light spot,Lots of feathers", + "langName": "Sternenengel", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "blonde hair,yellow eyes,white skin,mature female,sunrise,golden sky,magnificent architecture,beautiful detailed sky,overexposure,delicate gold metal decorations", + "langName": "goldene Regel", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "mechanical prosthesis,mecha coverage,emerging dark purple across with white hair,fluorescent purple,cool movement,rose red eyes,beatiful detailed cyberpunk city,hd semirealistic anime cg concept art digital painting", + "langName": "Ex Machina", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "(incredibly absurdres),(highly detailed beautiful fishtail:1.6),(((human hands))),(the lower body is a fish:1.9)AND(no human thigh:1.2),seaweed,(full body),(white seashell),(curved and slender fish tail),(the lower body is bare:1.1),{beautiful tailfin},((underwater)),(illustration),detailed water,((fishes)),(floating),watercolor (medium),(small whirlpool),((The sensation of water flowing)),(detailed scales on a mermaid)", + "langName": "Meerjungfrau-Methode", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "Blood Mist,background Urban rooftop,despair,Blood Cherry Blossom,torn clothes,crying with eyes open,solo,Blood Rain,bandages,Gunpowder smoke,beautiful deatailed shadow,Splashing blood,dust,tyndall effect", + "langName": "Ende", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "Space opera,Space port,robot arm,elbow gloves,night,glisten,stare,cyberpunk,((((citylight)))),science fiction,bodysuit,Mechanical armor headdress,(bare shoulders)", + "langName": "Zerbrochene Träume", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "dynamic angle,rainbow hair,detailed cute anime face,((loli)),flower,cry,water,corrugated,flowers tire,broken glass,(broken screen),atlantis,transparent glass", + "langName": "Zerbrochene Träume", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "(white hair),(((red streaked hair))),red eyes,(((full body))),(red hair),(((((Hold a red sword))))),(angry face),((Blood drop)),((Blood fog)),light shafts,soft focus,((Splashing blood))),Long hair,((Bloodstain)),Fighting stance,{{{{{watercolor (medium)}}}},(((masterpiece))),((white clock)),((ultradetailed)),((Covered in blood)),flowing hair,Exquisite Flame,dynamic angle,floating,(shine),extremely delicate and beautiful girls,bright skin,lying red petals,Holy lighting", + "langName": "Blutreformgesetz", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "dramatic shadows,black and white,monochrome,{{comic}},cross necklace,Cassock", + "langName": "Fotografie", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "((ink)),(water color),bloom effect,detailed beautiful grassland with petal,flower,butterfly,necklace,smile,petal,(((surrounded by heavy floating petal flow)))", + "langName": "Floating-Flower-Methode", + "object": "Aktion", + "attribute": "Magie" + }, + { + "displayName": "stylish outfit", + "langName": "Sich modisch kleiden", + "object": "Kleidung", + "attribute": "Modisches Outfit" + }, + { + "displayName": "fashionable accessories", + "langName": "Mode-Accessoires", + "object": "Kleidung", + "attribute": "Modisches Outfit" + }, + { + "displayName": "fitted jeans", + "langName": "Röhrenjeans", + "object": "Kleidung", + "attribute": "Modisches Outfit" + }, + { + "displayName": "oversized jacket", + "langName": "Jacke in Übergröße", + "object": "Kleidung", + "attribute": "Modisches Outfit" + }, + { + "displayName": "baggy clothes", + "langName": "lose Kleidung", + "object": "Kleidung", + "attribute": "Modisches Outfit" + }, + { + "displayName": "traditional_clothes", + "langName": "Traditionelle Kleidung | Ethnische Kleidung", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "chinese_clothes", + "langName": "Tang-Anzug", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "china_dress", + "langName": "Cheongsam", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "hanfu", + "langName": "Hanfu", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "Taoist robe", + "langName": "Taoistisches Gewand", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "japanese_clothes", + "langName": "Kimono", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "enmaided", + "langName": "Frau trägt Kimono", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "hanten_clothes", + "langName": "Toumata (japanischer Stil)", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "kimono", + "langName": "Kimono", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "furisode", + "langName": "Furisode (Teil des Kimonos)", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "sleeveless_kimono", + "langName": "ärmelloser Kimono", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "short_kimono", + "langName": "kurzer Kimono", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "print_kimono", + "langName": "bedruckter Kimono", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "uchikake", + "langName": "Bai Wujia (Japanisches Hochzeitskleid)", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "obi", + "langName": "Kleidungsstücke (und Kleidung)", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "cheongsam", + "langName": "Cheongsam", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "print_cheongsam", + "langName": "Bedruckter Cheongsam", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "pelvic_curtain", + "langName": "Der vordere Saum des Cheongsam-Kleides", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "ainu_clothes", + "langName": "Ainu-Kleidung", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "korean_clothes", + "langName": "Koreanische Kleidung", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "hanbok", + "langName": "hanbok", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "Ao_Dai", + "langName": "Vietnamesische Kleidung (Ao Dai)", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "western", + "langName": "westlicher Stil", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "german_clothes", + "langName": "deutsche Kleidung", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "indian_style", + "langName": "indischer Stil", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "arabian_clothes", + "langName": "arabische Kleidung", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "egyptian_clothes", + "langName": "ägyptische Kleidung", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "byzantine_fashion", + "langName": "byzantinischer Stil", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "gothic", + "langName": "gotischer Stil", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "lolita", + "langName": "Lolita-Stil", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "gothic_lolita", + "langName": "gothic lolita stil", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "Tropical", + "langName": "Tropisch", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "costume", + "langName": "Anzug", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "adapted_costume", + "langName": "Verbesserung der Kleidung", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "animal_costume", + "langName": "Tierformen-Set", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "bunny_costume", + "langName": "Kaninchen-Stil-Set", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "cat_costume", + "langName": "Katzen-Styling-Set", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "dog_costume", + "langName": "Hundestyling-Set", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "bear_costume", + "langName": "Set im Bärenstil", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "santa_costume", + "langName": "Weihnachtsmann-Kostüm", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "halloween_costume", + "langName": "halloween kostüme", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "embellished_costume", + "langName": "kunstvoll verzierte Kleidung", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "alternate_costume", + "langName": "Alternative Kleidung, die sich vom ursprünglichen Aussehen des Charakters unterscheidet", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "costume_switch", + "langName": "Kleidung wechseln spielen", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "meme_attire", + "langName": "Outfits, die Internet-Memes nachahmen", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "kourindou_tengu_costume", + "langName": "Korindo Tengu Kostüm", + "object": "Kleidung", + "attribute": "Stil der Kleidung" + }, + { + "displayName": "hanfu, tang style outfits,", + "langName": "Tang Feng", + "object": "Kleidung", + "attribute": "Antike" + }, + { + "displayName": "hanfu, song style outfits,", + "langName": "Song Feng", + "object": "Kleidung", + "attribute": "Antike" + }, + { + "displayName": "hanfu, ming style outfits,", + "langName": "Mingfeng", + "object": "Kleidung", + "attribute": "Antike" + }, + { + "displayName": "orange upper shan", + "langName": "Orange Uesugi", + "object": "Kleidung", + "attribute": "Antike" + }, + { + "displayName": "pink long upper shan", + "langName": "rosa Zeder", + "object": "Kleidung", + "attribute": "Antike" + }, + { + "displayName": "white chest po skirt", + "langName": "vollbusiger Rock", + "object": "Kleidung", + "attribute": "Antike" + }, + { + "displayName": "red chest pleated skirt", + "langName": "Brustlanger Faltenrock", + "object": "Kleidung", + "attribute": "Antike" + }, + { + "displayName": "green waistband", + "langName": "grüne Spitze", + "object": "Kleidung", + "attribute": "Antike" + }, + { + "displayName": "white pibo", + "langName": "Weißes Halstuch", + "object": "Kleidung", + "attribute": "Antike" + }, + { + "displayName": "purple short shan", + "langName": "Purpurne Kurztanne", + "object": "Kleidung", + "attribute": "Antike" + }, + { + "displayName": "light green long shan", + "langName": "hellgrünes Zedernholz", + "object": "Kleidung", + "attribute": "Antike" + }, + { + "displayName": "translucent white pleated skirt", + "langName": "Halbdurchsichtiger weißer Faltenrock", + "object": "Kleidung", + "attribute": "Antike" + }, + { + "displayName": "green floral songmo", + "langName": "Grüner Blumenstrauß Song Mo", + "object": "Kleidung", + "attribute": "Antike" + }, + { + "displayName": "short coat", + "langName": "Kurzmantel", + "object": "Kleidung", + "attribute": "Antike" + }, + { + "displayName": "mamian skirt", + "langName": "Pferdegesicht-Rock", + "object": "Kleidung", + "attribute": "Antike" + }, + { + "displayName": "round collar", + "langName": "Rundhalsausschnitt", + "object": "Kleidung", + "attribute": "Antike" + }, + { + "displayName": "standing collar", + "langName": "Stehkragen", + "object": "Kleidung", + "attribute": "Antike" + }, + { + "displayName": "square collar", + "langName": "quadratischer Kragen", + "object": "Kleidung", + "attribute": "Antike" + }, + { + "displayName": "overlapping collar", + "langName": "Wolkenschulter", + "object": "Kleidung", + "attribute": "Antike" + }, + { + "displayName": "embroidery", + "langName": "Stickerei", + "object": "Kleidung", + "attribute": "Antike" + }, + { + "displayName": "woven gold", + "langName": "Zhijin", + "object": "Kleidung", + "attribute": "Antike" + }, + { + "displayName": "makeup flower", + "langName": "Blumen schminken", + "object": "Kleidung", + "attribute": "Antike" + }, + { + "displayName": "bufu", + "langName": "Zusätzliche Dosis einnehmen", + "object": "Kleidung", + "attribute": "Antike" + }, + { + "displayName": "suit", + "langName": "Anzug", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "business_suit", + "langName": "Business-Kostüm", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "tuxedo", + "langName": "Tuxedo", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "formal_dress", + "langName": "Gesellschaftskleid", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "evening_gown", + "langName": "Langer Kittel (Frauenkittel, der bis zu den Knöcheln reicht)", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "evening dress", + "langName": "Abendkleid", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "wedding_dress", + "langName": "Hochzeitskleid", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "gown", + "langName": "lange Kleider für Frauen", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "cocktail_dress", + "langName": "Cocktailkleid", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "school_uniform", + "langName": "Schuluniform", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "serafuku", + "langName": "Matrosenuniform (Schuluniform)", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "summer_uniform", + "langName": "Sommeruniform", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "kindergarten_uniform", + "langName": "Kindergarten-Uniform", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "sailor", + "langName": "Matrosenuniform", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "police_uniform", + "langName": "Polizeiuniform", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "military_uniform", + "langName": "Armeeuniform", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "naval_uniform", + "langName": "Marineuniform", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "camouflage uniform", + "langName": "Tarnuniform", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "nazi_uniform", + "langName": "Nazi-Uniform", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "ss_uniform", + "langName": "SS-Uniform", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "stile_uniform", + "langName": "Dienstmädchenuniform", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "band_uniform", + "langName": "Banduniform", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "chef_uniform", + "langName": "Kochlatzhose", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "labcoat", + "langName": "weißes Fell", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "space_suit", + "langName": "Raumanzug", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "leotard", + "langName": "Trikot", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "canonicals", + "langName": "Priestergewänder", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "domineering", + "langName": "Nonnenuniform", + "object": "Kleidung", + "attribute": "Formelle Kleidung" + }, + { + "displayName": "casual", + "langName": "Freizeit", + "object": "Kleidung", + "attribute": "Freizeitkleidung" + }, + { + "displayName": "loungewear", + "langName": "Freizeitkleidung", + "object": "Kleidung", + "attribute": "Freizeitkleidung" + }, + { + "displayName": "hoodie", + "langName": "Kapuzenpulli", + "object": "Kleidung", + "attribute": "Freizeitkleidung" + }, + { + "displayName": "homewear", + "langName": "Loungewear", + "object": "Kleidung", + "attribute": "Freizeitkleidung" + }, + { + "displayName": "pajamas", + "langName": "Pyjama", + "object": "Kleidung", + "attribute": "Freizeitkleidung" + }, + { + "displayName": "nightgown", + "langName": "Pyjama", + "object": "Kleidung", + "attribute": "Freizeitkleidung" + }, + { + "displayName": "sleepwear", + "langName": "Pyjama", + "object": "Kleidung", + "attribute": "Freizeitkleidung" + }, + { + "displayName": "babydoll", + "langName": "Sexy Pyjamas", + "object": "Kleidung", + "attribute": "Freizeitkleidung" + }, + { + "displayName": "print_pajamas", + "langName": "bedruckte Pyjamas", + "object": "Kleidung", + "attribute": "Freizeitkleidung" + }, + { + "displayName": "polka_dot_pajamas", + "langName": "Schlafanzug mit Tupfen", + "object": "Kleidung", + "attribute": "Freizeitkleidung" + }, + { + "displayName": "yukata", + "langName": "Bademantel", + "object": "Kleidung", + "attribute": "Freizeitkleidung" + }, + { + "displayName": "robe", + "langName": "Gewand", + "object": "Kleidung", + "attribute": "Freizeitkleidung" + }, + { + "displayName": "robe_of_blending", + "langName": "gemischtes Gewand", + "object": "Kleidung", + "attribute": "Freizeitkleidung" + }, + { + "displayName": "cloak", + "langName": "Umhang", + "object": "Kleidung", + "attribute": "Freizeitkleidung" + }, + { + "displayName": "hooded_cloak", + "langName": "Kapuzenmantel", + "object": "Kleidung", + "attribute": "Freizeitkleidung" + }, + { + "displayName": "harem_outfit", + "langName": "Tänzerin Uniform", + "object": "Kleidung", + "attribute": "Freizeitkleidung" + }, + { + "displayName": "sportswear", + "langName": "Sportbekleidung", + "object": "Kleidung", + "attribute": "Sportbekleidung" + }, + { + "displayName": "gym_uniform", + "langName": "Sportbekleidung", + "object": "Kleidung", + "attribute": "Sportbekleidung" + }, + { + "displayName": "athletic_leotard", + "langName": "Gymnastikanzug", + "object": "Kleidung", + "attribute": "Sportbekleidung" + }, + { + "displayName": "tennis_uniform", + "langName": "Tennisshirt", + "object": "Kleidung", + "attribute": "Sportbekleidung" + }, + { + "displayName": "baseball_uniform", + "langName": "Baseball-Uniform", + "object": "Kleidung", + "attribute": "Sportbekleidung" + }, + { + "displayName": "letterman_jacket", + "langName": "Baseballjacke", + "object": "Kleidung", + "attribute": "Sportbekleidung" + }, + { + "displayName": "volleyball_uniform", + "langName": "Volleyball-Uniform", + "object": "Kleidung", + "attribute": "Sportbekleidung" + }, + { + "displayName": "biker_clothes", + "langName": "Fahrradtrikot", + "object": "Kleidung", + "attribute": "Sportbekleidung" + }, + { + "displayName": "bikesuit", + "langName": "Radsportanzug", + "object": "Kleidung", + "attribute": "Sportbekleidung" + }, + { + "displayName": "wrestling_outfit", + "langName": "Ringkampfanzug", + "object": "Kleidung", + "attribute": "Sportbekleidung" + }, + { + "displayName": "dougi", + "langName": "Kampfsport-Uniform", + "object": "Kleidung", + "attribute": "Sportbekleidung" + }, + { + "displayName": "swimsuit", + "langName": "Badeanzug", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "swimwear", + "langName": "Badeanzug", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "wet_swimsuit", + "langName": "nasse Badehose", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "school_swimsuit", + "langName": "Schulbadekleidung (Suiku water)", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "new_school_swimsuit", + "langName": "Neues totes Wasser im Stausee", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "old_school_swimsuit", + "langName": "Altes Totwasserreservoir", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "competition_school_swimsuit", + "langName": "Totes Wasser im Schwimmbad", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "competition_swimsuit", + "langName": "Badeanzug für den Wettbewerb", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "casual_one-piece_swimsuit", + "langName": "lässiger einteiliger Badeanzug", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "front_zipper_swimsuit", + "langName": "Badeanzug mit Reißverschluss auf der Vorderseite", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "highleg_swimsuit", + "langName": "Badeanzug mit hohem Schlitz", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "one-piece_swimsuit", + "langName": "Einteiliger Badeanzug", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "swimsuit_of_perpetual_summer", + "langName": "Chang Xia's Badeanzug (fgo Schulmädchenanzug)", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "bikini", + "langName": "Bikini", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "highleg_bikini", + "langName": "Bikini mit hoher Taille", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "lowleg_bikini", + "langName": "Bikini mit niedriger Taille", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "slingshot_swimsuit", + "langName": "V-Form-Badeanzug", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "sailor_bikini", + "langName": "Bikini im Matrosenstil", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "shell_bikini", + "langName": "Muschelbikini", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "sports_bikini", + "langName": "Sportbikini", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "string_bikini", + "langName": "String-Bikini", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "strapless_bikini", + "langName": "trägerloser Bikini", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "side-tie_bikini", + "langName": "String-Bikini", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "front-tie_bikini_top", + "langName": "Bikinioberteil mit Krawatte", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "multi-strapped_bikini", + "langName": "Bikini mit mehreren Trägern", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "thong_bikini", + "langName": "Tanga-Bikini", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "front-tie_bikini", + "langName": "Bikini von vorne geknotet", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "frilled_bikini", + "langName": "Spitzenbikini", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "o-ring_bikini", + "langName": "Bikini mit O-Ring", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "eyepatch_bikini", + "langName": "Bikini mit Augenbinde", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "layered_bikini", + "langName": "Lagenbikini", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "bow_bikini", + "langName": "Bikini mit Schleife", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "mismatched_bikini", + "langName": "zweifarbiger Bikini", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "multicolored_bikini", + "langName": "Mehrfarbiger Bikini", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "frilled_swimsuit", + "langName": "Spitzen-Badeanzug", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "polka_dot_swimsuit", + "langName": "Badehose mit rundem Punkt", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "striped_swimsuit", + "langName": "gestreifter Badeanzug", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "striped_bikini", + "langName": "gestreifter Bikini", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "plaid_bikini", + "langName": "karierter Bikini", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "polka_dot_bikini", + "langName": "runder Fleck Bikini", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "print_bikini", + "langName": "bedruckter Bikini", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "american_flag_bikini", + "langName": "Bikini mit amerikanischer Flagge", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "german_flag_bikini", + "langName": "Bikini mit deutscher Flagge", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "impossible_swimsuit", + "langName": "Bodypainting-Badeanzug", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "bikini_top", + "langName": "Bikinioberteil", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "bikini_top_only", + "langName": "nur Bikinioberteil", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "bikini_top_removed", + "langName": "zog ihr Bikinioberteil aus", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "bikini_bottom_only", + "langName": "nur Bikiniunterteile", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "bikini_bottom", + "langName": "Bikiniunterteil", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "untied_bikini", + "langName": "aufgeknöpfter Bikini", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "bikini_aside", + "langName": "Bikini von drei Punkten abgeschält", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "swimsuit_aside", + "langName": "Schieben Sie den Schritt des Badeanzugs zur Seite", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "swimsuit_under_clothes", + "langName": "Tragen eines Badeanzugs unter der Kleidung", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "torn_swimsuit", + "langName": "beschädigter Badeanzug", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "bikini_skirt", + "langName": "Bikinirock", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "swim_briefs", + "langName": "Badehose", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "swim_cap", + "langName": "Badekappe", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "swim_trunks", + "langName": "Badehose", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "male_swimwear", + "langName": "Badehosen für Männer", + "object": "Kleidung", + "attribute": "Badeanzug" + }, + { + "displayName": "sailor_senshi_uniform", + "langName": "Sailor Moon Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "adapted_uniform", + "langName": "Verbesserte Uniformen", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "anzio_military_uniform", + "langName": "Militäruniform von Anzio", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "anzio_school_uniform", + "langName": "Anzio Schuluniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "aria_company_uniform", + "langName": "Aria Firmenuniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "ashford_academy_uniform", + "langName": "Ashford College Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "bc_freedom_military_uniform", + "langName": "BC Free Academy Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "chaldea_uniform", + "langName": "Chaldäische Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "chi-hatan_military_uniform", + "langName": "Zhiha Dan Akademie Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "fleur_de_lapin_uniform", + "langName": "Dot Rabbit Maid Outfit", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "garreg_mach_monastery_uniform", + "langName": "Uniform des Klosters von Garg Marco", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "gem_uniform_(houseki_no_kuni)", + "langName": "Uniformen aus dem Land der Edelsteine", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "hanasakigawa_school_uniform", + "langName": "Hanasakigawa Mädchen-Akademie", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "hikarizaka_private_high_school_uniform", + "langName": "Uniformen der privaten Mitsusaka-Oberschule", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "homurahara_academy_uniform", + "langName": "Sui Gunhara Akademie Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "kamiyama_high_school_uniform", + "langName": "Kailash High School Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "keizoku_military_uniform", + "langName": "Fortsetzung der Highschool-Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "kita_high_school_uniform", + "langName": "Uniform der Oberschule Nord", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "kiyosumi_school_uniform", + "langName": "Kiyosumi Schuluniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "luna_nova_school_uniform", + "langName": "Runanova magische Schuluniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "meiji_schoolgirl_uniform", + "langName": "Meiji Schulmädchen Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "mitakihara_school_uniform", + "langName": "Mitakihara Junior High School Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "nami_junior_high_school_uniform", + "langName": "Bolu-Mittelschuluniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "nanairogaoka_middle_school_uniform", + "langName": "Qiseqiu Mittelschuluniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "nanamori_school_uniform", + "langName": "Uniform der Qisen-Mittelschule", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "naoetsu_high_school_uniform", + "langName": "Private Naoetsu-Oberschuluniformen", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "national_shin_ooshima_school_uniform", + "langName": "Neue Schuluniform der Oshima Academy", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "ooarai_military_uniform", + "langName": "Oarai Regiment Militärische Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "ooarai_school_uniform", + "langName": "Oarai United Schuluniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "otonokizaka_school_uniform", + "langName": "Nationale Ononogizaka-Akademie Frauenuniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "paradis_military_uniform", + "langName": "Parade-Insel Militärische Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "polar_chaldea_uniform", + "langName": "Polare chaldäische Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "pravda_military_uniform", + "langName": "Akademie der Wahrheit Militärische Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "pravda_school_uniform", + "langName": "Schuluniform der Wahrheitsakademie", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "rabbit_house_uniform", + "langName": "Diantutu Haus Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "raimon_soccer_uniform", + "langName": "Thunder Gate Football Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "ryouou_school_uniform", + "langName": "Ryozakura Akademie Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "sakugawa_school_uniform", + "langName": "Zhachuan-Mittelschuluniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "sakuragaoka_high_school_uniform", + "langName": "Sakuragaoka Mädchen-Oberschule Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "saunders_military_uniform", + "langName": "Sanders Militärische Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "saunders_school_uniform", + "langName": "Sanders befestigt High-School-Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "seishou_elementary_school_uniform", + "langName": "Shengxiang University Affiliated Primary School Schuluniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "shinda_sekai_sensen_uniform", + "langName": "Afterlife Front Uniformen", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "shuuchiin_academy_uniform", + "langName": "Shuchiin Akademie Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "shuujin_academy_uniform", + "langName": "Vorzeigen von College-Uniformen", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "st._gloriana's_military_uniform", + "langName": "Die Militäruniform der Heiligen Gloriana", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "st._gloriana's_school_uniform", + "langName": "Uniform der St. Gloria Anna Mädchenschule", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "starlight_academy_uniform", + "langName": "Star Optical Park Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "tokisadame_school_uniform", + "langName": "Normale College-Uniformen", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "tokiwadai_school_uniform", + "langName": "Tokiwa Taichung Schuluniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "tomoeda_elementary_school_uniform", + "langName": "Youzhi-Grundschuluniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "tsab_ground_military_uniform", + "langName": "Zeit- und Weltraumverwaltung Militärische Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "u.a._school_uniform", + "langName": "Xiongying High School Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "uranohoshi_school_uniform", + "langName": "Uniform des Ura no Hoshi Girls' College", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "yasogami_school_uniform", + "langName": "Yasogami High School Uniform", + "object": "Kleidung", + "attribute": "Schuluniform" + }, + { + "displayName": "shirt", + "langName": "Hemd", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "dress_shirt", + "langName": "formelles Hemd", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "collared_shirt", + "langName": "Revershemd", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "white_shirt", + "langName": "weißes Hemd", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "blouse", + "langName": "Damenhemden", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "frilled_shirt", + "langName": "Rüschenhemd", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "sailor_shirt", + "langName": "Matrosenhemd", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "plaid_shirt", + "langName": "kariertes Hemd", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "striped_shirt", + "langName": "gestreiftes Hemd", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "print_shirt", + "langName": "bedrucktes Hemd", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "impossible shirt", + "langName": "Hemd, das unlogisch passt", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "polo_shirt", + "langName": "Poloshirt", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "hawaiian_shirt", + "langName": "Hawaii-Hemd", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "t-shirt", + "langName": "T-SHIRT", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "casual T-shirts", + "langName": "Freizeit-T-Shirt", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "short sleeve T-shirts", + "langName": "Kurzärmeliges T-Shirt (Schulterhemd)", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "cropped_shirt", + "langName": "kurzes Hemd", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "off-shoulder_shirt", + "langName": "schulterfreies Hemd", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "criss-cross_halter", + "langName": "Kreuz-Halfter-Top", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "sleeveless_shirt", + "langName": "ärmelloses Hemd", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "sleeveless_hoodie", + "langName": "ärmelloser Hoodie", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "tank_top", + "langName": "Weste (Zuhause)", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "camisole", + "langName": "Mieder", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "crop_top", + "langName": "bauchfreies Oberteil", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "undershirt", + "langName": "Unterhemd", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "vest", + "langName": "Weste (formell)", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "brown_vest", + "langName": "Braunweste", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "waistcoat", + "langName": "Weste (formell)", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "sweatshirt", + "langName": "Kapuzenpulli", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "jersey", + "langName": "Sweatshirts/Trikots", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "sweater", + "langName": "Pullover", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "cardigan", + "langName": "Strickpulli", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "shrug_(clothing)", + "langName": "Umschlagtuch", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "jacket", + "langName": "Jacke", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "hooded jacket", + "langName": "Kapuzenjacke", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "coat", + "langName": "Mantel", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "suit jacket", + "langName": "Blazer", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "tailcoat", + "langName": "Tuxedo", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "capelet", + "langName": "Kurzmantel", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "kesa", + "langName": "Soutane", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "kappougi", + "langName": "eine Bluse (wird beim Kochen getragen)", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "detached sleeves", + "langName": "Getrennte Ärmel", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "cropped vest", + "langName": "Kurzarmweste", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "spaghetti strap", + "langName": "Spaghetti-Träger", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "tube_top", + "langName": "Tunika-Oberteil", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "dudou", + "langName": "bellyband", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "highleg", + "langName": "Hochgeschlitztes Oberteil", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "shirt_tucked_in", + "langName": "Hemd in die Hose gesteckt", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "untucked_shirt", + "langName": "aufgeknöpftes Hemd", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "tied_shirt", + "langName": "Hemd zusammenbinden (Ecken und Saum verknoten)", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "partially_unbuttoned", + "langName": "Teilweise Freigabe", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "partially_unzipped", + "langName": "Teilweise entpackt", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "unbuttoned shirt", + "langName": "aufgeknöpftes Hemd", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "open_clothes", + "langName": "offene Kleidung", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "clothes_down", + "langName": "sich ausziehen", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "shirt_tug", + "langName": "Hemd ziehen", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "clothes_tug", + "langName": "Kleidung ziehen", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "clothes_removed", + "langName": "Kleidung ausziehen", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "shirt_removed", + "langName": "Hemd ausgezogen", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "undressing", + "langName": "sich ausziehen", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "untied", + "langName": "Ungebunden", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "button_gap", + "langName": "Die Lücke zwischen den Knöpfen (nicht aufgeknöpft)", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "taut_shirt", + "langName": "enges Hemd", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "taut_clothes", + "langName": "enge Kleidung", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "tight", + "langName": "enge Kleidung", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "underbust", + "langName": "Ziehen Sie das Unterbruststück heraus", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "oversized_shirt", + "langName": "Hemd in Übergröße", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "oversized_clothes", + "langName": "Kleidung in Übergröße", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "borrowed_garments", + "langName": "Kleidung des Freundes", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "undersized_clothes", + "langName": "Kleidung in kleinen Größen", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "clothing_cutout", + "langName": "hohle Kleidung", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "back_cutout", + "langName": "rückenfreies Oberteil", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "cleavage_cutout", + "langName": "Dekolleté Dekolleté Shirt", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "navel_cutout", + "langName": "Bauchnabelpiercing Shirt", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "midriff", + "langName": "bauchfreies Oberteil", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "heart_cutout", + "langName": "Herzförmiger offener Deckel", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "torn_clothes", + "langName": "zerrissene Kleidung", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "torn_shirt", + "langName": "zerrissenes Hemd", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "wet_shirt", + "langName": "nasses Hemd", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "clothes_theft", + "langName": "Gestohlene Kleidungsstücke", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "strap_slip", + "langName": "Der Schultergurt ist verrutscht (was zum Auslaufen führt)", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "wedgie", + "langName": "Eingebettet (verursacht durch Kleidung, die im Schrittbereich zieht)", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "wardrobe_malfunction", + "langName": "Mit der Kleidung ist etwas passiert (z. B. sie ist auseinander gefallen)", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "wardrobe_error", + "langName": "Abrutschen der Kleidung", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "short sleeves", + "langName": "kurze Ärmel", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "long sleeves", + "langName": "lange Ärmel", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "sleeveless", + "langName": "ärmellos", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "underwear", + "langName": "Unterwäsche", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "bra", + "langName": "BH", + "object": "Kleidung", + "attribute": "Jacke" + }, + { + "displayName": "nude", + "langName": "nackt", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "formal", + "langName": "Formelle Kleidung", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "chemise", + "langName": "lockeres Kleid", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "santa", + "langName": "Weihnachts-Outfit", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "blazer", + "langName": "Blazer", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "overcoat", + "langName": "Mantel", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "double-breasted", + "langName": "Zweireihige Knöpfe (Zweireihige Knöpfe", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "long_coat", + "langName": "langes Fell", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "haori", + "langName": "Jacke im japanischen Stil", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "winter_coat", + "langName": "Wintermantel", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "hooded_coat", + "langName": "Mantel mit Kapuze", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "fur_coat", + "langName": "Pelzmantel", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "fur-trimmed_coat", + "langName": "gestreifter Pelzmantel", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "duffel_coat", + "langName": "Dufflecoat", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "fishnet_top", + "langName": "Netzoberteil", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "parka", + "langName": "Parka", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "jacket_partially_removed", + "langName": "Die Jacke wurde teilweise ausgezogen", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "jacket_removed", + "langName": "Jacke ausgezogen", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "open_jacket", + "langName": "Strickjacke (mit gespreizten Beinen)", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "cropped_jacket", + "langName": "Kurzarmjacke", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "track_jacket", + "langName": "Blazer", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "hooded_track_jacket", + "langName": "Trainingsjacke mit Kapuze", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "military_jacket", + "langName": "Militärjacke", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "camouflage_jacket", + "langName": "Camouflage-Jacke", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "leather_jacket", + "langName": "Lederjacke", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "bomber_jacket", + "langName": "Bomberjacke", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "denim_jacket", + "langName": "Jeansjacke", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "fur-trimmed_jacket", + "langName": "Jacke mit Pelzbesatz", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "two-tone_jacket", + "langName": "zweifarbige Jacke", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "trench_coat", + "langName": "Windbreaker", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "windbreaker", + "langName": "Jacke", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "raincoat", + "langName": "Regenmantel", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "hagoromo", + "langName": "Gott Hagoromo", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "tunic", + "langName": "Tunika", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "cape", + "langName": "Umschlagtuch", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "winter_clothes", + "langName": "Winterkleidung", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "pullover_sweaters", + "langName": "Pullover", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "loating_jacket", + "langName": "Freizeitjacke", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "ribbed_sweater", + "langName": "Rippenpullover", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "sweater_vest", + "langName": "Sweaterweste", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "backless_sweater", + "langName": "rückenfreier Pullover", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "aran_sweater", + "langName": "irischer Pullover", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "beige_sweater", + "langName": "Beigefarbener Pullover", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "brown_sweater", + "langName": "brauner Pullover", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "hooded_sweater", + "langName": "Kapuzenpulli", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "off-shoulder_sweater", + "langName": "Off-Shoulder-Pullover", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "striped_sweater", + "langName": "gestreifter Pullover", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "virgin_killer_sweater", + "langName": "jungfräulicher Mörderpulli", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "down_jacket", + "langName": "Daunenjacke", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "puffer_jacket", + "langName": "Daunenjacke", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "open dress", + "langName": "Strickjackenkleid", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "Piece Suit", + "langName": "Blazer", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "naked towel", + "langName": "Badetuch", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "racing suit", + "langName": "Rennanzug", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "maid dress", + "langName": "Dienstmädchen-Outfit", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "reverse bunnysuit", + "langName": "Umgekehrtes Hasenmädchen", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "backless outfit", + "langName": "Rückenfreies Kleid", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "Gorgeous and fussy clothes", + "langName": "Prächtige und sperrige Kleidung", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "highleg leotard", + "langName": "Jumpsuit mit hohem Schlitz", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "Sex underwear", + "langName": "Sexy Dessous", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "diving suit", + "langName": "Neoprenanzug", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "casual wear", + "langName": "Freizeitkleidung", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "miko clothing", + "langName": "Hexe Kostüm", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "nurse gown", + "langName": "Schwesterntracht", + "object": "Kleidung", + "attribute": "Mantel" + }, + { + "displayName": "sailor_collar", + "langName": "Matrosenkragen", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "fur_collar", + "langName": "Pelzkragen", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "frilled_collar", + "langName": "Spitzenkragen", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "popped_collar", + "langName": "Stehkragen", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "black_choker", + "langName": "Schwarzes Halsband", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "belt_collar", + "langName": "Gürtel-Nackenschlaufe", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "frilled_choker", + "langName": "Halskette mit Rüschen", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "neckerchief", + "langName": "Halstuch", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "red_neckerchief", + "langName": "rotes Halstuch", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "necktie", + "langName": "Krawatte", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "short_necktie", + "langName": "kurze Krawatte", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "white_necktie", + "langName": "weiße Krawatte", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "bowtie", + "langName": "Fliege", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "headphones_around_neck", + "langName": "Kopfhörer, die um den Hals hängen", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "goggles_around_neck", + "langName": "Nackenschutzbrille", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "neck_bell", + "langName": "Halsglocke", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "neck_ruff", + "langName": "Ausschnitt", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "v-neck", + "langName": "V-Ausschnitt", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "towel_around_neck", + "langName": "Handtuch um den Hals", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "loose_necktie", + "langName": "lose Krawatte", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "neck_tattoo", + "langName": "Nackentattoo", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "ascot", + "langName": "Breite schalartige Krawatte", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "ribbon_choker", + "langName": "Halsschleife", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "maebari/pasties", + "langName": "Vaginalpflaster/Nippelpflaster", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "chinese_knot", + "langName": "Chinesischer Knoten", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "cross_necklace", + "langName": "Kreuz-Halskette", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "bead_necklace", + "langName": "Perlenhalskette", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "pearl_necklace", + "langName": "Perlenhalsband", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "heart_necklace", + "langName": "Halskette in Herzform", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "carrot_necklace", + "langName": "Karottenhalskette", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "chain_necklace", + "langName": "Kettenhalsband", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "magatama_necklace", + "langName": "Perlenkette", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "tooth_necklace", + "langName": "Zahnhalskette", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "key_necklace", + "langName": "Schlüssel-Halskette", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "anchor_necklace", + "langName": "Anker-Halskette", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "skull_necklace", + "langName": "Totenkopf-Halskette", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "shell_necklace", + "langName": "Muschelhalskette", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "gold_necklace", + "langName": "goldene Halskette", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "crescent_necklace", + "langName": "Mondsichel-Halskette", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "ring_necklace", + "langName": "Ring-Halskette", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "feather_necklace", + "langName": "Feder-Halskette", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "bone_necklace", + "langName": "Knochenhalskette", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "ankh_necklace", + "langName": "Kreuz-Halskette", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "multiple_necklaces", + "langName": "mehrere Halsketten", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "bullet_necklace", + "langName": "Kugelhalskette", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "holding_necklace", + "langName": "mit Halskette", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "necklace_removed", + "langName": "Halskette entfernt", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "brown_neckwear", + "langName": "Brauner Kragen", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "checkered_neckwear", + "langName": "karierter Halsausschnitt", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "diagonal-striped_neckwear", + "langName": "Twill-Krawatte", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "halterneck", + "langName": "Krawatte", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "mole_on_neck", + "langName": "Es gibt ein Muttermal am Hals", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "neck", + "langName": "Nacken", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "plaid_neckwear", + "langName": "Schottenkragen", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "plunging_neckline", + "langName": "Tiefer Kragen", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "print_neckwear", + "langName": "bedruckte Krawatte", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "sleeveless_turtleneck", + "langName": "ärmelloser Rollkragenpullover", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "star_necklace", + "langName": "Stern-Halskette", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "striped_neckwear", + "langName": "gestreifter Kragen", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "turtleneck_sweater", + "langName": "Rollkragenpullover", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "undone_necktie", + "langName": "Krawatte lockern", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "whistle_around_neck", + "langName": "Pfeife um den Hals hängend", + "object": "Kleidung", + "attribute": "Ausschnitt" + }, + { + "displayName": "plaid_scarf", + "langName": "kariertes Halstuch", + "object": "Kleidung", + "attribute": "Halstuch" + }, + { + "displayName": "striped_scarf", + "langName": "gestreifter Schal", + "object": "Kleidung", + "attribute": "Halstuch" + }, + { + "displayName": "print_scarf", + "langName": "bedruckter Schal", + "object": "Kleidung", + "attribute": "Halstuch" + }, + { + "displayName": "vertical-striped_scarf", + "langName": "vertikal gestreifter Schal", + "object": "Kleidung", + "attribute": "Halstuch" + }, + { + "displayName": "polka_dot_scarf", + "langName": "Tupfenschal", + "object": "Kleidung", + "attribute": "Halstuch" + }, + { + "displayName": "argyle_scarf", + "langName": "Diamantschal", + "object": "Kleidung", + "attribute": "Halstuch" + }, + { + "displayName": "beige_scarf", + "langName": "beigefarbenes Halstuch", + "object": "Kleidung", + "attribute": "Halstuch" + }, + { + "displayName": "scarf_bow", + "langName": "Kopftuchschleife", + "object": "Kleidung", + "attribute": "Halstuch" + }, + { + "displayName": "fur_scarf", + "langName": "Pelzschal", + "object": "Kleidung", + "attribute": "Halstuch" + }, + { + "displayName": "naked_scarf", + "langName": "nacktes Kopftuch", + "object": "Kleidung", + "attribute": "Halstuch" + }, + { + "displayName": "multicolored_scarf", + "langName": "buntes Halstuch", + "object": "Kleidung", + "attribute": "Halstuch" + }, + { + "displayName": "floating_scarf", + "langName": "Schwimmschal", + "object": "Kleidung", + "attribute": "Halstuch" + }, + { + "displayName": "long_scarf", + "langName": "Langschal", + "object": "Kleidung", + "attribute": "Halstuch" + }, + { + "displayName": "arm_scarf", + "langName": "Armschal", + "object": "Kleidung", + "attribute": "Halstuch" + }, + { + "displayName": "scarf_on_head", + "langName": "Halstuch auf dem Kopf", + "object": "Kleidung", + "attribute": "Halstuch" + }, + { + "displayName": "scarf_over_mouth", + "langName": "Halstuch auf dem Mund", + "object": "Kleidung", + "attribute": "Halstuch" + }, + { + "displayName": "scarf_removed", + "langName": "Das Halstuch wurde abgenommen", + "object": "Kleidung", + "attribute": "Halstuch" + }, + { + "displayName": "adjusting_scarf", + "langName": "Schal anpassen", + "object": "Kleidung", + "attribute": "Halstuch" + }, + { + "displayName": "holding_scarf", + "langName": "mit Schal", + "object": "Kleidung", + "attribute": "Halstuch" + }, + { + "displayName": "scarf_pull", + "langName": "Ziehschal", + "object": "Kleidung", + "attribute": "Halstuch" + }, + { + "displayName": "brown_scarf", + "langName": "brauner Schal", + "object": "Kleidung", + "attribute": "Halstuch" + }, + { + "displayName": "scarf", + "langName": "Halstuch", + "object": "Kleidung", + "attribute": "Halstuch" + }, + { + "displayName": "apron", + "langName": "Schürze", + "object": "Kleidung", + "attribute": "Taille" + }, + { + "displayName": "waist_apron", + "langName": "Hüftschürze", + "object": "Kleidung", + "attribute": "Taille" + }, + { + "displayName": "maid_apron", + "langName": "Dienstmädchenschürze", + "object": "Kleidung", + "attribute": "Taille" + }, + { + "displayName": "bow tied at the waist", + "langName": "Schleife in der Taille vorne", + "object": "Kleidung", + "attribute": "Taille" + }, + { + "displayName": "waist_cape", + "langName": "Ein kleiner Mantel, der um die Taille getragen wird", + "object": "Kleidung", + "attribute": "Taille" + }, + { + "displayName": "clothes_around_waist", + "langName": "Taille Kleidung", + "object": "Kleidung", + "attribute": "Taille" + }, + { + "displayName": "jacket_around_waist", + "langName": "Bundjacke", + "object": "Kleidung", + "attribute": "Taille" + }, + { + "displayName": "sweater_around_waist", + "langName": "Taille Pullover", + "object": "Kleidung", + "attribute": "Taille" + }, + { + "displayName": "loincloth", + "langName": "Lendenschurz", + "object": "Kleidung", + "attribute": "Taille" + }, + { + "displayName": "bustier", + "langName": "Korsett", + "object": "Kleidung", + "attribute": "Taille" + }, + { + "displayName": "corset", + "langName": "Korsett (Weste)", + "object": "Kleidung", + "attribute": "Taille" + }, + { + "displayName": "girdle", + "langName": "Korsett", + "object": "Kleidung", + "attribute": "Taille" + }, + { + "displayName": "bikini_armor", + "langName": "Bikini-Rüstung", + "object": "Kleidung", + "attribute": "Rüstung" + }, + { + "displayName": "armor", + "langName": "Rüstung", + "object": "Kleidung", + "attribute": "Rüstung" + }, + { + "displayName": "full_armor", + "langName": "Tragen einer vollständigen Rüstung", + "object": "Kleidung", + "attribute": "Rüstung" + }, + { + "displayName": "plate_armor", + "langName": "Plattenpanzer", + "object": "Kleidung", + "attribute": "Rüstung" + }, + { + "displayName": "japanese_armor", + "langName": "Japanische Rüstung", + "object": "Kleidung", + "attribute": "Rüstung" + }, + { + "displayName": "kusazuri", + "langName": "Fudang | Kusazuri (japanische untere Rüstungshälfte)", + "object": "Kleidung", + "attribute": "Rüstung" + }, + { + "displayName": "power_armor", + "langName": "Angetriebene Rüstung", + "object": "Kleidung", + "attribute": "Rüstung" + }, + { + "displayName": "helmet", + "langName": "Helm", + "object": "Kleidung", + "attribute": "Rüstung" + }, + { + "displayName": "kabuto", + "langName": "Helm (japanischer Stil)", + "object": "Kleidung", + "attribute": "Rüstung" + }, + { + "displayName": "off-shoulder_armor", + "langName": "Schulterfreie Rüstung", + "object": "Kleidung", + "attribute": "Rüstung" + }, + { + "displayName": "shoulder_armor", + "langName": "Schultern", + "object": "Kleidung", + "attribute": "Rüstung" + }, + { + "displayName": "muneate", + "langName": "Japanischer Brustpanzer für Bogenschützen", + "object": "Kleidung", + "attribute": "Rüstung" + }, + { + "displayName": "breastplate", + "langName": "Brustschild", + "object": "Kleidung", + "attribute": "Rüstung" + }, + { + "displayName": "faulds", + "langName": "Plastron", + "object": "Kleidung", + "attribute": "Rüstung" + }, + { + "displayName": "greaves", + "langName": "Grieben", + "object": "Kleidung", + "attribute": "Rüstung" + }, + { + "displayName": "shin_guards", + "langName": "Grieben", + "object": "Kleidung", + "attribute": "Rüstung" + }, + { + "displayName": "armored_boots", + "langName": "Panzerstiefel", + "object": "Kleidung", + "attribute": "Rüstung" + }, + { + "displayName": "dress", + "langName": "Kleid", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "microdress", + "langName": "Micro-Kleid", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "long_dress", + "langName": "langes Kleid", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "mermaid dress", + "langName": "Fischschwanzrock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "off-shoulder_dress", + "langName": "schulterfreies Kleid", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "strapless_dress", + "langName": "trägerloses Kleid", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "backless_dress", + "langName": "rückenfreies Kleid", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "halter_dress", + "langName": "Halsloser rückenfreier Strapsrock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "sundress", + "langName": "Schlupfkleid (ärmelloses Kleid für warmes Wetter)", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "sleeveless_dress", + "langName": "ärmelloses Kleid", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "sailor_dress", + "langName": "Rock im Matrosenstil", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "summer_dress", + "langName": "Langes Sommerkleid", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "pinafore_dress", + "langName": "Kittelschürze", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "sweater_dress", + "langName": "Pulloverkleid", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "armored_dress", + "langName": "Kampfpanzerrock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "frilled_dress", + "langName": "Spitzenkleid", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "lace-trimmed_dress", + "langName": "Spitzenkleid", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "collared_dress", + "langName": "Kragenkleid", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "fur-trimmed_dress", + "langName": "Kleid mit Pelzbesatz", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "layered_dress", + "langName": "Lagenkleid", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "pleated_dress", + "langName": "Plisseekleid", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "taut_dress", + "langName": "enges Kleid", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "pencil_dress", + "langName": "Bleistiftrock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "impossible_dress", + "langName": "Zu enge Kleidungsstücke", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "multicolored_dress", + "langName": "Multicolor Kleid", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "striped_dress", + "langName": "gestreiftes Kleid", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "ribbed_dress", + "langName": "Rippenkleid", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "polka_dot_dress", + "langName": "Tupfenkleid", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "print_dress", + "langName": "bedrucktes Kleid", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "vertical-striped_dress", + "langName": "Kleid mit vertikalen Streifen", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "see-through_dress", + "langName": "durchsichtiges Kleid", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "skirt", + "langName": "kurzer Rock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "microskirt", + "langName": "Minirock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "miniskirt", + "langName": "Minirock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "skirt_suit", + "langName": "formeller Rock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "pleated_skirt", + "langName": "Faltenrock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "pencil_skirt", + "langName": "kurzer Bleistiftrock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "bubble_skirt", + "langName": "Tutu", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "tutu", + "langName": "Tutu", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "ballgown", + "langName": "Tutu (Kleid)", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "pettiskirt", + "langName": "Tutu (Kinder)", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "showgirl_skirt", + "langName": "Messemädchen-Kleidung", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "beltskirt", + "langName": "Gürtelrock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "denim_skirt", + "langName": "Jeansrock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "suspender_skirt", + "langName": "Hosenträgerrock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "skirt_set", + "langName": "Rock passend zum Oberteil", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "long_skirt", + "langName": "langer Rock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "summer_long_skirt", + "langName": "Langes Sommerkleid", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "overskirt", + "langName": "Außenrock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "hakama_skirt", + "langName": "Hakamarock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "high-waist_skirt", + "langName": "Rock mit hoher Taille", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "kimono_skirt", + "langName": "Kimono-Rock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "suspender_long_skirt", + "langName": "Hosenträgerrock; Hosenträgerrock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "chiffon_skirt", + "langName": "Chiffon-Rock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "frilled_skirt", + "langName": "Spitzenrock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "fur-trimmed_skirt", + "langName": "Rock mit Pelzbesatz", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "lace_skirt", + "langName": "Spitzenrock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "lace-trimmed_skirt", + "langName": "Spitzenrock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "ribbon-trimmed_skirt", + "langName": "Rock mit Satinbandbesatz", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "layered_skirt", + "langName": "Lagenrock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "print_skirt", + "langName": "bedruckter Rock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "multicolored_skirt", + "langName": "Multicolor-Rock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "striped_skirt", + "langName": "gestreifter Rock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "vertical-striped_skirt", + "langName": "Vertikal gestreifter Rock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "plaid_skirt", + "langName": "Schottenrock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "flared_skirt", + "langName": "Regenschirmrock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "floral_skirt", + "langName": "geblümter Rock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "skirt_hold", + "langName": "Halte deinen Rock elegant hoch", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "skirt_tug", + "langName": "Halten Sie den Saum des Rocks fest | Halten Sie den Saum des Rocks fest", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "dress_tug", + "langName": "Halten Sie den Rock herunter", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "skirt_around_one_leg", + "langName": "Ein kurzer Rock, der von einem Bein herabhängt", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "skirt_removed", + "langName": "Ausziehen des kurzen Rocks", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "dress_removed", + "langName": "Rock ausziehen", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "open_skirt", + "langName": "offener Rock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "checkered_skirt", + "langName": "Karierter Rock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "plaid_dress", + "langName": "kariertes Kleid", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "Medium length skirt", + "langName": "mittellanger Rock", + "object": "Kleidung", + "attribute": "Rock" + }, + { + "displayName": "dress_bow", + "langName": "Schleife am Kleid", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "dressing_another", + "langName": "Kleid", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "shorts_under_skirt", + "langName": "Tragen von Shorts unter dem Rock", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "side_slit", + "langName": "Seitenschlitze", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "shorts", + "langName": "Shorts", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "micro_shorts", + "langName": "Shorts in kleiner Größe", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "short_shorts", + "langName": "Hotpants", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "hot_pants", + "langName": "Hotpants", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "cutoffs", + "langName": "Hotpants", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "striped_shorts", + "langName": "gestreifte Shorts", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "suspender_shorts", + "langName": "Strapsen-Shorts", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "denim_shorts", + "langName": "Jeansshorts", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "puffy_shorts", + "langName": "bauschige Shorts", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "dolphin_shorts", + "langName": "Delphin-Shorts (Wahrheitshose)", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "dolfin_shorts", + "langName": "Delphin-Shorts (Wahrheitshose)", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "tight_pants", + "langName": "Leggings/Sweatpants", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "crotchless_pants", + "langName": "Hosen ohne Schritt (eng)", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "track_pants", + "langName": "Jogginghose", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "yoga_pants", + "langName": "Yogahose", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "bike_shorts", + "langName": "Radlerhosen", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "pants", + "langName": "Hose", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "puffy_pants", + "langName": "Aufgeblähte Hosen/lockere Hosen", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "pumpkin_pants", + "langName": "Kürbishose", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "hakama_pants", + "langName": "Hakamahose", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "harem_pants", + "langName": "Pluderhosen", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "bloomers", + "langName": "Blümchen", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "buruma", + "langName": "Damenpantoffeln", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "jeans", + "langName": "Jeans", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "cargo_pants", + "langName": "Latzhose", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "camouflage_pants", + "langName": "Camouflage-Hose", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "capri_pants", + "langName": "Cropped Pants", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "chaps", + "langName": "Lederchaps (oben breit und unten schmal)", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "jumpsuit", + "langName": "(vor allem Frauen-) Jumpsuit", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "lowleg_pants", + "langName": "Hosen mit niedriger Taille", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "plaid_pants", + "langName": "Schottenkaro-Hose", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "single_pantsleg", + "langName": "Einseitige Hosen", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "striped_pants", + "langName": "gestreifte Hosen", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "leotard_aside", + "langName": "Ziehen Sie den Schritt des Jumpsuits zur Seite", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "open_fly", + "langName": "Hosen mit offenem Reißverschluss", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "pants_down", + "langName": "Hose ausziehen", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "pants_rolled_up", + "langName": "Aufgerollte Hosen", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "pants_tucked_in", + "langName": "In die Hose stecken", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "torn_jeans", + "langName": "zerrissene Jeans", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "torn_pants", + "langName": "zerrissene Hosen", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "torn_shorts", + "langName": "zerrissene Shorts", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "gym_shorts", + "langName": "Gymnastikhosen", + "object": "Kleidung", + "attribute": "Hosen" + }, + { + "displayName": "leggings", + "langName": "Leggings", + "object": "Kleidung", + "attribute": "Böden" + }, + { + "displayName": "overalls", + "langName": "Latzhose", + "object": "Kleidung", + "attribute": "Böden" + }, + { + "displayName": "diaper", + "langName": "Windel", + "object": "Kleidung", + "attribute": "Böden" + }, + { + "displayName": "panties", + "langName": "Unterwäsche", + "object": "Kleidung", + "attribute": "Böden" + }, + { + "displayName": "briefs", + "langName": "Briefs", + "object": "Kleidung", + "attribute": "Böden" + }, + { + "displayName": "thong", + "langName": "Tanga", + "object": "Kleidung", + "attribute": "Böden" + }, + { + "displayName": "fundoshi", + "langName": "Japanischer Tanga", + "object": "Kleidung", + "attribute": "Böden" + }, + { + "displayName": "short dress", + "langName": "kurzer Rock", + "object": "Kleidung", + "attribute": "Böden" + }, + { + "displayName": "sheath dress", + "langName": "hüftbedeckender Rock", + "object": "Kleidung", + "attribute": "Böden" + }, + { + "displayName": "no panties", + "langName": "Keine Unterwäsche", + "object": "Kleidung", + "attribute": "Böden" + }, + { + "displayName": "striped panties", + "langName": "gestreifte Unterwäsche", + "object": "Kleidung", + "attribute": "Böden" + }, + { + "displayName": "lowleg panties", + "langName": "Unterwäsche mit niedriger Leibhöhe", + "object": "Kleidung", + "attribute": "Böden" + }, + { + "displayName": "side-tie panties", + "langName": "Unterwäsche zum Schnüren", + "object": "Kleidung", + "attribute": "Böden" + }, + { + "displayName": "bodystocking", + "langName": "Ganzkörpersocken", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "pantyhose", + "langName": "Strumpfhosen | Strumpfhosen", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "legwear", + "langName": "Strumpfhosen (bezieht sich im Allgemeinen auf Strumpfhosen oder Strümpfe)", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "thighhighs", + "langName": "Strümpfe (Kniestrümpfe)", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "kneehighs", + "langName": "Kniestrümpfe", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "bare_legs", + "langName": "nackte Beine", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "black_bodystocking", + "langName": "Einteilige schwarze Strümpfe", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "white_bodystocking", + "langName": "Einteilige weiße Seide", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "stocking_under_clothes", + "langName": "Socken unter der Kleidung", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "black_pantyhose", + "langName": "schwarze Strümpfe", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "white_pantyhose", + "langName": "weiße Strümpfe", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "thighband_pantyhose", + "langName": "Strumpfhosen mit Beinringen", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "pantylines", + "langName": "Enge Strumpfhosen (umreißen die Linien", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "single_leg_pantyhose", + "langName": "Strumpfhosen auf einer Seite tragen", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "panties_under_pantyhose", + "langName": "Unterwäsche in Strumpfhosen", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "fishnets", + "langName": "Netzstrümpfe", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "stirrup_legwear", + "langName": "Netzstrümpfe", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "toeless_legwear", + "langName": "offene Zehensocken", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "mismatched_legwear", + "langName": "Zweifarbige Strumpfhosen", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "two-tone_legwear", + "langName": "Zweifarbige Strumpfhosen", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "asymmetrical_legwear", + "langName": "asymmetrische Strumpfhose", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "uneven_legwear", + "langName": "lange Socken", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "white_thighhighs", + "langName": "weiße Strümpfe", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "black_thighhighs", + "langName": "schwarze Strümpfe", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "pink_thighhighs", + "langName": "rosa Strümpfe", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "suspenders", + "langName": "Strumpfbänder", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "torn_legwear", + "langName": "gerissene Strumpfhosen", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "torn_thighhighs", + "langName": "Zerrissene Kniestrümpfe", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "see-through_legwear", + "langName": "transparente Socken", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "frilled_legwear", + "langName": "Spitzensocken", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "lace-trimmed_legwear", + "langName": "Spitzenstrümpfe", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "seamed_legwear", + "langName": "Socken mit Nähten", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "back-seamed_legwear", + "langName": "Socken mit einer schwarzen Linie in der Mitte", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "animal_ear_legwear", + "langName": "Over-the-Knee-Socken mit Tierohren", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "striped_legwear", + "langName": "horizontal gestreifte Socken", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "vertical-striped_legwear", + "langName": "vertikal gestreifte Socken", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "polka_dot_legwear", + "langName": "runde Socken", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "print_legwear", + "langName": "bedruckte Socken", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "legwear_under_shorts", + "langName": "Tragen Sie kurze Hosen außerhalb der Socken", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "over-kneehighs", + "langName": "Kniestrümpfe", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "bobby_socks", + "langName": "Bobbysocken (weiße Socken)", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "tabi", + "langName": "Japanische Socken mit dicken Sohlen (Fußtaschen)", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "ankle_socks", + "langName": "Söckchen", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "leg_warmers", + "langName": "Beinstulpen | Beinstulpen", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "single_sock", + "langName": "einzelne Socken", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "striped_socks", + "langName": "gestreifte Socken", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "leg_cutout", + "langName": "Socken haben Öffnungen", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "leg_garter", + "langName": "Beinringe | Strumpfbänder", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "garter_straps", + "langName": "Strumpfhalter für Strumpfbänder", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "thigh_strap", + "langName": "Oberschenkelriemen", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "thigh_ribbon", + "langName": "Oberschenkelband", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "leg_ribbon", + "langName": "Gürtel für Beintraining", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "bandaid_on_leg", + "langName": "Bandage am Bein", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "bandaged_leg", + "langName": "bandagiertes Bein", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "ankle_lace-up", + "langName": "Knöchelriemen", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "thigh_holster", + "langName": "Ein Gurt, eine Werkzeugtasche oder ein Holster am Bein", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "bandaid_on_knee", + "langName": "Pflaster auf dem Knie", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "argyle_legwear", + "langName": "Strumpfhose mit Argyle-Muster", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "bow_legwear", + "langName": "Strumpfhose mit Schleife", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "arm_garter", + "langName": "Galgenstrümpfe", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "socks", + "langName": "Socke", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "stockings", + "langName": "Strümpfe", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "black stockings", + "langName": "schwarze Strümpfe", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "fishnet stockings", + "langName": "Netzstrümpfe", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "garters", + "langName": "Strumpfbänder", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "loose_socks", + "langName": "Bubble Socks", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "rilled thighhighs", + "langName": "Rüschenstrümpfe", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "striped pantyhose", + "langName": "gestreifte Strumpfhosen", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "lace legwear", + "langName": "Spitzenstrumpfhose", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "nylon socks", + "langName": "Nylon-Socken", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "soccer cocks", + "langName": "Socken", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "sports socks", + "langName": "Sportsocken", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "adjusting_legwear", + "langName": "Organisieren von Strumpfhosen", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "pantyhose_pull", + "langName": "Ausgezogene Strumpfhosen", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "socks_removed", + "langName": "Socken ausziehen", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "sock_pull", + "langName": "Socken anziehen (Socken)", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "thighhighs_pull", + "langName": "Anziehen von Socken (Strümpfen)", + "object": "Kleidung", + "attribute": "Socke" + }, + { + "displayName": "armored", + "langName": "gepanzert", + "object": "Kleidung", + "attribute": "Material der Kleidung" + }, + { + "displayName": "fluffy", + "langName": "haarig", + "object": "Kleidung", + "attribute": "Material der Kleidung" + }, + { + "displayName": "fur", + "langName": "Pelz", + "object": "Kleidung", + "attribute": "Material der Kleidung" + }, + { + "displayName": "latex", + "langName": "Emulsion", + "object": "Kleidung", + "attribute": "Material der Kleidung" + }, + { + "displayName": "see-through", + "langName": "transparent", + "object": "Kleidung", + "attribute": "Material der Kleidung" + }, + { + "displayName": "frilled", + "langName": "Rüschen", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "center_frills", + "langName": "Rüschen-Spitze in der Mitte", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "crease", + "langName": "zerknittert (gefaltet)", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "layered", + "langName": "geschichtet", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "lace", + "langName": "Spitze", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "fur_trim", + "langName": "Pelzbesatz", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "fur-trimmed", + "langName": "raue Kanten", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "fine_fabric_emphasis", + "langName": "Verbesserung des Materials", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "latex_thighhighs", + "langName": "Latex-Strümpfe", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "see-through_thighhighs", + "langName": "Transparente Strümpfe", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "ass_cutout", + "langName": "Po-entblößende Kleidung", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "asymmetrical_clothes", + "langName": "asymmetrische Kleidung", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "back_bow", + "langName": "(Kleidungs-)Knoten hinter dem Rücken gebunden", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "cross-laced_clothes", + "langName": "Kreuz-Spitzen-Kleidung", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "double_vertical_stripe", + "langName": "Auf der Kleidung befinden sich zwei parallele Streifen", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "halter_top", + "langName": "Oberkörperbekleidung im Sling-Stil", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "multicolored_legwear", + "langName": "Mehrfarbige Beinbekleidung", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "navy_blue_legwear", + "langName": "Marineblaue Beinbekleidung", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "nontraditional_miko", + "langName": "Geänderte japanische Kleidung", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "side_cutout", + "langName": "Kleidung mit seitlichen Öffnungen", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "sideless_outfit", + "langName": "Kleidungsstücke ohne Stoff an den Seiten", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "single_kneehigh", + "langName": "Das Tragen von knielanger Kleidung auf einer Seite", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "single_vertical_stripe", + "langName": "Vertikale Streifen auf einer Seite des Kleidungsstücks freilegen", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "turtleneck", + "langName": "Rollkragenpullover", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "two-sided_fabric", + "langName": "Methode zum Zeichnen von doppellagiger Kleidung", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "o-ring", + "langName": "Kleidung mit O-Ringen", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "o-ring_top", + "langName": "Deckel mit O-Ring", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "fringe_trim", + "langName": "Die Kante (das Ende des Schals)", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "loose_belt", + "langName": "Lose Bänder (Kleidung)", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "pom_pom_(clothes)", + "langName": "Kleine Bommeln (Kleidungszubehör)", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "drawstring", + "langName": "Kordelzüge an der Kleidung", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "full-length_zipper", + "langName": "Ein Reißverschluss in Kleidungsstücklänge", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "gathers", + "langName": "Falten (Kleidung)", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "gusset", + "langName": "Futter an Kleidung nähen", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "breast_pocket", + "langName": "Brustbeutel", + "object": "Kleidung", + "attribute": "Dekorieren" + }, + { + "displayName": "argyle", + "langName": "Argyle-Muster", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "checkered", + "langName": "Schottenmuster", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "colored_stripes", + "langName": "bunte Streifen", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "diagonal_stripes", + "langName": "Diagonalstreifen", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "horizontal_stripes", + "langName": "horizontale Streifen", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "multicolored_stripes", + "langName": "bunte Streifen", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "polka_dot", + "langName": "Gepunktetes Muster", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "ribbed", + "langName": "Gerippt", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "striped", + "langName": "horizontale Streifen", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "unmoving_pattern", + "langName": "Ständig wiederkehrende Muster", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "vertical_stripes", + "langName": "vertikale Streifen", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "plaid", + "langName": "Tartanmuster", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "animal_print", + "langName": "Tierprint", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "cat_print", + "langName": "Katzenmuster", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "bear_print", + "langName": "Bärendruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "bird_print", + "langName": "Vogeldruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "bunny_print", + "langName": "Hasenmotiv", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "cow_print", + "langName": "Kuhdruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "dragon_print", + "langName": "Drachendruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "fish_print", + "langName": "Fischdruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "frog_print", + "langName": "Froschdruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "shark_print", + "langName": "Haifischdruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "snake_print", + "langName": "Schlangenmuster", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "zebra_print", + "langName": "Zebradruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "tiger_print", + "langName": "Tiger-Streifen", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "leopard_print", + "langName": "Leopardenmuster", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "jaguar_print", + "langName": "Leopardenmuster", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "bat_print", + "langName": "Fledermausdruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "aardwolf_print", + "langName": "Kojotenmuster", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "african_wild_dog_print", + "langName": "Afrikanischer Wildhund Druck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "cheetah_print", + "langName": "Geparden-Druck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "dog_print", + "langName": "Hundedruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "fox_print", + "langName": "Fuchspapier", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "giraffe_print", + "langName": "Giraffendruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "panda_print", + "langName": "Pandadruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "sand_cat_print", + "langName": "Sand Katze drucken", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "whale_print", + "langName": "Wal-Druck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "white_tiger_print", + "langName": "weißes Tigermuster", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "goldfish_print", + "langName": "Goldfisch-Druck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "wing_print", + "langName": "Flügeldruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "spider_web_print", + "langName": "Besenreiser", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "butterfly_print", + "langName": "Schmetterlingsdruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "floral_print", + "langName": "Blumen", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "leaf_print", + "langName": "Blattdruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "clover_print", + "langName": "Kleeblattdruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "maple_leaf_print", + "langName": "Ahornblatt-Druck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "rose_print", + "langName": "Rosendruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "strawberry_print", + "langName": "Erdbeerdruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "cherry_print", + "langName": "Kirsche drucken", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "bamboo_print", + "langName": "Bambusdruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "carrot_print", + "langName": "Karottendruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "hibiscus_print", + "langName": "Hibiskusdruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "jack-o'-lantern_print", + "langName": "Jack-O'-Lantern-Druck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "petal_print", + "langName": "Blumendruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "sunflower_print", + "langName": "Sonnenblumendruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "watermelon_print", + "langName": "Wassermelone drucken", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "sky_print", + "langName": "Himmelsdruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "cloud_print", + "langName": "Cloud-Druck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "lightning_bolt_print", + "langName": "Blitzdruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "rainbow_print", + "langName": "Regenbogendruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "snowflake_print", + "langName": "Schneeflocken-Druck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "starry_sky_print", + "langName": "Sternenhimmel Druck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "crescent_print", + "langName": "Mondsichel Druck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "star_print", + "langName": "Sterndruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "star_(symbol)", + "langName": "Sternsymbol", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "moon_print", + "langName": "Monddruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "sun_print", + "langName": "Sonnenprint", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "character_print", + "langName": "Zeichendruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "clothes_writing", + "langName": "Worte auf der Kleidung", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "anchor_print", + "langName": "Ankerdruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "cherry_blossom_print", + "langName": "kirschblüten-druck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "musical_note_print", + "langName": "Musiknoten-Druck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "triangle_print", + "langName": "Dreiecksdruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "arrow_print", + "langName": "Pfeildruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "wave_print", + "langName": "gewelltes Muster", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "peace_symbol", + "langName": "☮(Auf Higashikata Josukes Kleidung)", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "heart_print", + "langName": "Herzmuster | Herzdruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "flame_print", + "langName": "Flammendruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "hitodama_print", + "langName": "Irrlicht-Druck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "paw_print", + "langName": "Pfotenabdruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "skeleton_print", + "langName": "Skelettdruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "skull_print", + "langName": "Totenkopfdruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "sparkle_print", + "langName": "glitzernder Druck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "yin_yang_print", + "langName": "Yin-Yang-Druck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "cross_print", + "langName": "Kreuzelementmuster", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "camoflage", + "langName": "Tarnung", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "flag_print", + "langName": "Flaggendruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "bone_print", + "langName": "Knochendruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "ghost_print", + "langName": "Geisterdruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "mushroom_print", + "langName": "Pilzdruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "onigiri_print", + "langName": "Reiskugeldruck", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "cat_ear_cutout", + "langName": "Katzenohrförmiges hohles Design", + "object": "Kleidung", + "attribute": "Muster" + }, + { + "displayName": "barefoot", + "langName": "barfuß", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "no_shoes", + "langName": "keine Schuhe", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "shoes_removed", + "langName": "Schuhe ausziehen", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "single_shoe", + "langName": "einzelne Schuhe", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "the_only_shoe", + "langName": "einzelne Schuhe", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "black_loafers", + "langName": "Loafers (kleine Lederschuhe)", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "shoes", + "langName": "Schuh", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "uwabaki", + "langName": "Hallenschuhe", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "platform_footwear", + "langName": "Plateauschuhe", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "high_heels", + "langName": "Hoher Absatz", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "stiletto_heels", + "langName": "Stiletto-High-Heels", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "strappy_heels", + "langName": "Riemchen-Highheels", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "platform_heels", + "langName": "Plateau-Highheels", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "rudder_footwear", + "langName": "Schiff C Spezialschuhe für Schiffsmädchen", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "sandals", + "langName": "Sandalen", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "barefoot_sandals", + "langName": "Barfußsandalen", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "clog_sandals", + "langName": "Clog-Sandalen", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "geta", + "langName": "Clogs", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "slippers", + "langName": "Hausschuhe", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "skates", + "langName": "Schlittschuhe", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "roller_skates", + "langName": "Rollerskates", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "animal_feet", + "langName": "Tierfüße", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "animal_slippers", + "langName": "Tierpantoffeln", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "brown_footwear", + "langName": "braunes Schuhwerk", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "cross-laced_footwear", + "langName": "Kreuzschnürschuhe", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "loafers", + "langName": "Faulenzer", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "mary_janes", + "langName": "Jenny Schuhe", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "mismatched_footwear", + "langName": "Zweifarbige Schuhe", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "pointy_footwear", + "langName": "spitz zulaufende Schuhe", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "pumps", + "langName": "Tief ausgeschnittenes Kleid mit hohen Absätzen", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "sandals_removed", + "langName": "Sandalen ausziehen", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "shoe_soles", + "langName": "allein", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "shoelaces", + "langName": "Schnürsenkel", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "sneakers", + "langName": "Turnschuhe", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "winged_footwear", + "langName": "Schuhe mit Flügeln", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "zouri", + "langName": "Japanische Strohsandalen", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "ballet slippers", + "langName": "Ballettschuhe", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "arched_soles", + "langName": "Gewölbte Sohle", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "paw_print_soles", + "langName": "Sohlen mit Pfotenabdruck", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "horseshoe", + "langName": "Hufeisen", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "flat shoes", + "langName": "flache Schuhe", + "object": "Kleidung", + "attribute": "Schuh" + }, + { + "displayName": "boots", + "langName": "Stiefel", + "object": "Kleidung", + "attribute": "Stiefel" + }, + { + "displayName": "boots_removed", + "langName": "Stiefel ausgezogen", + "object": "Kleidung", + "attribute": "Stiefel" + }, + { + "displayName": "high_heel_boots", + "langName": "Stiefel mit hohem Absatz", + "object": "Kleidung", + "attribute": "Stiefel" + }, + { + "displayName": "knee_boots", + "langName": "kniehohe Stiefel (Reitstiefel)", + "object": "Kleidung", + "attribute": "Stiefel" + }, + { + "displayName": "thigh_boots", + "langName": "hohe Stiefel", + "object": "Kleidung", + "attribute": "Stiefel" + }, + { + "displayName": "martin_boots", + "langName": "Martinsstiefel", + "object": "Kleidung", + "attribute": "Stiefel" + }, + { + "displayName": "ankle_boots", + "langName": "stiefeletten", + "object": "Kleidung", + "attribute": "Stiefel" + }, + { + "displayName": "toeless_boots", + "langName": "Zehenoffene Stiefel", + "object": "Kleidung", + "attribute": "Stiefel" + }, + { + "displayName": "lace-up_boots", + "langName": "Schnürstiefel", + "object": "Kleidung", + "attribute": "Stiefel" + }, + { + "displayName": "fur-trimmed_boots", + "langName": "Rohkantstiefel", + "object": "Kleidung", + "attribute": "Stiefel" + }, + { + "displayName": "snow_boots", + "langName": "Schneestiefel", + "object": "Kleidung", + "attribute": "Stiefel" + }, + { + "displayName": "anklet", + "langName": "Fußkettchen", + "object": "Kleidung", + "attribute": "Stiefel" + }, + { + "displayName": "rubber_boots", + "langName": "Gummistiefel", + "object": "Kleidung", + "attribute": "Stiefel" + }, + { + "displayName": "santa_boots", + "langName": "Weihnachtsstiefel", + "object": "Kleidung", + "attribute": "Stiefel" + }, + { + "displayName": "leather_boots", + "langName": "Lederstiefel", + "object": "Kleidung", + "attribute": "Stiefel" + }, + { + "displayName": "thighhighs_under_boots", + "langName": "Strümpfe unter Stiefeln", + "object": "Kleidung", + "attribute": "Stiefel" + }, + { + "displayName": "combat_boots", + "langName": "Kampfstiefel", + "object": "Kleidung", + "attribute": "Stiefel" + }, + { + "displayName": "doc_martens", + "langName": "Martinsstiefel", + "object": "Kleidung", + "attribute": "Stiefel" + }, + { + "displayName": "rain_boots", + "langName": "Regenstiefel", + "object": "Kleidung", + "attribute": "Stiefel" + }, + { + "displayName": "belt_boots", + "langName": "Gürtelstiefel", + "object": "Kleidung", + "attribute": "Stiefel" + }, + { + "displayName": "fur_boots", + "langName": "lässige Pelzstiefel mit niedrigem Absatz", + "object": "Kleidung", + "attribute": "Stiefel" + }, + { + "displayName": "single_boot", + "langName": "Ein Fuß ohne Stiefel", + "object": "Kleidung", + "attribute": "Stiefel" + }, + { + "displayName": "wide_sleeves", + "langName": "weite Ärmel", + "object": "Kleidung", + "attribute": null + }, + { + "displayName": "single_sleeve", + "langName": "einzelne Hülse", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "asymmetrical_sleeves", + "langName": "asymmetrische Ärmel", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "puffy_sleeves", + "langName": "Puffärmel", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "puffy_long_sleeves", + "langName": "puffige lange Ärmel", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "puffy_short_sleeves", + "langName": "puffige kurze Ärmel", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "frilled_sleeves", + "langName": "gekräuselte Ärmelränder", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "juliet_sleeves", + "langName": "Juliet Ärmel", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "bandaged_arm", + "langName": "Arm bandagiert", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "raglan_sleeves", + "langName": "Raglanärmel", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "vambraces", + "langName": "Unterarm-Panzerung", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "layered_sleeves", + "langName": "geschichtete Ärmel", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "fur-trimmed_sleeves", + "langName": "Ärmel mit rohem Rand", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "see-through_sleeves", + "langName": "Transparente Ärmel", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "torn_sleeves", + "langName": "zerrissene Ärmel", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "sleeves_past_fingers", + "langName": "Ärmel länger als Finger", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "sleeves_past_wrists", + "langName": "Ärmel oberhalb des Handgelenks", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "sleeves_past_elbows", + "langName": "Ärmel oberhalb des Ellbogens", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "sleeves_pushed_up", + "langName": "Ärmel hochschieben", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "arm_out_of_sleeve", + "langName": "Arme in Ärmeln", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "uneven_sleeves", + "langName": "ungerade Ärmel", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "mismatched_sleeves", + "langName": "falsch angepasste Ärmel", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "sleeve_rolled_up", + "langName": "Ärmel hochgekrempelt", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "sleeves_rolled_up", + "langName": "Ein Ärmel hochgekrempelt", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "feather-trimmed_sleeves", + "langName": "Ärmel mit Federbesatz", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "lace-trimmed_sleeves", + "langName": "Spitzenärmel", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "pinching_sleeves", + "langName": "Ärmel hochkrempeln", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "puffy_detached_sleeves", + "langName": "Puffärmel", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "ribbed_sleeves", + "langName": "gerippte Ärmel", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "single_detached_sleeve", + "langName": "Hülse, die auf einer Seite verbleibt", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "sleeves_folded_up", + "langName": "gefaltete Ärmel", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "striped_sleeves", + "langName": "gestreifte Ärmel", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "armband", + "langName": "Armbinde (Armbinde)", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "armlet", + "langName": "Armbinde", + "object": "Kleidung", + "attribute": "Arm" + }, + { + "displayName": "halo", + "langName": "Heiligenschein über dem Kopf", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "mechanical_halo", + "langName": "Mechanischer Halo", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "headwear", + "langName": "Kopfbedeckung", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "headpiece", + "langName": "Kopfbedeckung", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "headwear_removed", + "langName": "Kopfbedeckung entfernt", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "head_wreath", + "langName": "corolla", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "crown", + "langName": "Krone", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "mini_crown", + "langName": "Mini-Krone", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "tiara", + "langName": "Krone", + "object": "Zubehör", + "attribute": null + }, + { + "displayName": "diadem", + "langName": "Gleich wie oben", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "tilted_headwear", + "langName": "geneigter Kopfschmuck", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "head_fins", + "langName": "Kopfflosse", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "maid_headdress", + "langName": "Dienstmädchen-Diadem", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "bridal_veil", + "langName": "Brautschleier", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "headband", + "langName": "Stirnband", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "alternate_headwear", + "langName": "Eine Kopfbedeckung, die sich vom Original unterscheidet", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "fur-trimmed_headwear", + "langName": "Raw Edge Kopfbedeckung", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "goggles_on_headwear", + "langName": "Schutzbrille auf dem Hut", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "earphones", + "langName": "Kopfhörer", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "earmuffs", + "langName": "Gehörschutz", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "xx_on_head", + "langName": "xx auf den Kopf", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "leaf_on_head", + "langName": "Blätter auf dem Kopf", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "triangular_headpiece", + "langName": "dreieckiger Kopfschmuck", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "forehead_protector", + "langName": "Stirnprotektor", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "radio_antenna", + "langName": "Antenne", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "animal_hood", + "langName": "Tierohrhaube", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "bald", + "langName": "Kahl", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "bandana", + "langName": "Halstuch", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "circlet", + "langName": "Krone", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "hachimaki", + "langName": "Turban (Substantiv)", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "helm", + "langName": "das Tragen eines Helms", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "helmet_removed", + "langName": "Helm abnehmen | Helm abnehmen", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "horned_helmet", + "langName": "gehörnter Helm", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "japari_bun", + "langName": "Gedämpfte Japari-Brötchen", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "kerchief", + "langName": "quadratischer Turban", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "mami_mogu_mogu", + "langName": "Asami enthaupteter Terrier", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "skull_and_crossbones", + "langName": "Totenkopf und Knochen (Pirat, Gefahr, Warnung)", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "turban", + "langName": "muslimisches Kopftuch", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "headdress", + "langName": "Kopfbedeckungen (allgemeiner)", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "bear_hair_ornament", + "langName": "Kopfbedeckung mit Bärendruck", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "brown_headwear", + "langName": "Braunes Diadem", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "horned_headwear", + "langName": "Hornkopfschmuck", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "horns_through_headwear", + "langName": "Ein Kopfschmuck mit Löchern für die Hörner", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "no_headwear", + "langName": "Entfernte (vorhandene) Kopfbedeckung", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "object_on_head", + "langName": "Es gibt noch etwas anderes als eine Kopfbedeckung auf dem Kopf", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "print_headwear", + "langName": "Bedruckte Kopfbedeckung", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "bone_hair_ornament", + "langName": "Knochenschmuck", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "bunny_hair_ornament", + "langName": "Kaninchen-Schmuck", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "horn_ornament", + "langName": "Ornamente an den Ecken", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "animal_on_head", + "langName": "Tier auf dem Kopf", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "behind-the-head_headphones", + "langName": "Kopfhörer, die auf dem Hinterkopf getragen werden", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "bird_on_head", + "langName": "Vogel auf dem Kopf", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "cat_ear_headphones", + "langName": "Katzenohren-Kopfhörer", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "cat_on_head", + "langName": "Katze auf dem Kopf liegend", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "eyewear_on_head", + "langName": "Brillen auf dem Kopf", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "forehead_kiss", + "langName": "Kuss auf die Stirn", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "forehead-to-forehead", + "langName": "Stirn an Stirn", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "goggles_on_head", + "langName": "Tragen Sie eine Schutzbrille auf dem Kopf", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "head_bump", + "langName": "Bündel auf dem Kopf", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "head_mounted_display", + "langName": "Tragen eines kopfgetragenen Anzeigegeräts", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "head_out_of_frame", + "langName": "Ein Teil des Kopfes ist nicht in den Rahmen eingezeichnet", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "head_rest", + "langName": "Kopfkissen | Stützkopf", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "head_wings", + "langName": "Es gibt Flügel auf dem Kopf", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "headgear", + "langName": "Kopfzubehör (mit bestimmten Science-Fiction-Elementen)", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "headphones", + "langName": "Kopfhörer", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "heads-up_display", + "langName": "Statusleiste (Spiel und Sci-Fi-Stil)", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "headset", + "langName": "Kopfhörer", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "inter_headset", + "langName": "EVA Neural Connector", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "on_head", + "langName": "auf dem Kopf", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "person_on_head", + "langName": "Der kleine Mann ist auf dem Kopf", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "single_head_wing", + "langName": "Auf einer Seite des Kopfes befinden sich Flügel", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "adjusting_headwear", + "langName": "Kopfbedeckungen in Ordnung bringen", + "object": "Zubehör", + "attribute": "Kopfbedeckung" + }, + { + "displayName": "hair_ribbon", + "langName": "Stirnband", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "hairband", + "langName": "Emissionskarte", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "hair_tie", + "langName": "Stirnband", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "lolita_hairband", + "langName": "lolita stirnband", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "frilled_hairband", + "langName": "Gerafftes Stirnband", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "lace-trimmed_hairband", + "langName": "Spitzenstirnband", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "hair_bobbles", + "langName": "Stirnband", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "hair_ornament", + "langName": "Haar-Accessoires", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "hair_flower", + "langName": "Haarblume", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "x_hair_ornament", + "langName": "Haar-Accessoires", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "hair_bow", + "langName": "Schleife Haarschmuck", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "frog_hair_ornament", + "langName": "Frosch-Haarschmuck", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "heart_hair_ornament", + "langName": "Haarschmuck in Herzform", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "butterfly_hair_ornament", + "langName": "Schmetterlingshaarschmuck", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "star_hair_ornament", + "langName": "Stern-Haarschmuck", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "food-themed_hair_ornament", + "langName": "Haarschmuck zum Thema Essen", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "anchor_hair_ornament", + "langName": "Anker Haarschmuck", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "bat_hair_ornament", + "langName": "Fledermaus-Haarschmuck", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "carrot_hair_ornament", + "langName": "Karotten-Haarschmuck", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "cat_hair_ornament", + "langName": "Katzenhaar-Accessoires", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "clover_hair_ornament", + "langName": "Klee-Haarschmuck", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "hair pink flowers", + "langName": "rosa Blumen im Haar", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "crescent_hair_ornament", + "langName": "Halbmond-Haarschmuck", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "cross_hair_ornament", + "langName": "Fadenkreuz-Accessoires", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "d-pad_hair_ornament", + "langName": "Richtung Schlüssel Haarschmuck", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "fish_hair_ornament", + "langName": "Haarschmuck in Fischform", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "hairpods", + "langName": "Paare von drahtlosen Bluetooth-Haar-Accessoires auf dem Haar", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "leaf_hair_ornament", + "langName": "Blatt-Haarschmuck", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "musical_note_hair_ornament", + "langName": "Musiknoten-Haarschmuck", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "pumpkin_hair_ornament", + "langName": "Kürbis-Haarschmuck", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "skull_hair_ornament", + "langName": "Haarschmuck mit Totenkopf", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "snake_hair_ornament", + "langName": "Schlange Haar Accessoires | Frosch Haar Accessoires", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "snowflake_hair_ornament", + "langName": "Schneeflocken-Haarschmuck", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "strawberry_hair_ornament", + "langName": "Erdbeer-Haarschmuck", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "sunflower_hair_ornament", + "langName": "Sonnenblumen-Haarschmuck", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "hairpin", + "langName": "Haarnadelkurve", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "hairclip", + "langName": "Haarnadelkurve", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "hair_tubes", + "langName": "Haarrohr", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "hair_stick", + "langName": "Haarstäbchen", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "hair_bell", + "langName": "eine Glocke läuten", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "hair_rings", + "langName": "Haargummi", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "kanzashi", + "langName": "Haarnadelkurve", + "object": "Zubehör", + "attribute": "Haarschmuck" + }, + { + "displayName": "hood", + "langName": "Haube", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "hat", + "langName": "Hut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "no_hat", + "langName": "kein Hut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "beret", + "langName": "Baskenmütze", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "mini_top_hat", + "langName": "Mini-Hut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "party_hat", + "langName": "Partyhut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "sailor_hat", + "langName": "Matrosenhut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "santa_hat", + "langName": "Weihnachtsmannmütze", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "fedora", + "langName": "Filzhut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "witch_hat", + "langName": "Hexenhut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "mini_witch_hat", + "langName": "Mini-Hexenhut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "wizard_hat", + "langName": "Zaubererhut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "sun_hat", + "langName": "Sonnenhut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "straw_hat", + "langName": "Strohhut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "top_hat", + "langName": "Zylinderhut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "bucket_hat", + "langName": "Eimerhut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "beanie", + "langName": "Fleecemütze", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "large_hat", + "langName": "großer Hut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "tokin_hat", + "langName": "Zylinderhut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "mini_hat", + "langName": "Mini-Hut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "bowler_hat", + "langName": "Bowlerhut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "pillbox_hat", + "langName": "Pillendosenverschluss", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "cloche_hat", + "langName": "Schlapphut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "military_hat", + "langName": "Militärmütze", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "police_hat", + "langName": "Polizeimütze", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "chef_hat", + "langName": "Kochmütze", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "cowboy_hat", + "langName": "Cowboyhut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "school_hat", + "langName": "Schulmütze", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "pirate_hat", + "langName": "Piratenhut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "cabbie_hat", + "langName": "Taxifahrer-Hut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "hardhat", + "langName": "Helm", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "rice_hat", + "langName": "Bambushut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "animal_hat", + "langName": "Tiermütze", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "fur_hat", + "langName": "Lederhut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "hat_with_ears", + "langName": "Hut mit Ohren", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "bobblehat", + "langName": "Glockenhut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "pillow_hat", + "langName": "Kissenhut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "pumpkin_hat", + "langName": "Kürbishut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "torn_hat", + "langName": "zerrissener Hut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "backwards_hat", + "langName": "umgekehrter Hut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "bowl_hat", + "langName": "Schalenhut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "cat_hat", + "langName": "Katzenohren-Hut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "cap", + "langName": "Schirmmütze", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "nurse_cap", + "langName": "Schwesternhaube", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "baseball_cap", + "langName": "Baseballkappe", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "jester_cap", + "langName": "Clownshut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "side_cap", + "langName": "Seitenhut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "garrison_cap", + "langName": "Garnisonsmütze", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "flat_cap", + "langName": "Schirmmütze", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "mob_cap", + "langName": "Pöbelhut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "newsboy_cap", + "langName": "Newsboy-Hut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "bowknot_over_white_beret", + "langName": "Schleife auf weißer Baskenmütze", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "dixie_cup_hat", + "langName": "Hundeschale Hut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "hat_bow", + "langName": "Hut mit Schleife", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "hat_feather", + "langName": "Hut mit Federn", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "hat_flower", + "langName": "Hut mit Blumen", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "hat_ornament", + "langName": "Hut mit Ornamenten", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "hat_over_one_eye", + "langName": "Der Hut verdeckt ein Auge", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "hat_removed", + "langName": "Hut wird abgenommen | Hut wird abgenommen", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "hat_ribbon", + "langName": "Hut mit Schleife", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "hat_tip", + "langName": "Die Krempe des Hutes halten", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "hatching_(texture)", + "langName": "Linienschattierung (Textur)", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "hatsune_miku_(cosplay)", + "langName": "denn in Hatsune Miku", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "porkpie_hat", + "langName": "Taoistischer Hut", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "sideways_hat", + "langName": "Das Visier ist an der Seite abgeschnitten", + "object": "Zubehör", + "attribute": "Hut" + }, + { + "displayName": "glasses", + "langName": "Brillen", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "eyewear", + "langName": "Auge", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "monocle", + "langName": "Monokel", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "under-rim_eyewear", + "langName": "gerahmte Gläser", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "rimless_eyewear", + "langName": "randlose Brille", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "semi-rimless_eyewear", + "langName": "Halb randlose Brille", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "red-framed_eyewear", + "langName": "Brille mit rotem Gestell", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "round_eyewear", + "langName": "runde Brillengestelle", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "black-framed_eyewear", + "langName": "Brille mit schwarzem Gestell", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "tinted_eyewear", + "langName": "getönte Brillen", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "medical_eyepatch", + "langName": "medizinische Augenmaske", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "bandage_over_one_eye", + "langName": "Verbinden Sie ein Auge", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "crooked_eyewear", + "langName": "schiefe Brille", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "eyewear_removed", + "langName": "Brille abnehmen", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "sunglasses", + "langName": "Sonnenbrille (zum Schutz der Augen)", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "reflection glasses", + "langName": "Sonnenbrille (Augen sichtbar)", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "goggles", + "langName": "Schutzbrille", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "Blindfold", + "langName": "Augenmaske", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "eyepatch", + "langName": "Augenklappe (ein Auge)", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "bespectacled", + "langName": "Brillenträger", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "blue-framed_eyewear", + "langName": "Brille mit blauem Gestell", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "brown-framed_eyewear", + "langName": "braunes Brillengestell", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "coke-bottle_glasses", + "langName": "Runde Gläser so dick wie Glasflaschenböden", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "no_eyewear", + "langName": "Entfernte (vorhandene) Brille", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "opaque_glasses", + "langName": "Brillen, bei denen die Augen nicht sichtbar sind", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "over-rim_eyewear", + "langName": "Untere Hälfte randlose Brille", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "pince-nez", + "langName": "pince-nez | beinlose Brille", + "object": "Zubehör", + "attribute": "Brillen" + }, + { + "displayName": "mask", + "langName": "Maske", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "half_mask", + "langName": "Halbmaske", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "masked", + "langName": "maskiert", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "mask_lift", + "langName": "Die Maske anheben", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "mask_on_head", + "langName": "Die Maske wird auf den Kopf gehoben", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "mask_removed", + "langName": "Maske abgenommen", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "mouth_mask", + "langName": "Gesichtsmaske", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "surgical_mask", + "langName": "medizinische Maske", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "plague_doctor_mask", + "langName": "Pest Doktor Maske", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "gas_mask", + "langName": "Gasmaske", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "visor", + "langName": "Gesichtsmaske | Visier | Sonnenblende", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "fox_mask", + "langName": "Fuchsmaske", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "diving_mask", + "langName": "Tauchermaske", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "diving_mask_on_head", + "langName": "Am Kopf befestigte Tauchmaske", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "oni_mask", + "langName": "Geistermaske", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "tengu_mask", + "langName": "Tengu-Maske", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "ninja_mask", + "langName": "Ninja-Maske", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "skull_mask", + "langName": "Totenkopfmaske", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "hockey_mask", + "langName": "Hockeymaske", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "bird_mask", + "langName": "Vogelmaske", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "stone_mask", + "langName": "Steingesicht", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "horse_mask", + "langName": "Pferdemaske", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "masquerade_mask", + "langName": "Maskeradenmaske", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "domino_mask", + "langName": "SM-Maske", + "object": "Zubehör", + "attribute": "Maske" + }, + { + "displayName": "cross_earrings", + "langName": "Kreuz-Ohrringe", + "object": "Zubehör", + "attribute": "Ohrring" + }, + { + "displayName": "crystal_earrings", + "langName": "Kristall-Ohrringe", + "object": "Zubehör", + "attribute": "Ohrring" + }, + { + "displayName": "earrings", + "langName": "Ohrringe", + "object": "Zubehör", + "attribute": "Ohrring" + }, + { + "displayName": "flower_earrings", + "langName": "Blumenohrringe", + "object": "Zubehör", + "attribute": "Ohrring" + }, + { + "displayName": "heart_earrings", + "langName": "herzförmige Ohrringe", + "object": "Zubehör", + "attribute": "Ohrring" + }, + { + "displayName": "hoop_earrings", + "langName": "Reif-Ohrringe", + "object": "Zubehör", + "attribute": "Ohrring" + }, + { + "displayName": "multiple_earrings", + "langName": "mehrere Ohrringe", + "object": "Zubehör", + "attribute": "Ohrring" + }, + { + "displayName": "pill_earrings", + "langName": "Ohrringe im Pillenstil", + "object": "Zubehör", + "attribute": "Ohrring" + }, + { + "displayName": "single_earring", + "langName": "Das Tragen von Ohrringen nur auf einer Seite", + "object": "Zubehör", + "attribute": "Ohrring" + }, + { + "displayName": "skull_earrings", + "langName": "Totenkopf-Ohrringe", + "object": "Zubehör", + "attribute": "Ohrring" + }, + { + "displayName": "star_earrings", + "langName": "Stern-Ohrringe", + "object": "Zubehör", + "attribute": "Ohrring" + }, + { + "displayName": "crescent earrings", + "langName": "Mondsichel-Ohrringe", + "object": "Zubehör", + "attribute": "Ohrring" + }, + { + "displayName": "wristwatch", + "langName": "Uhr", + "object": "Zubehör", + "attribute": "Handschmuck" + }, + { + "displayName": "cane", + "langName": "Schilfrohr", + "object": "Zubehör", + "attribute": "Handschmuck" + }, + { + "displayName": "staff", + "langName": "Zauberstab", + "object": "Zubehör", + "attribute": "Handschmuck" + }, + { + "displayName": "holding a golden staff", + "langName": "goldenes Zepter", + "object": "Zubehör", + "attribute": "Handschmuck" + }, + { + "displayName": "cuffs", + "langName": "Pranger", + "object": "Zubehör", + "attribute": "Handschmuck" + }, + { + "displayName": "handcuffs", + "langName": "Polizei-Handschellen", + "object": "Zubehör", + "attribute": "Handschmuck" + }, + { + "displayName": "revolver", + "langName": "Revolver", + "object": "Zubehör", + "attribute": "Handschmuck" + }, + { + "displayName": "bandage", + "langName": "Bandagen", + "object": "Zubehör", + "attribute": "Handschmuck" + }, + { + "displayName": "leash", + "langName": "Gürtel", + "object": "Zubehör", + "attribute": "Handschmuck" + }, + { + "displayName": "arm_tattoo", + "langName": "Armtattoo", + "object": "Zubehör", + "attribute": "Handschmuck" + }, + { + "displayName": "number_tattoo", + "langName": "digitales Tattoo", + "object": "Zubehör", + "attribute": "Handschmuck" + }, + { + "displayName": "bead_bracelet", + "langName": "Perlenarmband", + "object": "Zubehör", + "attribute": "Handschmuck" + }, + { + "displayName": "flower_bracelet", + "langName": "Blumenarmband", + "object": "Zubehör", + "attribute": "Handschmuck" + }, + { + "displayName": "spiked_bracelet", + "langName": "Nietenarmband", + "object": "Zubehör", + "attribute": "Handschmuck" + }, + { + "displayName": "wrist_cuffs", + "langName": "Von den Ärmeln getrennte Handgelenksmanschetten", + "object": "Zubehör", + "attribute": "Handschmuck" + }, + { + "displayName": "wristband", + "langName": "Handgelenkband", + "object": "Zubehör", + "attribute": "Handschmuck" + }, + { + "displayName": "bracer", + "langName": "Handgelenkstützen", + "object": "Zubehör", + "attribute": "Handschmuck" + }, + { + "displayName": "bound_wrists", + "langName": "Handgelenk binden", + "object": "Zubehör", + "attribute": "Handschmuck" + }, + { + "displayName": "wrist_scrunchie", + "langName": "Handgelenk-Haargummis", + "object": "Zubehör", + "attribute": "Handschmuck" + }, + { + "displayName": "shackles", + "langName": "Handschellen", + "object": "Zubehör", + "attribute": "Handschmuck" + }, + { + "displayName": "chains", + "langName": "Kette", + "object": "Zubehör", + "attribute": "Handschmuck" + }, + { + "displayName": "chain_leash", + "langName": "Kette mit Leine", + "object": "Zubehör", + "attribute": "Handschmuck" + }, + { + "displayName": "gloves", + "langName": "Handschuhe", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "gloves_removed", + "langName": "Handschuhe ausziehen", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "no_gloves", + "langName": "Entfernte (vorhandene) Handschuhe", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "single_glove", + "langName": "einzelner Handschuh", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "single_elbow_glove", + "langName": "Tragen eines ellbogenlangen Handschuhs an einer Hand", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "long_gloves", + "langName": "lange Handschuhe", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "elbow_gloves", + "langName": "Langärmelige Handschuhe (Ellbogenhandschuhe)", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "bridal_gauntlets", + "langName": "Brauthandschuhe", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "half_gloves", + "langName": "sehr kurze Handschuhe | Halbhandschuhe", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "fingerless_gloves", + "langName": "fingerlose Handschuhe", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "partially_fingerless_gloves", + "langName": "Teilweise fingerlose Handschuhe", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "paw_gloves", + "langName": "Krallenhandschuhe (Fingerhandschuhe)", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "mittens", + "langName": "Fäustlinge (Zwei-Finger-Handschuhe)", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "baseball_mitt", + "langName": "Baseballhandschuh", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "fur-trimmed_gloves", + "langName": "Raw-Edge-Handschuhe", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "latex_gloves", + "langName": "Latexhandschuhe", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "lace-trimmed_gloves", + "langName": "Spitzenhandschuhe", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "wears a pair of white lace gloves", + "langName": "weiße Spitzenhandschuhe", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "leather_gloves", + "langName": "Lederhandschuhe", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "frilled_gloves", + "langName": "Spitzenhandschuhe", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "mismatched_gloves", + "langName": "Zweifarbige Handschuhe", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "multicolored_gloves", + "langName": "Multicolor Handschuhe", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "asymmetrical_gloves", + "langName": "asymmetrische Handschuhe", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "brown_gloves", + "langName": "braune Handschuhe", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "oven_mitts", + "langName": "Isolierte Handschuhe", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "print_gloves", + "langName": "bedruckte Handschuhe", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "striped_gloves", + "langName": "gestreifte Handschuhe", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "torn_gloves", + "langName": "beschädigte Handschuhe", + "object": "Zubehör", + "attribute": "Handschuhe" + }, + { + "displayName": "wedding_band", + "langName": "Ehering", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "crystal", + "langName": "Kristall", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "gem", + "langName": "gem", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "chest_jewel", + "langName": "Edelstein in der Brust", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "forehead_jewel", + "langName": "Schmuckstück an der Stirn", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "tassel", + "langName": "Quaste", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "belly_chain", + "langName": "Bauchfellkette", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "ribbon", + "langName": "Farbband", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "stitches", + "langName": "Nähte", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "bandaid", + "langName": "Pflaster", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "collar", + "langName": "Kragen", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "steam", + "langName": "Dampf", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "bell", + "langName": "Glocke", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "amulet", + "langName": "Amulett", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "emblem", + "langName": "Ausweis", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "anchor_symbol", + "langName": "Ankersymbol", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "cross", + "langName": "Kreuz", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "diffraction_spikes", + "langName": "Beugungskreuz", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "iron_cross", + "langName": "Eisernes Kreuz", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "latin_cross", + "langName": "lateinisches Kreuz", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "st._gloriana's_(emblem)", + "langName": "Schulemblem der St. Gloria Anna Mädchenschule", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "heart_lock_(kantai_collection)", + "langName": "Schiffsmädchen-Schloss (Schiff C)", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "joints", + "langName": "gemeinsame", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "kneepits", + "langName": "Knie", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "knee_pads", + "langName": "Knieschoner", + "object": "Zubehör", + "attribute": "Kleine Dekoration" + }, + { + "displayName": "bracelet", + "langName": "Armbänder", + "object": "Zubehör", + "attribute": "Schmuck" + }, + { + "displayName": "choker", + "langName": "Kragen", + "object": "Zubehör", + "attribute": "Schmuck" + }, + { + "displayName": "metal collar", + "langName": "Metallkragen", + "object": "Zubehör", + "attribute": "Schmuck" + }, + { + "displayName": "ring", + "langName": "Ring", + "object": "Zubehör", + "attribute": "Schmuck" + }, + { + "displayName": "pendant", + "langName": "Anhänger", + "object": "Zubehör", + "attribute": "Schmuck" + }, + { + "displayName": "brooch", + "langName": "Brosche", + "object": "Zubehör", + "attribute": "Schmuck" + }, + { + "displayName": "bangle", + "langName": "Armband", + "object": "Zubehör", + "attribute": "Schmuck" + }, + { + "displayName": "sunburst", + "langName": "Sunburst-Schmuck", + "object": "Zubehör", + "attribute": "Schmuck" + }, + { + "displayName": "pearl bracelet", + "langName": "Perlenarmband", + "object": "Zubehör", + "attribute": "Schmuck" + }, + { + "displayName": "drop earrings", + "langName": "Ohrring", + "object": "Zubehör", + "attribute": "Schmuck" + }, + { + "displayName": "puppet rings", + "langName": "Puppenring", + "object": "Zubehör", + "attribute": "Schmuck" + }, + { + "displayName": "corsage", + "langName": "Korsage", + "object": "Zubehör", + "attribute": "Schmuck" + }, + { + "displayName": "sapphire brooch", + "langName": "Saphir-Brosche", + "object": "Zubehör", + "attribute": "Schmuck" + }, + { + "displayName": "jewelry", + "langName": "Schmuck", + "object": "Zubehör", + "attribute": "Schmuck" + }, + { + "displayName": "necklace", + "langName": "Halskette", + "object": "Zubehör", + "attribute": "Schmuck" + }, + { + "displayName": "stud_earrings", + "langName": "Ohrringe", + "object": "Zubehör", + "attribute": "Schmuck" + }, + { + "displayName": "belt", + "langName": "Gürtel", + "object": "Zubehör", + "attribute": "Zubehör" + }, + { + "displayName": "fanny pack", + "langName": "Gürteltasche", + "object": "Zubehör", + "attribute": "Zubehör" + }, + { + "displayName": "girdling", + "langName": "Hüftgürtel", + "object": "Zubehör", + "attribute": "Zubehör" + }, + { + "displayName": "handbag", + "langName": "Handtasche", + "object": "Zubehör", + "attribute": "Zubehör" + }, + { + "displayName": "cross-body bag", + "langName": "Umhängetasche", + "object": "Zubehör", + "attribute": "Zubehör" + }, + { + "displayName": "One shoulder bag", + "langName": "Umhängetasche", + "object": "Zubehör", + "attribute": "Zubehör" + }, + { + "displayName": "Canvas bag", + "langName": "Segeltuchtasche", + "object": "Zubehör", + "attribute": "Zubehör" + }, + { + "displayName": "veils", + "langName": "Schleier", + "object": "Zubehör", + "attribute": "Zubehör" + }, + { + "displayName": "antiseptic mask", + "langName": "Gesichtsmaske", + "object": "Zubehör", + "attribute": "Zubehör" + }, + { + "displayName": "transparent_background", + "langName": "Transparenter Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "white_background", + "langName": "weißer Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "black_background", + "langName": "schwarzer Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "grey_background", + "langName": "grauer Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "tan_background", + "langName": "sepiafarbener Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "beige_background", + "langName": "beiger Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "brown_background", + "langName": "brauner Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "two-tone_background", + "langName": "Duotoner Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "multicolored_background", + "langName": "bunter Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "rainbow_background", + "langName": "Regenbogen-Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "blurry_foreground", + "langName": "Unscharfer Vordergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "gradient_background", + "langName": "Hintergrund mit Farbverlauf", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "abstract_background", + "langName": "abstrakter Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "argyle_background", + "langName": "Rhombus-Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "checkered_background", + "langName": "Karierter Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "floral_background", + "langName": "Mit Blumen geschmückter Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "foral_background", + "langName": "Dekorativer Hintergrund mit Blumenmuster", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "striped_background", + "langName": "runde Flecken Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "cyberpunk", + "langName": "cyberpunk", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "scenery", + "langName": "Landschaft", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "city_lights", + "langName": "Stadt Lichter Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "starry_background", + "langName": "Sternenhimmel Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "sparkle_background", + "langName": "glitzernder Sternenhintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "bubble_background", + "langName": "Blasen Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "clock_background", + "langName": "Hintergrund der Uhr", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "halftone_background", + "langName": "Punktmuster-Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "heart_background", + "langName": "Pfirsich Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "honeycomb_background", + "langName": "Wabenförmiger Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "plaid_background", + "langName": "Tartan-Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "simple_background", + "langName": "einfacher Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "ban", + "langName": "Technologische Fantasie", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "crop_top_overhang", + "langName": "Überhang des Crop-Tops", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "viewfinder", + "langName": "Kamerasucher", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "rounded_corners", + "langName": "Der Hintergrund oder Rahmen hat abgerundete Ecken", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "border", + "langName": "Rahmen", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "outside_border", + "langName": "Ein Teil des Bildes befindet sich außerhalb des Hintergrundrahmens", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "pillarboxed", + "langName": "säulenförmiger Leinwandhintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "windowboxed", + "langName": "Satz Bilderrahmen (Hintergrund)", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "flashback", + "langName": "Szene abrufen", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "background_text", + "langName": "Hintergrundtext", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "wall_of_text", + "langName": "Texthintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "blurred background", + "langName": "verschwommener Hintergrund", + "object": "Umwelt", + "attribute": "Hintergrund" + }, + { + "displayName": "in spring", + "langName": "Feder", + "object": "Umwelt", + "attribute": "Saison" + }, + { + "displayName": "in summer", + "langName": "Sommer", + "object": "Umwelt", + "attribute": "Saison" + }, + { + "displayName": "in autumn", + "langName": "Herbst", + "object": "Umwelt", + "attribute": "Saison" + }, + { + "displayName": "in winter", + "langName": "Winter", + "object": "Umwelt", + "attribute": "Saison" + }, + { + "displayName": "(autumn maple forest:1.3),(very few fallen leaves),(path)", + "langName": "Herbstliche Szenerie", + "object": "Umwelt", + "attribute": "Saison" + }, + { + "displayName": "day", + "langName": "tagsüber", + "object": "Umwelt", + "attribute": "Wetter" + }, + { + "displayName": "dusk", + "langName": "Dämmerung", + "object": "Umwelt", + "attribute": "Wetter" + }, + { + "displayName": "night", + "langName": "Nacht", + "object": "Umwelt", + "attribute": "Wetter" + }, + { + "displayName": "rain", + "langName": "Regen", + "object": "Umwelt", + "attribute": "Wetter" + }, + { + "displayName": "snow,ice", + "langName": "Eis und Schnee", + "object": "Umwelt", + "attribute": "Wetter" + }, + { + "displayName": "snowflakes", + "langName": "Schneeflocke", + "object": "Umwelt", + "attribute": "Wetter" + }, + { + "displayName": "lighting", + "langName": "Blitzschlag", + "object": "Umwelt", + "attribute": "Wetter" + }, + { + "displayName": "rainbow", + "langName": "Regenbogen", + "object": "Umwelt", + "attribute": "Wetter" + }, + { + "displayName": "meteor shower", + "langName": "Meteoritenschauer", + "object": "Umwelt", + "attribute": "Wetter" + }, + { + "displayName": "cloudy", + "langName": "teilweise bewölkt", + "object": "Umwelt", + "attribute": "Wetter" + }, + { + "displayName": "rainy days", + "langName": "Regen", + "object": "Umwelt", + "attribute": "Wetter" + }, + { + "displayName": "in the rain", + "langName": "im Regen", + "object": "Umwelt", + "attribute": "Wetter" + }, + { + "displayName": "shooting star", + "langName": "Meteoriten", + "object": "Umwelt", + "attribute": "Wetter" + }, + { + "displayName": "smooth fog", + "langName": "weicher Nebel", + "object": "Umwelt", + "attribute": "Wetter" + }, + { + "displayName": "thunderstorms", + "langName": "Sturm", + "object": "Umwelt", + "attribute": "Wetter" + }, + { + "displayName": "stormy ocean", + "langName": "stürmische See", + "object": "Umwelt", + "attribute": "Wetter" + }, + { + "displayName": "ocean backdrop", + "langName": "Ozeanischer Hintergrund", + "object": "Umwelt", + "attribute": "Wetter" + }, + { + "displayName": "lightning", + "langName": "Blitzschlag", + "object": "Umwelt", + "attribute": "Wetter" + }, + { + "displayName": "beautiful detailed sky, beautiful detailed water", + "langName": "Gutes Wetter und gutes Wasser", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "beautiful purple sunset at beach", + "langName": "Sonnenuntergang am Meer", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "mountain", + "langName": "Berge", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "hills", + "langName": "hügel", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "on a hill", + "langName": "Berg", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "the top of the hill", + "langName": "Berggipfel", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "forest", + "langName": "Wald", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "grove", + "langName": "Wald", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "bamboo forest", + "langName": "Bambuswald", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "Dreamy forest", + "langName": "Traumwald (unwirklicher Sinn. Leise Lichtteilchen)", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "savanna", + "langName": "Prärie", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "plateau", + "langName": "Hochebene", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "valley", + "langName": "Tal", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "canyon", + "langName": "Canyon", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "cliff", + "langName": "Klippe", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "oasis", + "langName": "Oase", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "wasteland", + "langName": "Ödland", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "glacier", + "langName": "Gletscher", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "volcano", + "langName": "Vulkan", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "waterfall", + "langName": "Herbst", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "stream", + "langName": "Strom", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "river", + "langName": "Fluss", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "lake", + "langName": "See", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "ocean", + "langName": "Meer", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "sea", + "langName": "Meer", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "beach", + "langName": "am Meer", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "on the beach", + "langName": "Strand", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "over the sea", + "langName": "am Meer", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "waves", + "langName": "Welle", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "seaweed", + "langName": "Seegras", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "underwater", + "langName": "im Wasser", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "floating island", + "langName": "schwimmende Insel", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "flowers meadows", + "langName": "Blumenwiese", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "flower field", + "langName": "Blumenfeld", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "flower sea", + "langName": "Ein Meer von Blumen", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "rose petals", + "langName": "Rosenblütenblätter", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "falling petals", + "langName": "abgefallene Blumen", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "in a meadow", + "langName": "Grünland", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "field", + "langName": "ländlich", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "wheat field", + "langName": "Weizenfeld", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "rice paddy", + "langName": "Paddy", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "onsen", + "langName": "Heilbad", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "dripping", + "langName": "Tropfwasser", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "swirl", + "langName": "Wirbel", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "ripples", + "langName": "Welligkeit", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "Alps", + "langName": "alpen", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "on a desert", + "langName": "Wüste", + "object": "Umwelt", + "attribute": "Natur" + }, + { + "displayName": "sky", + "langName": "Himmel", + "object": "Umwelt", + "attribute": "Himmel" + }, + { + "displayName": "gradient_sky", + "langName": "schiefer Himmel", + "object": "Umwelt", + "attribute": "Himmel" + }, + { + "displayName": "sunset", + "langName": "Sonnenuntergang", + "object": "Umwelt", + "attribute": "Himmel" + }, + { + "displayName": "night_sky", + "langName": "Nachthimmel", + "object": "Umwelt", + "attribute": "Himmel" + }, + { + "displayName": "starry_sky", + "langName": "Sternenhimmel", + "object": "Umwelt", + "attribute": "Himmel" + }, + { + "displayName": "star_(sky)", + "langName": "Sterne (am Himmel)", + "object": "Umwelt", + "attribute": "Himmel" + }, + { + "displayName": "star_trail", + "langName": "Sternspuren", + "object": "Umwelt", + "attribute": "Himmel" + }, + { + "displayName": "moon", + "langName": "Mond", + "object": "Umwelt", + "attribute": "Himmel" + }, + { + "displayName": "crescent", + "langName": "Mondsichel", + "object": "Umwelt", + "attribute": "Himmel" + }, + { + "displayName": "crescent_moon", + "langName": "Neumond", + "object": "Umwelt", + "attribute": "Himmel" + }, + { + "displayName": "full_moon", + "langName": "Vollmond", + "object": "Umwelt", + "attribute": "Himmel" + }, + { + "displayName": "moonlight", + "langName": "Mondschein", + "object": "Umwelt", + "attribute": "Himmel" + }, + { + "displayName": "scarlet_moon", + "langName": "Scharlachmond", + "object": "Umwelt", + "attribute": "Himmel" + }, + { + "displayName": "hyper_galaxy", + "langName": "Supergalaxie", + "object": "Umwelt", + "attribute": "Himmel" + }, + { + "displayName": "universe", + "langName": "Universum", + "object": "Umwelt", + "attribute": "Himmel" + }, + { + "displayName": "space", + "langName": "Raum", + "object": "Umwelt", + "attribute": "Himmel" + }, + { + "displayName": "planet", + "langName": "Planet", + "object": "Umwelt", + "attribute": "Himmel" + }, + { + "displayName": "from_space_station", + "langName": "Raumstation", + "object": "Umwelt", + "attribute": "Himmel" + }, + { + "displayName": "satellite", + "langName": "Satellit", + "object": "Umwelt", + "attribute": "Himmel" + }, + { + "displayName": "lunar", + "langName": "lunar, _lunar;", + "object": "Umwelt", + "attribute": "Himmel" + }, + { + "displayName": "cirrus", + "langName": "Zirrus", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "cirrocumulus", + "langName": "Cirrocumulus-Wolken", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "cirrostratus", + "langName": "cirrostratus", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "altocumulus", + "langName": "Altocumulus-Typ", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "altostratus", + "langName": "Altostratus-Wolken", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "stratus", + "langName": "stratus", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "stratocumulus", + "langName": "Stratocumulus", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "cumulus", + "langName": "Kumulus", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "cumulonimbus", + "langName": "Kumulonimbus", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "Nimbostratus", + "langName": "Nimbostratus", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "cirrus_fibratus", + "langName": "Zirruswolke", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "cirrus_uncinus", + "langName": "Zirruswolke", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "cirrus_spissatus", + "langName": "dichte Zirruswolken", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "cirrus_floccus", + "langName": "Zirruswolken", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "cirrus_castellanus", + "langName": "Fort Cirrus", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "cirrus_intortus", + "langName": "chaotische Wolken", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "cirrocumulus_stratiformis", + "langName": "Stratokumulus", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "cirrocumulus_floccus", + "langName": "Cirrocumulus flocculus", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "cirrocumulus_castellanus", + "langName": "Cirrocumulus castellus", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "cirrocumulus_lacunosus", + "langName": "Cirrocumulus reticularis", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "cirrostratus_fibratus", + "langName": "Cirrostratus", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "cirrostratus_nebulosus", + "langName": "cirrostratus", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "altocumulus_strataformis", + "langName": "stratiforme Altocumuluswolken", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "altocumulus_lenticularis", + "langName": "linsenförmige Altocumuluswolken", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "altocumulus_castellanus", + "langName": "Altokumulus-Festung", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "altocumulus_floccus", + "langName": "flockige Altocumuluswolken", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "altocumulus_lacunosus", + "langName": "netzartiger Altokumulus", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "altostratus_undulatus", + "langName": "wellige Altostratuswolken", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "altostratus_duplicates", + "langName": "zusammengesetzte Altostratus-Wolke", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "altostratus_pannus", + "langName": "gebrochener Altostratus", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "altostratus_translucidus", + "langName": "Altostratus-Wolken", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "altostratus_opacus", + "langName": "verdunkelnde Altostratuswolken", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "altostratus_radiatus", + "langName": "radiale Altostratuswolken", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "altostratus_mammatus", + "langName": "Altostratuswolken von Säugetieren", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "stratus_fractus", + "langName": "Stratuswolken", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "stratus_nebulosus", + "langName": "Nebelschicht Wolken", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "stratus_undulatus", + "langName": "Wavestratus", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "stratocumulus_stratiformis", + "langName": "Stratokumuluswolken", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "stratocumulus_cumulogentis", + "langName": "Cumulonimbus Stratocumulus", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "stratocumulus_castellanus", + "langName": "Stratocumuluswolken mit Zinnen", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "stratocumulus_lenticularis", + "langName": "linsenförmige Stratocumuluswolken", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "stratocumulus_lacunosus", + "langName": "flockiger Stratokumulus", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "cumulus_humilis", + "langName": "Kumuluswolken", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "cumulus_mediocris", + "langName": "Mesocumulus-Wolken", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "cumulus_congestus", + "langName": "Cumulus congestus", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "cumulus_fractus", + "langName": "Kumuluswolken", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "cumulonimbus_calvus", + "langName": "Kumulonimbusglatze", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "cumulonimbus_capillatus", + "langName": "Kumulonimbus-Mähne", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "cumulonimbus_incus", + "langName": "Cumulonimbus-Amboss", + "object": "Umwelt", + "attribute": "Wolke" + }, + { + "displayName": "outdoors", + "langName": "im Freien", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "castle", + "langName": "Schloss", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "cyberpunk city", + "langName": "Cyberpunk-Stadt", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "Bustling city", + "langName": "belebte Stadt", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "neon lights", + "langName": "Neonlichter", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "street lamp", + "langName": "Straßenlaterne", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "skyscraper", + "langName": "Wolkenkratzer", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "building", + "langName": "Architektur", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "gothic architecture", + "langName": "Gotische Architektur", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "chinese style architecture", + "langName": "Architektur im antiken Stil", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "Industrial wind, Chinese architecture", + "langName": "Industrialisierte alte Gebäude", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "church", + "langName": "Kirche", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "cathedral", + "langName": "Kathedrale", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "mosque", + "langName": "Moschee", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "torii", + "langName": "Torii", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "gohei", + "langName": "Schrein", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "temple", + "langName": "Tempel", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "ruins", + "langName": "bleibt", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "remains", + "langName": "Wrackteile", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "fountain", + "langName": "Springbrunnen", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "park", + "langName": "Garten", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "treehouse", + "langName": "Baumhaus", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "botanical garden", + "langName": "botanischer Garten", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "grave", + "langName": "Grab", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "graveyard", + "langName": "Friedhof", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "tombstone", + "langName": "Grabstein", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "monolith", + "langName": "riesiges Steinobjekt", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "rappelling", + "langName": "Nivellierung (hängend)", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "harbor", + "langName": "Hafen", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "bridge", + "langName": "Brücke", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "railroad tracks", + "langName": "Schiene", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "railroad", + "langName": "Eisenbahn", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "railway", + "langName": "Eisenbahn", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "train station", + "langName": "BAHNHOF", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "bus stop", + "langName": "Busbahnhof", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "phone booth", + "langName": "Telefonzelle", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "tunnel", + "langName": "Tunnel", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "airport", + "langName": "Flughafen", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "ferris wheel", + "langName": "Riesenrad", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "carousel", + "langName": "Karussell", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "waterpark", + "langName": "Wasserpark", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "stadium", + "langName": "Stadion", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "arena", + "langName": "arena", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "Auditorium", + "langName": "Halle", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "concert", + "langName": "Konzert", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "market stall", + "langName": "Marktstand", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "shop", + "langName": "Shop", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "restaurant", + "langName": "Restaurant", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "bakery", + "langName": "Bäckerei", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "convenience store", + "langName": "Lebensmittelgeschäft", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "supermarket", + "langName": "Supermarkt", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "pharmacy", + "langName": "Apotheke", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "bar", + "langName": "bar", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "izakaya", + "langName": "Izakaya", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "cafe", + "langName": "Cafés", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "coffee house", + "langName": "Cafés", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "Trapeze", + "langName": "Aufhänger; Schaukel", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "bowling alley", + "langName": "Bowlingbahn", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "gym", + "langName": "Fitnessstudio", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "library", + "langName": "Bibliothek", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "art gallery", + "langName": "Kunstgalerie", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "museum", + "langName": "Museum", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "planetarium", + "langName": "Planetarium", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "swimming pool", + "langName": "Schwimmbad", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "zoo", + "langName": "zoo", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "aquarium", + "langName": "Aquarium", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "laboratory", + "langName": "Labor", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "prison", + "langName": "Gefängnis", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "engine room", + "langName": "Maschinenraum", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "warehouse", + "langName": "Lagerhaus", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "workshop", + "langName": "Werkstatt", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "courtroom", + "langName": "Gericht", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "theater", + "langName": "Theater", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "movie theater", + "langName": "Kino", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "billiard", + "langName": "Billardtisch", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "casino", + "langName": "Kasino", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "playground", + "langName": "Spielplatz", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "greco-roman architectur", + "langName": "Weströmische Architektur", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "in the romanesque architecture streets", + "langName": "Römische Straßen", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "handrail", + "langName": "Geländer", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "shanty town/slum", + "langName": "Slum", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "modern,Europe", + "langName": "Moderne europäische Architektur", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "building_ruins", + "langName": "Bauruinen", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "amusement_park", + "langName": "Vergnügungspark", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "Disney_land", + "langName": "disneyland", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "wrestling_ring", + "langName": "Wrestling-Ring", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "Japanese_hotel", + "langName": "japanisches Hotel", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "jail_bars", + "langName": "Gefängnisbar", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "in_the_movie_theatre", + "langName": "im Kino", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "architecture", + "langName": "Architektur", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "magnificent_architecture", + "langName": "Architektur", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "east_asian_architecture", + "langName": "ostasiatische architektur", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "chinese_style_loft", + "langName": "Loft im chinesischen Stil", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "traditional_chinese_room", + "langName": "Zimmer im traditionellen chinesischen Stil", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "turret", + "langName": "Turm", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "tower", + "langName": "Turm", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "at the lighthouse", + "langName": "Leuchtturm", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "reservoir", + "langName": "Reservoir", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "under_bridge", + "langName": "Unter der Brücke", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "rubble_ruins", + "langName": "Schutt | Ruinen", + "object": "Umwelt", + "attribute": "Draußen" + }, + { + "displayName": "city", + "langName": "Stadt", + "object": "Umwelt", + "attribute": "Stadt" + }, + { + "displayName": "downtown", + "langName": "Stadtzentrum", + "object": "Umwelt", + "attribute": "Stadt" + }, + { + "displayName": "cityscape", + "langName": "Stadtbild", + "object": "Umwelt", + "attribute": "Stadt" + }, + { + "displayName": "in_main_street", + "langName": "Allee", + "object": "Umwelt", + "attribute": "Stadt" + }, + { + "displayName": "Intersection", + "langName": "Kreuzung", + "object": "Umwelt", + "attribute": "Stadt" + }, + { + "displayName": "street", + "langName": "Straße", + "object": "Umwelt", + "attribute": "Stadt" + }, + { + "displayName": "avenue", + "langName": "Hauptstraße", + "object": "Umwelt", + "attribute": "Stadt" + }, + { + "displayName": "alley", + "langName": "Gasse", + "object": "Umwelt", + "attribute": "Stadt" + }, + { + "displayName": "crowd", + "langName": "Menge", + "object": "Umwelt", + "attribute": "Stadt" + }, + { + "displayName": "road", + "langName": "Straße", + "object": "Umwelt", + "attribute": "Stadt" + }, + { + "displayName": "path", + "langName": "Pfad", + "object": "Umwelt", + "attribute": "Stadt" + }, + { + "displayName": "pavement", + "langName": "Gehweg", + "object": "Umwelt", + "attribute": "Stadt" + }, + { + "displayName": "road_sign", + "langName": "Straßenschild", + "object": "Umwelt", + "attribute": "Stadt" + }, + { + "displayName": "traffic_cone", + "langName": "Straßensperre", + "object": "Umwelt", + "attribute": "Stadt" + }, + { + "displayName": "lamppost", + "langName": "Straßenlaterne", + "object": "Umwelt", + "attribute": "Stadt" + }, + { + "displayName": "fence", + "langName": "Zaun", + "object": "Umwelt", + "attribute": "Stadt" + }, + { + "displayName": "railing", + "langName": "Geländer", + "object": "Umwelt", + "attribute": "Stadt" + }, + { + "displayName": "bench", + "langName": "Bank", + "object": "Umwelt", + "attribute": "Stadt" + }, + { + "displayName": "lawn", + "langName": "Rasen", + "object": "Umwelt", + "attribute": "Stadt" + }, + { + "displayName": "vending_machine", + "langName": "Verkaufsautomat", + "object": "Umwelt", + "attribute": "Stadt" + }, + { + "displayName": "indoor", + "langName": "Innenbereich", + "object": "Umwelt", + "attribute": "Innenbereich" + }, + { + "displayName": "bedroom", + "langName": "Schlafzimmer", + "object": "Umwelt", + "attribute": "Innenbereich" + }, + { + "displayName": "classroom", + "langName": "Klassenzimmer", + "object": "Umwelt", + "attribute": "Innenbereich" + }, + { + "displayName": "clubroom", + "langName": "Verein", + "object": "Umwelt", + "attribute": "Innenbereich" + }, + { + "displayName": "dark nightclub background", + "langName": "schummriger Nachtclub-Hintergrund", + "object": "Umwelt", + "attribute": "Innenbereich" + }, + { + "displayName": "dormitory", + "langName": "Wohnheim", + "object": "Umwelt", + "attribute": "Innenbereich" + }, + { + "displayName": "cafeteria", + "langName": "Cafeteria", + "object": "Umwelt", + "attribute": "Innenbereich" + }, + { + "displayName": "kitchen", + "langName": "Küche", + "object": "Umwelt", + "attribute": "Innenbereich" + }, + { + "displayName": "toilet stall", + "langName": "Toilettenkabine", + "object": "Umwelt", + "attribute": "Innenbereich" + }, + { + "displayName": "infirmary", + "langName": "Krankenstation", + "object": "Umwelt", + "attribute": "Innenbereich" + }, + { + "displayName": "art room", + "langName": "Kunstraum", + "object": "Umwelt", + "attribute": "Innenbereich" + }, + { + "displayName": "greenhouse", + "langName": "Gewächshaus", + "object": "Umwelt", + "attribute": "Innenbereich" + }, + { + "displayName": "basement", + "langName": "Keller", + "object": "Umwelt", + "attribute": "Innenbereich" + }, + { + "displayName": "server room", + "langName": "Serverraum", + "object": "Umwelt", + "attribute": "Innenbereich" + }, + { + "displayName": "electrical room", + "langName": "Verteilerraum", + "object": "Umwelt", + "attribute": "Innenbereich" + }, + { + "displayName": "dungeon", + "langName": "Keller", + "object": "Umwelt", + "attribute": "Innenbereich" + }, + { + "displayName": "otaku room", + "langName": "Otaku-Zimmer", + "object": "Umwelt", + "attribute": "Innenbereich" + }, + { + "displayName": "stage", + "langName": "Bühne", + "object": "Umwelt", + "attribute": "Innenbereich" + }, + { + "displayName": "bathing", + "langName": "Badezimmer", + "object": "Umwelt", + "attribute": "Innenbereich" + }, + { + "displayName": "stairs", + "langName": "Treppe", + "object": "Umwelt", + "attribute": "Innenbereich" + }, + { + "displayName": "palace", + "langName": "Palast", + "object": "Umwelt", + "attribute": "Innenbereich" + }, + { + "displayName": "bed", + "langName": "Bett", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "wardrobe", + "langName": "Garderobe", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "desk lamp", + "langName": "Schreibtischlampe", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "couch", + "langName": "Sofa", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "tatami", + "langName": "Tatami", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "kotatsu", + "langName": "kotatsu", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "fireplace", + "langName": "Kamin", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "table", + "langName": "Tabelle", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "school_desk", + "langName": "Schreibtisch", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "chair", + "langName": "Stuhl", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "armchair", + "langName": "Lehnstuhl", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "lounge_chair", + "langName": "Loungesessel", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "beach_chair", + "langName": "Strandkorb", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "folding_chair", + "langName": "Klappstuhl", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "office_chair", + "langName": "Bürostuhl", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "wheelchair", + "langName": "Rollstuhl", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "invisible_chair", + "langName": "Unsichtbarer Stuhl", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "window_", + "langName": "Fenster", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "sash", + "langName": "Schärpe", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "curtains", + "langName": "Vorhang", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "sliding_doors", + "langName": "Schiebetür", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "door", + "langName": "Tür", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "clothes_rack", + "langName": "Kleiderbügel", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "air_conditioner", + "langName": "Klimagerät", + "object": "Umwelt", + "attribute": "Möbel" + }, + { + "displayName": "mattress", + "langName": "Matratze; Matratze", + "object": "Umwelt", + "attribute": "Bettwaren" + }, + { + "displayName": "bed_sheet", + "langName": "Blatt", + "object": "Umwelt", + "attribute": "Bettwaren" + }, + { + "displayName": "futon", + "langName": "Japanische Matratze", + "object": "Umwelt", + "attribute": "Bettwaren" + }, + { + "displayName": "pillow", + "langName": "Kopfkissen", + "object": "Umwelt", + "attribute": "Bettwaren" + }, + { + "displayName": "cushion", + "langName": "Kissen", + "object": "Umwelt", + "attribute": "Bettwaren" + }, + { + "displayName": "dumpling_Hug_Pillow", + "langName": "Knödelkissen", + "object": "Umwelt", + "attribute": "Bettwaren" + }, + { + "displayName": "pillow_hug", + "langName": "Kopfkissen", + "object": "Umwelt", + "attribute": "Bettwaren" + }, + { + "displayName": "yes-no_pillow", + "langName": "Ja/Nein Kopfkissen", + "object": "Umwelt", + "attribute": "Bettwaren" + }, + { + "displayName": "stuffed_animal", + "langName": "Plüschpuppe", + "object": "Umwelt", + "attribute": "Bettwaren" + }, + { + "displayName": "stuffed_bunny", + "langName": "Plüschhase", + "object": "Umwelt", + "attribute": "Bettwaren" + }, + { + "displayName": "carpet", + "langName": "Teppich", + "object": "Umwelt", + "attribute": "Bettwaren" + }, + { + "displayName": "bathroom", + "langName": "Badezimmer", + "object": "Umwelt", + "attribute": "Badezimmer" + }, + { + "displayName": "shower_head", + "langName": "Duschkopf", + "object": "Umwelt", + "attribute": "Badezimmer" + }, + { + "displayName": "toilet", + "langName": "Toilette", + "object": "Umwelt", + "attribute": "Badezimmer" + }, + { + "displayName": "squat_toilet", + "langName": "Hockende Toilette", + "object": "Umwelt", + "attribute": "Badezimmer" + }, + { + "displayName": "soap", + "langName": "Seife", + "object": "Umwelt", + "attribute": "Badezimmer" + }, + { + "displayName": "tiles", + "langName": "keramische Fliese", + "object": "Umwelt", + "attribute": "Badezimmer" + }, + { + "displayName": "rubber_duck", + "langName": "Gummi-Ente", + "object": "Umwelt", + "attribute": "Badezimmer" + }, + { + "displayName": "bathtub,", + "langName": "Wanne", + "object": "Umwelt", + "attribute": "Badezimmer" + }, + { + "displayName": "new year", + "langName": "neues Jahr", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "year of the rabbit", + "langName": "Jahr des Kaninchens", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "valentine", + "langName": "Valentinstag", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "lantern festival", + "langName": "Laternenfest", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "summer festival", + "langName": "Sommerfest", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "tanabata", + "langName": "Qixi-Festival", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "mid-autumn festival", + "langName": "Mittherbstfest", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "halloween", + "langName": "halloween", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "christmas", + "langName": "Weihnachten", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "fireworks", + "langName": "Feuerwerk", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "explosion", + "langName": "explodieren", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "water vapor", + "langName": "Dampf", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "liquid background, Sputtered water", + "langName": "flüssiger Hintergrund", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "in the ocean", + "langName": "Sonnenuntergang am Meer", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "magic circles", + "langName": "Zauberring", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "fluorescent mushroom forests background", + "langName": "Fluoreszierender Pilzwald", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "(((colorful bubble)))", + "langName": "Bunte Seifenblasen", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "golden hour lighting", + "langName": "Beleuchtung der goldenen Stunde", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "strong rim light", + "langName": "Starkes Randlicht", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "against backlight at dusk", + "langName": "Abends mit dem Rücken zur Sonne", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "intense shadows", + "langName": "starker Schatten", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "ceiling window", + "langName": "Raumhohe Fenster", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "colourful glass", + "langName": "Buntglas", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "stain glass", + "langName": "Buntglas", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "Graffiti wall", + "langName": "Graffiti-Wand", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "mosaic background", + "langName": "Mosaik-Hintergrund", + "object": "Umwelt", + "attribute": "Atmosphäre" + }, + { + "displayName": "notebook", + "langName": "Notizbuch", + "object": "Sache", + "attribute": "Schulmaterial" + }, + { + "displayName": "pencil", + "langName": "Bleistift", + "object": "Sache", + "attribute": "Schulmaterial" + }, + { + "displayName": "paintbrush", + "langName": "Bürste", + "object": "Sache", + "attribute": "Schulmaterial" + }, + { + "displayName": "book", + "langName": "Buchen Sie", + "object": "Sache", + "attribute": "Schulmaterial" + }, + { + "displayName": "open_book", + "langName": "offenes Buch", + "object": "Sache", + "attribute": "Schulmaterial" + }, + { + "displayName": "book_stack", + "langName": "Bücherstapel", + "object": "Sache", + "attribute": "Schulmaterial" + }, + { + "displayName": "bookshelf", + "langName": "Bücherregal", + "object": "Sache", + "attribute": "Schulmaterial" + }, + { + "displayName": "school_bag", + "langName": "Schultasche (Handtasche)", + "object": "Sache", + "attribute": "Schulmaterial" + }, + { + "displayName": "backpack", + "langName": "Rucksack", + "object": "Sache", + "attribute": "Schulmaterial" + }, + { + "displayName": "computer", + "langName": "Computer", + "object": "Sache", + "attribute": "Digitale Ausrüstung" + }, + { + "displayName": "mouse", + "langName": "Maus", + "object": "Sache", + "attribute": "Digitale Ausrüstung" + }, + { + "displayName": "cellphone", + "langName": "Mobiltelefon", + "object": "Sache", + "attribute": "Digitale Ausrüstung" + }, + { + "displayName": "Smartphones", + "langName": "Smartphone", + "object": "Sache", + "attribute": "Digitale Ausrüstung" + }, + { + "displayName": "nintendo_switch", + "langName": "nintendo switch", + "object": "Sache", + "attribute": "Digitale Ausrüstung" + }, + { + "displayName": "handheld_game_console", + "langName": "Handheld-Spielkonsole", + "object": "Sache", + "attribute": "Digitale Ausrüstung" + }, + { + "displayName": "nintendo_3ds", + "langName": "Nintendo 3ds", + "object": "Sache", + "attribute": "Digitale Ausrüstung" + }, + { + "displayName": "nintendo_ds", + "langName": "nintendo ds", + "object": "Sache", + "attribute": "Digitale Ausrüstung" + }, + { + "displayName": "cable", + "langName": "Kabel", + "object": "Sache", + "attribute": "Digitale Ausrüstung" + }, + { + "displayName": "power_lines", + "langName": "Netzkabel", + "object": "Sache", + "attribute": "Digitale Ausrüstung" + }, + { + "displayName": "buttons", + "langName": "Taste", + "object": "Sache", + "attribute": "Digitale Ausrüstung" + }, + { + "displayName": "fork", + "langName": "Gabel", + "object": "Sache", + "attribute": "Tafelgeschirr" + }, + { + "displayName": "spoon", + "langName": "Löffel", + "object": "Sache", + "attribute": "Tafelgeschirr" + }, + { + "displayName": "chopsticks", + "langName": "Essstäbchen", + "object": "Sache", + "attribute": "Tafelgeschirr" + }, + { + "displayName": "ladle", + "langName": "Schöpfkelle", + "object": "Sache", + "attribute": "Tafelgeschirr" + }, + { + "displayName": "plate", + "langName": "Platte", + "object": "Sache", + "attribute": "Tafelgeschirr" + }, + { + "displayName": "bowl", + "langName": "Schale", + "object": "Sache", + "attribute": "Tafelgeschirr" + }, + { + "displayName": "cup", + "langName": "Tasse", + "object": "Sache", + "attribute": "Tafelgeschirr" + }, + { + "displayName": "drinking_glass", + "langName": "Wasserbecher", + "object": "Sache", + "attribute": "Tafelgeschirr" + }, + { + "displayName": "tumbler", + "langName": "Gewöhnliches Glas", + "object": "Sache", + "attribute": "Tafelgeschirr" + }, + { + "displayName": "beer_mug", + "langName": "Bierkrug", + "object": "Sache", + "attribute": "Tafelgeschirr" + }, + { + "displayName": "pot", + "langName": "Topf", + "object": "Sache", + "attribute": "Tafelgeschirr" + }, + { + "displayName": "teapot", + "langName": "Teekanne", + "object": "Sache", + "attribute": "Tafelgeschirr" + }, + { + "displayName": "tray", + "langName": "Tablett", + "object": "Sache", + "attribute": "Tafelgeschirr" + }, + { + "displayName": "soda_can", + "langName": "Dosengetränke", + "object": "Sache", + "attribute": "Tafelgeschirr" + }, + { + "displayName": "can", + "langName": "Krug", + "object": "Sache", + "attribute": "Tafelgeschirr" + }, + { + "displayName": "candle", + "langName": "Kerze", + "object": "Sache", + "attribute": "Tafelgeschirr" + }, + { + "displayName": "gift_box", + "langName": "Geschenkbox", + "object": "Sache", + "attribute": "Tafelgeschirr" + }, + { + "displayName": "heart-shaped_box", + "langName": "Herzförmige Geschenkbox", + "object": "Sache", + "attribute": "Tafelgeschirr" + }, + { + "displayName": "music", + "langName": "Musik", + "object": "Sache", + "attribute": "Musikinstrument" + }, + { + "displayName": "guitar", + "langName": "Gitarre", + "object": "Sache", + "attribute": "Musikinstrument" + }, + { + "displayName": "piano", + "langName": "Klavier", + "object": "Sache", + "attribute": "Musikinstrument" + }, + { + "displayName": "cello", + "langName": "Cello", + "object": "Sache", + "attribute": "Musikinstrument" + }, + { + "displayName": "playing_instrument", + "langName": "ein Instrument spielen", + "object": "Sache", + "attribute": "Musikinstrument" + }, + { + "displayName": "wind_chime", + "langName": "Windspiele", + "object": "Sache", + "attribute": "Musikinstrument" + }, + { + "displayName": "Accordion", + "langName": "Akkordeon", + "object": "Sache", + "attribute": "Musikinstrument" + }, + { + "displayName": "Saxophone", + "langName": "saxophon", + "object": "Sache", + "attribute": "Musikinstrument" + }, + { + "displayName": "umbrella", + "langName": "Regenschirm", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "transparent_umbrella", + "langName": "transparenter Regenschirm", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "closed_umbrella", + "langName": "geschlossener Schirm", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "oil-paper_umbrella", + "langName": "Ölpapierschirm", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "Parasol", + "langName": "Sonnenschirm", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "folding_fan", + "langName": "Faltventilator", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "paper_fan", + "langName": "Papierfächer", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "uchiwa", + "langName": "Rundlüfter", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "camera", + "langName": "Kamera", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "lantern/lamp", + "langName": "Laterne", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "basket", + "langName": "Korb", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "bucket", + "langName": "Eimer", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "pail", + "langName": "Eimer", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "water_bottle", + "langName": "Wasserflasche", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "lotion", + "langName": "Sonnenschutzmittel | Körperlotion", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "lotion_bottle", + "langName": "Parfümflasche", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "key", + "langName": "Schlüssel", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "coin", + "langName": "Münze", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "money", + "langName": "Geld", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "trading_card", + "langName": "Sammelkarten", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "playing_card", + "langName": "Spielkarten", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "chess_piece", + "langName": "Stück", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "ofuda", + "langName": "Talisman", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "wand", + "langName": "Zauberstab", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "magic", + "langName": "Magie", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "riding_crop", + "langName": "Reitpeitsche", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "whip", + "langName": "Peitsche", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "microphone", + "langName": "Mikrofon", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "sack", + "langName": "sack", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "scales", + "langName": "Waagen", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "trophy", + "langName": "Trophäe", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "molecule", + "langName": "molekular", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "diamond_(shape)", + "langName": "Diamant(form)", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "chibi_inset", + "langName": "Chibi-Illustration", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "damaged", + "langName": "Schaden", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "gourd", + "langName": "Kalebasse", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "mimikaki", + "langName": "Ohrstäbchen", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "hammer", + "langName": "Hammer", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "inlet", + "langName": "Eingang", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "stubble", + "langName": "Stoppeln", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "Cassette", + "langName": "Tonbandkassette", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "Lever", + "langName": "Hebel, Hebel", + "object": "Sache", + "attribute": "Andere Artikel" + }, + { + "displayName": "weapon", + "langName": "Arme", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "huge_weapon", + "langName": "großformatige Waffen", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "planted_weapon", + "langName": "In den Boden eingelassene Waffen", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "broken_weapon", + "langName": "gebrochene Waffe", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "weapon_on_back", + "langName": "Waffen auf dem Rücken", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "weapon_over_shoulder", + "langName": "Schulterwaffe", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "sword", + "langName": "Messer", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "planted_sword", + "langName": "Stehendes Schwert", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "scabbard", + "langName": "Scheide", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "katana", + "langName": "Katana", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "saber_(weapon)", + "langName": "Säbel (Waffe)", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "dagger", + "langName": "Dolch", + "object": "Sache", + "attribute": "Arme" + }, + { + "displayName": "axe", + "langName": "ax", + "object": "Sache", + "attribute": "Arme" + }, + { + "displayName": "hatchet", + "langName": "Axt", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "stake", + "langName": "Stick", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "lance", + "langName": "Speer", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "trident", + "langName": "Dreizack", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "bow_(weapon)", + "langName": "Bogen", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "arrow", + "langName": "Pfeil", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "scythe", + "langName": "Sichel", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "claw_(weapon)", + "langName": "Klaue (Waffe)", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "nose_hatchet", + "langName": "Axt", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "gun", + "langName": "Waffe", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "handgun", + "langName": "Pistole", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "thompson_submachine_gun", + "langName": "Thompson-Maschinenpistole", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "magazine_(weapon)", + "langName": "Magazin (Waffe)", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "dynamite", + "langName": "Glyzerin-Dynamit", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "bomb", + "langName": "Bombe", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "track missiles", + "langName": "Verfolgungsrakete", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "cannon", + "langName": "Kanone", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "tank", + "langName": "Tank", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "military_vehicle", + "langName": "Militärfahrzeuge", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "motorcycle", + "langName": "Motorrad", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "car", + "langName": "Auto", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "watercraft", + "langName": "Schiff", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "ship", + "langName": "Schiff", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "machine", + "langName": "mechanisch", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "machinery", + "langName": "Mechanische Arme", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "mechanical_arms", + "langName": "Roboterarm", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "mechanization", + "langName": "Mechanisierung", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "robot_joints", + "langName": "mechanisches Gelenk", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "variable_fighter", + "langName": "Macross-Maschine", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "sorcerer's_sutra_scroll", + "langName": "Teufels-Sutra", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "scissors", + "langName": "Schere", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "rifle,", + "langName": "Gewehr", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "complex Trajectory", + "langName": "Spurverfolgung", + "object": "Sache", + "attribute": "Waffen" + }, + { + "displayName": "food", + "langName": "Lebensmittel", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "makizushi", + "langName": "Nori-Rolle Sushi", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "onigiri", + "langName": "Reisbällchen", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "obento", + "langName": "bequem", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "ramen", + "langName": "Handgezogene Nudel", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "noodles", + "langName": "Nudeln", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "tempura", + "langName": "Tempura", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "wagashi", + "langName": "Japanische Süßwaren", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "dango", + "langName": "Knödel", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "taiyaki", + "langName": "Taiyaki", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "sweet_potato", + "langName": "Süßkartoffel", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "cake", + "langName": "Kuchen", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "pancake", + "langName": "Muffins", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "sweets", + "langName": "Süßigkeiten", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "candy", + "langName": "Süßigkeiten", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "candy_apple", + "langName": "glasierter Apfel", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "candy_cane", + "langName": "Lollipop", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "cookie", + "langName": "Kekse", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "cream", + "langName": "Creme", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "ice_cream", + "langName": "Eiscreme", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "doughnut", + "langName": "Donut", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "pasties", + "langName": "Kuchen", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "sundae", + "langName": "Eisbecher", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "burger", + "langName": "Hamburger", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "egg", + "langName": "Ei", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "meat", + "langName": "Fleisch", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "fruit", + "langName": "Obst", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "apple", + "langName": "Apfel", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "peach", + "langName": "Pfirsich", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "aubergine", + "langName": "Aubergine", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "carrot", + "langName": "Karotte", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "chips", + "langName": "Kartoffelchips", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "potato_chips", + "langName": "Kartoffelchips", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "telstar", + "langName": "Telstar-Fußball", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "jam", + "langName": "Marmelade", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "pocky", + "langName": "Pocky", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "food_stand", + "langName": "Imbissstand", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "food_in_mouth", + "langName": "Essen im Mund", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "food_on_body", + "langName": "Nahrung auf dem Körper", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "food_print", + "langName": "Lebensmitteldruck", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "in_food", + "langName": "(Charakter) in Lebensmitteln", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "coffee", + "langName": "Kaffee", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "tea", + "langName": "Tee", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "teacup", + "langName": "Tasse", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "sake", + "langName": "Japanischer Sake", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "wine", + "langName": "Wein", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "drink", + "langName": "Getränke", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "bottled_water", + "langName": "abgefülltes Wasser", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "A_sushi_roll", + "langName": "Sushi-Rolle", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "cigarette", + "langName": "Zigarette", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "cotton_candy_", + "langName": "Marshmallow", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "Gelatin", + "langName": "Gelatine, Pudding", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "kafuu_chino", + "langName": "Cavuccino", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "food_on_", + "langName": "Essen im Gesicht", + "object": "Sache", + "attribute": "Lebensmittel" + }, + { + "displayName": "mammal", + "langName": "Säugetier", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "reptile", + "langName": "Reptil", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "bird", + "langName": "Vogel", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "crow", + "langName": "Krähe", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "penguin", + "langName": "Pinguin", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "chick", + "langName": "Küken", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "dragonfly", + "langName": "Libelle", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "whale", + "langName": "Wal", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "cat", + "langName": "Katze", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "dog", + "langName": "Hund", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "fox", + "langName": "Fuchs", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "bunny", + "langName": "Kaninchen", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "snow_bunny", + "langName": "Schneeschuhhase", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "wolf", + "langName": "Wolf", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "horse", + "langName": "Pferd", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "cow", + "langName": "ox", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "tiger", + "langName": "Tiger", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "bear", + "langName": "Bär", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "panda", + "langName": "Panda", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "teddy_bear", + "langName": "teddybär", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "hamster", + "langName": "Hamster", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "squirrel", + "langName": "Eichhörnchen", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "snake", + "langName": "Schlange", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "dragon", + "langName": "Drache", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "eastern_dragon", + "langName": "Orientalischer Drache", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "loong", + "langName": "Chinesischer Drache", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "slime", + "langName": "Schleim", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "bat", + "langName": "Fledermaus", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "shell", + "langName": "Shell", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "cat_teaser", + "langName": "lustige Katze", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "dog_tags", + "langName": "Hundemarken", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "wriggle_nightbug", + "langName": "Krabbelnde Nachtschnecke", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "manjuu_(azur_lane)", + "langName": "Leises Zwitschern", + "object": "Sache", + "attribute": "Tier" + }, + { + "displayName": "plant", + "langName": "Anlage", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "flower", + "langName": "Blume", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "flower_bloom", + "langName": "Blumen blühen", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "bouquet", + "langName": "Blumenstrauß", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "vase", + "langName": "Vase", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "orchid", + "langName": "Orchidee", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "lily", + "langName": "Lilie", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "rose", + "langName": "Rose", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "spider_lily", + "langName": "Blume des anderen Ufers", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "hibiscus", + "langName": "Hibiskusblüte", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "hydrangea", + "langName": "Hortensien", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "cherry_blossoms", + "langName": "Kirschblüten", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "plum_blossom", + "langName": "Pflaumenbossom", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "wisteria", + "langName": "Glyzinie", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "lotus", + "langName": "Lotos", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "narcissu", + "langName": "Narzisse", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "chrysanthemum", + "langName": "Chrysantheme", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "entangled_plants", + "langName": "verworrene Pflanzen", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "tree", + "langName": "Baum", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "pine_tree", + "langName": "Kiefer", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "palm_tree", + "langName": "Palme", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "maple_tree", + "langName": "Ahorn", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "branch", + "langName": "Zweigstellen", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "maple_leaf", + "langName": "Ahornblatt", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "christmas_tree", + "langName": "Weihnachtsbaum", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "pumpkin", + "langName": "Kürbis", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "jack-o'-lantern", + "langName": "Kürbislaterne", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "spring_onion", + "langName": "Frühlingszwiebeln", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "bamboo", + "langName": "Bambus", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "bush", + "langName": "Strauch", + "object": "Sache", + "attribute": "Pflanze" + }, + { + "displayName": "Sunlight", + "langName": "Sonnenlicht", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "Natural Lighting", + "langName": "natürliche Beleuchtung", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "Artificial Lighting", + "langName": "künstliche Beleuchtung", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "Studio Lighting", + "langName": "Studiobeleuchtung", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "Volumetric Lighting", + "langName": "Volumetrisches Licht", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "volumetric Light", + "langName": "Volumetrisches Licht", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "Volumetric", + "langName": "Volumetrisch", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "Frontlight", + "langName": "Oberlicht", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "Halfrear Lighting", + "langName": "Halbseitige Hintergrundbeleuchtung", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "Backlight", + "langName": "Hintergrundbeleuchtung", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "Rim Lighting", + "langName": "Felgenbeleuchtung", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "Floodlight", + "langName": "Flutlicht", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "LED light", + "langName": "LED-Licht", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "Spotlight", + "langName": "Spotlight", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "Marquee", + "langName": "Festzelt", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "Strobe", + "langName": "Blitzlicht", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "Strobe Light", + "langName": "Blitzlichter", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "Stroboscope", + "langName": "Stroboskoplicht", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "bright", + "langName": "hell", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "Ultrabright", + "langName": "superhell", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "Electromagnetic Spectrum", + "langName": "elektromagnetisches Spektrum", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "Infrared", + "langName": "Infrarot", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "Ultraviolet", + "langName": "UV-Strahlen", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "UV", + "langName": "UV", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "X-Ray", + "langName": "Röntgenbild", + "object": "Licht- und Schatteneffekte", + "attribute": "Lichtquelle" + }, + { + "displayName": "Cinematic Lighting", + "langName": "Filmische Beleuchtung", + "object": "Licht- und Schatteneffekte", + "attribute": "Beleuchtungseffekte" + }, + { + "displayName": "moody lighting", + "langName": "Umgebungsbeleuchtung", + "object": "Licht- und Schatteneffekte", + "attribute": "Beleuchtungseffekte" + }, + { + "displayName": "Tyndall effect", + "langName": "Tyndall-Effekt", + "object": "Licht- und Schatteneffekte", + "attribute": "Beleuchtungseffekte" + }, + { + "displayName": "light leaks", + "langName": "Streulichteffekt", + "object": "Licht- und Schatteneffekte", + "attribute": "Beleuchtungseffekte" + }, + { + "displayName": "glowing neon lights", + "langName": "Neonlichter", + "object": "Licht- und Schatteneffekte", + "attribute": "Beleuchtungseffekte" + }, + { + "displayName": "Rays of Shimmering Light", + "langName": "Blinklicht", + "object": "Licht- und Schatteneffekte", + "attribute": "Beleuchtungseffekte" + }, + { + "displayName": "Crepuscular Rays", + "langName": "gedämpftes Licht", + "object": "Licht- und Schatteneffekte", + "attribute": "Beleuchtungseffekte" + }, + { + "displayName": "Crackle Tube", + "langName": "Funkenrohr", + "object": "Licht- und Schatteneffekte", + "attribute": "Beleuchtungseffekte" + }, + { + "displayName": "Tesla Coil", + "langName": "Teslaspule", + "object": "Licht- und Schatteneffekte", + "attribute": "Beleuchtungseffekte" + }, + { + "displayName": "Plasma Globe", + "langName": "Plasmakugel", + "object": "Licht- und Schatteneffekte", + "attribute": "Beleuchtungseffekte" + }, + { + "displayName": "Glow Stick", + "langName": "Glühstab", + "object": "Licht- und Schatteneffekte", + "attribute": "Beleuchtungseffekte" + }, + { + "displayName": "Neon Lamp", + "langName": "Neonlichter", + "object": "Licht- und Schatteneffekte", + "attribute": "Beleuchtungseffekte" + }, + { + "displayName": "lens flare", + "langName": "Lens Flare (Gegenlicht)", + "object": "Licht- und Schatteneffekte", + "attribute": "Beleuchtungseffekte" + }, + { + "displayName": "Contre-Jour", + "langName": "Gegen den Tag", + "object": "Licht- und Schatteneffekte", + "attribute": "Beleuchtungseffekte" + }, + { + "displayName": "Rembrandt Lighting", + "langName": "Rembrandt-Beleuchtung", + "object": "Licht- und Schatteneffekte", + "attribute": "Beleuchtungseffekte" + }, + { + "displayName": "Split Lighting", + "langName": "Geteilte Beleuchtung", + "object": "Licht- und Schatteneffekte", + "attribute": "Beleuchtungseffekte" + }, + { + "displayName": "Beautiful Lighting", + "langName": "schöne Lichter", + "object": "Licht- und Schatteneffekte", + "attribute": "Beleuchtungseffekte" + }, + { + "displayName": "Accent Lighting", + "langName": "Akzentuierte Beleuchtung", + "object": "Licht- und Schatteneffekte", + "attribute": "Beleuchtungseffekte" + }, + { + "displayName": "Global Illumination", + "langName": "globale Beleuchtung", + "object": "Licht- und Schatteneffekte", + "attribute": "Beleuchtungseffekte" + }, + { + "displayName": "Lumen Global Illumination", + "langName": "Lumen globale Beleuchtung", + "object": "Licht- und Schatteneffekte", + "attribute": "Beleuchtungseffekte" + }, + { + "displayName": "Screen Space Global Illumination", + "langName": "Globale Beleuchtungsstärke auf dem Bildschirm", + "object": "Licht- und Schatteneffekte", + "attribute": "Beleuchtungseffekte" + }, + { + "displayName": "Ray Tracing Global Illumination", + "langName": "Strahlenverfolgung bei globaler Beleuchtung", + "object": "Licht- und Schatteneffekte", + "attribute": "Beleuchtungseffekte" + }, + { + "displayName": "Incandescent", + "langName": "Glühlampe", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Fluorescent", + "langName": "Fluoreszierend", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Fluorescent Lamp", + "langName": "Leuchtstoffröhre", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Halogen", + "langName": "Halogen", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Halogen Lamp", + "langName": "Halogenlampe", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Xenon Lamp", + "langName": "Xenon-Lampe", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Krypton Lamp", + "langName": "Krypton-Gaslampe", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Argon Lamp", + "langName": "Argon-Lampe", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Helium Lamp", + "langName": "Helium-Lampe", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Edison Bulb", + "langName": "Edison-Glühbirne", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Vacuum Tube Lamp", + "langName": "Vakuumröhrenlampe", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Nixie Tube", + "langName": "Nixie-Röhre", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Carbide Lamp", + "langName": "Kalziumkarbid-Lampe", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Argand Lamp", + "langName": "Argan-Lampe", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Diya Lamp", + "langName": "Butterlampe", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Lantern", + "langName": "Laterne", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Schwarz Lantern", + "langName": "Schwarze Laterne", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Nightlight", + "langName": "Nachtlicht", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Christmas Lights", + "langName": "Weihnachtsbeleuchtung", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Optical Fiber", + "langName": "optische Faser", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Electroluminescent Wire", + "langName": "Leuchtender Draht", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Laser", + "langName": "Laser", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Flare", + "langName": "Fackel", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "rim light", + "langName": "Felgenbeleuchtung", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "metallic luster", + "langName": "Metallglanz", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "background light", + "langName": "Hintergrundbeleuchtung", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "available light", + "langName": "natürliches Licht", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Electric Arc", + "langName": "Lichtbogen", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Soft Lighting", + "langName": "weiches Licht", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "Hard Lighting", + "langName": "Blendung", + "object": "Licht- und Schatteneffekte", + "attribute": "Licht" + }, + { + "displayName": "CRT", + "langName": "Kathodenstrahlröhre", + "object": "Licht- und Schatteneffekte", + "attribute": "Display-Technologie" + }, + { + "displayName": "LCD", + "langName": "LCD-Anzeige", + "object": "Licht- und Schatteneffekte", + "attribute": "Display-Technologie" + }, + { + "displayName": "LED", + "langName": "LED-Anzeige", + "object": "Licht- und Schatteneffekte", + "attribute": "Display-Technologie" + }, + { + "displayName": "OLED", + "langName": "OLED-Display", + "object": "Licht- und Schatteneffekte", + "attribute": "Display-Technologie" + }, + { + "displayName": "AMOLED", + "langName": "AMOLED-Display", + "object": "Licht- und Schatteneffekte", + "attribute": "Display-Technologie" + }, + { + "displayName": "7 Segment Display", + "langName": "Siebensegmentanzeige", + "object": "Licht- und Schatteneffekte", + "attribute": "Display-Technologie" + }, + { + "displayName": "Dot Matrix Display", + "langName": "Punktmatrixanzeige", + "object": "Licht- und Schatteneffekte", + "attribute": "Display-Technologie" + }, + { + "displayName": "Electroluminescent Display", + "langName": "Elektrolumineszenzanzeige", + "object": "Licht- und Schatteneffekte", + "attribute": "Display-Technologie" + }, + { + "displayName": "Vacuum Fluorescent Display", + "langName": "Vakuum-Fluoreszenz-Anzeige", + "object": "Licht- und Schatteneffekte", + "attribute": "Display-Technologie" + }, + { + "displayName": "Phosphor Display", + "langName": "fluoreszierende Anzeige", + "object": "Licht- und Schatteneffekte", + "attribute": "Display-Technologie" + }, + { + "displayName": "Plasma Display", + "langName": "Plasmabildschirm", + "object": "Licht- und Schatteneffekte", + "attribute": "Display-Technologie" + }, + { + "displayName": "Quantum Dot", + "langName": "Quantenpunkte", + "object": "Licht- und Schatteneffekte", + "attribute": "Display-Technologie" + }, + { + "displayName": "Quantum Dot Display", + "langName": "Quantenpunkt-Display", + "object": "Licht- und Schatteneffekte", + "attribute": "Display-Technologie" + }, + { + "displayName": "Optics", + "langName": "Optik", + "object": "Licht- und Schatteneffekte", + "attribute": "Display-Technologie" + }, + { + "displayName": "Rough", + "langName": "grob", + "object": "Licht- und Schatteneffekte", + "attribute": "Reflexion/Brechung" + }, + { + "displayName": "Matte", + "langName": "mattes", + "object": "Licht- und Schatteneffekte", + "attribute": "Reflexion/Brechung" + }, + { + "displayName": "Glossy", + "langName": "Lüster", + "object": "Licht- und Schatteneffekte", + "attribute": "Reflexion/Brechung" + }, + { + "displayName": "smooth", + "langName": "glatt", + "object": "Licht- und Schatteneffekte", + "attribute": "Reflexion/Brechung" + }, + { + "displayName": "Shiny", + "langName": "Glänzend", + "object": "Licht- und Schatteneffekte", + "attribute": "Reflexion/Brechung" + }, + { + "displayName": "Reflective", + "langName": "Reflektierend", + "object": "Licht- und Schatteneffekte", + "attribute": "Reflexion/Brechung" + }, + { + "displayName": "Polished", + "langName": "Polieren", + "object": "Licht- und Schatteneffekte", + "attribute": "Reflexion/Brechung" + }, + { + "displayName": "Shadows", + "langName": "Schatten", + "object": "Licht- und Schatteneffekte", + "attribute": "Reflexion/Brechung" + }, + { + "displayName": "Shimmer", + "langName": "Schimmern", + "object": "Licht- und Schatteneffekte", + "attribute": "Reflexion/Brechung" + }, + { + "displayName": "Shimmering", + "langName": "prickelnd", + "object": "Licht- und Schatteneffekte", + "attribute": "Reflexion/Brechung" + }, + { + "displayName": "Caustics", + "langName": "Kaustik", + "object": "Licht- und Schatteneffekte", + "attribute": "Reflexion/Brechung" + }, + { + "displayName": "Refractive", + "langName": "Brechung", + "object": "Licht- und Schatteneffekte", + "attribute": "Reflexion/Brechung" + }, + { + "displayName": "reflection light", + "langName": "Lichtreflexion", + "object": "Licht- und Schatteneffekte", + "attribute": "Reflexion/Brechung" + }, + { + "displayName": "Ray Tracing Reflections", + "langName": "Strahlenverfolgte Reflexionen", + "object": "Licht- und Schatteneffekte", + "attribute": "Reflexion/Brechung" + }, + { + "displayName": "Lumen Reflections", + "langName": "Lumen-Reflexion", + "object": "Licht- und Schatteneffekte", + "attribute": "Reflexion/Brechung" + }, + { + "displayName": "Screen Space Reflections", + "langName": "Reflexion der Bildschirmfläche", + "object": "Licht- und Schatteneffekte", + "attribute": "Reflexion/Brechung" + }, + { + "displayName": "ray tracing", + "langName": "Raytracing", + "object": "Licht- und Schatteneffekte", + "attribute": "Reflexion/Brechung" + }, + { + "displayName": "Ambient Occlusion", + "langName": "Umgebungsokklusion", + "object": "Licht- und Schatteneffekte", + "attribute": "Reflexion/Brechung" + }, + { + "displayName": "Scattering", + "langName": "Streuung", + "object": "Licht- und Schatteneffekte", + "attribute": "Reflexion/Brechung" + }, + { + "displayName": "Diffraction Grading", + "langName": "Beugungsgitter", + "object": "Licht- und Schatteneffekte", + "attribute": "Reflexion/Brechung" + }, + { + "displayName": "RGB Displacement", + "langName": "RGB-Verschiebung", + "object": "Licht- und Schatteneffekte", + "attribute": "Reflexion/Brechung" + }, + { + "displayName": "Glowing", + "langName": "glühen", + "object": "Licht- und Schatteneffekte", + "attribute": "Glühen" + }, + { + "displayName": "Glow-In-The-Dark", + "langName": "leuchtend", + "object": "Licht- und Schatteneffekte", + "attribute": "Glühen" + }, + { + "displayName": "Bioluminescence", + "langName": "Biolumineszenz", + "object": "Licht- und Schatteneffekte", + "attribute": "Glühen" + }, + { + "displayName": "Photoluminescence", + "langName": "Photolumineszenz", + "object": "Licht- und Schatteneffekte", + "attribute": "Glühen" + }, + { + "displayName": "Chemiluminescence", + "langName": "Chemilumineszenz", + "object": "Licht- und Schatteneffekte", + "attribute": "Glühen" + }, + { + "displayName": "Cathodoluminescence", + "langName": "Kathodolumineszenz", + "object": "Licht- und Schatteneffekte", + "attribute": "Glühen" + }, + { + "displayName": "Electroluminescence", + "langName": "Elektrolumineszenz", + "object": "Licht- und Schatteneffekte", + "attribute": "Glühen" + }, + { + "displayName": "Radioluminescence", + "langName": "Radiolumineszenz", + "object": "Licht- und Schatteneffekte", + "attribute": "Glühen" + }, + { + "displayName": "Fluorescence", + "langName": "Fluoreszenz", + "object": "Licht- und Schatteneffekte", + "attribute": "Glühen" + }, + { + "displayName": "Phosphorescence", + "langName": "Phosphoreszenz", + "object": "Licht- und Schatteneffekte", + "attribute": "Glühen" + }, + { + "displayName": "Thermoluminescence", + "langName": "Thermolumineszenz", + "object": "Licht- und Schatteneffekte", + "attribute": "Glühen" + }, + { + "displayName": "Electrochemiluminescence", + "langName": "Elektrochemilumineszenz", + "object": "Licht- und Schatteneffekte", + "attribute": "Glühen" + }, + { + "displayName": "Crystalloluminescence", + "langName": "Kristallglühen", + "object": "Licht- und Schatteneffekte", + "attribute": "Glühen" + }, + { + "displayName": "Piezoluminescence", + "langName": "Piezoelektrische Lumineszenz", + "object": "Licht- und Schatteneffekte", + "attribute": "Glühen" + }, + { + "displayName": "Triboluminescence", + "langName": "Tribolumineszenz", + "object": "Licht- und Schatteneffekte", + "attribute": "Glühen" + }, + { + "displayName": "Mechanoluminescence", + "langName": "Mechanische Lumineszenz", + "object": "Licht- und Schatteneffekte", + "attribute": "Glühen" + }, + { + "displayName": "Lyoluminescence", + "langName": "Photolumineszenz", + "object": "Licht- und Schatteneffekte", + "attribute": "Glühen" + }, + { + "displayName": "Candoluminescence", + "langName": "Kerzenlicht", + "object": "Licht- und Schatteneffekte", + "attribute": "Glühen" + }, + { + "displayName": "Fractoluminescence", + "langName": "Scherben leuchten", + "object": "Licht- und Schatteneffekte", + "attribute": "Glühen" + }, + { + "displayName": "Sonoluminescence", + "langName": "Sonolumineszenz", + "object": "Licht- und Schatteneffekte", + "attribute": "Glühen" + }, + { + "displayName": "Translucidluminescence", + "langName": "durchsichtiges Glühen", + "object": "Licht- und Schatteneffekte", + "attribute": "Glühen" + }, + { + "displayName": "Materiality", + "langName": "Wesentlichkeit", + "object": "Licht- und Schatteneffekte", + "attribute": "Glühen" + }, + { + "displayName": "black", + "langName": "schwarz", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "darkgray", + "langName": "dunkelgrau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "gray", + "langName": "grau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "lightslategray", + "langName": "helles Schiefergrau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "slategray", + "langName": "graue Steinfarbe", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "darkslategray", + "langName": "dunkelgrün", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "lightgray", + "langName": "hellgrau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "gainsboro", + "langName": "Gengs Grau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "white", + "langName": "Weiß", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "whitesmoke", + "langName": "weiße Rauchfarbe", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "snow", + "langName": "Schneewittchen", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "ghostwhite", + "langName": "Geist weiß", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "floralwhite", + "langName": "Blume weiß", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "linen", + "langName": "Leinenfarbe", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "antiquewhite", + "langName": "antik-weiß", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "oldlace", + "langName": "Alterssichtigkeit", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "ivory", + "langName": "Elfenbein", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "seashell", + "langName": "Muschelweiß", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "mintcream", + "langName": "Minzcreme", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "honeydew", + "langName": "Honigfarbe", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "azure", + "langName": "azurblau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "aliceblue", + "langName": "alice blue", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "lavender", + "langName": "lavendelfarben", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "lightsteelblue", + "langName": "helles Stahlblau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "slateblue", + "langName": "steinblau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "mediumslateblue", + "langName": "mittel schieferblau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "lightblue", + "langName": "hellblau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "powderblue", + "langName": "Puderblau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "skyblue", + "langName": "tiefes Himmelblau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "cornflowerblue", + "langName": "kornblumenblau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "royalblue", + "langName": "Königsblau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "mediumblue", + "langName": "mittelblau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "blue", + "langName": "blau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "darkblue", + "langName": "Dunkelblau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "navy", + "langName": "marineblau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "midnightblue", + "langName": "mitternachtsblau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "teal", + "langName": "dunkelgrau blau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "darkcyan", + "langName": "Türkisblau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "cadetblue", + "langName": "Dunkelzyan", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "mediumturquoise", + "langName": "Dunkeltürkis", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "darkturquoise", + "langName": "helles Meeresgrün", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "turquoise", + "langName": "mittel türkis", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "paleturquoise", + "langName": "helles Zyan", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "aquamarine", + "langName": "türkis", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "lightcyan", + "langName": "blau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "cyan", + "langName": "türkis", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "dodgerblue", + "langName": "blau ausweichen", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "darkgreen", + "langName": "grün", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "green", + "langName": "waldgrün", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "forestgreen", + "langName": "meergrün", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "seagreen", + "langName": "Zhonghai Grün", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "mediumseagreen", + "langName": "mittlere Smaragdfarbe", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "mediumaquamarine", + "langName": "dunkles Meeresgrün", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "darkseagreen", + "langName": "türkis", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "lightseagreen", + "langName": "Militärblau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "springgreen", + "langName": "frühlingshaftes Grün", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "mediumspringgreen", + "langName": "Grüner Rasen", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "lightgreen", + "langName": "grasgrün", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "palegreen", + "langName": "hellgrün", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "lime", + "langName": "lindgrün", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "limegreen", + "langName": "olivbraun", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "lawngreen", + "langName": "Chartreuse grün", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "chartreuse", + "langName": "Gelb-Grün", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "greenyellow", + "langName": "Limette-Orange", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "yellowgreen", + "langName": "Olivgrün", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "darkolivegreen", + "langName": "Farbe: oliv", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "olivedrab", + "langName": "olivbraun", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "olive", + "langName": "Farbe: oliv", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "darkkhaki", + "langName": "dunkelkhaki", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "khaki", + "langName": "Khaki", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "palegoldenrod", + "langName": "helle Goldrute", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "lightyellow", + "langName": "hellgelb", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "lightgoldenrodyellow", + "langName": "helles Goldgelb", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "lemonchiffon", + "langName": "Zitronenseide Farbe", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "beige", + "langName": "beige", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "cornsilk", + "langName": "Farbe Mais", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "wheat", + "langName": "Weizenfarbe", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "burlywood", + "langName": "Amber", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "gold", + "langName": "Gold", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "yellow", + "langName": "gelb", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "darkorange", + "langName": "Dunkelorange", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "orange", + "langName": "orange Farbe", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "sandybrown", + "langName": "orangebraun", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "peachpuff", + "langName": "pfirsichfarbene Fleischfarbe", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "papayawhip", + "langName": "Papayafarbe", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "blanchedalmond", + "langName": "gebleichte Mandel", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "bisque", + "langName": "Gebäckfarbe", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "moccasin", + "langName": "Mokassin Farbe", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "navajowhite", + "langName": "Navajo-Weiß", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "peru", + "langName": "Peruanische Farbe", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "darkgoldenrod", + "langName": "Dunkle Goldrute", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "goldenrod", + "langName": "Goldchrysantheme", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "chocolate", + "langName": "Schokoladenfarbe", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "saddlebrown", + "langName": "sattelbraun", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "sienna", + "langName": "Gelber erdiger Ocker", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "rosybrown", + "langName": "Rosenbraun", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "darksalmon", + "langName": "Dunkel lachsfarben", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "salmon", + "langName": "Farbe des Lachsfleisches", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "lightsalmon", + "langName": "Leuchtend lachsfarben", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "indianred", + "langName": "Indischrot", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "firebrick", + "langName": "Farbe der feuerfesten Ziegel", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "brown", + "langName": "braun", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "maroon", + "langName": "kastanienbraun", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "darkred", + "langName": "dunkelrot", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "red", + "langName": "rot", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "orangered", + "langName": "Orangerot", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "tomato", + "langName": "tomatenrot", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "crimson", + "langName": "Dunkelrosa", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "coral", + "langName": "Koralle", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "lightpink", + "langName": "hellrosa", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "pink", + "langName": "rosa", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "hotpink", + "langName": "heißes Pink", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "deeppink", + "langName": "Dunkelrosa", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "palevioletred", + "langName": "lila-rot", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "mediumvioletred", + "langName": "mittleres Violettrot", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "lavenderblush", + "langName": "lavendel", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "lightcoral", + "langName": "helle Korallenfarbe", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "plum", + "langName": "Pflaumenfarbe", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "mediumorchid", + "langName": "mittel orchidee lila", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "violet", + "langName": "Lila", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "magenta", + "langName": "magenta", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "fuchsia", + "langName": "Purpurrot", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "darkmagenta", + "langName": "dunkles Magenta", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "purple", + "langName": "Lila", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "darkorchid", + "langName": "dunkles Orchideenviolett", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "darkviolet", + "langName": "Dunkelviolett", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "blueviolet", + "langName": "blau lila", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "mediumpurple", + "langName": "mittelviolett", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "indigo", + "langName": "Indigo", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "light_brown", + "langName": "hellbraun", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "dark_pink", + "langName": "Dunkelrosa", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "blonde", + "langName": "goldgelb", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "silver", + "langName": "Silber", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "mistyrose", + "langName": "Nebelrose", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "steelblue", + "langName": "Stahlblau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "thistle", + "langName": "Distelfarbe", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "darkslateblue", + "langName": "dunkelgrau blau", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "Iridescent", + "langName": "Wechselnde Farben", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "Chromatic", + "langName": "bunt", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "Dispersion", + "langName": "Dispersion (das Phänomen, bei dem Licht verschiedener Farben getrennt wird)", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "Prismatic", + "langName": "Prismeneffekt", + "object": "Farbige Atmosphäre", + "attribute": "Farbe" + }, + { + "displayName": "yellow color scheme", + "langName": "Gelbe Hauptfarbe", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Warm Color Palette", + "langName": "Warme Farben", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Cool Color Palette", + "langName": "kühle Farben", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Colorful", + "langName": "bunt", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Spectral Color", + "langName": "Spektrale Farbe", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Inverted Colors", + "langName": "umgekehrte Farbe", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Chroma", + "langName": "Chroma", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Dichromatism", + "langName": "Dichroismus", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Tetrachromacy", + "langName": "Tetrachromatisches Sehen", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Saturated", + "langName": "Sättigung", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Neon", + "langName": "Neon", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Electric Colors", + "langName": "elektronische Farbe", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Tonal Colors", + "langName": "Farbton Farbe", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Vivid Colors", + "langName": "leuchtende Farben", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Complimentary-Colors", + "langName": "komplementäre Farben", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Split-Complementary-Colors", + "langName": "Komplementärfarben aufteilen", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Supplementary-Colors", + "langName": "komplementäre Farben", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Analogous-Colors", + "langName": "Ähnliche Farben", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Triadic-Colors", + "langName": "triadische Farben", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Tetradic-Colors", + "langName": "Vier Farben (rechteckige Farbanpassung)", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Polychromatic-Colors", + "langName": "mehrfarbig", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Light", + "langName": "hell", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Dark", + "langName": "dunkel", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Light Mode", + "langName": "Lichtmodus", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Dark Mode", + "langName": "Dunkelmodus", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Tones of Black", + "langName": "Schwarzton", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Tones of Black in Background", + "langName": "Hintergrund Schwarzton", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Light Blue Background", + "langName": "hellblauer Hintergrund", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Light Blue Foreground", + "langName": "hellblauer Vordergrund", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "Light Blue", + "langName": "hellblau", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "nostalgia", + "langName": "nostalgisch", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "High saturation", + "langName": "Hohe Sättigung", + "object": "Farbige Atmosphäre", + "attribute": "Farbpalette" + }, + { + "displayName": "monochrome", + "langName": "monochrom", + "object": "Farbige Atmosphäre", + "attribute": "Monochrome Palette" + }, + { + "displayName": "Black and White", + "langName": "schwarz und weiß", + "object": "Farbige Atmosphäre", + "attribute": "Monochrome Palette" + }, + { + "displayName": "Desaturated", + "langName": "Entsättigen", + "object": "Farbige Atmosphäre", + "attribute": "Monochrome Palette" + }, + { + "displayName": "Sepia", + "langName": "Sepia-Ton (ahmt das Aussehen alter Fotos nach und vermittelt ein nostalgisches oder Retro-Gefühl)", + "object": "Farbige Atmosphäre", + "attribute": "Monochrome Palette" + }, + { + "displayName": "flat_color", + "langName": "flache Farbe", + "object": "Farbige Atmosphäre", + "attribute": "Monochrome Palette" + }, + { + "displayName": "spot_color", + "langName": "einheitliche Farbe", + "object": "Farbige Atmosphäre", + "attribute": "Monochrome Palette" + }, + { + "displayName": "halftone", + "langName": "Halbton", + "object": "Farbige Atmosphäre", + "attribute": "Monochrome Palette" + }, + { + "displayName": "greyscale", + "langName": "Graustufen", + "object": "Farbige Atmosphäre", + "attribute": "Monochrome Palette" + }, + { + "displayName": "partially_colored", + "langName": "partielle Farbgebung", + "object": "Farbige Atmosphäre", + "attribute": "Monochrome Palette" + }, + { + "displayName": "contour_deepening", + "langName": "Kontur vertieft", + "object": "Farbige Atmosphäre", + "attribute": "Monochrome Palette" + }, + { + "displayName": "(lineart)", + "langName": "Die Linien werden dicker", + "object": "Farbige Atmosphäre", + "attribute": "Monochrome Palette" + }, + { + "displayName": "outline", + "langName": "Konturlinie", + "object": "Farbige Atmosphäre", + "attribute": "Monochrome Palette" + }, + { + "displayName": "high_contrast", + "langName": "hoher Kontrast", + "object": "Farbige Atmosphäre", + "attribute": "Kontrast" + }, + { + "displayName": "low_contrast", + "langName": "niedriger Kontrast", + "object": "Farbige Atmosphäre", + "attribute": "Kontrast" + }, + { + "displayName": "RGB", + "langName": "rot grün blau", + "object": "Farbige Atmosphäre", + "attribute": "Monitor-Farbpalette" + }, + { + "displayName": "CMYK", + "langName": "CMYK", + "object": "Farbige Atmosphäre", + "attribute": "Monitor-Farbpalette" + }, + { + "displayName": "VGA", + "langName": "VGA", + "object": "Farbige Atmosphäre", + "attribute": "Monitor-Farbpalette" + }, + { + "displayName": "EGA", + "langName": "EGA", + "object": "Farbige Atmosphäre", + "attribute": "Monitor-Farbpalette" + }, + { + "displayName": "CGA", + "langName": "CGA", + "object": "Farbige Atmosphäre", + "attribute": "Monitor-Farbpalette" + }, + { + "displayName": "HDR", + "langName": "HDR", + "object": "Farbige Atmosphäre", + "attribute": "Monitor-Farbpalette" + }, + { + "displayName": "Atari Graphics", + "langName": "Atari-Grafik", + "object": "Farbige Atmosphäre", + "attribute": "Monitor-Farbpalette" + }, + { + "displayName": "IIGS Graphics", + "langName": "IIGS-Grafiken", + "object": "Farbige Atmosphäre", + "attribute": "Monitor-Farbpalette" + }, + { + "displayName": "Amiga OCS Graphics", + "langName": "Amiga OCS-Grafiken", + "object": "Farbige Atmosphäre", + "attribute": "Monitor-Farbpalette" + }, + { + "displayName": "sRGB", + "langName": "sRGB", + "object": "Farbige Atmosphäre", + "attribute": "Monitor-Farbpalette" + }, + { + "displayName": "Adobe RGB", + "langName": "Adobe RGB", + "object": "Farbige Atmosphäre", + "attribute": "Monitor-Farbpalette" + }, + { + "displayName": "DCI-P3", + "langName": "DCI-P3", + "object": "Farbige Atmosphäre", + "attribute": "Monitor-Farbpalette" + }, + { + "displayName": "HSV", + "langName": "Farbton, Sättigung, Helligkeit", + "object": "Farbige Atmosphäre", + "attribute": "Monitor-Farbpalette" + }, + { + "displayName": "HSL", + "langName": "Farbton, Sättigung, Helligkeit", + "object": "Farbige Atmosphäre", + "attribute": "Monitor-Farbpalette" + }, + { + "displayName": "HCL", + "langName": "Farbton, Buntheit, Helligkeit", + "object": "Farbige Atmosphäre", + "attribute": "Monitor-Farbpalette" + }, + { + "displayName": "YCbCr", + "langName": "ikB", + "object": "Farbige Atmosphäre", + "attribute": "Monitor-Farbpalette" + }, + { + "displayName": "YPbPr", + "langName": "wxya", + "object": "Farbige Atmosphäre", + "attribute": "Monitor-Farbpalette" + }, + { + "displayName": "scRGB", + "langName": "Monochrom RGB", + "object": "Farbige Atmosphäre", + "attribute": "Monitor-Farbpalette" + }, + { + "displayName": "Coloroid", + "langName": "Coloroid", + "object": "Farbige Atmosphäre", + "attribute": "Monitor-Farbpalette" + }, + { + "displayName": "Pantone", + "langName": "Pantone", + "object": "Farbige Atmosphäre", + "attribute": "Monitor-Farbpalette" + }, + { + "displayName": "ProPhoto RGB", + "langName": "ProPhoto RGB", + "object": "Farbige Atmosphäre", + "attribute": "Monitor-Farbpalette" + }, + { + "displayName": "1-bit", + "langName": "1 Platz", + "object": "Farbige Atmosphäre", + "attribute": "Bit" + }, + { + "displayName": "2-bit", + "langName": "2 Ziffern", + "object": "Farbige Atmosphäre", + "attribute": "Bit" + }, + { + "displayName": "3-bit", + "langName": "3 Ziffern", + "object": "Farbige Atmosphäre", + "attribute": "Bit" + }, + { + "displayName": "4-bit", + "langName": "4 Ziffern", + "object": "Farbige Atmosphäre", + "attribute": "Bit" + }, + { + "displayName": "6-bit", + "langName": "6 Bits", + "object": "Farbige Atmosphäre", + "attribute": "Bit" + }, + { + "displayName": "8-bit", + "langName": "8 Bits", + "object": "Farbige Atmosphäre", + "attribute": "Bit" + }, + { + "displayName": "12-bit", + "langName": "12 Bits", + "object": "Farbige Atmosphäre", + "attribute": "Bit" + }, + { + "displayName": "16-bit", + "langName": "16 Bit", + "object": "Farbige Atmosphäre", + "attribute": "Bit" + }, + { + "displayName": "4-bit RGB", + "langName": "4-Bit-RGB", + "object": "Farbige Atmosphäre", + "attribute": "Bit" + }, + { + "displayName": "8-bit RGB", + "langName": "8-Bit-RGB", + "object": "Farbige Atmosphäre", + "attribute": "Bit" + }, + { + "displayName": "12-bit RGB", + "langName": "12-Bit-RGB", + "object": "Farbige Atmosphäre", + "attribute": "Bit" + }, + { + "displayName": "16-bit RGB", + "langName": "16-Bit-RGB", + "object": "Farbige Atmosphäre", + "attribute": "Bit" + }, + { + "displayName": "Technicolor", + "langName": "technische Farbe", + "object": "Farbige Atmosphäre", + "attribute": "Filmproduktion" + }, + { + "displayName": "Kinemacolor", + "langName": "Filmfarbe", + "object": "Farbige Atmosphäre", + "attribute": "Filmproduktion" + }, + { + "displayName": "Kodachrome", + "langName": "Kodachrome", + "object": "Farbige Atmosphäre", + "attribute": "Filmproduktion" + }, + { + "displayName": "Cinecolor", + "langName": "Filmfarbe", + "object": "Farbige Atmosphäre", + "attribute": "Filmproduktion" + }, + { + "displayName": "Agfacolor", + "langName": "Agfa Farbe", + "object": "Farbige Atmosphäre", + "attribute": "Filmproduktion" + }, + { + "displayName": "dynamic pose", + "langName": "Dynamische Posen (energetisch)", + "object": "Fotografie", + "attribute": "Blickwinkel" + }, + { + "displayName": "dynamic_angle", + "langName": "dynamischer Winkel", + "object": "Fotografie", + "attribute": "Blickwinkel" + }, + { + "displayName": "from_above", + "langName": "Aufnahme von oben", + "object": "Fotografie", + "attribute": "Blickwinkel" + }, + { + "displayName": "from_below", + "langName": "Aufnahme von unten", + "object": "Fotografie", + "attribute": "Blickwinkel" + }, + { + "displayName": "cinematic_angle", + "langName": "Filmwinkel", + "object": "Fotografie", + "attribute": "Blickwinkel" + }, + { + "displayName": "dutch angle", + "langName": "Kippwinkel", + "object": "Fotografie", + "attribute": "Blickwinkel" + }, + { + "displayName": "foreshortening", + "langName": "Perspektive", + "object": "Fotografie", + "attribute": "Blickwinkel" + }, + { + "displayName": "fisheye", + "langName": "perspektivische Fernmalerei", + "object": "Fotografie", + "attribute": "Blickwinkel" + }, + { + "displayName": "camera level/Parallel angles", + "langName": "Kamera parallel", + "object": "Fotografie", + "attribute": "Blickwinkel" + }, + { + "displayName": "horizontal view angle", + "langName": "Horizontaler Betrachtungswinkel", + "object": "Fotografie", + "attribute": "Blickwinkel" + }, + { + "displayName": "isometric view", + "langName": "Isometrische Ansicht", + "object": "Fotografie", + "attribute": "Blickwinkel" + }, + { + "displayName": "Aerial View", + "langName": "Ansicht von oben", + "object": "Fotografie", + "attribute": "Blickwinkel" + }, + { + "displayName": "Top-View", + "langName": "Ansicht von oben", + "object": "Fotografie", + "attribute": "Blickwinkel" + }, + { + "displayName": "Side-View", + "langName": "Seitenansicht", + "object": "Fotografie", + "attribute": "Blickwinkel" + }, + { + "displayName": "Satellite-View", + "langName": "Satellitenansicht", + "object": "Fotografie", + "attribute": "Blickwinkel" + }, + { + "displayName": "phone_screen", + "langName": "Handy-Bildschirm", + "object": "Fotografie", + "attribute": "Zusammensetzung" + }, + { + "displayName": "multiple_views", + "langName": "Multiperspektivische Zersetzung", + "object": "Fotografie", + "attribute": "Zusammensetzung" + }, + { + "displayName": "mirror selfie", + "langName": "Selfie im Spiegel", + "object": "Fotografie", + "attribute": "Zusammensetzung" + }, + { + "displayName": "three-quarter view", + "langName": "3/4 Perspektive", + "object": "Fotografie", + "attribute": "Zusammensetzung" + }, + { + "displayName": "front_view", + "langName": "Vorderansicht", + "object": "Fotografie", + "attribute": "Zusammensetzung" + }, + { + "displayName": "from_side", + "langName": "Seitenansicht", + "object": "Fotografie", + "attribute": "Zusammensetzung" + }, + { + "displayName": "from_outside", + "langName": "Von außen nach innen", + "object": "Fotografie", + "attribute": "Zusammensetzung" + }, + { + "displayName": "from_back", + "langName": "Rückansicht", + "object": "Fotografie", + "attribute": "Zusammensetzung" + }, + { + "displayName": "from behind", + "langName": "Rückansicht", + "object": "Fotografie", + "attribute": "Zusammensetzung" + }, + { + "displayName": "Macro View", + "langName": "mikroskopische Darstellung", + "object": "Fotografie", + "attribute": "Zusammensetzung" + }, + { + "displayName": "Product-View", + "langName": "Produktansicht", + "object": "Fotografie", + "attribute": "Zusammensetzung" + }, + { + "displayName": "Closeup-View", + "langName": "Nahaufnahme", + "object": "Fotografie", + "attribute": "Zusammensetzung" + }, + { + "displayName": "First-Person", + "langName": "erste Person", + "object": "Fotografie", + "attribute": "Zusammensetzung" + }, + { + "displayName": "First-Person view", + "langName": "Ich-Perspektive", + "object": "Fotografie", + "attribute": "Zusammensetzung" + }, + { + "displayName": "Third-Person", + "langName": "dritte Person", + "object": "Fotografie", + "attribute": "Zusammensetzung" + }, + { + "displayName": "Third-Person View", + "langName": "Perspektive der dritten Person", + "object": "Fotografie", + "attribute": "Zusammensetzung" + }, + { + "displayName": "Perspective", + "langName": "perspektivische Betrachtung", + "object": "Fotografie", + "attribute": "Zusammensetzung" + }, + { + "displayName": "Field of View", + "langName": "Sichtfeld", + "object": "Fotografie", + "attribute": "Zusammensetzung" + }, + { + "displayName": "Extreme Close-up", + "langName": "über dem Kinn", + "object": "Fotografie", + "attribute": "Ansichtshöhe" + }, + { + "displayName": "Medium Close-up", + "langName": "oberhalb des Halses", + "object": "Fotografie", + "attribute": "Ansichtshöhe" + }, + { + "displayName": "Full Close-up", + "langName": "Oberhalb des Schlüsselbeins", + "object": "Fotografie", + "attribute": "Ansichtshöhe" + }, + { + "displayName": "Wide Close-up", + "langName": "über der Schulter", + "object": "Fotografie", + "attribute": "Ansichtshöhe" + }, + { + "displayName": "Close Shot", + "langName": "über der Brust", + "object": "Fotografie", + "attribute": "Ansichtshöhe" + }, + { + "displayName": "Medium Close Shot", + "langName": "über dem Nabel", + "object": "Fotografie", + "attribute": "Ansichtshöhe" + }, + { + "displayName": "Medium Shot", + "langName": "über dem Nabel", + "object": "Fotografie", + "attribute": "Ansichtshöhe" + }, + { + "displayName": "Medium Full Shot", + "langName": "oberhalb des Knies", + "object": "Fotografie", + "attribute": "Ansichtshöhe" + }, + { + "displayName": "Full Shot", + "langName": "Ganzkörperporträt", + "object": "Fotografie", + "attribute": "Ansichtshöhe" + }, + { + "displayName": "mid_shot", + "langName": "mittlere Aufnahme", + "object": "Fotografie", + "attribute": "Ansichtshöhe" + }, + { + "displayName": "bust", + "langName": "Büste", + "object": "Fotografie", + "attribute": "Ansichtshöhe" + }, + { + "displayName": "upper_body", + "langName": "Oberkörper", + "object": "Fotografie", + "attribute": "Ansichtshöhe" + }, + { + "displayName": "lower_body", + "langName": "Unterkörper", + "object": "Fotografie", + "attribute": "Ansichtshöhe" + }, + { + "displayName": "cowboy_shot", + "langName": "Oberkörper + Oberschenkel (Denim-Linse)", + "object": "Fotografie", + "attribute": "Ansichtshöhe" + }, + { + "displayName": "portrait", + "langName": "Porträt (Gesicht + Schultern + gelegentlich Brust)", + "object": "Fotografie", + "attribute": "Ansichtshöhe" + }, + { + "displayName": "very close portrait", + "langName": "Nahes Porträt (Kamera näher)", + "object": "Fotografie", + "attribute": "Ansichtshöhe" + }, + { + "displayName": "profile", + "langName": "Profilporträt (Profilversion des Porträts)", + "object": "Fotografie", + "attribute": "Ansichtshöhe" + }, + { + "displayName": "close-up", + "langName": "Nahaufnahme", + "object": "Fotografie", + "attribute": "Ansichtshöhe" + }, + { + "displayName": "focus on face", + "langName": "Fokus auf das Gesicht", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "full-body shot", + "langName": "Ganzkörperaufnahme", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "foreground focus", + "langName": "Frontfokus", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "wide_shot", + "langName": "Panoramaobjektiv (Weitwinkelobjektiv)", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "macro_shot", + "langName": "Makroobjektiv", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "inset", + "langName": "Zusätzliches Filmmaterial oder Bilder einfügen", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "cross-section", + "langName": "Schnittdarstellung", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "male focus", + "langName": "Männlicher Fokus (Weiblicher Fokus)", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "solo_focus", + "langName": "Konzentration auf eine einzige Figur (geeignet für komplexe Szenen)", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "xx_focus", + "langName": "Fokus auf xx", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "face_focus", + "langName": "Fokus auf das Gesicht", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "eyes_focus", + "langName": "Fokus auf die Augen", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "foot_focus", + "langName": "Fokus auf die Füße", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "hip_focus", + "langName": "Fokus auf das Gesäß", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "ass_focus", + "langName": "Fokus auf den Hintern", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "vehicle_focus", + "langName": "Fokus auf das Fahrzeug (Auto)", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "turn_one's_back", + "langName": "Zurück zur Kamera", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "between_legs", + "langName": "(Betonung) zwischen den Beinen", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "between_breasts", + "langName": "(hervortretende) Brust", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "between_fingers", + "langName": "(Vorwölbung) zwischen den Fingern", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "peeking", + "langName": "Voyeurismus", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "peeking_out", + "langName": "Voyeurismus (Geste)", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "peeping", + "langName": "Voyeur (Betonung auf Perspektive)", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "midriff_peek", + "langName": "Nabelschau", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "armpit_peek", + "langName": "Achselhöhlen-Peek", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "pussy_peek", + "langName": "Puxi-Gucken", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "panty_peek", + "langName": "Panty Peek", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "pantyshot", + "langName": "Unterwäsche entblößt", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "caught", + "langName": "In Aktion gefangen", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "upskirt", + "langName": "Upskirt-Ansicht", + "object": "Fotografie", + "attribute": "Fokus des Objektivs" + }, + { + "displayName": "Macro", + "langName": "Makro", + "object": "Fotografie", + "attribute": "Linsen/Optische Effekte" + }, + { + "displayName": "Telephoto", + "langName": "Teleobjektiv", + "object": "Fotografie", + "attribute": "Linsen/Optische Effekte" + }, + { + "displayName": "Magnification", + "langName": "vergrößern", + "object": "Fotografie", + "attribute": "Linsen/Optische Effekte" + }, + { + "displayName": "Microscopic", + "langName": "mikroskopische", + "object": "Fotografie", + "attribute": "Linsen/Optische Effekte" + }, + { + "displayName": "Electron Microscope", + "langName": "Elektronenmikroskop", + "object": "Fotografie", + "attribute": "Linsen/Optische Effekte" + }, + { + "displayName": "Super-Resolution Microscopy", + "langName": "Superauflösungsmikroskopie", + "object": "Fotografie", + "attribute": "Linsen/Optische Effekte" + }, + { + "displayName": "Wide Angle", + "langName": "Weitwinkel", + "object": "Fotografie", + "attribute": "Linsen/Optische Effekte" + }, + { + "displayName": "Ultra-Wide Angle", + "langName": "Superweitwinkel", + "object": "Fotografie", + "attribute": "Linsen/Optische Effekte" + }, + { + "displayName": "panorama", + "langName": "Panorama", + "object": "Fotografie", + "attribute": "Linsen/Optische Effekte" + }, + { + "displayName": "360 Panorama", + "langName": "360-Panorama", + "object": "Fotografie", + "attribute": "Linsen/Optische Effekte" + }, + { + "displayName": "360 Angle", + "langName": "360-Grad-Ansicht", + "object": "Fotografie", + "attribute": "Linsen/Optische Effekte" + }, + { + "displayName": "Fisheye Lens", + "langName": "Fischaugenobjektiv", + "object": "Fotografie", + "attribute": "Linsen/Optische Effekte" + }, + { + "displayName": "Fisheye Lens Effect", + "langName": "Fischaugenobjektiv-Effekt", + "object": "Fotografie", + "attribute": "Linsen/Optische Effekte" + }, + { + "displayName": "Miniature Faking", + "langName": "Miniaturmodell-Effekt", + "object": "Fotografie", + "attribute": "Linsen/Optische Effekte" + }, + { + "displayName": "Brenizer Method", + "langName": "Spiralaufnahme", + "object": "Fotografie", + "attribute": "Linsen/Optische Effekte" + }, + { + "displayName": "Panini Projection", + "langName": "Panini-Projektion", + "object": "Fotografie", + "attribute": "Linsen/Optische Effekte" + }, + { + "displayName": "Orthographic", + "langName": "orthographische Projektion", + "object": "Fotografie", + "attribute": "Linsen/Optische Effekte" + }, + { + "displayName": "Isometric", + "langName": "Isometrische Projektion", + "object": "Fotografie", + "attribute": "Linsen/Optische Effekte" + }, + { + "displayName": "DOF", + "langName": "Tiefenschärfe", + "object": "Fotografie", + "attribute": "Linsen/Optische Effekte" + }, + { + "displayName": "landscape", + "langName": "Landschaftsaufnahme (Weitschuss)", + "object": "Fotografie", + "attribute": "Linsen/Optische Effekte" + }, + { + "displayName": "Sharp Focus", + "langName": "scharfe Fokussierung", + "object": "Fotografie", + "attribute": "Linsen/Optische Effekte" + }, + { + "displayName": "Zoom", + "langName": "vergrößern.", + "object": "Fotografie", + "attribute": "Linsen/Optische Effekte" + }, + { + "displayName": "Dolly Zoom", + "langName": "Dolly-Zoom", + "object": "Fotografie", + "attribute": "Linsen/Optische Effekte" + }, + { + "displayName": "Portrait Photogram", + "langName": "Porträt", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "Photorealistic", + "langName": "Fotorealismus", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "Cinematic", + "langName": "Filmisches Gefühl", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "Color Grading", + "langName": "Farbabstufung", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "Dramatic", + "langName": "dramatisch", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "Editorial Photography", + "langName": "redaktionelle Fotografie", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "filmic", + "langName": "Filmische Qualität", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "film still", + "langName": "Filmstandbilder", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "film grain", + "langName": "Filmkorn", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "Glamor Shot", + "langName": "reizvolle Aufnahmen", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "Golden Hour", + "langName": "Prime Time", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "High-Speed Photograph", + "langName": "Hochgeschwindigkeitsfotografie", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "Intentional camera movement", + "langName": "absichtliche Kamerabewegung", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "Paparazzi Photography", + "langName": "Paparazzi-Fotografie", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "Photography", + "langName": "Fotografie", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "Photoshoot", + "langName": "Fotoshooting", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "photo", + "langName": "Foto", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "polaroid", + "langName": "Fotos (Polaroid)", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "poster,caustics", + "langName": "Poster/Themenschwerpunkt", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "Kaleidoscope Photography", + "langName": "Kaleidoskop-Fotografie", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "Photojournalism", + "langName": "Fotojournalismus", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "Time-Lapse", + "langName": "Zeitraffer-Fotografie", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "Satellite Imagery", + "langName": "Satellitenbilder", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "War Photography", + "langName": "Kriegsfotografie", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "Wildlife Photography", + "langName": "Wildtierfotografie", + "object": "Fotografie", + "attribute": "Fotografie-Stil" + }, + { + "displayName": "Blurry", + "langName": "Vage", + "object": "Fotografie", + "attribute": "Unschärfe/Verzerrung" + }, + { + "displayName": "Blur Effect", + "langName": "Unschärfe-Effekt", + "object": "Fotografie", + "attribute": "Unschärfe/Verzerrung" + }, + { + "displayName": "Tilt Blur", + "langName": "Kippunschärfe", + "object": "Fotografie", + "attribute": "Unschärfe/Verzerrung" + }, + { + "displayName": "Lens Distortion", + "langName": "Objektivverzeichnung", + "object": "Fotografie", + "attribute": "Unschärfe/Verzerrung" + }, + { + "displayName": "flash photography", + "langName": "Blitzlichtfotografie", + "object": "Fotografie", + "attribute": "Kameraeinstellungen" + }, + { + "displayName": "Exposure", + "langName": "Belastung", + "object": "Fotografie", + "attribute": "Kameraeinstellungen" + }, + { + "displayName": "Short Exposure", + "langName": "kurze Belichtung", + "object": "Fotografie", + "attribute": "Kameraeinstellungen" + }, + { + "displayName": "Long Exposure", + "langName": "lange Belichtungszeit", + "object": "Fotografie", + "attribute": "Kameraeinstellungen" + }, + { + "displayName": "Double-Exposure", + "langName": "Doppelbelichtung", + "object": "Fotografie", + "attribute": "Kameraeinstellungen" + }, + { + "displayName": "Shutter Speed 1/1000", + "langName": "Verschlusszeit 1/1000", + "object": "Fotografie", + "attribute": "Kameraeinstellungen" + }, + { + "displayName": "Shutter Speed 1/2", + "langName": "Verschlusszeit 1/2", + "object": "Fotografie", + "attribute": "Kameraeinstellungen" + }, + { + "displayName": "F/2.8", + "langName": "Blende/2.8", + "object": "Fotografie", + "attribute": "Kameraeinstellungen" + }, + { + "displayName": "F/22", + "langName": "F/22", + "object": "Fotografie", + "attribute": "Kameraeinstellungen" + }, + { + "displayName": "Gamma", + "langName": "gamma", + "object": "Fotografie", + "attribute": "Kameraeinstellungen" + }, + { + "displayName": "White Balance", + "langName": "Weißabgleich", + "object": "Fotografie", + "attribute": "Kameraeinstellungen" + }, + { + "displayName": "Schlieren", + "langName": "Lichtwelleninterferenz", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Night Vision", + "langName": "Fotografie bei schwachem Licht", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Hyperspectral Imaging", + "langName": "hyperspektrale Bildgebung", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Multispectral Imaging", + "langName": "multispektrale Bildgebung", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Camcorder Effect", + "langName": "Kameraeffekte", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "DSLR", + "langName": "SLR", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "35mm", + "langName": "35mm", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Tri-X 400 TX", + "langName": "Tri-X 400TX", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Instax", + "langName": "Polaroid", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Ektachrome", + "langName": "Kodak Ektachrome", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Fujifilm Superia", + "langName": "Fujifilm", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Fujifilm XT3", + "langName": "Fujifilm XT3", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Polaroid SX-70", + "langName": "Polaroid", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Ilford HP5", + "langName": "Ilford HP5", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Kodak Ektar", + "langName": "Kodak Ektar", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Kodak Gold 200", + "langName": "Kodak Gold 200", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Kodak Portra", + "langName": "Kodak Portra", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Lomo", + "langName": "Lomo", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Nikon D750", + "langName": "Nikon D750", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Provia", + "langName": "Fuji Provia", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Shot on 70mm", + "langName": "Gedreht auf 70-mm-Film", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Velvia", + "langName": "Fuji Velvia", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Vintage", + "langName": "Jahrgangsserie", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Pinhole Photography", + "langName": "Lochkamera-Fotografie", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Photogram", + "langName": "Foto", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Daguerrotype", + "langName": "Daguerreotypie", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Ambrotype", + "langName": "alte Fotografie", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Calotype", + "langName": "Fotofotografie", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Tintype", + "langName": "Tintypie-Fotografie", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Dashcam-Footage", + "langName": "Fahrtenschreiber Video", + "object": "Fotografie", + "attribute": "Kamera" + }, + { + "displayName": "Unary", + "langName": "ein Yuan", + "object": "Fotografie", + "attribute": "Digitales System" + }, + { + "displayName": "Binary", + "langName": "binär", + "object": "Fotografie", + "attribute": "Digitales System" + }, + { + "displayName": "Ternary", + "langName": "ternär", + "object": "Fotografie", + "attribute": "Digitales System" + }, + { + "displayName": "Quaternary", + "langName": "quaternär", + "object": "Fotografie", + "attribute": "Digitales System" + }, + { + "displayName": "Quinary", + "langName": "quinär", + "object": "Fotografie", + "attribute": "Digitales System" + }, + { + "displayName": "Senary", + "langName": "hexadezimal", + "object": "Fotografie", + "attribute": "Digitales System" + }, + { + "displayName": "Septenary", + "langName": "Sieben Basen", + "object": "Fotografie", + "attribute": "Digitales System" + }, + { + "displayName": "Octal", + "langName": "Oktal", + "object": "Fotografie", + "attribute": "Digitales System" + }, + { + "displayName": "Nonary", + "langName": "Neun Basis", + "object": "Fotografie", + "attribute": "Digitales System" + }, + { + "displayName": "Decimal", + "langName": "dezimal", + "object": "Fotografie", + "attribute": "Digitales System" + }, + { + "displayName": "Hexadecimal", + "langName": "hexadezimal", + "object": "Fotografie", + "attribute": "Digitales System" + }, + { + "displayName": "depth of field", + "langName": "Tiefenschärfe (Koordinierung menschlicher Szenen)", + "object": "Fotografie", + "attribute": "Wirkung" + }, + { + "displayName": "motion_blur", + "langName": "Unschärfe durch Bewegung", + "object": "Fotografie", + "attribute": "Wirkung" + }, + { + "displayName": "motion_lines", + "langName": "Linien, die Bewegung verkörpern", + "object": "Fotografie", + "attribute": "Wirkung" + }, + { + "displayName": "speed_lines", + "langName": "Geschwindigkeitslinie", + "object": "Fotografie", + "attribute": "Wirkung" + }, + { + "displayName": "bokeh", + "langName": "Kaustik (unscharfer Hintergrund)", + "object": "Fotografie", + "attribute": "Wirkung" + }, + { + "displayName": "chromatic_aberration", + "langName": "Chromatische Aberration, unscharfe Farben", + "object": "Fotografie", + "attribute": "Wirkung" + }, + { + "displayName": "overexposure", + "langName": "überbelichtet", + "object": "Fotografie", + "attribute": "Wirkung" + }, + { + "displayName": "Vignette", + "langName": "Vignette", + "object": "Fotografie", + "attribute": "Wirkung" + }, + { + "displayName": "Split Toning", + "langName": "Geteilte Einstufung", + "object": "Fotografie", + "attribute": "Wirkung" + }, + { + "displayName": "Rephotography", + "langName": "schwere Fotografie", + "object": "Fotografie", + "attribute": "Wirkung" + }, + { + "displayName": "miniature model film", + "langName": "Miniaturfilm", + "object": "Fotografie", + "attribute": "Wirkung" + }, + { + "displayName": "Scanography", + "langName": "Scan-Fotografie", + "object": "Fotografie", + "attribute": "Wirkung" + }, + { + "displayName": "Slit-Scan Photography", + "langName": "Spaltfotografie", + "object": "Fotografie", + "attribute": "Wirkung" + }, + { + "displayName": "photorealistic,realistic", + "langName": "realistisch, Simulation", + "object": "Fotografie", + "attribute": "Wirkung" + }, + { + "displayName": "realistic", + "langName": "Realistisch", + "object": "Fotografie", + "attribute": "Wirkung" + }, + { + "displayName": "semi-realistic", + "langName": "halb-realistisch", + "object": "Fotografie", + "attribute": "Wirkung" + }, + { + "displayName": "realistic shadows", + "langName": "Schatten der Wirklichkeit", + "object": "Fotografie", + "attribute": "Wirkung" + }, + { + "displayName": "detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "Hand Details", + "object": "Fotografie", + "attribute": "Wirkung" + }, + { + "displayName": "detailed feet and detailed 5 toes and detailed 5 toenails", + "langName": "Details der Füße", + "object": "Fotografie", + "attribute": "Wirkung" + }, + { + "displayName": "Transparent", + "langName": "transparent", + "object": "Material", + "attribute": "Deckkraft" + }, + { + "displayName": "Translucent", + "langName": "Transluzent", + "object": "Material", + "attribute": "Deckkraft" + }, + { + "displayName": "Opaque", + "langName": "undurchsichtig", + "object": "Material", + "attribute": "Deckkraft" + }, + { + "displayName": "Bump Map", + "langName": "Karte mit Bodenwellen", + "object": "Material", + "attribute": "Karte" + }, + { + "displayName": "Bump Mapped", + "langName": "Mit Bumpmap", + "object": "Material", + "attribute": "Karte" + }, + { + "displayName": "Bump Mapping", + "langName": "Bump-Mapping", + "object": "Material", + "attribute": "Karte" + }, + { + "displayName": "Normal Map", + "langName": "normale Karte", + "object": "Material", + "attribute": "Karte" + }, + { + "displayName": "Depth Map", + "langName": "Tiefenkarte", + "object": "Material", + "attribute": "Karte" + }, + { + "displayName": "Soft Body", + "langName": "Software", + "object": "Material", + "attribute": "Weicher Körper" + }, + { + "displayName": "Squishy", + "langName": "flauschig", + "object": "Material", + "attribute": "Weicher Körper" + }, + { + "displayName": "Anisotropy", + "langName": "Anisotropie", + "object": "Material", + "attribute": "Charakteristisch" + }, + { + "displayName": "Carbonated", + "langName": "Kohlensäurehaltig", + "object": "Material", + "attribute": "Charakteristisch" + }, + { + "displayName": "Effervescent", + "langName": "schäumend", + "object": "Material", + "attribute": "Charakteristisch" + }, + { + "displayName": "Icy", + "langName": "kalt", + "object": "Material", + "attribute": "Charakteristisch" + }, + { + "displayName": "Charred", + "langName": "Karbonisierung", + "object": "Material", + "attribute": "Charakteristisch" + }, + { + "displayName": "Corrugated", + "langName": "zerknittert", + "object": "Material", + "attribute": "Charakteristisch" + }, + { + "displayName": "Perforated", + "langName": "Perforation", + "object": "Material", + "attribute": "Charakteristisch" + }, + { + "displayName": "Wooden", + "langName": "Holz", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Lumber", + "langName": "Holz", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Plywood", + "langName": "Sperrholz", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Particle-Board", + "langName": "Spanplatte", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Sawdust", + "langName": "Sägemehl", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Cork", + "langName": "Kork", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Cherry-Wood", + "langName": "Kirschenholz", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Maple-Wood", + "langName": "Ahorn", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Pine-Wood", + "langName": "Kiefernwald", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Oak-Wood", + "langName": "Eiche", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Birch-Wood", + "langName": "Birke", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Acacia-Wood", + "langName": "Akazienholz", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Cedar-Wood", + "langName": "Zedernholz", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Wood-Stain", + "langName": "Holzbeize", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Planks", + "langName": "Vorstand", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Wooden Planks", + "langName": "Holzbrett", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Nailed-Wood", + "langName": "Holz nageln", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Wooden Fence", + "langName": "Holzzaun", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Cardboard", + "langName": "Karton", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Corrugated Fiberboard", + "langName": "Wellpappe", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Paperboard", + "langName": "Karton", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Cardstock", + "langName": "Papierstau", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Paper", + "langName": "Papier", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Construction Paper", + "langName": "Konstruktionszeichnungen", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Tissue Paper", + "langName": "Toilettenpapier", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Graph Paper", + "langName": "Millimeterpapier", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Kraft Paper", + "langName": "Kraftpapier", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Washi", + "langName": "Japanisches Papier", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Wasli", + "langName": "Wasli-Papier", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Papyrus", + "langName": "Papyrus", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Manuscript Paper", + "langName": "Manuskriptpapier", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Wrapping Paper", + "langName": "Einwickelpapier", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Parchment", + "langName": "Pergament", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Parchment Paper", + "langName": "Grillpapier", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Medieval Parchment", + "langName": "mittelalterliches Pergament", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Toilet Paper", + "langName": "Toilettenpapier", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Paper Towel", + "langName": "Gewebe", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Manila Paper", + "langName": "Manilapapier", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Manila Folder", + "langName": "Manila-Mappe", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Envelope", + "langName": "Briefumschlag", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Security Paper", + "langName": "Fälschungssicheres Papier", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Rolling Paper", + "langName": "Zigarettenpapier", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Cotton Paper", + "langName": "Gewebe", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Hemp Fiber", + "langName": "Hanffaser", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Hemp Paper", + "langName": "Hanfpapier", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Cellulose", + "langName": "Zellulose", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Plastic-Coated Paper", + "langName": "kunststoffbeschichtetes Papier", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Tar Paper", + "langName": "Teerpappe", + "object": "Material", + "attribute": "Holz und Papier" + }, + { + "displayName": "Soil", + "langName": "Boden", + "object": "Material", + "attribute": "Boden" + }, + { + "displayName": "Dirt", + "langName": "Staub", + "object": "Material", + "attribute": "Boden" + }, + { + "displayName": "Mud", + "langName": "Schlamm", + "object": "Material", + "attribute": "Boden" + }, + { + "displayName": "Mud Brick", + "langName": "Lehmziegel", + "object": "Material", + "attribute": "Boden" + }, + { + "displayName": "Clay", + "langName": "Ton", + "object": "Material", + "attribute": "Boden" + }, + { + "displayName": "Sand", + "langName": "Sand", + "object": "Material", + "attribute": "Boden" + }, + { + "displayName": "Gravel", + "langName": "Schotter", + "object": "Material", + "attribute": "Boden" + }, + { + "displayName": "Silt", + "langName": "Schlick", + "object": "Material", + "attribute": "Boden" + }, + { + "displayName": "Dust", + "langName": "Staub", + "object": "Material", + "attribute": "Boden" + }, + { + "displayName": "Spodosol", + "langName": "Nadelbaumboden", + "object": "Material", + "attribute": "Boden" + }, + { + "displayName": "Podzol", + "langName": "Nadelbaumboden", + "object": "Material", + "attribute": "Boden" + }, + { + "displayName": "Sandpaper", + "langName": "Schleifpapier", + "object": "Material", + "attribute": "Boden" + }, + { + "displayName": "Stone", + "langName": "Stein", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Cobblestone", + "langName": "Kopfsteinpflaster", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Pebbles", + "langName": "Kieselstein", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Rock", + "langName": "Felsen", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Rocky", + "langName": "felsig", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Bedrock", + "langName": "Grundstein", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Flint", + "langName": "flint", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Sandstone", + "langName": "Sandstein", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Basalt", + "langName": "Basalt", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Marble", + "langName": "Marmor", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Granite", + "langName": "Granit", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Diorite", + "langName": "Diorit", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Andesite", + "langName": "Andesit", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Gypsum", + "langName": "Gips", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Coal", + "langName": "Kohle", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Sulfur", + "langName": "Schwefel", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Graphene", + "langName": "Graphen", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Carbon Nanotubes", + "langName": "Kohlenstoff-Nanoröhrchen", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Carbon Fiber", + "langName": "Kohlefaser", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Concrete", + "langName": "Beton", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Sidewalk", + "langName": "Gehweg", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Asphalt", + "langName": "Asphalt", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Hempcrete", + "langName": "Hanfbeton", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Brick", + "langName": "Ziegelstein", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Terracotta", + "langName": "Rotlehm", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Pottery", + "langName": "Töpferei", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Ceramic", + "langName": "keramische Erzeugnisse", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Enamel", + "langName": "Emaille", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Sheetrock", + "langName": "Gipskarton", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Plaster", + "langName": "Stuck", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Asbestos", + "langName": "Asbest", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Slag", + "langName": "Schlacke", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Vermiculite", + "langName": "Vermiculit", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Perlite", + "langName": "Perlit", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Borax", + "langName": "Borax", + "object": "Material", + "attribute": "Steine und Mineralien" + }, + { + "displayName": "Metallic", + "langName": "metallisch", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Metal", + "langName": "Metall", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Liquid Metal", + "langName": "Flüssigmetall", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Foil", + "langName": "Folie", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Rusty", + "langName": "rostig", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Pewter", + "langName": "Zinn", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Copper", + "langName": "Kupfer", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Tin", + "langName": "Zinn", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Aluminum", + "langName": "Aluminium", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Brushed Aluminum", + "langName": "gebürstetes Aluminium", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Bronze", + "langName": "Bronze", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Brass", + "langName": "Messing", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Iron", + "langName": "Eisen", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Wrought Iron", + "langName": "Schmiedeeisen", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Steel", + "langName": "Stahl", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Stainless Steel", + "langName": "Rostfreier Stahl", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Damascus Steel", + "langName": "Damaszenerstahl", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Titanium", + "langName": "Titan", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Anodized Titanium", + "langName": "Eloxiertes Titan", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Damascus Titanium", + "langName": "Damaszener Titan", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Sterling Silver", + "langName": "Sterling Silber", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Sterling", + "langName": "Standard-Silber", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Rose-Gold", + "langName": "Roségold", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Platinum", + "langName": "Platin", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Chromium", + "langName": "Chrom", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Chrome", + "langName": "verchromt", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Mercury", + "langName": "Quecksilber", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Mercury Metal", + "langName": "Quecksilbermetall", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Molten Mercury", + "langName": "geschmolzenes Quecksilber", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Molten Mercury Metal", + "langName": "geschmolzenes Quecksilber Metall", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Gallium", + "langName": "Gallium", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Magnesium", + "langName": "Magnesium", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Zinc", + "langName": "Zink", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Lead", + "langName": "Blei", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Tungsten", + "langName": "Wolfram", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Zirconium", + "langName": "Zirkonium", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Cubic Zirconium", + "langName": "kubischer Zirkon", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Cobalt", + "langName": "Kobalt", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Uranium", + "langName": "Uran", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Sodium", + "langName": "Natrium", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Potassium", + "langName": "Kalium", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Constantan", + "langName": "Konstantan", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Hepatizon", + "langName": "Hepa-Kupfer", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Nichrome", + "langName": "Nichrom", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Damascus", + "langName": "Damaskus", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Iron Filings", + "langName": "Eisenfeilspäne", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Copper-Sulfate", + "langName": "Kupfersulfat", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Solder", + "langName": "Lot", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Metallic Fiber", + "langName": "Metallfaser", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Armature Wire", + "langName": "Gepanzerter Draht", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Metal Foam", + "langName": "Metallschaum", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Needle", + "langName": "Nadel", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Screw", + "langName": "Schraube", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Paper Clips", + "langName": "Büroklammer", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Chain-link", + "langName": "Kette", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Chicken Wire", + "langName": "Stacheldraht", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Chain-link Fence", + "langName": "Maschendrahtzaun", + "object": "Material", + "attribute": "Metall" + }, + { + "displayName": "Glassy", + "langName": "Glaskörper", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Stained Glass", + "langName": "Buntglas", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Stained Glass Windows", + "langName": "Buntglasfenster", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Seaglass", + "langName": "Meerglas", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Mirror", + "langName": "Spiegel", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Fiberglass", + "langName": "Fiberglas", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Glass Fiber", + "langName": "Fiberglas", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Glass and Crystals", + "langName": "Glas und Kristall", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Crystalline", + "langName": "Kristall", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Diamond", + "langName": "Diamant", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Amethyst", + "langName": "Amethyst", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Quartz", + "langName": "Quarz", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Smoky Quartz", + "langName": "Rauchquarz", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Rose Quartz", + "langName": "Rosenquarz", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Milky Quartz", + "langName": "Opalisierender Quarz", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Rutilated Quartz", + "langName": "Titan-Kristallquarz", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Sceptred Quartz", + "langName": "Knollenquarz", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Herkimer Diamond", + "langName": "Herkimer Diamant", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Ruby", + "langName": "Rubinrot", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Sapphire", + "langName": "Saphir", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Emerald", + "langName": "Smaragd", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Pearl", + "langName": "Perle", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Citrine", + "langName": "Citrin", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Fluorite", + "langName": "Fluorit", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Onyx", + "langName": "Achat", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Lapis Lazuli", + "langName": "Lapislazuli", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Obsidian", + "langName": "Obsidian", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Selenite", + "langName": "Transparentes Pflaster", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Jasper", + "langName": "Karneol", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Opal", + "langName": "Opal", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Opalite", + "langName": "Opal Achat", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Topaz", + "langName": "Topas", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Agate", + "langName": "Achat", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Carnelian", + "langName": "roter Achat", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Ametrine", + "langName": "Ametrin", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Aventurine", + "langName": "grüner Turmalin", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Borax Crystals", + "langName": "Borax-Kristalle", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Colloidal Crystal", + "langName": "kolloidale Kristalle", + "object": "Material", + "attribute": "Glas und Kristall" + }, + { + "displayName": "Cloth", + "langName": "Tuch", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Cotton", + "langName": "Baumwolle", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Polyester", + "langName": "Polyesterfaser", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Twine", + "langName": "Schnur", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Silk", + "langName": "Seide", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Denim", + "langName": "Denim", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Leather", + "langName": "Leder", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Felt", + "langName": "Filz", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Felt Cloth", + "langName": "Filztuch", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Cashmere", + "langName": "Kaschmir", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Velvet", + "langName": "Samt", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Corduroy", + "langName": "Kordsamt", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Nylon", + "langName": "nylon", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Polyamide", + "langName": "Polyamid", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Kevlar", + "langName": "Aramid", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Spandex", + "langName": "Spandex", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Rayon", + "langName": "Rayon", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Microfiber", + "langName": "Mikrofaser", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Fibers", + "langName": "Faser", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Lyocell", + "langName": "Lyocell", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Cordura", + "langName": "Kaudura", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Lurex", + "langName": "purl", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Nomex", + "langName": "Nomex", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Quilt", + "langName": "Steppdecke", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Memory Foam", + "langName": "Rückstellschaum", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Lint", + "langName": "Fussel", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Blanket", + "langName": "Decke", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Pin Cushion", + "langName": "Nadelkissen", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Yarn", + "langName": "Garn", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Knitted", + "langName": "gestrickt", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Rug", + "langName": "Flächenteppich", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Crochet", + "langName": "Häkeln", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Cross Stich", + "langName": "Kreuzstich", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Needle Point", + "langName": "Stricken", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Patch", + "langName": "Patch", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Sewen", + "langName": "Nähen", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Applique", + "langName": "Applikation", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Macrame", + "langName": "Spitze", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Weave", + "langName": "Geflecht", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Net", + "langName": "Netz", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Netting", + "langName": "Maschengewebe", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Gauze", + "langName": "Gaze", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Spider Web", + "langName": "Spinnennetz", + "object": "Material", + "attribute": "Stoff" + }, + { + "displayName": "Plastic", + "langName": "Kunststoff", + "object": "Material", + "attribute": "Kunststoff-/Schaumstofffolie" + }, + { + "displayName": "Shrink Wrap", + "langName": "Schrumpffolie", + "object": "Material", + "attribute": "Kunststoff-/Schaumstofffolie" + }, + { + "displayName": "Plastic Wrap", + "langName": "Frischhaltefolie", + "object": "Material", + "attribute": "Kunststoff-/Schaumstofffolie" + }, + { + "displayName": "Cling Wrap", + "langName": "Selbstklebende Verpackungsfolie", + "object": "Material", + "attribute": "Kunststoff-/Schaumstofffolie" + }, + { + "displayName": "Teflon", + "langName": "Teflon", + "object": "Material", + "attribute": "Kunststoff-/Schaumstofffolie" + }, + { + "displayName": "Lego", + "langName": "Lego", + "object": "Material", + "attribute": "Kunststoff-/Schaumstofffolie" + }, + { + "displayName": "Polyurethane", + "langName": "Polyurethan", + "object": "Material", + "attribute": "Kunststoff-/Schaumstofffolie" + }, + { + "displayName": "Polyethylene", + "langName": "Polyethylen", + "object": "Material", + "attribute": "Kunststoff-/Schaumstofffolie" + }, + { + "displayName": "Polyvinyl", + "langName": "Polyethylen", + "object": "Material", + "attribute": "Kunststoff-/Schaumstofffolie" + }, + { + "displayName": "Polypropylene", + "langName": "Polypropylen", + "object": "Material", + "attribute": "Kunststoff-/Schaumstofffolie" + }, + { + "displayName": "Polyimide", + "langName": "Polyimid", + "object": "Material", + "attribute": "Kunststoff-/Schaumstofffolie" + }, + { + "displayName": "Styrofoam", + "langName": "Styropor", + "object": "Material", + "attribute": "Kunststoff-/Schaumstofffolie" + }, + { + "displayName": "Foam", + "langName": "Schaumstoff", + "object": "Material", + "attribute": "Kunststoff-/Schaumstofffolie" + }, + { + "displayName": "Rubber", + "langName": "Gummi", + "object": "Material", + "attribute": "Gummi" + }, + { + "displayName": "Rubber Band", + "langName": "Gummiband", + "object": "Material", + "attribute": "Gummi" + }, + { + "displayName": "Rubber Band Ball", + "langName": "Gummiball", + "object": "Material", + "attribute": "Gummi" + }, + { + "displayName": "Balloon", + "langName": "Ballon", + "object": "Material", + "attribute": "Gummi" + }, + { + "displayName": "Nitrile", + "langName": "Nitrilkautschuk", + "object": "Material", + "attribute": "Gummi" + }, + { + "displayName": "Silicone", + "langName": "Silikon", + "object": "Material", + "attribute": "Gummi" + }, + { + "displayName": "Vinyl", + "langName": "Vinyl-Kunststoff", + "object": "Material", + "attribute": "Gummi" + }, + { + "displayName": "Linoleum", + "langName": "Linoleum", + "object": "Material", + "attribute": "Gummi" + }, + { + "displayName": "Silly Band", + "langName": "Gummiband", + "object": "Material", + "attribute": "Gummi" + }, + { + "displayName": "Wax", + "langName": "Wachs", + "object": "Material", + "attribute": "Wachs" + }, + { + "displayName": "Wax Paper", + "langName": "Schablone", + "object": "Material", + "attribute": "Wachs" + }, + { + "displayName": "Carnauba Wax", + "langName": "Carnaubawachs", + "object": "Material", + "attribute": "Wachs" + }, + { + "displayName": "Candelilla Wax", + "langName": "Candelillawachs", + "object": "Material", + "attribute": "Wachs" + }, + { + "displayName": "Paraffin Wax", + "langName": "Paraffin", + "object": "Material", + "attribute": "Wachs" + }, + { + "displayName": "Shellac", + "langName": "Schellack", + "object": "Material", + "attribute": "Wachs" + }, + { + "displayName": "Ice", + "langName": "Eis", + "object": "Material", + "attribute": "Eis und Schnee" + }, + { + "displayName": "Blue-Ice", + "langName": "blaues Eis", + "object": "Material", + "attribute": "Eis und Schnee" + }, + { + "displayName": "Dry Ice", + "langName": "Trockeneis", + "object": "Material", + "attribute": "Eis und Schnee" + }, + { + "displayName": "Hairy", + "langName": "haarig", + "object": "Material", + "attribute": "Haare/Pelz" + }, + { + "displayName": "Fuzz", + "langName": "Fluff", + "object": "Material", + "attribute": "Haare/Pelz" + }, + { + "displayName": "Beard", + "langName": "Bart", + "object": "Material", + "attribute": "Haare/Pelz" + }, + { + "displayName": "Feathers", + "langName": "Feder", + "object": "Material", + "attribute": "Haare/Pelz" + }, + { + "displayName": "Zebra", + "langName": "Zebra", + "object": "Material", + "attribute": "Haare/Pelz" + }, + { + "displayName": "Dust-Bunny", + "langName": "Graues Kaninchen", + "object": "Material", + "attribute": "Haare/Pelz" + }, + { + "displayName": "Liquid", + "langName": "flüssig", + "object": "Material", + "attribute": "Flüssig" + }, + { + "displayName": "Water", + "langName": "Wasser", + "object": "Material", + "attribute": "Flüssig" + }, + { + "displayName": "Lava", + "langName": "Magma", + "object": "Material", + "attribute": "Flüssig" + }, + { + "displayName": "Magma", + "langName": "Lava", + "object": "Material", + "attribute": "Flüssig" + }, + { + "displayName": "Molten Rock", + "langName": "Schmelzgestein", + "object": "Material", + "attribute": "Flüssig" + }, + { + "displayName": "Ferro Fluid", + "langName": "Ferrofluid", + "object": "Material", + "attribute": "Flüssig" + }, + { + "displayName": "Liquid Crystal", + "langName": "Flüssigkristall", + "object": "Material", + "attribute": "Flüssigkeit" + }, + { + "displayName": "Gasoline", + "langName": "Benzin", + "object": "Material", + "attribute": "Flüssigkeit" + }, + { + "displayName": "Turpentine", + "langName": "Terpentin", + "object": "Material", + "attribute": "Flüssigkeit" + }, + { + "displayName": "Mineral Oil", + "langName": "Mineralöl", + "object": "Material", + "attribute": "Flüssig" + }, + { + "displayName": "Motor Oil", + "langName": "Motorenöl", + "object": "Material", + "attribute": "Flüssig" + }, + { + "displayName": "Sea Foam", + "langName": "Meeresschaum", + "object": "Material", + "attribute": "Flüssig" + }, + { + "displayName": "Emulsion", + "langName": "Emulgierung", + "object": "Material", + "attribute": "Flüssig" + }, + { + "displayName": "Lipid", + "langName": "Lipide", + "object": "Material", + "attribute": "Flüssig" + }, + { + "displayName": "Flubber", + "langName": "Elastisches Gewebe", + "object": "Material", + "attribute": "Schleim" + }, + { + "displayName": "Putty", + "langName": "Klebstoffe zum Abdichten und Füllen von Hohlräumen", + "object": "Material", + "attribute": "Schleim" + }, + { + "displayName": "Poster Tack", + "langName": "Plakatkleber", + "object": "Material", + "attribute": "Schleim" + }, + { + "displayName": "Gel", + "langName": "Gel", + "object": "Material", + "attribute": "Viskosität" + }, + { + "displayName": "Aerogel", + "langName": "Aerogel", + "object": "Material", + "attribute": "Viskosität" + }, + { + "displayName": "Softgel", + "langName": "Weichkapsel", + "object": "Material", + "attribute": "Viskosität" + }, + { + "displayName": "Silica Gel", + "langName": "Silikon", + "object": "Material", + "attribute": "Viskosität" + }, + { + "displayName": "Ballistic Gel", + "langName": "ballistisches Gel", + "object": "Material", + "attribute": "Viskosität" + }, + { + "displayName": "Jellyfish", + "langName": "Quallen", + "object": "Material", + "attribute": "Viskosität" + }, + { + "displayName": "Ballistic Foam", + "langName": "ballistischer Schaum", + "object": "Material", + "attribute": "Viskosität" + }, + { + "displayName": "Sponge", + "langName": "Schwamm", + "object": "Material", + "attribute": "Viskosität" + }, + { + "displayName": "Spongy", + "langName": "Schwammig", + "object": "Material", + "attribute": "Viskosität" + }, + { + "displayName": "Tape", + "langName": "Klebeband", + "object": "Material", + "attribute": "Kleber" + }, + { + "displayName": "Duct Tape", + "langName": "Klebeband", + "object": "Material", + "attribute": "Kleber" + }, + { + "displayName": "Scotch Tape", + "langName": "Transparenter Klebstoff", + "object": "Material", + "attribute": "Kleber" + }, + { + "displayName": "Clear Tape", + "langName": "Klebeband", + "object": "Material", + "attribute": "Kleber" + }, + { + "displayName": "Packing Tape", + "langName": "Dichtungsband", + "object": "Material", + "attribute": "Kleber" + }, + { + "displayName": "Masking Tape", + "langName": "Abdeckband", + "object": "Material", + "attribute": "Kleber" + }, + { + "displayName": "Kapton", + "langName": "kapton", + "object": "Material", + "attribute": "Kleber" + }, + { + "displayName": "Kapton Tape", + "langName": "Kaptonband", + "object": "Material", + "attribute": "Kleber" + }, + { + "displayName": "Adhesive", + "langName": "Kleber", + "object": "Material", + "attribute": "Kleber" + }, + { + "displayName": "Glue", + "langName": "Klebstoff", + "object": "Material", + "attribute": "Kleber" + }, + { + "displayName": "Epoxy", + "langName": "Epoxidharz", + "object": "Material", + "attribute": "Kleber" + }, + { + "displayName": "Polymer", + "langName": "Polymer", + "object": "Material", + "attribute": "Polymer" + }, + { + "displayName": "Orbeez", + "langName": "Wassertröpfchen", + "object": "Material", + "attribute": "Polymer" + }, + { + "displayName": "Oobleck", + "langName": "gemischte Stärkelösung", + "object": "Material", + "attribute": "Polymer" + }, + { + "displayName": "Vapor", + "langName": "Dampf", + "object": "Material", + "attribute": "Gas/Pulver" + }, + { + "displayName": "Clouds", + "langName": "Wolke", + "object": "Material", + "attribute": "Gas/Pulver" + }, + { + "displayName": "Fog", + "langName": "Nebel", + "object": "Material", + "attribute": "Gas/Pulver" + }, + { + "displayName": "Mist", + "langName": "Nebel", + "object": "Material", + "attribute": "Gas/Pulver" + }, + { + "displayName": "Gas", + "langName": "Gas", + "object": "Material", + "attribute": "Gas/Pulver" + }, + { + "displayName": "Aerosol", + "langName": "Aerosol", + "object": "Material", + "attribute": "Gas/Pulver" + }, + { + "displayName": "Powder", + "langName": "Pulver", + "object": "Material", + "attribute": "Gas/Pulver" + }, + { + "displayName": "Smoke", + "langName": "Zigarette", + "object": "Material", + "attribute": "Gas/Pulver" + }, + { + "displayName": "Plasma", + "langName": "plasma", + "object": "Material", + "attribute": "Plasma und Energie" + }, + { + "displayName": "Electric", + "langName": "Strom", + "object": "Material", + "attribute": "Plasma und Energie" + }, + { + "displayName": "Electricity", + "langName": "Strom", + "object": "Material", + "attribute": "Plasma und Energie" + }, + { + "displayName": "Fire", + "langName": "Feuer", + "object": "Material", + "attribute": "Plasma und Energie" + }, + { + "displayName": "Burn", + "langName": "Verbrennung", + "object": "Material", + "attribute": "Plasma und Energie" + }, + { + "displayName": "Inferno", + "langName": "Höllenfeuer", + "object": "Material", + "attribute": "Plasma und Energie" + }, + { + "displayName": "Jelly", + "langName": "Gelee", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Agar", + "langName": "Agar", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Wagyu", + "langName": "Wagyu", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Tallow", + "langName": "Talg", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Butter", + "langName": "Butter", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Margarine", + "langName": "Margarine", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Cheese", + "langName": "Käse", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Egg Yolk", + "langName": "Dotter", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Beans", + "langName": "Bohnen", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Macaroni", + "langName": "Nudeln", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Marconi and Cheese", + "langName": "Macron-Käse", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Pretzel", + "langName": "Brezeln", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Churros", + "langName": "Frittierte Teigstangen", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Bread", + "langName": "Brot", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Made of Bread", + "langName": "Hergestellt aus Brot", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Sour Cream", + "langName": "saure Sahne", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Sauce", + "langName": "Sauce", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Pasta Sauce", + "langName": "Spaghettisauce", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Ketchup", + "langName": "Ketchup", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Mustard", + "langName": "Senf", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Mayonnaise", + "langName": "Mayonnaise", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Syrup", + "langName": "Sirup", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Maple Syrup", + "langName": "Ahornsirup", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Whipped Cream", + "langName": "Frische Sahne", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Lollipop", + "langName": "Lollipop", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Cinnamon", + "langName": "Zimt", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Caramel", + "langName": "Karamell", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Taffy", + "langName": "Toffee", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Honeycomb", + "langName": "Honigwaben-Bonbon", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Edible Ink", + "langName": "essbare Tinte", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Food Coloring", + "langName": "Lebensmittelfarbe", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Sprinkles", + "langName": "Bonbonsplitter", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Fondant Icing", + "langName": "Fondant-Glasur", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Royal Icing", + "langName": "Baiser", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Wedding Cake", + "langName": "Hochzeitstorte", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Cake Decorating", + "langName": "Kuchendekoration", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Shortcrust-Pastry", + "langName": "Plunderteig", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Flaky-Pastry", + "langName": "Mille-feuille-Blätterteig", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Puff-Pastry", + "langName": "Blätterteig", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Eclair", + "langName": "Puffs", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Cannoli", + "langName": "Donut-Brötchen", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Fruit-Tart", + "langName": "Obsttorte", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Creme Brule", + "langName": "Karamellpudding", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Gum", + "langName": "Kaugummi", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Toothpaste", + "langName": "Zahnpasta", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Vegetable Oil", + "langName": "Pflanzenöl", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Olive Oil", + "langName": "Olivenöl", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Soda", + "langName": "Sodawasser", + "object": "Material", + "attribute": "Lebensmittel und Verbrauchsgüter" + }, + { + "displayName": "Grass", + "langName": "Gras", + "object": "Material", + "attribute": "Pflanze" + }, + { + "displayName": "Grassy", + "langName": "Grünland", + "object": "Material", + "attribute": "Pflanze" + }, + { + "displayName": "Floral", + "langName": "Blumen", + "object": "Material", + "attribute": "Pflanze" + }, + { + "displayName": "Vines", + "langName": "Weinstock", + "object": "Material", + "attribute": "Pflanze" + }, + { + "displayName": "Tree Bark", + "langName": "Rinde", + "object": "Material", + "attribute": "Pflanze" + }, + { + "displayName": "Branches", + "langName": "Zweigstellen", + "object": "Material", + "attribute": "Pflanze" + }, + { + "displayName": "shrub", + "langName": "Strauch", + "object": "Material", + "attribute": "Pflanze" + }, + { + "displayName": "Leaves", + "langName": "Blätter", + "object": "Material", + "attribute": "Pflanze" + }, + { + "displayName": "Pinecone", + "langName": "Tannenzapfen", + "object": "Material", + "attribute": "Pflanze" + }, + { + "displayName": "Acorn", + "langName": "Eicheln", + "object": "Material", + "attribute": "Pflanze" + }, + { + "displayName": "Moss", + "langName": "Moos", + "object": "Material", + "attribute": "Pflanze" + }, + { + "displayName": "Cactus", + "langName": "Kaktus", + "object": "Material", + "attribute": "Pflanze" + }, + { + "displayName": "Straw", + "langName": "Stroh", + "object": "Material", + "attribute": "Pflanze" + }, + { + "displayName": "Straw-Bale", + "langName": "Strohballen", + "object": "Material", + "attribute": "Pflanze" + }, + { + "displayName": "Hay", + "langName": "Heu", + "object": "Material", + "attribute": "Pflanze" + }, + { + "displayName": "Hay-Bale", + "langName": "Heuballen", + "object": "Material", + "attribute": "Pflanze" + }, + { + "displayName": "Hemp", + "langName": "taub", + "object": "Material", + "attribute": "Pflanze" + }, + { + "displayName": "Fungi", + "langName": "Pilz", + "object": "Material", + "attribute": "Bakterien" + }, + { + "displayName": "Mushrooms", + "langName": "Pilz", + "object": "Material", + "attribute": "Bakterien" + }, + { + "displayName": "Mycelium", + "langName": "Hyphen", + "object": "Material", + "attribute": "Bakterien" + }, + { + "displayName": "Moldy", + "langName": "schimmelig", + "object": "Material", + "attribute": "Bakterien" + }, + { + "displayName": "Lactarius-Indigo", + "langName": "Indigo-Milchpilz", + "object": "Material", + "attribute": "Bakterien" + }, + { + "displayName": "Latticed-Stinkhorn", + "langName": "Gitterstieliger Pilz", + "object": "Material", + "attribute": "Bakterien" + }, + { + "displayName": "Clathrus-Ruber", + "langName": "Rhodococcus", + "object": "Material", + "attribute": "Bakterien" + }, + { + "displayName": "Laccaria-Amethystina", + "langName": "violetter Pilz", + "object": "Material", + "attribute": "Bakterien" + }, + { + "displayName": "Entoloma-Hochstetteri", + "langName": "Powderygophyllum holophylla", + "object": "Material", + "attribute": "Bakterien" + }, + { + "displayName": "Clavaria-Zollingeri", + "langName": "Lila Korallenpilz", + "object": "Material", + "attribute": "Bakterien" + }, + { + "displayName": "Chlorociboria", + "langName": "grüner Pilz", + "object": "Material", + "attribute": "Bakterien" + }, + { + "displayName": "Golden-Scruffy-Collybia", + "langName": "Goldener Krähenfußpilz", + "object": "Material", + "attribute": "Bakterien" + }, + { + "displayName": "Cyptotrama-Asprata", + "langName": "Kryptischer Sägefußpilz", + "object": "Material", + "attribute": "Bakterien" + }, + { + "displayName": "Mycena Acicula", + "langName": "Phallophyllum acuminata", + "object": "Material", + "attribute": "Bakterien" + }, + { + "displayName": "Hygrocybe-Cantharellus", + "langName": "Gelbbrauner Rotfüßlerpilz", + "object": "Material", + "attribute": "Bakterien" + }, + { + "displayName": "Amanita-Muscaria", + "langName": "Amanita rot und weiß", + "object": "Material", + "attribute": "Bakterien" + }, + { + "displayName": "Favolaschia-Calocera", + "langName": "Orang-Utan-Fingerpilz", + "object": "Material", + "attribute": "Bakterien" + }, + { + "displayName": "Marasmius-Haematocephalus", + "langName": "Rothaariger Pilz", + "object": "Material", + "attribute": "Bakterien" + }, + { + "displayName": "Cystoagaricus-Trisulphuratus", + "langName": "Trisulfat-Pilz", + "object": "Material", + "attribute": "Bakterien" + }, + { + "displayName": "Tremella-Mesenterica", + "langName": "Xanthomonas", + "object": "Material", + "attribute": "Bakterien" + }, + { + "displayName": "Tremella-Fuciformis", + "langName": "Tremella", + "object": "Material", + "attribute": "Bakterien" + }, + { + "displayName": "Tornado", + "langName": "Tornado", + "object": "Material", + "attribute": "Objekt" + }, + { + "displayName": "Cage", + "langName": "Käfig", + "object": "Material", + "attribute": "Objekt" + }, + { + "displayName": "Cheese Grater", + "langName": "Käsereibe", + "object": "Material", + "attribute": "Objekt" + }, + { + "displayName": "Slinky", + "langName": "Frühlingsspielzeug", + "object": "Material", + "attribute": "Objekt" + }, + { + "displayName": "Yin Yang", + "langName": "Yin und Yang", + "object": "Material", + "attribute": "Symbol" + }, + { + "displayName": "Taiji", + "langName": "Tai Chi", + "object": "Material", + "attribute": "Symbol" + }, + { + "displayName": "Bagua", + "langName": "Klatsch und Tratsch", + "object": "Material", + "attribute": "Symbol" + }, + { + "displayName": "Wu Xing", + "langName": "Fünf Elemente (Metall, Holz, Wasser, Feuer und Erde)", + "object": "Material", + "attribute": "Symbol" + }, + { + "displayName": "Gorgeous", + "langName": "wunderschön", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "stunning", + "langName": "erstaunlich", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "intricate", + "langName": "komplex", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "detailed", + "langName": "voller Details", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "luxurious", + "langName": "Luxus", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "subtle", + "langName": "zarte", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "delicate", + "langName": "Exquisit", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "captivating", + "langName": "charmant", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Refreshing", + "langName": "frisch", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Divine", + "langName": "heilige", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Infused", + "langName": "sich einfügen", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Essence", + "langName": "Essenz", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Ineffable", + "langName": "Unbeschreiblich", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Powerful", + "langName": "leistungsstarke", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Weak", + "langName": "schwach", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Thick", + "langName": "dick", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Massive Scale", + "langName": "großer Maßstab", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Massive", + "langName": "Eine Vielzahl von", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Huge", + "langName": "riesig", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Large", + "langName": "groß", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Big", + "langName": "groß", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Mini", + "langName": "Mini", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Tiny", + "langName": "klein", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Micro", + "langName": "mikroskopische", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Nano", + "langName": "Nanometer", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Flexible", + "langName": "Flexibel", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Paradox", + "langName": "paradox", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Feng Shui", + "langName": "Feng Shui", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Perfectionism", + "langName": "Perfektionismus", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "OCD", + "langName": "Zwangsneurose", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Array", + "langName": "eine Serie", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Muted", + "langName": "stummschalten", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Visual Perception", + "langName": "visuelle Wahrnehmung", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Visual Agnosia", + "langName": "visuelle Agnosie", + "object": "Material", + "attribute": "Konzept" + }, + { + "displayName": "Amber", + "langName": "Amber", + "object": "Material", + "attribute": "Andere Materialien" + }, + { + "displayName": "Inlay", + "langName": "mosaik", + "object": "Material", + "attribute": "Andere Materialien" + }, + { + "displayName": "Wires", + "langName": "elektrischer Draht", + "object": "Material", + "attribute": "Andere Materialien" + }, + { + "displayName": "Cells", + "langName": "Zelle", + "object": "Material", + "attribute": "Andere Materialien" + }, + { + "displayName": "Cellular", + "langName": "Netz", + "object": "Material", + "attribute": "Andere Materialien" + }, + { + "displayName": "Transistor", + "langName": "Transistor", + "object": "Material", + "attribute": "Andere Materialien" + }, + { + "displayName": "Diode", + "langName": "Diode", + "object": "Material", + "attribute": "Andere Materialien" + }, + { + "displayName": "Point", + "langName": "Punkt", + "object": "Geometrische Komposition", + "attribute": "Form" + }, + { + "displayName": "Dot", + "langName": "Punkt", + "object": "Geometrische Komposition", + "attribute": "Form" + }, + { + "displayName": "Line", + "langName": "Draht", + "object": "Geometrische Komposition", + "attribute": "Form" + }, + { + "displayName": "Curve", + "langName": "Kurve", + "object": "Geometrische Komposition", + "attribute": "Form" + }, + { + "displayName": "Bezier Curve", + "langName": "Bezier-Kurve", + "object": "Geometrische Komposition", + "attribute": "Form" + }, + { + "displayName": "Triangle", + "langName": "Dreieck", + "object": "Geometrische Komposition", + "attribute": "Form" + }, + { + "displayName": "Square", + "langName": "Platz", + "object": "Geometrische Komposition", + "attribute": "Form" + }, + { + "displayName": "Pentagon", + "langName": "Fünfeck", + "object": "Geometrische Komposition", + "attribute": "Form" + }, + { + "displayName": "Hexagon", + "langName": "Sechseck", + "object": "Geometrische Komposition", + "attribute": "Form" + }, + { + "displayName": "Hexagonal", + "langName": "Sechseck", + "object": "Geometrische Komposition", + "attribute": "Form" + }, + { + "displayName": "Heptagon", + "langName": "heptagon", + "object": "Geometrische Komposition", + "attribute": "Form" + }, + { + "displayName": "Octagon", + "langName": "Achteck", + "object": "Geometrische Komposition", + "attribute": "Form" + }, + { + "displayName": "Nonagon", + "langName": "nonagon", + "object": "Geometrische Komposition", + "attribute": "Form" + }, + { + "displayName": "Decagon", + "langName": "Zehneck", + "object": "Geometrische Komposition", + "attribute": "Form" + }, + { + "displayName": "Rectangle", + "langName": "Rechteck", + "object": "Geometrische Komposition", + "attribute": "Form" + }, + { + "displayName": "Rectangular", + "langName": "Rechteckig", + "object": "Geometrische Komposition", + "attribute": "Form" + }, + { + "displayName": "Parallelogram", + "langName": "Parallelogramm", + "object": "Geometrische Komposition", + "attribute": "Form" + }, + { + "displayName": "Rhombus", + "langName": "Diamant", + "object": "Geometrische Komposition", + "attribute": "Form" + }, + { + "displayName": "Heart", + "langName": "Herz", + "object": "Geometrische Komposition", + "attribute": "Form" + }, + { + "displayName": "Spirangle", + "langName": "Spirale", + "object": "Geometrische Komposition", + "attribute": "Form" + }, + { + "displayName": "Cube", + "langName": "Würfel", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Cuboid", + "langName": "Quader", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Sphere", + "langName": "Kugel", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Cone", + "langName": "Kegel", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Cylinder", + "langName": "Zylinder", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Pyramid", + "langName": "Pyramide", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Torus", + "langName": "Torus", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Rectangular Prism", + "langName": "rechtwinkliges Prisma", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Star Prism", + "langName": "Sternprisma", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Wedge", + "langName": "Keil", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Zonohedron", + "langName": "Polyeder", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Tetrahedron", + "langName": "Tetraeder", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Octahedron", + "langName": "Oktaeder", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Dodecahedron", + "langName": "Dodekaeder", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Icosahedron", + "langName": "Ikosaeder", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Kepler-Poinsot Polyhedra", + "langName": "Kepler-Punkt-Polyeder", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Cuboctahedron", + "langName": "Cuboctahedron", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Rhombicuboctahedron", + "langName": "rhomboedrisches Kuboktaeder", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Icosidodecahedron", + "langName": "Ikosaeder", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Rhombicosidodecahedron", + "langName": "rhomboedrisches Ikosaeder", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Trapezohedron", + "langName": "trapezförmiger Körper", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Cupola", + "langName": "Kuppel", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Anticupola", + "langName": "umgekehrte Kuppel", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Hypercupolae", + "langName": "Superkuppel", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Bicupola", + "langName": "Doppelkuppel", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Frustum", + "langName": "Kegelstumpf", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Bifrustum", + "langName": "Doppelkegelstumpf", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Rotunda", + "langName": "Rotunde", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Birotunda", + "langName": "Doppelte Rotunde", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Prismatoid", + "langName": "Prisma", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Scutoid", + "langName": "Schuppenpolyeder", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Bipyramid", + "langName": "Doppelkegel", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Star Bipyramid", + "langName": "Stern-Doppelkegel", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Anti-Prism", + "langName": "Antiprisma", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Trapezohedra", + "langName": "trapezförmiger Kegel", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Star Trapezohedron", + "langName": "Stern-Trapez-Kegel", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Spherical polyhedron", + "langName": "kugelförmiges Polyeder", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Mobius strip", + "langName": "Möbiusband", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Hexaflexagon", + "langName": "Sechseckige Schachtel", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Miura fold", + "langName": "Miura falten", + "object": "Geometrische Komposition", + "attribute": "Objekt" + }, + { + "displayName": "Hypercube", + "langName": "Hyperwürfel", + "object": "Geometrische Komposition", + "attribute": "Super Form" + }, + { + "displayName": "Hyperprism", + "langName": "Superprisma", + "object": "Geometrische Komposition", + "attribute": "Super Form" + }, + { + "displayName": "Hyperpyramid", + "langName": "Superpyramide", + "object": "Geometrische Komposition", + "attribute": "Super Form" + }, + { + "displayName": "Hypertorus", + "langName": "Hypertorus", + "object": "Geometrische Komposition", + "attribute": "Super Form" + }, + { + "displayName": "Hypersphere", + "langName": "Hypersphäre", + "object": "Geometrische Komposition", + "attribute": "Super Form" + }, + { + "displayName": "Hypercone", + "langName": "Hyperkonus", + "object": "Geometrische Komposition", + "attribute": "Super Form" + }, + { + "displayName": "Hypercylinder", + "langName": "hypercylinder", + "object": "Geometrische Komposition", + "attribute": "Super Form" + }, + { + "displayName": "Hyperzonohedron", + "langName": "Superpolyeder", + "object": "Geometrische Komposition", + "attribute": "Super Form" + }, + { + "displayName": "Hypertetrahedron", + "langName": "Hypertetraeder", + "object": "Geometrische Komposition", + "attribute": "Super Form" + }, + { + "displayName": "Hyperoctahedron", + "langName": "Superoktaeder", + "object": "Geometrische Komposition", + "attribute": "Super Form" + }, + { + "displayName": "Hyperdodecahedron", + "langName": "Superdodekaeder", + "object": "Geometrische Komposition", + "attribute": "Super Form" + }, + { + "displayName": "Hypericosahedron", + "langName": "Supericosahedron", + "object": "Geometrische Komposition", + "attribute": "Super Form" + }, + { + "displayName": "Flexible Polyhedron", + "langName": "elastisches Polyeder", + "object": "Geometrische Komposition", + "attribute": "Super Form" + }, + { + "displayName": "Klein bottle", + "langName": "Kleine Flasche", + "object": "Geometrische Komposition", + "attribute": "Super Form" + }, + { + "displayName": "Monogon", + "langName": "Hedron", + "object": "Geometrische Komposition", + "attribute": "Super Form" + }, + { + "displayName": "Digon", + "langName": "Zweiflach", + "object": "Geometrische Komposition", + "attribute": "Super Form" + }, + { + "displayName": "AR", + "langName": "Erweiterte Realität", + "object": "Geometrische Komposition", + "attribute": "Multiversum" + }, + { + "displayName": "VR", + "langName": "virtuelle Realität", + "object": "Geometrische Komposition", + "attribute": "Multiversum" + }, + { + "displayName": "2-Dimensional", + "langName": "zweidimensional", + "object": "Geometrische Komposition", + "attribute": "Multiversum" + }, + { + "displayName": "2D", + "langName": "2D", + "object": "Geometrische Komposition", + "attribute": "Multiversum" + }, + { + "displayName": "2.5-Dimensional", + "langName": "2.5 Abmessungen", + "object": "Geometrische Komposition", + "attribute": "Multiversum" + }, + { + "displayName": "2.5D", + "langName": "2.5D", + "object": "Geometrische Komposition", + "attribute": "Multiversum" + }, + { + "displayName": "3-Dimensional", + "langName": "dreidimensional", + "object": "Geometrische Komposition", + "attribute": "Multiversum" + }, + { + "displayName": "3D", + "langName": "3D", + "object": "Geometrische Komposition", + "attribute": "Multiversum" + }, + { + "displayName": "4-Dimensional", + "langName": "vierdimensional", + "object": "Geometrische Komposition", + "attribute": "Multiversum" + }, + { + "displayName": "4D", + "langName": "4D", + "object": "Geometrische Komposition", + "attribute": "Multiversum" + }, + { + "displayName": "5-Dimensional", + "langName": "fünf Dimensionen", + "object": "Geometrische Komposition", + "attribute": "Multiversum" + }, + { + "displayName": "5D", + "langName": "5D", + "object": "Geometrische Komposition", + "attribute": "Multiversum" + }, + { + "displayName": "Overdimensional", + "langName": "hyperdimensional", + "object": "Geometrische Komposition", + "attribute": "Multiversum" + }, + { + "displayName": "Underdimensional", + "langName": "zweite Dimension", + "object": "Geometrische Komposition", + "attribute": "Multiversum" + }, + { + "displayName": "Hyperdimensional", + "langName": "Hyperdimensionalität", + "object": "Geometrische Komposition", + "attribute": "Multiversum" + }, + { + "displayName": "Subdimensional", + "langName": "sekundäre Dimension", + "object": "Geometrische Komposition", + "attribute": "Multiversum" + }, + { + "displayName": "Omnidimensional", + "langName": "volle Dimension", + "object": "Geometrische Komposition", + "attribute": "Multiversum" + }, + { + "displayName": "Everdimensional", + "langName": "ewige Dimension", + "object": "Geometrische Komposition", + "attribute": "Multiversum" + }, + { + "displayName": "Extradimensional", + "langName": "Andere Dimension", + "object": "Geometrische Komposition", + "attribute": "Multiversum" + }, + { + "displayName": "Beyond-Dimensional", + "langName": "über Dimensionen hinaus", + "object": "Geometrische Komposition", + "attribute": "Multiversum" + }, + { + "displayName": "Excessively-dimensional", + "langName": "übermäßige Dimensionalität", + "object": "Geometrische Komposition", + "attribute": "Multiversum" + }, + { + "displayName": "Alldimensional", + "langName": "volle Dimension", + "object": "Geometrische Komposition", + "attribute": "Multiversum" + }, + { + "displayName": "Multiverse", + "langName": "Multiversum", + "object": "Geometrische Komposition", + "attribute": "Multiversum" + }, + { + "displayName": "Low Poly", + "langName": "Low-Profile-Modellierung", + "object": "Geometrische Komposition", + "attribute": "Stil" + }, + { + "displayName": "Geometric", + "langName": "Geometrie", + "object": "Geometrische Komposition", + "attribute": "Stil" + }, + { + "displayName": "Non-Euclidian", + "langName": "Nicht-euklidisch", + "object": "Geometrische Komposition", + "attribute": "Stil" + }, + { + "displayName": "Poly", + "langName": "Poly", + "object": "Geometrische Komposition", + "attribute": "Stil" + }, + { + "displayName": "Polygon", + "langName": "Polygon", + "object": "Geometrische Komposition", + "attribute": "Stil" + }, + { + "displayName": "Polygonal", + "langName": "multilateral", + "object": "Geometrische Komposition", + "attribute": "Stil" + }, + { + "displayName": "Polyhedron", + "langName": "Polyeder", + "object": "Geometrische Komposition", + "attribute": "Stil" + }, + { + "displayName": "Polyhedral", + "langName": "Viele Seiten", + "object": "Geometrische Komposition", + "attribute": "Stil" + }, + { + "displayName": "Platonic Solids", + "langName": "Platonische Festkörper", + "object": "Geometrische Komposition", + "attribute": "Stil" + }, + { + "displayName": "Archimedean Solids", + "langName": "Archimedischer Festkörper", + "object": "Geometrische Komposition", + "attribute": "Stil" + }, + { + "displayName": "Catalan solids", + "langName": "Stereotyp Katalonien", + "object": "Geometrische Komposition", + "attribute": "Stil" + }, + { + "displayName": "Vertex", + "langName": "Scheitelpunkt", + "object": "Geometrische Komposition", + "attribute": "Charakteristisch" + }, + { + "displayName": "Edge", + "langName": "Rand", + "object": "Geometrische Komposition", + "attribute": "Charakteristisch" + }, + { + "displayName": "Surface", + "langName": "Oberfläche", + "object": "Geometrische Komposition", + "attribute": "Charakteristisch" + }, + { + "displayName": "Interior", + "langName": "intern", + "object": "Geometrische Komposition", + "attribute": "Charakteristisch" + }, + { + "displayName": "Exterior", + "langName": "extern", + "object": "Geometrische Komposition", + "attribute": "Charakteristisch" + }, + { + "displayName": "Convex", + "langName": "konvex", + "object": "Geometrische Komposition", + "attribute": "Charakteristisch" + }, + { + "displayName": "Concave", + "langName": "konkav", + "object": "Geometrische Komposition", + "attribute": "Charakteristisch" + }, + { + "displayName": "Equiangular", + "langName": "Gleichwinklig", + "object": "Geometrische Komposition", + "attribute": "Charakteristisch" + }, + { + "displayName": "Equilateral", + "langName": "Gleichseitige", + "object": "Geometrische Komposition", + "attribute": "Charakteristisch" + }, + { + "displayName": "Cyclic", + "langName": "Rundschreiben", + "object": "Geometrische Komposition", + "attribute": "Charakteristisch" + }, + { + "displayName": "Tangential", + "langName": "tangiert", + "object": "Geometrische Komposition", + "attribute": "Charakteristisch" + }, + { + "displayName": "Rectilinear", + "langName": "gerade Linie", + "object": "Geometrische Komposition", + "attribute": "Charakteristisch" + }, + { + "displayName": "Traverse", + "langName": "über", + "object": "Geometrische Komposition", + "attribute": "Charakteristisch" + }, + { + "displayName": "Quasi", + "langName": "Plan", + "object": "Geometrische Komposition", + "attribute": "Charakteristisch" + }, + { + "displayName": "Quasi-Regular", + "langName": "Quasi-Regeln", + "object": "Geometrische Komposition", + "attribute": "Charakteristisch" + }, + { + "displayName": "Isogonal", + "langName": "Gleichwinklig", + "object": "Geometrische Komposition", + "attribute": "Charakteristisch" + }, + { + "displayName": "Isotoxal", + "langName": "Warten auf Gift", + "object": "Geometrische Komposition", + "attribute": "Charakteristisch" + }, + { + "displayName": "Isohedral", + "langName": "Gleiche Nudeln", + "object": "Geometrische Komposition", + "attribute": "Charakteristisch" + }, + { + "displayName": "Stellation", + "langName": "Sternform", + "object": "Geometrische Komposition", + "attribute": "Charakteristisch" + }, + { + "displayName": "Ehrhart Polynomial", + "langName": "Ehrhart-Polynom", + "object": "Geometrische Komposition", + "attribute": "Charakteristisch" + }, + { + "displayName": "Ideal polyhedron", + "langName": "ideales Polyeder", + "object": "Geometrische Komposition", + "attribute": "Charakteristisch" + }, + { + "displayName": "Polytope", + "langName": "Polytop", + "object": "Geometrische Komposition", + "attribute": "Charakteristisch" + }, + { + "displayName": "Realistic Painting", + "langName": "realistische Malerei", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Fine Art", + "langName": "Kunstmalerei", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Still-Life", + "langName": "Stilllebenmalerei", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Oil Paint", + "langName": "Malerei", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "((dyeing)),((oil painting)),((impasto))", + "langName": "Ölgemälde (Kombination)", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Wet Paint", + "langName": "Nasslackierung", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Dripping Paint", + "langName": "tropfende Farbe", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Splatter Paint", + "langName": "Farbe spritzen", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Spray Paint", + "langName": "Sprühfarbe", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Puffy Paint", + "langName": "dreidimensionale Pigmente", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Glass Paint", + "langName": "Glasfarbe", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Tempera Paint", + "langName": "Tempera", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Gouache Paint", + "langName": "Gouachefarbe", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Chinese Painting", + "langName": "Chinesische Malerei", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Tibetan Painting", + "langName": "tibetische Malerei", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Scroll Painting", + "langName": "Rollbild", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Canvas", + "langName": "Leinwandgemälde", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Color Field Painting", + "langName": "Farbfeldmalerei", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Hard Edge Painting", + "langName": "Hard-Edge-Malerei", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Paper-Marbling", + "langName": "Gouache", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Hydrodipped", + "langName": "Wasseraufkleber", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Painting", + "langName": "Malerei", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Ink wash painting", + "langName": "Tuschmalerei", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "watercolor", + "langName": "Aquarellmalerei", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "(((ink))),((watercolor))", + "langName": "Aquarellmalerei", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Paint", + "langName": "Farbe", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "acrylic_paint", + "langName": "Acrylfarbe Gemälde", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Airbrush", + "langName": "Airbrush", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Coffee Paint", + "langName": "Kaffeefarbe", + "object": "Bildtyp", + "attribute": "Malerei" + }, + { + "displayName": "Illustration", + "langName": "Abbildung", + "object": "Bildtyp", + "attribute": "Abbildung" + }, + { + "displayName": "Storybook Illustration", + "langName": "Illustration eines Bilderbuchs", + "object": "Bildtyp", + "attribute": "Abbildung" + }, + { + "displayName": "Children's Drawing", + "langName": "Kinderzeichnungen", + "object": "Bildtyp", + "attribute": "Abbildung" + }, + { + "displayName": "Graphic Novel", + "langName": "Comicroman", + "object": "Bildtyp", + "attribute": "Abbildung" + }, + { + "displayName": "Visual Novel", + "langName": "visueller Roman", + "object": "Bildtyp", + "attribute": "Abbildung" + }, + { + "displayName": "Illustrated-Booklet", + "langName": "illustrierte Broschüre", + "object": "Bildtyp", + "attribute": "Abbildung" + }, + { + "displayName": "Illuminated Manuscript", + "langName": "Illuminierte Handschrift", + "object": "Bildtyp", + "attribute": "Abbildung" + }, + { + "displayName": "Assembly Drawing", + "langName": "Montagezeichnung", + "object": "Bildtyp", + "attribute": "Abbildung" + }, + { + "displayName": "wallpaper", + "langName": "Hintergrundbild", + "object": "Bildtyp", + "attribute": "Abbildung" + }, + { + "displayName": "extremely detailed wallpaper", + "langName": "Sehr detaillierte Tapete", + "object": "Bildtyp", + "attribute": "Abbildung" + }, + { + "displayName": "digital illustration", + "langName": "digitale Illustration", + "object": "Bildtyp", + "attribute": "Abbildung" + }, + { + "displayName": "multiple item spritedsheet", + "langName": "Eine Sammlung von Bildern mit mehreren verwandten Mustern", + "object": "Bildtyp", + "attribute": "Abbildung" + }, + { + "displayName": "game cg", + "langName": "Spiel CG", + "object": "Bildtyp", + "attribute": "Abbildung" + }, + { + "displayName": "extremely detailed cg", + "langName": "Sehr detailliertes cg", + "object": "Bildtyp", + "attribute": "Abbildung" + }, + { + "displayName": "Drawing", + "langName": "Malerei", + "object": "Bildtyp", + "attribute": "Handgezeichnet" + }, + { + "displayName": "Hand-Drawn", + "langName": "handgezeichnet", + "object": "Bildtyp", + "attribute": "Handgezeichnet" + }, + { + "displayName": "Doodle", + "langName": "Graffiti", + "object": "Bildtyp", + "attribute": "Handgezeichnet" + }, + { + "displayName": "sketch", + "langName": "Skizze", + "object": "Bildtyp", + "attribute": "Handgezeichnet" + }, + { + "displayName": "posing sketch", + "langName": "Skizze", + "object": "Bildtyp", + "attribute": "Handgezeichnet" + }, + { + "displayName": "Line Art", + "langName": "Strichzeichnung", + "object": "Bildtyp", + "attribute": "Handgezeichnet" + }, + { + "displayName": "Crosshatch", + "langName": "Kreuzschraffur", + "object": "Bildtyp", + "attribute": "Handgezeichnet" + }, + { + "displayName": "Stipple", + "langName": "Pointillismus", + "object": "Bildtyp", + "attribute": "Handgezeichnet" + }, + { + "displayName": "Dot Art", + "langName": "Pointillismus", + "object": "Bildtyp", + "attribute": "Handgezeichnet" + }, + { + "displayName": "Anatomical Drawing", + "langName": "Anatomisches Diagramm", + "object": "Bildtyp", + "attribute": "Handgezeichnet" + }, + { + "displayName": "(posing sketch),(monochrome)", + "langName": "schwarz-weiße Skizze", + "object": "Bildtyp", + "attribute": "Handgezeichnet" + }, + { + "displayName": "Pencil Art", + "langName": "Bleistiftzeichnung", + "object": "Bildtyp", + "attribute": "Bleistift" + }, + { + "displayName": "graphite", + "langName": "Graphitstift", + "object": "Bildtyp", + "attribute": "Bleistift" + }, + { + "displayName": "colored_pencil", + "langName": "Buntstifte", + "object": "Bildtyp", + "attribute": "Bleistift" + }, + { + "displayName": "watercolor_pencil", + "langName": "Aquarellstift", + "object": "Bildtyp", + "attribute": "Bleistift" + }, + { + "displayName": "charcoal art", + "langName": "Holzkohlezeichnung", + "object": "Bildtyp", + "attribute": "Bleistift" + }, + { + "displayName": "millipen_(medium)", + "langName": "Zeichenfeder", + "object": "Bildtyp", + "attribute": "Bleistift" + }, + { + "displayName": "nib_pen_(medium)", + "langName": "Zeichenfeder", + "object": "Bildtyp", + "attribute": "Bleistift" + }, + { + "displayName": "(monochrome),(gray scale),(pencil sketch lines)", + "langName": "Bleistiftskizze", + "object": "Bildtyp", + "attribute": "Bleistift" + }, + { + "displayName": "faux_traditional_media", + "langName": "Stil der Schildermalerei", + "object": "Bildtyp", + "attribute": "Bleistift" + }, + { + "displayName": "Ink", + "langName": "Tinte", + "object": "Bildtyp", + "attribute": "Tinte" + }, + { + "displayName": "Fountain Pen", + "langName": "Stift", + "object": "Bildtyp", + "attribute": "Tinte" + }, + { + "displayName": "Fountain Pen Art", + "langName": "Federzeichnung", + "object": "Bildtyp", + "attribute": "Tinte" + }, + { + "displayName": "Ballpoint Pen", + "langName": "Kugelschreiber", + "object": "Bildtyp", + "attribute": "Tinte" + }, + { + "displayName": "Gel Pen", + "langName": "Gelschreiber", + "object": "Bildtyp", + "attribute": "Tinte" + }, + { + "displayName": "ballpoint_pen_(medium)", + "langName": "Kugelschreiber", + "object": "Bildtyp", + "attribute": "Tinte" + }, + { + "displayName": "Calligraphy", + "langName": "Kalligraphie", + "object": "Bildtyp", + "attribute": "Tinte" + }, + { + "displayName": "marker_(medium)", + "langName": "Markierstift", + "object": "Bildtyp", + "attribute": "Tinte" + }, + { + "displayName": "copics", + "langName": "Marker (neutralgrau)", + "object": "Bildtyp", + "attribute": "Tinte" + }, + { + "displayName": "Dry-Erase Marker", + "langName": "Whiteboard-Marker", + "object": "Bildtyp", + "attribute": "Tinte" + }, + { + "displayName": "Wet-Erase Marker", + "langName": "löschbarer Markierstift", + "object": "Bildtyp", + "attribute": "Tinte" + }, + { + "displayName": "Whiteboard", + "langName": "Whiteboard", + "object": "Bildtyp", + "attribute": "Tinte" + }, + { + "displayName": "pastel_color", + "langName": "Pastellfarben", + "object": "Bildtyp", + "attribute": "Tinte" + }, + { + "displayName": "Crayon", + "langName": "Kreide", + "object": "Bildtyp", + "attribute": "Kreide" + }, + { + "displayName": "Conte", + "langName": "Kangxi-Feder", + "object": "Bildtyp", + "attribute": "Kreide" + }, + { + "displayName": "Chalk", + "langName": "Kreide", + "object": "Bildtyp", + "attribute": "Kreide" + }, + { + "displayName": "Pastel Art", + "langName": "Pastellmalerei", + "object": "Bildtyp", + "attribute": "Kreide" + }, + { + "displayName": "Blackboard", + "langName": "Schultafel", + "object": "Bildtyp", + "attribute": "Kreide" + }, + { + "displayName": "Chalkboard", + "langName": "Schultafel", + "object": "Bildtyp", + "attribute": "Kreide" + }, + { + "displayName": "Text", + "langName": "Text", + "object": "Bildtyp", + "attribute": "Text" + }, + { + "displayName": "Typeface", + "langName": "Schriftart", + "object": "Bildtyp", + "attribute": "Text" + }, + { + "displayName": "Font", + "langName": "Schriftart", + "object": "Bildtyp", + "attribute": "Text" + }, + { + "displayName": "Says", + "langName": "erklären", + "object": "Bildtyp", + "attribute": "Text" + }, + { + "displayName": "Letters", + "langName": "Schreiben", + "object": "Bildtyp", + "attribute": "Text" + }, + { + "displayName": "Graphemes", + "langName": "Grapheme", + "object": "Bildtyp", + "attribute": "Text" + }, + { + "displayName": "Written Letters", + "langName": "Briefe schreiben", + "object": "Bildtyp", + "attribute": "Text" + }, + { + "displayName": "Words", + "langName": "Wort", + "object": "Bildtyp", + "attribute": "Text" + }, + { + "displayName": "Lexemes", + "langName": "Morpheme", + "object": "Bildtyp", + "attribute": "Text" + }, + { + "displayName": "Written Words", + "langName": "geschriebenes Wort", + "object": "Bildtyp", + "attribute": "Text" + }, + { + "displayName": "Caption", + "langName": "Titel", + "object": "Bildtyp", + "attribute": "Text" + }, + { + "displayName": "Logo", + "langName": "Marke", + "object": "Bildtyp", + "attribute": "Drucken" + }, + { + "displayName": "Stamp", + "langName": "Briefmarke", + "object": "Bildtyp", + "attribute": "Drucken" + }, + { + "displayName": "Postage Stamp", + "langName": "Briefmarke", + "object": "Bildtyp", + "attribute": "Drucken" + }, + { + "displayName": "Business Card", + "langName": "Visitenkarte", + "object": "Bildtyp", + "attribute": "Drucken" + }, + { + "displayName": "Collage", + "langName": "Collage", + "object": "Bildtyp", + "attribute": "Drucken" + }, + { + "displayName": "Photocollage", + "langName": "Fotocollage", + "object": "Bildtyp", + "attribute": "Drucken" + }, + { + "displayName": "Fotocollage", + "langName": "Fotocollage", + "object": "Bildtyp", + "attribute": "Drucken" + }, + { + "displayName": "Lithography", + "langName": "Lithographie", + "object": "Bildtyp", + "attribute": "Drucken" + }, + { + "displayName": "Block Printing", + "langName": "Druckgrafik", + "object": "Bildtyp", + "attribute": "Drucken" + }, + { + "displayName": "Magazine", + "langName": "Zeitschrift", + "object": "Bildtyp", + "attribute": "Drucken" + }, + { + "displayName": "Newspaper", + "langName": "Zeitung", + "object": "Bildtyp", + "attribute": "Drucken" + }, + { + "displayName": "Newsprint", + "langName": "Zeitungspapier", + "object": "Bildtyp", + "attribute": "Drucken" + }, + { + "displayName": "Cartographic", + "langName": "Kartierung", + "object": "Bildtyp", + "attribute": "Drucken" + }, + { + "displayName": "Blueprint", + "langName": "Blaupause", + "object": "Bildtyp", + "attribute": "Drucken" + }, + { + "displayName": "comic", + "langName": "Comics", + "object": "Bildtyp", + "attribute": "Drucken" + }, + { + "displayName": "Comic Book", + "langName": "Comicbuch", + "object": "Bildtyp", + "attribute": "Drucken" + }, + { + "displayName": "Booklet", + "langName": "Broschüre", + "object": "Bildtyp", + "attribute": "Drucken" + }, + { + "displayName": "Poster", + "langName": "Poster", + "object": "Bildtyp", + "attribute": "Drucken" + }, + { + "displayName": "Sticker", + "langName": "Aufkleber", + "object": "Bildtyp", + "attribute": "Drucken" + }, + { + "displayName": "Barcode", + "langName": "Barcode", + "object": "Bildtyp", + "attribute": "Drucken" + }, + { + "displayName": "QR Code", + "langName": "QR-Code", + "object": "Bildtyp", + "attribute": "Drucken" + }, + { + "displayName": "Pokemon Card", + "langName": "Pokémon-Karten (Taschenmonster)", + "object": "Bildtyp", + "attribute": "Drucken" + }, + { + "displayName": "Origami", + "langName": "Origami", + "object": "Bildtyp", + "attribute": "Origami" + }, + { + "displayName": "Modular Origami", + "langName": "Modulares Origami", + "object": "Bildtyp", + "attribute": "Origami" + }, + { + "displayName": "Rigid Origami", + "langName": "starres Origami", + "object": "Bildtyp", + "attribute": "Origami" + }, + { + "displayName": "Sonobe", + "langName": "Origami-Bouquet", + "object": "Bildtyp", + "attribute": "Origami" + }, + { + "displayName": "Kirigami", + "langName": "Scherenschnitt", + "object": "Bildtyp", + "attribute": "Origami" + }, + { + "displayName": "Moneygami", + "langName": "Banknoten-Origami", + "object": "Bildtyp", + "attribute": "Origami" + }, + { + "displayName": "Wet-Folding", + "langName": "Nassfalz", + "object": "Bildtyp", + "attribute": "Origami" + }, + { + "displayName": "pixel art", + "langName": "Pixel-Kunst", + "object": "Bildtyp", + "attribute": "Mosaik" + }, + { + "displayName": "Mosaic", + "langName": "mosaik", + "object": "Bildtyp", + "attribute": "Mosaik" + }, + { + "displayName": "Micromosaic", + "langName": "Mikromosaik", + "object": "Bildtyp", + "attribute": "Mosaik" + }, + { + "displayName": "Glass Mosaic", + "langName": "Glasmosaik", + "object": "Bildtyp", + "attribute": "Mosaik" + }, + { + "displayName": "Photographic Mosaic", + "langName": "Fotomosaik", + "object": "Bildtyp", + "attribute": "Mosaik" + }, + { + "displayName": "Impressionist Mosaic", + "langName": "impressionistisches Mosaik", + "object": "Bildtyp", + "attribute": "Mosaik" + }, + { + "displayName": "Frame", + "langName": "Fotorahmen", + "object": "Bildtyp", + "attribute": "Rahmen" + }, + { + "displayName": "Framed", + "langName": "gerahmt", + "object": "Bildtyp", + "attribute": "Rahmen" + }, + { + "displayName": "Wooden Frame", + "langName": "Fotorahmen aus Holz", + "object": "Bildtyp", + "attribute": "Rahmen" + }, + { + "displayName": "Wooden Framed", + "langName": "Holzbilderrahmen", + "object": "Bildtyp", + "attribute": "Rahmen" + }, + { + "displayName": "Carving", + "langName": "Gravur", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Etching", + "langName": "Ätzen", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Sculpture", + "langName": "Skulptur", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Papercutting", + "langName": "Scherenschnitt", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "silhouette", + "langName": "Scherenschnitt", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Whittling", + "langName": "Tranchiermesser", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Wood-Carving", + "langName": "Holzschnitzerei", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Chip-Carving", + "langName": "Blumenschnitzerei", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Relief-Carving", + "langName": "Relief", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Ice-Carving", + "langName": "Eisskulptur", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Lacquer", + "langName": "Lackkunst", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "String-Art", + "langName": "String-Kunst", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Paper-Mache", + "langName": "Zellstoff-Formengebung", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Paper Model", + "langName": "Papiermodell", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Card", + "langName": "Karte", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Carved Lacquer", + "langName": "Schnitzlack", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Fretwork", + "langName": "Hollowing-Verfahren", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Intaglio", + "langName": "Tiefdruck", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Mezzotint", + "langName": "Kupferstichfarbe", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Aquatint", + "langName": "Tiefdruck", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Linocut", + "langName": "Siebdruck", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Pyrography", + "langName": "Lackieren von Lötstellen", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Puppet", + "langName": "Puppe", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Balloon Modelling", + "langName": "Ballonmodell", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Balloon Twisting", + "langName": "Luftballons in verschiedenen Formen", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Circuit", + "langName": "Liniendiagramm", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Circuitry", + "langName": "Schaltung", + "object": "Bildtyp", + "attribute": "Gravieren, Ätzen und Modellieren" + }, + { + "displayName": "Dalle de verre", + "langName": "Buntglas", + "object": "Bildtyp", + "attribute": "Töpferwaren und Glas" + }, + { + "displayName": "Encaustic painting", + "langName": "Porzellanmalerei", + "object": "Bildtyp", + "attribute": "Töpferwaren und Glas" + }, + { + "displayName": "Glaze", + "langName": "Glasur", + "object": "Bildtyp", + "attribute": "Töpferwaren und Glas" + }, + { + "displayName": "Overglaze", + "langName": "Glasur", + "object": "Bildtyp", + "attribute": "Töpferwaren und Glas" + }, + { + "displayName": "Inglaze", + "langName": "Unterglasur", + "object": "Bildtyp", + "attribute": "Töpferwaren und Glas" + }, + { + "displayName": "Azulejo", + "langName": "Azulejo", + "object": "Bildtyp", + "attribute": "Töpferwaren und Glas" + }, + { + "displayName": "Paleolithic Pottery", + "langName": "Paläolithische Töpferei", + "object": "Bildtyp", + "attribute": "Töpferwaren und Glas" + }, + { + "displayName": "Neolithic Pottery", + "langName": "Neolithische Töpferei", + "object": "Bildtyp", + "attribute": "Töpferwaren und Glas" + }, + { + "displayName": "Bone China", + "langName": "Knochenporzellan", + "object": "Bildtyp", + "attribute": "Töpferwaren und Glas" + }, + { + "displayName": "Ornament", + "langName": "Dekoration", + "object": "Bildtyp", + "attribute": "Töpferwaren und Glas" + }, + { + "displayName": "Light Art", + "langName": "Lichtkunst", + "object": "Bildtyp", + "attribute": "Licht" + }, + { + "displayName": "Light Painting", + "langName": "Lichtmalerei", + "object": "Bildtyp", + "attribute": "Licht" + }, + { + "displayName": "Lightpainting", + "langName": "Lichtmalerei", + "object": "Bildtyp", + "attribute": "Licht" + }, + { + "displayName": "traditional_media", + "langName": "Traditionelle Leinwand (wie Papier usw.)", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Wall Decal", + "langName": "Wandaufkleber", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Banner", + "langName": "Banner", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Signage", + "langName": "Beschilderung", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Arts and Crafts", + "langName": "Kunsthandwerk", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Resin", + "langName": "Epoxidharz", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Enamel Pin", + "langName": "Anstecknadel aus Emaille", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Bejeweled", + "langName": "Eingelegte Edelsteine", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Latte Art", + "langName": "Latte Kunst", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Coffee Stain", + "langName": "Kaffeeflecken", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Smoke Art", + "langName": "Rauchkunst", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Sticker Bomb", + "langName": "Sticker-Bombe", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Jigsaw", + "langName": "Rätsel", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Puzzle", + "langName": "Puzzlespiel", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Maze", + "langName": "Irrgarten", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Toy", + "langName": "Spielzeug", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Site-Specific art", + "langName": "ortsspezifische Kunst", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Public Art", + "langName": "öffentliche Kunst", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Diorama", + "langName": "Diorama", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Hedge Trimming", + "langName": "Heckenschnitt", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Hatmaking", + "langName": "Hutmacherei", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Stencil", + "langName": "Schablone", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Negative Space", + "langName": "Negativ-Raum", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Scrapbooking", + "langName": "Sammelalbum", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Mixed Media", + "langName": "gemischte Medien", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Frottage", + "langName": "Stampede-Gemälde", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Outlined", + "langName": "Kontur", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Glitter", + "langName": "Glitzer", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Sparkly", + "langName": "Glänzend", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Indian Art", + "langName": "indische Kunst", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Soviet Art", + "langName": "sowjetische Kunst", + "object": "Bildtyp", + "attribute": "Andere Medien" + }, + { + "displayName": "Rock Art", + "langName": "Petroglyphen", + "object": "Bildtyp", + "attribute": "Traditionelle Kunst" + }, + { + "displayName": "Cave Art", + "langName": "Höhlenkunst", + "object": "Bildtyp", + "attribute": "Traditionelle Kunst" + }, + { + "displayName": "Mural", + "langName": "Wandmalerei", + "object": "Bildtyp", + "attribute": "Traditionelle Kunst" + }, + { + "displayName": "Easter Egg", + "langName": "Osterei", + "object": "Bildtyp", + "attribute": "Traditionelle Kunst" + }, + { + "displayName": "Egg Decorating", + "langName": "Bemalte Eier", + "object": "Bildtyp", + "attribute": "Traditionelle Kunst" + }, + { + "displayName": "((art nouveau))", + "langName": "Jugendstil", + "object": "Kunststil", + "attribute": "Historischer Kunststil" + }, + { + "displayName": "((classicism))", + "langName": "Klassizismus", + "object": "Kunststil", + "attribute": "Historischer Kunststil" + }, + { + "displayName": "((neoclassicism))", + "langName": "Neoklassizismus", + "object": "Kunststil", + "attribute": "Historischer Kunststil" + }, + { + "displayName": "((romanticism))", + "langName": "Romantik", + "object": "Kunststil", + "attribute": "Historischer Kunststil" + }, + { + "displayName": "Gothic art", + "langName": "gotische Kunst", + "object": "Kunststil", + "attribute": "Historischer Kunststil" + }, + { + "displayName": "Baroque", + "langName": "Barock", + "object": "Kunststil", + "attribute": "Historischer Kunststil" + }, + { + "displayName": "Pre-Raphaelite Brotherhood", + "langName": "Präraffaeliten", + "object": "Kunststil", + "attribute": "Historischer Kunststil" + }, + { + "displayName": "renaissance art", + "langName": "Renaissancestil", + "object": "Kunststil", + "attribute": "Historischer Kunststil" + }, + { + "displayName": "academic art", + "langName": "akademisch", + "object": "Kunststil", + "attribute": "Historischer Kunststil" + }, + { + "displayName": "academicism", + "langName": "Akademismus", + "object": "Kunststil", + "attribute": "Historischer Kunststil" + }, + { + "displayName": "ancient greek art", + "langName": "altgriechische Kunst", + "object": "Kunststil", + "attribute": "Historischer Kunststil" + }, + { + "displayName": "ancient egypt", + "langName": "Altägypten", + "object": "Kunststil", + "attribute": "Historischer Kunststil" + }, + { + "displayName": "Minimalism", + "langName": "Minimalismus", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "Modern Art", + "langName": "moderne Kunst", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "contemporary art", + "langName": "zeitgenössische Kunst", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "Concept Art", + "langName": "Konzeptkunst", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "Digital Art", + "langName": "digitale Kunst", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "visionary art", + "langName": "bildende Kunst", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "Hyperrealistic", + "langName": "hyper-realistisch", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "hyperrealism", + "langName": "Realismus", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "abstract expressionism", + "langName": "abstrakter Expressionismus", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "cubism", + "langName": "Kubismus", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "impressionism", + "langName": "Impressionismus", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "Neo-impressionism", + "langName": "Nachimpressionismus", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "fauvism", + "langName": "Fauvismus", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "expressionism", + "langName": "Expressionismus", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "Pop art", + "langName": "Pop-Art", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "((abstract art))", + "langName": "abstrakte Kunst", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "((Dadaism))", + "langName": "Dadaismus", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "((futurism))", + "langName": "futuristisch", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "Warhol", + "langName": "Andy-Warhol-Stil", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "street art", + "langName": "Straßenkunst", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "folk art", + "langName": "Volkskunst", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "Bauhaus Style", + "langName": "Bauhaus-Stil", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "Luminsm", + "langName": "Chromatismus", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "Constructivism", + "langName": "Konstruktivismus", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "((dieselpunk))", + "langName": "dieselpunk", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "streampunk", + "langName": "Steampunk", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "Disney style", + "langName": "Disney-Stil", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "Picos style", + "langName": "Pixar-Stil", + "object": "Kunststil", + "attribute": "Moderne Kunst" + }, + { + "displayName": "realism", + "langName": "Realismus", + "object": "Kunststil", + "attribute": "Fiktion und Realität" + }, + { + "displayName": "Surrealistic", + "langName": "Surrealismus", + "object": "Kunststil", + "attribute": "Fiktion und Realität" + }, + { + "displayName": "Social realism", + "langName": "Sozialrealismus", + "object": "Kunststil", + "attribute": "Fiktion und Realität" + }, + { + "displayName": "Magic Realism", + "langName": "magischer Realismus", + "object": "Kunststil", + "attribute": "Fiktion und Realität" + }, + { + "displayName": "Fantastic Realism", + "langName": "magischer Realismus", + "object": "Kunststil", + "attribute": "Fiktion und Realität" + }, + { + "displayName": "Classical Realism", + "langName": "kritischer Realismus", + "object": "Kunststil", + "attribute": "Fiktion und Realität" + }, + { + "displayName": "miserablism", + "langName": "Melancholie (Kritik an Armut und Ungerechtigkeit in der Gesellschaft)", + "object": "Kunststil", + "attribute": "Fiktion und Realität" + }, + { + "displayName": "Contemporary Realism", + "langName": "zeitgenössischer Realismus", + "object": "Kunststil", + "attribute": "Fiktion und Realität" + }, + { + "displayName": "Non-Fiction", + "langName": "Dokumentarfilm", + "object": "Kunststil", + "attribute": "Fiktion und Realität" + }, + { + "displayName": "ukiyoe", + "langName": "Japanisch Ukiyo-e", + "object": "Kunststil", + "attribute": "Asiatische Kunst" + }, + { + "displayName": "illustration,(((ukiyoe))),((sketch)),((japanese_art))", + "langName": "Ukiyo-e (Gruppe)", + "object": "Kunststil", + "attribute": "Asiatische Kunst" + }, + { + "displayName": "traditional chinese painting", + "langName": "Traditionelle chinesische Malerei", + "object": "Kunststil", + "attribute": "Asiatische Kunst" + }, + { + "displayName": "Japonism", + "langName": "Japanischer Stil", + "object": "Kunststil", + "attribute": "Asiatische Kunst" + }, + { + "displayName": "Japanese manga style", + "langName": "Japanischer Manga-Stil", + "object": "Kunststil", + "attribute": "Asiatische Kunst" + }, + { + "displayName": "anime style", + "langName": "Animationsstil", + "object": "Kunststil", + "attribute": "Asiatische Kunst" + }, + { + "displayName": "Aestheticism Painting", + "langName": "Ästhetik Malerei", + "object": "Kunststil", + "attribute": "Fotografie/Malerei Stil" + }, + { + "displayName": "pastel color,sketch", + "langName": "Schnelles Streichen", + "object": "Kunststil", + "attribute": "Fotografie/Malerei Stil" + }, + { + "displayName": "ink doodle", + "langName": "Tintenkritzeln", + "object": "Kunststil", + "attribute": "Fotografie/Malerei Stil" + }, + { + "displayName": "charcoal sketch", + "langName": "Kohleskizze", + "object": "Kunststil", + "attribute": "Fotografie/Malerei Stil" + }, + { + "displayName": "sketch art", + "langName": "Skizzenkunst", + "object": "Kunststil", + "attribute": "Fotografie/Malerei Stil" + }, + { + "displayName": "sketch paper", + "langName": "Skizzenpapier", + "object": "Kunststil", + "attribute": "Fotografie/Malerei Stil" + }, + { + "displayName": "manuscript", + "langName": "Manuskript", + "object": "Kunststil", + "attribute": "Fotografie/Malerei Stil" + }, + { + "displayName": "fading border", + "langName": "verblasster Rand", + "object": "Kunststil", + "attribute": "Fotografie/Malerei Stil" + }, + { + "displayName": "heavy contrast", + "langName": "Starker Kontrast (Betonung der Farbe)", + "object": "Kunststil", + "attribute": "Fotografie/Malerei Stil" + }, + { + "displayName": "watercolor (medium)", + "langName": "Transparente Aquarellmalerei", + "object": "Kunststil", + "attribute": "Fotografie/Malerei Stil" + }, + { + "displayName": "Polaroid art", + "langName": "Polaroid-Kunst", + "object": "Kunststil", + "attribute": "Fotografie/Malerei Stil" + }, + { + "displayName": "opal render", + "langName": "Opal-Rendering", + "object": "Kunststil", + "attribute": "Fotografie/Malerei Stil" + }, + { + "displayName": "chemigram", + "langName": "Chromatogramm", + "object": "Kunststil", + "attribute": "Fotografie/Malerei Stil" + }, + { + "displayName": "((alphonse mucha))", + "langName": "Mucha-Stil", + "object": "Kunststil", + "attribute": "Fotografie/Malerei Stil" + }, + { + "displayName": "((Monet style))", + "langName": "Monet-Stil", + "object": "Kunststil", + "attribute": "Fotografie/Malerei Stil" + }, + { + "displayName": "style of Al Williamson", + "langName": "Williamson-Stil", + "object": "Kunststil", + "attribute": "Fotografie/Malerei Stil" + }, + { + "displayName": "chiaroscuro", + "langName": "chiaroscuro", + "object": "Kunststil", + "attribute": "Fotografie/Malerei Stil" + }, + { + "displayName": "film noir", + "langName": "Film noir (Schuld, Begehren, Rache)", + "object": "Kunststil", + "attribute": "Fotografie/Malerei Stil" + }, + { + "displayName": "dark theme", + "langName": "Dunkles Thema Kunst", + "object": "Kunststil", + "attribute": "Fotografie/Malerei Stil" + }, + { + "displayName": "fantasy", + "langName": "Geeignet für Science-Fiction-Szenen", + "object": "Kunststil", + "attribute": "Science-Fiction" + }, + { + "displayName": "fiction", + "langName": "Science-Fiction", + "object": "Kunststil", + "attribute": "Science-Fiction" + }, + { + "displayName": "science fiction", + "langName": "Science-Fiction", + "object": "Kunststil", + "attribute": "Science-Fiction" + }, + { + "displayName": "sci-fi", + "langName": "Science-Fiction-Stil", + "object": "Kunststil", + "attribute": "Science-Fiction" + }, + { + "displayName": "cyber punk", + "langName": "cyberpunk", + "object": "Kunststil", + "attribute": "Science-Fiction" + }, + { + "displayName": "Dark Fantasy", + "langName": "dunkle Phantasie", + "object": "Kunststil", + "attribute": "Science-Fiction" + }, + { + "displayName": "Ethereal Fantasy", + "langName": "Neblige Fantasie", + "object": "Kunststil", + "attribute": "Science-Fiction" + }, + { + "displayName": "dark fantasy style", + "langName": "Dark Fantasy-Stil", + "object": "Kunststil", + "attribute": "Science-Fiction" + }, + { + "displayName": "ww3 style", + "langName": "ww3-Stil", + "object": "Kunststil", + "attribute": "Science-Fiction" + }, + { + "displayName": "Magic Vortex", + "langName": "magischer Wirbel", + "object": "Kunststil", + "attribute": "Science-Fiction" + }, + { + "displayName": "1980s anime", + "langName": "80 Animationen", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "80s movie", + "langName": "80 Filme", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "80s (style)", + "langName": "80er Jahre Stil", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "90s (style)", + "langName": "90er Jahre Stil", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "disney movie", + "langName": "Disney-Filme", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "goth", + "langName": "Gothic-Rock", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "bubble bobble", + "langName": "Seifenblasen-Bobble", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "style of Pixar", + "langName": "Pixar-Animation", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "Studio Ghibli", + "langName": "Ghibli-Stil", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "Ghibli-like colours", + "langName": "Ghibli-Farben", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "genshin impact", + "langName": "Genshin Auswirkungen", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "azur lane", + "langName": "Azurstraße", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "kantai collection", + "langName": "Flottensammlung", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "rebecca (cyberpunk)", + "langName": "Hochkantsteher", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "chainsaw man", + "langName": "Kettensägenmann", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "synthwave", + "langName": "vaporwave", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "anime screeshot", + "langName": "Animation-Bildschirmausschnitt", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "dakimakura", + "langName": "Kopfkissen", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "cosplay", + "langName": "Rollenspiel", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "guro", + "langName": "Neugierde", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "personification", + "langName": "Personifizierung", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "4koma", + "langName": "Vier Gitternetze", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "8 Bit Game", + "langName": "8bit-Spiele", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "DC Comics", + "langName": "Kann Comic-Szenen für amerikanische Comic-Cover erstellen", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "cartoon", + "langName": "Karikatur", + "object": "Kunststil", + "attribute": "Subkultur" + }, + { + "displayName": "album", + "langName": "Album", + "object": "Kunststil", + "attribute": "Veröffentlichung" + }, + { + "displayName": "album cover", + "langName": "Albumcover", + "object": "Kunststil", + "attribute": "Veröffentlichung" + }, + { + "displayName": "magazine scan", + "langName": "Innenseiten der Zeitschrift", + "object": "Kunststil", + "attribute": "Veröffentlichung" + }, + { + "displayName": "magazine cover", + "langName": "Titelseite einer Zeitschrift", + "object": "Kunststil", + "attribute": "Veröffentlichung" + }, + { + "displayName": "cover", + "langName": "Abdeckung", + "object": "Kunststil", + "attribute": "Veröffentlichung" + }, + { + "displayName": "artbook", + "langName": "Originalgemälde", + "object": "Kunststil", + "attribute": "Veröffentlichung" + }, + { + "displayName": "column lineup", + "langName": "Eine Reihe kleiner Bilder ergeben ein großes Bild", + "object": "Kunststil", + "attribute": "Veröffentlichung" + }, + { + "displayName": "zoom layer", + "langName": "Der Hintergrund ist eine vergrößerte Version des Vordergrunds", + "object": "Kunststil", + "attribute": "Veröffentlichung" + }, + { + "displayName": "3D Item Render", + "langName": "3D-Rendering", + "object": "Kunststil", + "attribute": "Digitale Kunst" + }, + { + "displayName": "animated gif", + "langName": "Bilder im GIF-Format", + "object": "Kunststil", + "attribute": "Digitale Kunst" + }, + { + "displayName": "fine art parody", + "langName": "Nachahmung berühmter Gemälde", + "object": "Kunststil", + "attribute": "Digitale Kunst" + }, + { + "displayName": "optical illusion", + "langName": "Sichtfehler", + "object": "Kunststil", + "attribute": "Digitale Kunst" + }, + { + "displayName": "((ASCII art))", + "langName": "ASCII-Kunst", + "object": "Kunststil", + "attribute": "Digitale Kunst" + }, + { + "displayName": "Synchronism", + "langName": "zeitliche Koordinierung", + "object": "Kunststil", + "attribute": "Digitale Kunst" + }, + { + "displayName": "highres", + "langName": "impasto (Stil)", + "object": "Kunststil", + "attribute": "Digitale Kunst" + }, + { + "displayName": "sample", + "langName": "Auf dem Bild sind Worte zu lesen", + "object": "Kunststil", + "attribute": "Digitale Kunst" + }, + { + "displayName": "dreamlike", + "langName": "Traum", + "object": "Kunststil", + "attribute": "Digitale Kunst" + }, + { + "displayName": "pixiv", + "langName": "Rein zweidimensionales Porträt", + "object": "Kunststil", + "attribute": "Digitale Kunst" + }, + { + "displayName": "a beautiful korean idol,stylish outfit,fitted jeans,oversized jacket,fashionable accessories,(realistic detailed eyes,natural skin texture,confident expression)", + "langName": "Häufig verwendete Porträts", + "object": "Nachbearbeitung", + "attribute": "Häufig verwendete Sammlungen" + }, + { + "displayName": "fitted jeans,oversized jacket,navel", + "langName": "Lässige Kombination (Denim + Bauchnabelkorsett)", + "object": "Nachbearbeitung", + "attribute": "Häufig verwendete Sammlungen" + }, + { + "displayName": "black hair,earrings,flash photography,jewelry,looking at viewer and facing viewer,solo,(upper body),smirk,long hair,ponytail,short sleeves,black dress,black eyes,makeup,lipstick,(cleavage visible,large breasts),face close-up,bend over,pale skin,downblouse,Arms supporting the bed,wearing necklace,(Bedroom background,bed and curtains behind her,Wardrobe,desk lamp),,detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "Private Fotos", + "object": "Nachbearbeitung", + "attribute": "Häufig verwendete Sammlungen" + }, + { + "displayName": "cityscape backdrop,rooftop or high-rise balcony,shallow depth of field,bokeh from city lights", + "langName": "Stadt Hochhaus Hintergrund", + "object": "Nachbearbeitung", + "attribute": "Häufig verwendete Sammlungen" + }, + { + "displayName": "Fujifilm XT3,film still,film grain,sharp focus on subject,cinematic", + "langName": "Textur des Films", + "object": "Nachbearbeitung", + "attribute": "Häufig verwendete Sammlungen" + }, + { + "displayName": "ultra-high definition", + "langName": "Ultrahochauflösung", + "object": "Nachbearbeitung", + "attribute": "Auflösung" + }, + { + "displayName": "4k", + "langName": "4k", + "object": "Nachbearbeitung", + "attribute": "Auflösung" + }, + { + "displayName": "8K", + "langName": "8K", + "object": "Nachbearbeitung", + "attribute": "Auflösung" + }, + { + "displayName": "16k", + "langName": "16k", + "object": "Nachbearbeitung", + "attribute": "Auflösung" + }, + { + "displayName": "32k", + "langName": "32k", + "object": "Nachbearbeitung", + "attribute": "Auflösung" + }, + { + "displayName": "Full-HD", + "langName": "Volle HD", + "object": "Nachbearbeitung", + "attribute": "Auflösung" + }, + { + "displayName": "HD", + "langName": "HD", + "object": "Nachbearbeitung", + "attribute": "Auflösung" + }, + { + "displayName": "Ultra-HD", + "langName": "Ultrahochauflösung", + "object": "Nachbearbeitung", + "attribute": "Auflösung" + }, + { + "displayName": "Super-Resolution", + "langName": "Superauflösung", + "object": "Nachbearbeitung", + "attribute": "Auflösung" + }, + { + "displayName": "Megapixel", + "langName": "Megapixel", + "object": "Nachbearbeitung", + "attribute": "Auflösung" + }, + { + "displayName": "absurdres", + "langName": "Ultrahochauflösung", + "object": "Nachbearbeitung", + "attribute": "Auflösung" + }, + { + "displayName": "incredibly absurdres", + "langName": "extrem hohe Auflösung", + "object": "Nachbearbeitung", + "attribute": "Auflösung" + }, + { + "displayName": "huge filesize", + "langName": "Super hohe Auflösung/große Dateien", + "object": "Nachbearbeitung", + "attribute": "Auflösung" + }, + { + "displayName": "Anaglyph", + "langName": "3D-Gemälde", + "object": "Nachbearbeitung", + "attribute": "Stereoskopisches Sehen" + }, + { + "displayName": "Multiscopy", + "langName": "Multiviewer", + "object": "Nachbearbeitung", + "attribute": "Stereoskopisches Sehen" + }, + { + "displayName": "Autostereoscopy", + "langName": "autostereoskopisch", + "object": "Nachbearbeitung", + "attribute": "Stereoskopisches Sehen" + }, + { + "displayName": "Stereoscopy", + "langName": "Stereofotografie", + "object": "Nachbearbeitung", + "attribute": "Stereoskopisches Sehen" + }, + { + "displayName": "Parallax", + "langName": "Parallaxe", + "object": "Nachbearbeitung", + "attribute": "Stereoskopisches Sehen" + }, + { + "displayName": "Anti-Aliasing", + "langName": "Anti-Aliasing", + "object": "Nachbearbeitung", + "attribute": "Anti-Aliasing" + }, + { + "displayName": "FXAA", + "langName": "FXAA", + "object": "Nachbearbeitung", + "attribute": "Anti-Aliasing" + }, + { + "displayName": "TXAA", + "langName": "TxAA", + "object": "Nachbearbeitung", + "attribute": "Anti-Aliasing" + }, + { + "displayName": "RTX", + "langName": "Echtzeit-Übertragung", + "object": "Nachbearbeitung", + "attribute": "Anti-Aliasing" + }, + { + "displayName": "SSAO", + "langName": "SSAO", + "object": "Nachbearbeitung", + "attribute": "Anti-Aliasing" + }, + { + "displayName": "De-Noise", + "langName": "Rauschunterdrückung", + "object": "Nachbearbeitung", + "attribute": "Anti-Aliasing" + }, + { + "displayName": "Shaders", + "langName": "Shader", + "object": "Nachbearbeitung", + "attribute": "Shader" + }, + { + "displayName": "OpenGL-Shaders", + "langName": "OpenGL-Shader", + "object": "Nachbearbeitung", + "attribute": "Shader" + }, + { + "displayName": "GLSL-Shaders", + "langName": "GLSL-Shader", + "object": "Nachbearbeitung", + "attribute": "Shader" + }, + { + "displayName": "Post Processing", + "langName": "Nachbearbeitung", + "object": "Nachbearbeitung", + "attribute": "Shader" + }, + { + "displayName": "Post-Production", + "langName": "Postproduktion", + "object": "Nachbearbeitung", + "attribute": "Shader" + }, + { + "displayName": "Cel Shading", + "langName": "Metafärbung", + "object": "Nachbearbeitung", + "attribute": "Shader" + }, + { + "displayName": "Tone Mapping", + "langName": "Tone Mapping", + "object": "Nachbearbeitung", + "attribute": "Shader" + }, + { + "displayName": "CGI", + "langName": "Computerbildverarbeitung", + "object": "Nachbearbeitung", + "attribute": "Shader" + }, + { + "displayName": "VFX", + "langName": "visuelle Effekte", + "object": "Nachbearbeitung", + "attribute": "Shader" + }, + { + "displayName": "SFX", + "langName": "Sound-Effekte", + "object": "Nachbearbeitung", + "attribute": "Shader" + }, + { + "displayName": "Unreal Engine", + "langName": "Unreal Engine", + "object": "Nachbearbeitung", + "attribute": "Shader" + }, + { + "displayName": "Scan Lines", + "langName": "Scanzeile", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Posterization", + "langName": "tonale Segmentierung", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Quantization", + "langName": "Quantifizieren Sie", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Sobel Operator", + "langName": "Sobel-Operator", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Edge Detection", + "langName": "Kantenerkennung", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Interlaced", + "langName": "Zeilensprungverfahren", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Moire Patterns", + "langName": "Moiré-Muster", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Rounded", + "langName": "rund", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Wavy", + "langName": "gewellt", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Whirl", + "langName": "Wirbel", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Squiggly", + "langName": "Welligkeit", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Morph", + "langName": "Verformung", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Spiraling", + "langName": "Spirale", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Twisted Rays", + "langName": "verzerrtes Licht", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Starburst", + "langName": "Starburst", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Emboss", + "langName": "Relief", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Tessellated", + "langName": "mosaik", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Blobby", + "langName": "Punkt", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Blobs", + "langName": "Punkt", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Cracks", + "langName": "Riss", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Textured", + "langName": "Textur", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Convolution Matrix", + "langName": "Faltungsmatrix", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Dilate", + "langName": "anschwellen", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Erode", + "langName": "Erosion", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Dirty", + "langName": "schmutzig", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "With Imperfections", + "langName": "defekt", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Distortion", + "langName": "Verzerrung", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Lenticular", + "langName": "Lentikular", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Cropped", + "langName": "Kulturpflanzen", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Quantum-Wavetracing", + "langName": "Quantenwellenverfolgung", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Tornadic", + "langName": "Tornado", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Sabattier Effect", + "langName": "Ermöglicht weiche, unscharfe Kanten und Farbschattierungen", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Smudged", + "langName": "Vage", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Sharpened", + "langName": "schärfen", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Glowing Edges", + "langName": "glühende Kante", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Spherize", + "langName": "Sphäroisierung", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Harris Shutter", + "langName": "Erfassen von sich schnell bewegenden Objekten oder Aufrechterhaltung der Bildschärfe bei schlechten Lichtverhältnissen", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Mordancage", + "langName": "Ätzfotografie", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Ray Traced", + "langName": "Raytracing", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "Ray Tracing Ambient Occlusion", + "langName": "Raytracing der Umgebungsokklusion", + "object": "Nachbearbeitung", + "attribute": "Bildverarbeitung" + }, + { + "displayName": "award winning", + "langName": "Preisgekrönte Werke", + "object": "Nachbearbeitung", + "attribute": "Qualität" + }, + { + "displayName": "professional", + "langName": "Haupt", + "object": "Nachbearbeitung", + "attribute": "Qualität" + }, + { + "displayName": "breathtaking", + "langName": "Atemberaubend", + "object": "Nachbearbeitung", + "attribute": "Qualität" + }, + { + "displayName": "groundbreaking", + "langName": "Wegweisend", + "object": "Nachbearbeitung", + "attribute": "Qualität" + }, + { + "displayName": "superb", + "langName": "erste Klasse", + "object": "Nachbearbeitung", + "attribute": "Qualität" + }, + { + "displayName": "outstanding", + "langName": "Herausragend", + "object": "Nachbearbeitung", + "attribute": "Qualität" + }, + { + "displayName": "best quality", + "langName": "beste Qualität", + "object": "Nachbearbeitung", + "attribute": "Qualität" + }, + { + "displayName": "best aesthetic", + "langName": "beste Ästhetik", + "object": "Nachbearbeitung", + "attribute": "Qualität" + }, + { + "displayName": "masterpiece", + "langName": "Meisterwerk", + "object": "Nachbearbeitung", + "attribute": "Qualität" + }, + { + "displayName": "extreme detail", + "langName": "extremes Detail", + "object": "Nachbearbeitung", + "attribute": "Qualität" + }, + { + "displayName": "amazing", + "langName": "erstaunlich", + "object": "Nachbearbeitung", + "attribute": "Qualität" + }, + { + "displayName": "original", + "langName": "Original", + "object": "Nachbearbeitung", + "attribute": "Qualität" + }, + { + "displayName": "in a symbolic and meaningful style", + "langName": "Symbolischer und aussagekräftiger Stil", + "object": "Nachbearbeitung", + "attribute": "Qualität" + }, + { + "displayName": "insanely detailed and intricate", + "langName": "extrem detailliert und komplex", + "object": "Nachbearbeitung", + "attribute": "Qualität" + }, + { + "displayName": "very coherent symmetrical artwork", + "langName": "Kohärente und symmetrische Struktur", + "object": "Nachbearbeitung", + "attribute": "Qualität" + }, + { + "displayName": "Trending on ArtStation", + "langName": "ArtStation", + "object": "Nachbearbeitung", + "attribute": "Plattform | Trends" + }, + { + "displayName": "Trending on Facebook", + "langName": "Facebook", + "object": "Nachbearbeitung", + "attribute": "Plattform | Trends" + }, + { + "displayName": "Trending on Pixiv", + "langName": "Pixiv", + "object": "Nachbearbeitung", + "attribute": "Plattform | Trends" + }, + { + "displayName": "Trending on Pixbay", + "langName": "Pixbay", + "object": "Nachbearbeitung", + "attribute": "Plattform | Trends" + }, + { + "displayName": "reddit", + "langName": "Reddit-Forum", + "object": "Nachbearbeitung", + "attribute": "Plattform | Trends" + } +] \ No newline at end of file diff --git a/src/app/data/prompt/prompt-en.json b/src/app/data/prompt/prompt-en.json new file mode 100644 index 0000000..6b9ffa7 --- /dev/null +++ b/src/app/data/prompt/prompt-en.json @@ -0,0 +1,29606 @@ +[ + { + "displayName": "female", + "langName": "female", + "object": "Figure", + "attribute": "Main body" + }, + { + "displayName": "male", + "langName": "male", + "object": "Figure", + "attribute": "Main body" + }, + { + "displayName": "mature_female", + "langName": "mature women", + "object": "Figure", + "attribute": "Main body" + }, + { + "displayName": "mature", + "langName": "Mature", + "object": "Figure", + "attribute": "Main body" + }, + { + "displayName": "little_girl", + "langName": "little girl", + "object": "Figure", + "attribute": "Main body" + }, + { + "displayName": "little_boy", + "langName": "little boy", + "object": "Figure", + "attribute": "Main body" + }, + { + "displayName": "1girl", + "langName": "1 girl", + "object": "Figure", + "attribute": "Main body" + }, + { + "displayName": "1boy", + "langName": "1 boy", + "object": "Figure", + "attribute": "Main body" + }, + { + "displayName": "2girls", + "langName": "2 girls", + "object": "Figure", + "attribute": "Main body" + }, + { + "displayName": "2boys", + "langName": "2 boys", + "object": "Figure", + "attribute": "Main body" + }, + { + "displayName": "sisters", + "langName": "sisters", + "object": "Figure", + "attribute": "Main body" + }, + { + "displayName": "multiple_girls", + "langName": "multiple girls", + "object": "Figure", + "attribute": "Main body" + }, + { + "displayName": "solo", + "langName": "single", + "object": "Figure", + "attribute": "Main body" + }, + { + "displayName": "ojousama", + "langName": "Miss", + "object": "Figure", + "attribute": "Main body" + }, + { + "displayName": "bishoujo", + "langName": "beautiful girl", + "object": "Figure", + "attribute": "Main body" + }, + { + "displayName": "kawaii", + "langName": "cute", + "object": "Figure", + "attribute": "Main body" + }, + { + "displayName": "adorable_girl", + "langName": "cute girl", + "object": "Figure", + "attribute": "Main body" + }, + { + "displayName": "female_pervert", + "langName": "Slut", + "object": "Figure", + "attribute": "Main body" + }, + { + "displayName": "milf", + "langName": "MILF", + "object": "Figure", + "attribute": "Main body" + }, + { + "displayName": "a beautiful korean idol", + "langName": "korean idol", + "object": "Figure", + "attribute": "Main body" + }, + { + "displayName": "lifeguard", + "langName": "Lifeguard", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "goalkeeper", + "langName": "goalkeeper", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "racer", + "langName": "racing driver", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "motorcyclist", + "langName": "motorcyclist", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "boxer", + "langName": "boxer", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "acrobat", + "langName": "acrobat", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "athletes", + "langName": "athlete", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "cheerleader", + "langName": "Cheerleading", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "stewardess", + "langName": "Airline stewardess", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "waitress", + "langName": "waitress", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "waiter", + "langName": "waiter", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "chef", + "langName": "chef", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "barista", + "langName": "barista", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "cashier", + "langName": "cashier", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "mailman", + "langName": "postman", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "office_lady", + "langName": "working women", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "maid", + "langName": "maid", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "housemaid", + "langName": "housekeeper", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "doctor", + "langName": "doctor", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "nurse", + "langName": "Nurse", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "scientist", + "langName": "the scientist", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "detective", + "langName": "detective", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "police", + "langName": "police", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "soldier", + "langName": "Soldier", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "firefighter", + "langName": "firefighter", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "hacker", + "langName": "hacker", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "spy", + "langName": "spy", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "agent", + "langName": "agent", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "assassin", + "langName": "assassin", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "magician", + "langName": "magician", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "pilot", + "langName": "pilot", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "astronaut", + "langName": "astronaut", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "diver", + "langName": "diver", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "bar censor", + "langName": "bar examiner", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "missionary", + "langName": "missionary", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "poet", + "langName": "poet", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "actor", + "langName": "actor", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "actress", + "langName": "actress", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "idol", + "langName": "Idol", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "queen", + "langName": "Queen", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "race_queen", + "langName": "racing girl", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "dancer", + "langName": "dancer", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "ballerina", + "langName": "ballet dancer", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "dancing girl", + "langName": "dancing girl", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "gym_leader", + "langName": "gymnastics coach", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "priest", + "langName": "priest", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "cleric", + "langName": "Clergy (Christian)", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "monk", + "langName": "monk", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "nun", + "langName": "nun", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "makihitsuji", + "langName": "shepherd", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "the hermit", + "langName": "hermit", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "teacher", + "langName": "teacher", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "classmate", + "langName": "classmate", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "student", + "langName": "student", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "harem", + "langName": "harem", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "ghost", + "langName": "ghost", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "doll", + "langName": "doll", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "albino", + "langName": "albinos", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "amputee", + "langName": "amputee", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "trap", + "langName": "Transvestite (men with female characteristics may be mistaken for women)", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "crossdressing", + "langName": "Transvestite (wearing clothing that does not match one’s gender identity)", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "otoko_no_ko", + "langName": "Transvestite (a man who appears to have female characteristics)", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "wa_maid", + "langName": "Japanese maid", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "yaoi", + "langName": "Be gay", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "yuri", + "langName": "lily", + "object": "Figure", + "attribute": "Identity" + }, + { + "displayName": "pikachu", + "langName": "Pikachu", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "pokemon", + "langName": "Pokémon", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "doraemon", + "langName": "doraemon", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "crayon shin-chan", + "langName": "crayon shin-chan", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "slam dunk", + "langName": "slam dunk", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "harry potter", + "langName": "harry potter", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "avengers", + "langName": "Avengers", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "captain america", + "langName": "captain america", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "gojou satoru", + "langName": "Gojo Satoru", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "neon genesis evangelion", + "langName": "Neon Genesis Evangelion", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "mazinger", + "langName": "wonder woman", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "saint seiya", + "langName": "Saint Seiya", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "kamen rider", + "langName": "kamen rider", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "mario", + "langName": "mario", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "sun wukong", + "langName": "Sun Wukong", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "hatsune miku", + "langName": "Hatsune Miku", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "magical_girl", + "langName": "magical girl", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "sailor_senshi", + "langName": "Sailor Moon", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "witch", + "langName": "witch", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "miko", + "langName": "miko", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "mage", + "langName": "wizard", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "magister", + "langName": "Magister", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "ninja", + "langName": "ninja", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "samurai", + "langName": "samurai", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "vampire", + "langName": "vampire", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "knight", + "langName": "knight", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "orc", + "langName": "orc", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "druid", + "langName": "Druid", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "elf", + "langName": "goblin", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "dark_elf", + "langName": "dark elf", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "fairy", + "langName": "elf", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "succubus", + "langName": "succubus", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "imp", + "langName": "little devil", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "devil", + "langName": "devil", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "angel", + "langName": "Angel", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "monster", + "langName": "monster", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "monster_girl", + "langName": "Foreigner's mother", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "dominatrix", + "langName": "Queen (SM Medium)", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "mecha", + "langName": "Mecha", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "mecha_musume", + "langName": "Mecha girl", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "humanoid_robot", + "langName": "humanoid robot", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "cyborg", + "langName": "cyborg", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "dragon_girl", + "langName": "dragon lady", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "centaur", + "langName": "Centaur", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "slime_musume", + "langName": "Slime Girl", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "spider_girl", + "langName": "spider girl", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "mermaid", + "langName": "mermaid", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "cat_girl", + "langName": "Cat girl", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "dog_girl", + "langName": "Dog girl", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "wolf_girl", + "langName": "wolf girl", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "fox_girl", + "langName": "fox girl", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "kitsune", + "langName": "fox demon", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "kyuubi", + "langName": "nine tails | nine tail fox", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "raccoon_girl", + "langName": "raccoon girl", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "bunny_girl", + "langName": "bunny girl", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "cow_girl", + "langName": "cowgirl", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "horse_girl", + "langName": "Ma Niang", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "furry", + "langName": "orc", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "furry/orc", + "langName": "Orcs/Orcs", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "kemonomimi_mode", + "langName": "Animal ears loli mode", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "giantess", + "langName": "giantess", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "minigirl", + "langName": "mini girl", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "mesugaki", + "langName": "female imp", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "santa alter", + "langName": "Santa Claus", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "spider-man", + "langName": "spider man", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "demo", + "langName": "demon", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "no humans", + "langName": "inhuman", + "object": "Figure", + "attribute": "Two-dimensional character" + }, + { + "displayName": "toddler", + "langName": "toddler", + "object": "Figure", + "attribute": "Age" + }, + { + "displayName": "kindergartener", + "langName": "kindergarten", + "object": "Figure", + "attribute": "Age" + }, + { + "displayName": "child", + "langName": "child", + "object": "Figure", + "attribute": "Age" + }, + { + "displayName": "underage", + "langName": "underage", + "object": "Figure", + "attribute": "Age" + }, + { + "displayName": "teenager", + "langName": "Teen (13-19)", + "object": "Figure", + "attribute": "Age" + }, + { + "displayName": "teen", + "langName": "Teen (13-19)", + "object": "Figure", + "attribute": "Age" + }, + { + "displayName": "early teen", + "langName": "Early Adolescence (11-15)", + "object": "Figure", + "attribute": "Age" + }, + { + "displayName": "adult", + "langName": "grown ups", + "object": "Figure", + "attribute": "Age" + }, + { + "displayName": "elder", + "langName": "elder", + "object": "Figure", + "attribute": "Age" + }, + { + "displayName": "old", + "langName": "elderly", + "object": "Figure", + "attribute": "Age" + }, + { + "displayName": "loli", + "langName": "loli", + "object": "Figure", + "attribute": "Age" + }, + { + "displayName": "shota", + "langName": "Shota", + "object": "Figure", + "attribute": "Age" + }, + { + "displayName": "white_skin", + "langName": "white skin", + "object": "Figure", + "attribute": "Skin" + }, + { + "displayName": "pale_skin", + "langName": "Pale skin (suitable for dark or brightly colored clothing)", + "object": "Figure", + "attribute": "Skin" + }, + { + "displayName": "fair_skin", + "langName": "fair skin", + "object": "Figure", + "attribute": "Skin" + }, + { + "displayName": "olive_skin", + "langName": "olive skin", + "object": "Figure", + "attribute": "Skin" + }, + { + "displayName": "brown_skin", + "langName": "brown skin", + "object": "Figure", + "attribute": "Skin" + }, + { + "displayName": "deep_skin", + "langName": "dark skin", + "object": "Figure", + "attribute": "Skin" + }, + { + "displayName": "dark_skin", + "langName": "dark skin", + "object": "Figure", + "attribute": "Skin" + }, + { + "displayName": "black_skin", + "langName": "dark skin", + "object": "Figure", + "attribute": "Skin" + }, + { + "displayName": "shiny_skin", + "langName": "shiny skin", + "object": "Figure", + "attribute": "Skin" + }, + { + "displayName": "white_marble_glowing_skin", + "langName": "white marble glowing skin", + "object": "Figure", + "attribute": "Skin" + }, + { + "displayName": "tattoo", + "langName": "tattoo", + "object": "Figure", + "attribute": "Skin" + }, + { + "displayName": "tan", + "langName": "Sun exposure", + "object": "Figure", + "attribute": "Skin" + }, + { + "displayName": "tanlines", + "langName": "sun damage", + "object": "Figure", + "attribute": "Skin" + }, + { + "displayName": "oil", + "langName": "oily", + "object": "Figure", + "attribute": "Skin" + }, + { + "displayName": "skinny", + "langName": "Skinny", + "object": "Figure", + "attribute": "Figure" + }, + { + "displayName": "plump", + "langName": "full", + "object": "Figure", + "attribute": "Figure" + }, + { + "displayName": "curvy", + "langName": "Devil figure", + "object": "Figure", + "attribute": "Figure" + }, + { + "displayName": "(navel,wide hip,curvy)", + "langName": "reveal figure", + "object": "Figure", + "attribute": "Figure" + }, + { + "displayName": "gyaru", + "langName": "Hot girls (Japanese girls)", + "object": "Figure", + "attribute": "Figure" + }, + { + "displayName": "pregnant", + "langName": "Pregnant", + "object": "Figure", + "attribute": "Figure" + }, + { + "displayName": "fat", + "langName": "obesity", + "object": "Figure", + "attribute": "Figure" + }, + { + "displayName": "thin", + "langName": "thin", + "object": "Figure", + "attribute": "Figure" + }, + { + "displayName": "slender", + "langName": "slim", + "object": "Figure", + "attribute": "Figure" + }, + { + "displayName": "glamor", + "langName": "charm", + "object": "Figure", + "attribute": "Figure" + }, + { + "displayName": "tall", + "langName": "tall", + "object": "Figure", + "attribute": "Figure" + }, + { + "displayName": "petite", + "langName": "petite", + "object": "Figure", + "attribute": "Figure" + }, + { + "displayName": "chibi", + "langName": "Mengmeng/Q print style", + "object": "Figure", + "attribute": "Figure" + }, + { + "displayName": "muscular", + "langName": "muscle", + "object": "Figure", + "attribute": "Figure" + }, + { + "displayName": "big tits", + "langName": "big breasts", + "object": "Figure", + "attribute": "Figure" + }, + { + "displayName": "(cleavage visible,large breasts)", + "langName": "Big breasts (with cleavage)", + "object": "Figure", + "attribute": "Figure" + }, + { + "displayName": "Small waist", + "langName": "Small waist", + "object": "Figure", + "attribute": "Figure" + }, + { + "displayName": "narrow_waist", + "langName": "thin waist", + "object": "Figure", + "attribute": "Figure" + }, + { + "displayName": "slender_waist", + "langName": "slender waist", + "object": "Figure", + "attribute": "Figure" + }, + { + "displayName": "strong", + "langName": "strong", + "object": "Figure", + "attribute": "Figure" + }, + { + "displayName": "slim", + "langName": "slim", + "object": "Figure", + "attribute": "Figure" + }, + { + "displayName": "slender face", + "langName": "face slimming", + "object": "Figure", + "attribute": "Face shape" + }, + { + "displayName": "round face", + "langName": "round face", + "object": "Figure", + "attribute": "Face shape" + }, + { + "displayName": "oval face", + "langName": "Oval face", + "object": "Figure", + "attribute": "Face shape" + }, + { + "displayName": "baby face", + "langName": "baby face", + "object": "Figure", + "attribute": "Face shape" + }, + { + "displayName": "inverted triangle face", + "langName": "Inverted triangle face", + "object": "Figure", + "attribute": "Face shape" + }, + { + "displayName": "heart shaped face", + "langName": "heart shaped face", + "object": "Figure", + "attribute": "Face shape" + }, + { + "displayName": "diamond face", + "langName": "diamond face", + "object": "Figure", + "attribute": "Face shape" + }, + { + "displayName": "square face", + "langName": "square face", + "object": "Figure", + "attribute": "Face shape" + }, + { + "displayName": "long face", + "langName": "long face", + "object": "Figure", + "attribute": "Face shape" + }, + { + "displayName": "triangular face", + "langName": "triangle face", + "object": "Figure", + "attribute": "Face shape" + }, + { + "displayName": "detailed gorgeous face", + "langName": "fine face", + "object": "Figure", + "attribute": "Face shape" + }, + { + "displayName": "delicate features", + "langName": "Exquisite facial features", + "object": "Figure", + "attribute": "Face shape" + }, + { + "displayName": "black hair", + "langName": "black hair", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "white hair", + "langName": "white hair", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "grey hair", + "langName": "gray hair", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "silver hair", + "langName": "silver hair", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "blonde hair", + "langName": "blonde hair", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "light brown hair", + "langName": "light brown hair", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "brown hair", + "langName": "brown hair", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "red hair", + "langName": "red hair", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "pink hair", + "langName": "pink hair", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "purple hair", + "langName": "purple hair", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "blue hair", + "langName": "blue hair", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "light blue hair", + "langName": "light blue hair", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "dark blue hair", + "langName": "dark blue hair", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "green hair", + "langName": "green hair", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "yellow hair", + "langName": "yellow hair", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "two-tone hair", + "langName": "bicolor hair", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "multicolored hair", + "langName": "mixed color hair", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "grey gradient hair", + "langName": "gray gradient hair", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "Gradation of hair", + "langName": "Ombre hair", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "streaked hair", + "langName": "Highlighted hair", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "hair_down", + "langName": "hair down", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "hair_spread_out", + "langName": "loose hair", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "hair_flip", + "langName": "comb hair", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "hair_up", + "langName": "hair up", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "hair_behind_ear", + "langName": "hair behind ear", + "object": "Figure", + "attribute": "Hair" + }, + { + "displayName": "straight_hair", + "langName": "straight hair", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "curly hair", + "langName": "curls", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "wavy hair", + "langName": "Natural volume", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "short hair", + "langName": "short hair", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "medium hair", + "langName": "Zhongfa", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "long hair", + "langName": "long hair", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "very long hair", + "langName": "super long hair", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "short ponytail", + "langName": "short ponytail", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "ponytail", + "langName": "ponytail", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "high ponytail", + "langName": "high ponytail", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "low ponytail", + "langName": "low ponytail", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "front ponytail", + "langName": "front ponytail", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "Side ponytail", + "langName": "side ponytail", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "folded ponytail", + "langName": "folded ponytail", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "braided ponytail", + "langName": "ponytail braided hair", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "quad tails", + "langName": "four ponytails", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "twin braids", + "langName": "double braid", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "low twin braids", + "langName": "low double braid", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "side braid", + "langName": "side braid", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "single braid", + "langName": "single braid", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "crown braid", + "langName": "crown braid", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "french braid", + "langName": "French braid", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "braid", + "langName": "braid", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "drill hair", + "langName": "Drill roll princess roll", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "twin_drills", + "langName": "double diamond hairstyle", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "bunches", + "langName": "Twin ponytails", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "twintails", + "langName": "Twin ponytails two", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "hair bun", + "langName": "Bun | Dumpling", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "single_hair_bun", + "langName": "single bun", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "double_bun", + "langName": "Two buns", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "braided bangs", + "langName": "braid bangs", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "braided bun", + "langName": "braid bun", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "cone hair bun", + "langName": "tapered bun", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "doughnut hair bun", + "langName": "donut bun", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "heart hair bun", + "langName": "heart bun", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "bob cut", + "langName": "Bob hair", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "bob haircut", + "langName": "Bob hair", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "hime cut", + "langName": "Princess cut", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "updo", + "langName": "bun hair", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "topknot", + "langName": "meatball head", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "one side up", + "langName": "Hair tied on one side", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "two side up", + "langName": "Double sided hair tie", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "multi-tied hair", + "langName": "Tie more hair", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "payot", + "langName": "long sideburns", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "dynamic hair", + "langName": "dynamic hair", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "swept bangs", + "langName": "side swept bangs", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "crossed bangs", + "langName": "Cross bangs", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "bangs", + "langName": "Bangs", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "blunt bangs", + "langName": "Qi bangs", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "Slanted bangs", + "langName": "oblique bangs", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "long bangs", + "langName": "long bangs", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "air bangs", + "langName": "air bangs", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "asymmetric bangs", + "langName": "asymmetrical bangs", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "asymmetrical bangs", + "langName": "asymmetrical bangs", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "parted bangs", + "langName": "Part bangs", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "side_blunt_bangs", + "langName": "side air bangs", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "centre parting bangs", + "langName": "Center parted bangs", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "middle Fringe", + "langName": "Center parted bangs", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "bowl_cut", + "langName": "mushroom head | pot head", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "hair_flaps", + "langName": "hair wings", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "hair wings", + "langName": "wing hair", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "hair in takes", + "langName": "close up", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "flipped hair", + "langName": "Warped hair", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "messy hair", + "langName": "Messy hairstyle", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "disheveled hair", + "langName": "Unkempt hair", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "antenna hair", + "langName": "Many dull hairs", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "ahoge", + "langName": "Dumb", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "forehead", + "langName": "Show forehead", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "dreadlocks", + "langName": "Dreadlocks", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "wet hair", + "langName": "wet hair", + "object": "Figure", + "attribute": "Hairstyle" + }, + { + "displayName": "makeup", + "langName": "make up", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "eyeshadow", + "langName": "eye shadow", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "red eyeshadow", + "langName": "red eye shadow", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "blue eyeshadow", + "langName": "blue eye shadow", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "purple eyeshadow", + "langName": "Purple eye shadow", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "pink eyeshadow", + "langName": "pink eye shadow", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "green eyeshadow", + "langName": "Green eye shadow", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "mascara", + "langName": "mascara", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "long_eyelashes", + "langName": "long eyelashes", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "colored_eyelashes", + "langName": "Colored eyelashes", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "lipgloss", + "langName": "lip gloss", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "red_lips", + "langName": "red lips", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "anime_style_blush", + "langName": "animated blush", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "nose_blush", + "langName": "nose blush", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "freckles", + "langName": "freckle", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "mole", + "langName": "mole", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "mole_under_eye", + "langName": "moles under eyes", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "scar", + "langName": "scar", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "scar_across_eye", + "langName": "scars on eyes", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "facial_mark", + "langName": "Patterned face", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "forehead_mark", + "langName": "There is a pattern on the forehead", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "anger_vein", + "langName": "Head angry symbol", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "bags_under_eyes", + "langName": "bags under eyes", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "bruise_on_face", + "langName": "bruises on face", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "whisker_markings", + "langName": "beard markings", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "facepaint", + "langName": "face painting", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "hair between eyes", + "langName": "hair between eyes", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "smoking_pipe", + "langName": "pipe", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "mustache", + "langName": "mustache", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "goatee", + "langName": "goatee", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "food_on_face", + "langName": "food on face", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "rice_on_face", + "langName": "Rice on face", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "cream_on_face", + "langName": "cream on face", + "object": "Figure", + "attribute": "Face" + }, + { + "displayName": "elf ears", + "langName": "elf ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "pointy_ears", + "langName": "pointed ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "long_pointy_ears", + "langName": "long pointed ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "demon ears", + "langName": "devil ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "angel ears", + "langName": "angel ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "alien ears", + "langName": "alien ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "animal_ears", + "langName": "animal ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "fake_animal_ears", + "langName": "fake animal ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "ears_through_headwear", + "langName": "Ears worn through hats or headgear", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "ear_blush", + "langName": "Ears are red", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "ear_ornament", + "langName": "earring", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "ear_piercing", + "langName": "Ear piercing", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "animal_ear_fluff", + "langName": "animal ear plush", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "ears_down", + "langName": "Drop ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "floppy_ears", + "langName": "floppy ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "fox_ears", + "langName": "fox ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "cat_ears", + "langName": "cat ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "dog_ears", + "langName": "dog ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "coyote_ears", + "langName": "coyote ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "bunny_ears", + "langName": "Rabbit ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "mouse_ears", + "langName": "mouse ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "squirrel_ears", + "langName": "squirrel ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "raccoon_ears", + "langName": "raccoon ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "bear_ears", + "langName": "bear ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "panda_ears", + "langName": "panda ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "lion_ears", + "langName": "lion ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "jaguar_ears", + "langName": "jaguar ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "tiger_ears", + "langName": "tiger ear", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "wolf ears", + "langName": "wolf ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "horse_ears", + "langName": "horse ear", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "cow ears", + "langName": "cow ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "pig ears", + "langName": "pig ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "sheep ears", + "langName": "sheep ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "goat ears", + "langName": "goat ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "goat_horns", + "langName": "goat horns", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "curled_horns", + "langName": "corner", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "hair_on_horn", + "langName": "hair on horns", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "deer ears", + "langName": "deer ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "antelope ears", + "langName": "antelope ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "antlers", + "langName": "antlers", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "rhino ears", + "langName": "rhino ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "elephant ears", + "langName": "elephant ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "bat_ears", + "langName": "bat ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "extra_ears", + "langName": "extra ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "alpaca_ears", + "langName": "alpaca ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "dragon ears", + "langName": "dragon ears", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "robot_ears", + "langName": "mechanical ear", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "dragon_horns", + "langName": "dragon horn", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "oni_horns", + "langName": "ghost horn", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "horns", + "langName": "horns", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "fake_horns", + "langName": "False horn", + "object": "Figure", + "attribute": "Ear" + }, + { + "displayName": "thick eyebrows", + "langName": "Thick eyebrows", + "object": "Figure", + "attribute": "Eyebrow" + }, + { + "displayName": "cocked eyebrow", + "langName": "eyebrows raised", + "object": "Figure", + "attribute": "Eyebrow" + }, + { + "displayName": "short eyebrows", + "langName": "short eyebrows", + "object": "Figure", + "attribute": "Eyebrow" + }, + { + "displayName": "v-shaped eyebrows", + "langName": "V eyebrow", + "object": "Figure", + "attribute": "Eyebrow" + }, + { + "displayName": "beautiful_detailed_eyes", + "langName": "beautiful eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "glistening_eyes", + "langName": "watery eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "sparkling_eyes", + "langName": "star eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "sparkling_anime_eyes", + "langName": "flash animated eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "gradient_eyes", + "langName": "gradient eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "water_eyes", + "langName": "tearful eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "eye_relfection", + "langName": "Ocular reflex (pupil's reaction to light)", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "reflective_eyes", + "langName": "reflective eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "multicolored_eyes", + "langName": "colorful eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "red eyes", + "langName": "red eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "green eyes", + "langName": "green eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "blue_eyes", + "langName": "blue eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "purple eyes", + "langName": "purple eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "pink eyes", + "langName": "pink eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "yellow eyes", + "langName": "yellow eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "orange eyes", + "langName": "orange eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "brown_eyes", + "langName": "brown eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "light_brown_eyes", + "langName": "light brown eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "silver_eyes", + "langName": "silver eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "grey eyes", + "langName": "gray eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "black eyes", + "langName": "black eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "white eyes", + "langName": "white eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "aqua_eyes", + "langName": "aqua eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "hidden eyes", + "langName": "hide eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "heart-shaped eyes", + "langName": "heart shaped eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "heart_in_eye", + "langName": "heart shaped eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "hollow_eyes", + "langName": "star-shaped_pupils", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "mechanical_eye", + "langName": "mechanical eye", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "ringed_eyes", + "langName": "ring eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "clock_eyes", + "langName": "bell eye", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "compound_eyes", + "langName": "compound eye", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "devil_eyes", + "langName": "evil eye", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "cephalopod_eyes", + "langName": "cephalopod eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "mismatched_sclera", + "langName": "Mismatched sclera", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "solid circle eyes", + "langName": "Solid round eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "solid_oval_eyes", + "langName": "Q version solid oval eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "anime_style_eyes", + "langName": "anime style eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "blush_stickers", + "langName": "Q version blush sticker", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "button eyes", + "langName": "button eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "cross eyed", + "langName": "Cross-eyed", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "blank eyes", + "langName": "blank eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "spiral_eyes", + "langName": "Whirlpool Eye", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "sanpaku", + "langName": "Triple white syndrome (pupil shift)", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "flaming_eye", + "langName": "Homura", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "bloodshot_eyes", + "langName": "bloodshot eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "blood_from_eyes", + "langName": "blood flowing from eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "extra_eyes", + "langName": "multiple eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "one-eyed", + "langName": "One-eyed", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "third_eye", + "langName": "third eye", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "eye_of_horus", + "langName": "Eye of Horus", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "closed_eyes", + "langName": "closed eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "half_closed_eye", + "langName": "Half-closed eye (single eye)", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "half_closed_eyes", + "langName": "half closed eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "narrowed_eyes", + "langName": "Narrow your eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "squinting", + "langName": "squint your eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "tears", + "langName": "tears", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "upturned_eyes", + "langName": "upturned eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "eyes_closed", + "langName": "Close eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "one_eye_covered", + "langName": "One eye is covered", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "covered_eyes", + "langName": "blindfolded eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "hair_over_eyes", + "langName": "hair covering eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "hair_over_one_eye", + "langName": "Hair covers one eye", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "eyes_visible_through_hair", + "langName": "eyes visible through hair", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "shading eyes", + "langName": "Eyes with eyeshadow", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "one eye closed", + "langName": "one eye closed", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "no_blindfold", + "langName": "Removed the (original) blindfold element", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "no_eyepatch", + "langName": "Removed the (existing) eye mask", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "eyeliner", + "langName": "Eyeliner", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "no_eyes", + "langName": "No eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "uneven_eyes", + "langName": "Big and small eyes", + "object": "Figure", + "attribute": "Eye" + }, + { + "displayName": "pupils", + "langName": "pupil", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "bright_pupils", + "langName": "bright pupils", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "blue_pupils", + "langName": "orange pupils", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "purple_pupils", + "langName": "Purple pupils", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "orange_pupils", + "langName": "orange pupils", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "heterochromia", + "langName": "heterochromatic pupils", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "mismatched_pupils", + "langName": "mismatched pupils", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "solid_circle_pupils", + "langName": "Q version solid round pupils", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "dilated_pupils", + "langName": "dilated pupils", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "constricted_pupils", + "langName": "constricted pupils", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "slit_pupils", + "langName": "Vertical pupils/cat eyes", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "snake_pupils", + "langName": "Snake pupils (pupil flash)", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "horizontal_pupils", + "langName": "horizontal pupil", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "rectangular_pupils", + "langName": "Rectangular pupils", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "square_pupils", + "langName": "square pupils", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "dot_pupils", + "langName": "point pupil", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "star-shaped_pupils", + "langName": "Pentagram shaped pupils", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "flower-shaped pupils", + "langName": "flower-shaped pupils", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "heart-shaped_pupils", + "langName": "heart shaped pupils", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "diamond-shaped_pupils", + "langName": "diamond shape pupils", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "butterfly-shaped_pupils", + "langName": "butterfly shaped pupils", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "symbol-shaped_pupils", + "langName": "Symbolic pupils", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "x-shaped_pupils", + "langName": "X-shaped pupils", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "cross-shaped_pupils", + "langName": "Symbolic pupils (no effect", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "\"+_+\"", + "langName": "cross star eye", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "extra_pupils", + "langName": "extra pupils", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "no_pupils", + "langName": "no pupils", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "devil pupils", + "langName": "magic pupil", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "pupils sparkling", + "langName": "pupils flickering", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "symbol_in_eye", + "langName": "There are symbols in the eyes", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "star_in_eye", + "langName": "stars in eyes", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "dashed_eyes", + "langName": "dotted eyes", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "color contact lenses", + "langName": "Contact lenses", + "object": "Figure", + "attribute": "Pupil" + }, + { + "displayName": "light_eyes", + "langName": "bright eyes", + "object": "Figure", + "attribute": "Eye Expression" + }, + { + "displayName": "glowing_eyes", + "langName": "glowing eyes", + "object": "Figure", + "attribute": "Eye Expression" + }, + { + "displayName": "shiny_eyes", + "langName": "shining eyes", + "object": "Figure", + "attribute": "Eye Expression" + }, + { + "displayName": "evil_eyes", + "langName": "evil eye", + "object": "Figure", + "attribute": "Eye Expression" + }, + { + "displayName": "crazy_eyes", + "langName": "crazy eyes", + "object": "Figure", + "attribute": "Eye Expression" + }, + { + "displayName": "empty_eyes", + "langName": "empty eyes", + "object": "Figure", + "attribute": "Eye Expression" + }, + { + "displayName": "solid_eyes", + "langName": "firm eyes", + "object": "Figure", + "attribute": "Eye Expression" + }, + { + "displayName": "sharp_eyes", + "langName": "sharp eyes", + "object": "Figure", + "attribute": "Eye Expression" + }, + { + "displayName": "slanted_eyes", + "langName": "sharp eyes", + "object": "Figure", + "attribute": "Eye Expression" + }, + { + "displayName": "wink", + "langName": "blink", + "object": "Figure", + "attribute": "Eye Expression" + }, + { + "displayName": "wide-eyed", + "langName": "Keep your eyes open", + "object": "Figure", + "attribute": "Eye Expression" + }, + { + "displayName": "glint", + "langName": "strong emotions flashing in eyes", + "object": "Figure", + "attribute": "Eye Expression" + }, + { + "displayName": "tsurime", + "langName": "Eye tail raised", + "object": "Figure", + "attribute": "Eye Expression" + }, + { + "displayName": "tareme", + "langName": "Drooping of tail of eye", + "object": "Figure", + "attribute": "Eye Expression" + }, + { + "displayName": "pointed nose", + "langName": "pointed nose", + "object": "Figure", + "attribute": "Nose" + }, + { + "displayName": "small nose", + "langName": "small nose", + "object": "Figure", + "attribute": "Nose" + }, + { + "displayName": "big nose", + "langName": "big nose", + "object": "Figure", + "attribute": "Nose" + }, + { + "displayName": "no_nose", + "langName": "No nose", + "object": "Figure", + "attribute": "Nose" + }, + { + "displayName": "dot_nose", + "langName": "dotted nose", + "object": "Figure", + "attribute": "Nose" + }, + { + "displayName": "nose_bubble", + "langName": "Nose bubbles", + "object": "Figure", + "attribute": "Nose" + }, + { + "displayName": "smelling", + "langName": "smell", + "object": "Figure", + "attribute": "Nose" + }, + { + "displayName": "nose", + "langName": "nose", + "object": "Figure", + "attribute": "Nose" + }, + { + "displayName": "nosebleed", + "langName": "nosebleed", + "object": "Figure", + "attribute": "Nose" + }, + { + "displayName": "snot", + "langName": "nasal discharge", + "object": "Figure", + "attribute": "Nose" + }, + { + "displayName": "snout", + "langName": "animal snout", + "object": "Figure", + "attribute": "Nose" + }, + { + "displayName": "thick lips", + "langName": "thick lips", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "puffy lips", + "langName": "swollen lips", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "lipstick", + "langName": "lipstick", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "heart-shaped mouth", + "langName": "heart shaped mouth", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "pout", + "langName": "pout", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "mole under mouth", + "langName": "Moles under the mouth", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "open_mouth", + "langName": "Open your mouth", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "gasping", + "langName": "Gasping (opening mouth)", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "Slightly_open_mouth", + "langName": "mouth slightly open", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "wavy_mouth", + "langName": "wavy mouth", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "close_mouth", + "langName": "Shut up", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "dot_mouth", + "langName": "Nod", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "no_mouth", + "langName": "no mouth", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "gag", + "langName": "gag", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "gnaw", + "langName": "bite", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": ":3", + "langName": "Maozui", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": ":o", + "langName": "Open your mouth", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": ":>", + "langName": "V mouth", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "parted_lips", + "langName": "lips open", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "bit_gag", + "langName": "shut up", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "chestnut_mouth", + "langName": "Lizizui", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "cleave_gag", + "langName": "gagged", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "closed_mouth", + "langName": "closed mouth", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "covered_mouth", + "langName": "covered mouth", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "extra_mouth", + "langName": "How many mouths", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "hair_in_mouth", + "langName": "hair in mouth", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "hair_tie_in_mouth", + "langName": "Hold the hair tie in your mouth", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "homu", + "langName": "Pout | Pout", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "lips", + "langName": "lips", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "mouth", + "langName": "Mouth", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "mouth_hold", + "langName": "Hold it in your mouth", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "oral", + "langName": "with mouth", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "pacifier", + "langName": "nipple", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "Pouted lips", + "langName": "pursed lips", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "sideways_mouth", + "langName": "Draw the mouth in profile", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "spoon_in_mouth", + "langName": "spoon in mouth", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "triangle_mouth", + "langName": "triangular mouth", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "saliva", + "langName": "saliva", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "drooling", + "langName": "Drooling", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "mouth_drool", + "langName": "There is a gap in the shape of a drop of saliva on the corner of the mouth.", + "object": "Figure", + "attribute": "Mouth" + }, + { + "displayName": "tooth", + "langName": "tooth", + "object": "Figure", + "attribute": "Teeth" + }, + { + "displayName": "upper_teeth", + "langName": "upper teeth", + "object": "Figure", + "attribute": "Teeth" + }, + { + "displayName": "fangs", + "langName": "tiger teeth | fangs", + "object": "Figure", + "attribute": "Teeth" + }, + { + "displayName": "skin_fang", + "langName": "skin color tiger teeth", + "object": "Figure", + "attribute": "Teeth" + }, + { + "displayName": "round_teeth", + "langName": "scalloped teeth", + "object": "Figure", + "attribute": "Teeth" + }, + { + "displayName": "sharp_teeth", + "langName": "sharp teeth", + "object": "Figure", + "attribute": "Teeth" + }, + { + "displayName": "clenched_teeth", + "langName": "Grit your teeth", + "object": "Figure", + "attribute": "Teeth" + }, + { + "displayName": "buck_teeth", + "langName": "Buck teeth", + "object": "Figure", + "attribute": "Teeth" + }, + { + "displayName": "fang_out", + "langName": "Bare the fangs | Bare the fangs", + "object": "Figure", + "attribute": "Teeth" + }, + { + "displayName": "spiked_club", + "langName": "Mace", + "object": "Figure", + "attribute": "Teeth" + }, + { + "displayName": "toothbrush", + "langName": "toothbrush", + "object": "Figure", + "attribute": "Teeth" + }, + { + "displayName": "tusks", + "langName": "ivory", + "object": "Figure", + "attribute": "Teeth" + }, + { + "displayName": "shark_mouth", + "langName": "shark teeth", + "object": "Figure", + "attribute": "Teeth" + }, + { + "displayName": ":q", + "langName": "tongue on upper lip", + "object": "Figure", + "attribute": "Tongue" + }, + { + "displayName": ":p", + "langName": "tongue on lower lip", + "object": "Figure", + "attribute": "Tongue" + }, + { + "displayName": ";p", + "langName": "Blink and stick out tongue", + "object": "Figure", + "attribute": "Tongue" + }, + { + "displayName": "french_kiss", + "langName": "Tongue kiss | French wet kiss", + "object": "Figure", + "attribute": "Tongue" + }, + { + "displayName": "long_tongue", + "langName": "long tongue", + "object": "Figure", + "attribute": "Tongue" + }, + { + "displayName": "oral_invitation", + "langName": "Stick out your tongue to welcome ejaculation", + "object": "Figure", + "attribute": "Tongue" + }, + { + "displayName": "tongue", + "langName": "Tongue", + "object": "Figure", + "attribute": "Tongue" + }, + { + "displayName": "tongue_out", + "langName": "stick out tongue", + "object": "Figure", + "attribute": "Tongue" + }, + { + "displayName": "uvula", + "langName": "uvula | uvula | uvula", + "object": "Figure", + "attribute": "Tongue" + }, + { + "displayName": "fingernails", + "langName": "fingernails", + "object": "Figure", + "attribute": "Nail" + }, + { + "displayName": "toenails", + "langName": "toenails", + "object": "Figure", + "attribute": "Nail" + }, + { + "displayName": "nail_polish", + "langName": "nail polish", + "object": "Figure", + "attribute": "Nail" + }, + { + "displayName": "toenail_polish", + "langName": "toenail polish", + "object": "Figure", + "attribute": "Nail" + }, + { + "displayName": "black_nails", + "langName": "black nails", + "object": "Figure", + "attribute": "Nail" + }, + { + "displayName": "red_nails", + "langName": "red nails", + "object": "Figure", + "attribute": "Nail" + }, + { + "displayName": "pink_nails", + "langName": "pink nails", + "object": "Figure", + "attribute": "Nail" + }, + { + "displayName": "long_fingernails", + "langName": "long nails", + "object": "Figure", + "attribute": "Nail" + }, + { + "displayName": "nail", + "langName": "Nails | Nails", + "object": "Figure", + "attribute": "Nail" + }, + { + "displayName": "multicolored_nails", + "langName": "colorful nails", + "object": "Figure", + "attribute": "Nail" + }, + { + "displayName": "nail_art", + "langName": "Manicure", + "object": "Figure", + "attribute": "Nail" + }, + { + "displayName": "bare shoulders", + "langName": "bare shoulders", + "object": "Figure", + "attribute": "Shoulders" + }, + { + "displayName": "collarbonea", + "langName": "clavicle", + "object": "Figure", + "attribute": "Shoulders" + }, + { + "displayName": "armpits", + "langName": "armpit", + "object": "Figure", + "attribute": "Shoulders" + }, + { + "displayName": "armpit_crease", + "langName": "Armpit wrinkles", + "object": "Figure", + "attribute": "Shoulders" + }, + { + "displayName": "chest", + "langName": "Chest", + "object": "Figure", + "attribute": "Chest" + }, + { + "displayName": "flat chest", + "langName": "Small breasts (A)", + "object": "Figure", + "attribute": "Chest" + }, + { + "displayName": "small_breasts", + "langName": "Small boobs (B)", + "object": "Figure", + "attribute": "Chest" + }, + { + "displayName": "medium breasts", + "langName": "Medium chest (C)", + "object": "Figure", + "attribute": "Chest" + }, + { + "displayName": "big breasts", + "langName": "Big boobs (D)", + "object": "Figure", + "attribute": "Chest" + }, + { + "displayName": "huge breasts", + "langName": "Big Breasts (E)", + "object": "Figure", + "attribute": "Chest" + }, + { + "displayName": "gigantic breasts", + "langName": "Super big breasts (F)", + "object": "Figure", + "attribute": "Chest" + }, + { + "displayName": "breasts apart", + "langName": "chest parted", + "object": "Figure", + "attribute": "Chest" + }, + { + "displayName": "hanging breasts", + "langName": "droop", + "object": "Figure", + "attribute": "Chest" + }, + { + "displayName": "bouncing breasts", + "langName": "shake", + "object": "Figure", + "attribute": "Chest" + }, + { + "displayName": "cleavage", + "langName": "cleavage", + "object": "Figure", + "attribute": "Chest" + }, + { + "displayName": "areola", + "langName": "Areola", + "object": "Figure", + "attribute": "Chest" + }, + { + "displayName": "nipples", + "langName": "nipple", + "object": "Figure", + "attribute": "Chest" + }, + { + "displayName": "pectorals", + "langName": "chest muscles", + "object": "Figure", + "attribute": "Chest" + }, + { + "displayName": "large_pectorals", + "langName": "Large pecs", + "object": "Figure", + "attribute": "Chest" + }, + { + "displayName": "unbuttoned clothes", + "langName": "Half exposed chest", + "object": "Figure", + "attribute": "Chest" + }, + { + "displayName": "belly", + "langName": "abdomen", + "object": "Figure", + "attribute": "Abdomen" + }, + { + "displayName": "absolute_territory", + "langName": "abdominal muscles", + "object": "Figure", + "attribute": "Abdomen" + }, + { + "displayName": "inflation", + "langName": "bulging belly", + "object": "Figure", + "attribute": "Abdomen" + }, + { + "displayName": "navel", + "langName": "belly button", + "object": "Figure", + "attribute": "Abdomen" + }, + { + "displayName": "groin", + "langName": "groin", + "object": "Figure", + "attribute": "Abdomen" + }, + { + "displayName": "feet", + "langName": "foot", + "object": "Figure", + "attribute": "Foot" + }, + { + "displayName": "long_legs", + "langName": "long legs", + "object": "Figure", + "attribute": "Foot" + }, + { + "displayName": "thick_thighs", + "langName": "thick thighs", + "object": "Figure", + "attribute": "Foot" + }, + { + "displayName": "toe-point", + "langName": "toe tip | toe tip", + "object": "Figure", + "attribute": "Foot" + }, + { + "displayName": "wings", + "langName": "wing", + "object": "Figure", + "attribute": "Wing" + }, + { + "displayName": "bat_wings", + "langName": "bat wings", + "object": "Figure", + "attribute": "Wing" + }, + { + "displayName": "butterfly_wings", + "langName": "butterfly wings", + "object": "Figure", + "attribute": "Wing" + }, + { + "displayName": "black_wings", + "langName": "black wings", + "object": "Figure", + "attribute": "Wing" + }, + { + "displayName": "demon_wings", + "langName": "Demon Wings", + "object": "Figure", + "attribute": "Wing" + }, + { + "displayName": "asymmetrical_wings", + "langName": "asymmetrical wings", + "object": "Figure", + "attribute": "Wing" + }, + { + "displayName": "detached_wings", + "langName": "Wings that are not connected to the body", + "object": "Figure", + "attribute": "Wing" + }, + { + "displayName": "fairy_wings", + "langName": "fairy wings", + "object": "Figure", + "attribute": "Wing" + }, + { + "displayName": "fake_wings", + "langName": "imitation wings", + "object": "Figure", + "attribute": "Wing" + }, + { + "displayName": "fiery_wings", + "langName": "burning wings", + "object": "Figure", + "attribute": "Wing" + }, + { + "displayName": "insect_wings", + "langName": "insect wings", + "object": "Figure", + "attribute": "Wing" + }, + { + "displayName": "large_wings", + "langName": "big wings", + "object": "Figure", + "attribute": "Wing" + }, + { + "displayName": "low_wings", + "langName": "wings on waist", + "object": "Figure", + "attribute": "Wing" + }, + { + "displayName": "mini_wings", + "langName": "mini wings", + "object": "Figure", + "attribute": "Wing" + }, + { + "displayName": "multicolored_wings", + "langName": "Wings of many colors", + "object": "Figure", + "attribute": "Wing" + }, + { + "displayName": "multiple_wings", + "langName": "multiple pairs of wings", + "object": "Figure", + "attribute": "Wing" + }, + { + "displayName": "no_wings", + "langName": "Removed (original) wings", + "object": "Figure", + "attribute": "Wing" + }, + { + "displayName": "winged_helmet", + "langName": "winged helmet", + "object": "Figure", + "attribute": "Wing" + }, + { + "displayName": "smile", + "langName": "Smile", + "object": "Expression", + "attribute": "Laugh" + }, + { + "displayName": "laughing", + "langName": "laughing out loud", + "object": "Expression", + "attribute": "Laugh" + }, + { + "displayName": ":d", + "langName": "Happy smile_:D😀", + "object": "Expression", + "attribute": "Laugh" + }, + { + "displayName": ";d", + "langName": "Wink and smile_:D", + "object": "Expression", + "attribute": "Laugh" + }, + { + "displayName": "grin", + "langName": "toothy grin", + "object": "Expression", + "attribute": "Laugh" + }, + { + "displayName": "teasing_smile", + "langName": "amused, grinning silly", + "object": "Expression", + "attribute": "Laugh" + }, + { + "displayName": "seductive_smile", + "langName": "charming smile", + "object": "Expression", + "attribute": "Laugh" + }, + { + "displayName": "smirk", + "langName": "provocative smile", + "object": "Expression", + "attribute": "Laugh" + }, + { + "displayName": "giggling", + "langName": "giggle", + "object": "Expression", + "attribute": "Laugh" + }, + { + "displayName": "smug", + "langName": "smug", + "object": "Expression", + "attribute": "Laugh" + }, + { + "displayName": "naughty_face", + "langName": "naughty face", + "object": "Expression", + "attribute": "Laugh" + }, + { + "displayName": "crazy_smile", + "langName": "crazy laugh", + "object": "Expression", + "attribute": "Laugh" + }, + { + "displayName": "kind_smile", + "langName": "gentle smile", + "object": "Expression", + "attribute": "Laugh" + }, + { + "displayName": "evil_smile", + "langName": "Bad smile", + "object": "Expression", + "attribute": "Laugh" + }, + { + "displayName": "ahegao", + "langName": "Cover your face and laugh | Shy face", + "object": "Expression", + "attribute": "Laugh" + }, + { + "displayName": "happy_tears", + "langName": "happy tears", + "object": "Expression", + "attribute": "Laugh" + }, + { + "displayName": "sad", + "langName": "sad", + "object": "Expression", + "attribute": "Cry" + }, + { + "displayName": "sobs", + "langName": "sob", + "object": "Expression", + "attribute": "Cry" + }, + { + "displayName": "crying", + "langName": "cry loudly", + "object": "Expression", + "attribute": "Cry" + }, + { + "displayName": "crying_with_eyes_open", + "langName": "cry with eyes open", + "object": "Expression", + "attribute": "Cry" + }, + { + "displayName": "streaming_tears", + "langName": "shed tears", + "object": "Expression", + "attribute": "Cry" + }, + { + "displayName": "lacrimation", + "langName": "shed tears", + "object": "Expression", + "attribute": "Cry" + }, + { + "displayName": "tear stains", + "langName": "tears", + "object": "Expression", + "attribute": "Cry" + }, + { + "displayName": "teardrop", + "langName": "teardrop", + "object": "Expression", + "attribute": "Cry" + }, + { + "displayName": "tearing_up", + "langName": "crying expression", + "object": "Expression", + "attribute": "Cry" + }, + { + "displayName": "wiping_tears", + "langName": "wipe tears", + "object": "Expression", + "attribute": "Cry" + }, + { + "displayName": "badmood", + "langName": "Bad mood", + "object": "Expression", + "attribute": "Cry" + }, + { + "displayName": "tearing_clothes", + "langName": "Tear clothes (when extremely sad, tear clothes to vent emotions)", + "object": "Expression", + "attribute": "Cry" + }, + { + "displayName": "frustrated", + "langName": "frustrated", + "object": "Expression", + "attribute": "Unhappy" + }, + { + "displayName": "frustrated_brow", + "langName": "frustrated brow", + "object": "Expression", + "attribute": "Unhappy" + }, + { + "displayName": "annoyed", + "langName": "distressed", + "object": "Expression", + "attribute": "Unhappy" + }, + { + "displayName": "anguish", + "langName": "depressed", + "object": "Expression", + "attribute": "Unhappy" + }, + { + "displayName": "sigh", + "langName": "sigh", + "object": "Expression", + "attribute": "Unhappy" + }, + { + "displayName": "gloom", + "langName": "melancholy", + "object": "Expression", + "attribute": "Unhappy" + }, + { + "displayName": "disappointed", + "langName": "Disappointed", + "object": "Expression", + "attribute": "Unhappy" + }, + { + "displayName": "despair", + "langName": "despair", + "object": "Expression", + "attribute": "Unhappy" + }, + { + "displayName": "unamused", + "langName": "Looking unhappy", + "object": "Expression", + "attribute": "Unhappy" + }, + { + "displayName": "disgust", + "langName": "Disgusted (looks like trash)", + "object": "Expression", + "attribute": "Contempt" + }, + { + "displayName": "disdain", + "langName": "contempt", + "object": "Expression", + "attribute": "Contempt" + }, + { + "displayName": "contempt", + "langName": "contempt", + "object": "Expression", + "attribute": "Contempt" + }, + { + "displayName": "shaded_face", + "langName": "There is a shadow on the face, matching contempt", + "object": "Expression", + "attribute": "Contempt" + }, + { + "displayName": "jitome", + "langName": "contemptuous look", + "object": "Expression", + "attribute": "Contempt" + }, + { + "displayName": "frown", + "langName": "Frown / frown", + "object": "Expression", + "attribute": "Contempt" + }, + { + "displayName": "wince", + "langName": "Frowning (before sexual intercourse)", + "object": "Expression", + "attribute": "Contempt" + }, + { + "displayName": "furrowed_brow", + "langName": "frown", + "object": "Expression", + "attribute": "Contempt" + }, + { + "displayName": "fear_kubrick", + "langName": "Afraid of side glances", + "object": "Expression", + "attribute": "Contempt" + }, + { + "displayName": "angry", + "langName": "angry", + "object": "Expression", + "attribute": "Angry" + }, + { + "displayName": "glaring", + "langName": "glare", + "object": "Expression", + "attribute": "Angry" + }, + { + "displayName": "serious", + "langName": "Serious (similar to angry)", + "object": "Expression", + "attribute": "Angry" + }, + { + "displayName": "kubrick_stare", + "langName": "Staring at you sideways", + "object": "Expression", + "attribute": "Angry" + }, + { + "displayName": "sulking", + "langName": "angry_sulky", + "object": "Expression", + "attribute": "Angry" + }, + { + "displayName": "screaming", + "langName": "scream | shout", + "object": "Expression", + "attribute": "Angry" + }, + { + "displayName": "shouting", + "langName": "cry", + "object": "Expression", + "attribute": "Angry" + }, + { + "displayName": "expressionless", + "langName": "expressionless", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "raised eyebrow", + "langName": "Raise an eyebrow", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "blush", + "langName": "blush", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "light_blush", + "langName": "slight blush", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "full-face-blush", + "langName": "Blush all over face", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "shy", + "langName": "shy", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "embarrassed", + "langName": "Awkward and shy", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "embarrass", + "langName": "shy (awkward)", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "flustered", + "langName": "panicked", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "cute face", + "langName": "cute face", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "thinking", + "langName": "think", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "bored", + "langName": "boring", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "sleepy", + "langName": "sleepy", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "surprised", + "langName": "surprise", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "confused", + "langName": "confuse", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "facepalm", + "langName": "Face covering", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "grimace", + "langName": "wink", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "scowl", + "langName": "Disgusted look", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "staring", + "langName": "gaze", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "envy", + "langName": "envy", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "twitching", + "langName": "twitch", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "spasm", + "langName": "Cramp", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "pain", + "langName": "pain", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "endured_face", + "langName": "patient expression", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "restrained", + "langName": "endure", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "turn pale", + "langName": "pale", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "sweat", + "langName": "sweat", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "scared", + "langName": "scared", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "naughty", + "langName": "naughty", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "dark_persona", + "langName": "blackened", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "crazy", + "langName": "crazy", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "yandere", + "langName": "yandere", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "Tsundere", + "langName": "Tsundere", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "multiple_persona", + "langName": "multiple personality", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "Jekyll_and_Hyde", + "langName": "multiple personality", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "exhausted", + "langName": "exhausted", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "heavy_breathing", + "langName": "Breathe heavily, it might not help.", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "rape_face", + "langName": "rape face", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "moaning", + "langName": "moan", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "orgasm", + "langName": "climax", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "female_orgasm", + "langName": "female orgasm", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "rolling_eyes", + "langName": "Roll your eyes (orgasm eyes)", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "torogao", + "langName": "Trance", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "drunk", + "langName": "drunk", + "object": "Expression", + "attribute": "Other expressions" + }, + { + "displayName": "joyful", + "langName": "joyful", + "object": "Expression", + "attribute": "Positive emotions" + }, + { + "displayName": "cheerful", + "langName": "Cheerful", + "object": "Expression", + "attribute": "Positive emotions" + }, + { + "displayName": "enchanting", + "langName": "charming", + "object": "Expression", + "attribute": "Positive emotions" + }, + { + "displayName": "happy", + "langName": "happy", + "object": "Expression", + "attribute": "Positive emotions" + }, + { + "displayName": "happy accidents", + "langName": "An unexpected surprise", + "object": "Expression", + "attribute": "Positive emotions" + }, + { + "displayName": "vibrant", + "langName": "energetic", + "object": "Expression", + "attribute": "Positive emotions" + }, + { + "displayName": "dynamic", + "langName": "energetic", + "object": "Expression", + "attribute": "Positive emotions" + }, + { + "displayName": "energetic", + "langName": "full of energy", + "object": "Expression", + "attribute": "Positive emotions" + }, + { + "displayName": "bustling", + "langName": "Busy", + "object": "Expression", + "attribute": "Positive emotions" + }, + { + "displayName": "lively", + "langName": "lively", + "object": "Expression", + "attribute": "Positive emotions" + }, + { + "displayName": "excited", + "langName": "excited", + "object": "Expression", + "attribute": "Positive emotions" + }, + { + "displayName": "peaceful", + "langName": "peaceful", + "object": "Expression", + "attribute": "Positive emotions" + }, + { + "displayName": "serene", + "langName": "peaceful", + "object": "Expression", + "attribute": "Positive emotions" + }, + { + "displayName": "soothing", + "langName": "soothing", + "object": "Expression", + "attribute": "Positive emotions" + }, + { + "displayName": "calming", + "langName": "calm", + "object": "Expression", + "attribute": "Positive emotions" + }, + { + "displayName": "melancholic", + "langName": "melancholy", + "object": "Expression", + "attribute": "Negative emotions" + }, + { + "displayName": "eerie", + "langName": "weird", + "object": "Expression", + "attribute": "Negative emotions" + }, + { + "displayName": "ominous", + "langName": "ominous", + "object": "Expression", + "attribute": "Negative emotions" + }, + { + "displayName": "unsettling", + "langName": "disturbing", + "object": "Expression", + "attribute": "Negative emotions" + }, + { + "displayName": "lonely", + "langName": "Lonely", + "object": "Expression", + "attribute": "Negative emotions" + }, + { + "displayName": "beautiful", + "langName": "beauty", + "object": "Expression", + "attribute": "Temperament" + }, + { + "displayName": "elegant", + "langName": "elegant", + "object": "Expression", + "attribute": "Temperament" + }, + { + "displayName": "angelic", + "langName": "angelic", + "object": "Expression", + "attribute": "Temperament" + }, + { + "displayName": "Good", + "langName": "OK", + "object": "Expression", + "attribute": "Temperament" + }, + { + "displayName": "mysterious", + "langName": "mysterious", + "object": "Expression", + "attribute": "Temperament" + }, + { + "displayName": "enigmatic", + "langName": "enigmatic", + "object": "Expression", + "attribute": "Temperament" + }, + { + "displayName": "cryptic", + "langName": "secret", + "object": "Expression", + "attribute": "Temperament" + }, + { + "displayName": "evil", + "langName": "evil", + "object": "Expression", + "attribute": "Temperament" + }, + { + "displayName": "standing", + "langName": "stand", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "leaning", + "langName": "Lean | Lean", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "leaning_to_the_side", + "langName": "lean aside", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "leaning_back", + "langName": "lean back", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "leaning_forward", + "langName": "lean forward", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "leaning_on_object", + "langName": "lean on object", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "on_back", + "langName": "lie on back", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "on_side", + "langName": "Lying on side", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "on_stomach", + "langName": "Lying down", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "lying", + "langName": "lying down", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "lying_on_person", + "langName": "lying on someone", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "lying_on_the_lake", + "langName": "lying on the lake", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "lying_on_water", + "langName": "lying in water", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "reclining", + "langName": "Reclining position", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "arched_back", + "langName": "Bow body", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "afloat", + "langName": "float on water", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "fetal_position", + "langName": "Fetal position (lying)", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "sleeping_upright", + "langName": "(not lying down) sleeping | sleeping upright", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "waking_up", + "langName": "wake up", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "cuddling", + "langName": "Embrace", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "comforting", + "langName": "comfort", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "biting", + "langName": "bite", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "licking", + "langName": "lick", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "licking_lips", + "langName": "lick lips", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "lip_biting", + "langName": "bite lip", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "blowing", + "langName": "blow", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "teasing", + "langName": "tease", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "tickling", + "langName": "tickle", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "spitting", + "langName": "the act of spitting liquid out of the mouth", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "spilling", + "langName": "The act of pouring liquid from a container", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "cooking", + "langName": "cooking", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "drinking", + "langName": "drink", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "applying_makeup", + "langName": "make up", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "brushing_teeth", + "langName": "brush teeth", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "hair_brushing", + "langName": "comb hair", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "hair_tucking", + "langName": "flip your hair", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "taking_picture", + "langName": "Take photo | Selfie", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "talking_on_phone", + "langName": "Call up", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "singing", + "langName": "Sing", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "meditation", + "langName": "meditation", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "dancing", + "langName": "Dance", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "stylish_pose", + "langName": "fashion pose", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "the_pose", + "langName": "Lie on the ground and put your feet up", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "standing_on_liquid", + "langName": "standing on water or liquid", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "walking", + "langName": "walk", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "walking_on_liquid", + "langName": "walking on liquid", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "running", + "langName": "run", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "jumping", + "langName": "jump", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "flying", + "langName": "flight", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "flapping", + "langName": "slapping action", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "flying_kick", + "langName": "flying kick", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "fighting", + "langName": "in battle", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "fighting_stance", + "langName": "fighting stance", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "drawing_bow", + "langName": "Draw the bow", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "dual_wielding", + "langName": "dual wield", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "unsheathing", + "langName": "Unsheath", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "slashing", + "langName": "cut", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "punching", + "langName": "punch", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "hitting", + "langName": "hit", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "pushing", + "langName": "push", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "dragging", + "langName": "drag something", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "strangling", + "langName": "hang one's head", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "bullying", + "langName": "Bully", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "chasing", + "langName": "chase", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "fleeing", + "langName": "On the run", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "hiding", + "langName": "hide", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "tripping", + "langName": "tripped over", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "spinning", + "langName": "rotate", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "climbing", + "langName": "climb", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "diving", + "langName": "diving", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "swimming", + "langName": "swim", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "wading", + "langName": "wade in water", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "riding", + "langName": "ride", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "driving", + "langName": "drive", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "fishing", + "langName": "fishing", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "pole_dancing", + "langName": "pole dance", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "writing", + "langName": "writing", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "reading", + "langName": "read", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "sewing", + "langName": "sewing", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "shopping", + "langName": "Shopping", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "cleaning", + "langName": "clean up |", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "sweeping", + "langName": "Cleaning | Sweeping (housework)", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "washing", + "langName": "washing", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "showering", + "langName": "shower", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "drying", + "langName": "Dry (after bathing)", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "whispering", + "langName": "whisper", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "sneezing", + "langName": "sneeze", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "talking", + "langName": "talk", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "yawning", + "langName": "yawn", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "smoking", + "langName": "smoke", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "sleeping", + "langName": "sleep", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "praying", + "langName": "pray", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "playing_games", + "langName": "play games", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "wrestling", + "langName": "wrestling (sport)", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "parody", + "langName": "imitate", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "trolling", + "langName": "prank", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "public_indecency", + "langName": "public indecency", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "eyelid_pull", + "langName": "blink", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "top-down_bottom-up", + "langName": "Lie down and raise your buttocks", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "bent_over", + "langName": "hip pose", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "upside-down", + "langName": "Handstand", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "prone_bone", + "langName": "prone doggy style", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "presenting", + "langName": "Display (rear part)", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "against_glass", + "langName": "squeeze glass (invalid)", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "bleeding", + "langName": "bleeding", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "bowing", + "langName": "bow", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "breathing_fire", + "langName": "Breathing fire", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "broom_riding", + "langName": "riding a broom", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "bubble_blowing", + "langName": "blow bubbles", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "burning", + "langName": "combustion", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "cast", + "langName": "throw", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "dreaming", + "langName": "dream", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "dropping", + "langName": "(accidental) falling", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "exercise", + "langName": "do exercise", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "firing", + "langName": "shooting", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "flashing", + "langName": "exposed", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "flexing", + "langName": "Show muscles", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "hanging", + "langName": "hanging", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "Painting_(Action)", + "langName": "draw", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "snowing", + "langName": "snow", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "soccer", + "langName": "football sport", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "splashing", + "langName": "splash", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "steepled_fingers", + "langName": "Fingertips against fingers", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "swing", + "langName": "swing", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "tail_wagging", + "langName": "wagging tail", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "toilet_use", + "langName": "Go to the toilet", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "tossing", + "langName": "throw", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "tying", + "langName": "Tie a knot (action)", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "untying", + "langName": "Untied", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "unzipping", + "langName": "Unzip", + "object": "Action", + "attribute": "Basic movements" + }, + { + "displayName": "looking_at_viewer", + "langName": "look at the audience", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "eye_contact", + "langName": "Eye contact (looking at each other)", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "eyeball", + "langName": "stare", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "stare", + "langName": "gaze", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "looking_back", + "langName": "Looking back", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "gradient", + "langName": "Character tilt", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "looking_down", + "langName": "Character’s perspective looking downward↘", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "looking_up", + "langName": "Character’s perspective looking up↗", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "facing_away", + "langName": "facing elsewhere", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "looking_to_the_side", + "langName": "look sideways", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "looking_away", + "langName": "look away", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "looking_ahead", + "langName": "Looking to the future", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "looking_afar", + "langName": "look into the distance", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "looking_outside", + "langName": "look outside", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "head_tilt", + "langName": "tilt head", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "aiming", + "langName": "aim", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "aiming_at_viewer", + "langName": "Target the reader (perspective)", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "head_down", + "langName": "bow your head", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "sideways_glance", + "langName": "glance slightly to the side", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "upshirt", + "langName": "peeking from under shirt", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "upshorts", + "langName": "peek up skirt", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "looking_at_another", + "langName": "looking at another", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "looking_at_phone", + "langName": "Look at mobile phone", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "looking_at_animal", + "langName": "looking at animals", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "looking_at_mirror", + "langName": "look in the mirror", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "looking_at_hand", + "langName": "looking at hands", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "looking_at_food", + "langName": "look at food", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "looking_at_screen", + "langName": "looking at the screen", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "stare at me", + "langName": "staring at you", + "object": "Action", + "attribute": "Look" + }, + { + "displayName": "clenched hand", + "langName": "clenched fist", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "hand_to_mouth", + "langName": "Put your hand to your mouth", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "hidden hands", + "langName": "hide your hands", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "arm_support", + "langName": "support with hands", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "arms_up", + "langName": "Raise your hand", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "presenting armpit", + "langName": "show armpits", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "arm_behind_head", + "langName": "hands behind head", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "arm_above_head", + "langName": "hands on head", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "adjusting_hair", + "langName": "tidy hair", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "bangs_pinned_back", + "langName": "Pin your bangs back", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "arm_behind_back", + "langName": "Put one hand behind your back", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "arms_behind_back", + "langName": "hands behind your back", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "arm_at_side", + "langName": "Hanging one hand down", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "arm_blade", + "langName": "arm blade", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "arm_grab", + "langName": "grab arm", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "arm_around_waist", + "langName": "One hand around waist", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "arm_hug", + "langName": "Hold hands", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "arm_up", + "langName": "raise hands", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "bound_arms", + "langName": "Arms are tied", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "extra_arms", + "langName": "multiple arms", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "locked_arms", + "langName": "Holding arms", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "zombie_pose", + "langName": "zombie pose", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "cheering", + "langName": "cheer", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "beckoning", + "langName": "beckon", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "waving", + "langName": "wave (say hello/goodbye)", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "waving_arms", + "langName": "waving arms", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "salute", + "langName": "salute", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "reaching", + "langName": "Reach out (purposefully)", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "reaching_out", + "langName": "Reach out outside the painting", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "stretch", + "langName": "stretch", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "convenient_arm", + "langName": "Covering key parts of the arms", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "ready_to_draw", + "langName": "Preparing to draw the sword", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "double_fox_shadow_puppet", + "langName": "Double Fox Shadow Puppet", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "fox_shadow_puppet", + "langName": "fox shadow puppet", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "paw_pose", + "langName": "Lucky cat hand gesture (wrist bent down)", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "self_fondle", + "langName": "self caressing", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "groping", + "langName": "groping", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "crotch_grab", + "langName": "Grasping crotch", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "clothes_lift", + "langName": "lift up clothes", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "clothes_pull", + "langName": "Pulling on clothing", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "strap_lift", + "langName": "lift shoulder strap", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "shirt_lift", + "langName": "pull up lift up shirt", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "dress_lift", + "langName": "lift up skirt", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "dress_pull", + "langName": "pull up dress", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "kimono_lift", + "langName": "Lift up the kimono", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "kimono_pull", + "langName": "pull kimono", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "shirt_pull", + "langName": "unzip shirt", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "shorts_pull", + "langName": "Take off your shorts", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "pants_pull", + "langName": "Pulling down pants", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "leotard_pull", + "langName": "peel off jumpsuit", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "swimsuit_pull", + "langName": "Pull off the swimsuit", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "skirt_basket", + "langName": "Refers to the basket shape formed when the skirt is lifted up", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "bikini_lift", + "langName": "Bikini that peels up", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "cheek_pull", + "langName": "Pull the cheek", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "bunching_hair", + "langName": "Holding braids", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "mask_pull", + "langName": "Pulling on the mask", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "zipper_pull_tab", + "langName": "Zipper pull tab", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "bikini_pull", + "langName": "Pulling a bikini", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "holding_hair", + "langName": "Holding the hair | Wrapping the fingers around the hair", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "shou", + "langName": "Holding one hand behind the head", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "arm_cannon", + "langName": "hand cannon", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "arm_ribbon", + "langName": "arm ribbon", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "caramelldansen", + "langName": "A famous hand-twisting action", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "arm_held_back", + "langName": "Pull arms back", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "leg_lift", + "langName": "single leg raise", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "hugging_own_legs", + "langName": "Hug your legs", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "cheek_pinching", + "langName": "pinch cheeks", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "chin_rest", + "langName": "Hold the cheek", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "skirt_lift", + "langName": "lift skirt", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "skirt_flip", + "langName": "Skirt lifted (including emergency meaning)", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "skirt_pull", + "langName": "open skirt", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "cheek_poking", + "langName": "Poke in the cheek", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "hair_pull", + "langName": "pull hair", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "covering_chest_by_hand", + "langName": "cover chest with hands", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "chin_stroking", + "langName": "Touch chin", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "hair_pulled_back", + "langName": "Hair tied back", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "adjusting_clothes", + "langName": "Fiddle with clothes", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "adjusting_hat", + "langName": "tidy up hat", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "adjusting_gloves", + "langName": "Fiddle Gloves", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "adjusting_swimsuit", + "langName": "Fiddle with swimsuit", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "adjusting_thighhigh", + "langName": "Adjust knee socks", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "adjusting_eyewear", + "langName": "Adjust glasses", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "pulling", + "langName": "pull", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "pulled_by_self", + "langName": "Pull down your clothes", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "pulled_by_another", + "langName": "being pulled (or pulled on clothing) by another person", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "lifting_person", + "langName": "pick someone up", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "lifted_by_self", + "langName": "Lift up your clothes", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "lifted_by_another", + "langName": "Being lifted up by the other party's clothes", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "bandaid_on_arm", + "langName": "Band-aid on arm", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "carrying", + "langName": "pick up", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "carrying_under_arm", + "langName": "under the arm", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "carrying_over_shoulder", + "langName": "shoulder", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "wind_lift", + "langName": "Wind effect | Updraft", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "covering_xx", + "langName": "cover xx", + "object": "Action", + "attribute": "Hands" + }, + { + "displayName": "shushing", + "langName": "Shh gesture", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "finger_to_mouth", + "langName": "Put your hand to your lips", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "peace sign", + "langName": "Scissorhands", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "cat_pose", + "langName": "cat paw gesture", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "claw_pose", + "langName": "claw gesture", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "finger_gun", + "langName": "finger gun gesture", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "v", + "langName": "victory gesture", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "double_v", + "langName": "double_v", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "thumbs_up", + "langName": "Thumbs up", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "index_finger_raised", + "langName": "lift index finger", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "middle_finger", + "langName": "show middle finger", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "fingersmile", + "langName": "Make a smiley face with your fingers", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "finger_on_trigger", + "langName": "Ready to pull the trigger gesture", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "pointing_at_self", + "langName": "Pointing at oneself", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "pointing_at_viewer", + "langName": "Point to the person looking at the picture", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "pointing_up", + "langName": "Point upward", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "poking", + "langName": "stamp", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "hand_gesture", + "langName": "make gestures", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "ok_sign", + "langName": "OK gesture", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "finger_biting", + "langName": "biting fingers", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "finger_in_mouth", + "langName": "sucking fingers", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "fingering_through_clothes", + "langName": "finger", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "fingers_together", + "langName": "fingers together", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "hair_twirling", + "langName": "Fingers curling hair", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "sharp_fingernails", + "langName": "sharp fingernails", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "spread_fingers", + "langName": "spread your fingers", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "trigger_discipline", + "langName": "No finger on the trigger", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "w", + "langName": "Finger than W", + "object": "Action", + "attribute": "Finger" + }, + { + "displayName": "open hands", + "langName": "open hands", + "object": "Action", + "attribute": "Hand movements" + }, + { + "displayName": "spread arms", + "langName": "open arms", + "object": "Action", + "attribute": "Hand movements" + }, + { + "displayName": "interlocked_fingers", + "langName": "hands clasped", + "object": "Action", + "attribute": "Hand movements" + }, + { + "displayName": "tying hair", + "langName": "tie hair", + "object": "Action", + "attribute": "Hand movements" + }, + { + "displayName": "own hands clasped", + "langName": "hands clasped together", + "object": "Action", + "attribute": "Hand movements" + }, + { + "displayName": "own hands together", + "langName": "hands together", + "object": "Action", + "attribute": "Hand movements" + }, + { + "displayName": "hands in hair", + "langName": "combing hair with hands", + "object": "Action", + "attribute": "Hand movements" + }, + { + "displayName": "arms_behind_head", + "langName": "Hold head with hands", + "object": "Action", + "attribute": "Hand movements" + }, + { + "displayName": "double piece pose", + "langName": "Hands V sign", + "object": "Action", + "attribute": "Hand movements" + }, + { + "displayName": "arms_crossed", + "langName": "hands crossed on chest", + "object": "Action", + "attribute": "Hand movements" + }, + { + "displayName": "hands_in_opposite_sleeves", + "langName": "Cross your hands and put them in your sleeves", + "object": "Action", + "attribute": "Hand movements" + }, + { + "displayName": "crossed_arms", + "langName": "crossed arms", + "object": "Action", + "attribute": "Hand movements" + }, + { + "displayName": "outstretched_arms", + "langName": "stretch out arms", + "object": "Action", + "attribute": "Hand movements" + }, + { + "displayName": "v_arms", + "langName": "Make a V with both arms", + "object": "Action", + "attribute": "Hand movements" + }, + { + "displayName": "w_arms", + "langName": "Arms in W position", + "object": "Action", + "attribute": "Hand movements" + }, + { + "displayName": "arms_at_sides", + "langName": "hands down", + "object": "Action", + "attribute": "Hand movements" + }, + { + "displayName": "hands_clasped", + "langName": "Crossed fingers of both hands | Clenched hands", + "object": "Action", + "attribute": "Hand movements" + }, + { + "displayName": "holding", + "langName": "holding something", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_animal", + "langName": "holding animals", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_arrow", + "langName": "Drawing the bow", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_axe", + "langName": "holding an ax", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_bag", + "langName": "carrying bag", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_ball", + "langName": "holding the ball", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_basket", + "langName": "Carrying a basket", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_book", + "langName": "holding book", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_bottle", + "langName": "holding the bottle", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_bouquet", + "langName": "Hand holding bouquet", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_bow_(weapon)", + "langName": "Holding a bow (weapon)", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_bowl", + "langName": "Holding a bowl", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_box", + "langName": "Carrying a box", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_breath", + "langName": "Hold your breath", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_broom", + "langName": "Holding a broom", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_camera", + "langName": "handheld camera", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_can", + "langName": "holding a can", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_candy", + "langName": "hand holding candy", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_card", + "langName": "holding card", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_cat", + "langName": "holding cat", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_chopsticks", + "langName": "holding chopsticks", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_cigarette", + "langName": "Cigarette in hand", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_clothes", + "langName": "holding clothes", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_condom", + "langName": "holding a condom", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_cup", + "langName": "holding cup", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_dagger", + "langName": "holding dagger", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_doll", + "langName": "holding doll", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_eyewear", + "langName": "Holding glasses | Taking off glasses", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_fan", + "langName": "holding a fan", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_flag", + "langName": "holding flag", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_flower", + "langName": "holding flowers", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_food", + "langName": "holding food", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_fork", + "langName": "holding a fork", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_fruit", + "langName": "holding fruit", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_gift", + "langName": "holding a gift", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_gun", + "langName": "holding a gun", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_hands", + "langName": "hold hands", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_hat", + "langName": "holding hat", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_head", + "langName": "holding head in hands", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_helmet", + "langName": "holding helmet", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_innertube", + "langName": "Hold the swimming ring", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_instrument", + "langName": "holding a musical instrument", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_knife", + "langName": "holding a knife", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_leaf", + "langName": "holding leaves", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_lollipop", + "langName": "holding lollipop", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_mask", + "langName": "holding mask", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_microphone", + "langName": "holding a microphone", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_needle", + "langName": "holding sewing needle", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_own_foot", + "langName": "hold one's feet", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_paintbrush", + "langName": "Hand holding paintbrush", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_paper", + "langName": "holding paper", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_pen", + "langName": "Hold the pen", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_pencil", + "langName": "hand holding pencil", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_phone", + "langName": "holding mobile phone", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_pillow", + "langName": "hugging pillow", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_pipe", + "langName": "holding a pipe", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_pizza", + "langName": "holding pizza", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_plate", + "langName": "holding a plate", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_poke_ball", + "langName": "holding a poke ball", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_pokemon", + "langName": "Holding a Pokémon", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_polearm", + "langName": "Hand-held polearm", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_sack", + "langName": "Carrying baggage", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_scythe", + "langName": "Holding a sickle", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_sheath", + "langName": "Holding the scabbard", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_shield", + "langName": "holding shield", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_shoes", + "langName": "holding shoes", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_sign", + "langName": "hand holding sign", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_spear", + "langName": "Holding a spear", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_spoon", + "langName": "holding a spoon", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_staff", + "langName": "Holding a staff", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_strap", + "langName": "Hand holding sling", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_stuffed_animal", + "langName": "Holding a stuffed toy", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_stylus", + "langName": "Holding stylus", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_sword", + "langName": "holding sword", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_syringe", + "langName": "handheld syringe", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_towel", + "langName": "holding towel", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_tray", + "langName": "holding a plate", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_umbrella", + "langName": "Hold an umbrella", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_wand", + "langName": "holding the stick", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "holding_whip", + "langName": "Holding the whip", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "arm_around_neck", + "langName": "One hand around the neck", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "arms_around_neck", + "langName": "Put your hands around your neck", + "object": "Action", + "attribute": "Hand (holding something)" + }, + { + "displayName": "covering", + "langName": "the act of covering", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "covering_face", + "langName": "cover face", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "covering_ass", + "langName": "Covering buttocks", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "covering_crotch", + "langName": "Covering the crotch", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "covering_eyes", + "langName": "cover eyes", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "covering_mouth", + "langName": "cover mouth", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "covering_nipples", + "langName": "cover nipples", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "breast lift", + "langName": "Holding breasts with hands", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "breast_suppress", + "langName": "hand pressure on breasts", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hands_on_another's", + "langName": "Put your hands on someone else's face", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hands_on_another's_cheeks", + "langName": "Put your hands on each other's cheeks", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hands_on_ass", + "langName": "Put your hands on your butt", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hands_on_feet", + "langName": "Put your hands on your feet", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hands_on_headwear", + "langName": "Touching the ornaments on the head with both hands", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hands_on_hilt", + "langName": "Put your hands on the handle of the knife", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hands_on_lap", + "langName": "Put your hands between your legs", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hands_on_own_face", + "langName": "Put your hands on your face", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hands_on_own_cheeks", + "langName": "Put your hands on your cheeks", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hands_on_own_chest", + "langName": "Put your hands on your chest", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hands_on_own_head", + "langName": "Put your hands on your head", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hands_on_own_knees", + "langName": "Put your hands on your knees", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hands_on_own_stomach", + "langName": "Put your hands on your belly", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hands_on_own_thighs", + "langName": "Put your hands on your thighs", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hand between legs", + "langName": "Hands between legs", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "leg hold", + "langName": "Holding the legs with hands", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hands_on_another's_shoulders", + "langName": "Put your hands on someone else's shoulders", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hands_on_hips", + "langName": "hands on hips | hands on hips", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hand_on_another's", + "langName": "Hands touch the other person's face", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hand_on_another's_cheek", + "langName": "Hand touching each other's cheek", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hand_on_another's_chest", + "langName": "Put your hands on the other person's chest", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hand_on_another's_chin", + "langName": "Hold the other person's chin with your hand", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hand_on_another's_head", + "langName": "Put your hands on the other person's head", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hand_on_another's_shoulder", + "langName": "Put your hands on the other person's shoulders", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hand_on_another's_stomach", + "langName": "Put your hands on the other person’s belly", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hand_on_ass", + "langName": "hands on butt", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hand_on_head", + "langName": "hands on head", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hand_on_headwear", + "langName": "hand touching hat", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hand_on_hilt", + "langName": "Hand resting on the handle of the knife", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hand_on_hip", + "langName": "hands on hips | hands on hips", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hand_on_own", + "langName": "Put your hands on your face", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hand_on_own_cheek", + "langName": "Put your hands on your cheeks", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hand_on_own_chest", + "langName": "Put your hands on your chest", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hand_on_own_chin", + "langName": "Hand touches his chin", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hand_on_own_stomach", + "langName": "Put your hands on your belly", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hand_on_shoulder", + "langName": "hands on shoulders", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hand_in_another's_hair", + "langName": "Put your hands on the other person’s hair", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hand_in_hair", + "langName": "hands buried in hair", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "hand_in_pocket", + "langName": "hands in pockets", + "object": "Action", + "attribute": "Hand (put somewhere)" + }, + { + "displayName": "ass_grab", + "langName": "grabbing ass", + "object": "Action", + "attribute": "Hand (grasping something)" + }, + { + "displayName": "flat_chest_grab", + "langName": "Grasping small breasts", + "object": "Action", + "attribute": "Hand (grasping something)" + }, + { + "displayName": "grabbing", + "langName": "catch | grasp", + "object": "Action", + "attribute": "Hand (grasping something)" + }, + { + "displayName": "grabbing_another's_ass", + "langName": "Grabbing each other's butt", + "object": "Action", + "attribute": "Hand (grasping something)" + }, + { + "displayName": "grabbing_another's_hair", + "langName": "Grabbing each other's hair", + "object": "Action", + "attribute": "Hand (grasping something)" + }, + { + "displayName": "grabbing_from_behind", + "langName": "Rub breasts from behind | Grab breasts from behind", + "object": "Action", + "attribute": "Hand (grasping something)" + }, + { + "displayName": "grabbing_own_ass", + "langName": "grabbing one's ass", + "object": "Action", + "attribute": "Hand (grasping something)" + }, + { + "displayName": "guided_penetration", + "langName": "Grab the male penis and insert it into yourself", + "object": "Action", + "attribute": "Hand (grasping something)" + }, + { + "displayName": "hair_grab", + "langName": "grabbing hair", + "object": "Action", + "attribute": "Hand (grasping something)" + }, + { + "displayName": "leg_grab", + "langName": "holding on to legs", + "object": "Action", + "attribute": "Hand (grasping something)" + }, + { + "displayName": "necktie_grab", + "langName": "Holding on to the tie", + "object": "Action", + "attribute": "Hand (grasping something)" + }, + { + "displayName": "neckwear_grab", + "langName": "Clutching the clothes around the neck", + "object": "Action", + "attribute": "Hand (grasping something)" + }, + { + "displayName": "penis_grab", + "langName": "grabbing penis", + "object": "Action", + "attribute": "Hand (grasping something)" + }, + { + "displayName": "pillow_grab", + "langName": "Grabbing a pillow", + "object": "Action", + "attribute": "Hand (grasping something)" + }, + { + "displayName": "sheet_grab", + "langName": "clutching the sheets", + "object": "Action", + "attribute": "Hand (grasping something)" + }, + { + "displayName": "tail_grab", + "langName": "grabbing the tail", + "object": "Action", + "attribute": "Hand (grasping something)" + }, + { + "displayName": "thigh_grab", + "langName": "Grabbing the thigh", + "object": "Action", + "attribute": "Hand (grasping something)" + }, + { + "displayName": "torso_grab", + "langName": "clutching torso", + "object": "Action", + "attribute": "Hand (grasping something)" + }, + { + "displayName": "wrist_grab", + "langName": "grabbing the wrist", + "object": "Action", + "attribute": "Hand (grasping something)" + }, + { + "displayName": "kicking", + "langName": "Kick", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "high_kick", + "langName": "high kick", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "standing_on_one_leg", + "langName": "stand on one leg", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "standing_split", + "langName": "Standing splits | Standing leg raises", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "legs_up", + "langName": "lift one leg", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "holding legs", + "langName": "hug legs", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "hands under legs", + "langName": "Put your hands under your legs", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "leg hug", + "langName": "Hug legs", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "spread legs", + "langName": "spread legs", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "legs_together", + "langName": "legs together", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "crossed_legs", + "langName": "Erlang legs", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "m_legs", + "langName": "M-shaped leg swing", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "standing split, leg up", + "langName": "Standing horse", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "curtsy", + "langName": "Curtsey (maid's salute)", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "open_stance", + "langName": "Take a break", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "convenient_leg", + "langName": "Legs that block key parts", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "leg_lock", + "langName": "Clamp with legs", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "legs", + "langName": "legs", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "legs_over_head", + "langName": "Lift your legs above your head", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "squatting,_open_legs", + "langName": "Squat down and spread your legs", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "knees_together_feet_apart", + "langName": "Knees together, feet apart", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "animal_on_lap", + "langName": "animal on knee", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "hand_on_own_knee", + "langName": "Put your hands on your knees", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "knee_up", + "langName": "Push up your knees", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "knees", + "langName": "knee", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "knees_to_chest", + "langName": "Knees to chest", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "on_lap", + "langName": "on knees", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "squatting", + "langName": "Squat down", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "one_knee", + "langName": "one knee", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "kneeling", + "langName": "kneel", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "all_fours", + "langName": "on all fours", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "gravure_pose", + "langName": "gravure pose", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "soaking_feet", + "langName": "Soak your feet", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "cropped_legs", + "langName": "Only part of the legs were drawn", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "k/da_(league_of_legends)", + "langName": "KDA Team (League of Legends)", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "leg_belt", + "langName": "Leg straps", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "leg_hair", + "langName": "Leg hair", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "leg_up", + "langName": "Lift your legs", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "legs_apart", + "langName": "legs apart", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "lowleg", + "langName": "M-shaped leg swing", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "mechanical_legs", + "langName": "Mechanical prosthetic foot", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "multiple_legs", + "langName": "multi-role", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "no_legs", + "langName": "No legs drawn", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "no_legwear", + "langName": "Naked below the crotch", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "tail_between_legs", + "langName": "The tail is curled up between the legs", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "footprints", + "langName": "footprint", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "foot_out_of_frame", + "langName": "One leg is not in the picture", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "feet_out_of_frame", + "langName": "Feet are not in the picture", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "feet_up", + "langName": "Cross your feet", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "cameltoe", + "langName": "camel toe", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "pigeon-toed", + "langName": "Cute inner leg", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "tiptoes", + "langName": "stand on tiptoes", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "ankle_strap", + "langName": "ankle silk ring", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "ankle_wrap", + "langName": "ankle cuffs", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "crossed_ankles", + "langName": "cross ankles", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "folded", + "langName": "Raise your legs to expose your vagina", + "object": "Action", + "attribute": "Legs" + }, + { + "displayName": "sitting", + "langName": "sit", + "object": "Action", + "attribute": "Sit" + }, + { + "displayName": "seiza", + "langName": "sit upright", + "object": "Action", + "attribute": "Sit" + }, + { + "displayName": "wariza", + "langName": "duck sitting", + "object": "Action", + "attribute": "Sit" + }, + { + "displayName": "straddling", + "langName": "sit astride", + "object": "Action", + "attribute": "Sit" + }, + { + "displayName": "yokozuwari", + "langName": "sit sideways", + "object": "Action", + "attribute": "Sit" + }, + { + "displayName": "sitting_backwards", + "langName": "sit back", + "object": "Action", + "attribute": "Sit" + }, + { + "displayName": "sitting_in_tree", + "langName": "sitting on a tree", + "object": "Action", + "attribute": "Sit" + }, + { + "displayName": "sitting_on_xx", + "langName": "sit on object", + "object": "Action", + "attribute": "Sit" + }, + { + "displayName": "butterfly_sitting", + "langName": "butterfly sitting", + "object": "Action", + "attribute": "Sit" + }, + { + "displayName": "lotus_position", + "langName": "sit on the table", + "object": "Action", + "attribute": "Sit" + }, + { + "displayName": "sitting_on_railing", + "langName": "sit on the railing", + "object": "Action", + "attribute": "Sit" + }, + { + "displayName": "sitting_on_rock", + "langName": "sitting on stone", + "object": "Action", + "attribute": "Sit" + }, + { + "displayName": "sitting_on_stairs", + "langName": "sitting on the stairs", + "object": "Action", + "attribute": "Sit" + }, + { + "displayName": "sitting_on_table", + "langName": "sit on the table", + "object": "Action", + "attribute": "Sit" + }, + { + "displayName": "sitting_on_water", + "langName": "sit on water", + "object": "Action", + "attribute": "Sit" + }, + { + "displayName": "sitting_on_chair", + "langName": "sit on chair", + "object": "Action", + "attribute": "Sit" + }, + { + "displayName": "sidesaddle", + "langName": "Sitting sideways on the saddle", + "object": "Action", + "attribute": "Sit" + }, + { + "displayName": "sitting_on_bed", + "langName": "sitting on bed", + "object": "Action", + "attribute": "Sit" + }, + { + "displayName": "sitting_on_desk", + "langName": "sitting on desk", + "object": "Action", + "attribute": "Sit" + }, + { + "displayName": "sitting_on_lap", + "langName": "sit on lap", + "object": "Action", + "attribute": "Sit" + }, + { + "displayName": "sitting_on_person", + "langName": "sit on people", + "object": "Action", + "attribute": "Sit" + }, + { + "displayName": "upright_straddle", + "langName": "Opposite posture", + "object": "Action", + "attribute": "Sit" + }, + { + "displayName": "asymmetrical_docking", + "langName": "breasts touching | breasts touching breasts", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "back-to-back", + "langName": "back to back", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "cunnilingus", + "langName": "Cunnilingus", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "facing_another", + "langName": "facing another", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "feeding", + "langName": "feeding", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "finger_in_another's_mouth", + "langName": "Oral fingering", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "fingering", + "langName": "fingering", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "giving", + "langName": "delivery | gift", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "grinding", + "langName": "Plain Stockings | Butt Thrust", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "hug", + "langName": "Embrace", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "imminent_kiss", + "langName": "about to kiss", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "incoming_food", + "langName": "Pass food", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "incoming_gift", + "langName": "hand a gift", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "Kabedon", + "langName": "wall bang", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "lap_pillow", + "langName": "knee pillow", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "licking_penis", + "langName": "lick penis", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "princess_carry", + "langName": "Princess hug", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "shared_bathing", + "langName": "Shared bathing | Yuanyang bathing", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "shared_food", + "langName": "Sharing food | Passing food by mouth", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "sitting_on_head", + "langName": "sit on head", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "sitting_on_shoulder", + "langName": "sit on shoulders", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "slapping", + "langName": "slap", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "spanking", + "langName": "spank", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "special_feeling_(meme)", + "langName": "Lovers holding an umbrella in the snow", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "symmetrical_docking", + "langName": "Breast squeezing", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "ear_biting", + "langName": "whisper", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "mixed_bathing", + "langName": "mixed bath", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "selfie", + "langName": "Selfie", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "trembling", + "langName": "tremble", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "partially submerged", + "langName": "immersed in water", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "rolleyes", + "langName": "Roll your eyes", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "headpat", + "langName": "touch head", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "cheek-to-cheek", + "langName": "cheek to cheek", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "Stretching", + "langName": "stretch", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "against wall", + "langName": "against the wall", + "object": "Action", + "attribute": "Other actions" + }, + { + "displayName": "((water drops)),wet clothes,((beautiful detailed water)),((floating)),dynamic angle", + "langName": "water magic", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "beautiful detailed glow,(detailed ice),beautiful detailed water", + "langName": "ice magic", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.2),(ice crystal texture wings),(Iridescence and rainbow hair:2.5)", + "langName": "Ice system modification", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.3),(((ice crystal texture wings)))", + "langName": "Frappuccino", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "((detailed beautiful snow forest with trees)),((snowflakes)),floating", + "langName": "forest ice", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "(((crystals texture Hair))),((beautiful detailed glass hair)),((glass shaped texture hand)),((crystallize texture body)),gem body,hands as clear as jewels,crystallization of clothes,((crystals texture skin)),sparkle,lens flare,light leaks,broken glass,detailed glass shaped clothes,beautiful detailed gemstone sky,gemstone sea,crystals texture flowers,((detailed crystallized clothing))", + "langName": "Crystallization", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "beautiful detailed glow,((flames of war)),(((nuclear explosion behide)))", + "langName": "nuclear explosion", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "((breeze)),flying splashes,flying petals,wind", + "langName": "wind magic", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "((surrounded by heavy floating sand flow and floating sharp stones)),((((ink)))),((illustration)),((watercolor))", + "langName": "quicksand method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "(detailed light),((lightning in hand)),lightning surrounds,(((lightning chain)))", + "langName": "Lightning method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "(sunlight),(angel),dynamic angle,floating,wing,halo,floating white silk,(Holy Light),silver stars", + "langName": "Holy Light Method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "beautiful detailed pampas grass field,open hakama,surrounded by floating sakura,yellow full moon,beautiful detailed dark midnight sky,messy white long hair", + "langName": "Ashina method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "beautiful and delicate water,the finest grass,very delicate light,nature,painting,water spray,breeze,flowers and grass meadow,near the water edge,(sunset,starry sky in a circle),randomly distributed clouds,river,splashing water,falling petals", + "langName": "natural law", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "(detailed light) ,feather,leaves,nature,(sunlight),river,(forest),(bloom)", + "langName": "forest law", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "floating and rainbow long hair,Iridescence and rainbow,beautiful detailed starry sky", + "langName": "iridescence method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "chain ring,chain storm,dark chain,((wholeblack bloomer)),darkside,night,deep dark,darkness,((dark clouds)),((ruins)),shadow,death garden", + "langName": "hidden lock method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "beautiful detailed glow,floating ashes,beautiful and detailed explosion,red moon,fire,fire cloud,wings on fire,a cloudy sky,smoke of gunpowder,burning,black dress,dove of peace,(floating cloud:1.2)", + "langName": "Huoshaoyun", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(magic circle:1.2),(floating palaces:1.3)", + "langName": "castle law", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "(water bloom),(delicate glow),(breeze),long Flowers meadow,(((sunset)),(less stars form a circle),randomly distributed clouds,(rivers),(willows with branches falling into the water)", + "langName": "twilight method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "((colorful bubble)),(floating),detailed light", + "langName": "bubble method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "((rose)),(vine),cage,bandage,red rope,(detail light),falling rose petals", + "langName": "rosewood method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "(starry tornado:1.4),starry Nebula,beautiful detailed sky", + "langName": "starry sky method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "((moon)),starry sky,(lighting particle),fog,snow,(bloom)", + "langName": "moon method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(cold full moon),snowflake,(floating cloud:1.2)", + "langName": "snow moon method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "((burning forest)),spark,light leaks,burning sky,flame,flames burning around,(flying sparks)", + "langName": "forest fire method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "((destroyed)),explosion,buildings in disarray,The residual eaves DuanBi,cumulus,mouldy,floating,wind,Dead end machine,(broken robot),(Mechanical robot girl),in the rubble of a devastated city", + "langName": "wasteland law", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,((sliver)) and (broken) body", + "langName": "War armor method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "Extremely gorgeous metal style,Metal crown with ornate stripes,Various metals background,Sputtered molten iron,floating hair,Hair like melted metal,Clothes made of silver,Clothes with gold lace,flowing gold and silver,everything flowing and melt,flowing iron,flowing silver,lace flowing and melt", + "langName": "golden rule", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "mecha clothes,robot girl", + "langName": "machine girl method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "ink,(((bone))),(((ribs))),rose,black hair,blue eyes,greyscale,no shadow,simple background,bright skin", + "langName": "Necromancy", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "(((gorgeous crystal armor))),(((crystal wings))),((altocumulus)),(clear_sky),(snow mountain),((flowery flowers)),(flowery bubbles),cloud map plane,crystal,crystal poppies,Brilliant light,thick_coating,glass tint,(watercolor)", + "langName": "crystal method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "((an extremely delicate and beautiful)),floating,(detailed wet clothes),(detailed light),feather,nature,(sunlight),river,floating palace,beautiful and delicate water,(bloom),(shine)", + "langName": "water forest method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "(blue spark),(red and blue hair),blue eyes,burning sky,flame,Rainbow in the sky,((Flames burning ice)),(((fire butterflies))),(((ice crystal texture wings))),(Flying sparks),(detailed ice),((a lot of luminous ice crystals)),((burning feathers)),(feathers made of ice),(frozen feathers),(((ice and fire together)))", + "langName": "ice fire method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "(anger),dragon horns,(silver armor),metal,complex pattern,cape,indifference", + "langName": "Dragon Knight", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "((full body)),(helpless),tear,crying,(((((falling from the sky))))),((Weathering With You)),((falling)),((face towards the sky)),(hair flows upwards),((disheveled hair)),(1 girl),floating,beautiful detailed sky", + "langName": "falling method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "((underwater)),(beautiful detailed water),((coral)),dynamic angle,floating,(detailed light),floating hair,(splash),((fishes)),leaves dress,feather,nature,(sunlight),(underwater forest),(bloom),(detailed glow),drenched,seaweed,fish,(((Tyndall effect)))", + "langName": "underwater law", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "(extremely detailed CG unity 8k wallpaper),(((masterpiece))),(((best quality))),((ultra-detailed)),(best illustration),(best shadow),((an extremely delicate and beautiful)),dynamic angle,floating,fairyland,dynamic angle,sea of flowers,beautiful detailed garden,wind,classic,spring,(detailed light),feather,nature,(sunlight),river,forest,(((floating palace))),((the best building)),beautiful and delicate water,(painting),(sketch),(bloom),(shine)", + "langName": "secret method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "(((masterpiece))),((the best quality,super fine illustrations,beautiful and delicate water)),((very delicate light)),((nature,painting)),((fine lighting,more transparent stars,high-quality snowflakes,high-quality mountains,very fine 8KCG wallpapers)),(plateau),(((snow mountain))),sunrise,randomly distributed clouds,(snow field),cliff,((rotating star sky)),((lake in mountain stream)),luminous particles", + "langName": "Photography", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "1980s (style),simple background,retro artstyle", + "langName": "modern law", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "(white hair),red long hair,red eyes,(full body),(((with sword))),angry face,(beautiful detailed eyes),Blood drop,Blood fog,floating hair,disheveled hair,Splashing blood,(Bloodstain)", + "langName": "blood magic", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "((dragon)),((dragon background))", + "langName": "Summon the dragon", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "hair fluttering in the wind,((mechanical arm armor)),((mechanical body armor)),riding motor,bodysuit,((ruins of city in war,fire,burning cars,burning buildings)),air force fleet in the sky", + "langName": "Zhan Ji Fa", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,dragon wings,((a dragon stands behind the girl)),beautiful detailed sliver dragon armor", + "langName": "dragon machine method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "((Beautiful butterflies in detail)),((Beautiful stars in detail)),(((halter dress ))),particle,(Starry sky in beautiful detail),(Hazy fog),(Ruins of beautiful details),(((Standing on the surface of the sea)))", + "langName": "Star Butterfly", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "blonde wavy hair,(shiny long hair),((Gothic Lolita)),blue white skirt,((short skirt)),black Headdress,bowknot,(((hair ornament))),(hair flower),Lace,cross-laced footwear,ribbon-trimmed sleeves,building architecture,((gothic architecture)),starry sky,outdoors,church,(castle)", + "langName": "academic law", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "walking,waves,wind,(((glistening light of waves))),(detailed sunset glow),(floating flow),((coral)),(Luminous),coast,(floating colorful bubbles),beautiful detailed sky,(fluorescence),detailed shadow,(conch),beautiful detailed water,starfish,meteor,rainbow,(seabirds),(glinting stars),(glowworm),(splash),detailed cloud,shell,(fireworks)", + "langName": "Xingxiahai", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "beautiful detailed sky,night,stars,(red plum blossom),((winter)),(((snowflakes))),((red and white flowers)),(starry sky),(sitting),((colorful)),scenery,lantern,(starfall)", + "langName": "winter snow method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "((((melt)))),(((((black and white melt))))),(((wear Black and white Taoist robes))),((((gold and silver lace)))),(((gold and silver lace lace))),(((flowing ((black)) and white background))),extremely detailed gorgeous tiara", + "langName": "The melting pot of all things", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "Floating black ashes,Beautiful and detailed black,red moon,((The black clouds)),(black Wings) ,a black cloudy sky,burning,black dress,((Black fog)),Red eyes,(black smoke),((Black feathers floating in the air)),bat,(floating black cloud:1.5),", + "langName": "Raven Law", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "dynamic angle,finely detail,(bloom),(shine),glinting stars,((((best detailed fireworks)))),((((depth of field)))),(((hanabi))),(((backlight))),", + "langName": "Fireworks Basics", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,(lots of big colorful Bubble),(pearl),(Galaxy),depth of field", + "langName": "Star color", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,depth of field", + "langName": "Sinking into the sea of ​​stars", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "dynamic angle,detailed wet clothes,blank stare,overexplosure,floating,black long straight,red eyes,aqua eyes,gradient eyes,((blood)),white dress,frills,((expressionless)),extremely beautiful detailed water,((lying on the lake)),(bloodred water:1.5),(red background:1.3)", + "langName": "Hundreds of drowning methods", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "((messy hair)),(grassland),(yellow eyes),incredibly absurdres,(gold hair),floating hair,Large number of environments,the medieval ,grace,prospect,water eyes,wind,breeze,god ray,lawn,Mountains and lakes in the distance,The sun shines through the trees,A vast expanse of grassland", + "langName": "Brilliant Sunshine Method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "Starry sky adorns hair,sparkling anime eyes,beautiful detailed stars,blighting stars,emerging dark purple across with white hair,multicolored hair,beautiful detailed sky,beautiful detailed water,cinematic lighting,dramatic angle,", + "langName": "star hair method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "There are many scattered luminous petals,Hidden in the light yellow flowers,Depth of field,Many flying drops of water,Many scattered leaves,branch ,angle ,contour deepening,cinematic angle", + "langName": "Senro method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "sunlight,extremely light,extremely clothes,Holy Light,dynamic angle,Light particle,very long hair,white hair,yellow eyes,glowing eyes,expressionless,((light smile)),((((white Tulle skirt)))),white silk,looking at viewer,angel wings,large wings,multiple wings,angel halo,(((starry sky))),dusk sky,Floating light spot,Lots of feathers", + "langName": "star angel", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "blonde hair,yellow eyes,white skin,mature female,sunrise,golden sky,magnificent architecture,beautiful detailed sky,overexposure,delicate gold metal decorations", + "langName": "golden rule", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "mechanical prosthesis,mecha coverage,emerging dark purple across with white hair,fluorescent purple,cool movement,rose red eyes,beatiful detailed cyberpunk city,hd semirealistic anime cg concept art digital painting", + "langName": "Ex Machina", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "(incredibly absurdres),(highly detailed beautiful fishtail:1.6),(((human hands))),(the lower body is a fish:1.9)AND(no human thigh:1.2),seaweed,(full body),(white seashell),(curved and slender fish tail),(the lower body is bare:1.1),{beautiful tailfin},((underwater)),(illustration),detailed water,((fishes)),(floating),watercolor (medium),(small whirlpool),((The sensation of water flowing)),(detailed scales on a mermaid)", + "langName": "Mermaid method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "Blood Mist,background Urban rooftop,despair,Blood Cherry Blossom,torn clothes,crying with eyes open,solo,Blood Rain,bandages,Gunpowder smoke,beautiful deatailed shadow,Splashing blood,dust,tyndall effect", + "langName": "end", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "Space opera,Space port,robot arm,elbow gloves,night,glisten,stare,cyberpunk,((((citylight)))),science fiction,bodysuit,Mechanical armor headdress,(bare shoulders)", + "langName": "Broken dreams", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "dynamic angle,rainbow hair,detailed cute anime face,((loli)),flower,cry,water,corrugated,flowers tire,broken glass,(broken screen),atlantis,transparent glass", + "langName": "Broken dreams", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "(white hair),(((red streaked hair))),red eyes,(((full body))),(red hair),(((((Hold a red sword))))),(angry face),((Blood drop)),((Blood fog)),light shafts,soft focus,((Splashing blood))),Long hair,((Bloodstain)),Fighting stance,{{{{{watercolor (medium)}}}},(((masterpiece))),((white clock)),((ultradetailed)),((Covered in blood)),flowing hair,Exquisite Flame,dynamic angle,floating,(shine),extremely delicate and beautiful girls,bright skin,lying red petals,Holy lighting", + "langName": "blood reform law", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "dramatic shadows,black and white,monochrome,{{comic}},cross necklace,Cassock", + "langName": "Photography", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "((ink)),(water color),bloom effect,detailed beautiful grassland with petal,flower,butterfly,necklace,smile,petal,(((surrounded by heavy floating petal flow)))", + "langName": "floating flower method", + "object": "Action", + "attribute": "Magic" + }, + { + "displayName": "stylish outfit", + "langName": "Dress fashionably", + "object": "Apparel", + "attribute": "Fashionable outfit" + }, + { + "displayName": "fashionable accessories", + "langName": "fashion accessories", + "object": "Apparel", + "attribute": "Fashionable outfit" + }, + { + "displayName": "fitted jeans", + "langName": "skinny jeans", + "object": "Apparel", + "attribute": "Fashionable outfit" + }, + { + "displayName": "oversized jacket", + "langName": "plus size jacket", + "object": "Apparel", + "attribute": "Fashionable outfit" + }, + { + "displayName": "baggy clothes", + "langName": "loose clothes", + "object": "Apparel", + "attribute": "Fashionable outfit" + }, + { + "displayName": "traditional_clothes", + "langName": "Traditional Clothing | Ethnic Clothing", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "chinese_clothes", + "langName": "Tang suit", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "china_dress", + "langName": "cheongsam", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "hanfu", + "langName": "Hanfu", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "Taoist robe", + "langName": "Taoist robe", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "japanese_clothes", + "langName": "kimono", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "enmaided", + "langName": "woman wearing kimono", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "hanten_clothes", + "langName": "Toumata (Japanese style)", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "kimono", + "langName": "kimono", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "furisode", + "langName": "Furisode (part of the kimono)", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "sleeveless_kimono", + "langName": "sleeveless kimono", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "short_kimono", + "langName": "short kimono", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "print_kimono", + "langName": "printed kimono", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "uchikake", + "langName": "Bai Wujia (Japanese wedding dress)", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "obi", + "langName": "Garments (and clothing)", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "cheongsam", + "langName": "cheongsam", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "print_cheongsam", + "langName": "Printed cheongsam", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "pelvic_curtain", + "langName": "The front hem of cheongsam clothing", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "ainu_clothes", + "langName": "Ainu clothing", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "korean_clothes", + "langName": "Korean clothing", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "hanbok", + "langName": "hanbok", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "Ao_Dai", + "langName": "Vietnamese clothing (Ao Dai)", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "western", + "langName": "western style", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "german_clothes", + "langName": "german clothing", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "indian_style", + "langName": "indian style", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "arabian_clothes", + "langName": "arabic clothing", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "egyptian_clothes", + "langName": "egyptian clothing", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "byzantine_fashion", + "langName": "byzantine style", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "gothic", + "langName": "gothic style", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "lolita", + "langName": "lolita style", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "gothic_lolita", + "langName": "gothic lolita style", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "Tropical", + "langName": "Tropical", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "costume", + "langName": "suit", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "adapted_costume", + "langName": "Improve clothing", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "animal_costume", + "langName": "animal shape set", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "bunny_costume", + "langName": "Rabbit style set", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "cat_costume", + "langName": "cat styling set", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "dog_costume", + "langName": "dog styling set", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "bear_costume", + "langName": "Bear style set", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "santa_costume", + "langName": "Santa Claus costume", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "halloween_costume", + "langName": "halloween costumes", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "embellished_costume", + "langName": "ornately decorated clothing", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "alternate_costume", + "langName": "Alternative clothing that differs from the character's original appearance", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "costume_switch", + "langName": "change clothes play", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "meme_attire", + "langName": "Outfits that imitate internet memes", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "kourindou_tengu_costume", + "langName": "Korindo Tengu costume", + "object": "Apparel", + "attribute": "Clothing style" + }, + { + "displayName": "hanfu, tang style outfits,", + "langName": "Tang Feng", + "object": "Apparel", + "attribute": "Antiquity" + }, + { + "displayName": "hanfu, song style outfits,", + "langName": "Song Feng", + "object": "Apparel", + "attribute": "Antiquity" + }, + { + "displayName": "hanfu, ming style outfits,", + "langName": "Mingfeng", + "object": "Apparel", + "attribute": "Antiquity" + }, + { + "displayName": "orange upper shan", + "langName": "Orange Uesugi", + "object": "Apparel", + "attribute": "Antiquity" + }, + { + "displayName": "pink long upper shan", + "langName": "pink cedar", + "object": "Apparel", + "attribute": "Antiquity" + }, + { + "displayName": "white chest po skirt", + "langName": "busty skirt", + "object": "Apparel", + "attribute": "Antiquity" + }, + { + "displayName": "red chest pleated skirt", + "langName": "Chest-length pleated skirt", + "object": "Apparel", + "attribute": "Antiquity" + }, + { + "displayName": "green waistband", + "langName": "green lace", + "object": "Apparel", + "attribute": "Antiquity" + }, + { + "displayName": "white pibo", + "langName": "White shawl", + "object": "Apparel", + "attribute": "Antiquity" + }, + { + "displayName": "purple short shan", + "langName": "purple short fir", + "object": "Apparel", + "attribute": "Antiquity" + }, + { + "displayName": "light green long shan", + "langName": "light green cedar", + "object": "Apparel", + "attribute": "Antiquity" + }, + { + "displayName": "translucent white pleated skirt", + "langName": "Semi-sheer white pleated skirt", + "object": "Apparel", + "attribute": "Antiquity" + }, + { + "displayName": "green floral songmo", + "langName": "Green floral Song Mo", + "object": "Apparel", + "attribute": "Antiquity" + }, + { + "displayName": "short coat", + "langName": "short coat", + "object": "Apparel", + "attribute": "Antiquity" + }, + { + "displayName": "mamian skirt", + "langName": "horse face skirt", + "object": "Apparel", + "attribute": "Antiquity" + }, + { + "displayName": "round collar", + "langName": "crew neck", + "object": "Apparel", + "attribute": "Antiquity" + }, + { + "displayName": "standing collar", + "langName": "Stand collar", + "object": "Apparel", + "attribute": "Antiquity" + }, + { + "displayName": "square collar", + "langName": "square collar", + "object": "Apparel", + "attribute": "Antiquity" + }, + { + "displayName": "overlapping collar", + "langName": "cloud shoulder", + "object": "Apparel", + "attribute": "Antiquity" + }, + { + "displayName": "embroidery", + "langName": "embroidery", + "object": "Apparel", + "attribute": "Antiquity" + }, + { + "displayName": "woven gold", + "langName": "Zhijin", + "object": "Apparel", + "attribute": "Antiquity" + }, + { + "displayName": "makeup flower", + "langName": "makeup flowers", + "object": "Apparel", + "attribute": "Antiquity" + }, + { + "displayName": "bufu", + "langName": "Take supplementary dose", + "object": "Apparel", + "attribute": "Antiquity" + }, + { + "displayName": "suit", + "langName": "Suit", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "business_suit", + "langName": "business attire", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "tuxedo", + "langName": "Tuxedo", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "formal_dress", + "langName": "formal dress", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "evening_gown", + "langName": "Long gown (female gown that reaches ankle length)", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "evening dress", + "langName": "Evening dress", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "wedding_dress", + "langName": "wedding dress", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "gown", + "langName": "women's long clothes", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "cocktail_dress", + "langName": "cocktail dress", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "school_uniform", + "langName": "school uniform", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "serafuku", + "langName": "Sailor uniform (school uniform)", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "summer_uniform", + "langName": "summer uniform", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "kindergarten_uniform", + "langName": "Kindergarten uniform", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "sailor", + "langName": "sailor uniform", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "police_uniform", + "langName": "police uniform", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "military_uniform", + "langName": "army uniform", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "naval_uniform", + "langName": "navy uniform", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "camouflage uniform", + "langName": "camouflage uniform", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "nazi_uniform", + "langName": "nazi uniform", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "ss_uniform", + "langName": "SS uniform", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "stile_uniform", + "langName": "maid's uniform", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "band_uniform", + "langName": "band uniform", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "chef_uniform", + "langName": "chef overalls", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "labcoat", + "langName": "white coat", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "space_suit", + "langName": "space suit", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "leotard", + "langName": "leotard", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "canonicals", + "langName": "priestly robes", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "domineering", + "langName": "nun uniform", + "object": "Apparel", + "attribute": "Formal wear" + }, + { + "displayName": "casual", + "langName": "Leisure", + "object": "Apparel", + "attribute": "Casual wear" + }, + { + "displayName": "loungewear", + "langName": "casual wear", + "object": "Apparel", + "attribute": "Casual wear" + }, + { + "displayName": "hoodie", + "langName": "Hoodie", + "object": "Apparel", + "attribute": "Casual wear" + }, + { + "displayName": "homewear", + "langName": "loungewear", + "object": "Apparel", + "attribute": "Casual wear" + }, + { + "displayName": "pajamas", + "langName": "pajamas", + "object": "Apparel", + "attribute": "Casual wear" + }, + { + "displayName": "nightgown", + "langName": "pajamas", + "object": "Apparel", + "attribute": "Casual wear" + }, + { + "displayName": "sleepwear", + "langName": "pajamas", + "object": "Apparel", + "attribute": "Casual wear" + }, + { + "displayName": "babydoll", + "langName": "Sexy pajamas", + "object": "Apparel", + "attribute": "Casual wear" + }, + { + "displayName": "print_pajamas", + "langName": "printed pajamas", + "object": "Apparel", + "attribute": "Casual wear" + }, + { + "displayName": "polka_dot_pajamas", + "langName": "polka dot pajamas", + "object": "Apparel", + "attribute": "Casual wear" + }, + { + "displayName": "yukata", + "langName": "bathrobe", + "object": "Apparel", + "attribute": "Casual wear" + }, + { + "displayName": "robe", + "langName": "robe", + "object": "Apparel", + "attribute": "Casual wear" + }, + { + "displayName": "robe_of_blending", + "langName": "mixed robe", + "object": "Apparel", + "attribute": "Casual wear" + }, + { + "displayName": "cloak", + "langName": "cloak", + "object": "Apparel", + "attribute": "Casual wear" + }, + { + "displayName": "hooded_cloak", + "langName": "hooded cloak", + "object": "Apparel", + "attribute": "Casual wear" + }, + { + "displayName": "harem_outfit", + "langName": "Dancer uniform", + "object": "Apparel", + "attribute": "Casual wear" + }, + { + "displayName": "sportswear", + "langName": "sportswear", + "object": "Apparel", + "attribute": "Sportswear" + }, + { + "displayName": "gym_uniform", + "langName": "sportswear", + "object": "Apparel", + "attribute": "Sportswear" + }, + { + "displayName": "athletic_leotard", + "langName": "gymnastics uniform", + "object": "Apparel", + "attribute": "Sportswear" + }, + { + "displayName": "tennis_uniform", + "langName": "tennis shirt", + "object": "Apparel", + "attribute": "Sportswear" + }, + { + "displayName": "baseball_uniform", + "langName": "baseball uniform", + "object": "Apparel", + "attribute": "Sportswear" + }, + { + "displayName": "letterman_jacket", + "langName": "baseball jacket", + "object": "Apparel", + "attribute": "Sportswear" + }, + { + "displayName": "volleyball_uniform", + "langName": "volleyball uniform", + "object": "Apparel", + "attribute": "Sportswear" + }, + { + "displayName": "biker_clothes", + "langName": "cycling jersey", + "object": "Apparel", + "attribute": "Sportswear" + }, + { + "displayName": "bikesuit", + "langName": "Cycling suit", + "object": "Apparel", + "attribute": "Sportswear" + }, + { + "displayName": "wrestling_outfit", + "langName": "wrestling uniform", + "object": "Apparel", + "attribute": "Sportswear" + }, + { + "displayName": "dougi", + "langName": "martial arts uniform", + "object": "Apparel", + "attribute": "Sportswear" + }, + { + "displayName": "swimsuit", + "langName": "swimsuit", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "swimwear", + "langName": "swimsuit", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "wet_swimsuit", + "langName": "wet swimsuit", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "school_swimsuit", + "langName": "School swimwear (Suiku water)", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "new_school_swimsuit", + "langName": "New dead reservoir water", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "old_school_swimsuit", + "langName": "Old dead water reservoir", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "competition_school_swimsuit", + "langName": "swimming pool dead water", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "competition_swimsuit", + "langName": "Swimsuit for competition", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "casual_one-piece_swimsuit", + "langName": "casual one piece swimsuit", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "front_zipper_swimsuit", + "langName": "Swimsuit with zipper in the front", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "highleg_swimsuit", + "langName": "high slit swimsuit", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "one-piece_swimsuit", + "langName": "one piece swimsuit", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "swimsuit_of_perpetual_summer", + "langName": "Chang Xia's swimsuit (fgo school girl spirit suit)", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "bikini", + "langName": "bikini", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "highleg_bikini", + "langName": "high waist bikini", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "lowleg_bikini", + "langName": "low waist bikini", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "slingshot_swimsuit", + "langName": "V shape swimsuit", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "sailor_bikini", + "langName": "sailor style bikini", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "shell_bikini", + "langName": "shell bikini", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "sports_bikini", + "langName": "sports bikini", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "string_bikini", + "langName": "string bikini", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "strapless_bikini", + "langName": "strapless bikini", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "side-tie_bikini", + "langName": "String bikini", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "front-tie_bikini_top", + "langName": "tie front bikini top", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "multi-strapped_bikini", + "langName": "multi strap bikini", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "thong_bikini", + "langName": "thong bikini", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "front-tie_bikini", + "langName": "Bikini knotted from the front", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "frilled_bikini", + "langName": "lace bikini", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "o-ring_bikini", + "langName": "bikini with o-ring", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "eyepatch_bikini", + "langName": "blindfold bikini", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "layered_bikini", + "langName": "layered bikini", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "bow_bikini", + "langName": "bikini with bow", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "mismatched_bikini", + "langName": "two tone bikini", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "multicolored_bikini", + "langName": "Multicolor bikini", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "frilled_swimsuit", + "langName": "lace swimsuit", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "polka_dot_swimsuit", + "langName": "round spot swimsuit", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "striped_swimsuit", + "langName": "striped swimsuit", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "striped_bikini", + "langName": "striped bikini", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "plaid_bikini", + "langName": "plaid bikini", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "polka_dot_bikini", + "langName": "round spot bikini", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "print_bikini", + "langName": "printed bikini", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "american_flag_bikini", + "langName": "american flag bikini", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "german_flag_bikini", + "langName": "german flag bikini", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "impossible_swimsuit", + "langName": "body paint swimsuit", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "bikini_top", + "langName": "bikini top", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "bikini_top_only", + "langName": "bikini top only", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "bikini_top_removed", + "langName": "took off her bikini top", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "bikini_bottom_only", + "langName": "bikini bottoms only", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "bikini_bottom", + "langName": "bikini bottoms", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "untied_bikini", + "langName": "unbuttoned bikini", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "bikini_aside", + "langName": "Bikini peeled off from three points", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "swimsuit_aside", + "langName": "Move the crotch of the swimsuit aside", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "swimsuit_under_clothes", + "langName": "Wearing a swimsuit underneath the clothes", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "torn_swimsuit", + "langName": "damaged swimsuit", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "bikini_skirt", + "langName": "bikini skirt", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "swim_briefs", + "langName": "swimming trunks", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "swim_cap", + "langName": "swimming cap", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "swim_trunks", + "langName": "swimming trunks", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "male_swimwear", + "langName": "men's swimming trunks", + "object": "Apparel", + "attribute": "Swimsuit" + }, + { + "displayName": "sailor_senshi_uniform", + "langName": "Sailor Moon Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "adapted_uniform", + "langName": "Improved uniforms", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "anzio_military_uniform", + "langName": "Anzio military uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "anzio_school_uniform", + "langName": "Anzio school uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "aria_company_uniform", + "langName": "Aria company uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "ashford_academy_uniform", + "langName": "Ashford College Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "bc_freedom_military_uniform", + "langName": "BC Free Academy Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "chaldea_uniform", + "langName": "Chaldean Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "chi-hatan_military_uniform", + "langName": "Zhiha Dan Academy Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "fleur_de_lapin_uniform", + "langName": "Dot Rabbit Maid Outfit", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "garreg_mach_monastery_uniform", + "langName": "Uniform of the monastery of Garg Marco", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "gem_uniform_(houseki_no_kuni)", + "langName": "Uniforms of the Gem Country", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "hanasakigawa_school_uniform", + "langName": "Hanasakigawa Girls' Academy", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "hikarizaka_private_high_school_uniform", + "langName": "Private Mitsusaka High School uniforms", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "homurahara_academy_uniform", + "langName": "Sui Gunhara Academy Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "kamiyama_high_school_uniform", + "langName": "Kailash High School Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "keizoku_military_uniform", + "langName": "Continue high school uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "kita_high_school_uniform", + "langName": "North high school uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "kiyosumi_school_uniform", + "langName": "Kiyosumi high school uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "luna_nova_school_uniform", + "langName": "Runanova magic school uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "meiji_schoolgirl_uniform", + "langName": "Meiji schoolgirl uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "mitakihara_school_uniform", + "langName": "Mitakihara Junior High School Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "nami_junior_high_school_uniform", + "langName": "Bolu middle school uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "nanairogaoka_middle_school_uniform", + "langName": "Qiseqiu middle school uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "nanamori_school_uniform", + "langName": "Qisen Middle School uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "naoetsu_high_school_uniform", + "langName": "Private Naoetsu high school uniforms", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "national_shin_ooshima_school_uniform", + "langName": "New Oshima Academy School Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "ooarai_military_uniform", + "langName": "Oarai Regiment Military Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "ooarai_school_uniform", + "langName": "Oarai United School Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "otonokizaka_school_uniform", + "langName": "National Ononogizaka Academy Women's Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "paradis_military_uniform", + "langName": "Parade Island Military Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "polar_chaldea_uniform", + "langName": "Polar Chaldean Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "pravda_military_uniform", + "langName": "Academy of Truth Military Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "pravda_school_uniform", + "langName": "School uniform of truth academy", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "rabbit_house_uniform", + "langName": "Diantutu House Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "raimon_soccer_uniform", + "langName": "Thunder Gate Football Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "ryouou_school_uniform", + "langName": "Ryozakura Academy Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "sakugawa_school_uniform", + "langName": "Zhachuan middle school uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "sakuragaoka_high_school_uniform", + "langName": "Sakuragaoka Girls' High School Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "saunders_military_uniform", + "langName": "Sanders Military Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "saunders_school_uniform", + "langName": "Sanders attached high school uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "seishou_elementary_school_uniform", + "langName": "Shengxiang University Affiliated Primary School School Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "shinda_sekai_sensen_uniform", + "langName": "Afterlife Front Uniforms", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "shuuchiin_academy_uniform", + "langName": "Shuchiin Academy Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "shuujin_academy_uniform", + "langName": "Show off college uniforms", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "st._gloriana's_military_uniform", + "langName": "Saint Gloriana's Military Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "st._gloriana's_school_uniform", + "langName": "St. Gloria Anna Girls' School Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "starlight_academy_uniform", + "langName": "Star Optical Park Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "tokisadame_school_uniform", + "langName": "Regular college uniforms", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "tokiwadai_school_uniform", + "langName": "Tokiwa Taichung School Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "tomoeda_elementary_school_uniform", + "langName": "Youzhi primary school uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "tsab_ground_military_uniform", + "langName": "Time and Space Administration Military Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "u.a._school_uniform", + "langName": "Xiongying High School Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "uranohoshi_school_uniform", + "langName": "Ura no Hoshi Girls' College uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "yasogami_school_uniform", + "langName": "Yasogami High School Uniform", + "object": "Apparel", + "attribute": "School uniform" + }, + { + "displayName": "shirt", + "langName": "shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "dress_shirt", + "langName": "formal shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "collared_shirt", + "langName": "lapel shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "white_shirt", + "langName": "white shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "blouse", + "langName": "women's shirts", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "frilled_shirt", + "langName": "ruffled shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "sailor_shirt", + "langName": "sailor shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "plaid_shirt", + "langName": "plaid shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "striped_shirt", + "langName": "striped shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "print_shirt", + "langName": "printed shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "impossible shirt", + "langName": "Shirt that fits illogically", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "polo_shirt", + "langName": "polo shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "hawaiian_shirt", + "langName": "Hawaiian shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "t-shirt", + "langName": "T-SHIRT", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "casual T-shirts", + "langName": "Casual T-shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "short sleeve T-shirts", + "langName": "Short-sleeved T-shirt (shoulder shirt)", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "cropped_shirt", + "langName": "short shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "off-shoulder_shirt", + "langName": "off shoulder shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "criss-cross_halter", + "langName": "Cross halter top", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "sleeveless_shirt", + "langName": "sleeveless shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "sleeveless_hoodie", + "langName": "sleeveless hoodie", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "tank_top", + "langName": "vest (home)", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "camisole", + "langName": "camisole", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "crop_top", + "langName": "crop top", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "undershirt", + "langName": "undershirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "vest", + "langName": "vest (formal)", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "brown_vest", + "langName": "brown vest", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "waistcoat", + "langName": "Waistcoat (formal)", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "sweatshirt", + "langName": "Hoodie", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "jersey", + "langName": "Sweatshirts/Jerseys", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "sweater", + "langName": "sweater", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "cardigan", + "langName": "cardigan sweater", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "shrug_(clothing)", + "langName": "shawl", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "jacket", + "langName": "jacket", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "hooded jacket", + "langName": "hooded jacket", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "coat", + "langName": "coat", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "suit jacket", + "langName": "blazer", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "tailcoat", + "langName": "Tuxedo", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "capelet", + "langName": "short cloak", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "kesa", + "langName": "cassock", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "kappougi", + "langName": "a blouse (worn while cooking)", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "detached sleeves", + "langName": "Separated shoulder sleeves", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "cropped vest", + "langName": "cropped vest", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "spaghetti strap", + "langName": "spaghetti straps", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "tube_top", + "langName": "Tunic top", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "dudou", + "langName": "bellyband", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "highleg", + "langName": "High slit top", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "shirt_tucked_in", + "langName": "shirt tucked into pants", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "untucked_shirt", + "langName": "untucked shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "tied_shirt", + "langName": "Tie-up shirt (knot the corners and hem)", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "partially_unbuttoned", + "langName": "Partial release", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "partially_unzipped", + "langName": "Partially unzipped", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "unbuttoned shirt", + "langName": "unbuttoned shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "open_clothes", + "langName": "open clothes", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "clothes_down", + "langName": "take off clothes", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "shirt_tug", + "langName": "pull shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "clothes_tug", + "langName": "pull clothes", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "clothes_removed", + "langName": "Take off clothes", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "shirt_removed", + "langName": "shirt taken off", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "undressing", + "langName": "take off clothes", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "untied", + "langName": "Untied", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "button_gap", + "langName": "The gap between the buttons (not unbuttoned)", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "taut_shirt", + "langName": "tight shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "taut_clothes", + "langName": "tight clothes", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "tight", + "langName": "tight clothing", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "underbust", + "langName": "Draw out the underbust", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "oversized_shirt", + "langName": "plus size shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "oversized_clothes", + "langName": "plus size clothes", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "borrowed_garments", + "langName": "Boyfriend's clothes", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "undersized_clothes", + "langName": "small size clothes", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "clothing_cutout", + "langName": "hollow clothes", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "back_cutout", + "langName": "backless top", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "cleavage_cutout", + "langName": "cleavage cleavage shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "navel_cutout", + "langName": "navel pierced shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "midriff", + "langName": "crop top", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "heart_cutout", + "langName": "Heart-shaped open top", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "torn_clothes", + "langName": "torn clothes", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "torn_shirt", + "langName": "torn shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "wet_shirt", + "langName": "wet shirt", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "clothes_theft", + "langName": "Clothes stolen", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "strap_slip", + "langName": "The shoulder strap slipped (leading to leakage)", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "wedgie", + "langName": "Embedded (caused by clothing pulling on the crotch area)", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "wardrobe_malfunction", + "langName": "Something happened to the clothes (such as falling apart)", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "wardrobe_error", + "langName": "clothes slipping off", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "short sleeves", + "langName": "short sleeves", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "long sleeves", + "langName": "long sleeves", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "sleeveless", + "langName": "sleeveless", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "underwear", + "langName": "underwear", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "bra", + "langName": "bra", + "object": "Apparel", + "attribute": "Jacket" + }, + { + "displayName": "nude", + "langName": "naked", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "formal", + "langName": "Formal wear", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "chemise", + "langName": "loose dress", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "santa", + "langName": "Christmas outfit", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "blazer", + "langName": "blazer", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "overcoat", + "langName": "coat", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "double-breasted", + "langName": "Double-breasted buttons (double-breasted buttons", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "long_coat", + "langName": "long coat", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "haori", + "langName": "Japanese style jacket", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "winter_coat", + "langName": "winter coat", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "hooded_coat", + "langName": "hooded coat", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "fur_coat", + "langName": "fur coat", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "fur-trimmed_coat", + "langName": "striped fur coat", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "duffel_coat", + "langName": "duffle coat", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "fishnet_top", + "langName": "fishnet top", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "parka", + "langName": "Parka", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "jacket_partially_removed", + "langName": "The jacket has been partially taken off", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "jacket_removed", + "langName": "Jacket taken off", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "open_jacket", + "langName": "cardigan jacket (with spread_legs)", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "cropped_jacket", + "langName": "cropped jacket", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "track_jacket", + "langName": "blazer", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "hooded_track_jacket", + "langName": "hooded track jacket", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "military_jacket", + "langName": "military jacket", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "camouflage_jacket", + "langName": "camouflage jacket", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "leather_jacket", + "langName": "leather jacket", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "bomber_jacket", + "langName": "bomber jacket", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "denim_jacket", + "langName": "denim jacket", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "fur-trimmed_jacket", + "langName": "fur trim jacket", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "two-tone_jacket", + "langName": "two color jacket", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "trench_coat", + "langName": "windbreaker", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "windbreaker", + "langName": "Jacket", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "raincoat", + "langName": "raincoat", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "hagoromo", + "langName": "God Hagoromo", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "tunic", + "langName": "tunic", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "cape", + "langName": "shawl", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "winter_clothes", + "langName": "winter clothes", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "pullover_sweaters", + "langName": "pullover sweater", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "loating_jacket", + "langName": "casual jacket", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "ribbed_sweater", + "langName": "ribbed sweater", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "sweater_vest", + "langName": "sweater vest", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "backless_sweater", + "langName": "backless sweater", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "aran_sweater", + "langName": "irish sweater", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "beige_sweater", + "langName": "Beige sweater", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "brown_sweater", + "langName": "brown sweater", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "hooded_sweater", + "langName": "hooded sweater", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "off-shoulder_sweater", + "langName": "off shoulder sweater", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "striped_sweater", + "langName": "striped sweater", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "virgin_killer_sweater", + "langName": "virgin killer sweater", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "down_jacket", + "langName": "down jacket", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "puffer_jacket", + "langName": "down jacket", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "open dress", + "langName": "cardigan dress", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "Piece Suit", + "langName": "blazer", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "naked towel", + "langName": "bath towel", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "racing suit", + "langName": "racing suit", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "maid dress", + "langName": "maid outfit", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "reverse bunnysuit", + "langName": "Reverse bunny girl", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "backless outfit", + "langName": "Backless dress", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "Gorgeous and fussy clothes", + "langName": "Gorgeous and cumbersome clothing", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "highleg leotard", + "langName": "high slit jumpsuit", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "Sex underwear", + "langName": "Sexy lingerie", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "diving suit", + "langName": "wetsuit", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "casual wear", + "langName": "casual wear", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "miko clothing", + "langName": "Witch costume", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "nurse gown", + "langName": "nurse uniform", + "object": "Apparel", + "attribute": "Coat" + }, + { + "displayName": "sailor_collar", + "langName": "sailor collar", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "fur_collar", + "langName": "fur collar", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "frilled_collar", + "langName": "lace collar", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "popped_collar", + "langName": "Stand up collar", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "black_choker", + "langName": "black collar", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "belt_collar", + "langName": "belt neck loop", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "frilled_choker", + "langName": "ruffle necklace", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "neckerchief", + "langName": "scarf", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "red_neckerchief", + "langName": "red scarf", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "necktie", + "langName": "tie", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "short_necktie", + "langName": "short tie", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "white_necktie", + "langName": "white tie", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "bowtie", + "langName": "bow tie", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "headphones_around_neck", + "langName": "Headphones hanging around the neck", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "goggles_around_neck", + "langName": "neck goggles", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "neck_bell", + "langName": "neck bell", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "neck_ruff", + "langName": "neckline", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "v-neck", + "langName": "V-neck", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "towel_around_neck", + "langName": "towel around neck", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "loose_necktie", + "langName": "loose tie", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "neck_tattoo", + "langName": "neck tattoo", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "ascot", + "langName": "Scarf-like wide tie", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "ribbon_choker", + "langName": "neck ribbon", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "maebari/pasties", + "langName": "Vaginal patch/nipple patch", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "chinese_knot", + "langName": "Chinese knot", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "cross_necklace", + "langName": "cross necklace", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "bead_necklace", + "langName": "bead necklace", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "pearl_necklace", + "langName": "pearl necklace", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "heart_necklace", + "langName": "heart shaped necklace", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "carrot_necklace", + "langName": "carrot necklace", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "chain_necklace", + "langName": "chain necklace", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "magatama_necklace", + "langName": "Pearl necklace", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "tooth_necklace", + "langName": "tooth necklace", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "key_necklace", + "langName": "key necklace", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "anchor_necklace", + "langName": "anchor necklace", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "skull_necklace", + "langName": "skull necklace", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "shell_necklace", + "langName": "shell necklace", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "gold_necklace", + "langName": "gold necklace", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "crescent_necklace", + "langName": "crescent moon necklace", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "ring_necklace", + "langName": "ring necklace", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "feather_necklace", + "langName": "feather necklace", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "bone_necklace", + "langName": "bone necklace", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "ankh_necklace", + "langName": "cross necklace", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "multiple_necklaces", + "langName": "multiple necklaces", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "bullet_necklace", + "langName": "bullet necklace", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "holding_necklace", + "langName": "holding necklace", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "necklace_removed", + "langName": "necklace removed", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "brown_neckwear", + "langName": "Brown collar", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "checkered_neckwear", + "langName": "plaid neckline", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "diagonal-striped_neckwear", + "langName": "Twill tie", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "halterneck", + "langName": "neck tie", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "mole_on_neck", + "langName": "There is a mole on the neck", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "neck", + "langName": "neck", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "plaid_neckwear", + "langName": "tartan collar", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "plunging_neckline", + "langName": "Deep collar", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "print_neckwear", + "langName": "printed tie", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "sleeveless_turtleneck", + "langName": "sleeveless turtleneck sweater", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "star_necklace", + "langName": "star necklace", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "striped_neckwear", + "langName": "striped collar", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "turtleneck_sweater", + "langName": "Turtleneck sweater", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "undone_necktie", + "langName": "loosen tie", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "whistle_around_neck", + "langName": "Whistle hanging around neck", + "object": "Apparel", + "attribute": "Neckline" + }, + { + "displayName": "plaid_scarf", + "langName": "plaid scarf", + "object": "Apparel", + "attribute": "Scarf" + }, + { + "displayName": "striped_scarf", + "langName": "striped scarf", + "object": "Apparel", + "attribute": "Scarf" + }, + { + "displayName": "print_scarf", + "langName": "printed scarf", + "object": "Apparel", + "attribute": "Scarf" + }, + { + "displayName": "vertical-striped_scarf", + "langName": "vertical striped scarf", + "object": "Apparel", + "attribute": "Scarf" + }, + { + "displayName": "polka_dot_scarf", + "langName": "polka dot scarf", + "object": "Apparel", + "attribute": "Scarf" + }, + { + "displayName": "argyle_scarf", + "langName": "diamond scarf", + "object": "Apparel", + "attribute": "Scarf" + }, + { + "displayName": "beige_scarf", + "langName": "beige scarf", + "object": "Apparel", + "attribute": "Scarf" + }, + { + "displayName": "scarf_bow", + "langName": "scarf bow", + "object": "Apparel", + "attribute": "Scarf" + }, + { + "displayName": "fur_scarf", + "langName": "fur scarf", + "object": "Apparel", + "attribute": "Scarf" + }, + { + "displayName": "naked_scarf", + "langName": "naked scarf", + "object": "Apparel", + "attribute": "Scarf" + }, + { + "displayName": "multicolored_scarf", + "langName": "colorful scarf", + "object": "Apparel", + "attribute": "Scarf" + }, + { + "displayName": "floating_scarf", + "langName": "floating scarf", + "object": "Apparel", + "attribute": "Scarf" + }, + { + "displayName": "long_scarf", + "langName": "long scarf", + "object": "Apparel", + "attribute": "Scarf" + }, + { + "displayName": "arm_scarf", + "langName": "arm scarf", + "object": "Apparel", + "attribute": "Scarf" + }, + { + "displayName": "scarf_on_head", + "langName": "scarf on head", + "object": "Apparel", + "attribute": "Scarf" + }, + { + "displayName": "scarf_over_mouth", + "langName": "scarf on mouth", + "object": "Apparel", + "attribute": "Scarf" + }, + { + "displayName": "scarf_removed", + "langName": "The scarf was taken off", + "object": "Apparel", + "attribute": "Scarf" + }, + { + "displayName": "adjusting_scarf", + "langName": "adjust scarf", + "object": "Apparel", + "attribute": "Scarf" + }, + { + "displayName": "holding_scarf", + "langName": "holding scarf", + "object": "Apparel", + "attribute": "Scarf" + }, + { + "displayName": "scarf_pull", + "langName": "pull scarf", + "object": "Apparel", + "attribute": "Scarf" + }, + { + "displayName": "brown_scarf", + "langName": "brown scarf", + "object": "Apparel", + "attribute": "Scarf" + }, + { + "displayName": "scarf", + "langName": "scarf", + "object": "Apparel", + "attribute": "Scarf" + }, + { + "displayName": "apron", + "langName": "apron", + "object": "Apparel", + "attribute": "Waist" + }, + { + "displayName": "waist_apron", + "langName": "waist apron", + "object": "Apparel", + "attribute": "Waist" + }, + { + "displayName": "maid_apron", + "langName": "maid apron", + "object": "Apparel", + "attribute": "Waist" + }, + { + "displayName": "bow tied at the waist", + "langName": "Bow tie at front waist", + "object": "Apparel", + "attribute": "Waist" + }, + { + "displayName": "waist_cape", + "langName": "A small cloak worn around the waist", + "object": "Apparel", + "attribute": "Waist" + }, + { + "displayName": "clothes_around_waist", + "langName": "waist clothes", + "object": "Apparel", + "attribute": "Waist" + }, + { + "displayName": "jacket_around_waist", + "langName": "waist jacket", + "object": "Apparel", + "attribute": "Waist" + }, + { + "displayName": "sweater_around_waist", + "langName": "Waist sweater", + "object": "Apparel", + "attribute": "Waist" + }, + { + "displayName": "loincloth", + "langName": "Loincloth", + "object": "Apparel", + "attribute": "Waist" + }, + { + "displayName": "bustier", + "langName": "corset", + "object": "Apparel", + "attribute": "Waist" + }, + { + "displayName": "corset", + "langName": "Corset (waistcoat)", + "object": "Apparel", + "attribute": "Waist" + }, + { + "displayName": "girdle", + "langName": "corset", + "object": "Apparel", + "attribute": "Waist" + }, + { + "displayName": "bikini_armor", + "langName": "bikini armor", + "object": "Apparel", + "attribute": "Armor" + }, + { + "displayName": "armor", + "langName": "armor", + "object": "Apparel", + "attribute": "Armor" + }, + { + "displayName": "full_armor", + "langName": "Wearing full armor", + "object": "Apparel", + "attribute": "Armor" + }, + { + "displayName": "plate_armor", + "langName": "plate armor", + "object": "Apparel", + "attribute": "Armor" + }, + { + "displayName": "japanese_armor", + "langName": "Japanese armor", + "object": "Apparel", + "attribute": "Armor" + }, + { + "displayName": "kusazuri", + "langName": "Fudang | Kusazuri (Japanese lower half armor", + "object": "Apparel", + "attribute": "Armor" + }, + { + "displayName": "power_armor", + "langName": "Powered Armor", + "object": "Apparel", + "attribute": "Armor" + }, + { + "displayName": "helmet", + "langName": "helmet", + "object": "Apparel", + "attribute": "Armor" + }, + { + "displayName": "kabuto", + "langName": "Helmet (Japanese style)", + "object": "Apparel", + "attribute": "Armor" + }, + { + "displayName": "off-shoulder_armor", + "langName": "Shoulderless Armor", + "object": "Apparel", + "attribute": "Armor" + }, + { + "displayName": "shoulder_armor", + "langName": "Shoulders", + "object": "Apparel", + "attribute": "Armor" + }, + { + "displayName": "muneate", + "langName": "Japanese archery breastplate", + "object": "Apparel", + "attribute": "Armor" + }, + { + "displayName": "breastplate", + "langName": "Breastplate", + "object": "Apparel", + "attribute": "Armor" + }, + { + "displayName": "faulds", + "langName": "plastron", + "object": "Apparel", + "attribute": "Armor" + }, + { + "displayName": "greaves", + "langName": "Greaves", + "object": "Apparel", + "attribute": "Armor" + }, + { + "displayName": "shin_guards", + "langName": "Greaves", + "object": "Apparel", + "attribute": "Armor" + }, + { + "displayName": "armored_boots", + "langName": "armored boots", + "object": "Apparel", + "attribute": "Armor" + }, + { + "displayName": "dress", + "langName": "dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "microdress", + "langName": "micro dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "long_dress", + "langName": "long dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "mermaid dress", + "langName": "fishtail skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "off-shoulder_dress", + "langName": "off shoulder dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "strapless_dress", + "langName": "strapless dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "backless_dress", + "langName": "backless dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "halter_dress", + "langName": "Neckless backless suspender skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "sundress", + "langName": "Slip dress (sleeveless dress for hot weather)", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "sleeveless_dress", + "langName": "sleeveless dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "sailor_dress", + "langName": "Sailor style skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "summer_dress", + "langName": "summer long dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "pinafore_dress", + "langName": "apron dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "sweater_dress", + "langName": "sweater dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "armored_dress", + "langName": "battle armor skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "frilled_dress", + "langName": "lace dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "lace-trimmed_dress", + "langName": "lace dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "collared_dress", + "langName": "collared dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "fur-trimmed_dress", + "langName": "fur trim dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "layered_dress", + "langName": "layered dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "pleated_dress", + "langName": "pleated dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "taut_dress", + "langName": "tight dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "pencil_dress", + "langName": "pencil skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "impossible_dress", + "langName": "Clothes that are too tight", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "multicolored_dress", + "langName": "Multicolor dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "striped_dress", + "langName": "striped dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "ribbed_dress", + "langName": "ribbed dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "polka_dot_dress", + "langName": "polka dot dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "print_dress", + "langName": "printed dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "vertical-striped_dress", + "langName": "vertical stripe dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "see-through_dress", + "langName": "see through dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "skirt", + "langName": "short skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "microskirt", + "langName": "miniskirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "miniskirt", + "langName": "mini skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "skirt_suit", + "langName": "formal skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "pleated_skirt", + "langName": "pleated skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "pencil_skirt", + "langName": "short pencil skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "bubble_skirt", + "langName": "tutu", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "tutu", + "langName": "tutu", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "ballgown", + "langName": "tutu (dress)", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "pettiskirt", + "langName": "tutu (children)", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "showgirl_skirt", + "langName": "trade show girl attire", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "beltskirt", + "langName": "belt skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "denim_skirt", + "langName": "denim skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "suspender_skirt", + "langName": "suspender skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "skirt_set", + "langName": "Skirt to match with top", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "long_skirt", + "langName": "long skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "summer_long_skirt", + "langName": "summer long dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "overskirt", + "langName": "outer skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "hakama_skirt", + "langName": "hakama skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "high-waist_skirt", + "langName": "high waist skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "kimono_skirt", + "langName": "kimono skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "suspender_long_skirt", + "langName": "suspender skirt; suspender skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "chiffon_skirt", + "langName": "chiffon skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "frilled_skirt", + "langName": "lace skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "fur-trimmed_skirt", + "langName": "fur trim skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "lace_skirt", + "langName": "lace skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "lace-trimmed_skirt", + "langName": "lace skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "ribbon-trimmed_skirt", + "langName": "satin ribbon trim skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "layered_skirt", + "langName": "layered skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "print_skirt", + "langName": "printed skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "multicolored_skirt", + "langName": "Multicolor skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "striped_skirt", + "langName": "striped skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "vertical-striped_skirt", + "langName": "vertical striped skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "plaid_skirt", + "langName": "tartan skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "flared_skirt", + "langName": "umbrella skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "floral_skirt", + "langName": "floral skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "skirt_hold", + "langName": "Hold up your skirt elegantly", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "skirt_tug", + "langName": "Hold the hem of the skirt | Hold the hem of the skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "dress_tug", + "langName": "Hold down the skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "skirt_around_one_leg", + "langName": "A short skirt hanging from one leg", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "skirt_removed", + "langName": "Take off short skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "dress_removed", + "langName": "take off skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "open_skirt", + "langName": "open skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "checkered_skirt", + "langName": "plaid skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "plaid_dress", + "langName": "plaid dress", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "Medium length skirt", + "langName": "medium length skirt", + "object": "Apparel", + "attribute": "Skirt" + }, + { + "displayName": "dress_bow", + "langName": "bow on dress", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "dressing_another", + "langName": "dress", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "shorts_under_skirt", + "langName": "Wearing shorts under skirt", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "side_slit", + "langName": "side slits", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "shorts", + "langName": "shorts", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "micro_shorts", + "langName": "small size shorts", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "short_shorts", + "langName": "hot pants", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "hot_pants", + "langName": "hot pants", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "cutoffs", + "langName": "hot pants", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "striped_shorts", + "langName": "striped shorts", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "suspender_shorts", + "langName": "suspender shorts", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "denim_shorts", + "langName": "denim shorts", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "puffy_shorts", + "langName": "puffy shorts", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "dolphin_shorts", + "langName": "Dolphin shorts (truth pants)", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "dolfin_shorts", + "langName": "Dolphin shorts (truth pants)", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "tight_pants", + "langName": "Leggings/Sweatpants", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "crotchless_pants", + "langName": "Crotchless pants (tight)", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "track_pants", + "langName": "sweatpants", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "yoga_pants", + "langName": "yoga pants", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "bike_shorts", + "langName": "bike shorts", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "pants", + "langName": "trousers", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "puffy_pants", + "langName": "Puffy pants/loose pants", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "pumpkin_pants", + "langName": "pumpkin pants", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "hakama_pants", + "langName": "hakama pants", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "harem_pants", + "langName": "harem pants", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "bloomers", + "langName": "bloomers", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "buruma", + "langName": "women's bloomers", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "jeans", + "langName": "jeans", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "cargo_pants", + "langName": "overalls", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "camouflage_pants", + "langName": "camouflage pants", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "capri_pants", + "langName": "cropped pants", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "chaps", + "langName": "Leather chaps (wide at top and narrow at bottom)", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "jumpsuit", + "langName": "(especially women's) jumpsuit", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "lowleg_pants", + "langName": "low waist pants", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "plaid_pants", + "langName": "tartan pants", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "single_pantsleg", + "langName": "One-sided trousers", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "striped_pants", + "langName": "striped pants", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "leotard_aside", + "langName": "Peel the crotch of the jumpsuit aside", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "open_fly", + "langName": "Unzipped pants", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "pants_down", + "langName": "take off pants", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "pants_rolled_up", + "langName": "Pants rolled up", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "pants_tucked_in", + "langName": "Tuck in your pants", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "torn_jeans", + "langName": "ripped jeans", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "torn_pants", + "langName": "torn pants", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "torn_shorts", + "langName": "ripped shorts", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "gym_shorts", + "langName": "gymnastics shorts", + "object": "Apparel", + "attribute": "Pants" + }, + { + "displayName": "leggings", + "langName": "leggings", + "object": "Apparel", + "attribute": "Bottoms" + }, + { + "displayName": "overalls", + "langName": "overalls", + "object": "Apparel", + "attribute": "Bottoms" + }, + { + "displayName": "diaper", + "langName": "diaper", + "object": "Apparel", + "attribute": "Bottoms" + }, + { + "displayName": "panties", + "langName": "underwear", + "object": "Apparel", + "attribute": "Bottoms" + }, + { + "displayName": "briefs", + "langName": "Briefs", + "object": "Apparel", + "attribute": "Bottoms" + }, + { + "displayName": "thong", + "langName": "thong", + "object": "Apparel", + "attribute": "Bottoms" + }, + { + "displayName": "fundoshi", + "langName": "Japanese thong", + "object": "Apparel", + "attribute": "Bottoms" + }, + { + "displayName": "short dress", + "langName": "short skirt", + "object": "Apparel", + "attribute": "Bottoms" + }, + { + "displayName": "sheath dress", + "langName": "hip-covering skirt", + "object": "Apparel", + "attribute": "Bottoms" + }, + { + "displayName": "no panties", + "langName": "No underwear", + "object": "Apparel", + "attribute": "Bottoms" + }, + { + "displayName": "striped panties", + "langName": "striped underwear", + "object": "Apparel", + "attribute": "Bottoms" + }, + { + "displayName": "lowleg panties", + "langName": "low rise underwear", + "object": "Apparel", + "attribute": "Bottoms" + }, + { + "displayName": "side-tie panties", + "langName": "lace-up underwear", + "object": "Apparel", + "attribute": "Bottoms" + }, + { + "displayName": "bodystocking", + "langName": "full body socks", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "pantyhose", + "langName": "pantyhose | pantyhose", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "legwear", + "langName": "Pantyhose (generally refers to pantyhose or stockings)", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "thighhighs", + "langName": "Stockings (knee-high socks)", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "kneehighs", + "langName": "knee socks", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "bare_legs", + "langName": "bare legs", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "black_bodystocking", + "langName": "One piece black stockings", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "white_bodystocking", + "langName": "One piece white silk", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "stocking_under_clothes", + "langName": "socks under clothes", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "black_pantyhose", + "langName": "black stockings", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "white_pantyhose", + "langName": "white stockings", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "thighband_pantyhose", + "langName": "Pantyhose with leg rings", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "pantylines", + "langName": "Tight tights (outline the lines", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "single_leg_pantyhose", + "langName": "Wear pantyhose on one side", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "panties_under_pantyhose", + "langName": "underwear in pantyhose", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "fishnets", + "langName": "fishnet stockings", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "stirrup_legwear", + "langName": "fishnet stockings", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "toeless_legwear", + "langName": "open toe socks", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "mismatched_legwear", + "langName": "Two-color pantyhose", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "two-tone_legwear", + "langName": "Two-color pantyhose", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "asymmetrical_legwear", + "langName": "asymmetrical tights", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "uneven_legwear", + "langName": "long socks", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "white_thighhighs", + "langName": "white stockings", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "black_thighhighs", + "langName": "black stockings", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "pink_thighhighs", + "langName": "pink stockings", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "suspenders", + "langName": "garters", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "torn_legwear", + "langName": "torn pantyhose", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "torn_thighhighs", + "langName": "Torn knee socks", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "see-through_legwear", + "langName": "transparent socks", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "frilled_legwear", + "langName": "lace socks", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "lace-trimmed_legwear", + "langName": "lace stockings", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "seamed_legwear", + "langName": "socks with seams", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "back-seamed_legwear", + "langName": "Socks with a black line in the middle", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "animal_ear_legwear", + "langName": "Animal ears over-the-knee socks", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "striped_legwear", + "langName": "horizontal striped socks", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "vertical-striped_legwear", + "langName": "vertical striped socks", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "polka_dot_legwear", + "langName": "round spot socks", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "print_legwear", + "langName": "printed socks", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "legwear_under_shorts", + "langName": "Wear shorts outside socks", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "over-kneehighs", + "langName": "knee socks", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "bobby_socks", + "langName": "Bobby socks (white socks)", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "tabi", + "langName": "Japanese thick-soled socks (foot pockets)", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "ankle_socks", + "langName": "ankle socks", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "leg_warmers", + "langName": "Leg warmers | leg warmers", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "single_sock", + "langName": "single socks", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "striped_socks", + "langName": "striped socks", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "leg_cutout", + "langName": "Socks have openings", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "leg_garter", + "langName": "Leg rings | garters", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "garter_straps", + "langName": "suspenders for garters", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "thigh_strap", + "langName": "thigh straps", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "thigh_ribbon", + "langName": "thigh ribbon", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "leg_ribbon", + "langName": "leg exercise belt", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "bandaid_on_leg", + "langName": "bandage on leg", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "bandaged_leg", + "langName": "bandaged leg", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "ankle_lace-up", + "langName": "ankle strap", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "thigh_holster", + "langName": "A strap or tool bag or holster on the leg", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "bandaid_on_knee", + "langName": "band-aid on knee", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "argyle_legwear", + "langName": "Tights with argyle pattern", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "bow_legwear", + "langName": "Pantyhose with bow", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "arm_garter", + "langName": "boom garters", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "socks", + "langName": "sock", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "stockings", + "langName": "stockings", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "black stockings", + "langName": "black stockings", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "fishnet stockings", + "langName": "fishnet stockings", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "garters", + "langName": "garters", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "loose_socks", + "langName": "bubble socks", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "rilled thighhighs", + "langName": "frilly stockings", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "striped pantyhose", + "langName": "striped pantyhose", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "lace legwear", + "langName": "lace pantyhose", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "nylon socks", + "langName": "Nylon socks", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "soccer cocks", + "langName": "football socks", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "sports socks", + "langName": "sports socks", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "adjusting_legwear", + "langName": "Organize pantyhose", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "pantyhose_pull", + "langName": "Taken off pantyhose", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "socks_removed", + "langName": "Take off socks", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "sock_pull", + "langName": "Pulling on socks (socks)", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "thighhighs_pull", + "langName": "Pulling on socks (stockings)", + "object": "Apparel", + "attribute": "Sock" + }, + { + "displayName": "armored", + "langName": "armored", + "object": "Apparel", + "attribute": "Clothing material" + }, + { + "displayName": "fluffy", + "langName": "hairy", + "object": "Apparel", + "attribute": "Clothing material" + }, + { + "displayName": "fur", + "langName": "fur", + "object": "Apparel", + "attribute": "Clothing material" + }, + { + "displayName": "latex", + "langName": "emulsion", + "object": "Apparel", + "attribute": "Clothing material" + }, + { + "displayName": "see-through", + "langName": "transparent", + "object": "Apparel", + "attribute": "Clothing material" + }, + { + "displayName": "frilled", + "langName": "frills", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "center_frills", + "langName": "Center ruffle lace", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "crease", + "langName": "wrinkled (pleated)", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "layered", + "langName": "layered", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "lace", + "langName": "lace", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "fur_trim", + "langName": "fur trim", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "fur-trimmed", + "langName": "rough edges", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "fine_fabric_emphasis", + "langName": "Material enhancement", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "latex_thighhighs", + "langName": "Latex stockings", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "see-through_thighhighs", + "langName": "Transparent stockings", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "ass_cutout", + "langName": "Butt-revealing clothing", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "asymmetrical_clothes", + "langName": "asymmetrical clothing", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "back_bow", + "langName": "(clothing) knot tied behind the back", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "cross-laced_clothes", + "langName": "cross lace clothing", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "double_vertical_stripe", + "langName": "There are two parallel stripes on the clothing", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "halter_top", + "langName": "Sling-style upper body clothing", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "multicolored_legwear", + "langName": "Multi-color leg clothing", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "navy_blue_legwear", + "langName": "Navy blue legwear", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "nontraditional_miko", + "langName": "Modified Japanese clothing", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "side_cutout", + "langName": "Clothing with side openings", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "sideless_outfit", + "langName": "Clothes with no fabric on the sides", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "single_kneehigh", + "langName": "Wearing knee-length clothing on one side", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "single_vertical_stripe", + "langName": "Expose vertical stripes on one side of the garment", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "turtleneck", + "langName": "turtleneck clothing", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "two-sided_fabric", + "langName": "Double layer style clothing drawing method", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "o-ring", + "langName": "Clothing with O-rings", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "o-ring_top", + "langName": "Top with O-ring", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "fringe_trim", + "langName": "The edge (the end of the scarf)", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "loose_belt", + "langName": "Loose straps (clothing)", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "pom_pom_(clothes)", + "langName": "Small pom poms (clothing accessories)", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "drawstring", + "langName": "Clothes drawstrings", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "full-length_zipper", + "langName": "A garment-length zipper", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "gathers", + "langName": "pleats (clothing)", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "gusset", + "langName": "Sewing lining to clothes", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "breast_pocket", + "langName": "chest bag", + "object": "Apparel", + "attribute": "Decorate" + }, + { + "displayName": "argyle", + "langName": "Argyle pattern", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "checkered", + "langName": "plaid pattern", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "colored_stripes", + "langName": "colorful stripes", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "diagonal_stripes", + "langName": "diagonal stripes", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "horizontal_stripes", + "langName": "horizontal stripes", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "multicolored_stripes", + "langName": "colorful stripes", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "polka_dot", + "langName": "Dotted pattern", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "ribbed", + "langName": "Ribbed", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "striped", + "langName": "horizontal stripes", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "unmoving_pattern", + "langName": "Continuously repeating patterns", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "vertical_stripes", + "langName": "vertical stripes", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "plaid", + "langName": "tartan pattern", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "animal_print", + "langName": "animal print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "cat_print", + "langName": "cat print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "bear_print", + "langName": "bear print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "bird_print", + "langName": "bird print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "bunny_print", + "langName": "bunny print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "cow_print", + "langName": "cow print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "dragon_print", + "langName": "dragon print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "fish_print", + "langName": "fish print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "frog_print", + "langName": "frog print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "shark_print", + "langName": "shark print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "snake_print", + "langName": "snake pattern", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "zebra_print", + "langName": "zebra print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "tiger_print", + "langName": "Tiger stripes", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "leopard_print", + "langName": "leopard print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "jaguar_print", + "langName": "leopard print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "bat_print", + "langName": "bat print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "aardwolf_print", + "langName": "coyote print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "african_wild_dog_print", + "langName": "African wild dog print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "cheetah_print", + "langName": "Cheetah print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "dog_print", + "langName": "dog print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "fox_print", + "langName": "fox print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "giraffe_print", + "langName": "giraffe print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "panda_print", + "langName": "panda print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "sand_cat_print", + "langName": "sand cat print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "whale_print", + "langName": "whale print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "white_tiger_print", + "langName": "white tiger pattern", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "goldfish_print", + "langName": "goldfish print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "wing_print", + "langName": "wing print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "spider_web_print", + "langName": "spider veins", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "butterfly_print", + "langName": "butterfly print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "floral_print", + "langName": "floral", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "leaf_print", + "langName": "leaf print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "clover_print", + "langName": "clover print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "maple_leaf_print", + "langName": "maple leaf print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "rose_print", + "langName": "rose print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "strawberry_print", + "langName": "strawberry print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "cherry_print", + "langName": "cherry print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "bamboo_print", + "langName": "bamboo print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "carrot_print", + "langName": "carrot print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "hibiscus_print", + "langName": "hibiscus print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "jack-o'-lantern_print", + "langName": "jack o'lantern print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "petal_print", + "langName": "petal print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "sunflower_print", + "langName": "sunflower print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "watermelon_print", + "langName": "watermelon print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "sky_print", + "langName": "sky print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "cloud_print", + "langName": "cloud print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "lightning_bolt_print", + "langName": "Lightning print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "rainbow_print", + "langName": "rainbow print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "snowflake_print", + "langName": "snowflake print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "starry_sky_print", + "langName": "starry sky print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "crescent_print", + "langName": "crescent moon print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "star_print", + "langName": "star print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "star_(symbol)", + "langName": "star symbol", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "moon_print", + "langName": "moon print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "sun_print", + "langName": "sun print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "character_print", + "langName": "character print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "clothes_writing", + "langName": "words on clothes", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "anchor_print", + "langName": "anchor print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "cherry_blossom_print", + "langName": "cherry blossom print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "musical_note_print", + "langName": "musical note print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "triangle_print", + "langName": "triangle print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "arrow_print", + "langName": "arrow print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "wave_print", + "langName": "wavy pattern", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "peace_symbol", + "langName": "☮(On Higashikata Josuke’s clothes)", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "heart_print", + "langName": "heart pattern | heart print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "flame_print", + "langName": "flame print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "hitodama_print", + "langName": "Will-o'-the-wisp print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "paw_print", + "langName": "paw print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "skeleton_print", + "langName": "skeleton print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "skull_print", + "langName": "skull print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "sparkle_print", + "langName": "sparkling print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "yin_yang_print", + "langName": "Yin Yang printing", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "cross_print", + "langName": "Cross element pattern", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "camoflage", + "langName": "camouflage", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "flag_print", + "langName": "flag print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "bone_print", + "langName": "bone print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "ghost_print", + "langName": "ghost print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "mushroom_print", + "langName": "Mushroom print", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "onigiri_print", + "langName": "rice ball printing", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "cat_ear_cutout", + "langName": "Cat ear-shaped hollow design", + "object": "Apparel", + "attribute": "Pattern" + }, + { + "displayName": "barefoot", + "langName": "barefoot", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "no_shoes", + "langName": "no shoes", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "shoes_removed", + "langName": "shoes taken off", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "single_shoe", + "langName": "single shoes", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "the_only_shoe", + "langName": "single shoes", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "black_loafers", + "langName": "Loafers (small leather shoes)", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "shoes", + "langName": "shoe", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "uwabaki", + "langName": "indoor shoes", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "platform_footwear", + "langName": "platform shoes", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "high_heels", + "langName": "High heel", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "stiletto_heels", + "langName": "Stiletto high heels", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "strappy_heels", + "langName": "strappy high heels", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "platform_heels", + "langName": "platform high heels", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "rudder_footwear", + "langName": "Ship C special shoes for ship girls", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "sandals", + "langName": "sandals", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "barefoot_sandals", + "langName": "barefoot sandals", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "clog_sandals", + "langName": "clog sandals", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "geta", + "langName": "clogs", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "slippers", + "langName": "slippers", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "skates", + "langName": "skates", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "roller_skates", + "langName": "roller skates", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "animal_feet", + "langName": "animal feet", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "animal_slippers", + "langName": "animal slippers", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "brown_footwear", + "langName": "brown footwear", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "cross-laced_footwear", + "langName": "cross lace up shoes", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "loafers", + "langName": "loafers", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "mary_janes", + "langName": "jenny shoes", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "mismatched_footwear", + "langName": "Two-tone shoes", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "pointy_footwear", + "langName": "pointed toe shoes", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "pumps", + "langName": "Low-cut dress with high heels", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "sandals_removed", + "langName": "take off sandals", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "shoe_soles", + "langName": "sole", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "shoelaces", + "langName": "shoelace", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "sneakers", + "langName": "sneakers", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "winged_footwear", + "langName": "shoes with wings", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "zouri", + "langName": "Japanese straw sandals", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "ballet slippers", + "langName": "ballet shoes", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "arched_soles", + "langName": "Arched sole", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "paw_print_soles", + "langName": "paw print soles", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "horseshoe", + "langName": "horseshoe", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "flat shoes", + "langName": "flat shoes", + "object": "Apparel", + "attribute": "Shoe" + }, + { + "displayName": "boots", + "langName": "boots", + "object": "Apparel", + "attribute": "Boots" + }, + { + "displayName": "boots_removed", + "langName": "boots taken off", + "object": "Apparel", + "attribute": "Boots" + }, + { + "displayName": "high_heel_boots", + "langName": "high heel boots", + "object": "Apparel", + "attribute": "Boots" + }, + { + "displayName": "knee_boots", + "langName": "Knee-high boots (riding boots)", + "object": "Apparel", + "attribute": "Boots" + }, + { + "displayName": "thigh_boots", + "langName": "high boots", + "object": "Apparel", + "attribute": "Boots" + }, + { + "displayName": "martin_boots", + "langName": "martin boots", + "object": "Apparel", + "attribute": "Boots" + }, + { + "displayName": "ankle_boots", + "langName": "ankle boots", + "object": "Apparel", + "attribute": "Boots" + }, + { + "displayName": "toeless_boots", + "langName": "open toe boots", + "object": "Apparel", + "attribute": "Boots" + }, + { + "displayName": "lace-up_boots", + "langName": "lace up boots", + "object": "Apparel", + "attribute": "Boots" + }, + { + "displayName": "fur-trimmed_boots", + "langName": "raw edge boots", + "object": "Apparel", + "attribute": "Boots" + }, + { + "displayName": "snow_boots", + "langName": "snow boots", + "object": "Apparel", + "attribute": "Boots" + }, + { + "displayName": "anklet", + "langName": "Anklet", + "object": "Apparel", + "attribute": "Boots" + }, + { + "displayName": "rubber_boots", + "langName": "rubber boots", + "object": "Apparel", + "attribute": "Boots" + }, + { + "displayName": "santa_boots", + "langName": "Christmas boots", + "object": "Apparel", + "attribute": "Boots" + }, + { + "displayName": "leather_boots", + "langName": "leather boots", + "object": "Apparel", + "attribute": "Boots" + }, + { + "displayName": "thighhighs_under_boots", + "langName": "stockings under boots", + "object": "Apparel", + "attribute": "Boots" + }, + { + "displayName": "combat_boots", + "langName": "combat boots", + "object": "Apparel", + "attribute": "Boots" + }, + { + "displayName": "doc_martens", + "langName": "martin boots", + "object": "Apparel", + "attribute": "Boots" + }, + { + "displayName": "rain_boots", + "langName": "rain boots", + "object": "Apparel", + "attribute": "Boots" + }, + { + "displayName": "belt_boots", + "langName": "belt boots", + "object": "Apparel", + "attribute": "Boots" + }, + { + "displayName": "fur_boots", + "langName": "low heel casual fur boots", + "object": "Apparel", + "attribute": "Boots" + }, + { + "displayName": "single_boot", + "langName": "One foot without a boot", + "object": "Apparel", + "attribute": "Boots" + }, + { + "displayName": "wide_sleeves", + "langName": "wide sleeves", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "single_sleeve", + "langName": "single sleeve", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "asymmetrical_sleeves", + "langName": "asymmetrical sleeves", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "puffy_sleeves", + "langName": "puffy sleeves", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "puffy_long_sleeves", + "langName": "puffy long sleeves", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "puffy_short_sleeves", + "langName": "puffy short sleeves", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "frilled_sleeves", + "langName": "ruffled sleeve edges", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "juliet_sleeves", + "langName": "Juliet sleeves", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "bandaged_arm", + "langName": "arm bandaged", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "raglan_sleeves", + "langName": "Raglan sleeves", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "vambraces", + "langName": "Lower arm armor", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "layered_sleeves", + "langName": "layered sleeves", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "fur-trimmed_sleeves", + "langName": "raw edge sleeves", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "see-through_sleeves", + "langName": "Transparent sleeves", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "torn_sleeves", + "langName": "torn sleeves", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "sleeves_past_fingers", + "langName": "Sleeves longer than fingers", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "sleeves_past_wrists", + "langName": "Sleeves above wrist", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "sleeves_past_elbows", + "langName": "Sleeves above elbow", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "sleeves_pushed_up", + "langName": "push up sleeves", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "arm_out_of_sleeve", + "langName": "arms in sleeves", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "uneven_sleeves", + "langName": "uneven sleeves", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "mismatched_sleeves", + "langName": "mismatched sleeves", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "sleeve_rolled_up", + "langName": "sleeves rolled up", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "sleeves_rolled_up", + "langName": "One sleeve rolled up", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "feather-trimmed_sleeves", + "langName": "Feather trimmed sleeves", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "lace-trimmed_sleeves", + "langName": "lace sleeves", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "pinching_sleeves", + "langName": "Pinch your sleeves", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "puffy_detached_sleeves", + "langName": "puffy sleeves", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "ribbed_sleeves", + "langName": "ribbed sleeves", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "single_detached_sleeve", + "langName": "Sleeve that remains on one side", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "sleeves_folded_up", + "langName": "folded sleeves", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "striped_sleeves", + "langName": "striped sleeves", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "armband", + "langName": "armband (armband)", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "armlet", + "langName": "arm bracelet", + "object": "Apparel", + "attribute": "Arm" + }, + { + "displayName": "halo", + "langName": "halo above head", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "mechanical_halo", + "langName": "Mechanical Halo", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "headwear", + "langName": "headgear", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "headpiece", + "langName": "headgear", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "headwear_removed", + "langName": "Headgear removed", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "head_wreath", + "langName": "corolla", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "crown", + "langName": "crown", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "mini_crown", + "langName": "mini crown", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "tiara", + "langName": "crown", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "diadem", + "langName": "Same as above", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "tilted_headwear", + "langName": "tilted headdress", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "head_fins", + "langName": "Cephalic fin", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "maid_headdress", + "langName": "Maid tiara", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "bridal_veil", + "langName": "bridal veil", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "headband", + "langName": "headband", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "alternate_headwear", + "langName": "A headgear that is different from the original one", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "fur-trimmed_headwear", + "langName": "raw edge headwear", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "goggles_on_headwear", + "langName": "goggles on hat", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "earphones", + "langName": "earphone", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "earmuffs", + "langName": "earmuffs", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "xx_on_head", + "langName": "xx on the head", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "leaf_on_head", + "langName": "leaves on head", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "triangular_headpiece", + "langName": "triangular headdress", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "forehead_protector", + "langName": "forehead protector", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "radio_antenna", + "langName": "antenna", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "animal_hood", + "langName": "animal ear hood", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "bald", + "langName": "Bald", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "bandana", + "langName": "scarf", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "circlet", + "langName": "crown", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "hachimaki", + "langName": "turban (noun)", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "helm", + "langName": "wearing a helmet", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "helmet_removed", + "langName": "helmet taken off | helmet taken off", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "horned_helmet", + "langName": "horned helmet", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "japari_bun", + "langName": "Japari steamed buns", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "kerchief", + "langName": "square turban", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "mami_mogu_mogu", + "langName": "Asami decapitated terrier", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "skull_and_crossbones", + "langName": "Skull and crossbones (pirate, danger, warning)", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "turban", + "langName": "muslim headscarf", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "headdress", + "langName": "Headwear (more general)", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "bear_hair_ornament", + "langName": "bear print headwear", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "brown_headwear", + "langName": "Brown tiara", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "horned_headwear", + "langName": "horn headdress", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "horns_through_headwear", + "langName": "A headdress with holes for the horns", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "no_headwear", + "langName": "Removed (existing) headgear", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "object_on_head", + "langName": "There is something other than headgear on the head", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "print_headwear", + "langName": "Printed headwear", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "bone_hair_ornament", + "langName": "bone shaped jewelry", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "bunny_hair_ornament", + "langName": "Rabbit jewelry", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "horn_ornament", + "langName": "Ornaments on the corners", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "animal_on_head", + "langName": "animal on head", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "behind-the-head_headphones", + "langName": "Headphones worn from the back of the head", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "bird_on_head", + "langName": "bird on head", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "cat_ear_headphones", + "langName": "cat ear headphones", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "cat_on_head", + "langName": "cat lying on head", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "eyewear_on_head", + "langName": "Glasses on the head", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "forehead_kiss", + "langName": "kiss forehead", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "forehead-to-forehead", + "langName": "forehead to forehead", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "goggles_on_head", + "langName": "Wear goggles on your head", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "head_bump", + "langName": "Bundle on head", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "head_mounted_display", + "langName": "Wearing a head-mounted display device", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "head_out_of_frame", + "langName": "Part of the head is not drawn in the frame", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "head_rest", + "langName": "pillow head | support head", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "head_wings", + "langName": "There are wings on the head", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "headgear", + "langName": "Head accessories (containing certain science fiction elements)", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "headphones", + "langName": "earphone", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "heads-up_display", + "langName": "Status bar (game and sci-fi style)", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "headset", + "langName": "Headphones", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "inter_headset", + "langName": "EVA Neural Connector", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "on_head", + "langName": "on the head", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "person_on_head", + "langName": "The little man is on the head", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "single_head_wing", + "langName": "There are wings on one side of the head", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "adjusting_headwear", + "langName": "tidy up headgear", + "object": "Accessories", + "attribute": "Headgear" + }, + { + "displayName": "hair_ribbon", + "langName": "headband", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "hairband", + "langName": "issue card", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "hair_tie", + "langName": "headband", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "lolita_hairband", + "langName": "lolita headband", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "frilled_hairband", + "langName": "Ruffled headband", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "lace-trimmed_hairband", + "langName": "lace headband", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "hair_bobbles", + "langName": "headband", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "hair_ornament", + "langName": "hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "hair_flower", + "langName": "hair flower", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "x_hair_ornament", + "langName": "hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "hair_bow", + "langName": "bow hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "frog_hair_ornament", + "langName": "frog hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "heart_hair_ornament", + "langName": "heart shaped hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "butterfly_hair_ornament", + "langName": "butterfly hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "star_hair_ornament", + "langName": "star hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "food-themed_hair_ornament", + "langName": "Food themed hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "anchor_hair_ornament", + "langName": "anchor hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "bat_hair_ornament", + "langName": "bat hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "carrot_hair_ornament", + "langName": "carrot hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "cat_hair_ornament", + "langName": "Cat hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "clover_hair_ornament", + "langName": "clover hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "hair pink flowers", + "langName": "pink flowers in hair", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "crescent_hair_ornament", + "langName": "Crescent hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "cross_hair_ornament", + "langName": "cross hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "d-pad_hair_ornament", + "langName": "Direction key hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "fish_hair_ornament", + "langName": "fish shaped hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "hairpods", + "langName": "Pairs of wireless Bluetooth hair accessories on the hair", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "leaf_hair_ornament", + "langName": "leaf hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "musical_note_hair_ornament", + "langName": "musical note hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "pumpkin_hair_ornament", + "langName": "pumpkin hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "skull_hair_ornament", + "langName": "skull hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "snake_hair_ornament", + "langName": "Snake Hair Accessories | Frog Hair Accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "snowflake_hair_ornament", + "langName": "snowflake hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "strawberry_hair_ornament", + "langName": "strawberry hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "sunflower_hair_ornament", + "langName": "sunflower hair accessories", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "hairpin", + "langName": "hairpin", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "hairclip", + "langName": "hairpin", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "hair_tubes", + "langName": "hair tube", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "hair_stick", + "langName": "Hair stick", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "hair_bell", + "langName": "ring a bell", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "hair_rings", + "langName": "hair tie", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "kanzashi", + "langName": "hairpin", + "object": "Accessories", + "attribute": "Hair accessories" + }, + { + "displayName": "hood", + "langName": "hood", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "hat", + "langName": "hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "no_hat", + "langName": "no hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "beret", + "langName": "beret", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "mini_top_hat", + "langName": "mini hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "party_hat", + "langName": "party hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "sailor_hat", + "langName": "sailor hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "santa_hat", + "langName": "santa hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "fedora", + "langName": "fedora hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "witch_hat", + "langName": "witch hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "mini_witch_hat", + "langName": "Mini witch hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "wizard_hat", + "langName": "wizard hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "sun_hat", + "langName": "sun hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "straw_hat", + "langName": "straw hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "top_hat", + "langName": "top hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "bucket_hat", + "langName": "bucket hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "beanie", + "langName": "fleece hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "large_hat", + "langName": "big hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "tokin_hat", + "langName": "top hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "mini_hat", + "langName": "mini hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "bowler_hat", + "langName": "bowler hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "pillbox_hat", + "langName": "pill box cap", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "cloche_hat", + "langName": "cloche hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "military_hat", + "langName": "military cap", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "police_hat", + "langName": "police hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "chef_hat", + "langName": "chef hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "cowboy_hat", + "langName": "cowboy hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "school_hat", + "langName": "school cap", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "pirate_hat", + "langName": "pirate hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "cabbie_hat", + "langName": "taxi driver hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "hardhat", + "langName": "helmet", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "rice_hat", + "langName": "bamboo hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "animal_hat", + "langName": "animal hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "fur_hat", + "langName": "leather hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "hat_with_ears", + "langName": "hat with ears", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "bobblehat", + "langName": "bubble hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "pillow_hat", + "langName": "Pillow hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "pumpkin_hat", + "langName": "pumpkin hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "torn_hat", + "langName": "torn hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "backwards_hat", + "langName": "reverse hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "bowl_hat", + "langName": "bowl hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "cat_hat", + "langName": "cat ear hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "cap", + "langName": "peaked cap", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "nurse_cap", + "langName": "nurse cap", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "baseball_cap", + "langName": "baseball cap", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "jester_cap", + "langName": "clown hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "side_cap", + "langName": "side hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "garrison_cap", + "langName": "garrison hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "flat_cap", + "langName": "peaked cap", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "mob_cap", + "langName": "mob hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "newsboy_cap", + "langName": "Newsboy hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "bowknot_over_white_beret", + "langName": "Bow on white beret", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "dixie_cup_hat", + "langName": "dog bowl hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "hat_bow", + "langName": "hat with bow", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "hat_feather", + "langName": "hat with feathers", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "hat_flower", + "langName": "hat with flowers", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "hat_ornament", + "langName": "hat with ornaments", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "hat_over_one_eye", + "langName": "The hat covers one eye", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "hat_removed", + "langName": "hat is taken off | hat is taken off", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "hat_ribbon", + "langName": "hat with ribbon", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "hat_tip", + "langName": "Holding the brim of the hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "hatching_(texture)", + "langName": "Line shading (texture)", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "hatsune_miku_(cosplay)", + "langName": "cos into Hatsune Miku", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "porkpie_hat", + "langName": "Taoist hat", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "sideways_hat", + "langName": "The visor is cut to the side", + "object": "Accessories", + "attribute": "Hat" + }, + { + "displayName": "glasses", + "langName": "Glasses", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "eyewear", + "langName": "Eye", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "monocle", + "langName": "monocle", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "under-rim_eyewear", + "langName": "rimmed glasses", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "rimless_eyewear", + "langName": "rimless glasses", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "semi-rimless_eyewear", + "langName": "Semi rimless glasses", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "red-framed_eyewear", + "langName": "red frame glasses", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "round_eyewear", + "langName": "round frame glasses", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "black-framed_eyewear", + "langName": "black frame glasses", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "tinted_eyewear", + "langName": "tinted glasses", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "medical_eyepatch", + "langName": "medical eye mask", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "bandage_over_one_eye", + "langName": "bandage one eye", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "crooked_eyewear", + "langName": "crooked glasses", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "eyewear_removed", + "langName": "take off glasses", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "sunglasses", + "langName": "Sunglasses (covering eyes)", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "reflection glasses", + "langName": "Sunglasses (eyes visible)", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "goggles", + "langName": "goggles", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "Blindfold", + "langName": "eye mask", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "eyepatch", + "langName": "Eye patch (one eye)", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "bespectacled", + "langName": "wearing glasses", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "blue-framed_eyewear", + "langName": "blue frame glasses", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "brown-framed_eyewear", + "langName": "brown frame glasses", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "coke-bottle_glasses", + "langName": "Round glasses as thick as glass bottle bottoms", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "no_eyewear", + "langName": "Removed (existing) glasses", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "opaque_glasses", + "langName": "Glasses that do not reveal the eyes", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "over-rim_eyewear", + "langName": "Lower half rimless glasses", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "pince-nez", + "langName": "pince-nez | legless glasses", + "object": "Accessories", + "attribute": "Glasses" + }, + { + "displayName": "mask", + "langName": "mask", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "half_mask", + "langName": "half mask", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "masked", + "langName": "masked", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "mask_lift", + "langName": "Lift the mask", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "mask_on_head", + "langName": "The mask lifted up on the head", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "mask_removed", + "langName": "Mask taken off", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "mouth_mask", + "langName": "Face mask", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "surgical_mask", + "langName": "medical mask", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "plague_doctor_mask", + "langName": "Plague Doctor Mask", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "gas_mask", + "langName": "gas mask", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "visor", + "langName": "Face mask | Visor | Sun visor", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "fox_mask", + "langName": "fox mask", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "diving_mask", + "langName": "diving mask", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "diving_mask_on_head", + "langName": "Head-mounted diving mask", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "oni_mask", + "langName": "ghost mask", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "tengu_mask", + "langName": "Tengu mask", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "ninja_mask", + "langName": "ninja mask", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "skull_mask", + "langName": "skull mask", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "hockey_mask", + "langName": "hockey mask", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "bird_mask", + "langName": "bird mask", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "stone_mask", + "langName": "stone ghost face", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "horse_mask", + "langName": "horse mask", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "masquerade_mask", + "langName": "masquerade mask", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "domino_mask", + "langName": "SM mask", + "object": "Accessories", + "attribute": "Mask" + }, + { + "displayName": "cross_earrings", + "langName": "cross earrings", + "object": "Accessories", + "attribute": "Earring" + }, + { + "displayName": "crystal_earrings", + "langName": "crystal earrings", + "object": "Accessories", + "attribute": "Earring" + }, + { + "displayName": "earrings", + "langName": "earrings", + "object": "Accessories", + "attribute": "Earring" + }, + { + "displayName": "flower_earrings", + "langName": "flower earrings", + "object": "Accessories", + "attribute": "Earring" + }, + { + "displayName": "heart_earrings", + "langName": "heart shaped earrings", + "object": "Accessories", + "attribute": "Earring" + }, + { + "displayName": "hoop_earrings", + "langName": "hoop earrings", + "object": "Accessories", + "attribute": "Earring" + }, + { + "displayName": "multiple_earrings", + "langName": "multiple earrings", + "object": "Accessories", + "attribute": "Earring" + }, + { + "displayName": "pill_earrings", + "langName": "pill style earrings", + "object": "Accessories", + "attribute": "Earring" + }, + { + "displayName": "single_earring", + "langName": "Wearing earrings only on one side", + "object": "Accessories", + "attribute": "Earring" + }, + { + "displayName": "skull_earrings", + "langName": "skull earrings", + "object": "Accessories", + "attribute": "Earring" + }, + { + "displayName": "star_earrings", + "langName": "star earrings", + "object": "Accessories", + "attribute": "Earring" + }, + { + "displayName": "crescent earrings", + "langName": "Crescent moon earrings", + "object": "Accessories", + "attribute": "Earring" + }, + { + "displayName": "wristwatch", + "langName": "watch", + "object": "Accessories", + "attribute": "Hand jewelry" + }, + { + "displayName": "cane", + "langName": "cane", + "object": "Accessories", + "attribute": "Hand jewelry" + }, + { + "displayName": "staff", + "langName": "magic wand", + "object": "Accessories", + "attribute": "Hand jewelry" + }, + { + "displayName": "holding a golden staff", + "langName": "golden scepter", + "object": "Accessories", + "attribute": "Hand jewelry" + }, + { + "displayName": "cuffs", + "langName": "pillory", + "object": "Accessories", + "attribute": "Hand jewelry" + }, + { + "displayName": "handcuffs", + "langName": "police handcuffs", + "object": "Accessories", + "attribute": "Hand jewelry" + }, + { + "displayName": "revolver", + "langName": "revolver", + "object": "Accessories", + "attribute": "Hand jewelry" + }, + { + "displayName": "bandage", + "langName": "bandage", + "object": "Accessories", + "attribute": "Hand jewelry" + }, + { + "displayName": "leash", + "langName": "belt", + "object": "Accessories", + "attribute": "Hand jewelry" + }, + { + "displayName": "arm_tattoo", + "langName": "arm tattoo", + "object": "Accessories", + "attribute": "Hand jewelry" + }, + { + "displayName": "number_tattoo", + "langName": "digital tattoo", + "object": "Accessories", + "attribute": "Hand jewelry" + }, + { + "displayName": "bead_bracelet", + "langName": "bead bracelet", + "object": "Accessories", + "attribute": "Hand jewelry" + }, + { + "displayName": "flower_bracelet", + "langName": "flower bracelet", + "object": "Accessories", + "attribute": "Hand jewelry" + }, + { + "displayName": "spiked_bracelet", + "langName": "studded bracelet", + "object": "Accessories", + "attribute": "Hand jewelry" + }, + { + "displayName": "wrist_cuffs", + "langName": "Wrist cuffs separate from sleeves", + "object": "Accessories", + "attribute": "Hand jewelry" + }, + { + "displayName": "wristband", + "langName": "wristband", + "object": "Accessories", + "attribute": "Hand jewelry" + }, + { + "displayName": "bracer", + "langName": "wrist braces", + "object": "Accessories", + "attribute": "Hand jewelry" + }, + { + "displayName": "bound_wrists", + "langName": "binding wrist", + "object": "Accessories", + "attribute": "Hand jewelry" + }, + { + "displayName": "wrist_scrunchie", + "langName": "wrist hair ties", + "object": "Accessories", + "attribute": "Hand jewelry" + }, + { + "displayName": "shackles", + "langName": "handcuffs", + "object": "Accessories", + "attribute": "Hand jewelry" + }, + { + "displayName": "chains", + "langName": "chain", + "object": "Accessories", + "attribute": "Hand jewelry" + }, + { + "displayName": "chain_leash", + "langName": "Chain with leash", + "object": "Accessories", + "attribute": "Hand jewelry" + }, + { + "displayName": "gloves", + "langName": "Gloves", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "gloves_removed", + "langName": "take off gloves", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "no_gloves", + "langName": "Removed (existing) gloves", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "single_glove", + "langName": "single glove", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "single_elbow_glove", + "langName": "Wearing an elbow-length glove on one hand", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "long_gloves", + "langName": "long gloves", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "elbow_gloves", + "langName": "Long sleeve gloves (elbow gloves)", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "bridal_gauntlets", + "langName": "bridal gloves", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "half_gloves", + "langName": "very short gloves | half gloves", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "fingerless_gloves", + "langName": "fingerless gloves", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "partially_fingerless_gloves", + "langName": "Partial fingerless gloves", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "paw_gloves", + "langName": "Claw gloves (finger gloves)", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "mittens", + "langName": "Mittens (two-fingered gloves)", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "baseball_mitt", + "langName": "baseball glove", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "fur-trimmed_gloves", + "langName": "raw edge gloves", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "latex_gloves", + "langName": "latex gloves", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "lace-trimmed_gloves", + "langName": "lace gloves", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "wears a pair of white lace gloves", + "langName": "white lace gloves", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "leather_gloves", + "langName": "leather gloves", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "frilled_gloves", + "langName": "lace gloves", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "mismatched_gloves", + "langName": "Two-color gloves", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "multicolored_gloves", + "langName": "Multicolor gloves", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "asymmetrical_gloves", + "langName": "asymmetrical gloves", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "brown_gloves", + "langName": "brown gloves", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "oven_mitts", + "langName": "Insulated gloves", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "print_gloves", + "langName": "printed gloves", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "striped_gloves", + "langName": "striped gloves", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "torn_gloves", + "langName": "damaged gloves", + "object": "Accessories", + "attribute": "Gloves" + }, + { + "displayName": "wedding_band", + "langName": "wedding ring", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "crystal", + "langName": "crystal", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "gem", + "langName": "gem", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "chest_jewel", + "langName": "Chest gem", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "forehead_jewel", + "langName": "forehead gem", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "tassel", + "langName": "tassel", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "belly_chain", + "langName": "belly chain", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "ribbon", + "langName": "ribbon", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "stitches", + "langName": "seams", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "bandaid", + "langName": "band-aid", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "collar", + "langName": "collar", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "steam", + "langName": "steam", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "bell", + "langName": "bell", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "amulet", + "langName": "amulet", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "emblem", + "langName": "badge", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "anchor_symbol", + "langName": "anchor symbol", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "cross", + "langName": "cross", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "diffraction_spikes", + "langName": "diffraction cross", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "iron_cross", + "langName": "Iron Cross", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "latin_cross", + "langName": "latin cross", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "st._gloriana's_(emblem)", + "langName": "St. Gloria Anna Girls' School school emblem", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "heart_lock_(kantai_collection)", + "langName": "Ship Girl Lock (Ship C)", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "joints", + "langName": "joint", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "kneepits", + "langName": "knee", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "knee_pads", + "langName": "Knee pads", + "object": "Accessories", + "attribute": "Small decoration" + }, + { + "displayName": "bracelet", + "langName": "Bracelet", + "object": "Accessories", + "attribute": "Jewelry" + }, + { + "displayName": "choker", + "langName": "collar", + "object": "Accessories", + "attribute": "Jewelry" + }, + { + "displayName": "metal collar", + "langName": "metal collar", + "object": "Accessories", + "attribute": "Jewelry" + }, + { + "displayName": "ring", + "langName": "ring", + "object": "Accessories", + "attribute": "Jewelry" + }, + { + "displayName": "pendant", + "langName": "pendant", + "object": "Accessories", + "attribute": "Jewelry" + }, + { + "displayName": "brooch", + "langName": "brooch", + "object": "Accessories", + "attribute": "Jewelry" + }, + { + "displayName": "bangle", + "langName": "bracelet", + "object": "Accessories", + "attribute": "Jewelry" + }, + { + "displayName": "sunburst", + "langName": "sunburst jewelry", + "object": "Accessories", + "attribute": "Jewelry" + }, + { + "displayName": "pearl bracelet", + "langName": "pearl bracelet", + "object": "Accessories", + "attribute": "Jewelry" + }, + { + "displayName": "drop earrings", + "langName": "earring", + "object": "Accessories", + "attribute": "Jewelry" + }, + { + "displayName": "puppet rings", + "langName": "puppet ring", + "object": "Accessories", + "attribute": "Jewelry" + }, + { + "displayName": "corsage", + "langName": "corsage", + "object": "Accessories", + "attribute": "Jewelry" + }, + { + "displayName": "sapphire brooch", + "langName": "Sapphire brooch", + "object": "Accessories", + "attribute": "Jewelry" + }, + { + "displayName": "jewelry", + "langName": "jewelry", + "object": "Accessories", + "attribute": "Jewelry" + }, + { + "displayName": "necklace", + "langName": "necklace", + "object": "Accessories", + "attribute": "Jewelry" + }, + { + "displayName": "stud_earrings", + "langName": "earrings", + "object": "Accessories", + "attribute": "Jewelry" + }, + { + "displayName": "belt", + "langName": "belt", + "object": "Accessories", + "attribute": "Accessories" + }, + { + "displayName": "fanny pack", + "langName": "fanny pack", + "object": "Accessories", + "attribute": "Accessories" + }, + { + "displayName": "girdling", + "langName": "girdle", + "object": "Accessories", + "attribute": "Accessories" + }, + { + "displayName": "handbag", + "langName": "handbag", + "object": "Accessories", + "attribute": "Accessories" + }, + { + "displayName": "cross-body bag", + "langName": "crossbody bag", + "object": "Accessories", + "attribute": "Accessories" + }, + { + "displayName": "One shoulder bag", + "langName": "shoulder bag", + "object": "Accessories", + "attribute": "Accessories" + }, + { + "displayName": "Canvas bag", + "langName": "canvas bag", + "object": "Accessories", + "attribute": "Accessories" + }, + { + "displayName": "veils", + "langName": "veil", + "object": "Accessories", + "attribute": "Accessories" + }, + { + "displayName": "antiseptic mask", + "langName": "Face mask", + "object": "Accessories", + "attribute": "Accessories" + }, + { + "displayName": "transparent_background", + "langName": "Transparent background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "white_background", + "langName": "white background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "black_background", + "langName": "black background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "grey_background", + "langName": "gray background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "tan_background", + "langName": "sepia background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "beige_background", + "langName": "beige background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "brown_background", + "langName": "brown background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "two-tone_background", + "langName": "duotone background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "multicolored_background", + "langName": "colorful background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "rainbow_background", + "langName": "rainbow background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "blurry_foreground", + "langName": "Blurred foreground", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "gradient_background", + "langName": "gradient background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "abstract_background", + "langName": "abstract background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "argyle_background", + "langName": "rhombus background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "checkered_background", + "langName": "Checkered background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "floral_background", + "langName": "Background decorated with flowers", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "foral_background", + "langName": "Floral pattern decorative background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "striped_background", + "langName": "round spots background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "cyberpunk", + "langName": "cyberpunk", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "scenery", + "langName": "landscape", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "city_lights", + "langName": "city ​​lights background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "starry_background", + "langName": "starry sky background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "sparkle_background", + "langName": "glittering starry background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "bubble_background", + "langName": "Bubbles background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "clock_background", + "langName": "clock background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "halftone_background", + "langName": "dot pattern background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "heart_background", + "langName": "peach background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "honeycomb_background", + "langName": "Honeycomb style background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "plaid_background", + "langName": "tartan background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "simple_background", + "langName": "simple background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "ban", + "langName": "Technological Fantasy", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "crop_top_overhang", + "langName": "Crop top overhang", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "viewfinder", + "langName": "camera viewfinder", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "rounded_corners", + "langName": "The background or frame has rounded corners", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "border", + "langName": "frame", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "outside_border", + "langName": "Part of the painting is outside the background frame", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "pillarboxed", + "langName": "columnar canvas background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "windowboxed", + "langName": "Set of picture frames (background)", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "flashback", + "langName": "recall scene", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "background_text", + "langName": "background text", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "wall_of_text", + "langName": "text background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "blurred background", + "langName": "blurred background", + "object": "Environment", + "attribute": "Background" + }, + { + "displayName": "in spring", + "langName": "spring", + "object": "Environment", + "attribute": "Season" + }, + { + "displayName": "in summer", + "langName": "summer", + "object": "Environment", + "attribute": "Season" + }, + { + "displayName": "in autumn", + "langName": "Autumn", + "object": "Environment", + "attribute": "Season" + }, + { + "displayName": "in winter", + "langName": "winter", + "object": "Environment", + "attribute": "Season" + }, + { + "displayName": "(autumn maple forest:1.3),(very few fallen leaves),(path)", + "langName": "Autumn scenery", + "object": "Environment", + "attribute": "Season" + }, + { + "displayName": "day", + "langName": "daytime", + "object": "Environment", + "attribute": "Weather" + }, + { + "displayName": "dusk", + "langName": "dusk", + "object": "Environment", + "attribute": "Weather" + }, + { + "displayName": "night", + "langName": "night", + "object": "Environment", + "attribute": "Weather" + }, + { + "displayName": "rain", + "langName": "rain", + "object": "Environment", + "attribute": "Weather" + }, + { + "displayName": "snow,ice", + "langName": "ice and snow", + "object": "Environment", + "attribute": "Weather" + }, + { + "displayName": "snowflakes", + "langName": "snowflake", + "object": "Environment", + "attribute": "Weather" + }, + { + "displayName": "lighting", + "langName": "lightning", + "object": "Environment", + "attribute": "Weather" + }, + { + "displayName": "rainbow", + "langName": "rainbow", + "object": "Environment", + "attribute": "Weather" + }, + { + "displayName": "meteor shower", + "langName": "meteor shower", + "object": "Environment", + "attribute": "Weather" + }, + { + "displayName": "cloudy", + "langName": "partly cloudy", + "object": "Environment", + "attribute": "Weather" + }, + { + "displayName": "rainy days", + "langName": "rain", + "object": "Environment", + "attribute": "Weather" + }, + { + "displayName": "in the rain", + "langName": "in the rain", + "object": "Environment", + "attribute": "Weather" + }, + { + "displayName": "shooting star", + "langName": "meteor", + "object": "Environment", + "attribute": "Weather" + }, + { + "displayName": "smooth fog", + "langName": "soft fog", + "object": "Environment", + "attribute": "Weather" + }, + { + "displayName": "thunderstorms", + "langName": "storm", + "object": "Environment", + "attribute": "Weather" + }, + { + "displayName": "stormy ocean", + "langName": "stormy sea", + "object": "Environment", + "attribute": "Weather" + }, + { + "displayName": "ocean backdrop", + "langName": "ocean background", + "object": "Environment", + "attribute": "Weather" + }, + { + "displayName": "lightning", + "langName": "lightning", + "object": "Environment", + "attribute": "Weather" + }, + { + "displayName": "beautiful detailed sky, beautiful detailed water", + "langName": "Good weather and good water", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "beautiful purple sunset at beach", + "langName": "sunset by the sea", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "mountain", + "langName": "mountains", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "hills", + "langName": "hills", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "on a hill", + "langName": "mountain", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "the top of the hill", + "langName": "top of mountain", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "forest", + "langName": "forest", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "grove", + "langName": "forest", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "bamboo forest", + "langName": "bamboo forest", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "Dreamy forest", + "langName": "Dream forest (unreal sense. Quiet light particles)", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "savanna", + "langName": "prairie", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "plateau", + "langName": "plateau", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "valley", + "langName": "valley", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "canyon", + "langName": "canyon", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "cliff", + "langName": "cliff", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "oasis", + "langName": "oasis", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "wasteland", + "langName": "wasteland", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "glacier", + "langName": "glacier", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "volcano", + "langName": "volcano", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "waterfall", + "langName": "Fall", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "stream", + "langName": "stream", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "river", + "langName": "river", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "lake", + "langName": "lake", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "ocean", + "langName": "ocean", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "sea", + "langName": "sea", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "beach", + "langName": "seaside", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "on the beach", + "langName": "beach", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "over the sea", + "langName": "seaside", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "waves", + "langName": "wave", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "seaweed", + "langName": "seaweed", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "underwater", + "langName": "in water", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "floating island", + "langName": "floating island", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "flowers meadows", + "langName": "Flowery meadow", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "flower field", + "langName": "flower field", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "flower sea", + "langName": "Sea of ​​flowers", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "rose petals", + "langName": "rose petals", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "falling petals", + "langName": "fallen flowers", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "in a meadow", + "langName": "grassland", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "field", + "langName": "rural", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "wheat field", + "langName": "wheat field", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "rice paddy", + "langName": "paddy", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "onsen", + "langName": "spa", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "dripping", + "langName": "dripping water", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "swirl", + "langName": "swirl", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "ripples", + "langName": "ripple", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "Alps", + "langName": "alps", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "on a desert", + "langName": "desert", + "object": "Environment", + "attribute": "Nature" + }, + { + "displayName": "sky", + "langName": "Sky", + "object": "Environment", + "attribute": "Sky" + }, + { + "displayName": "gradient_sky", + "langName": "tilted sky", + "object": "Environment", + "attribute": "Sky" + }, + { + "displayName": "sunset", + "langName": "sunset", + "object": "Environment", + "attribute": "Sky" + }, + { + "displayName": "night_sky", + "langName": "night sky", + "object": "Environment", + "attribute": "Sky" + }, + { + "displayName": "starry_sky", + "langName": "starry sky", + "object": "Environment", + "attribute": "Sky" + }, + { + "displayName": "star_(sky)", + "langName": "stars (in the sky)", + "object": "Environment", + "attribute": "Sky" + }, + { + "displayName": "star_trail", + "langName": "star trails", + "object": "Environment", + "attribute": "Sky" + }, + { + "displayName": "moon", + "langName": "moon", + "object": "Environment", + "attribute": "Sky" + }, + { + "displayName": "crescent", + "langName": "crescent moon", + "object": "Environment", + "attribute": "Sky" + }, + { + "displayName": "crescent_moon", + "langName": "new moon", + "object": "Environment", + "attribute": "Sky" + }, + { + "displayName": "full_moon", + "langName": "full moon", + "object": "Environment", + "attribute": "Sky" + }, + { + "displayName": "moonlight", + "langName": "moonlight", + "object": "Environment", + "attribute": "Sky" + }, + { + "displayName": "scarlet_moon", + "langName": "scarlet moon", + "object": "Environment", + "attribute": "Sky" + }, + { + "displayName": "hyper_galaxy", + "langName": "super galaxy", + "object": "Environment", + "attribute": "Sky" + }, + { + "displayName": "universe", + "langName": "universe", + "object": "Environment", + "attribute": "Sky" + }, + { + "displayName": "space", + "langName": "space", + "object": "Environment", + "attribute": "Sky" + }, + { + "displayName": "planet", + "langName": "planet", + "object": "Environment", + "attribute": "Sky" + }, + { + "displayName": "from_space_station", + "langName": "space station", + "object": "Environment", + "attribute": "Sky" + }, + { + "displayName": "satellite", + "langName": "satellite", + "object": "Environment", + "attribute": "Sky" + }, + { + "displayName": "lunar", + "langName": "lunar, _lunar;", + "object": "Environment", + "attribute": "Sky" + }, + { + "displayName": "cirrus", + "langName": "cirrus", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "cirrocumulus", + "langName": "Cirrocumulus clouds", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "cirrostratus", + "langName": "cirrostratus", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "altocumulus", + "langName": "Altocumulus type", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "altostratus", + "langName": "Altostratus clouds", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "stratus", + "langName": "stratus", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "stratocumulus", + "langName": "Stratocumulus", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "cumulus", + "langName": "cumulus", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "cumulonimbus", + "langName": "cumulonimbus", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "Nimbostratus", + "langName": "Nimbostratus", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "cirrus_fibratus", + "langName": "Cirrus cloud", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "cirrus_uncinus", + "langName": "Cirrus cloud", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "cirrus_spissatus", + "langName": "dense cirrus", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "cirrus_floccus", + "langName": "Cirrus clouds", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "cirrus_castellanus", + "langName": "Fort Cirrus", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "cirrus_intortus", + "langName": "chaotic clouds", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "cirrocumulus_stratiformis", + "langName": "stratocumulus", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "cirrocumulus_floccus", + "langName": "Cirrocumulus flocculus", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "cirrocumulus_castellanus", + "langName": "Cirrocumulus castellus", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "cirrocumulus_lacunosus", + "langName": "Cirrocumulus reticularis", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "cirrostratus_fibratus", + "langName": "Cirrostratus", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "cirrostratus_nebulosus", + "langName": "cirrostratus", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "altocumulus_strataformis", + "langName": "stratiform altocumulus clouds", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "altocumulus_lenticularis", + "langName": "lenticular altocumulus clouds", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "altocumulus_castellanus", + "langName": "altocumulus fortress", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "altocumulus_floccus", + "langName": "flocculent altocumulus clouds", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "altocumulus_lacunosus", + "langName": "reticular altocumulus", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "altostratus_undulatus", + "langName": "wavy altostratus clouds", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "altostratus_duplicates", + "langName": "composite altostratus cloud", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "altostratus_pannus", + "langName": "fragmented altostratus", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "altostratus_translucidus", + "langName": "Altostratus clouds", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "altostratus_opacus", + "langName": "obscuring altostratus clouds", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "altostratus_radiatus", + "langName": "radial altostratus clouds", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "altostratus_mammatus", + "langName": "mammalian altostratus clouds", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "stratus_fractus", + "langName": "stratus clouds", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "stratus_nebulosus", + "langName": "fog layer clouds", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "stratus_undulatus", + "langName": "Wavestratus", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "stratocumulus_stratiformis", + "langName": "stratocumulus clouds", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "stratocumulus_cumulogentis", + "langName": "cumulonimbus stratocumulus", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "stratocumulus_castellanus", + "langName": "castellated stratocumulus clouds", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "stratocumulus_lenticularis", + "langName": "lenticular stratocumulus clouds", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "stratocumulus_lacunosus", + "langName": "flocculent stratocumulus", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "cumulus_humilis", + "langName": "Cumulus clouds", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "cumulus_mediocris", + "langName": "Mesocumulus clouds", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "cumulus_congestus", + "langName": "Cumulus congestus", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "cumulus_fractus", + "langName": "cumulus clouds", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "cumulonimbus_calvus", + "langName": "cumulonimbus bald", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "cumulonimbus_capillatus", + "langName": "Cumulonimbus mane", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "cumulonimbus_incus", + "langName": "Cumulonimbus anvil", + "object": "Environment", + "attribute": "Cloud" + }, + { + "displayName": "outdoors", + "langName": "outdoor", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "castle", + "langName": "castle", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "cyberpunk city", + "langName": "cyberpunk city", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "Bustling city", + "langName": "bustling city", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "neon lights", + "langName": "neon lights", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "street lamp", + "langName": "street lamp", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "skyscraper", + "langName": "skyscraper", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "building", + "langName": "architecture", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "gothic architecture", + "langName": "Gothic architecture", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "chinese style architecture", + "langName": "Ancient style architecture", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "Industrial wind, Chinese architecture", + "langName": "Industrialized ancient buildings", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "church", + "langName": "church", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "cathedral", + "langName": "cathedral", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "mosque", + "langName": "mosque", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "torii", + "langName": "Torii", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "gohei", + "langName": "shrine", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "temple", + "langName": "temple", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "ruins", + "langName": "remains", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "remains", + "langName": "wreckage", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "fountain", + "langName": "fountain", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "park", + "langName": "garden", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "treehouse", + "langName": "tree house", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "botanical garden", + "langName": "botanical garden", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "grave", + "langName": "grave", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "graveyard", + "langName": "cemetery", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "tombstone", + "langName": "tombstone", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "monolith", + "langName": "huge stone object", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "rappelling", + "langName": "Leveling (hanging)", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "harbor", + "langName": "port", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "bridge", + "langName": "bridge", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "railroad tracks", + "langName": "rail", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "railroad", + "langName": "railway", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "railway", + "langName": "railway", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "train station", + "langName": "TRAIN STATION", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "bus stop", + "langName": "bus station", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "phone booth", + "langName": "telephone booth", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "tunnel", + "langName": "tunnel", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "airport", + "langName": "Airport", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "ferris wheel", + "langName": "ferris wheel", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "carousel", + "langName": "carousel", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "waterpark", + "langName": "water park", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "stadium", + "langName": "stadium", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "arena", + "langName": "arena", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "Auditorium", + "langName": "hall", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "concert", + "langName": "concert", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "market stall", + "langName": "market stall", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "shop", + "langName": "shop", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "restaurant", + "langName": "Restaurant", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "bakery", + "langName": "bakery", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "convenience store", + "langName": "convenience store", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "supermarket", + "langName": "supermarket", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "pharmacy", + "langName": "pharmacy", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "bar", + "langName": "bar", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "izakaya", + "langName": "Izakaya", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "cafe", + "langName": "cafes", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "coffee house", + "langName": "cafes", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "Trapeze", + "langName": "hanger; swing", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "bowling alley", + "langName": "bowling alley", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "gym", + "langName": "Gym", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "library", + "langName": "library", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "art gallery", + "langName": "art gallery", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "museum", + "langName": "museum", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "planetarium", + "langName": "Planetarium", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "swimming pool", + "langName": "swimming pool", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "zoo", + "langName": "zoo", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "aquarium", + "langName": "aquarium", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "laboratory", + "langName": "laboratory", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "prison", + "langName": "prison", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "engine room", + "langName": "engine room", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "warehouse", + "langName": "storehouse", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "workshop", + "langName": "workshop", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "courtroom", + "langName": "court", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "theater", + "langName": "theater", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "movie theater", + "langName": "Cinema", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "billiard", + "langName": "pool table", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "casino", + "langName": "casino", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "playground", + "langName": "playground", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "greco-roman architectur", + "langName": "Western Roman Architecture", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "in the romanesque architecture streets", + "langName": "Roman streets", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "handrail", + "langName": "railing", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "shanty town/slum", + "langName": "slum", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "modern,Europe", + "langName": "Modern European architecture", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "building_ruins", + "langName": "building ruins", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "amusement_park", + "langName": "amusement park", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "Disney_land", + "langName": "disneyland", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "wrestling_ring", + "langName": "wrestling ring", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "Japanese_hotel", + "langName": "japan hotel", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "jail_bars", + "langName": "prison bar", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "in_the_movie_theatre", + "langName": "in the cinema", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "architecture", + "langName": "architecture", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "magnificent_architecture", + "langName": "architecture", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "east_asian_architecture", + "langName": "east asian architecture", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "chinese_style_loft", + "langName": "Chinese style loft", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "traditional_chinese_room", + "langName": "Traditional Chinese style room", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "turret", + "langName": "tower", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "tower", + "langName": "tower", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "at the lighthouse", + "langName": "lighthouse", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "reservoir", + "langName": "reservoir", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "under_bridge", + "langName": "Under the bridge", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "rubble_ruins", + "langName": "rubble | ruins", + "object": "Environment", + "attribute": "Outdoor" + }, + { + "displayName": "city", + "langName": "City", + "object": "Environment", + "attribute": "City" + }, + { + "displayName": "downtown", + "langName": "city ​​center", + "object": "Environment", + "attribute": "City" + }, + { + "displayName": "cityscape", + "langName": "cityscape", + "object": "Environment", + "attribute": "City" + }, + { + "displayName": "in_main_street", + "langName": "Avenue", + "object": "Environment", + "attribute": "City" + }, + { + "displayName": "Intersection", + "langName": "intersection", + "object": "Environment", + "attribute": "City" + }, + { + "displayName": "street", + "langName": "street", + "object": "Environment", + "attribute": "City" + }, + { + "displayName": "avenue", + "langName": "Main street", + "object": "Environment", + "attribute": "City" + }, + { + "displayName": "alley", + "langName": "alley", + "object": "Environment", + "attribute": "City" + }, + { + "displayName": "crowd", + "langName": "crowd", + "object": "Environment", + "attribute": "City" + }, + { + "displayName": "road", + "langName": "road", + "object": "Environment", + "attribute": "City" + }, + { + "displayName": "path", + "langName": "path", + "object": "Environment", + "attribute": "City" + }, + { + "displayName": "pavement", + "langName": "pavement", + "object": "Environment", + "attribute": "City" + }, + { + "displayName": "road_sign", + "langName": "road sign", + "object": "Environment", + "attribute": "City" + }, + { + "displayName": "traffic_cone", + "langName": "Roadblock", + "object": "Environment", + "attribute": "City" + }, + { + "displayName": "lamppost", + "langName": "street lamp", + "object": "Environment", + "attribute": "City" + }, + { + "displayName": "fence", + "langName": "fence", + "object": "Environment", + "attribute": "City" + }, + { + "displayName": "railing", + "langName": "railing", + "object": "Environment", + "attribute": "City" + }, + { + "displayName": "bench", + "langName": "bench", + "object": "Environment", + "attribute": "City" + }, + { + "displayName": "lawn", + "langName": "lawn", + "object": "Environment", + "attribute": "City" + }, + { + "displayName": "vending_machine", + "langName": "vending machine", + "object": "Environment", + "attribute": "City" + }, + { + "displayName": "indoor", + "langName": "indoor", + "object": "Environment", + "attribute": "Indoor" + }, + { + "displayName": "bedroom", + "langName": "bedroom", + "object": "Environment", + "attribute": "Indoor" + }, + { + "displayName": "classroom", + "langName": "classroom", + "object": "Environment", + "attribute": "Indoor" + }, + { + "displayName": "clubroom", + "langName": "club", + "object": "Environment", + "attribute": "Indoor" + }, + { + "displayName": "dark nightclub background", + "langName": "dim nightclub background", + "object": "Environment", + "attribute": "Indoor" + }, + { + "displayName": "dormitory", + "langName": "dormitory", + "object": "Environment", + "attribute": "Indoor" + }, + { + "displayName": "cafeteria", + "langName": "cafeteria", + "object": "Environment", + "attribute": "Indoor" + }, + { + "displayName": "kitchen", + "langName": "kitchen", + "object": "Environment", + "attribute": "Indoor" + }, + { + "displayName": "toilet stall", + "langName": "toilet cubicle", + "object": "Environment", + "attribute": "Indoor" + }, + { + "displayName": "infirmary", + "langName": "infirmary", + "object": "Environment", + "attribute": "Indoor" + }, + { + "displayName": "art room", + "langName": "art room", + "object": "Environment", + "attribute": "Indoor" + }, + { + "displayName": "greenhouse", + "langName": "greenhouse", + "object": "Environment", + "attribute": "Indoor" + }, + { + "displayName": "basement", + "langName": "basement", + "object": "Environment", + "attribute": "Indoor" + }, + { + "displayName": "server room", + "langName": "Server room", + "object": "Environment", + "attribute": "Indoor" + }, + { + "displayName": "electrical room", + "langName": "Distribution room", + "object": "Environment", + "attribute": "Indoor" + }, + { + "displayName": "dungeon", + "langName": "basement", + "object": "Environment", + "attribute": "Indoor" + }, + { + "displayName": "otaku room", + "langName": "Otaku room", + "object": "Environment", + "attribute": "Indoor" + }, + { + "displayName": "stage", + "langName": "stage", + "object": "Environment", + "attribute": "Indoor" + }, + { + "displayName": "bathing", + "langName": "bathroom", + "object": "Environment", + "attribute": "Indoor" + }, + { + "displayName": "stairs", + "langName": "stairs", + "object": "Environment", + "attribute": "Indoor" + }, + { + "displayName": "palace", + "langName": "palace", + "object": "Environment", + "attribute": "Indoor" + }, + { + "displayName": "bed", + "langName": "bed", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "wardrobe", + "langName": "Wardrobe", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "desk lamp", + "langName": "desk lamp", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "couch", + "langName": "sofa", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "tatami", + "langName": "Tatami", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "kotatsu", + "langName": "kotatsu", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "fireplace", + "langName": "fireplace", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "table", + "langName": "table", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "school_desk", + "langName": "desk", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "chair", + "langName": "Chair", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "armchair", + "langName": "armchair", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "lounge_chair", + "langName": "lounge chair", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "beach_chair", + "langName": "beach chair", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "folding_chair", + "langName": "folding chair", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "office_chair", + "langName": "office chair", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "wheelchair", + "langName": "wheelchair", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "invisible_chair", + "langName": "invisible chair", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "window_", + "langName": "window", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "sash", + "langName": "sash", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "curtains", + "langName": "curtain", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "sliding_doors", + "langName": "sliding door", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "door", + "langName": "Door", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "clothes_rack", + "langName": "Coat hanger", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "air_conditioner", + "langName": "air conditioner", + "object": "Environment", + "attribute": "Furniture" + }, + { + "displayName": "mattress", + "langName": "mattress; mattress", + "object": "Environment", + "attribute": "Bedding" + }, + { + "displayName": "bed_sheet", + "langName": "sheet", + "object": "Environment", + "attribute": "Bedding" + }, + { + "displayName": "futon", + "langName": "Japanese mattress", + "object": "Environment", + "attribute": "Bedding" + }, + { + "displayName": "pillow", + "langName": "Pillow", + "object": "Environment", + "attribute": "Bedding" + }, + { + "displayName": "cushion", + "langName": "cushion", + "object": "Environment", + "attribute": "Bedding" + }, + { + "displayName": "dumpling_Hug_Pillow", + "langName": "dumpling pillow", + "object": "Environment", + "attribute": "Bedding" + }, + { + "displayName": "pillow_hug", + "langName": "pillow", + "object": "Environment", + "attribute": "Bedding" + }, + { + "displayName": "yes-no_pillow", + "langName": "Yes/No Pillow", + "object": "Environment", + "attribute": "Bedding" + }, + { + "displayName": "stuffed_animal", + "langName": "plush doll", + "object": "Environment", + "attribute": "Bedding" + }, + { + "displayName": "stuffed_bunny", + "langName": "stuffed bunny", + "object": "Environment", + "attribute": "Bedding" + }, + { + "displayName": "carpet", + "langName": "carpet", + "object": "Environment", + "attribute": "Bedding" + }, + { + "displayName": "bathroom", + "langName": "bathroom", + "object": "Environment", + "attribute": "Bathroom" + }, + { + "displayName": "shower_head", + "langName": "shower head", + "object": "Environment", + "attribute": "Bathroom" + }, + { + "displayName": "toilet", + "langName": "toilet", + "object": "Environment", + "attribute": "Bathroom" + }, + { + "displayName": "squat_toilet", + "langName": "Squat toilet", + "object": "Environment", + "attribute": "Bathroom" + }, + { + "displayName": "soap", + "langName": "Soap", + "object": "Environment", + "attribute": "Bathroom" + }, + { + "displayName": "tiles", + "langName": "ceramic tile", + "object": "Environment", + "attribute": "Bathroom" + }, + { + "displayName": "rubber_duck", + "langName": "rubber duck", + "object": "Environment", + "attribute": "Bathroom" + }, + { + "displayName": "bathtub,", + "langName": "tub", + "object": "Environment", + "attribute": "Bathroom" + }, + { + "displayName": "new year", + "langName": "new year", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "year of the rabbit", + "langName": "Year of the Rabbit", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "valentine", + "langName": "Valentine's Day", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "lantern festival", + "langName": "Lantern Festival", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "summer festival", + "langName": "summer festival", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "tanabata", + "langName": "Qixi Festival", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "mid-autumn festival", + "langName": "Mid-Autumn Festival", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "halloween", + "langName": "halloween", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "christmas", + "langName": "Christmas", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "fireworks", + "langName": "fireworks", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "explosion", + "langName": "explode", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "water vapor", + "langName": "steam", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "liquid background, Sputtered water", + "langName": "liquid background", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "in the ocean", + "langName": "sunset by the sea", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "magic circles", + "langName": "magic ring", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "fluorescent mushroom forests background", + "langName": "Fluorescent Mushroom Forest", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "(((colorful bubble)))", + "langName": "Colorful bubbles", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "golden hour lighting", + "langName": "golden hour lighting", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "strong rim light", + "langName": "Strong rim light", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "against backlight at dusk", + "langName": "Evening with your back to the sun", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "intense shadows", + "langName": "strong shadow", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "ceiling window", + "langName": "Floor-to-ceiling windows", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "colourful glass", + "langName": "stained glass", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "stain glass", + "langName": "stained glass", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "Graffiti wall", + "langName": "graffiti wall", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "mosaic background", + "langName": "mosaic background", + "object": "Environment", + "attribute": "Atmosphere" + }, + { + "displayName": "notebook", + "langName": "notebook", + "object": "Thing", + "attribute": "School supplies" + }, + { + "displayName": "pencil", + "langName": "pencil", + "object": "Thing", + "attribute": "School supplies" + }, + { + "displayName": "paintbrush", + "langName": "brush", + "object": "Thing", + "attribute": "School supplies" + }, + { + "displayName": "book", + "langName": "Book", + "object": "Thing", + "attribute": "School supplies" + }, + { + "displayName": "open_book", + "langName": "open book", + "object": "Thing", + "attribute": "School supplies" + }, + { + "displayName": "book_stack", + "langName": "stack of books", + "object": "Thing", + "attribute": "School supplies" + }, + { + "displayName": "bookshelf", + "langName": "bookshelf", + "object": "Thing", + "attribute": "School supplies" + }, + { + "displayName": "school_bag", + "langName": "School bag (handbag)", + "object": "Thing", + "attribute": "School supplies" + }, + { + "displayName": "backpack", + "langName": "Backpack", + "object": "Thing", + "attribute": "School supplies" + }, + { + "displayName": "computer", + "langName": "computer", + "object": "Thing", + "attribute": "Digital equipment" + }, + { + "displayName": "mouse", + "langName": "mouse", + "object": "Thing", + "attribute": "Digital equipment" + }, + { + "displayName": "cellphone", + "langName": "cell phone", + "object": "Thing", + "attribute": "Digital equipment" + }, + { + "displayName": "Smartphones", + "langName": "Smartphone", + "object": "Thing", + "attribute": "Digital equipment" + }, + { + "displayName": "nintendo_switch", + "langName": "nintendo switch", + "object": "Thing", + "attribute": "Digital equipment" + }, + { + "displayName": "handheld_game_console", + "langName": "handheld game console", + "object": "Thing", + "attribute": "Digital equipment" + }, + { + "displayName": "nintendo_3ds", + "langName": "Nintendo 3ds", + "object": "Thing", + "attribute": "Digital equipment" + }, + { + "displayName": "nintendo_ds", + "langName": "nintendo ds", + "object": "Thing", + "attribute": "Digital equipment" + }, + { + "displayName": "cable", + "langName": "cable", + "object": "Thing", + "attribute": "Digital equipment" + }, + { + "displayName": "power_lines", + "langName": "power cord", + "object": "Thing", + "attribute": "Digital equipment" + }, + { + "displayName": "buttons", + "langName": "button", + "object": "Thing", + "attribute": "Digital equipment" + }, + { + "displayName": "fork", + "langName": "fork", + "object": "Thing", + "attribute": "Tableware" + }, + { + "displayName": "spoon", + "langName": "spoon", + "object": "Thing", + "attribute": "Tableware" + }, + { + "displayName": "chopsticks", + "langName": "Chopsticks", + "object": "Thing", + "attribute": "Tableware" + }, + { + "displayName": "ladle", + "langName": "ladle", + "object": "Thing", + "attribute": "Tableware" + }, + { + "displayName": "plate", + "langName": "plate", + "object": "Thing", + "attribute": "Tableware" + }, + { + "displayName": "bowl", + "langName": "bowl", + "object": "Thing", + "attribute": "Tableware" + }, + { + "displayName": "cup", + "langName": "cup", + "object": "Thing", + "attribute": "Tableware" + }, + { + "displayName": "drinking_glass", + "langName": "water cup", + "object": "Thing", + "attribute": "Tableware" + }, + { + "displayName": "tumbler", + "langName": "Ordinary glass", + "object": "Thing", + "attribute": "Tableware" + }, + { + "displayName": "beer_mug", + "langName": "beer mug", + "object": "Thing", + "attribute": "Tableware" + }, + { + "displayName": "pot", + "langName": "pot", + "object": "Thing", + "attribute": "Tableware" + }, + { + "displayName": "teapot", + "langName": "teapot", + "object": "Thing", + "attribute": "Tableware" + }, + { + "displayName": "tray", + "langName": "tray", + "object": "Thing", + "attribute": "Tableware" + }, + { + "displayName": "soda_can", + "langName": "canned drinks", + "object": "Thing", + "attribute": "Tableware" + }, + { + "displayName": "can", + "langName": "jar", + "object": "Thing", + "attribute": "Tableware" + }, + { + "displayName": "candle", + "langName": "Candle", + "object": "Thing", + "attribute": "Tableware" + }, + { + "displayName": "gift_box", + "langName": "gift box", + "object": "Thing", + "attribute": "Tableware" + }, + { + "displayName": "heart-shaped_box", + "langName": "Heart shaped gift box", + "object": "Thing", + "attribute": "Tableware" + }, + { + "displayName": "music", + "langName": "music", + "object": "Thing", + "attribute": "Musical instrument" + }, + { + "displayName": "guitar", + "langName": "Guitar", + "object": "Thing", + "attribute": "Musical instrument" + }, + { + "displayName": "piano", + "langName": "piano", + "object": "Thing", + "attribute": "Musical instrument" + }, + { + "displayName": "cello", + "langName": "Cello", + "object": "Thing", + "attribute": "Musical instrument" + }, + { + "displayName": "playing_instrument", + "langName": "play an instrument", + "object": "Thing", + "attribute": "Musical instrument" + }, + { + "displayName": "wind_chime", + "langName": "wind chimes", + "object": "Thing", + "attribute": "Musical instrument" + }, + { + "displayName": "Accordion", + "langName": "accordion", + "object": "Thing", + "attribute": "Musical instrument" + }, + { + "displayName": "Saxophone", + "langName": "saxophone", + "object": "Thing", + "attribute": "Musical instrument" + }, + { + "displayName": "umbrella", + "langName": "Umbrella", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "transparent_umbrella", + "langName": "transparent umbrella", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "closed_umbrella", + "langName": "closed umbrella", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "oil-paper_umbrella", + "langName": "Oil paper umbrella", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "Parasol", + "langName": "parasol", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "folding_fan", + "langName": "folding fan", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "paper_fan", + "langName": "paper fan", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "uchiwa", + "langName": "round fan", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "camera", + "langName": "camera", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "lantern/lamp", + "langName": "lantern", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "basket", + "langName": "basket", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "bucket", + "langName": "bucket", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "pail", + "langName": "bucket", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "water_bottle", + "langName": "water bottle", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "lotion", + "langName": "sunscreen | body lotion", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "lotion_bottle", + "langName": "lotion bottle", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "key", + "langName": "key", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "coin", + "langName": "coin", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "money", + "langName": "money", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "trading_card", + "langName": "trading cards", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "playing_card", + "langName": "playing cards", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "chess_piece", + "langName": "piece", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "ofuda", + "langName": "talisman", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "wand", + "langName": "magic wand", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "magic", + "langName": "magic", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "riding_crop", + "langName": "riding crop", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "whip", + "langName": "whip", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "microphone", + "langName": "microphone", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "sack", + "langName": "sack", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "scales", + "langName": "scales", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "trophy", + "langName": "trophy", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "molecule", + "langName": "molecular", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "diamond_(shape)", + "langName": "diamond(shape)", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "chibi_inset", + "langName": "chibi illustration", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "damaged", + "langName": "damage", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "gourd", + "langName": "gourd", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "mimikaki", + "langName": "ear pick", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "hammer", + "langName": "hammer", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "inlet", + "langName": "Entrance", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "stubble", + "langName": "stubble", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "Cassette", + "langName": "tape cassette", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "Lever", + "langName": "lever, lever", + "object": "Thing", + "attribute": "Other items" + }, + { + "displayName": "weapon", + "langName": "arms", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "huge_weapon", + "langName": "large size weapons", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "planted_weapon", + "langName": "Weapons inserted into the ground", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "broken_weapon", + "langName": "broken weapon", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "weapon_on_back", + "langName": "weapons on back", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "weapon_over_shoulder", + "langName": "shoulder weapon", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "sword", + "langName": "knife", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "planted_sword", + "langName": "Standing sword", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "scabbard", + "langName": "scabbard", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "katana", + "langName": "Katana", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "saber_(weapon)", + "langName": "saber (weapon)", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "dagger", + "langName": "dagger", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "axe", + "langName": "ax", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "hatchet", + "langName": "hatchet", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "stake", + "langName": "stick", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "lance", + "langName": "spear", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "trident", + "langName": "trident", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "bow_(weapon)", + "langName": "bow", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "arrow", + "langName": "arrow", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "scythe", + "langName": "sickle", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "claw_(weapon)", + "langName": "claw (weapon)", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "nose_hatchet", + "langName": "hatchet", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "gun", + "langName": "gun", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "handgun", + "langName": "pistol", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "thompson_submachine_gun", + "langName": "thompson submachine gun", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "magazine_(weapon)", + "langName": "magazine (weapon)", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "dynamite", + "langName": "glycerine dynamite", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "bomb", + "langName": "bomb", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "track missiles", + "langName": "tracking missile", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "cannon", + "langName": "cannon", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "tank", + "langName": "tank", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "military_vehicle", + "langName": "military vehicles", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "motorcycle", + "langName": "motorcycle", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "car", + "langName": "car", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "watercraft", + "langName": "ship", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "ship", + "langName": "ship", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "machine", + "langName": "mechanical", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "machinery", + "langName": "Mechanical Arms", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "mechanical_arms", + "langName": "Robotic arm", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "mechanization", + "langName": "Mechanization", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "robot_joints", + "langName": "mechanical joint", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "variable_fighter", + "langName": "Macross machine", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "sorcerer's_sutra_scroll", + "langName": "Devil's Sutra", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "scissors", + "langName": "Scissors", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "rifle,", + "langName": "rifle", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "complex Trajectory", + "langName": "Trail tailing", + "object": "Thing", + "attribute": "Arms" + }, + { + "displayName": "food", + "langName": "food", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "makizushi", + "langName": "Nori roll sushi", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "onigiri", + "langName": "rice balls", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "obento", + "langName": "convenient", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "ramen", + "langName": "Hand-Pulled Noodle", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "noodles", + "langName": "Noodle", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "tempura", + "langName": "Tempura", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "wagashi", + "langName": "Japanese confectionery", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "dango", + "langName": "dumplings", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "taiyaki", + "langName": "Taiyaki", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "sweet_potato", + "langName": "sweet potato", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "cake", + "langName": "cake", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "pancake", + "langName": "muffins", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "sweets", + "langName": "candy", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "candy", + "langName": "candy", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "candy_apple", + "langName": "candy apple", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "candy_cane", + "langName": "Lollipop", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "cookie", + "langName": "biscuit", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "cream", + "langName": "cream", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "ice_cream", + "langName": "ice cream", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "doughnut", + "langName": "Donut", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "pasties", + "langName": "pie", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "sundae", + "langName": "sundae", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "burger", + "langName": "Hamburger", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "egg", + "langName": "egg", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "meat", + "langName": "Meat", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "fruit", + "langName": "fruit", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "apple", + "langName": "apple", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "peach", + "langName": "peach", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "aubergine", + "langName": "eggplant", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "carrot", + "langName": "carrot", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "chips", + "langName": "potato chips", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "potato_chips", + "langName": "potato chips", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "telstar", + "langName": "Telstar football", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "jam", + "langName": "jam", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "pocky", + "langName": "Pocky", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "food_stand", + "langName": "food stall", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "food_in_mouth", + "langName": "food in mouth", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "food_on_body", + "langName": "food on body", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "food_print", + "langName": "food print", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "in_food", + "langName": "(character) in food", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "coffee", + "langName": "coffee", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "tea", + "langName": "Tea", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "teacup", + "langName": "cup", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "sake", + "langName": "Japanese sake", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "wine", + "langName": "wine", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "drink", + "langName": "drinks", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "bottled_water", + "langName": "bottled water", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "A_sushi_roll", + "langName": "sushi roll", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "cigarette", + "langName": "cigarette", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "cotton_candy_", + "langName": "Marshmallow", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "Gelatin", + "langName": "Gelatin, pudding", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "kafuu_chino", + "langName": "Cavuccino", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "food_on_", + "langName": "food on face", + "object": "Thing", + "attribute": "Food" + }, + { + "displayName": "mammal", + "langName": "mammal", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "reptile", + "langName": "reptile", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "bird", + "langName": "bird", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "crow", + "langName": "crow", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "penguin", + "langName": "penguin", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "chick", + "langName": "chick", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "dragonfly", + "langName": "dragonfly", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "whale", + "langName": "whale", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "cat", + "langName": "cat", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "dog", + "langName": "dog", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "fox", + "langName": "fox", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "bunny", + "langName": "rabbit", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "snow_bunny", + "langName": "snowshoe hare", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "wolf", + "langName": "Wolf", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "horse", + "langName": "horse", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "cow", + "langName": "ox", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "tiger", + "langName": "tiger", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "bear", + "langName": "Bear", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "panda", + "langName": "panda", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "teddy_bear", + "langName": "teddy bear", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "hamster", + "langName": "hamster", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "squirrel", + "langName": "squirrel", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "snake", + "langName": "snake", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "dragon", + "langName": "dragon", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "eastern_dragon", + "langName": "Oriental dragon", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "loong", + "langName": "Chinese dragon", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "slime", + "langName": "Slime", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "bat", + "langName": "bat", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "shell", + "langName": "shell", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "cat_teaser", + "langName": "funny cat", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "dog_tags", + "langName": "dog tags", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "wriggle_nightbug", + "langName": "crawling nightworm", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "manjuu_(azur_lane)", + "langName": "Quite chirping", + "object": "Thing", + "attribute": "Animal" + }, + { + "displayName": "plant", + "langName": "plant", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "flower", + "langName": "flower", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "flower_bloom", + "langName": "flowers bloom", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "bouquet", + "langName": "bouquet", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "vase", + "langName": "vase", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "orchid", + "langName": "orchid", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "lily", + "langName": "lily", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "rose", + "langName": "Rose", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "spider_lily", + "langName": "Flower of the other shore", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "hibiscus", + "langName": "hibiscus flower", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "hydrangea", + "langName": "hydrangeas", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "cherry_blossoms", + "langName": "Cherry blossoms", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "plum_blossom", + "langName": "plum bossom", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "wisteria", + "langName": "Wisteria", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "lotus", + "langName": "lotus", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "narcissu", + "langName": "Narcissus", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "chrysanthemum", + "langName": "chrysanthemum", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "entangled_plants", + "langName": "tangled plants", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "tree", + "langName": "Tree", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "pine_tree", + "langName": "pine", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "palm_tree", + "langName": "palm tree", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "maple_tree", + "langName": "maple", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "branch", + "langName": "branches", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "maple_leaf", + "langName": "maple leaf", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "christmas_tree", + "langName": "Christmas tree", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "pumpkin", + "langName": "pumpkin", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "jack-o'-lantern", + "langName": "pumpkin lantern", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "spring_onion", + "langName": "green onions", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "bamboo", + "langName": "bamboo", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "bush", + "langName": "shrub", + "object": "Thing", + "attribute": "Plant" + }, + { + "displayName": "Sunlight", + "langName": "Sunlight", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "Natural Lighting", + "langName": "natural lighting", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "Artificial Lighting", + "langName": "artificial lighting", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "Studio Lighting", + "langName": "studio lighting", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "Volumetric Lighting", + "langName": "Volumetric light", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "volumetric Light", + "langName": "Volumetric light", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "Volumetric", + "langName": "Volumetric", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "Frontlight", + "langName": "top light", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "Halfrear Lighting", + "langName": "Half side backlight", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "Backlight", + "langName": "backlight", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "Rim Lighting", + "langName": "rim light", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "Floodlight", + "langName": "floodlight", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "LED light", + "langName": "LED light", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "Spotlight", + "langName": "spotlight", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "Marquee", + "langName": "marquee", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "Strobe", + "langName": "flash", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "Strobe Light", + "langName": "flash lights", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "Stroboscope", + "langName": "strobe light", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "bright", + "langName": "bright", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "Ultrabright", + "langName": "super bright", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "Electromagnetic Spectrum", + "langName": "electromagnetic spectrum", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "Infrared", + "langName": "infrared", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "Ultraviolet", + "langName": "UV rays", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "UV", + "langName": "UV", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "X-Ray", + "langName": "X-ray", + "object": "Light and shadow effects", + "attribute": "Light source" + }, + { + "displayName": "Cinematic Lighting", + "langName": "Cinematic lighting", + "object": "Light and shadow effects", + "attribute": "Lighting effects" + }, + { + "displayName": "moody lighting", + "langName": "Ambient lighting", + "object": "Light and shadow effects", + "attribute": "Lighting effects" + }, + { + "displayName": "Tyndall effect", + "langName": "Tyndall effect", + "object": "Light and shadow effects", + "attribute": "Lighting effects" + }, + { + "displayName": "light leaks", + "langName": "light leakage effect", + "object": "Light and shadow effects", + "attribute": "Lighting effects" + }, + { + "displayName": "glowing neon lights", + "langName": "neon lights", + "object": "Light and shadow effects", + "attribute": "Lighting effects" + }, + { + "displayName": "Rays of Shimmering Light", + "langName": "flashing light", + "object": "Light and shadow effects", + "attribute": "Lighting effects" + }, + { + "displayName": "Crepuscular Rays", + "langName": "dim light", + "object": "Light and shadow effects", + "attribute": "Lighting effects" + }, + { + "displayName": "Crackle Tube", + "langName": "spark tube", + "object": "Light and shadow effects", + "attribute": "Lighting effects" + }, + { + "displayName": "Tesla Coil", + "langName": "Tesla Coil", + "object": "Light and shadow effects", + "attribute": "Lighting effects" + }, + { + "displayName": "Plasma Globe", + "langName": "plasma ball", + "object": "Light and shadow effects", + "attribute": "Lighting effects" + }, + { + "displayName": "Glow Stick", + "langName": "glow stick", + "object": "Light and shadow effects", + "attribute": "Lighting effects" + }, + { + "displayName": "Neon Lamp", + "langName": "neon lights", + "object": "Light and shadow effects", + "attribute": "Lighting effects" + }, + { + "displayName": "lens flare", + "langName": "Lens flare (backlighting)", + "object": "Light and shadow effects", + "attribute": "Lighting effects" + }, + { + "displayName": "Contre-Jour", + "langName": "Against the day", + "object": "Light and shadow effects", + "attribute": "Lighting effects" + }, + { + "displayName": "Rembrandt Lighting", + "langName": "Rembrandt lighting", + "object": "Light and shadow effects", + "attribute": "Lighting effects" + }, + { + "displayName": "Split Lighting", + "langName": "Split lighting", + "object": "Light and shadow effects", + "attribute": "Lighting effects" + }, + { + "displayName": "Beautiful Lighting", + "langName": "beautiful lights", + "object": "Light and shadow effects", + "attribute": "Lighting effects" + }, + { + "displayName": "Accent Lighting", + "langName": "Accent lighting", + "object": "Light and shadow effects", + "attribute": "Lighting effects" + }, + { + "displayName": "Global Illumination", + "langName": "global illumination", + "object": "Light and shadow effects", + "attribute": "Lighting effects" + }, + { + "displayName": "Lumen Global Illumination", + "langName": "Lumen global illumination", + "object": "Light and shadow effects", + "attribute": "Lighting effects" + }, + { + "displayName": "Screen Space Global Illumination", + "langName": "screen space global illumination", + "object": "Light and shadow effects", + "attribute": "Lighting effects" + }, + { + "displayName": "Ray Tracing Global Illumination", + "langName": "Ray tracing global illumination", + "object": "Light and shadow effects", + "attribute": "Lighting effects" + }, + { + "displayName": "Incandescent", + "langName": "incandescent lamp", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Fluorescent", + "langName": "Fluorescent", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Fluorescent Lamp", + "langName": "fluorescent tube", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Halogen", + "langName": "halogen", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Halogen Lamp", + "langName": "Halogen lamp", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Xenon Lamp", + "langName": "xenon lamp", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Krypton Lamp", + "langName": "krypton gas lamp", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Argon Lamp", + "langName": "Argon lamp", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Helium Lamp", + "langName": "Helium lamp", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Edison Bulb", + "langName": "Edison light bulb", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Vacuum Tube Lamp", + "langName": "Vacuum tube lamp", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Nixie Tube", + "langName": "Nixie tube", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Carbide Lamp", + "langName": "calcium carbide lamp", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Argand Lamp", + "langName": "Argan lamp", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Diya Lamp", + "langName": "butter lamp", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Lantern", + "langName": "lantern", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Schwarz Lantern", + "langName": "Black Lantern", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Nightlight", + "langName": "night light", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Christmas Lights", + "langName": "Christmas lights", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Optical Fiber", + "langName": "optical fiber", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Electroluminescent Wire", + "langName": "Luminous wire", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Laser", + "langName": "laser", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Flare", + "langName": "flare", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "rim light", + "langName": "rim light", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "metallic luster", + "langName": "metallic luster", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "background light", + "langName": "background light", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "available light", + "langName": "natural light", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Electric Arc", + "langName": "arc", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Soft Lighting", + "langName": "soft light", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "Hard Lighting", + "langName": "glare", + "object": "Light and shadow effects", + "attribute": "Light" + }, + { + "displayName": "CRT", + "langName": "cathode ray tube", + "object": "Light and shadow effects", + "attribute": "Display technology" + }, + { + "displayName": "LCD", + "langName": "LCD display", + "object": "Light and shadow effects", + "attribute": "Display technology" + }, + { + "displayName": "LED", + "langName": "LED display", + "object": "Light and shadow effects", + "attribute": "Display technology" + }, + { + "displayName": "OLED", + "langName": "OLED display", + "object": "Light and shadow effects", + "attribute": "Display technology" + }, + { + "displayName": "AMOLED", + "langName": "AMOLED display", + "object": "Light and shadow effects", + "attribute": "Display technology" + }, + { + "displayName": "7 Segment Display", + "langName": "seven segment display", + "object": "Light and shadow effects", + "attribute": "Display technology" + }, + { + "displayName": "Dot Matrix Display", + "langName": "dot matrix display", + "object": "Light and shadow effects", + "attribute": "Display technology" + }, + { + "displayName": "Electroluminescent Display", + "langName": "electroluminescent display", + "object": "Light and shadow effects", + "attribute": "Display technology" + }, + { + "displayName": "Vacuum Fluorescent Display", + "langName": "vacuum fluorescent display", + "object": "Light and shadow effects", + "attribute": "Display technology" + }, + { + "displayName": "Phosphor Display", + "langName": "fluorescent display", + "object": "Light and shadow effects", + "attribute": "Display technology" + }, + { + "displayName": "Plasma Display", + "langName": "plasma display", + "object": "Light and shadow effects", + "attribute": "Display technology" + }, + { + "displayName": "Quantum Dot", + "langName": "quantum dots", + "object": "Light and shadow effects", + "attribute": "Display technology" + }, + { + "displayName": "Quantum Dot Display", + "langName": "Quantum dot display", + "object": "Light and shadow effects", + "attribute": "Display technology" + }, + { + "displayName": "Optics", + "langName": "Optics", + "object": "Light and shadow effects", + "attribute": "Display technology" + }, + { + "displayName": "Rough", + "langName": "rough", + "object": "Light and shadow effects", + "attribute": "Reflection/Refraction" + }, + { + "displayName": "Matte", + "langName": "matte", + "object": "Light and shadow effects", + "attribute": "Reflection/Refraction" + }, + { + "displayName": "Glossy", + "langName": "luster", + "object": "Light and shadow effects", + "attribute": "Reflection/Refraction" + }, + { + "displayName": "smooth", + "langName": "smooth", + "object": "Light and shadow effects", + "attribute": "Reflection/Refraction" + }, + { + "displayName": "Shiny", + "langName": "shiny", + "object": "Light and shadow effects", + "attribute": "Reflection/Refraction" + }, + { + "displayName": "Reflective", + "langName": "Reflective", + "object": "Light and shadow effects", + "attribute": "Reflection/Refraction" + }, + { + "displayName": "Polished", + "langName": "polishing", + "object": "Light and shadow effects", + "attribute": "Reflection/Refraction" + }, + { + "displayName": "Shadows", + "langName": "shadow", + "object": "Light and shadow effects", + "attribute": "Reflection/Refraction" + }, + { + "displayName": "Shimmer", + "langName": "shimmer", + "object": "Light and shadow effects", + "attribute": "Reflection/Refraction" + }, + { + "displayName": "Shimmering", + "langName": "sparkling", + "object": "Light and shadow effects", + "attribute": "Reflection/Refraction" + }, + { + "displayName": "Caustics", + "langName": "Caustics", + "object": "Light and shadow effects", + "attribute": "Reflection/Refraction" + }, + { + "displayName": "Refractive", + "langName": "refraction", + "object": "Light and shadow effects", + "attribute": "Reflection/Refraction" + }, + { + "displayName": "reflection light", + "langName": "light reflection", + "object": "Light and shadow effects", + "attribute": "Reflection/Refraction" + }, + { + "displayName": "Ray Tracing Reflections", + "langName": "Ray traced reflections", + "object": "Light and shadow effects", + "attribute": "Reflection/Refraction" + }, + { + "displayName": "Lumen Reflections", + "langName": "Lumen reflection", + "object": "Light and shadow effects", + "attribute": "Reflection/Refraction" + }, + { + "displayName": "Screen Space Reflections", + "langName": "screen space reflection", + "object": "Light and shadow effects", + "attribute": "Reflection/Refraction" + }, + { + "displayName": "ray tracing", + "langName": "Ray tracing", + "object": "Light and shadow effects", + "attribute": "Reflection/Refraction" + }, + { + "displayName": "Ambient Occlusion", + "langName": "ambient occlusion", + "object": "Light and shadow effects", + "attribute": "Reflection/Refraction" + }, + { + "displayName": "Scattering", + "langName": "scattering", + "object": "Light and shadow effects", + "attribute": "Reflection/Refraction" + }, + { + "displayName": "Diffraction Grading", + "langName": "diffraction grating", + "object": "Light and shadow effects", + "attribute": "Reflection/Refraction" + }, + { + "displayName": "RGB Displacement", + "langName": "RGB shift", + "object": "Light and shadow effects", + "attribute": "Reflection/Refraction" + }, + { + "displayName": "Glowing", + "langName": "glow", + "object": "Light and shadow effects", + "attribute": "Glow" + }, + { + "displayName": "Glow-In-The-Dark", + "langName": "luminous", + "object": "Light and shadow effects", + "attribute": "Glow" + }, + { + "displayName": "Bioluminescence", + "langName": "bioluminescence", + "object": "Light and shadow effects", + "attribute": "Glow" + }, + { + "displayName": "Photoluminescence", + "langName": "Photoluminescence", + "object": "Light and shadow effects", + "attribute": "Glow" + }, + { + "displayName": "Chemiluminescence", + "langName": "chemiluminescence", + "object": "Light and shadow effects", + "attribute": "Glow" + }, + { + "displayName": "Cathodoluminescence", + "langName": "cathodoluminescence", + "object": "Light and shadow effects", + "attribute": "Glow" + }, + { + "displayName": "Electroluminescence", + "langName": "electroluminescence", + "object": "Light and shadow effects", + "attribute": "Glow" + }, + { + "displayName": "Radioluminescence", + "langName": "Radioluminescence", + "object": "Light and shadow effects", + "attribute": "Glow" + }, + { + "displayName": "Fluorescence", + "langName": "fluorescence", + "object": "Light and shadow effects", + "attribute": "Glow" + }, + { + "displayName": "Phosphorescence", + "langName": "Phosphorescence", + "object": "Light and shadow effects", + "attribute": "Glow" + }, + { + "displayName": "Thermoluminescence", + "langName": "thermoluminescence", + "object": "Light and shadow effects", + "attribute": "Glow" + }, + { + "displayName": "Electrochemiluminescence", + "langName": "Electrochemiluminescence", + "object": "Light and shadow effects", + "attribute": "Glow" + }, + { + "displayName": "Crystalloluminescence", + "langName": "crystal glow", + "object": "Light and shadow effects", + "attribute": "Glow" + }, + { + "displayName": "Piezoluminescence", + "langName": "Piezoelectric luminescence", + "object": "Light and shadow effects", + "attribute": "Glow" + }, + { + "displayName": "Triboluminescence", + "langName": "triboluminescence", + "object": "Light and shadow effects", + "attribute": "Glow" + }, + { + "displayName": "Mechanoluminescence", + "langName": "Mechanical luminescence", + "object": "Light and shadow effects", + "attribute": "Glow" + }, + { + "displayName": "Lyoluminescence", + "langName": "Photoluminescence", + "object": "Light and shadow effects", + "attribute": "Glow" + }, + { + "displayName": "Candoluminescence", + "langName": "candlelight", + "object": "Light and shadow effects", + "attribute": "Glow" + }, + { + "displayName": "Fractoluminescence", + "langName": "Shards glow", + "object": "Light and shadow effects", + "attribute": "Glow" + }, + { + "displayName": "Sonoluminescence", + "langName": "Sonoluminescence", + "object": "Light and shadow effects", + "attribute": "Glow" + }, + { + "displayName": "Translucidluminescence", + "langName": "translucent glow", + "object": "Light and shadow effects", + "attribute": "Glow" + }, + { + "displayName": "Materiality", + "langName": "Materiality", + "object": "Light and shadow effects", + "attribute": "Glow" + }, + { + "displayName": "black", + "langName": "black", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "darkgray", + "langName": "dark gray", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "gray", + "langName": "grey", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "lightslategray", + "langName": "bright slate gray", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "slategray", + "langName": "gray stone color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "darkslategray", + "langName": "dark green", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "lightgray", + "langName": "light gray", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "gainsboro", + "langName": "Geng's gray", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "white", + "langName": "White", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "whitesmoke", + "langName": "white smoke color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "snow", + "langName": "snow white", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "ghostwhite", + "langName": "ghost white", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "floralwhite", + "langName": "flower white", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "linen", + "langName": "linen color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "antiquewhite", + "langName": "antique white", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "oldlace", + "langName": "presbyopia", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "ivory", + "langName": "ivory", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "seashell", + "langName": "shell white", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "mintcream", + "langName": "mint cream", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "honeydew", + "langName": "honey color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "azure", + "langName": "azure", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "aliceblue", + "langName": "alice blue", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "lavender", + "langName": "lavender color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "lightsteelblue", + "langName": "light steel blue", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "slateblue", + "langName": "stone blue", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "mediumslateblue", + "langName": "medium slate blue", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "lightblue", + "langName": "light blue", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "powderblue", + "langName": "powder blue", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "skyblue", + "langName": "deep sky blue", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "cornflowerblue", + "langName": "cornflower blue", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "royalblue", + "langName": "royal blue", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "mediumblue", + "langName": "medium blue", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "blue", + "langName": "blue", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "darkblue", + "langName": "dark blue", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "navy", + "langName": "navy blue", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "midnightblue", + "langName": "midnight blue", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "teal", + "langName": "dark gray blue", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "darkcyan", + "langName": "Teal", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "cadetblue", + "langName": "dark cyan", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "mediumturquoise", + "langName": "dark turquoise", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "darkturquoise", + "langName": "light sea green", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "turquoise", + "langName": "medium turquoise", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "paleturquoise", + "langName": "light cyan", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "aquamarine", + "langName": "turquoise", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "lightcyan", + "langName": "blue", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "cyan", + "langName": "turquoise", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "dodgerblue", + "langName": "dodge blue", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "darkgreen", + "langName": "green", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "green", + "langName": "forest green", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "forestgreen", + "langName": "sea ​​green", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "seagreen", + "langName": "Zhonghai Green", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "mediumseagreen", + "langName": "medium emerald color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "mediumaquamarine", + "langName": "dark sea green", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "darkseagreen", + "langName": "turquoise", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "lightseagreen", + "langName": "Military blue", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "springgreen", + "langName": "mid-spring green", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "mediumspringgreen", + "langName": "Lawn green", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "lightgreen", + "langName": "grass green", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "palegreen", + "langName": "light green", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "lime", + "langName": "lime green", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "limegreen", + "langName": "olive brown", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "lawngreen", + "langName": "Chartreuse green", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "chartreuse", + "langName": "Yellow-green", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "greenyellow", + "langName": "lime orange", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "yellowgreen", + "langName": "olive green", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "darkolivegreen", + "langName": "olive color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "olivedrab", + "langName": "olive brown", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "olive", + "langName": "olive color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "darkkhaki", + "langName": "dark khaki", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "khaki", + "langName": "Khaki", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "palegoldenrod", + "langName": "light goldenrod", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "lightyellow", + "langName": "light yellow", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "lightgoldenrodyellow", + "langName": "bright golden yellow", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "lemonchiffon", + "langName": "lemon silk color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "beige", + "langName": "beige", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "cornsilk", + "langName": "maize color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "wheat", + "langName": "wheat color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "burlywood", + "langName": "amber", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "gold", + "langName": "gold", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "yellow", + "langName": "yellow", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "darkorange", + "langName": "dark orange", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "orange", + "langName": "orange color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "sandybrown", + "langName": "orange brown", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "peachpuff", + "langName": "peach flesh color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "papayawhip", + "langName": "papaya color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "blanchedalmond", + "langName": "bleached almond", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "bisque", + "langName": "biscuit color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "moccasin", + "langName": "moccasin color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "navajowhite", + "langName": "Navajo White", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "peru", + "langName": "Peruvian color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "darkgoldenrod", + "langName": "Dark goldenrod", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "goldenrod", + "langName": "Golden chrysanthemum", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "chocolate", + "langName": "chocolate color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "saddlebrown", + "langName": "saddle brown", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "sienna", + "langName": "Yellow earthy ocher", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "rosybrown", + "langName": "rose brown", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "darksalmon", + "langName": "Dark salmon color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "salmon", + "langName": "Salmon flesh color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "lightsalmon", + "langName": "Bright salmon color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "indianred", + "langName": "Indian red", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "firebrick", + "langName": "Refractory brick color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "brown", + "langName": "brown", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "maroon", + "langName": "maroon", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "darkred", + "langName": "dark red", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "red", + "langName": "red", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "orangered", + "langName": "orange red", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "tomato", + "langName": "tomato red", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "crimson", + "langName": "dark pink", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "coral", + "langName": "coral", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "lightpink", + "langName": "light pink", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "pink", + "langName": "pink", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "hotpink", + "langName": "hot pink", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "deeppink", + "langName": "dark pink", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "palevioletred", + "langName": "lilac red", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "mediumvioletred", + "langName": "medium violet red", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "lavenderblush", + "langName": "lavender", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "lightcoral", + "langName": "light coral color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "plum", + "langName": "plum color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "mediumorchid", + "langName": "medium orchid purple", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "violet", + "langName": "Purple", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "magenta", + "langName": "magenta", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "fuchsia", + "langName": "Purple red", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "darkmagenta", + "langName": "dark magenta", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "purple", + "langName": "Purple", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "darkorchid", + "langName": "dark orchid purple", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "darkviolet", + "langName": "dark violet", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "blueviolet", + "langName": "blue purple", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "mediumpurple", + "langName": "medium purple", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "indigo", + "langName": "indigo", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "light_brown", + "langName": "light brown", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "dark_pink", + "langName": "dark pink", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "blonde", + "langName": "golden yellow", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "silver", + "langName": "silver", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "mistyrose", + "langName": "mist rose", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "steelblue", + "langName": "steel blue", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "thistle", + "langName": "thistle color", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "darkslateblue", + "langName": "dark gray blue", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "Iridescent", + "langName": "Changing colors", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "Chromatic", + "langName": "colorful", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "Dispersion", + "langName": "Dispersion (the phenomenon in which light of different colors is separated)", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "Prismatic", + "langName": "prism effect", + "object": "Color atmosphere", + "attribute": "Color" + }, + { + "displayName": "yellow color scheme", + "langName": "Yellow main color", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Warm Color Palette", + "langName": "Warm colors", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Cool Color Palette", + "langName": "cool colors", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Colorful", + "langName": "colorful", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Spectral Color", + "langName": "Spectral color", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Inverted Colors", + "langName": "reverse color", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Chroma", + "langName": "Chroma", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Dichromatism", + "langName": "dichroism", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Tetrachromacy", + "langName": "Tetrachromatic vision", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Saturated", + "langName": "saturation", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Neon", + "langName": "neon", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Electric Colors", + "langName": "electronic color", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Tonal Colors", + "langName": "hue color", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Vivid Colors", + "langName": "bright colors", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Complimentary-Colors", + "langName": "complementary colors", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Split-Complementary-Colors", + "langName": "split complementary colors", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Supplementary-Colors", + "langName": "complementary colors", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Analogous-Colors", + "langName": "Similar colors", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Triadic-Colors", + "langName": "triadic colors", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Tetradic-Colors", + "langName": "Four colors (rectangular color matching)", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Polychromatic-Colors", + "langName": "multi-color", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Light", + "langName": "bright", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Dark", + "langName": "dark", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Light Mode", + "langName": "light mode", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Dark Mode", + "langName": "dark mode", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Tones of Black", + "langName": "black tone", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Tones of Black in Background", + "langName": "background black tone", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Light Blue Background", + "langName": "light blue background", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Light Blue Foreground", + "langName": "light blue foreground", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "Light Blue", + "langName": "light blue", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "nostalgia", + "langName": "nostalgic", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "High saturation", + "langName": "High saturation", + "object": "Color atmosphere", + "attribute": "Color palette" + }, + { + "displayName": "monochrome", + "langName": "monochrome", + "object": "Color atmosphere", + "attribute": "Monochrome palette" + }, + { + "displayName": "Black and White", + "langName": "black and white", + "object": "Color atmosphere", + "attribute": "Monochrome palette" + }, + { + "displayName": "Desaturated", + "langName": "Desaturate", + "object": "Color atmosphere", + "attribute": "Monochrome palette" + }, + { + "displayName": "Sepia", + "langName": "Sepia tone (imitates the look of old photos, giving a nostalgic or retro feel)", + "object": "Color atmosphere", + "attribute": "Monochrome palette" + }, + { + "displayName": "flat_color", + "langName": "flat color", + "object": "Color atmosphere", + "attribute": "Monochrome palette" + }, + { + "displayName": "spot_color", + "langName": "solid color", + "object": "Color atmosphere", + "attribute": "Monochrome palette" + }, + { + "displayName": "halftone", + "langName": "halftone", + "object": "Color atmosphere", + "attribute": "Monochrome palette" + }, + { + "displayName": "greyscale", + "langName": "Grayscale", + "object": "Color atmosphere", + "attribute": "Monochrome palette" + }, + { + "displayName": "partially_colored", + "langName": "partial coloring", + "object": "Color atmosphere", + "attribute": "Monochrome palette" + }, + { + "displayName": "contour_deepening", + "langName": "Contour deepens", + "object": "Color atmosphere", + "attribute": "Monochrome palette" + }, + { + "displayName": "(lineart)", + "langName": "Lines become thicker", + "object": "Color atmosphere", + "attribute": "Monochrome palette" + }, + { + "displayName": "outline", + "langName": "Contour line", + "object": "Color atmosphere", + "attribute": "Monochrome palette" + }, + { + "displayName": "high_contrast", + "langName": "high contrast", + "object": "Color atmosphere", + "attribute": "Contrast" + }, + { + "displayName": "low_contrast", + "langName": "low contrast", + "object": "Color atmosphere", + "attribute": "Contrast" + }, + { + "displayName": "RGB", + "langName": "red green blue", + "object": "Color atmosphere", + "attribute": "Monitor color palette" + }, + { + "displayName": "CMYK", + "langName": "CMYK", + "object": "Color atmosphere", + "attribute": "Monitor color palette" + }, + { + "displayName": "VGA", + "langName": "VGA", + "object": "Color atmosphere", + "attribute": "Monitor color palette" + }, + { + "displayName": "EGA", + "langName": "EGA", + "object": "Color atmosphere", + "attribute": "Monitor color palette" + }, + { + "displayName": "CGA", + "langName": "CGA", + "object": "Color atmosphere", + "attribute": "Monitor color palette" + }, + { + "displayName": "HDR", + "langName": "HDR", + "object": "Color atmosphere", + "attribute": "Monitor color palette" + }, + { + "displayName": "Atari Graphics", + "langName": "atari graphics", + "object": "Color atmosphere", + "attribute": "Monitor color palette" + }, + { + "displayName": "IIGS Graphics", + "langName": "IIGS Graphics", + "object": "Color atmosphere", + "attribute": "Monitor color palette" + }, + { + "displayName": "Amiga OCS Graphics", + "langName": "Amiga OCS Graphics", + "object": "Color atmosphere", + "attribute": "Monitor color palette" + }, + { + "displayName": "sRGB", + "langName": "sRGB", + "object": "Color atmosphere", + "attribute": "Monitor color palette" + }, + { + "displayName": "Adobe RGB", + "langName": "Adobe RGB", + "object": "Color atmosphere", + "attribute": "Monitor color palette" + }, + { + "displayName": "DCI-P3", + "langName": "DCI-P3", + "object": "Color atmosphere", + "attribute": "Monitor color palette" + }, + { + "displayName": "HSV", + "langName": "Hue, saturation, lightness", + "object": "Color atmosphere", + "attribute": "Monitor color palette" + }, + { + "displayName": "HSL", + "langName": "Hue, saturation, brightness", + "object": "Color atmosphere", + "attribute": "Monitor color palette" + }, + { + "displayName": "HCL", + "langName": "Hue, chroma, illumination", + "object": "Color atmosphere", + "attribute": "Monitor color palette" + }, + { + "displayName": "YCbCr", + "langName": "ikB", + "object": "Color atmosphere", + "attribute": "Monitor color palette" + }, + { + "displayName": "YPbPr", + "langName": "wxya", + "object": "Color atmosphere", + "attribute": "Monitor color palette" + }, + { + "displayName": "scRGB", + "langName": "Monochrome RGB", + "object": "Color atmosphere", + "attribute": "Monitor color palette" + }, + { + "displayName": "Coloroid", + "langName": "Coloroid", + "object": "Color atmosphere", + "attribute": "Monitor color palette" + }, + { + "displayName": "Pantone", + "langName": "Pantone", + "object": "Color atmosphere", + "attribute": "Monitor color palette" + }, + { + "displayName": "ProPhoto RGB", + "langName": "ProPhoto RGB", + "object": "Color atmosphere", + "attribute": "Monitor color palette" + }, + { + "displayName": "1-bit", + "langName": "1 place", + "object": "Color atmosphere", + "attribute": "Bit" + }, + { + "displayName": "2-bit", + "langName": "2 digits", + "object": "Color atmosphere", + "attribute": "Bit" + }, + { + "displayName": "3-bit", + "langName": "3 digits", + "object": "Color atmosphere", + "attribute": "Bit" + }, + { + "displayName": "4-bit", + "langName": "4 digits", + "object": "Color atmosphere", + "attribute": "Bit" + }, + { + "displayName": "6-bit", + "langName": "6 bits", + "object": "Color atmosphere", + "attribute": "Bit" + }, + { + "displayName": "8-bit", + "langName": "8 bits", + "object": "Color atmosphere", + "attribute": "Bit" + }, + { + "displayName": "12-bit", + "langName": "12 bits", + "object": "Color atmosphere", + "attribute": "Bit" + }, + { + "displayName": "16-bit", + "langName": "16 bit", + "object": "Color atmosphere", + "attribute": "Bit" + }, + { + "displayName": "4-bit RGB", + "langName": "4-bit RGB", + "object": "Color atmosphere", + "attribute": "Bit" + }, + { + "displayName": "8-bit RGB", + "langName": "8-bit RGB", + "object": "Color atmosphere", + "attribute": "Bit" + }, + { + "displayName": "12-bit RGB", + "langName": "12-bit RGB", + "object": "Color atmosphere", + "attribute": "Bit" + }, + { + "displayName": "16-bit RGB", + "langName": "16-bit RGB", + "object": "Color atmosphere", + "attribute": "Bit" + }, + { + "displayName": "Technicolor", + "langName": "technical color", + "object": "Color atmosphere", + "attribute": "Film production" + }, + { + "displayName": "Kinemacolor", + "langName": "film color", + "object": "Color atmosphere", + "attribute": "Film production" + }, + { + "displayName": "Kodachrome", + "langName": "Kodachrome", + "object": "Color atmosphere", + "attribute": "Film production" + }, + { + "displayName": "Cinecolor", + "langName": "movie color", + "object": "Color atmosphere", + "attribute": "Film production" + }, + { + "displayName": "Agfacolor", + "langName": "Agfa color", + "object": "Color atmosphere", + "attribute": "Film production" + }, + { + "displayName": "dynamic pose", + "langName": "Dynamic poses (energetic)", + "object": "Photography", + "attribute": "Perspective" + }, + { + "displayName": "dynamic_angle", + "langName": "dynamic angle", + "object": "Photography", + "attribute": "Perspective" + }, + { + "displayName": "from_above", + "langName": "Shot from above", + "object": "Photography", + "attribute": "Perspective" + }, + { + "displayName": "from_below", + "langName": "Shot from below", + "object": "Photography", + "attribute": "Perspective" + }, + { + "displayName": "cinematic_angle", + "langName": "movie angle", + "object": "Photography", + "attribute": "Perspective" + }, + { + "displayName": "dutch angle", + "langName": "tilt angle", + "object": "Photography", + "attribute": "Perspective" + }, + { + "displayName": "foreshortening", + "langName": "perspective", + "object": "Photography", + "attribute": "Perspective" + }, + { + "displayName": "fisheye", + "langName": "distant perspective painting", + "object": "Photography", + "attribute": "Perspective" + }, + { + "displayName": "camera level/Parallel angles", + "langName": "camera parallel", + "object": "Photography", + "attribute": "Perspective" + }, + { + "displayName": "horizontal view angle", + "langName": "Horizontal viewing angle", + "object": "Photography", + "attribute": "Perspective" + }, + { + "displayName": "isometric view", + "langName": "Isometric view", + "object": "Photography", + "attribute": "Perspective" + }, + { + "displayName": "Aerial View", + "langName": "top view", + "object": "Photography", + "attribute": "Perspective" + }, + { + "displayName": "Top-View", + "langName": "top view", + "object": "Photography", + "attribute": "Perspective" + }, + { + "displayName": "Side-View", + "langName": "side view", + "object": "Photography", + "attribute": "Perspective" + }, + { + "displayName": "Satellite-View", + "langName": "satellite view", + "object": "Photography", + "attribute": "Perspective" + }, + { + "displayName": "phone_screen", + "langName": "mobile phone screen", + "object": "Photography", + "attribute": "Composition" + }, + { + "displayName": "multiple_views", + "langName": "Multi-perspective decomposition", + "object": "Photography", + "attribute": "Composition" + }, + { + "displayName": "mirror selfie", + "langName": "Mirror selfie", + "object": "Photography", + "attribute": "Composition" + }, + { + "displayName": "three-quarter view", + "langName": "3/4 perspective", + "object": "Photography", + "attribute": "Composition" + }, + { + "displayName": "front_view", + "langName": "front view", + "object": "Photography", + "attribute": "Composition" + }, + { + "displayName": "from_side", + "langName": "side view", + "object": "Photography", + "attribute": "Composition" + }, + { + "displayName": "from_outside", + "langName": "From outside to inside", + "object": "Photography", + "attribute": "Composition" + }, + { + "displayName": "from_back", + "langName": "back view", + "object": "Photography", + "attribute": "Composition" + }, + { + "displayName": "from behind", + "langName": "back view", + "object": "Photography", + "attribute": "Composition" + }, + { + "displayName": "Macro View", + "langName": "microscopic view", + "object": "Photography", + "attribute": "Composition" + }, + { + "displayName": "Product-View", + "langName": "product view", + "object": "Photography", + "attribute": "Composition" + }, + { + "displayName": "Closeup-View", + "langName": "Close-up view", + "object": "Photography", + "attribute": "Composition" + }, + { + "displayName": "First-Person", + "langName": "first person", + "object": "Photography", + "attribute": "Composition" + }, + { + "displayName": "First-Person view", + "langName": "first person perspective", + "object": "Photography", + "attribute": "Composition" + }, + { + "displayName": "Third-Person", + "langName": "third person", + "object": "Photography", + "attribute": "Composition" + }, + { + "displayName": "Third-Person View", + "langName": "third person perspective", + "object": "Photography", + "attribute": "Composition" + }, + { + "displayName": "Perspective", + "langName": "perspective view", + "object": "Photography", + "attribute": "Composition" + }, + { + "displayName": "Field of View", + "langName": "field of view", + "object": "Photography", + "attribute": "Composition" + }, + { + "displayName": "Extreme Close-up", + "langName": "above chin", + "object": "Photography", + "attribute": "Viewing height" + }, + { + "displayName": "Medium Close-up", + "langName": "above neck", + "object": "Photography", + "attribute": "Viewing height" + }, + { + "displayName": "Full Close-up", + "langName": "Above the collarbone", + "object": "Photography", + "attribute": "Viewing height" + }, + { + "displayName": "Wide Close-up", + "langName": "above shoulder", + "object": "Photography", + "attribute": "Viewing height" + }, + { + "displayName": "Close Shot", + "langName": "above chest", + "object": "Photography", + "attribute": "Viewing height" + }, + { + "displayName": "Medium Close Shot", + "langName": "above navel", + "object": "Photography", + "attribute": "Viewing height" + }, + { + "displayName": "Medium Shot", + "langName": "above navel", + "object": "Photography", + "attribute": "Viewing height" + }, + { + "displayName": "Medium Full Shot", + "langName": "above knee", + "object": "Photography", + "attribute": "Viewing height" + }, + { + "displayName": "Full Shot", + "langName": "full body portrait", + "object": "Photography", + "attribute": "Viewing height" + }, + { + "displayName": "mid_shot", + "langName": "medium shot", + "object": "Photography", + "attribute": "Viewing height" + }, + { + "displayName": "bust", + "langName": "bust", + "object": "Photography", + "attribute": "Viewing height" + }, + { + "displayName": "upper_body", + "langName": "upper body", + "object": "Photography", + "attribute": "Viewing height" + }, + { + "displayName": "lower_body", + "langName": "lower body", + "object": "Photography", + "attribute": "Viewing height" + }, + { + "displayName": "cowboy_shot", + "langName": "Upper body + upper thigh (denim lens)", + "object": "Photography", + "attribute": "Viewing height" + }, + { + "displayName": "portrait", + "langName": "Portrait (face + shoulders + occasionally chest)", + "object": "Photography", + "attribute": "Viewing height" + }, + { + "displayName": "very close portrait", + "langName": "Close portrait (camera closer)", + "object": "Photography", + "attribute": "Viewing height" + }, + { + "displayName": "profile", + "langName": "Profile portrait (profile version of portrait)", + "object": "Photography", + "attribute": "Viewing height" + }, + { + "displayName": "close-up", + "langName": "close-up", + "object": "Photography", + "attribute": "Viewing height" + }, + { + "displayName": "focus on face", + "langName": "focus on face", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "full-body shot", + "langName": "full body shot", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "foreground focus", + "langName": "front focus", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "wide_shot", + "langName": "Panoramic lens (wide angle lens)", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "macro_shot", + "langName": "macro lens", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "inset", + "langName": "Insert additional footage or pictures", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "cross-section", + "langName": "Sectional view", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "male focus", + "langName": "Male Focus (Female Focus)", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "solo_focus", + "langName": "Focus on a single character (suitable for complex scenes)", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "xx_focus", + "langName": "focus on xx", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "face_focus", + "langName": "focus on face", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "eyes_focus", + "langName": "focus on eyes", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "foot_focus", + "langName": "focus on feet", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "hip_focus", + "langName": "Focus on the buttocks", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "ass_focus", + "langName": "focus on butt", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "vehicle_focus", + "langName": "Focus on the vehicle (car)", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "turn_one's_back", + "langName": "Back to camera", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "between_legs", + "langName": "(emphasis) between the legs", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "between_breasts", + "langName": "(protruding) chest", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "between_fingers", + "langName": "(prominence) between fingers", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "peeking", + "langName": "peeping", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "peeking_out", + "langName": "peeping (gesture)", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "peeping", + "langName": "Voyeur (emphasis on perspective)", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "midriff_peek", + "langName": "navel peek", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "armpit_peek", + "langName": "armpit peek", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "pussy_peek", + "langName": "Puxi peek", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "panty_peek", + "langName": "panty peek", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "pantyshot", + "langName": "Underwear exposed", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "caught", + "langName": "Caught in action", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "upskirt", + "langName": "Upskirt view", + "object": "Photography", + "attribute": "Lens focus" + }, + { + "displayName": "Macro", + "langName": "Macro", + "object": "Photography", + "attribute": "Lenses/Optical Effects" + }, + { + "displayName": "Telephoto", + "langName": "Telephoto", + "object": "Photography", + "attribute": "Lenses/Optical Effects" + }, + { + "displayName": "Magnification", + "langName": "enlarge", + "object": "Photography", + "attribute": "Lenses/Optical Effects" + }, + { + "displayName": "Microscopic", + "langName": "microscopic", + "object": "Photography", + "attribute": "Lenses/Optical Effects" + }, + { + "displayName": "Electron Microscope", + "langName": "electron microscope", + "object": "Photography", + "attribute": "Lenses/Optical Effects" + }, + { + "displayName": "Super-Resolution Microscopy", + "langName": "super resolution microscopy", + "object": "Photography", + "attribute": "Lenses/Optical Effects" + }, + { + "displayName": "Wide Angle", + "langName": "wide angle", + "object": "Photography", + "attribute": "Lenses/Optical Effects" + }, + { + "displayName": "Ultra-Wide Angle", + "langName": "super wide angle", + "object": "Photography", + "attribute": "Lenses/Optical Effects" + }, + { + "displayName": "panorama", + "langName": "panoramic", + "object": "Photography", + "attribute": "Lenses/Optical Effects" + }, + { + "displayName": "360 Panorama", + "langName": "360 panorama", + "object": "Photography", + "attribute": "Lenses/Optical Effects" + }, + { + "displayName": "360 Angle", + "langName": "360 degree view", + "object": "Photography", + "attribute": "Lenses/Optical Effects" + }, + { + "displayName": "Fisheye Lens", + "langName": "fisheye lens", + "object": "Photography", + "attribute": "Lenses/Optical Effects" + }, + { + "displayName": "Fisheye Lens Effect", + "langName": "fisheye lens effect", + "object": "Photography", + "attribute": "Lenses/Optical Effects" + }, + { + "displayName": "Miniature Faking", + "langName": "Miniature model effect", + "object": "Photography", + "attribute": "Lenses/Optical Effects" + }, + { + "displayName": "Brenizer Method", + "langName": "spiral shot", + "object": "Photography", + "attribute": "Lenses/Optical Effects" + }, + { + "displayName": "Panini Projection", + "langName": "Panini projection", + "object": "Photography", + "attribute": "Lenses/Optical Effects" + }, + { + "displayName": "Orthographic", + "langName": "orthographic projection", + "object": "Photography", + "attribute": "Lenses/Optical Effects" + }, + { + "displayName": "Isometric", + "langName": "Isometric projection", + "object": "Photography", + "attribute": "Lenses/Optical Effects" + }, + { + "displayName": "DOF", + "langName": "depth of field", + "object": "Photography", + "attribute": "Lenses/Optical Effects" + }, + { + "displayName": "landscape", + "langName": "Landscape shot (long shot)", + "object": "Photography", + "attribute": "Lenses/Optical Effects" + }, + { + "displayName": "Sharp Focus", + "langName": "sharp focus", + "object": "Photography", + "attribute": "Lenses/Optical Effects" + }, + { + "displayName": "Zoom", + "langName": "zoom", + "object": "Photography", + "attribute": "Lenses/Optical Effects" + }, + { + "displayName": "Dolly Zoom", + "langName": "dolly zoom", + "object": "Photography", + "attribute": "Lenses/Optical Effects" + }, + { + "displayName": "Portrait Photogram", + "langName": "portrait", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "Photorealistic", + "langName": "Photorealism", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "Cinematic", + "langName": "Cinematic feel", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "Color Grading", + "langName": "color grading", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "Dramatic", + "langName": "dramatic", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "Editorial Photography", + "langName": "editorial photography", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "filmic", + "langName": "Cinematic quality", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "film still", + "langName": "film still images", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "film grain", + "langName": "film grain", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "Glamor Shot", + "langName": "charming shots", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "Golden Hour", + "langName": "prime time", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "High-Speed Photograph", + "langName": "high speed photography", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "Intentional camera movement", + "langName": "intentional camera movement", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "Paparazzi Photography", + "langName": "paparazzi photography", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "Photography", + "langName": "photography", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "Photoshoot", + "langName": "photo shoot", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "photo", + "langName": "photo", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "polaroid", + "langName": "Photos (Polaroid)", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "poster,caustics", + "langName": "Poster/Theme Focus", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "Kaleidoscope Photography", + "langName": "kaleidoscope photography", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "Photojournalism", + "langName": "photojournalism", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "Time-Lapse", + "langName": "Time-lapse photography", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "Satellite Imagery", + "langName": "satellite images", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "War Photography", + "langName": "war photography", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "Wildlife Photography", + "langName": "wildlife photography", + "object": "Photography", + "attribute": "Photography style" + }, + { + "displayName": "Blurry", + "langName": "Vague", + "object": "Photography", + "attribute": "Blur/distortion" + }, + { + "displayName": "Blur Effect", + "langName": "Blur effect", + "object": "Photography", + "attribute": "Blur/distortion" + }, + { + "displayName": "Tilt Blur", + "langName": "tilt blur", + "object": "Photography", + "attribute": "Blur/distortion" + }, + { + "displayName": "Lens Distortion", + "langName": "lens distortion", + "object": "Photography", + "attribute": "Blur/distortion" + }, + { + "displayName": "flash photography", + "langName": "Flash photography", + "object": "Photography", + "attribute": "Camera settings" + }, + { + "displayName": "Exposure", + "langName": "exposure", + "object": "Photography", + "attribute": "Camera settings" + }, + { + "displayName": "Short Exposure", + "langName": "short exposure", + "object": "Photography", + "attribute": "Camera settings" + }, + { + "displayName": "Long Exposure", + "langName": "long exposure", + "object": "Photography", + "attribute": "Camera settings" + }, + { + "displayName": "Double-Exposure", + "langName": "double exposure", + "object": "Photography", + "attribute": "Camera settings" + }, + { + "displayName": "Shutter Speed 1/1000", + "langName": "Shutter speed 1/1000", + "object": "Photography", + "attribute": "Camera settings" + }, + { + "displayName": "Shutter Speed 1/2", + "langName": "Shutter speed 1/2", + "object": "Photography", + "attribute": "Camera settings" + }, + { + "displayName": "F/2.8", + "langName": "Aperture/2.8", + "object": "Photography", + "attribute": "Camera settings" + }, + { + "displayName": "F/22", + "langName": "F/22", + "object": "Photography", + "attribute": "Camera settings" + }, + { + "displayName": "Gamma", + "langName": "gamma", + "object": "Photography", + "attribute": "Camera settings" + }, + { + "displayName": "White Balance", + "langName": "white balance", + "object": "Photography", + "attribute": "Camera settings" + }, + { + "displayName": "Schlieren", + "langName": "light wave interference", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Night Vision", + "langName": "Low light photography", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Hyperspectral Imaging", + "langName": "hyperspectral imaging", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Multispectral Imaging", + "langName": "multispectral imaging", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Camcorder Effect", + "langName": "camera effects", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "DSLR", + "langName": "SLR", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "35mm", + "langName": "35mm", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Tri-X 400 TX", + "langName": "Tri-X 400TX", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Instax", + "langName": "Polaroid", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Ektachrome", + "langName": "Kodak Ektachrome", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Fujifilm Superia", + "langName": "Fujifilm", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Fujifilm XT3", + "langName": "Fujifilm XT3", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Polaroid SX-70", + "langName": "Polaroid", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Ilford HP5", + "langName": "Ilford HP5", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Kodak Ektar", + "langName": "Kodak Ektar", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Kodak Gold 200", + "langName": "Kodak Gold 200", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Kodak Portra", + "langName": "Kodak Portra", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Lomo", + "langName": "Lomo", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Nikon D750", + "langName": "Nikon D750", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Provia", + "langName": "Fuji Provia", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Shot on 70mm", + "langName": "Shot on 70mm film", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Velvia", + "langName": "Fuji Velvia", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Vintage", + "langName": "vintage shoot", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Pinhole Photography", + "langName": "pinhole photography", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Photogram", + "langName": "photo", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Daguerrotype", + "langName": "Daguerreotype", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Ambrotype", + "langName": "old photography", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Calotype", + "langName": "Photophotography", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Tintype", + "langName": "tintype photography", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Dashcam-Footage", + "langName": "Driving recorder video", + "object": "Photography", + "attribute": "Camera" + }, + { + "displayName": "Unary", + "langName": "one yuan", + "object": "Photography", + "attribute": "Digital system" + }, + { + "displayName": "Binary", + "langName": "binary", + "object": "Photography", + "attribute": "Digital system" + }, + { + "displayName": "Ternary", + "langName": "ternary", + "object": "Photography", + "attribute": "Digital system" + }, + { + "displayName": "Quaternary", + "langName": "quaternary", + "object": "Photography", + "attribute": "Digital system" + }, + { + "displayName": "Quinary", + "langName": "quinary", + "object": "Photography", + "attribute": "Digital system" + }, + { + "displayName": "Senary", + "langName": "hexadecimal", + "object": "Photography", + "attribute": "Digital system" + }, + { + "displayName": "Septenary", + "langName": "Seven base", + "object": "Photography", + "attribute": "Digital system" + }, + { + "displayName": "Octal", + "langName": "Octal", + "object": "Photography", + "attribute": "Digital system" + }, + { + "displayName": "Nonary", + "langName": "Nine base", + "object": "Photography", + "attribute": "Digital system" + }, + { + "displayName": "Decimal", + "langName": "decimal", + "object": "Photography", + "attribute": "Digital system" + }, + { + "displayName": "Hexadecimal", + "langName": "hexadecimal", + "object": "Photography", + "attribute": "Digital system" + }, + { + "displayName": "depth of field", + "langName": "Depth of field (coordinating human scenes)", + "object": "Photography", + "attribute": "Effect" + }, + { + "displayName": "motion_blur", + "langName": "blur caused by motion", + "object": "Photography", + "attribute": "Effect" + }, + { + "displayName": "motion_lines", + "langName": "Lines that embody movement", + "object": "Photography", + "attribute": "Effect" + }, + { + "displayName": "speed_lines", + "langName": "speed line", + "object": "Photography", + "attribute": "Effect" + }, + { + "displayName": "bokeh", + "langName": "Caustics (blurred background)", + "object": "Photography", + "attribute": "Effect" + }, + { + "displayName": "chromatic_aberration", + "langName": "Chromatic aberration, color out of focus", + "object": "Photography", + "attribute": "Effect" + }, + { + "displayName": "overexposure", + "langName": "overexposed", + "object": "Photography", + "attribute": "Effect" + }, + { + "displayName": "Vignette", + "langName": "Vignette", + "object": "Photography", + "attribute": "Effect" + }, + { + "displayName": "Split Toning", + "langName": "Split grading", + "object": "Photography", + "attribute": "Effect" + }, + { + "displayName": "Rephotography", + "langName": "heavy photography", + "object": "Photography", + "attribute": "Effect" + }, + { + "displayName": "miniature model film", + "langName": "miniatures movie", + "object": "Photography", + "attribute": "Effect" + }, + { + "displayName": "Scanography", + "langName": "scanning photography", + "object": "Photography", + "attribute": "Effect" + }, + { + "displayName": "Slit-Scan Photography", + "langName": "slit scan photography", + "object": "Photography", + "attribute": "Effect" + }, + { + "displayName": "photorealistic,realistic", + "langName": "realistic, simulation", + "object": "Photography", + "attribute": "Effect" + }, + { + "displayName": "realistic", + "langName": "Realistic", + "object": "Photography", + "attribute": "Effect" + }, + { + "displayName": "semi-realistic", + "langName": "semi-realistic", + "object": "Photography", + "attribute": "Effect" + }, + { + "displayName": "realistic shadows", + "langName": "shadow of reality", + "object": "Photography", + "attribute": "Effect" + }, + { + "displayName": "detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "hand details", + "object": "Photography", + "attribute": "Effect" + }, + { + "displayName": "detailed feet and detailed 5 toes and detailed 5 toenails", + "langName": "details of feet", + "object": "Photography", + "attribute": "Effect" + }, + { + "displayName": "Transparent", + "langName": "transparent", + "object": "Material", + "attribute": "Opacity" + }, + { + "displayName": "Translucent", + "langName": "translucent", + "object": "Material", + "attribute": "Opacity" + }, + { + "displayName": "Opaque", + "langName": "opaque", + "object": "Material", + "attribute": "Opacity" + }, + { + "displayName": "Bump Map", + "langName": "Bump map", + "object": "Material", + "attribute": "Map" + }, + { + "displayName": "Bump Mapped", + "langName": "With bump map", + "object": "Material", + "attribute": "Map" + }, + { + "displayName": "Bump Mapping", + "langName": "Bump mapping", + "object": "Material", + "attribute": "Map" + }, + { + "displayName": "Normal Map", + "langName": "normal map", + "object": "Material", + "attribute": "Map" + }, + { + "displayName": "Depth Map", + "langName": "Depth map", + "object": "Material", + "attribute": "Map" + }, + { + "displayName": "Soft Body", + "langName": "software", + "object": "Material", + "attribute": "Soft body" + }, + { + "displayName": "Squishy", + "langName": "fluffy", + "object": "Material", + "attribute": "Soft body" + }, + { + "displayName": "Anisotropy", + "langName": "anisotropy", + "object": "Material", + "attribute": "Characteristic" + }, + { + "displayName": "Carbonated", + "langName": "Carbonated", + "object": "Material", + "attribute": "Characteristic" + }, + { + "displayName": "Effervescent", + "langName": "foaming", + "object": "Material", + "attribute": "Characteristic" + }, + { + "displayName": "Icy", + "langName": "cold", + "object": "Material", + "attribute": "Characteristic" + }, + { + "displayName": "Charred", + "langName": "Carbonization", + "object": "Material", + "attribute": "Characteristic" + }, + { + "displayName": "Corrugated", + "langName": "wrinkled", + "object": "Material", + "attribute": "Characteristic" + }, + { + "displayName": "Perforated", + "langName": "perforation", + "object": "Material", + "attribute": "Characteristic" + }, + { + "displayName": "Wooden", + "langName": "wooden", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Lumber", + "langName": "wood", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Plywood", + "langName": "plywood", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Particle-Board", + "langName": "particle board", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Sawdust", + "langName": "sawdust", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Cork", + "langName": "cork", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Cherry-Wood", + "langName": "cherry wood", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Maple-Wood", + "langName": "maple", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Pine-Wood", + "langName": "pine forest", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Oak-Wood", + "langName": "oak", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Birch-Wood", + "langName": "birch", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Acacia-Wood", + "langName": "Acacia wood", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Cedar-Wood", + "langName": "cedar wood", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Wood-Stain", + "langName": "wood stain", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Planks", + "langName": "board", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Wooden Planks", + "langName": "wooden board", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Nailed-Wood", + "langName": "Nail wood", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Wooden Fence", + "langName": "wooden fence", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Cardboard", + "langName": "cardboard", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Corrugated Fiberboard", + "langName": "corrugated cardboard", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Paperboard", + "langName": "cardboard", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Cardstock", + "langName": "paper jam", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Paper", + "langName": "Paper", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Construction Paper", + "langName": "construction drawings", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Tissue Paper", + "langName": "toilet paper", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Graph Paper", + "langName": "graph paper", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Kraft Paper", + "langName": "Kraft paper", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Washi", + "langName": "Japanese paper", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Wasli", + "langName": "Wasli paper", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Papyrus", + "langName": "Papyrus", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Manuscript Paper", + "langName": "manuscript paper", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Wrapping Paper", + "langName": "wrapping paper", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Parchment", + "langName": "parchment", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Parchment Paper", + "langName": "barbecue paper", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Medieval Parchment", + "langName": "medieval parchment", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Toilet Paper", + "langName": "toilet paper", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Paper Towel", + "langName": "tissue", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Manila Paper", + "langName": "manila paper", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Manila Folder", + "langName": "manila folder", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Envelope", + "langName": "envelope", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Security Paper", + "langName": "Anti-counterfeiting paper", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Rolling Paper", + "langName": "cigarette paper", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Cotton Paper", + "langName": "tissue", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Hemp Fiber", + "langName": "hemp fiber", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Hemp Paper", + "langName": "hemp paper", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Cellulose", + "langName": "Cellulose", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Plastic-Coated Paper", + "langName": "plastic coated paper", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Tar Paper", + "langName": "tar paper", + "object": "Material", + "attribute": "Wood and paper" + }, + { + "displayName": "Soil", + "langName": "soil", + "object": "Material", + "attribute": "Soil" + }, + { + "displayName": "Dirt", + "langName": "dust", + "object": "Material", + "attribute": "Soil" + }, + { + "displayName": "Mud", + "langName": "mud", + "object": "Material", + "attribute": "Soil" + }, + { + "displayName": "Mud Brick", + "langName": "mud brick", + "object": "Material", + "attribute": "Soil" + }, + { + "displayName": "Clay", + "langName": "clay", + "object": "Material", + "attribute": "Soil" + }, + { + "displayName": "Sand", + "langName": "sand", + "object": "Material", + "attribute": "Soil" + }, + { + "displayName": "Gravel", + "langName": "gravel", + "object": "Material", + "attribute": "Soil" + }, + { + "displayName": "Silt", + "langName": "silt", + "object": "Material", + "attribute": "Soil" + }, + { + "displayName": "Dust", + "langName": "dust", + "object": "Material", + "attribute": "Soil" + }, + { + "displayName": "Spodosol", + "langName": "conifer soil", + "object": "Material", + "attribute": "Soil" + }, + { + "displayName": "Podzol", + "langName": "conifer soil", + "object": "Material", + "attribute": "Soil" + }, + { + "displayName": "Sandpaper", + "langName": "sandpaper", + "object": "Material", + "attribute": "Soil" + }, + { + "displayName": "Stone", + "langName": "Stone", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Cobblestone", + "langName": "cobblestone", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Pebbles", + "langName": "pebble", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Rock", + "langName": "rock", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Rocky", + "langName": "rocky", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Bedrock", + "langName": "bedrock", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Flint", + "langName": "flint", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Sandstone", + "langName": "sandstone", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Basalt", + "langName": "basalt", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Marble", + "langName": "marble", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Granite", + "langName": "granite", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Diorite", + "langName": "Diorite", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Andesite", + "langName": "andesite", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Gypsum", + "langName": "plaster", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Coal", + "langName": "coal", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Sulfur", + "langName": "Sulfur", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Graphene", + "langName": "graphene", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Carbon Nanotubes", + "langName": "carbon nanotubes", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Carbon Fiber", + "langName": "carbon fiber", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Concrete", + "langName": "concrete", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Sidewalk", + "langName": "sidewalk", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Asphalt", + "langName": "asphalt", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Hempcrete", + "langName": "hemp concrete", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Brick", + "langName": "brick", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Terracotta", + "langName": "red clay", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Pottery", + "langName": "pottery", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Ceramic", + "langName": "ceramic products", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Enamel", + "langName": "enamel", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Sheetrock", + "langName": "gypsum board", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Plaster", + "langName": "stucco", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Asbestos", + "langName": "asbestos", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Slag", + "langName": "slag", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Vermiculite", + "langName": "Vermiculite", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Perlite", + "langName": "perlite", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Borax", + "langName": "Borax", + "object": "Material", + "attribute": "Stones and minerals" + }, + { + "displayName": "Metallic", + "langName": "metallic", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Metal", + "langName": "Metal", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Liquid Metal", + "langName": "liquid metal", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Foil", + "langName": "foil", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Rusty", + "langName": "rusty", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Pewter", + "langName": "pewter", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Copper", + "langName": "copper", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Tin", + "langName": "tin", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Aluminum", + "langName": "aluminum", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Brushed Aluminum", + "langName": "brushed aluminum", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Bronze", + "langName": "bronze", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Brass", + "langName": "brass", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Iron", + "langName": "iron", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Wrought Iron", + "langName": "wrought iron", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Steel", + "langName": "steel", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Stainless Steel", + "langName": "Stainless steel", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Damascus Steel", + "langName": "damascus steel", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Titanium", + "langName": "titanium", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Anodized Titanium", + "langName": "anodized titanium", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Damascus Titanium", + "langName": "damascus titanium", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Sterling Silver", + "langName": "Sterling silver", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Sterling", + "langName": "Standard silver", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Rose-Gold", + "langName": "rose gold", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Platinum", + "langName": "platinum", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Chromium", + "langName": "chromium", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Chrome", + "langName": "chrome plated", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Mercury", + "langName": "mercury", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Mercury Metal", + "langName": "mercury metal", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Molten Mercury", + "langName": "molten mercury", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Molten Mercury Metal", + "langName": "molten mercury metal", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Gallium", + "langName": "gallium", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Magnesium", + "langName": "magnesium", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Zinc", + "langName": "zinc", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Lead", + "langName": "lead", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Tungsten", + "langName": "Tungsten", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Zirconium", + "langName": "zirconium", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Cubic Zirconium", + "langName": "cubic zircon", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Cobalt", + "langName": "cobalt", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Uranium", + "langName": "uranium", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Sodium", + "langName": "sodium", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Potassium", + "langName": "Potassium", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Constantan", + "langName": "Constantan", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Hepatizon", + "langName": "Hepa Copper", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Nichrome", + "langName": "Nichrome", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Damascus", + "langName": "damascus", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Iron Filings", + "langName": "iron filings", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Copper-Sulfate", + "langName": "copper sulfate", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Solder", + "langName": "solder", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Metallic Fiber", + "langName": "metal fiber", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Armature Wire", + "langName": "Armored wire", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Metal Foam", + "langName": "metal foam", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Needle", + "langName": "Needle", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Screw", + "langName": "screw", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Paper Clips", + "langName": "paper clip", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Chain-link", + "langName": "chain", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Chicken Wire", + "langName": "barbed wire", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Chain-link Fence", + "langName": "chain link fence", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Glassy", + "langName": "Vitreous", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Stained Glass", + "langName": "stained glass", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Stained Glass Windows", + "langName": "stained glass windows", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Seaglass", + "langName": "sea ​​glass", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Mirror", + "langName": "Mirror", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Fiberglass", + "langName": "fiberglass", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Glass Fiber", + "langName": "fiberglass", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Glass and Crystals", + "langName": "glass and crystal", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Crystalline", + "langName": "crystal", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Diamond", + "langName": "diamond", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Amethyst", + "langName": "amethyst", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Quartz", + "langName": "quartz", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Smoky Quartz", + "langName": "smoked quartz", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Rose Quartz", + "langName": "rose quartz", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Milky Quartz", + "langName": "Opalescent Quartz", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Rutilated Quartz", + "langName": "titanium crystal quartz", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Sceptred Quartz", + "langName": "nodular quartz", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Herkimer Diamond", + "langName": "Herkimer Diamond", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Ruby", + "langName": "ruby", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Sapphire", + "langName": "sapphire", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Emerald", + "langName": "emerald", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Pearl", + "langName": "pearl", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Citrine", + "langName": "citrine", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Fluorite", + "langName": "fluorite", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Onyx", + "langName": "agate", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Lapis Lazuli", + "langName": "lapis lazuli", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Obsidian", + "langName": "obsidian", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Selenite", + "langName": "Transparent plaster", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Jasper", + "langName": "carnelian", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Opal", + "langName": "opal", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Opalite", + "langName": "opal agate", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Topaz", + "langName": "topaz", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Agate", + "langName": "agate", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Carnelian", + "langName": "red agate", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Ametrine", + "langName": "Ametrine", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Aventurine", + "langName": "green tourmaline", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Borax Crystals", + "langName": "Borax crystals", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Colloidal Crystal", + "langName": "colloidal crystals", + "object": "Material", + "attribute": "Glass and crystal" + }, + { + "displayName": "Cloth", + "langName": "cloth", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Cotton", + "langName": "cotton", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Polyester", + "langName": "polyester fiber", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Twine", + "langName": "Twine", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Silk", + "langName": "silk", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Denim", + "langName": "denim", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Leather", + "langName": "leather", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Felt", + "langName": "Felt", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Felt Cloth", + "langName": "felt cloth", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Cashmere", + "langName": "Cashmere", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Velvet", + "langName": "velvet", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Corduroy", + "langName": "corduroy", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Nylon", + "langName": "nylon", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Polyamide", + "langName": "polyamide", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Kevlar", + "langName": "Aramid", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Spandex", + "langName": "spandex", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Rayon", + "langName": "Rayon", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Microfiber", + "langName": "microfiber", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Fibers", + "langName": "fiber", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Lyocell", + "langName": "Lyocell", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Cordura", + "langName": "Kaudura", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Lurex", + "langName": "purl", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Nomex", + "langName": "Nomex", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Quilt", + "langName": "Quilt", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Memory Foam", + "langName": "memory foam", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Lint", + "langName": "lint", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Blanket", + "langName": "blanket", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Pin Cushion", + "langName": "pincushion", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Yarn", + "langName": "yarn", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Knitted", + "langName": "knitted", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Rug", + "langName": "area rug", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Crochet", + "langName": "Crochet", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Cross Stich", + "langName": "cross stitch", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Needle Point", + "langName": "knitting", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Patch", + "langName": "patch", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Sewen", + "langName": "sewing", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Applique", + "langName": "applique", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Macrame", + "langName": "lace", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Weave", + "langName": "braid", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Net", + "langName": "net", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Netting", + "langName": "Mesh cloth", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Gauze", + "langName": "gauze", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Spider Web", + "langName": "spider web", + "object": "Material", + "attribute": "Cloth" + }, + { + "displayName": "Plastic", + "langName": "plastic", + "object": "Material", + "attribute": "Plastic/foam film" + }, + { + "displayName": "Shrink Wrap", + "langName": "shrink film", + "object": "Material", + "attribute": "Plastic/foam film" + }, + { + "displayName": "Plastic Wrap", + "langName": "plastic wrap", + "object": "Material", + "attribute": "Plastic/foam film" + }, + { + "displayName": "Cling Wrap", + "langName": "Sticky packaging film", + "object": "Material", + "attribute": "Plastic/foam film" + }, + { + "displayName": "Teflon", + "langName": "Teflon", + "object": "Material", + "attribute": "Plastic/foam film" + }, + { + "displayName": "Lego", + "langName": "Lego", + "object": "Material", + "attribute": "Plastic/foam film" + }, + { + "displayName": "Polyurethane", + "langName": "Polyurethane", + "object": "Material", + "attribute": "Plastic/foam film" + }, + { + "displayName": "Polyethylene", + "langName": "polyethylene", + "object": "Material", + "attribute": "Plastic/foam film" + }, + { + "displayName": "Polyvinyl", + "langName": "polyethylene", + "object": "Material", + "attribute": "Plastic/foam film" + }, + { + "displayName": "Polypropylene", + "langName": "Polypropylene", + "object": "Material", + "attribute": "Plastic/foam film" + }, + { + "displayName": "Polyimide", + "langName": "polyimide", + "object": "Material", + "attribute": "Plastic/foam film" + }, + { + "displayName": "Styrofoam", + "langName": "Styrofoam", + "object": "Material", + "attribute": "Plastic/foam film" + }, + { + "displayName": "Foam", + "langName": "Foam", + "object": "Material", + "attribute": "Plastic/foam film" + }, + { + "displayName": "Rubber", + "langName": "rubber", + "object": "Material", + "attribute": "Rubber" + }, + { + "displayName": "Rubber Band", + "langName": "rubber band", + "object": "Material", + "attribute": "Rubber" + }, + { + "displayName": "Rubber Band Ball", + "langName": "rubber band ball", + "object": "Material", + "attribute": "Rubber" + }, + { + "displayName": "Balloon", + "langName": "balloon", + "object": "Material", + "attribute": "Rubber" + }, + { + "displayName": "Nitrile", + "langName": "Nitrile rubber", + "object": "Material", + "attribute": "Rubber" + }, + { + "displayName": "Silicone", + "langName": "Silicone", + "object": "Material", + "attribute": "Rubber" + }, + { + "displayName": "Vinyl", + "langName": "vinyl plastic", + "object": "Material", + "attribute": "Rubber" + }, + { + "displayName": "Linoleum", + "langName": "linoleum", + "object": "Material", + "attribute": "Rubber" + }, + { + "displayName": "Silly Band", + "langName": "rubber band", + "object": "Material", + "attribute": "Rubber" + }, + { + "displayName": "Wax", + "langName": "wax", + "object": "Material", + "attribute": "Wax" + }, + { + "displayName": "Wax Paper", + "langName": "stencil", + "object": "Material", + "attribute": "Wax" + }, + { + "displayName": "Carnauba Wax", + "langName": "carnauba wax", + "object": "Material", + "attribute": "Wax" + }, + { + "displayName": "Candelilla Wax", + "langName": "candelilla wax", + "object": "Material", + "attribute": "Wax" + }, + { + "displayName": "Paraffin Wax", + "langName": "paraffin", + "object": "Material", + "attribute": "Wax" + }, + { + "displayName": "Shellac", + "langName": "shellac", + "object": "Material", + "attribute": "Wax" + }, + { + "displayName": "Ice", + "langName": "ice", + "object": "Material", + "attribute": "Ice and snow" + }, + { + "displayName": "Blue-Ice", + "langName": "blue ice", + "object": "Material", + "attribute": "Ice and snow" + }, + { + "displayName": "Dry Ice", + "langName": "dry ice", + "object": "Material", + "attribute": "Ice and snow" + }, + { + "displayName": "Hairy", + "langName": "hairy", + "object": "Material", + "attribute": "Hair/fur" + }, + { + "displayName": "Fuzz", + "langName": "Fluff", + "object": "Material", + "attribute": "Hair/fur" + }, + { + "displayName": "Beard", + "langName": "beard", + "object": "Material", + "attribute": "Hair/fur" + }, + { + "displayName": "Feathers", + "langName": "feather", + "object": "Material", + "attribute": "Hair/fur" + }, + { + "displayName": "Zebra", + "langName": "zebra", + "object": "Material", + "attribute": "Hair/fur" + }, + { + "displayName": "Dust-Bunny", + "langName": "gray rabbit", + "object": "Material", + "attribute": "Hair/fur" + }, + { + "displayName": "Liquid", + "langName": "liquid", + "object": "Material", + "attribute": "Liquid" + }, + { + "displayName": "Water", + "langName": "water", + "object": "Material", + "attribute": "Liquid" + }, + { + "displayName": "Lava", + "langName": "magma", + "object": "Material", + "attribute": "Liquid" + }, + { + "displayName": "Magma", + "langName": "lava", + "object": "Material", + "attribute": "Liquid" + }, + { + "displayName": "Molten Rock", + "langName": "melt rock", + "object": "Material", + "attribute": "Liquid" + }, + { + "displayName": "Ferro Fluid", + "langName": "ferrofluid", + "object": "Material", + "attribute": "Liquid" + }, + { + "displayName": "Liquid Crystal", + "langName": "liquid crystal", + "object": "Material", + "attribute": "Liquid" + }, + { + "displayName": "Gasoline", + "langName": "gasoline", + "object": "Material", + "attribute": "Liquid" + }, + { + "displayName": "Turpentine", + "langName": "turpentine", + "object": "Material", + "attribute": "Liquid" + }, + { + "displayName": "Mineral Oil", + "langName": "mineral oil", + "object": "Material", + "attribute": "Liquid" + }, + { + "displayName": "Motor Oil", + "langName": "engine oil", + "object": "Material", + "attribute": "Liquid" + }, + { + "displayName": "Sea Foam", + "langName": "sea ​​foam", + "object": "Material", + "attribute": "Liquid" + }, + { + "displayName": "Emulsion", + "langName": "emulsification", + "object": "Material", + "attribute": "Liquid" + }, + { + "displayName": "Lipid", + "langName": "Lipids", + "object": "Material", + "attribute": "Liquid" + }, + { + "displayName": "Flubber", + "langName": "Elastic fabric", + "object": "Material", + "attribute": "Slime" + }, + { + "displayName": "Putty", + "langName": "Adhesives for sealing and filling voids", + "object": "Material", + "attribute": "Slime" + }, + { + "displayName": "Poster Tack", + "langName": "Poster glue", + "object": "Material", + "attribute": "Slime" + }, + { + "displayName": "Gel", + "langName": "gel", + "object": "Material", + "attribute": "Viscosity" + }, + { + "displayName": "Aerogel", + "langName": "aerogel", + "object": "Material", + "attribute": "Viscosity" + }, + { + "displayName": "Softgel", + "langName": "Soft capsule", + "object": "Material", + "attribute": "Viscosity" + }, + { + "displayName": "Silica Gel", + "langName": "Silicone", + "object": "Material", + "attribute": "Viscosity" + }, + { + "displayName": "Ballistic Gel", + "langName": "ballistic gel", + "object": "Material", + "attribute": "Viscosity" + }, + { + "displayName": "Jellyfish", + "langName": "jellyfish", + "object": "Material", + "attribute": "Viscosity" + }, + { + "displayName": "Ballistic Foam", + "langName": "ballistic foam", + "object": "Material", + "attribute": "Viscosity" + }, + { + "displayName": "Sponge", + "langName": "sponge", + "object": "Material", + "attribute": "Viscosity" + }, + { + "displayName": "Spongy", + "langName": "spongy", + "object": "Material", + "attribute": "Viscosity" + }, + { + "displayName": "Tape", + "langName": "adhesive tape", + "object": "Material", + "attribute": "Adhesive" + }, + { + "displayName": "Duct Tape", + "langName": "Tape", + "object": "Material", + "attribute": "Adhesive" + }, + { + "displayName": "Scotch Tape", + "langName": "Transparent glue", + "object": "Material", + "attribute": "Adhesive" + }, + { + "displayName": "Clear Tape", + "langName": "Scotch tape", + "object": "Material", + "attribute": "Adhesive" + }, + { + "displayName": "Packing Tape", + "langName": "Sealing tape", + "object": "Material", + "attribute": "Adhesive" + }, + { + "displayName": "Masking Tape", + "langName": "Masking tape", + "object": "Material", + "attribute": "Adhesive" + }, + { + "displayName": "Kapton", + "langName": "kapton", + "object": "Material", + "attribute": "Adhesive" + }, + { + "displayName": "Kapton Tape", + "langName": "Kapton tape", + "object": "Material", + "attribute": "Adhesive" + }, + { + "displayName": "Adhesive", + "langName": "Adhesive", + "object": "Material", + "attribute": "Adhesive" + }, + { + "displayName": "Glue", + "langName": "glue", + "object": "Material", + "attribute": "Adhesive" + }, + { + "displayName": "Epoxy", + "langName": "Epoxy resin", + "object": "Material", + "attribute": "Adhesive" + }, + { + "displayName": "Polymer", + "langName": "polymer", + "object": "Material", + "attribute": "Polymer" + }, + { + "displayName": "Orbeez", + "langName": "water droplets", + "object": "Material", + "attribute": "Polymer" + }, + { + "displayName": "Oobleck", + "langName": "mixed starch solution", + "object": "Material", + "attribute": "Polymer" + }, + { + "displayName": "Vapor", + "langName": "steam", + "object": "Material", + "attribute": "Gas/powder" + }, + { + "displayName": "Clouds", + "langName": "cloud", + "object": "Material", + "attribute": "Gas/powder" + }, + { + "displayName": "Fog", + "langName": "fog", + "object": "Material", + "attribute": "Gas/powder" + }, + { + "displayName": "Mist", + "langName": "mist", + "object": "Material", + "attribute": "Gas/powder" + }, + { + "displayName": "Gas", + "langName": "gas", + "object": "Material", + "attribute": "Gas/powder" + }, + { + "displayName": "Aerosol", + "langName": "aerosol", + "object": "Material", + "attribute": "Gas/powder" + }, + { + "displayName": "Powder", + "langName": "powder", + "object": "Material", + "attribute": "Gas/powder" + }, + { + "displayName": "Smoke", + "langName": "cigarette", + "object": "Material", + "attribute": "Gas/powder" + }, + { + "displayName": "Plasma", + "langName": "plasma", + "object": "Material", + "attribute": "Plasma and energy" + }, + { + "displayName": "Electric", + "langName": "electricity", + "object": "Material", + "attribute": "Plasma and energy" + }, + { + "displayName": "Electricity", + "langName": "electricity", + "object": "Material", + "attribute": "Plasma and energy" + }, + { + "displayName": "Fire", + "langName": "fire", + "object": "Material", + "attribute": "Plasma and energy" + }, + { + "displayName": "Burn", + "langName": "combustion", + "object": "Material", + "attribute": "Plasma and energy" + }, + { + "displayName": "Inferno", + "langName": "hellfire", + "object": "Material", + "attribute": "Plasma and energy" + }, + { + "displayName": "Jelly", + "langName": "jelly", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Agar", + "langName": "Agar", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Wagyu", + "langName": "Wagyu", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Tallow", + "langName": "tallow", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Butter", + "langName": "butter", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Margarine", + "langName": "margarine", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Cheese", + "langName": "cheese", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Egg Yolk", + "langName": "yolk", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Beans", + "langName": "beans", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Macaroni", + "langName": "pasta", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Marconi and Cheese", + "langName": "Macron cheese", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Pretzel", + "langName": "pretzels", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Churros", + "langName": "Fried dough sticks", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Bread", + "langName": "bread", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Made of Bread", + "langName": "Made of bread", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Sour Cream", + "langName": "sour cream", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Sauce", + "langName": "Sauce", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Pasta Sauce", + "langName": "spaghetti sauce", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Ketchup", + "langName": "ketchup", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Mustard", + "langName": "mustard", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Mayonnaise", + "langName": "mayonnaise", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Syrup", + "langName": "syrup", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Maple Syrup", + "langName": "maple syrup", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Whipped Cream", + "langName": "Fresh cream", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Lollipop", + "langName": "Lollipop", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Cinnamon", + "langName": "Cinnamon", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Caramel", + "langName": "caramel", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Taffy", + "langName": "toffee", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Honeycomb", + "langName": "honeycomb candy", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Edible Ink", + "langName": "edible ink", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Food Coloring", + "langName": "food coloring", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Sprinkles", + "langName": "candy shards", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Fondant Icing", + "langName": "fondant icing", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Royal Icing", + "langName": "meringue", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Wedding Cake", + "langName": "wedding cake", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Cake Decorating", + "langName": "cake decoration", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Shortcrust-Pastry", + "langName": "puff pastry", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Flaky-Pastry", + "langName": "Mille-feuille puff pastry", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Puff-Pastry", + "langName": "Puff pastry", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Eclair", + "langName": "Puffs", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Cannoli", + "langName": "donut roll", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Fruit-Tart", + "langName": "Fruit tart", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Creme Brule", + "langName": "caramel pudding", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Gum", + "langName": "chewing gum", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Toothpaste", + "langName": "toothpaste", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Vegetable Oil", + "langName": "vegetable oil", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Olive Oil", + "langName": "olive oil", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Soda", + "langName": "soda water", + "object": "Material", + "attribute": "Food and consumables" + }, + { + "displayName": "Grass", + "langName": "Grass", + "object": "Material", + "attribute": "Plant" + }, + { + "displayName": "Grassy", + "langName": "grassland", + "object": "Material", + "attribute": "Plant" + }, + { + "displayName": "Floral", + "langName": "flowers", + "object": "Material", + "attribute": "Plant" + }, + { + "displayName": "Vines", + "langName": "vine", + "object": "Material", + "attribute": "Plant" + }, + { + "displayName": "Tree Bark", + "langName": "bark", + "object": "Material", + "attribute": "Plant" + }, + { + "displayName": "Branches", + "langName": "branches", + "object": "Material", + "attribute": "Plant" + }, + { + "displayName": "shrub", + "langName": "shrub", + "object": "Material", + "attribute": "Plant" + }, + { + "displayName": "Leaves", + "langName": "leaves", + "object": "Material", + "attribute": "Plant" + }, + { + "displayName": "Pinecone", + "langName": "pine cone", + "object": "Material", + "attribute": "Plant" + }, + { + "displayName": "Acorn", + "langName": "acorns", + "object": "Material", + "attribute": "Plant" + }, + { + "displayName": "Moss", + "langName": "moss", + "object": "Material", + "attribute": "Plant" + }, + { + "displayName": "Cactus", + "langName": "cactus", + "object": "Material", + "attribute": "Plant" + }, + { + "displayName": "Straw", + "langName": "straw", + "object": "Material", + "attribute": "Plant" + }, + { + "displayName": "Straw-Bale", + "langName": "straw bales", + "object": "Material", + "attribute": "Plant" + }, + { + "displayName": "Hay", + "langName": "hay", + "object": "Material", + "attribute": "Plant" + }, + { + "displayName": "Hay-Bale", + "langName": "hay bales", + "object": "Material", + "attribute": "Plant" + }, + { + "displayName": "Hemp", + "langName": "numb", + "object": "Material", + "attribute": "Plant" + }, + { + "displayName": "Fungi", + "langName": "fungus", + "object": "Material", + "attribute": "Bacteria" + }, + { + "displayName": "Mushrooms", + "langName": "mushroom", + "object": "Material", + "attribute": "Bacteria" + }, + { + "displayName": "Mycelium", + "langName": "hyphae", + "object": "Material", + "attribute": "Bacteria" + }, + { + "displayName": "Moldy", + "langName": "moldy", + "object": "Material", + "attribute": "Bacteria" + }, + { + "displayName": "Lactarius-Indigo", + "langName": "Indigo Milk Mushroom", + "object": "Material", + "attribute": "Bacteria" + }, + { + "displayName": "Latticed-Stinkhorn", + "langName": "Lattice-stalked fungus", + "object": "Material", + "attribute": "Bacteria" + }, + { + "displayName": "Clathrus-Ruber", + "langName": "Rhodococcus", + "object": "Material", + "attribute": "Bacteria" + }, + { + "displayName": "Laccaria-Amethystina", + "langName": "purple mushroom", + "object": "Material", + "attribute": "Bacteria" + }, + { + "displayName": "Entoloma-Hochstetteri", + "langName": "Powderygophyllum holophylla", + "object": "Material", + "attribute": "Bacteria" + }, + { + "displayName": "Clavaria-Zollingeri", + "langName": "Purple coral fungus", + "object": "Material", + "attribute": "Bacteria" + }, + { + "displayName": "Chlorociboria", + "langName": "green fungus", + "object": "Material", + "attribute": "Bacteria" + }, + { + "displayName": "Golden-Scruffy-Collybia", + "langName": "Golden Crow's Foot Mushroom", + "object": "Material", + "attribute": "Bacteria" + }, + { + "displayName": "Cyptotrama-Asprata", + "langName": "cryptic sawfoot mushroom", + "object": "Material", + "attribute": "Bacteria" + }, + { + "displayName": "Mycena Acicula", + "langName": "Phallophyllum acuminata", + "object": "Material", + "attribute": "Bacteria" + }, + { + "displayName": "Hygrocybe-Cantharellus", + "langName": "Yellow-brown red-footed mushroom", + "object": "Material", + "attribute": "Bacteria" + }, + { + "displayName": "Amanita-Muscaria", + "langName": "Amanita red and white", + "object": "Material", + "attribute": "Bacteria" + }, + { + "displayName": "Favolaschia-Calocera", + "langName": "orangutan finger fungus", + "object": "Material", + "attribute": "Bacteria" + }, + { + "displayName": "Marasmius-Haematocephalus", + "langName": "redhead fungus", + "object": "Material", + "attribute": "Bacteria" + }, + { + "displayName": "Cystoagaricus-Trisulphuratus", + "langName": "Trisulfate mushroom", + "object": "Material", + "attribute": "Bacteria" + }, + { + "displayName": "Tremella-Mesenterica", + "langName": "Xanthomonas", + "object": "Material", + "attribute": "Bacteria" + }, + { + "displayName": "Tremella-Fuciformis", + "langName": "Tremella", + "object": "Material", + "attribute": "Bacteria" + }, + { + "displayName": "Tornado", + "langName": "tornado", + "object": "Material", + "attribute": "Object" + }, + { + "displayName": "Cage", + "langName": "cage", + "object": "Material", + "attribute": "Object" + }, + { + "displayName": "Cheese Grater", + "langName": "cheese grater", + "object": "Material", + "attribute": "Object" + }, + { + "displayName": "Slinky", + "langName": "spring toys", + "object": "Material", + "attribute": "Object" + }, + { + "displayName": "Yin Yang", + "langName": "yin and yang", + "object": "Material", + "attribute": "Symbol" + }, + { + "displayName": "Taiji", + "langName": "Tai Chi", + "object": "Material", + "attribute": "Symbol" + }, + { + "displayName": "Bagua", + "langName": "Gossip", + "object": "Material", + "attribute": "Symbol" + }, + { + "displayName": "Wu Xing", + "langName": "Five elements (metal, wood, water, fire and earth)", + "object": "Material", + "attribute": "Symbol" + }, + { + "displayName": "Gorgeous", + "langName": "gorgeous", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "stunning", + "langName": "amazing", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "intricate", + "langName": "complex", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "detailed", + "langName": "full of details", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "luxurious", + "langName": "luxury", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "subtle", + "langName": "delicate", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "delicate", + "langName": "exquisite", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "captivating", + "langName": "charming", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Refreshing", + "langName": "fresh", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Divine", + "langName": "sacred", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Infused", + "langName": "blend in", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Essence", + "langName": "Essence", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Ineffable", + "langName": "indescribable", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Powerful", + "langName": "powerful", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Weak", + "langName": "weak", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Thick", + "langName": "thick", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Massive Scale", + "langName": "large scale", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Massive", + "langName": "A lot of", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Huge", + "langName": "huge", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Large", + "langName": "big", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Big", + "langName": "big", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Mini", + "langName": "mini", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Tiny", + "langName": "small", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Micro", + "langName": "microscopic", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Nano", + "langName": "nanometer", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Flexible", + "langName": "Flexible", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Paradox", + "langName": "paradox", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Feng Shui", + "langName": "Feng Shui", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Perfectionism", + "langName": "perfectionism", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "OCD", + "langName": "obsessive-compulsive disorder", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Array", + "langName": "a series", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Muted", + "langName": "mute", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Visual Perception", + "langName": "visual perception", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Visual Agnosia", + "langName": "visual agnosia", + "object": "Material", + "attribute": "Concept" + }, + { + "displayName": "Amber", + "langName": "amber", + "object": "Material", + "attribute": "Other materials" + }, + { + "displayName": "Inlay", + "langName": "mosaic", + "object": "Material", + "attribute": "Other materials" + }, + { + "displayName": "Wires", + "langName": "electric wire", + "object": "Material", + "attribute": "Other materials" + }, + { + "displayName": "Cells", + "langName": "cell", + "object": "Material", + "attribute": "Other materials" + }, + { + "displayName": "Cellular", + "langName": "mesh", + "object": "Material", + "attribute": "Other materials" + }, + { + "displayName": "Transistor", + "langName": "transistor", + "object": "Material", + "attribute": "Other materials" + }, + { + "displayName": "Diode", + "langName": "diode", + "object": "Material", + "attribute": "Other materials" + }, + { + "displayName": "Point", + "langName": "point", + "object": "Geometric composition", + "attribute": "Shape" + }, + { + "displayName": "Dot", + "langName": "point", + "object": "Geometric composition", + "attribute": "Shape" + }, + { + "displayName": "Line", + "langName": "Wire", + "object": "Geometric composition", + "attribute": "Shape" + }, + { + "displayName": "Curve", + "langName": "curve", + "object": "Geometric composition", + "attribute": "Shape" + }, + { + "displayName": "Bezier Curve", + "langName": "Bezier curve", + "object": "Geometric composition", + "attribute": "Shape" + }, + { + "displayName": "Triangle", + "langName": "triangle", + "object": "Geometric composition", + "attribute": "Shape" + }, + { + "displayName": "Square", + "langName": "square", + "object": "Geometric composition", + "attribute": "Shape" + }, + { + "displayName": "Pentagon", + "langName": "pentagon", + "object": "Geometric composition", + "attribute": "Shape" + }, + { + "displayName": "Hexagon", + "langName": "hexagon", + "object": "Geometric composition", + "attribute": "Shape" + }, + { + "displayName": "Hexagonal", + "langName": "hexagon", + "object": "Geometric composition", + "attribute": "Shape" + }, + { + "displayName": "Heptagon", + "langName": "heptagon", + "object": "Geometric composition", + "attribute": "Shape" + }, + { + "displayName": "Octagon", + "langName": "octagon", + "object": "Geometric composition", + "attribute": "Shape" + }, + { + "displayName": "Nonagon", + "langName": "nonagon", + "object": "Geometric composition", + "attribute": "Shape" + }, + { + "displayName": "Decagon", + "langName": "decagon", + "object": "Geometric composition", + "attribute": "Shape" + }, + { + "displayName": "Rectangle", + "langName": "rectangle", + "object": "Geometric composition", + "attribute": "Shape" + }, + { + "displayName": "Rectangular", + "langName": "Rectangular", + "object": "Geometric composition", + "attribute": "Shape" + }, + { + "displayName": "Parallelogram", + "langName": "parallelogram", + "object": "Geometric composition", + "attribute": "Shape" + }, + { + "displayName": "Rhombus", + "langName": "diamond", + "object": "Geometric composition", + "attribute": "Shape" + }, + { + "displayName": "Heart", + "langName": "Heart", + "object": "Geometric composition", + "attribute": "Shape" + }, + { + "displayName": "Spirangle", + "langName": "spiral", + "object": "Geometric composition", + "attribute": "Shape" + }, + { + "displayName": "Cube", + "langName": "cube", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Cuboid", + "langName": "cuboid", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Sphere", + "langName": "sphere", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Cone", + "langName": "cone", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Cylinder", + "langName": "cylinder", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Pyramid", + "langName": "pyramid", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Torus", + "langName": "torus", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Rectangular Prism", + "langName": "right angle prism", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Star Prism", + "langName": "star prism", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Wedge", + "langName": "Wedge", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Zonohedron", + "langName": "Polyhedron", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Tetrahedron", + "langName": "tetrahedron", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Octahedron", + "langName": "octahedron", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Dodecahedron", + "langName": "Dodecahedron", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Icosahedron", + "langName": "icosahedron", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Kepler-Poinsot Polyhedra", + "langName": "Kepler point polyhedron", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Cuboctahedron", + "langName": "cuboctahedron", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Rhombicuboctahedron", + "langName": "rhombohedral cuboctahedron", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Icosidodecahedron", + "langName": "icosahedron", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Rhombicosidodecahedron", + "langName": "rhombohedral icosahedron", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Trapezohedron", + "langName": "trapezoidal body", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Cupola", + "langName": "dome", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Anticupola", + "langName": "reverse dome", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Hypercupolae", + "langName": "super dome", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Bicupola", + "langName": "double dome", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Frustum", + "langName": "truncated cone", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Bifrustum", + "langName": "double frustum", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Rotunda", + "langName": "rotunda", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Birotunda", + "langName": "Double rotunda", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Prismatoid", + "langName": "prism", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Scutoid", + "langName": "scaly polyhedron", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Bipyramid", + "langName": "double cone", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Star Bipyramid", + "langName": "star double cone", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Anti-Prism", + "langName": "Antiprism", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Trapezohedra", + "langName": "trapezoidal cone", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Star Trapezohedron", + "langName": "star trapezoidal cone", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Spherical polyhedron", + "langName": "spherical polyhedron", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Mobius strip", + "langName": "Möbius strip", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Hexaflexagon", + "langName": "Hexagonal carton", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Miura fold", + "langName": "Miura folding", + "object": "Geometric composition", + "attribute": "Object" + }, + { + "displayName": "Hypercube", + "langName": "hypercube", + "object": "Geometric composition", + "attribute": "Super shape" + }, + { + "displayName": "Hyperprism", + "langName": "super prism", + "object": "Geometric composition", + "attribute": "Super shape" + }, + { + "displayName": "Hyperpyramid", + "langName": "super pyramid", + "object": "Geometric composition", + "attribute": "Super shape" + }, + { + "displayName": "Hypertorus", + "langName": "hyper torus", + "object": "Geometric composition", + "attribute": "Super shape" + }, + { + "displayName": "Hypersphere", + "langName": "Hypersphere", + "object": "Geometric composition", + "attribute": "Super shape" + }, + { + "displayName": "Hypercone", + "langName": "Hypercone", + "object": "Geometric composition", + "attribute": "Super shape" + }, + { + "displayName": "Hypercylinder", + "langName": "hypercylinder", + "object": "Geometric composition", + "attribute": "Super shape" + }, + { + "displayName": "Hyperzonohedron", + "langName": "super polyhedron", + "object": "Geometric composition", + "attribute": "Super shape" + }, + { + "displayName": "Hypertetrahedron", + "langName": "Hypertetrahedron", + "object": "Geometric composition", + "attribute": "Super shape" + }, + { + "displayName": "Hyperoctahedron", + "langName": "superoctahedron", + "object": "Geometric composition", + "attribute": "Super shape" + }, + { + "displayName": "Hyperdodecahedron", + "langName": "superdodecahedron", + "object": "Geometric composition", + "attribute": "Super shape" + }, + { + "displayName": "Hypericosahedron", + "langName": "Supericosahedron", + "object": "Geometric composition", + "attribute": "Super shape" + }, + { + "displayName": "Flexible Polyhedron", + "langName": "elastic polyhedron", + "object": "Geometric composition", + "attribute": "Super shape" + }, + { + "displayName": "Klein bottle", + "langName": "Klein bottle", + "object": "Geometric composition", + "attribute": "Super shape" + }, + { + "displayName": "Monogon", + "langName": "Hedron", + "object": "Geometric composition", + "attribute": "Super shape" + }, + { + "displayName": "Digon", + "langName": "dihedron", + "object": "Geometric composition", + "attribute": "Super shape" + }, + { + "displayName": "AR", + "langName": "Augmented reality", + "object": "Geometric composition", + "attribute": "Multiverse" + }, + { + "displayName": "VR", + "langName": "virtual reality", + "object": "Geometric composition", + "attribute": "Multiverse" + }, + { + "displayName": "2-Dimensional", + "langName": "two-dimensional", + "object": "Geometric composition", + "attribute": "Multiverse" + }, + { + "displayName": "2D", + "langName": "2D", + "object": "Geometric composition", + "attribute": "Multiverse" + }, + { + "displayName": "2.5-Dimensional", + "langName": "2.5 dimensions", + "object": "Geometric composition", + "attribute": "Multiverse" + }, + { + "displayName": "2.5D", + "langName": "2.5D", + "object": "Geometric composition", + "attribute": "Multiverse" + }, + { + "displayName": "3-Dimensional", + "langName": "three dimensional", + "object": "Geometric composition", + "attribute": "Multiverse" + }, + { + "displayName": "3D", + "langName": "3D", + "object": "Geometric composition", + "attribute": "Multiverse" + }, + { + "displayName": "4-Dimensional", + "langName": "four dimensional", + "object": "Geometric composition", + "attribute": "Multiverse" + }, + { + "displayName": "4D", + "langName": "4D", + "object": "Geometric composition", + "attribute": "Multiverse" + }, + { + "displayName": "5-Dimensional", + "langName": "five dimensions", + "object": "Geometric composition", + "attribute": "Multiverse" + }, + { + "displayName": "5D", + "langName": "5D", + "object": "Geometric composition", + "attribute": "Multiverse" + }, + { + "displayName": "Overdimensional", + "langName": "hyperdimensional", + "object": "Geometric composition", + "attribute": "Multiverse" + }, + { + "displayName": "Underdimensional", + "langName": "second dimension", + "object": "Geometric composition", + "attribute": "Multiverse" + }, + { + "displayName": "Hyperdimensional", + "langName": "hyperdimensionality", + "object": "Geometric composition", + "attribute": "Multiverse" + }, + { + "displayName": "Subdimensional", + "langName": "secondary dimension", + "object": "Geometric composition", + "attribute": "Multiverse" + }, + { + "displayName": "Omnidimensional", + "langName": "full dimension", + "object": "Geometric composition", + "attribute": "Multiverse" + }, + { + "displayName": "Everdimensional", + "langName": "eternal dimension", + "object": "Geometric composition", + "attribute": "Multiverse" + }, + { + "displayName": "Extradimensional", + "langName": "Different dimension", + "object": "Geometric composition", + "attribute": "Multiverse" + }, + { + "displayName": "Beyond-Dimensional", + "langName": "beyond dimensions", + "object": "Geometric composition", + "attribute": "Multiverse" + }, + { + "displayName": "Excessively-dimensional", + "langName": "excessive dimensionality", + "object": "Geometric composition", + "attribute": "Multiverse" + }, + { + "displayName": "Alldimensional", + "langName": "full dimension", + "object": "Geometric composition", + "attribute": "Multiverse" + }, + { + "displayName": "Multiverse", + "langName": "multiverse", + "object": "Geometric composition", + "attribute": "Multiverse" + }, + { + "displayName": "Low Poly", + "langName": "low-profile modeling", + "object": "Geometric composition", + "attribute": "Style" + }, + { + "displayName": "Geometric", + "langName": "geometry", + "object": "Geometric composition", + "attribute": "Style" + }, + { + "displayName": "Non-Euclidian", + "langName": "Non-Euclidean", + "object": "Geometric composition", + "attribute": "Style" + }, + { + "displayName": "Poly", + "langName": "Poly", + "object": "Geometric composition", + "attribute": "Style" + }, + { + "displayName": "Polygon", + "langName": "polygon", + "object": "Geometric composition", + "attribute": "Style" + }, + { + "displayName": "Polygonal", + "langName": "multilateral", + "object": "Geometric composition", + "attribute": "Style" + }, + { + "displayName": "Polyhedron", + "langName": "polyhedron", + "object": "Geometric composition", + "attribute": "Style" + }, + { + "displayName": "Polyhedral", + "langName": "Many sides", + "object": "Geometric composition", + "attribute": "Style" + }, + { + "displayName": "Platonic Solids", + "langName": "Platonic solids", + "object": "Geometric composition", + "attribute": "Style" + }, + { + "displayName": "Archimedean Solids", + "langName": "Archimedean solid", + "object": "Geometric composition", + "attribute": "Style" + }, + { + "displayName": "Catalan solids", + "langName": "Catalonia Stereotype", + "object": "Geometric composition", + "attribute": "Style" + }, + { + "displayName": "Vertex", + "langName": "vertex", + "object": "Geometric composition", + "attribute": "Characteristic" + }, + { + "displayName": "Edge", + "langName": "edge", + "object": "Geometric composition", + "attribute": "Characteristic" + }, + { + "displayName": "Surface", + "langName": "surface", + "object": "Geometric composition", + "attribute": "Characteristic" + }, + { + "displayName": "Interior", + "langName": "internal", + "object": "Geometric composition", + "attribute": "Characteristic" + }, + { + "displayName": "Exterior", + "langName": "external", + "object": "Geometric composition", + "attribute": "Characteristic" + }, + { + "displayName": "Convex", + "langName": "convex", + "object": "Geometric composition", + "attribute": "Characteristic" + }, + { + "displayName": "Concave", + "langName": "concave", + "object": "Geometric composition", + "attribute": "Characteristic" + }, + { + "displayName": "Equiangular", + "langName": "Equiangular", + "object": "Geometric composition", + "attribute": "Characteristic" + }, + { + "displayName": "Equilateral", + "langName": "Equilateral", + "object": "Geometric composition", + "attribute": "Characteristic" + }, + { + "displayName": "Cyclic", + "langName": "circular", + "object": "Geometric composition", + "attribute": "Characteristic" + }, + { + "displayName": "Tangential", + "langName": "tangent", + "object": "Geometric composition", + "attribute": "Characteristic" + }, + { + "displayName": "Rectilinear", + "langName": "straight line", + "object": "Geometric composition", + "attribute": "Characteristic" + }, + { + "displayName": "Traverse", + "langName": "across", + "object": "Geometric composition", + "attribute": "Characteristic" + }, + { + "displayName": "Quasi", + "langName": "plan", + "object": "Geometric composition", + "attribute": "Characteristic" + }, + { + "displayName": "Quasi-Regular", + "langName": "quasi-rules", + "object": "Geometric composition", + "attribute": "Characteristic" + }, + { + "displayName": "Isogonal", + "langName": "Equiangular", + "object": "Geometric composition", + "attribute": "Characteristic" + }, + { + "displayName": "Isotoxal", + "langName": "Waiting for poison", + "object": "Geometric composition", + "attribute": "Characteristic" + }, + { + "displayName": "Isohedral", + "langName": "Equal noodles", + "object": "Geometric composition", + "attribute": "Characteristic" + }, + { + "displayName": "Stellation", + "langName": "star shape", + "object": "Geometric composition", + "attribute": "Characteristic" + }, + { + "displayName": "Ehrhart Polynomial", + "langName": "Ehrhart polynomial", + "object": "Geometric composition", + "attribute": "Characteristic" + }, + { + "displayName": "Ideal polyhedron", + "langName": "ideal polyhedron", + "object": "Geometric composition", + "attribute": "Characteristic" + }, + { + "displayName": "Polytope", + "langName": "polytope", + "object": "Geometric composition", + "attribute": "Characteristic" + }, + { + "displayName": "Realistic Painting", + "langName": "realistic painting", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Fine Art", + "langName": "fine art painting", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Still-Life", + "langName": "still life painting", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Oil Paint", + "langName": "painting", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "((dyeing)),((oil painting)),((impasto))", + "langName": "Oil painting (combination)", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Wet Paint", + "langName": "Wet painting", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Dripping Paint", + "langName": "dripping paint", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Splatter Paint", + "langName": "Splash paint", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Spray Paint", + "langName": "spray paint", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Puffy Paint", + "langName": "three-dimensional pigments", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Glass Paint", + "langName": "glass paint", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Tempera Paint", + "langName": "Tempera", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Gouache Paint", + "langName": "gouache paint", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Chinese Painting", + "langName": "Chinese painting", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Tibetan Painting", + "langName": "tibetan painting", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Scroll Painting", + "langName": "scroll painting", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Canvas", + "langName": "canvas painting", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Color Field Painting", + "langName": "color field painting", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Hard Edge Painting", + "langName": "hard edge painting", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Paper-Marbling", + "langName": "gouache", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Hydrodipped", + "langName": "water stickers", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Painting", + "langName": "painting", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Ink wash painting", + "langName": "ink painting", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "watercolor", + "langName": "watercolor painting", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "(((ink))),((watercolor))", + "langName": "watercolor painting", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Paint", + "langName": "paint", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "acrylic_paint", + "langName": "acrylic paint painting", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Airbrush", + "langName": "Airbrush", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Coffee Paint", + "langName": "coffee paint", + "object": "Image type", + "attribute": "Painting" + }, + { + "displayName": "Illustration", + "langName": "illustration", + "object": "Image type", + "attribute": "Illustration" + }, + { + "displayName": "Storybook Illustration", + "langName": "Storybook illustration", + "object": "Image type", + "attribute": "Illustration" + }, + { + "displayName": "Children's Drawing", + "langName": "children's drawings", + "object": "Image type", + "attribute": "Illustration" + }, + { + "displayName": "Graphic Novel", + "langName": "graphic novel", + "object": "Image type", + "attribute": "Illustration" + }, + { + "displayName": "Visual Novel", + "langName": "visual novel", + "object": "Image type", + "attribute": "Illustration" + }, + { + "displayName": "Illustrated-Booklet", + "langName": "illustrated brochure", + "object": "Image type", + "attribute": "Illustration" + }, + { + "displayName": "Illuminated Manuscript", + "langName": "Illuminated Manuscript", + "object": "Image type", + "attribute": "Illustration" + }, + { + "displayName": "Assembly Drawing", + "langName": "Assembly drawing", + "object": "Image type", + "attribute": "Illustration" + }, + { + "displayName": "wallpaper", + "langName": "wallpaper", + "object": "Image type", + "attribute": "Illustration" + }, + { + "displayName": "extremely detailed wallpaper", + "langName": "Very detailed wallpaper", + "object": "Image type", + "attribute": "Illustration" + }, + { + "displayName": "digital illustration", + "langName": "digital illustration", + "object": "Image type", + "attribute": "Illustration" + }, + { + "displayName": "multiple item spritedsheet", + "langName": "A collection of images of multiple related patterns", + "object": "Image type", + "attribute": "Illustration" + }, + { + "displayName": "game cg", + "langName": "Game CG", + "object": "Image type", + "attribute": "Illustration" + }, + { + "displayName": "extremely detailed cg", + "langName": "Very detailed cg", + "object": "Image type", + "attribute": "Illustration" + }, + { + "displayName": "Drawing", + "langName": "painting", + "object": "Image type", + "attribute": "Hand drawn" + }, + { + "displayName": "Hand-Drawn", + "langName": "hand drawn", + "object": "Image type", + "attribute": "Hand drawn" + }, + { + "displayName": "Doodle", + "langName": "Graffiti", + "object": "Image type", + "attribute": "Hand drawn" + }, + { + "displayName": "sketch", + "langName": "sketch", + "object": "Image type", + "attribute": "Hand drawn" + }, + { + "displayName": "posing sketch", + "langName": "sketch", + "object": "Image type", + "attribute": "Hand drawn" + }, + { + "displayName": "Line Art", + "langName": "line drawing", + "object": "Image type", + "attribute": "Hand drawn" + }, + { + "displayName": "Crosshatch", + "langName": "cross hatching", + "object": "Image type", + "attribute": "Hand drawn" + }, + { + "displayName": "Stipple", + "langName": "Pointillism", + "object": "Image type", + "attribute": "Hand drawn" + }, + { + "displayName": "Dot Art", + "langName": "Pointillism", + "object": "Image type", + "attribute": "Hand drawn" + }, + { + "displayName": "Anatomical Drawing", + "langName": "Anatomy diagram", + "object": "Image type", + "attribute": "Hand drawn" + }, + { + "displayName": "(posing sketch),(monochrome)", + "langName": "black and white sketch", + "object": "Image type", + "attribute": "Hand drawn" + }, + { + "displayName": "Pencil Art", + "langName": "pencil drawing", + "object": "Image type", + "attribute": "Pencil" + }, + { + "displayName": "graphite", + "langName": "graphite pencil", + "object": "Image type", + "attribute": "Pencil" + }, + { + "displayName": "colored_pencil", + "langName": "colored pencils", + "object": "Image type", + "attribute": "Pencil" + }, + { + "displayName": "watercolor_pencil", + "langName": "watercolor pencil", + "object": "Image type", + "attribute": "Pencil" + }, + { + "displayName": "charcoal art", + "langName": "Charcoal drawing", + "object": "Image type", + "attribute": "Pencil" + }, + { + "displayName": "millipen_(medium)", + "langName": "drawing pen", + "object": "Image type", + "attribute": "Pencil" + }, + { + "displayName": "nib_pen_(medium)", + "langName": "drawing pen", + "object": "Image type", + "attribute": "Pencil" + }, + { + "displayName": "(monochrome),(gray scale),(pencil sketch lines)", + "langName": "pencil sketch", + "object": "Image type", + "attribute": "Pencil" + }, + { + "displayName": "faux_traditional_media", + "langName": "Sign painting style", + "object": "Image type", + "attribute": "Pencil" + }, + { + "displayName": "Ink", + "langName": "ink", + "object": "Image type", + "attribute": "Ink" + }, + { + "displayName": "Fountain Pen", + "langName": "pen", + "object": "Image type", + "attribute": "Ink" + }, + { + "displayName": "Fountain Pen Art", + "langName": "pen drawing", + "object": "Image type", + "attribute": "Ink" + }, + { + "displayName": "Ballpoint Pen", + "langName": "ballpoint pen", + "object": "Image type", + "attribute": "Ink" + }, + { + "displayName": "Gel Pen", + "langName": "gel pen", + "object": "Image type", + "attribute": "Ink" + }, + { + "displayName": "ballpoint_pen_(medium)", + "langName": "ballpoint pen", + "object": "Image type", + "attribute": "Ink" + }, + { + "displayName": "Calligraphy", + "langName": "calligraphy", + "object": "Image type", + "attribute": "Ink" + }, + { + "displayName": "marker_(medium)", + "langName": "marker pen", + "object": "Image type", + "attribute": "Ink" + }, + { + "displayName": "copics", + "langName": "Marker (neutral gray)", + "object": "Image type", + "attribute": "Ink" + }, + { + "displayName": "Dry-Erase Marker", + "langName": "whiteboard marker", + "object": "Image type", + "attribute": "Ink" + }, + { + "displayName": "Wet-Erase Marker", + "langName": "erasable marker pen", + "object": "Image type", + "attribute": "Ink" + }, + { + "displayName": "Whiteboard", + "langName": "whiteboard", + "object": "Image type", + "attribute": "Ink" + }, + { + "displayName": "pastel_color", + "langName": "pastel colors", + "object": "Image type", + "attribute": "Ink" + }, + { + "displayName": "Crayon", + "langName": "crayon", + "object": "Image type", + "attribute": "Chalk" + }, + { + "displayName": "Conte", + "langName": "Kangxi pen", + "object": "Image type", + "attribute": "Chalk" + }, + { + "displayName": "Chalk", + "langName": "chalk", + "object": "Image type", + "attribute": "Chalk" + }, + { + "displayName": "Pastel Art", + "langName": "pastel painting", + "object": "Image type", + "attribute": "Chalk" + }, + { + "displayName": "Blackboard", + "langName": "blackboard", + "object": "Image type", + "attribute": "Chalk" + }, + { + "displayName": "Chalkboard", + "langName": "blackboard", + "object": "Image type", + "attribute": "Chalk" + }, + { + "displayName": "Text", + "langName": "text", + "object": "Image type", + "attribute": "Text" + }, + { + "displayName": "Typeface", + "langName": "font", + "object": "Image type", + "attribute": "Text" + }, + { + "displayName": "Font", + "langName": "font", + "object": "Image type", + "attribute": "Text" + }, + { + "displayName": "Says", + "langName": "explain", + "object": "Image type", + "attribute": "Text" + }, + { + "displayName": "Letters", + "langName": "letter", + "object": "Image type", + "attribute": "Text" + }, + { + "displayName": "Graphemes", + "langName": "grapheme", + "object": "Image type", + "attribute": "Text" + }, + { + "displayName": "Written Letters", + "langName": "writing letters", + "object": "Image type", + "attribute": "Text" + }, + { + "displayName": "Words", + "langName": "word", + "object": "Image type", + "attribute": "Text" + }, + { + "displayName": "Lexemes", + "langName": "morpheme", + "object": "Image type", + "attribute": "Text" + }, + { + "displayName": "Written Words", + "langName": "written word", + "object": "Image type", + "attribute": "Text" + }, + { + "displayName": "Caption", + "langName": "title", + "object": "Image type", + "attribute": "Text" + }, + { + "displayName": "Logo", + "langName": "trademark", + "object": "Image type", + "attribute": "Print" + }, + { + "displayName": "Stamp", + "langName": "stamp", + "object": "Image type", + "attribute": "Print" + }, + { + "displayName": "Postage Stamp", + "langName": "stamp", + "object": "Image type", + "attribute": "Print" + }, + { + "displayName": "Business Card", + "langName": "business card", + "object": "Image type", + "attribute": "Print" + }, + { + "displayName": "Collage", + "langName": "collage", + "object": "Image type", + "attribute": "Print" + }, + { + "displayName": "Photocollage", + "langName": "photo collage", + "object": "Image type", + "attribute": "Print" + }, + { + "displayName": "Fotocollage", + "langName": "photo collage", + "object": "Image type", + "attribute": "Print" + }, + { + "displayName": "Lithography", + "langName": "lithography", + "object": "Image type", + "attribute": "Print" + }, + { + "displayName": "Block Printing", + "langName": "Printmaking", + "object": "Image type", + "attribute": "Print" + }, + { + "displayName": "Magazine", + "langName": "Magazine", + "object": "Image type", + "attribute": "Print" + }, + { + "displayName": "Newspaper", + "langName": "newspaper", + "object": "Image type", + "attribute": "Print" + }, + { + "displayName": "Newsprint", + "langName": "newsprint", + "object": "Image type", + "attribute": "Print" + }, + { + "displayName": "Cartographic", + "langName": "mapping", + "object": "Image type", + "attribute": "Print" + }, + { + "displayName": "Blueprint", + "langName": "blueprint", + "object": "Image type", + "attribute": "Print" + }, + { + "displayName": "comic", + "langName": "comics", + "object": "Image type", + "attribute": "Print" + }, + { + "displayName": "Comic Book", + "langName": "comic book", + "object": "Image type", + "attribute": "Print" + }, + { + "displayName": "Booklet", + "langName": "booklet", + "object": "Image type", + "attribute": "Print" + }, + { + "displayName": "Poster", + "langName": "poster", + "object": "Image type", + "attribute": "Print" + }, + { + "displayName": "Sticker", + "langName": "sticker", + "object": "Image type", + "attribute": "Print" + }, + { + "displayName": "Barcode", + "langName": "barcode", + "object": "Image type", + "attribute": "Print" + }, + { + "displayName": "QR Code", + "langName": "QR code", + "object": "Image type", + "attribute": "Print" + }, + { + "displayName": "Pokemon Card", + "langName": "Pokémon Cards (Pocket Monsters)", + "object": "Image type", + "attribute": "Print" + }, + { + "displayName": "Origami", + "langName": "origami", + "object": "Image type", + "attribute": "Origami" + }, + { + "displayName": "Modular Origami", + "langName": "Modular origami", + "object": "Image type", + "attribute": "Origami" + }, + { + "displayName": "Rigid Origami", + "langName": "rigid origami", + "object": "Image type", + "attribute": "Origami" + }, + { + "displayName": "Sonobe", + "langName": "origami bouquet", + "object": "Image type", + "attribute": "Origami" + }, + { + "displayName": "Kirigami", + "langName": "paper cutting", + "object": "Image type", + "attribute": "Origami" + }, + { + "displayName": "Moneygami", + "langName": "banknote origami", + "object": "Image type", + "attribute": "Origami" + }, + { + "displayName": "Wet-Folding", + "langName": "Wet fold", + "object": "Image type", + "attribute": "Origami" + }, + { + "displayName": "pixel art", + "langName": "pixel art", + "object": "Image type", + "attribute": "Mosaic" + }, + { + "displayName": "Mosaic", + "langName": "mosaic", + "object": "Image type", + "attribute": "Mosaic" + }, + { + "displayName": "Micromosaic", + "langName": "Micromosaic", + "object": "Image type", + "attribute": "Mosaic" + }, + { + "displayName": "Glass Mosaic", + "langName": "glass mosaic", + "object": "Image type", + "attribute": "Mosaic" + }, + { + "displayName": "Photographic Mosaic", + "langName": "photo mosaic", + "object": "Image type", + "attribute": "Mosaic" + }, + { + "displayName": "Impressionist Mosaic", + "langName": "impressionist mosaic", + "object": "Image type", + "attribute": "Mosaic" + }, + { + "displayName": "Frame", + "langName": "photo frame", + "object": "Image type", + "attribute": "Frame" + }, + { + "displayName": "Framed", + "langName": "framed", + "object": "Image type", + "attribute": "Frame" + }, + { + "displayName": "Wooden Frame", + "langName": "wooden photo frame", + "object": "Image type", + "attribute": "Frame" + }, + { + "displayName": "Wooden Framed", + "langName": "wooden picture frame", + "object": "Image type", + "attribute": "Frame" + }, + { + "displayName": "Carving", + "langName": "engraving", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Etching", + "langName": "etching", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Sculpture", + "langName": "sculpture", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Papercutting", + "langName": "paper cutting", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "silhouette", + "langName": "silhouette", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Whittling", + "langName": "carving knife", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Wood-Carving", + "langName": "wood carving", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Chip-Carving", + "langName": "flower carving", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Relief-Carving", + "langName": "relief", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Ice-Carving", + "langName": "ice sculpture", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Lacquer", + "langName": "lacquer art", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "String-Art", + "langName": "string art", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Paper-Mache", + "langName": "pulp shaping", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Paper Model", + "langName": "paper model", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Card", + "langName": "card", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Carved Lacquer", + "langName": "carved lacquer", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Fretwork", + "langName": "Hollowing process", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Intaglio", + "langName": "gravure printing", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Mezzotint", + "langName": "Copperplate paint", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Aquatint", + "langName": "gravure printing", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Linocut", + "langName": "Screen printing", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Pyrography", + "langName": "Solder spot painting", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Puppet", + "langName": "puppet", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Balloon Modelling", + "langName": "balloon model", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Balloon Twisting", + "langName": "Balloons of various shapes", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Circuit", + "langName": "Line diagram", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Circuitry", + "langName": "circuit", + "object": "Image type", + "attribute": "Engraving, etching and modeling" + }, + { + "displayName": "Dalle de verre", + "langName": "stained glass", + "object": "Image type", + "attribute": "Pottery and glass" + }, + { + "displayName": "Encaustic painting", + "langName": "porcelain painting", + "object": "Image type", + "attribute": "Pottery and glass" + }, + { + "displayName": "Glaze", + "langName": "glaze", + "object": "Image type", + "attribute": "Pottery and glass" + }, + { + "displayName": "Overglaze", + "langName": "Glaze", + "object": "Image type", + "attribute": "Pottery and glass" + }, + { + "displayName": "Inglaze", + "langName": "Underglaze", + "object": "Image type", + "attribute": "Pottery and glass" + }, + { + "displayName": "Azulejo", + "langName": "Azulejo", + "object": "Image type", + "attribute": "Pottery and glass" + }, + { + "displayName": "Paleolithic Pottery", + "langName": "Paleolithic pottery", + "object": "Image type", + "attribute": "Pottery and glass" + }, + { + "displayName": "Neolithic Pottery", + "langName": "Neolithic pottery", + "object": "Image type", + "attribute": "Pottery and glass" + }, + { + "displayName": "Bone China", + "langName": "bone china", + "object": "Image type", + "attribute": "Pottery and glass" + }, + { + "displayName": "Ornament", + "langName": "decoration", + "object": "Image type", + "attribute": "Pottery and glass" + }, + { + "displayName": "Light Art", + "langName": "light art", + "object": "Image type", + "attribute": "Light" + }, + { + "displayName": "Light Painting", + "langName": "light painting", + "object": "Image type", + "attribute": "Light" + }, + { + "displayName": "Lightpainting", + "langName": "light painting", + "object": "Image type", + "attribute": "Light" + }, + { + "displayName": "traditional_media", + "langName": "Traditional canvas (such as paper, etc.)", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Wall Decal", + "langName": "wall stickers", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Banner", + "langName": "banner", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Signage", + "langName": "signage", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Arts and Crafts", + "langName": "arts and crafts", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Resin", + "langName": "Epoxy resin", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Enamel Pin", + "langName": "Enamel pin", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Bejeweled", + "langName": "Inlaid gems", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Latte Art", + "langName": "Latte art", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Coffee Stain", + "langName": "coffee stains", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Smoke Art", + "langName": "smoke art", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Sticker Bomb", + "langName": "sticker bomb", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Jigsaw", + "langName": "puzzle", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Puzzle", + "langName": "jigsaw puzzle", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Maze", + "langName": "maze", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Toy", + "langName": "Toy", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Site-Specific art", + "langName": "site specific art", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Public Art", + "langName": "public art", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Diorama", + "langName": "diorama", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Hedge Trimming", + "langName": "hedge trimming", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Hatmaking", + "langName": "hat making", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Stencil", + "langName": "stencil", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Negative Space", + "langName": "negative space", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Scrapbooking", + "langName": "scrapbook", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Mixed Media", + "langName": "mixed media", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Frottage", + "langName": "Stampede painting", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Outlined", + "langName": "contour", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Glitter", + "langName": "glitter", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Sparkly", + "langName": "shiny", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Indian Art", + "langName": "indian art", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Soviet Art", + "langName": "soviet art", + "object": "Image type", + "attribute": "Other media" + }, + { + "displayName": "Rock Art", + "langName": "petroglyphs", + "object": "Image type", + "attribute": "Traditional art" + }, + { + "displayName": "Cave Art", + "langName": "cave art", + "object": "Image type", + "attribute": "Traditional art" + }, + { + "displayName": "Mural", + "langName": "mural", + "object": "Image type", + "attribute": "Traditional art" + }, + { + "displayName": "Easter Egg", + "langName": "Easter Egg", + "object": "Image type", + "attribute": "Traditional art" + }, + { + "displayName": "Egg Decorating", + "langName": "Painted eggs", + "object": "Image type", + "attribute": "Traditional art" + }, + { + "displayName": "((art nouveau))", + "langName": "art nouveau", + "object": "Art style", + "attribute": "Historical art style" + }, + { + "displayName": "((classicism))", + "langName": "classicism", + "object": "Art style", + "attribute": "Historical art style" + }, + { + "displayName": "((neoclassicism))", + "langName": "neoclassicism", + "object": "Art style", + "attribute": "Historical art style" + }, + { + "displayName": "((romanticism))", + "langName": "romanticism", + "object": "Art style", + "attribute": "Historical art style" + }, + { + "displayName": "Gothic art", + "langName": "gothic art", + "object": "Art style", + "attribute": "Historical art style" + }, + { + "displayName": "Baroque", + "langName": "Baroque", + "object": "Art style", + "attribute": "Historical art style" + }, + { + "displayName": "Pre-Raphaelite Brotherhood", + "langName": "Pre-Raphaelite", + "object": "Art style", + "attribute": "Historical art style" + }, + { + "displayName": "renaissance art", + "langName": "renaissance style", + "object": "Art style", + "attribute": "Historical art style" + }, + { + "displayName": "academic art", + "langName": "academic", + "object": "Art style", + "attribute": "Historical art style" + }, + { + "displayName": "academicism", + "langName": "academicism", + "object": "Art style", + "attribute": "Historical art style" + }, + { + "displayName": "ancient greek art", + "langName": "ancient greek art", + "object": "Art style", + "attribute": "Historical art style" + }, + { + "displayName": "ancient egypt", + "langName": "ancient egypt", + "object": "Art style", + "attribute": "Historical art style" + }, + { + "displayName": "Minimalism", + "langName": "minimalism", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "Modern Art", + "langName": "modern art", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "contemporary art", + "langName": "contemporary art", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "Concept Art", + "langName": "concept art", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "Digital Art", + "langName": "digital art", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "visionary art", + "langName": "visual arts", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "Hyperrealistic", + "langName": "hyper-realistic", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "hyperrealism", + "langName": "realism", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "abstract expressionism", + "langName": "abstract expressionism", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "cubism", + "langName": "cubism", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "impressionism", + "langName": "Impressionism", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "Neo-impressionism", + "langName": "post-impressionism", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "fauvism", + "langName": "fauvism", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "expressionism", + "langName": "Expressionism", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "Pop art", + "langName": "pop art", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "((abstract art))", + "langName": "abstract art", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "((Dadaism))", + "langName": "Dadaism", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "((futurism))", + "langName": "futuristic", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "Warhol", + "langName": "Andy Warhol style", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "street art", + "langName": "street art", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "folk art", + "langName": "folk art", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "Bauhaus Style", + "langName": "Bauhaus style", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "Luminsm", + "langName": "chromaticism", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "Constructivism", + "langName": "constructivism", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "((dieselpunk))", + "langName": "dieselpunk", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "streampunk", + "langName": "steampunk", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "Disney style", + "langName": "disney style", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "Picos style", + "langName": "Pixar style", + "object": "Art style", + "attribute": "Modern art" + }, + { + "displayName": "realism", + "langName": "realism", + "object": "Art style", + "attribute": "Fiction and reality" + }, + { + "displayName": "Surrealistic", + "langName": "Surrealism", + "object": "Art style", + "attribute": "Fiction and reality" + }, + { + "displayName": "Social realism", + "langName": "social realism", + "object": "Art style", + "attribute": "Fiction and reality" + }, + { + "displayName": "Magic Realism", + "langName": "magic realism", + "object": "Art style", + "attribute": "Fiction and reality" + }, + { + "displayName": "Fantastic Realism", + "langName": "magic realism", + "object": "Art style", + "attribute": "Fiction and reality" + }, + { + "displayName": "Classical Realism", + "langName": "critical realism", + "object": "Art style", + "attribute": "Fiction and reality" + }, + { + "displayName": "miserablism", + "langName": "Melancholy (criticism of poverty and injustice in society)", + "object": "Art style", + "attribute": "Fiction and reality" + }, + { + "displayName": "Contemporary Realism", + "langName": "contemporary realism", + "object": "Art style", + "attribute": "Fiction and reality" + }, + { + "displayName": "Non-Fiction", + "langName": "documentary", + "object": "Art style", + "attribute": "Fiction and reality" + }, + { + "displayName": "ukiyoe", + "langName": "Japanese Ukiyo-e", + "object": "Art style", + "attribute": "Asian art" + }, + { + "displayName": "illustration,(((ukiyoe))),((sketch)),((japanese_art))", + "langName": "Ukiyo-e (group)", + "object": "Art style", + "attribute": "Asian art" + }, + { + "displayName": "traditional chinese painting", + "langName": "Chinese traditional painting", + "object": "Art style", + "attribute": "Asian art" + }, + { + "displayName": "Japonism", + "langName": "Japanese style", + "object": "Art style", + "attribute": "Asian art" + }, + { + "displayName": "Japanese manga style", + "langName": "Japanese manga style", + "object": "Art style", + "attribute": "Asian art" + }, + { + "displayName": "anime style", + "langName": "animation style", + "object": "Art style", + "attribute": "Asian art" + }, + { + "displayName": "Aestheticism Painting", + "langName": "aestheticism painting", + "object": "Art style", + "attribute": "Photography/Painting Style" + }, + { + "displayName": "pastel color,sketch", + "langName": "Quick paint style", + "object": "Art style", + "attribute": "Photography/Painting Style" + }, + { + "displayName": "ink doodle", + "langName": "ink doodle", + "object": "Art style", + "attribute": "Photography/Painting Style" + }, + { + "displayName": "charcoal sketch", + "langName": "Charcoal sketch", + "object": "Art style", + "attribute": "Photography/Painting Style" + }, + { + "displayName": "sketch art", + "langName": "sketch art", + "object": "Art style", + "attribute": "Photography/Painting Style" + }, + { + "displayName": "sketch paper", + "langName": "sketch paper", + "object": "Art style", + "attribute": "Photography/Painting Style" + }, + { + "displayName": "manuscript", + "langName": "manuscript", + "object": "Art style", + "attribute": "Photography/Painting Style" + }, + { + "displayName": "fading border", + "langName": "faded border", + "object": "Art style", + "attribute": "Photography/Painting Style" + }, + { + "displayName": "heavy contrast", + "langName": "Strong contrast (emphasis on color)", + "object": "Art style", + "attribute": "Photography/Painting Style" + }, + { + "displayName": "watercolor (medium)", + "langName": "transparent watercolor painting", + "object": "Art style", + "attribute": "Photography/Painting Style" + }, + { + "displayName": "Polaroid art", + "langName": "polaroid art", + "object": "Art style", + "attribute": "Photography/Painting Style" + }, + { + "displayName": "opal render", + "langName": "Opal rendering", + "object": "Art style", + "attribute": "Photography/Painting Style" + }, + { + "displayName": "chemigram", + "langName": "Chromatogram", + "object": "Art style", + "attribute": "Photography/Painting Style" + }, + { + "displayName": "((alphonse mucha))", + "langName": "Mucha style", + "object": "Art style", + "attribute": "Photography/Painting Style" + }, + { + "displayName": "((Monet style))", + "langName": "Monet style", + "object": "Art style", + "attribute": "Photography/Painting Style" + }, + { + "displayName": "style of Al Williamson", + "langName": "Williamson style", + "object": "Art style", + "attribute": "Photography/Painting Style" + }, + { + "displayName": "chiaroscuro", + "langName": "chiaroscuro", + "object": "Art style", + "attribute": "Photography/Painting Style" + }, + { + "displayName": "film noir", + "langName": "Film noir (guilt, desire, revenge)", + "object": "Art style", + "attribute": "Photography/Painting Style" + }, + { + "displayName": "dark theme", + "langName": "Dark theme art", + "object": "Art style", + "attribute": "Photography/Painting Style" + }, + { + "displayName": "fantasy", + "langName": "Suitable for science fiction scenes", + "object": "Art style", + "attribute": "Science fiction" + }, + { + "displayName": "fiction", + "langName": "science fiction", + "object": "Art style", + "attribute": "Science fiction" + }, + { + "displayName": "science fiction", + "langName": "science fiction", + "object": "Art style", + "attribute": "Science fiction" + }, + { + "displayName": "sci-fi", + "langName": "science fiction style", + "object": "Art style", + "attribute": "Science fiction" + }, + { + "displayName": "cyber punk", + "langName": "cyberpunk", + "object": "Art style", + "attribute": "Science fiction" + }, + { + "displayName": "Dark Fantasy", + "langName": "dark fantasy", + "object": "Art style", + "attribute": "Science fiction" + }, + { + "displayName": "Ethereal Fantasy", + "langName": "Misty fantasy", + "object": "Art style", + "attribute": "Science fiction" + }, + { + "displayName": "dark fantasy style", + "langName": "dark fantasy style", + "object": "Art style", + "attribute": "Science fiction" + }, + { + "displayName": "ww3 style", + "langName": "ww3 style", + "object": "Art style", + "attribute": "Science fiction" + }, + { + "displayName": "Magic Vortex", + "langName": "magic vortex", + "object": "Art style", + "attribute": "Science fiction" + }, + { + "displayName": "1980s anime", + "langName": "80 animations", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "80s movie", + "langName": "80 movies", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "80s (style)", + "langName": "80s style", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "90s (style)", + "langName": "90s style", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "disney movie", + "langName": "disney movies", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "goth", + "langName": "goth rock", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "bubble bobble", + "langName": "Bubble Bobble", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "style of Pixar", + "langName": "pixar animation", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "Studio Ghibli", + "langName": "Ghibli style", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "Ghibli-like colours", + "langName": "ghibli colors", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "genshin impact", + "langName": "Genshin Impact", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "azur lane", + "langName": "azur lane", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "kantai collection", + "langName": "fleet collection", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "rebecca (cyberpunk)", + "langName": "edgewalker", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "chainsaw man", + "langName": "chainsaw man", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "synthwave", + "langName": "vaporwave", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "anime screeshot", + "langName": "animation screenshot", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "dakimakura", + "langName": "pillow", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "cosplay", + "langName": "role play", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "guro", + "langName": "Curiosity", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "personification", + "langName": "personification", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "4koma", + "langName": "Four grids", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "8 Bit Game", + "langName": "8bit games", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "DC Comics", + "langName": "Can generate comic scenes for American comic covers", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "cartoon", + "langName": "Cartoon", + "object": "Art style", + "attribute": "Subculture" + }, + { + "displayName": "album", + "langName": "album", + "object": "Art style", + "attribute": "Publication" + }, + { + "displayName": "album cover", + "langName": "album cover", + "object": "Art style", + "attribute": "Publication" + }, + { + "displayName": "magazine scan", + "langName": "Inside pages of magazine", + "object": "Art style", + "attribute": "Publication" + }, + { + "displayName": "magazine cover", + "langName": "magazine cover", + "object": "Art style", + "attribute": "Publication" + }, + { + "displayName": "cover", + "langName": "cover", + "object": "Art style", + "attribute": "Publication" + }, + { + "displayName": "artbook", + "langName": "original painting", + "object": "Art style", + "attribute": "Publication" + }, + { + "displayName": "column lineup", + "langName": "A series of small pictures make up a big picture", + "object": "Art style", + "attribute": "Publication" + }, + { + "displayName": "zoom layer", + "langName": "The background is an enlarged version of the foreground", + "object": "Art style", + "attribute": "Publication" + }, + { + "displayName": "3D Item Render", + "langName": "3D rendering", + "object": "Art style", + "attribute": "Digital art" + }, + { + "displayName": "animated gif", + "langName": "GIF format pictures", + "object": "Art style", + "attribute": "Digital art" + }, + { + "displayName": "fine art parody", + "langName": "Imitation of famous paintings", + "object": "Art style", + "attribute": "Digital art" + }, + { + "displayName": "optical illusion", + "langName": "visual error", + "object": "Art style", + "attribute": "Digital art" + }, + { + "displayName": "((ASCII art))", + "langName": "ASCII art", + "object": "Art style", + "attribute": "Digital art" + }, + { + "displayName": "Synchronism", + "langName": "time coordination", + "object": "Art style", + "attribute": "Digital art" + }, + { + "displayName": "highres", + "langName": "impasto (style)", + "object": "Art style", + "attribute": "Digital art" + }, + { + "displayName": "sample", + "langName": "There are words on the picture", + "object": "Art style", + "attribute": "Digital art" + }, + { + "displayName": "dreamlike", + "langName": "dream", + "object": "Art style", + "attribute": "Digital art" + }, + { + "displayName": "pixiv", + "langName": "Pure two-dimensional style portrait", + "object": "Art style", + "attribute": "Digital art" + }, + { + "displayName": "a beautiful korean idol,stylish outfit,fitted jeans,oversized jacket,fashionable accessories,(realistic detailed eyes,natural skin texture,confident expression)", + "langName": "Commonly used portraits", + "object": "Post processing", + "attribute": "Commonly used collections" + }, + { + "displayName": "fitted jeans,oversized jacket,navel", + "langName": "Casual matching (denim + belly button corset)", + "object": "Post processing", + "attribute": "Commonly used collections" + }, + { + "displayName": "black hair,earrings,flash photography,jewelry,looking at viewer and facing viewer,solo,(upper body),smirk,long hair,ponytail,short sleeves,black dress,black eyes,makeup,lipstick,(cleavage visible,large breasts),face close-up,bend over,pale skin,downblouse,Arms supporting the bed,wearing necklace,(Bedroom background,bed and curtains behind her,Wardrobe,desk lamp),,detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "Private photos", + "object": "Post processing", + "attribute": "Commonly used collections" + }, + { + "displayName": "cityscape backdrop,rooftop or high-rise balcony,shallow depth of field,bokeh from city lights", + "langName": "city ​​high rise background", + "object": "Post processing", + "attribute": "Commonly used collections" + }, + { + "displayName": "Fujifilm XT3,film still,film grain,sharp focus on subject,cinematic", + "langName": "Film texture", + "object": "Post processing", + "attribute": "Commonly used collections" + }, + { + "displayName": "ultra-high definition", + "langName": "ultra high definition", + "object": "Post processing", + "attribute": "Resolution" + }, + { + "displayName": "4k", + "langName": "4k", + "object": "Post processing", + "attribute": "Resolution" + }, + { + "displayName": "8K", + "langName": "8K", + "object": "Post processing", + "attribute": "Resolution" + }, + { + "displayName": "16k", + "langName": "16k", + "object": "Post processing", + "attribute": "Resolution" + }, + { + "displayName": "32k", + "langName": "32k", + "object": "Post processing", + "attribute": "Resolution" + }, + { + "displayName": "Full-HD", + "langName": "Full HD", + "object": "Post processing", + "attribute": "Resolution" + }, + { + "displayName": "HD", + "langName": "HD", + "object": "Post processing", + "attribute": "Resolution" + }, + { + "displayName": "Ultra-HD", + "langName": "ultra high definition", + "object": "Post processing", + "attribute": "Resolution" + }, + { + "displayName": "Super-Resolution", + "langName": "super resolution", + "object": "Post processing", + "attribute": "Resolution" + }, + { + "displayName": "Megapixel", + "langName": "megapixels", + "object": "Post processing", + "attribute": "Resolution" + }, + { + "displayName": "absurdres", + "langName": "ultra high resolution", + "object": "Post processing", + "attribute": "Resolution" + }, + { + "displayName": "incredibly absurdres", + "langName": "extremely high resolution", + "object": "Post processing", + "attribute": "Resolution" + }, + { + "displayName": "huge filesize", + "langName": "Super high resolution/large files", + "object": "Post processing", + "attribute": "Resolution" + }, + { + "displayName": "Anaglyph", + "langName": "3D painting", + "object": "Post processing", + "attribute": "Stereoscopic vision" + }, + { + "displayName": "Multiscopy", + "langName": "multiviewer", + "object": "Post processing", + "attribute": "Stereoscopic vision" + }, + { + "displayName": "Autostereoscopy", + "langName": "autostereoscopic", + "object": "Post processing", + "attribute": "Stereoscopic vision" + }, + { + "displayName": "Stereoscopy", + "langName": "Stereophotography", + "object": "Post processing", + "attribute": "Stereoscopic vision" + }, + { + "displayName": "Parallax", + "langName": "Parallax", + "object": "Post processing", + "attribute": "Stereoscopic vision" + }, + { + "displayName": "Anti-Aliasing", + "langName": "Anti-aliasing", + "object": "Post processing", + "attribute": "Anti-aliasing" + }, + { + "displayName": "FXAA", + "langName": "FXAA", + "object": "Post processing", + "attribute": "Anti-aliasing" + }, + { + "displayName": "TXAA", + "langName": "TxAA", + "object": "Post processing", + "attribute": "Anti-aliasing" + }, + { + "displayName": "RTX", + "langName": "real time transmission", + "object": "Post processing", + "attribute": "Anti-aliasing" + }, + { + "displayName": "SSAO", + "langName": "SSAO", + "object": "Post processing", + "attribute": "Anti-aliasing" + }, + { + "displayName": "De-Noise", + "langName": "Noise reduction", + "object": "Post processing", + "attribute": "Anti-aliasing" + }, + { + "displayName": "Shaders", + "langName": "shader", + "object": "Post processing", + "attribute": "Shader" + }, + { + "displayName": "OpenGL-Shaders", + "langName": "OpenGL shaders", + "object": "Post processing", + "attribute": "Shader" + }, + { + "displayName": "GLSL-Shaders", + "langName": "GLSL shaders", + "object": "Post processing", + "attribute": "Shader" + }, + { + "displayName": "Post Processing", + "langName": "post processing", + "object": "Post processing", + "attribute": "Shader" + }, + { + "displayName": "Post-Production", + "langName": "Post-production", + "object": "Post processing", + "attribute": "Shader" + }, + { + "displayName": "Cel Shading", + "langName": "meta coloring", + "object": "Post processing", + "attribute": "Shader" + }, + { + "displayName": "Tone Mapping", + "langName": "Tone mapping", + "object": "Post processing", + "attribute": "Shader" + }, + { + "displayName": "CGI", + "langName": "computer imaging", + "object": "Post processing", + "attribute": "Shader" + }, + { + "displayName": "VFX", + "langName": "visual effects", + "object": "Post processing", + "attribute": "Shader" + }, + { + "displayName": "SFX", + "langName": "Sound effects", + "object": "Post processing", + "attribute": "Shader" + }, + { + "displayName": "Unreal Engine", + "langName": "Unreal Engine", + "object": "Post processing", + "attribute": "Shader" + }, + { + "displayName": "Scan Lines", + "langName": "scan line", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Posterization", + "langName": "tonal segmentation", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Quantization", + "langName": "Quantify", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Sobel Operator", + "langName": "Sobel operator", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Edge Detection", + "langName": "edge detection", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Interlaced", + "langName": "interlaced scanning", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Moire Patterns", + "langName": "moiré pattern", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Rounded", + "langName": "round", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Wavy", + "langName": "wavy", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Whirl", + "langName": "vortex", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Squiggly", + "langName": "ripple", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Morph", + "langName": "deformation", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Spiraling", + "langName": "spiral", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Twisted Rays", + "langName": "distorted light", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Starburst", + "langName": "starburst", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Emboss", + "langName": "relief", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Tessellated", + "langName": "mosaic", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Blobby", + "langName": "spot", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Blobs", + "langName": "spot", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Cracks", + "langName": "crack", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Textured", + "langName": "texture", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Convolution Matrix", + "langName": "convolution matrix", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Dilate", + "langName": "swell", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Erode", + "langName": "erosion", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Dirty", + "langName": "dirty", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "With Imperfections", + "langName": "defective", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Distortion", + "langName": "Distortion", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Lenticular", + "langName": "Lenticular", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Cropped", + "langName": "Crop", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Quantum-Wavetracing", + "langName": "Quantum wave tracing", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Tornadic", + "langName": "tornado", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Sabattier Effect", + "langName": "Provides soft, blurred edges and color shading", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Smudged", + "langName": "Vague", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Sharpened", + "langName": "sharpen", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Glowing Edges", + "langName": "glowing edge", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Spherize", + "langName": "spheroidization", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Harris Shutter", + "langName": "Capture fast-moving objects or maintain image clarity in low-light environments", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Mordancage", + "langName": "etching photography", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Ray Traced", + "langName": "Ray tracing", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "Ray Tracing Ambient Occlusion", + "langName": "Ray tracing ambient occlusion", + "object": "Post processing", + "attribute": "Image processing" + }, + { + "displayName": "award winning", + "langName": "Award-winning works", + "object": "Post processing", + "attribute": "Quality" + }, + { + "displayName": "professional", + "langName": "major", + "object": "Post processing", + "attribute": "Quality" + }, + { + "displayName": "breathtaking", + "langName": "Stunning", + "object": "Post processing", + "attribute": "Quality" + }, + { + "displayName": "groundbreaking", + "langName": "Groundbreaking", + "object": "Post processing", + "attribute": "Quality" + }, + { + "displayName": "superb", + "langName": "first class", + "object": "Post processing", + "attribute": "Quality" + }, + { + "displayName": "outstanding", + "langName": "Outstanding", + "object": "Post processing", + "attribute": "Quality" + }, + { + "displayName": "best quality", + "langName": "best quality", + "object": "Post processing", + "attribute": "Quality" + }, + { + "displayName": "best aesthetic", + "langName": "best aesthetic", + "object": "Post processing", + "attribute": "Quality" + }, + { + "displayName": "masterpiece", + "langName": "masterpiece", + "object": "Post processing", + "attribute": "Quality" + }, + { + "displayName": "extreme detail", + "langName": "extreme detail", + "object": "Post processing", + "attribute": "Quality" + }, + { + "displayName": "amazing", + "langName": "amazing", + "object": "Post processing", + "attribute": "Quality" + }, + { + "displayName": "original", + "langName": "Original", + "object": "Post processing", + "attribute": "Quality" + }, + { + "displayName": "in a symbolic and meaningful style", + "langName": "Symbolic and meaningful style", + "object": "Post processing", + "attribute": "Quality" + }, + { + "displayName": "insanely detailed and intricate", + "langName": "extremely detailed and complex", + "object": "Post processing", + "attribute": "Quality" + }, + { + "displayName": "very coherent symmetrical artwork", + "langName": "Coherent and symmetrical structure", + "object": "Post processing", + "attribute": "Quality" + }, + { + "displayName": "Trending on ArtStation", + "langName": "ArtStation", + "object": "Post processing", + "attribute": "Platform | Trends" + }, + { + "displayName": "Trending on Facebook", + "langName": "Facebook", + "object": "Post processing", + "attribute": "Platform | Trends" + }, + { + "displayName": "Trending on Pixiv", + "langName": "Pixiv", + "object": "Post processing", + "attribute": "Platform | Trends" + }, + { + "displayName": "Trending on Pixbay", + "langName": "Pixbay", + "object": "Post processing", + "attribute": "Platform | Trends" + }, + { + "displayName": "reddit", + "langName": "reddit forum", + "object": "Post processing", + "attribute": "Platform | Trends" + } +] \ No newline at end of file diff --git a/src/app/data/prompt/prompt-es.json b/src/app/data/prompt/prompt-es.json new file mode 100644 index 0000000..3b48596 --- /dev/null +++ b/src/app/data/prompt/prompt-es.json @@ -0,0 +1,29606 @@ +[ + { + "displayName": "female", + "langName": "mujer", + "object": "Figura", + "attribute": "Cuerpo principal" + }, + { + "displayName": "male", + "langName": "masculino", + "object": "Figura", + "attribute": "Cuerpo principal" + }, + { + "displayName": "mature_female", + "langName": "mujeres maduras", + "object": "Figura", + "attribute": "Cuerpo principal" + }, + { + "displayName": "mature", + "langName": "Maduro", + "object": "Figura", + "attribute": "Cuerpo principal" + }, + { + "displayName": "little_girl", + "langName": "niña pequeña", + "object": "Figura", + "attribute": "Cuerpo principal" + }, + { + "displayName": "little_boy", + "langName": "niño pequeño", + "object": "Figura", + "attribute": "Cuerpo principal" + }, + { + "displayName": "1girl", + "langName": "1 chica", + "object": "Figura", + "attribute": "Cuerpo principal" + }, + { + "displayName": "1boy", + "langName": "1 niño", + "object": "Figura", + "attribute": "Cuerpo principal" + }, + { + "displayName": "2girls", + "langName": "2 chicas", + "object": "Figura", + "attribute": "Cuerpo principal" + }, + { + "displayName": "2boys", + "langName": "2 chicos", + "object": "Figura", + "attribute": "Cuerpo principal" + }, + { + "displayName": "sisters", + "langName": "hermanas", + "object": "Figura", + "attribute": "Cuerpo principal" + }, + { + "displayName": "multiple_girls", + "langName": "varias chicas", + "object": "Figura", + "attribute": "Cuerpo principal" + }, + { + "displayName": "solo", + "langName": "solo", + "object": "Figura", + "attribute": "Cuerpo principal" + }, + { + "displayName": "ojousama", + "langName": "Srta.", + "object": "Figura", + "attribute": "Cuerpo principal" + }, + { + "displayName": "bishoujo", + "langName": "chica guapa", + "object": "Figura", + "attribute": "Cuerpo principal" + }, + { + "displayName": "kawaii", + "langName": "bonito", + "object": "Figura", + "attribute": "Cuerpo principal" + }, + { + "displayName": "adorable_girl", + "langName": "chica mona", + "object": "Figura", + "attribute": "Cuerpo principal" + }, + { + "displayName": "female_pervert", + "langName": "Zorra", + "object": "Figura", + "attribute": "Cuerpo principal" + }, + { + "displayName": "milf", + "langName": "MILF", + "object": "Figura", + "attribute": "Cuerpo principal" + }, + { + "displayName": "a beautiful korean idol", + "langName": "ídolo coreano", + "object": "Figura", + "attribute": "Cuerpo principal" + }, + { + "displayName": "lifeguard", + "langName": "Socorrista", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "goalkeeper", + "langName": "portero", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "racer", + "langName": "piloto de carreras", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "motorcyclist", + "langName": "motorista", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "boxer", + "langName": "boxeador", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "acrobat", + "langName": "acrobat", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "athletes", + "langName": "atleta", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "cheerleader", + "langName": "Animadoras", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "stewardess", + "langName": "Azafata de vuelo", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "waitress", + "langName": "camarera", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "waiter", + "langName": "camarero", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "chef", + "langName": "chef", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "barista", + "langName": "barista", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "cashier", + "langName": "cajero", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "mailman", + "langName": "cartero", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "office_lady", + "langName": "mujeres trabajadoras", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "maid", + "langName": "criada", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "housemaid", + "langName": "ama de llaves", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "doctor", + "langName": "doctor", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "nurse", + "langName": "Enfermera", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "scientist", + "langName": "el científico", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "detective", + "langName": "detective", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "police", + "langName": "policía", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "soldier", + "langName": "Soldado", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "firefighter", + "langName": "bombero", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "hacker", + "langName": "hacker", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "spy", + "langName": "espía", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "agent", + "langName": "agente", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "assassin", + "langName": "asesino", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "magician", + "langName": "mago", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "pilot", + "langName": "piloto", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "astronaut", + "langName": "astronauta", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "diver", + "langName": "buceador", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "bar censor", + "langName": "examinador de la abogacía", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "missionary", + "langName": "misionero", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "poet", + "langName": "poeta", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "actor", + "langName": "actor", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "actress", + "langName": "actriz", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "idol", + "langName": "Ídolo", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "queen", + "langName": "Reina", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "race_queen", + "langName": "chica de carreras", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "dancer", + "langName": "bailarina", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "ballerina", + "langName": "bailarina de ballet", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "dancing girl", + "langName": "bailarina", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "gym_leader", + "langName": "entrenador de gimnasia", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "priest", + "langName": "sacerdote", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "cleric", + "langName": "Clero (cristiano)", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "monk", + "langName": "monje", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "nun", + "langName": "monja", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "makihitsuji", + "langName": "pastor", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "the hermit", + "langName": "ermitaño", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "teacher", + "langName": "profesor", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "classmate", + "langName": "compañero de clase", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "student", + "langName": "estudiante", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "harem", + "langName": "harén", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "ghost", + "langName": "fantasma", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "doll", + "langName": "muñeca", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "albino", + "langName": "albinos", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "amputee", + "langName": "amputado", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "trap", + "langName": "Travesti (los hombres con características femeninas pueden ser confundidos con mujeres)", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "crossdressing", + "langName": "Travesti (llevar ropa que no coincide con la propia identidad de género)", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "otoko_no_ko", + "langName": "Travesti (hombre que aparenta tener características femeninas)", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "wa_maid", + "langName": "Criada japonesa", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "yaoi", + "langName": "Sé gay", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "yuri", + "langName": "lirio", + "object": "Figura", + "attribute": "Identidad" + }, + { + "displayName": "pikachu", + "langName": "Pikachu", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "pokemon", + "langName": "Pokémon", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "doraemon", + "langName": "doraemon", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "crayon shin-chan", + "langName": "crayón shin-chan", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "slam dunk", + "langName": "mate", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "harry potter", + "langName": "harry potter", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "avengers", + "langName": "Vengadores", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "captain america", + "langName": "capitán américa", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "gojou satoru", + "langName": "Gojo Satoru", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "neon genesis evangelion", + "langName": "Neon Genesis Evangelion", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "mazinger", + "langName": "mujer maravilla", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "saint seiya", + "langName": "San Seiya", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "kamen rider", + "langName": "kamen rider", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "mario", + "langName": "mario", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "sun wukong", + "langName": "Sun Wukong", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "hatsune miku", + "langName": "Hatsune Miku", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "magical_girl", + "langName": "chica mágica", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "sailor_senshi", + "langName": "Sailor Moon", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "witch", + "langName": "bruja", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "miko", + "langName": "miko", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "mage", + "langName": "mago", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "magister", + "langName": "Magistrado", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "ninja", + "langName": "ninja", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "samurai", + "langName": "samurai", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "vampire", + "langName": "vampiro", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "knight", + "langName": "caballero", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "orc", + "langName": "orc", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "druid", + "langName": "Druida", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "elf", + "langName": "duende", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "dark_elf", + "langName": "elfo oscuro", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "fairy", + "langName": "elfo", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "succubus", + "langName": "súcubo", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "imp", + "langName": "pequeño diablo", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "devil", + "langName": "diablo", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "angel", + "langName": "Ángel", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "monster", + "langName": "monstruo", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "monster_girl", + "langName": "La madre del extranjero", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "dominatrix", + "langName": "Reina (SM Mediana)", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "mecha", + "langName": "Mecha", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "mecha_musume", + "langName": "Chica mecha", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "humanoid_robot", + "langName": "robot humanoide", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "cyborg", + "langName": "cyborg", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "dragon_girl", + "langName": "dama dragón", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "centaur", + "langName": "Centauro", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "slime_musume", + "langName": "Chica de baba", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "spider_girl", + "langName": "chica araña", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "mermaid", + "langName": "sirena", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "cat_girl", + "langName": "Chica gato", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "dog_girl", + "langName": "Chica perro", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "wolf_girl", + "langName": "chica lobo", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "fox_girl", + "langName": "chica zorro", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "kitsune", + "langName": "demonio zorro", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "kyuubi", + "langName": "nueve colas | zorro de nueve colas", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "raccoon_girl", + "langName": "chica mapache", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "bunny_girl", + "langName": "conejita", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "cow_girl", + "langName": "vaquera", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "horse_girl", + "langName": "Ma Niang", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "furry", + "langName": "orc", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "furry/orc", + "langName": "Orcos/Orcos", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "kemonomimi_mode", + "langName": "Orejas de animal modo loli", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "giantess", + "langName": "giganta", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "minigirl", + "langName": "mini chica", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "mesugaki", + "langName": "diablillo femenino", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "santa alter", + "langName": "Papá Noel", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "spider-man", + "langName": "hombre araña", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "demo", + "langName": "demonio", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "no humans", + "langName": "inhumano", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "toddler", + "langName": "niño pequeño", + "object": "Figura", + "attribute": "Edad" + }, + { + "displayName": "kindergartener", + "langName": "jardín de infancia", + "object": "Figura", + "attribute": "Edad" + }, + { + "displayName": "child", + "langName": "niño", + "object": "Figura", + "attribute": "Edad" + }, + { + "displayName": "underage", + "langName": "menores de edad", + "object": "Figura", + "attribute": "Edad" + }, + { + "displayName": "teenager", + "langName": "Adolescentes (13-19)", + "object": "Figura", + "attribute": "Edad" + }, + { + "displayName": "teen", + "langName": "Adolescentes (13-19)", + "object": "Figura", + "attribute": "Edad" + }, + { + "displayName": "early teen", + "langName": "Adolescencia temprana (11-15)", + "object": "Figura", + "attribute": "Edad" + }, + { + "displayName": "adult", + "langName": "adultos", + "object": "Figura", + "attribute": "Edad" + }, + { + "displayName": "elder", + "langName": "anciano", + "object": "Figura", + "attribute": "Edad" + }, + { + "displayName": "old", + "langName": "ancianos", + "object": "Figura", + "attribute": "Edad" + }, + { + "displayName": "loli", + "langName": "loli", + "object": "Figura", + "attribute": "Edad" + }, + { + "displayName": "shota", + "langName": "Shota", + "object": "Figura", + "attribute": "Edad" + }, + { + "displayName": "white_skin", + "langName": "piel blanca", + "object": "Figura", + "attribute": "Piel" + }, + { + "displayName": "pale_skin", + "langName": "Piel pálida (adecuada para ropa oscura o de colores vivos)", + "object": "Figura", + "attribute": "Piel" + }, + { + "displayName": "fair_skin", + "langName": "piel clara", + "object": "Figura", + "attribute": "Piel" + }, + { + "displayName": "olive_skin", + "langName": "piel de oliva", + "object": "Figura", + "attribute": "Piel" + }, + { + "displayName": "brown_skin", + "langName": "piel morena", + "object": "Figura", + "attribute": "Piel" + }, + { + "displayName": "deep_skin", + "langName": "piel oscura", + "object": "Figura", + "attribute": "Piel" + }, + { + "displayName": "dark_skin", + "langName": "piel oscura", + "object": "Figura", + "attribute": "Piel" + }, + { + "displayName": "black_skin", + "langName": "piel oscura", + "object": "Figura", + "attribute": "Piel" + }, + { + "displayName": "shiny_skin", + "langName": "piel brillante", + "object": "Figura", + "attribute": "Piel" + }, + { + "displayName": "white_marble_glowing_skin", + "langName": "mármol blanco piel brillante", + "object": "Figura", + "attribute": "Piel" + }, + { + "displayName": "tattoo", + "langName": "tatuaje", + "object": "Figura", + "attribute": "Piel" + }, + { + "displayName": "tan", + "langName": "Exposición al sol", + "object": "Figura", + "attribute": "Piel" + }, + { + "displayName": "tanlines", + "langName": "daño solar", + "object": "Figura", + "attribute": "Piel" + }, + { + "displayName": "oil", + "langName": "aceitoso", + "object": "Figura", + "attribute": "Piel" + }, + { + "displayName": "skinny", + "langName": "Skinny", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "plump", + "langName": "completo", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "curvy", + "langName": "Figura del diablo", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "(navel,wide hip,curvy)", + "langName": "revelar figura", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "gyaru", + "langName": "Chicas calientes (chicas japonesas)", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "pregnant", + "langName": "Embarazada", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "fat", + "langName": "obesidad", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "thin", + "langName": "fino", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "slender", + "langName": "esbelto", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "glamor", + "langName": "encanto", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "tall", + "langName": "alto", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "petite", + "langName": "petite", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "chibi", + "langName": "Estilo de impresión Mengmeng/Q", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "muscular", + "langName": "músculo", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "big tits", + "langName": "pechos grandes", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "(cleavage visible,large breasts)", + "langName": "Pechos grandes (con escote)", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "Small waist", + "langName": "Cintura pequeña", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "narrow_waist", + "langName": "cintura fina", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "slender_waist", + "langName": "cintura fina", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "strong", + "langName": "fuerte", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "slim", + "langName": "esbelto", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "slender face", + "langName": "adelgazamiento facial", + "object": "Figura", + "attribute": "Forma de la cara" + }, + { + "displayName": "round face", + "langName": "cara redonda", + "object": "Figura", + "attribute": "Forma de la cara" + }, + { + "displayName": "oval face", + "langName": "Cara ovalada", + "object": "Figura", + "attribute": "Forma de la cara" + }, + { + "displayName": "baby face", + "langName": "cara de niño", + "object": "Figura", + "attribute": "Forma de la cara" + }, + { + "displayName": "inverted triangle face", + "langName": "Cara de triángulo invertido", + "object": "Figura", + "attribute": "Forma de la cara" + }, + { + "displayName": "heart shaped face", + "langName": "cara en forma de corazón", + "object": "Figura", + "attribute": "Forma de la cara" + }, + { + "displayName": "diamond face", + "langName": "cara de diamante", + "object": "Figura", + "attribute": "Forma de la cara" + }, + { + "displayName": "square face", + "langName": "cara cuadrada", + "object": "Figura", + "attribute": "Forma de la cara" + }, + { + "displayName": "long face", + "langName": "cara larga", + "object": "Figura", + "attribute": "Forma de la cara" + }, + { + "displayName": "triangular face", + "langName": "cara triangular", + "object": "Figura", + "attribute": "Forma de la cara" + }, + { + "displayName": "detailed gorgeous face", + "langName": "buena cara", + "object": "Figura", + "attribute": "Forma de la cara" + }, + { + "displayName": "delicate features", + "langName": "Rasgos faciales exquisitos", + "object": "Figura", + "attribute": "Forma de la cara" + }, + { + "displayName": "black hair", + "langName": "pelo negro", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "white hair", + "langName": "pelo blanco", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "grey hair", + "langName": "canas", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "silver hair", + "langName": "cabello plateado", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "blonde hair", + "langName": "pelo rubio", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "light brown hair", + "langName": "pelo castaño claro", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "brown hair", + "langName": "pelo castaño", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "red hair", + "langName": "pelo rojo", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "pink hair", + "langName": "pelo rosa", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "purple hair", + "langName": "pelo morado", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "blue hair", + "langName": "pelo azul", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "light blue hair", + "langName": "pelo azul claro", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "dark blue hair", + "langName": "pelo azul oscuro", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "green hair", + "langName": "pelo verde", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "yellow hair", + "langName": "pelo amarillo", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "two-tone hair", + "langName": "cabello bicolor", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "multicolored hair", + "langName": "cabello de color mixto", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "grey gradient hair", + "langName": "pelo gris degradado", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "Gradation of hair", + "langName": "Cabello ombre", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "streaked hair", + "langName": "Cabello con reflejos", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "hair_down", + "langName": "pelo suelto", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "hair_spread_out", + "langName": "pelo suelto", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "hair_flip", + "langName": "peinar el cabello", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "hair_up", + "langName": "pelo recogido", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "hair_behind_ear", + "langName": "pelo detrás de la oreja", + "object": "Figura", + "attribute": "Cabello" + }, + { + "displayName": "straight_hair", + "langName": "pelo liso", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "curly hair", + "langName": "rizos", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "wavy hair", + "langName": "Volumen natural", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "short hair", + "langName": "pelo corto", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "medium hair", + "langName": "Zhongfa", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "long hair", + "langName": "pelo largo", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "very long hair", + "langName": "pelo super largo", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "short ponytail", + "langName": "coleta corta", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "ponytail", + "langName": "cola de caballo", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "high ponytail", + "langName": "coleta alta", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "low ponytail", + "langName": "coleta baja", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "front ponytail", + "langName": "coleta delantera", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "Side ponytail", + "langName": "coleta lateral", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "folded ponytail", + "langName": "coleta doblada", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "braided ponytail", + "langName": "cola de caballo pelo trenzado", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "quad tails", + "langName": "cuatro coletas", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "twin braids", + "langName": "doble trenza", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "low twin braids", + "langName": "trenza doble baja", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "side braid", + "langName": "trenza lateral", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "single braid", + "langName": "trenza simple", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "crown braid", + "langName": "trenza corona", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "french braid", + "langName": "Trenza francesa", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "braid", + "langName": "trenza", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "drill hair", + "langName": "Rollo taladro rollo princesa", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "twin_drills", + "langName": "peinado doble diamante", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "bunches", + "langName": "Coletas gemelas", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "twintails", + "langName": "Coletas gemelas dos", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "hair bun", + "langName": "Bun | Dumpling", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "single_hair_bun", + "langName": "bollo único", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "double_bun", + "langName": "Dos bollos", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "braided bangs", + "langName": "trenza flequillo", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "braided bun", + "langName": "moño trenzado", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "cone hair bun", + "langName": "moño cónico", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "doughnut hair bun", + "langName": "bollo de donut", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "heart hair bun", + "langName": "bollo de corazón", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "bob cut", + "langName": "Pelo Bob", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "bob haircut", + "langName": "Pelo Bob", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "hime cut", + "langName": "Corte princesa", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "updo", + "langName": "moño", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "topknot", + "langName": "cabeza de albóndiga", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "one side up", + "langName": "Pelo atado a un lado", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "two side up", + "langName": "Coletero de doble cara", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "multi-tied hair", + "langName": "Atar más pelo", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "payot", + "langName": "patillas largas", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "dynamic hair", + "langName": "cabello dinámico", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "swept bangs", + "langName": "flequillo de lado", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "crossed bangs", + "langName": "Flequillo cruzado", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "bangs", + "langName": "Bangs", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "blunt bangs", + "langName": "Qi flequillo", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "Slanted bangs", + "langName": "flequillo oblicuo", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "long bangs", + "langName": "flequillo largo", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "air bangs", + "langName": "flequillo de aire", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "asymmetric bangs", + "langName": "flequillo asimétrico", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "asymmetrical bangs", + "langName": "flequillo asimétrico", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "parted bangs", + "langName": "Flequillo parcial", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "side_blunt_bangs", + "langName": "flequillo de aire lateral", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "centre parting bangs", + "langName": "Flequillo con raya en medio", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "middle Fringe", + "langName": "Flequillo con raya en medio", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "bowl_cut", + "langName": "cabeza de seta | cabeza de olla", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "hair_flaps", + "langName": "alas de pelo", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "hair wings", + "langName": "pelo del ala", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "hair in takes", + "langName": "primer plano", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "flipped hair", + "langName": "Cabello alabeado", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "messy hair", + "langName": "Peinado desordenado", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "disheveled hair", + "langName": "Cabello descuidado", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "antenna hair", + "langName": "Muchos pelos sin brillo", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "ahoge", + "langName": "Tonto", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "forehead", + "langName": "Mostrar frente", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "dreadlocks", + "langName": "Rastas", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "wet hair", + "langName": "pelo mojado", + "object": "Figura", + "attribute": "Peinado" + }, + { + "displayName": "makeup", + "langName": "maquillaje", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "eyeshadow", + "langName": "sombra de ojos", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "red eyeshadow", + "langName": "sombra de ojos roja", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "blue eyeshadow", + "langName": "sombra de ojos azul", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "purple eyeshadow", + "langName": "Sombra de ojos morada", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "pink eyeshadow", + "langName": "sombra de ojos rosa", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "green eyeshadow", + "langName": "Sombra de ojos verde", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "mascara", + "langName": "máscara", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "long_eyelashes", + "langName": "pestañas largas", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "colored_eyelashes", + "langName": "Pestañas de colores", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "lipgloss", + "langName": "brillo de labios", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "red_lips", + "langName": "labios rojos", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "anime_style_blush", + "langName": "rubor animado", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "nose_blush", + "langName": "rubor nasal", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "freckles", + "langName": "peca", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "mole", + "langName": "topo", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "mole_under_eye", + "langName": "lunares bajo los ojos", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "scar", + "langName": "cicatriz", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "scar_across_eye", + "langName": "cicatrices en los ojos", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "facial_mark", + "langName": "Cara estampada", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "forehead_mark", + "langName": "Hay un patrón en la frente", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "anger_vein", + "langName": "Cabeza símbolo de enfado", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "bags_under_eyes", + "langName": "bolsas bajo los ojos", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "bruise_on_face", + "langName": "hematomas en la cara", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "whisker_markings", + "langName": "marcas en la barba", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "facepaint", + "langName": "pintura de caras", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "hair between eyes", + "langName": "pelo entre los ojos", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "smoking_pipe", + "langName": "tubo", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "mustache", + "langName": "bigote", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "goatee", + "langName": "perilla", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "food_on_face", + "langName": "comida en la cara", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "rice_on_face", + "langName": "Arroz en la cara", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "cream_on_face", + "langName": "crema en la cara", + "object": "Figura", + "attribute": "Cara" + }, + { + "displayName": "elf ears", + "langName": "orejas de elfo", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "pointy_ears", + "langName": "orejas puntiagudas", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "long_pointy_ears", + "langName": "orejas largas y puntiagudas", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "demon ears", + "langName": "orejas de diablo", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "angel ears", + "langName": "orejas de ángel", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "alien ears", + "langName": "orejas alienígenas", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "animal_ears", + "langName": "orejas de animal", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "fake_animal_ears", + "langName": "orejas falsas de animales", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "ears_through_headwear", + "langName": "Orejas que se llevan a través de sombreros o tocados", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "ear_blush", + "langName": "Orejas rojas", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "ear_ornament", + "langName": "pendiente", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "ear_piercing", + "langName": "Perforación de oreja", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "animal_ear_fluff", + "langName": "peluche oreja de animal", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "ears_down", + "langName": "Orejas caídas", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "floppy_ears", + "langName": "orejas caídas", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "fox_ears", + "langName": "orejas de zorro", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "cat_ears", + "langName": "orejas de gato", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "dog_ears", + "langName": "orejas de perro", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "coyote_ears", + "langName": "orejas de coyote", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "bunny_ears", + "langName": "Orejas de conejo", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "mouse_ears", + "langName": "orejas de ratón", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "squirrel_ears", + "langName": "orejas de ardilla", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "raccoon_ears", + "langName": "orejas de mapache", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "bear_ears", + "langName": "orejas de oso", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "panda_ears", + "langName": "orejas de panda", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "lion_ears", + "langName": "orejas de león", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "jaguar_ears", + "langName": "orejas de jaguar", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "tiger_ears", + "langName": "oreja de tigre", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "wolf ears", + "langName": "orejas de lobo", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "horse_ears", + "langName": "oreja de caballo", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "cow ears", + "langName": "orejas de vaca", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "pig ears", + "langName": "orejas de cerdo", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "sheep ears", + "langName": "orejas de oveja", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "goat ears", + "langName": "orejas de cabra", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "goat_horns", + "langName": "cuernos de cabra", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "curled_horns", + "langName": "esquina", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "hair_on_horn", + "langName": "pelo en los cuernos", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "deer ears", + "langName": "orejas de ciervo", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "antelope ears", + "langName": "orejas de antílope", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "antlers", + "langName": "cornamenta", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "rhino ears", + "langName": "orejas de rinoceronte", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "elephant ears", + "langName": "orejas de elefante", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "bat_ears", + "langName": "orejas de murciélago", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "extra_ears", + "langName": "orejas adicionales", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "alpaca_ears", + "langName": "orejas de alpaca", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "dragon ears", + "langName": "orejas de dragón", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "robot_ears", + "langName": "oído mecánico", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "dragon_horns", + "langName": "cuerno de dragón", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "oni_horns", + "langName": "cuerno fantasma", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "horns", + "langName": "cuernos", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "fake_horns", + "langName": "Bocina falsa", + "object": "Figura", + "attribute": "Oído" + }, + { + "displayName": "thick eyebrows", + "langName": "Cejas gruesas", + "object": "Figura", + "attribute": "Cejas" + }, + { + "displayName": "cocked eyebrow", + "langName": "cejas levantadas", + "object": "Figura", + "attribute": "Cejas" + }, + { + "displayName": "short eyebrows", + "langName": "cejas cortas", + "object": "Figura", + "attribute": "Cejas" + }, + { + "displayName": "v-shaped eyebrows", + "langName": "Ceja en V", + "object": "Figura", + "attribute": "Cejas" + }, + { + "displayName": "beautiful_detailed_eyes", + "langName": "hermosos ojos", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "glistening_eyes", + "langName": "ojos llorosos", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "sparkling_eyes", + "langName": "ojos de estrella", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "sparkling_anime_eyes", + "langName": "flash ojos animados", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "gradient_eyes", + "langName": "ojos degradados", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "water_eyes", + "langName": "ojos llorosos", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "eye_relfection", + "langName": "Reflejo ocular (reacción de la pupila a la luz)", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "reflective_eyes", + "langName": "ojos reflectantes", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "multicolored_eyes", + "langName": "ojos de colores", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "red eyes", + "langName": "ojos rojos", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "green eyes", + "langName": "ojos verdes", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "blue_eyes", + "langName": "ojos azules", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "purple eyes", + "langName": "ojos morados", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "pink eyes", + "langName": "ojos rosados", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "yellow eyes", + "langName": "ojos amarillos", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "orange eyes", + "langName": "ojos naranjas", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "brown_eyes", + "langName": "ojos marrones", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "light_brown_eyes", + "langName": "ojos marrones claros", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "silver_eyes", + "langName": "ojos de plata", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "grey eyes", + "langName": "ojos grises", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "black eyes", + "langName": "ojos negros", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "white eyes", + "langName": "ojos blancos", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "aqua_eyes", + "langName": "ojos aqua", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "hidden eyes", + "langName": "esconder los ojos", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "heart-shaped eyes", + "langName": "ojos en forma de corazón", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "heart_in_eye", + "langName": "ojos en forma de corazón", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "hollow_eyes", + "langName": "pupilas_en_forma_de_estrella", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "mechanical_eye", + "langName": "ojo mecánico", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "ringed_eyes", + "langName": "ojos anulares", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "clock_eyes", + "langName": "ojo de campana", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "compound_eyes", + "langName": "ojo compuesto", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "devil_eyes", + "langName": "mal de ojo", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "cephalopod_eyes", + "langName": "ojos de cefalópodo", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "mismatched_sclera", + "langName": "Esclerótica desajustada", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "solid circle eyes", + "langName": "Ojos redondos y sólidos", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "solid_oval_eyes", + "langName": "Ojos ovalados macizos versión Q", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "anime_style_eyes", + "langName": "ojos estilo anime", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "blush_stickers", + "langName": "Adhesivo para colorete versión Q", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "button eyes", + "langName": "ojos de botón", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "cross eyed", + "langName": "Bizco", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "blank eyes", + "langName": "ojos en blanco", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "spiral_eyes", + "langName": "Ojo de remolino", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "sanpaku", + "langName": "Síndrome del triple blanco (desviación pupilar)", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "flaming_eye", + "langName": "Homura", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "bloodshot_eyes", + "langName": "ojos inyectados en sangre", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "blood_from_eyes", + "langName": "sangre fluyendo de los ojos", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "extra_eyes", + "langName": "ojos múltiples", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "one-eyed", + "langName": "Tuerto", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "third_eye", + "langName": "tercer ojo", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "eye_of_horus", + "langName": "Ojo de Horus", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "closed_eyes", + "langName": "ojos cerrados", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "half_closed_eye", + "langName": "Ojo semicerrado (ojo único)", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "half_closed_eyes", + "langName": "ojos medio cerrados", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "narrowed_eyes", + "langName": "Estrecha los ojos", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "squinting", + "langName": "entrecierra los ojos", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "tears", + "langName": "lágrimas", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "upturned_eyes", + "langName": "ojos respingones", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "eyes_closed", + "langName": "Cerrar los ojos", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "one_eye_covered", + "langName": "Se tapa un ojo", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "covered_eyes", + "langName": "ojos vendados", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "hair_over_eyes", + "langName": "pelo que cubre los ojos", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "hair_over_one_eye", + "langName": "El pelo le tapa un ojo", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "eyes_visible_through_hair", + "langName": "ojos visibles a través del pelo", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "shading eyes", + "langName": "Ojos con sombra", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "one eye closed", + "langName": "un ojo cerrado", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "no_blindfold", + "langName": "Se ha eliminado el elemento (original) de la venda.", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "no_eyepatch", + "langName": "Quitado el antifaz (existente)", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "eyeliner", + "langName": "Delineador de ojos", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "no_eyes", + "langName": "Sin ojos", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "uneven_eyes", + "langName": "Ojos grandes y pequeños", + "object": "Figura", + "attribute": "Ojo" + }, + { + "displayName": "pupils", + "langName": "alumno", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "bright_pupils", + "langName": "alumnos brillantes", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "blue_pupils", + "langName": "pupilas naranjas", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "purple_pupils", + "langName": "Alumnos morados", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "orange_pupils", + "langName": "pupilas naranjas", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "heterochromia", + "langName": "pupilas heterocromáticas", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "mismatched_pupils", + "langName": "alumnos desajustados", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "solid_circle_pupils", + "langName": "Versión Q pupilas redondas macizas", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "dilated_pupils", + "langName": "pupilas dilatadas", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "constricted_pupils", + "langName": "pupilas contraídas", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "slit_pupils", + "langName": "Pupilas verticales/ojos de gato", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "snake_pupils", + "langName": "Pupilas de serpiente (flash pupilar)", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "horizontal_pupils", + "langName": "pupila horizontal", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "rectangular_pupils", + "langName": "Pupilas rectangulares", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "square_pupils", + "langName": "alumnos cuadrados", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "dot_pupils", + "langName": "punto alumno", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "star-shaped_pupils", + "langName": "Pupilas en forma de pentagrama", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "flower-shaped pupils", + "langName": "pupilas en forma de flor", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "heart-shaped_pupils", + "langName": "pupilas en forma de corazón", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "diamond-shaped_pupils", + "langName": "pupilas en forma de diamante", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "butterfly-shaped_pupils", + "langName": "pupilas en forma de mariposa", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "symbol-shaped_pupils", + "langName": "Alumnos simbólicos", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "x-shaped_pupils", + "langName": "Pupilas en forma de X", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "cross-shaped_pupils", + "langName": "Alumnos simbólicos (sin efecto", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "\"+_+\"", + "langName": "ojo de estrella en cruz", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "extra_pupils", + "langName": "alumnos adicionales", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "no_pupils", + "langName": "sin alumnos", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "devil pupils", + "langName": "alumno mágico", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "pupils sparkling", + "langName": "pupilas parpadeantes", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "symbol_in_eye", + "langName": "Hay símbolos en los ojos", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "star_in_eye", + "langName": "estrellas en los ojos", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "dashed_eyes", + "langName": "ojos punteados", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "color contact lenses", + "langName": "Lentes de contacto", + "object": "Figura", + "attribute": "Alumno" + }, + { + "displayName": "light_eyes", + "langName": "ojos brillantes", + "object": "Figura", + "attribute": "Expresión ocular" + }, + { + "displayName": "glowing_eyes", + "langName": "ojos brillantes", + "object": "Figura", + "attribute": "Expresión ocular" + }, + { + "displayName": "shiny_eyes", + "langName": "ojos brillantes", + "object": "Figura", + "attribute": "Expresión ocular" + }, + { + "displayName": "evil_eyes", + "langName": "mal de ojo", + "object": "Figura", + "attribute": "Expresión ocular" + }, + { + "displayName": "crazy_eyes", + "langName": "ojos locos", + "object": "Figura", + "attribute": "Expresión ocular" + }, + { + "displayName": "empty_eyes", + "langName": "ojos vacíos", + "object": "Figura", + "attribute": "Expresión ocular" + }, + { + "displayName": "solid_eyes", + "langName": "ojos firmes", + "object": "Figura", + "attribute": "Expresión ocular" + }, + { + "displayName": "sharp_eyes", + "langName": "ojos penetrantes", + "object": "Figura", + "attribute": "Expresión ocular" + }, + { + "displayName": "slanted_eyes", + "langName": "ojos penetrantes", + "object": "Figura", + "attribute": "Expresión ocular" + }, + { + "displayName": "wink", + "langName": "parpadear", + "object": "Figura", + "attribute": "Expresión ocular" + }, + { + "displayName": "wide-eyed", + "langName": "Mantén los ojos abiertos", + "object": "Figura", + "attribute": "Expresión ocular" + }, + { + "displayName": "glint", + "langName": "emociones fuertes destellan en los ojos", + "object": "Figura", + "attribute": "Expresión ocular" + }, + { + "displayName": "tsurime", + "langName": "Cola del ojo levantada", + "object": "Figura", + "attribute": "Expresión ocular" + }, + { + "displayName": "tareme", + "langName": "Caída de la cola del ojo", + "object": "Figura", + "attribute": "Expresión ocular" + }, + { + "displayName": "pointed nose", + "langName": "nariz puntiaguda", + "object": "Figura", + "attribute": "Nariz" + }, + { + "displayName": "small nose", + "langName": "nariz pequeña", + "object": "Figura", + "attribute": "Nariz" + }, + { + "displayName": "big nose", + "langName": "nariz grande", + "object": "Figura", + "attribute": "Nariz" + }, + { + "displayName": "no_nose", + "langName": "Sin nariz", + "object": "Figura", + "attribute": "Nariz" + }, + { + "displayName": "dot_nose", + "langName": "nariz punteada", + "object": "Figura", + "attribute": "Nariz" + }, + { + "displayName": "nose_bubble", + "langName": "Burbujas en la nariz", + "object": "Figura", + "attribute": "Nariz" + }, + { + "displayName": "smelling", + "langName": "oler", + "object": "Figura", + "attribute": "Nariz" + }, + { + "displayName": "nose", + "langName": "nariz", + "object": "Figura", + "attribute": "Nariz" + }, + { + "displayName": "nosebleed", + "langName": "hemorragia nasal", + "object": "Figura", + "attribute": "Nariz" + }, + { + "displayName": "snot", + "langName": "secreción nasal", + "object": "Figura", + "attribute": "Nariz" + }, + { + "displayName": "snout", + "langName": "hocico de animal", + "object": "Figura", + "attribute": "Nariz" + }, + { + "displayName": "thick lips", + "langName": "labios gruesos", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "puffy lips", + "langName": "labios hinchados", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "lipstick", + "langName": "pintalabios", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "heart-shaped mouth", + "langName": "boca en forma de corazón", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "pout", + "langName": "pout", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "mole under mouth", + "langName": "Lunares bajo la boca", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "open_mouth", + "langName": "Abre la boca", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "gasping", + "langName": "Jadeo (abrir la boca)", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "Slightly_open_mouth", + "langName": "boca ligeramente abierta", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "wavy_mouth", + "langName": "boca ondulada", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "close_mouth", + "langName": "Cállate.", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "dot_mouth", + "langName": "Nod", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "no_mouth", + "langName": "sin boca", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "gag", + "langName": "mordaza", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "gnaw", + "langName": "morder", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": ":3", + "langName": "Maozui", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": ":o", + "langName": "Abre la boca", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": ":>", + "langName": "V boca", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "parted_lips", + "langName": "labios abiertos", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "bit_gag", + "langName": "cállate", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "chestnut_mouth", + "langName": "Lizizui", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "cleave_gag", + "langName": "amordazado", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "closed_mouth", + "langName": "boca cerrada", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "covered_mouth", + "langName": "boca tapada", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "extra_mouth", + "langName": "Cuántas bocas", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "hair_in_mouth", + "langName": "pelo en la boca", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "hair_tie_in_mouth", + "langName": "Mantenga el lazo del pelo en la boca", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "homu", + "langName": "Pout | Pout", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "lips", + "langName": "labios", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "mouth", + "langName": "Boca", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "mouth_hold", + "langName": "Sosténgalo en la boca", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "oral", + "langName": "con boca", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "pacifier", + "langName": "pezón", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "Pouted lips", + "langName": "labios fruncidos", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "sideways_mouth", + "langName": "Dibujar la boca de perfil", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "spoon_in_mouth", + "langName": "cuchara en la boca", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "triangle_mouth", + "langName": "boca triangular", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "saliva", + "langName": "saliva", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "drooling", + "langName": "Babeando", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "mouth_drool", + "langName": "Hay un hueco en forma de gota de saliva en la comisura de los labios.", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "tooth", + "langName": "diente", + "object": "Figura", + "attribute": "Dientes" + }, + { + "displayName": "upper_teeth", + "langName": "dientes superiores", + "object": "Figura", + "attribute": "Dientes" + }, + { + "displayName": "fangs", + "langName": "dientes de tigre | colmillos", + "object": "Figura", + "attribute": "Dientes" + }, + { + "displayName": "skin_fang", + "langName": "color de piel dientes de tigre", + "object": "Figura", + "attribute": "Dientes" + }, + { + "displayName": "round_teeth", + "langName": "dientes festoneados", + "object": "Figura", + "attribute": "Dientes" + }, + { + "displayName": "sharp_teeth", + "langName": "dientes afilados", + "object": "Figura", + "attribute": "Dientes" + }, + { + "displayName": "clenched_teeth", + "langName": "Aprieta los dientes", + "object": "Figura", + "attribute": "Dientes" + }, + { + "displayName": "buck_teeth", + "langName": "Dientes de ciervo", + "object": "Figura", + "attribute": "Dientes" + }, + { + "displayName": "fang_out", + "langName": "Desnudar los colmillos | Desnudar los colmillos", + "object": "Figura", + "attribute": "Dientes" + }, + { + "displayName": "spiked_club", + "langName": "Mace", + "object": "Figura", + "attribute": "Dientes" + }, + { + "displayName": "toothbrush", + "langName": "cepillo de dientes", + "object": "Figura", + "attribute": "Dientes" + }, + { + "displayName": "tusks", + "langName": "marfil", + "object": "Figura", + "attribute": "Dientes" + }, + { + "displayName": "shark_mouth", + "langName": "dientes de tiburón", + "object": "Figura", + "attribute": "Dientes" + }, + { + "displayName": ":q", + "langName": "lengua en el labio superior", + "object": "Figura", + "attribute": "Lengua" + }, + { + "displayName": ":p", + "langName": "lengua en el labio inferior", + "object": "Figura", + "attribute": "Lengua" + }, + { + "displayName": ";p", + "langName": "Parpadea y saca la lengua", + "object": "Figura", + "attribute": "Lengua" + }, + { + "displayName": "french_kiss", + "langName": "Beso con lengua | Beso húmedo francés", + "object": "Figura", + "attribute": "Lengua" + }, + { + "displayName": "long_tongue", + "langName": "lengua larga", + "object": "Figura", + "attribute": "Lengua" + }, + { + "displayName": "oral_invitation", + "langName": "Saca la lengua para dar la bienvenida a la eyaculación", + "object": "Figura", + "attribute": "Lengua" + }, + { + "displayName": "tongue", + "langName": "Lengua", + "object": "Figura", + "attribute": "Lengua" + }, + { + "displayName": "tongue_out", + "langName": "sacar la lengua", + "object": "Figura", + "attribute": "Lengua" + }, + { + "displayName": "uvula", + "langName": "uvula | uvula | uvula", + "object": "Figura", + "attribute": "Lengua" + }, + { + "displayName": "fingernails", + "langName": "uñas", + "object": "Figura", + "attribute": "Uñas" + }, + { + "displayName": "toenails", + "langName": "uñas de los pies", + "object": "Figura", + "attribute": "Uñas" + }, + { + "displayName": "nail_polish", + "langName": "esmalte de uñas", + "object": "Figura", + "attribute": "Uñas" + }, + { + "displayName": "toenail_polish", + "langName": "esmalte de uñas", + "object": "Figura", + "attribute": "Uñas" + }, + { + "displayName": "black_nails", + "langName": "uñas negras", + "object": "Figura", + "attribute": "Uñas" + }, + { + "displayName": "red_nails", + "langName": "uñas rojas", + "object": "Figura", + "attribute": "Uñas" + }, + { + "displayName": "pink_nails", + "langName": "uñas rosas", + "object": "Figura", + "attribute": "Uñas" + }, + { + "displayName": "long_fingernails", + "langName": "uñas largas", + "object": "Figura", + "attribute": "Uñas" + }, + { + "displayName": "nail", + "langName": "Uñas | Uñas", + "object": "Figura", + "attribute": "Uñas" + }, + { + "displayName": "multicolored_nails", + "langName": "uñas de colores", + "object": "Figura", + "attribute": "Uñas" + }, + { + "displayName": "nail_art", + "langName": "Manicura", + "object": "Figura", + "attribute": "Uñas" + }, + { + "displayName": "bare shoulders", + "langName": "hombros desnudos", + "object": "Figura", + "attribute": "Hombros" + }, + { + "displayName": "collarbonea", + "langName": "clavícula", + "object": "Figura", + "attribute": "Hombros" + }, + { + "displayName": "armpits", + "langName": "axila", + "object": "Figura", + "attribute": "Hombros" + }, + { + "displayName": "armpit_crease", + "langName": "Arrugas axilares", + "object": "Figura", + "attribute": "Hombros" + }, + { + "displayName": "chest", + "langName": "Pecho", + "object": "Figura", + "attribute": "Pecho" + }, + { + "displayName": "flat chest", + "langName": "Pechos pequeños (A)", + "object": "Figura", + "attribute": "Pecho" + }, + { + "displayName": "small_breasts", + "langName": "Tetas pequeñas (B)", + "object": "Figura", + "attribute": "Pecho" + }, + { + "displayName": "medium breasts", + "langName": "Pecho medio (C)", + "object": "Figura", + "attribute": "Pecho" + }, + { + "displayName": "big breasts", + "langName": "Tetas grandes (D)", + "object": "Figura", + "attribute": "Pecho" + }, + { + "displayName": "huge breasts", + "langName": "Pechos Grandes (E)", + "object": "Figura", + "attribute": "Pecho" + }, + { + "displayName": "gigantic breasts", + "langName": "Pechos supergrandes (F)", + "object": "Figura", + "attribute": "Pecho" + }, + { + "displayName": "breasts apart", + "langName": "pecho partido", + "object": "Figura", + "attribute": "Pecho" + }, + { + "displayName": "hanging breasts", + "langName": "Inclinación", + "object": "Figura", + "attribute": "Pecho" + }, + { + "displayName": "bouncing breasts", + "langName": "agitar", + "object": "Figura", + "attribute": "Pecho" + }, + { + "displayName": "cleavage", + "langName": "escote", + "object": "Figura", + "attribute": "Pecho" + }, + { + "displayName": "areola", + "langName": "Areola", + "object": "Figura", + "attribute": "Pecho" + }, + { + "displayName": "nipples", + "langName": "pezón", + "object": "Figura", + "attribute": "Pecho" + }, + { + "displayName": "pectorals", + "langName": "músculos pectorales", + "object": "Figura", + "attribute": "Pecho" + }, + { + "displayName": "large_pectorals", + "langName": "Pectorales grandes", + "object": "Figura", + "attribute": "Pecho" + }, + { + "displayName": "unbuttoned clothes", + "langName": "Pecho semidescubierto", + "object": "Figura", + "attribute": "Pecho" + }, + { + "displayName": "belly", + "langName": "abdomen", + "object": "Figura", + "attribute": "Abdomen" + }, + { + "displayName": "absolute_territory", + "langName": "músculos abdominales", + "object": "Figura", + "attribute": "Abdomen" + }, + { + "displayName": "inflation", + "langName": "vientre abultado", + "object": "Figura", + "attribute": "Abdomen" + }, + { + "displayName": "navel", + "langName": "ombligo", + "object": "Figura", + "attribute": "Abdomen" + }, + { + "displayName": "groin", + "langName": "ingle", + "object": "Figura", + "attribute": "Abdomen" + }, + { + "displayName": "feet", + "langName": "pie", + "object": "Figura", + "attribute": "Pie" + }, + { + "displayName": "long_legs", + "langName": "piernas largas", + "object": "Figura", + "attribute": "Pie" + }, + { + "displayName": "thick_thighs", + "langName": "muslos gruesos", + "object": "Figura", + "attribute": "Pie" + }, + { + "displayName": "toe-point", + "langName": "punta del pie | punta del pie", + "object": "Figura", + "attribute": "Pie" + }, + { + "displayName": "wings", + "langName": "ala", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "bat_wings", + "langName": "alas de murciélago", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "butterfly_wings", + "langName": "alas de mariposa", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "black_wings", + "langName": "alas negras", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "demon_wings", + "langName": "Alas de demonio", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "asymmetrical_wings", + "langName": "alas asimétricas", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "detached_wings", + "langName": "Alas que no están unidas al cuerpo", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "fairy_wings", + "langName": "alas de hada", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "fake_wings", + "langName": "imitación de alas", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "fiery_wings", + "langName": "alas ardientes", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "insect_wings", + "langName": "alas de insecto", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "large_wings", + "langName": "grandes alas", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "low_wings", + "langName": "alas en la cintura", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "mini_wings", + "langName": "mini alas", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "multicolored_wings", + "langName": "Alas de muchos colores", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "multiple_wings", + "langName": "varios pares de alas", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "no_wings", + "langName": "Alas retiradas (originales)", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "winged_helmet", + "langName": "casco alado", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "smile", + "langName": "Sonría", + "object": "Expresión", + "attribute": "Ríete" + }, + { + "displayName": "laughing", + "langName": "riendo a carcajadas", + "object": "Expresión", + "attribute": "Ríete" + }, + { + "displayName": ":d", + "langName": "Sonrisa feliz_:D😀", + "object": "Expresión", + "attribute": "Ríete" + }, + { + "displayName": ";d", + "langName": "Guiño y sonrisa_:D", + "object": "Expresión", + "attribute": "Ríete" + }, + { + "displayName": "grin", + "langName": "sonrisa dentada", + "object": "Expresión", + "attribute": "Ríete" + }, + { + "displayName": "teasing_smile", + "langName": "divertido, sonriendo tontamente", + "object": "Expresión", + "attribute": "Ríete" + }, + { + "displayName": "seductive_smile", + "langName": "sonrisa encantadora", + "object": "Expresión", + "attribute": "Ríete" + }, + { + "displayName": "smirk", + "langName": "sonrisa provocativa", + "object": "Expresión", + "attribute": "Ríete" + }, + { + "displayName": "giggling", + "langName": "risita", + "object": "Expresión", + "attribute": "Ríete" + }, + { + "displayName": "smug", + "langName": "petulante", + "object": "Expresión", + "attribute": "Ríete" + }, + { + "displayName": "naughty_face", + "langName": "cara traviesa", + "object": "Expresión", + "attribute": "Ríete" + }, + { + "displayName": "crazy_smile", + "langName": "risa loca", + "object": "Expresión", + "attribute": "Ríete" + }, + { + "displayName": "kind_smile", + "langName": "sonrisa amable", + "object": "Expresión", + "attribute": "Ríete" + }, + { + "displayName": "evil_smile", + "langName": "Mala sonrisa", + "object": "Expresión", + "attribute": "Ríete" + }, + { + "displayName": "ahegao", + "langName": "Tápate la cara y ríete | Cara tímida", + "object": "Expresión", + "attribute": "Ríete" + }, + { + "displayName": "happy_tears", + "langName": "lágrimas de felicidad", + "object": "Expresión", + "attribute": "Ríete" + }, + { + "displayName": "sad", + "langName": "triste", + "object": "Expresión", + "attribute": "Grita" + }, + { + "displayName": "sobs", + "langName": "sollozo", + "object": "Expresión", + "attribute": "Grita" + }, + { + "displayName": "crying", + "langName": "llorar a gritos", + "object": "Expresión", + "attribute": "Grita" + }, + { + "displayName": "crying_with_eyes_open", + "langName": "llorar con los ojos abiertos", + "object": "Expresión", + "attribute": "Grita" + }, + { + "displayName": "streaming_tears", + "langName": "derramar lágrimas", + "object": "Expresión", + "attribute": "Grita" + }, + { + "displayName": "lacrimation", + "langName": "derramar lágrimas", + "object": "Expresión", + "attribute": "Grita" + }, + { + "displayName": "tear stains", + "langName": "lágrimas", + "object": "Expresión", + "attribute": "Grita" + }, + { + "displayName": "teardrop", + "langName": "lágrima", + "object": "Expresión", + "attribute": "Grita" + }, + { + "displayName": "tearing_up", + "langName": "expresión de llanto", + "object": "Expresión", + "attribute": "Grita" + }, + { + "displayName": "wiping_tears", + "langName": "secarse las lágrimas", + "object": "Expresión", + "attribute": "Grita" + }, + { + "displayName": "badmood", + "langName": "Mal humor", + "object": "Expresión", + "attribute": "Grita" + }, + { + "displayName": "tearing_clothes", + "langName": "Rasgar la ropa (cuando está muy triste, rasga la ropa para descargar sus emociones)", + "object": "Expresión", + "attribute": "Grita" + }, + { + "displayName": "frustrated", + "langName": "frustrado", + "object": "Expresión", + "attribute": "Infeliz" + }, + { + "displayName": "frustrated_brow", + "langName": "ceño fruncido", + "object": "Expresión", + "attribute": "Infeliz" + }, + { + "displayName": "annoyed", + "langName": "en apuros", + "object": "Expresión", + "attribute": "Infeliz" + }, + { + "displayName": "anguish", + "langName": "deprimido", + "object": "Expresión", + "attribute": "Infeliz" + }, + { + "displayName": "sigh", + "langName": "suspiro", + "object": "Expresión", + "attribute": "Infeliz" + }, + { + "displayName": "gloom", + "langName": "melancolía", + "object": "Expresión", + "attribute": "Infeliz" + }, + { + "displayName": "disappointed", + "langName": "Decepcionado", + "object": "Expresión", + "attribute": "Infeliz" + }, + { + "displayName": "despair", + "langName": "desesperación", + "object": "Expresión", + "attribute": "Infeliz" + }, + { + "displayName": "unamused", + "langName": "Parece infeliz", + "object": "Expresión", + "attribute": "Infeliz" + }, + { + "displayName": "disgust", + "langName": "Asqueado (parece basura)", + "object": "Expresión", + "attribute": "Desprecio" + }, + { + "displayName": "disdain", + "langName": "desprecio", + "object": "Expresión", + "attribute": "Desprecio" + }, + { + "displayName": "contempt", + "langName": "desprecio", + "object": "Expresión", + "attribute": "Desprecio" + }, + { + "displayName": "shaded_face", + "langName": "Hay una sombra en la cara, a juego con el desprecio", + "object": "Expresión", + "attribute": "Desprecio" + }, + { + "displayName": "jitome", + "langName": "mirada despectiva", + "object": "Expresión", + "attribute": "Desprecio" + }, + { + "displayName": "frown", + "langName": "Fruncir el ceño", + "object": "Expresión", + "attribute": "Desprecio" + }, + { + "displayName": "wince", + "langName": "Fruncir el ceño (antes de la relación sexual)", + "object": "Expresión", + "attribute": "Desprecio" + }, + { + "displayName": "furrowed_brow", + "langName": "fruncir el ceño", + "object": "Expresión", + "attribute": "Desprecio" + }, + { + "displayName": "fear_kubrick", + "langName": "Miedo a las miradas de reojo", + "object": "Expresión", + "attribute": "Desprecio" + }, + { + "displayName": "angry", + "langName": "enfadado", + "object": "Expresión", + "attribute": "Enojado" + }, + { + "displayName": "glaring", + "langName": "resplandor", + "object": "Expresión", + "attribute": "Enojado" + }, + { + "displayName": "serious", + "langName": "Serio (similar a enfadado)", + "object": "Expresión", + "attribute": "Enojado" + }, + { + "displayName": "kubrick_stare", + "langName": "Mirándote de reojo", + "object": "Expresión", + "attribute": "Enojado" + }, + { + "displayName": "sulking", + "langName": "angry_sulky", + "object": "Expresión", + "attribute": "Enojado" + }, + { + "displayName": "screaming", + "langName": "gritar", + "object": "Expresión", + "attribute": "Enojado" + }, + { + "displayName": "shouting", + "langName": "llorar", + "object": "Expresión", + "attribute": "Enojado" + }, + { + "displayName": "expressionless", + "langName": "sin expresión", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "raised eyebrow", + "langName": "Levantar una ceja", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "blush", + "langName": "rubor", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "light_blush", + "langName": "ligero rubor", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "full-face-blush", + "langName": "Colorete en toda la cara", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "shy", + "langName": "tímido", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "embarrassed", + "langName": "Torpe y tímido", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "embarrass", + "langName": "tímido (torpe)", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "flustered", + "langName": "pánico", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "cute face", + "langName": "cara bonita", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "thinking", + "langName": "piense en", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "bored", + "langName": "aburrido", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "sleepy", + "langName": "soñoliento", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "surprised", + "langName": "sorpresa", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "confused", + "langName": "confundir", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "facepalm", + "langName": "Cubierta facial", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "grimace", + "langName": "guiño", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "scowl", + "langName": "Mirada de asco", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "staring", + "langName": "mirada", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "envy", + "langName": "envidia", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "twitching", + "langName": "twitch", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "spasm", + "langName": "Calambre", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "pain", + "langName": "dolor", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "endured_face", + "langName": "expresión del paciente", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "restrained", + "langName": "soportar", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "turn pale", + "langName": "pálido", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "sweat", + "langName": "sudor", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "scared", + "langName": "asustado", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "naughty", + "langName": "travieso", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "dark_persona", + "langName": "ennegrecido", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "crazy", + "langName": "loco", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "yandere", + "langName": "yandere", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "Tsundere", + "langName": "Tsundere", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "multiple_persona", + "langName": "personalidad múltiple", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "Jekyll_and_Hyde", + "langName": "personalidad múltiple", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "exhausted", + "langName": "agotado", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "heavy_breathing", + "langName": "Respira hondo, puede que no sirva de nada.", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "rape_face", + "langName": "cara de violación", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "moaning", + "langName": "gemir", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "orgasm", + "langName": "clímax", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "female_orgasm", + "langName": "orgasmo femenino", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "rolling_eyes", + "langName": "Poner los ojos en blanco (ojos de orgasmo)", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "torogao", + "langName": "Trance", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "drunk", + "langName": "borracho", + "object": "Expresión", + "attribute": "Otras expresiones" + }, + { + "displayName": "joyful", + "langName": "alegre", + "object": "Expresión", + "attribute": "Emociones positivas" + }, + { + "displayName": "cheerful", + "langName": "Alegre", + "object": "Expresión", + "attribute": "Emociones positivas" + }, + { + "displayName": "enchanting", + "langName": "encantador", + "object": "Expresión", + "attribute": "Emociones positivas" + }, + { + "displayName": "happy", + "langName": "feliz", + "object": "Expresión", + "attribute": "Emociones positivas" + }, + { + "displayName": "happy accidents", + "langName": "Una sorpresa inesperada", + "object": "Expresión", + "attribute": "Emociones positivas" + }, + { + "displayName": "vibrant", + "langName": "enérgico", + "object": "Expresión", + "attribute": "Emociones positivas" + }, + { + "displayName": "dynamic", + "langName": "enérgico", + "object": "Expresión", + "attribute": "Emociones positivas" + }, + { + "displayName": "energetic", + "langName": "lleno de energía", + "object": "Expresión", + "attribute": "Emociones positivas" + }, + { + "displayName": "bustling", + "langName": "Ocupado", + "object": "Expresión", + "attribute": "Emociones positivas" + }, + { + "displayName": "lively", + "langName": "animado", + "object": "Expresión", + "attribute": "Emociones positivas" + }, + { + "displayName": "excited", + "langName": "emocionado", + "object": "Expresión", + "attribute": "Emociones positivas" + }, + { + "displayName": "peaceful", + "langName": "tranquilo", + "object": "Expresión", + "attribute": "Emociones positivas" + }, + { + "displayName": "serene", + "langName": "tranquilo", + "object": "Expresión", + "attribute": "Emociones positivas" + }, + { + "displayName": "soothing", + "langName": "relajante", + "object": "Expresión", + "attribute": "Emociones positivas" + }, + { + "displayName": "calming", + "langName": "calma", + "object": "Expresión", + "attribute": "Emociones positivas" + }, + { + "displayName": "melancholic", + "langName": "melancolía", + "object": "Expresión", + "attribute": "Emociones negativas" + }, + { + "displayName": "eerie", + "langName": "extraño", + "object": "Expresión", + "attribute": "Emociones negativas" + }, + { + "displayName": "ominous", + "langName": "ominoso", + "object": "Expresión", + "attribute": "Emociones negativas" + }, + { + "displayName": "unsettling", + "langName": "inquietante", + "object": "Expresión", + "attribute": "Emociones negativas" + }, + { + "displayName": "lonely", + "langName": "Solitario", + "object": "Expresión", + "attribute": "Emociones negativas" + }, + { + "displayName": "beautiful", + "langName": "belleza", + "object": "Expresión", + "attribute": "Temperamento" + }, + { + "displayName": "elegant", + "langName": "elegante", + "object": "Expresión", + "attribute": "Temperamento" + }, + { + "displayName": "angelic", + "langName": "angelical", + "object": "Expresión", + "attribute": "Temperamento" + }, + { + "displayName": "Good", + "langName": "OK", + "object": "Expresión", + "attribute": "Temperamento" + }, + { + "displayName": "mysterious", + "langName": "misterioso", + "object": "Expresión", + "attribute": "Temperamento" + }, + { + "displayName": "enigmatic", + "langName": "enigmático", + "object": "Expresión", + "attribute": "Temperamento" + }, + { + "displayName": "cryptic", + "langName": "secreto", + "object": "Expresión", + "attribute": "Temperamento" + }, + { + "displayName": "evil", + "langName": "malvado", + "object": "Expresión", + "attribute": "Temperamento" + }, + { + "displayName": "standing", + "langName": "stand", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "leaning", + "langName": "Lean | Lean", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "leaning_to_the_side", + "langName": "inclinarse hacia un lado", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "leaning_back", + "langName": "reclinarse", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "leaning_forward", + "langName": "inclinarse hacia delante", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "leaning_on_object", + "langName": "apoyarse en un objeto", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "on_back", + "langName": "tumbarse boca arriba", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "on_side", + "langName": "Tumbado de lado", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "on_stomach", + "langName": "Tumbado", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "lying", + "langName": "acostado", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "lying_on_person", + "langName": "acostarse sobre alguien", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "lying_on_the_lake", + "langName": "tumbado en el lago", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "lying_on_water", + "langName": "tumbado en el agua", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "reclining", + "langName": "Posición reclinada", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "arched_back", + "langName": "Cuerpo del arco", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "afloat", + "langName": "flotar en el agua", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "fetal_position", + "langName": "Posición fetal (tumbado)", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "sleeping_upright", + "langName": "(no acostado) dormir | dormir erguido", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "waking_up", + "langName": "despertar", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "cuddling", + "langName": "Abrace", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "comforting", + "langName": "confort", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "biting", + "langName": "morder", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "licking", + "langName": "lamer", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "licking_lips", + "langName": "lamerse los labios", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "lip_biting", + "langName": "morderse el labio", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "blowing", + "langName": "soplar", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "teasing", + "langName": "burlarse", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "tickling", + "langName": "cosquillas", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "spitting", + "langName": "acto de escupir líquido por la boca", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "spilling", + "langName": "El acto de verter líquido de un recipiente", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "cooking", + "langName": "cocina", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "drinking", + "langName": "beber", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "applying_makeup", + "langName": "maquillaje", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "brushing_teeth", + "langName": "cepillarse los dientes", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "hair_brushing", + "langName": "peinar el cabello", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "hair_tucking", + "langName": "voltea tu cabello", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "taking_picture", + "langName": "Tomar foto | Selfie", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "talking_on_phone", + "langName": "Llamar", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "singing", + "langName": "Canta", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "meditation", + "langName": "meditación", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "dancing", + "langName": "Danza", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "stylish_pose", + "langName": "pose de moda", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "the_pose", + "langName": "Túmbate en el suelo y levanta los pies", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "standing_on_liquid", + "langName": "de pie sobre agua o líquido", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "walking", + "langName": "caminar", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "walking_on_liquid", + "langName": "caminando sobre líquido", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "running", + "langName": "ejecute", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "jumping", + "langName": "saltar", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "flying", + "langName": "vuelo", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "flapping", + "langName": "acción de abofetear", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "flying_kick", + "langName": "patada voladora", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "fighting", + "langName": "en batalla", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "fighting_stance", + "langName": "postura de combate", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "drawing_bow", + "langName": "Tira del arco", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "dual_wielding", + "langName": "doble empuñadura", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "unsheathing", + "langName": "Desenvainar", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "slashing", + "langName": "corte", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "punching", + "langName": "punzón", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "hitting", + "langName": "hit", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "pushing", + "langName": "pulse", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "dragging", + "langName": "arrastrar algo", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "strangling", + "langName": "colgar la cabeza", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "bullying", + "langName": "Bully", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "chasing", + "langName": "chase", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "fleeing", + "langName": "A la fuga", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "hiding", + "langName": "ocultar", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "tripping", + "langName": "tropezó", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "spinning", + "langName": "girar", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "climbing", + "langName": "climb", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "diving", + "langName": "buceo", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "swimming", + "langName": "nadar", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "wading", + "langName": "vadear el agua", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "riding", + "langName": "paseo", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "driving", + "langName": "conducir", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "fishing", + "langName": "pesca", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "pole_dancing", + "langName": "pole dance", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "writing", + "langName": "escribir", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "reading", + "langName": "leer", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "sewing", + "langName": "coser", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "shopping", + "langName": "Compras", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "cleaning", + "langName": "limpiar |", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "sweeping", + "langName": "Limpieza | Barrer (tareas domésticas)", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "washing", + "langName": "lavar", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "showering", + "langName": "ducha", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "drying", + "langName": "Seco (después del baño)", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "whispering", + "langName": "susurro", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "sneezing", + "langName": "estornudar", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "talking", + "langName": "hable", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "yawning", + "langName": "bostezo", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "smoking", + "langName": "humo", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "sleeping", + "langName": "dormir", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "praying", + "langName": "reza", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "playing_games", + "langName": "jugar", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "wrestling", + "langName": "lucha libre (deporte)", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "parody", + "langName": "imitar", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "trolling", + "langName": "broma", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "public_indecency", + "langName": "indecencia pública", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "eyelid_pull", + "langName": "parpadear", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "top-down_bottom-up", + "langName": "Túmbate y levanta las nalgas", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "bent_over", + "langName": "postura de la cadera", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "upside-down", + "langName": "Parada de manos", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "prone_bone", + "langName": "boca abajo estilo perrito", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "presenting", + "langName": "Pantalla (parte trasera)", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "against_glass", + "langName": "vaso exprimible (no válido)", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "bleeding", + "langName": "sangrado", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "bowing", + "langName": "arco", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "breathing_fire", + "langName": "Respirar fuego", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "broom_riding", + "langName": "montar en escoba", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "bubble_blowing", + "langName": "soplar burbujas", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "burning", + "langName": "combustión", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "cast", + "langName": "tirar", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "dreaming", + "langName": "sueño", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "dropping", + "langName": "caída (accidental)", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "exercise", + "langName": "hacer ejercicio", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "firing", + "langName": "disparando", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "flashing", + "langName": "expuesto", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "flexing", + "langName": "Mostrar músculos", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "hanging", + "langName": "colgando", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "Painting_(Action)", + "langName": "dibujar", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "snowing", + "langName": "nieve", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "soccer", + "langName": "fútbol deporte", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "splashing", + "langName": "salpicaduras", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "steepled_fingers", + "langName": "Dedos contra dedos", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "swing", + "langName": "columpio", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "tail_wagging", + "langName": "moviendo la cola", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "toilet_use", + "langName": "Ir al baño", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "tossing", + "langName": "tirar", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "tying", + "langName": "Hacer un nudo (acción)", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "untying", + "langName": "Sin ataduras", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "unzipping", + "langName": "Descomprimir", + "object": "Acción", + "attribute": "Movimientos básicos" + }, + { + "displayName": "looking_at_viewer", + "langName": "mira al público", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "eye_contact", + "langName": "Contacto visual (mirarse el uno al otro)", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "eyeball", + "langName": "mire fijamente", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "stare", + "langName": "mirada", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "looking_back", + "langName": "Mirando hacia atrás", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "gradient", + "langName": "Inclinación del carácter", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "looking_down", + "langName": "Perspectiva del personaje mirando hacia abajo↘", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "looking_up", + "langName": "Perspectiva del personaje mirando hacia arriba", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "facing_away", + "langName": "mirando a otra parte", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "looking_to_the_side", + "langName": "mirar de reojo", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "looking_away", + "langName": "mirar hacia otro lado", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "looking_ahead", + "langName": "Mirando al futuro", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "looking_afar", + "langName": "mira a lo lejos", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "looking_outside", + "langName": "mirar fuera", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "head_tilt", + "langName": "cabeza inclinable", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "aiming", + "langName": "apuntar", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "aiming_at_viewer", + "langName": "Dirigirse al lector (perspectiva)", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "head_down", + "langName": "inclina la cabeza", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "sideways_glance", + "langName": "mirar ligeramente a un lado", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "upshirt", + "langName": "asomando por debajo de la camisa", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "upshorts", + "langName": "falda peek up", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "looking_at_another", + "langName": "mirando a otro", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "looking_at_phone", + "langName": "Mira el teléfono móvil", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "looking_at_animal", + "langName": "mirando a los animales", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "looking_at_mirror", + "langName": "mirarse en el espejo", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "looking_at_hand", + "langName": "mirando las manos", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "looking_at_food", + "langName": "mirar la comida", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "looking_at_screen", + "langName": "mirando la pantalla", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "stare at me", + "langName": "mirándote fijamente", + "object": "Acción", + "attribute": "Mira" + }, + { + "displayName": "clenched hand", + "langName": "puño cerrado", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "hand_to_mouth", + "langName": "Llévate la mano a la boca", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "hidden hands", + "langName": "esconde tus manos", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "arm_support", + "langName": "apoyo con las manos", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "arms_up", + "langName": "Levante la mano", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "presenting armpit", + "langName": "mostrar axilas", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "arm_behind_head", + "langName": "manos detrás de la cabeza", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "arm_above_head", + "langName": "manos en la cabeza", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "adjusting_hair", + "langName": "pelo ordenado", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "bangs_pinned_back", + "langName": "Recoge el flequillo con horquillas", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "arm_behind_back", + "langName": "Pon una mano detrás de la espalda", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "arms_behind_back", + "langName": "manos a la espalda", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "arm_at_side", + "langName": "Colgando una mano hacia abajo", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "arm_blade", + "langName": "hoja del brazo", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "arm_grab", + "langName": "brazo de agarre", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "arm_around_waist", + "langName": "Una mano alrededor de la cintura", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "arm_hug", + "langName": "Cogerse de la mano", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "arm_up", + "langName": "levantar las manos", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "bound_arms", + "langName": "Los brazos están atados", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "extra_arms", + "langName": "varios brazos", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "locked_arms", + "langName": "Brazos en alto", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "zombie_pose", + "langName": "pose de zombi", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "cheering", + "langName": "animar", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "beckoning", + "langName": "señale", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "waving", + "langName": "saludar (decir hola/adiós)", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "waving_arms", + "langName": "agitando los brazos", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "salute", + "langName": "saludar", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "reaching", + "langName": "Acércate (con determinación)", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "reaching_out", + "langName": "Llegar fuera del cuadro", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "stretch", + "langName": "estire", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "convenient_arm", + "langName": "Cubrir las partes clave de los brazos", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "ready_to_draw", + "langName": "Preparándose para desenvainar la espada", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "double_fox_shadow_puppet", + "langName": "Marioneta de sombras doble zorro", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "fox_shadow_puppet", + "langName": "marioneta sombra zorro", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "paw_pose", + "langName": "Gesto de la mano del gato de la suerte (muñeca doblada hacia abajo)", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "self_fondle", + "langName": "acariciarse a sí mismo", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "groping", + "langName": "tanteando", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "crotch_grab", + "langName": "Agarrando la entrepierna", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "clothes_lift", + "langName": "levantar la ropa", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "clothes_pull", + "langName": "Tirar de la ropa", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "strap_lift", + "langName": "bandolera elevable", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "shirt_lift", + "langName": "camiseta pull up lift up", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "dress_lift", + "langName": "levantar la falda", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "dress_pull", + "langName": "vestido de tirantes", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "kimono_lift", + "langName": "Levanta el kimono", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "kimono_pull", + "langName": "pull kimono", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "shirt_pull", + "langName": "desabrochar camisa", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "shorts_pull", + "langName": "Quítate los pantalones cortos", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "pants_pull", + "langName": "Bajarse los pantalones", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "leotard_pull", + "langName": "mono despegable", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "swimsuit_pull", + "langName": "Quítate el bañador", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "skirt_basket", + "langName": "Se refiere a la forma de cesta que se forma al levantar el faldón", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "bikini_lift", + "langName": "Bikini que se despega", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "cheek_pull", + "langName": "Tira de la mejilla", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "bunching_hair", + "langName": "Trenzas de sujeción", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "mask_pull", + "langName": "Tirando de la máscara", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "zipper_pull_tab", + "langName": "Tirador de cremallera", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "bikini_pull", + "langName": "Tirando de un bikini", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "holding_hair", + "langName": "Sujetar el pelo | Envolver el pelo con los dedos", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "shou", + "langName": "Llevar una mano detrás de la cabeza", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "arm_cannon", + "langName": "cañón de mano", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "arm_ribbon", + "langName": "cinta del brazo", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "caramelldansen", + "langName": "La famosa acción de girar la mano", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "arm_held_back", + "langName": "Tira de los brazos hacia atrás", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "leg_lift", + "langName": "elevación de una pierna", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "hugging_own_legs", + "langName": "Abraza tus piernas", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "cheek_pinching", + "langName": "pellizcar las mejillas", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "chin_rest", + "langName": "Sujeta la mejilla", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "skirt_lift", + "langName": "faldón elevador", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "skirt_flip", + "langName": "Falda levantada (incluido el significado de emergencia)", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "skirt_pull", + "langName": "falda abierta", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "cheek_poking", + "langName": "Pinchazo en la mejilla", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "hair_pull", + "langName": "tirar del pelo", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "covering_chest_by_hand", + "langName": "cubrir el pecho con las manos", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "chin_stroking", + "langName": "Toca la barbilla", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "hair_pulled_back", + "langName": "Pelo recogido", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "adjusting_clothes", + "langName": "Juguetear con la ropa", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "adjusting_hat", + "langName": "sombrero de orden", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "adjusting_gloves", + "langName": "Guantes de violín", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "adjusting_swimsuit", + "langName": "Juguetear con el bañador", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "adjusting_thighhigh", + "langName": "Ajustar las rodilleras", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "adjusting_eyewear", + "langName": "Ajustar las gafas", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "pulling", + "langName": "tire de", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "pulled_by_self", + "langName": "Bájate la ropa", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "pulled_by_another", + "langName": "ser arrastrado (o tirar de la ropa) por otra persona", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "lifting_person", + "langName": "recoger a alguien", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "lifted_by_self", + "langName": "Levántate la ropa", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "lifted_by_another", + "langName": "Ser levantado por la ropa de la otra parte", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "bandaid_on_arm", + "langName": "Tirita en el brazo", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "carrying", + "langName": "recoger", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "carrying_under_arm", + "langName": "bajo el brazo", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "carrying_over_shoulder", + "langName": "hombro", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "wind_lift", + "langName": "Efecto del viento", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "covering_xx", + "langName": "portada xx", + "object": "Acción", + "attribute": "Manos" + }, + { + "displayName": "shushing", + "langName": "Shh gesto", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "finger_to_mouth", + "langName": "Ponte la mano en los labios", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "peace sign", + "langName": "Manos de tijera", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "cat_pose", + "langName": "gesto de pata de gato", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "claw_pose", + "langName": "gesto de la garra", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "finger_gun", + "langName": "gesto de pistola con el dedo", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "v", + "langName": "gesto de victoria", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "double_v", + "langName": "doble_v", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "thumbs_up", + "langName": "Pulgares arriba", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "index_finger_raised", + "langName": "levantar el dedo índice", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "middle_finger", + "langName": "mostrar el dedo corazón", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "fingersmile", + "langName": "Haz una cara sonriente con los dedos", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "finger_on_trigger", + "langName": "Listo para apretar el gatillo", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "pointing_at_self", + "langName": "Señalarse a sí mismo", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "pointing_at_viewer", + "langName": "Señala a la persona que mira el dibujo", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "pointing_up", + "langName": "Apunta hacia arriba", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "poking", + "langName": "sello", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "hand_gesture", + "langName": "hacer gestos", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "ok_sign", + "langName": "OK gesto", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "finger_biting", + "langName": "dedos que se muerden", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "finger_in_mouth", + "langName": "chuparse los dedos", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "fingering_through_clothes", + "langName": "dedo", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "fingers_together", + "langName": "dedos juntos", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "hair_twirling", + "langName": "Dedos rizando el pelo", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "sharp_fingernails", + "langName": "uñas afiladas", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "spread_fingers", + "langName": "separa los dedos", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "trigger_discipline", + "langName": "Sin el dedo en el gatillo", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "w", + "langName": "Dedo que W", + "object": "Acción", + "attribute": "Dedo" + }, + { + "displayName": "open hands", + "langName": "manos abiertas", + "object": "Acción", + "attribute": "Movimientos de las manos" + }, + { + "displayName": "spread arms", + "langName": "brazos abiertos", + "object": "Acción", + "attribute": "Movimientos de las manos" + }, + { + "displayName": "interlocked_fingers", + "langName": "manos juntas", + "object": "Acción", + "attribute": "Movimientos de las manos" + }, + { + "displayName": "tying hair", + "langName": "atar el pelo", + "object": "Acción", + "attribute": "Movimientos de las manos" + }, + { + "displayName": "own hands clasped", + "langName": "manos juntas", + "object": "Acción", + "attribute": "Movimientos de las manos" + }, + { + "displayName": "own hands together", + "langName": "manos juntas", + "object": "Acción", + "attribute": "Movimientos de las manos" + }, + { + "displayName": "hands in hair", + "langName": "peinarse con las manos", + "object": "Acción", + "attribute": "Movimientos de las manos" + }, + { + "displayName": "arms_behind_head", + "langName": "Sujetar la cabeza con las manos", + "object": "Acción", + "attribute": "Movimientos de las manos" + }, + { + "displayName": "double piece pose", + "langName": "Manos signo V", + "object": "Acción", + "attribute": "Movimientos de las manos" + }, + { + "displayName": "arms_crossed", + "langName": "manos cruzadas sobre el pecho", + "object": "Acción", + "attribute": "Movimientos de las manos" + }, + { + "displayName": "hands_in_opposite_sleeves", + "langName": "Cruza las manos y mételas en las mangas", + "object": "Acción", + "attribute": "Movimientos de las manos" + }, + { + "displayName": "crossed_arms", + "langName": "brazos cruzados", + "object": "Acción", + "attribute": "Movimientos de las manos" + }, + { + "displayName": "outstretched_arms", + "langName": "estirar los brazos", + "object": "Acción", + "attribute": "Movimientos de las manos" + }, + { + "displayName": "v_arms", + "langName": "Haz una V con ambos brazos", + "object": "Acción", + "attribute": "Movimientos de las manos" + }, + { + "displayName": "w_arms", + "langName": "Brazos en posición W", + "object": "Acción", + "attribute": "Movimientos de las manos" + }, + { + "displayName": "arms_at_sides", + "langName": "sin lugar a dudas", + "object": "Acción", + "attribute": "Movimientos de las manos" + }, + { + "displayName": "hands_clasped", + "langName": "Dedos de ambas manos cruzados | Manos apretadas", + "object": "Acción", + "attribute": "Movimientos de las manos" + }, + { + "displayName": "holding", + "langName": "sosteniendo algo", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_animal", + "langName": "animales de abasto", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_arrow", + "langName": "Tender el arco", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_axe", + "langName": "sosteniendo un hacha", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_bag", + "langName": "bolsa de transporte", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_ball", + "langName": "sujetando la pelota", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_basket", + "langName": "Llevar una cesta", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_book", + "langName": "libro en mano", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_bottle", + "langName": "sosteniendo la botella", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_bouquet", + "langName": "Mano que sostiene un ramo", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_bow_(weapon)", + "langName": "Sujetar un arco (arma)", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_bowl", + "langName": "Sostener un cuenco", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_box", + "langName": "Llevar una caja", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_breath", + "langName": "Aguanta la respiración", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_broom", + "langName": "Con una escoba en la mano", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_camera", + "langName": "cámara portátil", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_can", + "langName": "sosteniendo una lata", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_candy", + "langName": "mano sosteniendo un caramelo", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_card", + "langName": "tarjeta en la mano", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_cat", + "langName": "gato en brazos", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_chopsticks", + "langName": "con palillos en la mano", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_cigarette", + "langName": "Cigarrillo en mano", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_clothes", + "langName": "sujetando ropa", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_condom", + "langName": "sujetando un preservativo", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_cup", + "langName": "taza", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_dagger", + "langName": "sosteniendo la daga", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_doll", + "langName": "muñeca en brazos", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_eyewear", + "langName": "Sujetar las gafas | Quitarse las gafas", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_fan", + "langName": "sujetando un abanico", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_flag", + "langName": "con la bandera en la mano", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_flower", + "langName": "sosteniendo flores", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_food", + "langName": "alimentos", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_fork", + "langName": "sosteniendo un tenedor", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_fruit", + "langName": "fruta en la mano", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_gift", + "langName": "con un regalo en la mano", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_gun", + "langName": "sosteniendo un arma", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_hands", + "langName": "tomarse de la mano", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_hat", + "langName": "con sombrero en la mano", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_head", + "langName": "con la cabeza entre las manos", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_helmet", + "langName": "sujetando el casco", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_innertube", + "langName": "Sujete el anillo de natación", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_instrument", + "langName": "sujetar un instrumento musical", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_knife", + "langName": "sosteniendo un cuchillo", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_leaf", + "langName": "sujetando hojas", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_lollipop", + "langName": "sosteniendo una piruleta", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_mask", + "langName": "máscara de sujeción", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_microphone", + "langName": "con un micrófono en la mano", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_needle", + "langName": "aguja de coser", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_own_foot", + "langName": "sujetarse los pies", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_paintbrush", + "langName": "Mano con pincel", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_paper", + "langName": "papel", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_pen", + "langName": "Sujeta el bolígrafo", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_pencil", + "langName": "mano sosteniendo un lápiz", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_phone", + "langName": "teléfono móvil en la mano", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_pillow", + "langName": "almohada abrazadora", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_pipe", + "langName": "sujetando una pipa", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_pizza", + "langName": "pizza en la mano", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_plate", + "langName": "sosteniendo un plato", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_poke_ball", + "langName": "sosteniendo una poke ball", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_pokemon", + "langName": "Sujetar un Pokémon", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_polearm", + "langName": "Arma de asta de mano", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_sack", + "langName": "Transporte de equipaje", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_scythe", + "langName": "Con una hoz en la mano", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_sheath", + "langName": "Sujeción de la vaina", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_shield", + "langName": "sosteniendo el escudo", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_shoes", + "langName": "sosteniendo zapatos", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_sign", + "langName": "signo de la mano", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_spear", + "langName": "Sosteniendo una lanza", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_spoon", + "langName": "sosteniendo una cuchara", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_staff", + "langName": "Sujetar un bastón", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_strap", + "langName": "Eslinga de mano", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_stuffed_animal", + "langName": "Sostener un peluche", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_stylus", + "langName": "Sujeción del lápiz óptico", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_sword", + "langName": "sosteniendo la espada", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_syringe", + "langName": "jeringa manual", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_towel", + "langName": "toalla de mano", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_tray", + "langName": "sosteniendo un plato", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_umbrella", + "langName": "Sostener un paraguas", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_wand", + "langName": "sujetando el palo", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "holding_whip", + "langName": "Sujetar el látigo", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "arm_around_neck", + "langName": "Una mano alrededor del cuello", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "arms_around_neck", + "langName": "Ponte las manos al cuello", + "object": "Acción", + "attribute": "Mano (sujetando algo)" + }, + { + "displayName": "covering", + "langName": "el acto de cubrir", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "covering_face", + "langName": "cubrir la cara", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "covering_ass", + "langName": "Cubrir las nalgas", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "covering_crotch", + "langName": "Cubrir la entrepierna", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "covering_eyes", + "langName": "tapar los ojos", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "covering_mouth", + "langName": "tapar la boca", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "covering_nipples", + "langName": "cubre pezones", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "breast lift", + "langName": "Sujetarse los pechos con las manos", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "breast_suppress", + "langName": "presión de la mano sobre los pechos", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hands_on_another's", + "langName": "Pon tus manos en la cara de otra persona", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hands_on_another's_cheeks", + "langName": "Pongan sus manos en las mejillas del otro", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hands_on_ass", + "langName": "Pon las manos en el culo", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hands_on_feet", + "langName": "Pon las manos en los pies", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hands_on_headwear", + "langName": "Tocar los adornos de la cabeza con ambas manos", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hands_on_hilt", + "langName": "Pon las manos en el mango del cuchillo", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hands_on_lap", + "langName": "Pon las manos entre las piernas", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hands_on_own_face", + "langName": "Ponte las manos en la cara", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hands_on_own_cheeks", + "langName": "Pon las manos en las mejillas", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hands_on_own_chest", + "langName": "Pon las manos en el pecho", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hands_on_own_head", + "langName": "Pon las manos en la cabeza", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hands_on_own_knees", + "langName": "Pon las manos sobre las rodillas", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hands_on_own_stomach", + "langName": "Pon las manos en el vientre", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hands_on_own_thighs", + "langName": "Pon las manos en los muslos", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hand between legs", + "langName": "Manos entre las piernas", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "leg hold", + "langName": "Sujetar las piernas con las manos", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hands_on_another's_shoulders", + "langName": "Pon tus manos sobre los hombros de otra persona", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hands_on_hips", + "langName": "manos en las caderas | manos en las caderas", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hand_on_another's", + "langName": "Las manos tocan la cara de la otra persona", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hand_on_another's_cheek", + "langName": "La mano tocando la mejilla del otro", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hand_on_another's_chest", + "langName": "Pon tus manos en el pecho de la otra persona", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hand_on_another's_chin", + "langName": "Sujeta la barbilla de la otra persona con la mano", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hand_on_another's_head", + "langName": "Pon las manos en la cabeza de la otra persona", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hand_on_another's_shoulder", + "langName": "Pon las manos sobre los hombros de la otra persona", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hand_on_another's_stomach", + "langName": "Pon tus manos en el vientre de la otra persona", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hand_on_ass", + "langName": "manos en el culo", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hand_on_head", + "langName": "manos en la cabeza", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hand_on_headwear", + "langName": "mano tocando sombrero", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hand_on_hilt", + "langName": "Mano apoyada en el mango del cuchillo", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hand_on_hip", + "langName": "manos en las caderas | manos en las caderas", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hand_on_own", + "langName": "Ponte las manos en la cara", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hand_on_own_cheek", + "langName": "Pon las manos en las mejillas", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hand_on_own_chest", + "langName": "Pon las manos en el pecho", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hand_on_own_chin", + "langName": "La mano le toca la barbilla", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hand_on_own_stomach", + "langName": "Pon las manos en el vientre", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hand_on_shoulder", + "langName": "manos sobre los hombros", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hand_in_another's_hair", + "langName": "Pon las manos en el pelo de la otra persona", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hand_in_hair", + "langName": "manos enterradas en el pelo", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "hand_in_pocket", + "langName": "las manos en los bolsillos", + "object": "Acción", + "attribute": "Mano (poner en algún sitio)" + }, + { + "displayName": "ass_grab", + "langName": "agarrando culo", + "object": "Acción", + "attribute": "Mano (agarrar algo)" + }, + { + "displayName": "flat_chest_grab", + "langName": "Agarrando pechos pequeños", + "object": "Acción", + "attribute": "Mano (agarrar algo)" + }, + { + "displayName": "grabbing", + "langName": "atrapar | agarrar", + "object": "Acción", + "attribute": "Mano (agarrar algo)" + }, + { + "displayName": "grabbing_another's_ass", + "langName": "Agarrándose el culo", + "object": "Acción", + "attribute": "Mano (agarrar algo)" + }, + { + "displayName": "grabbing_another's_hair", + "langName": "Agarrándose del pelo", + "object": "Acción", + "attribute": "Mano (agarrar algo)" + }, + { + "displayName": "grabbing_from_behind", + "langName": "Frotar los pechos por detrás | Agarrar los pechos por detrás", + "object": "Acción", + "attribute": "Mano (agarrar algo)" + }, + { + "displayName": "grabbing_own_ass", + "langName": "tocarse el culo", + "object": "Acción", + "attribute": "Mano (agarrar algo)" + }, + { + "displayName": "guided_penetration", + "langName": "Agarra el pene masculino e introdúcelo dentro de ti", + "object": "Acción", + "attribute": "Mano (agarrar algo)" + }, + { + "displayName": "hair_grab", + "langName": "agarrar el pelo", + "object": "Acción", + "attribute": "Mano (agarrar algo)" + }, + { + "displayName": "leg_grab", + "langName": "agarrándose a las piernas", + "object": "Acción", + "attribute": "Mano (agarrar algo)" + }, + { + "displayName": "necktie_grab", + "langName": "Aferrarse al empate", + "object": "Acción", + "attribute": "Mano (agarrar algo)" + }, + { + "displayName": "neckwear_grab", + "langName": "Agarrándose la ropa al cuello", + "object": "Acción", + "attribute": "Mano (agarrar algo)" + }, + { + "displayName": "penis_grab", + "langName": "agarrar el pene", + "object": "Acción", + "attribute": "Mano (agarrar algo)" + }, + { + "displayName": "pillow_grab", + "langName": "Agarrar una almohada", + "object": "Acción", + "attribute": "Mano (agarrar algo)" + }, + { + "displayName": "sheet_grab", + "langName": "agarrando las sábanas", + "object": "Acción", + "attribute": "Mano (agarrar algo)" + }, + { + "displayName": "tail_grab", + "langName": "agarrando la cola", + "object": "Acción", + "attribute": "Mano (agarrar algo)" + }, + { + "displayName": "thigh_grab", + "langName": "Agarrando el muslo", + "object": "Acción", + "attribute": "Mano (agarrar algo)" + }, + { + "displayName": "torso_grab", + "langName": "agarrándose el torso", + "object": "Acción", + "attribute": "Mano (agarrar algo)" + }, + { + "displayName": "wrist_grab", + "langName": "agarrar la muñeca", + "object": "Acción", + "attribute": "Mano (agarrar algo)" + }, + { + "displayName": "kicking", + "langName": "Patada", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "high_kick", + "langName": "patada alta", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "standing_on_one_leg", + "langName": "pararse en una pierna", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "standing_split", + "langName": "Splits de pie | Elevaciones de pierna de pie", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "legs_up", + "langName": "levantar una pierna", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "holding legs", + "langName": "abraza las piernas", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "hands under legs", + "langName": "Pon las manos debajo de las piernas", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "leg hug", + "langName": "Abraza las piernas", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "spread legs", + "langName": "piernas abiertas", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "legs_together", + "langName": "piernas juntas", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "crossed_legs", + "langName": "Patas Erlang", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "m_legs", + "langName": "Balanceo de piernas en forma de M", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "standing split, leg up", + "langName": "Caballo de pie", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "curtsy", + "langName": "Curtsey (saludo de criada)", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "open_stance", + "langName": "Tómate un descanso", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "convenient_leg", + "langName": "Piernas que bloquean partes clave", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "leg_lock", + "langName": "Pinza con patas", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "legs", + "langName": "piernas", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "legs_over_head", + "langName": "Levanta las piernas por encima de la cabeza", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "squatting,_open_legs", + "langName": "Ponte en cuclillas y abre las piernas", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "knees_together_feet_apart", + "langName": "Rodillas juntas, pies separados", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "animal_on_lap", + "langName": "animal sobre rodilla", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "hand_on_own_knee", + "langName": "Pon las manos sobre las rodillas", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "knee_up", + "langName": "Levanta las rodillas", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "knees", + "langName": "rodilla", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "knees_to_chest", + "langName": "Rodillas al pecho", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "on_lap", + "langName": "sobre las rodillas", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "squatting", + "langName": "En cuclillas", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "one_knee", + "langName": "una rodilla", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "kneeling", + "langName": "arrodillarse", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "all_fours", + "langName": "a cuatro patas", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "gravure_pose", + "langName": "pose en huecograbado", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "soaking_feet", + "langName": "Ponga los pies en remojo", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "cropped_legs", + "langName": "Sólo se dibujó una parte de las piernas", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "k/da_(league_of_legends)", + "langName": "Equipo KDA (League of Legends)", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "leg_belt", + "langName": "Correas para las piernas", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "leg_hair", + "langName": "Vello de las piernas", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "leg_up", + "langName": "Levanta las piernas", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "legs_apart", + "langName": "piernas separadas", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "lowleg", + "langName": "Balanceo de piernas en forma de M", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "mechanical_legs", + "langName": "Pie protésico mecánico", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "multiple_legs", + "langName": "multiuso", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "no_legs", + "langName": "Sin piernas dibujadas", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "no_legwear", + "langName": "Desnudos por debajo de la entrepierna", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "tail_between_legs", + "langName": "La cola se enrosca entre las piernas", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "footprints", + "langName": "huella", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "foot_out_of_frame", + "langName": "Una pierna no está en la foto", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "feet_out_of_frame", + "langName": "Los pies no salen en la foto", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "feet_up", + "langName": "Cruza los pies", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "cameltoe", + "langName": "dedo de camello", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "pigeon-toed", + "langName": "Bonito interior de pierna", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "tiptoes", + "langName": "ponerse de puntillas", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "ankle_strap", + "langName": "anillo de seda en el tobillo", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "ankle_wrap", + "langName": "tobilleras", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "crossed_ankles", + "langName": "tobillos cruzados", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "folded", + "langName": "Levanta las piernas para exponer la vagina.", + "object": "Acción", + "attribute": "Piernas" + }, + { + "displayName": "sitting", + "langName": "sit", + "object": "Acción", + "attribute": "Siéntate" + }, + { + "displayName": "seiza", + "langName": "sentarse erguido", + "object": "Acción", + "attribute": "Siéntate" + }, + { + "displayName": "wariza", + "langName": "pato sentado", + "object": "Acción", + "attribute": "Siéntate" + }, + { + "displayName": "straddling", + "langName": "sentarse a horcajadas", + "object": "Acción", + "attribute": "Siéntate" + }, + { + "displayName": "yokozuwari", + "langName": "sentarse de lado", + "object": "Acción", + "attribute": "Siéntate" + }, + { + "displayName": "sitting_backwards", + "langName": "sentarse", + "object": "Acción", + "attribute": "Siéntate" + }, + { + "displayName": "sitting_in_tree", + "langName": "sentado en un árbol", + "object": "Acción", + "attribute": "Siéntate" + }, + { + "displayName": "sitting_on_xx", + "langName": "sentarse sobre un objeto", + "object": "Acción", + "attribute": "Siéntate" + }, + { + "displayName": "butterfly_sitting", + "langName": "mariposa sentada", + "object": "Acción", + "attribute": "Siéntate" + }, + { + "displayName": "lotus_position", + "langName": "sentarse en la mesa", + "object": "Acción", + "attribute": "Siéntate" + }, + { + "displayName": "sitting_on_railing", + "langName": "sentarse en la barandilla", + "object": "Acción", + "attribute": "Siéntate" + }, + { + "displayName": "sitting_on_rock", + "langName": "sentado en la piedra", + "object": "Acción", + "attribute": "Siéntate" + }, + { + "displayName": "sitting_on_stairs", + "langName": "sentado en las escaleras", + "object": "Acción", + "attribute": "Siéntate" + }, + { + "displayName": "sitting_on_table", + "langName": "sentarse en la mesa", + "object": "Acción", + "attribute": "Siéntate" + }, + { + "displayName": "sitting_on_water", + "langName": "sentarse en el agua", + "object": "Acción", + "attribute": "Siéntate" + }, + { + "displayName": "sitting_on_chair", + "langName": "sentarse en una silla", + "object": "Acción", + "attribute": "Siéntate" + }, + { + "displayName": "sidesaddle", + "langName": "Sentarse de lado en el sillín", + "object": "Acción", + "attribute": "Siéntate" + }, + { + "displayName": "sitting_on_bed", + "langName": "sentado en la cama", + "object": "Acción", + "attribute": "Siéntate" + }, + { + "displayName": "sitting_on_desk", + "langName": "sentado en el escritorio", + "object": "Acción", + "attribute": "Siéntate" + }, + { + "displayName": "sitting_on_lap", + "langName": "sentarse en el regazo", + "object": "Acción", + "attribute": "Siéntate" + }, + { + "displayName": "sitting_on_person", + "langName": "sentarse sobre la gente", + "object": "Acción", + "attribute": "Siéntate" + }, + { + "displayName": "upright_straddle", + "langName": "Postura opuesta", + "object": "Acción", + "attribute": "Siéntate" + }, + { + "displayName": "asymmetrical_docking", + "langName": "pechos tocando | pechos tocando pechos", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "back-to-back", + "langName": "espalda con espalda", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "cunnilingus", + "langName": "Cunnilingus", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "facing_another", + "langName": "frente a otro", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "feeding", + "langName": "alimentación", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "finger_in_another's_mouth", + "langName": "Digitación oral", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "fingering", + "langName": "digitación", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "giving", + "langName": "entrega | regalo", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "grinding", + "langName": "Medias Lisos | Butt Thrust", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "hug", + "langName": "Abrace", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "imminent_kiss", + "langName": "a punto de besar", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "incoming_food", + "langName": "Pasar comida", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "incoming_gift", + "langName": "entregar un regalo", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "Kabedon", + "langName": "golpe en la pared", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "lap_pillow", + "langName": "almohada de rodilla", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "licking_penis", + "langName": "lamer pene", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "princess_carry", + "langName": "Abrazo de princesa", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "shared_bathing", + "langName": "Baño compartido | Baño Yuanyang", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "shared_food", + "langName": "Compartir comida | Pasarse comida por la boca", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "sitting_on_head", + "langName": "sentarse en la cabeza", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "sitting_on_shoulder", + "langName": "sentarse sobre los hombros", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "slapping", + "langName": "bofetada", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "spanking", + "langName": "nalgadas", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "special_feeling_(meme)", + "langName": "Amantes sosteniendo un paraguas en la nieve", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "symmetrical_docking", + "langName": "Apretarse el pecho", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "ear_biting", + "langName": "susurro", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "mixed_bathing", + "langName": "baño mixto", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "selfie", + "langName": "Selfie", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "trembling", + "langName": "tiemble", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "partially submerged", + "langName": "sumergido en agua", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "rolleyes", + "langName": "Poner los ojos en blanco", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "headpat", + "langName": "cabeza táctil", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "cheek-to-cheek", + "langName": "mejilla con mejilla", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "Stretching", + "langName": "estire", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "against wall", + "langName": "contra la pared", + "object": "Acción", + "attribute": "Otras acciones" + }, + { + "displayName": "((water drops)),wet clothes,((beautiful detailed water)),((floating)),dynamic angle", + "langName": "magia del agua", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed glow,(detailed ice),beautiful detailed water", + "langName": "magia de hielo", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.2),(ice crystal texture wings),(Iridescence and rainbow hair:2.5)", + "langName": "Modificación del sistema de hielo", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.3),(((ice crystal texture wings)))", + "langName": "Frappuccino", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "((detailed beautiful snow forest with trees)),((snowflakes)),floating", + "langName": "hielo del bosque", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "(((crystals texture Hair))),((beautiful detailed glass hair)),((glass shaped texture hand)),((crystallize texture body)),gem body,hands as clear as jewels,crystallization of clothes,((crystals texture skin)),sparkle,lens flare,light leaks,broken glass,detailed glass shaped clothes,beautiful detailed gemstone sky,gemstone sea,crystals texture flowers,((detailed crystallized clothing))", + "langName": "Cristalización", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed glow,((flames of war)),(((nuclear explosion behide)))", + "langName": "explosión nuclear", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "((breeze)),flying splashes,flying petals,wind", + "langName": "magia del viento", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "((surrounded by heavy floating sand flow and floating sharp stones)),((((ink)))),((illustration)),((watercolor))", + "langName": "método de arenas movedizas", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "(detailed light),((lightning in hand)),lightning surrounds,(((lightning chain)))", + "langName": "Método del rayo", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "(sunlight),(angel),dynamic angle,floating,wing,halo,floating white silk,(Holy Light),silver stars", + "langName": "Método Holy Light", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed pampas grass field,open hakama,surrounded by floating sakura,yellow full moon,beautiful detailed dark midnight sky,messy white long hair", + "langName": "Método Ashina", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "beautiful and delicate water,the finest grass,very delicate light,nature,painting,water spray,breeze,flowers and grass meadow,near the water edge,(sunset,starry sky in a circle),randomly distributed clouds,river,splashing water,falling petals", + "langName": "ley natural", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "(detailed light) ,feather,leaves,nature,(sunlight),river,(forest),(bloom)", + "langName": "legislación forestal", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "floating and rainbow long hair,Iridescence and rainbow,beautiful detailed starry sky", + "langName": "método de la iridiscencia", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "chain ring,chain storm,dark chain,((wholeblack bloomer)),darkside,night,deep dark,darkness,((dark clouds)),((ruins)),shadow,death garden", + "langName": "método de cierre oculto", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed glow,floating ashes,beautiful and detailed explosion,red moon,fire,fire cloud,wings on fire,a cloudy sky,smoke of gunpowder,burning,black dress,dove of peace,(floating cloud:1.2)", + "langName": "Huoshaoyun", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(magic circle:1.2),(floating palaces:1.3)", + "langName": "ley del castillo", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "(water bloom),(delicate glow),(breeze),long Flowers meadow,(((sunset)),(less stars form a circle),randomly distributed clouds,(rivers),(willows with branches falling into the water)", + "langName": "método crepuscular", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "((colorful bubble)),(floating),detailed light", + "langName": "método de la burbuja", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "((rose)),(vine),cage,bandage,red rope,(detail light),falling rose petals", + "langName": "método palo de rosa", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "(starry tornado:1.4),starry Nebula,beautiful detailed sky", + "langName": "método del cielo estrellado", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "((moon)),starry sky,(lighting particle),fog,snow,(bloom)", + "langName": "método de la luna", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(cold full moon),snowflake,(floating cloud:1.2)", + "langName": "método de la luna de nieve", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "((burning forest)),spark,light leaks,burning sky,flame,flames burning around,(flying sparks)", + "langName": "método de los incendios forestales", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "((destroyed)),explosion,buildings in disarray,The residual eaves DuanBi,cumulus,mouldy,floating,wind,Dead end machine,(broken robot),(Mechanical robot girl),in the rubble of a devastated city", + "langName": "ley del desierto", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,((sliver)) and (broken) body", + "langName": "Método War Armor", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "Extremely gorgeous metal style,Metal crown with ornate stripes,Various metals background,Sputtered molten iron,floating hair,Hair like melted metal,Clothes made of silver,Clothes with gold lace,flowing gold and silver,everything flowing and melt,flowing iron,flowing silver,lace flowing and melt", + "langName": "regla de oro", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "mecha clothes,robot girl", + "langName": "método de la chica de la máquina", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "ink,(((bone))),(((ribs))),rose,black hair,blue eyes,greyscale,no shadow,simple background,bright skin", + "langName": "Nigromancia", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "(((gorgeous crystal armor))),(((crystal wings))),((altocumulus)),(clear_sky),(snow mountain),((flowery flowers)),(flowery bubbles),cloud map plane,crystal,crystal poppies,Brilliant light,thick_coating,glass tint,(watercolor)", + "langName": "método de los cristales", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "((an extremely delicate and beautiful)),floating,(detailed wet clothes),(detailed light),feather,nature,(sunlight),river,floating palace,beautiful and delicate water,(bloom),(shine)", + "langName": "método del bosque de agua", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "(blue spark),(red and blue hair),blue eyes,burning sky,flame,Rainbow in the sky,((Flames burning ice)),(((fire butterflies))),(((ice crystal texture wings))),(Flying sparks),(detailed ice),((a lot of luminous ice crystals)),((burning feathers)),(feathers made of ice),(frozen feathers),(((ice and fire together)))", + "langName": "método del fuego helado", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "(anger),dragon horns,(silver armor),metal,complex pattern,cape,indifference", + "langName": "Caballero del Dragón", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "((full body)),(helpless),tear,crying,(((((falling from the sky))))),((Weathering With You)),((falling)),((face towards the sky)),(hair flows upwards),((disheveled hair)),(1 girl),floating,beautiful detailed sky", + "langName": "método de caída", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "((underwater)),(beautiful detailed water),((coral)),dynamic angle,floating,(detailed light),floating hair,(splash),((fishes)),leaves dress,feather,nature,(sunlight),(underwater forest),(bloom),(detailed glow),drenched,seaweed,fish,(((Tyndall effect)))", + "langName": "derecho subacuático", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "(extremely detailed CG unity 8k wallpaper),(((masterpiece))),(((best quality))),((ultra-detailed)),(best illustration),(best shadow),((an extremely delicate and beautiful)),dynamic angle,floating,fairyland,dynamic angle,sea of flowers,beautiful detailed garden,wind,classic,spring,(detailed light),feather,nature,(sunlight),river,forest,(((floating palace))),((the best building)),beautiful and delicate water,(painting),(sketch),(bloom),(shine)", + "langName": "método secreto", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "(((masterpiece))),((the best quality,super fine illustrations,beautiful and delicate water)),((very delicate light)),((nature,painting)),((fine lighting,more transparent stars,high-quality snowflakes,high-quality mountains,very fine 8KCG wallpapers)),(plateau),(((snow mountain))),sunrise,randomly distributed clouds,(snow field),cliff,((rotating star sky)),((lake in mountain stream)),luminous particles", + "langName": "Fotografía", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "1980s (style),simple background,retro artstyle", + "langName": "derecho moderno", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "(white hair),red long hair,red eyes,(full body),(((with sword))),angry face,(beautiful detailed eyes),Blood drop,Blood fog,floating hair,disheveled hair,Splashing blood,(Bloodstain)", + "langName": "magia de sangre", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "((dragon)),((dragon background))", + "langName": "Invocar al dragón", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "hair fluttering in the wind,((mechanical arm armor)),((mechanical body armor)),riding motor,bodysuit,((ruins of city in war,fire,burning cars,burning buildings)),air force fleet in the sky", + "langName": "Zhan Ji Fa", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,dragon wings,((a dragon stands behind the girl)),beautiful detailed sliver dragon armor", + "langName": "método de la máquina dragón", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "((Beautiful butterflies in detail)),((Beautiful stars in detail)),(((halter dress ))),particle,(Starry sky in beautiful detail),(Hazy fog),(Ruins of beautiful details),(((Standing on the surface of the sea)))", + "langName": "Mariposa estrella", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "blonde wavy hair,(shiny long hair),((Gothic Lolita)),blue white skirt,((short skirt)),black Headdress,bowknot,(((hair ornament))),(hair flower),Lace,cross-laced footwear,ribbon-trimmed sleeves,building architecture,((gothic architecture)),starry sky,outdoors,church,(castle)", + "langName": "derecho académico", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "walking,waves,wind,(((glistening light of waves))),(detailed sunset glow),(floating flow),((coral)),(Luminous),coast,(floating colorful bubbles),beautiful detailed sky,(fluorescence),detailed shadow,(conch),beautiful detailed water,starfish,meteor,rainbow,(seabirds),(glinting stars),(glowworm),(splash),detailed cloud,shell,(fireworks)", + "langName": "Xingxiahai", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed sky,night,stars,(red plum blossom),((winter)),(((snowflakes))),((red and white flowers)),(starry sky),(sitting),((colorful)),scenery,lantern,(starfall)", + "langName": "método nieve invierno", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "((((melt)))),(((((black and white melt))))),(((wear Black and white Taoist robes))),((((gold and silver lace)))),(((gold and silver lace lace))),(((flowing ((black)) and white background))),extremely detailed gorgeous tiara", + "langName": "El crisol de todas las cosas", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "Floating black ashes,Beautiful and detailed black,red moon,((The black clouds)),(black Wings) ,a black cloudy sky,burning,black dress,((Black fog)),Red eyes,(black smoke),((Black feathers floating in the air)),bat,(floating black cloud:1.5),", + "langName": "Ley Raven", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "dynamic angle,finely detail,(bloom),(shine),glinting stars,((((best detailed fireworks)))),((((depth of field)))),(((hanabi))),(((backlight))),", + "langName": "Nociones básicas sobre fuegos artificiales", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,(lots of big colorful Bubble),(pearl),(Galaxy),depth of field", + "langName": "Color estrella", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,depth of field", + "langName": "Hundiéndose en el mar de estrellas", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "dynamic angle,detailed wet clothes,blank stare,overexplosure,floating,black long straight,red eyes,aqua eyes,gradient eyes,((blood)),white dress,frills,((expressionless)),extremely beautiful detailed water,((lying on the lake)),(bloodred water:1.5),(red background:1.3)", + "langName": "Cientos de métodos de ahogamiento", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "((messy hair)),(grassland),(yellow eyes),incredibly absurdres,(gold hair),floating hair,Large number of environments,the medieval ,grace,prospect,water eyes,wind,breeze,god ray,lawn,Mountains and lakes in the distance,The sun shines through the trees,A vast expanse of grassland", + "langName": "Método Brilliant Sunshine", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "Starry sky adorns hair,sparkling anime eyes,beautiful detailed stars,blighting stars,emerging dark purple across with white hair,multicolored hair,beautiful detailed sky,beautiful detailed water,cinematic lighting,dramatic angle,", + "langName": "método star hair", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "There are many scattered luminous petals,Hidden in the light yellow flowers,Depth of field,Many flying drops of water,Many scattered leaves,branch ,angle ,contour deepening,cinematic angle", + "langName": "Método Senro", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "sunlight,extremely light,extremely clothes,Holy Light,dynamic angle,Light particle,very long hair,white hair,yellow eyes,glowing eyes,expressionless,((light smile)),((((white Tulle skirt)))),white silk,looking at viewer,angel wings,large wings,multiple wings,angel halo,(((starry sky))),dusk sky,Floating light spot,Lots of feathers", + "langName": "ángel estrella", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "blonde hair,yellow eyes,white skin,mature female,sunrise,golden sky,magnificent architecture,beautiful detailed sky,overexposure,delicate gold metal decorations", + "langName": "regla de oro", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "mechanical prosthesis,mecha coverage,emerging dark purple across with white hair,fluorescent purple,cool movement,rose red eyes,beatiful detailed cyberpunk city,hd semirealistic anime cg concept art digital painting", + "langName": "Ex Machina", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "(incredibly absurdres),(highly detailed beautiful fishtail:1.6),(((human hands))),(the lower body is a fish:1.9)AND(no human thigh:1.2),seaweed,(full body),(white seashell),(curved and slender fish tail),(the lower body is bare:1.1),{beautiful tailfin},((underwater)),(illustration),detailed water,((fishes)),(floating),watercolor (medium),(small whirlpool),((The sensation of water flowing)),(detailed scales on a mermaid)", + "langName": "Método Sirena", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "Blood Mist,background Urban rooftop,despair,Blood Cherry Blossom,torn clothes,crying with eyes open,solo,Blood Rain,bandages,Gunpowder smoke,beautiful deatailed shadow,Splashing blood,dust,tyndall effect", + "langName": "fin", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "Space opera,Space port,robot arm,elbow gloves,night,glisten,stare,cyberpunk,((((citylight)))),science fiction,bodysuit,Mechanical armor headdress,(bare shoulders)", + "langName": "Sueños rotos", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "dynamic angle,rainbow hair,detailed cute anime face,((loli)),flower,cry,water,corrugated,flowers tire,broken glass,(broken screen),atlantis,transparent glass", + "langName": "Sueños rotos", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "(white hair),(((red streaked hair))),red eyes,(((full body))),(red hair),(((((Hold a red sword))))),(angry face),((Blood drop)),((Blood fog)),light shafts,soft focus,((Splashing blood))),Long hair,((Bloodstain)),Fighting stance,{{{{{watercolor (medium)}}}},(((masterpiece))),((white clock)),((ultradetailed)),((Covered in blood)),flowing hair,Exquisite Flame,dynamic angle,floating,(shine),extremely delicate and beautiful girls,bright skin,lying red petals,Holy lighting", + "langName": "ley de reforma sanguínea", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "dramatic shadows,black and white,monochrome,{{comic}},cross necklace,Cassock", + "langName": "Fotografía", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "((ink)),(water color),bloom effect,detailed beautiful grassland with petal,flower,butterfly,necklace,smile,petal,(((surrounded by heavy floating petal flow)))", + "langName": "método de la flor flotante", + "object": "Acción", + "attribute": "Magia" + }, + { + "displayName": "stylish outfit", + "langName": "Vestir a la moda", + "object": "Ropa", + "attribute": "Traje de moda" + }, + { + "displayName": "fashionable accessories", + "langName": "accesorios de moda", + "object": "Ropa", + "attribute": "Traje de moda" + }, + { + "displayName": "fitted jeans", + "langName": "vaqueros pitillo", + "object": "Ropa", + "attribute": "Traje de moda" + }, + { + "displayName": "oversized jacket", + "langName": "chaqueta talla grande", + "object": "Ropa", + "attribute": "Traje de moda" + }, + { + "displayName": "baggy clothes", + "langName": "ropa suelta", + "object": "Ropa", + "attribute": "Traje de moda" + }, + { + "displayName": "traditional_clothes", + "langName": "Ropa tradicional | Ropa étnica", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "chinese_clothes", + "langName": "Traje Tang", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "china_dress", + "langName": "cheongsam", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "hanfu", + "langName": "Hanfu", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "Taoist robe", + "langName": "Túnica taoísta", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "japanese_clothes", + "langName": "kimono", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "enmaided", + "langName": "mujer con kimono", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "hanten_clothes", + "langName": "Toumata (estilo japonés)", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "kimono", + "langName": "kimono", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "furisode", + "langName": "Furisode (parte del kimono)", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "sleeveless_kimono", + "langName": "kimono sin mangas", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "short_kimono", + "langName": "kimono corto", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "print_kimono", + "langName": "kimono estampado", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "uchikake", + "langName": "Bai Wujia (vestido de novia japonés)", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "obi", + "langName": "Prendas de vestir", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "cheongsam", + "langName": "cheongsam", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "print_cheongsam", + "langName": "Cheongsam estampado", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "pelvic_curtain", + "langName": "El dobladillo delantero de la ropa cheongsam", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "ainu_clothes", + "langName": "Ropa ainu", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "korean_clothes", + "langName": "Ropa coreana", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "hanbok", + "langName": "hanbok", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "Ao_Dai", + "langName": "Ropa vietnamita (Ao Dai)", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "western", + "langName": "estilo occidental", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "german_clothes", + "langName": "ropa alemana", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "indian_style", + "langName": "estilo indio", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "arabian_clothes", + "langName": "ropa árabe", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "egyptian_clothes", + "langName": "ropa egipcia", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "byzantine_fashion", + "langName": "estilo bizantino", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "gothic", + "langName": "estilo gótico", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "lolita", + "langName": "estilo lolita", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "gothic_lolita", + "langName": "estilo lolita gótico", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "Tropical", + "langName": "Tropical", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "costume", + "langName": "traje", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "adapted_costume", + "langName": "Mejorar la ropa", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "animal_costume", + "langName": "juego de formas de animales", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "bunny_costume", + "langName": "Juego estilo conejo", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "cat_costume", + "langName": "set de estilismo para gatos", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "dog_costume", + "langName": "set de estilismo para perros", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "bear_costume", + "langName": "Conjunto estilo oso", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "santa_costume", + "langName": "Disfraz de Papá Noel", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "halloween_costume", + "langName": "disfraces de halloween", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "embellished_costume", + "langName": "ropa ornamentada", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "alternate_costume", + "langName": "Ropa alternativa que difiere de la apariencia original del personaje", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "costume_switch", + "langName": "cambiarse de ropa jugar", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "meme_attire", + "langName": "Trajes que imitan los memes de Internet", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "kourindou_tengu_costume", + "langName": "Disfraz de Tengu Korindo", + "object": "Ropa", + "attribute": "Estilo de ropa" + }, + { + "displayName": "hanfu, tang style outfits,", + "langName": "Tang Feng", + "object": "Ropa", + "attribute": "Antigüedad" + }, + { + "displayName": "hanfu, song style outfits,", + "langName": "Song Feng", + "object": "Ropa", + "attribute": "Antigüedad" + }, + { + "displayName": "hanfu, ming style outfits,", + "langName": "Mingfeng", + "object": "Ropa", + "attribute": "Antigüedad" + }, + { + "displayName": "orange upper shan", + "langName": "Naranja Uesugi", + "object": "Ropa", + "attribute": "Antigüedad" + }, + { + "displayName": "pink long upper shan", + "langName": "cedro rosa", + "object": "Ropa", + "attribute": "Antigüedad" + }, + { + "displayName": "white chest po skirt", + "langName": "falda con pechos", + "object": "Ropa", + "attribute": "Antigüedad" + }, + { + "displayName": "red chest pleated skirt", + "langName": "Falda plisada hasta el pecho", + "object": "Ropa", + "attribute": "Antigüedad" + }, + { + "displayName": "green waistband", + "langName": "encaje verde", + "object": "Ropa", + "attribute": "Antigüedad" + }, + { + "displayName": "white pibo", + "langName": "Chal blanco", + "object": "Ropa", + "attribute": "Antigüedad" + }, + { + "displayName": "purple short shan", + "langName": "abeto corto morado", + "object": "Ropa", + "attribute": "Antigüedad" + }, + { + "displayName": "light green long shan", + "langName": "cedro verde claro", + "object": "Ropa", + "attribute": "Antigüedad" + }, + { + "displayName": "translucent white pleated skirt", + "langName": "Falda plisada blanca semitransparente", + "object": "Ropa", + "attribute": "Antigüedad" + }, + { + "displayName": "green floral songmo", + "langName": "Canción floral verde Mo", + "object": "Ropa", + "attribute": "Antigüedad" + }, + { + "displayName": "short coat", + "langName": "abrigo corto", + "object": "Ropa", + "attribute": "Antigüedad" + }, + { + "displayName": "mamian skirt", + "langName": "falda cara de caballo", + "object": "Ropa", + "attribute": "Antigüedad" + }, + { + "displayName": "round collar", + "langName": "cuello redondo", + "object": "Ropa", + "attribute": "Antigüedad" + }, + { + "displayName": "standing collar", + "langName": "Cuello alto", + "object": "Ropa", + "attribute": "Antigüedad" + }, + { + "displayName": "square collar", + "langName": "cuello cuadrado", + "object": "Ropa", + "attribute": "Antigüedad" + }, + { + "displayName": "overlapping collar", + "langName": "hombro de nube", + "object": "Ropa", + "attribute": "Antigüedad" + }, + { + "displayName": "embroidery", + "langName": "bordado", + "object": "Ropa", + "attribute": "Antigüedad" + }, + { + "displayName": "woven gold", + "langName": "Zhijin", + "object": "Ropa", + "attribute": "Antigüedad" + }, + { + "displayName": "makeup flower", + "langName": "flores de maquillaje", + "object": "Ropa", + "attribute": "Antigüedad" + }, + { + "displayName": "bufu", + "langName": "Tomar dosis suplementarias", + "object": "Ropa", + "attribute": "Antigüedad" + }, + { + "displayName": "suit", + "langName": "Traje", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "business_suit", + "langName": "traje de negocios", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "tuxedo", + "langName": "Esmoquin", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "formal_dress", + "langName": "traje de etiqueta", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "evening_gown", + "langName": "Bata larga (bata femenina que llega hasta los tobillos)", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "evening dress", + "langName": "Vestido de noche", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "wedding_dress", + "langName": "vestido de novia", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "gown", + "langName": "ropa larga de mujer", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "cocktail_dress", + "langName": "vestido de cóctel", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "school_uniform", + "langName": "uniforme escolar", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "serafuku", + "langName": "Uniforme de marinero (uniforme escolar)", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "summer_uniform", + "langName": "uniforme de verano", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "kindergarten_uniform", + "langName": "Uniforme de guardería", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "sailor", + "langName": "uniforme de marinero", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "police_uniform", + "langName": "uniforme de policía", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "military_uniform", + "langName": "uniforme militar", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "naval_uniform", + "langName": "uniforme de la armada", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "camouflage uniform", + "langName": "uniforme de camuflaje", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "nazi_uniform", + "langName": "uniforme nazi", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "ss_uniform", + "langName": "Uniforme SS", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "stile_uniform", + "langName": "uniforme de sirvienta", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "band_uniform", + "langName": "uniforme de la banda", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "chef_uniform", + "langName": "mono de cocinero", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "labcoat", + "langName": "bata blanca", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "space_suit", + "langName": "traje espacial", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "leotard", + "langName": "leotardo", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "canonicals", + "langName": "vestiduras sacerdotales", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "domineering", + "langName": "uniforme de monja", + "object": "Ropa", + "attribute": "Ropa formal" + }, + { + "displayName": "casual", + "langName": "Ocio", + "object": "Ropa", + "attribute": "Ropa informal" + }, + { + "displayName": "loungewear", + "langName": "ropa informal", + "object": "Ropa", + "attribute": "Ropa informal" + }, + { + "displayName": "hoodie", + "langName": "Sudadera con capucha", + "object": "Ropa", + "attribute": "Ropa informal" + }, + { + "displayName": "homewear", + "langName": "loungewear", + "object": "Ropa", + "attribute": "Ropa informal" + }, + { + "displayName": "pajamas", + "langName": "pijama", + "object": "Ropa", + "attribute": "Ropa informal" + }, + { + "displayName": "nightgown", + "langName": "pijama", + "object": "Ropa", + "attribute": "Ropa informal" + }, + { + "displayName": "sleepwear", + "langName": "pijama", + "object": "Ropa", + "attribute": "Ropa informal" + }, + { + "displayName": "babydoll", + "langName": "Pijama sexy", + "object": "Ropa", + "attribute": "Ropa informal" + }, + { + "displayName": "print_pajamas", + "langName": "pijama estampado", + "object": "Ropa", + "attribute": "Ropa informal" + }, + { + "displayName": "polka_dot_pajamas", + "langName": "pijama de lunares", + "object": "Ropa", + "attribute": "Ropa informal" + }, + { + "displayName": "yukata", + "langName": "albornoz", + "object": "Ropa", + "attribute": "Ropa informal" + }, + { + "displayName": "robe", + "langName": "albornoz", + "object": "Ropa", + "attribute": "Ropa informal" + }, + { + "displayName": "robe_of_blending", + "langName": "bata mixta", + "object": "Ropa", + "attribute": "Ropa informal" + }, + { + "displayName": "cloak", + "langName": "capa", + "object": "Ropa", + "attribute": "Ropa informal" + }, + { + "displayName": "hooded_cloak", + "langName": "capa con capucha", + "object": "Ropa", + "attribute": "Ropa informal" + }, + { + "displayName": "harem_outfit", + "langName": "Uniforme de bailarina", + "object": "Ropa", + "attribute": "Ropa informal" + }, + { + "displayName": "sportswear", + "langName": "ropa deportiva", + "object": "Ropa", + "attribute": "Ropa deportiva" + }, + { + "displayName": "gym_uniform", + "langName": "ropa deportiva", + "object": "Ropa", + "attribute": "Ropa deportiva" + }, + { + "displayName": "athletic_leotard", + "langName": "uniforme de gimnasia", + "object": "Ropa", + "attribute": "Ropa deportiva" + }, + { + "displayName": "tennis_uniform", + "langName": "camiseta de tenis", + "object": "Ropa", + "attribute": "Ropa deportiva" + }, + { + "displayName": "baseball_uniform", + "langName": "uniforme de béisbol", + "object": "Ropa", + "attribute": "Ropa deportiva" + }, + { + "displayName": "letterman_jacket", + "langName": "chaqueta de béisbol", + "object": "Ropa", + "attribute": "Ropa deportiva" + }, + { + "displayName": "volleyball_uniform", + "langName": "uniforme de voleibol", + "object": "Ropa", + "attribute": "Ropa deportiva" + }, + { + "displayName": "biker_clothes", + "langName": "maillot", + "object": "Ropa", + "attribute": "Ropa deportiva" + }, + { + "displayName": "bikesuit", + "langName": "Mono ciclista", + "object": "Ropa", + "attribute": "Ropa deportiva" + }, + { + "displayName": "wrestling_outfit", + "langName": "uniforme de lucha", + "object": "Ropa", + "attribute": "Ropa deportiva" + }, + { + "displayName": "dougi", + "langName": "uniforme de artes marciales", + "object": "Ropa", + "attribute": "Ropa deportiva" + }, + { + "displayName": "swimsuit", + "langName": "bañador", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "swimwear", + "langName": "bañador", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "wet_swimsuit", + "langName": "bañador mojado", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "school_swimsuit", + "langName": "Bañador escolar (Suiku water)", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "new_school_swimsuit", + "langName": "Nueva agua muerta del embalse", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "old_school_swimsuit", + "langName": "Antiguo depósito de agua muerta", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "competition_school_swimsuit", + "langName": "piscina agua muerta", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "competition_swimsuit", + "langName": "Bañador de competición", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "casual_one-piece_swimsuit", + "langName": "bañador casual de una pieza", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "front_zipper_swimsuit", + "langName": "Bañador con cremallera delante", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "highleg_swimsuit", + "langName": "traje de baño con abertura alta", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "one-piece_swimsuit", + "langName": "bañador de una pieza", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "swimsuit_of_perpetual_summer", + "langName": "Traje de baño de Chang Xia (fgo school girl spirit suit)", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "bikini", + "langName": "bikini", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "highleg_bikini", + "langName": "bikini cintura alta", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "lowleg_bikini", + "langName": "bikini cintura baja", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "slingshot_swimsuit", + "langName": "Bañador en V", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "sailor_bikini", + "langName": "bikini estilo marinero", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "shell_bikini", + "langName": "bikini shell", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "sports_bikini", + "langName": "bikini deportivo", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "string_bikini", + "langName": "bikini de tirantes", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "strapless_bikini", + "langName": "bikini sin tirantes", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "side-tie_bikini", + "langName": "Bikini de tirantes", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "front-tie_bikini_top", + "langName": "top de bikini con tirantes", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "multi-strapped_bikini", + "langName": "bikini multi tirantes", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "thong_bikini", + "langName": "bikini tanga", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "front-tie_bikini", + "langName": "Bikini anudado por delante", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "frilled_bikini", + "langName": "bikini de encaje", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "o-ring_bikini", + "langName": "bikini con o-ring", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "eyepatch_bikini", + "langName": "bikini con los ojos vendados", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "layered_bikini", + "langName": "bikini a capas", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "bow_bikini", + "langName": "bikini con lazo", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "mismatched_bikini", + "langName": "bikini bicolor", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "multicolored_bikini", + "langName": "Bikini multicolor", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "frilled_swimsuit", + "langName": "traje de baño de encaje", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "polka_dot_swimsuit", + "langName": "traje de baño punto redondo", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "striped_swimsuit", + "langName": "bañador de rayas", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "striped_bikini", + "langName": "bikini a rayas", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "plaid_bikini", + "langName": "bikini a cuadros", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "polka_dot_bikini", + "langName": "bikini punto redondo", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "print_bikini", + "langName": "bikini estampado", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "american_flag_bikini", + "langName": "bikini bandera americana", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "german_flag_bikini", + "langName": "bikini bandera alemana", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "impossible_swimsuit", + "langName": "body paint bañador", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "bikini_top", + "langName": "top de bikini", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "bikini_top_only", + "langName": "sólo la parte superior del bikini", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "bikini_top_removed", + "langName": "se quitó la parte de arriba del bikini", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "bikini_bottom_only", + "langName": "sólo braguitas de bikini", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "bikini_bottom", + "langName": "braguitas de bikini", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "untied_bikini", + "langName": "bikini desabrochado", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "bikini_aside", + "langName": "Bikini despegado de tres puntos", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "swimsuit_aside", + "langName": "Aparta la entrepierna del bañador", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "swimsuit_under_clothes", + "langName": "Llevar un bañador debajo de la ropa", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "torn_swimsuit", + "langName": "bañador dañado", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "bikini_skirt", + "langName": "falda bikini", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "swim_briefs", + "langName": "bañador", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "swim_cap", + "langName": "gorro de baño", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "swim_trunks", + "langName": "bañador", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "male_swimwear", + "langName": "bañadores de hombre", + "object": "Ropa", + "attribute": "Traje de baño" + }, + { + "displayName": "sailor_senshi_uniform", + "langName": "Uniforme Sailor Moon", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "adapted_uniform", + "langName": "Uniformes mejorados", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "anzio_military_uniform", + "langName": "Uniforme militar de Anzio", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "anzio_school_uniform", + "langName": "Uniforme escolar de Anzio", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "aria_company_uniform", + "langName": "Uniforme de empresa Aria", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "ashford_academy_uniform", + "langName": "Uniforme del Ashford College", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "bc_freedom_military_uniform", + "langName": "Uniforme de la BC Free Academy", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "chaldea_uniform", + "langName": "Uniforme caldeo", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "chi-hatan_military_uniform", + "langName": "Uniforme de la Academia Zhiha Dan", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "fleur_de_lapin_uniform", + "langName": "Conjunto de Conejita de Lunares", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "garreg_mach_monastery_uniform", + "langName": "Uniforme del monasterio de Garg Marco", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "gem_uniform_(houseki_no_kuni)", + "langName": "Uniformes del País de las Gemas", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "hanasakigawa_school_uniform", + "langName": "Academia Femenina Hanasakigawa", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "hikarizaka_private_high_school_uniform", + "langName": "Uniformes del instituto privado Mitsusaka", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "homurahara_academy_uniform", + "langName": "Uniforme de la Academia Sui Gunhara", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "kamiyama_high_school_uniform", + "langName": "Uniforme del Instituto Kailash", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "keizoku_military_uniform", + "langName": "Continuar con el uniforme de bachillerato", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "kita_high_school_uniform", + "langName": "Uniforme del instituto North", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "kiyosumi_school_uniform", + "langName": "Uniforme del instituto Kiyosumi", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "luna_nova_school_uniform", + "langName": "Uniforme escolar mágico Runanova", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "meiji_schoolgirl_uniform", + "langName": "Uniforme de colegiala Meiji", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "mitakihara_school_uniform", + "langName": "Uniforme de la Escuela Secundaria Mitakihara", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "nami_junior_high_school_uniform", + "langName": "Uniforme de la escuela secundaria de Bolu", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "nanairogaoka_middle_school_uniform", + "langName": "Uniforme de secundaria Qiseqiu", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "nanamori_school_uniform", + "langName": "Uniforme de la Escuela Secundaria Qisen", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "naoetsu_high_school_uniform", + "langName": "Uniformes de instituto privado Naoetsu", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "national_shin_ooshima_school_uniform", + "langName": "Nuevo uniforme escolar de la Academia Oshima", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "ooarai_military_uniform", + "langName": "Uniforme militar del Regimiento Oarai", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "ooarai_school_uniform", + "langName": "Uniforme escolar Oarai United", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "otonokizaka_school_uniform", + "langName": "Uniforme femenino de la Academia Nacional Ononogizaka", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "paradis_military_uniform", + "langName": "Desfile Isla Uniforme Militar", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "polar_chaldea_uniform", + "langName": "Uniforme caldeo polar", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "pravda_military_uniform", + "langName": "Uniforme militar de la Academia de la Verdad", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "pravda_school_uniform", + "langName": "Uniforme escolar de la academia de la verdad", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "rabbit_house_uniform", + "langName": "Uniforme de la Casa Diantutu", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "raimon_soccer_uniform", + "langName": "Uniforme de fútbol Thunder Gate", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "ryouou_school_uniform", + "langName": "Uniforme de la Academia Ryozakura", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "sakugawa_school_uniform", + "langName": "Zhachuan uniforme de secundaria", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "sakuragaoka_high_school_uniform", + "langName": "Uniforme de la Escuela Secundaria Femenina de Sakuragaoka", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "saunders_military_uniform", + "langName": "Uniforme militar Sanders", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "saunders_school_uniform", + "langName": "Sanders adjunta uniforme de instituto", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "seishou_elementary_school_uniform", + "langName": "Uniforme escolar de la Escuela Primaria Afiliada a la Universidad de Shengxiang", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "shinda_sekai_sensen_uniform", + "langName": "Uniformes delanteros de Afterlife", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "shuuchiin_academy_uniform", + "langName": "Uniforme de la Academia Shuchiin", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "shuujin_academy_uniform", + "langName": "Presuma de uniformes universitarios", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "st._gloriana's_military_uniform", + "langName": "Uniforme militar de Santa Gloriana", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "st._gloriana's_school_uniform", + "langName": "Uniforme escolar femenino St. Gloria Anna", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "starlight_academy_uniform", + "langName": "Uniforme Star Optical Park", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "tokisadame_school_uniform", + "langName": "Uniformes universitarios normales", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "tokiwadai_school_uniform", + "langName": "Uniforme escolar Tokiwa Taichung", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "tomoeda_elementary_school_uniform", + "langName": "Uniforme de primaria Youzhi", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "tsab_ground_military_uniform", + "langName": "Uniforme militar de la Administración del Tiempo y del Espacio", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "u.a._school_uniform", + "langName": "Uniforme del instituto Xiongying", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "uranohoshi_school_uniform", + "langName": "Uniforme del colegio femenino Ura no Hoshi", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "yasogami_school_uniform", + "langName": "Uniforme del instituto Yasogami", + "object": "Ropa", + "attribute": "Uniforme escolar" + }, + { + "displayName": "shirt", + "langName": "camisa", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "dress_shirt", + "langName": "camisa de vestir", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "collared_shirt", + "langName": "camisa de solapas", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "white_shirt", + "langName": "camisa blanca", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "blouse", + "langName": "camisas de mujer", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "frilled_shirt", + "langName": "camisa con volantes", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "sailor_shirt", + "langName": "camisa marinera", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "plaid_shirt", + "langName": "camisa de cuadros", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "striped_shirt", + "langName": "camisa de rayas", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "print_shirt", + "langName": "camisa estampada", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "impossible shirt", + "langName": "Camisa que se ajusta ilógicamente", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "polo_shirt", + "langName": "camiseta polo", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "hawaiian_shirt", + "langName": "Camisa hawaiana", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "t-shirt", + "langName": "CAMISETA", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "casual T-shirts", + "langName": "Camiseta informal", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "short sleeve T-shirts", + "langName": "Camiseta de manga corta (camiseta con hombros)", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "cropped_shirt", + "langName": "camiseta corta", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "off-shoulder_shirt", + "langName": "camisa sin hombros", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "criss-cross_halter", + "langName": "Top cruzado", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "sleeveless_shirt", + "langName": "camiseta sin mangas", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "sleeveless_hoodie", + "langName": "sudadera sin mangas", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "tank_top", + "langName": "chaleco (casa)", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "camisole", + "langName": "camisola", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "crop_top", + "langName": "top corto", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "undershirt", + "langName": "camiseta interior", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "vest", + "langName": "chaleco (formal)", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "brown_vest", + "langName": "chaleco marrón", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "waistcoat", + "langName": "Chaleco (formal)", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "sweatshirt", + "langName": "Sudadera con capucha", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "jersey", + "langName": "Sudaderas/Jerseys", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "sweater", + "langName": "jersey", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "cardigan", + "langName": "jersey de punto", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "shrug_(clothing)", + "langName": "chal", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "jacket", + "langName": "chaqueta", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "hooded jacket", + "langName": "chaqueta con capucha", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "coat", + "langName": "abrigo", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "suit jacket", + "langName": "blazer", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "tailcoat", + "langName": "Esmoquin", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "capelet", + "langName": "capa corta", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "kesa", + "langName": "sotana", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "kappougi", + "langName": "una blusa (para cocinar)", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "detached sleeves", + "langName": "Mangas con hombros separados", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "cropped vest", + "langName": "chaleco corto", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "spaghetti strap", + "langName": "tirantes espagueti", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "tube_top", + "langName": "Túnica", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "dudou", + "langName": "cinta ventral", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "highleg", + "langName": "Top con abertura alta", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "shirt_tucked_in", + "langName": "camisa por dentro del pantalón", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "untucked_shirt", + "langName": "camisa sin remeter", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "tied_shirt", + "langName": "Camisa anudada (anudar las esquinas y el dobladillo)", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "partially_unbuttoned", + "langName": "Liberación parcial", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "partially_unzipped", + "langName": "Parcialmente descomprimido", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "unbuttoned shirt", + "langName": "camisa desabrochada", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "open_clothes", + "langName": "ropa abierta", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "clothes_down", + "langName": "quitarse la ropa", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "shirt_tug", + "langName": "camiseta de tirantes", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "clothes_tug", + "langName": "tirar de la ropa", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "clothes_removed", + "langName": "Quitarse la ropa", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "shirt_removed", + "langName": "camisa quitada", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "undressing", + "langName": "quitarse la ropa", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "untied", + "langName": "Sin ataduras", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "button_gap", + "langName": "El espacio entre los botones (no desabrochados)", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "taut_shirt", + "langName": "camisa ajustada", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "taut_clothes", + "langName": "ropa ajustada", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "tight", + "langName": "ropa ajustada", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "underbust", + "langName": "Estirar el bajo pecho", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "oversized_shirt", + "langName": "camisa talla grande", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "oversized_clothes", + "langName": "ropa de tallas grandes", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "borrowed_garments", + "langName": "Ropa de novio", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "undersized_clothes", + "langName": "ropa de tallas pequeñas", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "clothing_cutout", + "langName": "ropa hueca", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "back_cutout", + "langName": "top sin espalda", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "cleavage_cutout", + "langName": "escote escote camisa", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "navel_cutout", + "langName": "camisa con piercing en el ombligo", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "midriff", + "langName": "top corto", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "heart_cutout", + "langName": "Parte superior abierta en forma de corazón", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "torn_clothes", + "langName": "ropa rota", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "torn_shirt", + "langName": "camisa rota", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "wet_shirt", + "langName": "camisa mojada", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "clothes_theft", + "langName": "Ropa robada", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "strap_slip", + "langName": "La correa del hombro se deslizó (provocando fugas)", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "wedgie", + "langName": "Incrustado (causado por la ropa que tira de la zona de la entrepierna)", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "wardrobe_malfunction", + "langName": "Le ha pasado algo a la ropa (por ejemplo, se ha deshecho)", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "wardrobe_error", + "langName": "ropa que se cae", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "short sleeves", + "langName": "manga corta", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "long sleeves", + "langName": "mangas largas", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "sleeveless", + "langName": "sin mangas", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "underwear", + "langName": "ropa interior", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "bra", + "langName": "sujetador", + "object": "Ropa", + "attribute": "Chaqueta" + }, + { + "displayName": "nude", + "langName": "desnudo", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "formal", + "langName": "Ropa formal", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "chemise", + "langName": "vestido suelto", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "santa", + "langName": "Traje de Navidad", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "blazer", + "langName": "blazer", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "overcoat", + "langName": "abrigo", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "double-breasted", + "langName": "Botones de doble botonadura (botones de doble botonadura", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "long_coat", + "langName": "abrigo largo", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "haori", + "langName": "Chaqueta de estilo japonés", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "winter_coat", + "langName": "abrigo de invierno", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "hooded_coat", + "langName": "abrigo con capucha", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "fur_coat", + "langName": "abrigo de piel", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "fur-trimmed_coat", + "langName": "abrigo de piel a rayas", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "duffel_coat", + "langName": "abrigo de lana", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "fishnet_top", + "langName": "top de rejilla", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "parka", + "langName": "Parka", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "jacket_partially_removed", + "langName": "La chaqueta se ha quitado parcialmente", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "jacket_removed", + "langName": "Chaqueta quitada", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "open_jacket", + "langName": "chaqueta cardigan (con spread_legs)", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "cropped_jacket", + "langName": "chaqueta corta", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "track_jacket", + "langName": "blazer", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "hooded_track_jacket", + "langName": "chándal con capucha", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "military_jacket", + "langName": "chaqueta militar", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "camouflage_jacket", + "langName": "chaqueta de camuflaje", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "leather_jacket", + "langName": "chaqueta de cuero", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "bomber_jacket", + "langName": "chaqueta bomber", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "denim_jacket", + "langName": "chaqueta vaquera", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "fur-trimmed_jacket", + "langName": "chaqueta de piel", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "two-tone_jacket", + "langName": "chaqueta bicolor", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "trench_coat", + "langName": "cortavientos", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "windbreaker", + "langName": "Chaqueta", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "raincoat", + "langName": "impermeable", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "hagoromo", + "langName": "Dios Hagoromo", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "tunic", + "langName": "túnica", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "cape", + "langName": "chal", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "winter_clothes", + "langName": "ropa de invierno", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "pullover_sweaters", + "langName": "jersey", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "loating_jacket", + "langName": "chaqueta informal", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "ribbed_sweater", + "langName": "jersey de canalé", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "sweater_vest", + "langName": "chaleco jersey", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "backless_sweater", + "langName": "jersey sin espalda", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "aran_sweater", + "langName": "suéter irlandés", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "beige_sweater", + "langName": "Jersey beige", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "brown_sweater", + "langName": "jersey marrón", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "hooded_sweater", + "langName": "suéter con capucha", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "off-shoulder_sweater", + "langName": "jersey sin hombros", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "striped_sweater", + "langName": "jersey de rayas", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "virgin_killer_sweater", + "langName": "suéter asesino virgen", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "down_jacket", + "langName": "chaqueta de plumas", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "puffer_jacket", + "langName": "chaqueta de plumas", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "open dress", + "langName": "vestido de punto", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "Piece Suit", + "langName": "blazer", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "naked towel", + "langName": "toalla de baño", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "racing suit", + "langName": "mono de competición", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "maid dress", + "langName": "traje de sirvienta", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "reverse bunnysuit", + "langName": "Conejita invertida", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "backless outfit", + "langName": "Vestido sin espalda", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "Gorgeous and fussy clothes", + "langName": "Ropa preciosa y engorrosa", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "highleg leotard", + "langName": "mono con abertura alta", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "Sex underwear", + "langName": "Lencería sexy", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "diving suit", + "langName": "traje de neopreno", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "casual wear", + "langName": "ropa informal", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "miko clothing", + "langName": "Disfraz de bruja", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "nurse gown", + "langName": "uniforme de enfermera", + "object": "Ropa", + "attribute": "Abrigo" + }, + { + "displayName": "sailor_collar", + "langName": "cuello marinero", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "fur_collar", + "langName": "cuello de piel", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "frilled_collar", + "langName": "cuello de encaje", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "popped_collar", + "langName": "Cuello alto", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "black_choker", + "langName": "cuello negro", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "belt_collar", + "langName": "Cinturón", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "frilled_choker", + "langName": "collar de volantes", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "neckerchief", + "langName": "bufanda", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "red_neckerchief", + "langName": "pañuelo rojo", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "necktie", + "langName": "corbata", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "short_necktie", + "langName": "corbata corta", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "white_necktie", + "langName": "corbata blanca", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "bowtie", + "langName": "pajarita", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "headphones_around_neck", + "langName": "Auriculares colgados del cuello", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "goggles_around_neck", + "langName": "gafas de cuello", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "neck_bell", + "langName": "campana de cuello", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "neck_ruff", + "langName": "escote", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "v-neck", + "langName": "Cuello en V", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "towel_around_neck", + "langName": "toalla alrededor del cuello", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "loose_necktie", + "langName": "lazo flojo", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "neck_tattoo", + "langName": "tatuaje de cuello", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "ascot", + "langName": "Corbata ancha tipo pañuelo", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "ribbon_choker", + "langName": "cinta para el cuello", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "maebari/pasties", + "langName": "Parche vaginal/parche para el pezón", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "chinese_knot", + "langName": "Nudo chino", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "cross_necklace", + "langName": "collar de cruz", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "bead_necklace", + "langName": "collar de cuentas", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "pearl_necklace", + "langName": "collar de perlas", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "heart_necklace", + "langName": "collar en forma de corazón", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "carrot_necklace", + "langName": "collar de zanahorias", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "chain_necklace", + "langName": "collar de cadena", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "magatama_necklace", + "langName": "Collar de perlas", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "tooth_necklace", + "langName": "collar de dientes", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "key_necklace", + "langName": "collar de llaves", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "anchor_necklace", + "langName": "collar de anclas", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "skull_necklace", + "langName": "collar de calaveras", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "shell_necklace", + "langName": "collar de conchas", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "gold_necklace", + "langName": "collar de oro", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "crescent_necklace", + "langName": "collar luna creciente", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "ring_necklace", + "langName": "collar de anillos", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "feather_necklace", + "langName": "collar de plumas", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "bone_necklace", + "langName": "collar de huesos", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "ankh_necklace", + "langName": "collar de cruz", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "multiple_necklaces", + "langName": "collares múltiples", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "bullet_necklace", + "langName": "collar bala", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "holding_necklace", + "langName": "collar", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "necklace_removed", + "langName": "collar quitado", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "brown_neckwear", + "langName": "Cuello marrón", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "checkered_neckwear", + "langName": "escote a cuadros", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "diagonal-striped_neckwear", + "langName": "Corbata de sarga", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "halterneck", + "langName": "corbata", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "mole_on_neck", + "langName": "Hay un lunar en el cuello", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "neck", + "langName": "cuello", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "plaid_neckwear", + "langName": "cuello de tartán", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "plunging_neckline", + "langName": "Cuello profundo", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "print_neckwear", + "langName": "corbata estampada", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "sleeveless_turtleneck", + "langName": "jersey de cuello alto sin mangas", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "star_necklace", + "langName": "collar de estrellas", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "striped_neckwear", + "langName": "cuello a rayas", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "turtleneck_sweater", + "langName": "Jersey de cuello alto", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "undone_necktie", + "langName": "aflojar la corbata", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "whistle_around_neck", + "langName": "Silbato colgado del cuello", + "object": "Ropa", + "attribute": "Escote" + }, + { + "displayName": "plaid_scarf", + "langName": "bufanda de cuadros", + "object": "Ropa", + "attribute": "Bufanda" + }, + { + "displayName": "striped_scarf", + "langName": "bufanda de rayas", + "object": "Ropa", + "attribute": "Bufanda" + }, + { + "displayName": "print_scarf", + "langName": "bufanda estampada", + "object": "Ropa", + "attribute": "Bufanda" + }, + { + "displayName": "vertical-striped_scarf", + "langName": "bufanda de rayas verticales", + "object": "Ropa", + "attribute": "Bufanda" + }, + { + "displayName": "polka_dot_scarf", + "langName": "bufanda de lunares", + "object": "Ropa", + "attribute": "Bufanda" + }, + { + "displayName": "argyle_scarf", + "langName": "pañuelo diamante", + "object": "Ropa", + "attribute": "Bufanda" + }, + { + "displayName": "beige_scarf", + "langName": "pañuelo beige", + "object": "Ropa", + "attribute": "Bufanda" + }, + { + "displayName": "scarf_bow", + "langName": "lazo bufanda", + "object": "Ropa", + "attribute": "Bufanda" + }, + { + "displayName": "fur_scarf", + "langName": "bufanda de piel", + "object": "Ropa", + "attribute": "Bufanda" + }, + { + "displayName": "naked_scarf", + "langName": "bufanda desnuda", + "object": "Ropa", + "attribute": "Bufanda" + }, + { + "displayName": "multicolored_scarf", + "langName": "pañuelo de colores", + "object": "Ropa", + "attribute": "Bufanda" + }, + { + "displayName": "floating_scarf", + "langName": "bufanda flotante", + "object": "Ropa", + "attribute": "Bufanda" + }, + { + "displayName": "long_scarf", + "langName": "bufanda larga", + "object": "Ropa", + "attribute": "Bufanda" + }, + { + "displayName": "arm_scarf", + "langName": "pañuelo para el brazo", + "object": "Ropa", + "attribute": "Bufanda" + }, + { + "displayName": "scarf_on_head", + "langName": "pañuelo en la cabeza", + "object": "Ropa", + "attribute": "Bufanda" + }, + { + "displayName": "scarf_over_mouth", + "langName": "pañuelo en la boca", + "object": "Ropa", + "attribute": "Bufanda" + }, + { + "displayName": "scarf_removed", + "langName": "Se quitó la bufanda", + "object": "Ropa", + "attribute": "Bufanda" + }, + { + "displayName": "adjusting_scarf", + "langName": "ajustar bufanda", + "object": "Ropa", + "attribute": "Bufanda" + }, + { + "displayName": "holding_scarf", + "langName": "pañuelo en la mano", + "object": "Ropa", + "attribute": "Bufanda" + }, + { + "displayName": "scarf_pull", + "langName": "bufanda pull", + "object": "Ropa", + "attribute": "Bufanda" + }, + { + "displayName": "brown_scarf", + "langName": "pañuelo marrón", + "object": "Ropa", + "attribute": "Bufanda" + }, + { + "displayName": "scarf", + "langName": "bufanda", + "object": "Ropa", + "attribute": "Bufanda" + }, + { + "displayName": "apron", + "langName": "delantal", + "object": "Ropa", + "attribute": "Cintura" + }, + { + "displayName": "waist_apron", + "langName": "delantal de cintura", + "object": "Ropa", + "attribute": "Cintura" + }, + { + "displayName": "maid_apron", + "langName": "delantal de sirvienta", + "object": "Ropa", + "attribute": "Cintura" + }, + { + "displayName": "bow tied at the waist", + "langName": "Pajarita en la cintura delantera", + "object": "Ropa", + "attribute": "Cintura" + }, + { + "displayName": "waist_cape", + "langName": "Una pequeña capa que se lleva alrededor de la cintura", + "object": "Ropa", + "attribute": "Cintura" + }, + { + "displayName": "clothes_around_waist", + "langName": "ropa de cintura", + "object": "Ropa", + "attribute": "Cintura" + }, + { + "displayName": "jacket_around_waist", + "langName": "chaqueta de cintura", + "object": "Ropa", + "attribute": "Cintura" + }, + { + "displayName": "sweater_around_waist", + "langName": "Jersey de cintura", + "object": "Ropa", + "attribute": "Cintura" + }, + { + "displayName": "loincloth", + "langName": "Taparrabos", + "object": "Ropa", + "attribute": "Cintura" + }, + { + "displayName": "bustier", + "langName": "corsé", + "object": "Ropa", + "attribute": "Cintura" + }, + { + "displayName": "corset", + "langName": "Corsé (chaleco)", + "object": "Ropa", + "attribute": "Cintura" + }, + { + "displayName": "girdle", + "langName": "corsé", + "object": "Ropa", + "attribute": "Cintura" + }, + { + "displayName": "bikini_armor", + "langName": "armadura bikini", + "object": "Ropa", + "attribute": "Armadura" + }, + { + "displayName": "armor", + "langName": "armadura", + "object": "Ropa", + "attribute": "Armadura" + }, + { + "displayName": "full_armor", + "langName": "Llevar armadura completa", + "object": "Ropa", + "attribute": "Armadura" + }, + { + "displayName": "plate_armor", + "langName": "armadura de placas", + "object": "Ropa", + "attribute": "Armadura" + }, + { + "displayName": "japanese_armor", + "langName": "Armadura japonesa", + "object": "Ropa", + "attribute": "Armadura" + }, + { + "displayName": "kusazuri", + "langName": "Fudang | Kusazuri (media armadura inferior japonesa)", + "object": "Ropa", + "attribute": "Armadura" + }, + { + "displayName": "power_armor", + "langName": "Armadura motorizada", + "object": "Ropa", + "attribute": "Armadura" + }, + { + "displayName": "helmet", + "langName": "casco", + "object": "Ropa", + "attribute": "Armadura" + }, + { + "displayName": "kabuto", + "langName": "Casco (estilo japonés)", + "object": "Ropa", + "attribute": "Armadura" + }, + { + "displayName": "off-shoulder_armor", + "langName": "Armadura sin hombros", + "object": "Ropa", + "attribute": "Armadura" + }, + { + "displayName": "shoulder_armor", + "langName": "Hombros", + "object": "Ropa", + "attribute": "Armadura" + }, + { + "displayName": "muneate", + "langName": "Peto de arquero japonés", + "object": "Ropa", + "attribute": "Armadura" + }, + { + "displayName": "breastplate", + "langName": "Coraza", + "object": "Ropa", + "attribute": "Armadura" + }, + { + "displayName": "faulds", + "langName": "plastrón", + "object": "Ropa", + "attribute": "Armadura" + }, + { + "displayName": "greaves", + "langName": "Chicharrones", + "object": "Ropa", + "attribute": "Armadura" + }, + { + "displayName": "shin_guards", + "langName": "Chicharrones", + "object": "Ropa", + "attribute": "Armadura" + }, + { + "displayName": "armored_boots", + "langName": "botas blindadas", + "object": "Ropa", + "attribute": "Armadura" + }, + { + "displayName": "dress", + "langName": "vestido", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "microdress", + "langName": "microvestido", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "long_dress", + "langName": "vestido largo", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "mermaid dress", + "langName": "falda cola de pez", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "off-shoulder_dress", + "langName": "vestido sin hombros", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "strapless_dress", + "langName": "vestido sin tirantes", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "backless_dress", + "langName": "vestido sin espalda", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "halter_dress", + "langName": "Falda de tirantes sin cuello y sin espalda", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "sundress", + "langName": "Slip dress (vestido sin mangas para el calor)", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "sleeveless_dress", + "langName": "vestido sin mangas", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "sailor_dress", + "langName": "Falda estilo marinero", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "summer_dress", + "langName": "vestido largo de verano", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "pinafore_dress", + "langName": "vestido delantal", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "sweater_dress", + "langName": "vestido jersey", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "armored_dress", + "langName": "falda armadura de combate", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "frilled_dress", + "langName": "vestido de encaje", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "lace-trimmed_dress", + "langName": "vestido de encaje", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "collared_dress", + "langName": "vestido de cuello", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "fur-trimmed_dress", + "langName": "vestido de piel", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "layered_dress", + "langName": "vestido a capas", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "pleated_dress", + "langName": "vestido plisado", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "taut_dress", + "langName": "vestido ajustado", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "pencil_dress", + "langName": "falda lápiz", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "impossible_dress", + "langName": "Ropa demasiado ajustada", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "multicolored_dress", + "langName": "Vestido multicolor", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "striped_dress", + "langName": "vestido de rayas", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "ribbed_dress", + "langName": "vestido de canalé", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "polka_dot_dress", + "langName": "vestido de lunares", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "print_dress", + "langName": "vestido estampado", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "vertical-striped_dress", + "langName": "vestido de rayas verticales", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "see-through_dress", + "langName": "vestido transparente", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "skirt", + "langName": "falda corta", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "microskirt", + "langName": "minifalda", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "miniskirt", + "langName": "minifalda", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "skirt_suit", + "langName": "falda formal", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "pleated_skirt", + "langName": "falda plisada", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "pencil_skirt", + "langName": "falda lápiz corta", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "bubble_skirt", + "langName": "tutú", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "tutu", + "langName": "tutú", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "ballgown", + "langName": "tutú (vestido)", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "pettiskirt", + "langName": "tutú (niños)", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "showgirl_skirt", + "langName": "atuendo de chica de feria", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "beltskirt", + "langName": "falda con cinturón", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "denim_skirt", + "langName": "falda vaquera", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "suspender_skirt", + "langName": "falda de tirantes", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "skirt_set", + "langName": "Falda a juego con el top", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "long_skirt", + "langName": "falda larga", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "summer_long_skirt", + "langName": "vestido largo de verano", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "overskirt", + "langName": "falda exterior", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "hakama_skirt", + "langName": "falda hakama", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "high-waist_skirt", + "langName": "falda de cintura alta", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "kimono_skirt", + "langName": "falda kimono", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "suspender_long_skirt", + "langName": "falda de tirantes; falda de tirantes", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "chiffon_skirt", + "langName": "falda de gasa", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "frilled_skirt", + "langName": "falda de encaje", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "fur-trimmed_skirt", + "langName": "falda de piel", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "lace_skirt", + "langName": "falda de encaje", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "lace-trimmed_skirt", + "langName": "falda de encaje", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "ribbon-trimmed_skirt", + "langName": "falda con ribete de raso", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "layered_skirt", + "langName": "falda a capas", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "print_skirt", + "langName": "falda estampada", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "multicolored_skirt", + "langName": "Falda multicolor", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "striped_skirt", + "langName": "falda de rayas", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "vertical-striped_skirt", + "langName": "falda de rayas verticales", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "plaid_skirt", + "langName": "falda de tartán", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "flared_skirt", + "langName": "falda paraguas", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "floral_skirt", + "langName": "falda de flores", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "skirt_hold", + "langName": "Levántate la falda con elegancia", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "skirt_tug", + "langName": "Sujeta el dobladillo de la falda | Sujeta el dobladillo de la falda", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "dress_tug", + "langName": "Sujeta la falda", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "skirt_around_one_leg", + "langName": "Una falda corta colgando de una pierna", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "skirt_removed", + "langName": "Quítate la falda corta", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "dress_removed", + "langName": "quitarse la falda", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "open_skirt", + "langName": "falda abierta", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "checkered_skirt", + "langName": "falda de cuadros", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "plaid_dress", + "langName": "vestido de cuadros", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "Medium length skirt", + "langName": "falda de longitud media", + "object": "Ropa", + "attribute": "Falda" + }, + { + "displayName": "dress_bow", + "langName": "lazo en el vestido", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "dressing_another", + "langName": "vestido", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "shorts_under_skirt", + "langName": "Llevar pantalones cortos bajo la falda", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "side_slit", + "langName": "aberturas laterales", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "shorts", + "langName": "pantalones cortos", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "micro_shorts", + "langName": "pantalones cortos de talla pequeña", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "short_shorts", + "langName": "pantalones calientes", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "hot_pants", + "langName": "pantalones calientes", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "cutoffs", + "langName": "pantalones calientes", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "striped_shorts", + "langName": "pantalones cortos a rayas", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "suspender_shorts", + "langName": "pantalones cortos de tirantes", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "denim_shorts", + "langName": "shorts vaqueros", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "puffy_shorts", + "langName": "pantalones cortos", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "dolphin_shorts", + "langName": "Pantalones cortos Dolphin (pantalones de verdad)", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "dolfin_shorts", + "langName": "Pantalones cortos Dolphin (pantalones de verdad)", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "tight_pants", + "langName": "Mallas/Pantalones de chándal", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "crotchless_pants", + "langName": "Pantalones sin entrepierna (ajustados)", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "track_pants", + "langName": "pantalones de chándal", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "yoga_pants", + "langName": "pantalones de yoga", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "bike_shorts", + "langName": "pantalones cortos", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "pants", + "langName": "pantalones", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "puffy_pants", + "langName": "Pantalones anchos", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "pumpkin_pants", + "langName": "pantalones calabaza", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "hakama_pants", + "langName": "pantalones hakama", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "harem_pants", + "langName": "pantalones de harén", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "bloomers", + "langName": "bombachos", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "buruma", + "langName": "bombachos de mujer", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "jeans", + "langName": "vaqueros", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "cargo_pants", + "langName": "monos", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "camouflage_pants", + "langName": "pantalones de camuflaje", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "capri_pants", + "langName": "pantalones cortos", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "chaps", + "langName": "Polainas de cuero (anchas por arriba y estrechas por abajo)", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "jumpsuit", + "langName": "mono (especialmente femenino)", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "lowleg_pants", + "langName": "pantalones de cintura baja", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "plaid_pants", + "langName": "pantalones de tartán", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "single_pantsleg", + "langName": "Pantalones unilaterales", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "striped_pants", + "langName": "pantalones a rayas", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "leotard_aside", + "langName": "Pele la entrepierna del mono a un lado", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "open_fly", + "langName": "Pantalones sin cremallera", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "pants_down", + "langName": "quitarse los pantalones", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "pants_rolled_up", + "langName": "Pantalones remangados", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "pants_tucked_in", + "langName": "Métete los pantalones", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "torn_jeans", + "langName": "vaqueros rotos", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "torn_pants", + "langName": "pantalones rotos", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "torn_shorts", + "langName": "pantalones cortos rasgados", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "gym_shorts", + "langName": "shorts de gimnasia", + "object": "Ropa", + "attribute": "Pantalones" + }, + { + "displayName": "leggings", + "langName": "polainas", + "object": "Ropa", + "attribute": "Fondos" + }, + { + "displayName": "overalls", + "langName": "monos", + "object": "Ropa", + "attribute": "Fondos" + }, + { + "displayName": "diaper", + "langName": "pañal", + "object": "Ropa", + "attribute": "Fondos" + }, + { + "displayName": "panties", + "langName": "ropa interior", + "object": "Ropa", + "attribute": "Fondos" + }, + { + "displayName": "briefs", + "langName": "Calzoncillos", + "object": "Ropa", + "attribute": "Fondos" + }, + { + "displayName": "thong", + "langName": "tanga", + "object": "Ropa", + "attribute": "Fondos" + }, + { + "displayName": "fundoshi", + "langName": "Tanga japonés", + "object": "Ropa", + "attribute": "Fondos" + }, + { + "displayName": "short dress", + "langName": "falda corta", + "object": "Ropa", + "attribute": "Fondos" + }, + { + "displayName": "sheath dress", + "langName": "falda a la cadera", + "object": "Ropa", + "attribute": "Fondos" + }, + { + "displayName": "no panties", + "langName": "Sin ropa interior", + "object": "Ropa", + "attribute": "Fondos" + }, + { + "displayName": "striped panties", + "langName": "ropa interior de rayas", + "object": "Ropa", + "attribute": "Fondos" + }, + { + "displayName": "lowleg panties", + "langName": "ropa interior de tiro bajo", + "object": "Ropa", + "attribute": "Fondos" + }, + { + "displayName": "side-tie panties", + "langName": "ropa interior con cordones", + "object": "Ropa", + "attribute": "Fondos" + }, + { + "displayName": "bodystocking", + "langName": "calcetines de cuerpo entero", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "pantyhose", + "langName": "pantimedias | pantimedias", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "legwear", + "langName": "Pantimedias (generalmente se refiere a pantimedias o medias)", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "thighhighs", + "langName": "Medias (calcetines hasta la rodilla)", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "kneehighs", + "langName": "calcetines hasta la rodilla", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "bare_legs", + "langName": "piernas desnudas", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "black_bodystocking", + "langName": "Medias negras de una pieza", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "white_bodystocking", + "langName": "Una pieza de seda blanca", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "stocking_under_clothes", + "langName": "calcetines bajo la ropa", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "black_pantyhose", + "langName": "medias negras", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "white_pantyhose", + "langName": "medias blancas", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "thighband_pantyhose", + "langName": "Medias con perneras", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "pantylines", + "langName": "Mallas ajustadas (perfilan las líneas", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "single_leg_pantyhose", + "langName": "Llevar medias en un lado", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "panties_under_pantyhose", + "langName": "ropa interior en pantimedias", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "fishnets", + "langName": "medias de rejilla", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "stirrup_legwear", + "langName": "medias de rejilla", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "toeless_legwear", + "langName": "calcetines con puntera abierta", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "mismatched_legwear", + "langName": "Pantimedias bicolor", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "two-tone_legwear", + "langName": "Pantimedias bicolor", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "asymmetrical_legwear", + "langName": "medias asimétricas", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "uneven_legwear", + "langName": "calcetines largos", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "white_thighhighs", + "langName": "medias blancas", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "black_thighhighs", + "langName": "medias negras", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "pink_thighhighs", + "langName": "medias rosas", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "suspenders", + "langName": "ligas", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "torn_legwear", + "langName": "medias rotas", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "torn_thighhighs", + "langName": "Calcetines rotos", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "see-through_legwear", + "langName": "calcetines transparentes", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "frilled_legwear", + "langName": "calcetines de encaje", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "lace-trimmed_legwear", + "langName": "medias de encaje", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "seamed_legwear", + "langName": "calcetines con costuras", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "back-seamed_legwear", + "langName": "Calcetines con una línea negra en el centro", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "animal_ear_legwear", + "langName": "Calcetines con orejas de animal", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "striped_legwear", + "langName": "calcetines de rayas horizontales", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "vertical-striped_legwear", + "langName": "calcetines de rayas verticales", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "polka_dot_legwear", + "langName": "calcetines de punto redondo", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "print_legwear", + "langName": "calcetines estampados", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "legwear_under_shorts", + "langName": "Llevar pantalones cortos sin calcetines", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "over-kneehighs", + "langName": "calcetines hasta la rodilla", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "bobby_socks", + "langName": "Bobby socks (calcetines blancos)", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "tabi", + "langName": "Calcetines japoneses de suela gruesa (bolsillos para los pies)", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "ankle_socks", + "langName": "calcetines de tobillo", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "leg_warmers", + "langName": "Calentadores | calentadores", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "single_sock", + "langName": "calcetines individuales", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "striped_socks", + "langName": "calcetines de rayas", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "leg_cutout", + "langName": "Los calcetines tienen aberturas", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "leg_garter", + "langName": "Anillas para las piernas", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "garter_straps", + "langName": "tirantes para ligas", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "thigh_strap", + "langName": "musleras", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "thigh_ribbon", + "langName": "cinta del muslo", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "leg_ribbon", + "langName": "cinturón para ejercicios de piernas", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "bandaid_on_leg", + "langName": "vendaje en la pierna", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "bandaged_leg", + "langName": "pierna vendada", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "ankle_lace-up", + "langName": "correa de tobillo", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "thigh_holster", + "langName": "Una correa o bolsa de herramientas o funda en la pierna", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "bandaid_on_knee", + "langName": "tirita en la rodilla", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "argyle_legwear", + "langName": "Leotardos con estampado de rombos", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "bow_legwear", + "langName": "Pantimedias con lazo", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "arm_garter", + "langName": "ligas boom", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "socks", + "langName": "calcetín", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "stockings", + "langName": "medias", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "black stockings", + "langName": "medias negras", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "fishnet stockings", + "langName": "medias de rejilla", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "garters", + "langName": "ligas", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "loose_socks", + "langName": "calcetines de burbujas", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "rilled thighhighs", + "langName": "medias con volantes", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "striped pantyhose", + "langName": "medias a rayas", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "lace legwear", + "langName": "medias de encaje", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "nylon socks", + "langName": "Calcetines de nylon", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "soccer cocks", + "langName": "calcetines de fútbol", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "sports socks", + "langName": "calcetines deportivos", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "adjusting_legwear", + "langName": "Organizar las medias", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "pantyhose_pull", + "langName": "Quitarse las medias", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "socks_removed", + "langName": "Quitarse los calcetines", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "sock_pull", + "langName": "Tirar de los calcetines (medias)", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "thighhighs_pull", + "langName": "Tirar de los calcetines (medias)", + "object": "Ropa", + "attribute": "Calcetín" + }, + { + "displayName": "armored", + "langName": "blindado", + "object": "Ropa", + "attribute": "Material de confección" + }, + { + "displayName": "fluffy", + "langName": "peludo", + "object": "Ropa", + "attribute": "Material de confección" + }, + { + "displayName": "fur", + "langName": "piel", + "object": "Ropa", + "attribute": "Material de confección" + }, + { + "displayName": "latex", + "langName": "emulsión", + "object": "Ropa", + "attribute": "Material de confección" + }, + { + "displayName": "see-through", + "langName": "transparente", + "object": "Ropa", + "attribute": "Material de confección" + }, + { + "displayName": "frilled", + "langName": "volantes", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "center_frills", + "langName": "Encaje con volante central", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "crease", + "langName": "arrugado (plisado)", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "layered", + "langName": "en capas", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "lace", + "langName": "encaje", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "fur_trim", + "langName": "ribete de piel", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "fur-trimmed", + "langName": "bordes rugosos", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "fine_fabric_emphasis", + "langName": "Mejora del material", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "latex_thighhighs", + "langName": "Medias de látex", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "see-through_thighhighs", + "langName": "Medias transparentes", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "ass_cutout", + "langName": "Ropa que revela los glúteos", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "asymmetrical_clothes", + "langName": "ropa asimétrica", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "back_bow", + "langName": "(ropa) nudo atado a la espalda", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "cross-laced_clothes", + "langName": "ropa de encaje cruzado", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "double_vertical_stripe", + "langName": "Hay dos rayas paralelas en la ropa", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "halter_top", + "langName": "Ropa para la parte superior del cuerpo", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "multicolored_legwear", + "langName": "Ropa multicolor para las piernas", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "navy_blue_legwear", + "langName": "Legwear azul marino", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "nontraditional_miko", + "langName": "Ropa japonesa modificada", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "side_cutout", + "langName": "Ropa con aberturas laterales", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "sideless_outfit", + "langName": "Ropa sin tejido en los laterales", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "single_kneehigh", + "langName": "Llevar ropa hasta la rodilla por un lado", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "single_vertical_stripe", + "langName": "Exponer rayas verticales en un lado de la prenda", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "turtleneck", + "langName": "ropa de cuello alto", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "two-sided_fabric", + "langName": "Método de dibujo de prendas de vestir de doble capa", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "o-ring", + "langName": "Ropa con juntas tóricas", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "o-ring_top", + "langName": "Tapa con junta tórica", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "fringe_trim", + "langName": "El borde (el extremo de la bufanda)", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "loose_belt", + "langName": "Tirantes sueltos (ropa)", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "pom_pom_(clothes)", + "langName": "Pompones pequeños (accesorios de vestir)", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "drawstring", + "langName": "Cordones de la ropa", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "full-length_zipper", + "langName": "Una cremallera a lo largo de la prenda", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "gathers", + "langName": "pliegues (ropa)", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "gusset", + "langName": "Coser forros a la ropa", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "breast_pocket", + "langName": "bolsa de pecho", + "object": "Ropa", + "attribute": "Decorar" + }, + { + "displayName": "argyle", + "langName": "Patrón Argyle", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "checkered", + "langName": "estampado de cuadros escoceses", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "colored_stripes", + "langName": "rayas de colores", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "diagonal_stripes", + "langName": "rayas diagonales", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "horizontal_stripes", + "langName": "rayas horizontales", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "multicolored_stripes", + "langName": "rayas de colores", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "polka_dot", + "langName": "Motivo de puntos", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "ribbed", + "langName": "Acanalado", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "striped", + "langName": "rayas horizontales", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "unmoving_pattern", + "langName": "Patrones que se repiten continuamente", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "vertical_stripes", + "langName": "rayas verticales", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "plaid", + "langName": "patrón de tartán", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "animal_print", + "langName": "estampado animal", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "cat_print", + "langName": "huella de gato", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "bear_print", + "langName": "huella de oso", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "bird_print", + "langName": "estampado de pájaros", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "bunny_print", + "langName": "estampado de conejitos", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "cow_print", + "langName": "estampado de vaca", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "dragon_print", + "langName": "estampado de dragón", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "fish_print", + "langName": "estampado de peces", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "frog_print", + "langName": "huella de rana", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "shark_print", + "langName": "estampado de tiburón", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "snake_print", + "langName": "diseño de serpiente", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "zebra_print", + "langName": "estampado de cebra", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "tiger_print", + "langName": "Rayas de tigre", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "leopard_print", + "langName": "estampado de leopardo", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "jaguar_print", + "langName": "estampado de leopardo", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "bat_print", + "langName": "estampado de murciélagos", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "aardwolf_print", + "langName": "estampado de coyote", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "african_wild_dog_print", + "langName": "Estampado de perro salvaje africano", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "cheetah_print", + "langName": "Estampado de guepardo", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "dog_print", + "langName": "huella de perro", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "fox_print", + "langName": "estampado de zorro", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "giraffe_print", + "langName": "estampado de jirafa", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "panda_print", + "langName": "estampado panda", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "sand_cat_print", + "langName": "estampado gato de arena", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "whale_print", + "langName": "estampado de ballenas", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "white_tiger_print", + "langName": "patrón de tigre blanco", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "goldfish_print", + "langName": "estampado de peces de colores", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "wing_print", + "langName": "estampado de alas", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "spider_web_print", + "langName": "arañas vasculares", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "butterfly_print", + "langName": "estampado de mariposas", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "floral_print", + "langName": "floral", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "leaf_print", + "langName": "estampado de hojas", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "clover_print", + "langName": "estampado de tréboles", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "maple_leaf_print", + "langName": "estampado de la hoja de arce", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "rose_print", + "langName": "estampado de rosas", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "strawberry_print", + "langName": "estampado de fresas", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "cherry_print", + "langName": "estampado cereza", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "bamboo_print", + "langName": "estampado de bambú", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "carrot_print", + "langName": "estampado de zanahorias", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "hibiscus_print", + "langName": "estampado de hibisco", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "jack-o'-lantern_print", + "langName": "jack o'lantern print", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "petal_print", + "langName": "estampado de pétalos", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "sunflower_print", + "langName": "estampado de girasoles", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "watermelon_print", + "langName": "estampado de sandía", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "sky_print", + "langName": "estampado cielo", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "cloud_print", + "langName": "impresión en la nube", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "lightning_bolt_print", + "langName": "Impresión relámpago", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "rainbow_print", + "langName": "estampado arco iris", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "snowflake_print", + "langName": "estampado copo de nieve", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "starry_sky_print", + "langName": "estampado cielo estrellado", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "crescent_print", + "langName": "luna creciente", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "star_print", + "langName": "estampado de estrellas", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "star_(symbol)", + "langName": "símbolo de estrella", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "moon_print", + "langName": "estampado de luna", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "sun_print", + "langName": "impresión solar", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "character_print", + "langName": "impresión de caracteres", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "clothes_writing", + "langName": "palabras en la ropa", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "anchor_print", + "langName": "impresión de anclas", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "cherry_blossom_print", + "langName": "estampado de flores de cerezo", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "musical_note_print", + "langName": "impresión de notas musicales", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "triangle_print", + "langName": "impresión en triángulo", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "arrow_print", + "langName": "impresión en flecha", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "wave_print", + "langName": "patrón ondulado", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "peace_symbol", + "langName": "☮(En la ropa de Higashikata Josuke)", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "heart_print", + "langName": "estampado de corazón | estampado de corazón", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "flame_print", + "langName": "estampado a la llama", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "hitodama_print", + "langName": "Impresión de Will-o'-the-wisp", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "paw_print", + "langName": "huella", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "skeleton_print", + "langName": "impresión esqueleto", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "skull_print", + "langName": "estampado de calavera", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "sparkle_print", + "langName": "estampado brillante", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "yin_yang_print", + "langName": "Impresión Yin Yang", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "cross_print", + "langName": "Patrón de elementos cruzados", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "camoflage", + "langName": "camuflaje", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "flag_print", + "langName": "impresión de bandera", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "bone_print", + "langName": "huella ósea", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "ghost_print", + "langName": "impresión fantasma", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "mushroom_print", + "langName": "Estampado de setas", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "onigiri_print", + "langName": "impresión de bolas de arroz", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "cat_ear_cutout", + "langName": "Diseño hueco en forma de oreja de gato", + "object": "Ropa", + "attribute": "Patrón" + }, + { + "displayName": "barefoot", + "langName": "descalzo", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "no_shoes", + "langName": "sin zapatos", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "shoes_removed", + "langName": "zapatos quitados", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "single_shoe", + "langName": "zapatos individuales", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "the_only_shoe", + "langName": "zapatos individuales", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "black_loafers", + "langName": "Mocasines (zapatos pequeños de cuero)", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "shoes", + "langName": "zapato", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "uwabaki", + "langName": "zapatos de interior", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "platform_footwear", + "langName": "zapatos de plataforma", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "high_heels", + "langName": "Tacón alto", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "stiletto_heels", + "langName": "Tacones de aguja", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "strappy_heels", + "langName": "tacones de tiras", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "platform_heels", + "langName": "tacones de plataforma", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "rudder_footwear", + "langName": "Barco C zapatos especiales para chicas de barco", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "sandals", + "langName": "sandalias", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "barefoot_sandals", + "langName": "sandalias descalzas", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "clog_sandals", + "langName": "sandalias zueco", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "geta", + "langName": "zuecos", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "slippers", + "langName": "zapatillas", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "skates", + "langName": "patines", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "roller_skates", + "langName": "patines de ruedas", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "animal_feet", + "langName": "patas de animales", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "animal_slippers", + "langName": "zapatillas de animales", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "brown_footwear", + "langName": "calzado marrón", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "cross-laced_footwear", + "langName": "zapatos de cordones cruzados", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "loafers", + "langName": "mocasines", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "mary_janes", + "langName": "zapatos jenny", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "mismatched_footwear", + "langName": "Zapatos bicolores", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "pointy_footwear", + "langName": "zapatos de punta", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "pumps", + "langName": "Vestido escotado con tacones altos", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "sandals_removed", + "langName": "quitarse las sandalias", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "shoe_soles", + "langName": "solo", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "shoelaces", + "langName": "cordón de zapato", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "sneakers", + "langName": "zapatillas", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "winged_footwear", + "langName": "zapatos con alas", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "zouri", + "langName": "Sandalias japonesas de paja", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "ballet slippers", + "langName": "zapatillas de ballet", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "arched_soles", + "langName": "Suela arqueada", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "paw_print_soles", + "langName": "suelas con estampado de patas", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "horseshoe", + "langName": "herradura", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "flat shoes", + "langName": "zapatos planos", + "object": "Ropa", + "attribute": "Zapato" + }, + { + "displayName": "boots", + "langName": "botas", + "object": "Ropa", + "attribute": "Botas" + }, + { + "displayName": "boots_removed", + "langName": "botas quitadas", + "object": "Ropa", + "attribute": "Botas" + }, + { + "displayName": "high_heel_boots", + "langName": "botas de tacón", + "object": "Ropa", + "attribute": "Botas" + }, + { + "displayName": "knee_boots", + "langName": "Botas hasta la rodilla (botas de montar)", + "object": "Ropa", + "attribute": "Botas" + }, + { + "displayName": "thigh_boots", + "langName": "botas altas", + "object": "Ropa", + "attribute": "Botas" + }, + { + "displayName": "martin_boots", + "langName": "botas martin", + "object": "Ropa", + "attribute": "Botas" + }, + { + "displayName": "ankle_boots", + "langName": "botines", + "object": "Ropa", + "attribute": "Botas" + }, + { + "displayName": "toeless_boots", + "langName": "botas con puntera abierta", + "object": "Ropa", + "attribute": "Botas" + }, + { + "displayName": "lace-up_boots", + "langName": "botas de cordones", + "object": "Ropa", + "attribute": "Botas" + }, + { + "displayName": "fur-trimmed_boots", + "langName": "botas raw edge", + "object": "Ropa", + "attribute": "Botas" + }, + { + "displayName": "snow_boots", + "langName": "botas de nieve", + "object": "Ropa", + "attribute": "Botas" + }, + { + "displayName": "anklet", + "langName": "Tobillera", + "object": "Ropa", + "attribute": "Botas" + }, + { + "displayName": "rubber_boots", + "langName": "botas de goma", + "object": "Ropa", + "attribute": "Botas" + }, + { + "displayName": "santa_boots", + "langName": "Botas de Navidad", + "object": "Ropa", + "attribute": "Botas" + }, + { + "displayName": "leather_boots", + "langName": "botas de cuero", + "object": "Ropa", + "attribute": "Botas" + }, + { + "displayName": "thighhighs_under_boots", + "langName": "medias bajo botas", + "object": "Ropa", + "attribute": "Botas" + }, + { + "displayName": "combat_boots", + "langName": "botas de combate", + "object": "Ropa", + "attribute": "Botas" + }, + { + "displayName": "doc_martens", + "langName": "botas martin", + "object": "Ropa", + "attribute": "Botas" + }, + { + "displayName": "rain_boots", + "langName": "botas de lluvia", + "object": "Ropa", + "attribute": "Botas" + }, + { + "displayName": "belt_boots", + "langName": "botas de cinturón", + "object": "Ropa", + "attribute": "Botas" + }, + { + "displayName": "fur_boots", + "langName": "botas de piel casual de tacón bajo", + "object": "Ropa", + "attribute": "Botas" + }, + { + "displayName": "single_boot", + "langName": "Un pie sin bota", + "object": "Ropa", + "attribute": "Botas" + }, + { + "displayName": "wide_sleeves", + "langName": "mangas anchas", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "single_sleeve", + "langName": "manga simple", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "asymmetrical_sleeves", + "langName": "mangas asimétricas", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "puffy_sleeves", + "langName": "mangas abullonadas", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "puffy_long_sleeves", + "langName": "mangas largas abullonadas", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "puffy_short_sleeves", + "langName": "mangas cortas abullonadas", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "frilled_sleeves", + "langName": "bordes de las mangas con volantes", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "juliet_sleeves", + "langName": "Mangas Julieta", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "bandaged_arm", + "langName": "brazo vendado", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "raglan_sleeves", + "langName": "Mangas raglán", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "vambraces", + "langName": "Armadura inferior", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "layered_sleeves", + "langName": "mangas en capas", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "fur-trimmed_sleeves", + "langName": "mangas de borde crudo", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "see-through_sleeves", + "langName": "Fundas transparentes", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "torn_sleeves", + "langName": "mangas rasgadas", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "sleeves_past_fingers", + "langName": "Mangas más largas que los dedos", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "sleeves_past_wrists", + "langName": "Mangas por encima de la muñeca", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "sleeves_past_elbows", + "langName": "Mangas por encima del codo", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "sleeves_pushed_up", + "langName": "mangas de empuje", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "arm_out_of_sleeve", + "langName": "brazos en mangas", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "uneven_sleeves", + "langName": "mangas desiguales", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "mismatched_sleeves", + "langName": "mangas desparejadas", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "sleeve_rolled_up", + "langName": "mangas remangadas", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "sleeves_rolled_up", + "langName": "Una manga remangada", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "feather-trimmed_sleeves", + "langName": "Mangas con adornos de plumas", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "lace-trimmed_sleeves", + "langName": "mangas de encaje", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "pinching_sleeves", + "langName": "Pellizcarse las mangas", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "puffy_detached_sleeves", + "langName": "mangas abullonadas", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "ribbed_sleeves", + "langName": "mangas acanaladas", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "single_detached_sleeve", + "langName": "Manguito que queda en un lado", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "sleeves_folded_up", + "langName": "mangas dobladas", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "striped_sleeves", + "langName": "mangas a rayas", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "armband", + "langName": "brazalete (brazalete)", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "armlet", + "langName": "brazalete", + "object": "Ropa", + "attribute": "Brazo" + }, + { + "displayName": "halo", + "langName": "halo sobre la cabeza", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "mechanical_halo", + "langName": "Halo mecánico", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "headwear", + "langName": "casco", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "headpiece", + "langName": "casco", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "headwear_removed", + "langName": "Casco quitado", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "head_wreath", + "langName": "corolla", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "crown", + "langName": "corona", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "mini_crown", + "langName": "mini corona", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "tiara", + "langName": "corona", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "diadem", + "langName": "Igual que arriba", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "tilted_headwear", + "langName": "tocado inclinado", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "head_fins", + "langName": "Aleta cefálica", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "maid_headdress", + "langName": "Tiara de doncella", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "bridal_veil", + "langName": "velo de novia", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "headband", + "langName": "cinta para la cabeza", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "alternate_headwear", + "langName": "Un casco diferente del original", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "fur-trimmed_headwear", + "langName": "tocados raw edge", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "goggles_on_headwear", + "langName": "gafas en el sombrero", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "earphones", + "langName": "auricular", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "earmuffs", + "langName": "orejeras", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "xx_on_head", + "langName": "xx en la cabeza", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "leaf_on_head", + "langName": "hojas en la cabeza", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "triangular_headpiece", + "langName": "tocado triangular", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "forehead_protector", + "langName": "protector frontal", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "radio_antenna", + "langName": "antena", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "animal_hood", + "langName": "capucha con orejas de animal", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "bald", + "langName": "Calvo", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "bandana", + "langName": "bufanda", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "circlet", + "langName": "corona", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "hachimaki", + "langName": "turbante (sustantivo)", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "helm", + "langName": "llevar casco", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "helmet_removed", + "langName": "casco quitado | casco quitado", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "horned_helmet", + "langName": "casco con cuernos", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "japari_bun", + "langName": "Bollos japoneses al vapor", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "kerchief", + "langName": "turbante cuadrado", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "mami_mogu_mogu", + "langName": "Asami terrier decapitado", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "skull_and_crossbones", + "langName": "Calavera y tibias cruzadas (pirata, peligro, advertencia)", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "turban", + "langName": "pañuelo musulmán", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "headdress", + "langName": "Sombrerería (más general)", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "bear_hair_ornament", + "langName": "gorro con estampado de oso", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "brown_headwear", + "langName": "Tiara marrón", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "horned_headwear", + "langName": "tocado de cuerno", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "horns_through_headwear", + "langName": "Un tocado con agujeros para los cuernos", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "no_headwear", + "langName": "Casco retirado (existente)", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "object_on_head", + "langName": "Hay algo más que un casco en la cabeza", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "print_headwear", + "langName": "Cascos estampados", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "bone_hair_ornament", + "langName": "joyas con forma de hueso", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "bunny_hair_ornament", + "langName": "Joyas de conejo", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "horn_ornament", + "langName": "Adornos en las esquinas", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "animal_on_head", + "langName": "animal en la cabeza", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "behind-the-head_headphones", + "langName": "Auriculares que se llevan en la nuca", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "bird_on_head", + "langName": "pájaro en la cabeza", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "cat_ear_headphones", + "langName": "auriculares con orejas de gato", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "cat_on_head", + "langName": "gato tumbado sobre la cabeza", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "eyewear_on_head", + "langName": "Gafas en la cabeza", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "forehead_kiss", + "langName": "beso en la frente", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "forehead-to-forehead", + "langName": "frente a frente", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "goggles_on_head", + "langName": "Ponte gafas en la cabeza", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "head_bump", + "langName": "Manojo en la cabeza", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "head_mounted_display", + "langName": "Llevar un dispositivo de visualización montado en la cabeza", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "head_out_of_frame", + "langName": "Parte de la cabeza no se dibuja en el marco", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "head_rest", + "langName": "cabeza de almohada | cabeza de apoyo", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "head_wings", + "langName": "Hay alas en la cabeza", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "headgear", + "langName": "Accesorios para la cabeza (con ciertos elementos de ciencia ficción)", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "headphones", + "langName": "auricular", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "heads-up_display", + "langName": "Barra de estado (estilo juego y ciencia ficción)", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "headset", + "langName": "Auriculares", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "inter_headset", + "langName": "Conector neural EVA", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "on_head", + "langName": "en la cabeza", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "person_on_head", + "langName": "El hombrecito está en la cabeza", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "single_head_wing", + "langName": "Hay alas en un lado de la cabeza", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "adjusting_headwear", + "langName": "poner orden en la cabeza", + "object": "Accesorios", + "attribute": "Casco" + }, + { + "displayName": "hair_ribbon", + "langName": "cinta para la cabeza", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "hairband", + "langName": "expedir tarjeta", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "hair_tie", + "langName": "cinta para la cabeza", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "lolita_hairband", + "langName": "diadema lolita", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "frilled_hairband", + "langName": "Diadema con volantes", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "lace-trimmed_hairband", + "langName": "diadema de encaje", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "hair_bobbles", + "langName": "cinta para la cabeza", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "hair_ornament", + "langName": "accesorios para el cabello", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "hair_flower", + "langName": "flor de pelo", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "x_hair_ornament", + "langName": "accesorios para el cabello", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "hair_bow", + "langName": "accesorios para el pelo con lazo", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "frog_hair_ornament", + "langName": "accesorios para el pelo de rana", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "heart_hair_ornament", + "langName": "accesorios para el pelo en forma de corazón", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "butterfly_hair_ornament", + "langName": "accesorios mariposa para el pelo", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "star_hair_ornament", + "langName": "accesorios estrella para el pelo", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "food-themed_hair_ornament", + "langName": "Accesorios para el pelo con motivos gastronómicos", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "anchor_hair_ornament", + "langName": "ancla accesorios para el pelo", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "bat_hair_ornament", + "langName": "accesorios para el pelo de murciélago", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "carrot_hair_ornament", + "langName": "accesorios para el pelo zanahoria", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "cat_hair_ornament", + "langName": "Accesorios de pelo de gato", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "clover_hair_ornament", + "langName": "accesorios para el pelo clover", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "hair pink flowers", + "langName": "flores rosas en el pelo", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "crescent_hair_ornament", + "langName": "Accesorios para el pelo Crescent", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "cross_hair_ornament", + "langName": "accesorios de cruces", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "d-pad_hair_ornament", + "langName": "Dirección accesorios clave para el pelo", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "fish_hair_ornament", + "langName": "accesorios para el pelo en forma de pez", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "hairpods", + "langName": "Pares de accesorios inalámbricos Bluetooth para el pelo", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "leaf_hair_ornament", + "langName": "accesorios para el pelo en forma de hoja", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "musical_note_hair_ornament", + "langName": "accesorios para el pelo con notas musicales", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "pumpkin_hair_ornament", + "langName": "accesorios para el pelo de calabaza", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "skull_hair_ornament", + "langName": "accesorios para el pelo de calavera", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "snake_hair_ornament", + "langName": "Accesorios para el pelo de serpiente | Accesorios para el pelo de rana", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "snowflake_hair_ornament", + "langName": "accesorios para el pelo copos de nieve", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "strawberry_hair_ornament", + "langName": "accesorios para el pelo de fresa", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "sunflower_hair_ornament", + "langName": "accesorios para el pelo girasol", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "hairpin", + "langName": "horquilla", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "hairclip", + "langName": "horquilla", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "hair_tubes", + "langName": "tubo capilar", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "hair_stick", + "langName": "Barra de pelo", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "hair_bell", + "langName": "tocar el timbre", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "hair_rings", + "langName": "lazo para el pelo", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "kanzashi", + "langName": "horquilla", + "object": "Accesorios", + "attribute": "Accesorios para el pelo" + }, + { + "displayName": "hood", + "langName": "capó", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "hat", + "langName": "sombrero", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "no_hat", + "langName": "sin sombrero", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "beret", + "langName": "boina", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "mini_top_hat", + "langName": "mini sombrero", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "party_hat", + "langName": "sombrero de fiesta", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "sailor_hat", + "langName": "gorra de marinero", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "santa_hat", + "langName": "gorro de santa", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "fedora", + "langName": "sombrero fedora", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "witch_hat", + "langName": "sombrero de bruja", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "mini_witch_hat", + "langName": "Mini sombrero de bruja", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "wizard_hat", + "langName": "sombrero de mago", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "sun_hat", + "langName": "sombrero para el sol", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "straw_hat", + "langName": "sombrero de paja", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "top_hat", + "langName": "sombrero de copa", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "bucket_hat", + "langName": "sombrero de cubo", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "beanie", + "langName": "gorro polar", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "large_hat", + "langName": "sombrero grande", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "tokin_hat", + "langName": "sombrero de copa", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "mini_hat", + "langName": "mini sombrero", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "bowler_hat", + "langName": "bombín", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "pillbox_hat", + "langName": "tapa del pastillero", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "cloche_hat", + "langName": "sombrero cloche", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "military_hat", + "langName": "gorra militar", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "police_hat", + "langName": "gorra de policía", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "chef_hat", + "langName": "gorro de cocinero", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "cowboy_hat", + "langName": "sombrero de vaquero", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "school_hat", + "langName": "gorra escolar", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "pirate_hat", + "langName": "sombrero pirata", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "cabbie_hat", + "langName": "sombrero de taxista", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "hardhat", + "langName": "casco", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "rice_hat", + "langName": "sombrero de bambú", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "animal_hat", + "langName": "sombrero de animal", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "fur_hat", + "langName": "sombrero de cuero", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "hat_with_ears", + "langName": "sombrero con orejas", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "bobblehat", + "langName": "sombrero burbuja", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "pillow_hat", + "langName": "Sombrero almohada", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "pumpkin_hat", + "langName": "sombrero de calabaza", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "torn_hat", + "langName": "sombrero rasgado", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "backwards_hat", + "langName": "sombrero al revés", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "bowl_hat", + "langName": "sombrero de copa", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "cat_hat", + "langName": "gorro con orejas de gato", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "cap", + "langName": "gorra de visera", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "nurse_cap", + "langName": "gorro de enfermera", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "baseball_cap", + "langName": "gorra de béisbol", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "jester_cap", + "langName": "sombrero de payaso", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "side_cap", + "langName": "sombrero lateral", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "garrison_cap", + "langName": "sombrero de guarnición", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "flat_cap", + "langName": "gorra de visera", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "mob_cap", + "langName": "sombrero de la mafia", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "newsboy_cap", + "langName": "Sombrero Newsboy", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "bowknot_over_white_beret", + "langName": "Lazo en la boina blanca", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "dixie_cup_hat", + "langName": "sombrero para perro", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "hat_bow", + "langName": "sombrero con lazo", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "hat_feather", + "langName": "sombrero con plumas", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "hat_flower", + "langName": "sombrero con flores", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "hat_ornament", + "langName": "sombrero con adornos", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "hat_over_one_eye", + "langName": "El sombrero cubre un ojo", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "hat_removed", + "langName": "se quita el sombrero | se quita el sombrero", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "hat_ribbon", + "langName": "sombrero con cinta", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "hat_tip", + "langName": "Sujetando el ala del sombrero", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "hatching_(texture)", + "langName": "Sombreado de líneas (textura)", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "hatsune_miku_(cosplay)", + "langName": "cos en Hatsune Miku", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "porkpie_hat", + "langName": "Sombrero taoísta", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "sideways_hat", + "langName": "La visera está cortada a un lado", + "object": "Accesorios", + "attribute": "Sombrero" + }, + { + "displayName": "glasses", + "langName": "Gafas", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "eyewear", + "langName": "Ojo", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "monocle", + "langName": "monóculo", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "under-rim_eyewear", + "langName": "gafas con montura", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "rimless_eyewear", + "langName": "gafas sin montura", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "semi-rimless_eyewear", + "langName": "Gafas sin montura", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "red-framed_eyewear", + "langName": "gafas con montura roja", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "round_eyewear", + "langName": "gafas de montura redonda", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "black-framed_eyewear", + "langName": "gafas con montura negra", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "tinted_eyewear", + "langName": "gafas tintadas", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "medical_eyepatch", + "langName": "máscara ocular médica", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "bandage_over_one_eye", + "langName": "vendar un ojo", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "crooked_eyewear", + "langName": "gafas torcidas", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "eyewear_removed", + "langName": "quitarse las gafas", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "sunglasses", + "langName": "Gafas de sol (que cubran los ojos)", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "reflection glasses", + "langName": "Gafas de sol (ojos visibles)", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "goggles", + "langName": "gafas", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "Blindfold", + "langName": "máscara de ojos", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "eyepatch", + "langName": "Parche en el ojo (un ojo)", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "bespectacled", + "langName": "con gafas", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "blue-framed_eyewear", + "langName": "gafas con montura azul", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "brown-framed_eyewear", + "langName": "gafas con montura marrón", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "coke-bottle_glasses", + "langName": "Vasos redondos tan gruesos como los fondos de las botellas de vidrio", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "no_eyewear", + "langName": "Gafas retiradas (existentes)", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "opaque_glasses", + "langName": "Gafas que no dejan ver los ojos", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "over-rim_eyewear", + "langName": "Gafas sin montura inferior", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "pince-nez", + "langName": "pince-nez | gafas sin piernas", + "object": "Accesorios", + "attribute": "Gafas" + }, + { + "displayName": "mask", + "langName": "máscara", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "half_mask", + "langName": "media máscara", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "masked", + "langName": "enmascarado", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "mask_lift", + "langName": "Levantar la máscara", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "mask_on_head", + "langName": "La máscara levantada sobre la cabeza", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "mask_removed", + "langName": "Máscara quitada", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "mouth_mask", + "langName": "Máscara facial", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "surgical_mask", + "langName": "mascarilla médica", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "plague_doctor_mask", + "langName": "Máscara de médico de la peste", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "gas_mask", + "langName": "máscara antigás", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "visor", + "langName": "Mascarilla | Visera | Parasol", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "fox_mask", + "langName": "máscara de zorro", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "diving_mask", + "langName": "máscara de buceo", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "diving_mask_on_head", + "langName": "Máscara de buceo con montura en la cabeza", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "oni_mask", + "langName": "máscara fantasma", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "tengu_mask", + "langName": "Máscara Tengu", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "ninja_mask", + "langName": "máscara ninja", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "skull_mask", + "langName": "máscara de calavera", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "hockey_mask", + "langName": "máscara de hockey", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "bird_mask", + "langName": "máscara de pájaro", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "stone_mask", + "langName": "cara de fantasma de piedra", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "horse_mask", + "langName": "máscara de caballo", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "masquerade_mask", + "langName": "máscara de disfraces", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "domino_mask", + "langName": "Máscara SM", + "object": "Accesorios", + "attribute": "Máscara" + }, + { + "displayName": "cross_earrings", + "langName": "pendientes cruz", + "object": "Accesorios", + "attribute": "Pendiente" + }, + { + "displayName": "crystal_earrings", + "langName": "pendientes de cristal", + "object": "Accesorios", + "attribute": "Pendiente" + }, + { + "displayName": "earrings", + "langName": "pendientes", + "object": "Accesorios", + "attribute": "Pendiente" + }, + { + "displayName": "flower_earrings", + "langName": "pendientes de flores", + "object": "Accesorios", + "attribute": "Pendiente" + }, + { + "displayName": "heart_earrings", + "langName": "pendientes en forma de corazón", + "object": "Accesorios", + "attribute": "Pendiente" + }, + { + "displayName": "hoop_earrings", + "langName": "pendientes de aro", + "object": "Accesorios", + "attribute": "Pendiente" + }, + { + "displayName": "multiple_earrings", + "langName": "pendientes múltiples", + "object": "Accesorios", + "attribute": "Pendiente" + }, + { + "displayName": "pill_earrings", + "langName": "pendientes estilo pastilla", + "object": "Accesorios", + "attribute": "Pendiente" + }, + { + "displayName": "single_earring", + "langName": "Llevar pendientes sólo en un lado", + "object": "Accesorios", + "attribute": "Pendiente" + }, + { + "displayName": "skull_earrings", + "langName": "pendientes de calavera", + "object": "Accesorios", + "attribute": "Pendiente" + }, + { + "displayName": "star_earrings", + "langName": "pendientes de estrella", + "object": "Accesorios", + "attribute": "Pendiente" + }, + { + "displayName": "crescent earrings", + "langName": "Pendientes luna creciente", + "object": "Accesorios", + "attribute": "Pendiente" + }, + { + "displayName": "wristwatch", + "langName": "ver", + "object": "Accesorios", + "attribute": "Joyas de mano" + }, + { + "displayName": "cane", + "langName": "caña", + "object": "Accesorios", + "attribute": "Joyas de mano" + }, + { + "displayName": "staff", + "langName": "varita mágica", + "object": "Accesorios", + "attribute": "Joyas de mano" + }, + { + "displayName": "holding a golden staff", + "langName": "cetro de oro", + "object": "Accesorios", + "attribute": "Joyas de mano" + }, + { + "displayName": "cuffs", + "langName": "picota", + "object": "Accesorios", + "attribute": "Joyas de mano" + }, + { + "displayName": "handcuffs", + "langName": "esposas de policía", + "object": "Accesorios", + "attribute": "Joyas de mano" + }, + { + "displayName": "revolver", + "langName": "revólver", + "object": "Accesorios", + "attribute": "Joyas de mano" + }, + { + "displayName": "bandage", + "langName": "venda", + "object": "Accesorios", + "attribute": "Joyas de mano" + }, + { + "displayName": "leash", + "langName": "cinturón", + "object": "Accesorios", + "attribute": "Joyas de mano" + }, + { + "displayName": "arm_tattoo", + "langName": "tatuaje de brazo", + "object": "Accesorios", + "attribute": "Joyas de mano" + }, + { + "displayName": "number_tattoo", + "langName": "tatuaje digital", + "object": "Accesorios", + "attribute": "Joyas de mano" + }, + { + "displayName": "bead_bracelet", + "langName": "pulsera de cuentas", + "object": "Accesorios", + "attribute": "Joyas de mano" + }, + { + "displayName": "flower_bracelet", + "langName": "pulsera de flores", + "object": "Accesorios", + "attribute": "Joyas de mano" + }, + { + "displayName": "spiked_bracelet", + "langName": "pulsera de tachuelas", + "object": "Accesorios", + "attribute": "Joyas de mano" + }, + { + "displayName": "wrist_cuffs", + "langName": "Puños separados de las mangas", + "object": "Accesorios", + "attribute": "Joyas de mano" + }, + { + "displayName": "wristband", + "langName": "pulsera", + "object": "Accesorios", + "attribute": "Joyas de mano" + }, + { + "displayName": "bracer", + "langName": "muñequeras", + "object": "Accesorios", + "attribute": "Joyas de mano" + }, + { + "displayName": "bound_wrists", + "langName": "muñeca vinculante", + "object": "Accesorios", + "attribute": "Joyas de mano" + }, + { + "displayName": "wrist_scrunchie", + "langName": "coleteros de muñeca", + "object": "Accesorios", + "attribute": "Joyas de mano" + }, + { + "displayName": "shackles", + "langName": "esposas", + "object": "Accesorios", + "attribute": "Joyas de mano" + }, + { + "displayName": "chains", + "langName": "cadena", + "object": "Accesorios", + "attribute": "Joyas de mano" + }, + { + "displayName": "chain_leash", + "langName": "Cadena con correa", + "object": "Accesorios", + "attribute": "Joyas de mano" + }, + { + "displayName": "gloves", + "langName": "Guantes", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "gloves_removed", + "langName": "quitarse los guantes", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "no_gloves", + "langName": "Guantes retirados (existentes)", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "single_glove", + "langName": "guante individual", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "single_elbow_glove", + "langName": "Llevar un guante hasta el codo en una mano", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "long_gloves", + "langName": "guantes largos", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "elbow_gloves", + "langName": "Guantes de manga larga (guantes de codo)", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "bridal_gauntlets", + "langName": "guantes de novia", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "half_gloves", + "langName": "guantes muy cortos | medios guantes", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "fingerless_gloves", + "langName": "guantes sin dedos", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "partially_fingerless_gloves", + "langName": "Guantes parciales sin dedos", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "paw_gloves", + "langName": "Guantes de dedos", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "mittens", + "langName": "Manoplas (guantes de dos dedos)", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "baseball_mitt", + "langName": "guante de béisbol", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "fur-trimmed_gloves", + "langName": "guantes de borde crudo", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "latex_gloves", + "langName": "guantes de látex", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "lace-trimmed_gloves", + "langName": "guantes de encaje", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "wears a pair of white lace gloves", + "langName": "guantes de encaje blanco", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "leather_gloves", + "langName": "guantes de cuero", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "frilled_gloves", + "langName": "guantes de encaje", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "mismatched_gloves", + "langName": "Guantes bicolores", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "multicolored_gloves", + "langName": "Guantes multicolores", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "asymmetrical_gloves", + "langName": "guantes asimétricos", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "brown_gloves", + "langName": "guantes marrones", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "oven_mitts", + "langName": "Guantes aislantes", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "print_gloves", + "langName": "guantes estampados", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "striped_gloves", + "langName": "guantes de rayas", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "torn_gloves", + "langName": "guantes dañados", + "object": "Accesorios", + "attribute": "Guantes" + }, + { + "displayName": "wedding_band", + "langName": "alianza", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "crystal", + "langName": "cristal", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "gem", + "langName": "gema", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "chest_jewel", + "langName": "Gema de pecho", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "forehead_jewel", + "langName": "gema de la frente", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "tassel", + "langName": "borla", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "belly_chain", + "langName": "cadena ventral", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "ribbon", + "langName": "cinta", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "stitches", + "langName": "costuras", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "bandaid", + "langName": "tirita", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "collar", + "langName": "cuello", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "steam", + "langName": "vapor", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "bell", + "langName": "campana", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "amulet", + "langName": "amuleto", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "emblem", + "langName": "insignia", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "anchor_symbol", + "langName": "símbolo de ancla", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "cross", + "langName": "cruz", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "diffraction_spikes", + "langName": "cruz de difracción", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "iron_cross", + "langName": "Cruz de Hierro", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "latin_cross", + "langName": "cruz latina", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "st._gloriana's_(emblem)", + "langName": "Emblema de la escuela femenina St. Gloria Anna", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "heart_lock_(kantai_collection)", + "langName": "Buque Chica Lock (Buque C)", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "joints", + "langName": "conjunta", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "kneepits", + "langName": "rodilla", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "knee_pads", + "langName": "Rodilleras", + "object": "Accesorios", + "attribute": "Pequeña decoración" + }, + { + "displayName": "bracelet", + "langName": "Pulsera", + "object": "Accesorios", + "attribute": "Joyería" + }, + { + "displayName": "choker", + "langName": "cuello", + "object": "Accesorios", + "attribute": "Joyería" + }, + { + "displayName": "metal collar", + "langName": "collar metálico", + "object": "Accesorios", + "attribute": "Joyería" + }, + { + "displayName": "ring", + "langName": "anillo", + "object": "Accesorios", + "attribute": "Joyería" + }, + { + "displayName": "pendant", + "langName": "colgante", + "object": "Accesorios", + "attribute": "Joyería" + }, + { + "displayName": "brooch", + "langName": "broche", + "object": "Accesorios", + "attribute": "Joyería" + }, + { + "displayName": "bangle", + "langName": "pulsera", + "object": "Accesorios", + "attribute": "Joyería" + }, + { + "displayName": "sunburst", + "langName": "joyas sunburst", + "object": "Accesorios", + "attribute": "Joyería" + }, + { + "displayName": "pearl bracelet", + "langName": "pulsera de perlas", + "object": "Accesorios", + "attribute": "Joyería" + }, + { + "displayName": "drop earrings", + "langName": "pendiente", + "object": "Accesorios", + "attribute": "Joyería" + }, + { + "displayName": "puppet rings", + "langName": "anillo de marionetas", + "object": "Accesorios", + "attribute": "Joyería" + }, + { + "displayName": "corsage", + "langName": "ramillete", + "object": "Accesorios", + "attribute": "Joyería" + }, + { + "displayName": "sapphire brooch", + "langName": "Broche de zafiro", + "object": "Accesorios", + "attribute": "Joyería" + }, + { + "displayName": "jewelry", + "langName": "joyería", + "object": "Accesorios", + "attribute": "Joyería" + }, + { + "displayName": "necklace", + "langName": "collar", + "object": "Accesorios", + "attribute": "Joyería" + }, + { + "displayName": "stud_earrings", + "langName": "pendientes", + "object": "Accesorios", + "attribute": "Joyería" + }, + { + "displayName": "belt", + "langName": "cinturón", + "object": "Accesorios", + "attribute": "Accesorios" + }, + { + "displayName": "fanny pack", + "langName": "riñonera", + "object": "Accesorios", + "attribute": "Accesorios" + }, + { + "displayName": "girdling", + "langName": "faja", + "object": "Accesorios", + "attribute": "Accesorios" + }, + { + "displayName": "handbag", + "langName": "bolso", + "object": "Accesorios", + "attribute": "Accesorios" + }, + { + "displayName": "cross-body bag", + "langName": "bolso bandolera", + "object": "Accesorios", + "attribute": "Accesorios" + }, + { + "displayName": "One shoulder bag", + "langName": "bandolera", + "object": "Accesorios", + "attribute": "Accesorios" + }, + { + "displayName": "Canvas bag", + "langName": "bolsa de lona", + "object": "Accesorios", + "attribute": "Accesorios" + }, + { + "displayName": "veils", + "langName": "velo", + "object": "Accesorios", + "attribute": "Accesorios" + }, + { + "displayName": "antiseptic mask", + "langName": "Máscara facial", + "object": "Accesorios", + "attribute": "Accesorios" + }, + { + "displayName": "transparent_background", + "langName": "Fondo transparente", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "white_background", + "langName": "fondo blanco", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "black_background", + "langName": "fondo negro", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "grey_background", + "langName": "fondo gris", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "tan_background", + "langName": "fondo sepia", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "beige_background", + "langName": "fondo beige", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "brown_background", + "langName": "fondo marrón", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "two-tone_background", + "langName": "fondo duotono", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "multicolored_background", + "langName": "fondo colorido", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "rainbow_background", + "langName": "fondo arco iris", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "blurry_foreground", + "langName": "Primer plano borroso", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "gradient_background", + "langName": "fondo degradado", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "abstract_background", + "langName": "fondo abstracto", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "argyle_background", + "langName": "fondo de rombos", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "checkered_background", + "langName": "Fondo a cuadros", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "floral_background", + "langName": "Fondo decorado con flores", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "foral_background", + "langName": "Fondo decorativo con motivos florales", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "striped_background", + "langName": "fondo de manchas redondas", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "cyberpunk", + "langName": "ciberpunk", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "scenery", + "langName": "paisaje", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "city_lights", + "langName": "fondo de luces de ciudad", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "starry_background", + "langName": "fondo de cielo estrellado", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "sparkle_background", + "langName": "fondo estrellado", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "bubble_background", + "langName": "Fondo de burbujas", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "clock_background", + "langName": "fondo del reloj", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "halftone_background", + "langName": "fondo de puntos", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "heart_background", + "langName": "fondo melocotón", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "honeycomb_background", + "langName": "Fondo estilo nido de abeja", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "plaid_background", + "langName": "fondo de tartán", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "simple_background", + "langName": "fondo sencillo", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "ban", + "langName": "Fantasía tecnológica", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "crop_top_overhang", + "langName": "Voladizo", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "viewfinder", + "langName": "visor de la cámara", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "rounded_corners", + "langName": "El fondo o marco tiene las esquinas redondeadas", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "border", + "langName": "marco", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "outside_border", + "langName": "Parte del cuadro queda fuera del marco del fondo", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "pillarboxed", + "langName": "fondo de lienzo en columnas", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "windowboxed", + "langName": "Conjunto de marcos (fondo)", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "flashback", + "langName": "escena de retirada", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "background_text", + "langName": "texto de fondo", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "wall_of_text", + "langName": "fondo de texto", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "blurred background", + "langName": "fondo borroso", + "object": "Medio ambiente", + "attribute": "Fondo" + }, + { + "displayName": "in spring", + "langName": "primavera", + "object": "Medio ambiente", + "attribute": "Temporada" + }, + { + "displayName": "in summer", + "langName": "verano", + "object": "Medio ambiente", + "attribute": "Temporada" + }, + { + "displayName": "in autumn", + "langName": "Otoño", + "object": "Medio ambiente", + "attribute": "Temporada" + }, + { + "displayName": "in winter", + "langName": "invierno", + "object": "Medio ambiente", + "attribute": "Temporada" + }, + { + "displayName": "(autumn maple forest:1.3),(very few fallen leaves),(path)", + "langName": "Paisaje otoñal", + "object": "Medio ambiente", + "attribute": "Temporada" + }, + { + "displayName": "day", + "langName": "durante el día", + "object": "Medio ambiente", + "attribute": "Tiempo" + }, + { + "displayName": "dusk", + "langName": "crepúsculo", + "object": "Medio ambiente", + "attribute": "Tiempo" + }, + { + "displayName": "night", + "langName": "noche", + "object": "Medio ambiente", + "attribute": "Tiempo" + }, + { + "displayName": "rain", + "langName": "lluvia", + "object": "Medio ambiente", + "attribute": "Tiempo" + }, + { + "displayName": "snow,ice", + "langName": "hielo y nieve", + "object": "Medio ambiente", + "attribute": "Tiempo" + }, + { + "displayName": "snowflakes", + "langName": "copo de nieve", + "object": "Medio ambiente", + "attribute": "Tiempo" + }, + { + "displayName": "lighting", + "langName": "rayo", + "object": "Medio ambiente", + "attribute": "Tiempo" + }, + { + "displayName": "rainbow", + "langName": "arco iris", + "object": "Medio ambiente", + "attribute": "Tiempo" + }, + { + "displayName": "meteor shower", + "langName": "lluvia de meteoritos", + "object": "Medio ambiente", + "attribute": "Tiempo" + }, + { + "displayName": "cloudy", + "langName": "parcialmente nublado", + "object": "Medio ambiente", + "attribute": "Tiempo" + }, + { + "displayName": "rainy days", + "langName": "lluvia", + "object": "Medio ambiente", + "attribute": "Tiempo" + }, + { + "displayName": "in the rain", + "langName": "bajo la lluvia", + "object": "Medio ambiente", + "attribute": "Tiempo" + }, + { + "displayName": "shooting star", + "langName": "meteorito", + "object": "Medio ambiente", + "attribute": "Tiempo" + }, + { + "displayName": "smooth fog", + "langName": "niebla suave", + "object": "Medio ambiente", + "attribute": "Tiempo" + }, + { + "displayName": "thunderstorms", + "langName": "tormenta", + "object": "Medio ambiente", + "attribute": "Tiempo" + }, + { + "displayName": "stormy ocean", + "langName": "mar tempestuoso", + "object": "Medio ambiente", + "attribute": "Tiempo" + }, + { + "displayName": "ocean backdrop", + "langName": "fondo marino", + "object": "Medio ambiente", + "attribute": "Tiempo" + }, + { + "displayName": "lightning", + "langName": "rayo", + "object": "Medio ambiente", + "attribute": "Tiempo" + }, + { + "displayName": "beautiful detailed sky, beautiful detailed water", + "langName": "Buen tiempo y buena agua", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "beautiful purple sunset at beach", + "langName": "puesta de sol junto al mar", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "mountain", + "langName": "montañas", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "hills", + "langName": "colinas", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "on a hill", + "langName": "montaña", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "the top of the hill", + "langName": "cima de la montaña", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "forest", + "langName": "bosque", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "grove", + "langName": "bosque", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "bamboo forest", + "langName": "bosque de bambú", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "Dreamy forest", + "langName": "Bosque de los sueños (sentido irreal. Partículas de luz silenciosas)", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "savanna", + "langName": "pradera", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "plateau", + "langName": "meseta", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "valley", + "langName": "valle", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "canyon", + "langName": "cañón", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "cliff", + "langName": "acantilado", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "oasis", + "langName": "oasis", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "wasteland", + "langName": "páramo", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "glacier", + "langName": "glaciar", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "volcano", + "langName": "volcán", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "waterfall", + "langName": "Otoño", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "stream", + "langName": "flujo", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "river", + "langName": "río", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "lake", + "langName": "lago", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "ocean", + "langName": "océano", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "sea", + "langName": "mar", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "beach", + "langName": "junto al mar", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "on the beach", + "langName": "playa", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "over the sea", + "langName": "junto al mar", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "waves", + "langName": "onda", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "seaweed", + "langName": "algas", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "underwater", + "langName": "en el agua", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "floating island", + "langName": "isla flotante", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "flowers meadows", + "langName": "Pradera florida", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "flower field", + "langName": "campo de flores", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "flower sea", + "langName": "Mar de flores", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "rose petals", + "langName": "pétalos de rosa", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "falling petals", + "langName": "flores caídas", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "in a meadow", + "langName": "pradera", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "field", + "langName": "rural", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "wheat field", + "langName": "campo de trigo", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "rice paddy", + "langName": "arroz", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "onsen", + "langName": "spa", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "dripping", + "langName": "agua de goteo", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "swirl", + "langName": "Remolino", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "ripples", + "langName": "ondulación", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "Alps", + "langName": "alpes", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "on a desert", + "langName": "desierto", + "object": "Medio ambiente", + "attribute": "Naturaleza" + }, + { + "displayName": "sky", + "langName": "Cielo", + "object": "Medio ambiente", + "attribute": "Cielo" + }, + { + "displayName": "gradient_sky", + "langName": "cielo inclinado", + "object": "Medio ambiente", + "attribute": "Cielo" + }, + { + "displayName": "sunset", + "langName": "puesta de sol", + "object": "Medio ambiente", + "attribute": "Cielo" + }, + { + "displayName": "night_sky", + "langName": "cielo nocturno", + "object": "Medio ambiente", + "attribute": "Cielo" + }, + { + "displayName": "starry_sky", + "langName": "cielo estrellado", + "object": "Medio ambiente", + "attribute": "Cielo" + }, + { + "displayName": "star_(sky)", + "langName": "estrellas (en el cielo)", + "object": "Medio ambiente", + "attribute": "Cielo" + }, + { + "displayName": "star_trail", + "langName": "estelas de estrellas", + "object": "Medio ambiente", + "attribute": "Cielo" + }, + { + "displayName": "moon", + "langName": "luna", + "object": "Medio ambiente", + "attribute": "Cielo" + }, + { + "displayName": "crescent", + "langName": "luna creciente", + "object": "Medio ambiente", + "attribute": "Cielo" + }, + { + "displayName": "crescent_moon", + "langName": "luna nueva", + "object": "Medio ambiente", + "attribute": "Cielo" + }, + { + "displayName": "full_moon", + "langName": "luna llena", + "object": "Medio ambiente", + "attribute": "Cielo" + }, + { + "displayName": "moonlight", + "langName": "luz de luna", + "object": "Medio ambiente", + "attribute": "Cielo" + }, + { + "displayName": "scarlet_moon", + "langName": "luna escarlata", + "object": "Medio ambiente", + "attribute": "Cielo" + }, + { + "displayName": "hyper_galaxy", + "langName": "supergalaxia", + "object": "Medio ambiente", + "attribute": "Cielo" + }, + { + "displayName": "universe", + "langName": "universo", + "object": "Medio ambiente", + "attribute": "Cielo" + }, + { + "displayName": "space", + "langName": "espacio", + "object": "Medio ambiente", + "attribute": "Cielo" + }, + { + "displayName": "planet", + "langName": "planeta", + "object": "Medio ambiente", + "attribute": "Cielo" + }, + { + "displayName": "from_space_station", + "langName": "estación espacial", + "object": "Medio ambiente", + "attribute": "Cielo" + }, + { + "displayName": "satellite", + "langName": "satélite", + "object": "Medio ambiente", + "attribute": "Cielo" + }, + { + "displayName": "lunar", + "langName": "lunar, _lunar;", + "object": "Medio ambiente", + "attribute": "Cielo" + }, + { + "displayName": "cirrus", + "langName": "cirrus", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "cirrocumulus", + "langName": "Cirrocúmulos", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "cirrostratus", + "langName": "cirrostratus", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "altocumulus", + "langName": "Tipo altocúmulo", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "altostratus", + "langName": "Nubes altostratus", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "stratus", + "langName": "estrato", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "stratocumulus", + "langName": "Estratocúmulos", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "cumulus", + "langName": "cúmulo", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "cumulonimbus", + "langName": "cumulonimbos", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "Nimbostratus", + "langName": "Nimbostratus", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "cirrus_fibratus", + "langName": "Nube cirrus", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "cirrus_uncinus", + "langName": "Nube cirrus", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "cirrus_spissatus", + "langName": "cirros densos", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "cirrus_floccus", + "langName": "Nubes cirrus", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "cirrus_castellanus", + "langName": "Fuerte Cirrus", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "cirrus_intortus", + "langName": "nubes caóticas", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "cirrocumulus_stratiformis", + "langName": "estratocúmulos", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "cirrocumulus_floccus", + "langName": "Cirrocumulus flocculus", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "cirrocumulus_castellanus", + "langName": "Cirrocumulus castellus", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "cirrocumulus_lacunosus", + "langName": "Cirrocúmulos reticulares", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "cirrostratus_fibratus", + "langName": "Cirrostratus", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "cirrostratus_nebulosus", + "langName": "cirrostratus", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "altocumulus_strataformis", + "langName": "nubes altocúmulos estratiformes", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "altocumulus_lenticularis", + "langName": "nubes altocúmulos lenticulares", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "altocumulus_castellanus", + "langName": "fortaleza de altocúmulos", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "altocumulus_floccus", + "langName": "nubes altocúmulos floculentos", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "altocumulus_lacunosus", + "langName": "altocúmulo reticular", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "altostratus_undulatus", + "langName": "nubes altoestratos onduladas", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "altostratus_duplicates", + "langName": "nube compuesta altostratus", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "altostratus_pannus", + "langName": "altoestrato fragmentado", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "altostratus_translucidus", + "langName": "Nubes altostratus", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "altostratus_opacus", + "langName": "nubes oscurecedoras altoestratos", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "altostratus_radiatus", + "langName": "nubes altostratus radiales", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "altostratus_mammatus", + "langName": "nubes de altoestratos de mamíferos", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "stratus_fractus", + "langName": "nubes estrato", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "stratus_nebulosus", + "langName": "capa de niebla nubes", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "stratus_undulatus", + "langName": "Wavestratus", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "stratocumulus_stratiformis", + "langName": "nubes estratocúmulos", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "stratocumulus_cumulogentis", + "langName": "cumulonimbos estratocúmulos", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "stratocumulus_castellanus", + "langName": "nubes estratocúmulos almenadas", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "stratocumulus_lenticularis", + "langName": "nubes lenticulares estratocúmulos", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "stratocumulus_lacunosus", + "langName": "estratocúmulo floculento", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "cumulus_humilis", + "langName": "Cúmulos", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "cumulus_mediocris", + "langName": "Nubes mesocúmulos", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "cumulus_congestus", + "langName": "Cumulus congestus", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "cumulus_fractus", + "langName": "cúmulos", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "cumulonimbus_calvus", + "langName": "cumulonimbo calvo", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "cumulonimbus_capillatus", + "langName": "Melena cumulonimbus", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "cumulonimbus_incus", + "langName": "Yunque cumulonimbo", + "object": "Medio ambiente", + "attribute": "Nube" + }, + { + "displayName": "outdoors", + "langName": "exterior", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "castle", + "langName": "castillo", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "cyberpunk city", + "langName": "ciudad ciberpunk", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "Bustling city", + "langName": "bulliciosa ciudad", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "neon lights", + "langName": "luces de neón", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "street lamp", + "langName": "farola", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "skyscraper", + "langName": "rascacielos", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "building", + "langName": "arquitectura", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "gothic architecture", + "langName": "Arquitectura gótica", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "chinese style architecture", + "langName": "Arquitectura de estilo antiguo", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "Industrial wind, Chinese architecture", + "langName": "Edificios antiguos industrializados", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "church", + "langName": "iglesia", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "cathedral", + "langName": "catedral", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "mosque", + "langName": "mezquita", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "torii", + "langName": "Torii", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "gohei", + "langName": "santuario", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "temple", + "langName": "templo", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "ruins", + "langName": "sigue siendo", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "remains", + "langName": "restos", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "fountain", + "langName": "fuente", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "park", + "langName": "jardín", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "treehouse", + "langName": "casa del árbol", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "botanical garden", + "langName": "jardín botánico", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "grave", + "langName": "tumba", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "graveyard", + "langName": "cementerio", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "tombstone", + "langName": "lápida", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "monolith", + "langName": "enorme objeto de piedra", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "rappelling", + "langName": "Nivelación (colgado)", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "harbor", + "langName": "puerto", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "bridge", + "langName": "puente", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "railroad tracks", + "langName": "carril", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "railroad", + "langName": "ferrocarril", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "railway", + "langName": "ferrocarril", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "train station", + "langName": "ESTACIÓN DE TREN", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "bus stop", + "langName": "estación de autobuses", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "phone booth", + "langName": "cabina telefónica", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "tunnel", + "langName": "túnel", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "airport", + "langName": "Aeropuerto", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "ferris wheel", + "langName": "noria", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "carousel", + "langName": "carrusel", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "waterpark", + "langName": "parque acuático", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "stadium", + "langName": "estadio", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "arena", + "langName": "arena", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "Auditorium", + "langName": "hall", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "concert", + "langName": "concierto", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "market stall", + "langName": "puesto del mercado", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "shop", + "langName": "tienda", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "restaurant", + "langName": "Restaurante", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "bakery", + "langName": "panadería", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "convenience store", + "langName": "tienda", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "supermarket", + "langName": "supermercado", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "pharmacy", + "langName": "farmacia", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "bar", + "langName": "bar", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "izakaya", + "langName": "Izakaya", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "cafe", + "langName": "cafés", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "coffee house", + "langName": "cafés", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "Trapeze", + "langName": "percha; columpio", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "bowling alley", + "langName": "bolera", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "gym", + "langName": "Gimnasio", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "library", + "langName": "biblioteca", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "art gallery", + "langName": "galería de arte", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "museum", + "langName": "museo", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "planetarium", + "langName": "Planetario", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "swimming pool", + "langName": "piscina", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "zoo", + "langName": "zoo", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "aquarium", + "langName": "acuario", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "laboratory", + "langName": "laboratorio", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "prison", + "langName": "prisión", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "engine room", + "langName": "sala de máquinas", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "warehouse", + "langName": "almacén", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "workshop", + "langName": "taller", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "courtroom", + "langName": "tribunal", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "theater", + "langName": "teatro", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "movie theater", + "langName": "Cine", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "billiard", + "langName": "mesa de billar", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "casino", + "langName": "casino", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "playground", + "langName": "parque infantil", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "greco-roman architectur", + "langName": "Arquitectura romana occidental", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "in the romanesque architecture streets", + "langName": "Calles romanas", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "handrail", + "langName": "barandilla", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "shanty town/slum", + "langName": "barriada", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "modern,Europe", + "langName": "Arquitectura europea moderna", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "building_ruins", + "langName": "ruinas de edificios", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "amusement_park", + "langName": "parque de atracciones", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "Disney_land", + "langName": "disneylandia", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "wrestling_ring", + "langName": "ring de lucha", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "Japanese_hotel", + "langName": "hotel en japón", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "jail_bars", + "langName": "bar de la prisión", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "in_the_movie_theatre", + "langName": "en el cine", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "architecture", + "langName": "arquitectura", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "magnificent_architecture", + "langName": "arquitectura", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "east_asian_architecture", + "langName": "arquitectura de asia oriental", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "chinese_style_loft", + "langName": "Loft de estilo chino", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "traditional_chinese_room", + "langName": "Habitación de estilo chino tradicional", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "turret", + "langName": "torre", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "tower", + "langName": "torre", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "at the lighthouse", + "langName": "faro", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "reservoir", + "langName": "depósito", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "under_bridge", + "langName": "Bajo el puente", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "rubble_ruins", + "langName": "escombros | ruinas", + "object": "Medio ambiente", + "attribute": "En el exterior" + }, + { + "displayName": "city", + "langName": "Ciudad", + "object": "Medio ambiente", + "attribute": "Ciudad" + }, + { + "displayName": "downtown", + "langName": "centro de la ciudad", + "object": "Medio ambiente", + "attribute": "Ciudad" + }, + { + "displayName": "cityscape", + "langName": "paisaje urbano", + "object": "Medio ambiente", + "attribute": "Ciudad" + }, + { + "displayName": "in_main_street", + "langName": "Avenida", + "object": "Medio ambiente", + "attribute": "Ciudad" + }, + { + "displayName": "Intersection", + "langName": "intersección", + "object": "Medio ambiente", + "attribute": "Ciudad" + }, + { + "displayName": "street", + "langName": "calle", + "object": "Medio ambiente", + "attribute": "Ciudad" + }, + { + "displayName": "avenue", + "langName": "Calle Mayor", + "object": "Medio ambiente", + "attribute": "Ciudad" + }, + { + "displayName": "alley", + "langName": "callejón", + "object": "Medio ambiente", + "attribute": "Ciudad" + }, + { + "displayName": "crowd", + "langName": "multitud", + "object": "Medio ambiente", + "attribute": "Ciudad" + }, + { + "displayName": "road", + "langName": "carretera", + "object": "Medio ambiente", + "attribute": "Ciudad" + }, + { + "displayName": "path", + "langName": "ruta", + "object": "Medio ambiente", + "attribute": "Ciudad" + }, + { + "displayName": "pavement", + "langName": "pavimento", + "object": "Medio ambiente", + "attribute": "Ciudad" + }, + { + "displayName": "road_sign", + "langName": "señal de tráfico", + "object": "Medio ambiente", + "attribute": "Ciudad" + }, + { + "displayName": "traffic_cone", + "langName": "Bloqueo", + "object": "Medio ambiente", + "attribute": "Ciudad" + }, + { + "displayName": "lamppost", + "langName": "farola", + "object": "Medio ambiente", + "attribute": "Ciudad" + }, + { + "displayName": "fence", + "langName": "valla", + "object": "Medio ambiente", + "attribute": "Ciudad" + }, + { + "displayName": "railing", + "langName": "barandilla", + "object": "Medio ambiente", + "attribute": "Ciudad" + }, + { + "displayName": "bench", + "langName": "banco", + "object": "Medio ambiente", + "attribute": "Ciudad" + }, + { + "displayName": "lawn", + "langName": "césped", + "object": "Medio ambiente", + "attribute": "Ciudad" + }, + { + "displayName": "vending_machine", + "langName": "máquina expendedora", + "object": "Medio ambiente", + "attribute": "Ciudad" + }, + { + "displayName": "indoor", + "langName": "interior", + "object": "Medio ambiente", + "attribute": "Interior" + }, + { + "displayName": "bedroom", + "langName": "dormitorio", + "object": "Medio ambiente", + "attribute": "Interior" + }, + { + "displayName": "classroom", + "langName": "aula", + "object": "Medio ambiente", + "attribute": "Interior" + }, + { + "displayName": "clubroom", + "langName": "club", + "object": "Medio ambiente", + "attribute": "Interior" + }, + { + "displayName": "dark nightclub background", + "langName": "fondo tenue de discoteca", + "object": "Medio ambiente", + "attribute": "Interior" + }, + { + "displayName": "dormitory", + "langName": "dormitorio", + "object": "Medio ambiente", + "attribute": "Interior" + }, + { + "displayName": "cafeteria", + "langName": "cafetería", + "object": "Medio ambiente", + "attribute": "Interior" + }, + { + "displayName": "kitchen", + "langName": "cocina", + "object": "Medio ambiente", + "attribute": "Interior" + }, + { + "displayName": "toilet stall", + "langName": "cabina de aseo", + "object": "Medio ambiente", + "attribute": "Interior" + }, + { + "displayName": "infirmary", + "langName": "enfermería", + "object": "Medio ambiente", + "attribute": "Interior" + }, + { + "displayName": "art room", + "langName": "sala de arte", + "object": "Medio ambiente", + "attribute": "Interior" + }, + { + "displayName": "greenhouse", + "langName": "invernadero", + "object": "Medio ambiente", + "attribute": "Interior" + }, + { + "displayName": "basement", + "langName": "sótano", + "object": "Medio ambiente", + "attribute": "Interior" + }, + { + "displayName": "server room", + "langName": "Sala de servidores", + "object": "Medio ambiente", + "attribute": "Interior" + }, + { + "displayName": "electrical room", + "langName": "Sala de distribución", + "object": "Medio ambiente", + "attribute": "Interior" + }, + { + "displayName": "dungeon", + "langName": "sótano", + "object": "Medio ambiente", + "attribute": "Interior" + }, + { + "displayName": "otaku room", + "langName": "Sala Otaku", + "object": "Medio ambiente", + "attribute": "Interior" + }, + { + "displayName": "stage", + "langName": "escenario", + "object": "Medio ambiente", + "attribute": "Interior" + }, + { + "displayName": "bathing", + "langName": "cuarto de baño", + "object": "Medio ambiente", + "attribute": "Interior" + }, + { + "displayName": "stairs", + "langName": "escaleras", + "object": "Medio ambiente", + "attribute": "Interior" + }, + { + "displayName": "palace", + "langName": "palacio", + "object": "Medio ambiente", + "attribute": "Interior" + }, + { + "displayName": "bed", + "langName": "cama", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "wardrobe", + "langName": "Armario", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "desk lamp", + "langName": "lámpara de escritorio", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "couch", + "langName": "sofá", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "tatami", + "langName": "Tatami", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "kotatsu", + "langName": "kotatsu", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "fireplace", + "langName": "chimenea", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "table", + "langName": "tabla", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "school_desk", + "langName": "escritorio", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "chair", + "langName": "Silla", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "armchair", + "langName": "sillón", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "lounge_chair", + "langName": "tumbona", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "beach_chair", + "langName": "silla de playa", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "folding_chair", + "langName": "silla plegable", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "office_chair", + "langName": "silla de oficina", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "wheelchair", + "langName": "silla de ruedas", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "invisible_chair", + "langName": "silla invisible", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "window_", + "langName": "ventana", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "sash", + "langName": "faja", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "curtains", + "langName": "cortina", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "sliding_doors", + "langName": "puerta corredera", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "door", + "langName": "Puerta", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "clothes_rack", + "langName": "Percha", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "air_conditioner", + "langName": "aire acondicionado", + "object": "Medio ambiente", + "attribute": "Muebles" + }, + { + "displayName": "mattress", + "langName": "colchón; colchón", + "object": "Medio ambiente", + "attribute": "Ropa de cama" + }, + { + "displayName": "bed_sheet", + "langName": "hoja", + "object": "Medio ambiente", + "attribute": "Ropa de cama" + }, + { + "displayName": "futon", + "langName": "Colchón japonés", + "object": "Medio ambiente", + "attribute": "Ropa de cama" + }, + { + "displayName": "pillow", + "langName": "Almohada", + "object": "Medio ambiente", + "attribute": "Ropa de cama" + }, + { + "displayName": "cushion", + "langName": "cojín", + "object": "Medio ambiente", + "attribute": "Ropa de cama" + }, + { + "displayName": "dumpling_Hug_Pillow", + "langName": "almohada de albóndigas", + "object": "Medio ambiente", + "attribute": "Ropa de cama" + }, + { + "displayName": "pillow_hug", + "langName": "almohada", + "object": "Medio ambiente", + "attribute": "Ropa de cama" + }, + { + "displayName": "yes-no_pillow", + "langName": "Sí/No Almohada", + "object": "Medio ambiente", + "attribute": "Ropa de cama" + }, + { + "displayName": "stuffed_animal", + "langName": "muñeco de peluche", + "object": "Medio ambiente", + "attribute": "Ropa de cama" + }, + { + "displayName": "stuffed_bunny", + "langName": "conejito de peluche", + "object": "Medio ambiente", + "attribute": "Ropa de cama" + }, + { + "displayName": "carpet", + "langName": "alfombra", + "object": "Medio ambiente", + "attribute": "Ropa de cama" + }, + { + "displayName": "bathroom", + "langName": "cuarto de baño", + "object": "Medio ambiente", + "attribute": "Cuarto de baño" + }, + { + "displayName": "shower_head", + "langName": "cabezal de ducha", + "object": "Medio ambiente", + "attribute": "Cuarto de baño" + }, + { + "displayName": "toilet", + "langName": "aseo", + "object": "Medio ambiente", + "attribute": "Cuarto de baño" + }, + { + "displayName": "squat_toilet", + "langName": "Inodoro en cuclillas", + "object": "Medio ambiente", + "attribute": "Cuarto de baño" + }, + { + "displayName": "soap", + "langName": "Jabón", + "object": "Medio ambiente", + "attribute": "Cuarto de baño" + }, + { + "displayName": "tiles", + "langName": "baldosa cerámica", + "object": "Medio ambiente", + "attribute": "Cuarto de baño" + }, + { + "displayName": "rubber_duck", + "langName": "patito de goma", + "object": "Medio ambiente", + "attribute": "Cuarto de baño" + }, + { + "displayName": "bathtub,", + "langName": "bañera", + "object": "Medio ambiente", + "attribute": "Cuarto de baño" + }, + { + "displayName": "new year", + "langName": "nuevo año", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "year of the rabbit", + "langName": "Año del Conejo", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "valentine", + "langName": "San Valentín", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "lantern festival", + "langName": "Festival de los Faroles", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "summer festival", + "langName": "festival de verano", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "tanabata", + "langName": "Festival Qixi", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "mid-autumn festival", + "langName": "Fiesta del Medio Otoño", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "halloween", + "langName": "halloween", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "christmas", + "langName": "Navidad", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "fireworks", + "langName": "fuegos artificiales", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "explosion", + "langName": "explota", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "water vapor", + "langName": "vapor", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "liquid background, Sputtered water", + "langName": "fondo líquido", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "in the ocean", + "langName": "puesta de sol junto al mar", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "magic circles", + "langName": "anillo mágico", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "fluorescent mushroom forests background", + "langName": "Bosque de setas fluorescentes", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "(((colorful bubble)))", + "langName": "Burbujas de colores", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "golden hour lighting", + "langName": "iluminación de la hora dorada", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "strong rim light", + "langName": "Luz de llanta potente", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "against backlight at dusk", + "langName": "Atardecer de espaldas al sol", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "intense shadows", + "langName": "sombra fuerte", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "ceiling window", + "langName": "Ventanas hasta el suelo", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "colourful glass", + "langName": "vidrieras", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "stain glass", + "langName": "vidrieras", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "Graffiti wall", + "langName": "muro de graffiti", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "mosaic background", + "langName": "fondo de mosaico", + "object": "Medio ambiente", + "attribute": "Atmósfera" + }, + { + "displayName": "notebook", + "langName": "cuaderno", + "object": "Cosa", + "attribute": "Material escolar" + }, + { + "displayName": "pencil", + "langName": "lápiz", + "object": "Cosa", + "attribute": "Material escolar" + }, + { + "displayName": "paintbrush", + "langName": "cepillo", + "object": "Cosa", + "attribute": "Material escolar" + }, + { + "displayName": "book", + "langName": "Reserve", + "object": "Cosa", + "attribute": "Material escolar" + }, + { + "displayName": "open_book", + "langName": "libro abierto", + "object": "Cosa", + "attribute": "Material escolar" + }, + { + "displayName": "book_stack", + "langName": "pila de libros", + "object": "Cosa", + "attribute": "Material escolar" + }, + { + "displayName": "bookshelf", + "langName": "estantería", + "object": "Cosa", + "attribute": "Material escolar" + }, + { + "displayName": "school_bag", + "langName": "Mochila escolar (bolso)", + "object": "Cosa", + "attribute": "Material escolar" + }, + { + "displayName": "backpack", + "langName": "Mochila", + "object": "Cosa", + "attribute": "Material escolar" + }, + { + "displayName": "computer", + "langName": "ordenador", + "object": "Cosa", + "attribute": "Equipos digitales" + }, + { + "displayName": "mouse", + "langName": "ratón", + "object": "Cosa", + "attribute": "Equipos digitales" + }, + { + "displayName": "cellphone", + "langName": "teléfono móvil", + "object": "Cosa", + "attribute": "Equipos digitales" + }, + { + "displayName": "Smartphones", + "langName": "Teléfono inteligente", + "object": "Cosa", + "attribute": "Equipos digitales" + }, + { + "displayName": "nintendo_switch", + "langName": "nintendo switch", + "object": "Cosa", + "attribute": "Equipos digitales" + }, + { + "displayName": "handheld_game_console", + "langName": "consola de juegos portátil", + "object": "Cosa", + "attribute": "Equipos digitales" + }, + { + "displayName": "nintendo_3ds", + "langName": "Nintendo 3ds", + "object": "Cosa", + "attribute": "Equipos digitales" + }, + { + "displayName": "nintendo_ds", + "langName": "nintendo ds", + "object": "Cosa", + "attribute": "Equipos digitales" + }, + { + "displayName": "cable", + "langName": "cable", + "object": "Cosa", + "attribute": "Equipos digitales" + }, + { + "displayName": "power_lines", + "langName": "cable de alimentación", + "object": "Cosa", + "attribute": "Equipos digitales" + }, + { + "displayName": "buttons", + "langName": "botón", + "object": "Cosa", + "attribute": "Equipos digitales" + }, + { + "displayName": "fork", + "langName": "horquilla", + "object": "Cosa", + "attribute": "Vajilla" + }, + { + "displayName": "spoon", + "langName": "cuchara", + "object": "Cosa", + "attribute": "Vajilla" + }, + { + "displayName": "chopsticks", + "langName": "Palillos", + "object": "Cosa", + "attribute": "Vajilla" + }, + { + "displayName": "ladle", + "langName": "cucharón", + "object": "Cosa", + "attribute": "Vajilla" + }, + { + "displayName": "plate", + "langName": "placa", + "object": "Cosa", + "attribute": "Vajilla" + }, + { + "displayName": "bowl", + "langName": "cuenco", + "object": "Cosa", + "attribute": "Vajilla" + }, + { + "displayName": "cup", + "langName": "taza", + "object": "Cosa", + "attribute": "Vajilla" + }, + { + "displayName": "drinking_glass", + "langName": "taza de agua", + "object": "Cosa", + "attribute": "Vajilla" + }, + { + "displayName": "tumbler", + "langName": "Vidrio ordinario", + "object": "Cosa", + "attribute": "Vajilla" + }, + { + "displayName": "beer_mug", + "langName": "jarra de cerveza", + "object": "Cosa", + "attribute": "Vajilla" + }, + { + "displayName": "pot", + "langName": "olla", + "object": "Cosa", + "attribute": "Vajilla" + }, + { + "displayName": "teapot", + "langName": "tetera", + "object": "Cosa", + "attribute": "Vajilla" + }, + { + "displayName": "tray", + "langName": "bandeja", + "object": "Cosa", + "attribute": "Vajilla" + }, + { + "displayName": "soda_can", + "langName": "bebidas enlatadas", + "object": "Cosa", + "attribute": "Vajilla" + }, + { + "displayName": "can", + "langName": "tarro", + "object": "Cosa", + "attribute": "Vajilla" + }, + { + "displayName": "candle", + "langName": "Vela", + "object": "Cosa", + "attribute": "Vajilla" + }, + { + "displayName": "gift_box", + "langName": "caja de regalo", + "object": "Cosa", + "attribute": "Vajilla" + }, + { + "displayName": "heart-shaped_box", + "langName": "Caja de regalo en forma de corazón", + "object": "Cosa", + "attribute": "Vajilla" + }, + { + "displayName": "music", + "langName": "música", + "object": "Cosa", + "attribute": "Instrumento musical" + }, + { + "displayName": "guitar", + "langName": "Guitarra", + "object": "Cosa", + "attribute": "Instrumento musical" + }, + { + "displayName": "piano", + "langName": "piano", + "object": "Cosa", + "attribute": "Instrumento musical" + }, + { + "displayName": "cello", + "langName": "Violonchelo", + "object": "Cosa", + "attribute": "Instrumento musical" + }, + { + "displayName": "playing_instrument", + "langName": "tocar un instrumento", + "object": "Cosa", + "attribute": "Instrumento musical" + }, + { + "displayName": "wind_chime", + "langName": "campanas de viento", + "object": "Cosa", + "attribute": "Instrumento musical" + }, + { + "displayName": "Accordion", + "langName": "acordeón", + "object": "Cosa", + "attribute": "Instrumento musical" + }, + { + "displayName": "Saxophone", + "langName": "saxofón", + "object": "Cosa", + "attribute": "Instrumento musical" + }, + { + "displayName": "umbrella", + "langName": "Paraguas", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "transparent_umbrella", + "langName": "paraguas transparente", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "closed_umbrella", + "langName": "paraguas cerrado", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "oil-paper_umbrella", + "langName": "Paraguas de papel al óleo", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "Parasol", + "langName": "sombrilla", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "folding_fan", + "langName": "ventilador plegable", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "paper_fan", + "langName": "abanico de papel", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "uchiwa", + "langName": "ventilador redondo", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "camera", + "langName": "cámara", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "lantern/lamp", + "langName": "linterna", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "basket", + "langName": "cesta", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "bucket", + "langName": "cubo", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "pail", + "langName": "cubo", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "water_bottle", + "langName": "botella de agua", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "lotion", + "langName": "protector solar | loción corporal", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "lotion_bottle", + "langName": "frasco de loción", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "key", + "langName": "clave", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "coin", + "langName": "moneda", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "money", + "langName": "dinero", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "trading_card", + "langName": "cartas coleccionables", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "playing_card", + "langName": "cartas", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "chess_piece", + "langName": "pieza", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "ofuda", + "langName": "talismán", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "wand", + "langName": "varita mágica", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "magic", + "langName": "magia", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "riding_crop", + "langName": "fusta", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "whip", + "langName": "látigo", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "microphone", + "langName": "micrófono", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "sack", + "langName": "saco", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "scales", + "langName": "escalas", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "trophy", + "langName": "trofeo", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "molecule", + "langName": "molecular", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "diamond_(shape)", + "langName": "diamante(forma)", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "chibi_inset", + "langName": "ilustración chibi", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "damaged", + "langName": "daños", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "gourd", + "langName": "calabaza", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "mimikaki", + "langName": "punzón", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "hammer", + "langName": "martillo", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "inlet", + "langName": "Entrada", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "stubble", + "langName": "rastrojo", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "Cassette", + "langName": "casete de cinta", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "Lever", + "langName": "palanca, palanca", + "object": "Cosa", + "attribute": "Otros artículos" + }, + { + "displayName": "weapon", + "langName": "brazos", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "huge_weapon", + "langName": "armas de gran tamaño", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "planted_weapon", + "langName": "Armas introducidas en el suelo", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "broken_weapon", + "langName": "arma rota", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "weapon_on_back", + "langName": "armas en la espalda", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "weapon_over_shoulder", + "langName": "arma de hombro", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "sword", + "langName": "cuchillo", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "planted_sword", + "langName": "Espada de pie", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "scabbard", + "langName": "vaina", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "katana", + "langName": "Katana", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "saber_(weapon)", + "langName": "sable (arma)", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "dagger", + "langName": "daga", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "axe", + "langName": "ax", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "hatchet", + "langName": "hacha", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "stake", + "langName": "palo", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "lance", + "langName": "lanza", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "trident", + "langName": "tridente", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "bow_(weapon)", + "langName": "arco", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "arrow", + "langName": "flecha", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "scythe", + "langName": "hoz", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "claw_(weapon)", + "langName": "garra (arma)", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "nose_hatchet", + "langName": "hacha", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "gun", + "langName": "pistola", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "handgun", + "langName": "pistola", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "thompson_submachine_gun", + "langName": "subfusil thompson", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "magazine_(weapon)", + "langName": "cargador (arma)", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "dynamite", + "langName": "dinamita de glicerina", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "bomb", + "langName": "bomba", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "track missiles", + "langName": "misil rastreador", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "cannon", + "langName": "cañón", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "tank", + "langName": "depósito", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "military_vehicle", + "langName": "vehículos militares", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "motorcycle", + "langName": "motocicleta", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "car", + "langName": "coche", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "watercraft", + "langName": "barco", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "ship", + "langName": "barco", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "machine", + "langName": "mecánico", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "machinery", + "langName": "Brazos mecánicos", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "mechanical_arms", + "langName": "Brazo robótico", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "mechanization", + "langName": "Mecanización", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "robot_joints", + "langName": "junta mecánica", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "variable_fighter", + "langName": "Máquina Macross", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "sorcerer's_sutra_scroll", + "langName": "Sutra del Diablo", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "scissors", + "langName": "Tijeras", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "rifle,", + "langName": "rifle", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "complex Trajectory", + "langName": "Seguimiento de senderos", + "object": "Cosa", + "attribute": "Brazos" + }, + { + "displayName": "food", + "langName": "alimentos", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "makizushi", + "langName": "Nori roll sushi", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "onigiri", + "langName": "bolas de arroz", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "obento", + "langName": "cómodo", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "ramen", + "langName": "Tallarines a mano", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "noodles", + "langName": "Fideos", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "tempura", + "langName": "Tempura", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "wagashi", + "langName": "Confitería japonesa", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "dango", + "langName": "bolas de masa", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "taiyaki", + "langName": "Taiyaki", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "sweet_potato", + "langName": "batata", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "cake", + "langName": "tarta", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "pancake", + "langName": "magdalenas", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "sweets", + "langName": "caramelo", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "candy", + "langName": "caramelo", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "candy_apple", + "langName": "manzana caramelizada", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "candy_cane", + "langName": "Piruleta", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "cookie", + "langName": "galleta", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "cream", + "langName": "crema", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "ice_cream", + "langName": "helado", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "doughnut", + "langName": "Donut", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "pasties", + "langName": "tarta", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "sundae", + "langName": "helado", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "burger", + "langName": "Hamburguesa", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "egg", + "langName": "huevo", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "meat", + "langName": "Carne", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "fruit", + "langName": "fruta", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "apple", + "langName": "manzana", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "peach", + "langName": "melocotón", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "aubergine", + "langName": "berenjena", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "carrot", + "langName": "zanahoria", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "chips", + "langName": "patatas fritas", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "potato_chips", + "langName": "patatas fritas", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "telstar", + "langName": "Fútbol Telstar", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "jam", + "langName": "mermelada", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "pocky", + "langName": "Pocky", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "food_stand", + "langName": "puesto de comida", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "food_in_mouth", + "langName": "comida en la boca", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "food_on_body", + "langName": "alimentos en el cuerpo", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "food_print", + "langName": "impresión de alimentos", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "in_food", + "langName": "(carácter) en los alimentos", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "coffee", + "langName": "café", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "tea", + "langName": "Té", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "teacup", + "langName": "taza", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "sake", + "langName": "Sake japonés", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "wine", + "langName": "vino", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "drink", + "langName": "bebidas", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "bottled_water", + "langName": "agua embotellada", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "A_sushi_roll", + "langName": "rollo de sushi", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "cigarette", + "langName": "cigarrillo", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "cotton_candy_", + "langName": "Malvavisco", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "Gelatin", + "langName": "Gelatina, pudín", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "kafuu_chino", + "langName": "Cavuccino", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "food_on_", + "langName": "comida en la cara", + "object": "Cosa", + "attribute": "Alimentación" + }, + { + "displayName": "mammal", + "langName": "mamífero", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "reptile", + "langName": "reptil", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "bird", + "langName": "pájaro", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "crow", + "langName": "cuervo", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "penguin", + "langName": "pingüino", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "chick", + "langName": "pollito", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "dragonfly", + "langName": "libélula", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "whale", + "langName": "ballena", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "cat", + "langName": "cat", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "dog", + "langName": "perro", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "fox", + "langName": "zorro", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "bunny", + "langName": "conejo", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "snow_bunny", + "langName": "liebre raqueta", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "wolf", + "langName": "Lobo", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "horse", + "langName": "caballo", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "cow", + "langName": "buey", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "tiger", + "langName": "tigre", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "bear", + "langName": "Oso", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "panda", + "langName": "panda", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "teddy_bear", + "langName": "osito de peluche", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "hamster", + "langName": "hámster", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "squirrel", + "langName": "ardilla", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "snake", + "langName": "serpiente", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "dragon", + "langName": "dragón", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "eastern_dragon", + "langName": "Dragón oriental", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "loong", + "langName": "Dragón chino", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "slime", + "langName": "Baba", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "bat", + "langName": "murciélago", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "shell", + "langName": "concha", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "cat_teaser", + "langName": "gato divertido", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "dog_tags", + "langName": "placas de identificación", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "wriggle_nightbug", + "langName": "lombriz rastrera", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "manjuu_(azur_lane)", + "langName": "Bastante gorjeo", + "object": "Cosa", + "attribute": "Animales" + }, + { + "displayName": "plant", + "langName": "planta", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "flower", + "langName": "flor", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "flower_bloom", + "langName": "las flores florecen", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "bouquet", + "langName": "ramo", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "vase", + "langName": "jarrón", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "orchid", + "langName": "orquídea", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "lily", + "langName": "lirio", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "rose", + "langName": "Rosa", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "spider_lily", + "langName": "Flor de la otra orilla", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "hibiscus", + "langName": "flor de hibisco", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "hydrangea", + "langName": "hortensias", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "cherry_blossoms", + "langName": "Cerezos en flor", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "plum_blossom", + "langName": "ciruela bossom", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "wisteria", + "langName": "Glicinia", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "lotus", + "langName": "loto", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "narcissu", + "langName": "Narciso", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "chrysanthemum", + "langName": "crisantemo", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "entangled_plants", + "langName": "plantas enredadas", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "tree", + "langName": "Árbol", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "pine_tree", + "langName": "pino", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "palm_tree", + "langName": "palmera", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "maple_tree", + "langName": "arce", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "branch", + "langName": "ramas", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "maple_leaf", + "langName": "hoja de arce", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "christmas_tree", + "langName": "Árbol de Navidad", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "pumpkin", + "langName": "calabaza", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "jack-o'-lantern", + "langName": "linterna de calabaza", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "spring_onion", + "langName": "cebollas verdes", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "bamboo", + "langName": "bambú", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "bush", + "langName": "arbusto", + "object": "Cosa", + "attribute": "Planta" + }, + { + "displayName": "Sunlight", + "langName": "Luz solar", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "Natural Lighting", + "langName": "iluminación natural", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "Artificial Lighting", + "langName": "iluminación artificial", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "Studio Lighting", + "langName": "iluminación de estudio", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "Volumetric Lighting", + "langName": "Luz volumétrica", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "volumetric Light", + "langName": "Luz volumétrica", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "Volumetric", + "langName": "Volumétrico", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "Frontlight", + "langName": "luz superior", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "Halfrear Lighting", + "langName": "Luz de fondo de medio lado", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "Backlight", + "langName": "retroiluminación", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "Rim Lighting", + "langName": "luz de llanta", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "Floodlight", + "langName": "proyector", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "LED light", + "langName": "Luz LED", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "Spotlight", + "langName": "centro de atención", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "Marquee", + "langName": "carpa", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "Strobe", + "langName": "flash", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "Strobe Light", + "langName": "luces de flash", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "Stroboscope", + "langName": "luz estroboscópica", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "bright", + "langName": "brillante", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "Ultrabright", + "langName": "superbrillante", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "Electromagnetic Spectrum", + "langName": "espectro electromagnético", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "Infrared", + "langName": "infrarrojos", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "Ultraviolet", + "langName": "Rayos UV", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "UV", + "langName": "UV", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "X-Ray", + "langName": "Rayos X", + "object": "Efectos de luces y sombras", + "attribute": "Fuente de luz" + }, + { + "displayName": "Cinematic Lighting", + "langName": "Iluminación cinematográfica", + "object": "Efectos de luces y sombras", + "attribute": "Efectos luminosos" + }, + { + "displayName": "moody lighting", + "langName": "Iluminación ambiental", + "object": "Efectos de luces y sombras", + "attribute": "Efectos luminosos" + }, + { + "displayName": "Tyndall effect", + "langName": "Efecto Tyndall", + "object": "Efectos de luces y sombras", + "attribute": "Efectos luminosos" + }, + { + "displayName": "light leaks", + "langName": "efecto de fuga de luz", + "object": "Efectos de luces y sombras", + "attribute": "Efectos luminosos" + }, + { + "displayName": "glowing neon lights", + "langName": "luces de neón", + "object": "Efectos de luces y sombras", + "attribute": "Efectos luminosos" + }, + { + "displayName": "Rays of Shimmering Light", + "langName": "luz intermitente", + "object": "Efectos de luces y sombras", + "attribute": "Efectos luminosos" + }, + { + "displayName": "Crepuscular Rays", + "langName": "luz tenue", + "object": "Efectos de luces y sombras", + "attribute": "Efectos luminosos" + }, + { + "displayName": "Crackle Tube", + "langName": "tubo de chispa", + "object": "Efectos de luces y sombras", + "attribute": "Efectos luminosos" + }, + { + "displayName": "Tesla Coil", + "langName": "Bobina Tesla", + "object": "Efectos de luces y sombras", + "attribute": "Efectos luminosos" + }, + { + "displayName": "Plasma Globe", + "langName": "bola de plasma", + "object": "Efectos de luces y sombras", + "attribute": "Efectos luminosos" + }, + { + "displayName": "Glow Stick", + "langName": "barra luminosa", + "object": "Efectos de luces y sombras", + "attribute": "Efectos luminosos" + }, + { + "displayName": "Neon Lamp", + "langName": "luces de neón", + "object": "Efectos de luces y sombras", + "attribute": "Efectos luminosos" + }, + { + "displayName": "lens flare", + "langName": "Destello del objetivo (contraluz)", + "object": "Efectos de luces y sombras", + "attribute": "Efectos luminosos" + }, + { + "displayName": "Contre-Jour", + "langName": "Contra el día", + "object": "Efectos de luces y sombras", + "attribute": "Efectos luminosos" + }, + { + "displayName": "Rembrandt Lighting", + "langName": "Iluminación Rembrandt", + "object": "Efectos de luces y sombras", + "attribute": "Efectos luminosos" + }, + { + "displayName": "Split Lighting", + "langName": "Iluminación dividida", + "object": "Efectos de luces y sombras", + "attribute": "Efectos luminosos" + }, + { + "displayName": "Beautiful Lighting", + "langName": "luces bonitas", + "object": "Efectos de luces y sombras", + "attribute": "Efectos luminosos" + }, + { + "displayName": "Accent Lighting", + "langName": "Iluminación de acento", + "object": "Efectos de luces y sombras", + "attribute": "Efectos luminosos" + }, + { + "displayName": "Global Illumination", + "langName": "iluminación global", + "object": "Efectos de luces y sombras", + "attribute": "Efectos luminosos" + }, + { + "displayName": "Lumen Global Illumination", + "langName": "Lumen de iluminación global", + "object": "Efectos de luces y sombras", + "attribute": "Efectos luminosos" + }, + { + "displayName": "Screen Space Global Illumination", + "langName": "espacio en pantalla iluminación global", + "object": "Efectos de luces y sombras", + "attribute": "Efectos luminosos" + }, + { + "displayName": "Ray Tracing Global Illumination", + "langName": "Iluminación global por trazado de rayos", + "object": "Efectos de luces y sombras", + "attribute": "Efectos luminosos" + }, + { + "displayName": "Incandescent", + "langName": "lámpara incandescente", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Fluorescent", + "langName": "Fluorescente", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Fluorescent Lamp", + "langName": "tubo fluorescente", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Halogen", + "langName": "halógeno", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Halogen Lamp", + "langName": "Lámpara halógena", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Xenon Lamp", + "langName": "lámpara de xenón", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Krypton Lamp", + "langName": "lámpara de gas criptón", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Argon Lamp", + "langName": "Lámpara de argón", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Helium Lamp", + "langName": "Lámpara de helio", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Edison Bulb", + "langName": "Bombilla Edison", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Vacuum Tube Lamp", + "langName": "Lámpara de tubo de vacío", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Nixie Tube", + "langName": "Tubo Nixie", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Carbide Lamp", + "langName": "lámpara de carburo cálcico", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Argand Lamp", + "langName": "Lámpara de argán", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Diya Lamp", + "langName": "lámpara de mantequilla", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Lantern", + "langName": "linterna", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Schwarz Lantern", + "langName": "Linterna negra", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Nightlight", + "langName": "luz nocturna", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Christmas Lights", + "langName": "Luces navideñas", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Optical Fiber", + "langName": "fibra óptica", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Electroluminescent Wire", + "langName": "Hilo luminoso", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Laser", + "langName": "láser", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Flare", + "langName": "bengala", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "rim light", + "langName": "luz de llanta", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "metallic luster", + "langName": "brillo metálico", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "background light", + "langName": "luz de fondo", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "available light", + "langName": "luz natural", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Electric Arc", + "langName": "arco", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Soft Lighting", + "langName": "luz suave", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "Hard Lighting", + "langName": "resplandor", + "object": "Efectos de luces y sombras", + "attribute": "Luz" + }, + { + "displayName": "CRT", + "langName": "tubo de rayos catódicos", + "object": "Efectos de luces y sombras", + "attribute": "Tecnología de visualización" + }, + { + "displayName": "LCD", + "langName": "Pantalla LCD", + "object": "Efectos de luces y sombras", + "attribute": "Tecnología de visualización" + }, + { + "displayName": "LED", + "langName": "Pantalla LED", + "object": "Efectos de luces y sombras", + "attribute": "Tecnología de visualización" + }, + { + "displayName": "OLED", + "langName": "Pantalla OLED", + "object": "Efectos de luces y sombras", + "attribute": "Tecnología de visualización" + }, + { + "displayName": "AMOLED", + "langName": "Pantalla AMOLED", + "object": "Efectos de luces y sombras", + "attribute": "Tecnología de visualización" + }, + { + "displayName": "7 Segment Display", + "langName": "pantalla de siete segmentos", + "object": "Efectos de luces y sombras", + "attribute": "Tecnología de visualización" + }, + { + "displayName": "Dot Matrix Display", + "langName": "pantalla de matriz de puntos", + "object": "Efectos de luces y sombras", + "attribute": "Tecnología de visualización" + }, + { + "displayName": "Electroluminescent Display", + "langName": "pantalla electroluminiscente", + "object": "Efectos de luces y sombras", + "attribute": "Tecnología de visualización" + }, + { + "displayName": "Vacuum Fluorescent Display", + "langName": "pantalla fluorescente al vacío", + "object": "Efectos de luces y sombras", + "attribute": "Tecnología de visualización" + }, + { + "displayName": "Phosphor Display", + "langName": "pantalla fluorescente", + "object": "Efectos de luces y sombras", + "attribute": "Tecnología de visualización" + }, + { + "displayName": "Plasma Display", + "langName": "pantalla de plasma", + "object": "Efectos de luces y sombras", + "attribute": "Tecnología de visualización" + }, + { + "displayName": "Quantum Dot", + "langName": "puntos cuánticos", + "object": "Efectos de luces y sombras", + "attribute": "Tecnología de visualización" + }, + { + "displayName": "Quantum Dot Display", + "langName": "Pantalla de puntos cuánticos", + "object": "Efectos de luces y sombras", + "attribute": "Tecnología de visualización" + }, + { + "displayName": "Optics", + "langName": "Óptica", + "object": "Efectos de luces y sombras", + "attribute": "Tecnología de visualización" + }, + { + "displayName": "Rough", + "langName": "áspero", + "object": "Efectos de luces y sombras", + "attribute": "Reflexión/Refracción" + }, + { + "displayName": "Matte", + "langName": "mate", + "object": "Efectos de luces y sombras", + "attribute": "Reflexión/Refracción" + }, + { + "displayName": "Glossy", + "langName": "brillo", + "object": "Efectos de luces y sombras", + "attribute": "Reflexión/Refracción" + }, + { + "displayName": "smooth", + "langName": "suave", + "object": "Efectos de luces y sombras", + "attribute": "Reflexión/Refracción" + }, + { + "displayName": "Shiny", + "langName": "brillante", + "object": "Efectos de luces y sombras", + "attribute": "Reflexión/Refracción" + }, + { + "displayName": "Reflective", + "langName": "Reflectante", + "object": "Efectos de luces y sombras", + "attribute": "Reflexión/Refracción" + }, + { + "displayName": "Polished", + "langName": "pulido", + "object": "Efectos de luces y sombras", + "attribute": "Reflexión/Refracción" + }, + { + "displayName": "Shadows", + "langName": "sombra", + "object": "Efectos de luces y sombras", + "attribute": "Reflexión/Refracción" + }, + { + "displayName": "Shimmer", + "langName": "brillo", + "object": "Efectos de luces y sombras", + "attribute": "Reflexión/Refracción" + }, + { + "displayName": "Shimmering", + "langName": "espumoso", + "object": "Efectos de luces y sombras", + "attribute": "Reflexión/Refracción" + }, + { + "displayName": "Caustics", + "langName": "Cáusticas", + "object": "Efectos de luces y sombras", + "attribute": "Reflexión/Refracción" + }, + { + "displayName": "Refractive", + "langName": "refracción", + "object": "Efectos de luces y sombras", + "attribute": "Reflexión/Refracción" + }, + { + "displayName": "reflection light", + "langName": "reflexión de la luz", + "object": "Efectos de luces y sombras", + "attribute": "Reflexión/Refracción" + }, + { + "displayName": "Ray Tracing Reflections", + "langName": "Reflejos trazados por rayos", + "object": "Efectos de luces y sombras", + "attribute": "Reflexión/Refracción" + }, + { + "displayName": "Lumen Reflections", + "langName": "Reflejo lumínico", + "object": "Efectos de luces y sombras", + "attribute": "Reflexión/Refracción" + }, + { + "displayName": "Screen Space Reflections", + "langName": "reflejo del espacio en pantalla", + "object": "Efectos de luces y sombras", + "attribute": "Reflexión/Refracción" + }, + { + "displayName": "ray tracing", + "langName": "Trazado de rayos", + "object": "Efectos de luces y sombras", + "attribute": "Reflexión/Refracción" + }, + { + "displayName": "Ambient Occlusion", + "langName": "oclusión ambiental", + "object": "Efectos de luces y sombras", + "attribute": "Reflexión/Refracción" + }, + { + "displayName": "Scattering", + "langName": "dispersión", + "object": "Efectos de luces y sombras", + "attribute": "Reflexión/Refracción" + }, + { + "displayName": "Diffraction Grading", + "langName": "rejilla de difracción", + "object": "Efectos de luces y sombras", + "attribute": "Reflexión/Refracción" + }, + { + "displayName": "RGB Displacement", + "langName": "Desplazamiento RGB", + "object": "Efectos de luces y sombras", + "attribute": "Reflexión/Refracción" + }, + { + "displayName": "Glowing", + "langName": "resplandor", + "object": "Efectos de luces y sombras", + "attribute": "Resplandor" + }, + { + "displayName": "Glow-In-The-Dark", + "langName": "luminoso", + "object": "Efectos de luces y sombras", + "attribute": "Resplandor" + }, + { + "displayName": "Bioluminescence", + "langName": "bioluminiscencia", + "object": "Efectos de luces y sombras", + "attribute": "Resplandor" + }, + { + "displayName": "Photoluminescence", + "langName": "Fotoluminiscencia", + "object": "Efectos de luces y sombras", + "attribute": "Resplandor" + }, + { + "displayName": "Chemiluminescence", + "langName": "quimioluminiscencia", + "object": "Efectos de luces y sombras", + "attribute": "Resplandor" + }, + { + "displayName": "Cathodoluminescence", + "langName": "catodoluminiscencia", + "object": "Efectos de luces y sombras", + "attribute": "Resplandor" + }, + { + "displayName": "Electroluminescence", + "langName": "electroluminiscencia", + "object": "Efectos de luces y sombras", + "attribute": "Resplandor" + }, + { + "displayName": "Radioluminescence", + "langName": "Radioluminiscencia", + "object": "Efectos de luces y sombras", + "attribute": "Resplandor" + }, + { + "displayName": "Fluorescence", + "langName": "fluorescencia", + "object": "Efectos de luces y sombras", + "attribute": "Resplandor" + }, + { + "displayName": "Phosphorescence", + "langName": "Fosforescencia", + "object": "Efectos de luces y sombras", + "attribute": "Resplandor" + }, + { + "displayName": "Thermoluminescence", + "langName": "termoluminiscencia", + "object": "Efectos de luces y sombras", + "attribute": "Resplandor" + }, + { + "displayName": "Electrochemiluminescence", + "langName": "Electroquimioluminiscencia", + "object": "Efectos de luces y sombras", + "attribute": "Resplandor" + }, + { + "displayName": "Crystalloluminescence", + "langName": "brillo de cristal", + "object": "Efectos de luces y sombras", + "attribute": "Resplandor" + }, + { + "displayName": "Piezoluminescence", + "langName": "Luminiscencia piezoeléctrica", + "object": "Efectos de luces y sombras", + "attribute": "Resplandor" + }, + { + "displayName": "Triboluminescence", + "langName": "triboluminiscencia", + "object": "Efectos de luces y sombras", + "attribute": "Resplandor" + }, + { + "displayName": "Mechanoluminescence", + "langName": "Luminiscencia mecánica", + "object": "Efectos de luces y sombras", + "attribute": "Resplandor" + }, + { + "displayName": "Lyoluminescence", + "langName": "Fotoluminiscencia", + "object": "Efectos de luces y sombras", + "attribute": "Resplandor" + }, + { + "displayName": "Candoluminescence", + "langName": "luz de las velas", + "object": "Efectos de luces y sombras", + "attribute": "Resplandor" + }, + { + "displayName": "Fractoluminescence", + "langName": "Los fragmentos brillan", + "object": "Efectos de luces y sombras", + "attribute": "Resplandor" + }, + { + "displayName": "Sonoluminescence", + "langName": "Sonoluminiscencia", + "object": "Efectos de luces y sombras", + "attribute": "Resplandor" + }, + { + "displayName": "Translucidluminescence", + "langName": "brillo translúcido", + "object": "Efectos de luces y sombras", + "attribute": "Resplandor" + }, + { + "displayName": "Materiality", + "langName": "Materialidad", + "object": "Efectos de luces y sombras", + "attribute": "Resplandor" + }, + { + "displayName": "black", + "langName": "negro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "darkgray", + "langName": "gris oscuro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "gray", + "langName": "gris", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "lightslategray", + "langName": "gris pizarra brillante", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "slategray", + "langName": "color piedra gris", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "darkslategray", + "langName": "verde oscuro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "lightgray", + "langName": "gris claro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "gainsboro", + "langName": "Gris de Geng", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "white", + "langName": "Blanco", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "whitesmoke", + "langName": "color humo blanco", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "snow", + "langName": "blanco nieve", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "ghostwhite", + "langName": "blanco fantasma", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "floralwhite", + "langName": "flor blanca", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "linen", + "langName": "color lino", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "antiquewhite", + "langName": "blanco antiguo", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "oldlace", + "langName": "presbicia", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "ivory", + "langName": "marfil", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "seashell", + "langName": "blanco cáscara", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "mintcream", + "langName": "crema de menta", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "honeydew", + "langName": "color miel", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "azure", + "langName": "azure", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "aliceblue", + "langName": "alice azul", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "lavender", + "langName": "color lavanda", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "lightsteelblue", + "langName": "azul acero claro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "slateblue", + "langName": "azul piedra", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "mediumslateblue", + "langName": "azul pizarra medio", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "lightblue", + "langName": "azul claro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "powderblue", + "langName": "azul polvo", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "skyblue", + "langName": "azul cielo intenso", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "cornflowerblue", + "langName": "azul aciano", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "royalblue", + "langName": "azul real", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "mediumblue", + "langName": "azul medio", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "blue", + "langName": "azul", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "darkblue", + "langName": "azul oscuro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "navy", + "langName": "azul marino", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "midnightblue", + "langName": "azul noche", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "teal", + "langName": "azul gris oscuro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "darkcyan", + "langName": "Teal", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "cadetblue", + "langName": "cian oscuro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "mediumturquoise", + "langName": "turquesa oscuro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "darkturquoise", + "langName": "verde mar claro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "turquoise", + "langName": "turquesa medio", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "paleturquoise", + "langName": "cian claro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "aquamarine", + "langName": "turquesa", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "lightcyan", + "langName": "azul", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "cyan", + "langName": "turquesa", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "dodgerblue", + "langName": "azul dodge", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "darkgreen", + "langName": "verde", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "green", + "langName": "verde bosque", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "forestgreen", + "langName": "verde mar", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "seagreen", + "langName": "Zhonghai Verde", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "mediumseagreen", + "langName": "color esmeralda medio", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "mediumaquamarine", + "langName": "verde mar oscuro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "darkseagreen", + "langName": "turquesa", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "lightseagreen", + "langName": "Azul militar", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "springgreen", + "langName": "verde de mediados de primavera", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "mediumspringgreen", + "langName": "Césped verde", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "lightgreen", + "langName": "hierba verde", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "palegreen", + "langName": "verde claro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "lime", + "langName": "verde lima", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "limegreen", + "langName": "marrón oliva", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "lawngreen", + "langName": "Verde carmín", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "chartreuse", + "langName": "Amarillo-verde", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "greenyellow", + "langName": "naranja lima", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "yellowgreen", + "langName": "verde oliva", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "darkolivegreen", + "langName": "color oliva", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "olivedrab", + "langName": "marrón oliva", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "olive", + "langName": "color oliva", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "darkkhaki", + "langName": "caqui oscuro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "khaki", + "langName": "Caqui", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "palegoldenrod", + "langName": "vara de oro clara", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "lightyellow", + "langName": "amarillo claro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "lightgoldenrodyellow", + "langName": "amarillo dorado brillante", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "lemonchiffon", + "langName": "seda color limón", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "beige", + "langName": "beige", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "cornsilk", + "langName": "color maíz", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "wheat", + "langName": "color trigo", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "burlywood", + "langName": "ámbar", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "gold", + "langName": "oro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "yellow", + "langName": "amarillo", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "darkorange", + "langName": "naranja oscuro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "orange", + "langName": "color naranja", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "sandybrown", + "langName": "marrón anaranjado", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "peachpuff", + "langName": "color carne de melocotón", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "papayawhip", + "langName": "color papaya", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "blanchedalmond", + "langName": "almendra blanqueada", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "bisque", + "langName": "color galleta", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "moccasin", + "langName": "color mocasín", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "navajowhite", + "langName": "Navajo Blanco", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "peru", + "langName": "Color peruano", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "darkgoldenrod", + "langName": "Vara de oro oscura", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "goldenrod", + "langName": "Crisantemo dorado", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "chocolate", + "langName": "color chocolate", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "saddlebrown", + "langName": "silla marrón", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "sienna", + "langName": "Amarillo ocre terroso", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "rosybrown", + "langName": "marrón rosado", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "darksalmon", + "langName": "Color salmón oscuro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "salmon", + "langName": "Color carne salmón", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "lightsalmon", + "langName": "Color salmón brillante", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "indianred", + "langName": "Rojo indio", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "firebrick", + "langName": "Color del ladrillo refractario", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "brown", + "langName": "marrón", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "maroon", + "langName": "granate", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "darkred", + "langName": "rojo oscuro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "red", + "langName": "rojo", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "orangered", + "langName": "rojo anaranjado", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "tomato", + "langName": "rojo tomate", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "crimson", + "langName": "rosa oscuro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "coral", + "langName": "coral", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "lightpink", + "langName": "rosa claro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "pink", + "langName": "rosa", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "hotpink", + "langName": "rosa fuerte", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "deeppink", + "langName": "rosa oscuro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "palevioletred", + "langName": "rojo lila", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "mediumvioletred", + "langName": "rojo violeta medio", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "lavenderblush", + "langName": "lavanda", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "lightcoral", + "langName": "color coral claro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "plum", + "langName": "color ciruela", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "mediumorchid", + "langName": "orquídea mediana púrpura", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "violet", + "langName": "Morado", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "magenta", + "langName": "magenta", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "fuchsia", + "langName": "Rojo púrpura", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "darkmagenta", + "langName": "magenta oscuro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "purple", + "langName": "Morado", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "darkorchid", + "langName": "púrpura orquídea oscuro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "darkviolet", + "langName": "violeta oscuro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "blueviolet", + "langName": "azul púrpura", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "mediumpurple", + "langName": "morado medio", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "indigo", + "langName": "añil", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "light_brown", + "langName": "marrón claro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "dark_pink", + "langName": "rosa oscuro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "blonde", + "langName": "amarillo dorado", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "silver", + "langName": "plata", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "mistyrose", + "langName": "rosa de niebla", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "steelblue", + "langName": "azul acero", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "thistle", + "langName": "color del cardo", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "darkslateblue", + "langName": "azul gris oscuro", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "Iridescent", + "langName": "Cambio de colores", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "Chromatic", + "langName": "colorido", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "Dispersion", + "langName": "Dispersión (fenómeno por el que se separa la luz de diferentes colores)", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "Prismatic", + "langName": "efecto prisma", + "object": "Atmósfera de color", + "attribute": "Color" + }, + { + "displayName": "yellow color scheme", + "langName": "Color principal amarillo", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Warm Color Palette", + "langName": "Colores cálidos", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Cool Color Palette", + "langName": "colores fríos", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Colorful", + "langName": "colorido", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Spectral Color", + "langName": "Color espectral", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Inverted Colors", + "langName": "color inverso", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Chroma", + "langName": "Croma", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Dichromatism", + "langName": "dicroísmo", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Tetrachromacy", + "langName": "Visión tetracromática", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Saturated", + "langName": "saturación", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Neon", + "langName": "neón", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Electric Colors", + "langName": "color electrónico", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Tonal Colors", + "langName": "matiz color", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Vivid Colors", + "langName": "colores vivos", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Complimentary-Colors", + "langName": "colores complementarios", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Split-Complementary-Colors", + "langName": "dividir colores complementarios", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Supplementary-Colors", + "langName": "colores complementarios", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Analogous-Colors", + "langName": "Colores similares", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Triadic-Colors", + "langName": "colores triádicos", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Tetradic-Colors", + "langName": "Cuatro colores (combinación de colores rectangulares)", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Polychromatic-Colors", + "langName": "multicolor", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Light", + "langName": "brillante", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Dark", + "langName": "oscuro", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Light Mode", + "langName": "modo luz", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Dark Mode", + "langName": "modo oscuro", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Tones of Black", + "langName": "tono negro", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Tones of Black in Background", + "langName": "fondo tono negro", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Light Blue Background", + "langName": "fondo azul claro", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Light Blue Foreground", + "langName": "primer plano azul claro", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "Light Blue", + "langName": "azul claro", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "nostalgia", + "langName": "nostálgico", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "High saturation", + "langName": "Alta saturación", + "object": "Atmósfera de color", + "attribute": "Paleta de colores" + }, + { + "displayName": "monochrome", + "langName": "monocromo", + "object": "Atmósfera de color", + "attribute": "Paleta monocroma" + }, + { + "displayName": "Black and White", + "langName": "blanco y negro", + "object": "Atmósfera de color", + "attribute": "Paleta monocroma" + }, + { + "displayName": "Desaturated", + "langName": "Desaturar", + "object": "Atmósfera de color", + "attribute": "Paleta monocroma" + }, + { + "displayName": "Sepia", + "langName": "Tono sepia (imita el aspecto de las fotos antiguas, dando una sensación nostálgica o retro)", + "object": "Atmósfera de color", + "attribute": "Paleta monocroma" + }, + { + "displayName": "flat_color", + "langName": "color plano", + "object": "Atmósfera de color", + "attribute": "Paleta monocroma" + }, + { + "displayName": "spot_color", + "langName": "color sólido", + "object": "Atmósfera de color", + "attribute": "Paleta monocroma" + }, + { + "displayName": "halftone", + "langName": "semitono", + "object": "Atmósfera de color", + "attribute": "Paleta monocroma" + }, + { + "displayName": "greyscale", + "langName": "Escala de grises", + "object": "Atmósfera de color", + "attribute": "Paleta monocroma" + }, + { + "displayName": "partially_colored", + "langName": "coloración parcial", + "object": "Atmósfera de color", + "attribute": "Paleta monocroma" + }, + { + "displayName": "contour_deepening", + "langName": "Contorno más profundo", + "object": "Atmósfera de color", + "attribute": "Paleta monocroma" + }, + { + "displayName": "(lineart)", + "langName": "Las líneas se vuelven más gruesas", + "object": "Atmósfera de color", + "attribute": "Paleta monocroma" + }, + { + "displayName": "outline", + "langName": "Línea de contorno", + "object": "Atmósfera de color", + "attribute": "Paleta monocroma" + }, + { + "displayName": "high_contrast", + "langName": "alto contraste", + "object": "Atmósfera de color", + "attribute": "Contraste" + }, + { + "displayName": "low_contrast", + "langName": "bajo contraste", + "object": "Atmósfera de color", + "attribute": "Contraste" + }, + { + "displayName": "RGB", + "langName": "rojo verde azul", + "object": "Atmósfera de color", + "attribute": "Paleta de colores del monitor" + }, + { + "displayName": "CMYK", + "langName": "CMYK", + "object": "Atmósfera de color", + "attribute": "Paleta de colores del monitor" + }, + { + "displayName": "VGA", + "langName": "VGA", + "object": "Atmósfera de color", + "attribute": "Paleta de colores del monitor" + }, + { + "displayName": "EGA", + "langName": "EGA", + "object": "Atmósfera de color", + "attribute": "Paleta de colores del monitor" + }, + { + "displayName": "CGA", + "langName": "CGA", + "object": "Atmósfera de color", + "attribute": "Paleta de colores del monitor" + }, + { + "displayName": "HDR", + "langName": "HDR", + "object": "Atmósfera de color", + "attribute": "Paleta de colores del monitor" + }, + { + "displayName": "Atari Graphics", + "langName": "gráficos atari", + "object": "Atmósfera de color", + "attribute": "Paleta de colores del monitor" + }, + { + "displayName": "IIGS Graphics", + "langName": "Gráficos IIGS", + "object": "Atmósfera de color", + "attribute": "Paleta de colores del monitor" + }, + { + "displayName": "Amiga OCS Graphics", + "langName": "Gráficos OCS para Amiga", + "object": "Atmósfera de color", + "attribute": "Paleta de colores del monitor" + }, + { + "displayName": "sRGB", + "langName": "sRGB", + "object": "Atmósfera de color", + "attribute": "Paleta de colores del monitor" + }, + { + "displayName": "Adobe RGB", + "langName": "Adobe RGB", + "object": "Atmósfera de color", + "attribute": "Paleta de colores del monitor" + }, + { + "displayName": "DCI-P3", + "langName": "DCI-P3", + "object": "Atmósfera de color", + "attribute": "Paleta de colores del monitor" + }, + { + "displayName": "HSV", + "langName": "Tono, saturación, luminosidad", + "object": "Atmósfera de color", + "attribute": "Paleta de colores del monitor" + }, + { + "displayName": "HSL", + "langName": "Tono, saturación, brillo", + "object": "Atmósfera de color", + "attribute": "Paleta de colores del monitor" + }, + { + "displayName": "HCL", + "langName": "Tono, croma, iluminación", + "object": "Atmósfera de color", + "attribute": "Paleta de colores del monitor" + }, + { + "displayName": "YCbCr", + "langName": "ikB", + "object": "Atmósfera de color", + "attribute": "Paleta de colores del monitor" + }, + { + "displayName": "YPbPr", + "langName": "wxya", + "object": "Atmósfera de color", + "attribute": "Paleta de colores del monitor" + }, + { + "displayName": "scRGB", + "langName": "Monocromo RGB", + "object": "Atmósfera de color", + "attribute": "Paleta de colores del monitor" + }, + { + "displayName": "Coloroid", + "langName": "Coloroid", + "object": "Atmósfera de color", + "attribute": "Paleta de colores del monitor" + }, + { + "displayName": "Pantone", + "langName": "Pantone", + "object": "Atmósfera de color", + "attribute": "Paleta de colores del monitor" + }, + { + "displayName": "ProPhoto RGB", + "langName": "ProPhoto RGB", + "object": "Atmósfera de color", + "attribute": "Paleta de colores del monitor" + }, + { + "displayName": "1-bit", + "langName": "1 plaza", + "object": "Atmósfera de color", + "attribute": "Bit" + }, + { + "displayName": "2-bit", + "langName": "2 cifras", + "object": "Atmósfera de color", + "attribute": "Bit" + }, + { + "displayName": "3-bit", + "langName": "3 cifras", + "object": "Atmósfera de color", + "attribute": "Bit" + }, + { + "displayName": "4-bit", + "langName": "4 cifras", + "object": "Atmósfera de color", + "attribute": "Bit" + }, + { + "displayName": "6-bit", + "langName": "6 bits", + "object": "Atmósfera de color", + "attribute": "Bit" + }, + { + "displayName": "8-bit", + "langName": "8 bits", + "object": "Atmósfera de color", + "attribute": "Bit" + }, + { + "displayName": "12-bit", + "langName": "12 bits", + "object": "Atmósfera de color", + "attribute": "Bit" + }, + { + "displayName": "16-bit", + "langName": "16 bits", + "object": "Atmósfera de color", + "attribute": "Bit" + }, + { + "displayName": "4-bit RGB", + "langName": "RGB de 4 bits", + "object": "Atmósfera de color", + "attribute": "Bit" + }, + { + "displayName": "8-bit RGB", + "langName": "RGB de 8 bits", + "object": "Atmósfera de color", + "attribute": "Bit" + }, + { + "displayName": "12-bit RGB", + "langName": "RGB de 12 bits", + "object": "Atmósfera de color", + "attribute": "Bit" + }, + { + "displayName": "16-bit RGB", + "langName": "RGB de 16 bits", + "object": "Atmósfera de color", + "attribute": "Bit" + }, + { + "displayName": "Technicolor", + "langName": "color técnico", + "object": "Atmósfera de color", + "attribute": "Producción cinematográfica" + }, + { + "displayName": "Kinemacolor", + "langName": "color de la película", + "object": "Atmósfera de color", + "attribute": "Producción cinematográfica" + }, + { + "displayName": "Kodachrome", + "langName": "Kodachrome", + "object": "Atmósfera de color", + "attribute": "Producción cinematográfica" + }, + { + "displayName": "Cinecolor", + "langName": "color de la película", + "object": "Atmósfera de color", + "attribute": "Producción cinematográfica" + }, + { + "displayName": "Agfacolor", + "langName": "Agfa color", + "object": "Atmósfera de color", + "attribute": "Producción cinematográfica" + }, + { + "displayName": "dynamic pose", + "langName": "Posturas dinámicas (enérgicas)", + "object": "Fotografía", + "attribute": "Perspectiva" + }, + { + "displayName": "dynamic_angle", + "langName": "ángulo dinámico", + "object": "Fotografía", + "attribute": "Perspectiva" + }, + { + "displayName": "from_above", + "langName": "Toma desde arriba", + "object": "Fotografía", + "attribute": "Perspectiva" + }, + { + "displayName": "from_below", + "langName": "Toma desde abajo", + "object": "Fotografía", + "attribute": "Perspectiva" + }, + { + "displayName": "cinematic_angle", + "langName": "ángulo de la película", + "object": "Fotografía", + "attribute": "Perspectiva" + }, + { + "displayName": "dutch angle", + "langName": "ángulo de inclinación", + "object": "Fotografía", + "attribute": "Perspectiva" + }, + { + "displayName": "foreshortening", + "langName": "perspectiva", + "object": "Fotografía", + "attribute": "Perspectiva" + }, + { + "displayName": "fisheye", + "langName": "pintura en perspectiva lejana", + "object": "Fotografía", + "attribute": "Perspectiva" + }, + { + "displayName": "camera level/Parallel angles", + "langName": "cámara paralela", + "object": "Fotografía", + "attribute": "Perspectiva" + }, + { + "displayName": "horizontal view angle", + "langName": "Ángulo de visión horizontal", + "object": "Fotografía", + "attribute": "Perspectiva" + }, + { + "displayName": "isometric view", + "langName": "Vista isométrica", + "object": "Fotografía", + "attribute": "Perspectiva" + }, + { + "displayName": "Aerial View", + "langName": "vista superior", + "object": "Fotografía", + "attribute": "Perspectiva" + }, + { + "displayName": "Top-View", + "langName": "vista superior", + "object": "Fotografía", + "attribute": "Perspectiva" + }, + { + "displayName": "Side-View", + "langName": "vista lateral", + "object": "Fotografía", + "attribute": "Perspectiva" + }, + { + "displayName": "Satellite-View", + "langName": "vista satélite", + "object": "Fotografía", + "attribute": "Perspectiva" + }, + { + "displayName": "phone_screen", + "langName": "pantalla del móvil", + "object": "Fotografía", + "attribute": "Composición" + }, + { + "displayName": "multiple_views", + "langName": "Descomposición multiperspectiva", + "object": "Fotografía", + "attribute": "Composición" + }, + { + "displayName": "mirror selfie", + "langName": "Selfie en el espejo", + "object": "Fotografía", + "attribute": "Composición" + }, + { + "displayName": "three-quarter view", + "langName": "3/4 de perspectiva", + "object": "Fotografía", + "attribute": "Composición" + }, + { + "displayName": "front_view", + "langName": "vista frontal", + "object": "Fotografía", + "attribute": "Composición" + }, + { + "displayName": "from_side", + "langName": "vista lateral", + "object": "Fotografía", + "attribute": "Composición" + }, + { + "displayName": "from_outside", + "langName": "De fuera a dentro", + "object": "Fotografía", + "attribute": "Composición" + }, + { + "displayName": "from_back", + "langName": "vista posterior", + "object": "Fotografía", + "attribute": "Composición" + }, + { + "displayName": "from behind", + "langName": "vista posterior", + "object": "Fotografía", + "attribute": "Composición" + }, + { + "displayName": "Macro View", + "langName": "vista microscópica", + "object": "Fotografía", + "attribute": "Composición" + }, + { + "displayName": "Product-View", + "langName": "Vista del producto", + "object": "Fotografía", + "attribute": "Composición" + }, + { + "displayName": "Closeup-View", + "langName": "Vista de cerca", + "object": "Fotografía", + "attribute": "Composición" + }, + { + "displayName": "First-Person", + "langName": "primera persona", + "object": "Fotografía", + "attribute": "Composición" + }, + { + "displayName": "First-Person view", + "langName": "perspectiva en primera persona", + "object": "Fotografía", + "attribute": "Composición" + }, + { + "displayName": "Third-Person", + "langName": "tercera persona", + "object": "Fotografía", + "attribute": "Composición" + }, + { + "displayName": "Third-Person View", + "langName": "perspectiva en tercera persona", + "object": "Fotografía", + "attribute": "Composición" + }, + { + "displayName": "Perspective", + "langName": "vista en perspectiva", + "object": "Fotografía", + "attribute": "Composición" + }, + { + "displayName": "Field of View", + "langName": "campo de visión", + "object": "Fotografía", + "attribute": "Composición" + }, + { + "displayName": "Extreme Close-up", + "langName": "por encima de la barbilla", + "object": "Fotografía", + "attribute": "Altura de visión" + }, + { + "displayName": "Medium Close-up", + "langName": "por encima del cuello", + "object": "Fotografía", + "attribute": "Altura de visión" + }, + { + "displayName": "Full Close-up", + "langName": "Por encima de la clavícula", + "object": "Fotografía", + "attribute": "Altura de visión" + }, + { + "displayName": "Wide Close-up", + "langName": "por encima del hombro", + "object": "Fotografía", + "attribute": "Altura de visión" + }, + { + "displayName": "Close Shot", + "langName": "por encima del pecho", + "object": "Fotografía", + "attribute": "Altura de visión" + }, + { + "displayName": "Medium Close Shot", + "langName": "por encima del ombligo", + "object": "Fotografía", + "attribute": "Altura de visión" + }, + { + "displayName": "Medium Shot", + "langName": "por encima del ombligo", + "object": "Fotografía", + "attribute": "Altura de visión" + }, + { + "displayName": "Medium Full Shot", + "langName": "por encima de la rodilla", + "object": "Fotografía", + "attribute": "Altura de visión" + }, + { + "displayName": "Full Shot", + "langName": "retrato de cuerpo entero", + "object": "Fotografía", + "attribute": "Altura de visión" + }, + { + "displayName": "mid_shot", + "langName": "toma media", + "object": "Fotografía", + "attribute": "Altura de visión" + }, + { + "displayName": "bust", + "langName": "busto", + "object": "Fotografía", + "attribute": "Altura de visión" + }, + { + "displayName": "upper_body", + "langName": "parte superior del cuerpo", + "object": "Fotografía", + "attribute": "Altura de visión" + }, + { + "displayName": "lower_body", + "langName": "parte inferior del cuerpo", + "object": "Fotografía", + "attribute": "Altura de visión" + }, + { + "displayName": "cowboy_shot", + "langName": "Parte superior del cuerpo + parte superior del muslo (lente vaquera)", + "object": "Fotografía", + "attribute": "Altura de visión" + }, + { + "displayName": "portrait", + "langName": "Retrato (cara + hombros + ocasionalmente pecho)", + "object": "Fotografía", + "attribute": "Altura de visión" + }, + { + "displayName": "very close portrait", + "langName": "Retrato de cerca (cámara más cerca)", + "object": "Fotografía", + "attribute": "Altura de visión" + }, + { + "displayName": "profile", + "langName": "Retrato de perfil (versión de perfil del retrato)", + "object": "Fotografía", + "attribute": "Altura de visión" + }, + { + "displayName": "close-up", + "langName": "primer plano", + "object": "Fotografía", + "attribute": "Altura de visión" + }, + { + "displayName": "focus on face", + "langName": "centrarse en la cara", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "full-body shot", + "langName": "toma de cuerpo entero", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "foreground focus", + "langName": "enfoque frontal", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "wide_shot", + "langName": "Objetivo panorámico (gran angular)", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "macro_shot", + "langName": "objetivo macro", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "inset", + "langName": "Insertar secuencias o imágenes adicionales", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "cross-section", + "langName": "Vista seccional", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "male focus", + "langName": "Enfoque masculino (Enfoque femenino)", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "solo_focus", + "langName": "Centrarse en un solo personaje (adecuado para escenas complejas)", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "xx_focus", + "langName": "centrarse en xx", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "face_focus", + "langName": "centrarse en la cara", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "eyes_focus", + "langName": "centrarse en los ojos", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "foot_focus", + "langName": "centrarse en los pies", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "hip_focus", + "langName": "Centrarse en los glúteos", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "ass_focus", + "langName": "centrarse en las nalgas", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "vehicle_focus", + "langName": "Centrarse en el vehículo (coche)", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "turn_one's_back", + "langName": "Volver a la cámara", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "between_legs", + "langName": "(énfasis) entre las piernas", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "between_breasts", + "langName": "pecho (saliente)", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "between_fingers", + "langName": "(prominencia) entre los dedos", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "peeking", + "langName": "mirón", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "peeking_out", + "langName": "espiar (gesto)", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "peeping", + "langName": "Voyeur (énfasis en la perspectiva)", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "midriff_peek", + "langName": "mirarse el ombligo", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "armpit_peek", + "langName": "vistazo a la axila", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "pussy_peek", + "langName": "Puxi peek", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "panty_peek", + "langName": "panty peek", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "pantyshot", + "langName": "Ropa interior al descubierto", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "caught", + "langName": "Pillados en acción", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "upskirt", + "langName": "Vista por encima de la falda", + "object": "Fotografía", + "attribute": "Enfoque del objetivo" + }, + { + "displayName": "Macro", + "langName": "Macro", + "object": "Fotografía", + "attribute": "Lentes/Efectos ópticos" + }, + { + "displayName": "Telephoto", + "langName": "Teleobjetivo", + "object": "Fotografía", + "attribute": "Lentes/Efectos ópticos" + }, + { + "displayName": "Magnification", + "langName": "ampliar", + "object": "Fotografía", + "attribute": "Lentes/Efectos ópticos" + }, + { + "displayName": "Microscopic", + "langName": "microscópico", + "object": "Fotografía", + "attribute": "Lentes/Efectos ópticos" + }, + { + "displayName": "Electron Microscope", + "langName": "microscopio electrónico", + "object": "Fotografía", + "attribute": "Lentes/Efectos ópticos" + }, + { + "displayName": "Super-Resolution Microscopy", + "langName": "microscopía de superresolución", + "object": "Fotografía", + "attribute": "Lentes/Efectos ópticos" + }, + { + "displayName": "Wide Angle", + "langName": "gran angular", + "object": "Fotografía", + "attribute": "Lentes/Efectos ópticos" + }, + { + "displayName": "Ultra-Wide Angle", + "langName": "super gran angular", + "object": "Fotografía", + "attribute": "Lentes/Efectos ópticos" + }, + { + "displayName": "panorama", + "langName": "panorámica", + "object": "Fotografía", + "attribute": "Lentes/Efectos ópticos" + }, + { + "displayName": "360 Panorama", + "langName": "Panorámica 360", + "object": "Fotografía", + "attribute": "Lentes/Efectos ópticos" + }, + { + "displayName": "360 Angle", + "langName": "Vista de 360 grados", + "object": "Fotografía", + "attribute": "Lentes/Efectos ópticos" + }, + { + "displayName": "Fisheye Lens", + "langName": "lente ojo de pez", + "object": "Fotografía", + "attribute": "Lentes/Efectos ópticos" + }, + { + "displayName": "Fisheye Lens Effect", + "langName": "efecto ojo de pez", + "object": "Fotografía", + "attribute": "Lentes/Efectos ópticos" + }, + { + "displayName": "Miniature Faking", + "langName": "Efecto maqueta en miniatura", + "object": "Fotografía", + "attribute": "Lentes/Efectos ópticos" + }, + { + "displayName": "Brenizer Method", + "langName": "toma en espiral", + "object": "Fotografía", + "attribute": "Lentes/Efectos ópticos" + }, + { + "displayName": "Panini Projection", + "langName": "Proyección Panini", + "object": "Fotografía", + "attribute": "Lentes/Efectos ópticos" + }, + { + "displayName": "Orthographic", + "langName": "proyección ortográfica", + "object": "Fotografía", + "attribute": "Lentes/Efectos ópticos" + }, + { + "displayName": "Isometric", + "langName": "Proyección isométrica", + "object": "Fotografía", + "attribute": "Lentes/Efectos ópticos" + }, + { + "displayName": "DOF", + "langName": "profundidad de campo", + "object": "Fotografía", + "attribute": "Lentes/Efectos ópticos" + }, + { + "displayName": "landscape", + "langName": "Toma de paisaje (toma larga)", + "object": "Fotografía", + "attribute": "Lentes/Efectos ópticos" + }, + { + "displayName": "Sharp Focus", + "langName": "enfoque nítido", + "object": "Fotografía", + "attribute": "Lentes/Efectos ópticos" + }, + { + "displayName": "Zoom", + "langName": "zoom", + "object": "Fotografía", + "attribute": "Lentes/Efectos ópticos" + }, + { + "displayName": "Dolly Zoom", + "langName": "zoom dolly", + "object": "Fotografía", + "attribute": "Lentes/Efectos ópticos" + }, + { + "displayName": "Portrait Photogram", + "langName": "retrato", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Photorealistic", + "langName": "Fotorrealismo", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Cinematic", + "langName": "Sensación cinematográfica", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Color Grading", + "langName": "gradación del color", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Dramatic", + "langName": "dramático", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Editorial Photography", + "langName": "fotografía editorial", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "filmic", + "langName": "Calidad cinematográfica", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "film still", + "langName": "imágenes fijas", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "film grain", + "langName": "grano de película", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Glamor Shot", + "langName": "fotos con encanto", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Golden Hour", + "langName": "prime time", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "High-Speed Photograph", + "langName": "fotografía de alta velocidad", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Intentional camera movement", + "langName": "movimiento de cámara intencionado", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Paparazzi Photography", + "langName": "fotografía paparazzi", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Photography", + "langName": "fotografía", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Photoshoot", + "langName": "sesión fotográfica", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "photo", + "langName": "foto", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "polaroid", + "langName": "Fotos (Polaroid)", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "poster,caustics", + "langName": "Póster/Enfoque temático", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Kaleidoscope Photography", + "langName": "fotografía caleidoscopio", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Photojournalism", + "langName": "fotoperiodismo", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Time-Lapse", + "langName": "Fotografía time-lapse", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Satellite Imagery", + "langName": "imágenes por satélite", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "War Photography", + "langName": "fotografía de guerra", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Wildlife Photography", + "langName": "fotografía de naturaleza", + "object": "Fotografía", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Blurry", + "langName": "Vago", + "object": "Fotografía", + "attribute": "Desenfoque/distorsión" + }, + { + "displayName": "Blur Effect", + "langName": "Efecto difuminado", + "object": "Fotografía", + "attribute": "Desenfoque/distorsión" + }, + { + "displayName": "Tilt Blur", + "langName": "desenfoque de inclinación", + "object": "Fotografía", + "attribute": "Desenfoque/distorsión" + }, + { + "displayName": "Lens Distortion", + "langName": "distorsión del objetivo", + "object": "Fotografía", + "attribute": "Desenfoque/distorsión" + }, + { + "displayName": "flash photography", + "langName": "Fotografía con flash", + "object": "Fotografía", + "attribute": "Ajustes de la cámara" + }, + { + "displayName": "Exposure", + "langName": "exposición", + "object": "Fotografía", + "attribute": "Ajustes de la cámara" + }, + { + "displayName": "Short Exposure", + "langName": "exposición corta", + "object": "Fotografía", + "attribute": "Ajustes de la cámara" + }, + { + "displayName": "Long Exposure", + "langName": "larga exposición", + "object": "Fotografía", + "attribute": "Ajustes de la cámara" + }, + { + "displayName": "Double-Exposure", + "langName": "doble exposición", + "object": "Fotografía", + "attribute": "Ajustes de la cámara" + }, + { + "displayName": "Shutter Speed 1/1000", + "langName": "Velocidad de obturación 1/1000", + "object": "Fotografía", + "attribute": "Ajustes de la cámara" + }, + { + "displayName": "Shutter Speed 1/2", + "langName": "Velocidad de obturación 1/2", + "object": "Fotografía", + "attribute": "Ajustes de la cámara" + }, + { + "displayName": "F/2.8", + "langName": "Apertura/2,8", + "object": "Fotografía", + "attribute": "Ajustes de la cámara" + }, + { + "displayName": "F/22", + "langName": "F/22", + "object": "Fotografía", + "attribute": "Ajustes de la cámara" + }, + { + "displayName": "Gamma", + "langName": "gamma", + "object": "Fotografía", + "attribute": "Ajustes de la cámara" + }, + { + "displayName": "White Balance", + "langName": "balance de blancos", + "object": "Fotografía", + "attribute": "Ajustes de la cámara" + }, + { + "displayName": "Schlieren", + "langName": "interferencia de ondas luminosas", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Night Vision", + "langName": "Fotografía con poca luz", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Hyperspectral Imaging", + "langName": "imágenes hiperespectrales", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Multispectral Imaging", + "langName": "imágenes multiespectrales", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Camcorder Effect", + "langName": "efectos de cámara", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "DSLR", + "langName": "SLR", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "35mm", + "langName": "35 mm", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Tri-X 400 TX", + "langName": "Tri-X 400TX", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Instax", + "langName": "Polaroid", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Ektachrome", + "langName": "Kodak Ektachrome", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Fujifilm Superia", + "langName": "Fujifilm", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Fujifilm XT3", + "langName": "Fujifilm XT3", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Polaroid SX-70", + "langName": "Polaroid", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Ilford HP5", + "langName": "Ilford HP5", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Kodak Ektar", + "langName": "Kodak Ektar", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Kodak Gold 200", + "langName": "Kodak Oro 200", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Kodak Portra", + "langName": "Kodak Portra", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Lomo", + "langName": "Lomo", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Nikon D750", + "langName": "Nikon D750", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Provia", + "langName": "Fuji Provia", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Shot on 70mm", + "langName": "Rodado en película de 70 mm", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Velvia", + "langName": "Fuji Velvia", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Vintage", + "langName": "sesión vintage", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Pinhole Photography", + "langName": "fotografía estenopeica", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Photogram", + "langName": "foto", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Daguerrotype", + "langName": "Daguerrotipo", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Ambrotype", + "langName": "fotografía antigua", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Calotype", + "langName": "Fotofotografía", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Tintype", + "langName": "fotografía tintype", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Dashcam-Footage", + "langName": "Vídeo grabador de conducción", + "object": "Fotografía", + "attribute": "Cámara" + }, + { + "displayName": "Unary", + "langName": "un yuan", + "object": "Fotografía", + "attribute": "Sistema digital" + }, + { + "displayName": "Binary", + "langName": "binario", + "object": "Fotografía", + "attribute": "Sistema digital" + }, + { + "displayName": "Ternary", + "langName": "ternario", + "object": "Fotografía", + "attribute": "Sistema digital" + }, + { + "displayName": "Quaternary", + "langName": "cuaternario", + "object": "Fotografía", + "attribute": "Sistema digital" + }, + { + "displayName": "Quinary", + "langName": "quinario", + "object": "Fotografía", + "attribute": "Sistema digital" + }, + { + "displayName": "Senary", + "langName": "hexadecimal", + "object": "Fotografía", + "attribute": "Sistema digital" + }, + { + "displayName": "Septenary", + "langName": "Base siete", + "object": "Fotografía", + "attribute": "Sistema digital" + }, + { + "displayName": "Octal", + "langName": "Octal", + "object": "Fotografía", + "attribute": "Sistema digital" + }, + { + "displayName": "Nonary", + "langName": "Nueve base", + "object": "Fotografía", + "attribute": "Sistema digital" + }, + { + "displayName": "Decimal", + "langName": "decimal", + "object": "Fotografía", + "attribute": "Sistema digital" + }, + { + "displayName": "Hexadecimal", + "langName": "hexadecimal", + "object": "Fotografía", + "attribute": "Sistema digital" + }, + { + "displayName": "depth of field", + "langName": "Profundidad de campo (coordinación de escenas humanas)", + "object": "Fotografía", + "attribute": "Efecto" + }, + { + "displayName": "motion_blur", + "langName": "desenfoque causado por el movimiento", + "object": "Fotografía", + "attribute": "Efecto" + }, + { + "displayName": "motion_lines", + "langName": "Líneas que encarnan el movimiento", + "object": "Fotografía", + "attribute": "Efecto" + }, + { + "displayName": "speed_lines", + "langName": "línea de velocidad", + "object": "Fotografía", + "attribute": "Efecto" + }, + { + "displayName": "bokeh", + "langName": "Cáusticas (fondo difuminado)", + "object": "Fotografía", + "attribute": "Efecto" + }, + { + "displayName": "chromatic_aberration", + "langName": "Aberración cromática, color desenfocado", + "object": "Fotografía", + "attribute": "Efecto" + }, + { + "displayName": "overexposure", + "langName": "sobreexpuesta", + "object": "Fotografía", + "attribute": "Efecto" + }, + { + "displayName": "Vignette", + "langName": "Viñeta", + "object": "Fotografía", + "attribute": "Efecto" + }, + { + "displayName": "Split Toning", + "langName": "Clasificación dividida", + "object": "Fotografía", + "attribute": "Efecto" + }, + { + "displayName": "Rephotography", + "langName": "fotografía pesada", + "object": "Fotografía", + "attribute": "Efecto" + }, + { + "displayName": "miniature model film", + "langName": "película de miniaturas", + "object": "Fotografía", + "attribute": "Efecto" + }, + { + "displayName": "Scanography", + "langName": "fotografía escaneada", + "object": "Fotografía", + "attribute": "Efecto" + }, + { + "displayName": "Slit-Scan Photography", + "langName": "fotografía de hendidura", + "object": "Fotografía", + "attribute": "Efecto" + }, + { + "displayName": "photorealistic,realistic", + "langName": "realista, simulación", + "object": "Fotografía", + "attribute": "Efecto" + }, + { + "displayName": "realistic", + "langName": "Realista", + "object": "Fotografía", + "attribute": "Efecto" + }, + { + "displayName": "semi-realistic", + "langName": "semi-realista", + "object": "Fotografía", + "attribute": "Efecto" + }, + { + "displayName": "realistic shadows", + "langName": "sombra de la realidad", + "object": "Fotografía", + "attribute": "Efecto" + }, + { + "displayName": "detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "datos de la mano", + "object": "Fotografía", + "attribute": "Efecto" + }, + { + "displayName": "detailed feet and detailed 5 toes and detailed 5 toenails", + "langName": "detalles de los pies", + "object": "Fotografía", + "attribute": "Efecto" + }, + { + "displayName": "Transparent", + "langName": "transparente", + "object": "Material", + "attribute": "Opacidad" + }, + { + "displayName": "Translucent", + "langName": "translúcido", + "object": "Material", + "attribute": "Opacidad" + }, + { + "displayName": "Opaque", + "langName": "opaco", + "object": "Material", + "attribute": "Opacidad" + }, + { + "displayName": "Bump Map", + "langName": "Mapa de baches", + "object": "Material", + "attribute": "Mapa" + }, + { + "displayName": "Bump Mapped", + "langName": "Con mapa de relieve", + "object": "Material", + "attribute": "Mapa" + }, + { + "displayName": "Bump Mapping", + "langName": "Cartografía de protuberancias", + "object": "Material", + "attribute": "Mapa" + }, + { + "displayName": "Normal Map", + "langName": "mapa normal", + "object": "Material", + "attribute": "Mapa" + }, + { + "displayName": "Depth Map", + "langName": "Mapa de profundidad", + "object": "Material", + "attribute": "Mapa" + }, + { + "displayName": "Soft Body", + "langName": "software", + "object": "Material", + "attribute": "Cuerpo blando" + }, + { + "displayName": "Squishy", + "langName": "esponjoso", + "object": "Material", + "attribute": "Cuerpo blando" + }, + { + "displayName": "Anisotropy", + "langName": "anisotropía", + "object": "Material", + "attribute": "Característica" + }, + { + "displayName": "Carbonated", + "langName": "Con gas", + "object": "Material", + "attribute": "Característica" + }, + { + "displayName": "Effervescent", + "langName": "espumante", + "object": "Material", + "attribute": "Característica" + }, + { + "displayName": "Icy", + "langName": "frío", + "object": "Material", + "attribute": "Característica" + }, + { + "displayName": "Charred", + "langName": "Carbonización", + "object": "Material", + "attribute": "Característica" + }, + { + "displayName": "Corrugated", + "langName": "arrugado", + "object": "Material", + "attribute": "Característica" + }, + { + "displayName": "Perforated", + "langName": "perforación", + "object": "Material", + "attribute": "Característica" + }, + { + "displayName": "Wooden", + "langName": "de madera", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Lumber", + "langName": "madera", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Plywood", + "langName": "contrachapado", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Particle-Board", + "langName": "tablero de partículas", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Sawdust", + "langName": "serrín", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Cork", + "langName": "corcho", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Cherry-Wood", + "langName": "madera de cerezo", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Maple-Wood", + "langName": "arce", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Pine-Wood", + "langName": "pinar", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Oak-Wood", + "langName": "roble", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Birch-Wood", + "langName": "abedul", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Acacia-Wood", + "langName": "Madera de acacia", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Cedar-Wood", + "langName": "madera de cedro", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Wood-Stain", + "langName": "tinte para madera", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Planks", + "langName": "tablero", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Wooden Planks", + "langName": "tablero de madera", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Nailed-Wood", + "langName": "Clavar madera", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Wooden Fence", + "langName": "valla de madera", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Cardboard", + "langName": "cartón", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Corrugated Fiberboard", + "langName": "cartón ondulado", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Paperboard", + "langName": "cartón", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Cardstock", + "langName": "atasco de papel", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Paper", + "langName": "Papel", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Construction Paper", + "langName": "planos de construcción", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Tissue Paper", + "langName": "papel higiénico", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Graph Paper", + "langName": "papel cuadriculado", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Kraft Paper", + "langName": "Papel Kraft", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Washi", + "langName": "Papel japonés", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Wasli", + "langName": "Papel wasli", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Papyrus", + "langName": "Papiro", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Manuscript Paper", + "langName": "papel manuscrito", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Wrapping Paper", + "langName": "papel para envolver", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Parchment", + "langName": "pergamino", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Parchment Paper", + "langName": "papel para barbacoa", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Medieval Parchment", + "langName": "pergamino medieval", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Toilet Paper", + "langName": "papel higiénico", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Paper Towel", + "langName": "tejido", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Manila Paper", + "langName": "papel manila", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Manila Folder", + "langName": "carpeta manila", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Envelope", + "langName": "sobre", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Security Paper", + "langName": "Papel antifalsificación", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Rolling Paper", + "langName": "papel de fumar", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Cotton Paper", + "langName": "tejido", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Hemp Fiber", + "langName": "fibra de cáñamo", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Hemp Paper", + "langName": "papel de cáñamo", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Cellulose", + "langName": "Celulosa", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Plastic-Coated Paper", + "langName": "papel plastificado", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Tar Paper", + "langName": "papel de alquitrán", + "object": "Material", + "attribute": "Madera y papel" + }, + { + "displayName": "Soil", + "langName": "suelo", + "object": "Material", + "attribute": "Suelo" + }, + { + "displayName": "Dirt", + "langName": "polvo", + "object": "Material", + "attribute": "Suelo" + }, + { + "displayName": "Mud", + "langName": "barro", + "object": "Material", + "attribute": "Suelo" + }, + { + "displayName": "Mud Brick", + "langName": "adobe", + "object": "Material", + "attribute": "Suelo" + }, + { + "displayName": "Clay", + "langName": "arcilla", + "object": "Material", + "attribute": "Suelo" + }, + { + "displayName": "Sand", + "langName": "arena", + "object": "Material", + "attribute": "Suelo" + }, + { + "displayName": "Gravel", + "langName": "grava", + "object": "Material", + "attribute": "Suelo" + }, + { + "displayName": "Silt", + "langName": "limo", + "object": "Material", + "attribute": "Suelo" + }, + { + "displayName": "Dust", + "langName": "polvo", + "object": "Material", + "attribute": "Suelo" + }, + { + "displayName": "Spodosol", + "langName": "suelo de coníferas", + "object": "Material", + "attribute": "Suelo" + }, + { + "displayName": "Podzol", + "langName": "suelo de coníferas", + "object": "Material", + "attribute": "Suelo" + }, + { + "displayName": "Sandpaper", + "langName": "papel de lija", + "object": "Material", + "attribute": "Suelo" + }, + { + "displayName": "Stone", + "langName": "Piedra", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Cobblestone", + "langName": "adoquinado", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Pebbles", + "langName": "guijarro", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Rock", + "langName": "roca", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Rocky", + "langName": "rocoso", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Bedrock", + "langName": "lecho de roca", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Flint", + "langName": "sílex", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Sandstone", + "langName": "arenisca", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Basalt", + "langName": "basalto", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Marble", + "langName": "mármol", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Granite", + "langName": "granito", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Diorite", + "langName": "Diorita", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Andesite", + "langName": "andesita", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Gypsum", + "langName": "escayola", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Coal", + "langName": "carbón", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Sulfur", + "langName": "Azufre", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Graphene", + "langName": "grafeno", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Carbon Nanotubes", + "langName": "nanotubos de carbono", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Carbon Fiber", + "langName": "fibra de carbono", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Concrete", + "langName": "hormigón", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Sidewalk", + "langName": "acera", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Asphalt", + "langName": "asfalto", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Hempcrete", + "langName": "hormigón de cáñamo", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Brick", + "langName": "ladrillo", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Terracotta", + "langName": "arcilla roja", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Pottery", + "langName": "cerámica", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Ceramic", + "langName": "productos cerámicos", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Enamel", + "langName": "esmalte", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Sheetrock", + "langName": "placa de yeso", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Plaster", + "langName": "estuco", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Asbestos", + "langName": "amianto", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Slag", + "langName": "escoria", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Vermiculite", + "langName": "Vermiculita", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Perlite", + "langName": "perlita", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Borax", + "langName": "Bórax", + "object": "Material", + "attribute": "Piedras y minerales" + }, + { + "displayName": "Metallic", + "langName": "metálico", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Metal", + "langName": "Metal", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Liquid Metal", + "langName": "metal líquido", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Foil", + "langName": "lámina", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Rusty", + "langName": "oxidado", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Pewter", + "langName": "peltre", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Copper", + "langName": "cobre", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Tin", + "langName": "estaño", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Aluminum", + "langName": "aluminio", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Brushed Aluminum", + "langName": "aluminio cepillado", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Bronze", + "langName": "bronce", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Brass", + "langName": "latón", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Iron", + "langName": "hierro", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Wrought Iron", + "langName": "hierro forjado", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Steel", + "langName": "acero", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Stainless Steel", + "langName": "Acero inoxidable", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Damascus Steel", + "langName": "acero damasco", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Titanium", + "langName": "titanio", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Anodized Titanium", + "langName": "titanio anodizado", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Damascus Titanium", + "langName": "titanio damasco", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Sterling Silver", + "langName": "Plata de ley", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Sterling", + "langName": "Plata estándar", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Rose-Gold", + "langName": "oro rosa", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Platinum", + "langName": "platino", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Chromium", + "langName": "cromo", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Chrome", + "langName": "cromado", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Mercury", + "langName": "mercurio", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Mercury Metal", + "langName": "mercurio metálico", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Molten Mercury", + "langName": "mercurio fundido", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Molten Mercury Metal", + "langName": "mercurio fundido metal", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Gallium", + "langName": "galio", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Magnesium", + "langName": "magnesio", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Zinc", + "langName": "zinc", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Lead", + "langName": "plomo", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Tungsten", + "langName": "Tungsteno", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Zirconium", + "langName": "circonio", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Cubic Zirconium", + "langName": "circón cúbico", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Cobalt", + "langName": "cobalto", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Uranium", + "langName": "uranio", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Sodium", + "langName": "sodio", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Potassium", + "langName": "Potasio", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Constantan", + "langName": "Constantan", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Hepatizon", + "langName": "Cobre Hepa", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Nichrome", + "langName": "Nichrome", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Damascus", + "langName": "damasco", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Iron Filings", + "langName": "limaduras de hierro", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Copper-Sulfate", + "langName": "sulfato de cobre", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Solder", + "langName": "soldar", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Metallic Fiber", + "langName": "fibra metálica", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Armature Wire", + "langName": "Alambre blindado", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Metal Foam", + "langName": "espuma metálica", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Needle", + "langName": "Aguja", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Screw", + "langName": "tornillo", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Paper Clips", + "langName": "sujetapapeles", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Chain-link", + "langName": "cadena", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Chicken Wire", + "langName": "alambre de espino", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Chain-link Fence", + "langName": "valla de tela metálica", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Glassy", + "langName": "Vítreo", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Stained Glass", + "langName": "vidrieras", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Stained Glass Windows", + "langName": "vidrieras", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Seaglass", + "langName": "cristal de mar", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Mirror", + "langName": "Espejo", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Fiberglass", + "langName": "fibra de vidrio", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Glass Fiber", + "langName": "fibra de vidrio", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Glass and Crystals", + "langName": "vidrio y cristal", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Crystalline", + "langName": "cristal", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Diamond", + "langName": "diamante", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Amethyst", + "langName": "amatista", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Quartz", + "langName": "cuarzo", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Smoky Quartz", + "langName": "cuarzo ahumado", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Rose Quartz", + "langName": "cuarzo rosa", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Milky Quartz", + "langName": "Cuarzo opalescente", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Rutilated Quartz", + "langName": "cuarzo cristal de titanio", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Sceptred Quartz", + "langName": "cuarzo nodular", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Herkimer Diamond", + "langName": "Diamante Herkimer", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Ruby", + "langName": "rubí", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Sapphire", + "langName": "zafiro", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Emerald", + "langName": "esmeralda", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Pearl", + "langName": "perla", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Citrine", + "langName": "citrino", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Fluorite", + "langName": "fluorita", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Onyx", + "langName": "ágata", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Lapis Lazuli", + "langName": "lapislázuli", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Obsidian", + "langName": "obsidiana", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Selenite", + "langName": "Yeso transparente", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Jasper", + "langName": "cornalina", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Opal", + "langName": "ópalo", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Opalite", + "langName": "ágata ópalo", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Topaz", + "langName": "topacio", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Agate", + "langName": "ágata", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Carnelian", + "langName": "ágata roja", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Ametrine", + "langName": "Ametrina", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Aventurine", + "langName": "turmalina verde", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Borax Crystals", + "langName": "Cristales de bórax", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Colloidal Crystal", + "langName": "cristales coloidales", + "object": "Material", + "attribute": "Vidrio y cristal" + }, + { + "displayName": "Cloth", + "langName": "tela", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Cotton", + "langName": "algodón", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Polyester", + "langName": "fibra de poliéster", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Twine", + "langName": "Cordel", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Silk", + "langName": "seda", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Denim", + "langName": "vaqueros", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Leather", + "langName": "cuero", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Felt", + "langName": "Fieltro", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Felt Cloth", + "langName": "tela de fieltro", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Cashmere", + "langName": "Cachemira", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Velvet", + "langName": "terciopelo", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Corduroy", + "langName": "pana", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Nylon", + "langName": "nylon", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Polyamide", + "langName": "poliamida", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Kevlar", + "langName": "Aramida", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Spandex", + "langName": "spandex", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Rayon", + "langName": "Rayón", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Microfiber", + "langName": "microfibra", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Fibers", + "langName": "fibra", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Lyocell", + "langName": "Lyocell", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Cordura", + "langName": "Kaudura", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Lurex", + "langName": "puntilla", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Nomex", + "langName": "Nomex", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Quilt", + "langName": "Colcha", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Memory Foam", + "langName": "espuma viscoelástica", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Lint", + "langName": "pelusa", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Blanket", + "langName": "manta", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Pin Cushion", + "langName": "alfiletero", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Yarn", + "langName": "hilo", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Knitted", + "langName": "punto", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Rug", + "langName": "alfombra", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Crochet", + "langName": "Ganchillo", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Cross Stich", + "langName": "punto de cruz", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Needle Point", + "langName": "punto", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Patch", + "langName": "parche", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Sewen", + "langName": "coser", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Applique", + "langName": "apliques", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Macrame", + "langName": "encaje", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Weave", + "langName": "trenza", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Net", + "langName": "red", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Netting", + "langName": "Tela de malla", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Gauze", + "langName": "gasa", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Spider Web", + "langName": "tela de araña", + "object": "Material", + "attribute": "Tela" + }, + { + "displayName": "Plastic", + "langName": "plástico", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Shrink Wrap", + "langName": "film retráctil", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Plastic Wrap", + "langName": "envoltura de plástico", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Cling Wrap", + "langName": "Film adhesivo para envases", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Teflon", + "langName": "Teflón", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Lego", + "langName": "Lego", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Polyurethane", + "langName": "Poliuretano", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Polyethylene", + "langName": "polietileno", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Polyvinyl", + "langName": "polietileno", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Polypropylene", + "langName": "Polipropileno", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Polyimide", + "langName": "poliimida", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Styrofoam", + "langName": "Espuma de poliestireno", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Foam", + "langName": "Espuma", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Rubber", + "langName": "goma", + "object": "Material", + "attribute": "Goma" + }, + { + "displayName": "Rubber Band", + "langName": "goma elástica", + "object": "Material", + "attribute": "Goma" + }, + { + "displayName": "Rubber Band Ball", + "langName": "pelota de goma elástica", + "object": "Material", + "attribute": "Goma" + }, + { + "displayName": "Balloon", + "langName": "globo", + "object": "Material", + "attribute": "Goma" + }, + { + "displayName": "Nitrile", + "langName": "Caucho nitrílico", + "object": "Material", + "attribute": "Goma" + }, + { + "displayName": "Silicone", + "langName": "Silicona", + "object": "Material", + "attribute": "Goma" + }, + { + "displayName": "Vinyl", + "langName": "vinilo plástico", + "object": "Material", + "attribute": "Goma" + }, + { + "displayName": "Linoleum", + "langName": "linóleo", + "object": "Material", + "attribute": "Goma" + }, + { + "displayName": "Silly Band", + "langName": "goma elástica", + "object": "Material", + "attribute": "Goma" + }, + { + "displayName": "Wax", + "langName": "cera", + "object": "Material", + "attribute": "Cera" + }, + { + "displayName": "Wax Paper", + "langName": "plantilla", + "object": "Material", + "attribute": "Cera" + }, + { + "displayName": "Carnauba Wax", + "langName": "cera de carnauba", + "object": "Material", + "attribute": "Cera" + }, + { + "displayName": "Candelilla Wax", + "langName": "cera de candelilla", + "object": "Material", + "attribute": "Cera" + }, + { + "displayName": "Paraffin Wax", + "langName": "parafina", + "object": "Material", + "attribute": "Cera" + }, + { + "displayName": "Shellac", + "langName": "goma laca", + "object": "Material", + "attribute": "Cera" + }, + { + "displayName": "Ice", + "langName": "hielo", + "object": "Material", + "attribute": "Hielo y nieve" + }, + { + "displayName": "Blue-Ice", + "langName": "hielo azul", + "object": "Material", + "attribute": "Hielo y nieve" + }, + { + "displayName": "Dry Ice", + "langName": "hielo seco", + "object": "Material", + "attribute": "Hielo y nieve" + }, + { + "displayName": "Hairy", + "langName": "peludo", + "object": "Material", + "attribute": "Pelo/piel" + }, + { + "displayName": "Fuzz", + "langName": "Pelusa", + "object": "Material", + "attribute": "Pelo/piel" + }, + { + "displayName": "Beard", + "langName": "barba", + "object": "Material", + "attribute": "Pelo/piel" + }, + { + "displayName": "Feathers", + "langName": "pluma", + "object": "Material", + "attribute": "Pelo/piel" + }, + { + "displayName": "Zebra", + "langName": "cebra", + "object": "Material", + "attribute": "Pelo/piel" + }, + { + "displayName": "Dust-Bunny", + "langName": "conejo gris", + "object": "Material", + "attribute": "Pelo/piel" + }, + { + "displayName": "Liquid", + "langName": "líquido", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Water", + "langName": "agua", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Lava", + "langName": "magma", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Magma", + "langName": "lava", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Molten Rock", + "langName": "fundir roca", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Ferro Fluid", + "langName": "ferrofluido", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Liquid Crystal", + "langName": "cristal líquido", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Gasoline", + "langName": "gasolina", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Turpentine", + "langName": "trementina", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Mineral Oil", + "langName": "aceite mineral", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Motor Oil", + "langName": "aceite de motor", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Sea Foam", + "langName": "espuma de mar", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Emulsion", + "langName": "emulsificación", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Lipid", + "langName": "Lípidos", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Flubber", + "langName": "Tejido elástico", + "object": "Material", + "attribute": "Baba" + }, + { + "displayName": "Putty", + "langName": "Adhesivos para sellar y rellenar huecos", + "object": "Material", + "attribute": "Baba" + }, + { + "displayName": "Poster Tack", + "langName": "Pegamento para carteles", + "object": "Material", + "attribute": "Baba" + }, + { + "displayName": "Gel", + "langName": "gel", + "object": "Material", + "attribute": "Viscosidad" + }, + { + "displayName": "Aerogel", + "langName": "aerogel", + "object": "Material", + "attribute": "Viscosidad" + }, + { + "displayName": "Softgel", + "langName": "Cápsula blanda", + "object": "Material", + "attribute": "Viscosidad" + }, + { + "displayName": "Silica Gel", + "langName": "Silicona", + "object": "Material", + "attribute": "Viscosidad" + }, + { + "displayName": "Ballistic Gel", + "langName": "gel balístico", + "object": "Material", + "attribute": "Viscosidad" + }, + { + "displayName": "Jellyfish", + "langName": "medusa", + "object": "Material", + "attribute": "Viscosidad" + }, + { + "displayName": "Ballistic Foam", + "langName": "espuma balística", + "object": "Material", + "attribute": "Viscosidad" + }, + { + "displayName": "Sponge", + "langName": "esponja", + "object": "Material", + "attribute": "Viscosidad" + }, + { + "displayName": "Spongy", + "langName": "esponjoso", + "object": "Material", + "attribute": "Viscosidad" + }, + { + "displayName": "Tape", + "langName": "cinta adhesiva", + "object": "Material", + "attribute": "Adhesivo" + }, + { + "displayName": "Duct Tape", + "langName": "Cinta", + "object": "Material", + "attribute": "Adhesivo" + }, + { + "displayName": "Scotch Tape", + "langName": "Pegamento transparente", + "object": "Material", + "attribute": "Adhesivo" + }, + { + "displayName": "Clear Tape", + "langName": "Cinta adhesiva Scotch", + "object": "Material", + "attribute": "Adhesivo" + }, + { + "displayName": "Packing Tape", + "langName": "Cinta selladora", + "object": "Material", + "attribute": "Adhesivo" + }, + { + "displayName": "Masking Tape", + "langName": "Cinta adhesiva", + "object": "Material", + "attribute": "Adhesivo" + }, + { + "displayName": "Kapton", + "langName": "kapton", + "object": "Material", + "attribute": "Adhesivo" + }, + { + "displayName": "Kapton Tape", + "langName": "Cinta Kapton", + "object": "Material", + "attribute": "Adhesivo" + }, + { + "displayName": "Adhesive", + "langName": "Adhesivo", + "object": "Material", + "attribute": "Adhesivo" + }, + { + "displayName": "Glue", + "langName": "pegamento", + "object": "Material", + "attribute": "Adhesivo" + }, + { + "displayName": "Epoxy", + "langName": "Resina epoxi", + "object": "Material", + "attribute": "Adhesivo" + }, + { + "displayName": "Polymer", + "langName": "polímero", + "object": "Material", + "attribute": "Polímero" + }, + { + "displayName": "Orbeez", + "langName": "gotas de agua", + "object": "Material", + "attribute": "Polímero" + }, + { + "displayName": "Oobleck", + "langName": "solución mixta de almidón", + "object": "Material", + "attribute": "Polímero" + }, + { + "displayName": "Vapor", + "langName": "vapor", + "object": "Material", + "attribute": "Gas/polvo" + }, + { + "displayName": "Clouds", + "langName": "nube", + "object": "Material", + "attribute": "Gas/polvo" + }, + { + "displayName": "Fog", + "langName": "niebla", + "object": "Material", + "attribute": "Gas/polvo" + }, + { + "displayName": "Mist", + "langName": "niebla", + "object": "Material", + "attribute": "Gas/polvo" + }, + { + "displayName": "Gas", + "langName": "gas", + "object": "Material", + "attribute": "Gas/polvo" + }, + { + "displayName": "Aerosol", + "langName": "aerosol", + "object": "Material", + "attribute": "Gas/polvo" + }, + { + "displayName": "Powder", + "langName": "polvo", + "object": "Material", + "attribute": "Gas/polvo" + }, + { + "displayName": "Smoke", + "langName": "cigarrillo", + "object": "Material", + "attribute": "Gas/polvo" + }, + { + "displayName": "Plasma", + "langName": "plasma", + "object": "Material", + "attribute": "Plasma y energía" + }, + { + "displayName": "Electric", + "langName": "electricidad", + "object": "Material", + "attribute": "Plasma y energía" + }, + { + "displayName": "Electricity", + "langName": "electricidad", + "object": "Material", + "attribute": "Plasma y energía" + }, + { + "displayName": "Fire", + "langName": "fuego", + "object": "Material", + "attribute": "Plasma y energía" + }, + { + "displayName": "Burn", + "langName": "combustión", + "object": "Material", + "attribute": "Plasma y energía" + }, + { + "displayName": "Inferno", + "langName": "fuego infernal", + "object": "Material", + "attribute": "Plasma y energía" + }, + { + "displayName": "Jelly", + "langName": "gelatina", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Agar", + "langName": "Agar", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Wagyu", + "langName": "Wagyu", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Tallow", + "langName": "sebo", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Butter", + "langName": "mantequilla", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Margarine", + "langName": "margarina", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Cheese", + "langName": "queso", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Egg Yolk", + "langName": "yema", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Beans", + "langName": "judías", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Macaroni", + "langName": "pasta", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Marconi and Cheese", + "langName": "Queso Macron", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Pretzel", + "langName": "pretzels", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Churros", + "langName": "Palitos de masa frita", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Bread", + "langName": "pan", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Made of Bread", + "langName": "De pan", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Sour Cream", + "langName": "nata agria", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Sauce", + "langName": "Salsa", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Pasta Sauce", + "langName": "salsa de espaguetis", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Ketchup", + "langName": "ketchup", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Mustard", + "langName": "mostaza", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Mayonnaise", + "langName": "mayonesa", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Syrup", + "langName": "jarabe", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Maple Syrup", + "langName": "jarabe de arce", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Whipped Cream", + "langName": "Nata fresca", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Lollipop", + "langName": "Piruleta", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Cinnamon", + "langName": "Canela", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Caramel", + "langName": "caramelo", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Taffy", + "langName": "toffee", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Honeycomb", + "langName": "caramelos de nido de abeja", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Edible Ink", + "langName": "tinta comestible", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Food Coloring", + "langName": "colorante alimentario", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Sprinkles", + "langName": "trozos de caramelo", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Fondant Icing", + "langName": "glaseado fondant", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Royal Icing", + "langName": "merengue", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Wedding Cake", + "langName": "tarta de boda", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Cake Decorating", + "langName": "decoración de tartas", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Shortcrust-Pastry", + "langName": "hojaldre", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Flaky-Pastry", + "langName": "Milhojas de hojaldre", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Puff-Pastry", + "langName": "Hojaldre", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Eclair", + "langName": "Puffs", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Cannoli", + "langName": "rollo de donut", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Fruit-Tart", + "langName": "Tarta de frutas", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Creme Brule", + "langName": "pudin de caramelo", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Gum", + "langName": "goma de mascar", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Toothpaste", + "langName": "pasta de dientes", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Vegetable Oil", + "langName": "aceite vegetal", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Olive Oil", + "langName": "aceite de oliva", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Soda", + "langName": "agua con gas", + "object": "Material", + "attribute": "Alimentos y consumibles" + }, + { + "displayName": "Grass", + "langName": "Hierba", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Grassy", + "langName": "pradera", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Floral", + "langName": "flores", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Vines", + "langName": "vid", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Tree Bark", + "langName": "corteza", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Branches", + "langName": "ramas", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "shrub", + "langName": "arbusto", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Leaves", + "langName": "deja", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Pinecone", + "langName": "piña", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Acorn", + "langName": "bellotas", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Moss", + "langName": "musgo", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Cactus", + "langName": "cactus", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Straw", + "langName": "paja", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Straw-Bale", + "langName": "balas de paja", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Hay", + "langName": "heno", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Hay-Bale", + "langName": "balas de heno", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Hemp", + "langName": "numb", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Fungi", + "langName": "hongos", + "object": "Material", + "attribute": "Bacterias" + }, + { + "displayName": "Mushrooms", + "langName": "setas", + "object": "Material", + "attribute": "Bacterias" + }, + { + "displayName": "Mycelium", + "langName": "hifas", + "object": "Material", + "attribute": "Bacterias" + }, + { + "displayName": "Moldy", + "langName": "mohoso", + "object": "Material", + "attribute": "Bacterias" + }, + { + "displayName": "Lactarius-Indigo", + "langName": "Seta de leche índigo", + "object": "Material", + "attribute": "Bacterias" + }, + { + "displayName": "Latticed-Stinkhorn", + "langName": "Hongo enrejado", + "object": "Material", + "attribute": "Bacterias" + }, + { + "displayName": "Clathrus-Ruber", + "langName": "Rhodococcus", + "object": "Material", + "attribute": "Bacterias" + }, + { + "displayName": "Laccaria-Amethystina", + "langName": "seta púrpura", + "object": "Material", + "attribute": "Bacterias" + }, + { + "displayName": "Entoloma-Hochstetteri", + "langName": "Powderygophyllum holophylla", + "object": "Material", + "attribute": "Bacterias" + }, + { + "displayName": "Clavaria-Zollingeri", + "langName": "Hongo coralino púrpura", + "object": "Material", + "attribute": "Bacterias" + }, + { + "displayName": "Chlorociboria", + "langName": "hongo verde", + "object": "Material", + "attribute": "Bacterias" + }, + { + "displayName": "Golden-Scruffy-Collybia", + "langName": "Pata de gallo dorada", + "object": "Material", + "attribute": "Bacterias" + }, + { + "displayName": "Cyptotrama-Asprata", + "langName": "seta pie de sierra críptica", + "object": "Material", + "attribute": "Bacterias" + }, + { + "displayName": "Mycena Acicula", + "langName": "Phallophyllum acuminata", + "object": "Material", + "attribute": "Bacterias" + }, + { + "displayName": "Hygrocybe-Cantharellus", + "langName": "Seta de patas rojas", + "object": "Material", + "attribute": "Bacterias" + }, + { + "displayName": "Amanita-Muscaria", + "langName": "Amanita roja y blanca", + "object": "Material", + "attribute": "Bacterias" + }, + { + "displayName": "Favolaschia-Calocera", + "langName": "hongo del dedo del orangután", + "object": "Material", + "attribute": "Bacterias" + }, + { + "displayName": "Marasmius-Haematocephalus", + "langName": "hongos pelirrojos", + "object": "Material", + "attribute": "Bacterias" + }, + { + "displayName": "Cystoagaricus-Trisulphuratus", + "langName": "Trisulfato de setas", + "object": "Material", + "attribute": "Bacterias" + }, + { + "displayName": "Tremella-Mesenterica", + "langName": "Xanthomonas", + "object": "Material", + "attribute": "Bacterias" + }, + { + "displayName": "Tremella-Fuciformis", + "langName": "Tremella", + "object": "Material", + "attribute": "Bacterias" + }, + { + "displayName": "Tornado", + "langName": "tornado", + "object": "Material", + "attribute": "Objeto" + }, + { + "displayName": "Cage", + "langName": "jaula", + "object": "Material", + "attribute": "Objeto" + }, + { + "displayName": "Cheese Grater", + "langName": "rallador de queso", + "object": "Material", + "attribute": "Objeto" + }, + { + "displayName": "Slinky", + "langName": "juguetes de primavera", + "object": "Material", + "attribute": "Objeto" + }, + { + "displayName": "Yin Yang", + "langName": "yin y yang", + "object": "Material", + "attribute": "Símbolo" + }, + { + "displayName": "Taiji", + "langName": "Tai Chi", + "object": "Material", + "attribute": "Símbolo" + }, + { + "displayName": "Bagua", + "langName": "Cotilleos", + "object": "Material", + "attribute": "Símbolo" + }, + { + "displayName": "Wu Xing", + "langName": "Cinco elementos (metal, madera, agua, fuego y tierra)", + "object": "Material", + "attribute": "Símbolo" + }, + { + "displayName": "Gorgeous", + "langName": "precioso", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "stunning", + "langName": "increíble", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "intricate", + "langName": "complejo", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "detailed", + "langName": "lleno de detalles", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "luxurious", + "langName": "lujo", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "subtle", + "langName": "delicado", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "delicate", + "langName": "exquisito", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "captivating", + "langName": "encantador", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Refreshing", + "langName": "fresco", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Divine", + "langName": "sagrado", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Infused", + "langName": "mezclarse", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Essence", + "langName": "Esencia", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Ineffable", + "langName": "indescriptible", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Powerful", + "langName": "potente", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Weak", + "langName": "débil", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Thick", + "langName": "gruesa", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Massive Scale", + "langName": "a gran escala", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Massive", + "langName": "Muchos", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Huge", + "langName": "enorme", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Large", + "langName": "gran", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Big", + "langName": "gran", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Mini", + "langName": "mini", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Tiny", + "langName": "pequeño", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Micro", + "langName": "microscópico", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Nano", + "langName": "nanómetro", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Flexible", + "langName": "Flexible", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Paradox", + "langName": "paradoja", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Feng Shui", + "langName": "Feng Shui", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Perfectionism", + "langName": "perfeccionismo", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "OCD", + "langName": "trastorno obsesivo-compulsivo", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Array", + "langName": "una serie", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Muted", + "langName": "silenciar", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Visual Perception", + "langName": "percepción visual", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Visual Agnosia", + "langName": "agnosia visual", + "object": "Material", + "attribute": "Concepto" + }, + { + "displayName": "Amber", + "langName": "ámbar", + "object": "Material", + "attribute": "Otros materiales" + }, + { + "displayName": "Inlay", + "langName": "mosaico", + "object": "Material", + "attribute": "Otros materiales" + }, + { + "displayName": "Wires", + "langName": "cable eléctrico", + "object": "Material", + "attribute": "Otros materiales" + }, + { + "displayName": "Cells", + "langName": "célula", + "object": "Material", + "attribute": "Otros materiales" + }, + { + "displayName": "Cellular", + "langName": "malla", + "object": "Material", + "attribute": "Otros materiales" + }, + { + "displayName": "Transistor", + "langName": "transistor", + "object": "Material", + "attribute": "Otros materiales" + }, + { + "displayName": "Diode", + "langName": "diodo", + "object": "Material", + "attribute": "Otros materiales" + }, + { + "displayName": "Point", + "langName": "punto", + "object": "Composición geométrica", + "attribute": "Forma" + }, + { + "displayName": "Dot", + "langName": "punto", + "object": "Composición geométrica", + "attribute": "Forma" + }, + { + "displayName": "Line", + "langName": "Alambre", + "object": "Composición geométrica", + "attribute": "Forma" + }, + { + "displayName": "Curve", + "langName": "curva", + "object": "Composición geométrica", + "attribute": "Forma" + }, + { + "displayName": "Bezier Curve", + "langName": "Curva de Bézier", + "object": "Composición geométrica", + "attribute": "Forma" + }, + { + "displayName": "Triangle", + "langName": "triángulo", + "object": "Composición geométrica", + "attribute": "Forma" + }, + { + "displayName": "Square", + "langName": "cuadrado", + "object": "Composición geométrica", + "attribute": "Forma" + }, + { + "displayName": "Pentagon", + "langName": "pentágono", + "object": "Composición geométrica", + "attribute": "Forma" + }, + { + "displayName": "Hexagon", + "langName": "hexágono", + "object": "Composición geométrica", + "attribute": "Forma" + }, + { + "displayName": "Hexagonal", + "langName": "hexágono", + "object": "Composición geométrica", + "attribute": "Forma" + }, + { + "displayName": "Heptagon", + "langName": "heptágono", + "object": "Composición geométrica", + "attribute": "Forma" + }, + { + "displayName": "Octagon", + "langName": "octágono", + "object": "Composición geométrica", + "attribute": "Forma" + }, + { + "displayName": "Nonagon", + "langName": "nonagon", + "object": "Composición geométrica", + "attribute": "Forma" + }, + { + "displayName": "Decagon", + "langName": "decágono", + "object": "Composición geométrica", + "attribute": "Forma" + }, + { + "displayName": "Rectangle", + "langName": "rectángulo", + "object": "Composición geométrica", + "attribute": "Forma" + }, + { + "displayName": "Rectangular", + "langName": "Rectangular", + "object": "Composición geométrica", + "attribute": "Forma" + }, + { + "displayName": "Parallelogram", + "langName": "paralelogramo", + "object": "Composición geométrica", + "attribute": "Forma" + }, + { + "displayName": "Rhombus", + "langName": "diamante", + "object": "Composición geométrica", + "attribute": "Forma" + }, + { + "displayName": "Heart", + "langName": "Corazón", + "object": "Composición geométrica", + "attribute": "Forma" + }, + { + "displayName": "Spirangle", + "langName": "espiral", + "object": "Composición geométrica", + "attribute": "Forma" + }, + { + "displayName": "Cube", + "langName": "cubo", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Cuboid", + "langName": "cuboide", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Sphere", + "langName": "esfera", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Cone", + "langName": "cono", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Cylinder", + "langName": "cilindro", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Pyramid", + "langName": "pirámide", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Torus", + "langName": "toro", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Rectangular Prism", + "langName": "prisma en ángulo recto", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Star Prism", + "langName": "prisma estrellado", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Wedge", + "langName": "Cuña", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Zonohedron", + "langName": "Poliedro", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Tetrahedron", + "langName": "tetraedro", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Octahedron", + "langName": "octaedro", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Dodecahedron", + "langName": "Dodecaedro", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Icosahedron", + "langName": "icosaedro", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Kepler-Poinsot Polyhedra", + "langName": "Poliedro del punto de Kepler", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Cuboctahedron", + "langName": "cuboctaedro", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Rhombicuboctahedron", + "langName": "cuboctaedro romboédrico", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Icosidodecahedron", + "langName": "icosaedro", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Rhombicosidodecahedron", + "langName": "icosaedro romboédrico", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Trapezohedron", + "langName": "cuerpo trapezoidal", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Cupola", + "langName": "cúpula", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Anticupola", + "langName": "cúpula invertida", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Hypercupolae", + "langName": "supercúpula", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Bicupola", + "langName": "cúpula doble", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Frustum", + "langName": "cono truncado", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Bifrustum", + "langName": "frustro doble", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Rotunda", + "langName": "rotonda", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Birotunda", + "langName": "Rotonda doble", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Prismatoid", + "langName": "prisma", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Scutoid", + "langName": "poliedro escamoso", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Bipyramid", + "langName": "doble cono", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Star Bipyramid", + "langName": "estrella doble cono", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Anti-Prism", + "langName": "Antiprisma", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Trapezohedra", + "langName": "cono trapezoidal", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Star Trapezohedron", + "langName": "cono trapezoidal en estrella", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Spherical polyhedron", + "langName": "poliedro esférico", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Mobius strip", + "langName": "Banda de Möbius", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Hexaflexagon", + "langName": "Cartón hexagonal", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Miura fold", + "langName": "Miura plegable", + "object": "Composición geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Hypercube", + "langName": "hipercubo", + "object": "Composición geométrica", + "attribute": "Súper forma" + }, + { + "displayName": "Hyperprism", + "langName": "superprisma", + "object": "Composición geométrica", + "attribute": "Súper forma" + }, + { + "displayName": "Hyperpyramid", + "langName": "super pirámide", + "object": "Composición geométrica", + "attribute": "Súper forma" + }, + { + "displayName": "Hypertorus", + "langName": "hipertoro", + "object": "Composición geométrica", + "attribute": "Súper forma" + }, + { + "displayName": "Hypersphere", + "langName": "Hiperesfera", + "object": "Composición geométrica", + "attribute": "Súper forma" + }, + { + "displayName": "Hypercone", + "langName": "Hipercono", + "object": "Composición geométrica", + "attribute": "Súper forma" + }, + { + "displayName": "Hypercylinder", + "langName": "hipercilindro", + "object": "Composición geométrica", + "attribute": "Súper forma" + }, + { + "displayName": "Hyperzonohedron", + "langName": "superpoliedro", + "object": "Composición geométrica", + "attribute": "Súper forma" + }, + { + "displayName": "Hypertetrahedron", + "langName": "Hipertetraedro", + "object": "Composición geométrica", + "attribute": "Súper forma" + }, + { + "displayName": "Hyperoctahedron", + "langName": "superoctaedro", + "object": "Composición geométrica", + "attribute": "Súper forma" + }, + { + "displayName": "Hyperdodecahedron", + "langName": "superdodecaedro", + "object": "Composición geométrica", + "attribute": "Súper forma" + }, + { + "displayName": "Hypericosahedron", + "langName": "Supericosaedro", + "object": "Composición geométrica", + "attribute": "Súper forma" + }, + { + "displayName": "Flexible Polyhedron", + "langName": "poliedro elástico", + "object": "Composición geométrica", + "attribute": "Súper forma" + }, + { + "displayName": "Klein bottle", + "langName": "Botella Klein", + "object": "Composición geométrica", + "attribute": "Súper forma" + }, + { + "displayName": "Monogon", + "langName": "Hedron", + "object": "Composición geométrica", + "attribute": "Súper forma" + }, + { + "displayName": "Digon", + "langName": "diedro", + "object": "Composición geométrica", + "attribute": "Súper forma" + }, + { + "displayName": "AR", + "langName": "Realidad aumentada", + "object": "Composición geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "VR", + "langName": "realidad virtual", + "object": "Composición geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "2-Dimensional", + "langName": "bidimensional", + "object": "Composición geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "2D", + "langName": "2D", + "object": "Composición geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "2.5-Dimensional", + "langName": "2,5 dimensiones", + "object": "Composición geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "2.5D", + "langName": "2.5D", + "object": "Composición geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "3-Dimensional", + "langName": "tridimensional", + "object": "Composición geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "3D", + "langName": "3D", + "object": "Composición geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "4-Dimensional", + "langName": "cuatro dimensiones", + "object": "Composición geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "4D", + "langName": "4D", + "object": "Composición geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "5-Dimensional", + "langName": "cinco dimensiones", + "object": "Composición geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "5D", + "langName": "5D", + "object": "Composición geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Overdimensional", + "langName": "hiperdimensional", + "object": "Composición geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Underdimensional", + "langName": "segunda dimensión", + "object": "Composición geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Hyperdimensional", + "langName": "hiperdimensionalidad", + "object": "Composición geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Subdimensional", + "langName": "dimensión secundaria", + "object": "Composición geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Omnidimensional", + "langName": "dimensión completa", + "object": "Composición geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Everdimensional", + "langName": "dimensión eterna", + "object": "Composición geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Extradimensional", + "langName": "Dimensión diferente", + "object": "Composición geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Beyond-Dimensional", + "langName": "más allá de las dimensiones", + "object": "Composición geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Excessively-dimensional", + "langName": "dimensionalidad excesiva", + "object": "Composición geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Alldimensional", + "langName": "dimensión completa", + "object": "Composición geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Multiverse", + "langName": "multiverso", + "object": "Composición geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Low Poly", + "langName": "modelado de bajo perfil", + "object": "Composición geométrica", + "attribute": "Estilo" + }, + { + "displayName": "Geometric", + "langName": "geometría", + "object": "Composición geométrica", + "attribute": "Estilo" + }, + { + "displayName": "Non-Euclidian", + "langName": "No euclidiano", + "object": "Composición geométrica", + "attribute": "Estilo" + }, + { + "displayName": "Poly", + "langName": "Poly", + "object": "Composición geométrica", + "attribute": "Estilo" + }, + { + "displayName": "Polygon", + "langName": "polígono", + "object": "Composición geométrica", + "attribute": "Estilo" + }, + { + "displayName": "Polygonal", + "langName": "multilateral", + "object": "Composición geométrica", + "attribute": "Estilo" + }, + { + "displayName": "Polyhedron", + "langName": "poliedro", + "object": "Composición geométrica", + "attribute": "Estilo" + }, + { + "displayName": "Polyhedral", + "langName": "Muchos lados", + "object": "Composición geométrica", + "attribute": "Estilo" + }, + { + "displayName": "Platonic Solids", + "langName": "Sólidos platónicos", + "object": "Composición geométrica", + "attribute": "Estilo" + }, + { + "displayName": "Archimedean Solids", + "langName": "Sólido de Arquímedes", + "object": "Composición geométrica", + "attribute": "Estilo" + }, + { + "displayName": "Catalan solids", + "langName": "Cataluña Estereotipo", + "object": "Composición geométrica", + "attribute": "Estilo" + }, + { + "displayName": "Vertex", + "langName": "vértice", + "object": "Composición geométrica", + "attribute": "Característica" + }, + { + "displayName": "Edge", + "langName": "borde", + "object": "Composición geométrica", + "attribute": "Característica" + }, + { + "displayName": "Surface", + "langName": "superficie", + "object": "Composición geométrica", + "attribute": "Característica" + }, + { + "displayName": "Interior", + "langName": "interno", + "object": "Composición geométrica", + "attribute": "Característica" + }, + { + "displayName": "Exterior", + "langName": "externo", + "object": "Composición geométrica", + "attribute": "Característica" + }, + { + "displayName": "Convex", + "langName": "convexo", + "object": "Composición geométrica", + "attribute": "Característica" + }, + { + "displayName": "Concave", + "langName": "cóncavo", + "object": "Composición geométrica", + "attribute": "Característica" + }, + { + "displayName": "Equiangular", + "langName": "Equiangular", + "object": "Composición geométrica", + "attribute": "Característica" + }, + { + "displayName": "Equilateral", + "langName": "Equilátero", + "object": "Composición geométrica", + "attribute": "Característica" + }, + { + "displayName": "Cyclic", + "langName": "circular", + "object": "Composición geométrica", + "attribute": "Característica" + }, + { + "displayName": "Tangential", + "langName": "tangente", + "object": "Composición geométrica", + "attribute": "Característica" + }, + { + "displayName": "Rectilinear", + "langName": "línea recta", + "object": "Composición geométrica", + "attribute": "Característica" + }, + { + "displayName": "Traverse", + "langName": "a través de", + "object": "Composición geométrica", + "attribute": "Característica" + }, + { + "displayName": "Quasi", + "langName": "plan", + "object": "Composición geométrica", + "attribute": "Característica" + }, + { + "displayName": "Quasi-Regular", + "langName": "cuasi-reglas", + "object": "Composición geométrica", + "attribute": "Característica" + }, + { + "displayName": "Isogonal", + "langName": "Equiangular", + "object": "Composición geométrica", + "attribute": "Característica" + }, + { + "displayName": "Isotoxal", + "langName": "Esperando el veneno", + "object": "Composición geométrica", + "attribute": "Característica" + }, + { + "displayName": "Isohedral", + "langName": "Fideos iguales", + "object": "Composición geométrica", + "attribute": "Característica" + }, + { + "displayName": "Stellation", + "langName": "forma de estrella", + "object": "Composición geométrica", + "attribute": "Característica" + }, + { + "displayName": "Ehrhart Polynomial", + "langName": "Polinomio de Ehrhart", + "object": "Composición geométrica", + "attribute": "Característica" + }, + { + "displayName": "Ideal polyhedron", + "langName": "poliedro ideal", + "object": "Composición geométrica", + "attribute": "Característica" + }, + { + "displayName": "Polytope", + "langName": "politopo", + "object": "Composición geométrica", + "attribute": "Característica" + }, + { + "displayName": "Realistic Painting", + "langName": "pintura realista", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Fine Art", + "langName": "pintura artística", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Still-Life", + "langName": "pintura de bodegones", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Oil Paint", + "langName": "pintura", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "((dyeing)),((oil painting)),((impasto))", + "langName": "Pintura al óleo (combinación)", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Wet Paint", + "langName": "Pintura húmeda", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Dripping Paint", + "langName": "pintura goteante", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Splatter Paint", + "langName": "Salpicaduras de pintura", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Spray Paint", + "langName": "pintura en aerosol", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Puffy Paint", + "langName": "pigmentos tridimensionales", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Glass Paint", + "langName": "pintura de vidrio", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Tempera Paint", + "langName": "Témpera", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Gouache Paint", + "langName": "pintura gouache", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Chinese Painting", + "langName": "Pintura china", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Tibetan Painting", + "langName": "pintura tibetana", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Scroll Painting", + "langName": "pintura en pergamino", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Canvas", + "langName": "pintura sobre lienzo", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Color Field Painting", + "langName": "pintura de campo de color", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Hard Edge Painting", + "langName": "pintura hard edge", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Paper-Marbling", + "langName": "gouache", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Hydrodipped", + "langName": "pegatinas de agua", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Painting", + "langName": "pintura", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Ink wash painting", + "langName": "pintura en tinta", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "watercolor", + "langName": "pintura en acuarela", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "(((ink))),((watercolor))", + "langName": "pintura en acuarela", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Paint", + "langName": "pintura", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "acrylic_paint", + "langName": "pintura acrílica", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Airbrush", + "langName": "Aerógrafo", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Coffee Paint", + "langName": "pintura café", + "object": "Tipo de imagen", + "attribute": "Pintura" + }, + { + "displayName": "Illustration", + "langName": "ilustración", + "object": "Tipo de imagen", + "attribute": "Ilustración" + }, + { + "displayName": "Storybook Illustration", + "langName": "Ilustración de cuento", + "object": "Tipo de imagen", + "attribute": "Ilustración" + }, + { + "displayName": "Children's Drawing", + "langName": "dibujos infantiles", + "object": "Tipo de imagen", + "attribute": "Ilustración" + }, + { + "displayName": "Graphic Novel", + "langName": "novela gráfica", + "object": "Tipo de imagen", + "attribute": "Ilustración" + }, + { + "displayName": "Visual Novel", + "langName": "novela visual", + "object": "Tipo de imagen", + "attribute": "Ilustración" + }, + { + "displayName": "Illustrated-Booklet", + "langName": "folleto ilustrado", + "object": "Tipo de imagen", + "attribute": "Ilustración" + }, + { + "displayName": "Illuminated Manuscript", + "langName": "Manuscrito iluminado", + "object": "Tipo de imagen", + "attribute": "Ilustración" + }, + { + "displayName": "Assembly Drawing", + "langName": "Plano de montaje", + "object": "Tipo de imagen", + "attribute": "Ilustración" + }, + { + "displayName": "wallpaper", + "langName": "papel pintado", + "object": "Tipo de imagen", + "attribute": "Ilustración" + }, + { + "displayName": "extremely detailed wallpaper", + "langName": "Papel pintado muy detallado", + "object": "Tipo de imagen", + "attribute": "Ilustración" + }, + { + "displayName": "digital illustration", + "langName": "ilustración digital", + "object": "Tipo de imagen", + "attribute": "Ilustración" + }, + { + "displayName": "multiple item spritedsheet", + "langName": "Una colección de imágenes de múltiples patrones relacionados", + "object": "Tipo de imagen", + "attribute": "Ilustración" + }, + { + "displayName": "game cg", + "langName": "Juego CG", + "object": "Tipo de imagen", + "attribute": "Ilustración" + }, + { + "displayName": "extremely detailed cg", + "langName": "Cg muy detallado", + "object": "Tipo de imagen", + "attribute": "Ilustración" + }, + { + "displayName": "Drawing", + "langName": "pintura", + "object": "Tipo de imagen", + "attribute": "Dibujado a mano" + }, + { + "displayName": "Hand-Drawn", + "langName": "dibujado a mano", + "object": "Tipo de imagen", + "attribute": "Dibujado a mano" + }, + { + "displayName": "Doodle", + "langName": "Graffiti", + "object": "Tipo de imagen", + "attribute": "Dibujado a mano" + }, + { + "displayName": "sketch", + "langName": "boceto", + "object": "Tipo de imagen", + "attribute": "Dibujado a mano" + }, + { + "displayName": "posing sketch", + "langName": "boceto", + "object": "Tipo de imagen", + "attribute": "Dibujado a mano" + }, + { + "displayName": "Line Art", + "langName": "dibujo lineal", + "object": "Tipo de imagen", + "attribute": "Dibujado a mano" + }, + { + "displayName": "Crosshatch", + "langName": "rayado cruzado", + "object": "Tipo de imagen", + "attribute": "Dibujado a mano" + }, + { + "displayName": "Stipple", + "langName": "Puntillismo", + "object": "Tipo de imagen", + "attribute": "Dibujado a mano" + }, + { + "displayName": "Dot Art", + "langName": "Puntillismo", + "object": "Tipo de imagen", + "attribute": "Dibujado a mano" + }, + { + "displayName": "Anatomical Drawing", + "langName": "Diagrama anatómico", + "object": "Tipo de imagen", + "attribute": "Dibujado a mano" + }, + { + "displayName": "(posing sketch),(monochrome)", + "langName": "boceto en blanco y negro", + "object": "Tipo de imagen", + "attribute": "Dibujado a mano" + }, + { + "displayName": "Pencil Art", + "langName": "dibujo a lápiz", + "object": "Tipo de imagen", + "attribute": "Lápiz" + }, + { + "displayName": "graphite", + "langName": "lápiz de grafito", + "object": "Tipo de imagen", + "attribute": "Lápiz" + }, + { + "displayName": "colored_pencil", + "langName": "lápices de colores", + "object": "Tipo de imagen", + "attribute": "Lápiz" + }, + { + "displayName": "watercolor_pencil", + "langName": "lápiz acuarelable", + "object": "Tipo de imagen", + "attribute": "Lápiz" + }, + { + "displayName": "charcoal art", + "langName": "Dibujo a carboncillo", + "object": "Tipo de imagen", + "attribute": "Lápiz" + }, + { + "displayName": "millipen_(medium)", + "langName": "tiralíneas", + "object": "Tipo de imagen", + "attribute": "Lápiz" + }, + { + "displayName": "nib_pen_(medium)", + "langName": "tiralíneas", + "object": "Tipo de imagen", + "attribute": "Lápiz" + }, + { + "displayName": "(monochrome),(gray scale),(pencil sketch lines)", + "langName": "dibujo a lápiz", + "object": "Tipo de imagen", + "attribute": "Lápiz" + }, + { + "displayName": "faux_traditional_media", + "langName": "Estilo de pintura de carteles", + "object": "Tipo de imagen", + "attribute": "Lápiz" + }, + { + "displayName": "Ink", + "langName": "tinta", + "object": "Tipo de imagen", + "attribute": "Tinta" + }, + { + "displayName": "Fountain Pen", + "langName": "bolígrafo", + "object": "Tipo de imagen", + "attribute": "Tinta" + }, + { + "displayName": "Fountain Pen Art", + "langName": "dibujo a pluma", + "object": "Tipo de imagen", + "attribute": "Tinta" + }, + { + "displayName": "Ballpoint Pen", + "langName": "bolígrafo", + "object": "Tipo de imagen", + "attribute": "Tinta" + }, + { + "displayName": "Gel Pen", + "langName": "bolígrafo de gel", + "object": "Tipo de imagen", + "attribute": "Tinta" + }, + { + "displayName": "ballpoint_pen_(medium)", + "langName": "bolígrafo", + "object": "Tipo de imagen", + "attribute": "Tinta" + }, + { + "displayName": "Calligraphy", + "langName": "caligrafía", + "object": "Tipo de imagen", + "attribute": "Tinta" + }, + { + "displayName": "marker_(medium)", + "langName": "rotulador", + "object": "Tipo de imagen", + "attribute": "Tinta" + }, + { + "displayName": "copics", + "langName": "Marcador (gris neutro)", + "object": "Tipo de imagen", + "attribute": "Tinta" + }, + { + "displayName": "Dry-Erase Marker", + "langName": "marcador de pizarra blanca", + "object": "Tipo de imagen", + "attribute": "Tinta" + }, + { + "displayName": "Wet-Erase Marker", + "langName": "rotulador borrable", + "object": "Tipo de imagen", + "attribute": "Tinta" + }, + { + "displayName": "Whiteboard", + "langName": "pizarra", + "object": "Tipo de imagen", + "attribute": "Tinta" + }, + { + "displayName": "pastel_color", + "langName": "colores pastel", + "object": "Tipo de imagen", + "attribute": "Tinta" + }, + { + "displayName": "Crayon", + "langName": "crayón", + "object": "Tipo de imagen", + "attribute": "Tiza" + }, + { + "displayName": "Conte", + "langName": "Pluma Kangxi", + "object": "Tipo de imagen", + "attribute": "Tiza" + }, + { + "displayName": "Chalk", + "langName": "tiza", + "object": "Tipo de imagen", + "attribute": "Tiza" + }, + { + "displayName": "Pastel Art", + "langName": "pintura al pastel", + "object": "Tipo de imagen", + "attribute": "Tiza" + }, + { + "displayName": "Blackboard", + "langName": "pizarra", + "object": "Tipo de imagen", + "attribute": "Tiza" + }, + { + "displayName": "Chalkboard", + "langName": "pizarra", + "object": "Tipo de imagen", + "attribute": "Tiza" + }, + { + "displayName": "Text", + "langName": "texto", + "object": "Tipo de imagen", + "attribute": "Texto" + }, + { + "displayName": "Typeface", + "langName": "fuente", + "object": "Tipo de imagen", + "attribute": "Texto" + }, + { + "displayName": "Font", + "langName": "fuente", + "object": "Tipo de imagen", + "attribute": "Texto" + }, + { + "displayName": "Says", + "langName": "explique", + "object": "Tipo de imagen", + "attribute": "Texto" + }, + { + "displayName": "Letters", + "langName": "carta", + "object": "Tipo de imagen", + "attribute": "Texto" + }, + { + "displayName": "Graphemes", + "langName": "grafema", + "object": "Tipo de imagen", + "attribute": "Texto" + }, + { + "displayName": "Written Letters", + "langName": "escribir cartas", + "object": "Tipo de imagen", + "attribute": "Texto" + }, + { + "displayName": "Words", + "langName": "palabra", + "object": "Tipo de imagen", + "attribute": "Texto" + }, + { + "displayName": "Lexemes", + "langName": "morfema", + "object": "Tipo de imagen", + "attribute": "Texto" + }, + { + "displayName": "Written Words", + "langName": "palabra escrita", + "object": "Tipo de imagen", + "attribute": "Texto" + }, + { + "displayName": "Caption", + "langName": "título", + "object": "Tipo de imagen", + "attribute": "Texto" + }, + { + "displayName": "Logo", + "langName": "marca registrada", + "object": "Tipo de imagen", + "attribute": "Imprimir" + }, + { + "displayName": "Stamp", + "langName": "sello", + "object": "Tipo de imagen", + "attribute": "Imprimir" + }, + { + "displayName": "Postage Stamp", + "langName": "sello", + "object": "Tipo de imagen", + "attribute": "Imprimir" + }, + { + "displayName": "Business Card", + "langName": "tarjeta de visita", + "object": "Tipo de imagen", + "attribute": "Imprimir" + }, + { + "displayName": "Collage", + "langName": "collage", + "object": "Tipo de imagen", + "attribute": "Imprimir" + }, + { + "displayName": "Photocollage", + "langName": "collage fotográfico", + "object": "Tipo de imagen", + "attribute": "Imprimir" + }, + { + "displayName": "Fotocollage", + "langName": "collage fotográfico", + "object": "Tipo de imagen", + "attribute": "Imprimir" + }, + { + "displayName": "Lithography", + "langName": "litografía", + "object": "Tipo de imagen", + "attribute": "Imprimir" + }, + { + "displayName": "Block Printing", + "langName": "Grabado", + "object": "Tipo de imagen", + "attribute": "Imprimir" + }, + { + "displayName": "Magazine", + "langName": "Revista", + "object": "Tipo de imagen", + "attribute": "Imprimir" + }, + { + "displayName": "Newspaper", + "langName": "periódico", + "object": "Tipo de imagen", + "attribute": "Imprimir" + }, + { + "displayName": "Newsprint", + "langName": "papel prensa", + "object": "Tipo de imagen", + "attribute": "Imprimir" + }, + { + "displayName": "Cartographic", + "langName": "cartografía", + "object": "Tipo de imagen", + "attribute": "Imprimir" + }, + { + "displayName": "Blueprint", + "langName": "plano", + "object": "Tipo de imagen", + "attribute": "Imprimir" + }, + { + "displayName": "comic", + "langName": "cómics", + "object": "Tipo de imagen", + "attribute": "Imprimir" + }, + { + "displayName": "Comic Book", + "langName": "cómic", + "object": "Tipo de imagen", + "attribute": "Imprimir" + }, + { + "displayName": "Booklet", + "langName": "folleto", + "object": "Tipo de imagen", + "attribute": "Imprimir" + }, + { + "displayName": "Poster", + "langName": "cartel", + "object": "Tipo de imagen", + "attribute": "Imprimir" + }, + { + "displayName": "Sticker", + "langName": "pegatina", + "object": "Tipo de imagen", + "attribute": "Imprimir" + }, + { + "displayName": "Barcode", + "langName": "código de barras", + "object": "Tipo de imagen", + "attribute": "Imprimir" + }, + { + "displayName": "QR Code", + "langName": "Código QR", + "object": "Tipo de imagen", + "attribute": "Imprimir" + }, + { + "displayName": "Pokemon Card", + "langName": "Cartas Pokémon (Pocket Monsters)", + "object": "Tipo de imagen", + "attribute": "Imprimir" + }, + { + "displayName": "Origami", + "langName": "origami", + "object": "Tipo de imagen", + "attribute": "Origami" + }, + { + "displayName": "Modular Origami", + "langName": "Origami modular", + "object": "Tipo de imagen", + "attribute": "Origami" + }, + { + "displayName": "Rigid Origami", + "langName": "origami rígido", + "object": "Tipo de imagen", + "attribute": "Origami" + }, + { + "displayName": "Sonobe", + "langName": "ramo de origami", + "object": "Tipo de imagen", + "attribute": "Origami" + }, + { + "displayName": "Kirigami", + "langName": "corte de papel", + "object": "Tipo de imagen", + "attribute": "Origami" + }, + { + "displayName": "Moneygami", + "langName": "origami de billetes", + "object": "Tipo de imagen", + "attribute": "Origami" + }, + { + "displayName": "Wet-Folding", + "langName": "Pliegue húmedo", + "object": "Tipo de imagen", + "attribute": "Origami" + }, + { + "displayName": "pixel art", + "langName": "pixel art", + "object": "Tipo de imagen", + "attribute": "Mosaico" + }, + { + "displayName": "Mosaic", + "langName": "mosaico", + "object": "Tipo de imagen", + "attribute": "Mosaico" + }, + { + "displayName": "Micromosaic", + "langName": "Micromosaico", + "object": "Tipo de imagen", + "attribute": "Mosaico" + }, + { + "displayName": "Glass Mosaic", + "langName": "mosaico vítreo", + "object": "Tipo de imagen", + "attribute": "Mosaico" + }, + { + "displayName": "Photographic Mosaic", + "langName": "mosaico fotográfico", + "object": "Tipo de imagen", + "attribute": "Mosaico" + }, + { + "displayName": "Impressionist Mosaic", + "langName": "mosaico impresionista", + "object": "Tipo de imagen", + "attribute": "Mosaico" + }, + { + "displayName": "Frame", + "langName": "marco de fotos", + "object": "Tipo de imagen", + "attribute": "Marco" + }, + { + "displayName": "Framed", + "langName": "enmarcado", + "object": "Tipo de imagen", + "attribute": "Marco" + }, + { + "displayName": "Wooden Frame", + "langName": "marco de fotos de madera", + "object": "Tipo de imagen", + "attribute": "Marco" + }, + { + "displayName": "Wooden Framed", + "langName": "marco de madera", + "object": "Tipo de imagen", + "attribute": "Marco" + }, + { + "displayName": "Carving", + "langName": "grabado", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Etching", + "langName": "grabado", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Sculpture", + "langName": "escultura", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Papercutting", + "langName": "corte de papel", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "silhouette", + "langName": "silueta", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Whittling", + "langName": "cuchillo de trinchar", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Wood-Carving", + "langName": "talla en madera", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Chip-Carving", + "langName": "talla de flores", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Relief-Carving", + "langName": "ayuda", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Ice-Carving", + "langName": "escultura de hielo", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Lacquer", + "langName": "arte de la laca", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "String-Art", + "langName": "arte de cuerda", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Paper-Mache", + "langName": "formación de pasta", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Paper Model", + "langName": "modelo en papel", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Card", + "langName": "tarjeta", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Carved Lacquer", + "langName": "laca tallada", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Fretwork", + "langName": "Proceso de vaciado", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Intaglio", + "langName": "impresión en huecograbado", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Mezzotint", + "langName": "Pintura al cobre", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Aquatint", + "langName": "impresión en huecograbado", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Linocut", + "langName": "Serigrafía", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Pyrography", + "langName": "Pintura de puntos de soldadura", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Puppet", + "langName": "marioneta", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Balloon Modelling", + "langName": "modelo de globo", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Balloon Twisting", + "langName": "Globos de diversas formas", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Circuit", + "langName": "Diagrama de líneas", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Circuitry", + "langName": "circuito", + "object": "Tipo de imagen", + "attribute": "Grabado, aguafuerte y modelado" + }, + { + "displayName": "Dalle de verre", + "langName": "vidrieras", + "object": "Tipo de imagen", + "attribute": "Cerámica y vidrio" + }, + { + "displayName": "Encaustic painting", + "langName": "pintura de porcelana", + "object": "Tipo de imagen", + "attribute": "Cerámica y vidrio" + }, + { + "displayName": "Glaze", + "langName": "esmalte", + "object": "Tipo de imagen", + "attribute": "Cerámica y vidrio" + }, + { + "displayName": "Overglaze", + "langName": "Esmalte", + "object": "Tipo de imagen", + "attribute": "Cerámica y vidrio" + }, + { + "displayName": "Inglaze", + "langName": "Bajo vidriado", + "object": "Tipo de imagen", + "attribute": "Cerámica y vidrio" + }, + { + "displayName": "Azulejo", + "langName": "Azulejo", + "object": "Tipo de imagen", + "attribute": "Cerámica y vidrio" + }, + { + "displayName": "Paleolithic Pottery", + "langName": "Cerámica paleolítica", + "object": "Tipo de imagen", + "attribute": "Cerámica y vidrio" + }, + { + "displayName": "Neolithic Pottery", + "langName": "Cerámica neolítica", + "object": "Tipo de imagen", + "attribute": "Cerámica y vidrio" + }, + { + "displayName": "Bone China", + "langName": "porcelana china", + "object": "Tipo de imagen", + "attribute": "Cerámica y vidrio" + }, + { + "displayName": "Ornament", + "langName": "decoración", + "object": "Tipo de imagen", + "attribute": "Cerámica y vidrio" + }, + { + "displayName": "Light Art", + "langName": "arte de la luz", + "object": "Tipo de imagen", + "attribute": "Luz" + }, + { + "displayName": "Light Painting", + "langName": "pintura ligera", + "object": "Tipo de imagen", + "attribute": "Luz" + }, + { + "displayName": "Lightpainting", + "langName": "pintura ligera", + "object": "Tipo de imagen", + "attribute": "Luz" + }, + { + "displayName": "traditional_media", + "langName": "Lienzo tradicional (como papel, etc.)", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Wall Decal", + "langName": "adhesivos de pared", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Banner", + "langName": "banner", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Signage", + "langName": "señalización", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Arts and Crafts", + "langName": "artesanía", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Resin", + "langName": "Resina epoxi", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Enamel Pin", + "langName": "Pin de esmalte", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Bejeweled", + "langName": "Gemas incrustadas", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Latte Art", + "langName": "Arte con leche", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Coffee Stain", + "langName": "manchas de café", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Smoke Art", + "langName": "arte del humo", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Sticker Bomb", + "langName": "bomba de pegatinas", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Jigsaw", + "langName": "rompecabezas", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Puzzle", + "langName": "rompecabezas", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Maze", + "langName": "laberinto", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Toy", + "langName": "Juguete", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Site-Specific art", + "langName": "arte específico del lugar", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Public Art", + "langName": "arte público", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Diorama", + "langName": "diorama", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Hedge Trimming", + "langName": "recorte de setos", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Hatmaking", + "langName": "fabricación de sombreros", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Stencil", + "langName": "plantilla", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Negative Space", + "langName": "espacio negativo", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Scrapbooking", + "langName": "álbum de recortes", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Mixed Media", + "langName": "técnica mixta", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Frottage", + "langName": "Pintura Estampida", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Outlined", + "langName": "contorno", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Glitter", + "langName": "purpurina", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Sparkly", + "langName": "brillante", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Indian Art", + "langName": "arte indio", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Soviet Art", + "langName": "arte soviético", + "object": "Tipo de imagen", + "attribute": "Otros medios de comunicación" + }, + { + "displayName": "Rock Art", + "langName": "petroglifos", + "object": "Tipo de imagen", + "attribute": "Arte tradicional" + }, + { + "displayName": "Cave Art", + "langName": "arte rupestre", + "object": "Tipo de imagen", + "attribute": "Arte tradicional" + }, + { + "displayName": "Mural", + "langName": "mural", + "object": "Tipo de imagen", + "attribute": "Arte tradicional" + }, + { + "displayName": "Easter Egg", + "langName": "Huevo de Pascua", + "object": "Tipo de imagen", + "attribute": "Arte tradicional" + }, + { + "displayName": "Egg Decorating", + "langName": "Huevos pintados", + "object": "Tipo de imagen", + "attribute": "Arte tradicional" + }, + { + "displayName": "((art nouveau))", + "langName": "art nouveau", + "object": "Estilo artístico", + "attribute": "Estilo artístico histórico" + }, + { + "displayName": "((classicism))", + "langName": "clasicismo", + "object": "Estilo artístico", + "attribute": "Estilo artístico histórico" + }, + { + "displayName": "((neoclassicism))", + "langName": "neoclasicismo", + "object": "Estilo artístico", + "attribute": "Estilo artístico histórico" + }, + { + "displayName": "((romanticism))", + "langName": "romanticismo", + "object": "Estilo artístico", + "attribute": "Estilo artístico histórico" + }, + { + "displayName": "Gothic art", + "langName": "arte gótico", + "object": "Estilo artístico", + "attribute": "Estilo artístico histórico" + }, + { + "displayName": "Baroque", + "langName": "Barroco", + "object": "Estilo artístico", + "attribute": "Estilo artístico histórico" + }, + { + "displayName": "Pre-Raphaelite Brotherhood", + "langName": "Prerrafaelitas", + "object": "Estilo artístico", + "attribute": "Estilo artístico histórico" + }, + { + "displayName": "renaissance art", + "langName": "estilo renacentista", + "object": "Estilo artístico", + "attribute": "Estilo artístico histórico" + }, + { + "displayName": "academic art", + "langName": "académico", + "object": "Estilo artístico", + "attribute": "Estilo artístico histórico" + }, + { + "displayName": "academicism", + "langName": "academicismo", + "object": "Estilo artístico", + "attribute": "Estilo artístico histórico" + }, + { + "displayName": "ancient greek art", + "langName": "arte griego antiguo", + "object": "Estilo artístico", + "attribute": "Estilo artístico histórico" + }, + { + "displayName": "ancient egypt", + "langName": "antiguo egipto", + "object": "Estilo artístico", + "attribute": "Estilo artístico histórico" + }, + { + "displayName": "Minimalism", + "langName": "minimalismo", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "Modern Art", + "langName": "arte moderno", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "contemporary art", + "langName": "arte contemporáneo", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "Concept Art", + "langName": "arte conceptual", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "Digital Art", + "langName": "arte digital", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "visionary art", + "langName": "artes visuales", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "Hyperrealistic", + "langName": "hiperrealista", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "hyperrealism", + "langName": "realismo", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "abstract expressionism", + "langName": "expresionismo abstracto", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "cubism", + "langName": "cubismo", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "impressionism", + "langName": "Impresionismo", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "Neo-impressionism", + "langName": "postimpresionismo", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "fauvism", + "langName": "fauvismo", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "expressionism", + "langName": "Expresionismo", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "Pop art", + "langName": "arte pop", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "((abstract art))", + "langName": "arte abstracto", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "((Dadaism))", + "langName": "Dadaísmo", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "((futurism))", + "langName": "futurista", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "Warhol", + "langName": "Estilo Andy Warhol", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "street art", + "langName": "arte callejero", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "folk art", + "langName": "arte popular", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "Bauhaus Style", + "langName": "Estilo Bauhaus", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "Luminsm", + "langName": "cromatismo", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "Constructivism", + "langName": "constructivismo", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "((dieselpunk))", + "langName": "dieselpunk", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "streampunk", + "langName": "steampunk", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "Disney style", + "langName": "estilo disney", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "Picos style", + "langName": "Al estilo Pixar", + "object": "Estilo artístico", + "attribute": "Arte moderno" + }, + { + "displayName": "realism", + "langName": "realismo", + "object": "Estilo artístico", + "attribute": "Ficción y realidad" + }, + { + "displayName": "Surrealistic", + "langName": "Surrealismo", + "object": "Estilo artístico", + "attribute": "Ficción y realidad" + }, + { + "displayName": "Social realism", + "langName": "realismo social", + "object": "Estilo artístico", + "attribute": "Ficción y realidad" + }, + { + "displayName": "Magic Realism", + "langName": "realismo mágico", + "object": "Estilo artístico", + "attribute": "Ficción y realidad" + }, + { + "displayName": "Fantastic Realism", + "langName": "realismo mágico", + "object": "Estilo artístico", + "attribute": "Ficción y realidad" + }, + { + "displayName": "Classical Realism", + "langName": "realismo crítico", + "object": "Estilo artístico", + "attribute": "Ficción y realidad" + }, + { + "displayName": "miserablism", + "langName": "Melancolía (crítica de la pobreza y la injusticia en la sociedad)", + "object": "Estilo artístico", + "attribute": "Ficción y realidad" + }, + { + "displayName": "Contemporary Realism", + "langName": "realismo contemporáneo", + "object": "Estilo artístico", + "attribute": "Ficción y realidad" + }, + { + "displayName": "Non-Fiction", + "langName": "documental", + "object": "Estilo artístico", + "attribute": "Ficción y realidad" + }, + { + "displayName": "ukiyoe", + "langName": "Ukiyo-e japonés", + "object": "Estilo artístico", + "attribute": "Arte asiático" + }, + { + "displayName": "illustration,(((ukiyoe))),((sketch)),((japanese_art))", + "langName": "Ukiyo-e (grupo)", + "object": "Estilo artístico", + "attribute": "Arte asiático" + }, + { + "displayName": "traditional chinese painting", + "langName": "Pintura tradicional china", + "object": "Estilo artístico", + "attribute": "Arte asiático" + }, + { + "displayName": "Japonism", + "langName": "Estilo japonés", + "object": "Estilo artístico", + "attribute": "Arte asiático" + }, + { + "displayName": "Japanese manga style", + "langName": "Estilo manga japonés", + "object": "Estilo artístico", + "attribute": "Arte asiático" + }, + { + "displayName": "anime style", + "langName": "estilo de animación", + "object": "Estilo artístico", + "attribute": "Arte asiático" + }, + { + "displayName": "Aestheticism Painting", + "langName": "esteticismo pintura", + "object": "Estilo artístico", + "attribute": "Fotografía/Estilo de pintura" + }, + { + "displayName": "pastel color,sketch", + "langName": "Estilo de pintura rápida", + "object": "Estilo artístico", + "attribute": "Fotografía/Estilo de pintura" + }, + { + "displayName": "ink doodle", + "langName": "garabato de tinta", + "object": "Estilo artístico", + "attribute": "Fotografía/Estilo de pintura" + }, + { + "displayName": "charcoal sketch", + "langName": "Boceto a carboncillo", + "object": "Estilo artístico", + "attribute": "Fotografía/Estilo de pintura" + }, + { + "displayName": "sketch art", + "langName": "esbozo de arte", + "object": "Estilo artístico", + "attribute": "Fotografía/Estilo de pintura" + }, + { + "displayName": "sketch paper", + "langName": "papel de dibujo", + "object": "Estilo artístico", + "attribute": "Fotografía/Estilo de pintura" + }, + { + "displayName": "manuscript", + "langName": "manuscrito", + "object": "Estilo artístico", + "attribute": "Fotografía/Estilo de pintura" + }, + { + "displayName": "fading border", + "langName": "borde difuminado", + "object": "Estilo artístico", + "attribute": "Fotografía/Estilo de pintura" + }, + { + "displayName": "heavy contrast", + "langName": "Fuerte contraste (énfasis en el color)", + "object": "Estilo artístico", + "attribute": "Fotografía/Estilo de pintura" + }, + { + "displayName": "watercolor (medium)", + "langName": "acuarela transparente", + "object": "Estilo artístico", + "attribute": "Fotografía/Estilo de pintura" + }, + { + "displayName": "Polaroid art", + "langName": "arte polaroid", + "object": "Estilo artístico", + "attribute": "Fotografía/Estilo de pintura" + }, + { + "displayName": "opal render", + "langName": "Ópalo renderizado", + "object": "Estilo artístico", + "attribute": "Fotografía/Estilo de pintura" + }, + { + "displayName": "chemigram", + "langName": "Cromatograma", + "object": "Estilo artístico", + "attribute": "Fotografía/Estilo de pintura" + }, + { + "displayName": "((alphonse mucha))", + "langName": "Estilo Mucha", + "object": "Estilo artístico", + "attribute": "Fotografía/Estilo de pintura" + }, + { + "displayName": "((Monet style))", + "langName": "Estilo Monet", + "object": "Estilo artístico", + "attribute": "Fotografía/Estilo de pintura" + }, + { + "displayName": "style of Al Williamson", + "langName": "Estilo Williamson", + "object": "Estilo artístico", + "attribute": "Fotografía/Estilo de pintura" + }, + { + "displayName": "chiaroscuro", + "langName": "claroscuro", + "object": "Estilo artístico", + "attribute": "Fotografía/Estilo de pintura" + }, + { + "displayName": "film noir", + "langName": "Cine negro (culpa, deseo, venganza)", + "object": "Estilo artístico", + "attribute": "Fotografía/Estilo de pintura" + }, + { + "displayName": "dark theme", + "langName": "Arte temático oscuro", + "object": "Estilo artístico", + "attribute": "Fotografía/Estilo de pintura" + }, + { + "displayName": "fantasy", + "langName": "Adecuado para escenas de ciencia ficción", + "object": "Estilo artístico", + "attribute": "Ciencia ficción" + }, + { + "displayName": "fiction", + "langName": "ciencia ficción", + "object": "Estilo artístico", + "attribute": "Ciencia ficción" + }, + { + "displayName": "science fiction", + "langName": "ciencia ficción", + "object": "Estilo artístico", + "attribute": "Ciencia ficción" + }, + { + "displayName": "sci-fi", + "langName": "estilo ciencia ficción", + "object": "Estilo artístico", + "attribute": "Ciencia ficción" + }, + { + "displayName": "cyber punk", + "langName": "ciberpunk", + "object": "Estilo artístico", + "attribute": "Ciencia ficción" + }, + { + "displayName": "Dark Fantasy", + "langName": "fantasía oscura", + "object": "Estilo artístico", + "attribute": "Ciencia ficción" + }, + { + "displayName": "Ethereal Fantasy", + "langName": "Fantasía brumosa", + "object": "Estilo artístico", + "attribute": "Ciencia ficción" + }, + { + "displayName": "dark fantasy style", + "langName": "estilo fantasía oscura", + "object": "Estilo artístico", + "attribute": "Ciencia ficción" + }, + { + "displayName": "ww3 style", + "langName": "estilo ww3", + "object": "Estilo artístico", + "attribute": "Ciencia ficción" + }, + { + "displayName": "Magic Vortex", + "langName": "vórtice mágico", + "object": "Estilo artístico", + "attribute": "Ciencia ficción" + }, + { + "displayName": "1980s anime", + "langName": "80 animaciones", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "80s movie", + "langName": "80 películas", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "80s (style)", + "langName": "Estilo años 80", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "90s (style)", + "langName": "Estilo años 90", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "disney movie", + "langName": "películas de disney", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "goth", + "langName": "rock gótico", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "bubble bobble", + "langName": "Bubble Bobble", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "style of Pixar", + "langName": "animación pixar", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "Studio Ghibli", + "langName": "Estilo Ghibli", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "Ghibli-like colours", + "langName": "colores ghibli", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "genshin impact", + "langName": "Impacto de Genshin", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "azur lane", + "langName": "carril azur", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "kantai collection", + "langName": "recogida de flotas", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "rebecca (cyberpunk)", + "langName": "edgewalker", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "chainsaw man", + "langName": "hombre de la motosierra", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "synthwave", + "langName": "onda de vapor", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "anime screeshot", + "langName": "pantalla de animación", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "dakimakura", + "langName": "almohada", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "cosplay", + "langName": "juego de rol", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "guro", + "langName": "Curiosidad", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "personification", + "langName": "personificación", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "4koma", + "langName": "Cuatro rejillas", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "8 Bit Game", + "langName": "Juegos de 8 bits", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "DC Comics", + "langName": "Puede generar escenas de cómic para portadas de cómics estadounidenses", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "cartoon", + "langName": "Dibujos animados", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "album", + "langName": "álbum", + "object": "Estilo artístico", + "attribute": "Publicación" + }, + { + "displayName": "album cover", + "langName": "portada del álbum", + "object": "Estilo artístico", + "attribute": null + }, + { + "displayName": "magazine scan", + "langName": "Páginas interiores de la revista", + "object": "Estilo artístico", + "attribute": null + }, + { + "displayName": "magazine cover", + "langName": "portada de revista", + "object": "Estilo artístico", + "attribute": "Publicación" + }, + { + "displayName": "cover", + "langName": "portada", + "object": "Estilo artístico", + "attribute": "Publicación" + }, + { + "displayName": "artbook", + "langName": "pintura original", + "object": "Estilo artístico", + "attribute": "Publicación" + }, + { + "displayName": "column lineup", + "langName": "Una serie de pequeñas imágenes forman una gran imagen", + "object": "Estilo artístico", + "attribute": "Publicación" + }, + { + "displayName": "zoom layer", + "langName": "El fondo es una versión ampliada del primer plano", + "object": "Estilo artístico", + "attribute": "Publicación" + }, + { + "displayName": "3D Item Render", + "langName": "Representación en 3D", + "object": "Estilo artístico", + "attribute": "Arte digital" + }, + { + "displayName": "animated gif", + "langName": "Imágenes en formato GIF", + "object": "Estilo artístico", + "attribute": "Arte digital" + }, + { + "displayName": "fine art parody", + "langName": "Imitación de cuadros famosos", + "object": "Estilo artístico", + "attribute": "Arte digital" + }, + { + "displayName": "optical illusion", + "langName": "error visual", + "object": "Estilo artístico", + "attribute": "Arte digital" + }, + { + "displayName": "((ASCII art))", + "langName": "Arte ASCII", + "object": "Estilo artístico", + "attribute": "Arte digital" + }, + { + "displayName": "Synchronism", + "langName": "coordinación horaria", + "object": "Estilo artístico", + "attribute": "Arte digital" + }, + { + "displayName": "highres", + "langName": "impasto (estilo)", + "object": "Estilo artístico", + "attribute": "Arte digital" + }, + { + "displayName": "sample", + "langName": "Hay palabras en la imagen", + "object": "Estilo artístico", + "attribute": "Arte digital" + }, + { + "displayName": "dreamlike", + "langName": "sueño", + "object": "Estilo artístico", + "attribute": "Arte digital" + }, + { + "displayName": "pixiv", + "langName": "Retrato de estilo bidimensional puro", + "object": "Estilo artístico", + "attribute": "Arte digital" + }, + { + "displayName": "a beautiful korean idol,stylish outfit,fitted jeans,oversized jacket,fashionable accessories,(realistic detailed eyes,natural skin texture,confident expression)", + "langName": "Retratos de uso común", + "object": "Tratamiento posterior", + "attribute": "Colecciones de uso común" + }, + { + "displayName": "fitted jeans,oversized jacket,navel", + "langName": "Casual a juego (vaqueros + corsé para el ombligo)", + "object": "Tratamiento posterior", + "attribute": "Colecciones de uso común" + }, + { + "displayName": "black hair,earrings,flash photography,jewelry,looking at viewer and facing viewer,solo,(upper body),smirk,long hair,ponytail,short sleeves,black dress,black eyes,makeup,lipstick,(cleavage visible,large breasts),face close-up,bend over,pale skin,downblouse,Arms supporting the bed,wearing necklace,(Bedroom background,bed and curtains behind her,Wardrobe,desk lamp),,detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "Fotos privadas", + "object": "Tratamiento posterior", + "attribute": "Colecciones de uso común" + }, + { + "displayName": "cityscape backdrop,rooftop or high-rise balcony,shallow depth of field,bokeh from city lights", + "langName": "fondo urbano de gran altura", + "object": "Tratamiento posterior", + "attribute": "Colecciones de uso común" + }, + { + "displayName": "Fujifilm XT3,film still,film grain,sharp focus on subject,cinematic", + "langName": "Textura de la película", + "object": "Tratamiento posterior", + "attribute": "Colecciones de uso común" + }, + { + "displayName": "ultra-high definition", + "langName": "ultra alta definición", + "object": "Tratamiento posterior", + "attribute": "Resolución" + }, + { + "displayName": "4k", + "langName": "4k", + "object": "Tratamiento posterior", + "attribute": "Resolución" + }, + { + "displayName": "8K", + "langName": "8K", + "object": "Tratamiento posterior", + "attribute": "Resolución" + }, + { + "displayName": "16k", + "langName": "16k", + "object": "Tratamiento posterior", + "attribute": "Resolución" + }, + { + "displayName": "32k", + "langName": "32k", + "object": "Tratamiento posterior", + "attribute": "Resolución" + }, + { + "displayName": "Full-HD", + "langName": "Full HD", + "object": "Tratamiento posterior", + "attribute": "Resolución" + }, + { + "displayName": "HD", + "langName": "HD", + "object": "Tratamiento posterior", + "attribute": "Resolución" + }, + { + "displayName": "Ultra-HD", + "langName": "ultra alta definición", + "object": "Tratamiento posterior", + "attribute": "Resolución" + }, + { + "displayName": "Super-Resolution", + "langName": "súper resolución", + "object": "Tratamiento posterior", + "attribute": "Resolución" + }, + { + "displayName": "Megapixel", + "langName": "megapíxeles", + "object": "Tratamiento posterior", + "attribute": "Resolución" + }, + { + "displayName": "absurdres", + "langName": "ultra alta resolución", + "object": "Tratamiento posterior", + "attribute": "Resolución" + }, + { + "displayName": "incredibly absurdres", + "langName": "resolución extremadamente alta", + "object": "Tratamiento posterior", + "attribute": null + }, + { + "displayName": "huge filesize", + "langName": "Archivos de alta resolución y gran tamaño", + "object": "Tratamiento posterior", + "attribute": null + }, + { + "displayName": "Anaglyph", + "langName": "Pintura 3D", + "object": "Tratamiento posterior", + "attribute": null + }, + { + "displayName": "Multiscopy", + "langName": "multivisor", + "object": "Tratamiento posterior", + "attribute": null + }, + { + "displayName": "Autostereoscopy", + "langName": "autoestereoscópico", + "object": "Tratamiento posterior", + "attribute": null + }, + { + "displayName": "Stereoscopy", + "langName": "Estereofotografía", + "object": "Tratamiento posterior", + "attribute": null + }, + { + "displayName": "Parallax", + "langName": "Parallax", + "object": "Tratamiento posterior", + "attribute": null + }, + { + "displayName": "Anti-Aliasing", + "langName": "Antialiasing", + "object": "Tratamiento posterior", + "attribute": "Antialiasing" + }, + { + "displayName": "FXAA", + "langName": "FXAA", + "object": "Tratamiento posterior", + "attribute": "Antialiasing" + }, + { + "displayName": "TXAA", + "langName": "TxAA", + "object": "Tratamiento posterior", + "attribute": "Antialiasing" + }, + { + "displayName": "RTX", + "langName": "transmisión en tiempo real", + "object": "Tratamiento posterior", + "attribute": "Antialiasing" + }, + { + "displayName": "SSAO", + "langName": "SSAO", + "object": "Tratamiento posterior", + "attribute": "Antialiasing" + }, + { + "displayName": "De-Noise", + "langName": "Reducción del ruido", + "object": "Tratamiento posterior", + "attribute": "Antialiasing" + }, + { + "displayName": "Shaders", + "langName": "sombreador", + "object": "Tratamiento posterior", + "attribute": null + }, + { + "displayName": "OpenGL-Shaders", + "langName": "Sombreadores OpenGL", + "object": "Tratamiento posterior", + "attribute": null + }, + { + "displayName": "GLSL-Shaders", + "langName": "Sombreadores GLSL", + "object": "Tratamiento posterior", + "attribute": null + }, + { + "displayName": "Post Processing", + "langName": "postprocesamiento", + "object": "Tratamiento posterior", + "attribute": null + }, + { + "displayName": "Post-Production", + "langName": "Postproducción", + "object": "Tratamiento posterior", + "attribute": null + }, + { + "displayName": "Cel Shading", + "langName": "meta coloración", + "object": "Tratamiento posterior", + "attribute": null + }, + { + "displayName": "Tone Mapping", + "langName": "Asignación de tonos", + "object": "Tratamiento posterior", + "attribute": null + }, + { + "displayName": "CGI", + "langName": "imágenes por ordenador", + "object": "Tratamiento posterior", + "attribute": null + }, + { + "displayName": "VFX", + "langName": "efectos visuales", + "object": "Tratamiento posterior", + "attribute": null + }, + { + "displayName": "SFX", + "langName": "Efectos sonoros", + "object": "Tratamiento posterior", + "attribute": null + }, + { + "displayName": "Unreal Engine", + "langName": "Motor Unreal", + "object": "Tratamiento posterior", + "attribute": "Sombreador" + }, + { + "displayName": "Scan Lines", + "langName": "línea de exploración", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Posterization", + "langName": "segmentación tonal", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Quantization", + "langName": "Cuantificar", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Sobel Operator", + "langName": "Operador Sobel", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Edge Detection", + "langName": "detección de bordes", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Interlaced", + "langName": "escaneado entrelazado", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Moire Patterns", + "langName": "Moaré", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Rounded", + "langName": "redondo", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Wavy", + "langName": "ondulado", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Whirl", + "langName": "vórtice", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Squiggly", + "langName": "ondulación", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Morph", + "langName": "deformación", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Spiraling", + "langName": "espiral", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Twisted Rays", + "langName": "luz distorsionada", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Starburst", + "langName": "estallido de estrellas", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Emboss", + "langName": "ayuda", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Tessellated", + "langName": "mosaico", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Blobby", + "langName": "spot", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Blobs", + "langName": "spot", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Cracks", + "langName": "grieta", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Textured", + "langName": "textura", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Convolution Matrix", + "langName": null, + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Dilate", + "langName": "oleaje", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Erode", + "langName": "erosión", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Dirty", + "langName": "sucio", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "With Imperfections", + "langName": "defectuoso", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Distortion", + "langName": "Distorsión", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Lenticular", + "langName": "Lenticular", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Cropped", + "langName": "Cultivos", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Quantum-Wavetracing", + "langName": "Trazado de ondas cuánticas", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Tornadic", + "langName": "tornado", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Sabattier Effect", + "langName": "Proporciona bordes suaves y difuminados y sombreado del color", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Smudged", + "langName": "Vago", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Sharpened", + "langName": "afilar", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Glowing Edges", + "langName": "borde brillante", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Spherize", + "langName": "esferoidización", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Harris Shutter", + "langName": "Capture objetos en rápido movimiento o mantenga la nitidez de la imagen en entornos con poca luz", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Mordancage", + "langName": "fotografía al aguafuerte", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Ray Traced", + "langName": "Trazado de rayos", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "Ray Tracing Ambient Occlusion", + "langName": "Oclusión ambiental por trazado de rayos", + "object": "Tratamiento posterior", + "attribute": "Tratamiento de imágenes" + }, + { + "displayName": "award winning", + "langName": "Obras premiadas", + "object": "Tratamiento posterior", + "attribute": "Calidad" + }, + { + "displayName": "professional", + "langName": "mayor", + "object": "Tratamiento posterior", + "attribute": "Calidad" + }, + { + "displayName": "breathtaking", + "langName": "Impresionante", + "object": "Tratamiento posterior", + "attribute": null + }, + { + "displayName": "groundbreaking", + "langName": "Innovador", + "object": "Tratamiento posterior", + "attribute": null + }, + { + "displayName": "superb", + "langName": "primera clase", + "object": "Tratamiento posterior", + "attribute": null + }, + { + "displayName": "outstanding", + "langName": "Destacado", + "object": "Tratamiento posterior", + "attribute": null + }, + { + "displayName": "best quality", + "langName": "mejor calidad", + "object": "Tratamiento posterior", + "attribute": "Calidad" + }, + { + "displayName": "best aesthetic", + "langName": "la mejor estética", + "object": "Tratamiento posterior", + "attribute": "Calidad" + }, + { + "displayName": "masterpiece", + "langName": "obra maestra", + "object": "Tratamiento posterior", + "attribute": "Calidad" + }, + { + "displayName": "extreme detail", + "langName": "detalle extremo", + "object": "Tratamiento posterior", + "attribute": "Calidad" + }, + { + "displayName": "amazing", + "langName": "increíble", + "object": "Tratamiento posterior", + "attribute": "Calidad" + }, + { + "displayName": "original", + "langName": "Original", + "object": "Tratamiento posterior", + "attribute": "Calidad" + }, + { + "displayName": "in a symbolic and meaningful style", + "langName": "Estilo simbólico y significativo", + "object": "Tratamiento posterior", + "attribute": "Calidad" + }, + { + "displayName": "insanely detailed and intricate", + "langName": "extremadamente detallado y complejo", + "object": "Tratamiento posterior", + "attribute": "Calidad" + }, + { + "displayName": "very coherent symmetrical artwork", + "langName": "Estructura coherente y simétrica", + "object": "Tratamiento posterior", + "attribute": "Calidad" + }, + { + "displayName": "Trending on ArtStation", + "langName": "ArtStation", + "object": "Tratamiento posterior", + "attribute": "Plataforma | Tendencias" + }, + { + "displayName": "Trending on Facebook", + "langName": "Facebook", + "object": "Tratamiento posterior", + "attribute": "Plataforma | Tendencias" + }, + { + "displayName": "Trending on Pixiv", + "langName": "Pixiv", + "object": "Tratamiento posterior", + "attribute": "Plataforma | Tendencias" + }, + { + "displayName": "Trending on Pixbay", + "langName": "Pixbay", + "object": "Tratamiento posterior", + "attribute": "Plataforma | Tendencias" + }, + { + "displayName": "reddit", + "langName": "foro reddit", + "object": "Tratamiento posterior", + "attribute": "Plataforma | Tendencias" + } +] \ No newline at end of file diff --git a/src/app/data/prompt/prompt-fr.json b/src/app/data/prompt/prompt-fr.json new file mode 100644 index 0000000..e95cee8 --- /dev/null +++ b/src/app/data/prompt/prompt-fr.json @@ -0,0 +1,29606 @@ +[ + { + "displayName": "female", + "langName": "femelle", + "object": "Chiffre", + "attribute": "Corps principal" + }, + { + "displayName": "male", + "langName": "mâle", + "object": "Chiffre", + "attribute": "Corps principal" + }, + { + "displayName": "mature_female", + "langName": "femmes mûres", + "object": "Chiffre", + "attribute": "Corps principal" + }, + { + "displayName": "mature", + "langName": "Mature", + "object": "Chiffre", + "attribute": "Corps principal" + }, + { + "displayName": "little_girl", + "langName": "petite fille", + "object": "Chiffre", + "attribute": "Corps principal" + }, + { + "displayName": "little_boy", + "langName": "petit garçon", + "object": "Chiffre", + "attribute": "Corps principal" + }, + { + "displayName": "1girl", + "langName": "1 fille", + "object": "Chiffre", + "attribute": "Corps principal" + }, + { + "displayName": "1boy", + "langName": "1 garçon", + "object": "Chiffre", + "attribute": "Corps principal" + }, + { + "displayName": "2girls", + "langName": "2 filles", + "object": "Chiffre", + "attribute": "Corps principal" + }, + { + "displayName": "2boys", + "langName": "2 garçons", + "object": "Chiffre", + "attribute": "Corps principal" + }, + { + "displayName": "sisters", + "langName": "sœurs", + "object": "Chiffre", + "attribute": "Corps principal" + }, + { + "displayName": "multiple_girls", + "langName": "plusieurs filles", + "object": "Chiffre", + "attribute": "Corps principal" + }, + { + "displayName": "solo", + "langName": "unique", + "object": "Chiffre", + "attribute": "Corps principal" + }, + { + "displayName": "ojousama", + "langName": "Mademoiselle", + "object": "Chiffre", + "attribute": "Corps principal" + }, + { + "displayName": "bishoujo", + "langName": "belle fille", + "object": "Chiffre", + "attribute": "Corps principal" + }, + { + "displayName": "kawaii", + "langName": "mignon", + "object": "Chiffre", + "attribute": "Corps principal" + }, + { + "displayName": "adorable_girl", + "langName": "jolie fille", + "object": "Chiffre", + "attribute": "Corps principal" + }, + { + "displayName": "female_pervert", + "langName": "Salope", + "object": "Chiffre", + "attribute": "Corps principal" + }, + { + "displayName": "milf", + "langName": "MILF", + "object": "Chiffre", + "attribute": "Corps principal" + }, + { + "displayName": "a beautiful korean idol", + "langName": "idole coréenne", + "object": "Chiffre", + "attribute": "Corps principal" + }, + { + "displayName": "lifeguard", + "langName": "Sauveteur", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "goalkeeper", + "langName": "gardien de but", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "racer", + "langName": "pilote de course", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "motorcyclist", + "langName": "motocycliste", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "boxer", + "langName": "boxeur", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "acrobat", + "langName": "acrobate", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "athletes", + "langName": "athlète", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "cheerleader", + "langName": "Cheerleading", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "stewardess", + "langName": "Hôtesse de l'air", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "waitress", + "langName": "serveuse", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "waiter", + "langName": "serveur", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "chef", + "langName": "chef", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "barista", + "langName": "barista", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "cashier", + "langName": "caissier", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "mailman", + "langName": "facteur", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "office_lady", + "langName": "femmes actives", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "maid", + "langName": "servante", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "housemaid", + "langName": "femme de ménage", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "doctor", + "langName": "médecin", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "nurse", + "langName": "Infirmière", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "scientist", + "langName": "le scientifique", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "detective", + "langName": "détective", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "police", + "langName": "police", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "soldier", + "langName": "Soldat", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "firefighter", + "langName": "pompier", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "hacker", + "langName": "pirate informatique", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "spy", + "langName": "espion", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "agent", + "langName": "agent", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "assassin", + "langName": "assassin", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "magician", + "langName": "magicien", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "pilot", + "langName": "pilote", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "astronaut", + "langName": "astronaute", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "diver", + "langName": "plongeur", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "bar censor", + "langName": "examinateur du barreau", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "missionary", + "langName": "missionnaire", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "poet", + "langName": "poète", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "actor", + "langName": "acteur", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "actress", + "langName": "actrice", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "idol", + "langName": "Idole", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "queen", + "langName": "Reine", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "race_queen", + "langName": "fille de course", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "dancer", + "langName": "danseur", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "ballerina", + "langName": "danseuse de ballet", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "dancing girl", + "langName": "fille qui danse", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "gym_leader", + "langName": "entraîneur de gymnastique", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "priest", + "langName": "prêtre", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "cleric", + "langName": "Clergé (chrétien)", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "monk", + "langName": "moine", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "nun", + "langName": "nonne", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "makihitsuji", + "langName": "berger", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "the hermit", + "langName": "ermite", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "teacher", + "langName": "enseignant", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "classmate", + "langName": "camarade de classe", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "student", + "langName": "étudiant", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "harem", + "langName": "harem", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "ghost", + "langName": "fantôme", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "doll", + "langName": "poupée", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "albino", + "langName": "albinos", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "amputee", + "langName": "amputé", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "trap", + "langName": "Travesti (les hommes présentant des caractéristiques féminines peuvent être confondus avec des femmes)", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "crossdressing", + "langName": "Travesti (porter des vêtements qui ne correspondent pas à son identité de genre)", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "otoko_no_ko", + "langName": "Travesti (un homme qui semble avoir des caractéristiques féminines)", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "wa_maid", + "langName": "Servante japonaise", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "yaoi", + "langName": "Être gay", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "yuri", + "langName": "lys", + "object": "Chiffre", + "attribute": "Identité" + }, + { + "displayName": "pikachu", + "langName": "Pikachu", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "pokemon", + "langName": "Pokémon", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "doraemon", + "langName": "doraemon", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "crayon shin-chan", + "langName": "crayon shin-chan", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "slam dunk", + "langName": "smash", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "harry potter", + "langName": "harry potter", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "avengers", + "langName": "Vengeurs", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "captain america", + "langName": "capitaine america", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "gojou satoru", + "langName": "Gojo Satoru", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "neon genesis evangelion", + "langName": "Neon Genesis Evangelion", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "mazinger", + "langName": "wonder woman", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "saint seiya", + "langName": "Saint Seiya", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "kamen rider", + "langName": "cavalier kamen", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "mario", + "langName": "mario", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "sun wukong", + "langName": "Sun Wukong", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "hatsune miku", + "langName": "Hatsune Miku", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "magical_girl", + "langName": "fille magique", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "sailor_senshi", + "langName": "Sailor Moon", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "witch", + "langName": "sorcière", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "miko", + "langName": "miko", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "mage", + "langName": "assistant", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "magister", + "langName": "Magister", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "ninja", + "langName": "ninja", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "samurai", + "langName": "samouraï", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "vampire", + "langName": "vampire", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "knight", + "langName": "chevalier", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "orc", + "langName": "orc", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "druid", + "langName": "Druide", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "elf", + "langName": "lutin", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "dark_elf", + "langName": "elfe noir", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "fairy", + "langName": "elfe", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "succubus", + "langName": "succube", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "imp", + "langName": "petit diable", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "devil", + "langName": "diable", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "angel", + "langName": "Ange", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "monster", + "langName": "monstre", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "monster_girl", + "langName": "Mère de l'étranger", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "dominatrix", + "langName": "Reine (SM Medium)", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "mecha", + "langName": "Mecha", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "mecha_musume", + "langName": "Fille Mecha", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "humanoid_robot", + "langName": "robot humanoïde", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "cyborg", + "langName": "cyborg", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "dragon_girl", + "langName": "femme dragon", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "centaur", + "langName": "Centaure", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "slime_musume", + "langName": "Slime Girl", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "spider_girl", + "langName": "fille araignée", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "mermaid", + "langName": "sirène", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "cat_girl", + "langName": "Fille à chat", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "dog_girl", + "langName": "Chienne", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "wolf_girl", + "langName": "fille-loup", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "fox_girl", + "langName": "fille renard", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "kitsune", + "langName": "démon renard", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "kyuubi", + "langName": "neuf queues | renard à neuf queues", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "raccoon_girl", + "langName": "fille raton laveur", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "bunny_girl", + "langName": "lapine", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "cow_girl", + "langName": "cowgirl", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "horse_girl", + "langName": "Ma Niang", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "furry", + "langName": "orc", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "furry/orc", + "langName": "Orques/Orcs", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "kemonomimi_mode", + "langName": "Oreilles d'animaux mode loli", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "giantess", + "langName": "géante", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "minigirl", + "langName": "petite fille", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "mesugaki", + "langName": "diablotin féminin", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "santa alter", + "langName": "Père Noël", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "spider-man", + "langName": "homme araignée", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "demo", + "langName": "démon", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "no humans", + "langName": "inhumain", + "object": "Chiffre", + "attribute": "Caractère bidimensionnel" + }, + { + "displayName": "toddler", + "langName": "enfant en bas âge", + "object": "Chiffre", + "attribute": "L'âge" + }, + { + "displayName": "kindergartener", + "langName": "jardin d'enfants", + "object": "Chiffre", + "attribute": "L'âge" + }, + { + "displayName": "child", + "langName": "enfant", + "object": "Chiffre", + "attribute": "L'âge" + }, + { + "displayName": "underage", + "langName": "mineur", + "object": "Chiffre", + "attribute": "L'âge" + }, + { + "displayName": "teenager", + "langName": "Adolescents (13-19 ans)", + "object": "Chiffre", + "attribute": "L'âge" + }, + { + "displayName": "teen", + "langName": "Adolescents (13-19 ans)", + "object": "Chiffre", + "attribute": "L'âge" + }, + { + "displayName": "early teen", + "langName": "Début de l'adolescence (11-15)", + "object": "Chiffre", + "attribute": "L'âge" + }, + { + "displayName": "adult", + "langName": "adultes", + "object": "Chiffre", + "attribute": "L'âge" + }, + { + "displayName": "elder", + "langName": "aîné", + "object": "Chiffre", + "attribute": "L'âge" + }, + { + "displayName": "old", + "langName": "personnes âgées", + "object": "Chiffre", + "attribute": "L'âge" + }, + { + "displayName": "loli", + "langName": "loli", + "object": "Chiffre", + "attribute": "L'âge" + }, + { + "displayName": "shota", + "langName": "Shota", + "object": "Chiffre", + "attribute": "L'âge" + }, + { + "displayName": "white_skin", + "langName": "peau blanche", + "object": "Chiffre", + "attribute": "Peau" + }, + { + "displayName": "pale_skin", + "langName": "Peau pâle (convient aux vêtements foncés ou de couleur vive)", + "object": "Chiffre", + "attribute": "Peau" + }, + { + "displayName": "fair_skin", + "langName": "peau claire", + "object": "Chiffre", + "attribute": "Peau" + }, + { + "displayName": "olive_skin", + "langName": "peau d'olive", + "object": "Chiffre", + "attribute": "Peau" + }, + { + "displayName": "brown_skin", + "langName": "peau brune", + "object": "Chiffre", + "attribute": "Peau" + }, + { + "displayName": "deep_skin", + "langName": "peau foncée", + "object": "Chiffre", + "attribute": "Peau" + }, + { + "displayName": "dark_skin", + "langName": "peau foncée", + "object": "Chiffre", + "attribute": "Peau" + }, + { + "displayName": "black_skin", + "langName": "peau foncée", + "object": "Chiffre", + "attribute": "Peau" + }, + { + "displayName": "shiny_skin", + "langName": "peau brillante", + "object": "Chiffre", + "attribute": "Peau" + }, + { + "displayName": "white_marble_glowing_skin", + "langName": "marbre blanc peau éclatante", + "object": "Chiffre", + "attribute": "Peau" + }, + { + "displayName": "tattoo", + "langName": "tatouage", + "object": "Chiffre", + "attribute": "Peau" + }, + { + "displayName": "tan", + "langName": "Exposition au soleil", + "object": "Chiffre", + "attribute": "Peau" + }, + { + "displayName": "tanlines", + "langName": "dommages causés par le soleil", + "object": "Chiffre", + "attribute": "Peau" + }, + { + "displayName": "oil", + "langName": "huileux", + "object": "Chiffre", + "attribute": "Peau" + }, + { + "displayName": "skinny", + "langName": "Maigre", + "object": "Chiffre", + "attribute": "Chiffre" + }, + { + "displayName": "plump", + "langName": "complet", + "object": "Chiffre", + "attribute": "Chiffre" + }, + { + "displayName": "curvy", + "langName": "Figure du diable", + "object": "Chiffre", + "attribute": "Chiffre" + }, + { + "displayName": "(navel,wide hip,curvy)", + "langName": "révéler la figure", + "object": "Chiffre", + "attribute": "Chiffre" + }, + { + "displayName": "gyaru", + "langName": "Filles chaudes (filles japonaises)", + "object": "Chiffre", + "attribute": "Chiffre" + }, + { + "displayName": "pregnant", + "langName": "Enceinte", + "object": "Chiffre", + "attribute": "Chiffre" + }, + { + "displayName": "fat", + "langName": "l'obésité", + "object": "Chiffre", + "attribute": "Chiffre" + }, + { + "displayName": "thin", + "langName": "mince", + "object": "Chiffre", + "attribute": "Chiffre" + }, + { + "displayName": "slender", + "langName": "minceur", + "object": "Chiffre", + "attribute": "Chiffre" + }, + { + "displayName": "glamor", + "langName": "charme", + "object": "Chiffre", + "attribute": "Chiffre" + }, + { + "displayName": "tall", + "langName": "grand", + "object": "Chiffre", + "attribute": "Chiffre" + }, + { + "displayName": "petite", + "langName": "petite", + "object": "Chiffre", + "attribute": "Chiffre" + }, + { + "displayName": "chibi", + "langName": "Style imprimé Mengmeng/Q", + "object": "Chiffre", + "attribute": "Chiffre" + }, + { + "displayName": "muscular", + "langName": "muscle", + "object": "Chiffre", + "attribute": "Chiffre" + }, + { + "displayName": "big tits", + "langName": "gros seins", + "object": "Chiffre", + "attribute": "Chiffre" + }, + { + "displayName": "(cleavage visible,large breasts)", + "langName": "Gros seins (avec décolleté)", + "object": "Chiffre", + "attribute": "Chiffre" + }, + { + "displayName": "Small waist", + "langName": "Petite taille", + "object": "Chiffre", + "attribute": "Chiffre" + }, + { + "displayName": "narrow_waist", + "langName": "taille fine", + "object": "Chiffre", + "attribute": "Chiffre" + }, + { + "displayName": "slender_waist", + "langName": "taille fine", + "object": "Chiffre", + "attribute": "Chiffre" + }, + { + "displayName": "strong", + "langName": "fort", + "object": "Chiffre", + "attribute": "Chiffre" + }, + { + "displayName": "slim", + "langName": "minceur", + "object": "Chiffre", + "attribute": "Chiffre" + }, + { + "displayName": "slender face", + "langName": "amincissement du visage", + "object": "Chiffre", + "attribute": "Forme du visage" + }, + { + "displayName": "round face", + "langName": "visage rond", + "object": "Chiffre", + "attribute": "Forme du visage" + }, + { + "displayName": "oval face", + "langName": "Visage ovale", + "object": "Chiffre", + "attribute": "Forme du visage" + }, + { + "displayName": "baby face", + "langName": "visage de bébé", + "object": "Chiffre", + "attribute": "Forme du visage" + }, + { + "displayName": "inverted triangle face", + "langName": "Face en triangle inversé", + "object": "Chiffre", + "attribute": "Forme du visage" + }, + { + "displayName": "heart shaped face", + "langName": "visage en forme de cœur", + "object": "Chiffre", + "attribute": "Forme du visage" + }, + { + "displayName": "diamond face", + "langName": "face de diamant", + "object": "Chiffre", + "attribute": "Forme du visage" + }, + { + "displayName": "square face", + "langName": "face carrée", + "object": "Chiffre", + "attribute": "Forme du visage" + }, + { + "displayName": "long face", + "langName": "visage long", + "object": "Chiffre", + "attribute": "Forme du visage" + }, + { + "displayName": "triangular face", + "langName": "face triangulaire", + "object": "Chiffre", + "attribute": "Forme du visage" + }, + { + "displayName": "detailed gorgeous face", + "langName": "beau visage", + "object": "Chiffre", + "attribute": "Forme du visage" + }, + { + "displayName": "delicate features", + "langName": "Des traits de visage exquis", + "object": "Chiffre", + "attribute": "Forme du visage" + }, + { + "displayName": "black hair", + "langName": "cheveux noirs", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "white hair", + "langName": "cheveux blancs", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "grey hair", + "langName": "cheveux gris", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "silver hair", + "langName": "cheveux argentés", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "blonde hair", + "langName": "cheveux blonds", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "light brown hair", + "langName": "cheveux châtains clairs", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "brown hair", + "langName": "cheveux bruns", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "red hair", + "langName": "cheveux roux", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "pink hair", + "langName": "cheveux roses", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "purple hair", + "langName": "cheveux violets", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "blue hair", + "langName": "cheveux bleus", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "light blue hair", + "langName": "cheveux bleu clair", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "dark blue hair", + "langName": "cheveux bleu foncé", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "green hair", + "langName": "cheveux verts", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "yellow hair", + "langName": "cheveux jaunes", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "two-tone hair", + "langName": "cheveux bicolores", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "multicolored hair", + "langName": "cheveux métissés", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "grey gradient hair", + "langName": "cheveux gris dégradés", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "Gradation of hair", + "langName": "Cheveux ombrés", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "streaked hair", + "langName": "Cheveux colorés", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "hair_down", + "langName": "cheveux lâchés", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "hair_spread_out", + "langName": "cheveux lâches", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "hair_flip", + "langName": "peigne à cheveux", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "hair_up", + "langName": "cheveux en l'air", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "hair_behind_ear", + "langName": "cheveux derrière l'oreille", + "object": "Chiffre", + "attribute": "Cheveux" + }, + { + "displayName": "straight_hair", + "langName": "cheveux raides", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "curly hair", + "langName": "boucles", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "wavy hair", + "langName": "Volume naturel", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "short hair", + "langName": "cheveux courts", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "medium hair", + "langName": "Zhongfa", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "long hair", + "langName": "cheveux longs", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "very long hair", + "langName": "cheveux super longs", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "short ponytail", + "langName": "queue de cheval courte", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "ponytail", + "langName": "queue de cheval", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "high ponytail", + "langName": "queue de cheval haute", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "low ponytail", + "langName": "queue de cheval basse", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "front ponytail", + "langName": "queue de cheval avant", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "Side ponytail", + "langName": "queue de cheval latérale", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "folded ponytail", + "langName": "queue de cheval pliée", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "braided ponytail", + "langName": "queue de cheval cheveux tressés", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "quad tails", + "langName": "quatre queues de cheval", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "twin braids", + "langName": "double tresse", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "low twin braids", + "langName": "tresse double basse", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "side braid", + "langName": "tresse latérale", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "single braid", + "langName": "tresse simple", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "crown braid", + "langName": "couronne tressée", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "french braid", + "langName": "Tresse française", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "braid", + "langName": "tresse", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "drill hair", + "langName": "Rouleau de forage Rouleau de princesse", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "twin_drills", + "langName": "coiffure en double diamant", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "bunches", + "langName": "Queues de cheval doubles", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "twintails", + "langName": "Queues de cheval doubles deux", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "hair bun", + "langName": "Bun | Dumpling", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "single_hair_bun", + "langName": "chignon unique", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "double_bun", + "langName": "Deux petits pains", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "braided bangs", + "langName": "tresser la frange", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "braided bun", + "langName": "chignon tressé", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "cone hair bun", + "langName": "chignon conique", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "doughnut hair bun", + "langName": "petit pain aux beignets", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "heart hair bun", + "langName": "chignon de cœur", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "bob cut", + "langName": "Cheveux longs", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "bob haircut", + "langName": "Cheveux longs", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "hime cut", + "langName": "Coupe princesse", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "updo", + "langName": "chignon", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "topknot", + "langName": "tête de boulette", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "one side up", + "langName": "Cheveux attachés sur le côté", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "two side up", + "langName": "Attache cheveux double face", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "multi-tied hair", + "langName": "Attacher plus de cheveux", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "payot", + "langName": "longues pattes", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "dynamic hair", + "langName": "cheveux dynamiques", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "swept bangs", + "langName": "frange balayée sur le côté", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "crossed bangs", + "langName": "Frange croisée", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "bangs", + "langName": "Bangs", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "blunt bangs", + "langName": "Qi bangs", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "Slanted bangs", + "langName": "frange oblique", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "long bangs", + "langName": "longue frange", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "air bangs", + "langName": "franges d'air", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "asymmetric bangs", + "langName": "frange asymétrique", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "asymmetrical bangs", + "langName": "frange asymétrique", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "parted bangs", + "langName": "Fragments de frange", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "side_blunt_bangs", + "langName": "les bangs d'air latéraux", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "centre parting bangs", + "langName": "Frange centrée", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "middle Fringe", + "langName": "Frange centrée", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "bowl_cut", + "langName": "tête de champignon | tête de pot", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "hair_flaps", + "langName": "ailes de cheveux", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "hair wings", + "langName": "cheveux en aile", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "hair in takes", + "langName": "gros plan", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "flipped hair", + "langName": "Cheveux déformés", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "messy hair", + "langName": "Coiffure désordonnée", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "disheveled hair", + "langName": "Cheveux en désordre", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "antenna hair", + "langName": "Nombreux cheveux ternes", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "ahoge", + "langName": "Muet", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "forehead", + "langName": "Afficher le front", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "dreadlocks", + "langName": "Dreadlocks", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "wet hair", + "langName": "cheveux mouillés", + "object": "Chiffre", + "attribute": "Coiffure" + }, + { + "displayName": "makeup", + "langName": "maquillage", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "eyeshadow", + "langName": "ombre à paupières", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "red eyeshadow", + "langName": "ombre à paupières rouge", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "blue eyeshadow", + "langName": "ombre à paupières bleue", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "purple eyeshadow", + "langName": "Ombre à paupières violette", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "pink eyeshadow", + "langName": "ombre à paupières rose", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "green eyeshadow", + "langName": "Ombre à paupières verte", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "mascara", + "langName": "mascara", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "long_eyelashes", + "langName": "cils longs", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "colored_eyelashes", + "langName": "Cils colorés", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "lipgloss", + "langName": "brillant à lèvres", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "red_lips", + "langName": "lèvres rouges", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "anime_style_blush", + "langName": "fard à joues animé", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "nose_blush", + "langName": "rougissement du nez", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "freckles", + "langName": "tache de rousseur", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "mole", + "langName": "grain de beauté", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "mole_under_eye", + "langName": "grains de beauté sous les yeux", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "scar", + "langName": "cicatrice", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "scar_across_eye", + "langName": "cicatrices sur les yeux", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "facial_mark", + "langName": "Visage à motifs", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "forehead_mark", + "langName": "Il y a un motif sur le front", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "anger_vein", + "langName": "Tête en colère", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "bags_under_eyes", + "langName": "poches sous les yeux", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "bruise_on_face", + "langName": "ecchymoses sur le visage", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "whisker_markings", + "langName": "marques de barbe", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "facepaint", + "langName": "maquillage", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "hair between eyes", + "langName": "cheveux entre les yeux", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "smoking_pipe", + "langName": "tuyau", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "mustache", + "langName": "moustache", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "goatee", + "langName": "bouc", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "food_on_face", + "langName": "nourriture sur le visage", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "rice_on_face", + "langName": "Riz sur le visage", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "cream_on_face", + "langName": "crème sur le visage", + "object": "Chiffre", + "attribute": "Visage" + }, + { + "displayName": "elf ears", + "langName": "oreilles d'elfe", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "pointy_ears", + "langName": "oreilles pointues", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "long_pointy_ears", + "langName": "longues oreilles pointues", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "demon ears", + "langName": "oreilles de diable", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "angel ears", + "langName": "oreilles d'ange", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "alien ears", + "langName": "oreilles d'extraterrestres", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "animal_ears", + "langName": "oreilles d'animaux", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "fake_animal_ears", + "langName": "fausses oreilles d'animaux", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "ears_through_headwear", + "langName": "Oreilles portées à travers un chapeau ou un couvre-chef", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "ear_blush", + "langName": "Les oreilles sont rouges", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "ear_ornament", + "langName": "boucle d'oreille", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "ear_piercing", + "langName": "Perçage d'oreilles", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "animal_ear_fluff", + "langName": "peluche oreille d'animal", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "ears_down", + "langName": "Oreilles tombantes", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "floppy_ears", + "langName": "oreilles tombantes", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "fox_ears", + "langName": "oreilles de renard", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "cat_ears", + "langName": "oreilles de chat", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "dog_ears", + "langName": "oreilles de chien", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "coyote_ears", + "langName": "oreilles de coyote", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "bunny_ears", + "langName": "Oreilles de lapin", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "mouse_ears", + "langName": "oreilles de souris", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "squirrel_ears", + "langName": "oreilles d'écureuil", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "raccoon_ears", + "langName": "oreilles de raton laveur", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "bear_ears", + "langName": "oreilles d'ours", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "panda_ears", + "langName": "oreilles de panda", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "lion_ears", + "langName": "oreilles de lion", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "jaguar_ears", + "langName": "oreilles de jaguar", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "tiger_ears", + "langName": "oreille de tigre", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "wolf ears", + "langName": "oreilles de loup", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "horse_ears", + "langName": "oreille de cheval", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "cow ears", + "langName": "oreilles de vache", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "pig ears", + "langName": "oreilles de porc", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "sheep ears", + "langName": "oreilles de mouton", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "goat ears", + "langName": "oreilles de chèvre", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "goat_horns", + "langName": "cornes de chèvre", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "curled_horns", + "langName": "coin", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "hair_on_horn", + "langName": "poils sur les cornes", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "deer ears", + "langName": "oreilles de cerf", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "antelope ears", + "langName": "oreilles d'antilope", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "antlers", + "langName": "bois", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "rhino ears", + "langName": "oreilles de rhinocéros", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "elephant ears", + "langName": "oreilles d'éléphant", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "bat_ears", + "langName": "oreilles de chauve-souris", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "extra_ears", + "langName": "oreilles supplémentaires", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "alpaca_ears", + "langName": "oreilles d'alpaga", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "dragon ears", + "langName": "oreilles de dragon", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "robot_ears", + "langName": "oreille mécanique", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "dragon_horns", + "langName": "corne de dragon", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "oni_horns", + "langName": "corne fantôme", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "horns", + "langName": "cornes", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "fake_horns", + "langName": "Fausse corne", + "object": "Chiffre", + "attribute": "Oreille" + }, + { + "displayName": "thick eyebrows", + "langName": "Sourcils épais", + "object": "Chiffre", + "attribute": "Sourcils" + }, + { + "displayName": "cocked eyebrow", + "langName": "sourcils levés", + "object": "Chiffre", + "attribute": "Sourcils" + }, + { + "displayName": "short eyebrows", + "langName": "sourcils courts", + "object": "Chiffre", + "attribute": "Sourcils" + }, + { + "displayName": "v-shaped eyebrows", + "langName": "Sourcil V", + "object": "Chiffre", + "attribute": "Sourcils" + }, + { + "displayName": "beautiful_detailed_eyes", + "langName": "beaux yeux", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "glistening_eyes", + "langName": "yeux larmoyants", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "sparkling_eyes", + "langName": "yeux étoilés", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "sparkling_anime_eyes", + "langName": "yeux animés en flash", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "gradient_eyes", + "langName": "yeux dégradés", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "water_eyes", + "langName": "les yeux pleins de larmes", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "eye_relfection", + "langName": "Réflexe oculaire (réaction de la pupille à la lumière)", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "reflective_eyes", + "langName": "yeux réfléchissants", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "multicolored_eyes", + "langName": "yeux colorés", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "red eyes", + "langName": "yeux rouges", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "green eyes", + "langName": "yeux verts", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "blue_eyes", + "langName": "yeux bleus", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "purple eyes", + "langName": "yeux violets", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "pink eyes", + "langName": "yeux roses", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "yellow eyes", + "langName": "yeux jaunes", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "orange eyes", + "langName": "yeux orange", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "brown_eyes", + "langName": "yeux bruns", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "light_brown_eyes", + "langName": "yeux marron clair", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "silver_eyes", + "langName": "yeux argentés", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "grey eyes", + "langName": "yeux gris", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "black eyes", + "langName": "yeux noirs", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "white eyes", + "langName": "yeux blancs", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "aqua_eyes", + "langName": "les yeux d'aqua", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "hidden eyes", + "langName": "cacher les yeux", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "heart-shaped eyes", + "langName": "yeux en forme de cœur", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "heart_in_eye", + "langName": "yeux en forme de cœur", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "hollow_eyes", + "langName": "pupilles en forme d'étoile", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "mechanical_eye", + "langName": "œil mécanique", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "ringed_eyes", + "langName": "yeux en anneau", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "clock_eyes", + "langName": "œil de cloche", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "compound_eyes", + "langName": "œil composé", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "devil_eyes", + "langName": "mauvais œil", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "cephalopod_eyes", + "langName": "yeux des céphalopodes", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "mismatched_sclera", + "langName": "Sclérotique mal adaptée", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "solid circle eyes", + "langName": "Yeux ronds et solides", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "solid_oval_eyes", + "langName": "Version Q yeux ovales pleins", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "anime_style_eyes", + "langName": "yeux style anime", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "blush_stickers", + "langName": "Version Q de l'autocollant blush", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "button eyes", + "langName": "yeux en forme de bouton", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "cross eyed", + "langName": "Regard croisé", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "blank eyes", + "langName": "yeux vides", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "spiral_eyes", + "langName": "L'œil de Whirlpool", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "sanpaku", + "langName": "Syndrome du triple blanc (décalage de la pupille)", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "flaming_eye", + "langName": "Homura", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "bloodshot_eyes", + "langName": "yeux injectés de sang", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "blood_from_eyes", + "langName": "sang coulant des yeux", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "extra_eyes", + "langName": "yeux multiples", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "one-eyed", + "langName": "Borgne", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "third_eye", + "langName": "troisième œil", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "eye_of_horus", + "langName": "L'œil d'Horus", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "closed_eyes", + "langName": "yeux fermés", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "half_closed_eye", + "langName": "Œil mi-clos (œil unique)", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "half_closed_eyes", + "langName": "yeux mi-clos", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "narrowed_eyes", + "langName": "Fermer les yeux", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "squinting", + "langName": "plisser les yeux", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "tears", + "langName": "larmes", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "upturned_eyes", + "langName": "les yeux tournés vers le haut", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "eyes_closed", + "langName": "Fermer les yeux", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "one_eye_covered", + "langName": "Un œil est couvert", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "covered_eyes", + "langName": "yeux bandés", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "hair_over_eyes", + "langName": "cheveux couvrant les yeux", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "hair_over_one_eye", + "langName": "Les cheveux couvrent un œil", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "eyes_visible_through_hair", + "langName": "yeux visibles à travers les cheveux", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "shading eyes", + "langName": "Yeux avec ombre à paupières", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "one eye closed", + "langName": "un œil fermé", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "no_blindfold", + "langName": "Suppression de l'élément (original) du bandeau", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "no_eyepatch", + "langName": "Retirer le masque oculaire (existant)", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "eyeliner", + "langName": "Eyeliner", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "no_eyes", + "langName": "Pas d'yeux", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "uneven_eyes", + "langName": "Petits et grands yeux", + "object": "Chiffre", + "attribute": "L'œil" + }, + { + "displayName": "pupils", + "langName": "élève", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "bright_pupils", + "langName": "des élèves brillants", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "blue_pupils", + "langName": "pupilles orange", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "purple_pupils", + "langName": "Élèves mauves", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "orange_pupils", + "langName": "pupilles orange", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "heterochromia", + "langName": "pupilles hétérochromatiques", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "mismatched_pupils", + "langName": "des élèves mal assortis", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "solid_circle_pupils", + "langName": "Version Q des pupilles rondes et solides", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "dilated_pupils", + "langName": "pupilles dilatées", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "constricted_pupils", + "langName": "pupilles rétrécies", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "slit_pupils", + "langName": "Pupilles verticales/yeux de chat", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "snake_pupils", + "langName": "Serpent d'élèves (flash d'élèves)", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "horizontal_pupils", + "langName": "pupille horizontale", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "rectangular_pupils", + "langName": "Pupilles rectangulaires", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "square_pupils", + "langName": "élèves carrés", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "dot_pupils", + "langName": "point élève", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "star-shaped_pupils", + "langName": "Pupilles en forme de pentagramme", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "flower-shaped pupils", + "langName": "pupilles en forme de fleur", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "heart-shaped_pupils", + "langName": "pupilles en forme de cœur", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "diamond-shaped_pupils", + "langName": "pupilles en forme de diamant", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "butterfly-shaped_pupils", + "langName": "pupilles en forme de papillon", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "symbol-shaped_pupils", + "langName": "Élèves symboliques", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "x-shaped_pupils", + "langName": "Pupilles en forme de X", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "cross-shaped_pupils", + "langName": "Élèves symboliques (sans effet)", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "\"+_+\"", + "langName": "œil en étoile", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "extra_pupils", + "langName": "élèves supplémentaires", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "no_pupils", + "langName": "pas d'élèves", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "devil pupils", + "langName": "élève magique", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "pupils sparkling", + "langName": "pupilles vacillantes", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "symbol_in_eye", + "langName": "Il y a des symboles dans les yeux", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "star_in_eye", + "langName": "étoiles dans les yeux", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "dashed_eyes", + "langName": "yeux en pointillés", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "color contact lenses", + "langName": "Lentilles de contact", + "object": "Chiffre", + "attribute": "Élève" + }, + { + "displayName": "light_eyes", + "langName": "yeux brillants", + "object": "Chiffre", + "attribute": "Expression du regard" + }, + { + "displayName": "glowing_eyes", + "langName": "yeux brillants", + "object": "Chiffre", + "attribute": "Expression du regard" + }, + { + "displayName": "shiny_eyes", + "langName": "yeux brillants", + "object": "Chiffre", + "attribute": "Expression du regard" + }, + { + "displayName": "evil_eyes", + "langName": "mauvais œil", + "object": "Chiffre", + "attribute": "Expression du regard" + }, + { + "displayName": "crazy_eyes", + "langName": "yeux fous", + "object": "Chiffre", + "attribute": "Expression du regard" + }, + { + "displayName": "empty_eyes", + "langName": "yeux vides", + "object": "Chiffre", + "attribute": "Expression du regard" + }, + { + "displayName": "solid_eyes", + "langName": "yeux fermes", + "object": "Chiffre", + "attribute": "Expression du regard" + }, + { + "displayName": "sharp_eyes", + "langName": "yeux vifs", + "object": "Chiffre", + "attribute": "Expression du regard" + }, + { + "displayName": "slanted_eyes", + "langName": "yeux vifs", + "object": "Chiffre", + "attribute": "Expression du regard" + }, + { + "displayName": "wink", + "langName": "cligner des yeux", + "object": "Chiffre", + "attribute": "Expression du regard" + }, + { + "displayName": "wide-eyed", + "langName": "Gardez les yeux ouverts", + "object": "Chiffre", + "attribute": "Expression du regard" + }, + { + "displayName": "glint", + "langName": "des émotions fortes se lisent dans les yeux", + "object": "Chiffre", + "attribute": "Expression du regard" + }, + { + "displayName": "tsurime", + "langName": "Œil queue levée", + "object": "Chiffre", + "attribute": "Expression du regard" + }, + { + "displayName": "tareme", + "langName": "Dropement de la queue de l'œil", + "object": "Chiffre", + "attribute": "Expression du regard" + }, + { + "displayName": "pointed nose", + "langName": "nez pointu", + "object": "Chiffre", + "attribute": "Nez" + }, + { + "displayName": "small nose", + "langName": "petit nez", + "object": "Chiffre", + "attribute": "Nez" + }, + { + "displayName": "big nose", + "langName": "gros nez", + "object": "Chiffre", + "attribute": "Nez" + }, + { + "displayName": "no_nose", + "langName": "Pas de nez", + "object": "Chiffre", + "attribute": "Nez" + }, + { + "displayName": "dot_nose", + "langName": "nez en pointillé", + "object": "Chiffre", + "attribute": "Nez" + }, + { + "displayName": "nose_bubble", + "langName": "Bulles de nez", + "object": "Chiffre", + "attribute": "Nez" + }, + { + "displayName": "smelling", + "langName": "odeur", + "object": "Chiffre", + "attribute": "Nez" + }, + { + "displayName": "nose", + "langName": "nez", + "object": "Chiffre", + "attribute": "Nez" + }, + { + "displayName": "nosebleed", + "langName": "saignement de nez", + "object": "Chiffre", + "attribute": "Nez" + }, + { + "displayName": "snot", + "langName": "écoulement nasal", + "object": "Chiffre", + "attribute": "Nez" + }, + { + "displayName": "snout", + "langName": "museau d'animal", + "object": "Chiffre", + "attribute": "Nez" + }, + { + "displayName": "thick lips", + "langName": "lèvres épaisses", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "puffy lips", + "langName": "lèvres gonflées", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "lipstick", + "langName": "rouge à lèvres", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "heart-shaped mouth", + "langName": "bouche en forme de cœur", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "pout", + "langName": "moue", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "mole under mouth", + "langName": "Trompes sous la bouche", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "open_mouth", + "langName": "Ouvrez la bouche", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "gasping", + "langName": "Halètement (ouverture de la bouche)", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "Slightly_open_mouth", + "langName": "bouche légèrement ouverte", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "wavy_mouth", + "langName": "bouche ondulée", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "close_mouth", + "langName": "Taisez-vous", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "dot_mouth", + "langName": "Accord", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "no_mouth", + "langName": "pas de bouche", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "gag", + "langName": "bâillon", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "gnaw", + "langName": "morsure", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": ":3", + "langName": "Maozui", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": ":o", + "langName": "Ouvrez la bouche", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": ":>", + "langName": "V bouche", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "parted_lips", + "langName": "lèvres ouvertes", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "bit_gag", + "langName": "se taire", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "chestnut_mouth", + "langName": "Lizizui", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "cleave_gag", + "langName": "bâillonné", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "closed_mouth", + "langName": "bouche fermée", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "covered_mouth", + "langName": "bouche couverte", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "extra_mouth", + "langName": "Combien de bouches", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "hair_in_mouth", + "langName": "cheveux dans la bouche", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "hair_tie_in_mouth", + "langName": "Tenir l'attache dans la bouche", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "homu", + "langName": "Pout | Pout", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "lips", + "langName": "lèvres", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "mouth", + "langName": "Bouche", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "mouth_hold", + "langName": "Tenez-le dans votre bouche", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "oral", + "langName": "avec la bouche", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "pacifier", + "langName": "mamelon", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "Pouted lips", + "langName": "lèvres pincées", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "sideways_mouth", + "langName": "Dessiner la bouche de profil", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "spoon_in_mouth", + "langName": "cuillère dans la bouche", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "triangle_mouth", + "langName": "bouche triangulaire", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "saliva", + "langName": "salive", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "drooling", + "langName": "Bave", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "mouth_drool", + "langName": "Il y a un espace en forme de goutte de salive sur le coin de la bouche.", + "object": "Chiffre", + "attribute": "Bouche" + }, + { + "displayName": "tooth", + "langName": "dent", + "object": "Chiffre", + "attribute": "Dents" + }, + { + "displayName": "upper_teeth", + "langName": "dents supérieures", + "object": "Chiffre", + "attribute": "Dents" + }, + { + "displayName": "fangs", + "langName": "dents de tigre | crocs", + "object": "Chiffre", + "attribute": "Dents" + }, + { + "displayName": "skin_fang", + "langName": "couleur de peau dents de tigre", + "object": "Chiffre", + "attribute": "Dents" + }, + { + "displayName": "round_teeth", + "langName": "dents festonnées", + "object": "Chiffre", + "attribute": "Dents" + }, + { + "displayName": "sharp_teeth", + "langName": "dents pointues", + "object": "Chiffre", + "attribute": "Dents" + }, + { + "displayName": "clenched_teeth", + "langName": "S'arracher les dents", + "object": "Chiffre", + "attribute": "Dents" + }, + { + "displayName": "buck_teeth", + "langName": "Dents de bouc", + "object": "Chiffre", + "attribute": "Dents" + }, + { + "displayName": "fang_out", + "langName": "Bare the fangs | Bare the fangs", + "object": "Chiffre", + "attribute": "Dents" + }, + { + "displayName": "spiked_club", + "langName": "Masse", + "object": "Chiffre", + "attribute": "Dents" + }, + { + "displayName": "toothbrush", + "langName": "brosse à dents", + "object": "Chiffre", + "attribute": "Dents" + }, + { + "displayName": "tusks", + "langName": "ivoire", + "object": "Chiffre", + "attribute": "Dents" + }, + { + "displayName": "shark_mouth", + "langName": "dents de requin", + "object": "Chiffre", + "attribute": "Dents" + }, + { + "displayName": ":q", + "langName": "langue sur la lèvre supérieure", + "object": "Chiffre", + "attribute": "Langue" + }, + { + "displayName": ":p", + "langName": "langue sur la lèvre inférieure", + "object": "Chiffre", + "attribute": "Langue" + }, + { + "displayName": ";p", + "langName": "Cligner des yeux et tirer la langue", + "object": "Chiffre", + "attribute": "Langue" + }, + { + "displayName": "french_kiss", + "langName": "Baiser avec la langue | Baiser mouillé français", + "object": "Chiffre", + "attribute": "Langue" + }, + { + "displayName": "long_tongue", + "langName": "longue langue", + "object": "Chiffre", + "attribute": "Langue" + }, + { + "displayName": "oral_invitation", + "langName": "Tirez la langue pour accueillir l'éjaculation", + "object": "Chiffre", + "attribute": "Langue" + }, + { + "displayName": "tongue", + "langName": "Langue", + "object": "Chiffre", + "attribute": "Langue" + }, + { + "displayName": "tongue_out", + "langName": "tirer la langue", + "object": "Chiffre", + "attribute": "Langue" + }, + { + "displayName": "uvula", + "langName": "uvula | uvula | uvula", + "object": "Chiffre", + "attribute": "Langue" + }, + { + "displayName": "fingernails", + "langName": "ongles", + "object": "Chiffre", + "attribute": "Clou" + }, + { + "displayName": "toenails", + "langName": "ongles de pied", + "object": "Chiffre", + "attribute": "Clou" + }, + { + "displayName": "nail_polish", + "langName": "vernis à ongles", + "object": "Chiffre", + "attribute": "Clou" + }, + { + "displayName": "toenail_polish", + "langName": "vernis à ongles", + "object": "Chiffre", + "attribute": "Clou" + }, + { + "displayName": "black_nails", + "langName": "ongles noirs", + "object": "Chiffre", + "attribute": "Clou" + }, + { + "displayName": "red_nails", + "langName": "ongles rouges", + "object": "Chiffre", + "attribute": "Clou" + }, + { + "displayName": "pink_nails", + "langName": "ongles roses", + "object": "Chiffre", + "attribute": "Clou" + }, + { + "displayName": "long_fingernails", + "langName": "ongles longs", + "object": "Chiffre", + "attribute": "Clou" + }, + { + "displayName": "nail", + "langName": "Ongles | Ongles", + "object": "Chiffre", + "attribute": "Clou" + }, + { + "displayName": "multicolored_nails", + "langName": "ongles colorés", + "object": "Chiffre", + "attribute": "Clou" + }, + { + "displayName": "nail_art", + "langName": "Manucure", + "object": "Chiffre", + "attribute": "Clou" + }, + { + "displayName": "bare shoulders", + "langName": "épaules nues", + "object": "Chiffre", + "attribute": "Épaules" + }, + { + "displayName": "collarbonea", + "langName": "clavicule", + "object": "Chiffre", + "attribute": "Épaules" + }, + { + "displayName": "armpits", + "langName": "aisselle", + "object": "Chiffre", + "attribute": "Épaules" + }, + { + "displayName": "armpit_crease", + "langName": "Rides de l'aisselle", + "object": "Chiffre", + "attribute": "Épaules" + }, + { + "displayName": "chest", + "langName": "Coffre", + "object": "Chiffre", + "attribute": "Coffre" + }, + { + "displayName": "flat chest", + "langName": "Petits seins (A)", + "object": "Chiffre", + "attribute": "Coffre" + }, + { + "displayName": "small_breasts", + "langName": "Petits seins (B)", + "object": "Chiffre", + "attribute": "Coffre" + }, + { + "displayName": "medium breasts", + "langName": "Poitrine moyenne (C)", + "object": "Chiffre", + "attribute": "Coffre" + }, + { + "displayName": "big breasts", + "langName": "Gros seins (D)", + "object": "Chiffre", + "attribute": "Coffre" + }, + { + "displayName": "huge breasts", + "langName": "Gros seins (E)", + "object": "Chiffre", + "attribute": "Coffre" + }, + { + "displayName": "gigantic breasts", + "langName": "Très grosse poitrine (F)", + "object": "Chiffre", + "attribute": "Coffre" + }, + { + "displayName": "breasts apart", + "langName": "poitrine séparée", + "object": "Chiffre", + "attribute": "Coffre" + }, + { + "displayName": "hanging breasts", + "langName": "s'affaisser", + "object": "Chiffre", + "attribute": "Coffre" + }, + { + "displayName": "bouncing breasts", + "langName": "secouer", + "object": "Chiffre", + "attribute": "Coffre" + }, + { + "displayName": "cleavage", + "langName": "clivage", + "object": "Chiffre", + "attribute": "Coffre" + }, + { + "displayName": "areola", + "langName": "Aréole", + "object": "Chiffre", + "attribute": "Coffre" + }, + { + "displayName": "nipples", + "langName": "mamelon", + "object": "Chiffre", + "attribute": "Coffre" + }, + { + "displayName": "pectorals", + "langName": "les muscles de la poitrine", + "object": "Chiffre", + "attribute": "Coffre" + }, + { + "displayName": "large_pectorals", + "langName": "Gros pectoraux", + "object": "Chiffre", + "attribute": "Coffre" + }, + { + "displayName": "unbuttoned clothes", + "langName": "Poitrine à moitié exposée", + "object": "Chiffre", + "attribute": "Coffre" + }, + { + "displayName": "belly", + "langName": "abdomen", + "object": "Chiffre", + "attribute": "Abdomen" + }, + { + "displayName": "absolute_territory", + "langName": "les muscles abdominaux", + "object": "Chiffre", + "attribute": "Abdomen" + }, + { + "displayName": "inflation", + "langName": "ventre gonflé", + "object": "Chiffre", + "attribute": "Abdomen" + }, + { + "displayName": "navel", + "langName": "nombril", + "object": "Chiffre", + "attribute": "Abdomen" + }, + { + "displayName": "groin", + "langName": "aine", + "object": "Chiffre", + "attribute": "Abdomen" + }, + { + "displayName": "feet", + "langName": "pied", + "object": "Chiffre", + "attribute": "Pied" + }, + { + "displayName": "long_legs", + "langName": "longues jambes", + "object": "Chiffre", + "attribute": "Pied" + }, + { + "displayName": "thick_thighs", + "langName": "cuisses épaisses", + "object": "Chiffre", + "attribute": "Pied" + }, + { + "displayName": "toe-point", + "langName": "pointe de l'orteil | pointe de l'orteil", + "object": "Chiffre", + "attribute": "Pied" + }, + { + "displayName": "wings", + "langName": "aile", + "object": "Chiffre", + "attribute": "Aile" + }, + { + "displayName": "bat_wings", + "langName": "ailes de chauve-souris", + "object": "Chiffre", + "attribute": "Aile" + }, + { + "displayName": "butterfly_wings", + "langName": "ailes de papillon", + "object": "Chiffre", + "attribute": "Aile" + }, + { + "displayName": "black_wings", + "langName": "ailes noires", + "object": "Chiffre", + "attribute": "Aile" + }, + { + "displayName": "demon_wings", + "langName": "Ailes de démon", + "object": "Chiffre", + "attribute": "Aile" + }, + { + "displayName": "asymmetrical_wings", + "langName": "ailes asymétriques", + "object": "Chiffre", + "attribute": "Aile" + }, + { + "displayName": "detached_wings", + "langName": "Ailes non reliées au corps", + "object": "Chiffre", + "attribute": "Aile" + }, + { + "displayName": "fairy_wings", + "langName": "ailes de fées", + "object": "Chiffre", + "attribute": "Aile" + }, + { + "displayName": "fake_wings", + "langName": "imitation d'ailes", + "object": "Chiffre", + "attribute": "Aile" + }, + { + "displayName": "fiery_wings", + "langName": "ailes enflammées", + "object": "Chiffre", + "attribute": "Aile" + }, + { + "displayName": "insect_wings", + "langName": "ailes d'insectes", + "object": "Chiffre", + "attribute": "Aile" + }, + { + "displayName": "large_wings", + "langName": "grandes ailes", + "object": "Chiffre", + "attribute": "Aile" + }, + { + "displayName": "low_wings", + "langName": "ailes à la taille", + "object": "Chiffre", + "attribute": "Aile" + }, + { + "displayName": "mini_wings", + "langName": "mini ailes", + "object": "Chiffre", + "attribute": "Aile" + }, + { + "displayName": "multicolored_wings", + "langName": "Des ailes de toutes les couleurs", + "object": "Chiffre", + "attribute": "Aile" + }, + { + "displayName": "multiple_wings", + "langName": "plusieurs paires d'ailes", + "object": "Chiffre", + "attribute": "Aile" + }, + { + "displayName": "no_wings", + "langName": "Ailes enlevées (originales)", + "object": "Chiffre", + "attribute": "Aile" + }, + { + "displayName": "winged_helmet", + "langName": "casque ailé", + "object": "Chiffre", + "attribute": "Aile" + }, + { + "displayName": "smile", + "langName": "Sourire", + "object": "Expression", + "attribute": "Rire" + }, + { + "displayName": "laughing", + "langName": "rire à gorge déployée", + "object": "Expression", + "attribute": "Rire" + }, + { + "displayName": ":d", + "langName": "Happy smile_:D😀", + "object": "Expression", + "attribute": "Rire" + }, + { + "displayName": ";d", + "langName": "Clin d'œil et sourire_:D", + "object": "Expression", + "attribute": "Rire" + }, + { + "displayName": "grin", + "langName": "sourire en coin", + "object": "Expression", + "attribute": "Rire" + }, + { + "displayName": "teasing_smile", + "langName": "amusé, souriant bêtement", + "object": "Expression", + "attribute": "Rire" + }, + { + "displayName": "seductive_smile", + "langName": "sourire charmant", + "object": "Expression", + "attribute": "Rire" + }, + { + "displayName": "smirk", + "langName": "sourire provocateur", + "object": "Expression", + "attribute": "Rire" + }, + { + "displayName": "giggling", + "langName": "ricaner", + "object": "Expression", + "attribute": "Rire" + }, + { + "displayName": "smug", + "langName": "suffisant", + "object": "Expression", + "attribute": "Rire" + }, + { + "displayName": "naughty_face", + "langName": "visage coquin", + "object": "Expression", + "attribute": "Rire" + }, + { + "displayName": "crazy_smile", + "langName": "fou rire", + "object": "Expression", + "attribute": "Rire" + }, + { + "displayName": "kind_smile", + "langName": "sourire doux", + "object": "Expression", + "attribute": "Rire" + }, + { + "displayName": "evil_smile", + "langName": "Mauvais sourire", + "object": "Expression", + "attribute": "Rire" + }, + { + "displayName": "ahegao", + "langName": "Couvrez-vous le visage et riez | Shy face", + "object": "Expression", + "attribute": "Rire" + }, + { + "displayName": "happy_tears", + "langName": "larmes de joie", + "object": "Expression", + "attribute": "Rire" + }, + { + "displayName": "sad", + "langName": "triste", + "object": "Expression", + "attribute": "Pleurer" + }, + { + "displayName": "sobs", + "langName": "sanglot", + "object": "Expression", + "attribute": "Pleurer" + }, + { + "displayName": "crying", + "langName": "pleurer bruyamment", + "object": "Expression", + "attribute": "Pleurer" + }, + { + "displayName": "crying_with_eyes_open", + "langName": "pleurer les yeux ouverts", + "object": "Expression", + "attribute": "Pleurer" + }, + { + "displayName": "streaming_tears", + "langName": "verser des larmes", + "object": "Expression", + "attribute": "Pleurer" + }, + { + "displayName": "lacrimation", + "langName": "verser des larmes", + "object": "Expression", + "attribute": "Pleurer" + }, + { + "displayName": "tear stains", + "langName": "larmes", + "object": "Expression", + "attribute": "Pleurer" + }, + { + "displayName": "teardrop", + "langName": "goutte d'eau", + "object": "Expression", + "attribute": "Pleurer" + }, + { + "displayName": "tearing_up", + "langName": "expression des pleurs", + "object": "Expression", + "attribute": "Pleurer" + }, + { + "displayName": "wiping_tears", + "langName": "essuyer les larmes", + "object": "Expression", + "attribute": "Pleurer" + }, + { + "displayName": "badmood", + "langName": "Mauvaise humeur", + "object": "Expression", + "attribute": "Pleurer" + }, + { + "displayName": "tearing_clothes", + "langName": "Déchirer les vêtements (en cas de tristesse extrême, déchirer les vêtements pour évacuer les émotions)", + "object": "Expression", + "attribute": "Pleurer" + }, + { + "displayName": "frustrated", + "langName": "frustré", + "object": "Expression", + "attribute": "Malheureux" + }, + { + "displayName": "frustrated_brow", + "langName": "sourcil frustré", + "object": "Expression", + "attribute": "Malheureux" + }, + { + "displayName": "annoyed", + "langName": "en détresse", + "object": "Expression", + "attribute": "Malheureux" + }, + { + "displayName": "anguish", + "langName": "déprimé", + "object": "Expression", + "attribute": "Malheureux" + }, + { + "displayName": "sigh", + "langName": "soupir", + "object": "Expression", + "attribute": "Malheureux" + }, + { + "displayName": "gloom", + "langName": "mélancolie", + "object": "Expression", + "attribute": "Malheureux" + }, + { + "displayName": "disappointed", + "langName": "Déçu", + "object": "Expression", + "attribute": "Malheureux" + }, + { + "displayName": "despair", + "langName": "désespoir", + "object": "Expression", + "attribute": "Malheureux" + }, + { + "displayName": "unamused", + "langName": "Un regard malheureux", + "object": "Expression", + "attribute": "Malheureux" + }, + { + "displayName": "disgust", + "langName": "Dégoûté (ressemble à un déchet)", + "object": "Expression", + "attribute": "Le mépris" + }, + { + "displayName": "disdain", + "langName": "mépris", + "object": "Expression", + "attribute": "Le mépris" + }, + { + "displayName": "contempt", + "langName": "mépris", + "object": "Expression", + "attribute": "Le mépris" + }, + { + "displayName": "shaded_face", + "langName": "Il y a une ombre sur le visage, correspondant au mépris", + "object": "Expression", + "attribute": "Le mépris" + }, + { + "displayName": "jitome", + "langName": "regard méprisant", + "object": "Expression", + "attribute": "Le mépris" + }, + { + "displayName": "frown", + "langName": "froncer les sourcils / froncer les sourcils", + "object": "Expression", + "attribute": "Le mépris" + }, + { + "displayName": "wince", + "langName": "froncement de sourcils (avant les rapports sexuels)", + "object": "Expression", + "attribute": "Le mépris" + }, + { + "displayName": "furrowed_brow", + "langName": "froncer les sourcils", + "object": "Expression", + "attribute": "Le mépris" + }, + { + "displayName": "fear_kubrick", + "langName": "Peur des regards de travers", + "object": "Expression", + "attribute": "Le mépris" + }, + { + "displayName": "angry", + "langName": "en colère", + "object": "Expression", + "attribute": "En colère" + }, + { + "displayName": "glaring", + "langName": "éblouissement", + "object": "Expression", + "attribute": "En colère" + }, + { + "displayName": "serious", + "langName": "Sérieux (similaire à colère)", + "object": "Expression", + "attribute": "En colère" + }, + { + "displayName": "kubrick_stare", + "langName": "Vous regarder de travers", + "object": "Expression", + "attribute": "En colère" + }, + { + "displayName": "sulking", + "langName": "en colère_sulky", + "object": "Expression", + "attribute": "En colère" + }, + { + "displayName": "screaming", + "langName": "crier", + "object": "Expression", + "attribute": "En colère" + }, + { + "displayName": "shouting", + "langName": "pleurer", + "object": "Expression", + "attribute": "En colère" + }, + { + "displayName": "expressionless", + "langName": "sans expression", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "raised eyebrow", + "langName": "Hausser un sourcil", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "blush", + "langName": "blush", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "light_blush", + "langName": "léger rougissement", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "full-face-blush", + "langName": "Blush sur l'ensemble du visage", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "shy", + "langName": "timide", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "embarrassed", + "langName": "Gêné et timide", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "embarrass", + "langName": "timide (maladroit)", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "flustered", + "langName": "paniqué", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "cute face", + "langName": "visage mignon", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "thinking", + "langName": "penser", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "bored", + "langName": "ennuyeux", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "sleepy", + "langName": "endormi", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "surprised", + "langName": "surprise", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "confused", + "langName": "confondre", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "facepalm", + "langName": "Couverture du visage", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "grimace", + "langName": "clin d'œil", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "scowl", + "langName": "Regard dégoûté", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "staring", + "langName": "regard", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "envy", + "langName": "envie", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "twitching", + "langName": "twitch", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "spasm", + "langName": "Crampe", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "pain", + "langName": "douleur", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "endured_face", + "langName": "expression du patient", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "restrained", + "langName": "endurer", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "turn pale", + "langName": "pâle", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "sweat", + "langName": "sueur", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "scared", + "langName": "effrayé", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "naughty", + "langName": "vilain", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "dark_persona", + "langName": "noirci", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "crazy", + "langName": "fou", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "yandere", + "langName": "yandere", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "Tsundere", + "langName": "Tsundere", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "multiple_persona", + "langName": "personnalité multiple", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "Jekyll_and_Hyde", + "langName": "personnalité multiple", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "exhausted", + "langName": "épuisé", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "heavy_breathing", + "langName": "Respirez fort, cela ne servira peut-être à rien.", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "rape_face", + "langName": "visage de viol", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "moaning", + "langName": "gémir", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "orgasm", + "langName": "point culminant", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "female_orgasm", + "langName": "orgasme féminin", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "rolling_eyes", + "langName": "Rouler des yeux (les yeux de l'orgasme)", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "torogao", + "langName": "Trance", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "drunk", + "langName": "ivre", + "object": "Expression", + "attribute": "Autres expressions" + }, + { + "displayName": "joyful", + "langName": "joyeux", + "object": "Expression", + "attribute": "Les émotions positives" + }, + { + "displayName": "cheerful", + "langName": "Gaieté", + "object": "Expression", + "attribute": "Les émotions positives" + }, + { + "displayName": "enchanting", + "langName": "charmant", + "object": "Expression", + "attribute": "Les émotions positives" + }, + { + "displayName": "happy", + "langName": "heureux", + "object": "Expression", + "attribute": "Les émotions positives" + }, + { + "displayName": "happy accidents", + "langName": "Une surprise inattendue", + "object": "Expression", + "attribute": "Les émotions positives" + }, + { + "displayName": "vibrant", + "langName": "énergique", + "object": "Expression", + "attribute": "Les émotions positives" + }, + { + "displayName": "dynamic", + "langName": "énergique", + "object": "Expression", + "attribute": "Les émotions positives" + }, + { + "displayName": "energetic", + "langName": "plein d'énergie", + "object": "Expression", + "attribute": "Les émotions positives" + }, + { + "displayName": "bustling", + "langName": "Occupé", + "object": "Expression", + "attribute": "Les émotions positives" + }, + { + "displayName": "lively", + "langName": "vif", + "object": "Expression", + "attribute": "Les émotions positives" + }, + { + "displayName": "excited", + "langName": "enthousiaste", + "object": "Expression", + "attribute": "Les émotions positives" + }, + { + "displayName": "peaceful", + "langName": "pacifique", + "object": "Expression", + "attribute": "Les émotions positives" + }, + { + "displayName": "serene", + "langName": "pacifique", + "object": "Expression", + "attribute": "Les émotions positives" + }, + { + "displayName": "soothing", + "langName": "apaisement", + "object": "Expression", + "attribute": "Les émotions positives" + }, + { + "displayName": "calming", + "langName": "calme", + "object": "Expression", + "attribute": "Les émotions positives" + }, + { + "displayName": "melancholic", + "langName": "mélancolie", + "object": "Expression", + "attribute": "Les émotions négatives" + }, + { + "displayName": "eerie", + "langName": "bizarre", + "object": "Expression", + "attribute": "Les émotions négatives" + }, + { + "displayName": "ominous", + "langName": "inquiétant", + "object": "Expression", + "attribute": "Les émotions négatives" + }, + { + "displayName": "unsettling", + "langName": "inquiétant", + "object": "Expression", + "attribute": "Les émotions négatives" + }, + { + "displayName": "lonely", + "langName": "Solitaire", + "object": "Expression", + "attribute": "Les émotions négatives" + }, + { + "displayName": "beautiful", + "langName": "beauté", + "object": "Expression", + "attribute": "Le tempérament" + }, + { + "displayName": "elegant", + "langName": "élégant", + "object": "Expression", + "attribute": "Le tempérament" + }, + { + "displayName": "angelic", + "langName": "angélique", + "object": "Expression", + "attribute": "Le tempérament" + }, + { + "displayName": "Good", + "langName": "OK", + "object": "Expression", + "attribute": "Le tempérament" + }, + { + "displayName": "mysterious", + "langName": "mystérieux", + "object": "Expression", + "attribute": "Le tempérament" + }, + { + "displayName": "enigmatic", + "langName": "énigmatique", + "object": "Expression", + "attribute": "Le tempérament" + }, + { + "displayName": "cryptic", + "langName": "secret", + "object": "Expression", + "attribute": "Le tempérament" + }, + { + "displayName": "evil", + "langName": "maléfique", + "object": "Expression", + "attribute": "Le tempérament" + }, + { + "displayName": "standing", + "langName": "support", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "leaning", + "langName": "Lean | Lean", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "leaning_to_the_side", + "langName": "se pencher à l'écart", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "leaning_back", + "langName": "se pencher en arrière", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "leaning_forward", + "langName": "se pencher en avant", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "leaning_on_object", + "langName": "s'appuyer sur l'objet", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "on_back", + "langName": "s'allonger sur le dos", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "on_side", + "langName": "Couché sur le côté", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "on_stomach", + "langName": "Se coucher", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "lying", + "langName": "s'allonger", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "lying_on_person", + "langName": "se coucher sur quelqu'un", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "lying_on_the_lake", + "langName": "allongé sur le lac", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "lying_on_water", + "langName": "couché dans l'eau", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "reclining", + "langName": "Position allongée", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "arched_back", + "langName": "Corps de l'arc", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "afloat", + "langName": "flotter sur l'eau", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "fetal_position", + "langName": "Position fœtale (couchée)", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "sleeping_upright", + "langName": "(ne pas s'allonger) dormir | dormir debout", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "waking_up", + "langName": "se réveiller", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "cuddling", + "langName": "Embrasser", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "comforting", + "langName": "le confort", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "biting", + "langName": "morsure", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "licking", + "langName": "lécher", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "licking_lips", + "langName": "lécher les lèvres", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "lip_biting", + "langName": "se mordre la lèvre", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "blowing", + "langName": "souffler", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "teasing", + "langName": "taquiner", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "tickling", + "langName": "chatouiller", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "spitting", + "langName": "le fait de cracher un liquide par la bouche", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "spilling", + "langName": "Action de verser un liquide à partir d'un récipient", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "cooking", + "langName": "cuisine", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "drinking", + "langName": "boire", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "applying_makeup", + "langName": "maquillage", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "brushing_teeth", + "langName": "se brosser les dents", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "hair_brushing", + "langName": "peigne à cheveux", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "hair_tucking", + "langName": "retourner les cheveux", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "taking_picture", + "langName": "Prendre une photo | Selfie", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "talking_on_phone", + "langName": "Appeler", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "singing", + "langName": "Chanter", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "meditation", + "langName": "méditation", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "dancing", + "langName": "La danse", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "stylish_pose", + "langName": "pose de mode", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "the_pose", + "langName": "S'allonger sur le sol et mettre les pieds en l'air", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "standing_on_liquid", + "langName": "se tenir sur de l'eau ou un liquide", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "walking", + "langName": "marcher", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "walking_on_liquid", + "langName": "marcher sur un liquide", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "running", + "langName": "courir", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "jumping", + "langName": "sauter", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "flying", + "langName": "vol", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "flapping", + "langName": "action de gifler", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "flying_kick", + "langName": "coup de pied volant", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "fighting", + "langName": "dans la bataille", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "fighting_stance", + "langName": "position de combat", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "drawing_bow", + "langName": "Tirer l'arc", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "dual_wielding", + "langName": "double armement", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "unsheathing", + "langName": "Déchausser", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "slashing", + "langName": "couper", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "punching", + "langName": "coup de poing", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "hitting", + "langName": "frapper", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "pushing", + "langName": "pousser", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "dragging", + "langName": "traîner quelque chose", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "strangling", + "langName": "suspendre sa tête", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "bullying", + "langName": "Bully", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "chasing", + "langName": "poursuite", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "fleeing", + "langName": "En fuite", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "hiding", + "langName": "cacher", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "tripping", + "langName": "a trébuché", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "spinning", + "langName": "tourner", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "climbing", + "langName": "grimper", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "diving", + "langName": "plongée", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "swimming", + "langName": "nager", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "wading", + "langName": "patauger dans l'eau", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "riding", + "langName": "manège", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "driving", + "langName": "conduire", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "fishing", + "langName": "pêche", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "pole_dancing", + "langName": "pole dance", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "writing", + "langName": "l'écriture", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "reading", + "langName": "lire", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "sewing", + "langName": "couture", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "shopping", + "langName": "Achats", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "cleaning", + "langName": "nettoyer |", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "sweeping", + "langName": "Nettoyage | Balayage (travaux ménagers)", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "washing", + "langName": "lavage", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "showering", + "langName": "douche", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "drying", + "langName": "Sec (après le bain)", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "whispering", + "langName": "chuchoter", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "sneezing", + "langName": "éternuer", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "talking", + "langName": "parler", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "yawning", + "langName": "bâillement", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "smoking", + "langName": "fumée", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "sleeping", + "langName": "dormir", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "praying", + "langName": "prier", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "playing_games", + "langName": "jouer à des jeux", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "wrestling", + "langName": "lutte (sport)", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "parody", + "langName": "imiter", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "trolling", + "langName": "farce", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "public_indecency", + "langName": "outrage public à la pudeur", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "eyelid_pull", + "langName": "cligner des yeux", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "top-down_bottom-up", + "langName": "S'allonger et soulever les fesses", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "bent_over", + "langName": "pose de la hanche", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "upside-down", + "langName": "ATR", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "prone_bone", + "langName": "en position couchée en levrette", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "presenting", + "langName": "Afficheur (partie arrière)", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "against_glass", + "langName": "verre à presser (non valide)", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "bleeding", + "langName": "hémorragie", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "bowing", + "langName": "arc", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "breathing_fire", + "langName": "Respirer du feu", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "broom_riding", + "langName": "le balai", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "bubble_blowing", + "langName": "faire des bulles", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "burning", + "langName": "combustion", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "cast", + "langName": "lancer", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "dreaming", + "langName": "rêve", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "dropping", + "langName": "chute (accidentelle)", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "exercise", + "langName": "faire de l'exercice", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "firing", + "langName": "tournage", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "flashing", + "langName": "exposée", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "flexing", + "langName": "Montrer les muscles", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "hanging", + "langName": "pendaison", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "Painting_(Action)", + "langName": "tirage au sort", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "snowing", + "langName": "neige", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "soccer", + "langName": "football sport", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "splashing", + "langName": "éclaboussures", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "steepled_fingers", + "langName": "Doigts contre doigts", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "swing", + "langName": "balançoire", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "tail_wagging", + "langName": "queue frétillante", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "toilet_use", + "langName": "Aller aux toilettes", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "tossing", + "langName": "lancer", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "tying", + "langName": "Faire un nœud (action)", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "untying", + "langName": "Détaché", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "unzipping", + "langName": "Décompresser", + "object": "Action", + "attribute": "Mouvements de base" + }, + { + "displayName": "looking_at_viewer", + "langName": "regarder le public", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "eye_contact", + "langName": "Contact visuel (se regarder l'un l'autre)", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "eyeball", + "langName": "fixer", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "stare", + "langName": "regard", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "looking_back", + "langName": "Retour en arrière", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "gradient", + "langName": "Inclinaison des caractères", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "looking_down", + "langName": "Le point de vue du personnage regarde vers le bas↘", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "looking_up", + "langName": "Perspective du personnage regardant vers le haut", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "facing_away", + "langName": "tourné vers l'extérieur", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "looking_to_the_side", + "langName": "regarder de côté", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "looking_away", + "langName": "détourner le regard", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "looking_ahead", + "langName": "Regarder vers l'avenir", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "looking_afar", + "langName": "regarder au loin", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "looking_outside", + "langName": "regarder à l'extérieur", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "head_tilt", + "langName": "tête inclinable", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "aiming", + "langName": "objectif", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "aiming_at_viewer", + "langName": "Cibler le lecteur (perspective)", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "head_down", + "langName": "incliner la tête", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "sideways_glance", + "langName": "regarder légèrement sur le côté", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "upshirt", + "langName": "sous la chemise", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "upshorts", + "langName": "jupe à volants", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "looking_at_another", + "langName": "regardant un autre", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "looking_at_phone", + "langName": "Regarder le téléphone portable", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "looking_at_animal", + "langName": "regarder les animaux", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "looking_at_mirror", + "langName": "se regarder dans le miroir", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "looking_at_hand", + "langName": "regarder les mains", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "looking_at_food", + "langName": "regarder la nourriture", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "looking_at_screen", + "langName": "en regardant l'écran", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "stare at me", + "langName": "te regarde fixement", + "object": "Action", + "attribute": "Regarder" + }, + { + "displayName": "clenched hand", + "langName": "poing fermé", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "hand_to_mouth", + "langName": "Mettez la main à la bouche", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "hidden hands", + "langName": "cachez vos mains", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "arm_support", + "langName": "soutenir avec les mains", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "arms_up", + "langName": "Levez la main", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "presenting armpit", + "langName": "montrer les aisselles", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "arm_behind_head", + "langName": "mains derrière la tête", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "arm_above_head", + "langName": "mains sur la tête", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "adjusting_hair", + "langName": "cheveux soignés", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "bangs_pinned_back", + "langName": "Épinglez votre frange en arrière", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "arm_behind_back", + "langName": "Mettez une main dans le dos", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "arms_behind_back", + "langName": "les mains dans le dos", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "arm_at_side", + "langName": "Suspendre une main vers le bas", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "arm_blade", + "langName": "lame de bras", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "arm_grab", + "langName": "saisir le bras", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "arm_around_waist", + "langName": "Une main autour de la taille", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "arm_hug", + "langName": "Se tenir la main", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "arm_up", + "langName": "lever les mains", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "bound_arms", + "langName": "Les bras sont liés", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "extra_arms", + "langName": "bras multiples", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "locked_arms", + "langName": "Tenir les bras", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "zombie_pose", + "langName": "pose de zombie", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "cheering", + "langName": "encourager", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "beckoning", + "langName": "faire signe", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "waving", + "langName": "saluer (dire bonjour/au revoir)", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "waving_arms", + "langName": "agiter les bras", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "salute", + "langName": "saluer", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "reaching", + "langName": "Tendre la main (volontairement)", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "reaching_out", + "langName": "S'ouvrir à l'extérieur du tableau", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "stretch", + "langName": "étirer", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "convenient_arm", + "langName": "Couvrir les parties essentielles des bras", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "ready_to_draw", + "langName": "Se préparer à tirer l'épée", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "double_fox_shadow_puppet", + "langName": "Double renard marionnette d'ombre", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "fox_shadow_puppet", + "langName": "renard marionnette d'ombre", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "paw_pose", + "langName": "Geste du chat chanceux (poignet plié vers le bas)", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "self_fondle", + "langName": "auto-caresse", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "groping", + "langName": "tâtonnement", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "crotch_grab", + "langName": "Saisir l'entrejambe", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "clothes_lift", + "langName": "soulever les vêtements", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "clothes_pull", + "langName": "Tirer sur les vêtements", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "strap_lift", + "langName": "sangle de levage", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "shirt_lift", + "langName": "pull up lift up shirt", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "dress_lift", + "langName": "jupe relevée", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "dress_pull", + "langName": "robe à bretelles", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "kimono_lift", + "langName": "Relever le kimono", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "kimono_pull", + "langName": "tirer le kimono", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "shirt_pull", + "langName": "dézipper la chemise", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "shorts_pull", + "langName": "Enlevez votre short", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "pants_pull", + "langName": "Baisser le pantalon", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "leotard_pull", + "langName": "combinaison décolletée", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "swimsuit_pull", + "langName": "Retirer le maillot de bain", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "skirt_basket", + "langName": "Désigne la forme de panier formée lorsque la jupe est relevée.", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "bikini_lift", + "langName": "Bikini qui s'épluche", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "cheek_pull", + "langName": "Tirez sur la joue", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "bunching_hair", + "langName": "Tenue des tresses", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "mask_pull", + "langName": "Tirer sur le masque", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "zipper_pull_tab", + "langName": "Tirette de fermeture à glissière", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "bikini_pull", + "langName": "Tirer un bikini", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "holding_hair", + "langName": "Tenir les cheveux | Enrouler les doigts autour des cheveux", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "shou", + "langName": "Tenir une main derrière la tête", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "arm_cannon", + "langName": "canon à main", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "arm_ribbon", + "langName": "ruban de bras", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "caramelldansen", + "langName": "Une célèbre action de torsion de la main", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "arm_held_back", + "langName": "Tirer les bras vers l'arrière", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "leg_lift", + "langName": "élévation d'une seule jambe", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "hugging_own_legs", + "langName": "Serrez vos jambes", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "cheek_pinching", + "langName": "pincer les joues", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "chin_rest", + "langName": "Tenir la joue", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "skirt_lift", + "langName": "jupe de levage", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "skirt_flip", + "langName": "Jupe relevée (y compris le sens de l'urgence)", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "skirt_pull", + "langName": "jupe ouverte", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "cheek_poking", + "langName": "Coup de poing sur la joue", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "hair_pull", + "langName": "tirer les cheveux", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "covering_chest_by_hand", + "langName": "couvrir la poitrine avec les mains", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "chin_stroking", + "langName": "Toucher le menton", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "hair_pulled_back", + "langName": "Cheveux attachés", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "adjusting_clothes", + "langName": "Jouer avec les vêtements", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "adjusting_hat", + "langName": "chapeau de rangement", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "adjusting_gloves", + "langName": "Gants de violon", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "adjusting_swimsuit", + "langName": "Fidèle au maillot de bain", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "adjusting_thighhigh", + "langName": "Ajuster les chaussettes aux genoux", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "adjusting_eyewear", + "langName": "Ajuster les lunettes", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "pulling", + "langName": "tirer", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "pulled_by_self", + "langName": "Descendez vos vêtements", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "pulled_by_another", + "langName": "être tiré (ou tirer sur les vêtements) par une autre personne", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "lifting_person", + "langName": "ramasser quelqu'un", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "lifted_by_self", + "langName": "Relevez vos vêtements", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "lifted_by_another", + "langName": "Être soulevé par les vêtements de l'autre partie", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "bandaid_on_arm", + "langName": "Pansement sur le bras", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "carrying", + "langName": "ramasser", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "carrying_under_arm", + "langName": "sous le bras", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "carrying_over_shoulder", + "langName": "épaule", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "wind_lift", + "langName": "Effet du vent | Courant ascendant", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "covering_xx", + "langName": "couverture xx", + "object": "Action", + "attribute": "Mains" + }, + { + "displayName": "shushing", + "langName": "Geste Shh", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "finger_to_mouth", + "langName": "Portez votre main à vos lèvres", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "peace sign", + "langName": "Les mains en ciseaux", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "cat_pose", + "langName": "geste de la patte du chat", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "claw_pose", + "langName": "geste de la griffe", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "finger_gun", + "langName": "geste de l'arme au doigt", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "v", + "langName": "geste de victoire", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "double_v", + "langName": "double_v", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "thumbs_up", + "langName": "Le pouce en l'air", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "index_finger_raised", + "langName": "lever l'index", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "middle_finger", + "langName": "montrer le majeur", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "fingersmile", + "langName": "Faire un smiley avec les doigts", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "finger_on_trigger", + "langName": "Prêt à appuyer sur la gâchette", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "pointing_at_self", + "langName": "Se montrer du doigt", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "pointing_at_viewer", + "langName": "Indiquer la personne qui regarde l'image", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "pointing_up", + "langName": "Pointer vers le haut", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "poking", + "langName": "timbre", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "hand_gesture", + "langName": "faire des gestes", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "ok_sign", + "langName": "Geste OK", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "finger_biting", + "langName": "se mordre les doigts", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "finger_in_mouth", + "langName": "sucer les doigts", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "fingering_through_clothes", + "langName": "doigt", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "fingers_together", + "langName": "les doigts l'un contre l'autre", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "hair_twirling", + "langName": "Les doigts bouclent les cheveux", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "sharp_fingernails", + "langName": "ongles pointus", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "spread_fingers", + "langName": "écarter les doigts", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "trigger_discipline", + "langName": "Pas de doigt sur la gâchette", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "w", + "langName": "Doigt de gant de gant de gant de gant de gant de gant de gant", + "object": "Action", + "attribute": "Doigt" + }, + { + "displayName": "open hands", + "langName": "mains ouvertes", + "object": "Action", + "attribute": "Mouvements des mains" + }, + { + "displayName": "spread arms", + "langName": "bras ouverts", + "object": "Action", + "attribute": "Mouvements des mains" + }, + { + "displayName": "interlocked_fingers", + "langName": "mains jointes", + "object": "Action", + "attribute": "Mouvements des mains" + }, + { + "displayName": "tying hair", + "langName": "attacher les cheveux", + "object": "Action", + "attribute": "Mouvements des mains" + }, + { + "displayName": "own hands clasped", + "langName": "mains jointes", + "object": "Action", + "attribute": "Mouvements des mains" + }, + { + "displayName": "own hands together", + "langName": "mains jointes", + "object": "Action", + "attribute": "Mouvements des mains" + }, + { + "displayName": "hands in hair", + "langName": "peigner les cheveux avec les mains", + "object": "Action", + "attribute": "Mouvements des mains" + }, + { + "displayName": "arms_behind_head", + "langName": "Tenir la tête avec les mains", + "object": "Action", + "attribute": "Mouvements des mains" + }, + { + "displayName": "double piece pose", + "langName": "Signe des mains en V", + "object": "Action", + "attribute": "Mouvements des mains" + }, + { + "displayName": "arms_crossed", + "langName": "mains croisées sur la poitrine", + "object": "Action", + "attribute": "Mouvements des mains" + }, + { + "displayName": "hands_in_opposite_sleeves", + "langName": "Croisez vos mains et mettez-les dans vos manches.", + "object": "Action", + "attribute": "Mouvements des mains" + }, + { + "displayName": "crossed_arms", + "langName": "bras croisés", + "object": "Action", + "attribute": "Mouvements des mains" + }, + { + "displayName": "outstretched_arms", + "langName": "étirer les bras", + "object": "Action", + "attribute": "Mouvements des mains" + }, + { + "displayName": "v_arms", + "langName": "Faire un V avec les deux bras", + "object": "Action", + "attribute": "Mouvements des mains" + }, + { + "displayName": "w_arms", + "langName": "Bras en position W", + "object": "Action", + "attribute": "Mouvements des mains" + }, + { + "displayName": "arms_at_sides", + "langName": "sans hésitation", + "object": "Action", + "attribute": "Mouvements des mains" + }, + { + "displayName": "hands_clasped", + "langName": "Doigts croisés des deux mains | Mains serrées", + "object": "Action", + "attribute": "Mouvements des mains" + }, + { + "displayName": "holding", + "langName": "tenir quelque chose", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_animal", + "langName": "détention d'animaux", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_arrow", + "langName": "Tirer l'arc", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_axe", + "langName": "tenant une hache", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_bag", + "langName": "sac de transport", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_ball", + "langName": "tenir le ballon", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_basket", + "langName": "Porter un panier", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_book", + "langName": "tenir le livre", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_bottle", + "langName": "en tenant la bouteille", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_bouquet", + "langName": "Bouquet tenant la main", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_bow_(weapon)", + "langName": "Tenir un arc (arme)", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_bowl", + "langName": "Tenir un bol", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_box", + "langName": "Transporter une boîte", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_breath", + "langName": "Retenir sa respiration", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_broom", + "langName": "Tenir un balai", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_camera", + "langName": "caméra portative", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_can", + "langName": "tenant une boîte de conserve", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_candy", + "langName": "main tenant un bonbon", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_card", + "langName": "carte en main", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_cat", + "langName": "tenant le chat", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_chopsticks", + "langName": "tenir des baguettes", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_cigarette", + "langName": "Cigarette à la main", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_clothes", + "langName": "tenir les vêtements", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_condom", + "langName": "tenir un préservatif", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_cup", + "langName": "tasse à main", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_dagger", + "langName": "tenant un poignard", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_doll", + "langName": "tenant la poupée", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_eyewear", + "langName": "Tenir les lunettes | Enlever les lunettes", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_fan", + "langName": "tenant un ventilateur", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_flag", + "langName": "tenant le drapeau", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_flower", + "langName": "en tenant des fleurs", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_food", + "langName": "maintien de la nourriture", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_fork", + "langName": "tenir une fourchette", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_fruit", + "langName": "tenir un fruit", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_gift", + "langName": "tenir un cadeau", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_gun", + "langName": "tenir un pistolet", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_hands", + "langName": "se tenir la main", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_hat", + "langName": "tenant le chapeau", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_head", + "langName": "se tenant la tête entre les mains", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_helmet", + "langName": "tenant le casque", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_innertube", + "langName": "Tenir l'anneau de natation", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_instrument", + "langName": "tenir un instrument de musique", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_knife", + "langName": "tenant un couteau", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_leaf", + "langName": "en tenant des feuilles", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_lollipop", + "langName": "tenant une sucette", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_mask", + "langName": "masque de maintien", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_microphone", + "langName": "tenir un microphone", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_needle", + "langName": "tenir l'aiguille à coudre", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_own_foot", + "langName": "tenir ses pieds", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_paintbrush", + "langName": "Main tenant un pinceau", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_paper", + "langName": "tenir le papier", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_pen", + "langName": "Tenir le stylo", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_pencil", + "langName": "main tenant un crayon", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_phone", + "langName": "téléphone portable en main", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_pillow", + "langName": "oreiller de câlin", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_pipe", + "langName": "tenir une pipe", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_pizza", + "langName": "tenir la pizza", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_plate", + "langName": "tenant une assiette", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_poke_ball", + "langName": "tenir une pokéball", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_pokemon", + "langName": "Tenir un Pokémon", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_polearm", + "langName": "Arme de poing", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_sack", + "langName": "Transporter des bagages", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_scythe", + "langName": "Tenant une faucille", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_sheath", + "langName": "Tenir le fourreau", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_shield", + "langName": "tenir le bouclier", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_shoes", + "langName": "tenir les chaussures", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_sign", + "langName": "signe de la main", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_spear", + "langName": "Tenir une lance", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_spoon", + "langName": "tenir une cuillère", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_staff", + "langName": "Tenir un bâton", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_strap", + "langName": "Harnais de maintien de la main", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_stuffed_animal", + "langName": "Tenir un jouet en peluche", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_stylus", + "langName": "Tenir le stylet", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_sword", + "langName": "tenant l'épée", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_syringe", + "langName": "seringue portative", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_towel", + "langName": "tenir la serviette", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_tray", + "langName": "tenant une assiette", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_umbrella", + "langName": "Tenir un parapluie", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_wand", + "langName": "tenir le bâton", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "holding_whip", + "langName": "Tenir le fouet", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "arm_around_neck", + "langName": "Une main autour du cou", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "arms_around_neck", + "langName": "Mettez vos mains autour de votre cou", + "object": "Action", + "attribute": "Main (tenant quelque chose)" + }, + { + "displayName": "covering", + "langName": "l'action de couvrir", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "covering_face", + "langName": "visage de couverture", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "covering_ass", + "langName": "Couvrir les fesses", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "covering_crotch", + "langName": "Couvrir l'entrejambe", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "covering_eyes", + "langName": "couvrir les yeux", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "covering_mouth", + "langName": "couvrir la bouche", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "covering_nipples", + "langName": "mamelons de recouvrement", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "breast lift", + "langName": "Se tenir les seins avec les mains", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "breast_suppress", + "langName": "pression de la main sur les seins", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hands_on_another's", + "langName": "Mettre ses mains sur le visage de quelqu'un d'autre", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hands_on_another's_cheeks", + "langName": "Mettez vos mains sur les joues de l'autre", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hands_on_ass", + "langName": "Mettez vos mains sur vos fesses", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hands_on_feet", + "langName": "Mettez vos mains sur vos pieds", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hands_on_headwear", + "langName": "Toucher les ornements de la tête avec les deux mains", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hands_on_hilt", + "langName": "Placez vos mains sur le manche du couteau", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hands_on_lap", + "langName": "Mettez vos mains entre vos jambes", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hands_on_own_face", + "langName": "Mettez vos mains sur votre visage", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hands_on_own_cheeks", + "langName": "Mettez vos mains sur vos joues", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hands_on_own_chest", + "langName": "Mettez vos mains sur votre poitrine", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hands_on_own_head", + "langName": "Mettez les mains sur la tête", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hands_on_own_knees", + "langName": "Mettez les mains sur les genoux", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hands_on_own_stomach", + "langName": "Mettez vos mains sur votre ventre", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hands_on_own_thighs", + "langName": "Posez vos mains sur vos cuisses", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hand between legs", + "langName": "Mains entre les jambes", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "leg hold", + "langName": "Tenir les jambes avec les mains", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hands_on_another's_shoulders", + "langName": "Poser les mains sur les épaules de quelqu'un d'autre", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hands_on_hips", + "langName": "mains sur les hanches | mains sur les hanches", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hand_on_another's", + "langName": "Les mains touchent le visage de l'autre personne", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hand_on_another's_cheek", + "langName": "Main touchant la joue de l'autre", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hand_on_another's_chest", + "langName": "Mettre les mains sur la poitrine de l'autre personne", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hand_on_another's_chin", + "langName": "Tenir le menton de l'autre personne avec la main.", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hand_on_another's_head", + "langName": "Mettre les mains sur la tête de l'autre personne", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hand_on_another's_shoulder", + "langName": "Mettre les mains sur les épaules de l'autre personne", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hand_on_another's_stomach", + "langName": "Mettre les mains sur le ventre de l'autre personne", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hand_on_ass", + "langName": "mains sur les fesses", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hand_on_head", + "langName": "mains sur la tête", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hand_on_headwear", + "langName": "main touchant le chapeau", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hand_on_hilt", + "langName": "Main posée sur le manche du couteau", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hand_on_hip", + "langName": "mains sur les hanches | mains sur les hanches", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hand_on_own", + "langName": "Mettez vos mains sur votre visage", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hand_on_own_cheek", + "langName": "Mettez vos mains sur vos joues", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hand_on_own_chest", + "langName": "Mettez vos mains sur votre poitrine", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hand_on_own_chin", + "langName": "La main touche le menton", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hand_on_own_stomach", + "langName": "Mettez vos mains sur votre ventre", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hand_on_shoulder", + "langName": "mains sur les épaules", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hand_in_another's_hair", + "langName": "Mettre les mains sur les cheveux de l'autre personne", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hand_in_hair", + "langName": "mains enfouies dans les cheveux", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "hand_in_pocket", + "langName": "les mains dans les poches", + "object": "Action", + "attribute": "Main (mettre quelque part)" + }, + { + "displayName": "ass_grab", + "langName": "saisir le cul", + "object": "Action", + "attribute": "Main (saisir quelque chose)" + }, + { + "displayName": "flat_chest_grab", + "langName": "Saisir les petites poitrines", + "object": "Action", + "attribute": "Main (saisir quelque chose)" + }, + { + "displayName": "grabbing", + "langName": "attraper | saisir", + "object": "Action", + "attribute": "Main (saisir quelque chose)" + }, + { + "displayName": "grabbing_another's_ass", + "langName": "S'emparer des fesses de l'autre", + "object": "Action", + "attribute": "Main (saisir quelque chose)" + }, + { + "displayName": "grabbing_another's_hair", + "langName": "S'emparer des cheveux de l'autre", + "object": "Action", + "attribute": "Main (saisir quelque chose)" + }, + { + "displayName": "grabbing_from_behind", + "langName": "Frotter les seins par derrière | Saisir les seins par derrière", + "object": "Action", + "attribute": "Main (saisir quelque chose)" + }, + { + "displayName": "grabbing_own_ass", + "langName": "saisir son cul", + "object": "Action", + "attribute": "Main (saisir quelque chose)" + }, + { + "displayName": "guided_penetration", + "langName": "Saisir le pénis de l'homme et l'introduire en soi", + "object": "Action", + "attribute": "Main (saisir quelque chose)" + }, + { + "displayName": "hair_grab", + "langName": "saisir les cheveux", + "object": "Action", + "attribute": "Main (saisir quelque chose)" + }, + { + "displayName": "leg_grab", + "langName": "s'accrocher aux jambes", + "object": "Action", + "attribute": "Main (saisir quelque chose)" + }, + { + "displayName": "necktie_grab", + "langName": "S'accrocher à la cravate", + "object": "Action", + "attribute": "Main (saisir quelque chose)" + }, + { + "displayName": "neckwear_grab", + "langName": "Serrer les vêtements autour du cou", + "object": "Action", + "attribute": "Main (saisir quelque chose)" + }, + { + "displayName": "penis_grab", + "langName": "saisir le pénis", + "object": "Action", + "attribute": "Main (saisir quelque chose)" + }, + { + "displayName": "pillow_grab", + "langName": "Attraper un oreiller", + "object": "Action", + "attribute": "Main (saisir quelque chose)" + }, + { + "displayName": "sheet_grab", + "langName": "en s'agrippant aux draps", + "object": "Action", + "attribute": "Main (saisir quelque chose)" + }, + { + "displayName": "tail_grab", + "langName": "saisir la queue", + "object": "Action", + "attribute": "Main (saisir quelque chose)" + }, + { + "displayName": "thigh_grab", + "langName": "Saisir la cuisse", + "object": "Action", + "attribute": "Main (saisir quelque chose)" + }, + { + "displayName": "torso_grab", + "langName": "serrer le torse", + "object": "Action", + "attribute": "Main (saisir quelque chose)" + }, + { + "displayName": "wrist_grab", + "langName": "saisir le poignet", + "object": "Action", + "attribute": "Main (saisir quelque chose)" + }, + { + "displayName": "kicking", + "langName": "Coup de pied", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "high_kick", + "langName": "coup de pied haut", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "standing_on_one_leg", + "langName": "se tenir sur une jambe", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "standing_split", + "langName": "Fentes debout | Levées de jambe debout", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "legs_up", + "langName": "soulever une jambe", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "holding legs", + "langName": "étreindre les jambes", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "hands under legs", + "langName": "Mettez vos mains sous vos jambes", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "leg hug", + "langName": "Serrer les jambes", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "spread legs", + "langName": "jambes écartées", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "legs_together", + "langName": "jambes jointes", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "crossed_legs", + "langName": "Les jambes d'Erlang", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "m_legs", + "langName": "Balancement de la jambe en forme de M", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "standing split, leg up", + "langName": "Cheval debout", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "curtsy", + "langName": "Curtsey (salut de la servante)", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "open_stance", + "langName": "Faire une pause", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "convenient_leg", + "langName": "Des jambes qui bloquent des parties essentielles", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "leg_lock", + "langName": "Pince avec pattes", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "legs", + "langName": "jambes", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "legs_over_head", + "langName": "Soulever les jambes au-dessus de la tête", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "squatting,_open_legs", + "langName": "S'accroupir et écarter les jambes", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "knees_together_feet_apart", + "langName": "Genoux joints, pieds écartés", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "animal_on_lap", + "langName": "animal sur le genou", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "hand_on_own_knee", + "langName": "Mettez les mains sur les genoux", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "knee_up", + "langName": "Pousser les genoux vers le haut", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "knees", + "langName": "genou", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "knees_to_chest", + "langName": "Genoux contre la poitrine", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "on_lap", + "langName": "sur les genoux", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "squatting", + "langName": "Accroupi", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "one_knee", + "langName": "un genou", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "kneeling", + "langName": "s'agenouiller", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "all_fours", + "langName": "à quatre pattes", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "gravure_pose", + "langName": "pose en héliogravure", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "soaking_feet", + "langName": "Trempez vos pieds", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "cropped_legs", + "langName": "Seule une partie des jambes a été dessinée", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "k/da_(league_of_legends)", + "langName": "Équipe KDA (League of Legends)", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "leg_belt", + "langName": "Jambières", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "leg_hair", + "langName": "Poils des jambes", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "leg_up", + "langName": "Soulever les jambes", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "legs_apart", + "langName": "jambes écartées", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "lowleg", + "langName": "Balancement de la jambe en forme de M", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "mechanical_legs", + "langName": "Prothèse de pied mécanique", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "multiple_legs", + "langName": "multirôle", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "no_legs", + "langName": "Pas de jambes dessinées", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "no_legwear", + "langName": "Nus sous l'entrejambe", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "tail_between_legs", + "langName": "La queue est enroulée entre les pattes", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "footprints", + "langName": "empreinte", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "foot_out_of_frame", + "langName": "Une jambe ne figure pas sur la photo", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "feet_out_of_frame", + "langName": "Les pieds ne sont pas sur la photo", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "feet_up", + "langName": "Croisez les pieds", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "cameltoe", + "langName": "orteil de chameau", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "pigeon-toed", + "langName": "Jolie jambe intérieure", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "tiptoes", + "langName": "se tenir sur la pointe des pieds", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "ankle_strap", + "langName": "anneau de soie à la cheville", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "ankle_wrap", + "langName": "manchettes de cheville", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "crossed_ankles", + "langName": "chevilles croisées", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "folded", + "langName": "Levez les jambes pour exposer votre vagin", + "object": "Action", + "attribute": "Jambes" + }, + { + "displayName": "sitting", + "langName": "s'asseoir", + "object": "Action", + "attribute": "S'asseoir" + }, + { + "displayName": "seiza", + "langName": "s'asseoir à la verticale", + "object": "Action", + "attribute": "S'asseoir" + }, + { + "displayName": "wariza", + "langName": "canard assis", + "object": "Action", + "attribute": "S'asseoir" + }, + { + "displayName": "straddling", + "langName": "s'asseoir à califourchon", + "object": "Action", + "attribute": "S'asseoir" + }, + { + "displayName": "yokozuwari", + "langName": "s'asseoir de côté", + "object": "Action", + "attribute": "S'asseoir" + }, + { + "displayName": "sitting_backwards", + "langName": "s'asseoir", + "object": "Action", + "attribute": "S'asseoir" + }, + { + "displayName": "sitting_in_tree", + "langName": "assis sur un arbre", + "object": "Action", + "attribute": "S'asseoir" + }, + { + "displayName": "sitting_on_xx", + "langName": "s'asseoir sur un objet", + "object": "Action", + "attribute": "S'asseoir" + }, + { + "displayName": "butterfly_sitting", + "langName": "papillon assis", + "object": "Action", + "attribute": "S'asseoir" + }, + { + "displayName": "lotus_position", + "langName": "s'asseoir sur la table", + "object": "Action", + "attribute": "S'asseoir" + }, + { + "displayName": "sitting_on_railing", + "langName": "s'asseoir sur la balustrade", + "object": "Action", + "attribute": "S'asseoir" + }, + { + "displayName": "sitting_on_rock", + "langName": "assis sur la pierre", + "object": "Action", + "attribute": "S'asseoir" + }, + { + "displayName": "sitting_on_stairs", + "langName": "assis sur les escaliers", + "object": "Action", + "attribute": "S'asseoir" + }, + { + "displayName": "sitting_on_table", + "langName": "s'asseoir sur la table", + "object": "Action", + "attribute": "S'asseoir" + }, + { + "displayName": "sitting_on_water", + "langName": "s'asseoir sur l'eau", + "object": "Action", + "attribute": "S'asseoir" + }, + { + "displayName": "sitting_on_chair", + "langName": "s'asseoir sur une chaise", + "object": "Action", + "attribute": "S'asseoir" + }, + { + "displayName": "sidesaddle", + "langName": "S'asseoir latéralement sur la selle", + "object": "Action", + "attribute": "S'asseoir" + }, + { + "displayName": "sitting_on_bed", + "langName": "assis sur le lit", + "object": "Action", + "attribute": "S'asseoir" + }, + { + "displayName": "sitting_on_desk", + "langName": "assis sur le bureau", + "object": "Action", + "attribute": "S'asseoir" + }, + { + "displayName": "sitting_on_lap", + "langName": "s'asseoir sur les genoux", + "object": "Action", + "attribute": "S'asseoir" + }, + { + "displayName": "sitting_on_person", + "langName": "s'asseoir sur les gens", + "object": "Action", + "attribute": "S'asseoir" + }, + { + "displayName": "upright_straddle", + "langName": "Posture opposée", + "object": "Action", + "attribute": "S'asseoir" + }, + { + "displayName": "asymmetrical_docking", + "langName": "seins touchant | seins touchant seins", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "back-to-back", + "langName": "dos à dos", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "cunnilingus", + "langName": "Cunnilingus", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "facing_another", + "langName": "face à l'autre", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "feeding", + "langName": "l'alimentation", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "finger_in_another's_mouth", + "langName": "Fingering oral", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "fingering", + "langName": "doigté", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "giving", + "langName": "livraison | cadeau", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "grinding", + "langName": "Bas unis | Poussée des fesses", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "hug", + "langName": "Embrasser", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "imminent_kiss", + "langName": "sur le point de s'embrasser", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "incoming_food", + "langName": "Faire passer la nourriture", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "incoming_gift", + "langName": "remettre un cadeau", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "Kabedon", + "langName": "coup de poing", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "lap_pillow", + "langName": "oreiller de genou", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "licking_penis", + "langName": "lécher le pénis", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "princess_carry", + "langName": "Câlin de princesse", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "shared_bathing", + "langName": "Bains partagés | Bains Yuanyang", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "shared_food", + "langName": "Partager la nourriture | Faire passer la nourriture par la bouche", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "sitting_on_head", + "langName": "s'asseoir sur la tête", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "sitting_on_shoulder", + "langName": "s'asseoir sur les épaules", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "slapping", + "langName": "gifle", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "spanking", + "langName": "fessée", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "special_feeling_(meme)", + "langName": "Amoureux tenant un parapluie dans la neige", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "symmetrical_docking", + "langName": "Pressage des seins", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "ear_biting", + "langName": "chuchoter", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "mixed_bathing", + "langName": "bain mixte", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "selfie", + "langName": "Selfie", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "trembling", + "langName": "trembler", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "partially submerged", + "langName": "immergé dans l'eau", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "rolleyes", + "langName": "Roulez des yeux", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "headpat", + "langName": "tête de touche", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "cheek-to-cheek", + "langName": "joue contre joue", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "Stretching", + "langName": "étirer", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "against wall", + "langName": "contre le mur", + "object": "Action", + "attribute": "Autres actions" + }, + { + "displayName": "((water drops)),wet clothes,((beautiful detailed water)),((floating)),dynamic angle", + "langName": "magie de l'eau", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "beautiful detailed glow,(detailed ice),beautiful detailed water", + "langName": "magie de la glace", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.2),(ice crystal texture wings),(Iridescence and rainbow hair:2.5)", + "langName": "Modification du système de glace", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.3),(((ice crystal texture wings)))", + "langName": "Frappuccino", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "((detailed beautiful snow forest with trees)),((snowflakes)),floating", + "langName": "glace forestière", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "(((crystals texture Hair))),((beautiful detailed glass hair)),((glass shaped texture hand)),((crystallize texture body)),gem body,hands as clear as jewels,crystallization of clothes,((crystals texture skin)),sparkle,lens flare,light leaks,broken glass,detailed glass shaped clothes,beautiful detailed gemstone sky,gemstone sea,crystals texture flowers,((detailed crystallized clothing))", + "langName": "Cristallisation", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "beautiful detailed glow,((flames of war)),(((nuclear explosion behide)))", + "langName": "explosion nucléaire", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "((breeze)),flying splashes,flying petals,wind", + "langName": "magie du vent", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "((surrounded by heavy floating sand flow and floating sharp stones)),((((ink)))),((illustration)),((watercolor))", + "langName": "méthode des sables mouvants", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "(detailed light),((lightning in hand)),lightning surrounds,(((lightning chain)))", + "langName": "Méthode de la foudre", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "(sunlight),(angel),dynamic angle,floating,wing,halo,floating white silk,(Holy Light),silver stars", + "langName": "Méthode Holy Light", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "beautiful detailed pampas grass field,open hakama,surrounded by floating sakura,yellow full moon,beautiful detailed dark midnight sky,messy white long hair", + "langName": "Méthode Ashina", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "beautiful and delicate water,the finest grass,very delicate light,nature,painting,water spray,breeze,flowers and grass meadow,near the water edge,(sunset,starry sky in a circle),randomly distributed clouds,river,splashing water,falling petals", + "langName": "droit naturel", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "(detailed light) ,feather,leaves,nature,(sunlight),river,(forest),(bloom)", + "langName": "droit forestier", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "floating and rainbow long hair,Iridescence and rainbow,beautiful detailed starry sky", + "langName": "méthode d'irisation", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "chain ring,chain storm,dark chain,((wholeblack bloomer)),darkside,night,deep dark,darkness,((dark clouds)),((ruins)),shadow,death garden", + "langName": "méthode de la serrure cachée", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "beautiful detailed glow,floating ashes,beautiful and detailed explosion,red moon,fire,fire cloud,wings on fire,a cloudy sky,smoke of gunpowder,burning,black dress,dove of peace,(floating cloud:1.2)", + "langName": "Huoshaoyun", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(magic circle:1.2),(floating palaces:1.3)", + "langName": "droit du château", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "(water bloom),(delicate glow),(breeze),long Flowers meadow,(((sunset)),(less stars form a circle),randomly distributed clouds,(rivers),(willows with branches falling into the water)", + "langName": "méthode crépusculaire", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "((colorful bubble)),(floating),detailed light", + "langName": "méthode des bulles", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "((rose)),(vine),cage,bandage,red rope,(detail light),falling rose petals", + "langName": "méthode du bois de rose", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "(starry tornado:1.4),starry Nebula,beautiful detailed sky", + "langName": "méthode du ciel étoilé", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "((moon)),starry sky,(lighting particle),fog,snow,(bloom)", + "langName": "méthode lunaire", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(cold full moon),snowflake,(floating cloud:1.2)", + "langName": "méthode de la lune de neige", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "((burning forest)),spark,light leaks,burning sky,flame,flames burning around,(flying sparks)", + "langName": "méthode de lutte contre les incendies de forêt", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "((destroyed)),explosion,buildings in disarray,The residual eaves DuanBi,cumulus,mouldy,floating,wind,Dead end machine,(broken robot),(Mechanical robot girl),in the rubble of a devastated city", + "langName": "loi sur les friches", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,((sliver)) and (broken) body", + "langName": "Méthode des armures de guerre", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "Extremely gorgeous metal style,Metal crown with ornate stripes,Various metals background,Sputtered molten iron,floating hair,Hair like melted metal,Clothes made of silver,Clothes with gold lace,flowing gold and silver,everything flowing and melt,flowing iron,flowing silver,lace flowing and melt", + "langName": "règle d'or", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "mecha clothes,robot girl", + "langName": "méthode de la fille de la machine", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "ink,(((bone))),(((ribs))),rose,black hair,blue eyes,greyscale,no shadow,simple background,bright skin", + "langName": "Nécromancie", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "(((gorgeous crystal armor))),(((crystal wings))),((altocumulus)),(clear_sky),(snow mountain),((flowery flowers)),(flowery bubbles),cloud map plane,crystal,crystal poppies,Brilliant light,thick_coating,glass tint,(watercolor)", + "langName": "méthode cristalline", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "((an extremely delicate and beautiful)),floating,(detailed wet clothes),(detailed light),feather,nature,(sunlight),river,floating palace,beautiful and delicate water,(bloom),(shine)", + "langName": "méthode de la forêt d'eau", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "(blue spark),(red and blue hair),blue eyes,burning sky,flame,Rainbow in the sky,((Flames burning ice)),(((fire butterflies))),(((ice crystal texture wings))),(Flying sparks),(detailed ice),((a lot of luminous ice crystals)),((burning feathers)),(feathers made of ice),(frozen feathers),(((ice and fire together)))", + "langName": "méthode du feu de glace", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "(anger),dragon horns,(silver armor),metal,complex pattern,cape,indifference", + "langName": "Chevalier dragon", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "((full body)),(helpless),tear,crying,(((((falling from the sky))))),((Weathering With You)),((falling)),((face towards the sky)),(hair flows upwards),((disheveled hair)),(1 girl),floating,beautiful detailed sky", + "langName": "méthode de chute", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "((underwater)),(beautiful detailed water),((coral)),dynamic angle,floating,(detailed light),floating hair,(splash),((fishes)),leaves dress,feather,nature,(sunlight),(underwater forest),(bloom),(detailed glow),drenched,seaweed,fish,(((Tyndall effect)))", + "langName": "droit subaquatique", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "(extremely detailed CG unity 8k wallpaper),(((masterpiece))),(((best quality))),((ultra-detailed)),(best illustration),(best shadow),((an extremely delicate and beautiful)),dynamic angle,floating,fairyland,dynamic angle,sea of flowers,beautiful detailed garden,wind,classic,spring,(detailed light),feather,nature,(sunlight),river,forest,(((floating palace))),((the best building)),beautiful and delicate water,(painting),(sketch),(bloom),(shine)", + "langName": "méthode secrète", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "(((masterpiece))),((the best quality,super fine illustrations,beautiful and delicate water)),((very delicate light)),((nature,painting)),((fine lighting,more transparent stars,high-quality snowflakes,high-quality mountains,very fine 8KCG wallpapers)),(plateau),(((snow mountain))),sunrise,randomly distributed clouds,(snow field),cliff,((rotating star sky)),((lake in mountain stream)),luminous particles", + "langName": "Photographie", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "1980s (style),simple background,retro artstyle", + "langName": "droit moderne", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "(white hair),red long hair,red eyes,(full body),(((with sword))),angry face,(beautiful detailed eyes),Blood drop,Blood fog,floating hair,disheveled hair,Splashing blood,(Bloodstain)", + "langName": "magie du sang", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "((dragon)),((dragon background))", + "langName": "Invoquer le dragon", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "hair fluttering in the wind,((mechanical arm armor)),((mechanical body armor)),riding motor,bodysuit,((ruins of city in war,fire,burning cars,burning buildings)),air force fleet in the sky", + "langName": "Zhan Ji Fa", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,dragon wings,((a dragon stands behind the girl)),beautiful detailed sliver dragon armor", + "langName": "méthode de la machine à dragons", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "((Beautiful butterflies in detail)),((Beautiful stars in detail)),(((halter dress ))),particle,(Starry sky in beautiful detail),(Hazy fog),(Ruins of beautiful details),(((Standing on the surface of the sea)))", + "langName": "Papillon étoilé", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "blonde wavy hair,(shiny long hair),((Gothic Lolita)),blue white skirt,((short skirt)),black Headdress,bowknot,(((hair ornament))),(hair flower),Lace,cross-laced footwear,ribbon-trimmed sleeves,building architecture,((gothic architecture)),starry sky,outdoors,church,(castle)", + "langName": "droit académique", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "walking,waves,wind,(((glistening light of waves))),(detailed sunset glow),(floating flow),((coral)),(Luminous),coast,(floating colorful bubbles),beautiful detailed sky,(fluorescence),detailed shadow,(conch),beautiful detailed water,starfish,meteor,rainbow,(seabirds),(glinting stars),(glowworm),(splash),detailed cloud,shell,(fireworks)", + "langName": "Xingxiahai", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "beautiful detailed sky,night,stars,(red plum blossom),((winter)),(((snowflakes))),((red and white flowers)),(starry sky),(sitting),((colorful)),scenery,lantern,(starfall)", + "langName": "méthode d'enneigement hivernal", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "((((melt)))),(((((black and white melt))))),(((wear Black and white Taoist robes))),((((gold and silver lace)))),(((gold and silver lace lace))),(((flowing ((black)) and white background))),extremely detailed gorgeous tiara", + "langName": "Le creuset de tous les possibles", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "Floating black ashes,Beautiful and detailed black,red moon,((The black clouds)),(black Wings) ,a black cloudy sky,burning,black dress,((Black fog)),Red eyes,(black smoke),((Black feathers floating in the air)),bat,(floating black cloud:1.5),", + "langName": "Loi Raven", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "dynamic angle,finely detail,(bloom),(shine),glinting stars,((((best detailed fireworks)))),((((depth of field)))),(((hanabi))),(((backlight))),", + "langName": "Principes des feux d'artifice", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,(lots of big colorful Bubble),(pearl),(Galaxy),depth of field", + "langName": "Couleur de l'étoile", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,depth of field", + "langName": "S'enfoncer dans la mer des étoiles", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "dynamic angle,detailed wet clothes,blank stare,overexplosure,floating,black long straight,red eyes,aqua eyes,gradient eyes,((blood)),white dress,frills,((expressionless)),extremely beautiful detailed water,((lying on the lake)),(bloodred water:1.5),(red background:1.3)", + "langName": "Des centaines de méthodes de noyade", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "((messy hair)),(grassland),(yellow eyes),incredibly absurdres,(gold hair),floating hair,Large number of environments,the medieval ,grace,prospect,water eyes,wind,breeze,god ray,lawn,Mountains and lakes in the distance,The sun shines through the trees,A vast expanse of grassland", + "langName": "Méthode Brilliant Sunshine", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "Starry sky adorns hair,sparkling anime eyes,beautiful detailed stars,blighting stars,emerging dark purple across with white hair,multicolored hair,beautiful detailed sky,beautiful detailed water,cinematic lighting,dramatic angle,", + "langName": "méthode des cheveux étoilés", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "There are many scattered luminous petals,Hidden in the light yellow flowers,Depth of field,Many flying drops of water,Many scattered leaves,branch ,angle ,contour deepening,cinematic angle", + "langName": "Méthode Senro", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "sunlight,extremely light,extremely clothes,Holy Light,dynamic angle,Light particle,very long hair,white hair,yellow eyes,glowing eyes,expressionless,((light smile)),((((white Tulle skirt)))),white silk,looking at viewer,angel wings,large wings,multiple wings,angel halo,(((starry sky))),dusk sky,Floating light spot,Lots of feathers", + "langName": "ange-étoile", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "blonde hair,yellow eyes,white skin,mature female,sunrise,golden sky,magnificent architecture,beautiful detailed sky,overexposure,delicate gold metal decorations", + "langName": "règle d'or", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "mechanical prosthesis,mecha coverage,emerging dark purple across with white hair,fluorescent purple,cool movement,rose red eyes,beatiful detailed cyberpunk city,hd semirealistic anime cg concept art digital painting", + "langName": "Ex Machina", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "(incredibly absurdres),(highly detailed beautiful fishtail:1.6),(((human hands))),(the lower body is a fish:1.9)AND(no human thigh:1.2),seaweed,(full body),(white seashell),(curved and slender fish tail),(the lower body is bare:1.1),{beautiful tailfin},((underwater)),(illustration),detailed water,((fishes)),(floating),watercolor (medium),(small whirlpool),((The sensation of water flowing)),(detailed scales on a mermaid)", + "langName": "Méthode des sirènes", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "Blood Mist,background Urban rooftop,despair,Blood Cherry Blossom,torn clothes,crying with eyes open,solo,Blood Rain,bandages,Gunpowder smoke,beautiful deatailed shadow,Splashing blood,dust,tyndall effect", + "langName": "fin", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "Space opera,Space port,robot arm,elbow gloves,night,glisten,stare,cyberpunk,((((citylight)))),science fiction,bodysuit,Mechanical armor headdress,(bare shoulders)", + "langName": "Rêves brisés", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "dynamic angle,rainbow hair,detailed cute anime face,((loli)),flower,cry,water,corrugated,flowers tire,broken glass,(broken screen),atlantis,transparent glass", + "langName": "Rêves brisés", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "(white hair),(((red streaked hair))),red eyes,(((full body))),(red hair),(((((Hold a red sword))))),(angry face),((Blood drop)),((Blood fog)),light shafts,soft focus,((Splashing blood))),Long hair,((Bloodstain)),Fighting stance,{{{{{watercolor (medium)}}}},(((masterpiece))),((white clock)),((ultradetailed)),((Covered in blood)),flowing hair,Exquisite Flame,dynamic angle,floating,(shine),extremely delicate and beautiful girls,bright skin,lying red petals,Holy lighting", + "langName": "loi sur la réforme du sang", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "dramatic shadows,black and white,monochrome,{{comic}},cross necklace,Cassock", + "langName": "Photographie", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "((ink)),(water color),bloom effect,detailed beautiful grassland with petal,flower,butterfly,necklace,smile,petal,(((surrounded by heavy floating petal flow)))", + "langName": "méthode de la fleur flottante", + "object": "Action", + "attribute": "Magie" + }, + { + "displayName": "stylish outfit", + "langName": "S'habiller à la mode", + "object": "Vêtements", + "attribute": "Tenue à la mode" + }, + { + "displayName": "fashionable accessories", + "langName": "accessoires de mode", + "object": "Vêtements", + "attribute": "Tenue à la mode" + }, + { + "displayName": "fitted jeans", + "langName": "jean skinny", + "object": "Vêtements", + "attribute": "Tenue à la mode" + }, + { + "displayName": "oversized jacket", + "langName": "veste grande taille", + "object": "Vêtements", + "attribute": "Tenue à la mode" + }, + { + "displayName": "baggy clothes", + "langName": "vêtements amples", + "object": "Vêtements", + "attribute": "Tenue à la mode" + }, + { + "displayName": "traditional_clothes", + "langName": "Vêtements traditionnels | Vêtements ethniques", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "chinese_clothes", + "langName": "Costume Tang", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "china_dress", + "langName": "cheongsam", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "hanfu", + "langName": "Hanfu", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "Taoist robe", + "langName": "Robe taoïste", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "japanese_clothes", + "langName": "kimono", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "enmaided", + "langName": "femme portant un kimono", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "hanten_clothes", + "langName": "Toumata (style japonais)", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "kimono", + "langName": "kimono", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "furisode", + "langName": "Furisode (partie du kimono)", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "sleeveless_kimono", + "langName": "kimono sans manches", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "short_kimono", + "langName": "kimono court", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "print_kimono", + "langName": "kimono imprimé", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "uchikake", + "langName": "Bai Wujia (robe de mariée japonaise)", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "obi", + "langName": "Vêtements (et habillement)", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "cheongsam", + "langName": "cheongsam", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "print_cheongsam", + "langName": "Cheongsam imprimé", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "pelvic_curtain", + "langName": "L'ourlet avant d'un vêtement de type cheongsam", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "ainu_clothes", + "langName": "Vêtements Ainu", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "korean_clothes", + "langName": "Vêtements coréens", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "hanbok", + "langName": "hanbok", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "Ao_Dai", + "langName": "Vêtements vietnamiens (Ao Dai)", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "western", + "langName": "style occidental", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "german_clothes", + "langName": "vêtements allemands", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "indian_style", + "langName": "style indien", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "arabian_clothes", + "langName": "vêtements arabes", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "egyptian_clothes", + "langName": "vêtements égyptiens", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "byzantine_fashion", + "langName": "style byzantin", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "gothic", + "langName": "style gothique", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "lolita", + "langName": "style lolita", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "gothic_lolita", + "langName": "style gothique lolita", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "Tropical", + "langName": "Tropical", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "costume", + "langName": "costume", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "adapted_costume", + "langName": "Améliorer les vêtements", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "animal_costume", + "langName": "set de formes d'animaux", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "bunny_costume", + "langName": "Ensemble style lapin", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "cat_costume", + "langName": "set de coiffage pour chat", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "dog_costume", + "langName": "set de coiffage pour chien", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "bear_costume", + "langName": "Set de style ours", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "santa_costume", + "langName": "Costume de Père Noël", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "halloween_costume", + "langName": "costumes d'halloween", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "embellished_costume", + "langName": "vêtements décorés", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "alternate_costume", + "langName": "Vêtements alternatifs qui diffèrent de l'apparence originale du personnage", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "costume_switch", + "langName": "changer de vêtements jouer", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "meme_attire", + "langName": "Des tenues qui imitent les mèmes Internet", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "kourindou_tengu_costume", + "langName": "Costume de Korindo Tengu", + "object": "Vêtements", + "attribute": "Style vestimentaire" + }, + { + "displayName": "hanfu, tang style outfits,", + "langName": "Tang Feng", + "object": "Vêtements", + "attribute": "Antiquité" + }, + { + "displayName": "hanfu, song style outfits,", + "langName": "Song Feng", + "object": "Vêtements", + "attribute": "Antiquité" + }, + { + "displayName": "hanfu, ming style outfits,", + "langName": "Mingfeng", + "object": "Vêtements", + "attribute": "Antiquité" + }, + { + "displayName": "orange upper shan", + "langName": "Orange Uesugi", + "object": "Vêtements", + "attribute": "Antiquité" + }, + { + "displayName": "pink long upper shan", + "langName": "cèdre rose", + "object": "Vêtements", + "attribute": "Antiquité" + }, + { + "displayName": "white chest po skirt", + "langName": "jupe à buste", + "object": "Vêtements", + "attribute": "Antiquité" + }, + { + "displayName": "red chest pleated skirt", + "langName": "Jupe plissée longueur poitrine", + "object": "Vêtements", + "attribute": "Antiquité" + }, + { + "displayName": "green waistband", + "langName": "dentelle verte", + "object": "Vêtements", + "attribute": "Antiquité" + }, + { + "displayName": "white pibo", + "langName": "Châle blanc", + "object": "Vêtements", + "attribute": "Antiquité" + }, + { + "displayName": "purple short shan", + "langName": "sapin court pourpre", + "object": "Vêtements", + "attribute": "Antiquité" + }, + { + "displayName": "light green long shan", + "langName": "cèdre vert clair", + "object": "Vêtements", + "attribute": "Antiquité" + }, + { + "displayName": "translucent white pleated skirt", + "langName": "Jupe plissée blanche semi-transparente", + "object": "Vêtements", + "attribute": "Antiquité" + }, + { + "displayName": "green floral songmo", + "langName": "Song Mo floral vert", + "object": "Vêtements", + "attribute": "Antiquité" + }, + { + "displayName": "short coat", + "langName": "manteau court", + "object": "Vêtements", + "attribute": "Antiquité" + }, + { + "displayName": "mamian skirt", + "langName": "jupe à tête de cheval", + "object": "Vêtements", + "attribute": "Antiquité" + }, + { + "displayName": "round collar", + "langName": "col ras du cou", + "object": "Vêtements", + "attribute": "Antiquité" + }, + { + "displayName": "standing collar", + "langName": "Col droit", + "object": "Vêtements", + "attribute": "Antiquité" + }, + { + "displayName": "square collar", + "langName": "collier carré", + "object": "Vêtements", + "attribute": "Antiquité" + }, + { + "displayName": "overlapping collar", + "langName": "épaule de nuage", + "object": "Vêtements", + "attribute": "Antiquité" + }, + { + "displayName": "embroidery", + "langName": "broderie", + "object": "Vêtements", + "attribute": "Antiquité" + }, + { + "displayName": "woven gold", + "langName": "Zhijin", + "object": "Vêtements", + "attribute": "Antiquité" + }, + { + "displayName": "makeup flower", + "langName": "maquillage fleurs", + "object": "Vêtements", + "attribute": "Antiquité" + }, + { + "displayName": "bufu", + "langName": "Prendre une dose supplémentaire", + "object": "Vêtements", + "attribute": "Antiquité" + }, + { + "displayName": "suit", + "langName": "Costume", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "business_suit", + "langName": "tenue de travail", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "tuxedo", + "langName": "Tuxedo", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "formal_dress", + "langName": "robe de soirée", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "evening_gown", + "langName": "Robe longue (robe féminine qui arrive à la cheville)", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "evening dress", + "langName": "Robe de soirée", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "wedding_dress", + "langName": "robe de mariée", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "gown", + "langName": "vêtements longs pour femmes", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "cocktail_dress", + "langName": "robe de cocktail", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "school_uniform", + "langName": "uniforme scolaire", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "serafuku", + "langName": "Uniforme de marin (uniforme scolaire)", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "summer_uniform", + "langName": "uniforme d'été", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "kindergarten_uniform", + "langName": "Uniforme pour l'école maternelle", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "sailor", + "langName": "uniforme de marin", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "police_uniform", + "langName": "uniforme de police", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "military_uniform", + "langName": "uniforme de l'armée", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "naval_uniform", + "langName": "uniforme de la marine", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "camouflage uniform", + "langName": "uniforme de camouflage", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "nazi_uniform", + "langName": "uniforme nazi", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "ss_uniform", + "langName": "Uniforme SS", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "stile_uniform", + "langName": "uniforme de femme de chambre", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "band_uniform", + "langName": "uniforme de la fanfare", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "chef_uniform", + "langName": "salopette de cuisinier", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "labcoat", + "langName": "blouse blanche", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "space_suit", + "langName": "combinaison spatiale", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "leotard", + "langName": "justaucorps", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "canonicals", + "langName": "robes sacerdotales", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "domineering", + "langName": "uniforme de nonne", + "object": "Vêtements", + "attribute": "Tenue de soirée" + }, + { + "displayName": "casual", + "langName": "Loisirs", + "object": "Vêtements", + "attribute": "Vêtements décontractés" + }, + { + "displayName": "loungewear", + "langName": "vêtements décontractés", + "object": "Vêtements", + "attribute": "Vêtements décontractés" + }, + { + "displayName": "hoodie", + "langName": "Sweat à capuche", + "object": "Vêtements", + "attribute": "Vêtements décontractés" + }, + { + "displayName": "homewear", + "langName": "vêtements d'intérieur", + "object": "Vêtements", + "attribute": "Vêtements décontractés" + }, + { + "displayName": "pajamas", + "langName": "pyjama", + "object": "Vêtements", + "attribute": "Vêtements décontractés" + }, + { + "displayName": "nightgown", + "langName": "pyjama", + "object": "Vêtements", + "attribute": "Vêtements décontractés" + }, + { + "displayName": "sleepwear", + "langName": "pyjama", + "object": "Vêtements", + "attribute": "Vêtements décontractés" + }, + { + "displayName": "babydoll", + "langName": "Pyjama sexy", + "object": "Vêtements", + "attribute": "Vêtements décontractés" + }, + { + "displayName": "print_pajamas", + "langName": "pyjama imprimé", + "object": "Vêtements", + "attribute": "Vêtements décontractés" + }, + { + "displayName": "polka_dot_pajamas", + "langName": "pyjama à pois", + "object": "Vêtements", + "attribute": "Vêtements décontractés" + }, + { + "displayName": "yukata", + "langName": "peignoir", + "object": "Vêtements", + "attribute": "Vêtements décontractés" + }, + { + "displayName": "robe", + "langName": "robe de chambre", + "object": "Vêtements", + "attribute": "Vêtements décontractés" + }, + { + "displayName": "robe_of_blending", + "langName": "robe mixte", + "object": "Vêtements", + "attribute": "Vêtements décontractés" + }, + { + "displayName": "cloak", + "langName": "cape", + "object": "Vêtements", + "attribute": "Vêtements décontractés" + }, + { + "displayName": "hooded_cloak", + "langName": "cape à capuchon", + "object": "Vêtements", + "attribute": "Vêtements décontractés" + }, + { + "displayName": "harem_outfit", + "langName": "Uniforme de danseuse", + "object": "Vêtements", + "attribute": "Vêtements décontractés" + }, + { + "displayName": "sportswear", + "langName": "vêtements de sport", + "object": "Vêtements", + "attribute": "Vêtements de sport" + }, + { + "displayName": "gym_uniform", + "langName": "vêtements de sport", + "object": "Vêtements", + "attribute": "Vêtements de sport" + }, + { + "displayName": "athletic_leotard", + "langName": "uniforme de gymnastique", + "object": "Vêtements", + "attribute": "Vêtements de sport" + }, + { + "displayName": "tennis_uniform", + "langName": "chemise de tennis", + "object": "Vêtements", + "attribute": "Vêtements de sport" + }, + { + "displayName": "baseball_uniform", + "langName": "uniforme de baseball", + "object": "Vêtements", + "attribute": "Vêtements de sport" + }, + { + "displayName": "letterman_jacket", + "langName": "veste de baseball", + "object": "Vêtements", + "attribute": "Vêtements de sport" + }, + { + "displayName": "volleyball_uniform", + "langName": "uniforme de volley-ball", + "object": "Vêtements", + "attribute": "Vêtements de sport" + }, + { + "displayName": "biker_clothes", + "langName": "maillot de cycliste", + "object": "Vêtements", + "attribute": "Vêtements de sport" + }, + { + "displayName": "bikesuit", + "langName": "Combinaison de cyclisme", + "object": "Vêtements", + "attribute": "Vêtements de sport" + }, + { + "displayName": "wrestling_outfit", + "langName": "uniforme de lutte", + "object": "Vêtements", + "attribute": "Vêtements de sport" + }, + { + "displayName": "dougi", + "langName": "uniforme d'arts martiaux", + "object": "Vêtements", + "attribute": "Vêtements de sport" + }, + { + "displayName": "swimsuit", + "langName": "maillot de bain", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "swimwear", + "langName": "maillot de bain", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "wet_swimsuit", + "langName": "maillot de bain mouillé", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "school_swimsuit", + "langName": "Maillots de bain scolaires (Suiku water)", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "new_school_swimsuit", + "langName": "Nouveau réservoir d'eau morte", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "old_school_swimsuit", + "langName": "Ancien réservoir d'eau morte", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "competition_school_swimsuit", + "langName": "eau morte de piscine", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "competition_swimsuit", + "langName": "Maillot de bain pour la compétition", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "casual_one-piece_swimsuit", + "langName": "maillot de bain une pièce décontracté", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "front_zipper_swimsuit", + "langName": "Maillot de bain avec fermeture éclair sur le devant", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "highleg_swimsuit", + "langName": "maillot de bain à fente haute", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "one-piece_swimsuit", + "langName": "Maillot de bain une pièce", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "swimsuit_of_perpetual_summer", + "langName": "Maillot de bain de Chang Xia (costume d'écolière fgo)", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "bikini", + "langName": "bikini", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "highleg_bikini", + "langName": "bikini taille haute", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "lowleg_bikini", + "langName": "bikini taille basse", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "slingshot_swimsuit", + "langName": "Maillot de bain en V", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "sailor_bikini", + "langName": "bikini style marin", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "shell_bikini", + "langName": "bikini en coquillage", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "sports_bikini", + "langName": "bikini de sport", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "string_bikini", + "langName": "bikini string", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "strapless_bikini", + "langName": "bikini sans bretelles", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "side-tie_bikini", + "langName": "Bikini string", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "front-tie_bikini_top", + "langName": "haut de bikini à cravate", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "multi-strapped_bikini", + "langName": "bikini à bretelles multiples", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "thong_bikini", + "langName": "bikini string", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "front-tie_bikini", + "langName": "Bikini noué sur le devant", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "frilled_bikini", + "langName": "bikini en dentelle", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "o-ring_bikini", + "langName": "bikini avec anneau", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "eyepatch_bikini", + "langName": "bikini avec bandeau", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "layered_bikini", + "langName": "bikini superposé", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "bow_bikini", + "langName": "bikini avec noeud", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "mismatched_bikini", + "langName": "bikini deux tons", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "multicolored_bikini", + "langName": "Bikini multicolore", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "frilled_swimsuit", + "langName": "maillot de bain en dentelle", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "polka_dot_swimsuit", + "langName": "maillot de bain à pois ronds", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "striped_swimsuit", + "langName": "maillot de bain rayé", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "striped_bikini", + "langName": "bikini rayé", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "plaid_bikini", + "langName": "bikini à carreaux", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "polka_dot_bikini", + "langName": "bikini à pois ronds", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "print_bikini", + "langName": "bikini imprimé", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "american_flag_bikini", + "langName": "bikini drapeau américain", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "german_flag_bikini", + "langName": "bikini drapeau allemand", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "impossible_swimsuit", + "langName": "maillot de bain avec peinture corporelle", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "bikini_top", + "langName": "haut de bikini", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "bikini_top_only", + "langName": "maillot de bain uniquement", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "bikini_top_removed", + "langName": "a enlevé son bikini", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "bikini_bottom_only", + "langName": "Bas de bikini uniquement", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "bikini_bottom", + "langName": "bas de bikini", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "untied_bikini", + "langName": "bikini déboutonné", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "bikini_aside", + "langName": "Bikini décollé en trois points", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "swimsuit_aside", + "langName": "Écarter l'entrejambe du maillot de bain", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "swimsuit_under_clothes", + "langName": "Porter un maillot de bain sous les vêtements", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "torn_swimsuit", + "langName": "maillot de bain abîmé", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "bikini_skirt", + "langName": "jupe de bikini", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "swim_briefs", + "langName": "maillot de bain", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "swim_cap", + "langName": "bonnet de bain", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "swim_trunks", + "langName": "maillot de bain", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "male_swimwear", + "langName": "maillots de bain pour hommes", + "object": "Vêtements", + "attribute": "Maillot de bain" + }, + { + "displayName": "sailor_senshi_uniform", + "langName": "Uniforme Sailor Moon", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "adapted_uniform", + "langName": "Des uniformes améliorés", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "anzio_military_uniform", + "langName": "Uniforme militaire d'Anzio", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "anzio_school_uniform", + "langName": "L'uniforme de l'école d'Anzio", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "aria_company_uniform", + "langName": "L'uniforme de l'entreprise Aria", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "ashford_academy_uniform", + "langName": "Uniforme du Collège Ashford", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "bc_freedom_military_uniform", + "langName": "Uniforme de la BC Free Academy", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "chaldea_uniform", + "langName": "Uniforme chaldéen", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "chi-hatan_military_uniform", + "langName": "Uniforme de l'Académie Zhiha Dan", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "fleur_de_lapin_uniform", + "langName": "Dot Rabbit Maid Outfit", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "garreg_mach_monastery_uniform", + "langName": "Uniforme du monastère de Garg Marco", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "gem_uniform_(houseki_no_kuni)", + "langName": "Uniformes du pays des gemmes", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "hanasakigawa_school_uniform", + "langName": "Académie des filles de Hanasakigawa", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "hikarizaka_private_high_school_uniform", + "langName": "Uniformes du lycée privé de Mitsusaka", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "homurahara_academy_uniform", + "langName": "Uniforme de l'Académie Sui Gunhara", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "kamiyama_high_school_uniform", + "langName": "Uniforme du lycée Kailash", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "keizoku_military_uniform", + "langName": "Poursuivre l'uniforme de l'école secondaire", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "kita_high_school_uniform", + "langName": "Uniforme de l'école secondaire du Nord", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "kiyosumi_school_uniform", + "langName": "Uniforme du lycée Kiyosumi", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "luna_nova_school_uniform", + "langName": "Uniforme de l'école de magie Runanova", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "meiji_schoolgirl_uniform", + "langName": "Uniforme d'écolière Meiji", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "mitakihara_school_uniform", + "langName": "Uniforme du collège de Mitakihara", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "nami_junior_high_school_uniform", + "langName": "Uniforme du collège de Bolu", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "nanairogaoka_middle_school_uniform", + "langName": "Uniforme pour le collège de Qiseqiu", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "nanamori_school_uniform", + "langName": "L'uniforme du collège Qisen", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "naoetsu_high_school_uniform", + "langName": "Uniformes de l'école secondaire privée de Naoetsu", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "national_shin_ooshima_school_uniform", + "langName": "Nouvel uniforme scolaire de l'Académie Oshima", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "ooarai_military_uniform", + "langName": "Uniforme militaire du régiment d'Oarai", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "ooarai_school_uniform", + "langName": "Uniformes de l'école Oarai United", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "otonokizaka_school_uniform", + "langName": "Uniforme féminin de l'Académie nationale Ononogizaka", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "paradis_military_uniform", + "langName": "Uniforme militaire de l'île de Parade", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "polar_chaldea_uniform", + "langName": "Uniforme polaire chaldéen", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "pravda_military_uniform", + "langName": "Uniforme militaire de l'Académie de la vérité", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "pravda_school_uniform", + "langName": "Uniforme scolaire de l'académie de la vérité", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "rabbit_house_uniform", + "langName": "Uniforme de la maison Diantutu", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "raimon_soccer_uniform", + "langName": "Uniforme de football Thunder Gate", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "ryouou_school_uniform", + "langName": "Uniforme de l'Académie Ryozakura", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "sakugawa_school_uniform", + "langName": "Uniforme pour le collège de Zhachuan", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "sakuragaoka_high_school_uniform", + "langName": "Uniforme du lycée de filles de Sakuragaoka", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "saunders_military_uniform", + "langName": "Uniforme militaire Sanders", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "saunders_school_uniform", + "langName": "Sanders attaché à l'uniforme de l'école secondaire", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "seishou_elementary_school_uniform", + "langName": "Uniformes scolaires de l'école primaire affiliée à l'université de Shengxiang", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "shinda_sekai_sensen_uniform", + "langName": "Uniformes Afterlife Front", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "shuuchiin_academy_uniform", + "langName": "Uniforme de l'Académie Shuchiin", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "shuujin_academy_uniform", + "langName": "Montrer les uniformes des établissements d'enseignement supérieur", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "st._gloriana's_military_uniform", + "langName": "Uniforme militaire de Sainte Gloriane", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "st._gloriana's_school_uniform", + "langName": "Uniforme de l'école de filles St. Gloria Anna", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "starlight_academy_uniform", + "langName": "Star Optical Park Uniform", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "tokisadame_school_uniform", + "langName": "Uniformes ordinaires de l'université", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "tokiwadai_school_uniform", + "langName": "Uniformes scolaires Tokiwa Taichung", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "tomoeda_elementary_school_uniform", + "langName": "Uniforme de l'école primaire de Youzhi", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "tsab_ground_military_uniform", + "langName": "Uniforme militaire de l'administration du temps et de l'espace", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "u.a._school_uniform", + "langName": "Uniformes du lycée de Xiongying", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "uranohoshi_school_uniform", + "langName": "Uniforme du collège de filles Ura no Hoshi", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "yasogami_school_uniform", + "langName": "Uniforme du lycée Yasogami", + "object": "Vêtements", + "attribute": "L'uniforme scolaire" + }, + { + "displayName": "shirt", + "langName": "chemise", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "dress_shirt", + "langName": "chemise formelle", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "collared_shirt", + "langName": "chemise à revers", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "white_shirt", + "langName": "chemise blanche", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "blouse", + "langName": "chemises pour femmes", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "frilled_shirt", + "langName": "chemise à volants", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "sailor_shirt", + "langName": "chemise de marin", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "plaid_shirt", + "langName": "chemise à carreaux", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "striped_shirt", + "langName": "chemise rayée", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "print_shirt", + "langName": "chemise imprimée", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "impossible shirt", + "langName": "Chemise à la coupe illogique", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "polo_shirt", + "langName": "polo", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "hawaiian_shirt", + "langName": "Chemise hawaïenne", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "t-shirt", + "langName": "T-SHIRT", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "casual T-shirts", + "langName": "T-shirt décontracté", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "short sleeve T-shirts", + "langName": "T-shirt à manches courtes (chemise à épaules)", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "cropped_shirt", + "langName": "chemise courte", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "off-shoulder_shirt", + "langName": "chemise à épaules courtes", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "criss-cross_halter", + "langName": "Dos nu croisé", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "sleeveless_shirt", + "langName": "chemise sans manches", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "sleeveless_hoodie", + "langName": "sweat à capuche sans manches", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "tank_top", + "langName": "gilet (domicile)", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "camisole", + "langName": "camisole", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "crop_top", + "langName": "top crop", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "undershirt", + "langName": "maillot de corps", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "vest", + "langName": "gilet (formel)", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "brown_vest", + "langName": "gilet marron", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "waistcoat", + "langName": "Gilet (formel)", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "sweatshirt", + "langName": "Sweat à capuche", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "jersey", + "langName": "Sweatshirts/chandails", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "sweater", + "langName": "pull-over", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "cardigan", + "langName": "cardigan pull", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "shrug_(clothing)", + "langName": "châle", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "jacket", + "langName": "veste", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "hooded jacket", + "langName": "veste à capuche", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "coat", + "langName": "manteau", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "suit jacket", + "langName": "blazer", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "tailcoat", + "langName": "Tuxedo", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "capelet", + "langName": "cape courte", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "kesa", + "langName": "soutane", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "kappougi", + "langName": "un chemisier (porté pour cuisiner)", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "detached sleeves", + "langName": "Manches séparées au niveau des épaules", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "cropped vest", + "langName": "gilet court", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "spaghetti strap", + "langName": "bretelles spaghetti", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "tube_top", + "langName": "Top tunique", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "dudou", + "langName": "bande ventrale", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "highleg", + "langName": "Haut fendu", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "shirt_tucked_in", + "langName": "chemise rentrée dans le pantalon", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "untucked_shirt", + "langName": "chemise non cintrée", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "tied_shirt", + "langName": "Chemise à nouer (nouer les coins et l'ourlet)", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "partially_unbuttoned", + "langName": "Libération partielle", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "partially_unzipped", + "langName": "Partiellement dézippé", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "unbuttoned shirt", + "langName": "chemise déboutonnée", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "open_clothes", + "langName": "vêtements ouverts", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "clothes_down", + "langName": "se déshabiller", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "shirt_tug", + "langName": "chemise à bretelles", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "clothes_tug", + "langName": "tirer les vêtements", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "clothes_removed", + "langName": "Enlever les vêtements", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "shirt_removed", + "langName": "chemise enlevée", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "undressing", + "langName": "se déshabiller", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "untied", + "langName": "Détaché", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "button_gap", + "langName": "L'écart entre les boutons (non déboutonnés)", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "taut_shirt", + "langName": "chemise moulante", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "taut_clothes", + "langName": "vêtements moulants", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "tight", + "langName": "vêtements serrés", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "underbust", + "langName": "Dessiner le dessous de poitrine", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "oversized_shirt", + "langName": "chemise grande taille", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "oversized_clothes", + "langName": "vêtements grande taille", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "borrowed_garments", + "langName": "Vêtements du petit ami", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "undersized_clothes", + "langName": "vêtements de petite taille", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "clothing_cutout", + "langName": "vêtements creux", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "back_cutout", + "langName": "top dos nu", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "cleavage_cutout", + "langName": "décolleté décolleté chemise", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "navel_cutout", + "langName": "chemise à nombril percé", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "midriff", + "langName": "top crop", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "heart_cutout", + "langName": "Couvercle ouvert en forme de cœur", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "torn_clothes", + "langName": "vêtements déchirés", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "torn_shirt", + "langName": "chemise déchirée", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "wet_shirt", + "langName": "chemise mouillée", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "clothes_theft", + "langName": "Vêtements volés", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "strap_slip", + "langName": "La bandoulière a glissé (entraînant des fuites).", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "wedgie", + "langName": "Incrustation (causée par des vêtements qui tirent sur la zone de l'entrejambe)", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "wardrobe_malfunction", + "langName": "Les vêtements ont été endommagés (par exemple, ils sont tombés en morceaux).", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "wardrobe_error", + "langName": "vêtements qui glissent", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "short sleeves", + "langName": "manches courtes", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "long sleeves", + "langName": "manches longues", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "sleeveless", + "langName": "sans manches", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "underwear", + "langName": "sous-vêtements", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "bra", + "langName": "soutien-gorge", + "object": "Vêtements", + "attribute": "Veste" + }, + { + "displayName": "nude", + "langName": "nue", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "formal", + "langName": "Tenue de soirée", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "chemise", + "langName": "robe ample", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "santa", + "langName": "Tenue de Noël", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "blazer", + "langName": "blazer", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "overcoat", + "langName": "manteau", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "double-breasted", + "langName": "Boutons à double boutonnage (boutons à double boutonnage)", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "long_coat", + "langName": "manteau long", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "haori", + "langName": "Veste de style japonais", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "winter_coat", + "langName": "manteau d'hiver", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "hooded_coat", + "langName": "manteau à capuche", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "fur_coat", + "langName": "manteau de fourrure", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "fur-trimmed_coat", + "langName": "manteau de fourrure rayé", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "duffel_coat", + "langName": "manteau de duffle", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "fishnet_top", + "langName": "top en résille", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "parka", + "langName": "Parka", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "jacket_partially_removed", + "langName": "La veste a été partiellement enlevée", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "jacket_removed", + "langName": "Veste enlevée", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "open_jacket", + "langName": "veste cardigan (avec jambes écartées)", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "cropped_jacket", + "langName": "veste courte", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "track_jacket", + "langName": "blazer", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "hooded_track_jacket", + "langName": "veste de survêtement à capuche", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "military_jacket", + "langName": "veste militaire", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "camouflage_jacket", + "langName": "veste de camouflage", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "leather_jacket", + "langName": "veste en cuir", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "bomber_jacket", + "langName": "veste bombardier", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "denim_jacket", + "langName": "veste en jean", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "fur-trimmed_jacket", + "langName": "veste avec bordures en fourrure", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "two-tone_jacket", + "langName": "veste bicolore", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "trench_coat", + "langName": "coupe-vent", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "windbreaker", + "langName": "Veste", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "raincoat", + "langName": "imperméable", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "hagoromo", + "langName": "Dieu Hagoromo", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "tunic", + "langName": "tunique", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "cape", + "langName": "châle", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "winter_clothes", + "langName": "vêtements d'hiver", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "pullover_sweaters", + "langName": "pull-over", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "loating_jacket", + "langName": "veste décontractée", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "ribbed_sweater", + "langName": "pull-over côtelé", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "sweater_vest", + "langName": "gilet pull-over", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "backless_sweater", + "langName": "pull-over dos nu", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "aran_sweater", + "langName": "pull irlandais", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "beige_sweater", + "langName": "Pull beige", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "brown_sweater", + "langName": "pull marron", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "hooded_sweater", + "langName": "pull à capuche", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "off-shoulder_sweater", + "langName": "pull-over à épaulettes", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "striped_sweater", + "langName": "pull rayé", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "virgin_killer_sweater", + "langName": "pull virgin killer", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "down_jacket", + "langName": "veste en duvet", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "puffer_jacket", + "langName": "veste en duvet", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "open dress", + "langName": "robe cardigan", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "Piece Suit", + "langName": "blazer", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "naked towel", + "langName": "serviette de bain", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "racing suit", + "langName": "combinaison de course", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "maid dress", + "langName": "tenue de femme de chambre", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "reverse bunnysuit", + "langName": "La fille au lapin inversé", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "backless outfit", + "langName": "Robe dos nu", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "Gorgeous and fussy clothes", + "langName": "Des vêtements magnifiques et encombrants", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "highleg leotard", + "langName": "combinaison à fente haute", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "Sex underwear", + "langName": "Lingerie sexy", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "diving suit", + "langName": "combinaison de plongée", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "casual wear", + "langName": "vêtements décontractés", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "miko clothing", + "langName": "Costume de sorcière", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "nurse gown", + "langName": "uniforme d'infirmière", + "object": "Vêtements", + "attribute": "Manteau" + }, + { + "displayName": "sailor_collar", + "langName": "col marin", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "fur_collar", + "langName": "collier de fourrure", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "frilled_collar", + "langName": "collier en dentelle", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "popped_collar", + "langName": "Col montant", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "black_choker", + "langName": "collier noir", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "belt_collar", + "langName": "ceinture boucle de cou", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "frilled_choker", + "langName": "collier à volants", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "neckerchief", + "langName": "foulard", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "red_neckerchief", + "langName": "écharpe rouge", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "necktie", + "langName": "cravate", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "short_necktie", + "langName": "cravate courte", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "white_necktie", + "langName": "cravate blanche", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "bowtie", + "langName": "nœud papillon", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "headphones_around_neck", + "langName": "Casques d'écoute suspendus autour du cou", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "goggles_around_neck", + "langName": "lunettes de protection", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "neck_bell", + "langName": "cloche de cou", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "neck_ruff", + "langName": "décolleté", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "v-neck", + "langName": "Col en V", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "towel_around_neck", + "langName": "serviette autour du cou", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "loose_necktie", + "langName": "cravate lâche", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "neck_tattoo", + "langName": "tatouage du cou", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "ascot", + "langName": "Cravate large en forme d'écharpe", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "ribbon_choker", + "langName": "ruban de cou", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "maebari/pasties", + "langName": "Patch vaginal/patch mamelonné", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "chinese_knot", + "langName": "Nœud chinois", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "cross_necklace", + "langName": "collier croix", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "bead_necklace", + "langName": "collier de perles", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "pearl_necklace", + "langName": "collier de perles", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "heart_necklace", + "langName": "collier en forme de coeur", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "carrot_necklace", + "langName": "collier carotte", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "chain_necklace", + "langName": "collier en chaîne", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "magatama_necklace", + "langName": "Collier de perles", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "tooth_necklace", + "langName": "collier de dents", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "key_necklace", + "langName": "collier de clés", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "anchor_necklace", + "langName": "Collier d'ancre", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "skull_necklace", + "langName": "collier tête de mort", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "shell_necklace", + "langName": "collier en coquillage", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "gold_necklace", + "langName": "collier en or", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "crescent_necklace", + "langName": "collier croissant de lune", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "ring_necklace", + "langName": "Collier à anneaux", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "feather_necklace", + "langName": "collier de plumes", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "bone_necklace", + "langName": "collier en os", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "ankh_necklace", + "langName": "collier croix", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "multiple_necklaces", + "langName": "colliers multiples", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "bullet_necklace", + "langName": "Collier à balles", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "holding_necklace", + "langName": "collier de maintien", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "necklace_removed", + "langName": "collier enlevé", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "brown_neckwear", + "langName": "Collier marron", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "checkered_neckwear", + "langName": "encolure à carreaux", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "diagonal-striped_neckwear", + "langName": "Cravate en sergé", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "halterneck", + "langName": "cravate", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "mole_on_neck", + "langName": "Il y a un grain de beauté sur le cou", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "neck", + "langName": "cou", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "plaid_neckwear", + "langName": "col écossais", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "plunging_neckline", + "langName": "Col profond", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "print_neckwear", + "langName": "cravate imprimée", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "sleeveless_turtleneck", + "langName": "pull sans manches à col roulé", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "star_necklace", + "langName": "collier étoile", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "striped_neckwear", + "langName": "col rayé", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "turtleneck_sweater", + "langName": "Pull à col roulé", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "undone_necktie", + "langName": "desserrer la cravate", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "whistle_around_neck", + "langName": "Sifflet suspendu au cou", + "object": "Vêtements", + "attribute": "Encolure" + }, + { + "displayName": "plaid_scarf", + "langName": "écharpe à carreaux", + "object": "Vêtements", + "attribute": "Foulard" + }, + { + "displayName": "striped_scarf", + "langName": "écharpe rayée", + "object": "Vêtements", + "attribute": "Foulard" + }, + { + "displayName": "print_scarf", + "langName": "écharpe imprimée", + "object": "Vêtements", + "attribute": "Foulard" + }, + { + "displayName": "vertical-striped_scarf", + "langName": "écharpe à rayures verticales", + "object": "Vêtements", + "attribute": "Foulard" + }, + { + "displayName": "polka_dot_scarf", + "langName": "écharpe à pois", + "object": "Vêtements", + "attribute": "Foulard" + }, + { + "displayName": "argyle_scarf", + "langName": "écharpe en diamant", + "object": "Vêtements", + "attribute": "Foulard" + }, + { + "displayName": "beige_scarf", + "langName": "écharpe beige", + "object": "Vêtements", + "attribute": "Foulard" + }, + { + "displayName": "scarf_bow", + "langName": "noeud de l'écharpe", + "object": "Vêtements", + "attribute": "Foulard" + }, + { + "displayName": "fur_scarf", + "langName": "écharpe en fourrure", + "object": "Vêtements", + "attribute": "Foulard" + }, + { + "displayName": "naked_scarf", + "langName": "écharpe nue", + "object": "Vêtements", + "attribute": "Foulard" + }, + { + "displayName": "multicolored_scarf", + "langName": "écharpe colorée", + "object": "Vêtements", + "attribute": "Foulard" + }, + { + "displayName": "floating_scarf", + "langName": "écharpe flottante", + "object": "Vêtements", + "attribute": "Foulard" + }, + { + "displayName": "long_scarf", + "langName": "écharpe longue", + "object": "Vêtements", + "attribute": "Foulard" + }, + { + "displayName": "arm_scarf", + "langName": "écharpe de bras", + "object": "Vêtements", + "attribute": "Foulard" + }, + { + "displayName": "scarf_on_head", + "langName": "foulard sur la tête", + "object": "Vêtements", + "attribute": "Foulard" + }, + { + "displayName": "scarf_over_mouth", + "langName": "foulard sur la bouche", + "object": "Vêtements", + "attribute": "Foulard" + }, + { + "displayName": "scarf_removed", + "langName": "L'écharpe a été enlevée", + "object": "Vêtements", + "attribute": "Foulard" + }, + { + "displayName": "adjusting_scarf", + "langName": "ajuster l'écharpe", + "object": "Vêtements", + "attribute": "Foulard" + }, + { + "displayName": "holding_scarf", + "langName": "tenant l'écharpe", + "object": "Vêtements", + "attribute": "Foulard" + }, + { + "displayName": "scarf_pull", + "langName": "écharpe de traction", + "object": "Vêtements", + "attribute": "Foulard" + }, + { + "displayName": "brown_scarf", + "langName": "écharpe brune", + "object": "Vêtements", + "attribute": "Foulard" + }, + { + "displayName": "scarf", + "langName": "foulard", + "object": "Vêtements", + "attribute": "Foulard" + }, + { + "displayName": "apron", + "langName": "tablier", + "object": "Vêtements", + "attribute": "Taille" + }, + { + "displayName": "waist_apron", + "langName": "tablier de taille", + "object": "Vêtements", + "attribute": "Taille" + }, + { + "displayName": "maid_apron", + "langName": "tablier de soubrette", + "object": "Vêtements", + "attribute": "Taille" + }, + { + "displayName": "bow tied at the waist", + "langName": "Nœud papillon à la taille", + "object": "Vêtements", + "attribute": "Taille" + }, + { + "displayName": "waist_cape", + "langName": "Petite cape portée autour de la taille", + "object": "Vêtements", + "attribute": "Taille" + }, + { + "displayName": "clothes_around_waist", + "langName": "vêtements de taille", + "object": "Vêtements", + "attribute": "Taille" + }, + { + "displayName": "jacket_around_waist", + "langName": "veste de taille", + "object": "Vêtements", + "attribute": "Taille" + }, + { + "displayName": "sweater_around_waist", + "langName": "Pull à la taille", + "object": "Vêtements", + "attribute": "Taille" + }, + { + "displayName": "loincloth", + "langName": "Noces de paille", + "object": "Vêtements", + "attribute": "Taille" + }, + { + "displayName": "bustier", + "langName": "corset", + "object": "Vêtements", + "attribute": "Taille" + }, + { + "displayName": "corset", + "langName": "Corset (gilet)", + "object": "Vêtements", + "attribute": "Taille" + }, + { + "displayName": "girdle", + "langName": "corset", + "object": "Vêtements", + "attribute": "Taille" + }, + { + "displayName": "bikini_armor", + "langName": "armure de bikini", + "object": "Vêtements", + "attribute": "Armure" + }, + { + "displayName": "armor", + "langName": "armure", + "object": "Vêtements", + "attribute": "Armure" + }, + { + "displayName": "full_armor", + "langName": "Port d'une armure complète", + "object": "Vêtements", + "attribute": "Armure" + }, + { + "displayName": "plate_armor", + "langName": "armure de plaques", + "object": "Vêtements", + "attribute": "Armure" + }, + { + "displayName": "japanese_armor", + "langName": "Armure japonaise", + "object": "Vêtements", + "attribute": "Armure" + }, + { + "displayName": "kusazuri", + "langName": "Fudang | Kusazuri (armure inférieure japonaise)", + "object": "Vêtements", + "attribute": "Armure" + }, + { + "displayName": "power_armor", + "langName": "Armure motorisée", + "object": "Vêtements", + "attribute": "Armure" + }, + { + "displayName": "helmet", + "langName": "casque", + "object": "Vêtements", + "attribute": "Armure" + }, + { + "displayName": "kabuto", + "langName": "Casque (style japonais)", + "object": "Vêtements", + "attribute": "Armure" + }, + { + "displayName": "off-shoulder_armor", + "langName": "Armure sans épaulement", + "object": "Vêtements", + "attribute": "Armure" + }, + { + "displayName": "shoulder_armor", + "langName": "Épaules", + "object": "Vêtements", + "attribute": "Armure" + }, + { + "displayName": "muneate", + "langName": "Plastron de tir à l'arc japonais", + "object": "Vêtements", + "attribute": "Armure" + }, + { + "displayName": "breastplate", + "langName": "Plastron", + "object": "Vêtements", + "attribute": "Armure" + }, + { + "displayName": "faulds", + "langName": "plastron", + "object": "Vêtements", + "attribute": "Armure" + }, + { + "displayName": "greaves", + "langName": "Greaves", + "object": "Vêtements", + "attribute": "Armure" + }, + { + "displayName": "shin_guards", + "langName": "Greaves", + "object": "Vêtements", + "attribute": "Armure" + }, + { + "displayName": "armored_boots", + "langName": "bottes blindées", + "object": "Vêtements", + "attribute": "Armure" + }, + { + "displayName": "dress", + "langName": "robe", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "microdress", + "langName": "robe micro", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "long_dress", + "langName": "robe longue", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "mermaid dress", + "langName": "jupe en queue de poisson", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "off-shoulder_dress", + "langName": "robe décolletée", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "strapless_dress", + "langName": "robe bustier", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "backless_dress", + "langName": "robe dos nu", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "halter_dress", + "langName": "Jupe à bretelles sans collier et sans dos", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "sundress", + "langName": "Robe à bretelles (robe sans manches par temps chaud)", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "sleeveless_dress", + "langName": "robe sans manches", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "sailor_dress", + "langName": "Jupe style marin", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "summer_dress", + "langName": "robe longue d'été", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "pinafore_dress", + "langName": "robe tablier", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "sweater_dress", + "langName": "robe pull", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "armored_dress", + "langName": "jupe d'armure de combat", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "frilled_dress", + "langName": "robe en dentelle", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "lace-trimmed_dress", + "langName": "robe en dentelle", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "collared_dress", + "langName": "robe à collet", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "fur-trimmed_dress", + "langName": "robe garnie de fourrure", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "layered_dress", + "langName": "robe superposée", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "pleated_dress", + "langName": "robe à plis", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "taut_dress", + "langName": "robe moulante", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "pencil_dress", + "langName": "jupe crayon", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "impossible_dress", + "langName": "Vêtements trop serrés", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "multicolored_dress", + "langName": "Robe multicolore", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "striped_dress", + "langName": "robe rayée", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "ribbed_dress", + "langName": "robe côtelée", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "polka_dot_dress", + "langName": "robe à pois", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "print_dress", + "langName": "robe imprimée", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "vertical-striped_dress", + "langName": "robe à rayures verticales", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "see-through_dress", + "langName": "robe transparente", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "skirt", + "langName": "jupe courte", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "microskirt", + "langName": "minijupe", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "miniskirt", + "langName": "mini-jupe", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "skirt_suit", + "langName": "jupe de cérémonie", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "pleated_skirt", + "langName": "jupe plissée", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "pencil_skirt", + "langName": "jupe crayon courte", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "bubble_skirt", + "langName": "tutu", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "tutu", + "langName": "tutu", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "ballgown", + "langName": "tutu (robe)", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "pettiskirt", + "langName": "tutu (enfants)", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "showgirl_skirt", + "langName": "tenue de fille de salon", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "beltskirt", + "langName": "jupe à ceinture", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "denim_skirt", + "langName": "jupe en jean", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "suspender_skirt", + "langName": "jupe à bretelles", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "skirt_set", + "langName": "Jupe assortie au top", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "long_skirt", + "langName": "jupe longue", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "summer_long_skirt", + "langName": "robe longue d'été", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "overskirt", + "langName": "jupe extérieure", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "hakama_skirt", + "langName": "jupe hakama", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "high-waist_skirt", + "langName": "jupe taille haute", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "kimono_skirt", + "langName": "jupe kimono", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "suspender_long_skirt", + "langName": "jupe à bretelles ; jupe à bretelles", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "chiffon_skirt", + "langName": "jupe en mousseline de soie", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "frilled_skirt", + "langName": "jupe en dentelle", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "fur-trimmed_skirt", + "langName": "jupe avec bordures en fourrure", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "lace_skirt", + "langName": "jupe en dentelle", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "lace-trimmed_skirt", + "langName": "jupe en dentelle", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "ribbon-trimmed_skirt", + "langName": "jupe garnie de rubans de satin", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "layered_skirt", + "langName": "jupe superposée", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "print_skirt", + "langName": "jupe imprimée", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "multicolored_skirt", + "langName": "Jupe multicolore", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "striped_skirt", + "langName": "jupe rayée", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "vertical-striped_skirt", + "langName": "jupe à rayures verticales", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "plaid_skirt", + "langName": "jupe écossaise", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "flared_skirt", + "langName": "jupe parapluie", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "floral_skirt", + "langName": "jupe florale", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "skirt_hold", + "langName": "Relevez votre jupe avec élégance", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "skirt_tug", + "langName": "Tenir l'ourlet de la jupe | Tenir l'ourlet de la jupe", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "dress_tug", + "langName": "Retenir la jupe", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "skirt_around_one_leg", + "langName": "Une jupe courte qui pend d'une jambe", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "skirt_removed", + "langName": "Enlever la jupe courte", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "dress_removed", + "langName": "enlever la jupe", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "open_skirt", + "langName": "jupe ouverte", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "checkered_skirt", + "langName": "jupe à carreaux", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "plaid_dress", + "langName": "robe à carreaux", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "Medium length skirt", + "langName": "jupe de longueur moyenne", + "object": "Vêtements", + "attribute": "Jupe" + }, + { + "displayName": "dress_bow", + "langName": "noeud sur la robe", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "dressing_another", + "langName": "robe", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "shorts_under_skirt", + "langName": "Port d'un short sous une jupe", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "side_slit", + "langName": "fentes latérales", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "shorts", + "langName": "short", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "micro_shorts", + "langName": "short de petite taille", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "short_shorts", + "langName": "pantalon chaud", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "hot_pants", + "langName": "pantalon chaud", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "cutoffs", + "langName": "pantalon chaud", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "striped_shorts", + "langName": "short rayé", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "suspender_shorts", + "langName": "short à bretelles", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "denim_shorts", + "langName": "short en jean", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "puffy_shorts", + "langName": "short bouffant", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "dolphin_shorts", + "langName": "Short dauphin (pantalon de vérité)", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "dolfin_shorts", + "langName": "Short dauphin (pantalon de vérité)", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "tight_pants", + "langName": "Leggings/pantalons de sport", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "crotchless_pants", + "langName": "Pantalon sans entrejambe (serré)", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "track_pants", + "langName": "pantalon de survêtement", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "yoga_pants", + "langName": "pantalon de yoga", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "bike_shorts", + "langName": "cuissardes de vélo", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "pants", + "langName": "pantalon", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "puffy_pants", + "langName": "Pantalon bouffant/pantalon ample", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "pumpkin_pants", + "langName": "pantalon de citrouille", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "hakama_pants", + "langName": "pantalon hakama", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "harem_pants", + "langName": "pantalon harem", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "bloomers", + "langName": "culotte bouffante", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "buruma", + "langName": "culottes bouffantes pour femmes", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "jeans", + "langName": "jeans", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "cargo_pants", + "langName": "salopettes", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "camouflage_pants", + "langName": "pantalon de camouflage", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "capri_pants", + "langName": "pantalon court", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "chaps", + "langName": "Chaps en cuir (larges en haut et étroites en bas)", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "jumpsuit", + "langName": "Combinaison (surtout pour femmes)", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "lowleg_pants", + "langName": "pantalon taille basse", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "plaid_pants", + "langName": "pantalon écossais", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "single_pantsleg", + "langName": "Pantalon unilatéral", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "striped_pants", + "langName": "pantalon rayé", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "leotard_aside", + "langName": "Détachez l'entrejambe de la combinaison.", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "open_fly", + "langName": "Pantalon dézippé", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "pants_down", + "langName": "enlever le pantalon", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "pants_rolled_up", + "langName": "Pantalon retroussé", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "pants_tucked_in", + "langName": "Rentrez votre pantalon", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "torn_jeans", + "langName": "jeans déchirés", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "torn_pants", + "langName": "pantalon déchiré", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "torn_shorts", + "langName": "short déchiré", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "gym_shorts", + "langName": "short de gymnastique", + "object": "Vêtements", + "attribute": "Pantalon" + }, + { + "displayName": "leggings", + "langName": "jambières", + "object": "Vêtements", + "attribute": "Bas" + }, + { + "displayName": "overalls", + "langName": "salopettes", + "object": "Vêtements", + "attribute": "Bas" + }, + { + "displayName": "diaper", + "langName": "couche", + "object": "Vêtements", + "attribute": "Bas" + }, + { + "displayName": "panties", + "langName": "sous-vêtements", + "object": "Vêtements", + "attribute": "Bas" + }, + { + "displayName": "briefs", + "langName": "Mémoires", + "object": "Vêtements", + "attribute": "Bas" + }, + { + "displayName": "thong", + "langName": "lanière", + "object": "Vêtements", + "attribute": "Bas" + }, + { + "displayName": "fundoshi", + "langName": "String japonais", + "object": "Vêtements", + "attribute": "Bas" + }, + { + "displayName": "short dress", + "langName": "jupe courte", + "object": "Vêtements", + "attribute": "Bas" + }, + { + "displayName": "sheath dress", + "langName": "jupe couvrant les hanches", + "object": "Vêtements", + "attribute": "Bas" + }, + { + "displayName": "no panties", + "langName": "Pas de sous-vêtements", + "object": "Vêtements", + "attribute": "Bas" + }, + { + "displayName": "striped panties", + "langName": "sous-vêtements rayés", + "object": "Vêtements", + "attribute": "Bas" + }, + { + "displayName": "lowleg panties", + "langName": "sous-vêtements taille basse", + "object": "Vêtements", + "attribute": "Bas" + }, + { + "displayName": "side-tie panties", + "langName": "sous-vêtements à lacets", + "object": "Vêtements", + "attribute": "Bas" + }, + { + "displayName": "bodystocking", + "langName": "chaussettes complètes", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "pantyhose", + "langName": "collants | collants", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "legwear", + "langName": "Collant (désigne généralement les collants ou les bas)", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "thighhighs", + "langName": "Bas (chaussettes à hauteur des genoux)", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "kneehighs", + "langName": "chaussettes à genoux", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "bare_legs", + "langName": "jambes nues", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "black_bodystocking", + "langName": "Bas noirs une pièce", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "white_bodystocking", + "langName": "Une pièce en soie blanche", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "stocking_under_clothes", + "langName": "chaussettes sous les vêtements", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "black_pantyhose", + "langName": "bas noirs", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "white_pantyhose", + "langName": "bas blancs", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "thighband_pantyhose", + "langName": "Collants avec anneaux de jambe", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "pantylines", + "langName": "Collants serrés (pour tracer les lignes)", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "single_leg_pantyhose", + "langName": "Porter des collants d'un seul côté", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "panties_under_pantyhose", + "langName": "sous-vêtements en collants", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "fishnets", + "langName": "bas résille", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "stirrup_legwear", + "langName": "bas résille", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "toeless_legwear", + "langName": "chaussettes à bout ouvert", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "mismatched_legwear", + "langName": "Collants bicolores", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "two-tone_legwear", + "langName": "Collants bicolores", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "asymmetrical_legwear", + "langName": "collants asymétriques", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "uneven_legwear", + "langName": "chaussettes longues", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "white_thighhighs", + "langName": "bas blancs", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "black_thighhighs", + "langName": "bas noirs", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "pink_thighhighs", + "langName": "bas roses", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "suspenders", + "langName": "jarretières", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "torn_legwear", + "langName": "collants déchirés", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "torn_thighhighs", + "langName": "Chaussettes à genoux déchirées", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "see-through_legwear", + "langName": "chaussettes transparentes", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "frilled_legwear", + "langName": "chaussettes en dentelle", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "lace-trimmed_legwear", + "langName": "bas en dentelle", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "seamed_legwear", + "langName": "chaussettes avec coutures", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "back-seamed_legwear", + "langName": "Chaussettes avec une ligne noire au milieu", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "animal_ear_legwear", + "langName": "Chaussettes à oreilles d'animaux", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "striped_legwear", + "langName": "chaussettes à rayures horizontales", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "vertical-striped_legwear", + "langName": "chaussettes à rayures verticales", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "polka_dot_legwear", + "langName": "chaussettes à pois ronds", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "print_legwear", + "langName": "chaussettes imprimées", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "legwear_under_shorts", + "langName": "Porter des shorts en dehors des chaussettes", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "over-kneehighs", + "langName": "chaussettes à genoux", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "bobby_socks", + "langName": "Chaussettes Bobby (chaussettes blanches)", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "tabi", + "langName": "Chaussettes japonaises à semelle épaisse (poches pour les pieds)", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "ankle_socks", + "langName": "chaussettes de cheville", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "leg_warmers", + "langName": "Jambières - Jambières", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "single_sock", + "langName": "chaussettes simples", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "striped_socks", + "langName": "chaussettes rayées", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "leg_cutout", + "langName": "Les chaussettes ont des ouvertures", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "leg_garter", + "langName": "Anneaux de jambe | jarretières", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "garter_straps", + "langName": "jarretelles pour jarretières", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "thigh_strap", + "langName": "sangles de cuisse", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "thigh_ribbon", + "langName": "ruban de cuisse", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "leg_ribbon", + "langName": "ceinture d'exercice pour les jambes", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "bandaid_on_leg", + "langName": "bandage sur la jambe", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "bandaged_leg", + "langName": "jambe bandée", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "ankle_lace-up", + "langName": "bride de cheville", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "thigh_holster", + "langName": "Une sangle, un sac à outils ou un étui sur la jambe", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "bandaid_on_knee", + "langName": "pansement sur le genou", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "argyle_legwear", + "langName": "Collants avec motif argyle", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "bow_legwear", + "langName": "Collant avec nœud", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "arm_garter", + "langName": "jarretières boom", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "socks", + "langName": "chaussette", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "stockings", + "langName": "bas", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "black stockings", + "langName": "bas noirs", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "fishnet stockings", + "langName": "bas résille", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "garters", + "langName": "jarretières", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "loose_socks", + "langName": "chaussettes à bulles", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "rilled thighhighs", + "langName": "bas à froufrous", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "striped pantyhose", + "langName": "collant rayé", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "lace legwear", + "langName": "collants en dentelle", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "nylon socks", + "langName": "Chaussettes en nylon", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "soccer cocks", + "langName": "chaussettes de football", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "sports socks", + "langName": "chaussettes de sport", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "adjusting_legwear", + "langName": "Organiser les collants", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "pantyhose_pull", + "langName": "Enlever les collants", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "socks_removed", + "langName": "Enlever les chaussettes", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "sock_pull", + "langName": "Tirer sur les chaussettes (chaussettes)", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "thighhighs_pull", + "langName": "Enfiler des chaussettes (bas)", + "object": "Vêtements", + "attribute": "Chaussette" + }, + { + "displayName": "armored", + "langName": "blindé", + "object": "Vêtements", + "attribute": "Matière des vêtements" + }, + { + "displayName": "fluffy", + "langName": "poilu", + "object": "Vêtements", + "attribute": "Matière des vêtements" + }, + { + "displayName": "fur", + "langName": "fourrure", + "object": "Vêtements", + "attribute": "Matière des vêtements" + }, + { + "displayName": "latex", + "langName": "émulsion", + "object": "Vêtements", + "attribute": "Matière des vêtements" + }, + { + "displayName": "see-through", + "langName": "transparent", + "object": "Vêtements", + "attribute": "Matière des vêtements" + }, + { + "displayName": "frilled", + "langName": "fioritures", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "center_frills", + "langName": "Dentelle centrale à volants", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "crease", + "langName": "froissé (plissé)", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "layered", + "langName": "en couches", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "lace", + "langName": "dentelle", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "fur_trim", + "langName": "garniture en fourrure", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "fur-trimmed", + "langName": "bords irréguliers", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "fine_fabric_emphasis", + "langName": "Amélioration du matériel", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "latex_thighhighs", + "langName": "Bas en latex", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "see-through_thighhighs", + "langName": "Bas transparents", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "ass_cutout", + "langName": "Vêtements révélant les fesses", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "asymmetrical_clothes", + "langName": "vêtements asymétriques", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "back_bow", + "langName": "(habillement) nœud noué dans le dos", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "cross-laced_clothes", + "langName": "vêtements en dentelle croisée", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "double_vertical_stripe", + "langName": "Le vêtement comporte deux bandes parallèles", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "halter_top", + "langName": "Vêtements pour le haut du corps de type harnais", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "multicolored_legwear", + "langName": "Vêtements multicolores pour les jambes", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "navy_blue_legwear", + "langName": "Jambières bleu marine", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "nontraditional_miko", + "langName": "Vêtements japonais modifiés", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "side_cutout", + "langName": "Vêtements avec ouvertures latérales", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "sideless_outfit", + "langName": "Vêtements sans tissu sur les côtés", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "single_kneehigh", + "langName": "Port d'un vêtement de la longueur du genou d'un côté", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "single_vertical_stripe", + "langName": "Faire apparaître des rayures verticales sur un côté du vêtement", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "turtleneck", + "langName": "vêtements à col roulé", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "two-sided_fabric", + "langName": "Méthode de dessin des vêtements à double épaisseur", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "o-ring", + "langName": "Vêtements avec joints toriques", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "o-ring_top", + "langName": "Couvercle avec joint torique", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "fringe_trim", + "langName": "Le bord (l'extrémité de l'écharpe)", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "loose_belt", + "langName": "Bretelles lâches (vêtements)", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "pom_pom_(clothes)", + "langName": "Petits pompons (accessoires pour vêtements)", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "drawstring", + "langName": "Cordons de serrage pour vêtements", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "full-length_zipper", + "langName": "Une fermeture à glissière sur toute la longueur du vêtement", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "gathers", + "langName": "plis (vêtements)", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "gusset", + "langName": "Coudre la doublure d'un vêtement", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "breast_pocket", + "langName": "sac de poitrine", + "object": "Vêtements", + "attribute": "Décorer" + }, + { + "displayName": "argyle", + "langName": "Motif Argyle", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "checkered", + "langName": "motif écossais", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "colored_stripes", + "langName": "rayures colorées", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "diagonal_stripes", + "langName": "rayures diagonales", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "horizontal_stripes", + "langName": "rayures horizontales", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "multicolored_stripes", + "langName": "rayures colorées", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "polka_dot", + "langName": "Motif en pointillés", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "ribbed", + "langName": "Côtelée", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "striped", + "langName": "rayures horizontales", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "unmoving_pattern", + "langName": "Des motifs qui se répètent en permanence", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "vertical_stripes", + "langName": "rayures verticales", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "plaid", + "langName": "motif tartan", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "animal_print", + "langName": "imprimé animal", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "cat_print", + "langName": "impression de chat", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "bear_print", + "langName": "impression d'ours", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "bird_print", + "langName": "imprimé oiseau", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "bunny_print", + "langName": "imprimé lapin", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "cow_print", + "langName": "imprimé vache", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "dragon_print", + "langName": "imprimé dragon", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "fish_print", + "langName": "imprimé poisson", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "frog_print", + "langName": "impression de grenouille", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "shark_print", + "langName": "imprimé requin", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "snake_print", + "langName": "motif du serpent", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "zebra_print", + "langName": "imprimé zébré", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "tiger_print", + "langName": "Rayures de tigre", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "leopard_print", + "langName": "imprimé léopard", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "jaguar_print", + "langName": "imprimé léopard", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "bat_print", + "langName": "impression chauve-souris", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "aardwolf_print", + "langName": "imprimé coyote", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "african_wild_dog_print", + "langName": "Imprimé chien sauvage d'Afrique", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "cheetah_print", + "langName": "Imprimé guépard", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "dog_print", + "langName": "impression de chien", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "fox_print", + "langName": "imprimé renard", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "giraffe_print", + "langName": "imprimé girafe", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "panda_print", + "langName": "imprimé panda", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "sand_cat_print", + "langName": "imprimé chat de sable", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "whale_print", + "langName": "imprimé baleine", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "white_tiger_print", + "langName": "motif tigre blanc", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "goldfish_print", + "langName": "imprimé poisson rouge", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "wing_print", + "langName": "impression de l'aile", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "spider_web_print", + "langName": "veines en araignée", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "butterfly_print", + "langName": "imprimé papillon", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "floral_print", + "langName": "floral", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "leaf_print", + "langName": "impression de feuilles", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "clover_print", + "langName": "imprimé trèfle", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "maple_leaf_print", + "langName": "feuille d'érable", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "rose_print", + "langName": "imprimé rose", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "strawberry_print", + "langName": "imprimé fraise", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "cherry_print", + "langName": "imprimé cerise", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "bamboo_print", + "langName": "imprimé bambou", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "carrot_print", + "langName": "imprimé carotte", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "hibiscus_print", + "langName": "imprimé hibiscus", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "jack-o'-lantern_print", + "langName": "impression jack o'lantern", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "petal_print", + "langName": "imprimé pétale", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "sunflower_print", + "langName": "imprimé tournesol", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "watermelon_print", + "langName": "imprimé melon d'eau", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "sky_print", + "langName": "imprimé ciel", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "cloud_print", + "langName": "impression en nuage", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "lightning_bolt_print", + "langName": "Impression de l'éclair", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "rainbow_print", + "langName": "imprimé arc-en-ciel", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "snowflake_print", + "langName": "imprimé flocon de neige", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "starry_sky_print", + "langName": "imprimé ciel étoilé", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "crescent_print", + "langName": "imprimé croissant de lune", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "star_print", + "langName": "imprimé étoile", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "star_(symbol)", + "langName": "symbole de l'étoile", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "moon_print", + "langName": "imprimé lune", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "sun_print", + "langName": "imprimé soleil", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "character_print", + "langName": "impression de caractères", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "clothes_writing", + "langName": "mots sur les vêtements", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "anchor_print", + "langName": "impression de l'ancre", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "cherry_blossom_print", + "langName": "imprimé fleurs de cerisier", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "musical_note_print", + "langName": "impression de notes de musique", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "triangle_print", + "langName": "imprimé triangle", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "arrow_print", + "langName": "impression de la flèche", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "wave_print", + "langName": "motif ondulé", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "peace_symbol", + "langName": "(Sur les vêtements de Higashikata Josuke)", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "heart_print", + "langName": "motif de cœur | impression de cœur", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "flame_print", + "langName": "impression à la flamme", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "hitodama_print", + "langName": "Impression de feu follet", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "paw_print", + "langName": "empreinte de patte", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "skeleton_print", + "langName": "imprimé squelette", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "skull_print", + "langName": "imprimé tête de mort", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "sparkle_print", + "langName": "imprimé scintillant", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "yin_yang_print", + "langName": "Impression Yin Yang", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "cross_print", + "langName": "Modèle d'éléments croisés", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "camoflage", + "langName": "camouflage", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "flag_print", + "langName": "impression du drapeau", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "bone_print", + "langName": "impression osseuse", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "ghost_print", + "langName": "impression fantôme", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "mushroom_print", + "langName": "Imprimé champignon", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "onigiri_print", + "langName": "impression de boules de riz", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "cat_ear_cutout", + "langName": "Design creux en forme d'oreille de chat", + "object": "Vêtements", + "attribute": "Modèle" + }, + { + "displayName": "barefoot", + "langName": "pieds nus", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "no_shoes", + "langName": "pas de chaussures", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "shoes_removed", + "langName": "chaussures enlevées", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "single_shoe", + "langName": "chaussures individuelles", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "the_only_shoe", + "langName": "chaussures individuelles", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "black_loafers", + "langName": "Mocassins (petites chaussures en cuir)", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "shoes", + "langName": "chaussure", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "uwabaki", + "langName": "chaussures d'intérieur", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "platform_footwear", + "langName": "chaussures à plateforme", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "high_heels", + "langName": "Talon haut", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "stiletto_heels", + "langName": "Talons aiguilles", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "strappy_heels", + "langName": "talons hauts à lanières", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "platform_heels", + "langName": "talons hauts à plateforme", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "rudder_footwear", + "langName": "Chaussures spéciales pour les filles du navire C", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "sandals", + "langName": "sandales", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "barefoot_sandals", + "langName": "sandales pieds nus", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "clog_sandals", + "langName": "sandales sabots", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "geta", + "langName": "sabots", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "slippers", + "langName": "pantoufles", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "skates", + "langName": "patins", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "roller_skates", + "langName": "patins à roulettes", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "animal_feet", + "langName": "pieds d'animaux", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "animal_slippers", + "langName": "chaussons pour animaux", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "brown_footwear", + "langName": "chaussures marron", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "cross-laced_footwear", + "langName": "chaussures à lacets croisés", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "loafers", + "langName": "mocassins", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "mary_janes", + "langName": "chaussures jenny", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "mismatched_footwear", + "langName": "Chaussures bicolores", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "pointy_footwear", + "langName": "chaussures à bout pointu", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "pumps", + "langName": "Robe décolletée avec talons hauts", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "sandals_removed", + "langName": "enlever les sandales", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "shoe_soles", + "langName": "semelle", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "shoelaces", + "langName": "lacet", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "sneakers", + "langName": "baskets", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "winged_footwear", + "langName": "chaussures à ailes", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "zouri", + "langName": "Sandales japonaises en paille", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "ballet slippers", + "langName": "chaussures de ballet", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "arched_soles", + "langName": "Semelle arquée", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "paw_print_soles", + "langName": "semelles à motifs de pattes", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "horseshoe", + "langName": "fer à cheval", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "flat shoes", + "langName": "chaussures plates", + "object": "Vêtements", + "attribute": "Chaussure" + }, + { + "displayName": "boots", + "langName": "bottes", + "object": "Vêtements", + "attribute": "Bottes" + }, + { + "displayName": "boots_removed", + "langName": "bottes enlevées", + "object": "Vêtements", + "attribute": "Bottes" + }, + { + "displayName": "high_heel_boots", + "langName": "bottes à talons hauts", + "object": "Vêtements", + "attribute": "Bottes" + }, + { + "displayName": "knee_boots", + "langName": "Bottes à hauteur de genou (bottes d'équitation)", + "object": "Vêtements", + "attribute": "Bottes" + }, + { + "displayName": "thigh_boots", + "langName": "bottes hautes", + "object": "Vêtements", + "attribute": "Bottes" + }, + { + "displayName": "martin_boots", + "langName": "bottes en martin", + "object": "Vêtements", + "attribute": "Bottes" + }, + { + "displayName": "ankle_boots", + "langName": "bottines", + "object": "Vêtements", + "attribute": "Bottes" + }, + { + "displayName": "toeless_boots", + "langName": "bottes à bout ouvert", + "object": "Vêtements", + "attribute": "Bottes" + }, + { + "displayName": "lace-up_boots", + "langName": "bottes à lacets", + "object": "Vêtements", + "attribute": "Bottes" + }, + { + "displayName": "fur-trimmed_boots", + "langName": "bottes à bords bruts", + "object": "Vêtements", + "attribute": "Bottes" + }, + { + "displayName": "snow_boots", + "langName": "bottes de neige", + "object": "Vêtements", + "attribute": "Bottes" + }, + { + "displayName": "anklet", + "langName": "Bracelet de cheville", + "object": "Vêtements", + "attribute": "Bottes" + }, + { + "displayName": "rubber_boots", + "langName": "bottes en caoutchouc", + "object": "Vêtements", + "attribute": "Bottes" + }, + { + "displayName": "santa_boots", + "langName": "Bottes de Noël", + "object": "Vêtements", + "attribute": "Bottes" + }, + { + "displayName": "leather_boots", + "langName": "bottes en cuir", + "object": "Vêtements", + "attribute": "Bottes" + }, + { + "displayName": "thighhighs_under_boots", + "langName": "bas sous les bottes", + "object": "Vêtements", + "attribute": "Bottes" + }, + { + "displayName": "combat_boots", + "langName": "bottes de combat", + "object": "Vêtements", + "attribute": "Bottes" + }, + { + "displayName": "doc_martens", + "langName": "bottes en martin", + "object": "Vêtements", + "attribute": "Bottes" + }, + { + "displayName": "rain_boots", + "langName": "bottes de pluie", + "object": "Vêtements", + "attribute": "Bottes" + }, + { + "displayName": "belt_boots", + "langName": "ceinture bottes", + "object": "Vêtements", + "attribute": "Bottes" + }, + { + "displayName": "fur_boots", + "langName": "bottes de fourrure décontractées à petit talon", + "object": "Vêtements", + "attribute": "Bottes" + }, + { + "displayName": "single_boot", + "langName": "Un pied sans botte", + "object": "Vêtements", + "attribute": "Bottes" + }, + { + "displayName": "wide_sleeves", + "langName": "manches larges", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "single_sleeve", + "langName": "manchon simple", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "asymmetrical_sleeves", + "langName": "manches asymétriques", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "puffy_sleeves", + "langName": "manches bouffantes", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "puffy_long_sleeves", + "langName": "manches longues bouffantes", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "puffy_short_sleeves", + "langName": "manches courtes bouffantes", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "frilled_sleeves", + "langName": "bord des manches à volants", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "juliet_sleeves", + "langName": "Manches Juliet", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "bandaged_arm", + "langName": "bras bandé", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "raglan_sleeves", + "langName": "Manches raglan", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "vambraces", + "langName": "Armure inférieure", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "layered_sleeves", + "langName": "manches superposées", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "fur-trimmed_sleeves", + "langName": "manches à bord brut", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "see-through_sleeves", + "langName": "Manches transparentes", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "torn_sleeves", + "langName": "manches déchirées", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "sleeves_past_fingers", + "langName": "Manches plus longues que les doigts", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "sleeves_past_wrists", + "langName": "Manches au-dessus du poignet", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "sleeves_past_elbows", + "langName": "Manches au-dessus du coude", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "sleeves_pushed_up", + "langName": "manches retroussées", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "arm_out_of_sleeve", + "langName": "les bras dans les manches", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "uneven_sleeves", + "langName": "manches inégales", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "mismatched_sleeves", + "langName": "manches dépareillées", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "sleeve_rolled_up", + "langName": "manches retroussées", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "sleeves_rolled_up", + "langName": "Une manche retroussée", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "feather-trimmed_sleeves", + "langName": "Manches garnies de plumes", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "lace-trimmed_sleeves", + "langName": "manches en dentelle", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "pinching_sleeves", + "langName": "Pincez vos manches", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "puffy_detached_sleeves", + "langName": "manches bouffantes", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "ribbed_sleeves", + "langName": "manches côtelées", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "single_detached_sleeve", + "langName": "Manche qui reste d'un côté", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "sleeves_folded_up", + "langName": "manches pliées", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "striped_sleeves", + "langName": "manches rayées", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "armband", + "langName": "brassard (brassard)", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "armlet", + "langName": "bracelet de bras", + "object": "Vêtements", + "attribute": "Bras" + }, + { + "displayName": "halo", + "langName": "auréole au-dessus de la tête", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "mechanical_halo", + "langName": "Halo mécanique", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "headwear", + "langName": "couvre-chef", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "headpiece", + "langName": "couvre-chef", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "headwear_removed", + "langName": "Coiffure enlevée", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "head_wreath", + "langName": "corolle", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "crown", + "langName": "couronne", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "mini_crown", + "langName": "mini-couronne", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "tiara", + "langName": "couronne", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "diadem", + "langName": "Idem que ci-dessus", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "tilted_headwear", + "langName": "coiffe inclinée", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "head_fins", + "langName": "Nageoire céphalique", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "maid_headdress", + "langName": "Diadème de jeune fille", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "bridal_veil", + "langName": "voile de mariée", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "headband", + "langName": "bandeau", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "alternate_headwear", + "langName": "Un couvre-chef différent de celui d'origine", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "fur-trimmed_headwear", + "langName": "chapeaux à bords bruts", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "goggles_on_headwear", + "langName": "lunettes sur le chapeau", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "earphones", + "langName": "écouteur", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "earmuffs", + "langName": "protège-oreilles", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "xx_on_head", + "langName": "xx sur la tête", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "leaf_on_head", + "langName": "feuilles sur la tête", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "triangular_headpiece", + "langName": "coiffe triangulaire", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "forehead_protector", + "langName": "protecteur frontal", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "radio_antenna", + "langName": "antenne", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "animal_hood", + "langName": "capuchon d'oreille pour animaux", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "bald", + "langName": "Chauve", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "bandana", + "langName": "foulard", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "circlet", + "langName": "couronne", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "hachimaki", + "langName": "turban (nom)", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "helm", + "langName": "le port du casque", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "helmet_removed", + "langName": "casque enlevé | casque enlevé", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "horned_helmet", + "langName": "casque à cornes", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "japari_bun", + "langName": "Petits pains à la vapeur du Japon", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "kerchief", + "langName": "turban carré", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "mami_mogu_mogu", + "langName": "Terrier décapité d'Asami", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "skull_and_crossbones", + "langName": "Tête de mort (pirate, danger, avertissement)", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "turban", + "langName": "foulard musulman", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "headdress", + "langName": "Couvre-chefs (plus général)", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "bear_hair_ornament", + "langName": "couvre-chef imprimé ours", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "brown_headwear", + "langName": "Diadème marron", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "horned_headwear", + "langName": "coiffe en corne", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "horns_through_headwear", + "langName": "Une coiffe avec des trous pour les cornes", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "no_headwear", + "langName": "Coiffure (existante) enlevée", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "object_on_head", + "langName": "Il y a autre chose qu'un couvre-chef sur la tête", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "print_headwear", + "langName": "Coiffure imprimée", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "bone_hair_ornament", + "langName": "bijoux en forme d'os", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "bunny_hair_ornament", + "langName": "Bijoux en forme de lapin", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "horn_ornament", + "langName": "Ornements sur les coins", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "animal_on_head", + "langName": "animal sur la tête", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "behind-the-head_headphones", + "langName": "Casques portés à l'arrière de la tête", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "bird_on_head", + "langName": "oiseau sur la tête", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "cat_ear_headphones", + "langName": "écouteurs pour chats", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "cat_on_head", + "langName": "chat couché sur la tête", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "eyewear_on_head", + "langName": "Lunettes sur la tête", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "forehead_kiss", + "langName": "embrasser le front", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "forehead-to-forehead", + "langName": "d'un front à l'autre", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "goggles_on_head", + "langName": "Porter des lunettes de protection sur la tête", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "head_bump", + "langName": "Fagot sur la tête", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "head_mounted_display", + "langName": "Port d'un dispositif d'affichage monté sur la tête", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "head_out_of_frame", + "langName": "Une partie de la tête n'est pas dessinée dans le cadre", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "head_rest", + "langName": "tête d'oreiller | tête de support", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "head_wings", + "langName": "Il y a des ailes sur la tête", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "headgear", + "langName": "Accessoires de tête (contenant certains éléments de science-fiction)", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "headphones", + "langName": "écouteur", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "heads-up_display", + "langName": "Barre d'état (style jeu et science-fiction)", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "headset", + "langName": "Casques d'écoute", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "inter_headset", + "langName": "Connecteur neuronal EVA", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "on_head", + "langName": "sur la tête", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "person_on_head", + "langName": "Le petit homme est sur la tête", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "single_head_wing", + "langName": "Il y a des ailes d'un côté de la tête", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "adjusting_headwear", + "langName": "mettre de l'ordre dans les couvre-chefs", + "object": "Accessoires", + "attribute": "Coiffure" + }, + { + "displayName": "hair_ribbon", + "langName": "bandeau", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "hairband", + "langName": "carte d'émission", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "hair_tie", + "langName": "bandeau", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "lolita_hairband", + "langName": "bandeau lolita", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "frilled_hairband", + "langName": "Bandeau à volants", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "lace-trimmed_hairband", + "langName": "bandeau en dentelle", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "hair_bobbles", + "langName": "bandeau", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "hair_ornament", + "langName": "accessoires pour cheveux", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "hair_flower", + "langName": "fleur de cheveux", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "x_hair_ornament", + "langName": "accessoires pour cheveux", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "hair_bow", + "langName": "accessoires pour cheveux avec noeud", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "frog_hair_ornament", + "langName": "accessoires pour cheveux grenouille", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "heart_hair_ornament", + "langName": "accessoires pour cheveux en forme de coeur", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "butterfly_hair_ornament", + "langName": "accessoires pour cheveux en forme de papillon", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "star_hair_ornament", + "langName": "accessoires pour cheveux en forme d'étoile", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "food-themed_hair_ornament", + "langName": "Accessoires pour cheveux sur le thème de la nourriture", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "anchor_hair_ornament", + "langName": "accessoires de coiffure ancre", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "bat_hair_ornament", + "langName": "accessoires pour cheveux chauve-souris", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "carrot_hair_ornament", + "langName": "accessoires pour cheveux en forme de carotte", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "cat_hair_ornament", + "langName": "Accessoires pour poils de chat", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "clover_hair_ornament", + "langName": "accessoires pour cheveux en trèfle", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "hair pink flowers", + "langName": "fleurs roses dans les cheveux", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "crescent_hair_ornament", + "langName": "Accessoires pour cheveux en forme de croissant", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "cross_hair_ornament", + "langName": "accessoires pour cheveux en croix", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "d-pad_hair_ornament", + "langName": "Direction : accessoires de coiffure clés", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "fish_hair_ornament", + "langName": "accessoires pour cheveux en forme de poisson", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "hairpods", + "langName": "Paires d'accessoires capillaires Bluetooth sans fil sur les cheveux", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "leaf_hair_ornament", + "langName": "accessoires pour cheveux en forme de feuilles", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "musical_note_hair_ornament", + "langName": "accessoires pour cheveux en forme de notes de musique", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "pumpkin_hair_ornament", + "langName": "accessoires pour cheveux en forme de citrouille", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "skull_hair_ornament", + "langName": "accessoires pour cheveux en forme de tête de mort", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "snake_hair_ornament", + "langName": "Accessoires pour cheveux serpent | Accessoires pour cheveux grenouille", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "snowflake_hair_ornament", + "langName": "accessoires de coiffure flocon de neige", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "strawberry_hair_ornament", + "langName": "accessoires pour cheveux à la fraise", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "sunflower_hair_ornament", + "langName": "accessoires de coiffure en forme de tournesol", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "hairpin", + "langName": "épingle à cheveux", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "hairclip", + "langName": "épingle à cheveux", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "hair_tubes", + "langName": "tube capillaire", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "hair_stick", + "langName": "Bâton pour les cheveux", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "hair_bell", + "langName": "sonner une cloche", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "hair_rings", + "langName": "Attache-cheveux", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "kanzashi", + "langName": "épingle à cheveux", + "object": "Accessoires", + "attribute": "Accessoires pour cheveux" + }, + { + "displayName": "hood", + "langName": "capuchon", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "hat", + "langName": "chapeau", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "no_hat", + "langName": "pas de chapeau", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "beret", + "langName": "béret", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "mini_top_hat", + "langName": "mini chapeau", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "party_hat", + "langName": "chapeau de fête", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "sailor_hat", + "langName": "chapeau de marin", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "santa_hat", + "langName": "chapeau de père Noël", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "fedora", + "langName": "chapeau fedora", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "witch_hat", + "langName": "chapeau de sorcière", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "mini_witch_hat", + "langName": "Mini chapeau de sorcière", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "wizard_hat", + "langName": "chapeau de sorcier", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "sun_hat", + "langName": "chapeau de soleil", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "straw_hat", + "langName": "chapeau de paille", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "top_hat", + "langName": "chapeau haut de forme", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "bucket_hat", + "langName": "chapeau baquet", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "beanie", + "langName": "bonnet en polaire", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "large_hat", + "langName": "grand chapeau", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "tokin_hat", + "langName": "chapeau haut de forme", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "mini_hat", + "langName": "mini chapeau", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "bowler_hat", + "langName": "chapeau melon", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "pillbox_hat", + "langName": "capuchon de boîte à pilules", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "cloche_hat", + "langName": "chapeau cloche", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "military_hat", + "langName": "casquette militaire", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "police_hat", + "langName": "chapeau de police", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "chef_hat", + "langName": "toque de chef", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "cowboy_hat", + "langName": "chapeau de cow-boy", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "school_hat", + "langName": "capuchon d'école", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "pirate_hat", + "langName": "chapeau de pirate", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "cabbie_hat", + "langName": "chapeau de chauffeur de taxi", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "hardhat", + "langName": "casque", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "rice_hat", + "langName": "chapeau en bambou", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "animal_hat", + "langName": "chapeau d'animal", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "fur_hat", + "langName": "chapeau en cuir", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "hat_with_ears", + "langName": "chapeau avec oreilles", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "bobblehat", + "langName": "chapeau à bulles", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "pillow_hat", + "langName": "Chapeau d'oreiller", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "pumpkin_hat", + "langName": "chapeau de citrouille", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "torn_hat", + "langName": "chapeau déchiré", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "backwards_hat", + "langName": "chapeau inversé", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "bowl_hat", + "langName": "chapeau en forme de bol", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "cat_hat", + "langName": "chapeau à oreilles de chat", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "cap", + "langName": "casquette à visière", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "nurse_cap", + "langName": "bonnet d'infirmière", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "baseball_cap", + "langName": "casquette de baseball", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "jester_cap", + "langName": "chapeau de clown", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "side_cap", + "langName": "chapeau latéral", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "garrison_cap", + "langName": "chapeau de garnison", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "flat_cap", + "langName": "casquette à visière", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "mob_cap", + "langName": "chapeau de mafieux", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "newsboy_cap", + "langName": "Chapeau Newsboy", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "bowknot_over_white_beret", + "langName": "Noeud sur béret blanc", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "dixie_cup_hat", + "langName": "chapeau à écuelle pour chien", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "hat_bow", + "langName": "chapeau avec noeud", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "hat_feather", + "langName": "chapeau avec plumes", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "hat_flower", + "langName": "chapeau à fleurs", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "hat_ornament", + "langName": "chapeau avec ornements", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "hat_over_one_eye", + "langName": "Le chapeau couvre un œil", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "hat_removed", + "langName": "le chapeau est enlevé | le chapeau est enlevé", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "hat_ribbon", + "langName": "chapeau avec ruban", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "hat_tip", + "langName": "Tenir le bord du chapeau", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "hatching_(texture)", + "langName": "Ombrage au trait (texture)", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "hatsune_miku_(cosplay)", + "langName": "cos en Hatsune Miku", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "porkpie_hat", + "langName": "Chapeau taoïste", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "sideways_hat", + "langName": "La visière est coupée sur le côté", + "object": "Accessoires", + "attribute": "Chapeau" + }, + { + "displayName": "glasses", + "langName": "Lunettes", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "eyewear", + "langName": "L'œil", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "monocle", + "langName": "monocle", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "under-rim_eyewear", + "langName": "verres cerclés", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "rimless_eyewear", + "langName": "lunettes sans monture", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "semi-rimless_eyewear", + "langName": "Lunettes semi-sans monture", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "red-framed_eyewear", + "langName": "lunettes à monture rouge", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "round_eyewear", + "langName": "lunettes à monture ronde", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "black-framed_eyewear", + "langName": "lunettes à monture noire", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "tinted_eyewear", + "langName": "verres teintés", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "medical_eyepatch", + "langName": "masque médical pour les yeux", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "bandage_over_one_eye", + "langName": "bandage d'un œil", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "crooked_eyewear", + "langName": "lunettes de travers", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "eyewear_removed", + "langName": "enlever les lunettes", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "sunglasses", + "langName": "Lunettes de soleil (couvrant les yeux)", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "reflection glasses", + "langName": "Lunettes de soleil (yeux visibles)", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "goggles", + "langName": "lunettes de protection", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "Blindfold", + "langName": "masque pour les yeux", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "eyepatch", + "langName": "Cache-œil (un œil)", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "bespectacled", + "langName": "porter des lunettes", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "blue-framed_eyewear", + "langName": "lunettes à monture bleue", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "brown-framed_eyewear", + "langName": "lunettes à monture marron", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "coke-bottle_glasses", + "langName": "Des verres ronds aussi épais que des fonds de bouteilles en verre", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "no_eyewear", + "langName": "Verres enlevés (existants)", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "opaque_glasses", + "langName": "Lunettes ne laissant pas apparaître les yeux", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "over-rim_eyewear", + "langName": "Demi-lune inférieure sans monture", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "pince-nez", + "langName": "pince-nez | lunettes sans jambe", + "object": "Accessoires", + "attribute": "Lunettes" + }, + { + "displayName": "mask", + "langName": "masque", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "half_mask", + "langName": "demi-masque", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "masked", + "langName": "masqué", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "mask_lift", + "langName": "Soulever le masque", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "mask_on_head", + "langName": "Le masque se relève sur la tête", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "mask_removed", + "langName": "Masque enlevé", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "mouth_mask", + "langName": "Masque pour le visage", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "surgical_mask", + "langName": "masque médical", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "plague_doctor_mask", + "langName": "Masque du médecin de la peste", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "gas_mask", + "langName": "masque à gaz", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "visor", + "langName": "Masque de protection | Visière | Pare-soleil", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "fox_mask", + "langName": "masque de renard", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "diving_mask", + "langName": "masque de plongée", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "diving_mask_on_head", + "langName": "Masque de plongée monté sur la tête", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "oni_mask", + "langName": "masque de fantôme", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "tengu_mask", + "langName": "Masque de Tengu", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "ninja_mask", + "langName": "masque de ninja", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "skull_mask", + "langName": "masque de crâne", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "hockey_mask", + "langName": "masque de hockey", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "bird_mask", + "langName": "masque d'oiseau", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "stone_mask", + "langName": "visage de fantôme en pierre", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "horse_mask", + "langName": "masque de cheval", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "masquerade_mask", + "langName": "masque de mascarade", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "domino_mask", + "langName": "Masque SM", + "object": "Accessoires", + "attribute": "Masque" + }, + { + "displayName": "cross_earrings", + "langName": "boucles d'oreilles en croix", + "object": "Accessoires", + "attribute": "Boucle d'oreille" + }, + { + "displayName": "crystal_earrings", + "langName": "boucles d'oreilles en cristal", + "object": "Accessoires", + "attribute": "Boucle d'oreille" + }, + { + "displayName": "earrings", + "langName": "boucles d'oreilles", + "object": "Accessoires", + "attribute": "Boucle d'oreille" + }, + { + "displayName": "flower_earrings", + "langName": "boucles d'oreilles fleurs", + "object": "Accessoires", + "attribute": "Boucle d'oreille" + }, + { + "displayName": "heart_earrings", + "langName": "boucles d'oreilles en forme de cœur", + "object": "Accessoires", + "attribute": "Boucle d'oreille" + }, + { + "displayName": "hoop_earrings", + "langName": "boucles d'oreilles", + "object": "Accessoires", + "attribute": "Boucle d'oreille" + }, + { + "displayName": "multiple_earrings", + "langName": "boucles d'oreilles multiples", + "object": "Accessoires", + "attribute": "Boucle d'oreille" + }, + { + "displayName": "pill_earrings", + "langName": "Boucles d'oreilles en forme de pilule", + "object": "Accessoires", + "attribute": "Boucle d'oreille" + }, + { + "displayName": "single_earring", + "langName": "Port de boucles d'oreilles d'un seul côté", + "object": "Accessoires", + "attribute": "Boucle d'oreille" + }, + { + "displayName": "skull_earrings", + "langName": "boucles d'oreilles tête de mort", + "object": "Accessoires", + "attribute": "Boucle d'oreille" + }, + { + "displayName": "star_earrings", + "langName": "boucles d'oreilles étoile", + "object": "Accessoires", + "attribute": "Boucle d'oreille" + }, + { + "displayName": "crescent earrings", + "langName": "Boucles d'oreilles croissant de lune", + "object": "Accessoires", + "attribute": "Boucle d'oreille" + }, + { + "displayName": "wristwatch", + "langName": "regarder", + "object": "Accessoires", + "attribute": "Bijoux de main" + }, + { + "displayName": "cane", + "langName": "canne", + "object": "Accessoires", + "attribute": "Bijoux de main" + }, + { + "displayName": "staff", + "langName": "baguette magique", + "object": "Accessoires", + "attribute": "Bijoux de main" + }, + { + "displayName": "holding a golden staff", + "langName": "sceptre d'or", + "object": "Accessoires", + "attribute": "Bijoux de main" + }, + { + "displayName": "cuffs", + "langName": "pilori", + "object": "Accessoires", + "attribute": "Bijoux de main" + }, + { + "displayName": "handcuffs", + "langName": "menottes de police", + "object": "Accessoires", + "attribute": "Bijoux de main" + }, + { + "displayName": "revolver", + "langName": "revolver", + "object": "Accessoires", + "attribute": "Bijoux de main" + }, + { + "displayName": "bandage", + "langName": "bandage", + "object": "Accessoires", + "attribute": "Bijoux de main" + }, + { + "displayName": "leash", + "langName": "ceinture", + "object": "Accessoires", + "attribute": "Bijoux de main" + }, + { + "displayName": "arm_tattoo", + "langName": "tatouage du bras", + "object": "Accessoires", + "attribute": "Bijoux de main" + }, + { + "displayName": "number_tattoo", + "langName": "tatouage numérique", + "object": "Accessoires", + "attribute": "Bijoux de main" + }, + { + "displayName": "bead_bracelet", + "langName": "bracelet de perles", + "object": "Accessoires", + "attribute": "Bijoux de main" + }, + { + "displayName": "flower_bracelet", + "langName": "bracelet à fleurs", + "object": "Accessoires", + "attribute": "Bijoux de main" + }, + { + "displayName": "spiked_bracelet", + "langName": "bracelet clouté", + "object": "Accessoires", + "attribute": "Bijoux de main" + }, + { + "displayName": "wrist_cuffs", + "langName": "Poignets séparés des manches", + "object": "Accessoires", + "attribute": "Bijoux de main" + }, + { + "displayName": "wristband", + "langName": "bracelet", + "object": "Accessoires", + "attribute": "Bijoux de main" + }, + { + "displayName": "bracer", + "langName": "orthèses de poignet", + "object": "Accessoires", + "attribute": "Bijoux de main" + }, + { + "displayName": "bound_wrists", + "langName": "poignet liant", + "object": "Accessoires", + "attribute": "Bijoux de main" + }, + { + "displayName": "wrist_scrunchie", + "langName": "Attaches pour cheveux au poignet", + "object": "Accessoires", + "attribute": "Bijoux de main" + }, + { + "displayName": "shackles", + "langName": "menottes", + "object": "Accessoires", + "attribute": "Bijoux de main" + }, + { + "displayName": "chains", + "langName": "chaîne", + "object": "Accessoires", + "attribute": "Bijoux de main" + }, + { + "displayName": "chain_leash", + "langName": "Chaîne avec laisse", + "object": "Accessoires", + "attribute": "Bijoux de main" + }, + { + "displayName": "gloves", + "langName": "Gants", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "gloves_removed", + "langName": "enlever les gants", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "no_gloves", + "langName": "Gants enlevés (existants)", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "single_glove", + "langName": "gant simple", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "single_elbow_glove", + "langName": "Port d'un gant à une main jusqu'au coude", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "long_gloves", + "langName": "gants longs", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "elbow_gloves", + "langName": "Gants à manches longues (gants de coude)", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "bridal_gauntlets", + "langName": "gants de mariée", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "half_gloves", + "langName": "gants très courts | demi-gants", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "fingerless_gloves", + "langName": "gants sans doigts", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "partially_fingerless_gloves", + "langName": "Gants sans doigts partiels", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "paw_gloves", + "langName": "Gants à griffes (gants à doigts)", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "mittens", + "langName": "Moufles (gants à deux doigts)", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "baseball_mitt", + "langName": "gant de baseball", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "fur-trimmed_gloves", + "langName": "gants à bords bruts", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "latex_gloves", + "langName": "gants en latex", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "lace-trimmed_gloves", + "langName": "gants en dentelle", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "wears a pair of white lace gloves", + "langName": "gants en dentelle blanche", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "leather_gloves", + "langName": "gants en cuir", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "frilled_gloves", + "langName": "gants en dentelle", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "mismatched_gloves", + "langName": "Gants bicolores", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "multicolored_gloves", + "langName": "Gants multicolores", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "asymmetrical_gloves", + "langName": "gants asymétriques", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "brown_gloves", + "langName": "gants bruns", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "oven_mitts", + "langName": "Gants isolés", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "print_gloves", + "langName": "gants imprimés", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "striped_gloves", + "langName": "gants rayés", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "torn_gloves", + "langName": "gants endommagés", + "object": "Accessoires", + "attribute": "Gants" + }, + { + "displayName": "wedding_band", + "langName": "alliance de mariage", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "crystal", + "langName": "cristal", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "gem", + "langName": "pierre précieuse", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "chest_jewel", + "langName": "Pierre précieuse pour la poitrine", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "forehead_jewel", + "langName": "pierre précieuse du front", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "tassel", + "langName": "pompon", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "belly_chain", + "langName": "chaîne ventrale", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "ribbon", + "langName": "ruban", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "stitches", + "langName": "coutures", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "bandaid", + "langName": "pansement", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "collar", + "langName": "collier", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "steam", + "langName": "vapeur", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "bell", + "langName": "cloche", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "amulet", + "langName": "amulette", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "emblem", + "langName": "badge", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "anchor_symbol", + "langName": "symbole de l'ancre", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "cross", + "langName": "croiser", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "diffraction_spikes", + "langName": "croix de diffraction", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "iron_cross", + "langName": "Croix de fer", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "latin_cross", + "langName": "croix latine", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "st._gloriana's_(emblem)", + "langName": "Gloria Anna Girls' School emblème de l'école", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "heart_lock_(kantai_collection)", + "langName": "Écluse de la fille du navire (navire C)", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "joints", + "langName": "conjoint", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "kneepits", + "langName": "genou", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "knee_pads", + "langName": "Genouillères", + "object": "Accessoires", + "attribute": "Petite décoration" + }, + { + "displayName": "bracelet", + "langName": "Bracelet", + "object": "Accessoires", + "attribute": "Bijoux" + }, + { + "displayName": "choker", + "langName": "collier", + "object": "Accessoires", + "attribute": "Bijoux" + }, + { + "displayName": "metal collar", + "langName": "collier métallique", + "object": "Accessoires", + "attribute": "Bijoux" + }, + { + "displayName": "ring", + "langName": "anneau", + "object": "Accessoires", + "attribute": "Bijoux" + }, + { + "displayName": "pendant", + "langName": "pendentif", + "object": "Accessoires", + "attribute": "Bijoux" + }, + { + "displayName": "brooch", + "langName": "broche", + "object": "Accessoires", + "attribute": "Bijoux" + }, + { + "displayName": "bangle", + "langName": "bracelet", + "object": "Accessoires", + "attribute": "Bijoux" + }, + { + "displayName": "sunburst", + "langName": "bijoux en forme d'arc-en-ciel", + "object": "Accessoires", + "attribute": "Bijoux" + }, + { + "displayName": "pearl bracelet", + "langName": "bracelet en perles", + "object": "Accessoires", + "attribute": "Bijoux" + }, + { + "displayName": "drop earrings", + "langName": "boucle d'oreille", + "object": "Accessoires", + "attribute": "Bijoux" + }, + { + "displayName": "puppet rings", + "langName": "anneau de marionnette", + "object": "Accessoires", + "attribute": "Bijoux" + }, + { + "displayName": "corsage", + "langName": "corsage", + "object": "Accessoires", + "attribute": "Bijoux" + }, + { + "displayName": "sapphire brooch", + "langName": "Broche en saphir", + "object": "Accessoires", + "attribute": "Bijoux" + }, + { + "displayName": "jewelry", + "langName": "bijoux", + "object": "Accessoires", + "attribute": "Bijoux" + }, + { + "displayName": "necklace", + "langName": "collier", + "object": "Accessoires", + "attribute": "Bijoux" + }, + { + "displayName": "stud_earrings", + "langName": "boucles d'oreilles", + "object": "Accessoires", + "attribute": "Bijoux" + }, + { + "displayName": "belt", + "langName": "ceinture", + "object": "Accessoires", + "attribute": "Accessoires" + }, + { + "displayName": "fanny pack", + "langName": "sac banane", + "object": "Accessoires", + "attribute": "Accessoires" + }, + { + "displayName": "girdling", + "langName": "gaine", + "object": "Accessoires", + "attribute": "Accessoires" + }, + { + "displayName": "handbag", + "langName": "sac à main", + "object": "Accessoires", + "attribute": "Accessoires" + }, + { + "displayName": "cross-body bag", + "langName": "sac à bandoulière", + "object": "Accessoires", + "attribute": "Accessoires" + }, + { + "displayName": "One shoulder bag", + "langName": "sac à bandoulière", + "object": "Accessoires", + "attribute": "Accessoires" + }, + { + "displayName": "Canvas bag", + "langName": "sac en toile", + "object": "Accessoires", + "attribute": "Accessoires" + }, + { + "displayName": "veils", + "langName": "voile", + "object": "Accessoires", + "attribute": "Accessoires" + }, + { + "displayName": "antiseptic mask", + "langName": "Masque pour le visage", + "object": "Accessoires", + "attribute": "Accessoires" + }, + { + "displayName": "transparent_background", + "langName": "Fond transparent", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "white_background", + "langName": "fond blanc", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "black_background", + "langName": "fond noir", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "grey_background", + "langName": "fond gris", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "tan_background", + "langName": "fond sépia", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "beige_background", + "langName": "fond beige", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "brown_background", + "langName": "fond brun", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "two-tone_background", + "langName": "fond duotone", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "multicolored_background", + "langName": "fond coloré", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "rainbow_background", + "langName": "fond arc-en-ciel", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "blurry_foreground", + "langName": "Premier plan flou", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "gradient_background", + "langName": "fond dégradé", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "abstract_background", + "langName": "fond abstrait", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "argyle_background", + "langName": "fond de losange", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "checkered_background", + "langName": "Fond à carreaux", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "floral_background", + "langName": "Fond décoré de fleurs", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "foral_background", + "langName": "Motif floral décoratif en arrière-plan", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "striped_background", + "langName": "arrière-plan des taches rondes", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "cyberpunk", + "langName": "cyberpunk", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "scenery", + "langName": "paysage", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "city_lights", + "langName": "arrière-plan des lumières de la ville", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "starry_background", + "langName": "fond de ciel étoilé", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "sparkle_background", + "langName": "fond étoilé scintillant", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "bubble_background", + "langName": "Fond de bulles", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "clock_background", + "langName": "fond d'horloge", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "halftone_background", + "langName": "fond à motifs de points", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "heart_background", + "langName": "fond pêche", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "honeycomb_background", + "langName": "Arrière-plan de style nid d'abeille", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "plaid_background", + "langName": "fond écossais", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "simple_background", + "langName": "arrière-plan simple", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "ban", + "langName": "Fantaisie technologique", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "crop_top_overhang", + "langName": "Débordement du haut du pantalon", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "viewfinder", + "langName": "viseur d'appareil photo", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "rounded_corners", + "langName": "L'arrière-plan ou le cadre a des coins arrondis", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "border", + "langName": "cadre", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "outside_border", + "langName": "Une partie de la peinture se trouve en dehors du cadre de l'arrière-plan", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "pillarboxed", + "langName": "toile de fond à colonnes", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "windowboxed", + "langName": "Jeu de cadres (fond)", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "flashback", + "langName": "scène de rappel", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "background_text", + "langName": "texte de fond", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "wall_of_text", + "langName": "arrière-plan du texte", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "blurred background", + "langName": "arrière-plan flou", + "object": "Environnement", + "attribute": "Contexte" + }, + { + "displayName": "in spring", + "langName": "printemps", + "object": "Environnement", + "attribute": "Saison" + }, + { + "displayName": "in summer", + "langName": "été", + "object": "Environnement", + "attribute": "Saison" + }, + { + "displayName": "in autumn", + "langName": "Automne", + "object": "Environnement", + "attribute": "Saison" + }, + { + "displayName": "in winter", + "langName": "l'hiver", + "object": "Environnement", + "attribute": "Saison" + }, + { + "displayName": "(autumn maple forest:1.3),(very few fallen leaves),(path)", + "langName": "Paysage d'automne", + "object": "Environnement", + "attribute": "Saison" + }, + { + "displayName": "day", + "langName": "jour", + "object": "Environnement", + "attribute": "Météo" + }, + { + "displayName": "dusk", + "langName": "crépuscule", + "object": "Environnement", + "attribute": "Météo" + }, + { + "displayName": "night", + "langName": "nuit", + "object": "Environnement", + "attribute": "Météo" + }, + { + "displayName": "rain", + "langName": "pluie", + "object": "Environnement", + "attribute": "Météo" + }, + { + "displayName": "snow,ice", + "langName": "glace et neige", + "object": "Environnement", + "attribute": "Météo" + }, + { + "displayName": "snowflakes", + "langName": "flocon de neige", + "object": "Environnement", + "attribute": "Météo" + }, + { + "displayName": "lighting", + "langName": "foudre", + "object": "Environnement", + "attribute": "Météo" + }, + { + "displayName": "rainbow", + "langName": "arc-en-ciel", + "object": "Environnement", + "attribute": "Météo" + }, + { + "displayName": "meteor shower", + "langName": "pluie de météores", + "object": "Environnement", + "attribute": "Météo" + }, + { + "displayName": "cloudy", + "langName": "partiellement nuageux", + "object": "Environnement", + "attribute": "Météo" + }, + { + "displayName": "rainy days", + "langName": "pluie", + "object": "Environnement", + "attribute": "Météo" + }, + { + "displayName": "in the rain", + "langName": "sous la pluie", + "object": "Environnement", + "attribute": "Météo" + }, + { + "displayName": "shooting star", + "langName": "météore", + "object": "Environnement", + "attribute": "Météo" + }, + { + "displayName": "smooth fog", + "langName": "brouillard doux", + "object": "Environnement", + "attribute": "Météo" + }, + { + "displayName": "thunderstorms", + "langName": "tempête", + "object": "Environnement", + "attribute": "Météo" + }, + { + "displayName": "stormy ocean", + "langName": "mer agitée", + "object": "Environnement", + "attribute": "Météo" + }, + { + "displayName": "ocean backdrop", + "langName": "fond marin", + "object": "Environnement", + "attribute": "Météo" + }, + { + "displayName": "lightning", + "langName": "foudre", + "object": "Environnement", + "attribute": "Météo" + }, + { + "displayName": "beautiful detailed sky, beautiful detailed water", + "langName": "Beau temps et bonne eau", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "beautiful purple sunset at beach", + "langName": "coucher de soleil en bord de mer", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "mountain", + "langName": "montagnes", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "hills", + "langName": "collines", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "on a hill", + "langName": "montagne", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "the top of the hill", + "langName": "sommet de la montagne", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "forest", + "langName": "forêt", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "grove", + "langName": "forêt", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "bamboo forest", + "langName": "forêt de bambous", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "Dreamy forest", + "langName": "Forêt de rêve (sens irréel, particules de lumière silencieuses)", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "savanna", + "langName": "prairie", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "plateau", + "langName": "plateau", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "valley", + "langName": "vallée", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "canyon", + "langName": "canyon", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "cliff", + "langName": "falaise", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "oasis", + "langName": "oasis", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "wasteland", + "langName": "friche", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "glacier", + "langName": "glacier", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "volcano", + "langName": "volcan", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "waterfall", + "langName": "Automne", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "stream", + "langName": "flux", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "river", + "langName": "rivière", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "lake", + "langName": "lac", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "ocean", + "langName": "océan", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "sea", + "langName": "mer", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "beach", + "langName": "bord de mer", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "on the beach", + "langName": "plage", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "over the sea", + "langName": "bord de mer", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "waves", + "langName": "vague", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "seaweed", + "langName": "algues", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "underwater", + "langName": "dans l'eau", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "floating island", + "langName": "île flottante", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "flowers meadows", + "langName": "Prairie fleurie", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "flower field", + "langName": "champ de fleurs", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "flower sea", + "langName": "Mer de fleurs", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "rose petals", + "langName": "pétales de rose", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "falling petals", + "langName": "fleurs tombées", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "in a meadow", + "langName": "prairie", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "field", + "langName": "rural", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "wheat field", + "langName": "champ de blé", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "rice paddy", + "langName": "paddy", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "onsen", + "langName": "spa", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "dripping", + "langName": "l'eau qui coule", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "swirl", + "langName": "tourbillon", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "ripples", + "langName": "ondulation", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "Alps", + "langName": "Alpes", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "on a desert", + "langName": "désert", + "object": "Environnement", + "attribute": "Nature" + }, + { + "displayName": "sky", + "langName": "Ciel", + "object": "Environnement", + "attribute": "Ciel" + }, + { + "displayName": "gradient_sky", + "langName": "ciel incliné", + "object": "Environnement", + "attribute": "Ciel" + }, + { + "displayName": "sunset", + "langName": "coucher de soleil", + "object": "Environnement", + "attribute": "Ciel" + }, + { + "displayName": "night_sky", + "langName": "ciel nocturne", + "object": "Environnement", + "attribute": "Ciel" + }, + { + "displayName": "starry_sky", + "langName": "ciel étoilé", + "object": "Environnement", + "attribute": "Ciel" + }, + { + "displayName": "star_(sky)", + "langName": "étoiles (dans le ciel)", + "object": "Environnement", + "attribute": "Ciel" + }, + { + "displayName": "star_trail", + "langName": "Trajectoires d'étoiles", + "object": "Environnement", + "attribute": "Ciel" + }, + { + "displayName": "moon", + "langName": "lune", + "object": "Environnement", + "attribute": "Ciel" + }, + { + "displayName": "crescent", + "langName": "croissant de lune", + "object": "Environnement", + "attribute": "Ciel" + }, + { + "displayName": "crescent_moon", + "langName": "nouvelle lune", + "object": "Environnement", + "attribute": "Ciel" + }, + { + "displayName": "full_moon", + "langName": "pleine lune", + "object": "Environnement", + "attribute": "Ciel" + }, + { + "displayName": "moonlight", + "langName": "clair de lune", + "object": "Environnement", + "attribute": "Ciel" + }, + { + "displayName": "scarlet_moon", + "langName": "lune écarlate", + "object": "Environnement", + "attribute": "Ciel" + }, + { + "displayName": "hyper_galaxy", + "langName": "super galaxie", + "object": "Environnement", + "attribute": "Ciel" + }, + { + "displayName": "universe", + "langName": "univers", + "object": "Environnement", + "attribute": "Ciel" + }, + { + "displayName": "space", + "langName": "espace", + "object": "Environnement", + "attribute": "Ciel" + }, + { + "displayName": "planet", + "langName": "planète", + "object": "Environnement", + "attribute": "Ciel" + }, + { + "displayName": "from_space_station", + "langName": "station spatiale", + "object": "Environnement", + "attribute": "Ciel" + }, + { + "displayName": "satellite", + "langName": "satellite", + "object": "Environnement", + "attribute": "Ciel" + }, + { + "displayName": "lunar", + "langName": "lunaire, _lunaire ;", + "object": "Environnement", + "attribute": "Ciel" + }, + { + "displayName": "cirrus", + "langName": "cirrus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "cirrocumulus", + "langName": "Cirrocumulus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "cirrostratus", + "langName": "cirrostratus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "altocumulus", + "langName": "Type d'altocumulus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "altostratus", + "langName": "Nuages d'altostratus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "stratus", + "langName": "stratus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "stratocumulus", + "langName": "Stratocumulus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "cumulus", + "langName": "cumulus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "cumulonimbus", + "langName": "cumulonimbus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "Nimbostratus", + "langName": "Nimbostratus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "cirrus_fibratus", + "langName": "Cirrus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "cirrus_uncinus", + "langName": "Cirrus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "cirrus_spissatus", + "langName": "cirrus dense", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "cirrus_floccus", + "langName": "Cirrus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "cirrus_castellanus", + "langName": "Fort Cirrus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "cirrus_intortus", + "langName": "nuages chaotiques", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "cirrocumulus_stratiformis", + "langName": "stratocumulus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "cirrocumulus_floccus", + "langName": "Cirrocumulus flocculus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "cirrocumulus_castellanus", + "langName": "Cirrocumulus castellus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "cirrocumulus_lacunosus", + "langName": "Cirrocumulus reticularis", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "cirrostratus_fibratus", + "langName": "Cirrostratus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "cirrostratus_nebulosus", + "langName": "cirrostratus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "altocumulus_strataformis", + "langName": "nuages altocumulus stratiformes", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "altocumulus_lenticularis", + "langName": "nuages altocumulus lenticulaires", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "altocumulus_castellanus", + "langName": "forteresse d'altocumulus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "altocumulus_floccus", + "langName": "nuages d'altocumulus floculés", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "altocumulus_lacunosus", + "langName": "altocumulus réticulaire", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "altostratus_undulatus", + "langName": "nuages altostratus ondulés", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "altostratus_duplicates", + "langName": "nuage composite altostratus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "altostratus_pannus", + "langName": "altostratus fragmenté", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "altostratus_translucidus", + "langName": "Nuages d'altostratus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "altostratus_opacus", + "langName": "nuages altostratus obscurcissants", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "altostratus_radiatus", + "langName": "nuages altostratus radiaux", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "altostratus_mammatus", + "langName": "nuages altostratus de mammifères", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "stratus_fractus", + "langName": "nuages stratus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "stratus_nebulosus", + "langName": "couche de brouillard nuages", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "stratus_undulatus", + "langName": "Wavestratus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "stratocumulus_stratiformis", + "langName": "stratocumulus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "stratocumulus_cumulogentis", + "langName": "cumulonimbus stratocumulus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "stratocumulus_castellanus", + "langName": "stratocumulus crénelés", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "stratocumulus_lenticularis", + "langName": "stratocumulus lenticulaires", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "stratocumulus_lacunosus", + "langName": "stratocumulus floculant", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "cumulus_humilis", + "langName": "Cumulus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "cumulus_mediocris", + "langName": "Nuages mésocumulus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "cumulus_congestus", + "langName": "Cumulus congestus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "cumulus_fractus", + "langName": "cumulus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "cumulonimbus_calvus", + "langName": "cumulonimbus chauve", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "cumulonimbus_capillatus", + "langName": "Crinière de cumulonimbus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "cumulonimbus_incus", + "langName": "Enclume de cumulonimbus", + "object": "Environnement", + "attribute": "Nuage" + }, + { + "displayName": "outdoors", + "langName": "extérieur", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "castle", + "langName": "château", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "cyberpunk city", + "langName": "ville cyberpunk", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "Bustling city", + "langName": "ville animée", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "neon lights", + "langName": "néons", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "street lamp", + "langName": "lampadaire", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "skyscraper", + "langName": "gratte-ciel", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "building", + "langName": "l'architecture", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "gothic architecture", + "langName": "Architecture gothique", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "chinese style architecture", + "langName": "Architecture de style ancien", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "Industrial wind, Chinese architecture", + "langName": "Bâtiments anciens industrialisés", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "church", + "langName": "église", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "cathedral", + "langName": "cathédrale", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "mosque", + "langName": "mosquée", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "torii", + "langName": "Torii", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "gohei", + "langName": "sanctuaire", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "temple", + "langName": "temple", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "ruins", + "langName": "reste", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "remains", + "langName": "épave", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "fountain", + "langName": "fontaine", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "park", + "langName": "jardin", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "treehouse", + "langName": "cabane dans les arbres", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "botanical garden", + "langName": "jardin botanique", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "grave", + "langName": "tombeau", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "graveyard", + "langName": "cimetière", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "tombstone", + "langName": "pierre tombale", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "monolith", + "langName": "énorme objet en pierre", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "rappelling", + "langName": "Mise à niveau (suspension)", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "harbor", + "langName": "port", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "bridge", + "langName": "pont", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "railroad tracks", + "langName": "rail", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "railroad", + "langName": "chemin de fer", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "railway", + "langName": "chemin de fer", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "train station", + "langName": "GARE", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "bus stop", + "langName": "gare routière", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "phone booth", + "langName": "cabine téléphonique", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "tunnel", + "langName": "tunnel", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "airport", + "langName": "Aéroport", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "ferris wheel", + "langName": "grande roue", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "carousel", + "langName": "carrousel", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "waterpark", + "langName": "parc aquatique", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "stadium", + "langName": "stade", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "arena", + "langName": "arène", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "Auditorium", + "langName": "salle", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "concert", + "langName": "concert", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "market stall", + "langName": "étal de marché", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "shop", + "langName": "boutique", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "restaurant", + "langName": "Restaurant", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "bakery", + "langName": "boulangerie", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "convenience store", + "langName": "magasin de proximité", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "supermarket", + "langName": "supermarché", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "pharmacy", + "langName": "pharmacie", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "bar", + "langName": "bar", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "izakaya", + "langName": "Izakaya", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "cafe", + "langName": "cafés", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "coffee house", + "langName": "cafés", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "Trapeze", + "langName": "suspension ; balançoire", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "bowling alley", + "langName": "bowling", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "gym", + "langName": "Gymnastique", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "library", + "langName": "bibliothèque", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "art gallery", + "langName": "galerie d'art", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "museum", + "langName": "musée", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "planetarium", + "langName": "Planétarium", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "swimming pool", + "langName": "piscine", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "zoo", + "langName": "zoo", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "aquarium", + "langName": "aquarium", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "laboratory", + "langName": "laboratoire", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "prison", + "langName": "prison", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "engine room", + "langName": "salle des machines", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "warehouse", + "langName": "entrepôt", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "workshop", + "langName": "atelier", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "courtroom", + "langName": "tribunal", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "theater", + "langName": "théâtre", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "movie theater", + "langName": "Cinéma", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "billiard", + "langName": "table de billard", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "casino", + "langName": "casino", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "playground", + "langName": "aire de jeux", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "greco-roman architectur", + "langName": "Architecture romaine occidentale", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "in the romanesque architecture streets", + "langName": "Rues romaines", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "handrail", + "langName": "garde-corps", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "shanty town/slum", + "langName": "bidonville", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "modern,Europe", + "langName": "Architecture européenne moderne", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "building_ruins", + "langName": "ruines de bâtiments", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "amusement_park", + "langName": "parc d'attractions", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "Disney_land", + "langName": "Disneyland", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "wrestling_ring", + "langName": "ring de lutte", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "Japanese_hotel", + "langName": "hôtel au japon", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "jail_bars", + "langName": "barreau de prison", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "in_the_movie_theatre", + "langName": "au cinéma", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "architecture", + "langName": "l'architecture", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "magnificent_architecture", + "langName": "l'architecture", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "east_asian_architecture", + "langName": "architecture de l'asie orientale", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "chinese_style_loft", + "langName": "Loft de style chinois", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "traditional_chinese_room", + "langName": "Chambre traditionnelle chinoise", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "turret", + "langName": "tour", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "tower", + "langName": "tour", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "at the lighthouse", + "langName": "phare", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "reservoir", + "langName": "réservoir", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "under_bridge", + "langName": "Sous le pont", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "rubble_ruins", + "langName": "décombres | ruines", + "object": "Environnement", + "attribute": "Extérieur" + }, + { + "displayName": "city", + "langName": "Ville", + "object": "Environnement", + "attribute": "Ville" + }, + { + "displayName": "downtown", + "langName": "centre ville", + "object": "Environnement", + "attribute": "Ville" + }, + { + "displayName": "cityscape", + "langName": "paysage urbain", + "object": "Environnement", + "attribute": "Ville" + }, + { + "displayName": "in_main_street", + "langName": "Avenue", + "object": "Environnement", + "attribute": "Ville" + }, + { + "displayName": "Intersection", + "langName": "intersection", + "object": "Environnement", + "attribute": "Ville" + }, + { + "displayName": "street", + "langName": "rue", + "object": "Environnement", + "attribute": "Ville" + }, + { + "displayName": "avenue", + "langName": "Rue principale", + "object": "Environnement", + "attribute": "Ville" + }, + { + "displayName": "alley", + "langName": "allée", + "object": "Environnement", + "attribute": "Ville" + }, + { + "displayName": "crowd", + "langName": "foule", + "object": "Environnement", + "attribute": "Ville" + }, + { + "displayName": "road", + "langName": "route", + "object": "Environnement", + "attribute": "Ville" + }, + { + "displayName": "path", + "langName": "chemin", + "object": "Environnement", + "attribute": "Ville" + }, + { + "displayName": "pavement", + "langName": "chaussée", + "object": "Environnement", + "attribute": "Ville" + }, + { + "displayName": "road_sign", + "langName": "panneau de signalisation", + "object": "Environnement", + "attribute": "Ville" + }, + { + "displayName": "traffic_cone", + "langName": "Barrage routier", + "object": "Environnement", + "attribute": "Ville" + }, + { + "displayName": "lamppost", + "langName": "lampadaire", + "object": "Environnement", + "attribute": "Ville" + }, + { + "displayName": "fence", + "langName": "clôture", + "object": "Environnement", + "attribute": "Ville" + }, + { + "displayName": "railing", + "langName": "garde-corps", + "object": "Environnement", + "attribute": "Ville" + }, + { + "displayName": "bench", + "langName": "banc", + "object": "Environnement", + "attribute": "Ville" + }, + { + "displayName": "lawn", + "langName": "pelouse", + "object": "Environnement", + "attribute": "Ville" + }, + { + "displayName": "vending_machine", + "langName": "distributeur automatique", + "object": "Environnement", + "attribute": "Ville" + }, + { + "displayName": "indoor", + "langName": "intérieur", + "object": "Environnement", + "attribute": "Intérieur" + }, + { + "displayName": "bedroom", + "langName": "chambre à coucher", + "object": "Environnement", + "attribute": "Intérieur" + }, + { + "displayName": "classroom", + "langName": "salle de classe", + "object": "Environnement", + "attribute": "Intérieur" + }, + { + "displayName": "clubroom", + "langName": "club", + "object": "Environnement", + "attribute": "Intérieur" + }, + { + "displayName": "dark nightclub background", + "langName": "fond de boîte de nuit", + "object": "Environnement", + "attribute": "Intérieur" + }, + { + "displayName": "dormitory", + "langName": "dortoir", + "object": "Environnement", + "attribute": "Intérieur" + }, + { + "displayName": "cafeteria", + "langName": "cafétéria", + "object": "Environnement", + "attribute": "Intérieur" + }, + { + "displayName": "kitchen", + "langName": "cuisine", + "object": "Environnement", + "attribute": "Intérieur" + }, + { + "displayName": "toilet stall", + "langName": "cabine de toilette", + "object": "Environnement", + "attribute": "Intérieur" + }, + { + "displayName": "infirmary", + "langName": "infirmerie", + "object": "Environnement", + "attribute": "Intérieur" + }, + { + "displayName": "art room", + "langName": "salle d'art", + "object": "Environnement", + "attribute": "Intérieur" + }, + { + "displayName": "greenhouse", + "langName": "serre", + "object": "Environnement", + "attribute": "Intérieur" + }, + { + "displayName": "basement", + "langName": "sous-sol", + "object": "Environnement", + "attribute": "Intérieur" + }, + { + "displayName": "server room", + "langName": "Salle des serveurs", + "object": "Environnement", + "attribute": "Intérieur" + }, + { + "displayName": "electrical room", + "langName": "Salle de distribution", + "object": "Environnement", + "attribute": "Intérieur" + }, + { + "displayName": "dungeon", + "langName": "sous-sol", + "object": "Environnement", + "attribute": "Intérieur" + }, + { + "displayName": "otaku room", + "langName": "Chambre d'otaku", + "object": "Environnement", + "attribute": "Intérieur" + }, + { + "displayName": "stage", + "langName": "scène", + "object": "Environnement", + "attribute": "Intérieur" + }, + { + "displayName": "bathing", + "langName": "salle de bain", + "object": "Environnement", + "attribute": "Intérieur" + }, + { + "displayName": "stairs", + "langName": "escaliers", + "object": "Environnement", + "attribute": "Intérieur" + }, + { + "displayName": "palace", + "langName": "palais", + "object": "Environnement", + "attribute": "Intérieur" + }, + { + "displayName": "bed", + "langName": "lit", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "wardrobe", + "langName": "Penderie", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "desk lamp", + "langName": "lampe de bureau", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "couch", + "langName": "canapé", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "tatami", + "langName": "Tatami", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "kotatsu", + "langName": "kotatsu", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "fireplace", + "langName": "cheminée", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "table", + "langName": "table", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "school_desk", + "langName": "bureau", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "chair", + "langName": "Président", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "armchair", + "langName": "fauteuil", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "lounge_chair", + "langName": "chaise longue", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "beach_chair", + "langName": "chaise de plage", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "folding_chair", + "langName": "chaise pliante", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "office_chair", + "langName": "chaise de bureau", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "wheelchair", + "langName": "fauteuil roulant", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "invisible_chair", + "langName": "chaise invisible", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "window_", + "langName": "fenêtre", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "sash", + "langName": "guillotine", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "curtains", + "langName": "rideau", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "sliding_doors", + "langName": "porte coulissante", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "door", + "langName": "Porte", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "clothes_rack", + "langName": "Porte-manteau", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "air_conditioner", + "langName": "climatiseur", + "object": "Environnement", + "attribute": "Mobilier" + }, + { + "displayName": "mattress", + "langName": "matelas ; matelas", + "object": "Environnement", + "attribute": "Literie" + }, + { + "displayName": "bed_sheet", + "langName": "feuille", + "object": "Environnement", + "attribute": "Literie" + }, + { + "displayName": "futon", + "langName": "Matelas japonais", + "object": "Environnement", + "attribute": "Literie" + }, + { + "displayName": "pillow", + "langName": "Oreiller", + "object": "Environnement", + "attribute": "Literie" + }, + { + "displayName": "cushion", + "langName": "coussin", + "object": "Environnement", + "attribute": "Literie" + }, + { + "displayName": "dumpling_Hug_Pillow", + "langName": "oreiller à boulettes", + "object": "Environnement", + "attribute": "Literie" + }, + { + "displayName": "pillow_hug", + "langName": "oreiller", + "object": "Environnement", + "attribute": "Literie" + }, + { + "displayName": "yes-no_pillow", + "langName": "Oui/Non Oreiller", + "object": "Environnement", + "attribute": "Literie" + }, + { + "displayName": "stuffed_animal", + "langName": "poupée en peluche", + "object": "Environnement", + "attribute": "Literie" + }, + { + "displayName": "stuffed_bunny", + "langName": "lapin en peluche", + "object": "Environnement", + "attribute": "Literie" + }, + { + "displayName": "carpet", + "langName": "tapis", + "object": "Environnement", + "attribute": "Literie" + }, + { + "displayName": "bathroom", + "langName": "salle de bain", + "object": "Environnement", + "attribute": "Salle de bains" + }, + { + "displayName": "shower_head", + "langName": "pommeau de douche", + "object": "Environnement", + "attribute": "Salle de bains" + }, + { + "displayName": "toilet", + "langName": "toilettes", + "object": "Environnement", + "attribute": "Salle de bains" + }, + { + "displayName": "squat_toilet", + "langName": "Toilettes accroupies", + "object": "Environnement", + "attribute": "Salle de bains" + }, + { + "displayName": "soap", + "langName": "Savon", + "object": "Environnement", + "attribute": "Salle de bains" + }, + { + "displayName": "tiles", + "langName": "carreaux de céramique", + "object": "Environnement", + "attribute": "Salle de bains" + }, + { + "displayName": "rubber_duck", + "langName": "canard en caoutchouc", + "object": "Environnement", + "attribute": "Salle de bains" + }, + { + "displayName": "bathtub,", + "langName": "baignoire", + "object": "Environnement", + "attribute": "Salle de bains" + }, + { + "displayName": "new year", + "langName": "nouvelle année", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "year of the rabbit", + "langName": "L'année du lapin", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "valentine", + "langName": "Saint-Valentin", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "lantern festival", + "langName": "Festival des lanternes", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "summer festival", + "langName": "festival d'été", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "tanabata", + "langName": "Festival de Qixi", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "mid-autumn festival", + "langName": "Fête de la mi-automne", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "halloween", + "langName": "Halloween", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "christmas", + "langName": "Noël", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "fireworks", + "langName": "feux d'artifice", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "explosion", + "langName": "exploser", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "water vapor", + "langName": "vapeur", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "liquid background, Sputtered water", + "langName": "fond liquide", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "in the ocean", + "langName": "coucher de soleil en bord de mer", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "magic circles", + "langName": "anneau magique", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "fluorescent mushroom forests background", + "langName": "Forêt de champignons fluorescents", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "(((colorful bubble)))", + "langName": "Bulles colorées", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "golden hour lighting", + "langName": "l'éclairage de l'heure dorée", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "strong rim light", + "langName": "Lumière de bord puissante", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "against backlight at dusk", + "langName": "Soirée dos au soleil", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "intense shadows", + "langName": "ombre forte", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "ceiling window", + "langName": "Fenêtres du sol au plafond", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "colourful glass", + "langName": "vitrail", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "stain glass", + "langName": "vitrail", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "Graffiti wall", + "langName": "mur de graffitis", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "mosaic background", + "langName": "fond mosaïque", + "object": "Environnement", + "attribute": "Atmosphère" + }, + { + "displayName": "notebook", + "langName": "carnet de notes", + "object": "Chose", + "attribute": "Fournitures scolaires" + }, + { + "displayName": "pencil", + "langName": "crayon", + "object": "Chose", + "attribute": "Fournitures scolaires" + }, + { + "displayName": "paintbrush", + "langName": "brosse", + "object": "Chose", + "attribute": "Fournitures scolaires" + }, + { + "displayName": "book", + "langName": "Livre", + "object": "Chose", + "attribute": "Fournitures scolaires" + }, + { + "displayName": "open_book", + "langName": "livre ouvert", + "object": "Chose", + "attribute": "Fournitures scolaires" + }, + { + "displayName": "book_stack", + "langName": "pile de livres", + "object": "Chose", + "attribute": "Fournitures scolaires" + }, + { + "displayName": "bookshelf", + "langName": "bibliothèque", + "object": "Chose", + "attribute": "Fournitures scolaires" + }, + { + "displayName": "school_bag", + "langName": "Sac d'école (sac à main)", + "object": "Chose", + "attribute": "Fournitures scolaires" + }, + { + "displayName": "backpack", + "langName": "Sac à dos", + "object": "Chose", + "attribute": "Fournitures scolaires" + }, + { + "displayName": "computer", + "langName": "ordinateur", + "object": "Chose", + "attribute": "Équipement numérique" + }, + { + "displayName": "mouse", + "langName": "souris", + "object": "Chose", + "attribute": "Équipement numérique" + }, + { + "displayName": "cellphone", + "langName": "téléphone portable", + "object": "Chose", + "attribute": "Équipement numérique" + }, + { + "displayName": "Smartphones", + "langName": "Smartphone", + "object": "Chose", + "attribute": "Équipement numérique" + }, + { + "displayName": "nintendo_switch", + "langName": "nintendo switch", + "object": "Chose", + "attribute": "Équipement numérique" + }, + { + "displayName": "handheld_game_console", + "langName": "console de jeu portable", + "object": "Chose", + "attribute": "Équipement numérique" + }, + { + "displayName": "nintendo_3ds", + "langName": "Nintendo 3ds", + "object": "Chose", + "attribute": "Équipement numérique" + }, + { + "displayName": "nintendo_ds", + "langName": "nintendo ds", + "object": "Chose", + "attribute": "Équipement numérique" + }, + { + "displayName": "cable", + "langName": "câble", + "object": "Chose", + "attribute": "Équipement numérique" + }, + { + "displayName": "power_lines", + "langName": "cordon d'alimentation", + "object": "Chose", + "attribute": "Équipement numérique" + }, + { + "displayName": "buttons", + "langName": "bouton", + "object": "Chose", + "attribute": "Équipement numérique" + }, + { + "displayName": "fork", + "langName": "fourchette", + "object": "Chose", + "attribute": "Vaisselle" + }, + { + "displayName": "spoon", + "langName": "cuillère", + "object": "Chose", + "attribute": "Vaisselle" + }, + { + "displayName": "chopsticks", + "langName": "Baguettes", + "object": "Chose", + "attribute": "Vaisselle" + }, + { + "displayName": "ladle", + "langName": "louche", + "object": "Chose", + "attribute": "Vaisselle" + }, + { + "displayName": "plate", + "langName": "assiette", + "object": "Chose", + "attribute": "Vaisselle" + }, + { + "displayName": "bowl", + "langName": "cuvette", + "object": "Chose", + "attribute": "Vaisselle" + }, + { + "displayName": "cup", + "langName": "tasse", + "object": "Chose", + "attribute": "Vaisselle" + }, + { + "displayName": "drinking_glass", + "langName": "gobelet d'eau", + "object": "Chose", + "attribute": "Vaisselle" + }, + { + "displayName": "tumbler", + "langName": "Verre ordinaire", + "object": "Chose", + "attribute": "Vaisselle" + }, + { + "displayName": "beer_mug", + "langName": "chope de bière", + "object": "Chose", + "attribute": "Vaisselle" + }, + { + "displayName": "pot", + "langName": "marmite", + "object": "Chose", + "attribute": "Vaisselle" + }, + { + "displayName": "teapot", + "langName": "théière", + "object": "Chose", + "attribute": "Vaisselle" + }, + { + "displayName": "tray", + "langName": "plateau", + "object": "Chose", + "attribute": "Vaisselle" + }, + { + "displayName": "soda_can", + "langName": "boissons en conserve", + "object": "Chose", + "attribute": "Vaisselle" + }, + { + "displayName": "can", + "langName": "bocal", + "object": "Chose", + "attribute": "Vaisselle" + }, + { + "displayName": "candle", + "langName": "Bougie", + "object": "Chose", + "attribute": "Vaisselle" + }, + { + "displayName": "gift_box", + "langName": "boîte cadeau", + "object": "Chose", + "attribute": "Vaisselle" + }, + { + "displayName": "heart-shaped_box", + "langName": "Boîte cadeau en forme de cœur", + "object": "Chose", + "attribute": "Vaisselle" + }, + { + "displayName": "music", + "langName": "musique", + "object": "Chose", + "attribute": "Instrument de musique" + }, + { + "displayName": "guitar", + "langName": "Guitare", + "object": "Chose", + "attribute": "Instrument de musique" + }, + { + "displayName": "piano", + "langName": "piano", + "object": "Chose", + "attribute": "Instrument de musique" + }, + { + "displayName": "cello", + "langName": "Violoncelle", + "object": "Chose", + "attribute": "Instrument de musique" + }, + { + "displayName": "playing_instrument", + "langName": "jouer d'un instrument", + "object": "Chose", + "attribute": "Instrument de musique" + }, + { + "displayName": "wind_chime", + "langName": "carillons éoliens", + "object": "Chose", + "attribute": "Instrument de musique" + }, + { + "displayName": "Accordion", + "langName": "accordéon", + "object": "Chose", + "attribute": "Instrument de musique" + }, + { + "displayName": "Saxophone", + "langName": "saxophone", + "object": "Chose", + "attribute": "Instrument de musique" + }, + { + "displayName": "umbrella", + "langName": "Parapluie", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "transparent_umbrella", + "langName": "parapluie transparent", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "closed_umbrella", + "langName": "parapluie fermé", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "oil-paper_umbrella", + "langName": "Parapluie en papier huilé", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "Parasol", + "langName": "parasol", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "folding_fan", + "langName": "ventilateur pliant", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "paper_fan", + "langName": "ventilateur en papier", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "uchiwa", + "langName": "ventilateur rond", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "camera", + "langName": "caméra", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "lantern/lamp", + "langName": "lanterne", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "basket", + "langName": "panier", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "bucket", + "langName": "seau", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "pail", + "langName": "seau", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "water_bottle", + "langName": "bouteille d'eau", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "lotion", + "langName": "crème solaire | lait corporel", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "lotion_bottle", + "langName": "flacon de lotion", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "key", + "langName": "clé", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "coin", + "langName": "pièce de monnaie", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "money", + "langName": "argent", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "trading_card", + "langName": "cartes à collectionner", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "playing_card", + "langName": "cartes à jouer", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "chess_piece", + "langName": "pièce", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "ofuda", + "langName": "talisman", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "wand", + "langName": "baguette magique", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "magic", + "langName": "magie", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "riding_crop", + "langName": "cravache", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "whip", + "langName": "fouet", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "microphone", + "langName": "microphone", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "sack", + "langName": "sac", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "scales", + "langName": "écailles", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "trophy", + "langName": "trophée", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "molecule", + "langName": "moléculaire", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "diamond_(shape)", + "langName": "diamant(forme)", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "chibi_inset", + "langName": "illustration chibi", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "damaged", + "langName": "dommages", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "gourd", + "langName": "calebasse", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "mimikaki", + "langName": "cure-oreille", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "hammer", + "langName": "marteau", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "inlet", + "langName": "Entrée", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "stubble", + "langName": "chaume", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "Cassette", + "langName": "cassette à bande", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "Lever", + "langName": "levier, levier", + "object": "Chose", + "attribute": "Autres articles" + }, + { + "displayName": "weapon", + "langName": "bras", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "huge_weapon", + "langName": "armes de grande taille", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "planted_weapon", + "langName": "Armes insérées dans le sol", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "broken_weapon", + "langName": "arme brisée", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "weapon_on_back", + "langName": "armes au dos", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "weapon_over_shoulder", + "langName": "arme d'épaule", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "sword", + "langName": "couteau", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "planted_sword", + "langName": "Épée debout", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "scabbard", + "langName": "fourreau", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "katana", + "langName": "Katana", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "saber_(weapon)", + "langName": "sabre (arme)", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "dagger", + "langName": "poignard", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "axe", + "langName": "axe", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "hatchet", + "langName": "hachette", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "stake", + "langName": "bâton", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "lance", + "langName": "lance", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "trident", + "langName": "trident", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "bow_(weapon)", + "langName": "arc", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "arrow", + "langName": "flèche", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "scythe", + "langName": "faucille", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "claw_(weapon)", + "langName": "griffe (arme)", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "nose_hatchet", + "langName": "hachette", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "gun", + "langName": "pistolet", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "handgun", + "langName": "pistolet", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "thompson_submachine_gun", + "langName": "mitraillette thompson", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "magazine_(weapon)", + "langName": "chargeur (arme)", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "dynamite", + "langName": "glycérine dynamite", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "bomb", + "langName": "bombe", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "track missiles", + "langName": "suivi du missile", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "cannon", + "langName": "canon", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "tank", + "langName": "réservoir", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "military_vehicle", + "langName": "véhicules militaires", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "motorcycle", + "langName": "moto", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "car", + "langName": "voiture", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "watercraft", + "langName": "navire", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "ship", + "langName": "navire", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "machine", + "langName": "mécanique", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "machinery", + "langName": "Armes mécaniques", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "mechanical_arms", + "langName": "Bras robotique", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "mechanization", + "langName": "Mécanisation", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "robot_joints", + "langName": "joint mécanique", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "variable_fighter", + "langName": "Machine Macross", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "sorcerer's_sutra_scroll", + "langName": "Sutra du diable", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "scissors", + "langName": "Ciseaux", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "rifle,", + "langName": "fusil", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "complex Trajectory", + "langName": "Traînage", + "object": "Chose", + "attribute": "Bras" + }, + { + "displayName": "food", + "langName": "nourriture", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "makizushi", + "langName": "Nori roll sushi", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "onigiri", + "langName": "boulettes de riz", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "obento", + "langName": "pratique", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "ramen", + "langName": "Nouilles tirées à la main", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "noodles", + "langName": "Nouille", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "tempura", + "langName": "Tempura", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "wagashi", + "langName": "Confiserie japonaise", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "dango", + "langName": "boulettes", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "taiyaki", + "langName": "Taiyaki", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "sweet_potato", + "langName": "patate douce", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "cake", + "langName": "gâteau", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "pancake", + "langName": "muffins", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "sweets", + "langName": "bonbons", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "candy", + "langName": "bonbons", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "candy_apple", + "langName": "pomme d'amour", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "candy_cane", + "langName": "Lollipop", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "cookie", + "langName": "biscuit", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "cream", + "langName": "crème", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "ice_cream", + "langName": "crème glacée", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "doughnut", + "langName": "Donut", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "pasties", + "langName": "tarte", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "sundae", + "langName": "sundae", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "burger", + "langName": "Hamburger", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "egg", + "langName": "œuf", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "meat", + "langName": "Viande", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "fruit", + "langName": "fruits", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "apple", + "langName": "pomme", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "peach", + "langName": "pêche", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "aubergine", + "langName": "aubergine", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "carrot", + "langName": "carotte", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "chips", + "langName": "chips", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "potato_chips", + "langName": "chips", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "telstar", + "langName": "Telstar football", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "jam", + "langName": "confiture", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "pocky", + "langName": "Pocky", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "food_stand", + "langName": "stand de nourriture", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "food_in_mouth", + "langName": "nourriture dans la bouche", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "food_on_body", + "langName": "aliments sur le corps", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "food_print", + "langName": "impression alimentaire", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "in_food", + "langName": "(caractère) dans l'alimentation", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "coffee", + "langName": "café", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "tea", + "langName": "Thé", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "teacup", + "langName": "tasse", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "sake", + "langName": "Saké japonais", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "wine", + "langName": "le vin", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "drink", + "langName": "boissons", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "bottled_water", + "langName": "eau en bouteille", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "A_sushi_roll", + "langName": "rouleau de sushi", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "cigarette", + "langName": "cigarette", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "cotton_candy_", + "langName": "Guimauve", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "Gelatin", + "langName": "Gélatine, pudding", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "kafuu_chino", + "langName": "Cavuccino", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "food_on_", + "langName": "nourriture sur le visage", + "object": "Chose", + "attribute": "Alimentation" + }, + { + "displayName": "mammal", + "langName": "mammifère", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "reptile", + "langName": "reptile", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "bird", + "langName": "oiseau", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "crow", + "langName": "corbeau", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "penguin", + "langName": "pingouin", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "chick", + "langName": "poussin", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "dragonfly", + "langName": "libellule", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "whale", + "langName": "baleine", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "cat", + "langName": "chat", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "dog", + "langName": "chien", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "fox", + "langName": "renard", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "bunny", + "langName": "lapin", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "snow_bunny", + "langName": "lièvre d'Amérique", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "wolf", + "langName": "Loup", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "horse", + "langName": "cheval", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "cow", + "langName": "bœuf", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "tiger", + "langName": "tigre", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "bear", + "langName": "Ours", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "panda", + "langName": "panda", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "teddy_bear", + "langName": "ours en peluche", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "hamster", + "langName": "hamster", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "squirrel", + "langName": "écureuil", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "snake", + "langName": "serpent", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "dragon", + "langName": "dragon", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "eastern_dragon", + "langName": "Dragon oriental", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "loong", + "langName": "Dragon chinois", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "slime", + "langName": "Bave", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "bat", + "langName": "chauve-souris", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "shell", + "langName": "coquille", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "cat_teaser", + "langName": "drôle de chat", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "dog_tags", + "langName": "étiquettes pour chiens", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "wriggle_nightbug", + "langName": "ver de nuit rampant", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "manjuu_(azur_lane)", + "langName": "Un peu de gazouillis", + "object": "Chose", + "attribute": "Animaux" + }, + { + "displayName": "plant", + "langName": "plante", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "flower", + "langName": "fleur", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "flower_bloom", + "langName": "les fleurs s'épanouissent", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "bouquet", + "langName": "bouquet", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "vase", + "langName": "vase", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "orchid", + "langName": "orchidée", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "lily", + "langName": "lys", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "rose", + "langName": "Rose", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "spider_lily", + "langName": "Fleur de l'autre rive", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "hibiscus", + "langName": "fleur d'hibiscus", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "hydrangea", + "langName": "hortensias", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "cherry_blossoms", + "langName": "Fleurs de cerisier", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "plum_blossom", + "langName": "prune bossue", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "wisteria", + "langName": "Glycine", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "lotus", + "langName": "lotus", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "narcissu", + "langName": "Narcisse", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "chrysanthemum", + "langName": "chrysanthème", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "entangled_plants", + "langName": "plantes enchevêtrées", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "tree", + "langName": "Arbre", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "pine_tree", + "langName": "pin", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "palm_tree", + "langName": "palmier", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "maple_tree", + "langName": "érable", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "branch", + "langName": "branches", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "maple_leaf", + "langName": "feuille d'érable", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "christmas_tree", + "langName": "Arbre de Noël", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "pumpkin", + "langName": "citrouille", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "jack-o'-lantern", + "langName": "lanterne de citrouille", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "spring_onion", + "langName": "oignons verts", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "bamboo", + "langName": "bambou", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "bush", + "langName": "arbuste", + "object": "Chose", + "attribute": "Plante" + }, + { + "displayName": "Sunlight", + "langName": "Lumière du soleil", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "Natural Lighting", + "langName": "l'éclairage naturel", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "Artificial Lighting", + "langName": "l'éclairage artificiel", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "Studio Lighting", + "langName": "éclairage de studio", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "Volumetric Lighting", + "langName": "Lumière volumétrique", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "volumetric Light", + "langName": "Lumière volumétrique", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "Volumetric", + "langName": "Volumétrique", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "Frontlight", + "langName": "feu supérieur", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "Halfrear Lighting", + "langName": "Rétro-éclairage demi-côté", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "Backlight", + "langName": "rétroéclairage", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "Rim Lighting", + "langName": "lumière de bord", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "Floodlight", + "langName": "projecteur", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "LED light", + "langName": "Lumière LED", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "Spotlight", + "langName": "projecteur", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "Marquee", + "langName": "chapiteau", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "Strobe", + "langName": "flash", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "Strobe Light", + "langName": "lampes flash", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "Stroboscope", + "langName": "lumière stroboscopique", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "bright", + "langName": "lumineux", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "Ultrabright", + "langName": "super lumineux", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "Electromagnetic Spectrum", + "langName": "spectre électromagnétique", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "Infrared", + "langName": "infrarouge", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "Ultraviolet", + "langName": "Rayons UV", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "UV", + "langName": "UV", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "X-Ray", + "langName": "Rayons X", + "object": "Effets d'ombre et de lumière", + "attribute": "Source lumineuse" + }, + { + "displayName": "Cinematic Lighting", + "langName": "Éclairage cinématique", + "object": "Effets d'ombre et de lumière", + "attribute": "Effets de lumière" + }, + { + "displayName": "moody lighting", + "langName": "Éclairage d'ambiance", + "object": "Effets d'ombre et de lumière", + "attribute": "Effets de lumière" + }, + { + "displayName": "Tyndall effect", + "langName": "Effet Tyndall", + "object": "Effets d'ombre et de lumière", + "attribute": "Effets de lumière" + }, + { + "displayName": "light leaks", + "langName": "effet de fuite de la lumière", + "object": "Effets d'ombre et de lumière", + "attribute": "Effets de lumière" + }, + { + "displayName": "glowing neon lights", + "langName": "néons", + "object": "Effets d'ombre et de lumière", + "attribute": "Effets de lumière" + }, + { + "displayName": "Rays of Shimmering Light", + "langName": "lumière clignotante", + "object": "Effets d'ombre et de lumière", + "attribute": "Effets de lumière" + }, + { + "displayName": "Crepuscular Rays", + "langName": "faible luminosité", + "object": "Effets d'ombre et de lumière", + "attribute": "Effets de lumière" + }, + { + "displayName": "Crackle Tube", + "langName": "tube à étincelles", + "object": "Effets d'ombre et de lumière", + "attribute": "Effets de lumière" + }, + { + "displayName": "Tesla Coil", + "langName": "Bobine de Tesla", + "object": "Effets d'ombre et de lumière", + "attribute": "Effets de lumière" + }, + { + "displayName": "Plasma Globe", + "langName": "boule de plasma", + "object": "Effets d'ombre et de lumière", + "attribute": "Effets de lumière" + }, + { + "displayName": "Glow Stick", + "langName": "bâton lumineux", + "object": "Effets d'ombre et de lumière", + "attribute": "Effets de lumière" + }, + { + "displayName": "Neon Lamp", + "langName": "néons", + "object": "Effets d'ombre et de lumière", + "attribute": "Effets de lumière" + }, + { + "displayName": "lens flare", + "langName": "Éclaircissement de l'objectif (rétroéclairage)", + "object": "Effets d'ombre et de lumière", + "attribute": "Effets de lumière" + }, + { + "displayName": "Contre-Jour", + "langName": "Contre la journée", + "object": "Effets d'ombre et de lumière", + "attribute": "Effets de lumière" + }, + { + "displayName": "Rembrandt Lighting", + "langName": "Éclairage Rembrandt", + "object": "Effets d'ombre et de lumière", + "attribute": "Effets de lumière" + }, + { + "displayName": "Split Lighting", + "langName": "Éclairage divisé", + "object": "Effets d'ombre et de lumière", + "attribute": "Effets de lumière" + }, + { + "displayName": "Beautiful Lighting", + "langName": "de belles lumières", + "object": "Effets d'ombre et de lumière", + "attribute": "Effets de lumière" + }, + { + "displayName": "Accent Lighting", + "langName": "Éclairage d'accentuation", + "object": "Effets d'ombre et de lumière", + "attribute": "Effets de lumière" + }, + { + "displayName": "Global Illumination", + "langName": "éclairage global", + "object": "Effets d'ombre et de lumière", + "attribute": "Effets de lumière" + }, + { + "displayName": "Lumen Global Illumination", + "langName": "Lumen éclairage global", + "object": "Effets d'ombre et de lumière", + "attribute": "Effets de lumière" + }, + { + "displayName": "Screen Space Global Illumination", + "langName": "illumination globale de l'espace écran", + "object": "Effets d'ombre et de lumière", + "attribute": "Effets de lumière" + }, + { + "displayName": "Ray Tracing Global Illumination", + "langName": "Illumination globale par traçage de rayons", + "object": "Effets d'ombre et de lumière", + "attribute": "Effets de lumière" + }, + { + "displayName": "Incandescent", + "langName": "lampe à incandescence", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Fluorescent", + "langName": "Fluorescent", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Fluorescent Lamp", + "langName": "tube fluorescent", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Halogen", + "langName": "halogène", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Halogen Lamp", + "langName": "Lampe halogène", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Xenon Lamp", + "langName": "lampe au xénon", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Krypton Lamp", + "langName": "lampe à gaz krypton", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Argon Lamp", + "langName": "Lampe à argon", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Helium Lamp", + "langName": "Lampe à hélium", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Edison Bulb", + "langName": "Ampoule Edison", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Vacuum Tube Lamp", + "langName": "Lampe à tube à vide", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Nixie Tube", + "langName": "Tube de Nixie", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Carbide Lamp", + "langName": "lampe à carbure de calcium", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Argand Lamp", + "langName": "Lampe d'argan", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Diya Lamp", + "langName": "lampe à beurre", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Lantern", + "langName": "lanterne", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Schwarz Lantern", + "langName": "Lanterne noire", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Nightlight", + "langName": "veilleuse", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Christmas Lights", + "langName": "Lumières de Noël", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Optical Fiber", + "langName": "fibre optique", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Electroluminescent Wire", + "langName": "Fil lumineux", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Laser", + "langName": "laser", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Flare", + "langName": "flambée", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "rim light", + "langName": "lumière de bord", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "metallic luster", + "langName": "éclat métallique", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "background light", + "langName": "lumière de fond", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "available light", + "langName": "lumière naturelle", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Electric Arc", + "langName": "arc", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Soft Lighting", + "langName": "lumière douce", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "Hard Lighting", + "langName": "éblouissement", + "object": "Effets d'ombre et de lumière", + "attribute": "Lumière" + }, + { + "displayName": "CRT", + "langName": "tube cathodique", + "object": "Effets d'ombre et de lumière", + "attribute": "Technologie d'affichage" + }, + { + "displayName": "LCD", + "langName": "Écran LCD", + "object": "Effets d'ombre et de lumière", + "attribute": "Technologie d'affichage" + }, + { + "displayName": "LED", + "langName": "Affichage LED", + "object": "Effets d'ombre et de lumière", + "attribute": "Technologie d'affichage" + }, + { + "displayName": "OLED", + "langName": "Écran OLED", + "object": "Effets d'ombre et de lumière", + "attribute": "Technologie d'affichage" + }, + { + "displayName": "AMOLED", + "langName": "Écran AMOLED", + "object": "Effets d'ombre et de lumière", + "attribute": "Technologie d'affichage" + }, + { + "displayName": "7 Segment Display", + "langName": "affichage à sept segments", + "object": "Effets d'ombre et de lumière", + "attribute": "Technologie d'affichage" + }, + { + "displayName": "Dot Matrix Display", + "langName": "écran matriciel", + "object": "Effets d'ombre et de lumière", + "attribute": "Technologie d'affichage" + }, + { + "displayName": "Electroluminescent Display", + "langName": "écran électroluminescent", + "object": "Effets d'ombre et de lumière", + "attribute": "Technologie d'affichage" + }, + { + "displayName": "Vacuum Fluorescent Display", + "langName": "écran fluorescent sous vide", + "object": "Effets d'ombre et de lumière", + "attribute": "Technologie d'affichage" + }, + { + "displayName": "Phosphor Display", + "langName": "écran fluorescent", + "object": "Effets d'ombre et de lumière", + "attribute": "Technologie d'affichage" + }, + { + "displayName": "Plasma Display", + "langName": "écran plasma", + "object": "Effets d'ombre et de lumière", + "attribute": "Technologie d'affichage" + }, + { + "displayName": "Quantum Dot", + "langName": "points quantiques", + "object": "Effets d'ombre et de lumière", + "attribute": "Technologie d'affichage" + }, + { + "displayName": "Quantum Dot Display", + "langName": "Écran à points quantiques", + "object": "Effets d'ombre et de lumière", + "attribute": "Technologie d'affichage" + }, + { + "displayName": "Optics", + "langName": "Optique", + "object": "Effets d'ombre et de lumière", + "attribute": "Technologie d'affichage" + }, + { + "displayName": "Rough", + "langName": "rude", + "object": "Effets d'ombre et de lumière", + "attribute": "Réflexion/Réfraction" + }, + { + "displayName": "Matte", + "langName": "mat", + "object": "Effets d'ombre et de lumière", + "attribute": "Réflexion/Réfraction" + }, + { + "displayName": "Glossy", + "langName": "éclat", + "object": "Effets d'ombre et de lumière", + "attribute": "Réflexion/Réfraction" + }, + { + "displayName": "smooth", + "langName": "lisse", + "object": "Effets d'ombre et de lumière", + "attribute": "Réflexion/Réfraction" + }, + { + "displayName": "Shiny", + "langName": "brillant", + "object": "Effets d'ombre et de lumière", + "attribute": "Réflexion/Réfraction" + }, + { + "displayName": "Reflective", + "langName": "Réflexion", + "object": "Effets d'ombre et de lumière", + "attribute": "Réflexion/Réfraction" + }, + { + "displayName": "Polished", + "langName": "polissage", + "object": "Effets d'ombre et de lumière", + "attribute": "Réflexion/Réfraction" + }, + { + "displayName": "Shadows", + "langName": "ombre", + "object": "Effets d'ombre et de lumière", + "attribute": "Réflexion/Réfraction" + }, + { + "displayName": "Shimmer", + "langName": "chatoiement", + "object": "Effets d'ombre et de lumière", + "attribute": "Réflexion/Réfraction" + }, + { + "displayName": "Shimmering", + "langName": "pétillant", + "object": "Effets d'ombre et de lumière", + "attribute": "Réflexion/Réfraction" + }, + { + "displayName": "Caustics", + "langName": "Caustiques", + "object": "Effets d'ombre et de lumière", + "attribute": "Réflexion/Réfraction" + }, + { + "displayName": "Refractive", + "langName": "réfraction", + "object": "Effets d'ombre et de lumière", + "attribute": "Réflexion/Réfraction" + }, + { + "displayName": "reflection light", + "langName": "réflexion de la lumière", + "object": "Effets d'ombre et de lumière", + "attribute": "Réflexion/Réfraction" + }, + { + "displayName": "Ray Tracing Reflections", + "langName": "Réflexions par traçage de rayons", + "object": "Effets d'ombre et de lumière", + "attribute": "Réflexion/Réfraction" + }, + { + "displayName": "Lumen Reflections", + "langName": "Réflexion sur les lumens", + "object": "Effets d'ombre et de lumière", + "attribute": "Réflexion/Réfraction" + }, + { + "displayName": "Screen Space Reflections", + "langName": "réflexion sur l'espace de l'écran", + "object": "Effets d'ombre et de lumière", + "attribute": "Réflexion/Réfraction" + }, + { + "displayName": "ray tracing", + "langName": "Traçage de rayons", + "object": "Effets d'ombre et de lumière", + "attribute": "Réflexion/Réfraction" + }, + { + "displayName": "Ambient Occlusion", + "langName": "occlusion ambiante", + "object": "Effets d'ombre et de lumière", + "attribute": "Réflexion/Réfraction" + }, + { + "displayName": "Scattering", + "langName": "diffusion", + "object": "Effets d'ombre et de lumière", + "attribute": "Réflexion/Réfraction" + }, + { + "displayName": "Diffraction Grading", + "langName": "réseau de diffraction", + "object": "Effets d'ombre et de lumière", + "attribute": "Réflexion/Réfraction" + }, + { + "displayName": "RGB Displacement", + "langName": "Décalage RVB", + "object": "Effets d'ombre et de lumière", + "attribute": "Réflexion/Réfraction" + }, + { + "displayName": "Glowing", + "langName": "éclat", + "object": "Effets d'ombre et de lumière", + "attribute": "Lueur" + }, + { + "displayName": "Glow-In-The-Dark", + "langName": "lumineux", + "object": "Effets d'ombre et de lumière", + "attribute": "Lueur" + }, + { + "displayName": "Bioluminescence", + "langName": "bioluminescence", + "object": "Effets d'ombre et de lumière", + "attribute": "Lueur" + }, + { + "displayName": "Photoluminescence", + "langName": "Photoluminescence", + "object": "Effets d'ombre et de lumière", + "attribute": "Lueur" + }, + { + "displayName": "Chemiluminescence", + "langName": "chimiluminescence", + "object": "Effets d'ombre et de lumière", + "attribute": "Lueur" + }, + { + "displayName": "Cathodoluminescence", + "langName": "cathodoluminescence", + "object": "Effets d'ombre et de lumière", + "attribute": "Lueur" + }, + { + "displayName": "Electroluminescence", + "langName": "électroluminescence", + "object": "Effets d'ombre et de lumière", + "attribute": "Lueur" + }, + { + "displayName": "Radioluminescence", + "langName": "Radioluminescence", + "object": "Effets d'ombre et de lumière", + "attribute": "Lueur" + }, + { + "displayName": "Fluorescence", + "langName": "fluorescence", + "object": "Effets d'ombre et de lumière", + "attribute": "Lueur" + }, + { + "displayName": "Phosphorescence", + "langName": "Phosphorescence", + "object": "Effets d'ombre et de lumière", + "attribute": "Lueur" + }, + { + "displayName": "Thermoluminescence", + "langName": "thermoluminescence", + "object": "Effets d'ombre et de lumière", + "attribute": "Lueur" + }, + { + "displayName": "Electrochemiluminescence", + "langName": "Electrochimiluminescence", + "object": "Effets d'ombre et de lumière", + "attribute": "Lueur" + }, + { + "displayName": "Crystalloluminescence", + "langName": "éclat de cristal", + "object": "Effets d'ombre et de lumière", + "attribute": "Lueur" + }, + { + "displayName": "Piezoluminescence", + "langName": "Luminescence piézoélectrique", + "object": "Effets d'ombre et de lumière", + "attribute": "Lueur" + }, + { + "displayName": "Triboluminescence", + "langName": "triboluminescence", + "object": "Effets d'ombre et de lumière", + "attribute": "Lueur" + }, + { + "displayName": "Mechanoluminescence", + "langName": "Luminescence mécanique", + "object": "Effets d'ombre et de lumière", + "attribute": "Lueur" + }, + { + "displayName": "Lyoluminescence", + "langName": "Photoluminescence", + "object": "Effets d'ombre et de lumière", + "attribute": "Lueur" + }, + { + "displayName": "Candoluminescence", + "langName": "lumière des bougies", + "object": "Effets d'ombre et de lumière", + "attribute": "Lueur" + }, + { + "displayName": "Fractoluminescence", + "langName": "Les éclats brillent", + "object": "Effets d'ombre et de lumière", + "attribute": "Lueur" + }, + { + "displayName": "Sonoluminescence", + "langName": "Sonoluminescence", + "object": "Effets d'ombre et de lumière", + "attribute": "Lueur" + }, + { + "displayName": "Translucidluminescence", + "langName": "éclat translucide", + "object": "Effets d'ombre et de lumière", + "attribute": "Lueur" + }, + { + "displayName": "Materiality", + "langName": "Matérialité", + "object": "Effets d'ombre et de lumière", + "attribute": "Lueur" + }, + { + "displayName": "black", + "langName": "noir", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "darkgray", + "langName": "gris foncé", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "gray", + "langName": "gris", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "lightslategray", + "langName": "gris ardoise brillant", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "slategray", + "langName": "couleur pierre grise", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "darkslategray", + "langName": "vert foncé", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "lightgray", + "langName": "gris clair", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "gainsboro", + "langName": "Le gris de Geng", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "white", + "langName": "Blanc", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "whitesmoke", + "langName": "couleur fumée blanche", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "snow", + "langName": "blanc neige", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "ghostwhite", + "langName": "fantôme blanc", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "floralwhite", + "langName": "fleur blanche", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "linen", + "langName": "couleur lin", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "antiquewhite", + "langName": "blanc antique", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "oldlace", + "langName": "presbytie", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "ivory", + "langName": "ivoire", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "seashell", + "langName": "blanc coquille", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "mintcream", + "langName": "crème à la menthe", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "honeydew", + "langName": "couleur miel", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "azure", + "langName": "azur", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "aliceblue", + "langName": "alice blue", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "lavender", + "langName": "couleur lavande", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "lightsteelblue", + "langName": "bleu acier clair", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "slateblue", + "langName": "bleu pierre", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "mediumslateblue", + "langName": "bleu ardoise moyen", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "lightblue", + "langName": "bleu clair", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "powderblue", + "langName": "bleu poudre", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "skyblue", + "langName": "bleu ciel profond", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "cornflowerblue", + "langName": "bleu bleuet", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "royalblue", + "langName": "bleu royal", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "mediumblue", + "langName": "bleu moyen", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "blue", + "langName": "bleu", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "darkblue", + "langName": "bleu foncé", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "navy", + "langName": "bleu marine", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "midnightblue", + "langName": "bleu nuit", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "teal", + "langName": "gris foncé bleu", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "darkcyan", + "langName": "Sarcelle", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "cadetblue", + "langName": "cyan foncé", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "mediumturquoise", + "langName": "turquoise foncé", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "darkturquoise", + "langName": "vert de mer clair", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "turquoise", + "langName": "turquoise moyen", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "paleturquoise", + "langName": "cyan clair", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "aquamarine", + "langName": "turquoise", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "lightcyan", + "langName": "bleu", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "cyan", + "langName": "turquoise", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "dodgerblue", + "langName": "bleu dodge", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "darkgreen", + "langName": "vert", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "green", + "langName": "vert forêt", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "forestgreen", + "langName": "vert de mer", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "seagreen", + "langName": "Zhonghai Green", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "mediumseagreen", + "langName": "couleur émeraude moyenne", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "mediumaquamarine", + "langName": "vert de mer foncé", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "darkseagreen", + "langName": "turquoise", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "lightseagreen", + "langName": "Bleu militaire", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "springgreen", + "langName": "vert au milieu du printemps", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "mediumspringgreen", + "langName": "Vert pelouse", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "lightgreen", + "langName": "herbe verte", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "palegreen", + "langName": "vert clair", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "lime", + "langName": "vert lime", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "limegreen", + "langName": "brun olive", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "lawngreen", + "langName": "Vert chartreuse", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "chartreuse", + "langName": "Jaune-vert", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "greenyellow", + "langName": "citron vert orange", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "yellowgreen", + "langName": "vert olive", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "darkolivegreen", + "langName": "couleur olive", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "olivedrab", + "langName": "brun olive", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "olive", + "langName": "couleur olive", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "darkkhaki", + "langName": "kaki foncé", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "khaki", + "langName": "Kaki", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "palegoldenrod", + "langName": "verge d'or pâle", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "lightyellow", + "langName": "jaune clair", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "lightgoldenrodyellow", + "langName": "jaune d'or brillant", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "lemonchiffon", + "langName": "couleur soie citron", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "beige", + "langName": "beige", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "cornsilk", + "langName": "couleur maïs", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "wheat", + "langName": "couleur blé", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "burlywood", + "langName": "ambre", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "gold", + "langName": "l'or", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "yellow", + "langName": "jaune", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "darkorange", + "langName": "orange foncé", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "orange", + "langName": "couleur orange", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "sandybrown", + "langName": "brun orangé", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "peachpuff", + "langName": "couleur pêche", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "papayawhip", + "langName": "couleur papaye", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "blanchedalmond", + "langName": "amande blanchie", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "bisque", + "langName": "couleur biscuit", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "moccasin", + "langName": "couleur des mocassins", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "navajowhite", + "langName": "Blanc Navajo", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "peru", + "langName": "Couleur péruvienne", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "darkgoldenrod", + "langName": "Verge d'or foncée", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "goldenrod", + "langName": "Chrysanthème doré", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "chocolate", + "langName": "couleur chocolat", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "saddlebrown", + "langName": "selle marron", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "sienna", + "langName": "Jaune ocre terreux", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "rosybrown", + "langName": "brun rosé", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "darksalmon", + "langName": "Couleur saumon foncé", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "salmon", + "langName": "Couleur chair saumonée", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "lightsalmon", + "langName": "Couleur saumon vif", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "indianred", + "langName": "Rouge indien", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "firebrick", + "langName": "Couleur des briques réfractaires", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "brown", + "langName": "marron", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "maroon", + "langName": "bordeaux", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "darkred", + "langName": "rouge foncé", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "red", + "langName": "rouge", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "orangered", + "langName": "rouge orangé", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "tomato", + "langName": "rouge tomate", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "crimson", + "langName": "rose foncé", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "coral", + "langName": "corail", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "lightpink", + "langName": "rose pâle", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "pink", + "langName": "rose", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "hotpink", + "langName": "rose vif", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "deeppink", + "langName": "rose foncé", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "palevioletred", + "langName": "lilas rouge", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "mediumvioletred", + "langName": "rouge violet moyen", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "lavenderblush", + "langName": "lavande", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "lightcoral", + "langName": "couleur corail clair", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "plum", + "langName": "couleur prune", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "mediumorchid", + "langName": "orchidée moyenne pourpre", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "violet", + "langName": "Pourpre", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "magenta", + "langName": "magenta", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "fuchsia", + "langName": "Rouge pourpre", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "darkmagenta", + "langName": "magenta foncé", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "purple", + "langName": "Pourpre", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "darkorchid", + "langName": "violet orchidée foncé", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "darkviolet", + "langName": "violet foncé", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "blueviolet", + "langName": "bleu violet", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "mediumpurple", + "langName": "violet moyen", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "indigo", + "langName": "indigo", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "light_brown", + "langName": "brun clair", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "dark_pink", + "langName": "rose foncé", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "blonde", + "langName": "jaune d'or", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "silver", + "langName": "argent", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "mistyrose", + "langName": "brume rose", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "steelblue", + "langName": "bleu acier", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "thistle", + "langName": "couleur chardon", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "darkslateblue", + "langName": "gris foncé bleu", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "Iridescent", + "langName": "Changement de couleurs", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "Chromatic", + "langName": "coloré", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "Dispersion", + "langName": "Dispersion (phénomène par lequel la lumière de différentes couleurs est séparée)", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "Prismatic", + "langName": "effet de prisme", + "object": "Atmosphère de couleur", + "attribute": "Couleur" + }, + { + "displayName": "yellow color scheme", + "langName": "Couleur principale jaune", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Warm Color Palette", + "langName": "Couleurs chaudes", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Cool Color Palette", + "langName": "couleurs froides", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Colorful", + "langName": "coloré", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Spectral Color", + "langName": "Couleur spectrale", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Inverted Colors", + "langName": "couleur inversée", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Chroma", + "langName": "Chroma", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Dichromatism", + "langName": "dichroïsme", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Tetrachromacy", + "langName": "Vision tétrachromatique", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Saturated", + "langName": "saturation", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Neon", + "langName": "néon", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Electric Colors", + "langName": "couleur électronique", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Tonal Colors", + "langName": "teinte couleur", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Vivid Colors", + "langName": "couleurs vives", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Complimentary-Colors", + "langName": "couleurs complémentaires", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Split-Complementary-Colors", + "langName": "diviser les couleurs complémentaires", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Supplementary-Colors", + "langName": "couleurs complémentaires", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Analogous-Colors", + "langName": "Couleurs similaires", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Triadic-Colors", + "langName": "couleurs triadiques", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Tetradic-Colors", + "langName": "Quatre couleurs (correspondance des couleurs rectangulaires)", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Polychromatic-Colors", + "langName": "multicolore", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Light", + "langName": "lumineux", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Dark", + "langName": "sombre", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Light Mode", + "langName": "mode lumineux", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Dark Mode", + "langName": "mode sombre", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Tones of Black", + "langName": "tonalité noire", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Tones of Black in Background", + "langName": "fond noir tonalité", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Light Blue Background", + "langName": "fond bleu clair", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Light Blue Foreground", + "langName": "avant-plan bleu clair", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "Light Blue", + "langName": "bleu clair", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "nostalgia", + "langName": "nostalgique", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "High saturation", + "langName": "Saturation élevée", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs" + }, + { + "displayName": "monochrome", + "langName": "monochrome", + "object": "Atmosphère de couleur", + "attribute": "Palette monochrome" + }, + { + "displayName": "Black and White", + "langName": "noir et blanc", + "object": "Atmosphère de couleur", + "attribute": "Palette monochrome" + }, + { + "displayName": "Desaturated", + "langName": "Désaturer", + "object": "Atmosphère de couleur", + "attribute": "Palette monochrome" + }, + { + "displayName": "Sepia", + "langName": "Ton sépia (imite l'aspect de vieilles photos, donnant une impression de nostalgie ou de rétro)", + "object": "Atmosphère de couleur", + "attribute": "Palette monochrome" + }, + { + "displayName": "flat_color", + "langName": "couleur plate", + "object": "Atmosphère de couleur", + "attribute": "Palette monochrome" + }, + { + "displayName": "spot_color", + "langName": "couleur unie", + "object": "Atmosphère de couleur", + "attribute": "Palette monochrome" + }, + { + "displayName": "halftone", + "langName": "demi-teinte", + "object": "Atmosphère de couleur", + "attribute": "Palette monochrome" + }, + { + "displayName": "greyscale", + "langName": "Niveaux de gris", + "object": "Atmosphère de couleur", + "attribute": "Palette monochrome" + }, + { + "displayName": "partially_colored", + "langName": "coloration partielle", + "object": "Atmosphère de couleur", + "attribute": "Palette monochrome" + }, + { + "displayName": "contour_deepening", + "langName": "Le contour s'approfondit", + "object": "Atmosphère de couleur", + "attribute": "Palette monochrome" + }, + { + "displayName": "(lineart)", + "langName": "Les rides deviennent plus épaisses", + "object": "Atmosphère de couleur", + "attribute": "Palette monochrome" + }, + { + "displayName": "outline", + "langName": "Ligne de contour", + "object": "Atmosphère de couleur", + "attribute": "Palette monochrome" + }, + { + "displayName": "high_contrast", + "langName": "contraste élevé", + "object": "Atmosphère de couleur", + "attribute": "Contraste" + }, + { + "displayName": "low_contrast", + "langName": "faible contraste", + "object": "Atmosphère de couleur", + "attribute": "Contraste" + }, + { + "displayName": "RGB", + "langName": "rouge vert bleu", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs de l'écran" + }, + { + "displayName": "CMYK", + "langName": "CMYK", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs de l'écran" + }, + { + "displayName": "VGA", + "langName": "VGA", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs de l'écran" + }, + { + "displayName": "EGA", + "langName": "EGA", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs de l'écran" + }, + { + "displayName": "CGA", + "langName": "CGA", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs de l'écran" + }, + { + "displayName": "HDR", + "langName": "HDR", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs de l'écran" + }, + { + "displayName": "Atari Graphics", + "langName": "graphiques atari", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs de l'écran" + }, + { + "displayName": "IIGS Graphics", + "langName": "IIGS Graphiques", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs de l'écran" + }, + { + "displayName": "Amiga OCS Graphics", + "langName": "Amiga OCS Graphics", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs de l'écran" + }, + { + "displayName": "sRGB", + "langName": "sRGB", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs de l'écran" + }, + { + "displayName": "Adobe RGB", + "langName": "Adobe RGB", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs de l'écran" + }, + { + "displayName": "DCI-P3", + "langName": "DCI-P3", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs de l'écran" + }, + { + "displayName": "HSV", + "langName": "Teinte, saturation, luminosité", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs de l'écran" + }, + { + "displayName": "HSL", + "langName": "Teinte, saturation, luminosité", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs de l'écran" + }, + { + "displayName": "HCL", + "langName": "Teinte, chroma, éclairage", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs de l'écran" + }, + { + "displayName": "YCbCr", + "langName": "ikB", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs de l'écran" + }, + { + "displayName": "YPbPr", + "langName": "wxya", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs de l'écran" + }, + { + "displayName": "scRGB", + "langName": "Monochrome RVB", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs de l'écran" + }, + { + "displayName": "Coloroid", + "langName": "Coloroid", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs de l'écran" + }, + { + "displayName": "Pantone", + "langName": "Pantone", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs de l'écran" + }, + { + "displayName": "ProPhoto RGB", + "langName": "ProPhoto RGB", + "object": "Atmosphère de couleur", + "attribute": "Palette de couleurs de l'écran" + }, + { + "displayName": "1-bit", + "langName": "1 place", + "object": "Atmosphère de couleur", + "attribute": "Bit" + }, + { + "displayName": "2-bit", + "langName": "2 chiffres", + "object": "Atmosphère de couleur", + "attribute": "Bit" + }, + { + "displayName": "3-bit", + "langName": "3 chiffres", + "object": "Atmosphère de couleur", + "attribute": "Bit" + }, + { + "displayName": "4-bit", + "langName": "4 chiffres", + "object": "Atmosphère de couleur", + "attribute": "Bit" + }, + { + "displayName": "6-bit", + "langName": "6 bits", + "object": "Atmosphère de couleur", + "attribute": "Bit" + }, + { + "displayName": "8-bit", + "langName": "8 bits", + "object": "Atmosphère de couleur", + "attribute": "Bit" + }, + { + "displayName": "12-bit", + "langName": "12 bits", + "object": "Atmosphère de couleur", + "attribute": "Bit" + }, + { + "displayName": "16-bit", + "langName": "16 bits", + "object": "Atmosphère de couleur", + "attribute": "Bit" + }, + { + "displayName": "4-bit RGB", + "langName": "RVB 4 bits", + "object": "Atmosphère de couleur", + "attribute": "Bit" + }, + { + "displayName": "8-bit RGB", + "langName": "RVB 8 bits", + "object": "Atmosphère de couleur", + "attribute": "Bit" + }, + { + "displayName": "12-bit RGB", + "langName": "RVB 12 bits", + "object": "Atmosphère de couleur", + "attribute": "Bit" + }, + { + "displayName": "16-bit RGB", + "langName": "RVB 16 bits", + "object": "Atmosphère de couleur", + "attribute": "Bit" + }, + { + "displayName": "Technicolor", + "langName": "couleur technique", + "object": "Atmosphère de couleur", + "attribute": "Production de films" + }, + { + "displayName": "Kinemacolor", + "langName": "couleur du film", + "object": "Atmosphère de couleur", + "attribute": "Production de films" + }, + { + "displayName": "Kodachrome", + "langName": "Kodachrome", + "object": "Atmosphère de couleur", + "attribute": "Production de films" + }, + { + "displayName": "Cinecolor", + "langName": "couleur du film", + "object": "Atmosphère de couleur", + "attribute": "Production de films" + }, + { + "displayName": "Agfacolor", + "langName": "Agfa color", + "object": "Atmosphère de couleur", + "attribute": "Production de films" + }, + { + "displayName": "dynamic pose", + "langName": "Poses dynamiques (énergétiques)", + "object": "Photographie", + "attribute": "Perspective" + }, + { + "displayName": "dynamic_angle", + "langName": "angle dynamique", + "object": "Photographie", + "attribute": "Perspective" + }, + { + "displayName": "from_above", + "langName": "Vue d'en haut", + "object": "Photographie", + "attribute": "Perspective" + }, + { + "displayName": "from_below", + "langName": "Vue d'en bas", + "object": "Photographie", + "attribute": "Perspective" + }, + { + "displayName": "cinematic_angle", + "langName": "angle du film", + "object": "Photographie", + "attribute": "Perspective" + }, + { + "displayName": "dutch angle", + "langName": "angle d'inclinaison", + "object": "Photographie", + "attribute": "Perspective" + }, + { + "displayName": "foreshortening", + "langName": "perspective", + "object": "Photographie", + "attribute": "Perspective" + }, + { + "displayName": "fisheye", + "langName": "peinture en perspective lointaine", + "object": "Photographie", + "attribute": "Perspective" + }, + { + "displayName": "camera level/Parallel angles", + "langName": "caméra parallèle", + "object": "Photographie", + "attribute": "Perspective" + }, + { + "displayName": "horizontal view angle", + "langName": "Angle de vue horizontal", + "object": "Photographie", + "attribute": "Perspective" + }, + { + "displayName": "isometric view", + "langName": "Vue isométrique", + "object": "Photographie", + "attribute": "Perspective" + }, + { + "displayName": "Aerial View", + "langName": "vue du dessus", + "object": "Photographie", + "attribute": "Perspective" + }, + { + "displayName": "Top-View", + "langName": "vue du dessus", + "object": "Photographie", + "attribute": "Perspective" + }, + { + "displayName": "Side-View", + "langName": "vue latérale", + "object": "Photographie", + "attribute": "Perspective" + }, + { + "displayName": "Satellite-View", + "langName": "vue satellite", + "object": "Photographie", + "attribute": "Perspective" + }, + { + "displayName": "phone_screen", + "langName": "écran de téléphone portable", + "object": "Photographie", + "attribute": "Composition" + }, + { + "displayName": "multiple_views", + "langName": "Décomposition multi-perspective", + "object": "Photographie", + "attribute": "Composition" + }, + { + "displayName": "mirror selfie", + "langName": "Selfie miroir", + "object": "Photographie", + "attribute": "Composition" + }, + { + "displayName": "three-quarter view", + "langName": "3/4 perspective", + "object": "Photographie", + "attribute": "Composition" + }, + { + "displayName": "front_view", + "langName": "vue de face", + "object": "Photographie", + "attribute": "Composition" + }, + { + "displayName": "from_side", + "langName": "vue latérale", + "object": "Photographie", + "attribute": "Composition" + }, + { + "displayName": "from_outside", + "langName": "De l'extérieur à l'intérieur", + "object": "Photographie", + "attribute": "Composition" + }, + { + "displayName": "from_back", + "langName": "vue arrière", + "object": "Photographie", + "attribute": "Composition" + }, + { + "displayName": "from behind", + "langName": "vue arrière", + "object": "Photographie", + "attribute": "Composition" + }, + { + "displayName": "Macro View", + "langName": "vue microscopique", + "object": "Photographie", + "attribute": "Composition" + }, + { + "displayName": "Product-View", + "langName": "Vue du produit", + "object": "Photographie", + "attribute": "Composition" + }, + { + "displayName": "Closeup-View", + "langName": "Vue rapprochée", + "object": "Photographie", + "attribute": "Composition" + }, + { + "displayName": "First-Person", + "langName": "première personne", + "object": "Photographie", + "attribute": "Composition" + }, + { + "displayName": "First-Person view", + "langName": "perspective à la première personne", + "object": "Photographie", + "attribute": "Composition" + }, + { + "displayName": "Third-Person", + "langName": "troisième personne", + "object": "Photographie", + "attribute": "Composition" + }, + { + "displayName": "Third-Person View", + "langName": "perspective à la troisième personne", + "object": "Photographie", + "attribute": "Composition" + }, + { + "displayName": "Perspective", + "langName": "vue en perspective", + "object": "Photographie", + "attribute": "Composition" + }, + { + "displayName": "Field of View", + "langName": "champ de vision", + "object": "Photographie", + "attribute": "Composition" + }, + { + "displayName": "Extreme Close-up", + "langName": "au-dessus du menton", + "object": "Photographie", + "attribute": "Hauteur de vue" + }, + { + "displayName": "Medium Close-up", + "langName": "au-dessus du cou", + "object": "Photographie", + "attribute": "Hauteur de vue" + }, + { + "displayName": "Full Close-up", + "langName": "Au-dessus de la clavicule", + "object": "Photographie", + "attribute": "Hauteur de vue" + }, + { + "displayName": "Wide Close-up", + "langName": "au-dessus de l'épaule", + "object": "Photographie", + "attribute": "Hauteur de vue" + }, + { + "displayName": "Close Shot", + "langName": "au-dessus de la poitrine", + "object": "Photographie", + "attribute": "Hauteur de vue" + }, + { + "displayName": "Medium Close Shot", + "langName": "au-dessus du nombril", + "object": "Photographie", + "attribute": "Hauteur de vue" + }, + { + "displayName": "Medium Shot", + "langName": "au-dessus du nombril", + "object": "Photographie", + "attribute": "Hauteur de vue" + }, + { + "displayName": "Medium Full Shot", + "langName": "au-dessus du genou", + "object": "Photographie", + "attribute": "Hauteur de vue" + }, + { + "displayName": "Full Shot", + "langName": "portrait du corps entier", + "object": "Photographie", + "attribute": "Hauteur de vue" + }, + { + "displayName": "mid_shot", + "langName": "tir moyen", + "object": "Photographie", + "attribute": "Hauteur de vue" + }, + { + "displayName": "bust", + "langName": "buste", + "object": "Photographie", + "attribute": "Hauteur de vue" + }, + { + "displayName": "upper_body", + "langName": "la partie supérieure du corps", + "object": "Photographie", + "attribute": "Hauteur de vue" + }, + { + "displayName": "lower_body", + "langName": "partie inférieure du corps", + "object": "Photographie", + "attribute": "Hauteur de vue" + }, + { + "displayName": "cowboy_shot", + "langName": "Haut du corps + haut de la cuisse (lentille en denim)", + "object": "Photographie", + "attribute": "Hauteur de vue" + }, + { + "displayName": "portrait", + "langName": "Portrait (visage + épaules + parfois poitrine)", + "object": "Photographie", + "attribute": "Hauteur de vue" + }, + { + "displayName": "very close portrait", + "langName": "Portrait rapproché (appareil photo plus proche)", + "object": "Photographie", + "attribute": "Hauteur de vue" + }, + { + "displayName": "profile", + "langName": "Portrait de profil (version de profil du portrait)", + "object": "Photographie", + "attribute": "Hauteur de vue" + }, + { + "displayName": "close-up", + "langName": "gros plan", + "object": "Photographie", + "attribute": "Hauteur de vue" + }, + { + "displayName": "focus on face", + "langName": "focus sur le visage", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "full-body shot", + "langName": "prise de vue de l'ensemble du corps", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "foreground focus", + "langName": "focalisation frontale", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "wide_shot", + "langName": "Objectif panoramique (grand angle)", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "macro_shot", + "langName": "objectif macro", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "inset", + "langName": "Insérer des séquences ou des images supplémentaires", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "cross-section", + "langName": "Vue en coupe", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "male focus", + "langName": "Focus masculin (Focus féminin)", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "solo_focus", + "langName": "Se concentrer sur un seul personnage (adapté aux scènes complexes)", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "xx_focus", + "langName": "se concentrer sur xx", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "face_focus", + "langName": "focus sur le visage", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "eyes_focus", + "langName": "se concentrer sur les yeux", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "foot_focus", + "langName": "se concentrer sur les pieds", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "hip_focus", + "langName": "Focus sur les fesses", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "ass_focus", + "langName": "se concentrer sur les fesses", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "vehicle_focus", + "langName": "Se concentrer sur le véhicule (voiture)", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "turn_one's_back", + "langName": "Retour à l'appareil photo", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "between_legs", + "langName": "(accent) entre les jambes", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "between_breasts", + "langName": "poitrine (saillante)", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "between_fingers", + "langName": "(proéminence) entre les doigts", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "peeking", + "langName": "voyeurisme", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "peeking_out", + "langName": "voyeurisme (geste)", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "peeping", + "langName": "Voyeur (accent sur la perspective)", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "midriff_peek", + "langName": "coup d'œil au nombril", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "armpit_peek", + "langName": "coup d'œil sous les aisselles", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "pussy_peek", + "langName": "Puxi peek", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "panty_peek", + "langName": "coup d'œil sur la culotte", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "pantyshot", + "langName": "Sous-vêtements exposés", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "caught", + "langName": "Pris en flagrant délit", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "upskirt", + "langName": "Vue du jupon", + "object": "Photographie", + "attribute": "Mise au point de l'objectif" + }, + { + "displayName": "Macro", + "langName": "Macro", + "object": "Photographie", + "attribute": "Lentilles/effets optiques" + }, + { + "displayName": "Telephoto", + "langName": "Téléobjectif", + "object": "Photographie", + "attribute": "Lentilles/effets optiques" + }, + { + "displayName": "Magnification", + "langName": "agrandir", + "object": "Photographie", + "attribute": "Lentilles/effets optiques" + }, + { + "displayName": "Microscopic", + "langName": "microscopique", + "object": "Photographie", + "attribute": "Lentilles/effets optiques" + }, + { + "displayName": "Electron Microscope", + "langName": "microscope électronique", + "object": "Photographie", + "attribute": "Lentilles/effets optiques" + }, + { + "displayName": "Super-Resolution Microscopy", + "langName": "microscopie à super résolution", + "object": "Photographie", + "attribute": "Lentilles/effets optiques" + }, + { + "displayName": "Wide Angle", + "langName": "grand angle", + "object": "Photographie", + "attribute": "Lentilles/effets optiques" + }, + { + "displayName": "Ultra-Wide Angle", + "langName": "super grand angle", + "object": "Photographie", + "attribute": "Lentilles/effets optiques" + }, + { + "displayName": "panorama", + "langName": "panoramique", + "object": "Photographie", + "attribute": "Lentilles/effets optiques" + }, + { + "displayName": "360 Panorama", + "langName": "Panorama 360", + "object": "Photographie", + "attribute": "Lentilles/effets optiques" + }, + { + "displayName": "360 Angle", + "langName": "Vue à 360 degrés", + "object": "Photographie", + "attribute": "Lentilles/effets optiques" + }, + { + "displayName": "Fisheye Lens", + "langName": "lentille fisheye", + "object": "Photographie", + "attribute": "Lentilles/effets optiques" + }, + { + "displayName": "Fisheye Lens Effect", + "langName": "effet de lentille fisheye", + "object": "Photographie", + "attribute": "Lentilles/effets optiques" + }, + { + "displayName": "Miniature Faking", + "langName": "Effet de modèle miniature", + "object": "Photographie", + "attribute": "Lentilles/effets optiques" + }, + { + "displayName": "Brenizer Method", + "langName": "tir en spirale", + "object": "Photographie", + "attribute": "Lentilles/effets optiques" + }, + { + "displayName": "Panini Projection", + "langName": "Projection Panini", + "object": "Photographie", + "attribute": "Lentilles/effets optiques" + }, + { + "displayName": "Orthographic", + "langName": "projection orthographique", + "object": "Photographie", + "attribute": "Lentilles/effets optiques" + }, + { + "displayName": "Isometric", + "langName": "Projection isométrique", + "object": "Photographie", + "attribute": "Lentilles/effets optiques" + }, + { + "displayName": "DOF", + "langName": "profondeur de champ", + "object": "Photographie", + "attribute": "Lentilles/effets optiques" + }, + { + "displayName": "landscape", + "langName": "Prise de vue du paysage (longue vue)", + "object": "Photographie", + "attribute": "Lentilles/effets optiques" + }, + { + "displayName": "Sharp Focus", + "langName": "mise au point nette", + "object": "Photographie", + "attribute": "Lentilles/effets optiques" + }, + { + "displayName": "Zoom", + "langName": "zoom", + "object": "Photographie", + "attribute": "Lentilles/effets optiques" + }, + { + "displayName": "Dolly Zoom", + "langName": "dolly zoom", + "object": "Photographie", + "attribute": "Lentilles/effets optiques" + }, + { + "displayName": "Portrait Photogram", + "langName": "portrait", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "Photorealistic", + "langName": "Photoréalisme", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "Cinematic", + "langName": "Sensation cinématographique", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "Color Grading", + "langName": "étalonnage des couleurs", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "Dramatic", + "langName": "dramatique", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "Editorial Photography", + "langName": "photographie éditoriale", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "filmic", + "langName": "Qualité cinématographique", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "film still", + "langName": "film images fixes", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "film grain", + "langName": "grain du film", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "Glamor Shot", + "langName": "des prises de vue charmantes", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "Golden Hour", + "langName": "heure de grande écoute", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "High-Speed Photograph", + "langName": "photographie à grande vitesse", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "Intentional camera movement", + "langName": "mouvement de caméra intentionnel", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "Paparazzi Photography", + "langName": "photographie de paparazzi", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "Photography", + "langName": "photographie", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "Photoshoot", + "langName": "séance photo", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "photo", + "langName": "photo", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "polaroid", + "langName": "Photos (Polaroïd)", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "poster,caustics", + "langName": "Poster/thème Focus", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "Kaleidoscope Photography", + "langName": "photographie kaléidoscope", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "Photojournalism", + "langName": "photojournalisme", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "Time-Lapse", + "langName": "Photographie en accéléré", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "Satellite Imagery", + "langName": "images satellites", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "War Photography", + "langName": "photographie de guerre", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "Wildlife Photography", + "langName": "photographie animalière", + "object": "Photographie", + "attribute": "Style photographique" + }, + { + "displayName": "Blurry", + "langName": "Vague", + "object": "Photographie", + "attribute": "Flou/distorsion" + }, + { + "displayName": "Blur Effect", + "langName": "Effet de flou", + "object": "Photographie", + "attribute": "Flou/distorsion" + }, + { + "displayName": "Tilt Blur", + "langName": "flou d'inclinaison", + "object": "Photographie", + "attribute": "Flou/distorsion" + }, + { + "displayName": "Lens Distortion", + "langName": "distorsion de l'objectif", + "object": "Photographie", + "attribute": "Flou/distorsion" + }, + { + "displayName": "flash photography", + "langName": "Photographie au flash", + "object": "Photographie", + "attribute": "Réglages de l'appareil photo" + }, + { + "displayName": "Exposure", + "langName": "exposition", + "object": "Photographie", + "attribute": "Réglages de l'appareil photo" + }, + { + "displayName": "Short Exposure", + "langName": "courte exposition", + "object": "Photographie", + "attribute": "Réglages de l'appareil photo" + }, + { + "displayName": "Long Exposure", + "langName": "longue exposition", + "object": "Photographie", + "attribute": "Réglages de l'appareil photo" + }, + { + "displayName": "Double-Exposure", + "langName": "double exposition", + "object": "Photographie", + "attribute": "Réglages de l'appareil photo" + }, + { + "displayName": "Shutter Speed 1/1000", + "langName": "Vitesse d'obturation 1/1000", + "object": "Photographie", + "attribute": "Réglages de l'appareil photo" + }, + { + "displayName": "Shutter Speed 1/2", + "langName": "Vitesse d'obturation 1/2", + "object": "Photographie", + "attribute": "Réglages de l'appareil photo" + }, + { + "displayName": "F/2.8", + "langName": "Ouverture/2.8", + "object": "Photographie", + "attribute": "Réglages de l'appareil photo" + }, + { + "displayName": "F/22", + "langName": "F/22", + "object": "Photographie", + "attribute": "Réglages de l'appareil photo" + }, + { + "displayName": "Gamma", + "langName": "gamma", + "object": "Photographie", + "attribute": "Réglages de l'appareil photo" + }, + { + "displayName": "White Balance", + "langName": "balance des blancs", + "object": "Photographie", + "attribute": "Réglages de l'appareil photo" + }, + { + "displayName": "Schlieren", + "langName": "interférence des ondes lumineuses", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Night Vision", + "langName": "Photographie en basse lumière", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Hyperspectral Imaging", + "langName": "imagerie hyperspectrale", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Multispectral Imaging", + "langName": "imagerie multispectrale", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Camcorder Effect", + "langName": "effets de caméra", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "DSLR", + "langName": "SLR", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "35mm", + "langName": "35 mm", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Tri-X 400 TX", + "langName": "Tri-X 400TX", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Instax", + "langName": "Polaroïd", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Ektachrome", + "langName": "Kodak Ektachrome", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Fujifilm Superia", + "langName": "Fujifilm", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Fujifilm XT3", + "langName": "Fujifilm XT3", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Polaroid SX-70", + "langName": "Polaroïd", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Ilford HP5", + "langName": "Ilford HP5", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Kodak Ektar", + "langName": "Kodak Ektar", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Kodak Gold 200", + "langName": "Kodak Gold 200", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Kodak Portra", + "langName": "Kodak Portra", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Lomo", + "langName": "Lomo", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Nikon D750", + "langName": "Nikon D750", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Provia", + "langName": "Fuji Provia", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Shot on 70mm", + "langName": "Tourné sur pellicule 70 mm", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Velvia", + "langName": "Fuji Velvia", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Vintage", + "langName": "photo d'époque", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Pinhole Photography", + "langName": "photographie par sténopé", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Photogram", + "langName": "photo", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Daguerrotype", + "langName": "Daguerréotype", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Ambrotype", + "langName": "photographie ancienne", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Calotype", + "langName": "Photophotographie", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Tintype", + "langName": "photographie à l'étain", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Dashcam-Footage", + "langName": "Vidéo de l'enregistreur de conduite", + "object": "Photographie", + "attribute": "Appareil photo" + }, + { + "displayName": "Unary", + "langName": "un yuan", + "object": "Photographie", + "attribute": "Système numérique" + }, + { + "displayName": "Binary", + "langName": "binaire", + "object": "Photographie", + "attribute": "Système numérique" + }, + { + "displayName": "Ternary", + "langName": "ternaire", + "object": "Photographie", + "attribute": "Système numérique" + }, + { + "displayName": "Quaternary", + "langName": "quaternaire", + "object": "Photographie", + "attribute": "Système numérique" + }, + { + "displayName": "Quinary", + "langName": "quinaire", + "object": "Photographie", + "attribute": "Système numérique" + }, + { + "displayName": "Senary", + "langName": "hexadécimal", + "object": "Photographie", + "attribute": "Système numérique" + }, + { + "displayName": "Septenary", + "langName": "Sept bases", + "object": "Photographie", + "attribute": "Système numérique" + }, + { + "displayName": "Octal", + "langName": "Octal", + "object": "Photographie", + "attribute": "Système numérique" + }, + { + "displayName": "Nonary", + "langName": "Neuf bases", + "object": "Photographie", + "attribute": "Système numérique" + }, + { + "displayName": "Decimal", + "langName": "décimal", + "object": "Photographie", + "attribute": "Système numérique" + }, + { + "displayName": "Hexadecimal", + "langName": "hexadécimal", + "object": "Photographie", + "attribute": "Système numérique" + }, + { + "displayName": "depth of field", + "langName": "Profondeur de champ (coordination des scènes humaines)", + "object": "Photographie", + "attribute": "Effet" + }, + { + "displayName": "motion_blur", + "langName": "flou causé par le mouvement", + "object": "Photographie", + "attribute": "Effet" + }, + { + "displayName": "motion_lines", + "langName": "Des lignes qui incarnent le mouvement", + "object": "Photographie", + "attribute": "Effet" + }, + { + "displayName": "speed_lines", + "langName": "ligne de vitesse", + "object": "Photographie", + "attribute": "Effet" + }, + { + "displayName": "bokeh", + "langName": "Caustique (arrière-plan flou)", + "object": "Photographie", + "attribute": "Effet" + }, + { + "displayName": "chromatic_aberration", + "langName": "Aberration chromatique, couleurs floues", + "object": "Photographie", + "attribute": "Effet" + }, + { + "displayName": "overexposure", + "langName": "surexposé", + "object": "Photographie", + "attribute": "Effet" + }, + { + "displayName": "Vignette", + "langName": "Vignette", + "object": "Photographie", + "attribute": "Effet" + }, + { + "displayName": "Split Toning", + "langName": "Classement fractionné", + "object": "Photographie", + "attribute": "Effet" + }, + { + "displayName": "Rephotography", + "langName": "photographie lourde", + "object": "Photographie", + "attribute": "Effet" + }, + { + "displayName": "miniature model film", + "langName": "film de miniatures", + "object": "Photographie", + "attribute": "Effet" + }, + { + "displayName": "Scanography", + "langName": "photographie par balayage", + "object": "Photographie", + "attribute": "Effet" + }, + { + "displayName": "Slit-Scan Photography", + "langName": "photographie par balayage de fente", + "object": "Photographie", + "attribute": "Effet" + }, + { + "displayName": "photorealistic,realistic", + "langName": "réaliste, simulation", + "object": "Photographie", + "attribute": "Effet" + }, + { + "displayName": "realistic", + "langName": "Réaliste", + "object": "Photographie", + "attribute": "Effet" + }, + { + "displayName": "semi-realistic", + "langName": "semi-réaliste", + "object": "Photographie", + "attribute": "Effet" + }, + { + "displayName": "realistic shadows", + "langName": "ombre de la réalité", + "object": "Photographie", + "attribute": "Effet" + }, + { + "displayName": "detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "détails de la main", + "object": "Photographie", + "attribute": "Effet" + }, + { + "displayName": "detailed feet and detailed 5 toes and detailed 5 toenails", + "langName": "détails des pieds", + "object": "Photographie", + "attribute": "Effet" + }, + { + "displayName": "Transparent", + "langName": "transparent", + "object": "Matériau", + "attribute": "Opacité" + }, + { + "displayName": "Translucent", + "langName": "translucide", + "object": "Matériau", + "attribute": "Opacité" + }, + { + "displayName": "Opaque", + "langName": "opaque", + "object": "Matériau", + "attribute": "Opacité" + }, + { + "displayName": "Bump Map", + "langName": "Carte des bosses", + "object": "Matériau", + "attribute": "Carte" + }, + { + "displayName": "Bump Mapped", + "langName": "Avec carte des bosses", + "object": "Matériau", + "attribute": "Carte" + }, + { + "displayName": "Bump Mapping", + "langName": "Cartographie des bosses", + "object": "Matériau", + "attribute": "Carte" + }, + { + "displayName": "Normal Map", + "langName": "carte des normales", + "object": "Matériau", + "attribute": "Carte" + }, + { + "displayName": "Depth Map", + "langName": "Carte des profondeurs", + "object": "Matériau", + "attribute": "Carte" + }, + { + "displayName": "Soft Body", + "langName": "logiciel", + "object": "Matériau", + "attribute": "Corps souple" + }, + { + "displayName": "Squishy", + "langName": "duveteux", + "object": "Matériau", + "attribute": "Corps souple" + }, + { + "displayName": "Anisotropy", + "langName": "anisotropie", + "object": "Matériau", + "attribute": "Caractéristique" + }, + { + "displayName": "Carbonated", + "langName": "Gazéifié", + "object": "Matériau", + "attribute": "Caractéristique" + }, + { + "displayName": "Effervescent", + "langName": "moussage", + "object": "Matériau", + "attribute": "Caractéristique" + }, + { + "displayName": "Icy", + "langName": "froid", + "object": "Matériau", + "attribute": "Caractéristique" + }, + { + "displayName": "Charred", + "langName": "Carbonisation", + "object": "Matériau", + "attribute": "Caractéristique" + }, + { + "displayName": "Corrugated", + "langName": "ridé", + "object": "Matériau", + "attribute": "Caractéristique" + }, + { + "displayName": "Perforated", + "langName": "perforation", + "object": "Matériau", + "attribute": "Caractéristique" + }, + { + "displayName": "Wooden", + "langName": "en bois", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Lumber", + "langName": "bois", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Plywood", + "langName": "contreplaqué", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Particle-Board", + "langName": "panneau de particules", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Sawdust", + "langName": "sciure de bois", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Cork", + "langName": "liège", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Cherry-Wood", + "langName": "bois de cerisier", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Maple-Wood", + "langName": "érable", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Pine-Wood", + "langName": "forêt de pins", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Oak-Wood", + "langName": "chêne", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Birch-Wood", + "langName": "bouleau", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Acacia-Wood", + "langName": "Bois d'acacia", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Cedar-Wood", + "langName": "bois de cèdre", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Wood-Stain", + "langName": "teinture pour bois", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Planks", + "langName": "conseil", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Wooden Planks", + "langName": "planche en bois", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Nailed-Wood", + "langName": "Bois de clouage", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Wooden Fence", + "langName": "clôture en bois", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Cardboard", + "langName": "carton", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Corrugated Fiberboard", + "langName": "carton ondulé", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Paperboard", + "langName": "carton", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Cardstock", + "langName": "bourrage papier", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Paper", + "langName": "Papier", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Construction Paper", + "langName": "dessins de construction", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Tissue Paper", + "langName": "papier hygiénique", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Graph Paper", + "langName": "papier graphique", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Kraft Paper", + "langName": "Papier kraft", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Washi", + "langName": "Papier japonais", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Wasli", + "langName": "Papier Wasli", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Papyrus", + "langName": "Papyrus", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Manuscript Paper", + "langName": "papier manuscrit", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Wrapping Paper", + "langName": "papier d'emballage", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Parchment", + "langName": "parchemin", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Parchment Paper", + "langName": "papier pour barbecue", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Medieval Parchment", + "langName": "parchemin médiéval", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Toilet Paper", + "langName": "papier hygiénique", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Paper Towel", + "langName": "tissu", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Manila Paper", + "langName": "papier de manille", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Manila Folder", + "langName": "dossier manille", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Envelope", + "langName": "enveloppe", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Security Paper", + "langName": "Papier anti-contrefaçon", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Rolling Paper", + "langName": "papier à cigarette", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Cotton Paper", + "langName": "tissu", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Hemp Fiber", + "langName": "fibre de chanvre", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Hemp Paper", + "langName": "papier de chanvre", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Cellulose", + "langName": "Cellulose", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Plastic-Coated Paper", + "langName": "papier plastifié", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Tar Paper", + "langName": "papier goudronné", + "object": "Matériau", + "attribute": "Bois et papier" + }, + { + "displayName": "Soil", + "langName": "sol", + "object": "Matériau", + "attribute": "Sol" + }, + { + "displayName": "Dirt", + "langName": "poussière", + "object": "Matériau", + "attribute": "Sol" + }, + { + "displayName": "Mud", + "langName": "boue", + "object": "Matériau", + "attribute": "Sol" + }, + { + "displayName": "Mud Brick", + "langName": "brique de terre", + "object": "Matériau", + "attribute": "Sol" + }, + { + "displayName": "Clay", + "langName": "argile", + "object": "Matériau", + "attribute": "Sol" + }, + { + "displayName": "Sand", + "langName": "sable", + "object": "Matériau", + "attribute": "Sol" + }, + { + "displayName": "Gravel", + "langName": "gravier", + "object": "Matériau", + "attribute": "Sol" + }, + { + "displayName": "Silt", + "langName": "limon", + "object": "Matériau", + "attribute": "Sol" + }, + { + "displayName": "Dust", + "langName": "poussière", + "object": "Matériau", + "attribute": "Sol" + }, + { + "displayName": "Spodosol", + "langName": "sol de conifères", + "object": "Matériau", + "attribute": "Sol" + }, + { + "displayName": "Podzol", + "langName": "sol de conifères", + "object": "Matériau", + "attribute": "Sol" + }, + { + "displayName": "Sandpaper", + "langName": "papier de verre", + "object": "Matériau", + "attribute": "Sol" + }, + { + "displayName": "Stone", + "langName": "Pierre", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Cobblestone", + "langName": "pavé", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Pebbles", + "langName": "galet", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Rock", + "langName": "rocher", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Rocky", + "langName": "rocheux", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Bedrock", + "langName": "roche-mère", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Flint", + "langName": "silex", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Sandstone", + "langName": "grès", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Basalt", + "langName": "basalte", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Marble", + "langName": "marbre", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Granite", + "langName": "granit", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Diorite", + "langName": "Diorite", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Andesite", + "langName": "andésite", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Gypsum", + "langName": "plâtre", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Coal", + "langName": "charbon", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Sulfur", + "langName": "Soufre", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Graphene", + "langName": "graphène", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Carbon Nanotubes", + "langName": "nanotubes de carbone", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Carbon Fiber", + "langName": "fibre de carbone", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Concrete", + "langName": "béton", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Sidewalk", + "langName": "trottoir", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Asphalt", + "langName": "asphalte", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Hempcrete", + "langName": "béton de chanvre", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Brick", + "langName": "brique", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Terracotta", + "langName": "argile rouge", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Pottery", + "langName": "poterie", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Ceramic", + "langName": "produits céramiques", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Enamel", + "langName": "émail", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Sheetrock", + "langName": "plaque de plâtre", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Plaster", + "langName": "stuc", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Asbestos", + "langName": "amiante", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Slag", + "langName": "scories", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Vermiculite", + "langName": "Vermiculite", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Perlite", + "langName": "perlite", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Borax", + "langName": "Borax", + "object": "Matériau", + "attribute": "Pierres et minéraux" + }, + { + "displayName": "Metallic", + "langName": "métallique", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Metal", + "langName": "Métal", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Liquid Metal", + "langName": "métal liquide", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Foil", + "langName": "feuille", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Rusty", + "langName": "rouillé", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Pewter", + "langName": "étain", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Copper", + "langName": "cuivre", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Tin", + "langName": "étain", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Aluminum", + "langName": "aluminium", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Brushed Aluminum", + "langName": "aluminium brossé", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Bronze", + "langName": "bronze", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Brass", + "langName": "laiton", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Iron", + "langName": "fer", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Wrought Iron", + "langName": "fer forgé", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Steel", + "langName": "acier", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Stainless Steel", + "langName": "Acier inoxydable", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Damascus Steel", + "langName": "acier damassé", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Titanium", + "langName": "titane", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Anodized Titanium", + "langName": "titane anodisé", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Damascus Titanium", + "langName": "titane damassé", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Sterling Silver", + "langName": "Argent massif", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Sterling", + "langName": "Argent standard", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Rose-Gold", + "langName": "or rose", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Platinum", + "langName": "platine", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Chromium", + "langName": "chrome", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Chrome", + "langName": "chromé", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Mercury", + "langName": "mercure", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Mercury Metal", + "langName": "mercure métal", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Molten Mercury", + "langName": "mercure fondu", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Molten Mercury Metal", + "langName": "mercure en fusion métal", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Gallium", + "langName": "gallium", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Magnesium", + "langName": "magnésium", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Zinc", + "langName": "le zinc", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Lead", + "langName": "plomb", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Tungsten", + "langName": "Tungstène", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Zirconium", + "langName": "zirconium", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Cubic Zirconium", + "langName": "zircon cubique", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Cobalt", + "langName": "cobalt", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Uranium", + "langName": "uranium", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Sodium", + "langName": "sodium", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Potassium", + "langName": "Potassium", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Constantan", + "langName": "Constantan", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Hepatizon", + "langName": "Cuivre Hepa", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Nichrome", + "langName": "Nichrome", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Damascus", + "langName": "damas", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Iron Filings", + "langName": "limaille de fer", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Copper-Sulfate", + "langName": "sulfate de cuivre", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Solder", + "langName": "soudure", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Metallic Fiber", + "langName": "fibre métallique", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Armature Wire", + "langName": "Fil blindé", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Metal Foam", + "langName": "mousse métallique", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Needle", + "langName": "Aiguille", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Screw", + "langName": "vis", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Paper Clips", + "langName": "trombone", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Chain-link", + "langName": "chaîne", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Chicken Wire", + "langName": "fil de fer barbelé", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Chain-link Fence", + "langName": "clôture à mailles losangées", + "object": "Matériau", + "attribute": "Métal" + }, + { + "displayName": "Glassy", + "langName": "Vitré", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Stained Glass", + "langName": "vitrail", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Stained Glass Windows", + "langName": "vitraux", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Seaglass", + "langName": "verre de mer", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Mirror", + "langName": "Miroir", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Fiberglass", + "langName": "fibre de verre", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Glass Fiber", + "langName": "fibre de verre", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Glass and Crystals", + "langName": "verre et cristal", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Crystalline", + "langName": "cristal", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Diamond", + "langName": "diamant", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Amethyst", + "langName": "améthyste", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Quartz", + "langName": "quartz", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Smoky Quartz", + "langName": "quartz fumé", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Rose Quartz", + "langName": "quartz rose", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Milky Quartz", + "langName": "Quartz opalescent", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Rutilated Quartz", + "langName": "quartz cristallin en titane", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Sceptred Quartz", + "langName": "quartz nodulaire", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Herkimer Diamond", + "langName": "Diamant Herkimer", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Ruby", + "langName": "rubis", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Sapphire", + "langName": "saphir", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Emerald", + "langName": "émeraude", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Pearl", + "langName": "perle", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Citrine", + "langName": "citrine", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Fluorite", + "langName": "fluorine", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Onyx", + "langName": "agate", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Lapis Lazuli", + "langName": "lapis-lazuli", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Obsidian", + "langName": "obsidienne", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Selenite", + "langName": "Plâtre transparent", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Jasper", + "langName": "cornaline", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Opal", + "langName": "opale", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Opalite", + "langName": "opale agate", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Topaz", + "langName": "topaze", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Agate", + "langName": "agate", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Carnelian", + "langName": "agate rouge", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Ametrine", + "langName": "Amétrine", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Aventurine", + "langName": "tourmaline verte", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Borax Crystals", + "langName": "Cristaux de borax", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Colloidal Crystal", + "langName": "cristaux colloïdaux", + "object": "Matériau", + "attribute": "Verre et cristal" + }, + { + "displayName": "Cloth", + "langName": "tissu", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Cotton", + "langName": "coton", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Polyester", + "langName": "fibre de polyester", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Twine", + "langName": "Ficelle", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Silk", + "langName": "soie", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Denim", + "langName": "denim", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Leather", + "langName": "cuir", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Felt", + "langName": "Feutre", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Felt Cloth", + "langName": "tissu de feutre", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Cashmere", + "langName": "Cachemire", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Velvet", + "langName": "velours", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Corduroy", + "langName": "velours côtelé", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Nylon", + "langName": "Nylon", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Polyamide", + "langName": "polyamide", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Kevlar", + "langName": "Aramide", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Spandex", + "langName": "élasthanne", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Rayon", + "langName": "Rayon", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Microfiber", + "langName": "microfibre", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Fibers", + "langName": "fibre", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Lyocell", + "langName": "Lyocell", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Cordura", + "langName": "Kaudura", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Lurex", + "langName": "maille", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Nomex", + "langName": "Nomex", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Quilt", + "langName": "Courtepointe", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Memory Foam", + "langName": "mousse à mémoire de forme", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Lint", + "langName": "charpie", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Blanket", + "langName": "couverture", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Pin Cushion", + "langName": "pelote à épingles", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Yarn", + "langName": "fil", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Knitted", + "langName": "tricoté", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Rug", + "langName": "tapis d'extérieur", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Crochet", + "langName": "Crochet", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Cross Stich", + "langName": "point de croix", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Needle Point", + "langName": "tricot", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Patch", + "langName": "correctif", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Sewen", + "langName": "couture", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Applique", + "langName": "applique", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Macrame", + "langName": "dentelle", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Weave", + "langName": "tresse", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Net", + "langName": "net", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Netting", + "langName": "Tissu en maille", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Gauze", + "langName": "gaze", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Spider Web", + "langName": "toile d'araignée", + "object": "Matériau", + "attribute": "Tissu" + }, + { + "displayName": "Plastic", + "langName": "plastique", + "object": "Matériau", + "attribute": "Film plastique/mousse" + }, + { + "displayName": "Shrink Wrap", + "langName": "film rétractable", + "object": "Matériau", + "attribute": "Film plastique/mousse" + }, + { + "displayName": "Plastic Wrap", + "langName": "film plastique", + "object": "Matériau", + "attribute": "Film plastique/mousse" + }, + { + "displayName": "Cling Wrap", + "langName": "Film d'emballage adhésif", + "object": "Matériau", + "attribute": "Film plastique/mousse" + }, + { + "displayName": "Teflon", + "langName": "Téflon", + "object": "Matériau", + "attribute": "Film plastique/mousse" + }, + { + "displayName": "Lego", + "langName": "Lego", + "object": "Matériau", + "attribute": "Film plastique/mousse" + }, + { + "displayName": "Polyurethane", + "langName": "Polyuréthane", + "object": "Matériau", + "attribute": "Film plastique/mousse" + }, + { + "displayName": "Polyethylene", + "langName": "polyéthylène", + "object": "Matériau", + "attribute": "Film plastique/mousse" + }, + { + "displayName": "Polyvinyl", + "langName": "polyéthylène", + "object": "Matériau", + "attribute": "Film plastique/mousse" + }, + { + "displayName": "Polypropylene", + "langName": "Polypropylène", + "object": "Matériau", + "attribute": "Film plastique/mousse" + }, + { + "displayName": "Polyimide", + "langName": "polyimide", + "object": "Matériau", + "attribute": "Film plastique/mousse" + }, + { + "displayName": "Styrofoam", + "langName": "Polystyrène", + "object": "Matériau", + "attribute": "Film plastique/mousse" + }, + { + "displayName": "Foam", + "langName": "Mousse", + "object": "Matériau", + "attribute": "Film plastique/mousse" + }, + { + "displayName": "Rubber", + "langName": "caoutchouc", + "object": "Matériau", + "attribute": "Caoutchouc" + }, + { + "displayName": "Rubber Band", + "langName": "élastique", + "object": "Matériau", + "attribute": "Caoutchouc" + }, + { + "displayName": "Rubber Band Ball", + "langName": "ballon élastique", + "object": "Matériau", + "attribute": "Caoutchouc" + }, + { + "displayName": "Balloon", + "langName": "ballon", + "object": "Matériau", + "attribute": "Caoutchouc" + }, + { + "displayName": "Nitrile", + "langName": "Caoutchouc nitrile", + "object": "Matériau", + "attribute": "Caoutchouc" + }, + { + "displayName": "Silicone", + "langName": "Silicone", + "object": "Matériau", + "attribute": "Caoutchouc" + }, + { + "displayName": "Vinyl", + "langName": "vinyle plastique", + "object": "Matériau", + "attribute": "Caoutchouc" + }, + { + "displayName": "Linoleum", + "langName": "linoléum", + "object": "Matériau", + "attribute": "Caoutchouc" + }, + { + "displayName": "Silly Band", + "langName": "élastique", + "object": "Matériau", + "attribute": "Caoutchouc" + }, + { + "displayName": "Wax", + "langName": "cire", + "object": "Matériau", + "attribute": "Cire" + }, + { + "displayName": "Wax Paper", + "langName": "pochoir", + "object": "Matériau", + "attribute": "Cire" + }, + { + "displayName": "Carnauba Wax", + "langName": "cire de carnauba", + "object": "Matériau", + "attribute": "Cire" + }, + { + "displayName": "Candelilla Wax", + "langName": "cire de candelilla", + "object": "Matériau", + "attribute": "Cire" + }, + { + "displayName": "Paraffin Wax", + "langName": "paraffine", + "object": "Matériau", + "attribute": "Cire" + }, + { + "displayName": "Shellac", + "langName": "gomme-laque", + "object": "Matériau", + "attribute": "Cire" + }, + { + "displayName": "Ice", + "langName": "glace", + "object": "Matériau", + "attribute": "Glace et neige" + }, + { + "displayName": "Blue-Ice", + "langName": "glace bleue", + "object": "Matériau", + "attribute": "Glace et neige" + }, + { + "displayName": "Dry Ice", + "langName": "glace sèche", + "object": "Matériau", + "attribute": "Glace et neige" + }, + { + "displayName": "Hairy", + "langName": "poilu", + "object": "Matériau", + "attribute": "Poils/fourrure" + }, + { + "displayName": "Fuzz", + "langName": "Fluff", + "object": "Matériau", + "attribute": "Poils/fourrure" + }, + { + "displayName": "Beard", + "langName": "barbe", + "object": "Matériau", + "attribute": "Poils/fourrure" + }, + { + "displayName": "Feathers", + "langName": "plume", + "object": "Matériau", + "attribute": "Poils/fourrure" + }, + { + "displayName": "Zebra", + "langName": "zèbre", + "object": "Matériau", + "attribute": "Poils/fourrure" + }, + { + "displayName": "Dust-Bunny", + "langName": "lapin gris", + "object": "Matériau", + "attribute": "Poils/fourrure" + }, + { + "displayName": "Liquid", + "langName": "liquide", + "object": "Matériau", + "attribute": "Liquide" + }, + { + "displayName": "Water", + "langName": "l'eau", + "object": "Matériau", + "attribute": "Liquide" + }, + { + "displayName": "Lava", + "langName": "magma", + "object": "Matériau", + "attribute": "Liquide" + }, + { + "displayName": "Magma", + "langName": "lave", + "object": "Matériau", + "attribute": "Liquide" + }, + { + "displayName": "Molten Rock", + "langName": "roche en fusion", + "object": "Matériau", + "attribute": "Liquide" + }, + { + "displayName": "Ferro Fluid", + "langName": "ferrofluide", + "object": "Matériau", + "attribute": "Liquide" + }, + { + "displayName": "Liquid Crystal", + "langName": "cristaux liquides", + "object": "Matériau", + "attribute": "Liquide" + }, + { + "displayName": "Gasoline", + "langName": "l'essence", + "object": "Matériau", + "attribute": "Liquide" + }, + { + "displayName": "Turpentine", + "langName": "térébenthine", + "object": "Matériau", + "attribute": "Liquide" + }, + { + "displayName": "Mineral Oil", + "langName": "huile minérale", + "object": "Matériau", + "attribute": "Liquide" + }, + { + "displayName": "Motor Oil", + "langName": "huile moteur", + "object": "Matériau", + "attribute": "Liquide" + }, + { + "displayName": "Sea Foam", + "langName": "écume de mer", + "object": "Matériau", + "attribute": "Liquide" + }, + { + "displayName": "Emulsion", + "langName": "émulsification", + "object": "Matériau", + "attribute": "Liquide" + }, + { + "displayName": "Lipid", + "langName": "Lipides", + "object": "Matériau", + "attribute": "Liquide" + }, + { + "displayName": "Flubber", + "langName": "Tissu élastique", + "object": "Matériau", + "attribute": "Bave" + }, + { + "displayName": "Putty", + "langName": "Adhésifs pour le scellement et le remplissage de vides", + "object": "Matériau", + "attribute": "Bave" + }, + { + "displayName": "Poster Tack", + "langName": "Colle à poster", + "object": "Matériau", + "attribute": "Bave" + }, + { + "displayName": "Gel", + "langName": "gel", + "object": "Matériau", + "attribute": "Viscosité" + }, + { + "displayName": "Aerogel", + "langName": "aérogel", + "object": "Matériau", + "attribute": "Viscosité" + }, + { + "displayName": "Softgel", + "langName": "Capsule molle", + "object": "Matériau", + "attribute": "Viscosité" + }, + { + "displayName": "Silica Gel", + "langName": "Silicone", + "object": "Matériau", + "attribute": "Viscosité" + }, + { + "displayName": "Ballistic Gel", + "langName": "gel balistique", + "object": "Matériau", + "attribute": "Viscosité" + }, + { + "displayName": "Jellyfish", + "langName": "méduse", + "object": "Matériau", + "attribute": "Viscosité" + }, + { + "displayName": "Ballistic Foam", + "langName": "mousse balistique", + "object": "Matériau", + "attribute": "Viscosité" + }, + { + "displayName": "Sponge", + "langName": "éponge", + "object": "Matériau", + "attribute": "Viscosité" + }, + { + "displayName": "Spongy", + "langName": "spongieux", + "object": "Matériau", + "attribute": "Viscosité" + }, + { + "displayName": "Tape", + "langName": "ruban adhésif", + "object": "Matériau", + "attribute": "Adhésif" + }, + { + "displayName": "Duct Tape", + "langName": "Ruban", + "object": "Matériau", + "attribute": "Adhésif" + }, + { + "displayName": "Scotch Tape", + "langName": "Colle transparente", + "object": "Matériau", + "attribute": "Adhésif" + }, + { + "displayName": "Clear Tape", + "langName": "Ruban adhésif", + "object": "Matériau", + "attribute": "Adhésif" + }, + { + "displayName": "Packing Tape", + "langName": "Ruban d'étanchéité", + "object": "Matériau", + "attribute": "Adhésif" + }, + { + "displayName": "Masking Tape", + "langName": "Ruban adhésif", + "object": "Matériau", + "attribute": "Adhésif" + }, + { + "displayName": "Kapton", + "langName": "kapton", + "object": "Matériau", + "attribute": "Adhésif" + }, + { + "displayName": "Kapton Tape", + "langName": "Ruban de Kapton", + "object": "Matériau", + "attribute": "Adhésif" + }, + { + "displayName": "Adhesive", + "langName": "Adhésif", + "object": "Matériau", + "attribute": "Adhésif" + }, + { + "displayName": "Glue", + "langName": "colle", + "object": "Matériau", + "attribute": "Adhésif" + }, + { + "displayName": "Epoxy", + "langName": "Résine époxy", + "object": "Matériau", + "attribute": "Adhésif" + }, + { + "displayName": "Polymer", + "langName": "polymère", + "object": "Matériau", + "attribute": "Polymère" + }, + { + "displayName": "Orbeez", + "langName": "gouttelettes d'eau", + "object": "Matériau", + "attribute": "Polymère" + }, + { + "displayName": "Oobleck", + "langName": "solution d'amidon mixte", + "object": "Matériau", + "attribute": "Polymère" + }, + { + "displayName": "Vapor", + "langName": "vapeur", + "object": "Matériau", + "attribute": "Gaz/poudre" + }, + { + "displayName": "Clouds", + "langName": "nuage", + "object": "Matériau", + "attribute": "Gaz/poudre" + }, + { + "displayName": "Fog", + "langName": "brouillard", + "object": "Matériau", + "attribute": "Gaz/poudre" + }, + { + "displayName": "Mist", + "langName": "brouillard", + "object": "Matériau", + "attribute": "Gaz/poudre" + }, + { + "displayName": "Gas", + "langName": "gaz", + "object": "Matériau", + "attribute": "Gaz/poudre" + }, + { + "displayName": "Aerosol", + "langName": "aérosol", + "object": "Matériau", + "attribute": "Gaz/poudre" + }, + { + "displayName": "Powder", + "langName": "poudre", + "object": "Matériau", + "attribute": "Gaz/poudre" + }, + { + "displayName": "Smoke", + "langName": "cigarette", + "object": "Matériau", + "attribute": "Gaz/poudre" + }, + { + "displayName": "Plasma", + "langName": "plasma", + "object": "Matériau", + "attribute": "Plasma et énergie" + }, + { + "displayName": "Electric", + "langName": "électricité", + "object": "Matériau", + "attribute": "Plasma et énergie" + }, + { + "displayName": "Electricity", + "langName": "électricité", + "object": "Matériau", + "attribute": "Plasma et énergie" + }, + { + "displayName": "Fire", + "langName": "incendie", + "object": "Matériau", + "attribute": "Plasma et énergie" + }, + { + "displayName": "Burn", + "langName": "combustion", + "object": "Matériau", + "attribute": "Plasma et énergie" + }, + { + "displayName": "Inferno", + "langName": "feu d'enfer", + "object": "Matériau", + "attribute": "Plasma et énergie" + }, + { + "displayName": "Jelly", + "langName": "gelée", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Agar", + "langName": "Agar", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Wagyu", + "langName": "Wagyu", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Tallow", + "langName": "suif", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Butter", + "langName": "beurre", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Margarine", + "langName": "margarine", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Cheese", + "langName": "fromage", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Egg Yolk", + "langName": "jaune d'œuf", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Beans", + "langName": "haricots", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Macaroni", + "langName": "pâtes", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Marconi and Cheese", + "langName": "Fromage Macron", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Pretzel", + "langName": "bretzels", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Churros", + "langName": "Bâtonnets de pâte frite", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Bread", + "langName": "pain", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Made of Bread", + "langName": "En pain", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Sour Cream", + "langName": "crème fraîche", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Sauce", + "langName": "Sauce", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Pasta Sauce", + "langName": "sauce spaghetti", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Ketchup", + "langName": "ketchup", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Mustard", + "langName": "moutarde", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Mayonnaise", + "langName": "mayonnaise", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Syrup", + "langName": "sirop", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Maple Syrup", + "langName": "sirop d'érable", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Whipped Cream", + "langName": "Crème fraîche", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Lollipop", + "langName": "Lollipop", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Cinnamon", + "langName": "Cannelle", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Caramel", + "langName": "caramel", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Taffy", + "langName": "caramel", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Honeycomb", + "langName": "bonbons au nid d'abeille", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Edible Ink", + "langName": "encre comestible", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Food Coloring", + "langName": "colorant alimentaire", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Sprinkles", + "langName": "éclats de bonbons", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Fondant Icing", + "langName": "glaçage fondant", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Royal Icing", + "langName": "meringue", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Wedding Cake", + "langName": "gâteau de mariage", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Cake Decorating", + "langName": "décoration de gâteaux", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Shortcrust-Pastry", + "langName": "pâte feuilletée", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Flaky-Pastry", + "langName": "Pâte feuilletée Mille-feuille", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Puff-Pastry", + "langName": "Pâte feuilletée", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Eclair", + "langName": "Puffs", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Cannoli", + "langName": "rouleau de beignet", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Fruit-Tart", + "langName": "Tarte aux fruits", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Creme Brule", + "langName": "pudding au caramel", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Gum", + "langName": "chewing-gum", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Toothpaste", + "langName": "dentifrice", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Vegetable Oil", + "langName": "huile végétale", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Olive Oil", + "langName": "huile d'olive", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Soda", + "langName": "eau gazeuse", + "object": "Matériau", + "attribute": "Produits alimentaires et consommables" + }, + { + "displayName": "Grass", + "langName": "L'herbe", + "object": "Matériau", + "attribute": "Plante" + }, + { + "displayName": "Grassy", + "langName": "prairie", + "object": "Matériau", + "attribute": "Plante" + }, + { + "displayName": "Floral", + "langName": "fleurs", + "object": "Matériau", + "attribute": "Plante" + }, + { + "displayName": "Vines", + "langName": "vigne", + "object": "Matériau", + "attribute": "Plante" + }, + { + "displayName": "Tree Bark", + "langName": "écorce", + "object": "Matériau", + "attribute": "Plante" + }, + { + "displayName": "Branches", + "langName": "branches", + "object": "Matériau", + "attribute": "Plante" + }, + { + "displayName": "shrub", + "langName": "arbuste", + "object": "Matériau", + "attribute": "Plante" + }, + { + "displayName": "Leaves", + "langName": "feuilles", + "object": "Matériau", + "attribute": "Plante" + }, + { + "displayName": "Pinecone", + "langName": "pomme de pin", + "object": "Matériau", + "attribute": "Plante" + }, + { + "displayName": "Acorn", + "langName": "glands", + "object": "Matériau", + "attribute": "Plante" + }, + { + "displayName": "Moss", + "langName": "mousse", + "object": "Matériau", + "attribute": "Plante" + }, + { + "displayName": "Cactus", + "langName": "cactus", + "object": "Matériau", + "attribute": "Plante" + }, + { + "displayName": "Straw", + "langName": "paille", + "object": "Matériau", + "attribute": "Plante" + }, + { + "displayName": "Straw-Bale", + "langName": "bottes de paille", + "object": "Matériau", + "attribute": "Plante" + }, + { + "displayName": "Hay", + "langName": "foin", + "object": "Matériau", + "attribute": "Plante" + }, + { + "displayName": "Hay-Bale", + "langName": "balles de foin", + "object": "Matériau", + "attribute": "Plante" + }, + { + "displayName": "Hemp", + "langName": "engourdi", + "object": "Matériau", + "attribute": "Plante" + }, + { + "displayName": "Fungi", + "langName": "champignon", + "object": "Matériau", + "attribute": "Bactéries" + }, + { + "displayName": "Mushrooms", + "langName": "champignon", + "object": "Matériau", + "attribute": "Bactéries" + }, + { + "displayName": "Mycelium", + "langName": "hyphes", + "object": "Matériau", + "attribute": "Bactéries" + }, + { + "displayName": "Moldy", + "langName": "moisi", + "object": "Matériau", + "attribute": "Bactéries" + }, + { + "displayName": "Lactarius-Indigo", + "langName": "Champignon Indigo Milk", + "object": "Matériau", + "attribute": "Bactéries" + }, + { + "displayName": "Latticed-Stinkhorn", + "langName": "Champignon à tige en treillis", + "object": "Matériau", + "attribute": "Bactéries" + }, + { + "displayName": "Clathrus-Ruber", + "langName": "Rhodococcus", + "object": "Matériau", + "attribute": "Bactéries" + }, + { + "displayName": "Laccaria-Amethystina", + "langName": "champignon violet", + "object": "Matériau", + "attribute": "Bactéries" + }, + { + "displayName": "Entoloma-Hochstetteri", + "langName": "Powderygophyllum holophylla", + "object": "Matériau", + "attribute": "Bactéries" + }, + { + "displayName": "Clavaria-Zollingeri", + "langName": "Champignon corallien pourpre", + "object": "Matériau", + "attribute": "Bactéries" + }, + { + "displayName": "Chlorociboria", + "langName": "champignon vert", + "object": "Matériau", + "attribute": "Bactéries" + }, + { + "displayName": "Golden-Scruffy-Collybia", + "langName": "Champignon de la patte d'oie doré", + "object": "Matériau", + "attribute": "Bactéries" + }, + { + "displayName": "Cyptotrama-Asprata", + "langName": "champignon cryptique à pied de scie", + "object": "Matériau", + "attribute": "Bactéries" + }, + { + "displayName": "Mycena Acicula", + "langName": "Phallophyllum acuminata", + "object": "Matériau", + "attribute": "Bactéries" + }, + { + "displayName": "Hygrocybe-Cantharellus", + "langName": "Champignon à pied rouge jaune-brun", + "object": "Matériau", + "attribute": "Bactéries" + }, + { + "displayName": "Amanita-Muscaria", + "langName": "Amanite rouge et blanche", + "object": "Matériau", + "attribute": "Bactéries" + }, + { + "displayName": "Favolaschia-Calocera", + "langName": "champignon du doigt de l'orang-outan", + "object": "Matériau", + "attribute": "Bactéries" + }, + { + "displayName": "Marasmius-Haematocephalus", + "langName": "champignon roux", + "object": "Matériau", + "attribute": "Bactéries" + }, + { + "displayName": "Cystoagaricus-Trisulphuratus", + "langName": "Champignon trisulfate", + "object": "Matériau", + "attribute": "Bactéries" + }, + { + "displayName": "Tremella-Mesenterica", + "langName": "Xanthomonas", + "object": "Matériau", + "attribute": "Bactéries" + }, + { + "displayName": "Tremella-Fuciformis", + "langName": "Tremella", + "object": "Matériau", + "attribute": "Bactéries" + }, + { + "displayName": "Tornado", + "langName": "tornade", + "object": "Matériau", + "attribute": "Objet" + }, + { + "displayName": "Cage", + "langName": "cage", + "object": "Matériau", + "attribute": "Objet" + }, + { + "displayName": "Cheese Grater", + "langName": "râpe à fromage", + "object": "Matériau", + "attribute": "Objet" + }, + { + "displayName": "Slinky", + "langName": "jouets de printemps", + "object": "Matériau", + "attribute": "Objet" + }, + { + "displayName": "Yin Yang", + "langName": "le yin et le yang", + "object": "Matériau", + "attribute": "Symbole" + }, + { + "displayName": "Taiji", + "langName": "Tai Chi", + "object": "Matériau", + "attribute": "Symbole" + }, + { + "displayName": "Bagua", + "langName": "Potins", + "object": "Matériau", + "attribute": "Symbole" + }, + { + "displayName": "Wu Xing", + "langName": "Cinq éléments (métal, bois, eau, feu et terre)", + "object": "Matériau", + "attribute": "Symbole" + }, + { + "displayName": "Gorgeous", + "langName": "magnifique", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "stunning", + "langName": "étonnant", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "intricate", + "langName": "complexe", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "detailed", + "langName": "plein de détails", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "luxurious", + "langName": "luxe", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "subtle", + "langName": "délicate", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "delicate", + "langName": "exquis", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "captivating", + "langName": "charmant", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Refreshing", + "langName": "frais", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Divine", + "langName": "sacré", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Infused", + "langName": "se fondre dans", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Essence", + "langName": "Essence", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Ineffable", + "langName": "indescriptible", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Powerful", + "langName": "puissant", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Weak", + "langName": "faible", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Thick", + "langName": "épais", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Massive Scale", + "langName": "à grande échelle", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Massive", + "langName": "Un grand nombre de", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Huge", + "langName": "énorme", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Large", + "langName": "grand", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Big", + "langName": "grand", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Mini", + "langName": "mini", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Tiny", + "langName": "petit", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Micro", + "langName": "microscopique", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Nano", + "langName": "nanomètre", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Flexible", + "langName": "Flexible", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Paradox", + "langName": "paradoxe", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Feng Shui", + "langName": "Feng Shui", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Perfectionism", + "langName": "perfectionnisme", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "OCD", + "langName": "les troubles obsessionnels compulsifs", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Array", + "langName": "une série", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Muted", + "langName": "sourdine", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Visual Perception", + "langName": "la perception visuelle", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Visual Agnosia", + "langName": "agnosie visuelle", + "object": "Matériau", + "attribute": "Concept" + }, + { + "displayName": "Amber", + "langName": "ambre", + "object": "Matériau", + "attribute": "Autres matériaux" + }, + { + "displayName": "Inlay", + "langName": "mosaïque", + "object": "Matériau", + "attribute": "Autres matériaux" + }, + { + "displayName": "Wires", + "langName": "fil électrique", + "object": "Matériau", + "attribute": "Autres matériaux" + }, + { + "displayName": "Cells", + "langName": "cellule", + "object": "Matériau", + "attribute": "Autres matériaux" + }, + { + "displayName": "Cellular", + "langName": "maille", + "object": "Matériau", + "attribute": "Autres matériaux" + }, + { + "displayName": "Transistor", + "langName": "transistor", + "object": "Matériau", + "attribute": "Autres matériaux" + }, + { + "displayName": "Diode", + "langName": "diode", + "object": "Matériau", + "attribute": "Autres matériaux" + }, + { + "displayName": "Point", + "langName": "point", + "object": "Composition géométrique", + "attribute": "Forme" + }, + { + "displayName": "Dot", + "langName": "point", + "object": "Composition géométrique", + "attribute": "Forme" + }, + { + "displayName": "Line", + "langName": "Fil de fer", + "object": "Composition géométrique", + "attribute": "Forme" + }, + { + "displayName": "Curve", + "langName": "courbe", + "object": "Composition géométrique", + "attribute": "Forme" + }, + { + "displayName": "Bezier Curve", + "langName": "Courbe de Bézier", + "object": "Composition géométrique", + "attribute": "Forme" + }, + { + "displayName": "Triangle", + "langName": "triangle", + "object": "Composition géométrique", + "attribute": "Forme" + }, + { + "displayName": "Square", + "langName": "carré", + "object": "Composition géométrique", + "attribute": "Forme" + }, + { + "displayName": "Pentagon", + "langName": "pentagone", + "object": "Composition géométrique", + "attribute": "Forme" + }, + { + "displayName": "Hexagon", + "langName": "hexagone", + "object": "Composition géométrique", + "attribute": "Forme" + }, + { + "displayName": "Hexagonal", + "langName": "hexagone", + "object": "Composition géométrique", + "attribute": "Forme" + }, + { + "displayName": "Heptagon", + "langName": "heptagone", + "object": "Composition géométrique", + "attribute": "Forme" + }, + { + "displayName": "Octagon", + "langName": "octogone", + "object": "Composition géométrique", + "attribute": "Forme" + }, + { + "displayName": "Nonagon", + "langName": "nonagone", + "object": "Composition géométrique", + "attribute": "Forme" + }, + { + "displayName": "Decagon", + "langName": "décagone", + "object": "Composition géométrique", + "attribute": "Forme" + }, + { + "displayName": "Rectangle", + "langName": "rectangle", + "object": "Composition géométrique", + "attribute": "Forme" + }, + { + "displayName": "Rectangular", + "langName": "Rectangulaire", + "object": "Composition géométrique", + "attribute": "Forme" + }, + { + "displayName": "Parallelogram", + "langName": "parallélogramme", + "object": "Composition géométrique", + "attribute": "Forme" + }, + { + "displayName": "Rhombus", + "langName": "diamant", + "object": "Composition géométrique", + "attribute": "Forme" + }, + { + "displayName": "Heart", + "langName": "Le cœur", + "object": "Composition géométrique", + "attribute": "Forme" + }, + { + "displayName": "Spirangle", + "langName": "spirale", + "object": "Composition géométrique", + "attribute": "Forme" + }, + { + "displayName": "Cube", + "langName": "cube", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Cuboid", + "langName": "cuboïde", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Sphere", + "langName": "sphère", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Cone", + "langName": "cône", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Cylinder", + "langName": "cylindre", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Pyramid", + "langName": "pyramide", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Torus", + "langName": "tore", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Rectangular Prism", + "langName": "prisme à angle droit", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Star Prism", + "langName": "prisme étoilé", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Wedge", + "langName": "Cale", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Zonohedron", + "langName": "Polyèdre", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Tetrahedron", + "langName": "tétraèdre", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Octahedron", + "langName": "octaèdre", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Dodecahedron", + "langName": "Dodécaèdre", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Icosahedron", + "langName": "icosaèdre", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Kepler-Poinsot Polyhedra", + "langName": "Polyèdre du point de Kepler", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Cuboctahedron", + "langName": "cuboctaèdre", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Rhombicuboctahedron", + "langName": "rhomboédrique cuboctaédrique", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Icosidodecahedron", + "langName": "icosaèdre", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Rhombicosidodecahedron", + "langName": "icosaèdre rhomboédrique", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Trapezohedron", + "langName": "corps trapézoïdal", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Cupola", + "langName": "dôme", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Anticupola", + "langName": "dôme inversé", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Hypercupolae", + "langName": "super dôme", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Bicupola", + "langName": "double dôme", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Frustum", + "langName": "cône tronqué", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Bifrustum", + "langName": "double tronc", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Rotunda", + "langName": "rotonde", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Birotunda", + "langName": "Double rotonde", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Prismatoid", + "langName": "prisme", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Scutoid", + "langName": "polyèdre écailleux", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Bipyramid", + "langName": "double cône", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Star Bipyramid", + "langName": "double cône étoilé", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Anti-Prism", + "langName": "Antiprisme", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Trapezohedra", + "langName": "cône trapézoïdal", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Star Trapezohedron", + "langName": "cône trapézoïdal en étoile", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Spherical polyhedron", + "langName": "polyèdre sphérique", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Mobius strip", + "langName": "Bande de Möbius", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Hexaflexagon", + "langName": "Carton hexagonal", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Miura fold", + "langName": "Miura pliant", + "object": "Composition géométrique", + "attribute": "Objet" + }, + { + "displayName": "Hypercube", + "langName": "hypercube", + "object": "Composition géométrique", + "attribute": "Super forme" + }, + { + "displayName": "Hyperprism", + "langName": "super prisme", + "object": "Composition géométrique", + "attribute": "Super forme" + }, + { + "displayName": "Hyperpyramid", + "langName": "super pyramide", + "object": "Composition géométrique", + "attribute": "Super forme" + }, + { + "displayName": "Hypertorus", + "langName": "hyper tore", + "object": "Composition géométrique", + "attribute": "Super forme" + }, + { + "displayName": "Hypersphere", + "langName": "Hypersphère", + "object": "Composition géométrique", + "attribute": "Super forme" + }, + { + "displayName": "Hypercone", + "langName": "Hypercone", + "object": "Composition géométrique", + "attribute": "Super forme" + }, + { + "displayName": "Hypercylinder", + "langName": "hypercylindre", + "object": "Composition géométrique", + "attribute": "Super forme" + }, + { + "displayName": "Hyperzonohedron", + "langName": "super polyèdre", + "object": "Composition géométrique", + "attribute": "Super forme" + }, + { + "displayName": "Hypertetrahedron", + "langName": "Hypertétraèdre", + "object": "Composition géométrique", + "attribute": "Super forme" + }, + { + "displayName": "Hyperoctahedron", + "langName": "superoctaèdre", + "object": "Composition géométrique", + "attribute": "Super forme" + }, + { + "displayName": "Hyperdodecahedron", + "langName": "superdodécaèdre", + "object": "Composition géométrique", + "attribute": "Super forme" + }, + { + "displayName": "Hypericosahedron", + "langName": "Supericosaèdre", + "object": "Composition géométrique", + "attribute": "Super forme" + }, + { + "displayName": "Flexible Polyhedron", + "langName": "polyèdre élastique", + "object": "Composition géométrique", + "attribute": "Super forme" + }, + { + "displayName": "Klein bottle", + "langName": "Bouteille de Klein", + "object": "Composition géométrique", + "attribute": "Super forme" + }, + { + "displayName": "Monogon", + "langName": "Hedron", + "object": "Composition géométrique", + "attribute": "Super forme" + }, + { + "displayName": "Digon", + "langName": "dièdre", + "object": "Composition géométrique", + "attribute": "Super forme" + }, + { + "displayName": "AR", + "langName": "Réalité augmentée", + "object": "Composition géométrique", + "attribute": "Multivers" + }, + { + "displayName": "VR", + "langName": "réalité virtuelle", + "object": "Composition géométrique", + "attribute": "Multivers" + }, + { + "displayName": "2-Dimensional", + "langName": "bidimensionnel", + "object": "Composition géométrique", + "attribute": "Multivers" + }, + { + "displayName": "2D", + "langName": "2D", + "object": "Composition géométrique", + "attribute": "Multivers" + }, + { + "displayName": "2.5-Dimensional", + "langName": "2,5 dimensions", + "object": "Composition géométrique", + "attribute": "Multivers" + }, + { + "displayName": "2.5D", + "langName": "2.5D", + "object": "Composition géométrique", + "attribute": "Multivers" + }, + { + "displayName": "3-Dimensional", + "langName": "tridimensionnel", + "object": "Composition géométrique", + "attribute": "Multivers" + }, + { + "displayName": "3D", + "langName": "3D", + "object": "Composition géométrique", + "attribute": "Multivers" + }, + { + "displayName": "4-Dimensional", + "langName": "quadridimensionnel", + "object": "Composition géométrique", + "attribute": "Multivers" + }, + { + "displayName": "4D", + "langName": "4D", + "object": "Composition géométrique", + "attribute": "Multivers" + }, + { + "displayName": "5-Dimensional", + "langName": "cinq dimensions", + "object": "Composition géométrique", + "attribute": "Multivers" + }, + { + "displayName": "5D", + "langName": "5D", + "object": "Composition géométrique", + "attribute": "Multivers" + }, + { + "displayName": "Overdimensional", + "langName": "hyperdimensionnel", + "object": "Composition géométrique", + "attribute": "Multivers" + }, + { + "displayName": "Underdimensional", + "langName": "deuxième dimension", + "object": "Composition géométrique", + "attribute": "Multivers" + }, + { + "displayName": "Hyperdimensional", + "langName": "hyperdimensionnalité", + "object": "Composition géométrique", + "attribute": "Multivers" + }, + { + "displayName": "Subdimensional", + "langName": "dimension secondaire", + "object": "Composition géométrique", + "attribute": "Multivers" + }, + { + "displayName": "Omnidimensional", + "langName": "pleine dimension", + "object": "Composition géométrique", + "attribute": "Multivers" + }, + { + "displayName": "Everdimensional", + "langName": "dimension éternelle", + "object": "Composition géométrique", + "attribute": "Multivers" + }, + { + "displayName": "Extradimensional", + "langName": "Une autre dimension", + "object": "Composition géométrique", + "attribute": "Multivers" + }, + { + "displayName": "Beyond-Dimensional", + "langName": "au-delà des dimensions", + "object": "Composition géométrique", + "attribute": "Multivers" + }, + { + "displayName": "Excessively-dimensional", + "langName": "dimensionnalité excessive", + "object": "Composition géométrique", + "attribute": "Multivers" + }, + { + "displayName": "Alldimensional", + "langName": "pleine dimension", + "object": "Composition géométrique", + "attribute": "Multivers" + }, + { + "displayName": "Multiverse", + "langName": "multivers", + "object": "Composition géométrique", + "attribute": "Multivers" + }, + { + "displayName": "Low Poly", + "langName": "modélisation discrète", + "object": "Composition géométrique", + "attribute": "Style" + }, + { + "displayName": "Geometric", + "langName": "géométrie", + "object": "Composition géométrique", + "attribute": "Style" + }, + { + "displayName": "Non-Euclidian", + "langName": "Non euclidienne", + "object": "Composition géométrique", + "attribute": "Style" + }, + { + "displayName": "Poly", + "langName": "Polyéthylène", + "object": "Composition géométrique", + "attribute": "Style" + }, + { + "displayName": "Polygon", + "langName": "polygone", + "object": "Composition géométrique", + "attribute": "Style" + }, + { + "displayName": "Polygonal", + "langName": "multilatéral", + "object": "Composition géométrique", + "attribute": "Style" + }, + { + "displayName": "Polyhedron", + "langName": "polyèdre", + "object": "Composition géométrique", + "attribute": "Style" + }, + { + "displayName": "Polyhedral", + "langName": "De multiples facettes", + "object": "Composition géométrique", + "attribute": "Style" + }, + { + "displayName": "Platonic Solids", + "langName": "Solides de Platon", + "object": "Composition géométrique", + "attribute": "Style" + }, + { + "displayName": "Archimedean Solids", + "langName": "Solide d'Archimède", + "object": "Composition géométrique", + "attribute": "Style" + }, + { + "displayName": "Catalan solids", + "langName": "Stéréotype de la Catalogne", + "object": "Composition géométrique", + "attribute": "Style" + }, + { + "displayName": "Vertex", + "langName": "sommet", + "object": "Composition géométrique", + "attribute": "Caractéristique" + }, + { + "displayName": "Edge", + "langName": "bord", + "object": "Composition géométrique", + "attribute": "Caractéristique" + }, + { + "displayName": "Surface", + "langName": "surface", + "object": "Composition géométrique", + "attribute": "Caractéristique" + }, + { + "displayName": "Interior", + "langName": "interne", + "object": "Composition géométrique", + "attribute": "Caractéristique" + }, + { + "displayName": "Exterior", + "langName": "externe", + "object": "Composition géométrique", + "attribute": "Caractéristique" + }, + { + "displayName": "Convex", + "langName": "convexe", + "object": "Composition géométrique", + "attribute": "Caractéristique" + }, + { + "displayName": "Concave", + "langName": "concave", + "object": "Composition géométrique", + "attribute": "Caractéristique" + }, + { + "displayName": "Equiangular", + "langName": "Equiangulaire", + "object": "Composition géométrique", + "attribute": "Caractéristique" + }, + { + "displayName": "Equilateral", + "langName": "Équilatéral", + "object": "Composition géométrique", + "attribute": "Caractéristique" + }, + { + "displayName": "Cyclic", + "langName": "circulaire", + "object": "Composition géométrique", + "attribute": "Caractéristique" + }, + { + "displayName": "Tangential", + "langName": "tangente", + "object": "Composition géométrique", + "attribute": "Caractéristique" + }, + { + "displayName": "Rectilinear", + "langName": "ligne droite", + "object": "Composition géométrique", + "attribute": "Caractéristique" + }, + { + "displayName": "Traverse", + "langName": "à travers", + "object": "Composition géométrique", + "attribute": "Caractéristique" + }, + { + "displayName": "Quasi", + "langName": "plan", + "object": "Composition géométrique", + "attribute": "Caractéristique" + }, + { + "displayName": "Quasi-Regular", + "langName": "quasi-règles", + "object": "Composition géométrique", + "attribute": "Caractéristique" + }, + { + "displayName": "Isogonal", + "langName": "Equiangulaire", + "object": "Composition géométrique", + "attribute": "Caractéristique" + }, + { + "displayName": "Isotoxal", + "langName": "En attendant le poison", + "object": "Composition géométrique", + "attribute": "Caractéristique" + }, + { + "displayName": "Isohedral", + "langName": "Nouilles égales", + "object": "Composition géométrique", + "attribute": "Caractéristique" + }, + { + "displayName": "Stellation", + "langName": "forme d'étoile", + "object": "Composition géométrique", + "attribute": "Caractéristique" + }, + { + "displayName": "Ehrhart Polynomial", + "langName": "Polynôme d'Ehrhart", + "object": "Composition géométrique", + "attribute": "Caractéristique" + }, + { + "displayName": "Ideal polyhedron", + "langName": "polyèdre idéal", + "object": "Composition géométrique", + "attribute": "Caractéristique" + }, + { + "displayName": "Polytope", + "langName": "polytope", + "object": "Composition géométrique", + "attribute": "Caractéristique" + }, + { + "displayName": "Realistic Painting", + "langName": "peinture réaliste", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Fine Art", + "langName": "peinture d'art", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Still-Life", + "langName": "peinture de natures mortes", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Oil Paint", + "langName": "peinture", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "((dyeing)),((oil painting)),((impasto))", + "langName": "Peinture à l'huile (combinaison)", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Wet Paint", + "langName": "Peinture humide", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Dripping Paint", + "langName": "peinture dégoulinante", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Splatter Paint", + "langName": "Éclaboussures de peinture", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Spray Paint", + "langName": "peinture en aérosol", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Puffy Paint", + "langName": "pigments tridimensionnels", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Glass Paint", + "langName": "peinture sur verre", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Tempera Paint", + "langName": "Tempera", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Gouache Paint", + "langName": "peinture gouache", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Chinese Painting", + "langName": "Peinture chinoise", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Tibetan Painting", + "langName": "peinture tibétaine", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Scroll Painting", + "langName": "peinture sur rouleau", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Canvas", + "langName": "peinture sur toile", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Color Field Painting", + "langName": "peinture sur champ de couleurs", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Hard Edge Painting", + "langName": "hard edge painting", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Paper-Marbling", + "langName": "gouache", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Hydrodipped", + "langName": "autocollants pour l'eau", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Painting", + "langName": "peinture", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Ink wash painting", + "langName": "peinture à l'encre", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "watercolor", + "langName": "peinture à l'eau", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "(((ink))),((watercolor))", + "langName": "peinture à l'eau", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Paint", + "langName": "peinture", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "acrylic_paint", + "langName": "peinture acrylique", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Airbrush", + "langName": "Aérographe", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Coffee Paint", + "langName": "peinture au café", + "object": "Type d'image", + "attribute": "Peinture" + }, + { + "displayName": "Illustration", + "langName": "illustration", + "object": "Type d'image", + "attribute": "Illustration" + }, + { + "displayName": "Storybook Illustration", + "langName": "Illustration d'un livre de contes", + "object": "Type d'image", + "attribute": "Illustration" + }, + { + "displayName": "Children's Drawing", + "langName": "dessins d'enfants", + "object": "Type d'image", + "attribute": "Illustration" + }, + { + "displayName": "Graphic Novel", + "langName": "roman graphique", + "object": "Type d'image", + "attribute": "Illustration" + }, + { + "displayName": "Visual Novel", + "langName": "roman visuel", + "object": "Type d'image", + "attribute": "Illustration" + }, + { + "displayName": "Illustrated-Booklet", + "langName": "brochure illustrée", + "object": "Type d'image", + "attribute": "Illustration" + }, + { + "displayName": "Illuminated Manuscript", + "langName": "Manuscrit enluminé", + "object": "Type d'image", + "attribute": "Illustration" + }, + { + "displayName": "Assembly Drawing", + "langName": "Schéma d'assemblage", + "object": "Type d'image", + "attribute": "Illustration" + }, + { + "displayName": "wallpaper", + "langName": "papier peint", + "object": "Type d'image", + "attribute": "Illustration" + }, + { + "displayName": "extremely detailed wallpaper", + "langName": "Papier peint très détaillé", + "object": "Type d'image", + "attribute": "Illustration" + }, + { + "displayName": "digital illustration", + "langName": "illustration numérique", + "object": "Type d'image", + "attribute": "Illustration" + }, + { + "displayName": "multiple item spritedsheet", + "langName": "Une collection d'images de plusieurs motifs apparentés", + "object": "Type d'image", + "attribute": "Illustration" + }, + { + "displayName": "game cg", + "langName": "Jeu CG", + "object": "Type d'image", + "attribute": "Illustration" + }, + { + "displayName": "extremely detailed cg", + "langName": "Cg très détaillé", + "object": "Type d'image", + "attribute": "Illustration" + }, + { + "displayName": "Drawing", + "langName": "peinture", + "object": "Type d'image", + "attribute": "Dessin à la main" + }, + { + "displayName": "Hand-Drawn", + "langName": "dessiné à la main", + "object": "Type d'image", + "attribute": "Dessin à la main" + }, + { + "displayName": "Doodle", + "langName": "Graffiti", + "object": "Type d'image", + "attribute": "Dessin à la main" + }, + { + "displayName": "sketch", + "langName": "croquis", + "object": "Type d'image", + "attribute": "Dessin à la main" + }, + { + "displayName": "posing sketch", + "langName": "croquis", + "object": "Type d'image", + "attribute": "Dessin à la main" + }, + { + "displayName": "Line Art", + "langName": "dessin au trait", + "object": "Type d'image", + "attribute": "Dessin à la main" + }, + { + "displayName": "Crosshatch", + "langName": "hachures croisées", + "object": "Type d'image", + "attribute": "Dessin à la main" + }, + { + "displayName": "Stipple", + "langName": "Pointillisme", + "object": "Type d'image", + "attribute": "Dessin à la main" + }, + { + "displayName": "Dot Art", + "langName": "Pointillisme", + "object": "Type d'image", + "attribute": "Dessin à la main" + }, + { + "displayName": "Anatomical Drawing", + "langName": "Schéma anatomique", + "object": "Type d'image", + "attribute": "Dessin à la main" + }, + { + "displayName": "(posing sketch),(monochrome)", + "langName": "croquis en noir et blanc", + "object": "Type d'image", + "attribute": "Dessin à la main" + }, + { + "displayName": "Pencil Art", + "langName": "dessin au crayon", + "object": "Type d'image", + "attribute": "Crayon" + }, + { + "displayName": "graphite", + "langName": "crayon graphite", + "object": "Type d'image", + "attribute": "Crayon" + }, + { + "displayName": "colored_pencil", + "langName": "crayons de couleur", + "object": "Type d'image", + "attribute": "Crayon" + }, + { + "displayName": "watercolor_pencil", + "langName": "crayon aquarelle", + "object": "Type d'image", + "attribute": "Crayon" + }, + { + "displayName": "charcoal art", + "langName": "Dessin au fusain", + "object": "Type d'image", + "attribute": "Crayon" + }, + { + "displayName": "millipen_(medium)", + "langName": "stylo à dessin", + "object": "Type d'image", + "attribute": "Crayon" + }, + { + "displayName": "nib_pen_(medium)", + "langName": "stylo à dessin", + "object": "Type d'image", + "attribute": "Crayon" + }, + { + "displayName": "(monochrome),(gray scale),(pencil sketch lines)", + "langName": "croquis au crayon", + "object": "Type d'image", + "attribute": "Crayon" + }, + { + "displayName": "faux_traditional_media", + "langName": "Style de peinture de l'enseigne", + "object": "Type d'image", + "attribute": "Crayon" + }, + { + "displayName": "Ink", + "langName": "encre", + "object": "Type d'image", + "attribute": "Encre" + }, + { + "displayName": "Fountain Pen", + "langName": "stylo", + "object": "Type d'image", + "attribute": "Encre" + }, + { + "displayName": "Fountain Pen Art", + "langName": "dessin à la plume", + "object": "Type d'image", + "attribute": "Encre" + }, + { + "displayName": "Ballpoint Pen", + "langName": "stylo à bille", + "object": "Type d'image", + "attribute": "Encre" + }, + { + "displayName": "Gel Pen", + "langName": "stylo gel", + "object": "Type d'image", + "attribute": "Encre" + }, + { + "displayName": "ballpoint_pen_(medium)", + "langName": "stylo à bille", + "object": "Type d'image", + "attribute": "Encre" + }, + { + "displayName": "Calligraphy", + "langName": "calligraphie", + "object": "Type d'image", + "attribute": "Encre" + }, + { + "displayName": "marker_(medium)", + "langName": "stylo marqueur", + "object": "Type d'image", + "attribute": "Encre" + }, + { + "displayName": "copics", + "langName": "Marqueur (gris neutre)", + "object": "Type d'image", + "attribute": "Encre" + }, + { + "displayName": "Dry-Erase Marker", + "langName": "marqueur pour tableau blanc", + "object": "Type d'image", + "attribute": "Encre" + }, + { + "displayName": "Wet-Erase Marker", + "langName": "stylo marqueur effaçable", + "object": "Type d'image", + "attribute": "Encre" + }, + { + "displayName": "Whiteboard", + "langName": "tableau blanc", + "object": "Type d'image", + "attribute": "Encre" + }, + { + "displayName": "pastel_color", + "langName": "couleurs pastel", + "object": "Type d'image", + "attribute": "Encre" + }, + { + "displayName": "Crayon", + "langName": "crayon de couleur", + "object": "Type d'image", + "attribute": "Craie" + }, + { + "displayName": "Conte", + "langName": "Stylo Kangxi", + "object": "Type d'image", + "attribute": "Craie" + }, + { + "displayName": "Chalk", + "langName": "craie", + "object": "Type d'image", + "attribute": "Craie" + }, + { + "displayName": "Pastel Art", + "langName": "peinture au pastel", + "object": "Type d'image", + "attribute": "Craie" + }, + { + "displayName": "Blackboard", + "langName": "tableau noir", + "object": "Type d'image", + "attribute": "Craie" + }, + { + "displayName": "Chalkboard", + "langName": "tableau noir", + "object": "Type d'image", + "attribute": "Craie" + }, + { + "displayName": "Text", + "langName": "texte", + "object": "Type d'image", + "attribute": "Texte" + }, + { + "displayName": "Typeface", + "langName": "police", + "object": "Type d'image", + "attribute": "Texte" + }, + { + "displayName": "Font", + "langName": "police", + "object": "Type d'image", + "attribute": "Texte" + }, + { + "displayName": "Says", + "langName": "expliquer", + "object": "Type d'image", + "attribute": "Texte" + }, + { + "displayName": "Letters", + "langName": "lettre", + "object": "Type d'image", + "attribute": "Texte" + }, + { + "displayName": "Graphemes", + "langName": "graphème", + "object": "Type d'image", + "attribute": "Texte" + }, + { + "displayName": "Written Letters", + "langName": "rédaction de lettres", + "object": "Type d'image", + "attribute": "Texte" + }, + { + "displayName": "Words", + "langName": "mot", + "object": "Type d'image", + "attribute": "Texte" + }, + { + "displayName": "Lexemes", + "langName": "morphème", + "object": "Type d'image", + "attribute": "Texte" + }, + { + "displayName": "Written Words", + "langName": "mot écrit", + "object": "Type d'image", + "attribute": "Texte" + }, + { + "displayName": "Caption", + "langName": "titre", + "object": "Type d'image", + "attribute": "Texte" + }, + { + "displayName": "Logo", + "langName": "marque", + "object": "Type d'image", + "attribute": "Imprimer" + }, + { + "displayName": "Stamp", + "langName": "timbre", + "object": "Type d'image", + "attribute": "Imprimer" + }, + { + "displayName": "Postage Stamp", + "langName": "timbre", + "object": "Type d'image", + "attribute": "Imprimer" + }, + { + "displayName": "Business Card", + "langName": "carte de visite", + "object": "Type d'image", + "attribute": "Imprimer" + }, + { + "displayName": "Collage", + "langName": "collage", + "object": "Type d'image", + "attribute": "Imprimer" + }, + { + "displayName": "Photocollage", + "langName": "collage de photos", + "object": "Type d'image", + "attribute": "Imprimer" + }, + { + "displayName": "Fotocollage", + "langName": "collage de photos", + "object": "Type d'image", + "attribute": "Imprimer" + }, + { + "displayName": "Lithography", + "langName": "lithographie", + "object": "Type d'image", + "attribute": "Imprimer" + }, + { + "displayName": "Block Printing", + "langName": "Gravure", + "object": "Type d'image", + "attribute": "Imprimer" + }, + { + "displayName": "Magazine", + "langName": "Magazine", + "object": "Type d'image", + "attribute": "Imprimer" + }, + { + "displayName": "Newspaper", + "langName": "journal", + "object": "Type d'image", + "attribute": "Imprimer" + }, + { + "displayName": "Newsprint", + "langName": "papier journal", + "object": "Type d'image", + "attribute": "Imprimer" + }, + { + "displayName": "Cartographic", + "langName": "cartographie", + "object": "Type d'image", + "attribute": "Imprimer" + }, + { + "displayName": "Blueprint", + "langName": "plan", + "object": "Type d'image", + "attribute": "Imprimer" + }, + { + "displayName": "comic", + "langName": "bandes dessinées", + "object": "Type d'image", + "attribute": "Imprimer" + }, + { + "displayName": "Comic Book", + "langName": "bande dessinée", + "object": "Type d'image", + "attribute": "Imprimer" + }, + { + "displayName": "Booklet", + "langName": "livret", + "object": "Type d'image", + "attribute": "Imprimer" + }, + { + "displayName": "Poster", + "langName": "affiche", + "object": "Type d'image", + "attribute": "Imprimer" + }, + { + "displayName": "Sticker", + "langName": "autocollant", + "object": "Type d'image", + "attribute": "Imprimer" + }, + { + "displayName": "Barcode", + "langName": "code-barres", + "object": "Type d'image", + "attribute": "Imprimer" + }, + { + "displayName": "QR Code", + "langName": "Code QR", + "object": "Type d'image", + "attribute": "Imprimer" + }, + { + "displayName": "Pokemon Card", + "langName": "Cartes Pokémon (monstres de poche)", + "object": "Type d'image", + "attribute": "Imprimer" + }, + { + "displayName": "Origami", + "langName": "origami", + "object": "Type d'image", + "attribute": "Origami" + }, + { + "displayName": "Modular Origami", + "langName": "L'origami modulaire", + "object": "Type d'image", + "attribute": "Origami" + }, + { + "displayName": "Rigid Origami", + "langName": "origami rigide", + "object": "Type d'image", + "attribute": "Origami" + }, + { + "displayName": "Sonobe", + "langName": "bouquet en origami", + "object": "Type d'image", + "attribute": "Origami" + }, + { + "displayName": "Kirigami", + "langName": "découpe du papier", + "object": "Type d'image", + "attribute": "Origami" + }, + { + "displayName": "Moneygami", + "langName": "origami de billets de banque", + "object": "Type d'image", + "attribute": "Origami" + }, + { + "displayName": "Wet-Folding", + "langName": "Pli humide", + "object": "Type d'image", + "attribute": "Origami" + }, + { + "displayName": "pixel art", + "langName": "art du pixel", + "object": "Type d'image", + "attribute": "Mosaïque" + }, + { + "displayName": "Mosaic", + "langName": "mosaïque", + "object": "Type d'image", + "attribute": "Mosaïque" + }, + { + "displayName": "Micromosaic", + "langName": "Micromosaïque", + "object": "Type d'image", + "attribute": "Mosaïque" + }, + { + "displayName": "Glass Mosaic", + "langName": "mosaïque de verre", + "object": "Type d'image", + "attribute": "Mosaïque" + }, + { + "displayName": "Photographic Mosaic", + "langName": "mosaïque de photos", + "object": "Type d'image", + "attribute": "Mosaïque" + }, + { + "displayName": "Impressionist Mosaic", + "langName": "mosaïque impressionniste", + "object": "Type d'image", + "attribute": "Mosaïque" + }, + { + "displayName": "Frame", + "langName": "cadre photo", + "object": "Type d'image", + "attribute": "Cadre" + }, + { + "displayName": "Framed", + "langName": "encadré", + "object": "Type d'image", + "attribute": "Cadre" + }, + { + "displayName": "Wooden Frame", + "langName": "cadre photo en bois", + "object": "Type d'image", + "attribute": "Cadre" + }, + { + "displayName": "Wooden Framed", + "langName": "cadre photo en bois", + "object": "Type d'image", + "attribute": "Cadre" + }, + { + "displayName": "Carving", + "langName": "gravure", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Etching", + "langName": "gravure", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Sculpture", + "langName": "sculpture", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Papercutting", + "langName": "découpe du papier", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "silhouette", + "langName": "silhouette", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Whittling", + "langName": "couteau à découper", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Wood-Carving", + "langName": "sculpture sur bois", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Chip-Carving", + "langName": "sculpture de fleurs", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Relief-Carving", + "langName": "secours", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Ice-Carving", + "langName": "sculpture sur glace", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Lacquer", + "langName": "art de la laque", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "String-Art", + "langName": "art de la corde", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Paper-Mache", + "langName": "mise en forme de la pâte", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Paper Model", + "langName": "modèle papier", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Card", + "langName": "carte", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Carved Lacquer", + "langName": "laque sculptée", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Fretwork", + "langName": "Processus d'évidement", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Intaglio", + "langName": "impression en héliogravure", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Mezzotint", + "langName": "Peinture sur cuivre", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Aquatint", + "langName": "impression en héliogravure", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Linocut", + "langName": "Sérigraphie", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Pyrography", + "langName": "Peinture des points de soudure", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Puppet", + "langName": "marionnette", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Balloon Modelling", + "langName": "modèle de ballon", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Balloon Twisting", + "langName": "Ballons de différentes formes", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Circuit", + "langName": "Diagramme linéaire", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Circuitry", + "langName": "circuit", + "object": "Type d'image", + "attribute": "Gravure, eau-forte et modelage" + }, + { + "displayName": "Dalle de verre", + "langName": "vitrail", + "object": "Type d'image", + "attribute": "Poterie et verre" + }, + { + "displayName": "Encaustic painting", + "langName": "peinture sur porcelaine", + "object": "Type d'image", + "attribute": "Poterie et verre" + }, + { + "displayName": "Glaze", + "langName": "glaçage", + "object": "Type d'image", + "attribute": "Poterie et verre" + }, + { + "displayName": "Overglaze", + "langName": "Glacis", + "object": "Type d'image", + "attribute": "Poterie et verre" + }, + { + "displayName": "Inglaze", + "langName": "Sous-glace", + "object": "Type d'image", + "attribute": "Poterie et verre" + }, + { + "displayName": "Azulejo", + "langName": "Azulejo", + "object": "Type d'image", + "attribute": "Poterie et verre" + }, + { + "displayName": "Paleolithic Pottery", + "langName": "Poterie paléolithique", + "object": "Type d'image", + "attribute": "Poterie et verre" + }, + { + "displayName": "Neolithic Pottery", + "langName": "Poterie néolithique", + "object": "Type d'image", + "attribute": "Poterie et verre" + }, + { + "displayName": "Bone China", + "langName": "porcelaine osseuse", + "object": "Type d'image", + "attribute": "Poterie et verre" + }, + { + "displayName": "Ornament", + "langName": "décoration", + "object": "Type d'image", + "attribute": "Poterie et verre" + }, + { + "displayName": "Light Art", + "langName": "art de la lumière", + "object": "Type d'image", + "attribute": "Lumière" + }, + { + "displayName": "Light Painting", + "langName": "peinture lumineuse", + "object": "Type d'image", + "attribute": "Lumière" + }, + { + "displayName": "Lightpainting", + "langName": "peinture lumineuse", + "object": "Type d'image", + "attribute": "Lumière" + }, + { + "displayName": "traditional_media", + "langName": "Toile traditionnelle (papier, etc.)", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Wall Decal", + "langName": "autocollants muraux", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Banner", + "langName": "bannière", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Signage", + "langName": "signalisation", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Arts and Crafts", + "langName": "arts et artisanat", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Resin", + "langName": "Résine époxy", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Enamel Pin", + "langName": "Épingle en émail", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Bejeweled", + "langName": "Pierres précieuses incrustées", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Latte Art", + "langName": "L'art du café au lait", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Coffee Stain", + "langName": "taches de café", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Smoke Art", + "langName": "art de la fumée", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Sticker Bomb", + "langName": "bombe autocollante", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Jigsaw", + "langName": "puzzle", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Puzzle", + "langName": "puzzle", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Maze", + "langName": "labyrinthe", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Toy", + "langName": "Jouet", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Site-Specific art", + "langName": "art spécifique au site", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Public Art", + "langName": "art public", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Diorama", + "langName": "diorama", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Hedge Trimming", + "langName": "taille des haies", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Hatmaking", + "langName": "fabrication de chapeaux", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Stencil", + "langName": "pochoir", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Negative Space", + "langName": "espace négatif", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Scrapbooking", + "langName": "scrapbooking", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Mixed Media", + "langName": "médias mixtes", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Frottage", + "langName": "Peinture du Stampede", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Outlined", + "langName": "contour", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Glitter", + "langName": "paillettes", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Sparkly", + "langName": "brillant", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Indian Art", + "langName": "art indien", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Soviet Art", + "langName": "art soviétique", + "object": "Type d'image", + "attribute": "Autres médias" + }, + { + "displayName": "Rock Art", + "langName": "pétroglyphes", + "object": "Type d'image", + "attribute": "Art traditionnel" + }, + { + "displayName": "Cave Art", + "langName": "art rupestre", + "object": "Type d'image", + "attribute": "Art traditionnel" + }, + { + "displayName": "Mural", + "langName": "fresque", + "object": "Type d'image", + "attribute": "Art traditionnel" + }, + { + "displayName": "Easter Egg", + "langName": "L'œuf de Pâques", + "object": "Type d'image", + "attribute": "Art traditionnel" + }, + { + "displayName": "Egg Decorating", + "langName": "Œufs peints", + "object": "Type d'image", + "attribute": "Art traditionnel" + }, + { + "displayName": "((art nouveau))", + "langName": "art nouveau", + "object": "Style artistique", + "attribute": "Style artistique historique" + }, + { + "displayName": "((classicism))", + "langName": "classicisme", + "object": "Style artistique", + "attribute": "Style artistique historique" + }, + { + "displayName": "((neoclassicism))", + "langName": "néoclassicisme", + "object": "Style artistique", + "attribute": "Style artistique historique" + }, + { + "displayName": "((romanticism))", + "langName": "romantisme", + "object": "Style artistique", + "attribute": "Style artistique historique" + }, + { + "displayName": "Gothic art", + "langName": "art gothique", + "object": "Style artistique", + "attribute": "Style artistique historique" + }, + { + "displayName": "Baroque", + "langName": "Baroque", + "object": "Style artistique", + "attribute": "Style artistique historique" + }, + { + "displayName": "Pre-Raphaelite Brotherhood", + "langName": "Préraphaélite", + "object": "Style artistique", + "attribute": "Style artistique historique" + }, + { + "displayName": "renaissance art", + "langName": "style renaissance", + "object": "Style artistique", + "attribute": "Style artistique historique" + }, + { + "displayName": "academic art", + "langName": "académique", + "object": "Style artistique", + "attribute": "Style artistique historique" + }, + { + "displayName": "academicism", + "langName": "académisme", + "object": "Style artistique", + "attribute": "Style artistique historique" + }, + { + "displayName": "ancient greek art", + "langName": "art grec ancien", + "object": "Style artistique", + "attribute": "Style artistique historique" + }, + { + "displayName": "ancient egypt", + "langName": "Égypte ancienne", + "object": "Style artistique", + "attribute": "Style artistique historique" + }, + { + "displayName": "Minimalism", + "langName": "minimalisme", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "Modern Art", + "langName": "art moderne", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "contemporary art", + "langName": "art contemporain", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "Concept Art", + "langName": "art conceptuel", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "Digital Art", + "langName": "art numérique", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "visionary art", + "langName": "arts visuels", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "Hyperrealistic", + "langName": "hyperréaliste", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "hyperrealism", + "langName": "réalisme", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "abstract expressionism", + "langName": "expressionnisme abstrait", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "cubism", + "langName": "cubisme", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "impressionism", + "langName": "Impressionnisme", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "Neo-impressionism", + "langName": "post-impressionnisme", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "fauvism", + "langName": "fauvisme", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "expressionism", + "langName": "Expressionnisme", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "Pop art", + "langName": "pop art", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "((abstract art))", + "langName": "art abstrait", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "((Dadaism))", + "langName": "Le dadaïsme", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "((futurism))", + "langName": "futuriste", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "Warhol", + "langName": "Style Andy Warhol", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "street art", + "langName": "art de la rue", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "folk art", + "langName": "art populaire", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "Bauhaus Style", + "langName": "Style Bauhaus", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "Luminsm", + "langName": "chromatisme", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "Constructivism", + "langName": "constructivisme", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "((dieselpunk))", + "langName": "dieselpunk", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "streampunk", + "langName": "steampunk", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "Disney style", + "langName": "style disney", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "Picos style", + "langName": "Le style Pixar", + "object": "Style artistique", + "attribute": "Art moderne" + }, + { + "displayName": "realism", + "langName": "réalisme", + "object": "Style artistique", + "attribute": "Fiction et réalité" + }, + { + "displayName": "Surrealistic", + "langName": "Surréalisme", + "object": "Style artistique", + "attribute": "Fiction et réalité" + }, + { + "displayName": "Social realism", + "langName": "réalisme social", + "object": "Style artistique", + "attribute": "Fiction et réalité" + }, + { + "displayName": "Magic Realism", + "langName": "réalisme magique", + "object": "Style artistique", + "attribute": "Fiction et réalité" + }, + { + "displayName": "Fantastic Realism", + "langName": "réalisme magique", + "object": "Style artistique", + "attribute": "Fiction et réalité" + }, + { + "displayName": "Classical Realism", + "langName": "le réalisme critique", + "object": "Style artistique", + "attribute": "Fiction et réalité" + }, + { + "displayName": "miserablism", + "langName": "Mélancolie (critique de la pauvreté et de l'injustice dans la société)", + "object": "Style artistique", + "attribute": "Fiction et réalité" + }, + { + "displayName": "Contemporary Realism", + "langName": "le réalisme contemporain", + "object": "Style artistique", + "attribute": "Fiction et réalité" + }, + { + "displayName": "Non-Fiction", + "langName": "documentaire", + "object": "Style artistique", + "attribute": "Fiction et réalité" + }, + { + "displayName": "ukiyoe", + "langName": "Ukiyo-e japonais", + "object": "Style artistique", + "attribute": "Art asiatique" + }, + { + "displayName": "illustration,(((ukiyoe))),((sketch)),((japanese_art))", + "langName": "Ukiyo-e (groupe)", + "object": "Style artistique", + "attribute": "Art asiatique" + }, + { + "displayName": "traditional chinese painting", + "langName": "Peinture traditionnelle chinoise", + "object": "Style artistique", + "attribute": "Art asiatique" + }, + { + "displayName": "Japonism", + "langName": "Style japonais", + "object": "Style artistique", + "attribute": "Art asiatique" + }, + { + "displayName": "Japanese manga style", + "langName": "Style manga japonais", + "object": "Style artistique", + "attribute": "Art asiatique" + }, + { + "displayName": "anime style", + "langName": "style d'animation", + "object": "Style artistique", + "attribute": "Art asiatique" + }, + { + "displayName": "Aestheticism Painting", + "langName": "esthétisme peinture", + "object": "Style artistique", + "attribute": "Style de photographie/peinture" + }, + { + "displayName": "pastel color,sketch", + "langName": "Style de peinture rapide", + "object": "Style artistique", + "attribute": "Style de photographie/peinture" + }, + { + "displayName": "ink doodle", + "langName": "gribouillis à l'encre", + "object": "Style artistique", + "attribute": "Style de photographie/peinture" + }, + { + "displayName": "charcoal sketch", + "langName": "Esquisse au fusain", + "object": "Style artistique", + "attribute": "Style de photographie/peinture" + }, + { + "displayName": "sketch art", + "langName": "esquisse artistique", + "object": "Style artistique", + "attribute": "Style de photographie/peinture" + }, + { + "displayName": "sketch paper", + "langName": "papier à dessin", + "object": "Style artistique", + "attribute": "Style de photographie/peinture" + }, + { + "displayName": "manuscript", + "langName": "manuscrit", + "object": "Style artistique", + "attribute": "Style de photographie/peinture" + }, + { + "displayName": "fading border", + "langName": "Bordure décolorée", + "object": "Style artistique", + "attribute": "Style de photographie/peinture" + }, + { + "displayName": "heavy contrast", + "langName": "Contraste fort (accent mis sur la couleur)", + "object": "Style artistique", + "attribute": "Style de photographie/peinture" + }, + { + "displayName": "watercolor (medium)", + "langName": "peinture aquarelle transparente", + "object": "Style artistique", + "attribute": "Style de photographie/peinture" + }, + { + "displayName": "Polaroid art", + "langName": "art polaroïd", + "object": "Style artistique", + "attribute": "Style de photographie/peinture" + }, + { + "displayName": "opal render", + "langName": "Rendu opale", + "object": "Style artistique", + "attribute": "Style de photographie/peinture" + }, + { + "displayName": "chemigram", + "langName": "Chromatogramme", + "object": "Style artistique", + "attribute": "Style de photographie/peinture" + }, + { + "displayName": "((alphonse mucha))", + "langName": "Style Mucha", + "object": "Style artistique", + "attribute": "Style de photographie/peinture" + }, + { + "displayName": "((Monet style))", + "langName": "Style Monet", + "object": "Style artistique", + "attribute": "Style de photographie/peinture" + }, + { + "displayName": "style of Al Williamson", + "langName": "Le style Williamson", + "object": "Style artistique", + "attribute": "Style de photographie/peinture" + }, + { + "displayName": "chiaroscuro", + "langName": "clair-obscur", + "object": "Style artistique", + "attribute": "Style de photographie/peinture" + }, + { + "displayName": "film noir", + "langName": "Film noir (culpabilité, désir, vengeance)", + "object": "Style artistique", + "attribute": "Style de photographie/peinture" + }, + { + "displayName": "dark theme", + "langName": "Art du thème sombre", + "object": "Style artistique", + "attribute": "Style de photographie/peinture" + }, + { + "displayName": "fantasy", + "langName": "Convient aux scènes de science-fiction", + "object": "Style artistique", + "attribute": "Science-fiction" + }, + { + "displayName": "fiction", + "langName": "science-fiction", + "object": "Style artistique", + "attribute": "Science-fiction" + }, + { + "displayName": "science fiction", + "langName": "science-fiction", + "object": "Style artistique", + "attribute": "Science-fiction" + }, + { + "displayName": "sci-fi", + "langName": "style science-fiction", + "object": "Style artistique", + "attribute": "Science-fiction" + }, + { + "displayName": "cyber punk", + "langName": "cyberpunk", + "object": "Style artistique", + "attribute": "Science-fiction" + }, + { + "displayName": "Dark Fantasy", + "langName": "dark fantasy", + "object": "Style artistique", + "attribute": "Science-fiction" + }, + { + "displayName": "Ethereal Fantasy", + "langName": "Fantaisie brumeuse", + "object": "Style artistique", + "attribute": "Science-fiction" + }, + { + "displayName": "dark fantasy style", + "langName": "style dark fantasy", + "object": "Style artistique", + "attribute": "Science-fiction" + }, + { + "displayName": "ww3 style", + "langName": "style ww3", + "object": "Style artistique", + "attribute": "Science-fiction" + }, + { + "displayName": "Magic Vortex", + "langName": "vortex magique", + "object": "Style artistique", + "attribute": "Science-fiction" + }, + { + "displayName": "1980s anime", + "langName": "80 animations", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "80s movie", + "langName": "80 films", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "80s (style)", + "langName": "Style années 80", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "90s (style)", + "langName": "Le style des années 90", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "disney movie", + "langName": "films de Disney", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "goth", + "langName": "rock gothique", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "bubble bobble", + "langName": "Bubble Bobble", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "style of Pixar", + "langName": "pixar animation", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "Studio Ghibli", + "langName": "Le style Ghibli", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "Ghibli-like colours", + "langName": "couleurs ghibli", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "genshin impact", + "langName": "Impact Genshin", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "azur lane", + "langName": "allée azur", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "kantai collection", + "langName": "collecte de la flotte", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "rebecca (cyberpunk)", + "langName": "edgewalker", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "chainsaw man", + "langName": "l'homme à la tronçonneuse", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "synthwave", + "langName": "onde de vapeur", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "anime screeshot", + "langName": "capture d'écran d'animation", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "dakimakura", + "langName": "oreiller", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "cosplay", + "langName": "jeu de rôle", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "guro", + "langName": "Curiosité", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "personification", + "langName": "personnification", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "4koma", + "langName": "Quatre grilles", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "8 Bit Game", + "langName": "Jeux 8bit", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "DC Comics", + "langName": "Peut générer des scènes de bandes dessinées pour les couvertures de bandes dessinées américaines", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "cartoon", + "langName": "Dessin animé", + "object": "Style artistique", + "attribute": "Sous-culture" + }, + { + "displayName": "album", + "langName": "album", + "object": "Style artistique", + "attribute": "Publication" + }, + { + "displayName": "album cover", + "langName": "pochette d'album", + "object": "Style artistique", + "attribute": "Publication" + }, + { + "displayName": "magazine scan", + "langName": "Pages intérieures du magazine", + "object": "Style artistique", + "attribute": "Publication" + }, + { + "displayName": "magazine cover", + "langName": "couverture de magazine", + "object": "Style artistique", + "attribute": "Publication" + }, + { + "displayName": "cover", + "langName": "couverture", + "object": "Style artistique", + "attribute": "Publication" + }, + { + "displayName": "artbook", + "langName": "peinture originale", + "object": "Style artistique", + "attribute": "Publication" + }, + { + "displayName": "column lineup", + "langName": "Une série de petites images forment une grande image", + "object": "Style artistique", + "attribute": "Publication" + }, + { + "displayName": "zoom layer", + "langName": "L'arrière-plan est une version agrandie du premier plan.", + "object": "Style artistique", + "attribute": "Publication" + }, + { + "displayName": "3D Item Render", + "langName": "Rendu 3D", + "object": "Style artistique", + "attribute": "Art numérique" + }, + { + "displayName": "animated gif", + "langName": "Images au format GIF", + "object": "Style artistique", + "attribute": "Art numérique" + }, + { + "displayName": "fine art parody", + "langName": "Imitation de peintures célèbres", + "object": "Style artistique", + "attribute": "Art numérique" + }, + { + "displayName": "optical illusion", + "langName": "erreur visuelle", + "object": "Style artistique", + "attribute": "Art numérique" + }, + { + "displayName": "((ASCII art))", + "langName": "ASCII art", + "object": "Style artistique", + "attribute": "Art numérique" + }, + { + "displayName": "Synchronism", + "langName": "coordination du temps", + "object": "Style artistique", + "attribute": "Art numérique" + }, + { + "displayName": "highres", + "langName": "impasto (style)", + "object": "Style artistique", + "attribute": "Art numérique" + }, + { + "displayName": "sample", + "langName": "Il y a des mots sur l'image", + "object": "Style artistique", + "attribute": "Art numérique" + }, + { + "displayName": "dreamlike", + "langName": "rêve", + "object": "Style artistique", + "attribute": "Art numérique" + }, + { + "displayName": "pixiv", + "langName": "Portrait purement bidimensionnel", + "object": "Style artistique", + "attribute": "Art numérique" + }, + { + "displayName": "a beautiful korean idol,stylish outfit,fitted jeans,oversized jacket,fashionable accessories,(realistic detailed eyes,natural skin texture,confident expression)", + "langName": "Portraits couramment utilisés", + "object": "Post-traitement", + "attribute": "Collections couramment utilisées" + }, + { + "displayName": "fitted jeans,oversized jacket,navel", + "langName": "Assortiment décontracté (denim + corset pour le nombril)", + "object": "Post-traitement", + "attribute": "Collections couramment utilisées" + }, + { + "displayName": "black hair,earrings,flash photography,jewelry,looking at viewer and facing viewer,solo,(upper body),smirk,long hair,ponytail,short sleeves,black dress,black eyes,makeup,lipstick,(cleavage visible,large breasts),face close-up,bend over,pale skin,downblouse,Arms supporting the bed,wearing necklace,(Bedroom background,bed and curtains behind her,Wardrobe,desk lamp),,detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "Photos privées", + "object": "Post-traitement", + "attribute": "Collections couramment utilisées" + }, + { + "displayName": "cityscape backdrop,rooftop or high-rise balcony,shallow depth of field,bokeh from city lights", + "langName": "arrière-plan des gratte-ciel de la ville", + "object": "Post-traitement", + "attribute": "Collections couramment utilisées" + }, + { + "displayName": "Fujifilm XT3,film still,film grain,sharp focus on subject,cinematic", + "langName": "Texture du film", + "object": "Post-traitement", + "attribute": "Collections couramment utilisées" + }, + { + "displayName": "ultra-high definition", + "langName": "ultra haute définition", + "object": "Post-traitement", + "attribute": "Résolution" + }, + { + "displayName": "4k", + "langName": "4k", + "object": "Post-traitement", + "attribute": "Résolution" + }, + { + "displayName": "8K", + "langName": "8K", + "object": "Post-traitement", + "attribute": "Résolution" + }, + { + "displayName": "16k", + "langName": "16k", + "object": "Post-traitement", + "attribute": "Résolution" + }, + { + "displayName": "32k", + "langName": "32k", + "object": "Post-traitement", + "attribute": "Résolution" + }, + { + "displayName": "Full-HD", + "langName": "Full HD", + "object": "Post-traitement", + "attribute": "Résolution" + }, + { + "displayName": "HD", + "langName": "HD", + "object": "Post-traitement", + "attribute": "Résolution" + }, + { + "displayName": "Ultra-HD", + "langName": "ultra haute définition", + "object": "Post-traitement", + "attribute": "Résolution" + }, + { + "displayName": "Super-Resolution", + "langName": "super résolution", + "object": "Post-traitement", + "attribute": "Résolution" + }, + { + "displayName": "Megapixel", + "langName": "mégapixels", + "object": "Post-traitement", + "attribute": "Résolution" + }, + { + "displayName": "absurdres", + "langName": "ultra haute résolution", + "object": "Post-traitement", + "attribute": "Résolution" + }, + { + "displayName": "incredibly absurdres", + "langName": "une résolution extrêmement élevée", + "object": "Post-traitement", + "attribute": "Résolution" + }, + { + "displayName": "huge filesize", + "langName": "Très haute résolution/grands fichiers", + "object": "Post-traitement", + "attribute": "Résolution" + }, + { + "displayName": "Anaglyph", + "langName": "Peinture 3D", + "object": "Post-traitement", + "attribute": "Vision stéréoscopique" + }, + { + "displayName": "Multiscopy", + "langName": "multiviewer", + "object": "Post-traitement", + "attribute": "Vision stéréoscopique" + }, + { + "displayName": "Autostereoscopy", + "langName": "autostéréoscopique", + "object": "Post-traitement", + "attribute": "Vision stéréoscopique" + }, + { + "displayName": "Stereoscopy", + "langName": "Stéréophotographie", + "object": "Post-traitement", + "attribute": "Vision stéréoscopique" + }, + { + "displayName": "Parallax", + "langName": "Parallaxe", + "object": "Post-traitement", + "attribute": "Vision stéréoscopique" + }, + { + "displayName": "Anti-Aliasing", + "langName": "Anti-crénelage", + "object": "Post-traitement", + "attribute": "Anti-crénelage" + }, + { + "displayName": "FXAA", + "langName": "FXAA", + "object": "Post-traitement", + "attribute": "Anti-crénelage" + }, + { + "displayName": "TXAA", + "langName": "TxAA", + "object": "Post-traitement", + "attribute": "Anti-crénelage" + }, + { + "displayName": "RTX", + "langName": "transmission en temps réel", + "object": "Post-traitement", + "attribute": "Anti-crénelage" + }, + { + "displayName": "SSAO", + "langName": "SSAO", + "object": "Post-traitement", + "attribute": "Anti-crénelage" + }, + { + "displayName": "De-Noise", + "langName": "Réduction du bruit", + "object": "Post-traitement", + "attribute": "Anti-crénelage" + }, + { + "displayName": "Shaders", + "langName": "nuanceur", + "object": "Post-traitement", + "attribute": "Shader (nuanceur)" + }, + { + "displayName": "OpenGL-Shaders", + "langName": "Shaders OpenGL", + "object": "Post-traitement", + "attribute": "Shader (nuanceur)" + }, + { + "displayName": "GLSL-Shaders", + "langName": "Nuanceurs GLSL", + "object": "Post-traitement", + "attribute": "Shader (nuanceur)" + }, + { + "displayName": "Post Processing", + "langName": "post-traitement", + "object": "Post-traitement", + "attribute": "Shader (nuanceur)" + }, + { + "displayName": "Post-Production", + "langName": "Post-production", + "object": "Post-traitement", + "attribute": "Shader (nuanceur)" + }, + { + "displayName": "Cel Shading", + "langName": "métacouleur", + "object": "Post-traitement", + "attribute": "Shader (nuanceur)" + }, + { + "displayName": "Tone Mapping", + "langName": "Cartographie des tons", + "object": "Post-traitement", + "attribute": "Shader (nuanceur)" + }, + { + "displayName": "CGI", + "langName": "imagerie informatique", + "object": "Post-traitement", + "attribute": "Shader (nuanceur)" + }, + { + "displayName": "VFX", + "langName": "effets visuels", + "object": "Post-traitement", + "attribute": "Shader (nuanceur)" + }, + { + "displayName": "SFX", + "langName": "Effets sonores", + "object": "Post-traitement", + "attribute": "Shader (nuanceur)" + }, + { + "displayName": "Unreal Engine", + "langName": "Moteur Unreal", + "object": "Post-traitement", + "attribute": "Shader (nuanceur)" + }, + { + "displayName": "Scan Lines", + "langName": "ligne de balayage", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Posterization", + "langName": "segmentation tonale", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Quantization", + "langName": "Quantifier", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Sobel Operator", + "langName": "Opérateur de Sobel", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Edge Detection", + "langName": "détection des bords", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Interlaced", + "langName": "balayage entrelacé", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Moire Patterns", + "langName": "motif moiré", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Rounded", + "langName": "ronde", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Wavy", + "langName": "ondulé", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Whirl", + "langName": "vortex", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Squiggly", + "langName": "ondulation", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Morph", + "langName": "déformation", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Spiraling", + "langName": "spirale", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Twisted Rays", + "langName": "lumière déformée", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Starburst", + "langName": "éclat d'étoile", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Emboss", + "langName": "secours", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Tessellated", + "langName": "mosaïque", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Blobby", + "langName": "point", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Blobs", + "langName": "point", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Cracks", + "langName": "fissure", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Textured", + "langName": "la texture", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Convolution Matrix", + "langName": "matrice de convolution", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Dilate", + "langName": "gonfler", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Erode", + "langName": "érosion", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Dirty", + "langName": "sale", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "With Imperfections", + "langName": "défectueux", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Distortion", + "langName": "Distorsion", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Lenticular", + "langName": "Lenticulaire", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Cropped", + "langName": "Culture", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Quantum-Wavetracing", + "langName": "Traçage des ondes quantiques", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Tornadic", + "langName": "tornade", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Sabattier Effect", + "langName": "Permet d'obtenir des bords doux et flous et des ombres de couleur", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Smudged", + "langName": "Vague", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Sharpened", + "langName": "aiguiser", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Glowing Edges", + "langName": "bord brillant", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Spherize", + "langName": "sphéroïdisation", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Harris Shutter", + "langName": "Capturez des objets en mouvement rapide ou préservez la clarté de l'image dans des environnements faiblement éclairés.", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Mordancage", + "langName": "photographie à l'eau-forte", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Ray Traced", + "langName": "Traçage de rayons", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "Ray Tracing Ambient Occlusion", + "langName": "Occlusion ambiante par traçage de rayons", + "object": "Post-traitement", + "attribute": "Traitement des images" + }, + { + "displayName": "award winning", + "langName": "Œuvres primées", + "object": "Post-traitement", + "attribute": "Qualité" + }, + { + "displayName": "professional", + "langName": "majeur", + "object": "Post-traitement", + "attribute": "Qualité" + }, + { + "displayName": "breathtaking", + "langName": "Étonnante", + "object": "Post-traitement", + "attribute": "Qualité" + }, + { + "displayName": "groundbreaking", + "langName": "L'ouverture du marché", + "object": "Post-traitement", + "attribute": "Qualité" + }, + { + "displayName": "superb", + "langName": "première classe", + "object": "Post-traitement", + "attribute": "Qualité" + }, + { + "displayName": "outstanding", + "langName": "Remarquable", + "object": "Post-traitement", + "attribute": "Qualité" + }, + { + "displayName": "best quality", + "langName": "meilleure qualité", + "object": "Post-traitement", + "attribute": "Qualité" + }, + { + "displayName": "best aesthetic", + "langName": "meilleure esthétique", + "object": "Post-traitement", + "attribute": "Qualité" + }, + { + "displayName": "masterpiece", + "langName": "chef-d'œuvre", + "object": "Post-traitement", + "attribute": "Qualité" + }, + { + "displayName": "extreme detail", + "langName": "détail extrême", + "object": "Post-traitement", + "attribute": "Qualité" + }, + { + "displayName": "amazing", + "langName": "étonnant", + "object": "Post-traitement", + "attribute": "Qualité" + }, + { + "displayName": "original", + "langName": "Original", + "object": "Post-traitement", + "attribute": "Qualité" + }, + { + "displayName": "in a symbolic and meaningful style", + "langName": "Style symbolique et significatif", + "object": "Post-traitement", + "attribute": "Qualité" + }, + { + "displayName": "insanely detailed and intricate", + "langName": "extrêmement détaillée et complexe", + "object": "Post-traitement", + "attribute": "Qualité" + }, + { + "displayName": "very coherent symmetrical artwork", + "langName": "Structure cohérente et symétrique", + "object": "Post-traitement", + "attribute": "Qualité" + }, + { + "displayName": "Trending on ArtStation", + "langName": "ArtStation", + "object": "Post-traitement", + "attribute": "Tendances en matière de plates-formes" + }, + { + "displayName": "Trending on Facebook", + "langName": "Facebook", + "object": "Post-traitement", + "attribute": "Tendances en matière de plates-formes" + }, + { + "displayName": "Trending on Pixiv", + "langName": "Pixiv", + "object": "Post-traitement", + "attribute": "Tendances en matière de plates-formes" + }, + { + "displayName": "Trending on Pixbay", + "langName": "Pixbay", + "object": "Post-traitement", + "attribute": "Tendances en matière de plates-formes" + }, + { + "displayName": "reddit", + "langName": "reddit forum", + "object": "Post-traitement", + "attribute": "Tendances en matière de plates-formes" + } +] \ No newline at end of file diff --git a/src/app/data/prompt/prompt-hi.json b/src/app/data/prompt/prompt-hi.json new file mode 100644 index 0000000..94e29b9 --- /dev/null +++ b/src/app/data/prompt/prompt-hi.json @@ -0,0 +1,29606 @@ +[ + { + "displayName": "female", + "langName": "महिला", + "object": "आकृति", + "attribute": "मुख्य भाग" + }, + { + "displayName": "male", + "langName": "पुरुष", + "object": "आकृति", + "attribute": "मुख्य भाग" + }, + { + "displayName": "mature_female", + "langName": "प्रौढ महिलाएं", + "object": "आकृति", + "attribute": "मुख्य भाग" + }, + { + "displayName": "mature", + "langName": "प्रौढ़", + "object": "आकृति", + "attribute": "मुख्य भाग" + }, + { + "displayName": "little_girl", + "langName": "छोटी लड़की", + "object": "आकृति", + "attribute": "मुख्य भाग" + }, + { + "displayName": "little_boy", + "langName": "छोटा लड़का", + "object": "आकृति", + "attribute": "मुख्य भाग" + }, + { + "displayName": "1girl", + "langName": "1 लड़की", + "object": "आकृति", + "attribute": "मुख्य भाग" + }, + { + "displayName": "1boy", + "langName": "1 लड़का", + "object": "आकृति", + "attribute": "मुख्य भाग" + }, + { + "displayName": "2girls", + "langName": "2 लड़कियाँ", + "object": "आकृति", + "attribute": "मुख्य भाग" + }, + { + "displayName": "2boys", + "langName": "2 लड़के", + "object": "आकृति", + "attribute": "मुख्य भाग" + }, + { + "displayName": "sisters", + "langName": "बहन की", + "object": "आकृति", + "attribute": "मुख्य भाग" + }, + { + "displayName": "multiple_girls", + "langName": "एकाधिक लड़कियाँ", + "object": "आकृति", + "attribute": "मुख्य भाग" + }, + { + "displayName": "solo", + "langName": "अकेला", + "object": "आकृति", + "attribute": "मुख्य भाग" + }, + { + "displayName": "ojousama", + "langName": "याद", + "object": "आकृति", + "attribute": "मुख्य भाग" + }, + { + "displayName": "bishoujo", + "langName": "सुंदर लड़की", + "object": "आकृति", + "attribute": "मुख्य भाग" + }, + { + "displayName": "kawaii", + "langName": "प्यारा", + "object": "आकृति", + "attribute": "मुख्य भाग" + }, + { + "displayName": "adorable_girl", + "langName": "सुंदर लड़की", + "object": "आकृति", + "attribute": "मुख्य भाग" + }, + { + "displayName": "female_pervert", + "langName": "फूहड़", + "object": "आकृति", + "attribute": "मुख्य भाग" + }, + { + "displayName": "milf", + "langName": "मिल्फ़", + "object": "आकृति", + "attribute": "मुख्य भाग" + }, + { + "displayName": "a beautiful korean idol", + "langName": "कोरियाई मूर्ति", + "object": "आकृति", + "attribute": "मुख्य भाग" + }, + { + "displayName": "lifeguard", + "langName": "जीवनरक्षक", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "goalkeeper", + "langName": "गोलकीपर", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "racer", + "langName": "रेसिंग ड्राइवर", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "motorcyclist", + "langName": "मोटर-साइकिल चलानेवाला", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "boxer", + "langName": "बॉक्सर", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "acrobat", + "langName": "नट", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "athletes", + "langName": "धावक", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "cheerleader", + "langName": "चियरलीडिंग", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "stewardess", + "langName": "एयरलाइन परिचारिका", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "waitress", + "langName": "वेट्रेस", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "waiter", + "langName": "परिचारक", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "chef", + "langName": "महाराज", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "barista", + "langName": "बरिस्ता", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "cashier", + "langName": "केशियर", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "mailman", + "langName": "डाकिया", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "office_lady", + "langName": "कामकाजी महिलाएं", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "maid", + "langName": "नौकरानी", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "housemaid", + "langName": "नौकरानी", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "doctor", + "langName": "चिकित्सक", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "nurse", + "langName": "देखभाल करना", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "scientist", + "langName": "वैज्ञानिक", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "detective", + "langName": "जासूसी", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "police", + "langName": "पुलिस", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "soldier", + "langName": "सैनिक", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "firefighter", + "langName": "फायर फाइटर", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "hacker", + "langName": "हैकर", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "spy", + "langName": "जासूस", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "agent", + "langName": "प्रतिनिधि", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "assassin", + "langName": "हत्यारा", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "magician", + "langName": "जादूगर", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "pilot", + "langName": "पायलट", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "astronaut", + "langName": "अंतरिक्ष यात्री", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "diver", + "langName": "ग़ोताख़ोर", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "bar censor", + "langName": "बार परीक्षक", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "missionary", + "langName": "मिशनरी", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "poet", + "langName": "कवि", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "actor", + "langName": "अभिनेता", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "actress", + "langName": "अभिनेत्री", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "idol", + "langName": "प्रतिमा", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "queen", + "langName": "रानी", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "race_queen", + "langName": "रेसिंग लड़की", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "dancer", + "langName": "नर्तक", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "ballerina", + "langName": "बैले नृतकी", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "dancing girl", + "langName": "नाचती हुई लड़की", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "gym_leader", + "langName": "जिम्नास्टिक कोच", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "priest", + "langName": "पुजारी", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "cleric", + "langName": "पादरी (ईसाई)", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "monk", + "langName": "साधु", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "nun", + "langName": "मठवासिनी", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "makihitsuji", + "langName": "चरवाहा", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "the hermit", + "langName": "एकांतवासी", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "teacher", + "langName": "अध्यापक", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "classmate", + "langName": "सहपाठी", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "student", + "langName": "विद्यार्थी", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "harem", + "langName": "हरेम", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "ghost", + "langName": "भूत", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "doll", + "langName": "गुड़िया", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "albino", + "langName": "विवर्ण", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "amputee", + "langName": "अपंग", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "trap", + "langName": "ट्रांसवेस्टाइट (महिला विशेषताओं वाले पुरुषों को महिलाएं समझ लिया जा सकता है)", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "crossdressing", + "langName": "ट्रांसवेस्टाइट (ऐसे कपड़े पहनना जो किसी की लिंग पहचान से मेल नहीं खाते)", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "otoko_no_ko", + "langName": "ट्रांसवेस्टाइट (एक पुरुष जिसमें महिला लक्षण दिखाई देते हैं)", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "wa_maid", + "langName": "जापानी नौकरानी", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "yaoi", + "langName": "समलैंगिक बनो", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "yuri", + "langName": "लिली", + "object": "आकृति", + "attribute": "पहचान" + }, + { + "displayName": "pikachu", + "langName": "पिकाचु", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "pokemon", + "langName": "पोकीमोन", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "doraemon", + "langName": "डोरेमोन", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "crayon shin-chan", + "langName": "क्रेयॉन शिन-चान", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "slam dunk", + "langName": "जोरदार तरीके से डुबोना", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "harry potter", + "langName": "हैरी पॉटर", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "avengers", + "langName": "बदला लेने वाले", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "captain america", + "langName": "कप्तान अमेरिका", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "gojou satoru", + "langName": "गोजो सटोरू", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "neon genesis evangelion", + "langName": "नियॉन जेनेसिस इवेंजेलियन", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "mazinger", + "langName": "अद्भुत महिला", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "saint seiya", + "langName": "सेंट सैया", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "kamen rider", + "langName": "कामिन सवार", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "mario", + "langName": "मारियो", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "sun wukong", + "langName": "सुन वुकोंग", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "hatsune miku", + "langName": "हत्सुने मिकू", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "magical_girl", + "langName": "जादुई लड़की", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "sailor_senshi", + "langName": "नाविक का चांद", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "witch", + "langName": "चुड़ैल", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "miko", + "langName": "मीको", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "mage", + "langName": "जादूगर", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "magister", + "langName": "मजिस्टर", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "ninja", + "langName": "निंजा", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "samurai", + "langName": "समुराई", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "vampire", + "langName": "पिशाच", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "knight", + "langName": "सामंत", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "orc", + "langName": "ओआरसी", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "druid", + "langName": "ड्र्यूड", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "elf", + "langName": "भूत", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "dark_elf", + "langName": "अंधेरा योगिनी", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "fairy", + "langName": "योगिनी", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "succubus", + "langName": "सक्कुबस", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "imp", + "langName": "थोड़ा शैतान", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "devil", + "langName": "शैतान", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "angel", + "langName": "देवदूत", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "monster", + "langName": "राक्षस", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "monster_girl", + "langName": "विदेशी की माँ", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "dominatrix", + "langName": "क्वीन (एसएम मीडियम)", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "mecha", + "langName": "मेचा", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "mecha_musume", + "langName": "मेचा लड़की", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "humanoid_robot", + "langName": "ह्यूमनॉइड रोबोट", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "cyborg", + "langName": "साइबोर्ग", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "dragon_girl", + "langName": "ड्रैगन लेडी", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "centaur", + "langName": "सेंटो", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "slime_musume", + "langName": "कीचड़ वाली लड़की", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "spider_girl", + "langName": "स्पाइडर गर्ल", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "mermaid", + "langName": "जलपरी", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "cat_girl", + "langName": "बिल्ली लड़की", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "dog_girl", + "langName": "कुत्ता लड़की", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "wolf_girl", + "langName": "भेड़िया लड़की", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "fox_girl", + "langName": "लोमड़ी लड़की", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "kitsune", + "langName": "लोमड़ी दानव", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "kyuubi", + "langName": "नौ पूँछें | नौ पूंछों वाली लोमड़ी", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "raccoon_girl", + "langName": "रैकून लड़की", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "bunny_girl", + "langName": "खरगोश लड़की", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "cow_girl", + "langName": "काउगर्ल", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "horse_girl", + "langName": "मा नियांग", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "furry", + "langName": "ओआरसी", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "furry/orc", + "langName": "ओर्क्स/ओर्क्स", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "kemonomimi_mode", + "langName": "पशु कान लोली मोड", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "giantess", + "langName": "राक्षसी", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "minigirl", + "langName": "छोटी लड़की", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "mesugaki", + "langName": "महिला छोटा सा भूत", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "santa alter", + "langName": "सांता क्लॉज़", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "spider-man", + "langName": "स्पाइडर मैन", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "demo", + "langName": "राक्षस", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "no humans", + "langName": "अमानवीय", + "object": "आकृति", + "attribute": "द्वि-आयामी चरित्र" + }, + { + "displayName": "toddler", + "langName": "बहुत छोटा बच्चा", + "object": "आकृति", + "attribute": "आयु" + }, + { + "displayName": "kindergartener", + "langName": "KINDERGARTEN", + "object": "आकृति", + "attribute": "आयु" + }, + { + "displayName": "child", + "langName": "बच्चा", + "object": "आकृति", + "attribute": "आयु" + }, + { + "displayName": "underage", + "langName": "अवयस्क", + "object": "आकृति", + "attribute": "आयु" + }, + { + "displayName": "teenager", + "langName": "किशोर (13-19)", + "object": "आकृति", + "attribute": "आयु" + }, + { + "displayName": "teen", + "langName": "किशोर (13-19)", + "object": "आकृति", + "attribute": "आयु" + }, + { + "displayName": "early teen", + "langName": "प्रारंभिक किशोरावस्था (11-15)", + "object": "आकृति", + "attribute": "आयु" + }, + { + "displayName": "adult", + "langName": "वयस्क", + "object": "आकृति", + "attribute": "आयु" + }, + { + "displayName": "elder", + "langName": "ज्येष्ठ", + "object": "आकृति", + "attribute": "आयु" + }, + { + "displayName": "old", + "langName": "बुज़ुर्ग", + "object": "आकृति", + "attribute": "आयु" + }, + { + "displayName": "loli", + "langName": "लोली", + "object": "आकृति", + "attribute": "आयु" + }, + { + "displayName": "shota", + "langName": "शोटा", + "object": "आकृति", + "attribute": "आयु" + }, + { + "displayName": "white_skin", + "langName": "गोरी त्वचा", + "object": "आकृति", + "attribute": "त्वचा" + }, + { + "displayName": "pale_skin", + "langName": "पीली त्वचा (गहरे या चमकीले रंग के कपड़ों के लिए उपयुक्त)", + "object": "आकृति", + "attribute": "त्वचा" + }, + { + "displayName": "fair_skin", + "langName": "गोरी त्वचा", + "object": "आकृति", + "attribute": "त्वचा" + }, + { + "displayName": "olive_skin", + "langName": "जैतून की त्वचा", + "object": "आकृति", + "attribute": "त्वचा" + }, + { + "displayName": "brown_skin", + "langName": "पारसी मूल का व्यक्ति", + "object": "आकृति", + "attribute": "त्वचा" + }, + { + "displayName": "deep_skin", + "langName": "सांवली त्वचा", + "object": "आकृति", + "attribute": "त्वचा" + }, + { + "displayName": "dark_skin", + "langName": "सांवली त्वचा", + "object": "आकृति", + "attribute": "त्वचा" + }, + { + "displayName": "black_skin", + "langName": "सांवली त्वचा", + "object": "आकृति", + "attribute": "त्वचा" + }, + { + "displayName": "shiny_skin", + "langName": "चमकदार त्वचा", + "object": "आकृति", + "attribute": "त्वचा" + }, + { + "displayName": "white_marble_glowing_skin", + "langName": "सफेद संगमरमर चमकती त्वचा", + "object": "आकृति", + "attribute": "त्वचा" + }, + { + "displayName": "tattoo", + "langName": "टटू", + "object": "आकृति", + "attribute": "त्वचा" + }, + { + "displayName": "tan", + "langName": "सूर्य अनाश्रयता", + "object": "आकृति", + "attribute": "त्वचा" + }, + { + "displayName": "tanlines", + "langName": "सूरज की क्षति", + "object": "आकृति", + "attribute": "त्वचा" + }, + { + "displayName": "oil", + "langName": "तेल का", + "object": "आकृति", + "attribute": "त्वचा" + }, + { + "displayName": "skinny", + "langName": "पतला-दुबला", + "object": "आकृति", + "attribute": "आकृति" + }, + { + "displayName": "plump", + "langName": "भरा हुआ", + "object": "आकृति", + "attribute": "आकृति" + }, + { + "displayName": "curvy", + "langName": "शैतान आकृति", + "object": "आकृति", + "attribute": "आकृति" + }, + { + "displayName": "(navel,wide hip,curvy)", + "langName": "आंकड़ा प्रकट करें", + "object": "आकृति", + "attribute": "आकृति" + }, + { + "displayName": "gyaru", + "langName": "हॉट लड़कियाँ (जापानी लड़कियाँ)", + "object": "आकृति", + "attribute": "आकृति" + }, + { + "displayName": "pregnant", + "langName": "गर्भवती", + "object": "आकृति", + "attribute": "आकृति" + }, + { + "displayName": "fat", + "langName": "मोटापा", + "object": "आकृति", + "attribute": "आकृति" + }, + { + "displayName": "thin", + "langName": "पतला", + "object": "आकृति", + "attribute": "आकृति" + }, + { + "displayName": "slender", + "langName": "छरहरा", + "object": "आकृति", + "attribute": "आकृति" + }, + { + "displayName": "glamor", + "langName": "आकर्षण", + "object": "आकृति", + "attribute": "आकृति" + }, + { + "displayName": "tall", + "langName": "लंबा", + "object": "आकृति", + "attribute": "आकृति" + }, + { + "displayName": "petite", + "langName": "खूबसूरत", + "object": "आकृति", + "attribute": "आकृति" + }, + { + "displayName": "chibi", + "langName": "मेंगमेंग/क्यू प्रिंट शैली", + "object": "आकृति", + "attribute": "आकृति" + }, + { + "displayName": "muscular", + "langName": "माँसपेशियाँ", + "object": "आकृति", + "attribute": "आकृति" + }, + { + "displayName": "big tits", + "langName": "बड़े स्तन", + "object": "आकृति", + "attribute": "आकृति" + }, + { + "displayName": "(cleavage visible,large breasts)", + "langName": "बड़े स्तन (क्लीवेज के साथ)", + "object": "आकृति", + "attribute": "आकृति" + }, + { + "displayName": "Small waist", + "langName": "छोटी कमर", + "object": "आकृति", + "attribute": "आकृति" + }, + { + "displayName": "narrow_waist", + "langName": "पतली कमर", + "object": "आकृति", + "attribute": "आकृति" + }, + { + "displayName": "slender_waist", + "langName": "पतली कमर", + "object": "आकृति", + "attribute": "आकृति" + }, + { + "displayName": "strong", + "langName": "मज़बूत", + "object": "आकृति", + "attribute": "आकृति" + }, + { + "displayName": "slim", + "langName": "छरहरा", + "object": "आकृति", + "attribute": "आकृति" + }, + { + "displayName": "slender face", + "langName": "चेहरे का पतला होना", + "object": "आकृति", + "attribute": "चेहरे का आकार" + }, + { + "displayName": "round face", + "langName": "गोल चेहरा", + "object": "आकृति", + "attribute": "चेहरे का आकार" + }, + { + "displayName": "oval face", + "langName": "अंडाकार चेहरा", + "object": "आकृति", + "attribute": "चेहरे का आकार" + }, + { + "displayName": "baby face", + "langName": "बच्चे का चेहरा", + "object": "आकृति", + "attribute": "चेहरे का आकार" + }, + { + "displayName": "inverted triangle face", + "langName": "उलटा त्रिकोण चेहरा", + "object": "आकृति", + "attribute": "चेहरे का आकार" + }, + { + "displayName": "heart shaped face", + "langName": "दिल के आकार का चेहरा", + "object": "आकृति", + "attribute": "चेहरे का आकार" + }, + { + "displayName": "diamond face", + "langName": "हीरा चेहरा", + "object": "आकृति", + "attribute": "चेहरे का आकार" + }, + { + "displayName": "square face", + "langName": "वर्गाकार चेहरा", + "object": "आकृति", + "attribute": "चेहरे का आकार" + }, + { + "displayName": "long face", + "langName": "लम्बा चेहरा", + "object": "आकृति", + "attribute": "चेहरे का आकार" + }, + { + "displayName": "triangular face", + "langName": "त्रिकोण चेहरा", + "object": "आकृति", + "attribute": "चेहरे का आकार" + }, + { + "displayName": "detailed gorgeous face", + "langName": "अच्छा चेहरा", + "object": "आकृति", + "attribute": "चेहरे का आकार" + }, + { + "displayName": "delicate features", + "langName": "उत्तम चेहरे की विशेषताएं", + "object": "आकृति", + "attribute": "चेहरे का आकार" + }, + { + "displayName": "black hair", + "langName": "काले बाल", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "white hair", + "langName": "सफेद बाल", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "grey hair", + "langName": "भूरे बाल", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "silver hair", + "langName": "चाँदी के बाल", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "blonde hair", + "langName": "सुनहरे बाल", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "light brown hair", + "langName": "हल्के भूरे बाल", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "brown hair", + "langName": "भूरे बाल", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "red hair", + "langName": "लाल बाल", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "pink hair", + "langName": "गुलाबी बाल", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "purple hair", + "langName": "बैंगनी बाल", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "blue hair", + "langName": "नीले बाल", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "light blue hair", + "langName": "हल्के नीले बाल", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "dark blue hair", + "langName": "गहरे नीले बाल", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "green hair", + "langName": "हरे बाल", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "yellow hair", + "langName": "पीले बाल", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "two-tone hair", + "langName": "दो रंग के बाल", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "multicolored hair", + "langName": "मिश्रित रंग के बाल", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "grey gradient hair", + "langName": "भूरे ढाल वाले बाल", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "Gradation of hair", + "langName": "ओंब्रे बाल", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "streaked hair", + "langName": "हाइलाइट किये हुए बाल", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "hair_down", + "langName": "बाल नीचे", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "hair_spread_out", + "langName": "ढीले बाल", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "hair_flip", + "langName": "कंघी करो", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "hair_up", + "langName": "ऊपर की ओर बाल", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "hair_behind_ear", + "langName": "कान के पीछे बाल", + "object": "आकृति", + "attribute": "बाल" + }, + { + "displayName": "straight_hair", + "langName": "सीधे बाल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "curly hair", + "langName": "कर्ल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "wavy hair", + "langName": "प्राकृतिक मात्रा", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "short hair", + "langName": "छोटे बाल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "medium hair", + "langName": "झोंगफा", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "long hair", + "langName": "लंबे बाल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "very long hair", + "langName": "बहुत लंबे बाल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "short ponytail", + "langName": "छोटी पोनीटेल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "ponytail", + "langName": "चोटी", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "high ponytail", + "langName": "ऊँची पोनीटेल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "low ponytail", + "langName": "कम पोनीटेल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "front ponytail", + "langName": "सामने की चोटी", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "Side ponytail", + "langName": "साइड पोनीटेल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "folded ponytail", + "langName": "मुड़ी हुई पोनीटेल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "braided ponytail", + "langName": "पोनीटेल गूंथे हुए बाल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "quad tails", + "langName": "चार पोनीटेल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "twin braids", + "langName": "दोहरी चोटी", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "low twin braids", + "langName": "कम डबल चोटी", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "side braid", + "langName": "पार्श्व चोटी", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "single braid", + "langName": "एकल चोटी", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "crown braid", + "langName": "मुकुट चोटी", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "french braid", + "langName": "फ़्रेंच चोटी", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "braid", + "langName": "चोटी", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "drill hair", + "langName": "ड्रिल रोल राजकुमारी रोल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "twin_drills", + "langName": "डबल डायमंड हेयरस्टाइल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "bunches", + "langName": "जुड़वां पोनीटेल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "twintails", + "langName": "ट्विन पोनीटेल दो", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "hair bun", + "langName": "बन | उबाली हुई पकौड़ी", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "single_hair_bun", + "langName": "एकल बन", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "double_bun", + "langName": "दो बन्स", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "braided bangs", + "langName": "ब्रैड बैंग्स", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "braided bun", + "langName": "चोटी का जूड़ा", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "cone hair bun", + "langName": "पतला जूड़ा", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "doughnut hair bun", + "langName": "डोनट बन", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "heart hair bun", + "langName": "दिल का बन", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "bob cut", + "langName": "बॉब बाल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "bob haircut", + "langName": "बॉब बाल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "hime cut", + "langName": "राजकुमारी कट", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "updo", + "langName": "बन बाल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "topknot", + "langName": "मीटबॉल सिर", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "one side up", + "langName": "बाल एक तरफ बंधे हुए", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "two side up", + "langName": "दो तरफा बाल बाँधना", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "multi-tied hair", + "langName": "अधिक बाल बांधें", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "payot", + "langName": "लंबे गलमुच्छ", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "dynamic hair", + "langName": "गतिशील बाल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "swept bangs", + "langName": "साइड स्वेप्ट बैंग्स", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "crossed bangs", + "langName": "क्रॉस बैंग्स", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "bangs", + "langName": "बनूंगी", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "blunt bangs", + "langName": "क्यूई बैंग्स", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "Slanted bangs", + "langName": "तिरछी बैंग्स", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "long bangs", + "langName": "लंबी बैंग्स", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "air bangs", + "langName": "हवा के झोंके", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "asymmetric bangs", + "langName": "असममित बैंग्स", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "asymmetrical bangs", + "langName": "असममित बैंग्स", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "parted bangs", + "langName": "भाग बैंग्स", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "side_blunt_bangs", + "langName": "साइड एयर बैंग्स", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "centre parting bangs", + "langName": "सेंटर पार्टेड बैंग्स", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "middle Fringe", + "langName": "सेंटर पार्टेड बैंग्स", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "bowl_cut", + "langName": "मशरूम सिर | बर्तन का सिर", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "hair_flaps", + "langName": "बाल पंख", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "hair wings", + "langName": "पंख के बाल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "hair in takes", + "langName": "क्लोज़ अप", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "flipped hair", + "langName": "विकृत बाल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "messy hair", + "langName": "गन्दा केश", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "disheveled hair", + "langName": "बिखरे बाल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "antenna hair", + "langName": "कई बेजान बाल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "ahoge", + "langName": "गूंगा", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "forehead", + "langName": "माथा दिखाओ", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "dreadlocks", + "langName": "ड्रेडलॉक", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "wet hair", + "langName": "गीले बाल", + "object": "आकृति", + "attribute": "केश विन्यास" + }, + { + "displayName": "makeup", + "langName": "पूरा करना", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "eyeshadow", + "langName": "आई शेडो", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "red eyeshadow", + "langName": "लाल आँख छाया", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "blue eyeshadow", + "langName": "नीली आँख छाया", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "purple eyeshadow", + "langName": "बैंगनी आँख छाया", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "pink eyeshadow", + "langName": "गुलाबी आँख छाया", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "green eyeshadow", + "langName": "हरी आँख छाया", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "mascara", + "langName": "काजल", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "long_eyelashes", + "langName": "आंखों की पलक के पास लंबे - लंबे बाल", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "colored_eyelashes", + "langName": "रंगीन पलकें", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "lipgloss", + "langName": "होंठ की चमक", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "red_lips", + "langName": "लाल होंठ", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "anime_style_blush", + "langName": "एनिमेटेड ब्लश", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "nose_blush", + "langName": "नाक लाल होना", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "freckles", + "langName": "झाई", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "mole", + "langName": "तिल", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "mole_under_eye", + "langName": "आँखों के नीचे तिल", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "scar", + "langName": "निशान", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "scar_across_eye", + "langName": "आँखों पर चोट के निशान", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "facial_mark", + "langName": "पैटर्न वाला चेहरा", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "forehead_mark", + "langName": "माथे पर एक पैटर्न है", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "anger_vein", + "langName": "सिर गुस्से का प्रतीक", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "bags_under_eyes", + "langName": "आंखों के नीचे बैग", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "bruise_on_face", + "langName": "चेहरे पर चोट के निशान", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "whisker_markings", + "langName": "दाढ़ी के निशान", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "facepaint", + "langName": "चहेरा रंगाई", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "hair between eyes", + "langName": "आँखों के बीच बाल", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "smoking_pipe", + "langName": "पाइप", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "mustache", + "langName": "मूंछें", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "goatee", + "langName": "बकरे की सी दाढ़ी", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "food_on_face", + "langName": "चेहरे पर खाना", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "rice_on_face", + "langName": "चेहरे पर चावल", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "cream_on_face", + "langName": "चेहरे पर क्रीम", + "object": "आकृति", + "attribute": "चेहरा" + }, + { + "displayName": "elf ears", + "langName": "योगिनी कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "pointy_ears", + "langName": "नोकीले कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "long_pointy_ears", + "langName": "लंबे नुकीले कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "demon ears", + "langName": "शैतान कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "angel ears", + "langName": "देवदूत कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "alien ears", + "langName": "विदेशी कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "animal_ears", + "langName": "जानवरों के कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "fake_animal_ears", + "langName": "नकली जानवर के कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "ears_through_headwear", + "langName": "कान टोपी या टोपी के माध्यम से पहने जाते हैं", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "ear_blush", + "langName": "कान लाल हैं", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "ear_ornament", + "langName": "बाली", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "ear_piercing", + "langName": "कान छेदना", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "animal_ear_fluff", + "langName": "पशु कान आलीशान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "ears_down", + "langName": "कान गिराओ", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "floppy_ears", + "langName": "फ्लॉपी कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "fox_ears", + "langName": "लोमड़ी के कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "cat_ears", + "langName": "बिल्ली के कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "dog_ears", + "langName": "कुत्ते के कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "coyote_ears", + "langName": "कोयोट कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "bunny_ears", + "langName": "पुराने टीवी पर बाहरी एंटीना", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "mouse_ears", + "langName": "चूहे के कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "squirrel_ears", + "langName": "गिलहरी के कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "raccoon_ears", + "langName": "रैकून कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "bear_ears", + "langName": "भालू के कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "panda_ears", + "langName": "पांडा के कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "lion_ears", + "langName": "शेर के कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "jaguar_ears", + "langName": "जगुआर कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "tiger_ears", + "langName": "बाघ का कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "wolf ears", + "langName": "भेड़िये के कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "horse_ears", + "langName": "घोड़े का कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "cow ears", + "langName": "गाय के कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "pig ears", + "langName": "सुअर के कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "sheep ears", + "langName": "भेड़ के कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "goat ears", + "langName": "बकरी के कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "goat_horns", + "langName": "बकरी के सींग", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "curled_horns", + "langName": "कोना", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "hair_on_horn", + "langName": "सींगों पर बाल", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "deer ears", + "langName": "हिरण के कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "antelope ears", + "langName": "मृग कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "antlers", + "langName": "सींग", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "rhino ears", + "langName": "गैंडे के कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "elephant ears", + "langName": "हाथी के कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "bat_ears", + "langName": "चमगादड़ के कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "extra_ears", + "langName": "अतिरिक्त कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "alpaca_ears", + "langName": "अल्पाका कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "dragon ears", + "langName": "ड्रैगन कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "robot_ears", + "langName": "यांत्रिक कान", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "dragon_horns", + "langName": "ड्रैगन हॉर्न", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "oni_horns", + "langName": "भूत का सींग", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "horns", + "langName": "सींग का", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "fake_horns", + "langName": "झूठा सींग", + "object": "आकृति", + "attribute": "कान" + }, + { + "displayName": "thick eyebrows", + "langName": "मोटी आइब्रो", + "object": "आकृति", + "attribute": "भौं" + }, + { + "displayName": "cocked eyebrow", + "langName": "भौंहें उठी हुई", + "object": "आकृति", + "attribute": "भौं" + }, + { + "displayName": "short eyebrows", + "langName": "छोटी भौहें", + "object": "आकृति", + "attribute": "भौं" + }, + { + "displayName": "v-shaped eyebrows", + "langName": "वी भौंह", + "object": "आकृति", + "attribute": "भौं" + }, + { + "displayName": "beautiful_detailed_eyes", + "langName": "सुन्दर आँखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "glistening_eyes", + "langName": "नम आँखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "sparkling_eyes", + "langName": "तारा आँखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "sparkling_anime_eyes", + "langName": "एनिमेटेड आंखें फ्लैश करें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "gradient_eyes", + "langName": "धीरे धीरे आँखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "water_eyes", + "langName": "अश्रुपूरित आँखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "eye_relfection", + "langName": "नेत्र संबंधी प्रतिवर्त (प्रकाश के प्रति विद्यार्थी की प्रतिक्रिया)", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "reflective_eyes", + "langName": "चिंतनशील आँखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "multicolored_eyes", + "langName": "रंगीन आँखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "red eyes", + "langName": "लाल आँखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "green eyes", + "langName": "हरी आंखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "blue_eyes", + "langName": "नीली आंखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "purple eyes", + "langName": "बैंगनी आँखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "pink eyes", + "langName": "गुलाबी आँखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "yellow eyes", + "langName": "पीली आँखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "orange eyes", + "langName": "नारंगी आँखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "brown_eyes", + "langName": "भूरी आँखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "light_brown_eyes", + "langName": "हल्की भूरी आँखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "silver_eyes", + "langName": "चाँदी की आँखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "grey eyes", + "langName": "भूरी आंखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "black eyes", + "langName": "काली आँखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "white eyes", + "langName": "सफेद आंखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "aqua_eyes", + "langName": "जलीय आंखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "hidden eyes", + "langName": "आँखें छिपाओ", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "heart-shaped eyes", + "langName": "दिल के आकार की आंखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "heart_in_eye", + "langName": "दिल के आकार की आंखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "hollow_eyes", + "langName": "तारे के आकार की पुतलियां", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "mechanical_eye", + "langName": "यांत्रिक आँख", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "ringed_eyes", + "langName": "आँखें मूँद लेना", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "clock_eyes", + "langName": "घंटी आँख", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "compound_eyes", + "langName": "कंपाउंड आई", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "devil_eyes", + "langName": "नजर लगना", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "cephalopod_eyes", + "langName": "सेफलोपॉड आंखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "mismatched_sclera", + "langName": "बेमेल श्वेतपटल", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "solid circle eyes", + "langName": "ठोस गोल आँखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "solid_oval_eyes", + "langName": "क्यू संस्करण ठोस अंडाकार आँखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "anime_style_eyes", + "langName": "एनीमे शैली की आंखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "blush_stickers", + "langName": "क्यू संस्करण ब्लश स्टिकर", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "button eyes", + "langName": "बटन आँखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "cross eyed", + "langName": "भेंगा", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "blank eyes", + "langName": "खाली आँखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "spiral_eyes", + "langName": "व्हर्लपूल आई", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "sanpaku", + "langName": "ट्रिपल व्हाइट सिंड्रोम (पुतली शिफ्ट)", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "flaming_eye", + "langName": "होमुरा", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "bloodshot_eyes", + "langName": "लाल आंखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "blood_from_eyes", + "langName": "आँखों से खून बह रहा है", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "extra_eyes", + "langName": "एकाधिक आँखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "one-eyed", + "langName": "काना", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "third_eye", + "langName": "तीसरी आंख", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "eye_of_horus", + "langName": "होरस की आँख", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "closed_eyes", + "langName": "बंद आँखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "half_closed_eye", + "langName": "आधी बंद आँख (एक आँख)", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "half_closed_eyes", + "langName": "आधी बंद आँखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "narrowed_eyes", + "langName": "अपनी आँखें सिकोड़ें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "squinting", + "langName": "अपनी आँखें मूँद लो", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "tears", + "langName": "आँसू", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "upturned_eyes", + "langName": "आँखें झुका लीं", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "eyes_closed", + "langName": "बंद आंखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "one_eye_covered", + "langName": "एक आंख ढकी हुई है", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "covered_eyes", + "langName": "आंखों पर पट्टी बंधी हुई", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "hair_over_eyes", + "langName": "आँखों को ढकने वाले बाल", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "hair_over_one_eye", + "langName": "बाल एक आंख को ढक लेते हैं", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "eyes_visible_through_hair", + "langName": "बालों के माध्यम से दिखाई देने वाली आंखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "shading eyes", + "langName": "आईशैडो वाली आंखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "one eye closed", + "langName": "एक आँख बंद", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "no_blindfold", + "langName": "(मूल) आंखों पर पट्टी बांधने वाला तत्व हटा दिया गया", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "no_eyepatch", + "langName": "(मौजूदा) आँख का मुखौटा हटा दिया", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "eyeliner", + "langName": "आईलाइनर", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "no_eyes", + "langName": "कोई आँखें नहीं", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "uneven_eyes", + "langName": "बड़ी और छोटी आंखें", + "object": "आकृति", + "attribute": "आँख" + }, + { + "displayName": "pupils", + "langName": "छात्र", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "bright_pupils", + "langName": "उज्ज्वल पुतलियाँ", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "blue_pupils", + "langName": "नारंगी पुतलियाँ", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "purple_pupils", + "langName": "बैंगनी पुतलियाँ", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "orange_pupils", + "langName": "नारंगी पुतलियाँ", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "heterochromia", + "langName": "हेटरोक्रोमैटिक पुतलियाँ", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "mismatched_pupils", + "langName": "बेमेल शिष्य", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "solid_circle_pupils", + "langName": "क्यू संस्करण ठोस गोल पुतलियाँ", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "dilated_pupils", + "langName": "फैली हुई विद्यार्थियों", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "constricted_pupils", + "langName": "संकुचित पुतलियाँ", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "slit_pupils", + "langName": "खड़ी पुतलियाँ/बिल्ली की आँखें", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "snake_pupils", + "langName": "साँप की पुतलियाँ (पुतली फ़्लैश)", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "horizontal_pupils", + "langName": "क्षैतिज पुतली", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "rectangular_pupils", + "langName": "आयताकार पुतलियाँ", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "square_pupils", + "langName": "चौकोर पुतलियाँ", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "dot_pupils", + "langName": "बिंदु पुतली", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "star-shaped_pupils", + "langName": "पेंटाग्राम आकार की पुतलियाँ", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "flower-shaped pupils", + "langName": "फूल के आकार की पुतलियाँ", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "heart-shaped_pupils", + "langName": "दिल के आकार की पुतलियाँ", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "diamond-shaped_pupils", + "langName": "हीरे के आकार की पुतलियाँ", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "butterfly-shaped_pupils", + "langName": "तितली के आकार की पुतलियाँ", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "symbol-shaped_pupils", + "langName": "प्रतीकात्मक शिष्य", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "x-shaped_pupils", + "langName": "एक्स-आकार की पुतलियाँ", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "cross-shaped_pupils", + "langName": "प्रतीकात्मक पुतलियाँ (कोई प्रभाव नहीं", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "\"+_+\"", + "langName": "क्रॉस स्टार आई", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "extra_pupils", + "langName": "अतिरिक्त छात्र", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "no_pupils", + "langName": "कोई शिष्य नहीं", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "devil pupils", + "langName": "जादुई शिष्य", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "pupils sparkling", + "langName": "पुतलियाँ टिमटिमा रही हैं", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "symbol_in_eye", + "langName": "आँखों में प्रतीक हैं", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "star_in_eye", + "langName": "आँखों में तारे", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "dashed_eyes", + "langName": "बिंदीदार आँखें", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "color contact lenses", + "langName": "कॉन्टेक्ट लेंस", + "object": "आकृति", + "attribute": "छात्र" + }, + { + "displayName": "light_eyes", + "langName": "चमकती आँखें", + "object": "आकृति", + "attribute": "नेत्र अभिव्यक्ति" + }, + { + "displayName": "glowing_eyes", + "langName": "चमकीली आँखेँ", + "object": "आकृति", + "attribute": "नेत्र अभिव्यक्ति" + }, + { + "displayName": "shiny_eyes", + "langName": "चमकदार आंखें", + "object": "आकृति", + "attribute": "नेत्र अभिव्यक्ति" + }, + { + "displayName": "evil_eyes", + "langName": "नजर लगना", + "object": "आकृति", + "attribute": "नेत्र अभिव्यक्ति" + }, + { + "displayName": "crazy_eyes", + "langName": "सनकी आंखें", + "object": "आकृति", + "attribute": "नेत्र अभिव्यक्ति" + }, + { + "displayName": "empty_eyes", + "langName": "खाली आंखें", + "object": "आकृति", + "attribute": "नेत्र अभिव्यक्ति" + }, + { + "displayName": "solid_eyes", + "langName": "दृढ़ आँखें", + "object": "आकृति", + "attribute": "नेत्र अभिव्यक्ति" + }, + { + "displayName": "sharp_eyes", + "langName": "तेज़ आँखें", + "object": "आकृति", + "attribute": "नेत्र अभिव्यक्ति" + }, + { + "displayName": "slanted_eyes", + "langName": "तेज़ आँखें", + "object": "आकृति", + "attribute": "नेत्र अभिव्यक्ति" + }, + { + "displayName": "wink", + "langName": "झपकाना", + "object": "आकृति", + "attribute": "नेत्र अभिव्यक्ति" + }, + { + "displayName": "wide-eyed", + "langName": "अपनी आँखें खुली रखें", + "object": "आकृति", + "attribute": "नेत्र अभिव्यक्ति" + }, + { + "displayName": "glint", + "langName": "आँखों में चमकती तीव्र भावनाएँ", + "object": "आकृति", + "attribute": "नेत्र अभिव्यक्ति" + }, + { + "displayName": "tsurime", + "langName": "आँख की पूँछ उठी हुई", + "object": "आकृति", + "attribute": "नेत्र अभिव्यक्ति" + }, + { + "displayName": "tareme", + "langName": "आँख की पूँछ का झुक जाना", + "object": "आकृति", + "attribute": "नेत्र अभिव्यक्ति" + }, + { + "displayName": "pointed nose", + "langName": "तीखी नाक", + "object": "आकृति", + "attribute": "नाक" + }, + { + "displayName": "small nose", + "langName": "छोटी नाक", + "object": "आकृति", + "attribute": "नाक" + }, + { + "displayName": "big nose", + "langName": "बड़ी नाक", + "object": "आकृति", + "attribute": "नाक" + }, + { + "displayName": "no_nose", + "langName": "बिना नाक", + "object": "आकृति", + "attribute": "नाक" + }, + { + "displayName": "dot_nose", + "langName": "बिंदीदार नाक", + "object": "आकृति", + "attribute": "नाक" + }, + { + "displayName": "nose_bubble", + "langName": "नाक के बुलबुले", + "object": "आकृति", + "attribute": "नाक" + }, + { + "displayName": "smelling", + "langName": "गंध", + "object": "आकृति", + "attribute": "नाक" + }, + { + "displayName": "nose", + "langName": "नाक", + "object": "आकृति", + "attribute": "नाक" + }, + { + "displayName": "nosebleed", + "langName": "नकसीर", + "object": "आकृति", + "attribute": "नाक" + }, + { + "displayName": "snot", + "langName": "नाक से स्राव", + "object": "आकृति", + "attribute": "नाक" + }, + { + "displayName": "snout", + "langName": "पशु थूथन", + "object": "आकृति", + "attribute": "नाक" + }, + { + "displayName": "thick lips", + "langName": "मोटे होंठ", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "puffy lips", + "langName": "सूजे हुए होंठ", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "lipstick", + "langName": "लिपस्टिक", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "heart-shaped mouth", + "langName": "दिल के आकार का मुँह", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "pout", + "langName": "एक प्रकार की मछली", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "mole under mouth", + "langName": "मुँह के नीचे तिल", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "open_mouth", + "langName": "अपना मुँह खोलो", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "gasping", + "langName": "हांफना (मुंह खोलना)", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "Slightly_open_mouth", + "langName": "मुँह थोड़ा खुला", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "wavy_mouth", + "langName": "लहरदार मुँह", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "close_mouth", + "langName": "चुप रहो", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "dot_mouth", + "langName": "सिर हिलाकर सहमति देना", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "no_mouth", + "langName": "कोई मुँह नहीं", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "gag", + "langName": "झूठ", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "gnaw", + "langName": "काटना", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": ":3", + "langName": "माओज़ुई", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": ":o", + "langName": "अपना मुँह खोलो", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": ":>", + "langName": "वी मुख", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "parted_lips", + "langName": "होंठ खुले", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "bit_gag", + "langName": "चुप रहो", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "chestnut_mouth", + "langName": "लिज़िज़ुई", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "cleave_gag", + "langName": "मुँह बंद कर दिया", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "closed_mouth", + "langName": "बंद मुँह", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "covered_mouth", + "langName": "ढका हुआ मुँह", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "extra_mouth", + "langName": "कितने मुंह", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "hair_in_mouth", + "langName": "मुँह में बाल", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "hair_tie_in_mouth", + "langName": "बालों की टाई को अपने मुँह में पकड़ें", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "homu", + "langName": "पाउट | एक प्रकार की मछली", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "lips", + "langName": "होंठ", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "mouth", + "langName": "मुँह", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "mouth_hold", + "langName": "इसे अपने मुँह में रखो", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "oral", + "langName": "मुँह से", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "pacifier", + "langName": "चूची", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "Pouted lips", + "langName": "सिकुड़े हुए होंठ", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "sideways_mouth", + "langName": "प्रोफ़ाइल में मुंह बनाएं", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "spoon_in_mouth", + "langName": "मुँह में चम्मच", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "triangle_mouth", + "langName": "त्रिकोणीय मुँह", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "saliva", + "langName": "लार", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "drooling", + "langName": "लार टपकना", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "mouth_drool", + "langName": "मुंह के कोने पर लार की एक बूंद के आकार का गैप होता है।", + "object": "आकृति", + "attribute": "मुँह" + }, + { + "displayName": "tooth", + "langName": "दाँत", + "object": "आकृति", + "attribute": "दाँत" + }, + { + "displayName": "upper_teeth", + "langName": "ऊपरी दांत", + "object": "आकृति", + "attribute": "दाँत" + }, + { + "displayName": "fangs", + "langName": "बाघ के दांत | नुकीले दांत", + "object": "आकृति", + "attribute": "दाँत" + }, + { + "displayName": "skin_fang", + "langName": "त्वचा का रंग बाघ के दांत", + "object": "आकृति", + "attribute": "दाँत" + }, + { + "displayName": "round_teeth", + "langName": "स्कैलप्ड दांत", + "object": "आकृति", + "attribute": "दाँत" + }, + { + "displayName": "sharp_teeth", + "langName": "तेज दांत", + "object": "आकृति", + "attribute": "दाँत" + }, + { + "displayName": "clenched_teeth", + "langName": "अपने दांत पीसो", + "object": "आकृति", + "attribute": "दाँत" + }, + { + "displayName": "buck_teeth", + "langName": "हिरन दांत", + "object": "आकृति", + "attribute": "दाँत" + }, + { + "displayName": "fang_out", + "langName": "नुकीले दाँत खोलो | नुकीले दाँत खोलो", + "object": "आकृति", + "attribute": "दाँत" + }, + { + "displayName": "spiked_club", + "langName": "गदा", + "object": "आकृति", + "attribute": "दाँत" + }, + { + "displayName": "toothbrush", + "langName": "टूथब्रश", + "object": "आकृति", + "attribute": "दाँत" + }, + { + "displayName": "tusks", + "langName": "आइवरी", + "object": "आकृति", + "attribute": "दाँत" + }, + { + "displayName": "shark_mouth", + "langName": "शार्क के दांत", + "object": "आकृति", + "attribute": "दाँत" + }, + { + "displayName": ":q", + "langName": "ऊपरी होंठ पर जीभ", + "object": "आकृति", + "attribute": "जीभ" + }, + { + "displayName": ":p", + "langName": "निचले होंठ पर जीभ", + "object": "आकृति", + "attribute": "जीभ" + }, + { + "displayName": ";p", + "langName": "पलकें झपकाना और जीभ बाहर निकालना", + "object": "आकृति", + "attribute": "जीभ" + }, + { + "displayName": "french_kiss", + "langName": "जीभ चुंबन | फ़्रेंच गीला चुंबन", + "object": "आकृति", + "attribute": "जीभ" + }, + { + "displayName": "long_tongue", + "langName": "लंबी जीभ", + "object": "आकृति", + "attribute": "जीभ" + }, + { + "displayName": "oral_invitation", + "langName": "स्खलन का स्वागत करने के लिए अपनी जीभ बाहर निकालें", + "object": "आकृति", + "attribute": "जीभ" + }, + { + "displayName": "tongue", + "langName": "जीभ", + "object": "आकृति", + "attribute": "जीभ" + }, + { + "displayName": "tongue_out", + "langName": "बाहर निकली जीभ", + "object": "आकृति", + "attribute": "जीभ" + }, + { + "displayName": "uvula", + "langName": "उवुला | उवुला | अलिजिह्वा", + "object": "आकृति", + "attribute": "जीभ" + }, + { + "displayName": "fingernails", + "langName": "नाखूनों", + "object": "आकृति", + "attribute": "नाखून" + }, + { + "displayName": "toenails", + "langName": "पैर के नाखून", + "object": "आकृति", + "attribute": "नाखून" + }, + { + "displayName": "nail_polish", + "langName": "नेल पॉलिश", + "object": "आकृति", + "attribute": "नाखून" + }, + { + "displayName": "toenail_polish", + "langName": "पैर के नाखून पॉलिश", + "object": "आकृति", + "attribute": "नाखून" + }, + { + "displayName": "black_nails", + "langName": "काले नाखून", + "object": "आकृति", + "attribute": "नाखून" + }, + { + "displayName": "red_nails", + "langName": "लाल नाखून", + "object": "आकृति", + "attribute": "नाखून" + }, + { + "displayName": "pink_nails", + "langName": "गुलाबी नाखून", + "object": "आकृति", + "attribute": "नाखून" + }, + { + "displayName": "long_fingernails", + "langName": "लंबे नाखून", + "object": "आकृति", + "attribute": "नाखून" + }, + { + "displayName": "nail", + "langName": "नाखून | नाखून", + "object": "आकृति", + "attribute": "नाखून" + }, + { + "displayName": "multicolored_nails", + "langName": "रंगीन नाखून", + "object": "आकृति", + "attribute": "नाखून" + }, + { + "displayName": "nail_art", + "langName": "मैनीक्योर", + "object": "आकृति", + "attribute": "नाखून" + }, + { + "displayName": "bare shoulders", + "langName": "खाली कंधे", + "object": "आकृति", + "attribute": "कंधों" + }, + { + "displayName": "collarbonea", + "langName": "हंसली", + "object": "आकृति", + "attribute": "कंधों" + }, + { + "displayName": "armpits", + "langName": "कांख", + "object": "आकृति", + "attribute": "कंधों" + }, + { + "displayName": "armpit_crease", + "langName": "बगल की झुर्रियाँ", + "object": "आकृति", + "attribute": "कंधों" + }, + { + "displayName": "chest", + "langName": "छाती", + "object": "आकृति", + "attribute": "छाती" + }, + { + "displayName": "flat chest", + "langName": "छोटे स्तन (ए)", + "object": "आकृति", + "attribute": "छाती" + }, + { + "displayName": "small_breasts", + "langName": "छोटे स्तन (बी)", + "object": "आकृति", + "attribute": "छाती" + }, + { + "displayName": "medium breasts", + "langName": "मध्यम छाती (सी)", + "object": "आकृति", + "attribute": "छाती" + }, + { + "displayName": "big breasts", + "langName": "बड़े स्तन (डी)", + "object": "आकृति", + "attribute": "छाती" + }, + { + "displayName": "huge breasts", + "langName": "बड़े स्तन (ई)", + "object": "आकृति", + "attribute": "छाती" + }, + { + "displayName": "gigantic breasts", + "langName": "सुपर बड़े स्तन (एफ)", + "object": "आकृति", + "attribute": "छाती" + }, + { + "displayName": "breasts apart", + "langName": "छाती फटी", + "object": "आकृति", + "attribute": "छाती" + }, + { + "displayName": "hanging breasts", + "langName": "सूखना", + "object": "आकृति", + "attribute": "छाती" + }, + { + "displayName": "bouncing breasts", + "langName": "हिलाना", + "object": "आकृति", + "attribute": "छाती" + }, + { + "displayName": "cleavage", + "langName": "दरार", + "object": "आकृति", + "attribute": "छाती" + }, + { + "displayName": "areola", + "langName": "घेरा", + "object": "आकृति", + "attribute": "छाती" + }, + { + "displayName": "nipples", + "langName": "चूची", + "object": "आकृति", + "attribute": "छाती" + }, + { + "displayName": "pectorals", + "langName": "छाती की मांसपेशियाँ", + "object": "आकृति", + "attribute": "छाती" + }, + { + "displayName": "large_pectorals", + "langName": "बड़े पेक्स", + "object": "आकृति", + "attribute": "छाती" + }, + { + "displayName": "unbuttoned clothes", + "langName": "आधी खुली छाती", + "object": "आकृति", + "attribute": "छाती" + }, + { + "displayName": "belly", + "langName": "पेट", + "object": "आकृति", + "attribute": "पेट" + }, + { + "displayName": "absolute_territory", + "langName": "पेट की मांसपेशियाँ", + "object": "आकृति", + "attribute": "पेट" + }, + { + "displayName": "inflation", + "langName": "उभरा हुआ पेट", + "object": "आकृति", + "attribute": "पेट" + }, + { + "displayName": "navel", + "langName": "बेली बटन", + "object": "आकृति", + "attribute": "पेट" + }, + { + "displayName": "groin", + "langName": "ऊसन्धि", + "object": "आकृति", + "attribute": "पेट" + }, + { + "displayName": "feet", + "langName": "पैर", + "object": "आकृति", + "attribute": "पैर" + }, + { + "displayName": "long_legs", + "langName": "लंबी टांगें", + "object": "आकृति", + "attribute": "पैर" + }, + { + "displayName": "thick_thighs", + "langName": "मोटी जांघों", + "object": "आकृति", + "attribute": "पैर" + }, + { + "displayName": "toe-point", + "langName": "पैर की अंगुली की नोक | पैर की अंगुली की नोक", + "object": "आकृति", + "attribute": "पैर" + }, + { + "displayName": "wings", + "langName": "विंग", + "object": "आकृति", + "attribute": "विंग" + }, + { + "displayName": "bat_wings", + "langName": "चमगादड़ के पंख", + "object": "आकृति", + "attribute": "विंग" + }, + { + "displayName": "butterfly_wings", + "langName": "तितली के पंख", + "object": "आकृति", + "attribute": "विंग" + }, + { + "displayName": "black_wings", + "langName": "काले पंख", + "object": "आकृति", + "attribute": "विंग" + }, + { + "displayName": "demon_wings", + "langName": "दानव पंख", + "object": "आकृति", + "attribute": "विंग" + }, + { + "displayName": "asymmetrical_wings", + "langName": "असममित पंख", + "object": "आकृति", + "attribute": "विंग" + }, + { + "displayName": "detached_wings", + "langName": "पंख जो शरीर से जुड़े नहीं हैं", + "object": "आकृति", + "attribute": "विंग" + }, + { + "displayName": "fairy_wings", + "langName": "परी पंख", + "object": "आकृति", + "attribute": "विंग" + }, + { + "displayName": "fake_wings", + "langName": "नकली पंख", + "object": "आकृति", + "attribute": "विंग" + }, + { + "displayName": "fiery_wings", + "langName": "जलते हुए पंख", + "object": "आकृति", + "attribute": "विंग" + }, + { + "displayName": "insect_wings", + "langName": "कीड़ों के पंख", + "object": "आकृति", + "attribute": "विंग" + }, + { + "displayName": "large_wings", + "langName": "बड़े पंख", + "object": "आकृति", + "attribute": "विंग" + }, + { + "displayName": "low_wings", + "langName": "कमर पर पंख", + "object": "आकृति", + "attribute": "विंग" + }, + { + "displayName": "mini_wings", + "langName": "छोटे पंख", + "object": "आकृति", + "attribute": "विंग" + }, + { + "displayName": "multicolored_wings", + "langName": "कई रंगों के पंख", + "object": "आकृति", + "attribute": "विंग" + }, + { + "displayName": "multiple_wings", + "langName": "पंखों के अनेक जोड़े", + "object": "आकृति", + "attribute": "विंग" + }, + { + "displayName": "no_wings", + "langName": "हटाए गए (मूल) पंख", + "object": "आकृति", + "attribute": "विंग" + }, + { + "displayName": "winged_helmet", + "langName": "पंखों वाला हेलमेट", + "object": "आकृति", + "attribute": "विंग" + }, + { + "displayName": "smile", + "langName": "मुस्कान", + "object": "अभिव्यक्ति", + "attribute": "हँसना" + }, + { + "displayName": "laughing", + "langName": "जोर से हंसना", + "object": "अभिव्यक्ति", + "attribute": "हँसना" + }, + { + "displayName": ":d", + "langName": "प्रसन्न मुस्कान_:D😀", + "object": "अभिव्यक्ति", + "attribute": "हँसना" + }, + { + "displayName": ";d", + "langName": "आँख मारो और मुस्कुराओ_:D", + "object": "अभिव्यक्ति", + "attribute": "हँसना" + }, + { + "displayName": "grin", + "langName": "दांतेदार मुस्कराहट", + "object": "अभिव्यक्ति", + "attribute": "हँसना" + }, + { + "displayName": "teasing_smile", + "langName": "खुश होकर, मूर्खतापूर्ण ढंग से मुस्कुराते हुए", + "object": "अभिव्यक्ति", + "attribute": "हँसना" + }, + { + "displayName": "seductive_smile", + "langName": "आकर्षक मुस्कान", + "object": "अभिव्यक्ति", + "attribute": "हँसना" + }, + { + "displayName": "smirk", + "langName": "उत्तेजक मुस्कान", + "object": "अभिव्यक्ति", + "attribute": "हँसना" + }, + { + "displayName": "giggling", + "langName": "खिसियाना", + "object": "अभिव्यक्ति", + "attribute": "हँसना" + }, + { + "displayName": "smug", + "langName": "आत्मसंतुष्ट", + "object": "अभिव्यक्ति", + "attribute": "हँसना" + }, + { + "displayName": "naughty_face", + "langName": "शरारती चेहरा", + "object": "अभिव्यक्ति", + "attribute": "हँसना" + }, + { + "displayName": "crazy_smile", + "langName": "पागल हंसी", + "object": "अभिव्यक्ति", + "attribute": "हँसना" + }, + { + "displayName": "kind_smile", + "langName": "सौम्य मुस्कान", + "object": "अभिव्यक्ति", + "attribute": "हँसना" + }, + { + "displayName": "evil_smile", + "langName": "ख़राब मुस्कान", + "object": "अभिव्यक्ति", + "attribute": "हँसना" + }, + { + "displayName": "ahegao", + "langName": "अपना चेहरा ढकें और हंसें | शर्मीला चेहरा", + "object": "अभिव्यक्ति", + "attribute": "हँसना" + }, + { + "displayName": "happy_tears", + "langName": "खुशी के आँसू", + "object": "अभिव्यक्ति", + "attribute": "हँसना" + }, + { + "displayName": "sad", + "langName": "दुखद", + "object": "अभिव्यक्ति", + "attribute": "चिल्लाना" + }, + { + "displayName": "sobs", + "langName": "एसओबी", + "object": "अभिव्यक्ति", + "attribute": "चिल्लाना" + }, + { + "displayName": "crying", + "langName": "जोर से रोओ", + "object": "अभिव्यक्ति", + "attribute": "चिल्लाना" + }, + { + "displayName": "crying_with_eyes_open", + "langName": "आँखें खोलकर रोओ", + "object": "अभिव्यक्ति", + "attribute": "चिल्लाना" + }, + { + "displayName": "streaming_tears", + "langName": "रोना", + "object": "अभिव्यक्ति", + "attribute": "चिल्लाना" + }, + { + "displayName": "lacrimation", + "langName": "रोना", + "object": "अभिव्यक्ति", + "attribute": "चिल्लाना" + }, + { + "displayName": "tear stains", + "langName": "आँसू", + "object": "अभिव्यक्ति", + "attribute": "चिल्लाना" + }, + { + "displayName": "teardrop", + "langName": "अश्रु", + "object": "अभिव्यक्ति", + "attribute": "चिल्लाना" + }, + { + "displayName": "tearing_up", + "langName": "रोने की अभिव्यक्ति", + "object": "अभिव्यक्ति", + "attribute": "चिल्लाना" + }, + { + "displayName": "wiping_tears", + "langName": "आंसू पोंछो", + "object": "अभिव्यक्ति", + "attribute": "चिल्लाना" + }, + { + "displayName": "badmood", + "langName": "खराब मूड", + "object": "अभिव्यक्ति", + "attribute": "चिल्लाना" + }, + { + "displayName": "tearing_clothes", + "langName": "कपड़े फाड़ें (जब बहुत दुखी हो तो भावनाएं व्यक्त करने के लिए कपड़े फाड़ें)", + "object": "अभिव्यक्ति", + "attribute": "चिल्लाना" + }, + { + "displayName": "frustrated", + "langName": "निराश", + "object": "अभिव्यक्ति", + "attribute": "अप्रसन्न" + }, + { + "displayName": "frustrated_brow", + "langName": "निराश भौंह", + "object": "अभिव्यक्ति", + "attribute": "अप्रसन्न" + }, + { + "displayName": "annoyed", + "langName": "व्यथित", + "object": "अभिव्यक्ति", + "attribute": "अप्रसन्न" + }, + { + "displayName": "anguish", + "langName": "अवसादग्रस्त", + "object": "अभिव्यक्ति", + "attribute": "अप्रसन्न" + }, + { + "displayName": "sigh", + "langName": "साँस", + "object": "अभिव्यक्ति", + "attribute": "अप्रसन्न" + }, + { + "displayName": "gloom", + "langName": "उदासी", + "object": "अभिव्यक्ति", + "attribute": "अप्रसन्न" + }, + { + "displayName": "disappointed", + "langName": "निराश", + "object": "अभिव्यक्ति", + "attribute": "अप्रसन्न" + }, + { + "displayName": "despair", + "langName": "निराशा", + "object": "अभिव्यक्ति", + "attribute": "अप्रसन्न" + }, + { + "displayName": "unamused", + "langName": "दुखी दिख रहे हैं", + "object": "अभिव्यक्ति", + "attribute": "अप्रसन्न" + }, + { + "displayName": "disgust", + "langName": "घृणित (कचरा जैसा दिखता है)", + "object": "अभिव्यक्ति", + "attribute": "अवमानना" + }, + { + "displayName": "disdain", + "langName": "अवमानना", + "object": "अभिव्यक्ति", + "attribute": "अवमानना" + }, + { + "displayName": "contempt", + "langName": "अवमानना", + "object": "अभिव्यक्ति", + "attribute": "अवमानना" + }, + { + "displayName": "shaded_face", + "langName": "मुख पर छाया है, तिरस्कार से मेल खाती हुई", + "object": "अभिव्यक्ति", + "attribute": "अवमानना" + }, + { + "displayName": "jitome", + "langName": "तिरस्कारपूर्ण दृष्टि", + "object": "अभिव्यक्ति", + "attribute": "अवमानना" + }, + { + "displayName": "frown", + "langName": "भौंहें चढ़ाना / भौंहें सिकोड़ना", + "object": "अभिव्यक्ति", + "attribute": "अवमानना" + }, + { + "displayName": "wince", + "langName": "भौंह सिकोड़ना (संभोग से पहले)", + "object": "अभिव्यक्ति", + "attribute": "अवमानना" + }, + { + "displayName": "furrowed_brow", + "langName": "भ्रूभंग", + "object": "अभिव्यक्ति", + "attribute": "अवमानना" + }, + { + "displayName": "fear_kubrick", + "langName": "तिरछी नजरों से डर लगता है", + "object": "अभिव्यक्ति", + "attribute": "अवमानना" + }, + { + "displayName": "angry", + "langName": "गुस्सा", + "object": "अभिव्यक्ति", + "attribute": "गुस्सा" + }, + { + "displayName": "glaring", + "langName": "चमक", + "object": "अभिव्यक्ति", + "attribute": "गुस्सा" + }, + { + "displayName": "serious", + "langName": "गंभीर (क्रोधित के समान)", + "object": "अभिव्यक्ति", + "attribute": "गुस्सा" + }, + { + "displayName": "kubrick_stare", + "langName": "तुम्हें तिरछी नज़र से घूर रहा हूँ", + "object": "अभिव्यक्ति", + "attribute": "गुस्सा" + }, + { + "displayName": "sulking", + "langName": "क्रोधित_क्रोधित", + "object": "अभिव्यक्ति", + "attribute": "गुस्सा" + }, + { + "displayName": "screaming", + "langName": "चीख | चिल्लाना", + "object": "अभिव्यक्ति", + "attribute": "गुस्सा" + }, + { + "displayName": "shouting", + "langName": "चिल्लाना", + "object": "अभिव्यक्ति", + "attribute": "गुस्सा" + }, + { + "displayName": "expressionless", + "langName": "भावशून्य", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "raised eyebrow", + "langName": "एक भौंह उठाओ", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "blush", + "langName": "शर्म", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "light_blush", + "langName": "हल्का सा शरमाना", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "full-face-blush", + "langName": "पूरे चेहरे पर लाली", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "shy", + "langName": "शर्मीला", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "embarrassed", + "langName": "अजीब और शर्मीला", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "embarrass", + "langName": "शर्मीला (अजीब)", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "flustered", + "langName": "घबरा", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "cute face", + "langName": "प्यारा चेहरा", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "thinking", + "langName": "सोचना", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "bored", + "langName": "उबाऊ", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "sleepy", + "langName": "नींद", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "surprised", + "langName": "आश्चर्य", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "confused", + "langName": "भ्रमित करना", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "facepalm", + "langName": "चेहरा ढंकना", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "grimace", + "langName": "आँख झपकाना", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "scowl", + "langName": "घृणित दृष्टि", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "staring", + "langName": "टकटकी", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "envy", + "langName": "ईर्ष्या", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "twitching", + "langName": "ऐंठन", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "spasm", + "langName": "ऐंठन", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "pain", + "langName": "दर्द", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "endured_face", + "langName": "धैर्यवान अभिव्यक्ति", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "restrained", + "langName": "सहन करना", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "turn pale", + "langName": "फीका", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "sweat", + "langName": "पसीना", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "scared", + "langName": "डरा हुआ", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "naughty", + "langName": "शरारती", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "dark_persona", + "langName": "काला", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "crazy", + "langName": "पागल", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "yandere", + "langName": "Yandere", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "Tsundere", + "langName": "त्सुंडेरे", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "multiple_persona", + "langName": "बहु व्यक्तित्व", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "Jekyll_and_Hyde", + "langName": "बहु व्यक्तित्व", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "exhausted", + "langName": "थका हुआ", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "heavy_breathing", + "langName": "जोर-जोर से सांस लें, हो सकता है इससे मदद न मिले।", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "rape_face", + "langName": "बलात्कार का चेहरा", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "moaning", + "langName": "विलाप", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "orgasm", + "langName": "उत्कर्ष", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "female_orgasm", + "langName": "महिला संभोग", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "rolling_eyes", + "langName": "अपनी आँखें घुमाएँ (संभोग आँखें)", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "torogao", + "langName": "ट्रांस", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "drunk", + "langName": "पिया हुआ", + "object": "अभिव्यक्ति", + "attribute": "अन्य अभिव्यक्तियाँ" + }, + { + "displayName": "joyful", + "langName": "हर्षित", + "object": "अभिव्यक्ति", + "attribute": "सकारात्मक भावनाएँ" + }, + { + "displayName": "cheerful", + "langName": "हंसमुख", + "object": "अभिव्यक्ति", + "attribute": "सकारात्मक भावनाएँ" + }, + { + "displayName": "enchanting", + "langName": "आकर्षक", + "object": "अभिव्यक्ति", + "attribute": "सकारात्मक भावनाएँ" + }, + { + "displayName": "happy", + "langName": "खुश", + "object": "अभिव्यक्ति", + "attribute": "सकारात्मक भावनाएँ" + }, + { + "displayName": "happy accidents", + "langName": "एक अप्रत्याशित आश्चर्य", + "object": "अभिव्यक्ति", + "attribute": "सकारात्मक भावनाएँ" + }, + { + "displayName": "vibrant", + "langName": "शक्तिशाली", + "object": "अभिव्यक्ति", + "attribute": "सकारात्मक भावनाएँ" + }, + { + "displayName": "dynamic", + "langName": "शक्तिशाली", + "object": "अभिव्यक्ति", + "attribute": "सकारात्मक भावनाएँ" + }, + { + "displayName": "energetic", + "langName": "ऊर्जा से भरपूर", + "object": "अभिव्यक्ति", + "attribute": "सकारात्मक भावनाएँ" + }, + { + "displayName": "bustling", + "langName": "व्यस्त", + "object": "अभिव्यक्ति", + "attribute": "सकारात्मक भावनाएँ" + }, + { + "displayName": "lively", + "langName": "जीवंत", + "object": "अभिव्यक्ति", + "attribute": "सकारात्मक भावनाएँ" + }, + { + "displayName": "excited", + "langName": "उत्साहित", + "object": "अभिव्यक्ति", + "attribute": "सकारात्मक भावनाएँ" + }, + { + "displayName": "peaceful", + "langName": "शांतिपूर्ण", + "object": "अभिव्यक्ति", + "attribute": "सकारात्मक भावनाएँ" + }, + { + "displayName": "serene", + "langName": "शांतिपूर्ण", + "object": "अभिव्यक्ति", + "attribute": "सकारात्मक भावनाएँ" + }, + { + "displayName": "soothing", + "langName": "सुखदायक", + "object": "अभिव्यक्ति", + "attribute": "सकारात्मक भावनाएँ" + }, + { + "displayName": "calming", + "langName": "शांत", + "object": "अभिव्यक्ति", + "attribute": "सकारात्मक भावनाएँ" + }, + { + "displayName": "melancholic", + "langName": "उदासी", + "object": "अभिव्यक्ति", + "attribute": "नकारात्मक भावनाएं" + }, + { + "displayName": "eerie", + "langName": "अजीब", + "object": "अभिव्यक्ति", + "attribute": "नकारात्मक भावनाएं" + }, + { + "displayName": "ominous", + "langName": "अमंगल", + "object": "अभिव्यक्ति", + "attribute": "नकारात्मक भावनाएं" + }, + { + "displayName": "unsettling", + "langName": "परेशान", + "object": "अभिव्यक्ति", + "attribute": "नकारात्मक भावनाएं" + }, + { + "displayName": "lonely", + "langName": "अकेला", + "object": "अभिव्यक्ति", + "attribute": "नकारात्मक भावनाएं" + }, + { + "displayName": "beautiful", + "langName": "सुंदरता", + "object": "अभिव्यक्ति", + "attribute": "स्वभाव" + }, + { + "displayName": "elegant", + "langName": "सुरुचिपूर्ण", + "object": "अभिव्यक्ति", + "attribute": "स्वभाव" + }, + { + "displayName": "angelic", + "langName": "दिव्य", + "object": "अभिव्यक्ति", + "attribute": "स्वभाव" + }, + { + "displayName": "Good", + "langName": "ठीक है", + "object": "अभिव्यक्ति", + "attribute": "स्वभाव" + }, + { + "displayName": "mysterious", + "langName": "रहस्यमय", + "object": "अभिव्यक्ति", + "attribute": "स्वभाव" + }, + { + "displayName": "enigmatic", + "langName": "रहस्यपूर्ण", + "object": "अभिव्यक्ति", + "attribute": "स्वभाव" + }, + { + "displayName": "cryptic", + "langName": "गुप्त", + "object": "अभिव्यक्ति", + "attribute": "स्वभाव" + }, + { + "displayName": "evil", + "langName": "बुराई", + "object": "अभिव्यक्ति", + "attribute": "स्वभाव" + }, + { + "displayName": "standing", + "langName": "खड़ा होना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "leaning", + "langName": "दुबला | दुबला", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "leaning_to_the_side", + "langName": "एक तरफ झुक जाओ", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "leaning_back", + "langName": "वापस दुबला", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "leaning_forward", + "langName": "आगे झुको", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "leaning_on_object", + "langName": "वस्तु पर झुकना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "on_back", + "langName": "पीठ के बल लेट जाओ", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "on_side", + "langName": "बगल में लेटा हुआ", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "on_stomach", + "langName": "लेटना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "lying", + "langName": "लेटना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "lying_on_person", + "langName": "किसी पर झूठ बोलना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "lying_on_the_lake", + "langName": "झील पर लेटा हुआ", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "lying_on_water", + "langName": "पानी में पड़ा हुआ", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "reclining", + "langName": "लेटने की स्थिति", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "arched_back", + "langName": "धनुषाकार शरीर", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "afloat", + "langName": "पानी पर तैरना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "fetal_position", + "langName": "भ्रूण की स्थिति (झूठ बोलना)", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "sleeping_upright", + "langName": "(लेटे नहीं) सो रहा हूँ | सीधा सोना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "waking_up", + "langName": "जागो", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "cuddling", + "langName": "अपनाना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "comforting", + "langName": "आराम", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "biting", + "langName": "काटना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "licking", + "langName": "चाटना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "licking_lips", + "langName": "होंठ चाटो", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "lip_biting", + "langName": "होंठ काटना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "blowing", + "langName": "फूँक मारना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "teasing", + "langName": "चिढ़ाना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "tickling", + "langName": "गुदगुदी", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "spitting", + "langName": "मुँह से तरल पदार्थ बाहर थूकने की क्रिया", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "spilling", + "langName": "किसी पात्र से तरल पदार्थ डालने की क्रिया", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "cooking", + "langName": "खाना बनाना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "drinking", + "langName": "पीना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "applying_makeup", + "langName": "पूरा करना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "brushing_teeth", + "langName": "दांतों को ब्रश करें", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "hair_brushing", + "langName": "कंघी करो", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "hair_tucking", + "langName": "अपने बाल उछालें", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "taking_picture", + "langName": "फोटो खींचो | सेल्फी", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "talking_on_phone", + "langName": "कॉल करें", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "singing", + "langName": "गाओ", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "meditation", + "langName": "ध्यान", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "dancing", + "langName": "नृत्य", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "stylish_pose", + "langName": "फ़ैशन पोज़", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "the_pose", + "langName": "जमीन पर लेट जाएं और अपने पैर ऊपर कर लें", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "standing_on_liquid", + "langName": "पानी या तरल पदार्थ पर खड़ा होना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "walking", + "langName": "टहलना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "walking_on_liquid", + "langName": "तरल पदार्थ पर चलना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "running", + "langName": "दौड़ना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "jumping", + "langName": "कूदना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "flying", + "langName": "उड़ान", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "flapping", + "langName": "थप्पड़ मारने की कार्रवाई", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "flying_kick", + "langName": "फ्लाइंग किक", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "fighting", + "langName": "लड़ाई में", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "fighting_stance", + "langName": "लड़ाई का रुख", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "drawing_bow", + "langName": "धनुष खींचो", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "dual_wielding", + "langName": "एक साथ दो हथियार चलाना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "unsheathing", + "langName": "खोल देना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "slashing", + "langName": "काटना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "punching", + "langName": "मुक्का", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "hitting", + "langName": "मार", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "pushing", + "langName": "धकेलना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "dragging", + "langName": "कुछ खींचो", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "strangling", + "langName": "किसी का सिर झुकाना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "bullying", + "langName": "धमकाना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "chasing", + "langName": "पीछा करना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "fleeing", + "langName": "भाग रहा है", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "hiding", + "langName": "छिपाना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "tripping", + "langName": "लड़खड़ा गया", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "spinning", + "langName": "घुमाएँ", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "climbing", + "langName": "चढ़ना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "diving", + "langName": "गोताखोरी", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "swimming", + "langName": "तैरना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "wading", + "langName": "पानी में उतरना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "riding", + "langName": "सवारी", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "driving", + "langName": "गाड़ी चलाना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "fishing", + "langName": "मछली पकड़ने", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "pole_dancing", + "langName": "पोल डांस", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "writing", + "langName": "लिखना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "reading", + "langName": "पढ़ना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "sewing", + "langName": "सिलाई", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "shopping", + "langName": "खरीदारी", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "cleaning", + "langName": "साफ़ करो |", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "sweeping", + "langName": "सफाई | झाड़ू लगाना (घर का काम)", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "washing", + "langName": "कपड़े धोने", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "showering", + "langName": "फव्वारा", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "drying", + "langName": "सूखा (स्नान के बाद)", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "whispering", + "langName": "फुसफुसाना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "sneezing", + "langName": "छींक", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "talking", + "langName": "बात करना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "yawning", + "langName": "जम्हाई लेना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "smoking", + "langName": "धुआँ", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "sleeping", + "langName": "नींद", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "praying", + "langName": "प्रार्थना करना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "playing_games", + "langName": "खेल खेलें", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "wrestling", + "langName": "कुश्ती (खेल)", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "parody", + "langName": "नकल करना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "trolling", + "langName": "मज़ाक", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "public_indecency", + "langName": "सार्वजनिक अभद्रता", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "eyelid_pull", + "langName": "झपकाना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "top-down_bottom-up", + "langName": "लेट जाएं और अपने नितंबों को ऊपर उठाएं", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "bent_over", + "langName": "कूल्हे की मुद्रा", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "upside-down", + "langName": "हाथों के बल", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "prone_bone", + "langName": "प्रवण कुत्ते शैली", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "presenting", + "langName": "प्रदर्शन (पिछला भाग)", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "against_glass", + "langName": "गिलास निचोड़ें (अमान्य)", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "bleeding", + "langName": "खून बह रहा है", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "bowing", + "langName": "झुकना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "breathing_fire", + "langName": "साँस लेने की आग", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "broom_riding", + "langName": "झाड़ू की सवारी", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "bubble_blowing", + "langName": "बुलबुले उड़ाओ", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "burning", + "langName": "दहन", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "cast", + "langName": "फेंक", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "dreaming", + "langName": "सपना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "dropping", + "langName": "(आकस्मिक) गिरना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "exercise", + "langName": "व्यायाम करें", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "firing", + "langName": "शूटिंग", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "flashing", + "langName": "अनावृत", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "flexing", + "langName": "मांसपेशियाँ दिखाएँ", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "hanging", + "langName": "फांसी", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "Painting_(Action)", + "langName": "खींचना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "snowing", + "langName": "बर्फ", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "soccer", + "langName": "फुटबॉल खेल", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "splashing", + "langName": "छप छप", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "steepled_fingers", + "langName": "उंगलियों के विपरीत उंगलियां", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "swing", + "langName": "झूला", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "tail_wagging", + "langName": "पूँछ हिलाना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "toilet_use", + "langName": "शौचालय जाओ", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "tossing", + "langName": "फेंक", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "tying", + "langName": "गांठ बांधना (क्रिया)", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "untying", + "langName": "खुला", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "unzipping", + "langName": "खोलना", + "object": "कार्रवाई", + "attribute": "बुनियादी हलचलें" + }, + { + "displayName": "looking_at_viewer", + "langName": "दर्शकों को देखो", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "eye_contact", + "langName": "आँख से संपर्क (एक दूसरे को देखना)", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "eyeball", + "langName": "घूरना", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "stare", + "langName": "टकटकी", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "looking_back", + "langName": "पीछे मुड़कर", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "gradient", + "langName": "चरित्र झुकाव", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "looking_down", + "langName": "चरित्र का परिप्रेक्ष्य नीचे की ओर देख रहा है↘", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "looking_up", + "langName": "चरित्र का परिप्रेक्ष्य ऊपर देखना↗", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "facing_away", + "langName": "कहीं और का सामना करना पड़ रहा है", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "looking_to_the_side", + "langName": "बग़ल में देखो", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "looking_away", + "langName": "दूर देखो", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "looking_ahead", + "langName": "भविष्य की ओर देख रहे हैं", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "looking_afar", + "langName": "दूरी में देखो", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "looking_outside", + "langName": "बाहर देखो", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "head_tilt", + "langName": "सिर झुकाओ", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "aiming", + "langName": "उद्देश्य", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "aiming_at_viewer", + "langName": "पाठक को लक्षित करें (परिप्रेक्ष्य)", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "head_down", + "langName": "अपना सिर झुकाओ", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "sideways_glance", + "langName": "थोड़ा बगल की ओर देखो", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "upshirt", + "langName": "शर्ट के नीचे से झाँकते हुए", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "upshorts", + "langName": "स्कर्ट ऊपर झाँकें", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "looking_at_another", + "langName": "दूसरे को देख रहा हूँ", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "looking_at_phone", + "langName": "मोबाइल फ़ोन देखो", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "looking_at_animal", + "langName": "जानवरों को देख रहे हैं", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "looking_at_mirror", + "langName": "आईने में देखो", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "looking_at_hand", + "langName": "हाथों को देखते हुए", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "looking_at_food", + "langName": "भोजन देखो", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "looking_at_screen", + "langName": "स्क्रीन पर देख रहे हैं", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "stare at me", + "langName": "आप पर एक टक नज़र", + "object": "कार्रवाई", + "attribute": "देखना" + }, + { + "displayName": "clenched hand", + "langName": "क्लिञ्च्ड मुट्ठी", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "hand_to_mouth", + "langName": "अपना हाथ अपने मुँह पर रखो", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "hidden hands", + "langName": "अपने हाथ छिपाओ", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "arm_support", + "langName": "हाथों से सहारा", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "arms_up", + "langName": "अपना हाथ बढ़ाएं", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "presenting armpit", + "langName": "कांख दिखाओ", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "arm_behind_head", + "langName": "हाथ सिर के पीछे", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "arm_above_head", + "langName": "सिर पर हाथ", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "adjusting_hair", + "langName": "साफ बाल", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "bangs_pinned_back", + "langName": "अपने बैंग्स को वापस पिन करें", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "arm_behind_back", + "langName": "एक हाथ अपनी पीठ के पीछे रखें", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "arms_behind_back", + "langName": "अपनी पीठ के पीछे हाथ", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "arm_at_side", + "langName": "एक हाथ नीचे लटका हुआ", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "arm_blade", + "langName": "बांह का ब्लेड", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "arm_grab", + "langName": "बांह पकड़ो", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "arm_around_waist", + "langName": "एक हाथ कमर के चारों ओर", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "arm_hug", + "langName": "हाथों को पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "arm_up", + "langName": "हाथ उठाएं", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "bound_arms", + "langName": "हाथ बंधे हुए हैं", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "extra_arms", + "langName": "एकाधिक भुजाएँ", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "locked_arms", + "langName": "हथियार पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "zombie_pose", + "langName": "ज़ोंबी मुद्रा", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "cheering", + "langName": "खुश करना", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "beckoning", + "langName": "इशारा करना", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "waving", + "langName": "लहर (हैलो/अलविदा कहें)", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "waving_arms", + "langName": "हथियार लहराते हुए", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "salute", + "langName": "सलाम", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "reaching", + "langName": "पहुंचें (उद्देश्यपूर्ण ढंग से)", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "reaching_out", + "langName": "पेंटिंग के बाहर पहुंचें", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "stretch", + "langName": "खींचना", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "convenient_arm", + "langName": "भुजाओं के प्रमुख भागों को ढकना", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "ready_to_draw", + "langName": "तलवार निकालने की तैयारी", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "double_fox_shadow_puppet", + "langName": "डबल फॉक्स छाया कठपुतली", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "fox_shadow_puppet", + "langName": "लोमड़ी छाया कठपुतली", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "paw_pose", + "langName": "भाग्यशाली बिल्ली के हाथ का इशारा (कलाई नीचे झुकी हुई)", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "self_fondle", + "langName": "स्वयं को सहलाना", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "groping", + "langName": "तलाशने", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "crotch_grab", + "langName": "क्रॉच को पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "clothes_lift", + "langName": "कपड़े उठाओ", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "clothes_pull", + "langName": "कपड़े खींचना", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "strap_lift", + "langName": "कंधे का पट्टा उठाओ", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "shirt_lift", + "langName": "ऊपर खींचो शर्ट ऊपर उठाओ", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "dress_lift", + "langName": "स्कर्ट ऊपर उठाओ", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "dress_pull", + "langName": "पोशाक ऊपर खींचो", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "kimono_lift", + "langName": "किमोनो को ऊपर उठाएं", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "kimono_pull", + "langName": "किमोनो खींचो", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "shirt_pull", + "langName": "शर्ट खोलना", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "shorts_pull", + "langName": "अपने शॉर्ट्स उतारो", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "pants_pull", + "langName": "पैंट नीचे खींचना", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "leotard_pull", + "langName": "जंपसूट उतारो", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "swimsuit_pull", + "langName": "स्विमसूट उतारो", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "skirt_basket", + "langName": "स्कर्ट को ऊपर उठाने पर बनने वाली टोकरी के आकार को संदर्भित करता है", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "bikini_lift", + "langName": "बिकनी जो छिल जाती है", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "cheek_pull", + "langName": "गाल खींचो", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "bunching_hair", + "langName": "चोटी पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "mask_pull", + "langName": "नकाब खींचना", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "zipper_pull_tab", + "langName": "ज़िपर पुल टैब", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "bikini_pull", + "langName": "बिकिनी खींचना", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "holding_hair", + "langName": "बाल पकड़ना | बालों के चारों ओर उंगलियाँ लपेटना", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "shou", + "langName": "एक हाथ सिर के पीछे रखें", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "arm_cannon", + "langName": "हाथ का गोला", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "arm_ribbon", + "langName": "बांह का रिबन", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "caramelldansen", + "langName": "हाथ घुमाने की एक प्रसिद्ध क्रिया", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "arm_held_back", + "langName": "हथियार पीछे खींचो", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "leg_lift", + "langName": "एकल पैर उठाना", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "hugging_own_legs", + "langName": "अपने पैरों को गले लगाओ", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "cheek_pinching", + "langName": "गालों पर चुटकी काटना", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "chin_rest", + "langName": "गाल पकड़ो", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "skirt_lift", + "langName": "स्कर्ट उठाओ", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "skirt_flip", + "langName": "स्कर्ट उठा ली गई (आपातकालीन अर्थ सहित)", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "skirt_pull", + "langName": "खुली स्कर्ट", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "cheek_poking", + "langName": "गाल पर प्रहार करो", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "hair_pull", + "langName": "बाल खींचो", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "covering_chest_by_hand", + "langName": "छाती को हाथों से ढकें", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "chin_stroking", + "langName": "ठुड्डी छुओ", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "hair_pulled_back", + "langName": "बाल पीछे बंधे हुए", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "adjusting_clothes", + "langName": "कपड़ों के साथ खिलवाड़", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "adjusting_hat", + "langName": "टोपी साफ़ करो", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "adjusting_gloves", + "langName": "बेला दस्ताने", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "adjusting_swimsuit", + "langName": "स्विमसूट के साथ बेला", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "adjusting_thighhigh", + "langName": "घुटने के मोज़े समायोजित करें", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "adjusting_eyewear", + "langName": "चश्मा समायोजित करें", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "pulling", + "langName": "खींचो", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "pulled_by_self", + "langName": "अपने कपड़े नीचे खींचो", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "pulled_by_another", + "langName": "किसी अन्य व्यक्ति द्वारा खींचा जाना (या कपड़ों पर खींचा जाना)।", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "lifting_person", + "langName": "कोई उठाओ", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "lifted_by_self", + "langName": "अपने कपड़े ऊपर उठाओ", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "lifted_by_another", + "langName": "दूसरे पक्ष के कपड़ों से ऊपर उठाया जाना", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "bandaid_on_arm", + "langName": "बांह पर बैंड-एड", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "carrying", + "langName": "उठाना", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "carrying_under_arm", + "langName": "बांह के नीचे", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "carrying_over_shoulder", + "langName": "कंधा", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "wind_lift", + "langName": "हवा का प्रभाव | अद्यतन प्रारूप", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "covering_xx", + "langName": "कवर xx", + "object": "कार्रवाई", + "attribute": "हाथ" + }, + { + "displayName": "shushing", + "langName": "शश इशारा", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "finger_to_mouth", + "langName": "अपना हाथ अपने होठों पर रखो", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "peace sign", + "langName": "सिजरहैंड्स", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "cat_pose", + "langName": "बिल्ली के पंजे का इशारा", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "claw_pose", + "langName": "पंजे का इशारा", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "finger_gun", + "langName": "उंगली बंदूक इशारा", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "v", + "langName": "विजय संकेत", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "double_v", + "langName": "डबल_वी", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "thumbs_up", + "langName": "थम्स अप", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "index_finger_raised", + "langName": "तर्जनी उंगली उठाएं", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "middle_finger", + "langName": "मध्यमा उंगली दिखाओ", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "fingersmile", + "langName": "अपनी उंगलियों से एक स्माइली चेहरा बनाएं", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "finger_on_trigger", + "langName": "ट्रिगर इशारा खींचने के लिए तैयार", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "pointing_at_self", + "langName": "खुद की ओर इशारा करते हुए", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "pointing_at_viewer", + "langName": "चित्र को देखने वाले व्यक्ति की ओर इशारा करें", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "pointing_up", + "langName": "ऊपर की ओर इंगित करें", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "poking", + "langName": "टिकट", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "hand_gesture", + "langName": "इशारे करो", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "ok_sign", + "langName": "ठीक इशारा", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "finger_biting", + "langName": "उँगलियाँ काटना", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "finger_in_mouth", + "langName": "उँगलियाँ चूसना", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "fingering_through_clothes", + "langName": "उँगलिया", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "fingers_together", + "langName": "उँगलियाँ एक साथ", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "hair_twirling", + "langName": "उँगलियाँ बालों को मोड़ रही हैं", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "sharp_fingernails", + "langName": "नुकीले नाखून", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "spread_fingers", + "langName": "अपनी उँगलियाँ फैलाओ", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "trigger_discipline", + "langName": "ट्रिगर पर कोई उंगली नहीं", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "w", + "langName": "डब्ल्यू की तुलना में उंगली", + "object": "कार्रवाई", + "attribute": "उँगलिया" + }, + { + "displayName": "open hands", + "langName": "हाथ खोलो", + "object": "कार्रवाई", + "attribute": "हाथ की हरकतें" + }, + { + "displayName": "spread arms", + "langName": "खुली बाहों", + "object": "कार्रवाई", + "attribute": "हाथ की हरकतें" + }, + { + "displayName": "interlocked_fingers", + "langName": "हाथ कस कर पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ की हरकतें" + }, + { + "displayName": "tying hair", + "langName": "बाल बाँधो", + "object": "कार्रवाई", + "attribute": "हाथ की हरकतें" + }, + { + "displayName": "own hands clasped", + "langName": "हाथ आपस में जुड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ की हरकतें" + }, + { + "displayName": "own hands together", + "langName": "हाथ एक साथ", + "object": "कार्रवाई", + "attribute": "हाथ की हरकतें" + }, + { + "displayName": "hands in hair", + "langName": "हाथों से बालों में कंघी करना", + "object": "कार्रवाई", + "attribute": "हाथ की हरकतें" + }, + { + "displayName": "arms_behind_head", + "langName": "हाथों से सिर पकड़ें", + "object": "कार्रवाई", + "attribute": "हाथ की हरकतें" + }, + { + "displayName": "double piece pose", + "langName": "हाथ पर वी का चिन्ह", + "object": "कार्रवाई", + "attribute": "हाथ की हरकतें" + }, + { + "displayName": "arms_crossed", + "langName": "हाथ छाती पर पार", + "object": "कार्रवाई", + "attribute": "हाथ की हरकतें" + }, + { + "displayName": "hands_in_opposite_sleeves", + "langName": "अपने हाथों को क्रॉस करके अपनी आस्तीन में रखें", + "object": "कार्रवाई", + "attribute": "हाथ की हरकतें" + }, + { + "displayName": "crossed_arms", + "langName": "हांथ बांधना", + "object": "कार्रवाई", + "attribute": "हाथ की हरकतें" + }, + { + "displayName": "outstretched_arms", + "langName": "हथियार फैलाओ", + "object": "कार्रवाई", + "attribute": "हाथ की हरकतें" + }, + { + "displayName": "v_arms", + "langName": "दोनों भुजाओं से V बनाएं", + "object": "कार्रवाई", + "attribute": "हाथ की हरकतें" + }, + { + "displayName": "w_arms", + "langName": "हथियार डब्ल्यू स्थिति में", + "object": "कार्रवाई", + "attribute": "हाथ की हरकतें" + }, + { + "displayName": "arms_at_sides", + "langName": "हाथ नीचे करो", + "object": "कार्रवाई", + "attribute": "हाथ की हरकतें" + }, + { + "displayName": "hands_clasped", + "langName": "दोनों हाथों की उँगलियाँ क्रॉस | हाथ भींच लिया", + "object": "कार्रवाई", + "attribute": "हाथ की हरकतें" + }, + { + "displayName": "holding", + "langName": "कुछ पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_animal", + "langName": "जानवरों को पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_arrow", + "langName": "धनुष खींचना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_axe", + "langName": "कुल्हाड़ी पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_bag", + "langName": "कैरिंग बैग", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_ball", + "langName": "गेंद को पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_basket", + "langName": "टोकरी ले जाना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_book", + "langName": "किताब पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_bottle", + "langName": "बोतल पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_bouquet", + "langName": "हाथ में गुलदस्ता पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_bow_(weapon)", + "langName": "धनुष (हथियार) धारण करना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_bowl", + "langName": "कटोरा पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_box", + "langName": "एक बक्सा ले जाना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_breath", + "langName": "अपनी सांस रोके", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_broom", + "langName": "झाड़ू पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_camera", + "langName": "हाथ में कैमरा", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_can", + "langName": "एक कैन पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_candy", + "langName": "हाथ में कैंडी पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_card", + "langName": "कार्ड धारण करना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_cat", + "langName": "बिल्ली को पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_chopsticks", + "langName": "चॉपस्टिक पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_cigarette", + "langName": "हाथ में सिगरेट", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_clothes", + "langName": "कपड़े पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_condom", + "langName": "कंडोम पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_cup", + "langName": "कप पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_dagger", + "langName": "खंजर पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_doll", + "langName": "गुड़िया पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_eyewear", + "langName": "चश्मा पकड़ना | चश्मा उतारना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_fan", + "langName": "पंखा पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_flag", + "langName": "झंडा पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_flower", + "langName": "फूल पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_food", + "langName": "खाना पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_fork", + "langName": "एक कांटा पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_fruit", + "langName": "फल पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_gift", + "langName": "एक उपहार पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_gun", + "langName": "बंदूक पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_hands", + "langName": "हाथों को पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_hat", + "langName": "टोपी पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_head", + "langName": "सिर को हाथों में थामे हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_helmet", + "langName": "हेलमेट पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_innertube", + "langName": "तैराकी की अंगूठी पकड़ो", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_instrument", + "langName": "एक संगीत वाद्ययंत्र पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_knife", + "langName": "चाकू पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_leaf", + "langName": "पत्ते पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_lollipop", + "langName": "लॉलीपॉप पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_mask", + "langName": "मुखौटा धारण करना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_microphone", + "langName": "माइक्रोफ़ोन पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_needle", + "langName": "सिलाई सुई पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_own_foot", + "langName": "किसी के पैर पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_paintbrush", + "langName": "हाथ में पेंटब्रश पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_paper", + "langName": "कागज पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_pen", + "langName": "कलम पकड़ो", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_pencil", + "langName": "हाथ में पेंसिल पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_phone", + "langName": "मोबाइल फोन पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_pillow", + "langName": "तकिये को गले लगाना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_pipe", + "langName": "एक पाइप पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_pizza", + "langName": "पिज़्ज़ा पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_plate", + "langName": "एक थाली पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_poke_ball", + "langName": "पोक बॉल पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_pokemon", + "langName": "पोकेमॉन को पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_polearm", + "langName": "हाथ से पकड़ने वाला पोलआर्म", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_sack", + "langName": "सामान ले जाना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_scythe", + "langName": "हंसिया पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_sheath", + "langName": "म्यान पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_shield", + "langName": "ढाल धारण करना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_shoes", + "langName": "जूते पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_sign", + "langName": "हाथ पकड़ने का संकेत", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_spear", + "langName": "भाला पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_spoon", + "langName": "एक चम्मच पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_staff", + "langName": "एक लाठी पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_strap", + "langName": "हाथ में पकड़ी हुई गोफन", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_stuffed_animal", + "langName": "एक भरवां खिलौना पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_stylus", + "langName": "लेखनी पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_sword", + "langName": "तलवार पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_syringe", + "langName": "हाथ में पकड़ने वाली सिरिंज", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_towel", + "langName": "तौलिया पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_tray", + "langName": "एक थाली पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_umbrella", + "langName": "छाता पकड़ो", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_wand", + "langName": "छड़ी पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "holding_whip", + "langName": "चाबुक पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "arm_around_neck", + "langName": "एक हाथ गर्दन पर", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "arms_around_neck", + "langName": "अपने हाथ अपनी गर्दन के चारों ओर रखें", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "covering", + "langName": "ढकने की क्रिया", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "covering_face", + "langName": "चेहरा ढकें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "covering_ass", + "langName": "नितम्बों को ढकना", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "covering_crotch", + "langName": "क्रॉच को ढकना", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "covering_eyes", + "langName": "आँखों को ढकें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "covering_mouth", + "langName": "मुंह ढकें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "covering_nipples", + "langName": "निपल्स को ढकें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "breast lift", + "langName": "हाथों से स्तनों को पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "breast_suppress", + "langName": "स्तनों पर हाथ का दबाव", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hands_on_another's", + "langName": "अपने हाथ किसी और के चेहरे पर रखो", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hands_on_another's_cheeks", + "langName": "एक दूसरे के गालों पर हाथ रखें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hands_on_ass", + "langName": "अपने हाथ अपने बट पर रखें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hands_on_feet", + "langName": "अपने हाथ अपने पैरों पर रखें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hands_on_headwear", + "langName": "दोनों हाथों से सिर पर रखे गहनों को छूना", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hands_on_hilt", + "langName": "अपने हाथ चाकू के हैंडल पर रखें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hands_on_lap", + "langName": "अपने हाथों को अपने पैरों के बीच रखें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hands_on_own_face", + "langName": "अपने हाथ अपने चेहरे पर रखें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hands_on_own_cheeks", + "langName": "अपने हाथ अपने गालों पर रखें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hands_on_own_chest", + "langName": "अपने हाथ अपनी छाती पर रखें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hands_on_own_head", + "langName": "अपने हाथ अपने सिर पर रखें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hands_on_own_knees", + "langName": "अपने हाथों को अपने घुटनों पर रखें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hands_on_own_stomach", + "langName": "अपने हाथ अपने पेट पर रखें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hands_on_own_thighs", + "langName": "अपने हाथ अपनी जाँघों पर रखें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hand between legs", + "langName": "पैरों के बीच में हाथ", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "leg hold", + "langName": "पैरों को हाथों से पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hands_on_another's_shoulders", + "langName": "अपने हाथ किसी और के कंधे पर रखो", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hands_on_hips", + "langName": "कूल्हों पर हाथ | कूल्हों पर हाथ", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hand_on_another's", + "langName": "हाथ दूसरे व्यक्ति के चेहरे को छूते हैं", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hand_on_another's_cheek", + "langName": "एक दूसरे के गालों को छूते हाथ", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hand_on_another's_chest", + "langName": "अपने हाथ दूसरे व्यक्ति की छाती पर रखें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hand_on_another's_chin", + "langName": "दूसरे व्यक्ति की ठुड्डी को अपने हाथ से पकड़ें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hand_on_another's_head", + "langName": "अपने हाथ दूसरे व्यक्ति के सिर पर रखें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hand_on_another's_shoulder", + "langName": "अपने हाथ दूसरे व्यक्ति के कंधों पर रखें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hand_on_another's_stomach", + "langName": "अपने हाथ दूसरे व्यक्ति के पेट पर रखें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hand_on_ass", + "langName": "बट पर हाथ", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hand_on_head", + "langName": "सिर पर हाथ", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hand_on_headwear", + "langName": "हाथ से छूने वाली टोपी", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hand_on_hilt", + "langName": "हाथ चाकू के हैंडल पर टिका हुआ", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hand_on_hip", + "langName": "कूल्हों पर हाथ | कूल्हों पर हाथ", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hand_on_own", + "langName": "अपने हाथ अपने चेहरे पर रखें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hand_on_own_cheek", + "langName": "अपने हाथ अपने गालों पर रखें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hand_on_own_chest", + "langName": "अपने हाथ अपनी छाती पर रखें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hand_on_own_chin", + "langName": "हाथ उसकी ठुड्डी को छूता है", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hand_on_own_stomach", + "langName": "अपने हाथ अपने पेट पर रखें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hand_on_shoulder", + "langName": "कंधों पर हाथ", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hand_in_another's_hair", + "langName": "अपने हाथ दूसरे व्यक्ति के बालों पर रखें", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hand_in_hair", + "langName": "हाथ बालों में दबे हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "hand_in_pocket", + "langName": "जेब में हाथ", + "object": "कार्रवाई", + "attribute": "हाथ (कहीं रख दो)" + }, + { + "displayName": "ass_grab", + "langName": "गधा पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "flat_chest_grab", + "langName": "छोटे स्तनों को पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "grabbing", + "langName": "पकड़ो | पकड़", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "grabbing_another's_ass", + "langName": "एक दूसरे का बट पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "grabbing_another's_hair", + "langName": "एक दूसरे के बाल पकड़ रहे हैं", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "grabbing_from_behind", + "langName": "पीछे से स्तनों को रगड़ें | स्तनों को पीछे से पकड़ें", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "grabbing_own_ass", + "langName": "किसी की गांड पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "guided_penetration", + "langName": "पुरुष लिंग को पकड़ें और उसे अपने अंदर डालें", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "hair_grab", + "langName": "बाल पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "leg_grab", + "langName": "पैरों को पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "necktie_grab", + "langName": "टाई को पकड़े हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "neckwear_grab", + "langName": "गले में कपड़े लपेटे हुए", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "penis_grab", + "langName": "लिंग पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "pillow_grab", + "langName": "तकिया पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "sheet_grab", + "langName": "चादरें पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "tail_grab", + "langName": "पूँछ पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "thigh_grab", + "langName": "जाँघ पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "torso_grab", + "langName": "धड़ को पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "wrist_grab", + "langName": "कलाई पकड़ना", + "object": "कार्रवाई", + "attribute": "हाथ (कुछ पकड़ना)" + }, + { + "displayName": "kicking", + "langName": "लात मारना", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "high_kick", + "langName": "जबर्दस्त लात", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "standing_on_one_leg", + "langName": "एक पैर पर खड़े हो जाओ", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "standing_split", + "langName": "स्थायी विभाजन | खड़े होकर पैर उठाता है", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "legs_up", + "langName": "एक पैर उठाओ", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "holding legs", + "langName": "पैरों को गले लगाओ", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "hands under legs", + "langName": "अपने हाथ अपने पैरों के नीचे रखें", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "leg hug", + "langName": "पैरों को गले लगाओ", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "spread legs", + "langName": "पैर फैलाओ", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "legs_together", + "langName": "पैर एक साथ", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "crossed_legs", + "langName": "एर्लांग पैर", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "m_legs", + "langName": "एम-आकार का लेग स्विंग", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "standing split, leg up", + "langName": "खड़ा घोड़ा", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "curtsy", + "langName": "कर्टसी (नौकरानी का सलाम)", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "open_stance", + "langName": "एक ब्रेक ले लो", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "convenient_leg", + "langName": "पैर जो मुख्य भागों को अवरुद्ध करते हैं", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "leg_lock", + "langName": "पैरों से दबाना", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "legs", + "langName": "पैर", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "legs_over_head", + "langName": "अपने पैरों को अपने सिर के ऊपर उठाएं", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "squatting,_open_legs", + "langName": "बैठ जाएं और अपने पैरों को फैला लें", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "knees_together_feet_apart", + "langName": "घुटने एक साथ, पैर अलग", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "animal_on_lap", + "langName": "घुटने पर जानवर", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "hand_on_own_knee", + "langName": "अपने हाथों को अपने घुटनों पर रखें", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "knee_up", + "langName": "अपने घुटनों को ऊपर उठाएं", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "knees", + "langName": "घुटना", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "knees_to_chest", + "langName": "घुटनों से छाती तक", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "on_lap", + "langName": "घुटनों पर", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "squatting", + "langName": "नीचे बैठना", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "one_knee", + "langName": "एक घुटना", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "kneeling", + "langName": "घुटना टेकना", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "all_fours", + "langName": "चारों तरफ", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "gravure_pose", + "langName": "गुरुत्वाकर्षण मुद्रा", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "soaking_feet", + "langName": "अपने पैर भिगोएँ", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "cropped_legs", + "langName": "पैरों का केवल एक भाग ही खींचा गया था", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "k/da_(league_of_legends)", + "langName": "केडीए टीम (लीग ऑफ लीजेंड्स)", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "leg_belt", + "langName": "पैर की पट्टियाँ", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "leg_hair", + "langName": "पैर के बाल", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "leg_up", + "langName": "अपने पैर उठाओ", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "legs_apart", + "langName": "पैर अलग", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "lowleg", + "langName": "एम-आकार का लेग स्विंग", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "mechanical_legs", + "langName": "यांत्रिक कृत्रिम पैर", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "multiple_legs", + "langName": "बहु भूमिका", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "no_legs", + "langName": "कोई पैर नहीं खींचा", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "no_legwear", + "langName": "क्रॉच के नीचे नग्न", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "tail_between_legs", + "langName": "पूँछ पैरों के बीच में मुड़ी हुई होती है", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "footprints", + "langName": "पदचिह्न", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "foot_out_of_frame", + "langName": "तस्वीर में एक पैर नहीं है", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "feet_out_of_frame", + "langName": "तस्वीर में पैर नहीं हैं", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "feet_up", + "langName": "अपने पैर क्रॉस करो", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "cameltoe", + "langName": "ऊँट का पंजा", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "pigeon-toed", + "langName": "प्यारा भीतरी पैर", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "tiptoes", + "langName": "पंजों के बल खड़े हो जाओ", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "ankle_strap", + "langName": "टखने की रेशम की अंगूठी", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "ankle_wrap", + "langName": "टखने के कफ", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "crossed_ankles", + "langName": "टखनों को क्रॉस करें", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "folded", + "langName": "अपनी योनि को उजागर करने के लिए अपने पैरों को ऊपर उठाएं", + "object": "कार्रवाई", + "attribute": "पैर" + }, + { + "displayName": "sitting", + "langName": "बैठना", + "object": "कार्रवाई", + "attribute": "बैठना" + }, + { + "displayName": "seiza", + "langName": "सीधे बैठो", + "object": "कार्रवाई", + "attribute": "बैठना" + }, + { + "displayName": "wariza", + "langName": "बत्तख बैठी है", + "object": "कार्रवाई", + "attribute": "बैठना" + }, + { + "displayName": "straddling", + "langName": "सवार होकर बैठो", + "object": "कार्रवाई", + "attribute": "बैठना" + }, + { + "displayName": "yokozuwari", + "langName": "बग़ल में बैठो", + "object": "कार्रवाई", + "attribute": "बैठना" + }, + { + "displayName": "sitting_backwards", + "langName": "आराम से बैठें", + "object": "कार्रवाई", + "attribute": "बैठना" + }, + { + "displayName": "sitting_in_tree", + "langName": "एक पेड़ पर बैठे", + "object": "कार्रवाई", + "attribute": "बैठना" + }, + { + "displayName": "sitting_on_xx", + "langName": "वस्तु पर बैठो", + "object": "कार्रवाई", + "attribute": "बैठना" + }, + { + "displayName": "butterfly_sitting", + "langName": "तितली बैठी", + "object": "कार्रवाई", + "attribute": "बैठना" + }, + { + "displayName": "lotus_position", + "langName": "मेज पर बैठना", + "object": "कार्रवाई", + "attribute": "बैठना" + }, + { + "displayName": "sitting_on_railing", + "langName": "रेलिंग पर बैठो", + "object": "कार्रवाई", + "attribute": "बैठना" + }, + { + "displayName": "sitting_on_rock", + "langName": "पत्थर पर बैठे", + "object": "कार्रवाई", + "attribute": "बैठना" + }, + { + "displayName": "sitting_on_stairs", + "langName": "सीढ़ियों पर बैठे", + "object": "कार्रवाई", + "attribute": "बैठना" + }, + { + "displayName": "sitting_on_table", + "langName": "मेज पर बैठना", + "object": "कार्रवाई", + "attribute": "बैठना" + }, + { + "displayName": "sitting_on_water", + "langName": "पानी पर बैठो", + "object": "कार्रवाई", + "attribute": "बैठना" + }, + { + "displayName": "sitting_on_chair", + "langName": "कुर्सी पर बैठो", + "object": "कार्रवाई", + "attribute": "बैठना" + }, + { + "displayName": "sidesaddle", + "langName": "काठी पर बग़ल में बैठे", + "object": "कार्रवाई", + "attribute": "बैठना" + }, + { + "displayName": "sitting_on_bed", + "langName": "बिस्तर पर बैठे", + "object": "कार्रवाई", + "attribute": "बैठना" + }, + { + "displayName": "sitting_on_desk", + "langName": "डेस्क पर बैठे", + "object": "कार्रवाई", + "attribute": "बैठना" + }, + { + "displayName": "sitting_on_lap", + "langName": "गोद में बैठो", + "object": "कार्रवाई", + "attribute": "बैठना" + }, + { + "displayName": "sitting_on_person", + "langName": "लोगों पर बैठो", + "object": "कार्रवाई", + "attribute": "बैठना" + }, + { + "displayName": "upright_straddle", + "langName": "विपरीत मुद्रा", + "object": "कार्रवाई", + "attribute": "बैठना" + }, + { + "displayName": "asymmetrical_docking", + "langName": "स्तनों को छूना | स्तन स्तनों को छू रहे हैं", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "back-to-back", + "langName": "एक के पीछे एक", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "cunnilingus", + "langName": "पान", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "facing_another", + "langName": "दूसरे का सामना करना", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "feeding", + "langName": "खिला", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "finger_in_another's_mouth", + "langName": "मौखिक छूत", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "fingering", + "langName": "छूत", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "giving", + "langName": "डिलीवरी | उपहार", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "grinding", + "langName": "सादा स्टॉकिंग्स | बट जोर", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "hug", + "langName": "अपनाना", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "imminent_kiss", + "langName": "चूमने वाला हूँ", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "incoming_food", + "langName": "खाना पास करो", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "incoming_gift", + "langName": "एक उपहार सौंपो", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "Kabedon", + "langName": "वॉल बैंग", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "lap_pillow", + "langName": "घुटने तकिया", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "licking_penis", + "langName": "लिंग चाटो", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "princess_carry", + "langName": "राजकुमारी गले लगाओ", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "shared_bathing", + "langName": "साझा स्नान | युआनयांग स्नान", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "shared_food", + "langName": "खाना बाँटना | भोजन को मुंह से गुजारना", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "sitting_on_head", + "langName": "सिर पर बैठो", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "sitting_on_shoulder", + "langName": "कंधों पर बैठो", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "slapping", + "langName": "थप्पड़", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "spanking", + "langName": "झापड़", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "special_feeling_(meme)", + "langName": "बर्फ में छाता पकड़े प्रेमी युगल", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "symmetrical_docking", + "langName": "स्तन निचोड़ना", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "ear_biting", + "langName": "फुसफुसाना", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "mixed_bathing", + "langName": "मिश्रित स्नान", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "selfie", + "langName": "सेल्फी", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "trembling", + "langName": "कांपना", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "partially submerged", + "langName": "पानी में डूबा हुआ", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "rolleyes", + "langName": "अपनी आँखें ऊपर की और करो", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "headpat", + "langName": "सिर छुओ", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "cheek-to-cheek", + "langName": "गाल से गाल तक", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "Stretching", + "langName": "खींचना", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "against wall", + "langName": "दीवार की उलटी तरफ", + "object": "कार्रवाई", + "attribute": "अन्य क्रियाएं" + }, + { + "displayName": "((water drops)),wet clothes,((beautiful detailed water)),((floating)),dynamic angle", + "langName": "पानी का जादू", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "beautiful detailed glow,(detailed ice),beautiful detailed water", + "langName": "बर्फ का जादू", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.2),(ice crystal texture wings),(Iridescence and rainbow hair:2.5)", + "langName": "बर्फ प्रणाली संशोधन", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.3),(((ice crystal texture wings)))", + "langName": "Frappuccino", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "((detailed beautiful snow forest with trees)),((snowflakes)),floating", + "langName": "जंगल की बर्फ", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "(((crystals texture Hair))),((beautiful detailed glass hair)),((glass shaped texture hand)),((crystallize texture body)),gem body,hands as clear as jewels,crystallization of clothes,((crystals texture skin)),sparkle,lens flare,light leaks,broken glass,detailed glass shaped clothes,beautiful detailed gemstone sky,gemstone sea,crystals texture flowers,((detailed crystallized clothing))", + "langName": "क्रिस्टलीकरण", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "beautiful detailed glow,((flames of war)),(((nuclear explosion behide)))", + "langName": "परमाणु विस्फोट", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "((breeze)),flying splashes,flying petals,wind", + "langName": "हवा का जादू", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "((surrounded by heavy floating sand flow and floating sharp stones)),((((ink)))),((illustration)),((watercolor))", + "langName": "त्वरित रेत विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "(detailed light),((lightning in hand)),lightning surrounds,(((lightning chain)))", + "langName": "बिजली की विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "(sunlight),(angel),dynamic angle,floating,wing,halo,floating white silk,(Holy Light),silver stars", + "langName": "पवित्र प्रकाश विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "beautiful detailed pampas grass field,open hakama,surrounded by floating sakura,yellow full moon,beautiful detailed dark midnight sky,messy white long hair", + "langName": "आशिना विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "beautiful and delicate water,the finest grass,very delicate light,nature,painting,water spray,breeze,flowers and grass meadow,near the water edge,(sunset,starry sky in a circle),randomly distributed clouds,river,splashing water,falling petals", + "langName": "प्राकृतिक कानून", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "(detailed light) ,feather,leaves,nature,(sunlight),river,(forest),(bloom)", + "langName": "वन कानून", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "floating and rainbow long hair,Iridescence and rainbow,beautiful detailed starry sky", + "langName": "इंद्रधनुषी विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "chain ring,chain storm,dark chain,((wholeblack bloomer)),darkside,night,deep dark,darkness,((dark clouds)),((ruins)),shadow,death garden", + "langName": "छिपी हुई ताला विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "beautiful detailed glow,floating ashes,beautiful and detailed explosion,red moon,fire,fire cloud,wings on fire,a cloudy sky,smoke of gunpowder,burning,black dress,dove of peace,(floating cloud:1.2)", + "langName": "हुओशाओयुन", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(magic circle:1.2),(floating palaces:1.3)", + "langName": "महल का कानून", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "(water bloom),(delicate glow),(breeze),long Flowers meadow,(((sunset)),(less stars form a circle),randomly distributed clouds,(rivers),(willows with branches falling into the water)", + "langName": "गोधूलि विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "((colorful bubble)),(floating),detailed light", + "langName": "बुलबुला विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "((rose)),(vine),cage,bandage,red rope,(detail light),falling rose petals", + "langName": "शीशम विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "(starry tornado:1.4),starry Nebula,beautiful detailed sky", + "langName": "तारों वाली आकाश विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "((moon)),starry sky,(lighting particle),fog,snow,(bloom)", + "langName": "चन्द्र विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(cold full moon),snowflake,(floating cloud:1.2)", + "langName": "स्नो मून विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "((burning forest)),spark,light leaks,burning sky,flame,flames burning around,(flying sparks)", + "langName": "जंगल की आग विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "((destroyed)),explosion,buildings in disarray,The residual eaves DuanBi,cumulus,mouldy,floating,wind,Dead end machine,(broken robot),(Mechanical robot girl),in the rubble of a devastated city", + "langName": "बंजर भूमि कानून", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,((sliver)) and (broken) body", + "langName": "युद्ध कवच विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "Extremely gorgeous metal style,Metal crown with ornate stripes,Various metals background,Sputtered molten iron,floating hair,Hair like melted metal,Clothes made of silver,Clothes with gold lace,flowing gold and silver,everything flowing and melt,flowing iron,flowing silver,lace flowing and melt", + "langName": "सुनहरा नियम", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "mecha clothes,robot girl", + "langName": "मशीन लड़की विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "ink,(((bone))),(((ribs))),rose,black hair,blue eyes,greyscale,no shadow,simple background,bright skin", + "langName": "काला जादू", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "(((gorgeous crystal armor))),(((crystal wings))),((altocumulus)),(clear_sky),(snow mountain),((flowery flowers)),(flowery bubbles),cloud map plane,crystal,crystal poppies,Brilliant light,thick_coating,glass tint,(watercolor)", + "langName": "क्रिस्टल विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "((an extremely delicate and beautiful)),floating,(detailed wet clothes),(detailed light),feather,nature,(sunlight),river,floating palace,beautiful and delicate water,(bloom),(shine)", + "langName": "जल वन विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "(blue spark),(red and blue hair),blue eyes,burning sky,flame,Rainbow in the sky,((Flames burning ice)),(((fire butterflies))),(((ice crystal texture wings))),(Flying sparks),(detailed ice),((a lot of luminous ice crystals)),((burning feathers)),(feathers made of ice),(frozen feathers),(((ice and fire together)))", + "langName": "बर्फ में आग लगाने की विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "(anger),dragon horns,(silver armor),metal,complex pattern,cape,indifference", + "langName": "ड्रैगन नाइट", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "((full body)),(helpless),tear,crying,(((((falling from the sky))))),((Weathering With You)),((falling)),((face towards the sky)),(hair flows upwards),((disheveled hair)),(1 girl),floating,beautiful detailed sky", + "langName": "गिरने की विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "((underwater)),(beautiful detailed water),((coral)),dynamic angle,floating,(detailed light),floating hair,(splash),((fishes)),leaves dress,feather,nature,(sunlight),(underwater forest),(bloom),(detailed glow),drenched,seaweed,fish,(((Tyndall effect)))", + "langName": "पानी के नीचे का कानून", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "(extremely detailed CG unity 8k wallpaper),(((masterpiece))),(((best quality))),((ultra-detailed)),(best illustration),(best shadow),((an extremely delicate and beautiful)),dynamic angle,floating,fairyland,dynamic angle,sea of flowers,beautiful detailed garden,wind,classic,spring,(detailed light),feather,nature,(sunlight),river,forest,(((floating palace))),((the best building)),beautiful and delicate water,(painting),(sketch),(bloom),(shine)", + "langName": "गुप्त विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "(((masterpiece))),((the best quality,super fine illustrations,beautiful and delicate water)),((very delicate light)),((nature,painting)),((fine lighting,more transparent stars,high-quality snowflakes,high-quality mountains,very fine 8KCG wallpapers)),(plateau),(((snow mountain))),sunrise,randomly distributed clouds,(snow field),cliff,((rotating star sky)),((lake in mountain stream)),luminous particles", + "langName": "फ़ोटोग्राफ़ी", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "1980s (style),simple background,retro artstyle", + "langName": "आधुनिक कानून", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "(white hair),red long hair,red eyes,(full body),(((with sword))),angry face,(beautiful detailed eyes),Blood drop,Blood fog,floating hair,disheveled hair,Splashing blood,(Bloodstain)", + "langName": "खून का जादू", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "((dragon)),((dragon background))", + "langName": "ड्रैगन को बुलाओ", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "hair fluttering in the wind,((mechanical arm armor)),((mechanical body armor)),riding motor,bodysuit,((ruins of city in war,fire,burning cars,burning buildings)),air force fleet in the sky", + "langName": "झान जी फा", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,dragon wings,((a dragon stands behind the girl)),beautiful detailed sliver dragon armor", + "langName": "ड्रैगन मशीन विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "((Beautiful butterflies in detail)),((Beautiful stars in detail)),(((halter dress ))),particle,(Starry sky in beautiful detail),(Hazy fog),(Ruins of beautiful details),(((Standing on the surface of the sea)))", + "langName": "सितारा तितली", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "blonde wavy hair,(shiny long hair),((Gothic Lolita)),blue white skirt,((short skirt)),black Headdress,bowknot,(((hair ornament))),(hair flower),Lace,cross-laced footwear,ribbon-trimmed sleeves,building architecture,((gothic architecture)),starry sky,outdoors,church,(castle)", + "langName": "शैक्षणिक कानून", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "walking,waves,wind,(((glistening light of waves))),(detailed sunset glow),(floating flow),((coral)),(Luminous),coast,(floating colorful bubbles),beautiful detailed sky,(fluorescence),detailed shadow,(conch),beautiful detailed water,starfish,meteor,rainbow,(seabirds),(glinting stars),(glowworm),(splash),detailed cloud,shell,(fireworks)", + "langName": "ज़िंगज़ियाहाई", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "beautiful detailed sky,night,stars,(red plum blossom),((winter)),(((snowflakes))),((red and white flowers)),(starry sky),(sitting),((colorful)),scenery,lantern,(starfall)", + "langName": "शीतकालीन बर्फ विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "((((melt)))),(((((black and white melt))))),(((wear Black and white Taoist robes))),((((gold and silver lace)))),(((gold and silver lace lace))),(((flowing ((black)) and white background))),extremely detailed gorgeous tiara", + "langName": "सभी चीजों का पिघलने वाला बर्तन", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "Floating black ashes,Beautiful and detailed black,red moon,((The black clouds)),(black Wings) ,a black cloudy sky,burning,black dress,((Black fog)),Red eyes,(black smoke),((Black feathers floating in the air)),bat,(floating black cloud:1.5),", + "langName": "रेवेन कानून", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "dynamic angle,finely detail,(bloom),(shine),glinting stars,((((best detailed fireworks)))),((((depth of field)))),(((hanabi))),(((backlight))),", + "langName": "आतिशबाजी की मूल बातें", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,(lots of big colorful Bubble),(pearl),(Galaxy),depth of field", + "langName": "सितारा रंग", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,depth of field", + "langName": "सितारों के समंदर में डूबना", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "dynamic angle,detailed wet clothes,blank stare,overexplosure,floating,black long straight,red eyes,aqua eyes,gradient eyes,((blood)),white dress,frills,((expressionless)),extremely beautiful detailed water,((lying on the lake)),(bloodred water:1.5),(red background:1.3)", + "langName": "डूबने के सैकड़ों तरीके", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "((messy hair)),(grassland),(yellow eyes),incredibly absurdres,(gold hair),floating hair,Large number of environments,the medieval ,grace,prospect,water eyes,wind,breeze,god ray,lawn,Mountains and lakes in the distance,The sun shines through the trees,A vast expanse of grassland", + "langName": "शानदार धूप विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "Starry sky adorns hair,sparkling anime eyes,beautiful detailed stars,blighting stars,emerging dark purple across with white hair,multicolored hair,beautiful detailed sky,beautiful detailed water,cinematic lighting,dramatic angle,", + "langName": "सितारा बाल विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "There are many scattered luminous petals,Hidden in the light yellow flowers,Depth of field,Many flying drops of water,Many scattered leaves,branch ,angle ,contour deepening,cinematic angle", + "langName": "सेनरो विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "sunlight,extremely light,extremely clothes,Holy Light,dynamic angle,Light particle,very long hair,white hair,yellow eyes,glowing eyes,expressionless,((light smile)),((((white Tulle skirt)))),white silk,looking at viewer,angel wings,large wings,multiple wings,angel halo,(((starry sky))),dusk sky,Floating light spot,Lots of feathers", + "langName": "तारा देवदूत", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "blonde hair,yellow eyes,white skin,mature female,sunrise,golden sky,magnificent architecture,beautiful detailed sky,overexposure,delicate gold metal decorations", + "langName": "सुनहरा नियम", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "mechanical prosthesis,mecha coverage,emerging dark purple across with white hair,fluorescent purple,cool movement,rose red eyes,beatiful detailed cyberpunk city,hd semirealistic anime cg concept art digital painting", + "langName": "पूर्व माचिना", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "(incredibly absurdres),(highly detailed beautiful fishtail:1.6),(((human hands))),(the lower body is a fish:1.9)AND(no human thigh:1.2),seaweed,(full body),(white seashell),(curved and slender fish tail),(the lower body is bare:1.1),{beautiful tailfin},((underwater)),(illustration),detailed water,((fishes)),(floating),watercolor (medium),(small whirlpool),((The sensation of water flowing)),(detailed scales on a mermaid)", + "langName": "जलपरी विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "Blood Mist,background Urban rooftop,despair,Blood Cherry Blossom,torn clothes,crying with eyes open,solo,Blood Rain,bandages,Gunpowder smoke,beautiful deatailed shadow,Splashing blood,dust,tyndall effect", + "langName": "अंत", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "Space opera,Space port,robot arm,elbow gloves,night,glisten,stare,cyberpunk,((((citylight)))),science fiction,bodysuit,Mechanical armor headdress,(bare shoulders)", + "langName": "टूटे सपने", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "dynamic angle,rainbow hair,detailed cute anime face,((loli)),flower,cry,water,corrugated,flowers tire,broken glass,(broken screen),atlantis,transparent glass", + "langName": "टूटे सपने", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "(white hair),(((red streaked hair))),red eyes,(((full body))),(red hair),(((((Hold a red sword))))),(angry face),((Blood drop)),((Blood fog)),light shafts,soft focus,((Splashing blood))),Long hair,((Bloodstain)),Fighting stance,{{{{{watercolor (medium)}}}},(((masterpiece))),((white clock)),((ultradetailed)),((Covered in blood)),flowing hair,Exquisite Flame,dynamic angle,floating,(shine),extremely delicate and beautiful girls,bright skin,lying red petals,Holy lighting", + "langName": "रक्त सुधार कानून", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "dramatic shadows,black and white,monochrome,{{comic}},cross necklace,Cassock", + "langName": "फ़ोटोग्राफ़ी", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "((ink)),(water color),bloom effect,detailed beautiful grassland with petal,flower,butterfly,necklace,smile,petal,(((surrounded by heavy floating petal flow)))", + "langName": "तैरते फूल विधि", + "object": "कार्रवाई", + "attribute": "जादू" + }, + { + "displayName": "stylish outfit", + "langName": "फैशनेबल ढंग से कपड़े पहनें", + "object": "परिधान", + "attribute": "फैशनेबल पोशाक" + }, + { + "displayName": "fashionable accessories", + "langName": "फैशन सहायक उपकरण", + "object": "परिधान", + "attribute": "फैशनेबल पोशाक" + }, + { + "displayName": "fitted jeans", + "langName": "सांकरी जीन्स", + "object": "परिधान", + "attribute": "फैशनेबल पोशाक" + }, + { + "displayName": "oversized jacket", + "langName": "प्लस साइज़ जैकेट", + "object": "परिधान", + "attribute": "फैशनेबल पोशाक" + }, + { + "displayName": "baggy clothes", + "langName": "ढीले कपड़े", + "object": "परिधान", + "attribute": "फैशनेबल पोशाक" + }, + { + "displayName": "traditional_clothes", + "langName": "पारंपरिक परिधान | जातीय वस्त्र", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "chinese_clothes", + "langName": "टैंग सूट", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "china_dress", + "langName": "cheongsam", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "hanfu", + "langName": "हन्फू", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "Taoist robe", + "langName": "ताओवादी वस्त्र", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "japanese_clothes", + "langName": "किमोनो", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "enmaided", + "langName": "किमोनो पहने महिला", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "hanten_clothes", + "langName": "तौमाता (जापानी शैली)", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "kimono", + "langName": "किमोनो", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "furisode", + "langName": "फ्यूरिसोड (किमोनो का हिस्सा)", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "sleeveless_kimono", + "langName": "बिना आस्तीन का किमोनो", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "short_kimono", + "langName": "लघु किमोनो", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "print_kimono", + "langName": "मुद्रित किमोनो", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "uchikake", + "langName": "बाई वुजिया (जापानी शादी की पोशाक)", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "obi", + "langName": "परिधान (और कपड़े)", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "cheongsam", + "langName": "cheongsam", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "print_cheongsam", + "langName": "मुद्रित चोंगसम", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "pelvic_curtain", + "langName": "चेओंगसम कपड़ों का अगला किनारा", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "ainu_clothes", + "langName": "ऐनू कपड़े", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "korean_clothes", + "langName": "कोरियाई कपड़े", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "hanbok", + "langName": "हनबोक", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "Ao_Dai", + "langName": "वियतनामी कपड़े (एओ दाई)", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "western", + "langName": "पश्चिमी शैली", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "german_clothes", + "langName": "जर्मन कपड़े", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "indian_style", + "langName": "भारतीय शैली", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "arabian_clothes", + "langName": "अरबी वस्त्र", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "egyptian_clothes", + "langName": "मिस्र के कपड़े", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "byzantine_fashion", + "langName": "बीजान्टिन शैली", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "gothic", + "langName": "गोथिक शैली", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "lolita", + "langName": "लोलिता शैली", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "gothic_lolita", + "langName": "गॉथिक लोलिता शैली", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "Tropical", + "langName": "उष्णकटिबंधीय", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "costume", + "langName": "सुविधाजनक होना", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "adapted_costume", + "langName": "पहनावे में सुधार करें", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "animal_costume", + "langName": "पशु आकार सेट", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "bunny_costume", + "langName": "खरगोश शैली सेट", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "cat_costume", + "langName": "बिल्ली स्टाइल सेट", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "dog_costume", + "langName": "कुत्ते की स्टाइलिंग सेट", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "bear_costume", + "langName": "भालू शैली सेट", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "santa_costume", + "langName": "सांता क्लॉज़ की पोशाक", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "halloween_costume", + "langName": "हेलोवीन वेशभूषा", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "embellished_costume", + "langName": "अलंकृत रूप से सजाए गए कपड़े", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "alternate_costume", + "langName": "वैकल्पिक कपड़े जो चरित्र के मूल स्वरूप से भिन्न हों", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "costume_switch", + "langName": "कपड़े बदलो खेलो", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "meme_attire", + "langName": "ऐसे आउटफिट जो इंटरनेट मीम्स की नकल करते हैं", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "kourindou_tengu_costume", + "langName": "कोरिंडो टेंगू पोशाक", + "object": "परिधान", + "attribute": "कपड़ों की शैली" + }, + { + "displayName": "hanfu, tang style outfits,", + "langName": "तांग फेंग", + "object": "परिधान", + "attribute": "प्राचीन काल" + }, + { + "displayName": "hanfu, song style outfits,", + "langName": "गीत फेंग", + "object": "परिधान", + "attribute": "प्राचीन काल" + }, + { + "displayName": "hanfu, ming style outfits,", + "langName": "मिंगफ़ेंग", + "object": "परिधान", + "attribute": "प्राचीन काल" + }, + { + "displayName": "orange upper shan", + "langName": "ऑरेंज यूसुगी", + "object": "परिधान", + "attribute": "प्राचीन काल" + }, + { + "displayName": "pink long upper shan", + "langName": "गुलाबी देवदार", + "object": "परिधान", + "attribute": "प्राचीन काल" + }, + { + "displayName": "white chest po skirt", + "langName": "सेक्सी स्कर्ट", + "object": "परिधान", + "attribute": "प्राचीन काल" + }, + { + "displayName": "red chest pleated skirt", + "langName": "छाती की लंबाई वाली प्लीटेड स्कर्ट", + "object": "परिधान", + "attribute": "प्राचीन काल" + }, + { + "displayName": "green waistband", + "langName": "हरा फीता", + "object": "परिधान", + "attribute": "प्राचीन काल" + }, + { + "displayName": "white pibo", + "langName": "सफेद शॉल", + "object": "परिधान", + "attribute": "प्राचीन काल" + }, + { + "displayName": "purple short shan", + "langName": "बैंगनी लघु फ़िर", + "object": "परिधान", + "attribute": "प्राचीन काल" + }, + { + "displayName": "light green long shan", + "langName": "हल्का हरा देवदार", + "object": "परिधान", + "attribute": "प्राचीन काल" + }, + { + "displayName": "translucent white pleated skirt", + "langName": "अर्ध-पारदर्शी सफेद प्लीटेड स्कर्ट", + "object": "परिधान", + "attribute": "प्राचीन काल" + }, + { + "displayName": "green floral songmo", + "langName": "हरा पुष्प गीत मो", + "object": "परिधान", + "attribute": "प्राचीन काल" + }, + { + "displayName": "short coat", + "langName": "छोटा कोट", + "object": "परिधान", + "attribute": "प्राचीन काल" + }, + { + "displayName": "mamian skirt", + "langName": "घोड़े के चेहरे वाली स्कर्ट", + "object": "परिधान", + "attribute": "प्राचीन काल" + }, + { + "displayName": "round collar", + "langName": "क्रू गला", + "object": "परिधान", + "attribute": "प्राचीन काल" + }, + { + "displayName": "standing collar", + "langName": "खड़ी कॉलर", + "object": "परिधान", + "attribute": "प्राचीन काल" + }, + { + "displayName": "square collar", + "langName": "चौकोर कॉलर", + "object": "परिधान", + "attribute": "प्राचीन काल" + }, + { + "displayName": "overlapping collar", + "langName": "बादल का कंधा", + "object": "परिधान", + "attribute": "प्राचीन काल" + }, + { + "displayName": "embroidery", + "langName": "कढ़ाई", + "object": "परिधान", + "attribute": "प्राचीन काल" + }, + { + "displayName": "woven gold", + "langName": "झिजिन", + "object": "परिधान", + "attribute": "प्राचीन काल" + }, + { + "displayName": "makeup flower", + "langName": "श्रृंगार के फूल", + "object": "परिधान", + "attribute": "प्राचीन काल" + }, + { + "displayName": "bufu", + "langName": "अनुपूरक खुराक लें", + "object": "परिधान", + "attribute": "प्राचीन काल" + }, + { + "displayName": "suit", + "langName": "सुविधाजनक होना", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "business_suit", + "langName": "व्यापार पोशाक", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "tuxedo", + "langName": "टक्सेडो", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "formal_dress", + "langName": "औपचारिक वस्त्र", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "evening_gown", + "langName": "लंबा गाउन (महिला गाउन जो टखने की लंबाई तक पहुंचता है)", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "evening dress", + "langName": "शाम की पोशाक", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "wedding_dress", + "langName": "शादी का कपड़ा", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "gown", + "langName": "महिलाओं के लंबे कपड़े", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "cocktail_dress", + "langName": "मद्यपान की दावत के परिधान", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "school_uniform", + "langName": "स्कूल की पोशाक", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "serafuku", + "langName": "नाविक वर्दी (स्कूल वर्दी)", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "summer_uniform", + "langName": "ग्रीष्मकालीन वर्दी", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "kindergarten_uniform", + "langName": "बालवाड़ी वर्दी", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "sailor", + "langName": "नाविक वर्दी", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "police_uniform", + "langName": "पुलिस की वर्दी", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "military_uniform", + "langName": "सेना की वर्दी", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "naval_uniform", + "langName": "नौसेना की वर्दी", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "camouflage uniform", + "langName": "छलावरण वर्दी", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "nazi_uniform", + "langName": "नाज़ी वर्दी", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "ss_uniform", + "langName": "एसएस वर्दी", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "stile_uniform", + "langName": "नौकरानी की वर्दी", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "band_uniform", + "langName": "बैंड वर्दी", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "chef_uniform", + "langName": "शेफ चौग़ा", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "labcoat", + "langName": "सफेद कोट", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "space_suit", + "langName": "अंतरिक्ष सूट", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "leotard", + "langName": "तेंदुआ", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "canonicals", + "langName": "पुरोहिती वस्त्र", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "domineering", + "langName": "नन वर्दी", + "object": "परिधान", + "attribute": "साधारण पहनावा" + }, + { + "displayName": "casual", + "langName": "आराम", + "object": "परिधान", + "attribute": "आरामदायक वस्त्र" + }, + { + "displayName": "loungewear", + "langName": "आरामदायक वस्त्र", + "object": "परिधान", + "attribute": "आरामदायक वस्त्र" + }, + { + "displayName": "hoodie", + "langName": "हुडी", + "object": "परिधान", + "attribute": "आरामदायक वस्त्र" + }, + { + "displayName": "homewear", + "langName": "लाउंजवियर", + "object": "परिधान", + "attribute": "आरामदायक वस्त्र" + }, + { + "displayName": "pajamas", + "langName": "पाजामा", + "object": "परिधान", + "attribute": "आरामदायक वस्त्र" + }, + { + "displayName": "nightgown", + "langName": "पाजामा", + "object": "परिधान", + "attribute": "आरामदायक वस्त्र" + }, + { + "displayName": "sleepwear", + "langName": "पाजामा", + "object": "परिधान", + "attribute": "आरामदायक वस्त्र" + }, + { + "displayName": "babydoll", + "langName": "सेक्सी पजामा", + "object": "परिधान", + "attribute": "आरामदायक वस्त्र" + }, + { + "displayName": "print_pajamas", + "langName": "मुद्रित पजामा", + "object": "परिधान", + "attribute": "आरामदायक वस्त्र" + }, + { + "displayName": "polka_dot_pajamas", + "langName": "पोल्का डॉट पजामा", + "object": "परिधान", + "attribute": "आरामदायक वस्त्र" + }, + { + "displayName": "yukata", + "langName": "बाथरोब", + "object": "परिधान", + "attribute": "आरामदायक वस्त्र" + }, + { + "displayName": "robe", + "langName": "बागे", + "object": "परिधान", + "attribute": "आरामदायक वस्त्र" + }, + { + "displayName": "robe_of_blending", + "langName": "मिश्रित वस्त्र", + "object": "परिधान", + "attribute": "आरामदायक वस्त्र" + }, + { + "displayName": "cloak", + "langName": "लबादा", + "object": "परिधान", + "attribute": "आरामदायक वस्त्र" + }, + { + "displayName": "hooded_cloak", + "langName": "हुड वाला लबादा", + "object": "परिधान", + "attribute": "आरामदायक वस्त्र" + }, + { + "displayName": "harem_outfit", + "langName": "नर्तक की वर्दी", + "object": "परिधान", + "attribute": "आरामदायक वस्त्र" + }, + { + "displayName": "sportswear", + "langName": "खेलों", + "object": "परिधान", + "attribute": "खेलों" + }, + { + "displayName": "gym_uniform", + "langName": "खेलों", + "object": "परिधान", + "attribute": "खेलों" + }, + { + "displayName": "athletic_leotard", + "langName": "जिम्नास्टिक वर्दी", + "object": "परिधान", + "attribute": "खेलों" + }, + { + "displayName": "tennis_uniform", + "langName": "टेनिस शर्ट", + "object": "परिधान", + "attribute": "खेलों" + }, + { + "displayName": "baseball_uniform", + "langName": "बेसबॉल वर्दी", + "object": "परिधान", + "attribute": "खेलों" + }, + { + "displayName": "letterman_jacket", + "langName": "बेसबॉल जैकेट", + "object": "परिधान", + "attribute": "खेलों" + }, + { + "displayName": "volleyball_uniform", + "langName": "वॉलीबॉल वर्दी", + "object": "परिधान", + "attribute": "खेलों" + }, + { + "displayName": "biker_clothes", + "langName": "साइकिल चालन जर्सी", + "object": "परिधान", + "attribute": "खेलों" + }, + { + "displayName": "bikesuit", + "langName": "साइक्लिंग सूट", + "object": "परिधान", + "attribute": "खेलों" + }, + { + "displayName": "wrestling_outfit", + "langName": "कुश्ती वर्दी", + "object": "परिधान", + "attribute": "खेलों" + }, + { + "displayName": "dougi", + "langName": "मार्शल आर्ट वर्दी", + "object": "परिधान", + "attribute": "खेलों" + }, + { + "displayName": "swimsuit", + "langName": "बिकनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "swimwear", + "langName": "बिकनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "wet_swimsuit", + "langName": "गीला स्विमसूट", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "school_swimsuit", + "langName": "स्कूल स्विमवीयर (सुइकु पानी)", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "new_school_swimsuit", + "langName": "नया मृत जलाशय जल", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "old_school_swimsuit", + "langName": "पुराना मृत जलाशय", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "competition_school_swimsuit", + "langName": "स्विमिंग पूल का मृत पानी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "competition_swimsuit", + "langName": "प्रतियोगिता के लिए स्विमसूट", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "casual_one-piece_swimsuit", + "langName": "कैज़ुअल वन पीस स्विमसूट", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "front_zipper_swimsuit", + "langName": "सामने ज़िपर वाला स्विमसूट", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "highleg_swimsuit", + "langName": "हाई स्लिट स्विमसूट", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "one-piece_swimsuit", + "langName": "वन पीस स्विमसूट", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "swimsuit_of_perpetual_summer", + "langName": "चांग ज़िया का स्विमसूट (एफजीओ स्कूल गर्ल स्पिरिट सूट)", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "bikini", + "langName": "बिकिनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "highleg_bikini", + "langName": "ऊंची कमर वाली बिकिनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "lowleg_bikini", + "langName": "कम कमर वाली बिकिनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "slingshot_swimsuit", + "langName": "वी आकार स्विमसूट", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "sailor_bikini", + "langName": "नाविक शैली बिकनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "shell_bikini", + "langName": "शैल बिकिनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "sports_bikini", + "langName": "स्पोर्ट्स बिकिनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "string_bikini", + "langName": "डोर से बांधी जाने वाली बिकनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "strapless_bikini", + "langName": "स्ट्रेपलेस बिकिनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "side-tie_bikini", + "langName": "डोर से बांधी जाने वाली बिकनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "front-tie_bikini_top", + "langName": "सामने बिकिनी टॉप बांधें", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "multi-strapped_bikini", + "langName": "मल्टी स्ट्रैप बिकिनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "thong_bikini", + "langName": "थॉन्ग बिकिनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "front-tie_bikini", + "langName": "बिकिनी सामने से गांठदार", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "frilled_bikini", + "langName": "फीता बिकनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "o-ring_bikini", + "langName": "ओ-रिंग के साथ बिकनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "eyepatch_bikini", + "langName": "आंखों पर पट्टी बांधकर बिकिनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "layered_bikini", + "langName": "स्तरित बिकनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "bow_bikini", + "langName": "धनुष के साथ बिकनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "mismatched_bikini", + "langName": "टू टोन बिकिनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "multicolored_bikini", + "langName": "बहुरंगी बिकिनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "frilled_swimsuit", + "langName": "फीता स्विमिंग सूट", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "polka_dot_swimsuit", + "langName": "राउंड स्पॉट स्विमसूट", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "striped_swimsuit", + "langName": "धारीदार स्विमसूट", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "striped_bikini", + "langName": "धारीदार बिकनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "plaid_bikini", + "langName": "प्लेड बिकिनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "polka_dot_bikini", + "langName": "राउंड स्पॉट बिकिनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "print_bikini", + "langName": "मुद्रित बिकनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "american_flag_bikini", + "langName": "अमेरिकी ध्वज बिकनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "german_flag_bikini", + "langName": "जर्मन ध्वज बिकनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "impossible_swimsuit", + "langName": "बॉडी पेंट स्विमसूट", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "bikini_top", + "langName": "बिकनी टॉप", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "bikini_top_only", + "langName": "केवल बिकनी टॉप", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "bikini_top_removed", + "langName": "उसका बिकिनी टॉप उतार दिया", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "bikini_bottom_only", + "langName": "केवल बिकनी बॉटम्स", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "bikini_bottom", + "langName": "बिकनी बॉटम्स", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "untied_bikini", + "langName": "बिना बटन वाली बिकिनी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "bikini_aside", + "langName": "बिकनी तीन बिंदुओं से छिल गई", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "swimsuit_aside", + "langName": "स्विमसूट के क्रॉच को एक तरफ ले जाएँ", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "swimsuit_under_clothes", + "langName": "कपड़ों के नीचे स्विमसूट पहना हुआ है", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "torn_swimsuit", + "langName": "क्षतिग्रस्त स्विमसूट", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "bikini_skirt", + "langName": "बिकनी स्कर्ट", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "swim_briefs", + "langName": "पुरुषों की तैराकी की पोशाक", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "swim_cap", + "langName": "स्विमिंग कैप", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "swim_trunks", + "langName": "पुरुषों की तैराकी की पोशाक", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "male_swimwear", + "langName": "पुरुषों की तैराकी चड्डी", + "object": "परिधान", + "attribute": "स्विमिंग सूट" + }, + { + "displayName": "sailor_senshi_uniform", + "langName": "नाविक चंद्रमा वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "adapted_uniform", + "langName": "बेहतर वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "anzio_military_uniform", + "langName": "एंजियो सैन्य वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "anzio_school_uniform", + "langName": "एंजियो स्कूल की वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "aria_company_uniform", + "langName": "आरिया कंपनी की वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "ashford_academy_uniform", + "langName": "एशफोर्ड कॉलेज वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "bc_freedom_military_uniform", + "langName": "बीसी निःशुल्क अकादमी वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "chaldea_uniform", + "langName": "कलडीन वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "chi-hatan_military_uniform", + "langName": "ज़ीहा डैन अकादमी वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "fleur_de_lapin_uniform", + "langName": "डॉट रैबिट नौकरानी पोशाक", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "garreg_mach_monastery_uniform", + "langName": "गर्ग मार्को के मठ की वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "gem_uniform_(houseki_no_kuni)", + "langName": "रत्न देश की वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "hanasakigawa_school_uniform", + "langName": "हनासाकिगावा गर्ल्स अकादमी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "hikarizaka_private_high_school_uniform", + "langName": "निजी मित्सुसाका हाई स्कूल की वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "homurahara_academy_uniform", + "langName": "सुई गुनहारा अकादमी वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "kamiyama_high_school_uniform", + "langName": "कैलाश हाई स्कूल वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "keizoku_military_uniform", + "langName": "हाई स्कूल वर्दी जारी रखें", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "kita_high_school_uniform", + "langName": "उत्तर हाई स्कूल वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "kiyosumi_school_uniform", + "langName": "कियोसुमी हाई स्कूल वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "luna_nova_school_uniform", + "langName": "रूनानोवा मैजिक स्कूल वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "meiji_schoolgirl_uniform", + "langName": "मीजी स्कूली छात्रा वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "mitakihara_school_uniform", + "langName": "मिताकिहारा जूनियर हाई स्कूल वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "nami_junior_high_school_uniform", + "langName": "बोलू मिडिल स्कूल वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "nanairogaoka_middle_school_uniform", + "langName": "Qiseqiu मिडिल स्कूल वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "nanamori_school_uniform", + "langName": "क्यूसेन मिडिल स्कूल की वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "naoetsu_high_school_uniform", + "langName": "निजी नाओएत्सु हाई स्कूल वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "national_shin_ooshima_school_uniform", + "langName": "नई ओशिमा अकादमी स्कूल वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "ooarai_military_uniform", + "langName": "ओराई रेजिमेंट सैन्य वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "ooarai_school_uniform", + "langName": "ओराई यूनाइटेड स्कूल यूनिफॉर्म", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "otonokizaka_school_uniform", + "langName": "राष्ट्रीय ओनोनोगिज़ाका अकादमी महिला वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "paradis_military_uniform", + "langName": "परेड द्वीप सैन्य वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "polar_chaldea_uniform", + "langName": "ध्रुवीय चाल्डियन वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "pravda_military_uniform", + "langName": "सत्य अकादमी सैन्य वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "pravda_school_uniform", + "langName": "सत्य अकादमी की स्कूल वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "rabbit_house_uniform", + "langName": "डायनटुटु हाउस वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "raimon_soccer_uniform", + "langName": "थंडर गेट फुटबॉल वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "ryouou_school_uniform", + "langName": "रयोज़ाकुरा अकादमी वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "sakugawa_school_uniform", + "langName": "झाचुआन मिडिल स्कूल वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "sakuragaoka_high_school_uniform", + "langName": "सकुरागाओका गर्ल्स हाई स्कूल वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "saunders_military_uniform", + "langName": "सैंडर्स सैन्य वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "saunders_school_uniform", + "langName": "सैंडर्स ने हाई स्कूल की वर्दी संलग्न की", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "seishou_elementary_school_uniform", + "langName": "शेंगज़ियांग विश्वविद्यालय संबद्ध प्राथमिक स्कूल स्कूल वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "shinda_sekai_sensen_uniform", + "langName": "आफ्टरलाइफ फ्रंट वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "shuuchiin_academy_uniform", + "langName": "शुचिइन अकादमी वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "shuujin_academy_uniform", + "langName": "कॉलेज की वर्दी दिखाओ", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "st._gloriana's_military_uniform", + "langName": "सेंट ग्लोरियाना की सैन्य वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "st._gloriana's_school_uniform", + "langName": "सेंट ग्लोरिया अन्ना गर्ल्स स्कूल वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "starlight_academy_uniform", + "langName": "स्टार ऑप्टिकल पार्क वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "tokisadame_school_uniform", + "langName": "नियमित कॉलेज वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "tokiwadai_school_uniform", + "langName": "टोकिवा ताइचुंग स्कूल वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "tomoeda_elementary_school_uniform", + "langName": "Youzhi प्राथमिक विद्यालय की वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "tsab_ground_military_uniform", + "langName": "समय और स्थान प्रशासन सैन्य वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "u.a._school_uniform", + "langName": "जिओनगिंग हाई स्कूल वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "uranohoshi_school_uniform", + "langName": "उरा नो होशी गर्ल्स कॉलेज की वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "yasogami_school_uniform", + "langName": "यासोगामी हाई स्कूल वर्दी", + "object": "परिधान", + "attribute": "स्कूल की पोशाक" + }, + { + "displayName": "shirt", + "langName": "कमीज", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "dress_shirt", + "langName": "औपचारिक शर्ट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "collared_shirt", + "langName": "लैपेल शर्ट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "white_shirt", + "langName": "सफेद शर्ट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "blouse", + "langName": "महिलाओं की शर्ट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "frilled_shirt", + "langName": "झालरदार शर्ट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "sailor_shirt", + "langName": "नाविक शर्ट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "plaid_shirt", + "langName": "प्लेड शर्ट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "striped_shirt", + "langName": "धारीदार कमीज़", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "print_shirt", + "langName": "मुद्रित शर्ट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "impossible shirt", + "langName": "शर्ट जो अतार्किक रूप से फिट होती है", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "polo_shirt", + "langName": "पोलो शर्ट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "hawaiian_shirt", + "langName": "हवाईयन शर्ट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "t-shirt", + "langName": "टी शर्ट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "casual T-shirts", + "langName": "कैज़ुअल टी-शर्ट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "short sleeve T-shirts", + "langName": "छोटी बाजू की टी-शर्ट (कंधे वाली शर्ट)", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "cropped_shirt", + "langName": "छोटा शर्ट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "off-shoulder_shirt", + "langName": "ऑफ शोल्डर शर्ट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "criss-cross_halter", + "langName": "क्रॉस लगाम शीर्ष", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "sleeveless_shirt", + "langName": "बिना आस्तीन का शर्ट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "sleeveless_hoodie", + "langName": "बिना आस्तीन का हुडी", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "tank_top", + "langName": "बनियान (घर)", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "camisole", + "langName": "अंगिया", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "crop_top", + "langName": "शीर्ष फसल", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "undershirt", + "langName": "नीचे का कपड़ा", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "vest", + "langName": "बनियान (औपचारिक)", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "brown_vest", + "langName": "भूरे रंग की बनियान", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "waistcoat", + "langName": "वास्कट (औपचारिक)", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "sweatshirt", + "langName": "हुडी", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "jersey", + "langName": "स्वेटशर्ट/जर्सी", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "sweater", + "langName": "स्वेटर", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "cardigan", + "langName": "कार्डिगन स्वेटर", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "shrug_(clothing)", + "langName": "शाल", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "jacket", + "langName": "जैकेट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "hooded jacket", + "langName": "हुड वाली जैकेट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "coat", + "langName": "परत", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "suit jacket", + "langName": "रंगीन जाकेट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "tailcoat", + "langName": "टक्सेडो", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "capelet", + "langName": "छोटा लबादा", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "kesa", + "langName": "साकका", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "kappougi", + "langName": "एक ब्लाउज (खाना बनाते समय पहना हुआ)", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "detached sleeves", + "langName": "अलग कंधे की आस्तीन", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "cropped vest", + "langName": "फसली बनियान", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "spaghetti strap", + "langName": "पतली पट्टियां", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "tube_top", + "langName": "अंगरखा शीर्ष", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "dudou", + "langName": "बेलीबैंड", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "highleg", + "langName": "हाई स्लिट टॉप", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "shirt_tucked_in", + "langName": "शर्ट पैंट में फँसी हुई", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "untucked_shirt", + "langName": "बिना बँधा हुआ शर्ट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "tied_shirt", + "langName": "टाई-अप शर्ट (कोनों और हेम को गाँठें)", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "partially_unbuttoned", + "langName": "आंशिक रिहाई", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "partially_unzipped", + "langName": "आंशिक रूप से ज़िप रहित", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "unbuttoned shirt", + "langName": "बिना बटन वाली शर्ट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "open_clothes", + "langName": "खुले कपड़े", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "clothes_down", + "langName": "कपड़े उतारें", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "shirt_tug", + "langName": "शर्ट खींचो", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "clothes_tug", + "langName": "कपड़े खींचो", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "clothes_removed", + "langName": "कपड़े उतारें", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "shirt_removed", + "langName": "शर्ट उतार दी", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "undressing", + "langName": "कपड़े उतारें", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "untied", + "langName": "खुला", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "button_gap", + "langName": "बटनों के बीच का अंतर (बटन खुला नहीं)", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "taut_shirt", + "langName": "तंग शर्ट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "taut_clothes", + "langName": "चुस्त कपड़े", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "tight", + "langName": "चुस्त कपड़े", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "underbust", + "langName": "अंडरबस्ट को बाहर निकालें", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "oversized_shirt", + "langName": "प्लस साइज शर्ट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "oversized_clothes", + "langName": "प्लस आकार के कपड़े", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "borrowed_garments", + "langName": "बॉयफ्रेंड के कपड़े", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "undersized_clothes", + "langName": "छोटे आकार के कपड़े", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "clothing_cutout", + "langName": "खोखले कपड़े", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "back_cutout", + "langName": "बैकलेस टॉप", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "cleavage_cutout", + "langName": "क्लीवेज क्लीवेज शर्ट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "navel_cutout", + "langName": "नाभि छेदी शर्ट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "midriff", + "langName": "शीर्ष फसल", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "heart_cutout", + "langName": "दिल के आकार का खुला शीर्ष", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "torn_clothes", + "langName": "फटे कपड़े", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "torn_shirt", + "langName": "फटी हुई शर्ट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "wet_shirt", + "langName": "गीली शर्ट", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "clothes_theft", + "langName": "कपड़े चोरी", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "strap_slip", + "langName": "कंधे का पट्टा फिसल गया (जिससे रिसाव हुआ)", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "wedgie", + "langName": "एंबेडेड (क्रॉच क्षेत्र पर कपड़े खींचने के कारण)", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "wardrobe_malfunction", + "langName": "कपड़ों को कुछ हो गया (जैसे टूटकर गिरना)", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "wardrobe_error", + "langName": "कपड़े फिसल रहे हैं", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "short sleeves", + "langName": "छोटी बाजू", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "long sleeves", + "langName": "लंबी बाजूएं", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "sleeveless", + "langName": "बिना आस्तीन", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "underwear", + "langName": "अंडरवियर", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "bra", + "langName": "ब्रा", + "object": "परिधान", + "attribute": "जैकेट" + }, + { + "displayName": "nude", + "langName": "नंगा", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "formal", + "langName": "साधारण पहनावा", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "chemise", + "langName": "ढीली पोशाक", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "santa", + "langName": "क्रिसमस पोशाक", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "blazer", + "langName": "रंगीन जाकेट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "overcoat", + "langName": "परत", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "double-breasted", + "langName": "डबल-ब्रेस्टेड बटन (डबल-ब्रेस्टेड बटन", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "long_coat", + "langName": "लंबा कोट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "haori", + "langName": "जापानी स्टाइल जैकेट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "winter_coat", + "langName": "सर्दियों की कोट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "hooded_coat", + "langName": "हुड वाला कोट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "fur_coat", + "langName": "फर कोट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "fur-trimmed_coat", + "langName": "धारीदार फर कोट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "duffel_coat", + "langName": "डफ़ल कोट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "fishnet_top", + "langName": "फिशनेट शीर्ष", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "parka", + "langName": "एक प्रकार की खेल-कूद की जाकेट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "jacket_partially_removed", + "langName": "जैकेट को आंशिक रूप से उतार दिया गया है", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "jacket_removed", + "langName": "जैकेट उतार दी", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "open_jacket", + "langName": "कार्डिगन जैकेट (स्प्रेड_लेग्स के साथ)", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "cropped_jacket", + "langName": "फसली जैकेट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "track_jacket", + "langName": "रंगीन जाकेट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "hooded_track_jacket", + "langName": "हुड वाली ट्रैक जैकेट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "military_jacket", + "langName": "सैन्य जैकेट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "camouflage_jacket", + "langName": "छलावरण जैकेट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "leather_jacket", + "langName": "चमड़े का जैकेट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "bomber_jacket", + "langName": "बॉम्बर जैकेट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "denim_jacket", + "langName": "डेनिम जैकेट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "fur-trimmed_jacket", + "langName": "फर ट्रिम जैकेट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "two-tone_jacket", + "langName": "दो रंग की जैकेट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "trench_coat", + "langName": "windbreaker", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "windbreaker", + "langName": "जैकेट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "raincoat", + "langName": "रेनकोट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "hagoromo", + "langName": "भगवान हागोरोमो", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "tunic", + "langName": "अंगरखा", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "cape", + "langName": "शाल", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "winter_clothes", + "langName": "सर्दियों के कपड़े", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "pullover_sweaters", + "langName": "स्वेटर स्वेटर", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "loating_jacket", + "langName": "आकस्मिक जैकेट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "ribbed_sweater", + "langName": "पसली वाला स्वेटर", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "sweater_vest", + "langName": "स्वेटर बनियान", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "backless_sweater", + "langName": "बैकलेस स्वेटर", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "aran_sweater", + "langName": "आयरिश स्वेटर", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "beige_sweater", + "langName": "बेज स्वेटर", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "brown_sweater", + "langName": "भूरा स्वेटर", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "hooded_sweater", + "langName": "हुड वाला स्वेटर", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "off-shoulder_sweater", + "langName": "ऑफ शोल्डर स्वेटर", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "striped_sweater", + "langName": "धारीदार स्वेटर", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "virgin_killer_sweater", + "langName": "कुंवारी हत्यारा स्वेटर", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "down_jacket", + "langName": "डाउन जैकेट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "puffer_jacket", + "langName": "डाउन जैकेट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "open dress", + "langName": "कार्डिगन पोशाक", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "Piece Suit", + "langName": "रंगीन जाकेट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "naked towel", + "langName": "स्नान तौलिया", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "racing suit", + "langName": "रेसिंग सूट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "maid dress", + "langName": "नौकरानी पोशाक", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "reverse bunnysuit", + "langName": "उलटा बनी लड़की", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "backless outfit", + "langName": "बैकलेस ड्रेस", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "Gorgeous and fussy clothes", + "langName": "भव्य और बोझिल कपड़े", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "highleg leotard", + "langName": "हाई स्लिट जंपसूट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "Sex underwear", + "langName": "सेक्सी नीचे पहनने के कपड़ा", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "diving suit", + "langName": "वेट सूट", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "casual wear", + "langName": "आरामदायक वस्त्र", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "miko clothing", + "langName": "डायन पोशाक", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "nurse gown", + "langName": "नर्स की वर्दी", + "object": "परिधान", + "attribute": "परत" + }, + { + "displayName": "sailor_collar", + "langName": "नाविक कॉलर", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "fur_collar", + "langName": "फर कॉलर", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "frilled_collar", + "langName": "फीता कॉलर", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "popped_collar", + "langName": "कॉलर खड़े हो जाओ", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "black_choker", + "langName": "काला कॉलर", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "belt_collar", + "langName": "बेल्ट गर्दन का लूप", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "frilled_choker", + "langName": "रफ़ल हार", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "neckerchief", + "langName": "दुपट्टा", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "red_neckerchief", + "langName": "लाल स्कार्फ़", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "necktie", + "langName": "बाँधना", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "short_necktie", + "langName": "छोटी टाई", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "white_necktie", + "langName": "सफेद टाई", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "bowtie", + "langName": "धनुष टाई", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "headphones_around_neck", + "langName": "गले में लटके हेडफोन", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "goggles_around_neck", + "langName": "गर्दन का चश्मा", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "neck_bell", + "langName": "गले की घंटी", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "neck_ruff", + "langName": "गर्दन", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "v-neck", + "langName": "वि रूप में बना हुआ गले की काट", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "towel_around_neck", + "langName": "गले में तौलिया", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "loose_necktie", + "langName": "ढीली टाई", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "neck_tattoo", + "langName": "गर्दन का टैटू", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "ascot", + "langName": "दुपट्टे जैसी चौड़ी टाई", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "ribbon_choker", + "langName": "गर्दन का रिबन", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "maebari/pasties", + "langName": "योनि पैच/निप्पल पैच", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "chinese_knot", + "langName": "चीनी गांठ", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "cross_necklace", + "langName": "क्रॉस नेक्लस", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "bead_necklace", + "langName": "मनके का हार", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "pearl_necklace", + "langName": "मेती की माला", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "heart_necklace", + "langName": "दिल के आकार का हार", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "carrot_necklace", + "langName": "गाजर का हार", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "chain_necklace", + "langName": "चेन हार", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "magatama_necklace", + "langName": "मेती की माला", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "tooth_necklace", + "langName": "दांत का हार", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "key_necklace", + "langName": "चाबी का हार", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "anchor_necklace", + "langName": "लंगर का हार", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "skull_necklace", + "langName": "खोपड़ी का हार", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "shell_necklace", + "langName": "शंख का हार", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "gold_necklace", + "langName": "सोने का हार", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "crescent_necklace", + "langName": "अर्धचन्द्राकार हार", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "ring_necklace", + "langName": "अंगूठी का हार", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "feather_necklace", + "langName": "पंख का हार", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "bone_necklace", + "langName": "हड्डी का हार", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "ankh_necklace", + "langName": "क्रॉस नेक्लस", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "multiple_necklaces", + "langName": "एकाधिक हार", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "bullet_necklace", + "langName": "गोली का हार", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "holding_necklace", + "langName": "हार धारण करना", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "necklace_removed", + "langName": "हार उतार दिया", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "brown_neckwear", + "langName": "भूरा कॉलर", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "checkered_neckwear", + "langName": "प्लेड नेकलाइन", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "diagonal-striped_neckwear", + "langName": "टवील टाई", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "halterneck", + "langName": "गले की टाई", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "mole_on_neck", + "langName": "गर्दन पर तिल है", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "neck", + "langName": "गरदन", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "plaid_neckwear", + "langName": "टार्टन कॉलर", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "plunging_neckline", + "langName": "गहरा कॉलर", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "print_neckwear", + "langName": "मुद्रित टाई", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "sleeveless_turtleneck", + "langName": "बिना आस्तीन का टर्टलनेक स्वेटर", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "star_necklace", + "langName": "सितारा हार", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "striped_neckwear", + "langName": "धारीदार कॉलर", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "turtleneck_sweater", + "langName": "बंद गले स्वेटर", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "undone_necktie", + "langName": "बंधन ढीला करो", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "whistle_around_neck", + "langName": "गले में लटकी हुई सीटी", + "object": "परिधान", + "attribute": "गर्दन" + }, + { + "displayName": "plaid_scarf", + "langName": "प्लेड दुपट्टा", + "object": "परिधान", + "attribute": "दुपट्टा" + }, + { + "displayName": "striped_scarf", + "langName": "धारीदार दुपट्टा", + "object": "परिधान", + "attribute": "दुपट्टा" + }, + { + "displayName": "print_scarf", + "langName": "मुद्रित दुपट्टा", + "object": "परिधान", + "attribute": "दुपट्टा" + }, + { + "displayName": "vertical-striped_scarf", + "langName": "ऊर्ध्वाधर धारीदार दुपट्टा", + "object": "परिधान", + "attribute": "दुपट्टा" + }, + { + "displayName": "polka_dot_scarf", + "langName": "पोल्का डॉट दुपट्टा", + "object": "परिधान", + "attribute": "दुपट्टा" + }, + { + "displayName": "argyle_scarf", + "langName": "हीरे का दुपट्टा", + "object": "परिधान", + "attribute": "दुपट्टा" + }, + { + "displayName": "beige_scarf", + "langName": "बेज दुपट्टा", + "object": "परिधान", + "attribute": "दुपट्टा" + }, + { + "displayName": "scarf_bow", + "langName": "दुपट्टा धनुष", + "object": "परिधान", + "attribute": "दुपट्टा" + }, + { + "displayName": "fur_scarf", + "langName": "फर दुपट्टा", + "object": "परिधान", + "attribute": "दुपट्टा" + }, + { + "displayName": "naked_scarf", + "langName": "नग्न दुपट्टा", + "object": "परिधान", + "attribute": "दुपट्टा" + }, + { + "displayName": "multicolored_scarf", + "langName": "रंगीन दुपट्टा", + "object": "परिधान", + "attribute": "दुपट्टा" + }, + { + "displayName": "floating_scarf", + "langName": "तैरता हुआ दुपट्टा", + "object": "परिधान", + "attribute": "दुपट्टा" + }, + { + "displayName": "long_scarf", + "langName": "लंबा दुपट्टा", + "object": "परिधान", + "attribute": "दुपट्टा" + }, + { + "displayName": "arm_scarf", + "langName": "बांह का दुपट्टा", + "object": "परिधान", + "attribute": "दुपट्टा" + }, + { + "displayName": "scarf_on_head", + "langName": "सिर पर दुपट्टा", + "object": "परिधान", + "attribute": "दुपट्टा" + }, + { + "displayName": "scarf_over_mouth", + "langName": "मुँह पर दुपट्टा", + "object": "परिधान", + "attribute": "दुपट्टा" + }, + { + "displayName": "scarf_removed", + "langName": "दुपट्टा उतार दिया गया", + "object": "परिधान", + "attribute": "दुपट्टा" + }, + { + "displayName": "adjusting_scarf", + "langName": "दुपट्टा समायोजित करें", + "object": "परिधान", + "attribute": "दुपट्टा" + }, + { + "displayName": "holding_scarf", + "langName": "दुपट्टा पकड़े हुए", + "object": "परिधान", + "attribute": "दुपट्टा" + }, + { + "displayName": "scarf_pull", + "langName": "दुपट्टा खींचो", + "object": "परिधान", + "attribute": "दुपट्टा" + }, + { + "displayName": "brown_scarf", + "langName": "भूरा दुपट्टा", + "object": "परिधान", + "attribute": "दुपट्टा" + }, + { + "displayName": "scarf", + "langName": "दुपट्टा", + "object": "परिधान", + "attribute": "दुपट्टा" + }, + { + "displayName": "apron", + "langName": "एप्रन", + "object": "परिधान", + "attribute": "कमर" + }, + { + "displayName": "waist_apron", + "langName": "कमर का एप्रन", + "object": "परिधान", + "attribute": "कमर" + }, + { + "displayName": "maid_apron", + "langName": "नौकरानी एप्रन", + "object": "परिधान", + "attribute": "कमर" + }, + { + "displayName": "bow tied at the waist", + "langName": "सामने कमर पर धनुष टाई", + "object": "परिधान", + "attribute": "कमर" + }, + { + "displayName": "waist_cape", + "langName": "कमर पर पहना जाने वाला छोटा सा लबादा", + "object": "परिधान", + "attribute": "कमर" + }, + { + "displayName": "clothes_around_waist", + "langName": "कमर के कपड़े", + "object": "परिधान", + "attribute": "कमर" + }, + { + "displayName": "jacket_around_waist", + "langName": "कमर जैकेट", + "object": "परिधान", + "attribute": "कमर" + }, + { + "displayName": "sweater_around_waist", + "langName": "कमर स्वेटर", + "object": "परिधान", + "attribute": "कमर" + }, + { + "displayName": "loincloth", + "langName": "लंगोटी", + "object": "परिधान", + "attribute": "कमर" + }, + { + "displayName": "bustier", + "langName": "चोली", + "object": "परिधान", + "attribute": "कमर" + }, + { + "displayName": "corset", + "langName": "कोर्सेट (कमरकोट)", + "object": "परिधान", + "attribute": "कमर" + }, + { + "displayName": "girdle", + "langName": "चोली", + "object": "परिधान", + "attribute": "कमर" + }, + { + "displayName": "bikini_armor", + "langName": "बिकनी कवच", + "object": "परिधान", + "attribute": "कवच" + }, + { + "displayName": "armor", + "langName": "कवच", + "object": "परिधान", + "attribute": "कवच" + }, + { + "displayName": "full_armor", + "langName": "पूरा कवच पहने हुए", + "object": "परिधान", + "attribute": "कवच" + }, + { + "displayName": "plate_armor", + "langName": "प्लेट कवच", + "object": "परिधान", + "attribute": "कवच" + }, + { + "displayName": "japanese_armor", + "langName": "जापानी कवच", + "object": "परिधान", + "attribute": "कवच" + }, + { + "displayName": "kusazuri", + "langName": "फुडांग | कुसाज़ुरी (जापानी निचला आधा कवच", + "object": "परिधान", + "attribute": "कवच" + }, + { + "displayName": "power_armor", + "langName": "संचालित कवच", + "object": "परिधान", + "attribute": "कवच" + }, + { + "displayName": "helmet", + "langName": "हेलमेट", + "object": "परिधान", + "attribute": "कवच" + }, + { + "displayName": "kabuto", + "langName": "हेलमेट (जापानी शैली)", + "object": "परिधान", + "attribute": "कवच" + }, + { + "displayName": "off-shoulder_armor", + "langName": "कंधे रहित कवच", + "object": "परिधान", + "attribute": "कवच" + }, + { + "displayName": "shoulder_armor", + "langName": "कंधों", + "object": "परिधान", + "attribute": "कवच" + }, + { + "displayName": "muneate", + "langName": "जापानी तीरंदाजी ब्रेस्टप्लेट", + "object": "परिधान", + "attribute": "कवच" + }, + { + "displayName": "breastplate", + "langName": "छाती", + "object": "परिधान", + "attribute": "कवच" + }, + { + "displayName": "faulds", + "langName": "छाती पर पहनने का कपड़ा", + "object": "परिधान", + "attribute": "कवच" + }, + { + "displayName": "greaves", + "langName": "ग्रीव्स", + "object": "परिधान", + "attribute": "कवच" + }, + { + "displayName": "shin_guards", + "langName": "ग्रीव्स", + "object": "परिधान", + "attribute": "कवच" + }, + { + "displayName": "armored_boots", + "langName": "बख्तरबंद जूते", + "object": "परिधान", + "attribute": "कवच" + }, + { + "displayName": "dress", + "langName": "पोशाक", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "microdress", + "langName": "सूक्ष्म पोशाक", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "long_dress", + "langName": "लंबी पोशाक", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "mermaid dress", + "langName": "फिशटेल स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "off-shoulder_dress", + "langName": "ऑफ शोल्डर ड्रेस", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "strapless_dress", + "langName": "बगैर पट्टी का पोशाक", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "backless_dress", + "langName": "बैकलेस ड्रेस", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "halter_dress", + "langName": "नेकलेस बैकलेस सस्पेंडर स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "sundress", + "langName": "स्लिप ड्रेस (गर्म मौसम के लिए बिना आस्तीन की पोशाक)", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "sleeveless_dress", + "langName": "बिना आस्तीन की पोशाक", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "sailor_dress", + "langName": "नाविक शैली स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "summer_dress", + "langName": "ग्रीष्मकालीन लंबी पोशाक", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "pinafore_dress", + "langName": "एप्रन पोशाक", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "sweater_dress", + "langName": "स्वेटर", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "armored_dress", + "langName": "युद्ध कवच स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "frilled_dress", + "langName": "लेस का ड्रेस", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "lace-trimmed_dress", + "langName": "लेस का ड्रेस", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "collared_dress", + "langName": "कॉलर वाली पोशाक", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "fur-trimmed_dress", + "langName": "फर ट्रिम पोशाक", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "layered_dress", + "langName": "स्तरित पोशाक", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "pleated_dress", + "langName": "चुन्नटदार पोशाक", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "taut_dress", + "langName": "चुस्त पोशाक", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "pencil_dress", + "langName": "पेंसिल स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "impossible_dress", + "langName": "ऐसे कपड़े जो बहुत तंग हों", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "multicolored_dress", + "langName": "बहुरंगी पोशाक", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "striped_dress", + "langName": "धारीदार पोशाक", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "ribbed_dress", + "langName": "धारीदार पोशाक", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "polka_dot_dress", + "langName": "पोल्का डॉट पोशाक", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "print_dress", + "langName": "मुद्रित पोशाक", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "vertical-striped_dress", + "langName": "ऊर्ध्वाधर धारी पोशाक", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "see-through_dress", + "langName": "पारदर्शी पोशाक", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "skirt", + "langName": "छोटा घाघरा", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "microskirt", + "langName": "मिनी स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "miniskirt", + "langName": "मिनी स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "skirt_suit", + "langName": "औपचारिक स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "pleated_skirt", + "langName": "प्लीटेड स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "pencil_skirt", + "langName": "छोटी पेंसिल स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "bubble_skirt", + "langName": "टूटू", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "tutu", + "langName": "टूटू", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "ballgown", + "langName": "टूटू (पोशाक)", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "pettiskirt", + "langName": "टूटू (बच्चे)", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "showgirl_skirt", + "langName": "व्यापार शो लड़की पोशाक", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "beltskirt", + "langName": "बेल्ट स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "denim_skirt", + "langName": "डेनिम स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "suspender_skirt", + "langName": "सस्पेंडर स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "skirt_set", + "langName": "टॉप के साथ मैच करती हुई स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "long_skirt", + "langName": "लंबी लहंगा", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "summer_long_skirt", + "langName": "ग्रीष्मकालीन लंबी पोशाक", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "overskirt", + "langName": "बाहरी स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "hakama_skirt", + "langName": "हाकामा स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "high-waist_skirt", + "langName": "ऊँची कमर वाली स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "kimono_skirt", + "langName": "किमोनो स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "suspender_long_skirt", + "langName": "सस्पेंडर स्कर्ट; सस्पेंडर स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "chiffon_skirt", + "langName": "शिफॉन स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "frilled_skirt", + "langName": "फीता स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "fur-trimmed_skirt", + "langName": "फर ट्रिम स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "lace_skirt", + "langName": "फीता स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "lace-trimmed_skirt", + "langName": "फीता स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "ribbon-trimmed_skirt", + "langName": "साटन रिबन ट्रिम स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "layered_skirt", + "langName": "स्तरित स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "print_skirt", + "langName": "मुद्रित स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "multicolored_skirt", + "langName": "बहुरंगा स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "striped_skirt", + "langName": "धारीदार स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "vertical-striped_skirt", + "langName": "खड़ी धारीदार स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "plaid_skirt", + "langName": "ऊनी लहंगा", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "flared_skirt", + "langName": "छाता स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "floral_skirt", + "langName": "पुष्प स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "skirt_hold", + "langName": "अपनी स्कर्ट को खूबसूरती से पकड़ें", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "skirt_tug", + "langName": "स्कर्ट का दामन पकड़ो | स्कर्ट के हेम को पकड़ें", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "dress_tug", + "langName": "स्कर्ट को नीचे दबाएँ", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "skirt_around_one_leg", + "langName": "एक पैर से लटकती छोटी स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "skirt_removed", + "langName": "छोटी स्कर्ट उतारो", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "dress_removed", + "langName": "स्कर्ट उतारो", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "open_skirt", + "langName": "खुली स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "checkered_skirt", + "langName": "प्लेड स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "plaid_dress", + "langName": "प्लेड पोशाक", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "Medium length skirt", + "langName": "मध्यम लंबाई की स्कर्ट", + "object": "परिधान", + "attribute": "स्कर्ट" + }, + { + "displayName": "dress_bow", + "langName": "पोशाक पर झुकना", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "dressing_another", + "langName": "पोशाक", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "shorts_under_skirt", + "langName": "स्कर्ट के नीचे शॉर्ट्स पहनना", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "side_slit", + "langName": "साइड स्लिट्स", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "shorts", + "langName": "शॉर्ट्स", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "micro_shorts", + "langName": "छोटे आकार के शॉर्ट्स", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "short_shorts", + "langName": "हॉट पैंट", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "hot_pants", + "langName": "हॉट पैंट", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "cutoffs", + "langName": "हॉट पैंट", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "striped_shorts", + "langName": "धारीदार शॉर्ट्स", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "suspender_shorts", + "langName": "सस्पेंडर शॉर्ट्स", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "denim_shorts", + "langName": "डेनिम की छोटी पतलून", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "puffy_shorts", + "langName": "फूली हुई शॉर्ट्स", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "dolphin_shorts", + "langName": "डॉल्फ़िन शॉर्ट्स (सत्य पैंट)", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "dolfin_shorts", + "langName": "डॉल्फ़िन शॉर्ट्स (सत्य पैंट)", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "tight_pants", + "langName": "लेगिंग्स/स्वेटपैंट", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "crotchless_pants", + "langName": "क्रॉचलेस पैंट (तंग)", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "track_pants", + "langName": "sweatpants", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "yoga_pants", + "langName": "योग पतलून", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "bike_shorts", + "langName": "बाइक शॉर्ट्स", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "pants", + "langName": "पैजामा", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "puffy_pants", + "langName": "फूली हुई पैंट/ढीली पैंट", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "pumpkin_pants", + "langName": "कद्दू पैंट", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "hakama_pants", + "langName": "हाकामा पैंट", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "harem_pants", + "langName": "हरम पैंट", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "bloomers", + "langName": "पतलून", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "buruma", + "langName": "महिलाओं के ब्लूमर्स", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "jeans", + "langName": "जींस", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "cargo_pants", + "langName": "चौग़ा", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "camouflage_pants", + "langName": "छलावरण पैंट", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "capri_pants", + "langName": "फसली पैंट", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "chaps", + "langName": "चमड़े के चैप्स (ऊपर चौड़े और नीचे संकीर्ण)", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "jumpsuit", + "langName": "(विशेषकर महिलाओं का) जंपसूट", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "lowleg_pants", + "langName": "कम कमर वाली पैंट", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "plaid_pants", + "langName": "टार्टन पैंट", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "single_pantsleg", + "langName": "एक तरफा पतलून", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "striped_pants", + "langName": "धारीदार पैंट", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "leotard_aside", + "langName": "जंपसूट के क्रॉच को एक तरफ छीलें", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "open_fly", + "langName": "ज़िप रहित पैंट", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "pants_down", + "langName": "पैंट उतारो", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "pants_rolled_up", + "langName": "पैंट ऊपर कर दी गई", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "pants_tucked_in", + "langName": "अपनी पैंट अंदर करो", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "torn_jeans", + "langName": "फटी हुई जीन्स", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "torn_pants", + "langName": "फटी पैंट", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "torn_shorts", + "langName": "फटे शॉर्ट्स", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "gym_shorts", + "langName": "जिम्नास्टिक शॉर्ट्स", + "object": "परिधान", + "attribute": "पैंट" + }, + { + "displayName": "leggings", + "langName": "लेगिंग", + "object": "परिधान", + "attribute": "नीचे" + }, + { + "displayName": "overalls", + "langName": "चौग़ा", + "object": "परिधान", + "attribute": "नीचे" + }, + { + "displayName": "diaper", + "langName": "डायपर", + "object": "परिधान", + "attribute": "नीचे" + }, + { + "displayName": "panties", + "langName": "अंडरवियर", + "object": "परिधान", + "attribute": "नीचे" + }, + { + "displayName": "briefs", + "langName": "कच्छा", + "object": "परिधान", + "attribute": "नीचे" + }, + { + "displayName": "thong", + "langName": "पेटी", + "object": "परिधान", + "attribute": "नीचे" + }, + { + "displayName": "fundoshi", + "langName": "जापानी पेटी", + "object": "परिधान", + "attribute": "नीचे" + }, + { + "displayName": "short dress", + "langName": "छोटा घाघरा", + "object": "परिधान", + "attribute": "नीचे" + }, + { + "displayName": "sheath dress", + "langName": "कूल्हे को ढकने वाली स्कर्ट", + "object": "परिधान", + "attribute": "नीचे" + }, + { + "displayName": "no panties", + "langName": "कोई अंडरवियर नहीं", + "object": "परिधान", + "attribute": "नीचे" + }, + { + "displayName": "striped panties", + "langName": "धारीदार अंडरवियर", + "object": "परिधान", + "attribute": "नीचे" + }, + { + "displayName": "lowleg panties", + "langName": "कम ऊंचाई वाला अंडरवियर", + "object": "परिधान", + "attribute": "नीचे" + }, + { + "displayName": "side-tie panties", + "langName": "फीता-अप अंडरवियर", + "object": "परिधान", + "attribute": "नीचे" + }, + { + "displayName": "bodystocking", + "langName": "पूरे शरीर के मोज़े", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "pantyhose", + "langName": "चड्डी | चड्डी", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "legwear", + "langName": "पेंटीहोज़ (आम तौर पर पेंटीहोज़ या स्टॉकिंग्स को संदर्भित करता है)", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "thighhighs", + "langName": "मोज़ा (घुटने तक ऊंचे मोज़े)", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "kneehighs", + "langName": "घुटने के मोज़े", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "bare_legs", + "langName": "नंगे पैर", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "black_bodystocking", + "langName": "एक टुकड़ा काला मोज़ा", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "white_bodystocking", + "langName": "एक टुकड़ा सफेद रेशम", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "stocking_under_clothes", + "langName": "कपड़ों के नीचे मोज़े", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "black_pantyhose", + "langName": "काला मोजा", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "white_pantyhose", + "langName": "सफ़ेद मोज़ा", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "thighband_pantyhose", + "langName": "पैर के छल्ले के साथ चड्डी", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "pantylines", + "langName": "चुस्त चड्डी (रेखाएँ रेखांकित करें", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "single_leg_pantyhose", + "langName": "एक तरफ चड्डी पहनें", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "panties_under_pantyhose", + "langName": "चड्डी में अंडरवियर", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "fishnets", + "langName": "जालीदार पतलून", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "stirrup_legwear", + "langName": "जालीदार पतलून", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "toeless_legwear", + "langName": "खुले पैर के मोज़े", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "mismatched_legwear", + "langName": "दो रंग की चड्डी", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "two-tone_legwear", + "langName": "दो रंग की चड्डी", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "asymmetrical_legwear", + "langName": "असममित चड्डी", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "uneven_legwear", + "langName": "लंबे मोज़े", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "white_thighhighs", + "langName": "सफ़ेद मोज़ा", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "black_thighhighs", + "langName": "काला मोजा", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "pink_thighhighs", + "langName": "गुलाबी मोज़ा", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "suspenders", + "langName": "गार्टर", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "torn_legwear", + "langName": "फटी चड्डी", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "torn_thighhighs", + "langName": "घुटने के फटे मोज़े", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "see-through_legwear", + "langName": "पारदर्शी मोज़े", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "frilled_legwear", + "langName": "फीता मोज़े", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "lace-trimmed_legwear", + "langName": "फीता मोज़ा", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "seamed_legwear", + "langName": "सीवन वाले मोज़े", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "back-seamed_legwear", + "langName": "बीच में काली रेखा वाले मोज़े", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "animal_ear_legwear", + "langName": "घुटनों के मोज़े के ऊपर जानवरों के कान", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "striped_legwear", + "langName": "क्षैतिज धारीदार मोज़े", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "vertical-striped_legwear", + "langName": "ऊर्ध्वाधर धारीदार मोज़े", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "polka_dot_legwear", + "langName": "गोल स्पॉट मोज़े", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "print_legwear", + "langName": "मुद्रित मोज़े", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "legwear_under_shorts", + "langName": "बाहर शॉर्ट्स मोज़े पहनें", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "over-kneehighs", + "langName": "घुटने के मोज़े", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "bobby_socks", + "langName": "बॉबी मोज़े (सफेद मोज़े)", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "tabi", + "langName": "जापानी मोटे तलवे वाले मोज़े (पैरों की जेब)", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "ankle_socks", + "langName": "टखने के मोज़े", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "leg_warmers", + "langName": "लेग वार्मर | पैर गरम करनेवाला", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "single_sock", + "langName": "एकल मोजे", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "striped_socks", + "langName": "धारीदार मोज़े", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "leg_cutout", + "langName": "मोज़ों में खुले भाग होते हैं", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "leg_garter", + "langName": "पैर के छल्ले | गार्टर", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "garter_straps", + "langName": "गार्टर के लिए सस्पेंडर्स", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "thigh_strap", + "langName": "जांघ की पट्टियाँ", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "thigh_ribbon", + "langName": "जांघ रिबन", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "leg_ribbon", + "langName": "पैर व्यायाम बेल्ट", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "bandaid_on_leg", + "langName": "पैर पर पट्टी", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "bandaged_leg", + "langName": "पट्टीदार पैर", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "ankle_lace-up", + "langName": "टखने का पट्टा", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "thigh_holster", + "langName": "पैर पर एक पट्टा या टूल बैग या पिस्तौलदान", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "bandaid_on_knee", + "langName": "घुटने पर बैंड-सहायता", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "argyle_legwear", + "langName": "आर्गिल पैटर्न वाली चड्डी", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "bow_legwear", + "langName": "धनुष के साथ चड्डी", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "arm_garter", + "langName": "बूम गार्टर", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "socks", + "langName": "जुर्राब", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "stockings", + "langName": "मोज़ा", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "black stockings", + "langName": "काला मोजा", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "fishnet stockings", + "langName": "जालीदार पतलून", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "garters", + "langName": "गार्टर", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "loose_socks", + "langName": "बुलबुला मोज़े", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "rilled thighhighs", + "langName": "झालरदार मोज़ा", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "striped pantyhose", + "langName": "धारीदार चड्डी", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "lace legwear", + "langName": "फीता चड्डी", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "nylon socks", + "langName": "नायलॉन के मोज़े", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "soccer cocks", + "langName": "फुटबॉल मोजे", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "sports socks", + "langName": "खेल के मोज़े", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "adjusting_legwear", + "langName": "चड्डी व्यवस्थित करें", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "pantyhose_pull", + "langName": "चड्डी उतार दी", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "socks_removed", + "langName": "मोज़े उतारो", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "sock_pull", + "langName": "मोज़े खींचना (मोज़े)", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "thighhighs_pull", + "langName": "मोज़े (मोज़ा) खींचना", + "object": "परिधान", + "attribute": "मौज़ा" + }, + { + "displayName": "armored", + "langName": "बख़्तरबंद", + "object": "परिधान", + "attribute": "वस्त्र सामग्री" + }, + { + "displayName": "fluffy", + "langName": "बालदार", + "object": "परिधान", + "attribute": "वस्त्र सामग्री" + }, + { + "displayName": "fur", + "langName": "छाल", + "object": "परिधान", + "attribute": "वस्त्र सामग्री" + }, + { + "displayName": "latex", + "langName": "पायसन", + "object": "परिधान", + "attribute": "वस्त्र सामग्री" + }, + { + "displayName": "see-through", + "langName": "पारदर्शी", + "object": "परिधान", + "attribute": "वस्त्र सामग्री" + }, + { + "displayName": "frilled", + "langName": "तामझाम", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "center_frills", + "langName": "केंद्र रफ़ल फीता", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "crease", + "langName": "झुर्रीदार (प्लीटेड)", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "layered", + "langName": "बहुस्तरीय", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "lace", + "langName": "फीता", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "fur_trim", + "langName": "फर ट्रिम", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "fur-trimmed", + "langName": "खुरदरे किनारे", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "fine_fabric_emphasis", + "langName": "सामग्री संवर्धन", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "latex_thighhighs", + "langName": "लेटेक्स मोज़ा", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "see-through_thighhighs", + "langName": "पारदर्शी मोज़ा", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "ass_cutout", + "langName": "नितंब दिखाने वाले कपड़े", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "asymmetrical_clothes", + "langName": "असममित वस्त्र", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "back_bow", + "langName": "(कपड़े) पीठ के पीछे बंधी गाँठ", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "cross-laced_clothes", + "langName": "क्रॉस लेस कपड़े", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "double_vertical_stripe", + "langName": "कपड़ों पर दो समानान्तर धारियाँ होती हैं", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "halter_top", + "langName": "स्लिंग-शैली के ऊपरी शरीर के कपड़े", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "multicolored_legwear", + "langName": "बहुरंगी पैर के कपड़े", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "navy_blue_legwear", + "langName": "नेवी ब्लू लेगवियर", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "nontraditional_miko", + "langName": "संशोधित जापानी कपड़े", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "side_cutout", + "langName": "साइड ओपनिंग वाले कपड़े", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "sideless_outfit", + "langName": "ऐसे कपड़े जिनके किनारों पर कोई कपड़ा न हो", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "single_kneehigh", + "langName": "एक तरफ घुटनों तक लंबाई के कपड़े पहने हुए हैं", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "single_vertical_stripe", + "langName": "परिधान के एक तरफ खड़ी धारियों को उजागर करें", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "turtleneck", + "langName": "बंद गले के कपड़े", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "two-sided_fabric", + "langName": "दोहरी परत शैली के कपड़े खींचने की विधि", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "o-ring", + "langName": "ओ-रिंग्स वाले कपड़े", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "o-ring_top", + "langName": "ओ-रिंग के साथ शीर्ष", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "fringe_trim", + "langName": "किनारा (दुपट्टे का अंत)", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "loose_belt", + "langName": "ढीली पट्टियाँ (कपड़े)", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "pom_pom_(clothes)", + "langName": "छोटे पोम पोम्स (कपड़े का सामान)", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "drawstring", + "langName": "कपड़े की डोरी", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "full-length_zipper", + "langName": "एक परिधान-लंबाई वाला ज़िपर", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "gathers", + "langName": "प्लीट्स (कपड़े)", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "gusset", + "langName": "कपड़ों के लिए अस्तर सिलना", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "breast_pocket", + "langName": "छाती की थैली", + "object": "परिधान", + "attribute": "सजाना" + }, + { + "displayName": "argyle", + "langName": "आर्गाइल पैटर्न", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "checkered", + "langName": "प्लेड पैटर्न", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "colored_stripes", + "langName": "रंगीन धारियाँ", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "diagonal_stripes", + "langName": "विकर्ण धारियाँ", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "horizontal_stripes", + "langName": "क्षैतिज पट्टियाँ", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "multicolored_stripes", + "langName": "रंगीन धारियाँ", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "polka_dot", + "langName": "बिंदीदार पैटर्न", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "ribbed", + "langName": "काटने का निशानवाला", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "striped", + "langName": "क्षैतिज पट्टियाँ", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "unmoving_pattern", + "langName": "लगातार दोहराए जाने वाले पैटर्न", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "vertical_stripes", + "langName": "खड़ी धारियाँ", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "plaid", + "langName": "टार्टन पैटर्न", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "animal_print", + "langName": "पशु छाप", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "cat_print", + "langName": "बिल्ली छाप", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "bear_print", + "langName": "भालू छाप", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "bird_print", + "langName": "पक्षी छाप", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "bunny_print", + "langName": "बनी प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "cow_print", + "langName": "गाय छाप", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "dragon_print", + "langName": "ड्रैगन प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "fish_print", + "langName": "मछली छाप", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "frog_print", + "langName": "मेंढक छाप", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "shark_print", + "langName": "शार्क प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "snake_print", + "langName": "साँप का पैटर्न", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "zebra_print", + "langName": "ज़ेबरा प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "tiger_print", + "langName": "बाघ की धारियाँ", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "leopard_print", + "langName": "तेंदुआ प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "jaguar_print", + "langName": "तेंदुआ प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "bat_print", + "langName": "चमगादड़ छाप", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "aardwolf_print", + "langName": "कोयोट प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "african_wild_dog_print", + "langName": "अफ़्रीकी जंगली कुत्ते का प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "cheetah_print", + "langName": "चीता प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "dog_print", + "langName": "कुत्ते की छाप", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "fox_print", + "langName": "फॉक्स प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "giraffe_print", + "langName": "जिराफ़ प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "panda_print", + "langName": "पांडा प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "sand_cat_print", + "langName": "रेत बिल्ली प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "whale_print", + "langName": "व्हेल प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "white_tiger_print", + "langName": "सफेद बाघ पैटर्न", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "goldfish_print", + "langName": "सुनहरीमछली छाप", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "wing_print", + "langName": "पंख छाप", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "spider_web_print", + "langName": "मकड़ी नसें", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "butterfly_print", + "langName": "तितली प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "floral_print", + "langName": "फूलों", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "leaf_print", + "langName": "पत्ती छाप", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "clover_print", + "langName": "तिपतिया घास प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "maple_leaf_print", + "langName": "मेपल का पत्ता प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "rose_print", + "langName": "गुलाब प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "strawberry_print", + "langName": "स्ट्रॉबेरी प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "cherry_print", + "langName": "चेरी प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "bamboo_print", + "langName": "बांस प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "carrot_print", + "langName": "गाजर छाप", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "hibiscus_print", + "langName": "हिबिस्कस प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "jack-o'-lantern_print", + "langName": "जैक ओ'लैंटर्न प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "petal_print", + "langName": "पंखुड़ी छाप", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "sunflower_print", + "langName": "सूरजमुखी प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "watermelon_print", + "langName": "तरबूज़ प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "sky_print", + "langName": "आकाश छाप", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "cloud_print", + "langName": "क्लाउड प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "lightning_bolt_print", + "langName": "बिजली छाप", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "rainbow_print", + "langName": "इंद्रधनुष प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "snowflake_print", + "langName": "स्नोफ्लेक प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "starry_sky_print", + "langName": "तारों वाला आकाश प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "crescent_print", + "langName": "वर्धमान चंद्रमा प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "star_print", + "langName": "स्टार प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "star_(symbol)", + "langName": "तारा चिन्ह", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "moon_print", + "langName": "चाँद छाप", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "sun_print", + "langName": "सन प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "character_print", + "langName": "चरित्र मुद्रण", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "clothes_writing", + "langName": "कपड़ों पर शब्द", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "anchor_print", + "langName": "एंकर प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "cherry_blossom_print", + "langName": "चेरी ब्लॉसम प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "musical_note_print", + "langName": "म्यूजिकल नोट प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "triangle_print", + "langName": "त्रिकोण प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "arrow_print", + "langName": "तीर छाप", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "wave_print", + "langName": "लहरदार पैटर्न", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "peace_symbol", + "langName": "☮(हिगाशिकता जोसुके के कपड़ों पर)", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "heart_print", + "langName": "दिल का पैटर्न | दिल का प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "flame_print", + "langName": "लौ प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "hitodama_print", + "langName": "विल-ओ'-द-विस्प प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "paw_print", + "langName": "जानवर के पैर का निशान", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "skeleton_print", + "langName": "कंकाल प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "skull_print", + "langName": "खोपड़ी छाप", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "sparkle_print", + "langName": "चमचमाता प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "yin_yang_print", + "langName": "यिन यांग मुद्रण", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "cross_print", + "langName": "क्रॉस तत्व पैटर्न", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "camoflage", + "langName": "छलावरण", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "flag_print", + "langName": "झंडा छाप", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "bone_print", + "langName": "हड्डी छाप", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "ghost_print", + "langName": "भूत छाप", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "mushroom_print", + "langName": "मशरूम प्रिंट", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "onigiri_print", + "langName": "चावल की गेंद मुद्रण", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "cat_ear_cutout", + "langName": "बिल्ली के कान के आकार का खोखला डिज़ाइन", + "object": "परिधान", + "attribute": "नमूना" + }, + { + "displayName": "barefoot", + "langName": "नंगे पाँव", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "no_shoes", + "langName": "जूते नहीं", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "shoes_removed", + "langName": "जूते उतार दिए गए", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "single_shoe", + "langName": "एकल जूते", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "the_only_shoe", + "langName": "एकल जूते", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "black_loafers", + "langName": "लोफर्स (चमड़े के छोटे जूते)", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "shoes", + "langName": "जूता", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "uwabaki", + "langName": "इनडोर जूते", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "platform_footwear", + "langName": "चप्ते जूते", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "high_heels", + "langName": "ऊँची एड़ी", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "stiletto_heels", + "langName": "स्टिलेटो ऊँची एड़ी", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "strappy_heels", + "langName": "स्ट्रैपी हाई हील्स", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "platform_heels", + "langName": "मंच ऊँची एड़ी", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "rudder_footwear", + "langName": "शिप लड़कियों के लिए शिप सी विशेष जूते", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "sandals", + "langName": "सैंडल", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "barefoot_sandals", + "langName": "नंगे पाँव सैंडल", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "clog_sandals", + "langName": "क्लॉग सैंडल", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "geta", + "langName": "मोज़री", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "slippers", + "langName": "चप्पल", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "skates", + "langName": "पटरियां", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "roller_skates", + "langName": "रोलर स्केट्स", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "animal_feet", + "langName": "जानवरों के पैर", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "animal_slippers", + "langName": "जानवरों की चप्पलें", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "brown_footwear", + "langName": "भूरे जूते", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "cross-laced_footwear", + "langName": "क्रॉस लेस वाले जूते", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "loafers", + "langName": "लोफ़र्स", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "mary_janes", + "langName": "जेनी जूते", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "mismatched_footwear", + "langName": "दो रंग के जूते", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "pointy_footwear", + "langName": "नुकीले पैर के जूते", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "pumps", + "langName": "हाई हील्स के साथ लो-कट ड्रेस", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "sandals_removed", + "langName": "सैंडल उतारो", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "shoe_soles", + "langName": "अकेला", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "shoelaces", + "langName": "जूते का फीता", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "sneakers", + "langName": "स्नीकर्स", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "winged_footwear", + "langName": "पंखों वाले जूते", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "zouri", + "langName": "जापानी पुआल सैंडल", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "ballet slippers", + "langName": "बैलेट जूते", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "arched_soles", + "langName": "धनुषाकार तलुवा", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "paw_print_soles", + "langName": "पंजा प्रिंट तलवे", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "horseshoe", + "langName": "घोड़े की नाल", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "flat shoes", + "langName": "फ्लैट जूते", + "object": "परिधान", + "attribute": "जूता" + }, + { + "displayName": "boots", + "langName": "घुटनों तक पहने जाने वाले जूते", + "object": "परिधान", + "attribute": "घुटनों तक पहने जाने वाले जूते" + }, + { + "displayName": "boots_removed", + "langName": "जूते उतार दिए गए", + "object": "परिधान", + "attribute": "घुटनों तक पहने जाने वाले जूते" + }, + { + "displayName": "high_heel_boots", + "langName": "ऊँची एड़ी के जूते", + "object": "परिधान", + "attribute": "घुटनों तक पहने जाने वाले जूते" + }, + { + "displayName": "knee_boots", + "langName": "घुटने तक ऊंचे जूते (घुटने तक ऊंचे जूते)", + "object": "परिधान", + "attribute": "घुटनों तक पहने जाने वाले जूते" + }, + { + "displayName": "thigh_boots", + "langName": "ऊँचे जूते", + "object": "परिधान", + "attribute": "घुटनों तक पहने जाने वाले जूते" + }, + { + "displayName": "martin_boots", + "langName": "मार्टिन जूते", + "object": "परिधान", + "attribute": "घुटनों तक पहने जाने वाले जूते" + }, + { + "displayName": "ankle_boots", + "langName": "टखने जूते", + "object": "परिधान", + "attribute": "घुटनों तक पहने जाने वाले जूते" + }, + { + "displayName": "toeless_boots", + "langName": "खुले पैर के जूते", + "object": "परिधान", + "attribute": "घुटनों तक पहने जाने वाले जूते" + }, + { + "displayName": "lace-up_boots", + "langName": "फीते वाले जूते", + "object": "परिधान", + "attribute": "घुटनों तक पहने जाने वाले जूते" + }, + { + "displayName": "fur-trimmed_boots", + "langName": "कच्चे किनारे के जूते", + "object": "परिधान", + "attribute": "घुटनों तक पहने जाने वाले जूते" + }, + { + "displayName": "snow_boots", + "langName": "बर्फ के जूते", + "object": "परिधान", + "attribute": "घुटनों तक पहने जाने वाले जूते" + }, + { + "displayName": "anklet", + "langName": "पायल", + "object": "परिधान", + "attribute": "घुटनों तक पहने जाने वाले जूते" + }, + { + "displayName": "rubber_boots", + "langName": "रबड़ के जूते", + "object": "परिधान", + "attribute": "घुटनों तक पहने जाने वाले जूते" + }, + { + "displayName": "santa_boots", + "langName": "क्रिसमस जूते", + "object": "परिधान", + "attribute": "घुटनों तक पहने जाने वाले जूते" + }, + { + "displayName": "leather_boots", + "langName": "चमड़े के जूते", + "object": "परिधान", + "attribute": "घुटनों तक पहने जाने वाले जूते" + }, + { + "displayName": "thighhighs_under_boots", + "langName": "जूते के नीचे मोज़ा", + "object": "परिधान", + "attribute": "घुटनों तक पहने जाने वाले जूते" + }, + { + "displayName": "combat_boots", + "langName": "लड़ाकू जूते", + "object": "परिधान", + "attribute": "घुटनों तक पहने जाने वाले जूते" + }, + { + "displayName": "doc_martens", + "langName": "मार्टिन जूते", + "object": "परिधान", + "attribute": "घुटनों तक पहने जाने वाले जूते" + }, + { + "displayName": "rain_boots", + "langName": "बारिश के जूते", + "object": "परिधान", + "attribute": "घुटनों तक पहने जाने वाले जूते" + }, + { + "displayName": "belt_boots", + "langName": "बेल्ट जूते", + "object": "परिधान", + "attribute": "घुटनों तक पहने जाने वाले जूते" + }, + { + "displayName": "fur_boots", + "langName": "कम एड़ी वाले कैज़ुअल फर जूते", + "object": "परिधान", + "attribute": "घुटनों तक पहने जाने वाले जूते" + }, + { + "displayName": "single_boot", + "langName": "एक पैर बिना बूट के", + "object": "परिधान", + "attribute": "घुटनों तक पहने जाने वाले जूते" + }, + { + "displayName": "wide_sleeves", + "langName": "चौड़ी आस्तीन", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "single_sleeve", + "langName": "एकल आस्तीन", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "asymmetrical_sleeves", + "langName": "असममित आस्तीन", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "puffy_sleeves", + "langName": "फूली हुई आस्तीन", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "puffy_long_sleeves", + "langName": "फूली हुई लंबी आस्तीन", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "puffy_short_sleeves", + "langName": "फूली हुई छोटी आस्तीन", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "frilled_sleeves", + "langName": "आस्तीन के झालरदार किनारे", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "juliet_sleeves", + "langName": "जूलियट आस्तीन", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "bandaged_arm", + "langName": "बांह पर पट्टी बंधी", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "raglan_sleeves", + "langName": "रागलाण आस्तीन", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "vambraces", + "langName": "निचली बांह का कवच", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "layered_sleeves", + "langName": "स्तरित आस्तीन", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "fur-trimmed_sleeves", + "langName": "कच्चे किनारे की आस्तीन", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "see-through_sleeves", + "langName": "पारदर्शी आस्तीन", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "torn_sleeves", + "langName": "फटी आस्तीन", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "sleeves_past_fingers", + "langName": "बांहें उंगलियों से भी लंबी", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "sleeves_past_wrists", + "langName": "कलाई के ऊपर आस्तीन", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "sleeves_past_elbows", + "langName": "कोहनी के ऊपर आस्तीन", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "sleeves_pushed_up", + "langName": "आस्तीन ऊपर करो", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "arm_out_of_sleeve", + "langName": "आस्तीन में हथियार", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "uneven_sleeves", + "langName": "असमान आस्तीन", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "mismatched_sleeves", + "langName": "बेमेल आस्तीन", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "sleeve_rolled_up", + "langName": "आस्तीनें ऊपर चढ़ गईं", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "sleeves_rolled_up", + "langName": "एक आस्तीन ऊपर उठी", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "feather-trimmed_sleeves", + "langName": "पंखदार आस्तीन", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "lace-trimmed_sleeves", + "langName": "फीता आस्तीन", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "pinching_sleeves", + "langName": "अपनी आस्तीनें पिंच करो", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "puffy_detached_sleeves", + "langName": "फूली हुई आस्तीन", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "ribbed_sleeves", + "langName": "धारीदार आस्तीन", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "single_detached_sleeve", + "langName": "आस्तीन जो एक तरफ रहती है", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "sleeves_folded_up", + "langName": "मुड़ी हुई आस्तीन", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "striped_sleeves", + "langName": "धारीदार आस्तीन", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "armband", + "langName": "बाजूबंद (बाजूबंद)", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "armlet", + "langName": "बांह का कंगन", + "object": "परिधान", + "attribute": "हाथ" + }, + { + "displayName": "halo", + "langName": "सिर के ऊपर प्रभामंडल", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "mechanical_halo", + "langName": "यांत्रिक प्रभामंडल", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "headwear", + "langName": "टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "headpiece", + "langName": "टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "headwear_removed", + "langName": "टोपी हटा दी गई", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "head_wreath", + "langName": "कोरोला", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "crown", + "langName": "ताज", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "mini_crown", + "langName": "मिनी मुकुट", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "tiara", + "langName": "ताज", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "diadem", + "langName": "ऊपर की तरह", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "tilted_headwear", + "langName": "झुका हुआ साफ़ा", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "head_fins", + "langName": "मस्तक पंख", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "maid_headdress", + "langName": "नौकरानी मुकुट", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "bridal_veil", + "langName": "दुल्हन का पर्दा", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "headband", + "langName": "सिर का बंधन", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "alternate_headwear", + "langName": "एक हेडगियर जो मूल से अलग है", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "fur-trimmed_headwear", + "langName": "कच्चा किनारा हेडवियर", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "goggles_on_headwear", + "langName": "टोपी पर चश्मा", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "earphones", + "langName": "ईरफ़ोन", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "earmuffs", + "langName": "कानों को छिपानेवाले हिस्से", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "xx_on_head", + "langName": "सिर पर xx", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "leaf_on_head", + "langName": "सिर पर पत्तियां", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "triangular_headpiece", + "langName": "त्रिकोणीय साफ़ा", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "forehead_protector", + "langName": "माथे का रक्षक", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "radio_antenna", + "langName": "एंटीना", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "animal_hood", + "langName": "जानवर के कान का हुड", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "bald", + "langName": "गंजा", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "bandana", + "langName": "दुपट्टा", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "circlet", + "langName": "ताज", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "hachimaki", + "langName": "पगड़ी (संज्ञा)", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "helm", + "langName": "हेलमेट पहनना", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "helmet_removed", + "langName": "हेलमेट उतार दिया | हेलमेट उतार दिया", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "horned_helmet", + "langName": "सींग वाला हेलमेट", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "japari_bun", + "langName": "जापानी उबले हुए बन्स", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "kerchief", + "langName": "चौकोर पगड़ी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "mami_mogu_mogu", + "langName": "असामी ने टेरियर का सिर काट दिया", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "skull_and_crossbones", + "langName": "खोपड़ी और क्रॉसहड्डियाँ (समुद्री डाकू, खतरा, चेतावनी)", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "turban", + "langName": "मुस्लिम हेडस्कार्फ़", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "headdress", + "langName": "हेडवियर (अधिक सामान्य)", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "bear_hair_ornament", + "langName": "भालू प्रिंट हेडवियर", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "brown_headwear", + "langName": "भूरा टियारा", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "horned_headwear", + "langName": "सींग का साफ़ा", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "horns_through_headwear", + "langName": "सींगों के लिए छेद वाली एक हेडड्रेस", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "no_headwear", + "langName": "हटाया गया (मौजूदा) हेडगियर", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "object_on_head", + "langName": "सिर पर टोपी के अलावा कुछ और भी है", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "print_headwear", + "langName": "मुद्रित हेडवियर", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "bone_hair_ornament", + "langName": "हड्डी के आकार के आभूषण", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "bunny_hair_ornament", + "langName": "खरगोश के आभूषण", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "horn_ornament", + "langName": "कोनों पर आभूषण", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "animal_on_head", + "langName": "सिर पर जानवर", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "behind-the-head_headphones", + "langName": "हेडफोन सिर के पीछे से पहना जाता है", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "bird_on_head", + "langName": "सिर पर पक्षी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "cat_ear_headphones", + "langName": "बिल्ली के कान का हेडफोन", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "cat_on_head", + "langName": "बिल्ली सिर के बल लेटी हुई", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "eyewear_on_head", + "langName": "सिर पर चश्मा", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "forehead_kiss", + "langName": "माथा चूमो", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "forehead-to-forehead", + "langName": "माथे से माथे तक", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "goggles_on_head", + "langName": "सिर पर चश्मा पहनें", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "head_bump", + "langName": "सिर पर गठरी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "head_mounted_display", + "langName": "हेड-माउंटेड डिस्प्ले डिवाइस पहनना", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "head_out_of_frame", + "langName": "सिर का हिस्सा फ्रेम में नहीं खींचा गया है", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "head_rest", + "langName": "तकिया सिर | सिर का समर्थन करें", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "head_wings", + "langName": "सिर पर पंख होते हैं", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "headgear", + "langName": "प्रमुख सहायक उपकरण (कुछ विज्ञान कथा तत्वों से युक्त)", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "headphones", + "langName": "ईरफ़ोन", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "heads-up_display", + "langName": "स्टेटस बार (गेम और विज्ञान-फाई शैली)", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "headset", + "langName": "हेडफोन", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "inter_headset", + "langName": "ईवीए न्यूरल कनेक्टर", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "on_head", + "langName": "सिर पर", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "person_on_head", + "langName": "छोटा आदमी सिर पर है", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "single_head_wing", + "langName": "सिर के एक तरफ पंख होते हैं", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "adjusting_headwear", + "langName": "टोपी साफ करो", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "hair_ribbon", + "langName": "सिर का बंधन", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "hairband", + "langName": "कार्ड जारी करें", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "hair_tie", + "langName": "सिर का बंधन", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "lolita_hairband", + "langName": "लोलिता हेडबैंड", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "frilled_hairband", + "langName": "झालरदार हेडबैंड", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "lace-trimmed_hairband", + "langName": "फीता हेडबैंड", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "hair_bobbles", + "langName": "सिर का बंधन", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "hair_ornament", + "langName": "बालों के साजो - सामान", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "hair_flower", + "langName": "बाल फूल", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "x_hair_ornament", + "langName": "बालों के साजो - सामान", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "hair_bow", + "langName": "धनुष बाल सहायक उपकरण", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "frog_hair_ornament", + "langName": "मेंढक के बाल का सामान", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "heart_hair_ornament", + "langName": "दिल के आकार के बाल सहायक उपकरण", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "butterfly_hair_ornament", + "langName": "तितली बाल सहायक उपकरण", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "star_hair_ornament", + "langName": "स्टार हेयर एक्सेसरीज", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "food-themed_hair_ornament", + "langName": "खाद्य थीम पर आधारित बाल सहायक उपकरण", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "anchor_hair_ornament", + "langName": "लंगर बाल सहायक उपकरण", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "bat_hair_ornament", + "langName": "बल्ले के बालों का सामान", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "carrot_hair_ornament", + "langName": "गाजर के बालों का सामान", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "cat_hair_ornament", + "langName": "बिल्ली के बाल का सामान", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "clover_hair_ornament", + "langName": "तिपतिया घास बाल सहायक उपकरण", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "hair pink flowers", + "langName": "बालों में गुलाबी फूल", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "crescent_hair_ornament", + "langName": "वर्धमान बाल सहायक उपकरण", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "cross_hair_ornament", + "langName": "क्रॉस हेयर एक्सेसरीज", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "d-pad_hair_ornament", + "langName": "दिशा कुंजी बाल सहायक उपकरण", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "fish_hair_ornament", + "langName": "मछली के आकार के बाल सहायक उपकरण", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "hairpods", + "langName": "बालों पर वायरलेस ब्लूटूथ हेयर एक्सेसरीज के जोड़े", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "leaf_hair_ornament", + "langName": "पत्ती बाल सहायक उपकरण", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "musical_note_hair_ornament", + "langName": "संगीत नोट बाल सहायक उपकरण", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "pumpkin_hair_ornament", + "langName": "कद्दू बाल सहायक उपकरण", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "skull_hair_ornament", + "langName": "खोपड़ी के बाल सहायक उपकरण", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "snake_hair_ornament", + "langName": "साँप के बाल सहायक उपकरण | मेंढक के बाल संबंधी सहायक उपकरण", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "snowflake_hair_ornament", + "langName": "स्नोफ्लेक बाल सहायक उपकरण", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "strawberry_hair_ornament", + "langName": "स्ट्रॉबेरी बाल सहायक उपकरण", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "sunflower_hair_ornament", + "langName": "सूरजमुखी बाल सहायक उपकरण", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "hairpin", + "langName": "बाल के लिये कांटा", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "hairclip", + "langName": "बाल के लिये कांटा", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "hair_tubes", + "langName": "बाल ट्यूब", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "hair_stick", + "langName": "बाल छड़ी", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "hair_bell", + "langName": "घंटी बजाना", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "hair_rings", + "langName": "बालों को बांधने का फीता", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "kanzashi", + "langName": "बाल के लिये कांटा", + "object": "सामान", + "attribute": "बालों के साजो - सामान" + }, + { + "displayName": "hood", + "langName": "कनटोप", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "hat", + "langName": "टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "no_hat", + "langName": "कोई टोपी नहीं", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "beret", + "langName": "बेरेत", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "mini_top_hat", + "langName": "छोटी टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "party_hat", + "langName": "पार्टी हैट", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "sailor_hat", + "langName": "नाविक टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "santa_hat", + "langName": "सांता का टोप", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "fedora", + "langName": "फेडोरा टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "witch_hat", + "langName": "डायन टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "mini_witch_hat", + "langName": "मिनी चुड़ैल टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "wizard_hat", + "langName": "जादूगर टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "sun_hat", + "langName": "धूप की टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "straw_hat", + "langName": "स्ट्रा हैट", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "top_hat", + "langName": "लंबा टोप", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "bucket_hat", + "langName": "बाल्टी टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "beanie", + "langName": "ऊनी टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "large_hat", + "langName": "बड़ी टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "tokin_hat", + "langName": "लंबा टोप", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "mini_hat", + "langName": "छोटी टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "bowler_hat", + "langName": "बोलर टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "pillbox_hat", + "langName": "गोली बॉक्स का ढक्कन", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "cloche_hat", + "langName": "क्लोच टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "military_hat", + "langName": "सैन्य टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "police_hat", + "langName": "पुलिस टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "chef_hat", + "langName": "महाराज टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "cowboy_hat", + "langName": "ग्वाले की टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "school_hat", + "langName": "स्कूल कैप", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "pirate_hat", + "langName": "समुद्री डाकू टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "cabbie_hat", + "langName": "टैक्सी ड्राइवर टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "hardhat", + "langName": "हेलमेट", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "rice_hat", + "langName": "बांस की टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "animal_hat", + "langName": "पशु टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "fur_hat", + "langName": "चमड़े की टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "hat_with_ears", + "langName": "कानों वाली टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "bobblehat", + "langName": "बुलबुला टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "pillow_hat", + "langName": "तकिया टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "pumpkin_hat", + "langName": "कद्दू की टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "torn_hat", + "langName": "फटी टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "backwards_hat", + "langName": "उलटी टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "bowl_hat", + "langName": "कटोरा टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "cat_hat", + "langName": "बिल्ली के कान की टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "cap", + "langName": "नुकीली टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "nurse_cap", + "langName": "नर्स टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "baseball_cap", + "langName": "बेसबॉल टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "jester_cap", + "langName": "जोकर टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "side_cap", + "langName": "पार्श्व टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "garrison_cap", + "langName": "गैरीसन टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "flat_cap", + "langName": "नुकीली टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "mob_cap", + "langName": "भीड़ टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "newsboy_cap", + "langName": "न्यूज़बॉय टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "bowknot_over_white_beret", + "langName": "सफ़ेद बेरेट पर झुकें", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "dixie_cup_hat", + "langName": "कुत्ते का कटोरा टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "hat_bow", + "langName": "धनुष के साथ टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "hat_feather", + "langName": "पंखों वाली टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "hat_flower", + "langName": "फूलों वाली टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "hat_ornament", + "langName": "आभूषणों के साथ टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "hat_over_one_eye", + "langName": "टोपी एक आँख को ढकती है", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "hat_removed", + "langName": "टोपी उतार दी गई | टोपी उतार दी गई", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "hat_ribbon", + "langName": "रिबन के साथ टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "hat_tip", + "langName": "टोपी का किनारा पकड़े हुए", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "hatching_(texture)", + "langName": "रेखा छायांकन (बनावट)", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "hatsune_miku_(cosplay)", + "langName": "हत्सून मिकू में कॉस", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "porkpie_hat", + "langName": "ताओवादी टोपी", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "sideways_hat", + "langName": "छज्जा किनारे से कटा हुआ है", + "object": "सामान", + "attribute": "टोपी" + }, + { + "displayName": "glasses", + "langName": "चश्मा", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "eyewear", + "langName": "आँख", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "monocle", + "langName": "मोनोकल", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "under-rim_eyewear", + "langName": "किनारों वाला चश्मा", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "rimless_eyewear", + "langName": "बिना रिम का चश्मा", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "semi-rimless_eyewear", + "langName": "सेमी रिमलेस चश्मा", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "red-framed_eyewear", + "langName": "लाल फ़्रेम चश्मा", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "round_eyewear", + "langName": "गोल फ्रेम चश्मा", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "black-framed_eyewear", + "langName": "काले फ्रेम का चश्मा", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "tinted_eyewear", + "langName": "रंगा हुआ चश्मा", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "medical_eyepatch", + "langName": "चिकित्सा आँख का मुखौटा", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "bandage_over_one_eye", + "langName": "एक आंख पर पट्टी बांधो", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "crooked_eyewear", + "langName": "टेढ़ा चश्मा", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "eyewear_removed", + "langName": "चश्मा उतारो", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "sunglasses", + "langName": "धूप का चश्मा (आंखों को ढकने वाला)", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "reflection glasses", + "langName": "धूप का चश्मा (आँखें दिखाई दे रही हैं)", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "goggles", + "langName": "चश्मा", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "Blindfold", + "langName": "आँख का मुखौटा", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "eyepatch", + "langName": "आँख पर पट्टी (एक आँख)", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "bespectacled", + "langName": "चश्मा पहने हुए", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "blue-framed_eyewear", + "langName": "नीले फ्रेम का चश्मा", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "brown-framed_eyewear", + "langName": "भूरे फ्रेम का चश्मा", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "coke-bottle_glasses", + "langName": "कांच की बोतल के तले जितना मोटा गोल चश्मा", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "no_eyewear", + "langName": "हटा दिया गया (मौजूदा) चश्मा", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "opaque_glasses", + "langName": "ऐसा चश्मा जिससे आंखें नहीं दिखतीं", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "over-rim_eyewear", + "langName": "निचला आधा रिम रहित चश्मा", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "pince-nez", + "langName": "पिंस-नेज़ | बिना पैर का चश्मा", + "object": "सामान", + "attribute": "चश्मा" + }, + { + "displayName": "mask", + "langName": "नकाब", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "half_mask", + "langName": "आधा मुखौटा", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "masked", + "langName": "छिपा हुआ", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "mask_lift", + "langName": "नकाब उठाओ", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "mask_on_head", + "langName": "नकाब सिर पर उठा हुआ था", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "mask_removed", + "langName": "नकाब उतार दिया", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "mouth_mask", + "langName": "चेहरे के लिए मास्क", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "surgical_mask", + "langName": "मेडिकल मास्क", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "plague_doctor_mask", + "langName": "प्लेग डॉक्टर मास्क", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "gas_mask", + "langName": "गैस मास्क", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "visor", + "langName": "फेस मास्क | छज्जा | सूरज का किनारा", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "fox_mask", + "langName": "लोमड़ी का मुखौटा", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "diving_mask", + "langName": "गोताखोरी मुखौटा", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "diving_mask_on_head", + "langName": "सिर पर चढ़ा हुआ डाइविंग मास्क", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "oni_mask", + "langName": "भूत का मुखौटा", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "tengu_mask", + "langName": "टेंगू मुखौटा", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "ninja_mask", + "langName": "निंजा मुखौटा", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "skull_mask", + "langName": "खोपड़ी का मुखौटा", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "hockey_mask", + "langName": "हॉकी मुखौटा", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "bird_mask", + "langName": "पक्षी का मुखौटा", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "stone_mask", + "langName": "पत्थर भूत चेहरा", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "horse_mask", + "langName": "घोड़े का मुखौटा", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "masquerade_mask", + "langName": "बहाना मुखौटा", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "domino_mask", + "langName": "एसएम मास्क", + "object": "सामान", + "attribute": "नकाब" + }, + { + "displayName": "cross_earrings", + "langName": "क्रॉस बालियां", + "object": "सामान", + "attribute": "कान की बाली" + }, + { + "displayName": "crystal_earrings", + "langName": "क्रिस्टल बालियां", + "object": "सामान", + "attribute": "कान की बाली" + }, + { + "displayName": "earrings", + "langName": "झुमके", + "object": "सामान", + "attribute": "कान की बाली" + }, + { + "displayName": "flower_earrings", + "langName": "फूल की बालियाँ", + "object": "सामान", + "attribute": "कान की बाली" + }, + { + "displayName": "heart_earrings", + "langName": "दिल के आकार की बालियां", + "object": "सामान", + "attribute": "कान की बाली" + }, + { + "displayName": "hoop_earrings", + "langName": "घेरा बालियां", + "object": "सामान", + "attribute": "कान की बाली" + }, + { + "displayName": "multiple_earrings", + "langName": "एकाधिक बालियाँ", + "object": "सामान", + "attribute": "कान की बाली" + }, + { + "displayName": "pill_earrings", + "langName": "गोली शैली बालियां", + "object": "सामान", + "attribute": "कान की बाली" + }, + { + "displayName": "single_earring", + "langName": "सिर्फ एक तरफ ईयररिंग्स पहने हुए हैं", + "object": "सामान", + "attribute": "कान की बाली" + }, + { + "displayName": "skull_earrings", + "langName": "खोपड़ी की बालियाँ", + "object": "सामान", + "attribute": "कान की बाली" + }, + { + "displayName": "star_earrings", + "langName": "सितारा बालियां", + "object": "सामान", + "attribute": "कान की बाली" + }, + { + "displayName": "crescent earrings", + "langName": "वर्धमान चाँद बालियाँ", + "object": "सामान", + "attribute": "कान की बाली" + }, + { + "displayName": "wristwatch", + "langName": "घड़ी", + "object": "सामान", + "attribute": "हाथ का आभूषण" + }, + { + "displayName": "cane", + "langName": "बेंत", + "object": "सामान", + "attribute": "हाथ का आभूषण" + }, + { + "displayName": "staff", + "langName": "जादू की छड़ी", + "object": "सामान", + "attribute": "हाथ का आभूषण" + }, + { + "displayName": "holding a golden staff", + "langName": "स्वर्ण राजदंड", + "object": "सामान", + "attribute": "हाथ का आभूषण" + }, + { + "displayName": "cuffs", + "langName": "निंदा करना", + "object": "सामान", + "attribute": "हाथ का आभूषण" + }, + { + "displayName": "handcuffs", + "langName": "पुलिस हथकड़ी", + "object": "सामान", + "attribute": "हाथ का आभूषण" + }, + { + "displayName": "revolver", + "langName": "रिवाल्वर", + "object": "सामान", + "attribute": "हाथ का आभूषण" + }, + { + "displayName": "bandage", + "langName": "पट्टी", + "object": "सामान", + "attribute": "हाथ का आभूषण" + }, + { + "displayName": "leash", + "langName": "बेल्ट", + "object": "सामान", + "attribute": "हाथ का आभूषण" + }, + { + "displayName": "arm_tattoo", + "langName": "बांह का टैटू", + "object": "सामान", + "attribute": "हाथ का आभूषण" + }, + { + "displayName": "number_tattoo", + "langName": "डिजिटल टैटू", + "object": "सामान", + "attribute": "हाथ का आभूषण" + }, + { + "displayName": "bead_bracelet", + "langName": "मनके कंगन", + "object": "सामान", + "attribute": "हाथ का आभूषण" + }, + { + "displayName": "flower_bracelet", + "langName": "फूल कंगन", + "object": "सामान", + "attribute": "हाथ का आभूषण" + }, + { + "displayName": "spiked_bracelet", + "langName": "जड़ी कंगन", + "object": "सामान", + "attribute": "हाथ का आभूषण" + }, + { + "displayName": "wrist_cuffs", + "langName": "कलाई के कफ आस्तीन से अलग हो जाते हैं", + "object": "सामान", + "attribute": "हाथ का आभूषण" + }, + { + "displayName": "wristband", + "langName": "रिस्टबैंड", + "object": "सामान", + "attribute": "हाथ का आभूषण" + }, + { + "displayName": "bracer", + "langName": "कलाई के ब्रेसिज़", + "object": "सामान", + "attribute": "हाथ का आभूषण" + }, + { + "displayName": "bound_wrists", + "langName": "कलाई बांधना", + "object": "सामान", + "attribute": "हाथ का आभूषण" + }, + { + "displayName": "wrist_scrunchie", + "langName": "कलाई पर बाल बांधना", + "object": "सामान", + "attribute": "हाथ का आभूषण" + }, + { + "displayName": "shackles", + "langName": "हथकड़ी", + "object": "सामान", + "attribute": "हाथ का आभूषण" + }, + { + "displayName": "chains", + "langName": "जंजीर", + "object": "सामान", + "attribute": "हाथ का आभूषण" + }, + { + "displayName": "chain_leash", + "langName": "पट्टे के साथ जंजीर", + "object": "सामान", + "attribute": "हाथ का आभूषण" + }, + { + "displayName": "gloves", + "langName": "दस्ताने", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "gloves_removed", + "langName": "दस्ताने उतारो", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "no_gloves", + "langName": "हटाए गए (मौजूदा) दस्ताने", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "single_glove", + "langName": "एकल दस्ताना", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "single_elbow_glove", + "langName": "एक हाथ में कोहनी की लंबाई का दस्ताना पहने हुए", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "long_gloves", + "langName": "लंबे दस्ताने", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "elbow_gloves", + "langName": "लंबी आस्तीन के दस्ताने (कोहनी के दस्ताने)", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "bridal_gauntlets", + "langName": "दुल्हन के दस्ताने", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "half_gloves", + "langName": "बहुत छोटे दस्ताने | आधे दस्ताने", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "fingerless_gloves", + "langName": "उंगली रहित दस्ताने", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "partially_fingerless_gloves", + "langName": "आंशिक उंगली रहित दस्ताने", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "paw_gloves", + "langName": "पंजा दस्ताने (उंगली दस्ताने)", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "mittens", + "langName": "दस्ताने (दो उंगलियों वाले दस्ताने)", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "baseball_mitt", + "langName": "बेसबॉल दस्ताना", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "fur-trimmed_gloves", + "langName": "कच्चे किनारे के दस्ताने", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "latex_gloves", + "langName": "लेटेक्स दस्ताने", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "lace-trimmed_gloves", + "langName": "फीता दस्ताने", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "wears a pair of white lace gloves", + "langName": "सफेद फीता दस्ताने", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "leather_gloves", + "langName": "चमड़े के दस्ताने", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "frilled_gloves", + "langName": "फीता दस्ताने", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "mismatched_gloves", + "langName": "दो रंग के दस्ताने", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "multicolored_gloves", + "langName": "बहुरंगा दस्ताने", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "asymmetrical_gloves", + "langName": "असममित दस्ताने", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "brown_gloves", + "langName": "भूरे दस्ताने", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "oven_mitts", + "langName": "इंसुलेटेड दस्ताने", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "print_gloves", + "langName": "मुद्रित दस्ताने", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "striped_gloves", + "langName": "धारीदार दस्ताने", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "torn_gloves", + "langName": "क्षतिग्रस्त दस्ताने", + "object": "सामान", + "attribute": "दस्ताने" + }, + { + "displayName": "wedding_band", + "langName": "शादी की अंगूठी", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "crystal", + "langName": "क्रिस्टल", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "gem", + "langName": "जीईएम", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "chest_jewel", + "langName": "छाती का रत्न", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "forehead_jewel", + "langName": "माथे का रत्न", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "tassel", + "langName": "गुच्छा", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "belly_chain", + "langName": "पेट की चेन", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "ribbon", + "langName": "रिबन", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "stitches", + "langName": "तेजी", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "bandaid", + "langName": "बैंड एड", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "collar", + "langName": "गले का पट्टा", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "steam", + "langName": "भाप", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "bell", + "langName": "घंटी", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "amulet", + "langName": "ताबीज", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "emblem", + "langName": "बिल्ला", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "anchor_symbol", + "langName": "लंगर प्रतीक", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "cross", + "langName": "पार करना", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "diffraction_spikes", + "langName": "विवर्तन क्रॉस", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "iron_cross", + "langName": "लोहे के पार", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "latin_cross", + "langName": "लैटिन क्रॉस", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "st._gloriana's_(emblem)", + "langName": "सेंट ग्लोरिया अन्ना गर्ल्स स्कूल स्कूल का प्रतीक", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "heart_lock_(kantai_collection)", + "langName": "शिप गर्ल लॉक (जहाज सी)", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "joints", + "langName": "संयुक्त", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "kneepits", + "langName": "घुटना", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "knee_pads", + "langName": "घुटने का पैड", + "object": "सामान", + "attribute": "छोटी सजावट" + }, + { + "displayName": "bracelet", + "langName": "कंगन", + "object": "सामान", + "attribute": "जेवर" + }, + { + "displayName": "choker", + "langName": "गले का पट्टा", + "object": "सामान", + "attribute": "जेवर" + }, + { + "displayName": "metal collar", + "langName": "धातु का कॉलर", + "object": "सामान", + "attribute": "जेवर" + }, + { + "displayName": "ring", + "langName": "अँगूठी", + "object": "सामान", + "attribute": "जेवर" + }, + { + "displayName": "pendant", + "langName": "लटकन", + "object": "सामान", + "attribute": "जेवर" + }, + { + "displayName": "brooch", + "langName": "ब्रोच", + "object": "सामान", + "attribute": "जेवर" + }, + { + "displayName": "bangle", + "langName": "कंगन", + "object": "सामान", + "attribute": "जेवर" + }, + { + "displayName": "sunburst", + "langName": "सनबर्स्ट आभूषण", + "object": "सामान", + "attribute": "जेवर" + }, + { + "displayName": "pearl bracelet", + "langName": "मोती का कंगन", + "object": "सामान", + "attribute": "जेवर" + }, + { + "displayName": "drop earrings", + "langName": "बाली", + "object": "सामान", + "attribute": "जेवर" + }, + { + "displayName": "puppet rings", + "langName": "कठपुतली की अंगूठी", + "object": "सामान", + "attribute": "जेवर" + }, + { + "displayName": "corsage", + "langName": "कंचुकी", + "object": "सामान", + "attribute": "जेवर" + }, + { + "displayName": "sapphire brooch", + "langName": "नीलमणि ब्रोच", + "object": "सामान", + "attribute": "जेवर" + }, + { + "displayName": "jewelry", + "langName": "जेवर", + "object": "सामान", + "attribute": "जेवर" + }, + { + "displayName": "necklace", + "langName": "गले का हार", + "object": "सामान", + "attribute": "जेवर" + }, + { + "displayName": "stud_earrings", + "langName": "झुमके", + "object": "सामान", + "attribute": "जेवर" + }, + { + "displayName": "belt", + "langName": "बेल्ट", + "object": "सामान", + "attribute": "सामान" + }, + { + "displayName": "fanny pack", + "langName": "दबूसा लपेटना", + "object": "सामान", + "attribute": "सामान" + }, + { + "displayName": "girdling", + "langName": "करधनी", + "object": "सामान", + "attribute": "सामान" + }, + { + "displayName": "handbag", + "langName": "हैंडबैग", + "object": "सामान", + "attribute": "सामान" + }, + { + "displayName": "cross-body bag", + "langName": "कंधे पर आड़ा पहने जाने वाला बस्ता", + "object": "सामान", + "attribute": "सामान" + }, + { + "displayName": "One shoulder bag", + "langName": "कंधे पर थैला", + "object": "सामान", + "attribute": "सामान" + }, + { + "displayName": "Canvas bag", + "langName": "कैनवास बैग", + "object": "सामान", + "attribute": "सामान" + }, + { + "displayName": "veils", + "langName": "आवरण", + "object": "सामान", + "attribute": "सामान" + }, + { + "displayName": "antiseptic mask", + "langName": "चेहरे के लिए मास्क", + "object": "सामान", + "attribute": "सामान" + }, + { + "displayName": "transparent_background", + "langName": "पारदर्शी पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "white_background", + "langName": "सफेद पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "black_background", + "langName": "काली पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "grey_background", + "langName": "धूसर पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "tan_background", + "langName": "सीपिया पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "beige_background", + "langName": "बेज रंग की पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "brown_background", + "langName": "भूरे रंग की पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "two-tone_background", + "langName": "डुओटोन पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "multicolored_background", + "langName": "रंगीन पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "rainbow_background", + "langName": "इंद्रधनुष पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "blurry_foreground", + "langName": "धुंधला अग्रभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "gradient_background", + "langName": "ढाल पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "abstract_background", + "langName": "अमूर्त पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "argyle_background", + "langName": "रोम्बस पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "checkered_background", + "langName": "चेकर्ड पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "floral_background", + "langName": "पृष्ठभूमि को फूलों से सजाया गया", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "foral_background", + "langName": "पुष्प पैटर्न सजावटी पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "striped_background", + "langName": "गोल धब्बे पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "cyberpunk", + "langName": "साइबरपंक", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "scenery", + "langName": "परिदृश्य", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "city_lights", + "langName": "शहर की रोशनी की पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "starry_background", + "langName": "तारों से भरे आकाश की पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "sparkle_background", + "langName": "चमकदार तारों वाली पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "bubble_background", + "langName": "बुलबुले पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "clock_background", + "langName": "घड़ी की पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "halftone_background", + "langName": "डॉट पैटर्न पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "heart_background", + "langName": "आड़ू पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "honeycomb_background", + "langName": "मधुकोश शैली पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "plaid_background", + "langName": "टार्टन पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "simple_background", + "langName": "सरल पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "ban", + "langName": "तकनीकी कल्पना", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "crop_top_overhang", + "langName": "क्रॉप टॉप ओवरहैंग", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "viewfinder", + "langName": "कैमरा दृश्यदर्शी", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "rounded_corners", + "langName": "पृष्ठभूमि या फ़्रेम के कोने गोल हैं", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "border", + "langName": "चौखटा", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "outside_border", + "langName": "पेंटिंग का एक हिस्सा बैकग्राउंड फ्रेम के बाहर है", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "pillarboxed", + "langName": "स्तंभकार कैनवास पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "windowboxed", + "langName": "चित्र फ़्रेम का सेट (पृष्ठभूमि)", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "flashback", + "langName": "दृश्य याद करें", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "background_text", + "langName": "पृष्ठभूमि पाठ", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "wall_of_text", + "langName": "पाठ पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "blurred background", + "langName": "धुंधली पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "पृष्ठभूमि" + }, + { + "displayName": "in spring", + "langName": "वसंत", + "object": "पर्यावरण", + "attribute": "मौसम" + }, + { + "displayName": "in summer", + "langName": "गर्मी", + "object": "पर्यावरण", + "attribute": "मौसम" + }, + { + "displayName": "in autumn", + "langName": "शरद ऋतु", + "object": "पर्यावरण", + "attribute": "मौसम" + }, + { + "displayName": "in winter", + "langName": "सर्दी", + "object": "पर्यावरण", + "attribute": "मौसम" + }, + { + "displayName": "(autumn maple forest:1.3),(very few fallen leaves),(path)", + "langName": "शरद ऋतु के दृश्य", + "object": "पर्यावरण", + "attribute": "मौसम" + }, + { + "displayName": "day", + "langName": "दिन", + "object": "पर्यावरण", + "attribute": "मौसम" + }, + { + "displayName": "dusk", + "langName": "गोधूलि बेला", + "object": "पर्यावरण", + "attribute": "मौसम" + }, + { + "displayName": "night", + "langName": "रात", + "object": "पर्यावरण", + "attribute": "मौसम" + }, + { + "displayName": "rain", + "langName": "बारिश", + "object": "पर्यावरण", + "attribute": "मौसम" + }, + { + "displayName": "snow,ice", + "langName": "बर्फ और हिम", + "object": "पर्यावरण", + "attribute": "मौसम" + }, + { + "displayName": "snowflakes", + "langName": "हिमपात का एक खंड", + "object": "पर्यावरण", + "attribute": "मौसम" + }, + { + "displayName": "lighting", + "langName": "बिजली चमकना", + "object": "पर्यावरण", + "attribute": "मौसम" + }, + { + "displayName": "rainbow", + "langName": "इंद्रधनुष", + "object": "पर्यावरण", + "attribute": "मौसम" + }, + { + "displayName": "meteor shower", + "langName": "उल्का बौछार", + "object": "पर्यावरण", + "attribute": "मौसम" + }, + { + "displayName": "cloudy", + "langName": "आंशिक रूप से बादल छाएंगे", + "object": "पर्यावरण", + "attribute": "मौसम" + }, + { + "displayName": "rainy days", + "langName": "बारिश", + "object": "पर्यावरण", + "attribute": "मौसम" + }, + { + "displayName": "in the rain", + "langName": "बारिश में", + "object": "पर्यावरण", + "attribute": "मौसम" + }, + { + "displayName": "shooting star", + "langName": "उल्का", + "object": "पर्यावरण", + "attribute": "मौसम" + }, + { + "displayName": "smooth fog", + "langName": "नरम कोहरा", + "object": "पर्यावरण", + "attribute": "मौसम" + }, + { + "displayName": "thunderstorms", + "langName": "आंधी", + "object": "पर्यावरण", + "attribute": "मौसम" + }, + { + "displayName": "stormy ocean", + "langName": "तूफानी समुद्र", + "object": "पर्यावरण", + "attribute": "मौसम" + }, + { + "displayName": "ocean backdrop", + "langName": "सागर पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "मौसम" + }, + { + "displayName": "lightning", + "langName": "बिजली चमकना", + "object": "पर्यावरण", + "attribute": "मौसम" + }, + { + "displayName": "beautiful detailed sky, beautiful detailed water", + "langName": "अच्छा मौसम और अच्छा पानी", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "beautiful purple sunset at beach", + "langName": "समुद्र के किनारे सूर्यास्त", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "mountain", + "langName": "पहाड़", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "hills", + "langName": "हिल्स", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "on a hill", + "langName": "पर्वत", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "the top of the hill", + "langName": "पहाड़ की चोटी", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "forest", + "langName": "जंगल", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "grove", + "langName": "जंगल", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "bamboo forest", + "langName": "बाँस का जंगल", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "Dreamy forest", + "langName": "स्वप्न वन (अवास्तविक भाव। शांत प्रकाश कण)", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "savanna", + "langName": "मैदानी", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "plateau", + "langName": "पठार", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "valley", + "langName": "घाटी", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "canyon", + "langName": "घाटी", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "cliff", + "langName": "टीला", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "oasis", + "langName": "ओएसिस", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "wasteland", + "langName": "बंजर", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "glacier", + "langName": "हिमनद", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "volcano", + "langName": "ज्वालामुखी", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "waterfall", + "langName": "गिरना", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "stream", + "langName": "धारा", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "river", + "langName": "नदी", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "lake", + "langName": "झील", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "ocean", + "langName": "महासागर", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "sea", + "langName": "समुद्र", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "beach", + "langName": "समुंदर के किनारे का", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "on the beach", + "langName": "समुद्र तट", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "over the sea", + "langName": "समुंदर के किनारे का", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "waves", + "langName": "लहर", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "seaweed", + "langName": "समुद्री शैवाल", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "underwater", + "langName": "पानी में", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "floating island", + "langName": "तैरता द्वीप", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "flowers meadows", + "langName": "फूलदार घास का मैदान", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "flower field", + "langName": "फूल का मैदान", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "flower sea", + "langName": "फूलों का सागर", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "rose petals", + "langName": "गुलाब की पंखुड़ियाँ", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "falling petals", + "langName": "गिरे हुए फूल", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "in a meadow", + "langName": "घास का मैदान", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "field", + "langName": "ग्रामीण", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "wheat field", + "langName": "गेहूं के खेत", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "rice paddy", + "langName": "धान का खेत", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "onsen", + "langName": "स्पा", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "dripping", + "langName": "टपकता पानी", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "swirl", + "langName": "ज़ुल्फ़", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "ripples", + "langName": "तरंग", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "Alps", + "langName": "आल्पस", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "on a desert", + "langName": "रेगिस्तान", + "object": "पर्यावरण", + "attribute": "प्रकृति" + }, + { + "displayName": "sky", + "langName": "आकाश", + "object": "पर्यावरण", + "attribute": "आकाश" + }, + { + "displayName": "gradient_sky", + "langName": "झुका हुआ आकाश", + "object": "पर्यावरण", + "attribute": "आकाश" + }, + { + "displayName": "sunset", + "langName": "सूर्यास्त", + "object": "पर्यावरण", + "attribute": "आकाश" + }, + { + "displayName": "night_sky", + "langName": "नभ रत", + "object": "पर्यावरण", + "attribute": "आकाश" + }, + { + "displayName": "starry_sky", + "langName": "तारों से आकाश", + "object": "पर्यावरण", + "attribute": "आकाश" + }, + { + "displayName": "star_(sky)", + "langName": "आसमान के तारे)", + "object": "पर्यावरण", + "attribute": "आकाश" + }, + { + "displayName": "star_trail", + "langName": "स्टार ट्रेल्स", + "object": "पर्यावरण", + "attribute": "आकाश" + }, + { + "displayName": "moon", + "langName": "चंद्रमा", + "object": "पर्यावरण", + "attribute": "आकाश" + }, + { + "displayName": "crescent", + "langName": "वर्धमान चाँद", + "object": "पर्यावरण", + "attribute": "आकाश" + }, + { + "displayName": "crescent_moon", + "langName": "अमावस्या", + "object": "पर्यावरण", + "attribute": "आकाश" + }, + { + "displayName": "full_moon", + "langName": "पूर्णचंद्र", + "object": "पर्यावरण", + "attribute": "आकाश" + }, + { + "displayName": "moonlight", + "langName": "चांदनी", + "object": "पर्यावरण", + "attribute": "आकाश" + }, + { + "displayName": "scarlet_moon", + "langName": "लाल चाँद", + "object": "पर्यावरण", + "attribute": "आकाश" + }, + { + "displayName": "hyper_galaxy", + "langName": "सुपर आकाशगंगा", + "object": "पर्यावरण", + "attribute": "आकाश" + }, + { + "displayName": "universe", + "langName": "ब्रह्मांड", + "object": "पर्यावरण", + "attribute": "आकाश" + }, + { + "displayName": "space", + "langName": "अंतरिक्ष", + "object": "पर्यावरण", + "attribute": "आकाश" + }, + { + "displayName": "planet", + "langName": "ग्रह", + "object": "पर्यावरण", + "attribute": "आकाश" + }, + { + "displayName": "from_space_station", + "langName": "अंतरिक्ष स्टेशन", + "object": "पर्यावरण", + "attribute": "आकाश" + }, + { + "displayName": "satellite", + "langName": "उपग्रह", + "object": "पर्यावरण", + "attribute": "आकाश" + }, + { + "displayName": "lunar", + "langName": "चंद्र, _चंद्र;", + "object": "पर्यावरण", + "attribute": "आकाश" + }, + { + "displayName": "cirrus", + "langName": "सिरस", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "cirrocumulus", + "langName": "सिरोक्यूम्यलस बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "cirrostratus", + "langName": "सिरोस्टरटस", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "altocumulus", + "langName": "आल्टोक्यूम्यलस प्रकार", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "altostratus", + "langName": "आल्टोस्ट्रेटस बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "stratus", + "langName": "फैला हुआ बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "stratocumulus", + "langName": "स्ट्रेटोक्यूमलस", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "cumulus", + "langName": "क्यूम्यलस", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "cumulonimbus", + "langName": "क्यूम्यलोनिम्बस", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "Nimbostratus", + "langName": "निंबोस्ट्रेट्स", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "cirrus_fibratus", + "langName": "सिरस बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "cirrus_uncinus", + "langName": "सिरस बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "cirrus_spissatus", + "langName": "घना सिरस", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "cirrus_floccus", + "langName": "सिरस के बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "cirrus_castellanus", + "langName": "फोर्ट सिरस", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "cirrus_intortus", + "langName": "अराजक बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "cirrocumulus_stratiformis", + "langName": "स्ट्रेटोक्यूमलस", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "cirrocumulus_floccus", + "langName": "सिरोक्यूम्यलस फ्लोकुलस", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "cirrocumulus_castellanus", + "langName": "सिरोक्यूम्यलस कैस्टेलस", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "cirrocumulus_lacunosus", + "langName": "सिरोक्यूम्यलस रेटिकुलरिस", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "cirrostratus_fibratus", + "langName": "सिरोस्टरटस", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "cirrostratus_nebulosus", + "langName": "सिरोस्टरटस", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "altocumulus_strataformis", + "langName": "स्ट्रैटिफॉर्म अल्टोक्यूम्यलस बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "altocumulus_lenticularis", + "langName": "लेंटिकुलर आल्टोक्यूम्यलस बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "altocumulus_castellanus", + "langName": "आल्टोक्यूम्यलस किला", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "altocumulus_floccus", + "langName": "फ़्लोकुलेंट अल्टोक्यूम्यलस बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "altocumulus_lacunosus", + "langName": "जालीदार आल्टोक्यूम्यलस", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "altostratus_undulatus", + "langName": "लहरदार अल्टोस्ट्रेटस बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "altostratus_duplicates", + "langName": "समग्र अल्टोस्ट्रेटस बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "altostratus_pannus", + "langName": "खंडित आल्टोस्ट्रेटस", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "altostratus_translucidus", + "langName": "आल्टोस्ट्रेटस बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "altostratus_opacus", + "langName": "अस्पष्ट आल्टोस्ट्रेटस बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "altostratus_radiatus", + "langName": "रेडियल अल्टोस्ट्रेटस बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "altostratus_mammatus", + "langName": "स्तनधारी अल्टोस्ट्रेटस बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "stratus_fractus", + "langName": "स्तरित बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "stratus_nebulosus", + "langName": "कोहरे की परत वाले बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "stratus_undulatus", + "langName": "वेवस्ट्रेटस", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "stratocumulus_stratiformis", + "langName": "स्ट्रैटोक्यूम्यलस बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "stratocumulus_cumulogentis", + "langName": "क्यूम्यलोनिम्बस स्ट्रैटोक्यूम्यलस", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "stratocumulus_castellanus", + "langName": "कैस्टेलेटेड स्ट्रैटोक्यूम्यलस बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "stratocumulus_lenticularis", + "langName": "लेंटिकुलर स्ट्रैटोक्यूम्यलस बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "stratocumulus_lacunosus", + "langName": "फ़्लोकुलेंट स्ट्रैटोक्यूम्यलस", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "cumulus_humilis", + "langName": "बहुत सारे बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "cumulus_mediocris", + "langName": "मेसोक्यूम्यलस बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "cumulus_congestus", + "langName": "क्यूम्यलस कंजेस्टस", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "cumulus_fractus", + "langName": "बहुत सारे बादल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "cumulonimbus_calvus", + "langName": "क्यूम्यलोनिम्बस गंजा", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "cumulonimbus_capillatus", + "langName": "क्यूम्यलोनिम्बस अयाल", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "cumulonimbus_incus", + "langName": "क्यूम्यलोनिम्बस निहाई", + "object": "पर्यावरण", + "attribute": "बादल" + }, + { + "displayName": "outdoors", + "langName": "आउटडोर", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "castle", + "langName": "किला", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "cyberpunk city", + "langName": "साइबरपंक सिटी", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "Bustling city", + "langName": "हलचल भरा शहर", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "neon lights", + "langName": "नीयन रोशनी", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "street lamp", + "langName": "सड़क का दीपक", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "skyscraper", + "langName": "गगनचुंबी इमारत", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "building", + "langName": "वास्तुकला", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "gothic architecture", + "langName": "गोथिक वास्तुशिल्प", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "chinese style architecture", + "langName": "प्राचीन शैली की वास्तुकला", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "Industrial wind, Chinese architecture", + "langName": "औद्योगीकृत प्राचीन इमारतें", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "church", + "langName": "गिरजाघर", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "cathedral", + "langName": "कैथेड्रल", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "mosque", + "langName": "मस्जिद", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "torii", + "langName": "तोरी", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "gohei", + "langName": "मंदिर", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "temple", + "langName": "मंदिर", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "ruins", + "langName": "अवशेष", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "remains", + "langName": "मलबे", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "fountain", + "langName": "फव्वारा", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "park", + "langName": "बगीचा", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "treehouse", + "langName": "वृक्ष बगीचा", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "botanical garden", + "langName": "बोटैनिकल गार्डन", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "grave", + "langName": "कब्र", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "graveyard", + "langName": "कब्रिस्तान", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "tombstone", + "langName": "समाधि का पत्थर", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "monolith", + "langName": "विशाल पत्थर की वस्तु", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "rappelling", + "langName": "लेवलिंग (फांसी)", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "harbor", + "langName": "पत्तन", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "bridge", + "langName": "पुल", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "railroad tracks", + "langName": "रेल", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "railroad", + "langName": "रेलवे", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "railway", + "langName": "रेलवे", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "train station", + "langName": "रेलवे स्टेशन", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "bus stop", + "langName": "बस स्टेशन", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "phone booth", + "langName": "दूरभाष यंत्र दूकान", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "tunnel", + "langName": "सुरंग", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "airport", + "langName": "एयरपोर्ट", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "ferris wheel", + "langName": "बड़ा चक्का", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "carousel", + "langName": "हिंडोला", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "waterpark", + "langName": "वाटर पार्क", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "stadium", + "langName": "स्टेडियम", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "arena", + "langName": "अखाड़ा", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "Auditorium", + "langName": "बड़ा कमरा", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "concert", + "langName": "संगीत समारोह", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "market stall", + "langName": "बाजार के स्टाल", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "shop", + "langName": "दुकान", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "restaurant", + "langName": "रेस्टोरेंट", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "bakery", + "langName": "बेकरी", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "convenience store", + "langName": "सुविधा स्टोर", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "supermarket", + "langName": "सुपरमार्केट", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "pharmacy", + "langName": "फार्मेसी", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "bar", + "langName": "छड़", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "izakaya", + "langName": "Izakaya", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "cafe", + "langName": "कैफे", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "coffee house", + "langName": "कैफे", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "Trapeze", + "langName": "हैंगर; झूला", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "bowling alley", + "langName": "बोलिंग एले", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "gym", + "langName": "जिम", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "library", + "langName": "पुस्तकालय", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "art gallery", + "langName": "आर्ट गैलरी", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "museum", + "langName": "संग्रहालय", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "planetarium", + "langName": "नक्षत्र-भवन", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "swimming pool", + "langName": "स्विमिंग पूल", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "zoo", + "langName": "चिड़ियाघर", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "aquarium", + "langName": "मछलीघर", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "laboratory", + "langName": "प्रयोगशाला", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "prison", + "langName": "कारागार", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "engine room", + "langName": "इंजन कक्ष", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "warehouse", + "langName": "गोदाम", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "workshop", + "langName": "कार्यशाला", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "courtroom", + "langName": "अदालत", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "theater", + "langName": "थिएटर", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "movie theater", + "langName": "सिनेमा", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "billiard", + "langName": "टेबल खींचे", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "casino", + "langName": "कैसीनो", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "playground", + "langName": "खेल का मैदान", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "greco-roman architectur", + "langName": "पश्चिमी रोमन वास्तुकला", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "in the romanesque architecture streets", + "langName": "रोमन सड़कें", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "handrail", + "langName": "कटघरा", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "shanty town/slum", + "langName": "गंदी बस्ती", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "modern,Europe", + "langName": "आधुनिक यूरोपीय वास्तुकला", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "building_ruins", + "langName": "इमारत के खंडहर", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "amusement_park", + "langName": "एम्यूज़मेंट पार्क", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "Disney_land", + "langName": "डिज्नीलैंड", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "wrestling_ring", + "langName": "कुश्ती की अंगूठी", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "Japanese_hotel", + "langName": "जापान होटल", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "jail_bars", + "langName": "जेल बार", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "in_the_movie_theatre", + "langName": "सिनेमा में", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "architecture", + "langName": "वास्तुकला", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "magnificent_architecture", + "langName": "वास्तुकला", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "east_asian_architecture", + "langName": "पूर्वी एशियाई वास्तुकला", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "chinese_style_loft", + "langName": "चीनी शैली का मचान", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "traditional_chinese_room", + "langName": "पारंपरिक चीनी शैली का कमरा", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "turret", + "langName": "टावर", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "tower", + "langName": "टावर", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "at the lighthouse", + "langName": "प्रकाशस्तंभ", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "reservoir", + "langName": "जलाशय", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "under_bridge", + "langName": "पुल के नीचे", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "rubble_ruins", + "langName": "मलबा | खंडहर", + "object": "पर्यावरण", + "attribute": "आउटडोर" + }, + { + "displayName": "city", + "langName": "शहर", + "object": "पर्यावरण", + "attribute": "शहर" + }, + { + "displayName": "downtown", + "langName": "शहर का केंद्र", + "object": "पर्यावरण", + "attribute": "शहर" + }, + { + "displayName": "cityscape", + "langName": "cityscape", + "object": "पर्यावरण", + "attribute": "शहर" + }, + { + "displayName": "in_main_street", + "langName": "मार्ग", + "object": "पर्यावरण", + "attribute": "शहर" + }, + { + "displayName": "Intersection", + "langName": "चौराहा", + "object": "पर्यावरण", + "attribute": "शहर" + }, + { + "displayName": "street", + "langName": "गली", + "object": "पर्यावरण", + "attribute": "शहर" + }, + { + "displayName": "avenue", + "langName": "मुख्य मार्ग", + "object": "पर्यावरण", + "attribute": "शहर" + }, + { + "displayName": "alley", + "langName": "गली", + "object": "पर्यावरण", + "attribute": "शहर" + }, + { + "displayName": "crowd", + "langName": "भीड़", + "object": "पर्यावरण", + "attribute": "शहर" + }, + { + "displayName": "road", + "langName": "सड़क", + "object": "पर्यावरण", + "attribute": "शहर" + }, + { + "displayName": "path", + "langName": "पथ", + "object": "पर्यावरण", + "attribute": "शहर" + }, + { + "displayName": "pavement", + "langName": "फुटपाथ", + "object": "पर्यावरण", + "attribute": "शहर" + }, + { + "displayName": "road_sign", + "langName": "सड़क चिह्न", + "object": "पर्यावरण", + "attribute": "शहर" + }, + { + "displayName": "traffic_cone", + "langName": "अवरोध", + "object": "पर्यावरण", + "attribute": "शहर" + }, + { + "displayName": "lamppost", + "langName": "सड़क का दीपक", + "object": "पर्यावरण", + "attribute": "शहर" + }, + { + "displayName": "fence", + "langName": "बाड़", + "object": "पर्यावरण", + "attribute": "शहर" + }, + { + "displayName": "railing", + "langName": "कटघरा", + "object": "पर्यावरण", + "attribute": "शहर" + }, + { + "displayName": "bench", + "langName": "बेंच", + "object": "पर्यावरण", + "attribute": "शहर" + }, + { + "displayName": "lawn", + "langName": "घास का मैदान", + "object": "पर्यावरण", + "attribute": "शहर" + }, + { + "displayName": "vending_machine", + "langName": "व्यापारिक मशीन", + "object": "पर्यावरण", + "attribute": "शहर" + }, + { + "displayName": "indoor", + "langName": "इनडोर", + "object": "पर्यावरण", + "attribute": "इनडोर" + }, + { + "displayName": "bedroom", + "langName": "सोने का कमरा", + "object": "पर्यावरण", + "attribute": "इनडोर" + }, + { + "displayName": "classroom", + "langName": "कक्षा", + "object": "पर्यावरण", + "attribute": "इनडोर" + }, + { + "displayName": "clubroom", + "langName": "क्लब", + "object": "पर्यावरण", + "attribute": "इनडोर" + }, + { + "displayName": "dark nightclub background", + "langName": "मंद नाइट क्लब पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "इनडोर" + }, + { + "displayName": "dormitory", + "langName": "छात्रावास", + "object": "पर्यावरण", + "attribute": "इनडोर" + }, + { + "displayName": "cafeteria", + "langName": "काफ़ीहाउस", + "object": "पर्यावरण", + "attribute": "इनडोर" + }, + { + "displayName": "kitchen", + "langName": "रसोईघर", + "object": "पर्यावरण", + "attribute": "इनडोर" + }, + { + "displayName": "toilet stall", + "langName": "शौचालय कक्ष", + "object": "पर्यावरण", + "attribute": "इनडोर" + }, + { + "displayName": "infirmary", + "langName": "दुर्बलता", + "object": "पर्यावरण", + "attribute": "इनडोर" + }, + { + "displayName": "art room", + "langName": "कला कक्ष", + "object": "पर्यावरण", + "attribute": "इनडोर" + }, + { + "displayName": "greenhouse", + "langName": "ग्रीन हाउस", + "object": "पर्यावरण", + "attribute": "इनडोर" + }, + { + "displayName": "basement", + "langName": "तहखाना", + "object": "पर्यावरण", + "attribute": "इनडोर" + }, + { + "displayName": "server room", + "langName": "सर्वर कक्ष", + "object": "पर्यावरण", + "attribute": "इनडोर" + }, + { + "displayName": "electrical room", + "langName": "वितरण कक्ष", + "object": "पर्यावरण", + "attribute": "इनडोर" + }, + { + "displayName": "dungeon", + "langName": "तहखाना", + "object": "पर्यावरण", + "attribute": "इनडोर" + }, + { + "displayName": "otaku room", + "langName": "ओटाकू कमरा", + "object": "पर्यावरण", + "attribute": "इनडोर" + }, + { + "displayName": "stage", + "langName": "अवस्था", + "object": "पर्यावरण", + "attribute": "इनडोर" + }, + { + "displayName": "bathing", + "langName": "स्नानघर", + "object": "पर्यावरण", + "attribute": "इनडोर" + }, + { + "displayName": "stairs", + "langName": "सीढ़ियाँ", + "object": "पर्यावरण", + "attribute": "इनडोर" + }, + { + "displayName": "palace", + "langName": "पैलेस", + "object": "पर्यावरण", + "attribute": "इनडोर" + }, + { + "displayName": "bed", + "langName": "बिस्तर", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "wardrobe", + "langName": "कपड़े की अलमारी", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "desk lamp", + "langName": "डेस्क दीपक", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "couch", + "langName": "सोफ़ा", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "tatami", + "langName": "टाटामी", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "kotatsu", + "langName": "कोटात्सु", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "fireplace", + "langName": "चिमनी", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "table", + "langName": "मेज़", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "school_desk", + "langName": "मेज़", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "chair", + "langName": "कुर्सी", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "armchair", + "langName": "कुर्सी", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "lounge_chair", + "langName": "लाउंज कुर्सी", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "beach_chair", + "langName": "समुद्र तट कुर्सी", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "folding_chair", + "langName": "खुलने और बंधनेवाली करसी", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "office_chair", + "langName": "कार्यालय की कुर्सी", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "wheelchair", + "langName": "व्हीलचेयर", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "invisible_chair", + "langName": "अदृश्य कुर्सी", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "window_", + "langName": "खिड़की", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "sash", + "langName": "कमरबंद", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "curtains", + "langName": "परदा", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "sliding_doors", + "langName": "स्लाइडिंग दरवाजा", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "door", + "langName": "दरवाजा", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "clothes_rack", + "langName": "कोट हैंगर", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "air_conditioner", + "langName": "एयर कंडीशनर", + "object": "पर्यावरण", + "attribute": "फर्नीचर" + }, + { + "displayName": "mattress", + "langName": "गद्दा; MATTRESS", + "object": "पर्यावरण", + "attribute": "बिस्तर" + }, + { + "displayName": "bed_sheet", + "langName": "चादर", + "object": "पर्यावरण", + "attribute": "बिस्तर" + }, + { + "displayName": "futon", + "langName": "जापानी गद्दा", + "object": "पर्यावरण", + "attribute": "बिस्तर" + }, + { + "displayName": "pillow", + "langName": "तकिया", + "object": "पर्यावरण", + "attribute": "बिस्तर" + }, + { + "displayName": "cushion", + "langName": "तकिया", + "object": "पर्यावरण", + "attribute": "बिस्तर" + }, + { + "displayName": "dumpling_Hug_Pillow", + "langName": "पकौड़ी तकिया", + "object": "पर्यावरण", + "attribute": "बिस्तर" + }, + { + "displayName": "pillow_hug", + "langName": "तकिया", + "object": "पर्यावरण", + "attribute": "बिस्तर" + }, + { + "displayName": "yes-no_pillow", + "langName": "हाँ/नहीं तकिया", + "object": "पर्यावरण", + "attribute": "बिस्तर" + }, + { + "displayName": "stuffed_animal", + "langName": "भव्य गुड़िया", + "object": "पर्यावरण", + "attribute": "बिस्तर" + }, + { + "displayName": "stuffed_bunny", + "langName": "भरवां खरगोश", + "object": "पर्यावरण", + "attribute": "बिस्तर" + }, + { + "displayName": "carpet", + "langName": "कालीन", + "object": "पर्यावरण", + "attribute": "बिस्तर" + }, + { + "displayName": "bathroom", + "langName": "स्नानघर", + "object": "पर्यावरण", + "attribute": "स्नानघर" + }, + { + "displayName": "shower_head", + "langName": "शावर का फव्वारा", + "object": "पर्यावरण", + "attribute": "स्नानघर" + }, + { + "displayName": "toilet", + "langName": "शौचालय", + "object": "पर्यावरण", + "attribute": "स्नानघर" + }, + { + "displayName": "squat_toilet", + "langName": "स्क्वाट शौचालय", + "object": "पर्यावरण", + "attribute": "स्नानघर" + }, + { + "displayName": "soap", + "langName": "साबुन", + "object": "पर्यावरण", + "attribute": "स्नानघर" + }, + { + "displayName": "tiles", + "langName": "सिरेमिक टाइल", + "object": "पर्यावरण", + "attribute": "स्नानघर" + }, + { + "displayName": "rubber_duck", + "langName": "रबर की बतख", + "object": "पर्यावरण", + "attribute": "स्नानघर" + }, + { + "displayName": "bathtub,", + "langName": "टब", + "object": "पर्यावरण", + "attribute": "स्नानघर" + }, + { + "displayName": "new year", + "langName": "नया साल", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "year of the rabbit", + "langName": "खरगोश का वर्ष", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "valentine", + "langName": "वेलेंटाइन्स डे", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "lantern festival", + "langName": "लालटेन की त्योहार", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "summer festival", + "langName": "गर्मियों का त्योहार", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "tanabata", + "langName": "क्यूक्सी महोत्सव", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "mid-autumn festival", + "langName": "मध्य शरद ऋतु समारोह", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "halloween", + "langName": "हेलोवीन", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "christmas", + "langName": "क्रिसमस", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "fireworks", + "langName": "आतिशबाजी", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "explosion", + "langName": "विस्फोट", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "water vapor", + "langName": "भाप", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "liquid background, Sputtered water", + "langName": "तरल पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "in the ocean", + "langName": "समुद्र के किनारे सूर्यास्त", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "magic circles", + "langName": "जादू की अंगूठी", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "fluorescent mushroom forests background", + "langName": "फ्लोरोसेंट मशरूम वन", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "(((colorful bubble)))", + "langName": "रंग-बिरंगे बुलबुले", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "golden hour lighting", + "langName": "सुनहरे घंटे की रोशनी", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "strong rim light", + "langName": "मजबूत रिम लाइट", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "against backlight at dusk", + "langName": "सूरज की ओर पीठ करके शाम", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "intense shadows", + "langName": "मजबूत छाया", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "ceiling window", + "langName": "फर्श से छत तक खिड़कियाँ", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "colourful glass", + "langName": "रंगीन कांच", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "stain glass", + "langName": "रंगीन कांच", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "Graffiti wall", + "langName": "भित्तिचित्र दीवार", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "mosaic background", + "langName": "मोज़ेक पृष्ठभूमि", + "object": "पर्यावरण", + "attribute": "वायुमंडल" + }, + { + "displayName": "notebook", + "langName": "नोटबुक", + "object": "चीज़", + "attribute": "स्कूल का सामान" + }, + { + "displayName": "pencil", + "langName": "पेंसिल", + "object": "चीज़", + "attribute": "स्कूल का सामान" + }, + { + "displayName": "paintbrush", + "langName": "ब्रश", + "object": "चीज़", + "attribute": "स्कूल का सामान" + }, + { + "displayName": "book", + "langName": "किताब", + "object": "चीज़", + "attribute": "स्कूल का सामान" + }, + { + "displayName": "open_book", + "langName": "खुली किताब", + "object": "चीज़", + "attribute": "स्कूल का सामान" + }, + { + "displayName": "book_stack", + "langName": "किताबों का ढेर", + "object": "चीज़", + "attribute": "स्कूल का सामान" + }, + { + "displayName": "bookshelf", + "langName": "पुस्ताक तख्ता", + "object": "चीज़", + "attribute": "स्कूल का सामान" + }, + { + "displayName": "school_bag", + "langName": "स्कूल बैग (हैंडबैग)", + "object": "चीज़", + "attribute": "स्कूल का सामान" + }, + { + "displayName": "backpack", + "langName": "बैग", + "object": "चीज़", + "attribute": "स्कूल का सामान" + }, + { + "displayName": "computer", + "langName": "कंप्यूटर", + "object": "चीज़", + "attribute": "डिजिटल उपकरण" + }, + { + "displayName": "mouse", + "langName": "चूहा", + "object": "चीज़", + "attribute": "डिजिटल उपकरण" + }, + { + "displayName": "cellphone", + "langName": "सेलफोन", + "object": "चीज़", + "attribute": "डिजिटल उपकरण" + }, + { + "displayName": "Smartphones", + "langName": "स्मार्टफ़ोन", + "object": "चीज़", + "attribute": "डिजिटल उपकरण" + }, + { + "displayName": "nintendo_switch", + "langName": "निंटेंडो स्विच", + "object": "चीज़", + "attribute": "डिजिटल उपकरण" + }, + { + "displayName": "handheld_game_console", + "langName": "हैंडहेल्ड गेम कंसोल", + "object": "चीज़", + "attribute": "डिजिटल उपकरण" + }, + { + "displayName": "nintendo_3ds", + "langName": "नींतेंदों 3 डी एस", + "object": "चीज़", + "attribute": "डिजिटल उपकरण" + }, + { + "displayName": "nintendo_ds", + "langName": "निंटेंडो डी.एस", + "object": "चीज़", + "attribute": "डिजिटल उपकरण" + }, + { + "displayName": "cable", + "langName": "केबल", + "object": "चीज़", + "attribute": "डिजिटल उपकरण" + }, + { + "displayName": "power_lines", + "langName": "पावर कॉर्ड", + "object": "चीज़", + "attribute": "डिजिटल उपकरण" + }, + { + "displayName": "buttons", + "langName": "बटन", + "object": "चीज़", + "attribute": "डिजिटल उपकरण" + }, + { + "displayName": "fork", + "langName": "काँटा", + "object": "चीज़", + "attribute": "मेज" + }, + { + "displayName": "spoon", + "langName": "चम्मच", + "object": "चीज़", + "attribute": "मेज" + }, + { + "displayName": "chopsticks", + "langName": "चीनी काँटा", + "object": "चीज़", + "attribute": "मेज" + }, + { + "displayName": "ladle", + "langName": "करछुल", + "object": "चीज़", + "attribute": "मेज" + }, + { + "displayName": "plate", + "langName": "थाली", + "object": "चीज़", + "attribute": "मेज" + }, + { + "displayName": "bowl", + "langName": "कटोरा", + "object": "चीज़", + "attribute": "मेज" + }, + { + "displayName": "cup", + "langName": "कप", + "object": "चीज़", + "attribute": "मेज" + }, + { + "displayName": "drinking_glass", + "langName": "पानी का कप", + "object": "चीज़", + "attribute": "मेज" + }, + { + "displayName": "tumbler", + "langName": "साधारण गिलास", + "object": "चीज़", + "attribute": "मेज" + }, + { + "displayName": "beer_mug", + "langName": "बियर मग", + "object": "चीज़", + "attribute": "मेज" + }, + { + "displayName": "pot", + "langName": "बर्तन", + "object": "चीज़", + "attribute": "मेज" + }, + { + "displayName": "teapot", + "langName": "चायदानी", + "object": "चीज़", + "attribute": "मेज" + }, + { + "displayName": "tray", + "langName": "ट्रे", + "object": "चीज़", + "attribute": "मेज" + }, + { + "displayName": "soda_can", + "langName": "डिब्बाबंद पेय", + "object": "चीज़", + "attribute": "मेज" + }, + { + "displayName": "can", + "langName": "जार", + "object": "चीज़", + "attribute": "मेज" + }, + { + "displayName": "candle", + "langName": "मोमबत्ती", + "object": "चीज़", + "attribute": "मेज" + }, + { + "displayName": "gift_box", + "langName": "उपहार बॉक्स", + "object": "चीज़", + "attribute": "मेज" + }, + { + "displayName": "heart-shaped_box", + "langName": "दिल के आकार का उपहार बॉक्स", + "object": "चीज़", + "attribute": "मेज" + }, + { + "displayName": "music", + "langName": "संगीत", + "object": "चीज़", + "attribute": "संगीत के उपकरण" + }, + { + "displayName": "guitar", + "langName": "गिटार", + "object": "चीज़", + "attribute": "संगीत के उपकरण" + }, + { + "displayName": "piano", + "langName": "पियानो", + "object": "चीज़", + "attribute": "संगीत के उपकरण" + }, + { + "displayName": "cello", + "langName": "वायलनचेलो", + "object": "चीज़", + "attribute": "संगीत के उपकरण" + }, + { + "displayName": "playing_instrument", + "langName": "खेलने कि एक साधन", + "object": "चीज़", + "attribute": "संगीत के उपकरण" + }, + { + "displayName": "wind_chime", + "langName": "घंटानाद", + "object": "चीज़", + "attribute": "संगीत के उपकरण" + }, + { + "displayName": "Accordion", + "langName": "अकॉर्डियन", + "object": "चीज़", + "attribute": "संगीत के उपकरण" + }, + { + "displayName": "Saxophone", + "langName": "सैक्सोफोन", + "object": "चीज़", + "attribute": "संगीत के उपकरण" + }, + { + "displayName": "umbrella", + "langName": "छाता", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "transparent_umbrella", + "langName": "पारदर्शी छाता", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "closed_umbrella", + "langName": "बंद छाता", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "oil-paper_umbrella", + "langName": "ऑयल पेपर छाता", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "Parasol", + "langName": "छत्र", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "folding_fan", + "langName": "फ़ोल्ड करने योग्य पंखा", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "paper_fan", + "langName": "कागज का पंखा", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "uchiwa", + "langName": "गोल पंखा", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "camera", + "langName": "कैमरा", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "lantern/lamp", + "langName": "लालटेन", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "basket", + "langName": "टोकरी", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "bucket", + "langName": "बाल्टी", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "pail", + "langName": "बाल्टी", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "water_bottle", + "langName": "पानी की बोतल", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "lotion", + "langName": "सनस्क्रीन | शरीर का लोशन", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "lotion_bottle", + "langName": "लोशन की बोतल", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "key", + "langName": "चाबी", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "coin", + "langName": "सिक्का", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "money", + "langName": "धन", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "trading_card", + "langName": "व्यापार कार्ड", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "playing_card", + "langName": "ताश का खेल", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "chess_piece", + "langName": "टुकड़ा", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "ofuda", + "langName": "तावीज़", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "wand", + "langName": "जादू की छड़ी", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "magic", + "langName": "जादू", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "riding_crop", + "langName": "घुड़सवारी का चाबुक", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "whip", + "langName": "चाबुक", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "microphone", + "langName": "माइक्रोफ़ोन", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "sack", + "langName": "थैला", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "scales", + "langName": "तराजू", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "trophy", + "langName": "ट्रॉफी", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "molecule", + "langName": "मोलेकुलर", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "diamond_(shape)", + "langName": "हीरा(आकार)", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "chibi_inset", + "langName": "चबी चित्रण", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "damaged", + "langName": "हानि", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "gourd", + "langName": "लौकी", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "mimikaki", + "langName": "कान चुनना", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "hammer", + "langName": "हथौड़ा", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "inlet", + "langName": "प्रवेश द्वार", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "stubble", + "langName": "खूंटी", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "Cassette", + "langName": "टेप कैसेट", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "Lever", + "langName": "लीवर, लीवर", + "object": "चीज़", + "attribute": "अन्य सामाग्री" + }, + { + "displayName": "weapon", + "langName": "हथियारों", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "huge_weapon", + "langName": "बड़े आकार के हथियार", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "planted_weapon", + "langName": "हथियार जमीन में गाड़ दिए गए", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "broken_weapon", + "langName": "टूटा हुआ हथियार", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "weapon_on_back", + "langName": "पीठ पर हथियार", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "weapon_over_shoulder", + "langName": "कंधे का हथियार", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "sword", + "langName": "चाकू", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "planted_sword", + "langName": "खड़ी तलवार", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "scabbard", + "langName": "म्यान", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "katana", + "langName": "कटाना", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "saber_(weapon)", + "langName": "कृपाण (हथियार)", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "dagger", + "langName": "कटार", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "axe", + "langName": "कुल्हाड़ी", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "hatchet", + "langName": "कुल्हाड़ी", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "stake", + "langName": "चिपकना", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "lance", + "langName": "भाला", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "trident", + "langName": "ट्राइडेंट", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "bow_(weapon)", + "langName": "झुकना", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "arrow", + "langName": "तीर", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "scythe", + "langName": "दरांती", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "claw_(weapon)", + "langName": "पंजा (हथियार)", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "nose_hatchet", + "langName": "कुल्हाड़ी", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "gun", + "langName": "बंदूक", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "handgun", + "langName": "पिस्तौल", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "thompson_submachine_gun", + "langName": "थॉम्पसन सबमशीन गन", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "magazine_(weapon)", + "langName": "पत्रिका (हथियार)", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "dynamite", + "langName": "ग्लिसरीन डायनामाइट", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "bomb", + "langName": "बम", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "track missiles", + "langName": "ट्रैकिंग मिसाइल", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "cannon", + "langName": "तोप", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "tank", + "langName": "टैंक", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "military_vehicle", + "langName": "सैन्य वाहन", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "motorcycle", + "langName": "मोटरसाइकिल", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "car", + "langName": "कार", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "watercraft", + "langName": "जहाज", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "ship", + "langName": "जहाज", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "machine", + "langName": "यांत्रिक", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "machinery", + "langName": "यांत्रिक हथियार", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "mechanical_arms", + "langName": "रोबोटिक भुजा", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "mechanization", + "langName": "यंत्रीकरण", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "robot_joints", + "langName": "यांत्रिक जोड़", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "variable_fighter", + "langName": "मैक्रॉस मशीन", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "sorcerer's_sutra_scroll", + "langName": "शैतान का सूत्र", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "scissors", + "langName": "कैंची", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "rifle,", + "langName": "राइफल", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "complex Trajectory", + "langName": "ट्रेल टेलिंग", + "object": "चीज़", + "attribute": "हथियारों" + }, + { + "displayName": "food", + "langName": "खाना", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "makizushi", + "langName": "नोरी रोल सुशी", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "onigiri", + "langName": "चावल के गोले", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "obento", + "langName": "सुविधाजनक", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "ramen", + "langName": "हाथ से खींचा गया नूडल", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "noodles", + "langName": "सिर", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "tempura", + "langName": "तेमपुरा", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "wagashi", + "langName": "जापानी मिष्ठान्न", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "dango", + "langName": "पकौड़ी", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "taiyaki", + "langName": "Taiyaki", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "sweet_potato", + "langName": "शकरकंद", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "cake", + "langName": "केक", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "pancake", + "langName": "मफिन", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "sweets", + "langName": "कैंडी", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "candy", + "langName": "कैंडी", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "candy_apple", + "langName": "कैंडी सेब", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "candy_cane", + "langName": "चूसने की मिठाई", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "cookie", + "langName": "बिस्कुट", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "cream", + "langName": "क्रीम", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "ice_cream", + "langName": "आइसक्रीम", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "doughnut", + "langName": "डोनट", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "pasties", + "langName": "पाई", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "sundae", + "langName": "कुचले हुए फल", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "burger", + "langName": "हैमबर्गर", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "egg", + "langName": "अंडा", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "meat", + "langName": "मांस", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "fruit", + "langName": "फल", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "apple", + "langName": "सेब", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "peach", + "langName": "आड़ू", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "aubergine", + "langName": "बैंगन", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "carrot", + "langName": "गाजर", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "chips", + "langName": "आलू के चिप्स", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "potato_chips", + "langName": "आलू के चिप्स", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "telstar", + "langName": "टेलस्टार फुटबॉल", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "jam", + "langName": "जाम", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "pocky", + "langName": "शीतला रोग से ग्रस्त", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "food_stand", + "langName": "भोजन स्टाल", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "food_in_mouth", + "langName": "मुँह में खाना", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "food_on_body", + "langName": "शरीर पर भोजन", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "food_print", + "langName": "पद चिन्ह", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "in_food", + "langName": "(चरित्र) भोजन में", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "coffee", + "langName": "कॉफी", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "tea", + "langName": "चाय", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "teacup", + "langName": "कप", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "sake", + "langName": "जापानी खातिर", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "wine", + "langName": "शराब", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "drink", + "langName": "पेय", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "bottled_water", + "langName": "बोतलबंद जल", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "A_sushi_roll", + "langName": "सुशी रोल", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "cigarette", + "langName": "सिगरेट", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "cotton_candy_", + "langName": "marshmallow", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "Gelatin", + "langName": "जिलेटिन, पुडिंग", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "kafuu_chino", + "langName": "कैवुकिनो", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "food_on_", + "langName": "चेहरे पर खाना", + "object": "चीज़", + "attribute": "खाना" + }, + { + "displayName": "mammal", + "langName": "सस्तन प्राणी", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "reptile", + "langName": "साँप", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "bird", + "langName": "चिड़िया", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "crow", + "langName": "कौआ", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "penguin", + "langName": "पेंगुइन", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "chick", + "langName": "चूजा", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "dragonfly", + "langName": "Dragonfly", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "whale", + "langName": "व्हेल", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "cat", + "langName": "बिल्ली", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "dog", + "langName": "कुत्ता", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "fox", + "langName": "लोमड़ी", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "bunny", + "langName": "खरगोश", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "snow_bunny", + "langName": "बर्फीले स्थान पर पाया जाने वाला खरगोश", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "wolf", + "langName": "भेड़िया", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "horse", + "langName": "घोड़ा", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "cow", + "langName": "बैल", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "tiger", + "langName": "चीता", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "bear", + "langName": "भालू", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "panda", + "langName": "पांडा", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "teddy_bear", + "langName": "टेडी बियर", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "hamster", + "langName": "हम्सटर", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "squirrel", + "langName": "गिलहरी", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "snake", + "langName": "साँप", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "dragon", + "langName": "अजगर", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "eastern_dragon", + "langName": "ओरिएंटल ड्रैगन", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "loong", + "langName": "चीनी ड्रैगन", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "slime", + "langName": "कीचड़", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "bat", + "langName": "बल्ला", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "shell", + "langName": "शंख", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "cat_teaser", + "langName": "अजीब बिल्ली", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "dog_tags", + "langName": "कुत्ते के टैग्स", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "wriggle_nightbug", + "langName": "रेंगने वाला रात्रिवर्म", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "manjuu_(azur_lane)", + "langName": "एकदम चहचहा रहा है", + "object": "चीज़", + "attribute": "जानवर" + }, + { + "displayName": "plant", + "langName": "पौधा", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "flower", + "langName": "फूल", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "flower_bloom", + "langName": "फूल खिलते हैं", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "bouquet", + "langName": "पुष्प गुच्छ", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "vase", + "langName": "फूलदान", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "orchid", + "langName": "आर्किड", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "lily", + "langName": "लिली", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "rose", + "langName": "गुलाब", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "spider_lily", + "langName": "दूसरे किनारे का फूल", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "hibiscus", + "langName": "जपापुष्प", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "hydrangea", + "langName": "हाइड्रेंजिया", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "cherry_blossoms", + "langName": "चेरी फूल", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "plum_blossom", + "langName": "प्लम बॉसोम", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "wisteria", + "langName": "विस्टेरिया", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "lotus", + "langName": "Lotus", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "narcissu", + "langName": "नार्सिसस", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "chrysanthemum", + "langName": "गुलदाउदी", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "entangled_plants", + "langName": "उलझे हुए पौधे", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "tree", + "langName": "पेड़", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "pine_tree", + "langName": "चीड़", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "palm_tree", + "langName": "खजूर का पेड़", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "maple_tree", + "langName": "मेपल", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "branch", + "langName": "शाखाओं", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "maple_leaf", + "langName": "मेपल का पत्ता", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "christmas_tree", + "langName": "क्रिसमस ट्री", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "pumpkin", + "langName": "कद्दू", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "jack-o'-lantern", + "langName": "कद्दू लालटेन", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "spring_onion", + "langName": "हरी प्याज", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "bamboo", + "langName": "बांस", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "bush", + "langName": "झाड़ी", + "object": "चीज़", + "attribute": "पौधा" + }, + { + "displayName": "Sunlight", + "langName": "सूरज की रोशनी", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "Natural Lighting", + "langName": "प्राकृतिक प्रकाश", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "Artificial Lighting", + "langName": "कृत्रिम प्रकाश व्यवस्था", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "Studio Lighting", + "langName": "स्टूडियो प्रकाश व्यवस्था", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "Volumetric Lighting", + "langName": "वॉल्यूमेट्रिक प्रकाश", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "volumetric Light", + "langName": "वॉल्यूमेट्रिक प्रकाश", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "Volumetric", + "langName": "बड़ा", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "Frontlight", + "langName": "शीर्ष प्रकाश", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "Halfrear Lighting", + "langName": "हाफ साइड बैकलाइट", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "Backlight", + "langName": "बैकलाइट", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "Rim Lighting", + "langName": "रिम प्रकाश", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "Floodlight", + "langName": "खोज-दीप", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "LED light", + "langName": "नेतृत्व में प्रकाश", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "Spotlight", + "langName": "सुर्खियों", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "Marquee", + "langName": "मार्की", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "Strobe", + "langName": "चमक", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "Strobe Light", + "langName": "फ़्लैश लाइटें", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "Stroboscope", + "langName": "स्ट्रोब प्रकाश", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "bright", + "langName": "चमकदार", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "Ultrabright", + "langName": "अति उज्ज्वल", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "Electromagnetic Spectrum", + "langName": "विद्युत चुम्बकीय स्पेक्ट्रम", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "Infrared", + "langName": "अवरक्त", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "Ultraviolet", + "langName": "यूवी किरणें", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "UV", + "langName": "यूवी", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "X-Ray", + "langName": "एक्स-रे", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश स्रोत" + }, + { + "displayName": "Cinematic Lighting", + "langName": "सिनेमाई प्रकाश व्यवस्था", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश प्रभाव" + }, + { + "displayName": "moody lighting", + "langName": "परिवेशीय प्रकाश व्यवस्था", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश प्रभाव" + }, + { + "displayName": "Tyndall effect", + "langName": "टिंडल प्रभाव", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश प्रभाव" + }, + { + "displayName": "light leaks", + "langName": "प्रकाश रिसाव प्रभाव", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश प्रभाव" + }, + { + "displayName": "glowing neon lights", + "langName": "नीयन रोशनी", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश प्रभाव" + }, + { + "displayName": "Rays of Shimmering Light", + "langName": "प्रकाश चमकाना", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश प्रभाव" + }, + { + "displayName": "Crepuscular Rays", + "langName": "मंद प्रकाश", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश प्रभाव" + }, + { + "displayName": "Crackle Tube", + "langName": "स्पार्क ट्यूब", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश प्रभाव" + }, + { + "displayName": "Tesla Coil", + "langName": "टेस्ला कॉइल", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश प्रभाव" + }, + { + "displayName": "Plasma Globe", + "langName": "प्लाज्मा बॉल", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश प्रभाव" + }, + { + "displayName": "Glow Stick", + "langName": "चमकदार छड़ी", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश प्रभाव" + }, + { + "displayName": "Neon Lamp", + "langName": "नीयन रोशनी", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश प्रभाव" + }, + { + "displayName": "lens flare", + "langName": "लेंस फ्लेयर (बैकलाइटिंग)", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश प्रभाव" + }, + { + "displayName": "Contre-Jour", + "langName": "दिन के विरुद्ध", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश प्रभाव" + }, + { + "displayName": "Rembrandt Lighting", + "langName": "रेम्ब्रांट प्रकाश व्यवस्था", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश प्रभाव" + }, + { + "displayName": "Split Lighting", + "langName": "विभाजित प्रकाश व्यवस्था", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश प्रभाव" + }, + { + "displayName": "Beautiful Lighting", + "langName": "सुंदर रोशनी", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश प्रभाव" + }, + { + "displayName": "Accent Lighting", + "langName": "एक्सेंट प्रकाश व्यवस्था", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश प्रभाव" + }, + { + "displayName": "Global Illumination", + "langName": "वैश्विक चमक", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश प्रभाव" + }, + { + "displayName": "Lumen Global Illumination", + "langName": "लुमेन वैश्विक रोशनी", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश प्रभाव" + }, + { + "displayName": "Screen Space Global Illumination", + "langName": "स्क्रीन स्पेस वैश्विक रोशनी", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश प्रभाव" + }, + { + "displayName": "Ray Tracing Global Illumination", + "langName": "रे ट्रेसिंग वैश्विक रोशनी", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रकाश प्रभाव" + }, + { + "displayName": "Incandescent", + "langName": "गरमागरम दीपक", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Fluorescent", + "langName": "फ्लोरोसेंट", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Fluorescent Lamp", + "langName": "प्रतिदीप्ति ट्यूब", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Halogen", + "langName": "हलोजन", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Halogen Lamp", + "langName": "हलोजन लैंप", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Xenon Lamp", + "langName": "क्सीनन लैंप", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Krypton Lamp", + "langName": "क्रिप्टन गैस लैंप", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Argon Lamp", + "langName": "आर्गन लैंप", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Helium Lamp", + "langName": "हीलियम लैंप", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Edison Bulb", + "langName": "एडिसन प्रकाश बल्ब", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Vacuum Tube Lamp", + "langName": "वैक्यूम ट्यूब लैंप", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Nixie Tube", + "langName": "निक्सी ट्यूब", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Carbide Lamp", + "langName": "कैल्शियम कार्बाइड लैंप", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Argand Lamp", + "langName": "आर्गन लैंप", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Diya Lamp", + "langName": "मक्खन का दीपक", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Lantern", + "langName": "लालटेन", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Schwarz Lantern", + "langName": "काला लालटेन", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Nightlight", + "langName": "रात का चिराग़", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Christmas Lights", + "langName": "क्रिसमस रोशनी", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Optical Fiber", + "langName": "प्रकाशित तंतु", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Electroluminescent Wire", + "langName": "चमकदार तार", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Laser", + "langName": "लेज़र", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Flare", + "langName": "चमक", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "rim light", + "langName": "रिम प्रकाश", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "metallic luster", + "langName": "धातु आभा", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "background light", + "langName": "पृष्ठभूमि प्रकाश", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "available light", + "langName": "प्राकृतिक प्रकाश", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Electric Arc", + "langName": "आर्क", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Soft Lighting", + "langName": "नरम रोशनी", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "Hard Lighting", + "langName": "चमक", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "रोशनी" + }, + { + "displayName": "CRT", + "langName": "कैथोड किरण ट्यूब", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रदर्शन तकनीक" + }, + { + "displayName": "LCD", + "langName": "आयसीडी प्रदर्शन", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रदर्शन तकनीक" + }, + { + "displayName": "LED", + "langName": "नेतृत्व में प्रदर्शन", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रदर्शन तकनीक" + }, + { + "displayName": "OLED", + "langName": "ओएलईडी डिस्प्ले", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रदर्शन तकनीक" + }, + { + "displayName": "AMOLED", + "langName": "AMOLED डिस्प्ले", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रदर्शन तकनीक" + }, + { + "displayName": "7 Segment Display", + "langName": "सात खंड प्रदर्शन", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रदर्शन तकनीक" + }, + { + "displayName": "Dot Matrix Display", + "langName": "डॉट मैट्रिक्स डिस्प्ले", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रदर्शन तकनीक" + }, + { + "displayName": "Electroluminescent Display", + "langName": "इलेक्ट्रोल्यूमिनसेंट डिस्प्ले", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रदर्शन तकनीक" + }, + { + "displayName": "Vacuum Fluorescent Display", + "langName": "वैक्यूम फ्लोरोसेंट डिस्प्ले", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रदर्शन तकनीक" + }, + { + "displayName": "Phosphor Display", + "langName": "फ्लोरोसेंट डिस्प्ले", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रदर्शन तकनीक" + }, + { + "displayName": "Plasma Display", + "langName": "प्लाज्मा प्रदर्शन", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रदर्शन तकनीक" + }, + { + "displayName": "Quantum Dot", + "langName": "क्वांटम बिंदु", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रदर्शन तकनीक" + }, + { + "displayName": "Quantum Dot Display", + "langName": "क्वांटम डॉट डिस्प्ले", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रदर्शन तकनीक" + }, + { + "displayName": "Optics", + "langName": "प्रकाशिकी", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "प्रदर्शन तकनीक" + }, + { + "displayName": "Rough", + "langName": "किसी न किसी", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "परावर्तन/अपवर्तन" + }, + { + "displayName": "Matte", + "langName": "मैट", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "परावर्तन/अपवर्तन" + }, + { + "displayName": "Glossy", + "langName": "आभा", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "परावर्तन/अपवर्तन" + }, + { + "displayName": "smooth", + "langName": "चिकना", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "परावर्तन/अपवर्तन" + }, + { + "displayName": "Shiny", + "langName": "चमकदार", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "परावर्तन/अपवर्तन" + }, + { + "displayName": "Reflective", + "langName": "चिंतनशील", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "परावर्तन/अपवर्तन" + }, + { + "displayName": "Polished", + "langName": "घर्षण", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "परावर्तन/अपवर्तन" + }, + { + "displayName": "Shadows", + "langName": "छाया", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "परावर्तन/अपवर्तन" + }, + { + "displayName": "Shimmer", + "langName": "टिमटिमाना", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "परावर्तन/अपवर्तन" + }, + { + "displayName": "Shimmering", + "langName": "शानदार", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "परावर्तन/अपवर्तन" + }, + { + "displayName": "Caustics", + "langName": "कास्टिक्स", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "परावर्तन/अपवर्तन" + }, + { + "displayName": "Refractive", + "langName": "अपवर्तन", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "परावर्तन/अपवर्तन" + }, + { + "displayName": "reflection light", + "langName": "प्रकाश प्रतिबिंब", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "परावर्तन/अपवर्तन" + }, + { + "displayName": "Ray Tracing Reflections", + "langName": "रे ने प्रतिबिंबों का पता लगाया", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "परावर्तन/अपवर्तन" + }, + { + "displayName": "Lumen Reflections", + "langName": "लुमेन प्रतिबिंब", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "परावर्तन/अपवर्तन" + }, + { + "displayName": "Screen Space Reflections", + "langName": "स्क्रीन स्पेस प्रतिबिंब", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "परावर्तन/अपवर्तन" + }, + { + "displayName": "ray tracing", + "langName": "किरण पर करीबी नजर रखना", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "परावर्तन/अपवर्तन" + }, + { + "displayName": "Ambient Occlusion", + "langName": "परिवेशी बाधा", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "परावर्तन/अपवर्तन" + }, + { + "displayName": "Scattering", + "langName": "बिखरने", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "परावर्तन/अपवर्तन" + }, + { + "displayName": "Diffraction Grading", + "langName": "डिफ़्रैक्शन ग्रेटिंग", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "परावर्तन/अपवर्तन" + }, + { + "displayName": "RGB Displacement", + "langName": "आरजीबी शिफ्ट", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "परावर्तन/अपवर्तन" + }, + { + "displayName": "Glowing", + "langName": "चमकना", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "चमकना" + }, + { + "displayName": "Glow-In-The-Dark", + "langName": "चमकदार", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "चमकना" + }, + { + "displayName": "Bioluminescence", + "langName": "बायोलुमिनसेंस", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "चमकना" + }, + { + "displayName": "Photoluminescence", + "langName": "फोटोल्यूमिनसेंस", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "चमकना" + }, + { + "displayName": "Chemiluminescence", + "langName": "chemiluminescence", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "चमकना" + }, + { + "displayName": "Cathodoluminescence", + "langName": "कैथोडोल्यूमिनसेंस", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "चमकना" + }, + { + "displayName": "Electroluminescence", + "langName": "इलेक्ट्रोल्यूमिनेशन", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "चमकना" + }, + { + "displayName": "Radioluminescence", + "langName": "रेडिओल्यूमिनसेंस", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "चमकना" + }, + { + "displayName": "Fluorescence", + "langName": "रोशनी", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "चमकना" + }, + { + "displayName": "Phosphorescence", + "langName": "स्फुरदीप्ति", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "चमकना" + }, + { + "displayName": "Thermoluminescence", + "langName": "थर्मोल्यूमिनेसेंस", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "चमकना" + }, + { + "displayName": "Electrochemiluminescence", + "langName": "इलेक्ट्रोकेमिलुमिनसेंस", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "चमकना" + }, + { + "displayName": "Crystalloluminescence", + "langName": "क्रिस्टल चमक", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "चमकना" + }, + { + "displayName": "Piezoluminescence", + "langName": "पीजोइलेक्ट्रिक ल्यूमिनसेंस", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "चमकना" + }, + { + "displayName": "Triboluminescence", + "langName": "ट्राइबोलुमिनसेंस", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "चमकना" + }, + { + "displayName": "Mechanoluminescence", + "langName": "यांत्रिक चमक", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "चमकना" + }, + { + "displayName": "Lyoluminescence", + "langName": "फोटोल्यूमिनसेंस", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "चमकना" + }, + { + "displayName": "Candoluminescence", + "langName": "मोमबत्ती की रोशनी में", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "चमकना" + }, + { + "displayName": "Fractoluminescence", + "langName": "टुकड़े चमकते हैं", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "चमकना" + }, + { + "displayName": "Sonoluminescence", + "langName": "sonoluminescence", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "चमकना" + }, + { + "displayName": "Translucidluminescence", + "langName": "पारभासी चमक", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "चमकना" + }, + { + "displayName": "Materiality", + "langName": "माद्दा", + "object": "प्रकाश और छाया प्रभाव", + "attribute": "चमकना" + }, + { + "displayName": "black", + "langName": "काला", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "darkgray", + "langName": "अंधेरे भूरा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "gray", + "langName": "स्लेटी", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "lightslategray", + "langName": "चमकदार स्लेट ग्रे", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "slategray", + "langName": "धूसर पत्थर का रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "darkslategray", + "langName": "गहरा हरा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "lightgray", + "langName": "हल्का ग्रे", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "gainsboro", + "langName": "गेंग का ग्रे", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "white", + "langName": "सफ़ेद", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "whitesmoke", + "langName": "सफ़ेद धुएँ का रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "snow", + "langName": "स्नो व्हाइट", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "ghostwhite", + "langName": "भूत सफेद", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "floralwhite", + "langName": "फूल सफेद", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "linen", + "langName": "लिनेन का रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "antiquewhite", + "langName": "पीले और सफेद रंग का मिश्रण", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "oldlace", + "langName": "जरादूरदृष्टि", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "ivory", + "langName": "आइवरी", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "seashell", + "langName": "शंख सफेद", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "mintcream", + "langName": "पुदीना क्रीम", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "honeydew", + "langName": "शहद का रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "azure", + "langName": "नीला", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "aliceblue", + "langName": "ऐलिस नीला", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "lavender", + "langName": "लैवेंडर रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "lightsteelblue", + "langName": "हल्का स्टील नीला", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "slateblue", + "langName": "पत्थर नीला", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "mediumslateblue", + "langName": "मध्यम स्लेट नीला", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "lightblue", + "langName": "हल्का नीला रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "powderblue", + "langName": "पाउडर नीला", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "skyblue", + "langName": "गहरा आसमानी नीला", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "cornflowerblue", + "langName": "कॉर्नफ्लावर नीला", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "royalblue", + "langName": "शाही नीला", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "mediumblue", + "langName": "मध्यम नीला", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "blue", + "langName": "नीला", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "darkblue", + "langName": "गहरा नीला", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "navy", + "langName": "गहरा नीला", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "midnightblue", + "langName": "मिडनाइट ब्लू", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "teal", + "langName": "गहरा भूरा नीला", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "darkcyan", + "langName": "टील", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "cadetblue", + "langName": "गहरा सियान", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "mediumturquoise", + "langName": "गहरा फ़िरोज़ा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "darkturquoise", + "langName": "हल्का समुद्री हरा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "turquoise", + "langName": "मध्यम फ़िरोज़ा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "paleturquoise", + "langName": "हल्का सियान", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "aquamarine", + "langName": "फ़िरोज़ा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "lightcyan", + "langName": "नीला", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "cyan", + "langName": "फ़िरोज़ा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "dodgerblue", + "langName": "नीला से बचें", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "darkgreen", + "langName": "हरा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "green", + "langName": "हरे जंगल", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "forestgreen", + "langName": "समुद्री हरा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "seagreen", + "langName": "झोंगहाई ग्रीन", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "mediumseagreen", + "langName": "मध्यम पन्ना रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "mediumaquamarine", + "langName": "गहरा समुद्री हरा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "darkseagreen", + "langName": "फ़िरोज़ा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "lightseagreen", + "langName": "सैन्य नीला", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "springgreen", + "langName": "मध्य वसंत हरा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "mediumspringgreen", + "langName": "लॉन हरा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "lightgreen", + "langName": "घास हरी", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "palegreen", + "langName": "हल्का हरा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "lime", + "langName": "पीला हरा रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "limegreen", + "langName": "जैतून भूरा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "lawngreen", + "langName": "चार्टरेस हरा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "chartreuse", + "langName": "पीले हरे", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "greenyellow", + "langName": "नींबू नारंगी", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "yellowgreen", + "langName": "हल्का हरा रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "darkolivegreen", + "langName": "जैतून का रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "olivedrab", + "langName": "जैतून भूरा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "olive", + "langName": "जैतून का रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "darkkhaki", + "langName": "काली खाकी", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "khaki", + "langName": "हाकी", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "palegoldenrod", + "langName": "हल्का सुनहरा रॉड", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "lightyellow", + "langName": "पीली रोशनी", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "lightgoldenrodyellow", + "langName": "चमकीला सुनहरा पीला", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "lemonchiffon", + "langName": "नींबू रेशम का रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "beige", + "langName": "बेज", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "cornsilk", + "langName": "मक्के का रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "wheat", + "langName": "गेहुँआ रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "burlywood", + "langName": "अंबर", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "gold", + "langName": "सोना", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "yellow", + "langName": "पीला", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "darkorange", + "langName": "गहरा नारंगी", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "orange", + "langName": "नारंगी रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "sandybrown", + "langName": "नारंगी भूरा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "peachpuff", + "langName": "आड़ू मांस का रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "papayawhip", + "langName": "पपीते का रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "blanchedalmond", + "langName": "प्रक्षालित बादाम", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "bisque", + "langName": "बिस्किट का रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "moccasin", + "langName": "मोकासिन रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "navajowhite", + "langName": "नवाजो व्हाइट", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "peru", + "langName": "पेरूवियन रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "darkgoldenrod", + "langName": "डार्क गोल्डनरोड", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "goldenrod", + "langName": "सुनहरा गुलदाउदी", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "chocolate", + "langName": "चॉकलेट रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "saddlebrown", + "langName": "ब्राउन जीन", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "sienna", + "langName": "पीली मिट्टी वाला गेरूआ", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "rosybrown", + "langName": "गुलाबी भूरा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "darksalmon", + "langName": "गहरा सामन रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "salmon", + "langName": "सामन मांस का रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "lightsalmon", + "langName": "चमकीला सामन रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "indianred", + "langName": "भारतीय लाल", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "firebrick", + "langName": "आग रोक ईंट का रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "brown", + "langName": "भूरा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "maroon", + "langName": "लाल रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "darkred", + "langName": "गहरा लाल", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "red", + "langName": "लाल", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "orangered", + "langName": "नारंगी लाल", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "tomato", + "langName": "टमाटर लाल", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "crimson", + "langName": "गहरे गुलाबी", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "coral", + "langName": "मूंगा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "lightpink", + "langName": "हल्का गुलाबू", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "pink", + "langName": "गुलाबी", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "hotpink", + "langName": "हॉट गुलाबी", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "deeppink", + "langName": "गहरे गुलाबी", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "palevioletred", + "langName": "बकाइन लाल", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "mediumvioletred", + "langName": "मध्यम बैंगनी लाल", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "lavenderblush", + "langName": "लैवेंडर", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "lightcoral", + "langName": "हल्का मूंगा रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "plum", + "langName": "बेर का रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "mediumorchid", + "langName": "मध्यम आर्किड बैंगनी", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "violet", + "langName": "बैंगनी", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "magenta", + "langName": "मैजेंटा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "fuchsia", + "langName": "बैंगनी लाल", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "darkmagenta", + "langName": "डार्क मैजेंटा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "purple", + "langName": "बैंगनी", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "darkorchid", + "langName": "गहरा ऑर्किड बैंगनी", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "darkviolet", + "langName": "गहरा बैंगनी", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "blueviolet", + "langName": "नीला - बैंगनी", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "mediumpurple", + "langName": "मध्यम बैंगनी", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "indigo", + "langName": "इंडिगो", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "light_brown", + "langName": "हल्का भूरा", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "dark_pink", + "langName": "गहरे गुलाबी", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "blonde", + "langName": "सुनहरा पीला", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "silver", + "langName": "चाँदी", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "mistyrose", + "langName": "धुंध बढ़ी", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "steelblue", + "langName": "स्टील नीला", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "thistle", + "langName": "थीस्ल रंग", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "darkslateblue", + "langName": "गहरा भूरा नीला", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "Iridescent", + "langName": "रंग बदलना", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "Chromatic", + "langName": "रंगीन", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "Dispersion", + "langName": "फैलाव (वह घटना जिसमें विभिन्न रंगों का प्रकाश अलग हो जाता है)", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "Prismatic", + "langName": "प्रिज्म प्रभाव", + "object": "रंगीन माहौल", + "attribute": "रंग" + }, + { + "displayName": "yellow color scheme", + "langName": "पीला मुख्य रंग", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Warm Color Palette", + "langName": "हल्के रंगों में", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Cool Color Palette", + "langName": "अच्छे रंग", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Colorful", + "langName": "रंगीन", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Spectral Color", + "langName": "वर्णक्रमीय रंग", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Inverted Colors", + "langName": "उलटा रंग", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Chroma", + "langName": "क्रोमा", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Dichromatism", + "langName": "द्विवर्णता", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Tetrachromacy", + "langName": "टेट्राक्रोमैटिक दृष्टि", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Saturated", + "langName": "परिपूर्णता", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Neon", + "langName": "नियोन", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Electric Colors", + "langName": "इलेक्ट्रॉनिक रंग", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Tonal Colors", + "langName": "रंग रंग", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Vivid Colors", + "langName": "चमकीले रंग", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Complimentary-Colors", + "langName": "सहायक रंग", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Split-Complementary-Colors", + "langName": "पूरक रंगों को विभाजित करें", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Supplementary-Colors", + "langName": "सहायक रंग", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Analogous-Colors", + "langName": "समान रंग", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Triadic-Colors", + "langName": "त्रियादिक रंग", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Tetradic-Colors", + "langName": "चार रंग (आयताकार रंग मिलान)", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Polychromatic-Colors", + "langName": "बहु-रंग", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Light", + "langName": "चमकदार", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Dark", + "langName": "अँधेरा", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Light Mode", + "langName": "प्रकाश मोड", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Dark Mode", + "langName": "डार्क मोड", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Tones of Black", + "langName": "काला स्वर", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Tones of Black in Background", + "langName": "पृष्ठभूमि काला टोन", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Light Blue Background", + "langName": "हल्के नीले रंग की पृष्ठभूमि", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Light Blue Foreground", + "langName": "हल्का नीला अग्रभूमि", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "Light Blue", + "langName": "हल्का नीला रंग", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "nostalgia", + "langName": "बीते वक्त की याद", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "High saturation", + "langName": "उच्च संतृप्ति", + "object": "रंगीन माहौल", + "attribute": "रंगो की पटिया" + }, + { + "displayName": "monochrome", + "langName": "एक रंग का", + "object": "रंगीन माहौल", + "attribute": "मोनोक्रोम पैलेट" + }, + { + "displayName": "Black and White", + "langName": "काला और सफेद", + "object": "रंगीन माहौल", + "attribute": "मोनोक्रोम पैलेट" + }, + { + "displayName": "Desaturated", + "langName": "असंतृप्त", + "object": "रंगीन माहौल", + "attribute": "मोनोक्रोम पैलेट" + }, + { + "displayName": "Sepia", + "langName": "सेपिया टोन (पुरानी तस्वीरों के लुक की नकल करता है, एक उदासीन या रेट्रो एहसास देता है)", + "object": "रंगीन माहौल", + "attribute": "मोनोक्रोम पैलेट" + }, + { + "displayName": "flat_color", + "langName": "सपाट रंग", + "object": "रंगीन माहौल", + "attribute": "मोनोक्रोम पैलेट" + }, + { + "displayName": "spot_color", + "langName": "ठोस रंग", + "object": "रंगीन माहौल", + "attribute": "मोनोक्रोम पैलेट" + }, + { + "displayName": "halftone", + "langName": "आंशिक रंग", + "object": "रंगीन माहौल", + "attribute": "मोनोक्रोम पैलेट" + }, + { + "displayName": "greyscale", + "langName": "स्केल", + "object": "रंगीन माहौल", + "attribute": "मोनोक्रोम पैलेट" + }, + { + "displayName": "partially_colored", + "langName": "आंशिक रंग", + "object": "रंगीन माहौल", + "attribute": "मोनोक्रोम पैलेट" + }, + { + "displayName": "contour_deepening", + "langName": "समोच्च गहरा हो जाता है", + "object": "रंगीन माहौल", + "attribute": "मोनोक्रोम पैलेट" + }, + { + "displayName": "(lineart)", + "langName": "रेखाएँ मोटी हो जाती हैं", + "object": "रंगीन माहौल", + "attribute": "मोनोक्रोम पैलेट" + }, + { + "displayName": "outline", + "langName": "समोच्च रेखा", + "object": "रंगीन माहौल", + "attribute": "मोनोक्रोम पैलेट" + }, + { + "displayName": "high_contrast", + "langName": "हाई कॉन्ट्रास्ट", + "object": "रंगीन माहौल", + "attribute": "अंतर" + }, + { + "displayName": "low_contrast", + "langName": "कम कंट्रास्ट", + "object": "रंगीन माहौल", + "attribute": "अंतर" + }, + { + "displayName": "RGB", + "langName": "लाल हरा नीला", + "object": "रंगीन माहौल", + "attribute": "रंग पैलेट की निगरानी करें" + }, + { + "displayName": "CMYK", + "langName": "सीएमवाईके", + "object": "रंगीन माहौल", + "attribute": "रंग पैलेट की निगरानी करें" + }, + { + "displayName": "VGA", + "langName": "वीजीए", + "object": "रंगीन माहौल", + "attribute": "रंग पैलेट की निगरानी करें" + }, + { + "displayName": "EGA", + "langName": "ईजीए", + "object": "रंगीन माहौल", + "attribute": "रंग पैलेट की निगरानी करें" + }, + { + "displayName": "CGA", + "langName": "सीजीए", + "object": "रंगीन माहौल", + "attribute": "रंग पैलेट की निगरानी करें" + }, + { + "displayName": "HDR", + "langName": "एचडीआर", + "object": "रंगीन माहौल", + "attribute": "रंग पैलेट की निगरानी करें" + }, + { + "displayName": "Atari Graphics", + "langName": "अटारी ग्राफ़िक्स", + "object": "रंगीन माहौल", + "attribute": "रंग पैलेट की निगरानी करें" + }, + { + "displayName": "IIGS Graphics", + "langName": "आईआईजीएस ग्राफिक्स", + "object": "रंगीन माहौल", + "attribute": "रंग पैलेट की निगरानी करें" + }, + { + "displayName": "Amiga OCS Graphics", + "langName": "अमिगा ओसीएस ग्राफिक्स", + "object": "रंगीन माहौल", + "attribute": "रंग पैलेट की निगरानी करें" + }, + { + "displayName": "sRGB", + "langName": "एसआरजीबी", + "object": "रंगीन माहौल", + "attribute": "रंग पैलेट की निगरानी करें" + }, + { + "displayName": "Adobe RGB", + "langName": "एडोब आरजीबी", + "object": "रंगीन माहौल", + "attribute": "रंग पैलेट की निगरानी करें" + }, + { + "displayName": "DCI-P3", + "langName": "डीसीआई-पी 3", + "object": "रंगीन माहौल", + "attribute": "रंग पैलेट की निगरानी करें" + }, + { + "displayName": "HSV", + "langName": "रंग, संतृप्ति, हल्कापन", + "object": "रंगीन माहौल", + "attribute": "रंग पैलेट की निगरानी करें" + }, + { + "displayName": "HSL", + "langName": "रंग, संतृप्ति, चमक", + "object": "रंगीन माहौल", + "attribute": "रंग पैलेट की निगरानी करें" + }, + { + "displayName": "HCL", + "langName": "रंग, क्रोमा, रोशनी", + "object": "रंगीन माहौल", + "attribute": "रंग पैलेट की निगरानी करें" + }, + { + "displayName": "YCbCr", + "langName": "ikB", + "object": "रंगीन माहौल", + "attribute": "रंग पैलेट की निगरानी करें" + }, + { + "displayName": "YPbPr", + "langName": "wxya", + "object": "रंगीन माहौल", + "attribute": "रंग पैलेट की निगरानी करें" + }, + { + "displayName": "scRGB", + "langName": "मोनोक्रोम आरजीबी", + "object": "रंगीन माहौल", + "attribute": "रंग पैलेट की निगरानी करें" + }, + { + "displayName": "Coloroid", + "langName": "रंगीन", + "object": "रंगीन माहौल", + "attribute": "रंग पैलेट की निगरानी करें" + }, + { + "displayName": "Pantone", + "langName": "पैनटोन", + "object": "रंगीन माहौल", + "attribute": "रंग पैलेट की निगरानी करें" + }, + { + "displayName": "ProPhoto RGB", + "langName": "प्रोफ़ोटो आरजीबी", + "object": "रंगीन माहौल", + "attribute": "रंग पैलेट की निगरानी करें" + }, + { + "displayName": "1-bit", + "langName": "1 स्थान", + "object": "रंगीन माहौल", + "attribute": "अंश" + }, + { + "displayName": "2-bit", + "langName": "2 अंक", + "object": "रंगीन माहौल", + "attribute": "अंश" + }, + { + "displayName": "3-bit", + "langName": "3 अंक", + "object": "रंगीन माहौल", + "attribute": "अंश" + }, + { + "displayName": "4-bit", + "langName": "4 अंक", + "object": "रंगीन माहौल", + "attribute": "अंश" + }, + { + "displayName": "6-bit", + "langName": "6 बिट्स", + "object": "रंगीन माहौल", + "attribute": "अंश" + }, + { + "displayName": "8-bit", + "langName": "8 बिट्स", + "object": "रंगीन माहौल", + "attribute": "अंश" + }, + { + "displayName": "12-bit", + "langName": "12 बिट्स", + "object": "रंगीन माहौल", + "attribute": "अंश" + }, + { + "displayName": "16-bit", + "langName": "16 बिट", + "object": "रंगीन माहौल", + "attribute": "अंश" + }, + { + "displayName": "4-bit RGB", + "langName": "4-बिट आरजीबी", + "object": "रंगीन माहौल", + "attribute": "अंश" + }, + { + "displayName": "8-bit RGB", + "langName": "8-बिट आरजीबी", + "object": "रंगीन माहौल", + "attribute": "अंश" + }, + { + "displayName": "12-bit RGB", + "langName": "12-बिट आरजीबी", + "object": "रंगीन माहौल", + "attribute": "अंश" + }, + { + "displayName": "16-bit RGB", + "langName": "16-बिट आरजीबी", + "object": "रंगीन माहौल", + "attribute": "अंश" + }, + { + "displayName": "Technicolor", + "langName": "तकनीकी रंग", + "object": "रंगीन माहौल", + "attribute": "फ़िल्म निर्माण" + }, + { + "displayName": "Kinemacolor", + "langName": "फिल्म का रंग", + "object": "रंगीन माहौल", + "attribute": "फ़िल्म निर्माण" + }, + { + "displayName": "Kodachrome", + "langName": "कोडाक्रोम", + "object": "रंगीन माहौल", + "attribute": "फ़िल्म निर्माण" + }, + { + "displayName": "Cinecolor", + "langName": "फिल्म का रंग", + "object": "रंगीन माहौल", + "attribute": "फ़िल्म निर्माण" + }, + { + "displayName": "Agfacolor", + "langName": "अगफ़ा रंग", + "object": "रंगीन माहौल", + "attribute": "फ़िल्म निर्माण" + }, + { + "displayName": "dynamic pose", + "langName": "गतिशील पोज़ (ऊर्जावान)", + "object": "फ़ोटोग्राफ़ी", + "attribute": "परिप्रेक्ष्य" + }, + { + "displayName": "dynamic_angle", + "langName": "गतिशील कोण", + "object": "फ़ोटोग्राफ़ी", + "attribute": "परिप्रेक्ष्य" + }, + { + "displayName": "from_above", + "langName": "ऊपर से गोली मार दी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "परिप्रेक्ष्य" + }, + { + "displayName": "from_below", + "langName": "नीचे से गोली मार दी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "परिप्रेक्ष्य" + }, + { + "displayName": "cinematic_angle", + "langName": "मूवी एंगल", + "object": "फ़ोटोग्राफ़ी", + "attribute": "परिप्रेक्ष्य" + }, + { + "displayName": "dutch angle", + "langName": "टिल्ट एंगल", + "object": "फ़ोटोग्राफ़ी", + "attribute": "परिप्रेक्ष्य" + }, + { + "displayName": "foreshortening", + "langName": "परिप्रेक्ष्य", + "object": "फ़ोटोग्राफ़ी", + "attribute": "परिप्रेक्ष्य" + }, + { + "displayName": "fisheye", + "langName": "दूर के परिप्रेक्ष्य वाली पेंटिंग", + "object": "फ़ोटोग्राफ़ी", + "attribute": "परिप्रेक्ष्य" + }, + { + "displayName": "camera level/Parallel angles", + "langName": "कैमरा समानांतर", + "object": "फ़ोटोग्राफ़ी", + "attribute": "परिप्रेक्ष्य" + }, + { + "displayName": "horizontal view angle", + "langName": "क्षैतिज देखने का कोण", + "object": "फ़ोटोग्राफ़ी", + "attribute": "परिप्रेक्ष्य" + }, + { + "displayName": "isometric view", + "langName": "सममितीय दृश्य", + "object": "फ़ोटोग्राफ़ी", + "attribute": "परिप्रेक्ष्य" + }, + { + "displayName": "Aerial View", + "langName": "शीर्ष दृश्य", + "object": "फ़ोटोग्राफ़ी", + "attribute": "परिप्रेक्ष्य" + }, + { + "displayName": "Top-View", + "langName": "शीर्ष दृश्य", + "object": "फ़ोटोग्राफ़ी", + "attribute": "परिप्रेक्ष्य" + }, + { + "displayName": "Side-View", + "langName": "साइड से दृश्य", + "object": "फ़ोटोग्राफ़ी", + "attribute": "परिप्रेक्ष्य" + }, + { + "displayName": "Satellite-View", + "langName": "उपग्रह दृश्य", + "object": "फ़ोटोग्राफ़ी", + "attribute": "परिप्रेक्ष्य" + }, + { + "displayName": "phone_screen", + "langName": "मोबाइल फ़ोन स्क्रीन", + "object": "फ़ोटोग्राफ़ी", + "attribute": "संघटन" + }, + { + "displayName": "multiple_views", + "langName": "बहु-परिप्रेक्ष्य अपघटन", + "object": "फ़ोटोग्राफ़ी", + "attribute": "संघटन" + }, + { + "displayName": "mirror selfie", + "langName": "मिरर सेल्फी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "संघटन" + }, + { + "displayName": "three-quarter view", + "langName": "3/4 परिप्रेक्ष्य", + "object": "फ़ोटोग्राफ़ी", + "attribute": "संघटन" + }, + { + "displayName": "front_view", + "langName": "सामने का दृश्य", + "object": "फ़ोटोग्राफ़ी", + "attribute": "संघटन" + }, + { + "displayName": "from_side", + "langName": "साइड से दृश्य", + "object": "फ़ोटोग्राफ़ी", + "attribute": "संघटन" + }, + { + "displayName": "from_outside", + "langName": "बाहर से अंदर तक", + "object": "फ़ोटोग्राफ़ी", + "attribute": "संघटन" + }, + { + "displayName": "from_back", + "langName": "पीछे का दृश्य", + "object": "फ़ोटोग्राफ़ी", + "attribute": "संघटन" + }, + { + "displayName": "from behind", + "langName": "पीछे का दृश्य", + "object": "फ़ोटोग्राफ़ी", + "attribute": "संघटन" + }, + { + "displayName": "Macro View", + "langName": "सूक्ष्मदर्शी दृश्य", + "object": "फ़ोटोग्राफ़ी", + "attribute": "संघटन" + }, + { + "displayName": "Product-View", + "langName": "उत्पाद दृश्य", + "object": "फ़ोटोग्राफ़ी", + "attribute": "संघटन" + }, + { + "displayName": "Closeup-View", + "langName": "नज़दीक से दृश्य", + "object": "फ़ोटोग्राफ़ी", + "attribute": "संघटन" + }, + { + "displayName": "First-Person", + "langName": "पहले व्यक्ति", + "object": "फ़ोटोग्राफ़ी", + "attribute": "संघटन" + }, + { + "displayName": "First-Person view", + "langName": "प्रथम व्यक्ति परिप्रेक्ष्य", + "object": "फ़ोटोग्राफ़ी", + "attribute": "संघटन" + }, + { + "displayName": "Third-Person", + "langName": "तिसरा आदमी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "संघटन" + }, + { + "displayName": "Third-Person View", + "langName": "तीसरे व्यक्ति का दृष्टिकोण", + "object": "फ़ोटोग्राफ़ी", + "attribute": "संघटन" + }, + { + "displayName": "Perspective", + "langName": "परिप्रेक्ष्य दृश्य", + "object": "फ़ोटोग्राफ़ी", + "attribute": "संघटन" + }, + { + "displayName": "Field of View", + "langName": "देखने के क्षेत्र", + "object": "फ़ोटोग्राफ़ी", + "attribute": "संघटन" + }, + { + "displayName": "Extreme Close-up", + "langName": "ठुड्डी के ऊपर", + "object": "फ़ोटोग्राफ़ी", + "attribute": "देखने की ऊंचाई" + }, + { + "displayName": "Medium Close-up", + "langName": "गर्दन के ऊपर", + "object": "फ़ोटोग्राफ़ी", + "attribute": "देखने की ऊंचाई" + }, + { + "displayName": "Full Close-up", + "langName": "कॉलरबोन के ऊपर", + "object": "फ़ोटोग्राफ़ी", + "attribute": "देखने की ऊंचाई" + }, + { + "displayName": "Wide Close-up", + "langName": "कंधे के ऊपर", + "object": "फ़ोटोग्राफ़ी", + "attribute": "देखने की ऊंचाई" + }, + { + "displayName": "Close Shot", + "langName": "छाती के ऊपर", + "object": "फ़ोटोग्राफ़ी", + "attribute": "देखने की ऊंचाई" + }, + { + "displayName": "Medium Close Shot", + "langName": "नाभि के ऊपर", + "object": "फ़ोटोग्राफ़ी", + "attribute": "देखने की ऊंचाई" + }, + { + "displayName": "Medium Shot", + "langName": "नाभि के ऊपर", + "object": "फ़ोटोग्राफ़ी", + "attribute": "देखने की ऊंचाई" + }, + { + "displayName": "Medium Full Shot", + "langName": "घुटने के ऊपर", + "object": "फ़ोटोग्राफ़ी", + "attribute": "देखने की ऊंचाई" + }, + { + "displayName": "Full Shot", + "langName": "पूरे शरीर का चित्र", + "object": "फ़ोटोग्राफ़ी", + "attribute": "देखने की ऊंचाई" + }, + { + "displayName": "mid_shot", + "langName": "मध्यम श्रेणी का शॉट", + "object": "फ़ोटोग्राफ़ी", + "attribute": "देखने की ऊंचाई" + }, + { + "displayName": "bust", + "langName": "छाती", + "object": "फ़ोटोग्राफ़ी", + "attribute": "देखने की ऊंचाई" + }, + { + "displayName": "upper_body", + "langName": "शरीर का ऊपरी भाग", + "object": "फ़ोटोग्राफ़ी", + "attribute": "देखने की ऊंचाई" + }, + { + "displayName": "lower_body", + "langName": "निचला शरीर", + "object": "फ़ोटोग्राफ़ी", + "attribute": "देखने की ऊंचाई" + }, + { + "displayName": "cowboy_shot", + "langName": "ऊपरी शरीर + ऊपरी जांघ (डेनिम लेंस)", + "object": "फ़ोटोग्राफ़ी", + "attribute": "देखने की ऊंचाई" + }, + { + "displayName": "portrait", + "langName": "पोर्ट्रेट (चेहरा + कंधे + कभी-कभी छाती)", + "object": "फ़ोटोग्राफ़ी", + "attribute": "देखने की ऊंचाई" + }, + { + "displayName": "very close portrait", + "langName": "पोर्ट्रेट बंद करें (कैमरा करीब)", + "object": "फ़ोटोग्राफ़ी", + "attribute": "देखने की ऊंचाई" + }, + { + "displayName": "profile", + "langName": "प्रोफ़ाइल पोर्ट्रेट (पोर्ट्रेट का प्रोफ़ाइल संस्करण)", + "object": "फ़ोटोग्राफ़ी", + "attribute": "देखने की ऊंचाई" + }, + { + "displayName": "close-up", + "langName": "क्लोज़ अप", + "object": "फ़ोटोग्राफ़ी", + "attribute": "देखने की ऊंचाई" + }, + { + "displayName": "focus on face", + "langName": "चेहरे पर ध्यान दें", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "full-body shot", + "langName": "फुल बॉडी शॉट", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "foreground focus", + "langName": "सामने फोकस", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "wide_shot", + "langName": "पैनोरमिक लेंस (वाइड एंगल लेंस)", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "macro_shot", + "langName": "मैक्रो लेंस", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "inset", + "langName": "अतिरिक्त फ़ुटेज या चित्र सम्मिलित करें", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "cross-section", + "langName": "अनुभागीय दृश्य", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "male focus", + "langName": "पुरुष फोकस (महिला फोकस)", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "solo_focus", + "langName": "किसी एक पात्र पर ध्यान केंद्रित करें (जटिल दृश्यों के लिए उपयुक्त)", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "xx_focus", + "langName": "xx पर ध्यान दें", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "face_focus", + "langName": "चेहरे पर ध्यान दें", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "eyes_focus", + "langName": "आंखों पर ध्यान दें", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "foot_focus", + "langName": "पैरों पर ध्यान दें", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "hip_focus", + "langName": "नितंबों पर ध्यान दें", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "ass_focus", + "langName": "बट पर ध्यान दें", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "vehicle_focus", + "langName": "वाहन (कार) पर ध्यान दें", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "turn_one's_back", + "langName": "कैमरे पर वापस", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "between_legs", + "langName": "(जोर) पैरों के बीच", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "between_breasts", + "langName": "(उभरी हुई) छाती", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "between_fingers", + "langName": "(प्रमुखता) उंगलियों के बीच", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "peeking", + "langName": "उझकनेवाला", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "peeking_out", + "langName": "झाँकना (इशारा)", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "peeping", + "langName": "दृश्यरतिक (परिप्रेक्ष्य पर जोर)", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "midriff_peek", + "langName": "नाभि झांकना", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "armpit_peek", + "langName": "बगल की ओर झांकना", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "pussy_peek", + "langName": "पुक्सी तिरछी नज़र", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "panty_peek", + "langName": "पैंटी की झलक", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "pantyshot", + "langName": "अंडरवियर उजागर", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "caught", + "langName": "कार्रवाई में पकड़ा गया", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "upskirt", + "langName": "अपस्कर्ट दृश्य", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस फोकस" + }, + { + "displayName": "Macro", + "langName": "मैक्रो", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस/ऑप्टिकल प्रभाव" + }, + { + "displayName": "Telephoto", + "langName": "टेलीफोटो", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस/ऑप्टिकल प्रभाव" + }, + { + "displayName": "Magnification", + "langName": "बड़े आकार में", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस/ऑप्टिकल प्रभाव" + }, + { + "displayName": "Microscopic", + "langName": "सूक्ष्म", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस/ऑप्टिकल प्रभाव" + }, + { + "displayName": "Electron Microscope", + "langName": "इलेक्ट्रॉन सूक्ष्मदर्शी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस/ऑप्टिकल प्रभाव" + }, + { + "displayName": "Super-Resolution Microscopy", + "langName": "सुपर रेजोल्यूशन माइक्रोस्कोपी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस/ऑप्टिकल प्रभाव" + }, + { + "displayName": "Wide Angle", + "langName": "चौड़ा कोण", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस/ऑप्टिकल प्रभाव" + }, + { + "displayName": "Ultra-Wide Angle", + "langName": "सुपर वाइड एंगल", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस/ऑप्टिकल प्रभाव" + }, + { + "displayName": "panorama", + "langName": "नयनाभिराम", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस/ऑप्टिकल प्रभाव" + }, + { + "displayName": "360 Panorama", + "langName": "360 पैनोरमा", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस/ऑप्टिकल प्रभाव" + }, + { + "displayName": "360 Angle", + "langName": "360 डिग्री दृश्य", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस/ऑप्टिकल प्रभाव" + }, + { + "displayName": "Fisheye Lens", + "langName": "फिशआई लेंस", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस/ऑप्टिकल प्रभाव" + }, + { + "displayName": "Fisheye Lens Effect", + "langName": "फिशआई लेंस प्रभाव", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस/ऑप्टिकल प्रभाव" + }, + { + "displayName": "Miniature Faking", + "langName": "लघु मॉडल प्रभाव", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस/ऑप्टिकल प्रभाव" + }, + { + "displayName": "Brenizer Method", + "langName": "सर्पिल शॉट", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस/ऑप्टिकल प्रभाव" + }, + { + "displayName": "Panini Projection", + "langName": "पाणिनी प्रक्षेपण", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस/ऑप्टिकल प्रभाव" + }, + { + "displayName": "Orthographic", + "langName": "लिखने का प्रक्षेपण", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस/ऑप्टिकल प्रभाव" + }, + { + "displayName": "Isometric", + "langName": "सममितीय प्रक्षेपण", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस/ऑप्टिकल प्रभाव" + }, + { + "displayName": "DOF", + "langName": "क्षेत्र की गहराई", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस/ऑप्टिकल प्रभाव" + }, + { + "displayName": "landscape", + "langName": "लैंडस्केप शॉट (लंबा शॉट)", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस/ऑप्टिकल प्रभाव" + }, + { + "displayName": "Sharp Focus", + "langName": "तीक्ष्ण से ध्यान", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस/ऑप्टिकल प्रभाव" + }, + { + "displayName": "Zoom", + "langName": "ज़ूम", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस/ऑप्टिकल प्रभाव" + }, + { + "displayName": "Dolly Zoom", + "langName": "डॉली ज़ूम", + "object": "फ़ोटोग्राफ़ी", + "attribute": "लेंस/ऑप्टिकल प्रभाव" + }, + { + "displayName": "Portrait Photogram", + "langName": "चित्र", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "Photorealistic", + "langName": "फोटोयथार्थवाद", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "Cinematic", + "langName": "सिनेमाई एहसास", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "Color Grading", + "langName": "रंग ग्रेडिंग", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "Dramatic", + "langName": "नाटकीय", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "Editorial Photography", + "langName": "संपादकीय फोटोग्राफी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "filmic", + "langName": "सिनेमाई गुणवत्ता", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "film still", + "langName": "फिल्म स्थिर छवियाँ", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "film grain", + "langName": "फिल्म अनाज", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "Glamor Shot", + "langName": "आकर्षक शॉट्स", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "Golden Hour", + "langName": "प्राइमटाइम", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "High-Speed Photograph", + "langName": "हाई स्पीड फोटोग्राफी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "Intentional camera movement", + "langName": "जानबूझकर कैमरा मूवमेंट", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "Paparazzi Photography", + "langName": "पापराज़ी फोटोग्राफी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "Photography", + "langName": "फोटोग्राफी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "Photoshoot", + "langName": "फोटो शूट", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "photo", + "langName": "तस्वीर", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "polaroid", + "langName": "तस्वीरें (पोलरॉइड)", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "poster,caustics", + "langName": "पोस्टर/थीम फोकस", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "Kaleidoscope Photography", + "langName": "बहुरूपदर्शक फोटोग्राफी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "Photojournalism", + "langName": "पत्रकारिता", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "Time-Lapse", + "langName": "समय चूक फोटोग्राफी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "Satellite Imagery", + "langName": "उपग्रह चित्र", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "War Photography", + "langName": "युद्ध फोटोग्राफी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "Wildlife Photography", + "langName": "वन्यजीव फोटोग्राफी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "फोटोग्राफी शैली" + }, + { + "displayName": "Blurry", + "langName": "अस्पष्ट", + "object": "फ़ोटोग्राफ़ी", + "attribute": "धुंधलापन/विरूपण" + }, + { + "displayName": "Blur Effect", + "langName": "धुंधला प्रभाव", + "object": "फ़ोटोग्राफ़ी", + "attribute": "धुंधलापन/विरूपण" + }, + { + "displayName": "Tilt Blur", + "langName": "झुकाव धुंधला", + "object": "फ़ोटोग्राफ़ी", + "attribute": "धुंधलापन/विरूपण" + }, + { + "displayName": "Lens Distortion", + "langName": "लेंस विरूपण", + "object": "फ़ोटोग्राफ़ी", + "attribute": "धुंधलापन/विरूपण" + }, + { + "displayName": "flash photography", + "langName": "फ्लैश फोटोग्राफी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा सेटिंग्स" + }, + { + "displayName": "Exposure", + "langName": "खुलासा", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा सेटिंग्स" + }, + { + "displayName": "Short Exposure", + "langName": "लघु प्रदर्शन", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा सेटिंग्स" + }, + { + "displayName": "Long Exposure", + "langName": "लंबा प्रदर्शन", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा सेटिंग्स" + }, + { + "displayName": "Double-Exposure", + "langName": "दोहरा प्रदर्शन", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा सेटिंग्स" + }, + { + "displayName": "Shutter Speed 1/1000", + "langName": "शटर स्पीड 1/1000", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा सेटिंग्स" + }, + { + "displayName": "Shutter Speed 1/2", + "langName": "शटर स्पीड 1/2", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा सेटिंग्स" + }, + { + "displayName": "F/2.8", + "langName": "एपर्चर/2.8", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा सेटिंग्स" + }, + { + "displayName": "F/22", + "langName": "एफ/22", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा सेटिंग्स" + }, + { + "displayName": "Gamma", + "langName": "गामा", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा सेटिंग्स" + }, + { + "displayName": "White Balance", + "langName": "श्वेत संतुलन", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा सेटिंग्स" + }, + { + "displayName": "Schlieren", + "langName": "प्रकाश तरंग हस्तक्षेप", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Night Vision", + "langName": "कम रोशनी में फोटोग्राफी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Hyperspectral Imaging", + "langName": "हाइपरस्पेक्ट्रल इमेजिंग", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Multispectral Imaging", + "langName": "मल्टीस्पेक्ट्रल इमेजिंग", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Camcorder Effect", + "langName": "कैमरा प्रभाव", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "DSLR", + "langName": "एसएलआर", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "35mm", + "langName": "35 मिमी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Tri-X 400 TX", + "langName": "ट्राई-एक्स 400टीएक्स", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Instax", + "langName": "Polaroid", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Ektachrome", + "langName": "कोडक एकटाक्रोम", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Fujifilm Superia", + "langName": "Fujifilm", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Fujifilm XT3", + "langName": "फुजीफिल्म XT3", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Polaroid SX-70", + "langName": "Polaroid", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Ilford HP5", + "langName": "इलफ़र्ड HP5", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Kodak Ektar", + "langName": "कोडक एकतार", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Kodak Gold 200", + "langName": "कोडक गोल्ड 200", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Kodak Portra", + "langName": "कोडक पोर्ट्रा", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Lomo", + "langName": "लोमो", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Nikon D750", + "langName": "निकॉन D750", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Provia", + "langName": "फ़ूजी प्रोविया", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Shot on 70mm", + "langName": "70 मिमी फिल्म पर फिल्माया गया", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Velvia", + "langName": "फ़ूजी वेल्विया", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Vintage", + "langName": "विंटेज शूट", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Pinhole Photography", + "langName": "पिनहोल फोटोग्राफी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Photogram", + "langName": "तस्वीर", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Daguerrotype", + "langName": "देग्युरोटाइप", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Ambrotype", + "langName": "पुरानी फोटोग्राफी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Calotype", + "langName": "फ़ोटोफ़ोटोग्राफ़ी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Tintype", + "langName": "टिनटाइप फोटोग्राफी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Dashcam-Footage", + "langName": "ड्राइविंग रिकॉर्डर वीडियो", + "object": "फ़ोटोग्राफ़ी", + "attribute": "कैमरा" + }, + { + "displayName": "Unary", + "langName": "एक युआन", + "object": "फ़ोटोग्राफ़ी", + "attribute": "डिजिटल प्रणाली" + }, + { + "displayName": "Binary", + "langName": "द्विआधारी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "डिजिटल प्रणाली" + }, + { + "displayName": "Ternary", + "langName": "त्रिगुट", + "object": "फ़ोटोग्राफ़ी", + "attribute": "डिजिटल प्रणाली" + }, + { + "displayName": "Quaternary", + "langName": "चारों भागों का", + "object": "फ़ोटोग्राफ़ी", + "attribute": "डिजिटल प्रणाली" + }, + { + "displayName": "Quinary", + "langName": "पाँच का", + "object": "फ़ोटोग्राफ़ी", + "attribute": "डिजिटल प्रणाली" + }, + { + "displayName": "Senary", + "langName": "हेक्साडेसिमल", + "object": "फ़ोटोग्राफ़ी", + "attribute": "डिजिटल प्रणाली" + }, + { + "displayName": "Septenary", + "langName": "सात आधार", + "object": "फ़ोटोग्राफ़ी", + "attribute": "डिजिटल प्रणाली" + }, + { + "displayName": "Octal", + "langName": "अष्टभुजाकार", + "object": "फ़ोटोग्राफ़ी", + "attribute": "डिजिटल प्रणाली" + }, + { + "displayName": "Nonary", + "langName": "नौ आधार", + "object": "फ़ोटोग्राफ़ी", + "attribute": "डिजिटल प्रणाली" + }, + { + "displayName": "Decimal", + "langName": "दशमलव", + "object": "फ़ोटोग्राफ़ी", + "attribute": "डिजिटल प्रणाली" + }, + { + "displayName": "Hexadecimal", + "langName": "हेक्साडेसिमल", + "object": "फ़ोटोग्राफ़ी", + "attribute": "डिजिटल प्रणाली" + }, + { + "displayName": "depth of field", + "langName": "क्षेत्र की गहराई (मानव दृश्यों का समन्वय)", + "object": "फ़ोटोग्राफ़ी", + "attribute": "प्रभाव" + }, + { + "displayName": "motion_blur", + "langName": "गति के कारण धुंधलापन", + "object": "फ़ोटोग्राफ़ी", + "attribute": "प्रभाव" + }, + { + "displayName": "motion_lines", + "langName": "पंक्तियाँ जो गति का प्रतीक हैं", + "object": "फ़ोटोग्राफ़ी", + "attribute": "प्रभाव" + }, + { + "displayName": "speed_lines", + "langName": "गति रेखा", + "object": "फ़ोटोग्राफ़ी", + "attribute": "प्रभाव" + }, + { + "displayName": "bokeh", + "langName": "कास्टिक्स (धुंधली पृष्ठभूमि)", + "object": "फ़ोटोग्राफ़ी", + "attribute": "प्रभाव" + }, + { + "displayName": "chromatic_aberration", + "langName": "रंगीन विपथन, रंग फोकस से बाहर", + "object": "फ़ोटोग्राफ़ी", + "attribute": "प्रभाव" + }, + { + "displayName": "overexposure", + "langName": "अति उजागर", + "object": "फ़ोटोग्राफ़ी", + "attribute": "प्रभाव" + }, + { + "displayName": "Vignette", + "langName": "विनेट", + "object": "फ़ोटोग्राफ़ी", + "attribute": "प्रभाव" + }, + { + "displayName": "Split Toning", + "langName": "विभाजित ग्रेडिंग", + "object": "फ़ोटोग्राफ़ी", + "attribute": "प्रभाव" + }, + { + "displayName": "Rephotography", + "langName": "भारी फोटोग्राफी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "प्रभाव" + }, + { + "displayName": "miniature model film", + "langName": "लघुचित्र फिल्म", + "object": "फ़ोटोग्राफ़ी", + "attribute": "प्रभाव" + }, + { + "displayName": "Scanography", + "langName": "स्कैनिंग फोटोग्राफी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "प्रभाव" + }, + { + "displayName": "Slit-Scan Photography", + "langName": "स्लिट स्कैन फोटोग्राफी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "प्रभाव" + }, + { + "displayName": "photorealistic,realistic", + "langName": "यथार्थवादी, अनुकरण", + "object": "फ़ोटोग्राफ़ी", + "attribute": "प्रभाव" + }, + { + "displayName": "realistic", + "langName": "यथार्थवादी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "प्रभाव" + }, + { + "displayName": "semi-realistic", + "langName": "अर्द्ध यथार्थवादी", + "object": "फ़ोटोग्राफ़ी", + "attribute": "प्रभाव" + }, + { + "displayName": "realistic shadows", + "langName": "वास्तविकता की छाया", + "object": "फ़ोटोग्राफ़ी", + "attribute": "प्रभाव" + }, + { + "displayName": "detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "हाथ का विवरण", + "object": "फ़ोटोग्राफ़ी", + "attribute": "प्रभाव" + }, + { + "displayName": "detailed feet and detailed 5 toes and detailed 5 toenails", + "langName": "पैरों का विवरण", + "object": "फ़ोटोग्राफ़ी", + "attribute": "प्रभाव" + }, + { + "displayName": "Transparent", + "langName": "पारदर्शी", + "object": "सामग्री", + "attribute": "अस्पष्टता" + }, + { + "displayName": "Translucent", + "langName": "पारदर्शी", + "object": "सामग्री", + "attribute": "अस्पष्टता" + }, + { + "displayName": "Opaque", + "langName": "अस्पष्ट", + "object": "सामग्री", + "attribute": "अस्पष्टता" + }, + { + "displayName": "Bump Map", + "langName": "नक्शा टक्कर", + "object": "सामग्री", + "attribute": "मानचित्र" + }, + { + "displayName": "Bump Mapped", + "langName": "बंप मानचित्र के साथ", + "object": "सामग्री", + "attribute": "मानचित्र" + }, + { + "displayName": "Bump Mapping", + "langName": "बम्प मैपिंग", + "object": "सामग्री", + "attribute": "मानचित्र" + }, + { + "displayName": "Normal Map", + "langName": "सामान्य मानचित्र", + "object": "सामग्री", + "attribute": "मानचित्र" + }, + { + "displayName": "Depth Map", + "langName": "गहराई का नक्शा", + "object": "सामग्री", + "attribute": "मानचित्र" + }, + { + "displayName": "Soft Body", + "langName": "सॉफ़्टवेयर", + "object": "सामग्री", + "attribute": "कोमल शरीर" + }, + { + "displayName": "Squishy", + "langName": "रोएँदार", + "object": "सामग्री", + "attribute": "कोमल शरीर" + }, + { + "displayName": "Anisotropy", + "langName": "असमदिग्वर्ती होने की दशा", + "object": "सामग्री", + "attribute": "विशेषता" + }, + { + "displayName": "Carbonated", + "langName": "कार्बोनेटेड", + "object": "सामग्री", + "attribute": "विशेषता" + }, + { + "displayName": "Effervescent", + "langName": "झाग", + "object": "सामग्री", + "attribute": "विशेषता" + }, + { + "displayName": "Icy", + "langName": "ठंडा", + "object": "सामग्री", + "attribute": "विशेषता" + }, + { + "displayName": "Charred", + "langName": "अथ जलकर कोयला हो जाना", + "object": "सामग्री", + "attribute": "विशेषता" + }, + { + "displayName": "Corrugated", + "langName": "झुर्रियों", + "object": "सामग्री", + "attribute": "विशेषता" + }, + { + "displayName": "Perforated", + "langName": "वेध", + "object": "सामग्री", + "attribute": "विशेषता" + }, + { + "displayName": "Wooden", + "langName": "लकड़ी का", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Lumber", + "langName": "लकड़ी", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Plywood", + "langName": "प्लाईवुड", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Particle-Board", + "langName": "समिति कण", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Sawdust", + "langName": "चूरा", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Cork", + "langName": "कॉर्क", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Cherry-Wood", + "langName": "चेरी की लकड़ी", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Maple-Wood", + "langName": "मेपल", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Pine-Wood", + "langName": "पाइन के वन", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Oak-Wood", + "langName": "ओक", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Birch-Wood", + "langName": "बर्च", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Acacia-Wood", + "langName": "बबूल की लकड़ी", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Cedar-Wood", + "langName": "देवदार की लकड़ी", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Wood-Stain", + "langName": "लकड़ी का रंग", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Planks", + "langName": "तख़्ता", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Wooden Planks", + "langName": "लकड़ी की मेज़", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Nailed-Wood", + "langName": "कील की लकड़ी", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Wooden Fence", + "langName": "लकड़ी की बाड़", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Cardboard", + "langName": "गत्ता", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Corrugated Fiberboard", + "langName": "नालीदार कार्डबोर्ड", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Paperboard", + "langName": "गत्ता", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Cardstock", + "langName": "कागज जाम", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Paper", + "langName": "कागज़", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Construction Paper", + "langName": "निर्माण चित्र", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Tissue Paper", + "langName": "टॉयलेट पेपर", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Graph Paper", + "langName": "ग्राफ़ पेपर", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Kraft Paper", + "langName": "क्राफ्ट पेपर", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Washi", + "langName": "जापानी कागज", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Wasli", + "langName": "वासली कागज", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Papyrus", + "langName": "पेपिरस", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Manuscript Paper", + "langName": "पांडुलिपि कागज", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Wrapping Paper", + "langName": "लपेटने वाला कागज", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Parchment", + "langName": "चर्मपत्र", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Parchment Paper", + "langName": "बारबेक्यू पेपर", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Medieval Parchment", + "langName": "मध्ययुगीन चर्मपत्र", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Toilet Paper", + "langName": "टॉयलेट पेपर", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Paper Towel", + "langName": "ऊतक", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Manila Paper", + "langName": "मनीला पेपर", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Manila Folder", + "langName": "मनीला फ़ोल्डर", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Envelope", + "langName": "लिफ़ाफ़ा", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Security Paper", + "langName": "जालसाजी विरोधी कागज", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Rolling Paper", + "langName": "महीन काग़ज़", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Cotton Paper", + "langName": "ऊतक", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Hemp Fiber", + "langName": "भांग का रेशा", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Hemp Paper", + "langName": "भांग का कागज", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Cellulose", + "langName": "सेल्यूलोज", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Plastic-Coated Paper", + "langName": "प्लास्टिक लेपित कागज", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Tar Paper", + "langName": "तार कागज़", + "object": "सामग्री", + "attribute": "लकड़ी और कागज" + }, + { + "displayName": "Soil", + "langName": "मिट्टी", + "object": "सामग्री", + "attribute": "मिट्टी" + }, + { + "displayName": "Dirt", + "langName": "धूल", + "object": "सामग्री", + "attribute": "मिट्टी" + }, + { + "displayName": "Mud", + "langName": "कीचड़", + "object": "सामग्री", + "attribute": "मिट्टी" + }, + { + "displayName": "Mud Brick", + "langName": "मिट्टी की ईंट", + "object": "सामग्री", + "attribute": "मिट्टी" + }, + { + "displayName": "Clay", + "langName": "मिट्टी", + "object": "सामग्री", + "attribute": "मिट्टी" + }, + { + "displayName": "Sand", + "langName": "रेत", + "object": "सामग्री", + "attribute": "मिट्टी" + }, + { + "displayName": "Gravel", + "langName": "कंकड़", + "object": "सामग्री", + "attribute": "मिट्टी" + }, + { + "displayName": "Silt", + "langName": "गाद", + "object": "सामग्री", + "attribute": "मिट्टी" + }, + { + "displayName": "Dust", + "langName": "धूल", + "object": "सामग्री", + "attribute": "मिट्टी" + }, + { + "displayName": "Spodosol", + "langName": "शंकुधारी मिट्टी", + "object": "सामग्री", + "attribute": "मिट्टी" + }, + { + "displayName": "Podzol", + "langName": "शंकुधारी मिट्टी", + "object": "सामग्री", + "attribute": "मिट्टी" + }, + { + "displayName": "Sandpaper", + "langName": "रेगमाल", + "object": "सामग्री", + "attribute": "मिट्टी" + }, + { + "displayName": "Stone", + "langName": "पत्थर", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Cobblestone", + "langName": "पत्थर", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Pebbles", + "langName": "कंकड़", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Rock", + "langName": "चट्टान", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Rocky", + "langName": "चट्टान का", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Bedrock", + "langName": "आधार", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Flint", + "langName": "चकमक", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Sandstone", + "langName": "बलुआ पत्थर", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Basalt", + "langName": "बाजालत", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Marble", + "langName": "संगमरमर", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Granite", + "langName": "ग्रेनाइट", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Diorite", + "langName": "डायोराइट", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Andesite", + "langName": "andesite", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Gypsum", + "langName": "प्लास्टर", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Coal", + "langName": "कोयला", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Sulfur", + "langName": "गंधक", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Graphene", + "langName": "ग्राफीन", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Carbon Nanotubes", + "langName": "कार्बन नैनोट्यूब", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Carbon Fiber", + "langName": "कार्बन फाइबर", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Concrete", + "langName": "ठोस", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Sidewalk", + "langName": "फ़ुटपाथ", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Asphalt", + "langName": "डामर", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Hempcrete", + "langName": "भांग कंक्रीट", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Brick", + "langName": "ईंट", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Terracotta", + "langName": "लाल मिट्टी", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Pottery", + "langName": "मिट्टी के बर्तनों", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Ceramic", + "langName": "सिरेमिक उत्पाद", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Enamel", + "langName": "तामचीनी", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Sheetrock", + "langName": "जिप्सम बोर्ड", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Plaster", + "langName": "प्लास्टर", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Asbestos", + "langName": "अदह", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Slag", + "langName": "लावा", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Vermiculite", + "langName": "vermiculite", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Perlite", + "langName": "perlite", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Borax", + "langName": "बोरेक्रस", + "object": "सामग्री", + "attribute": "पत्थर और खनिज" + }, + { + "displayName": "Metallic", + "langName": "धातु का", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Metal", + "langName": "धातु", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Liquid Metal", + "langName": "तरल धातु", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Foil", + "langName": "पन्नी", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Rusty", + "langName": "जंग खाए", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Pewter", + "langName": "जस्ता", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Copper", + "langName": "ताँबा", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Tin", + "langName": "टिन", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Aluminum", + "langName": "अल्युमीनियम", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Brushed Aluminum", + "langName": "ब्रश एल्यूमीनियम", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Bronze", + "langName": "कांस्य", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Brass", + "langName": "पीतल", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Iron", + "langName": "लोहा", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Wrought Iron", + "langName": "लोहा", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Steel", + "langName": "इस्पात", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Stainless Steel", + "langName": "स्टेनलेस स्टील", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Damascus Steel", + "langName": "दमिश्क स्टील", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Titanium", + "langName": "टाइटेनियम", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Anodized Titanium", + "langName": "एनोडाइज्ड टाइटेनियम", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Damascus Titanium", + "langName": "दमिश्क टाइटेनियम", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Sterling Silver", + "langName": "स्टर्लिंग सिल्वर", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Sterling", + "langName": "मानक चांदी", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Rose-Gold", + "langName": "गुलाबी सोना", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Platinum", + "langName": "प्लैटिनम", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Chromium", + "langName": "क्रोमियम", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Chrome", + "langName": "क्रोम चढ़ा हुआ", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Mercury", + "langName": "पारा", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Mercury Metal", + "langName": "पारा धातु", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Molten Mercury", + "langName": "पिघला हुआ पारा", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Molten Mercury Metal", + "langName": "पिघला हुआ पारा धातु", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Gallium", + "langName": "गैलियम", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Magnesium", + "langName": "मैगनीशियम", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Zinc", + "langName": "जस्ता", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Lead", + "langName": "नेतृत्व करना", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Tungsten", + "langName": "टंगस्टन", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Zirconium", + "langName": "zirconium", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Cubic Zirconium", + "langName": "घन जिक्रोन", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Cobalt", + "langName": "कोबाल्ट", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Uranium", + "langName": "यूरेनियम", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Sodium", + "langName": "सोडियम", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Potassium", + "langName": "पोटेशियम", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Constantan", + "langName": "कॉन्स्टेंटन", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Hepatizon", + "langName": "हेपा कॉपर", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Nichrome", + "langName": "निक्रोम", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Damascus", + "langName": "दमिश्क", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Iron Filings", + "langName": "लोहे का बुरादा", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Copper-Sulfate", + "langName": "कॉपर सल्फेट", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Solder", + "langName": "मिलाप", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Metallic Fiber", + "langName": "धातु फाइबर", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Armature Wire", + "langName": "बख़्तरबंद तार", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Metal Foam", + "langName": "धातु फोम", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Needle", + "langName": "सुई", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Screw", + "langName": "पेंच", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Paper Clips", + "langName": "पेपर क्लिप", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Chain-link", + "langName": "जंजीर", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Chicken Wire", + "langName": "कंटीले तार", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Chain-link Fence", + "langName": "चेन लिंक बाड़", + "object": "सामग्री", + "attribute": "धातु" + }, + { + "displayName": "Glassy", + "langName": "कांच का", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Stained Glass", + "langName": "रंगीन कांच", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Stained Glass Windows", + "langName": "स्टेन्ड ग्लास की खिडकियां", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Seaglass", + "langName": "समुद्री कांच", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Mirror", + "langName": "आईना", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Fiberglass", + "langName": "फाइबरग्लास", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Glass Fiber", + "langName": "फाइबरग्लास", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Glass and Crystals", + "langName": "कांच और क्रिस्टल", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Crystalline", + "langName": "क्रिस्टल", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Diamond", + "langName": "डायमंड", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Amethyst", + "langName": "नीलम", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Quartz", + "langName": "क्वार्ट्ज", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Smoky Quartz", + "langName": "स्मोक्ड क्वार्ट्ज", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Rose Quartz", + "langName": "गुलाब क्वार्ट्ज", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Milky Quartz", + "langName": "ओपेलेसेंट क्वार्ट्ज़", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Rutilated Quartz", + "langName": "टाइटेनियम क्रिस्टल क्वार्ट्ज", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Sceptred Quartz", + "langName": "गांठदार क्वार्ट्ज", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Herkimer Diamond", + "langName": "हर्किमर हीरा", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Ruby", + "langName": "माणिक", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Sapphire", + "langName": "नीलम", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Emerald", + "langName": "पन्ना", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Pearl", + "langName": "मोती", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Citrine", + "langName": "सिट्रीन", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Fluorite", + "langName": "फ्लोराइट", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Onyx", + "langName": "सुलेमानी पत्थर", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Lapis Lazuli", + "langName": "लापीस लाजुली", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Obsidian", + "langName": "ओब्सीडियन", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Selenite", + "langName": "पारदर्शी प्लास्टर", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Jasper", + "langName": "कारेलियन", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Opal", + "langName": "ओपीएएल", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Opalite", + "langName": "ओपल एगेट", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Topaz", + "langName": "टोपाज़", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Agate", + "langName": "सुलेमानी पत्थर", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Carnelian", + "langName": "लाल सुलेमानी पत्थर", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Ametrine", + "langName": "अमेट्रिन", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Aventurine", + "langName": "हरी टूमलाइन", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Borax Crystals", + "langName": "बोरेक्स क्रिस्टल", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Colloidal Crystal", + "langName": "कोलाइडल क्रिस्टल", + "object": "सामग्री", + "attribute": "कांच और क्रिस्टल" + }, + { + "displayName": "Cloth", + "langName": "कपड़ा", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Cotton", + "langName": "कपास", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Polyester", + "langName": "पॉलिएस्टर फाइबर", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Twine", + "langName": "रस्सी", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Silk", + "langName": "रेशम", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Denim", + "langName": "डेनिम", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Leather", + "langName": "चमड़ा", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Felt", + "langName": "अनुभव किया", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Felt Cloth", + "langName": "कपड़ा लगा", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Cashmere", + "langName": "कश्मीरी", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Velvet", + "langName": "मखमल", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Corduroy", + "langName": "कॉरडरॉय", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Nylon", + "langName": "नायलॉन", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Polyamide", + "langName": "पॉलियामाइड", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Kevlar", + "langName": "अरामिड", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Spandex", + "langName": "स्पैन्डेक्स", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Rayon", + "langName": "रेयान", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Microfiber", + "langName": "माइक्रोफ़ाइबर", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Fibers", + "langName": "फाइबर", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Lyocell", + "langName": "लियोसेल", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Cordura", + "langName": "कौदुरा", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Lurex", + "langName": "झालर", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Nomex", + "langName": "नोमेक्स", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Quilt", + "langName": "रज़ाई", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Memory Foam", + "langName": "मेमोरी फोम", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Lint", + "langName": "एक प्रकार का वृक्ष", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Blanket", + "langName": "कंबल", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Pin Cushion", + "langName": "सूई का गल-तकिया", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Yarn", + "langName": "धागा", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Knitted", + "langName": "बुना हुआ", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Rug", + "langName": "क्षेत्र गलीचा", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Crochet", + "langName": "क्रोशै", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Cross Stich", + "langName": "क्रॉस सिलाई", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Needle Point", + "langName": "बुनना", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Patch", + "langName": "पैबंद", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Sewen", + "langName": "सिलाई", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Applique", + "langName": "अधिरोपण", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Macrame", + "langName": "फीता", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Weave", + "langName": "चोटी", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Net", + "langName": "जाल", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Netting", + "langName": "जालीदार कपड़ा", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Gauze", + "langName": "धुंध", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Spider Web", + "langName": "मकड़ी का जाला", + "object": "सामग्री", + "attribute": "कपड़ा" + }, + { + "displayName": "Plastic", + "langName": "प्लास्टिक", + "object": "सामग्री", + "attribute": "प्लास्टिक/फोम फिल्म" + }, + { + "displayName": "Shrink Wrap", + "langName": "फिल्म सिंकोड़ें", + "object": "सामग्री", + "attribute": "प्लास्टिक/फोम फिल्म" + }, + { + "displayName": "Plastic Wrap", + "langName": "प्लास्टिक की चादर", + "object": "सामग्री", + "attribute": "प्लास्टिक/फोम फिल्म" + }, + { + "displayName": "Cling Wrap", + "langName": "चिपचिपी पैकेजिंग फिल्म", + "object": "सामग्री", + "attribute": "प्लास्टिक/फोम फिल्म" + }, + { + "displayName": "Teflon", + "langName": "टेफ़लोन", + "object": "सामग्री", + "attribute": "प्लास्टिक/फोम फिल्म" + }, + { + "displayName": "Lego", + "langName": "लेगो", + "object": "सामग्री", + "attribute": "प्लास्टिक/फोम फिल्म" + }, + { + "displayName": "Polyurethane", + "langName": "पोलीयूरीथेन", + "object": "सामग्री", + "attribute": "प्लास्टिक/फोम फिल्म" + }, + { + "displayName": "Polyethylene", + "langName": "POLYETHYLENE", + "object": "सामग्री", + "attribute": "प्लास्टिक/फोम फिल्म" + }, + { + "displayName": "Polyvinyl", + "langName": "POLYETHYLENE", + "object": "सामग्री", + "attribute": "प्लास्टिक/फोम फिल्म" + }, + { + "displayName": "Polypropylene", + "langName": "polypropylene", + "object": "सामग्री", + "attribute": "प्लास्टिक/फोम फिल्म" + }, + { + "displayName": "Polyimide", + "langName": "polyimide", + "object": "सामग्री", + "attribute": "प्लास्टिक/फोम फिल्म" + }, + { + "displayName": "Styrofoam", + "langName": "स्टायरोफोम", + "object": "सामग्री", + "attribute": "प्लास्टिक/फोम फिल्म" + }, + { + "displayName": "Foam", + "langName": "फोम", + "object": "सामग्री", + "attribute": "प्लास्टिक/फोम फिल्म" + }, + { + "displayName": "Rubber", + "langName": "रबड़", + "object": "सामग्री", + "attribute": "रबड़" + }, + { + "displayName": "Rubber Band", + "langName": "रबर बैंड", + "object": "सामग्री", + "attribute": "रबड़" + }, + { + "displayName": "Rubber Band Ball", + "langName": "रबर बैंड बॉल", + "object": "सामग्री", + "attribute": "रबड़" + }, + { + "displayName": "Balloon", + "langName": "गुब्बारा", + "object": "सामग्री", + "attribute": "रबड़" + }, + { + "displayName": "Nitrile", + "langName": "नैटराइल रबड़", + "object": "सामग्री", + "attribute": "रबड़" + }, + { + "displayName": "Silicone", + "langName": "सिलिकॉन", + "object": "सामग्री", + "attribute": "रबड़" + }, + { + "displayName": "Vinyl", + "langName": "विनाइल प्लास्टिक", + "object": "सामग्री", + "attribute": "रबड़" + }, + { + "displayName": "Linoleum", + "langName": "लिनोलियम", + "object": "सामग्री", + "attribute": "रबड़" + }, + { + "displayName": "Silly Band", + "langName": "रबर बैंड", + "object": "सामग्री", + "attribute": "रबड़" + }, + { + "displayName": "Wax", + "langName": "मोम", + "object": "सामग्री", + "attribute": "मोम" + }, + { + "displayName": "Wax Paper", + "langName": "स्टैंसिल", + "object": "सामग्री", + "attribute": "मोम" + }, + { + "displayName": "Carnauba Wax", + "langName": "कारनौबा मोम", + "object": "सामग्री", + "attribute": "मोम" + }, + { + "displayName": "Candelilla Wax", + "langName": "कैंडेलिला मोम", + "object": "सामग्री", + "attribute": "मोम" + }, + { + "displayName": "Paraffin Wax", + "langName": "आयल", + "object": "सामग्री", + "attribute": "मोम" + }, + { + "displayName": "Shellac", + "langName": "चपड़ा", + "object": "सामग्री", + "attribute": "मोम" + }, + { + "displayName": "Ice", + "langName": "बर्फ़", + "object": "सामग्री", + "attribute": "बर्फ और हिम" + }, + { + "displayName": "Blue-Ice", + "langName": "नीली बर्फ", + "object": "सामग्री", + "attribute": "बर्फ और हिम" + }, + { + "displayName": "Dry Ice", + "langName": "सूखी बर्फ", + "object": "सामग्री", + "attribute": "बर्फ और हिम" + }, + { + "displayName": "Hairy", + "langName": "बालदार", + "object": "सामग्री", + "attribute": "बाल/फर" + }, + { + "displayName": "Fuzz", + "langName": "फुज्जी", + "object": "सामग्री", + "attribute": "बाल/फर" + }, + { + "displayName": "Beard", + "langName": "दाढ़ी", + "object": "सामग्री", + "attribute": "बाल/फर" + }, + { + "displayName": "Feathers", + "langName": "पंख", + "object": "सामग्री", + "attribute": "बाल/फर" + }, + { + "displayName": "Zebra", + "langName": "ज़ेबरा", + "object": "सामग्री", + "attribute": "बाल/फर" + }, + { + "displayName": "Dust-Bunny", + "langName": "ग्रे खरगोश", + "object": "सामग्री", + "attribute": "बाल/फर" + }, + { + "displayName": "Liquid", + "langName": "तरल", + "object": "सामग्री", + "attribute": "तरल" + }, + { + "displayName": "Water", + "langName": "पानी", + "object": "सामग्री", + "attribute": "तरल" + }, + { + "displayName": "Lava", + "langName": "मेग्मा", + "object": "सामग्री", + "attribute": "तरल" + }, + { + "displayName": "Magma", + "langName": "लावा", + "object": "सामग्री", + "attribute": "तरल" + }, + { + "displayName": "Molten Rock", + "langName": "पिघली हुई चट्टान", + "object": "सामग्री", + "attribute": "तरल" + }, + { + "displayName": "Ferro Fluid", + "langName": "लौह द्रव", + "object": "सामग्री", + "attribute": "तरल" + }, + { + "displayName": "Liquid Crystal", + "langName": "लिक्विड क्रिस्टल", + "object": "सामग्री", + "attribute": "तरल" + }, + { + "displayName": "Gasoline", + "langName": "पेट्रोल", + "object": "सामग्री", + "attribute": "तरल" + }, + { + "displayName": "Turpentine", + "langName": "तारपीन", + "object": "सामग्री", + "attribute": "तरल" + }, + { + "displayName": "Mineral Oil", + "langName": "खनिज तेल", + "object": "सामग्री", + "attribute": "तरल" + }, + { + "displayName": "Motor Oil", + "langName": "इंजन तेल", + "object": "सामग्री", + "attribute": "तरल" + }, + { + "displayName": "Sea Foam", + "langName": "समुद्री झाग", + "object": "सामग्री", + "attribute": "तरल" + }, + { + "displayName": "Emulsion", + "langName": "पायसीकरण", + "object": "सामग्री", + "attribute": "तरल" + }, + { + "displayName": "Lipid", + "langName": "लिपिड", + "object": "सामग्री", + "attribute": "तरल" + }, + { + "displayName": "Flubber", + "langName": "लोचदार कपड़ा", + "object": "सामग्री", + "attribute": "कीचड़" + }, + { + "displayName": "Putty", + "langName": "रिक्त स्थान को सील करने और भरने के लिए चिपकने वाले", + "object": "सामग्री", + "attribute": "कीचड़" + }, + { + "displayName": "Poster Tack", + "langName": "पोस्टर गोंद", + "object": "सामग्री", + "attribute": "कीचड़" + }, + { + "displayName": "Gel", + "langName": "जेल", + "object": "सामग्री", + "attribute": "चिपचिपाहट" + }, + { + "displayName": "Aerogel", + "langName": "airgel", + "object": "सामग्री", + "attribute": "चिपचिपाहट" + }, + { + "displayName": "Softgel", + "langName": "नरम कैप्सूल", + "object": "सामग्री", + "attribute": "चिपचिपाहट" + }, + { + "displayName": "Silica Gel", + "langName": "सिलिकॉन", + "object": "सामग्री", + "attribute": "चिपचिपाहट" + }, + { + "displayName": "Ballistic Gel", + "langName": "बैलिस्टिक जेल", + "object": "सामग्री", + "attribute": "चिपचिपाहट" + }, + { + "displayName": "Jellyfish", + "langName": "जेलीफ़िश", + "object": "सामग्री", + "attribute": "चिपचिपाहट" + }, + { + "displayName": "Ballistic Foam", + "langName": "बैलिस्टिक फोम", + "object": "सामग्री", + "attribute": "चिपचिपाहट" + }, + { + "displayName": "Sponge", + "langName": "स्पंज", + "object": "सामग्री", + "attribute": "चिपचिपाहट" + }, + { + "displayName": "Spongy", + "langName": "चिमड़ा", + "object": "सामग्री", + "attribute": "चिपचिपाहट" + }, + { + "displayName": "Tape", + "langName": "चिपकने वाला टेप", + "object": "सामग्री", + "attribute": "गोंद" + }, + { + "displayName": "Duct Tape", + "langName": "फीता", + "object": "सामग्री", + "attribute": "गोंद" + }, + { + "displayName": "Scotch Tape", + "langName": "पारदर्शी गोंद", + "object": "सामग्री", + "attribute": "गोंद" + }, + { + "displayName": "Clear Tape", + "langName": "स्कॉच टेप", + "object": "सामग्री", + "attribute": "गोंद" + }, + { + "displayName": "Packing Tape", + "langName": "सीलिंग टेप", + "object": "सामग्री", + "attribute": "गोंद" + }, + { + "displayName": "Masking Tape", + "langName": "मास्किंग टेप", + "object": "सामग्री", + "attribute": "गोंद" + }, + { + "displayName": "Kapton", + "langName": "कैप्टन", + "object": "सामग्री", + "attribute": "गोंद" + }, + { + "displayName": "Kapton Tape", + "langName": "कैप्टन टेप", + "object": "सामग्री", + "attribute": "गोंद" + }, + { + "displayName": "Adhesive", + "langName": "गोंद", + "object": "सामग्री", + "attribute": "गोंद" + }, + { + "displayName": "Glue", + "langName": "गोंद", + "object": "सामग्री", + "attribute": "गोंद" + }, + { + "displayName": "Epoxy", + "langName": "एपॉक्सी रेजि़न", + "object": "सामग्री", + "attribute": "गोंद" + }, + { + "displayName": "Polymer", + "langName": "पॉलीमर", + "object": "सामग्री", + "attribute": "पॉलीमर" + }, + { + "displayName": "Orbeez", + "langName": "पानी की छोटी बूंदें", + "object": "सामग्री", + "attribute": "पॉलीमर" + }, + { + "displayName": "Oobleck", + "langName": "मिश्रित स्टार्च समाधान", + "object": "सामग्री", + "attribute": "पॉलीमर" + }, + { + "displayName": "Vapor", + "langName": "भाप", + "object": "सामग्री", + "attribute": "गैस/पाउडर" + }, + { + "displayName": "Clouds", + "langName": "बादल", + "object": "सामग्री", + "attribute": "गैस/पाउडर" + }, + { + "displayName": "Fog", + "langName": "कोहरा", + "object": "सामग्री", + "attribute": "गैस/पाउडर" + }, + { + "displayName": "Mist", + "langName": "कुहासा", + "object": "सामग्री", + "attribute": "गैस/पाउडर" + }, + { + "displayName": "Gas", + "langName": "गैस", + "object": "सामग्री", + "attribute": "गैस/पाउडर" + }, + { + "displayName": "Aerosol", + "langName": "एयरोसोल", + "object": "सामग्री", + "attribute": "गैस/पाउडर" + }, + { + "displayName": "Powder", + "langName": "पाउडर", + "object": "सामग्री", + "attribute": "गैस/पाउडर" + }, + { + "displayName": "Smoke", + "langName": "सिगरेट", + "object": "सामग्री", + "attribute": "गैस/पाउडर" + }, + { + "displayName": "Plasma", + "langName": "प्लाज्मा", + "object": "सामग्री", + "attribute": "प्लाज्मा और ऊर्जा" + }, + { + "displayName": "Electric", + "langName": "बिजली", + "object": "सामग्री", + "attribute": "प्लाज्मा और ऊर्जा" + }, + { + "displayName": "Electricity", + "langName": "बिजली", + "object": "सामग्री", + "attribute": "प्लाज्मा और ऊर्जा" + }, + { + "displayName": "Fire", + "langName": "आग", + "object": "सामग्री", + "attribute": "प्लाज्मा और ऊर्जा" + }, + { + "displayName": "Burn", + "langName": "दहन", + "object": "सामग्री", + "attribute": "प्लाज्मा और ऊर्जा" + }, + { + "displayName": "Inferno", + "langName": "रोलर कोस्टर पर भूत", + "object": "सामग्री", + "attribute": "प्लाज्मा और ऊर्जा" + }, + { + "displayName": "Jelly", + "langName": "जेली", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Agar", + "langName": "आगर", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Wagyu", + "langName": "वाग्यु", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Tallow", + "langName": "तेल", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Butter", + "langName": "मक्खन", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Margarine", + "langName": "नकली मक्खन", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Cheese", + "langName": "पनीर", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Egg Yolk", + "langName": "जर्दी", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Beans", + "langName": "फलियाँ", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Macaroni", + "langName": "पास्ता", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Marconi and Cheese", + "langName": "मैक्रॉन पनीर", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Pretzel", + "langName": "प्रेट्ज़ेल", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Churros", + "langName": "तले हुए आटे की छड़ें", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Bread", + "langName": "रोटी", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Made of Bread", + "langName": "रोटी से बना हुआ", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Sour Cream", + "langName": "खट्टा क्रीम", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Sauce", + "langName": "सॉस", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Pasta Sauce", + "langName": "स्पेगेटी सॉस", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Ketchup", + "langName": "केचप", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Mustard", + "langName": "सरसों", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Mayonnaise", + "langName": "मेयोनेज़", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Syrup", + "langName": "सिरप", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Maple Syrup", + "langName": "मेपल सिरप", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Whipped Cream", + "langName": "ताज़ा मलाई", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Lollipop", + "langName": "चूसने की मिठाई", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Cinnamon", + "langName": "दालचीनी", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Caramel", + "langName": "कारमेल", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Taffy", + "langName": "टोफ़ी", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Honeycomb", + "langName": "मधुकोश कैंडी", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Edible Ink", + "langName": "खाने योग्य स्याही", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Food Coloring", + "langName": "खाद्य रंग", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Sprinkles", + "langName": "कैंडी के टुकड़े", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Fondant Icing", + "langName": "फोंडेंट आइसिंग", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Royal Icing", + "langName": "meringue", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Wedding Cake", + "langName": "शादी का केक", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Cake Decorating", + "langName": "केक सजावट", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Shortcrust-Pastry", + "langName": "छिछोरा आदमी", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Flaky-Pastry", + "langName": "मिल-फ्यूइल पफ पेस्ट्री", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Puff-Pastry", + "langName": "छिछोरा आदमी", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Eclair", + "langName": "कश", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Cannoli", + "langName": "डोनट रोल", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Fruit-Tart", + "langName": "तीखा फल", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Creme Brule", + "langName": "कारमेल पुडिंग", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Gum", + "langName": "च्यूइंग गम", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Toothpaste", + "langName": "टूथपेस्ट", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Vegetable Oil", + "langName": "वनस्पति तेल", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Olive Oil", + "langName": "जैतून का तेल", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Soda", + "langName": "सोडा पानी", + "object": "सामग्री", + "attribute": "भोजन एवं उपभोग्य वस्तुएं" + }, + { + "displayName": "Grass", + "langName": "घास", + "object": "सामग्री", + "attribute": "पौधा" + }, + { + "displayName": "Grassy", + "langName": "घास का मैदान", + "object": "सामग्री", + "attribute": "पौधा" + }, + { + "displayName": "Floral", + "langName": "फूल", + "object": "सामग्री", + "attribute": "पौधा" + }, + { + "displayName": "Vines", + "langName": "बेल", + "object": "सामग्री", + "attribute": "पौधा" + }, + { + "displayName": "Tree Bark", + "langName": "कुत्ते की भौंक", + "object": "सामग्री", + "attribute": "पौधा" + }, + { + "displayName": "Branches", + "langName": "शाखाओं", + "object": "सामग्री", + "attribute": "पौधा" + }, + { + "displayName": "shrub", + "langName": "झाड़ी", + "object": "सामग्री", + "attribute": "पौधा" + }, + { + "displayName": "Leaves", + "langName": "पत्तियों", + "object": "सामग्री", + "attribute": "पौधा" + }, + { + "displayName": "Pinecone", + "langName": "पाइन शंकु", + "object": "सामग्री", + "attribute": "पौधा" + }, + { + "displayName": "Acorn", + "langName": "शाहबलूत", + "object": "सामग्री", + "attribute": "पौधा" + }, + { + "displayName": "Moss", + "langName": "काई", + "object": "सामग्री", + "attribute": "पौधा" + }, + { + "displayName": "Cactus", + "langName": "कैक्टस", + "object": "सामग्री", + "attribute": "पौधा" + }, + { + "displayName": "Straw", + "langName": "घास", + "object": "सामग्री", + "attribute": "पौधा" + }, + { + "displayName": "Straw-Bale", + "langName": "पुआल की गठरियाँ", + "object": "सामग्री", + "attribute": "पौधा" + }, + { + "displayName": "Hay", + "langName": "घास", + "object": "सामग्री", + "attribute": "पौधा" + }, + { + "displayName": "Hay-Bale", + "langName": "घास की गांठें", + "object": "सामग्री", + "attribute": "पौधा" + }, + { + "displayName": "Hemp", + "langName": "सुन्न", + "object": "सामग्री", + "attribute": "पौधा" + }, + { + "displayName": "Fungi", + "langName": "कुकुरमुत्ता", + "object": "सामग्री", + "attribute": "जीवाणु" + }, + { + "displayName": "Mushrooms", + "langName": "मशरूम", + "object": "सामग्री", + "attribute": "जीवाणु" + }, + { + "displayName": "Mycelium", + "langName": "हाईफे", + "object": "सामग्री", + "attribute": "जीवाणु" + }, + { + "displayName": "Moldy", + "langName": "खोटा", + "object": "सामग्री", + "attribute": "जीवाणु" + }, + { + "displayName": "Lactarius-Indigo", + "langName": "इंडिगो मिल्क मशरूम", + "object": "सामग्री", + "attribute": "जीवाणु" + }, + { + "displayName": "Latticed-Stinkhorn", + "langName": "जालीदार डंठल वाला कवक", + "object": "सामग्री", + "attribute": "जीवाणु" + }, + { + "displayName": "Clathrus-Ruber", + "langName": "रोडोकोकस", + "object": "सामग्री", + "attribute": "जीवाणु" + }, + { + "displayName": "Laccaria-Amethystina", + "langName": "बैंगनी मशरूम", + "object": "सामग्री", + "attribute": "जीवाणु" + }, + { + "displayName": "Entoloma-Hochstetteri", + "langName": "पाउडरीगोफिलम होलोफिला", + "object": "सामग्री", + "attribute": "जीवाणु" + }, + { + "displayName": "Clavaria-Zollingeri", + "langName": "बैंगनी मूंगा कवक", + "object": "सामग्री", + "attribute": "जीवाणु" + }, + { + "displayName": "Chlorociboria", + "langName": "हरा कवक", + "object": "सामग्री", + "attribute": "जीवाणु" + }, + { + "displayName": "Golden-Scruffy-Collybia", + "langName": "गोल्डन क्रोज़ फ़ुट मशरूम", + "object": "सामग्री", + "attribute": "जीवाणु" + }, + { + "displayName": "Cyptotrama-Asprata", + "langName": "गुप्त सॉफ़ुट मशरूम", + "object": "सामग्री", + "attribute": "जीवाणु" + }, + { + "displayName": "Mycena Acicula", + "langName": "फैलोफिलम एक्यूमिनटा", + "object": "सामग्री", + "attribute": "जीवाणु" + }, + { + "displayName": "Hygrocybe-Cantharellus", + "langName": "पीले-भूरे लाल पैरों वाला मशरूम", + "object": "सामग्री", + "attribute": "जीवाणु" + }, + { + "displayName": "Amanita-Muscaria", + "langName": "अमनिता लाल और सफेद", + "object": "सामग्री", + "attribute": "जीवाणु" + }, + { + "displayName": "Favolaschia-Calocera", + "langName": "ओरंगुटान उंगली कवक", + "object": "सामग्री", + "attribute": "जीवाणु" + }, + { + "displayName": "Marasmius-Haematocephalus", + "langName": "लाल बालों वाला कवक", + "object": "सामग्री", + "attribute": "जीवाणु" + }, + { + "displayName": "Cystoagaricus-Trisulphuratus", + "langName": "ट्राइसल्फेट मशरूम", + "object": "सामग्री", + "attribute": "जीवाणु" + }, + { + "displayName": "Tremella-Mesenterica", + "langName": "ज़ैंथोमोनास", + "object": "सामग्री", + "attribute": "जीवाणु" + }, + { + "displayName": "Tremella-Fuciformis", + "langName": "ट्रेमेला", + "object": "सामग्री", + "attribute": "जीवाणु" + }, + { + "displayName": "Tornado", + "langName": "बवंडर", + "object": "सामग्री", + "attribute": "वस्तु" + }, + { + "displayName": "Cage", + "langName": "पिंजरा", + "object": "सामग्री", + "attribute": "वस्तु" + }, + { + "displayName": "Cheese Grater", + "langName": "पनीर कश", + "object": "सामग्री", + "attribute": "वस्तु" + }, + { + "displayName": "Slinky", + "langName": "वसंत खिलौने", + "object": "सामग्री", + "attribute": "वस्तु" + }, + { + "displayName": "Yin Yang", + "langName": "यिन और यांग", + "object": "सामग्री", + "attribute": "प्रतीक" + }, + { + "displayName": "Taiji", + "langName": "ताई ची", + "object": "सामग्री", + "attribute": "प्रतीक" + }, + { + "displayName": "Bagua", + "langName": "गप करना", + "object": "सामग्री", + "attribute": "प्रतीक" + }, + { + "displayName": "Wu Xing", + "langName": "पांच तत्व (धातु, लकड़ी, जल, अग्नि और पृथ्वी)", + "object": "सामग्री", + "attribute": "प्रतीक" + }, + { + "displayName": "Gorgeous", + "langName": "भव्य", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "stunning", + "langName": "अद्भुत", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "intricate", + "langName": "जटिल", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "detailed", + "langName": "विवरण से भरा हुआ", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "luxurious", + "langName": "विलासिता", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "subtle", + "langName": "नाज़ुक", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "delicate", + "langName": "उत्कृष्ट", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "captivating", + "langName": "आकर्षक", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Refreshing", + "langName": "ताजा", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Divine", + "langName": "पवित्र", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Infused", + "langName": "मिश्रण", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Essence", + "langName": "सार", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Ineffable", + "langName": "अवर्णनीय", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Powerful", + "langName": "ताकतवर", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Weak", + "langName": "कमज़ोर", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Thick", + "langName": "मोटा", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Massive Scale", + "langName": "बड़े पैमाने पर", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Massive", + "langName": "बहुत ज़्यादा", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Huge", + "langName": "विशाल", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Large", + "langName": "बड़ा", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Big", + "langName": "बड़ा", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Mini", + "langName": "मिनी", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Tiny", + "langName": "छोटा", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Micro", + "langName": "सूक्ष्म", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Nano", + "langName": "नैनोमीटर", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Flexible", + "langName": "लचीला", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Paradox", + "langName": "विरोधाभास", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Feng Shui", + "langName": "फेंगशुई", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Perfectionism", + "langName": "परिपूर्णतावाद", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "OCD", + "langName": "अनियंत्रित जुनूनी विकार", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Array", + "langName": "एक शृंखला", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Muted", + "langName": "आवाज़ बंद करना", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Visual Perception", + "langName": "दृश्य धारणा", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Visual Agnosia", + "langName": "दृश्य अग्नोसिया", + "object": "सामग्री", + "attribute": "अवधारणा" + }, + { + "displayName": "Amber", + "langName": "अंबर", + "object": "सामग्री", + "attribute": "अन्य सामग्री" + }, + { + "displayName": "Inlay", + "langName": "मोज़ेक", + "object": "सामग्री", + "attribute": "अन्य सामग्री" + }, + { + "displayName": "Wires", + "langName": "बिजली का तार", + "object": "सामग्री", + "attribute": "अन्य सामग्री" + }, + { + "displayName": "Cells", + "langName": "कक्ष", + "object": "सामग्री", + "attribute": "अन्य सामग्री" + }, + { + "displayName": "Cellular", + "langName": "जाल", + "object": "सामग्री", + "attribute": "अन्य सामग्री" + }, + { + "displayName": "Transistor", + "langName": "ट्रांजिस्टर", + "object": "सामग्री", + "attribute": "अन्य सामग्री" + }, + { + "displayName": "Diode", + "langName": "डायोड", + "object": "सामग्री", + "attribute": "अन्य सामग्री" + }, + { + "displayName": "Point", + "langName": "बिंदु", + "object": "ज्यामितीय रचना", + "attribute": "आकार" + }, + { + "displayName": "Dot", + "langName": "बिंदु", + "object": "ज्यामितीय रचना", + "attribute": "आकार" + }, + { + "displayName": "Line", + "langName": "तार", + "object": "ज्यामितीय रचना", + "attribute": "आकार" + }, + { + "displayName": "Curve", + "langName": "वक्र", + "object": "ज्यामितीय रचना", + "attribute": "आकार" + }, + { + "displayName": "Bezier Curve", + "langName": "बेज़ियर वक्र", + "object": "ज्यामितीय रचना", + "attribute": "आकार" + }, + { + "displayName": "Triangle", + "langName": "त्रिकोण", + "object": "ज्यामितीय रचना", + "attribute": "आकार" + }, + { + "displayName": "Square", + "langName": "वर्ग", + "object": "ज्यामितीय रचना", + "attribute": "आकार" + }, + { + "displayName": "Pentagon", + "langName": "पंचकोण", + "object": "ज्यामितीय रचना", + "attribute": "आकार" + }, + { + "displayName": "Hexagon", + "langName": "षट्भुज", + "object": "ज्यामितीय रचना", + "attribute": "आकार" + }, + { + "displayName": "Hexagonal", + "langName": "षट्भुज", + "object": "ज्यामितीय रचना", + "attribute": "आकार" + }, + { + "displayName": "Heptagon", + "langName": "सातकोणक", + "object": "ज्यामितीय रचना", + "attribute": "आकार" + }, + { + "displayName": "Octagon", + "langName": "अष्टकोना", + "object": "ज्यामितीय रचना", + "attribute": "आकार" + }, + { + "displayName": "Nonagon", + "langName": "नॉनगोन", + "object": "ज्यामितीय रचना", + "attribute": "आकार" + }, + { + "displayName": "Decagon", + "langName": "दसभुज", + "object": "ज्यामितीय रचना", + "attribute": "आकार" + }, + { + "displayName": "Rectangle", + "langName": "आयत", + "object": "ज्यामितीय रचना", + "attribute": "आकार" + }, + { + "displayName": "Rectangular", + "langName": "आयताकार", + "object": "ज्यामितीय रचना", + "attribute": "आकार" + }, + { + "displayName": "Parallelogram", + "langName": "चतुर्भुज", + "object": "ज्यामितीय रचना", + "attribute": "आकार" + }, + { + "displayName": "Rhombus", + "langName": "डायमंड", + "object": "ज्यामितीय रचना", + "attribute": "आकार" + }, + { + "displayName": "Heart", + "langName": "दिल", + "object": "ज्यामितीय रचना", + "attribute": "आकार" + }, + { + "displayName": "Spirangle", + "langName": "कुंडली", + "object": "ज्यामितीय रचना", + "attribute": "आकार" + }, + { + "displayName": "Cube", + "langName": "घनक्षेत्र", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Cuboid", + "langName": "घनाभ", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Sphere", + "langName": "गोला", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Cone", + "langName": "कोन", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Cylinder", + "langName": "सिलेंडर", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Pyramid", + "langName": "पिरामिड", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Torus", + "langName": "टोरस्र्स", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Rectangular Prism", + "langName": "समकोण प्रिज्म", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Star Prism", + "langName": "तारा प्रिज्म", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Wedge", + "langName": "कील", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Zonohedron", + "langName": "बहुतल", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Tetrahedron", + "langName": "चतुर्पाश्वीय", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Octahedron", + "langName": "अष्टफलक", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Dodecahedron", + "langName": "द्वादशफ़लक", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Icosahedron", + "langName": "विंशतिफलक", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Kepler-Poinsot Polyhedra", + "langName": "केप्लर बिंदु बहुफलक", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Cuboctahedron", + "langName": "क्यूबोक्टाहेड्रोन", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Rhombicuboctahedron", + "langName": "रॉम्बोहेड्रल क्यूबोक्टाहेड्रोन", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Icosidodecahedron", + "langName": "विंशतिफलक", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Rhombicosidodecahedron", + "langName": "रंबोहेड्रल इकोसाहेड्रोन", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Trapezohedron", + "langName": "समलम्बाकार शरीर", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Cupola", + "langName": "गुंबद", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Anticupola", + "langName": "उलटा गुंबद", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Hypercupolae", + "langName": "सुपर गुंबद", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Bicupola", + "langName": "दोहरा गुंबद", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Frustum", + "langName": "कटा हुआ शंकु", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Bifrustum", + "langName": "दोहरा छिन्नक", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Rotunda", + "langName": "रोटोंडा", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Birotunda", + "langName": "डबल रोटुंडा", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Prismatoid", + "langName": "चश्मे", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Scutoid", + "langName": "पपड़ीदार बहुफलक", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Bipyramid", + "langName": "दोहरा शंकु", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Star Bipyramid", + "langName": "स्टार डबल कोन", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Anti-Prism", + "langName": "प्रतिवाद", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Trapezohedra", + "langName": "समलम्बाकार शंकु", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Star Trapezohedron", + "langName": "तारा समलम्बाकार शंकु", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Spherical polyhedron", + "langName": "गोलाकार बहुफलक", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Mobius strip", + "langName": "मोबियस स्ट्रिप", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Hexaflexagon", + "langName": "हेक्सागोनल कार्टन", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Miura fold", + "langName": "मिउरा तह", + "object": "ज्यामितीय रचना", + "attribute": "वस्तु" + }, + { + "displayName": "Hypercube", + "langName": "अतिविम", + "object": "ज्यामितीय रचना", + "attribute": "सुपर आकार" + }, + { + "displayName": "Hyperprism", + "langName": "सुपर प्रिज्म", + "object": "ज्यामितीय रचना", + "attribute": "सुपर आकार" + }, + { + "displayName": "Hyperpyramid", + "langName": "सुपर पिरामिड", + "object": "ज्यामितीय रचना", + "attribute": "सुपर आकार" + }, + { + "displayName": "Hypertorus", + "langName": "हाइपर टोरस", + "object": "ज्यामितीय रचना", + "attribute": "सुपर आकार" + }, + { + "displayName": "Hypersphere", + "langName": "अति क्षेत्र", + "object": "ज्यामितीय रचना", + "attribute": "सुपर आकार" + }, + { + "displayName": "Hypercone", + "langName": "हाइपरकोन", + "object": "ज्यामितीय रचना", + "attribute": "सुपर आकार" + }, + { + "displayName": "Hypercylinder", + "langName": "हाइपरसिलेंडर", + "object": "ज्यामितीय रचना", + "attribute": "सुपर आकार" + }, + { + "displayName": "Hyperzonohedron", + "langName": "सुपर बहुफलक", + "object": "ज्यामितीय रचना", + "attribute": "सुपर आकार" + }, + { + "displayName": "Hypertetrahedron", + "langName": "हाइपरटेट्राहेड्रोन", + "object": "ज्यामितीय रचना", + "attribute": "सुपर आकार" + }, + { + "displayName": "Hyperoctahedron", + "langName": "सुपरऑक्टाहेड्रोन", + "object": "ज्यामितीय रचना", + "attribute": "सुपर आकार" + }, + { + "displayName": "Hyperdodecahedron", + "langName": "सुपरडोडेकाहेड्रोन", + "object": "ज्यामितीय रचना", + "attribute": "सुपर आकार" + }, + { + "displayName": "Hypericosahedron", + "langName": "सुपरिकोसाहेड्रोन", + "object": "ज्यामितीय रचना", + "attribute": "सुपर आकार" + }, + { + "displayName": "Flexible Polyhedron", + "langName": "लोचदार बहुफलक", + "object": "ज्यामितीय रचना", + "attribute": "सुपर आकार" + }, + { + "displayName": "Klein bottle", + "langName": "क्लेन बोतल", + "object": "ज्यामितीय रचना", + "attribute": "सुपर आकार" + }, + { + "displayName": "Monogon", + "langName": "हेड्रॉन", + "object": "ज्यामितीय रचना", + "attribute": "सुपर आकार" + }, + { + "displayName": "Digon", + "langName": "डायहेड्रोन", + "object": "ज्यामितीय रचना", + "attribute": "सुपर आकार" + }, + { + "displayName": "AR", + "langName": "संवर्धित वास्तविकता", + "object": "ज्यामितीय रचना", + "attribute": "मल्टीवर्स" + }, + { + "displayName": "VR", + "langName": "आभासी वास्तविकता", + "object": "ज्यामितीय रचना", + "attribute": "मल्टीवर्स" + }, + { + "displayName": "2-Dimensional", + "langName": "दो आयामी", + "object": "ज्यामितीय रचना", + "attribute": "मल्टीवर्स" + }, + { + "displayName": "2D", + "langName": "2डी", + "object": "ज्यामितीय रचना", + "attribute": "मल्टीवर्स" + }, + { + "displayName": "2.5-Dimensional", + "langName": "2.5 आयाम", + "object": "ज्यामितीय रचना", + "attribute": "मल्टीवर्स" + }, + { + "displayName": "2.5D", + "langName": "2.5 D", + "object": "ज्यामितीय रचना", + "attribute": "मल्टीवर्स" + }, + { + "displayName": "3-Dimensional", + "langName": "त्रिआयामी", + "object": "ज्यामितीय रचना", + "attribute": "मल्टीवर्स" + }, + { + "displayName": "3D", + "langName": "3डी", + "object": "ज्यामितीय रचना", + "attribute": "मल्टीवर्स" + }, + { + "displayName": "4-Dimensional", + "langName": "चार आयामी", + "object": "ज्यामितीय रचना", + "attribute": "मल्टीवर्स" + }, + { + "displayName": "4D", + "langName": "4D", + "object": "ज्यामितीय रचना", + "attribute": "मल्टीवर्स" + }, + { + "displayName": "5-Dimensional", + "langName": "पांच आयाम", + "object": "ज्यामितीय रचना", + "attribute": "मल्टीवर्स" + }, + { + "displayName": "5D", + "langName": "5D", + "object": "ज्यामितीय रचना", + "attribute": "मल्टीवर्स" + }, + { + "displayName": "Overdimensional", + "langName": "अतिआयामी", + "object": "ज्यामितीय रचना", + "attribute": "मल्टीवर्स" + }, + { + "displayName": "Underdimensional", + "langName": "दूसरा आयाम", + "object": "ज्यामितीय रचना", + "attribute": "मल्टीवर्स" + }, + { + "displayName": "Hyperdimensional", + "langName": "अतिआयामीता", + "object": "ज्यामितीय रचना", + "attribute": "मल्टीवर्स" + }, + { + "displayName": "Subdimensional", + "langName": "द्वितीयक आयाम", + "object": "ज्यामितीय रचना", + "attribute": "मल्टीवर्स" + }, + { + "displayName": "Omnidimensional", + "langName": "पूर्ण आयाम", + "object": "ज्यामितीय रचना", + "attribute": "मल्टीवर्स" + }, + { + "displayName": "Everdimensional", + "langName": "शाश्वत आयाम", + "object": "ज्यामितीय रचना", + "attribute": "मल्टीवर्स" + }, + { + "displayName": "Extradimensional", + "langName": "अलग आयाम", + "object": "ज्यामितीय रचना", + "attribute": "मल्टीवर्स" + }, + { + "displayName": "Beyond-Dimensional", + "langName": "आयामों से परे", + "object": "ज्यामितीय रचना", + "attribute": "मल्टीवर्स" + }, + { + "displayName": "Excessively-dimensional", + "langName": "अत्यधिक आयामीता", + "object": "ज्यामितीय रचना", + "attribute": "मल्टीवर्स" + }, + { + "displayName": "Alldimensional", + "langName": "पूर्ण आयाम", + "object": "ज्यामितीय रचना", + "attribute": "मल्टीवर्स" + }, + { + "displayName": "Multiverse", + "langName": "मल्टीवर्स", + "object": "ज्यामितीय रचना", + "attribute": "मल्टीवर्स" + }, + { + "displayName": "Low Poly", + "langName": "लो-प्रोफ़ाइल मॉडलिंग", + "object": "ज्यामितीय रचना", + "attribute": "शैली" + }, + { + "displayName": "Geometric", + "langName": "ज्यामिति", + "object": "ज्यामितीय रचना", + "attribute": "शैली" + }, + { + "displayName": "Non-Euclidian", + "langName": "गैर इयूक्लिडियन", + "object": "ज्यामितीय रचना", + "attribute": "शैली" + }, + { + "displayName": "Poly", + "langName": "पाली", + "object": "ज्यामितीय रचना", + "attribute": "शैली" + }, + { + "displayName": "Polygon", + "langName": "बहुभुज", + "object": "ज्यामितीय रचना", + "attribute": "शैली" + }, + { + "displayName": "Polygonal", + "langName": "बहुपक्षीय", + "object": "ज्यामितीय रचना", + "attribute": "शैली" + }, + { + "displayName": "Polyhedron", + "langName": "बहुतल", + "object": "ज्यामितीय रचना", + "attribute": "शैली" + }, + { + "displayName": "Polyhedral", + "langName": "अनेक पक्ष", + "object": "ज्यामितीय रचना", + "attribute": "शैली" + }, + { + "displayName": "Platonic Solids", + "langName": "प्लेटोनिक ठोस", + "object": "ज्यामितीय रचना", + "attribute": "शैली" + }, + { + "displayName": "Archimedean Solids", + "langName": "आर्किमिडीयन ठोस", + "object": "ज्यामितीय रचना", + "attribute": "शैली" + }, + { + "displayName": "Catalan solids", + "langName": "कैटेलोनिया स्टीरियोटाइप", + "object": "ज्यामितीय रचना", + "attribute": "शैली" + }, + { + "displayName": "Vertex", + "langName": "शिखर", + "object": "ज्यामितीय रचना", + "attribute": "विशेषता" + }, + { + "displayName": "Edge", + "langName": "किनारा", + "object": "ज्यामितीय रचना", + "attribute": "विशेषता" + }, + { + "displayName": "Surface", + "langName": "सतह", + "object": "ज्यामितीय रचना", + "attribute": "विशेषता" + }, + { + "displayName": "Interior", + "langName": "आंतरिक", + "object": "ज्यामितीय रचना", + "attribute": "विशेषता" + }, + { + "displayName": "Exterior", + "langName": "बाहरी", + "object": "ज्यामितीय रचना", + "attribute": "विशेषता" + }, + { + "displayName": "Convex", + "langName": "उत्तल", + "object": "ज्यामितीय रचना", + "attribute": "विशेषता" + }, + { + "displayName": "Concave", + "langName": "नतोदर", + "object": "ज्यामितीय रचना", + "attribute": "विशेषता" + }, + { + "displayName": "Equiangular", + "langName": "समकोणेवाला", + "object": "ज्यामितीय रचना", + "attribute": "विशेषता" + }, + { + "displayName": "Equilateral", + "langName": "समभुज", + "object": "ज्यामितीय रचना", + "attribute": "विशेषता" + }, + { + "displayName": "Cyclic", + "langName": "परिपत्र", + "object": "ज्यामितीय रचना", + "attribute": "विशेषता" + }, + { + "displayName": "Tangential", + "langName": "स्पर्शरेखा", + "object": "ज्यामितीय रचना", + "attribute": "विशेषता" + }, + { + "displayName": "Rectilinear", + "langName": "सरल रेखा", + "object": "ज्यामितीय रचना", + "attribute": "विशेषता" + }, + { + "displayName": "Traverse", + "langName": "आर-पार", + "object": "ज्यामितीय रचना", + "attribute": "विशेषता" + }, + { + "displayName": "Quasi", + "langName": "योजना", + "object": "ज्यामितीय रचना", + "attribute": "विशेषता" + }, + { + "displayName": "Quasi-Regular", + "langName": "अर्ध-नियम", + "object": "ज्यामितीय रचना", + "attribute": "विशेषता" + }, + { + "displayName": "Isogonal", + "langName": "समकोणेवाला", + "object": "ज्यामितीय रचना", + "attribute": "विशेषता" + }, + { + "displayName": "Isotoxal", + "langName": "जहर का इंतजार है", + "object": "ज्यामितीय रचना", + "attribute": "विशेषता" + }, + { + "displayName": "Isohedral", + "langName": "बराबर नूडल्स", + "object": "ज्यामितीय रचना", + "attribute": "विशेषता" + }, + { + "displayName": "Stellation", + "langName": "तारा आकार", + "object": "ज्यामितीय रचना", + "attribute": "विशेषता" + }, + { + "displayName": "Ehrhart Polynomial", + "langName": "एहरहार्ट बहुपद", + "object": "ज्यामितीय रचना", + "attribute": "विशेषता" + }, + { + "displayName": "Ideal polyhedron", + "langName": "आदर्श बहुफलक", + "object": "ज्यामितीय रचना", + "attribute": "विशेषता" + }, + { + "displayName": "Polytope", + "langName": "बहुवचन", + "object": "ज्यामितीय रचना", + "attribute": "विशेषता" + }, + { + "displayName": "Realistic Painting", + "langName": "यथार्थवादी पेंटिंग", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Fine Art", + "langName": "ललित कला चित्रकारी", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Still-Life", + "langName": "स्थिर जीवन पेंटिंग", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Oil Paint", + "langName": "चित्रकारी", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "((dyeing)),((oil painting)),((impasto))", + "langName": "तेल चित्रकला (संयोजन)", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Wet Paint", + "langName": "गीली पेंटिंग", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Dripping Paint", + "langName": "टपकता हुआ पेंट", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Splatter Paint", + "langName": "पेंट छिड़कें", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Spray Paint", + "langName": "स्प्रे पेंट", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Puffy Paint", + "langName": "त्रि-आयामी रंगद्रव्य", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Glass Paint", + "langName": "कांच का रंग", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Tempera Paint", + "langName": "टेम्पेरे", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Gouache Paint", + "langName": "गौचे पेंट", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Chinese Painting", + "langName": "चीनी पेंटिंग", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Tibetan Painting", + "langName": "तिब्बती चित्रकला", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Scroll Painting", + "langName": "स्क्रॉल पेंटिंग", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Canvas", + "langName": "कैनवास पेंटिंग", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Color Field Painting", + "langName": "रंग क्षेत्र पेंटिंग", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Hard Edge Painting", + "langName": "हार्ड एज पेंटिंग", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Paper-Marbling", + "langName": "गौचे", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Hydrodipped", + "langName": "पानी के स्टीकर", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Painting", + "langName": "चित्रकारी", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Ink wash painting", + "langName": "स्याही पेंटिंग", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "watercolor", + "langName": "वॉटरकलर वाली पेंटिंग", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "(((ink))),((watercolor))", + "langName": "वॉटरकलर वाली पेंटिंग", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Paint", + "langName": "रँगना", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "acrylic_paint", + "langName": "ऐक्रेलिक पेंट पेंटिंग", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Airbrush", + "langName": "एयरब्रश", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Coffee Paint", + "langName": "कॉफ़ी पेंट", + "object": "छवि प्रकार", + "attribute": "चित्रकारी" + }, + { + "displayName": "Illustration", + "langName": "चित्रण", + "object": "छवि प्रकार", + "attribute": "चित्रण" + }, + { + "displayName": "Storybook Illustration", + "langName": "कहानी की किताब का चित्रण", + "object": "छवि प्रकार", + "attribute": "चित्रण" + }, + { + "displayName": "Children's Drawing", + "langName": "बच्चों के चित्र", + "object": "छवि प्रकार", + "attribute": "चित्रण" + }, + { + "displayName": "Graphic Novel", + "langName": "ग्राफिक उपन्यास", + "object": "छवि प्रकार", + "attribute": "चित्रण" + }, + { + "displayName": "Visual Novel", + "langName": "दृश्य उपन्यास", + "object": "छवि प्रकार", + "attribute": "चित्रण" + }, + { + "displayName": "Illustrated-Booklet", + "langName": "सचित्र विवरणिका", + "object": "छवि प्रकार", + "attribute": "चित्रण" + }, + { + "displayName": "Illuminated Manuscript", + "langName": "प्रबुद्ध पांडुलिपि", + "object": "छवि प्रकार", + "attribute": "चित्रण" + }, + { + "displayName": "Assembly Drawing", + "langName": "एसेंबली चित्र", + "object": "छवि प्रकार", + "attribute": "चित्रण" + }, + { + "displayName": "wallpaper", + "langName": "वॉलपेपर", + "object": "छवि प्रकार", + "attribute": "चित्रण" + }, + { + "displayName": "extremely detailed wallpaper", + "langName": "बहुत विस्तृत वॉलपेपर", + "object": "छवि प्रकार", + "attribute": "चित्रण" + }, + { + "displayName": "digital illustration", + "langName": "डिजिटल चित्रण", + "object": "छवि प्रकार", + "attribute": "चित्रण" + }, + { + "displayName": "multiple item spritedsheet", + "langName": "अनेक संबंधित पैटर्न की छवियों का संग्रह", + "object": "छवि प्रकार", + "attribute": "चित्रण" + }, + { + "displayName": "game cg", + "langName": "गेम सीजी", + "object": "छवि प्रकार", + "attribute": "चित्रण" + }, + { + "displayName": "extremely detailed cg", + "langName": "बहुत विस्तृत सी.जी", + "object": "छवि प्रकार", + "attribute": "चित्रण" + }, + { + "displayName": "Drawing", + "langName": "चित्रकारी", + "object": "छवि प्रकार", + "attribute": "हाथ से खींचा गया" + }, + { + "displayName": "Hand-Drawn", + "langName": "हाथ से खींचा गया", + "object": "छवि प्रकार", + "attribute": "हाथ से खींचा गया" + }, + { + "displayName": "Doodle", + "langName": "भित्ति चित्र", + "object": "छवि प्रकार", + "attribute": "हाथ से खींचा गया" + }, + { + "displayName": "sketch", + "langName": "स्केच", + "object": "छवि प्रकार", + "attribute": "हाथ से खींचा गया" + }, + { + "displayName": "posing sketch", + "langName": "स्केच", + "object": "छवि प्रकार", + "attribute": "हाथ से खींचा गया" + }, + { + "displayName": "Line Art", + "langName": "रेखाचित्र", + "object": "छवि प्रकार", + "attribute": "हाथ से खींचा गया" + }, + { + "displayName": "Crosshatch", + "langName": "क्रॉस हैचिंग", + "object": "छवि प्रकार", + "attribute": "हाथ से खींचा गया" + }, + { + "displayName": "Stipple", + "langName": "pointillism", + "object": "छवि प्रकार", + "attribute": "हाथ से खींचा गया" + }, + { + "displayName": "Dot Art", + "langName": "pointillism", + "object": "छवि प्रकार", + "attribute": "हाथ से खींचा गया" + }, + { + "displayName": "Anatomical Drawing", + "langName": "एनाटॉमी आरेख", + "object": "छवि प्रकार", + "attribute": "हाथ से खींचा गया" + }, + { + "displayName": "(posing sketch),(monochrome)", + "langName": "काले और सफेद रेखाचित्र", + "object": "छवि प्रकार", + "attribute": "हाथ से खींचा गया" + }, + { + "displayName": "Pencil Art", + "langName": "पेंसिल ड्राइंग", + "object": "छवि प्रकार", + "attribute": "पेंसिल" + }, + { + "displayName": "graphite", + "langName": "ग्रेफाइट पेंसिल", + "object": "छवि प्रकार", + "attribute": "पेंसिल" + }, + { + "displayName": "colored_pencil", + "langName": "रंगीन पेंसिलें", + "object": "छवि प्रकार", + "attribute": "पेंसिल" + }, + { + "displayName": "watercolor_pencil", + "langName": "जलरंग पेंसिल", + "object": "छवि प्रकार", + "attribute": "पेंसिल" + }, + { + "displayName": "charcoal art", + "langName": "चारकोल ड्राइंग", + "object": "छवि प्रकार", + "attribute": "पेंसिल" + }, + { + "displayName": "millipen_(medium)", + "langName": "चित्रकारी कलम", + "object": "छवि प्रकार", + "attribute": "पेंसिल" + }, + { + "displayName": "nib_pen_(medium)", + "langName": "चित्रकारी कलम", + "object": "छवि प्रकार", + "attribute": "पेंसिल" + }, + { + "displayName": "(monochrome),(gray scale),(pencil sketch lines)", + "langName": "पेंसिल से बनाया गया रेखाचित्र", + "object": "छवि प्रकार", + "attribute": "पेंसिल" + }, + { + "displayName": "faux_traditional_media", + "langName": "साइन पेंटिंग शैली", + "object": "छवि प्रकार", + "attribute": "पेंसिल" + }, + { + "displayName": "Ink", + "langName": "आईएनके", + "object": "छवि प्रकार", + "attribute": "आईएनके" + }, + { + "displayName": "Fountain Pen", + "langName": "कलम", + "object": "छवि प्रकार", + "attribute": "आईएनके" + }, + { + "displayName": "Fountain Pen Art", + "langName": "कलम चित्रकारी", + "object": "छवि प्रकार", + "attribute": "आईएनके" + }, + { + "displayName": "Ballpoint Pen", + "langName": "बॉलपॉइंट कलम", + "object": "छवि प्रकार", + "attribute": "आईएनके" + }, + { + "displayName": "Gel Pen", + "langName": "जेल पेन", + "object": "छवि प्रकार", + "attribute": "आईएनके" + }, + { + "displayName": "ballpoint_pen_(medium)", + "langName": "बॉलपॉइंट कलम", + "object": "छवि प्रकार", + "attribute": "आईएनके" + }, + { + "displayName": "Calligraphy", + "langName": "सुलेख", + "object": "छवि प्रकार", + "attribute": "आईएनके" + }, + { + "displayName": "marker_(medium)", + "langName": "मार्कर पेन", + "object": "छवि प्रकार", + "attribute": "आईएनके" + }, + { + "displayName": "copics", + "langName": "मार्कर (तटस्थ ग्रे)", + "object": "छवि प्रकार", + "attribute": "आईएनके" + }, + { + "displayName": "Dry-Erase Marker", + "langName": "सफेद बोर्ड पर लिखने वाली पेंसिल", + "object": "छवि प्रकार", + "attribute": "आईएनके" + }, + { + "displayName": "Wet-Erase Marker", + "langName": "मिटाने योग्य मार्कर पेन", + "object": "छवि प्रकार", + "attribute": "आईएनके" + }, + { + "displayName": "Whiteboard", + "langName": "व्हाइटबोर्ड", + "object": "छवि प्रकार", + "attribute": "आईएनके" + }, + { + "displayName": "pastel_color", + "langName": "पेस्टल रंग", + "object": "छवि प्रकार", + "attribute": "आईएनके" + }, + { + "displayName": "Crayon", + "langName": "क्रेयॉन", + "object": "छवि प्रकार", + "attribute": "चाक" + }, + { + "displayName": "Conte", + "langName": "कांग्शी कलम", + "object": "छवि प्रकार", + "attribute": "चाक" + }, + { + "displayName": "Chalk", + "langName": "चाक", + "object": "छवि प्रकार", + "attribute": "चाक" + }, + { + "displayName": "Pastel Art", + "langName": "पेस्टल पेंटिंग", + "object": "छवि प्रकार", + "attribute": "चाक" + }, + { + "displayName": "Blackboard", + "langName": "ब्लैकबोर्ड", + "object": "छवि प्रकार", + "attribute": "चाक" + }, + { + "displayName": "Chalkboard", + "langName": "ब्लैकबोर्ड", + "object": "छवि प्रकार", + "attribute": "चाक" + }, + { + "displayName": "Text", + "langName": "मूलपाठ", + "object": "छवि प्रकार", + "attribute": "मूलपाठ" + }, + { + "displayName": "Typeface", + "langName": "फ़ॉन्ट", + "object": "छवि प्रकार", + "attribute": "मूलपाठ" + }, + { + "displayName": "Font", + "langName": "फ़ॉन्ट", + "object": "छवि प्रकार", + "attribute": "मूलपाठ" + }, + { + "displayName": "Says", + "langName": "व्याख्या करना", + "object": "छवि प्रकार", + "attribute": "मूलपाठ" + }, + { + "displayName": "Letters", + "langName": "पत्र", + "object": "छवि प्रकार", + "attribute": "मूलपाठ" + }, + { + "displayName": "Graphemes", + "langName": "ग्रफीम", + "object": "छवि प्रकार", + "attribute": "मूलपाठ" + }, + { + "displayName": "Written Letters", + "langName": "पत्र लेखन", + "object": "छवि प्रकार", + "attribute": "मूलपाठ" + }, + { + "displayName": "Words", + "langName": "शब्द", + "object": "छवि प्रकार", + "attribute": "मूलपाठ" + }, + { + "displayName": "Lexemes", + "langName": "शब्द का भाग", + "object": "छवि प्रकार", + "attribute": "मूलपाठ" + }, + { + "displayName": "Written Words", + "langName": "लिखित शब्द", + "object": "छवि प्रकार", + "attribute": "मूलपाठ" + }, + { + "displayName": "Caption", + "langName": "शीर्षक", + "object": "छवि प्रकार", + "attribute": "मूलपाठ" + }, + { + "displayName": "Logo", + "langName": "ट्रेडमार्क", + "object": "छवि प्रकार", + "attribute": "छाप" + }, + { + "displayName": "Stamp", + "langName": "टिकट", + "object": "छवि प्रकार", + "attribute": "छाप" + }, + { + "displayName": "Postage Stamp", + "langName": "टिकट", + "object": "छवि प्रकार", + "attribute": "छाप" + }, + { + "displayName": "Business Card", + "langName": "बिज़नेस कार्ड", + "object": "छवि प्रकार", + "attribute": "छाप" + }, + { + "displayName": "Collage", + "langName": "महाविद्यालय", + "object": "छवि प्रकार", + "attribute": "छाप" + }, + { + "displayName": "Photocollage", + "langName": "फोटो कोलाज़", + "object": "छवि प्रकार", + "attribute": "छाप" + }, + { + "displayName": "Fotocollage", + "langName": "फोटो कोलाज़", + "object": "छवि प्रकार", + "attribute": "छाप" + }, + { + "displayName": "Lithography", + "langName": "लिथोग्राफी", + "object": "छवि प्रकार", + "attribute": "छाप" + }, + { + "displayName": "Block Printing", + "langName": "प्रिंट तैयार", + "object": "छवि प्रकार", + "attribute": "छाप" + }, + { + "displayName": "Magazine", + "langName": "पत्रिका", + "object": "छवि प्रकार", + "attribute": "छाप" + }, + { + "displayName": "Newspaper", + "langName": "अखबार", + "object": "छवि प्रकार", + "attribute": "छाप" + }, + { + "displayName": "Newsprint", + "langName": "अखबारी", + "object": "छवि प्रकार", + "attribute": "छाप" + }, + { + "displayName": "Cartographic", + "langName": "मानचित्रण", + "object": "छवि प्रकार", + "attribute": "छाप" + }, + { + "displayName": "Blueprint", + "langName": "खाका", + "object": "छवि प्रकार", + "attribute": "छाप" + }, + { + "displayName": "comic", + "langName": "कॉमिक्स", + "object": "छवि प्रकार", + "attribute": "छाप" + }, + { + "displayName": "Comic Book", + "langName": "हास्य पुस्तक", + "object": "छवि प्रकार", + "attribute": "छाप" + }, + { + "displayName": "Booklet", + "langName": "पुस्तिका", + "object": "छवि प्रकार", + "attribute": "छाप" + }, + { + "displayName": "Poster", + "langName": "पोस्टर", + "object": "छवि प्रकार", + "attribute": "छाप" + }, + { + "displayName": "Sticker", + "langName": "कँटिया", + "object": "छवि प्रकार", + "attribute": "छाप" + }, + { + "displayName": "Barcode", + "langName": "बारकोड", + "object": "छवि प्रकार", + "attribute": "छाप" + }, + { + "displayName": "QR Code", + "langName": "क्यू आर संहिता", + "object": "छवि प्रकार", + "attribute": "छाप" + }, + { + "displayName": "Pokemon Card", + "langName": "पोकेमॉन कार्ड (पॉकेट मॉन्स्टर्स)", + "object": "छवि प्रकार", + "attribute": "छाप" + }, + { + "displayName": "Origami", + "langName": "ORIGAMI", + "object": "छवि प्रकार", + "attribute": "origami" + }, + { + "displayName": "Modular Origami", + "langName": "मॉड्यूलर ओरिगेमी", + "object": "छवि प्रकार", + "attribute": "origami" + }, + { + "displayName": "Rigid Origami", + "langName": "कठोर ओरिगेमी", + "object": "छवि प्रकार", + "attribute": "origami" + }, + { + "displayName": "Sonobe", + "langName": "ओरिगेमी गुलदस्ता", + "object": "छवि प्रकार", + "attribute": "origami" + }, + { + "displayName": "Kirigami", + "langName": "कागज काटना", + "object": "छवि प्रकार", + "attribute": "origami" + }, + { + "displayName": "Moneygami", + "langName": "बैंकनोट ओरिगेमी", + "object": "छवि प्रकार", + "attribute": "origami" + }, + { + "displayName": "Wet-Folding", + "langName": "गीली तह", + "object": "छवि प्रकार", + "attribute": "origami" + }, + { + "displayName": "pixel art", + "langName": "पिक्सेल कला", + "object": "छवि प्रकार", + "attribute": "मौज़ेक" + }, + { + "displayName": "Mosaic", + "langName": "मोज़ेक", + "object": "छवि प्रकार", + "attribute": "मौज़ेक" + }, + { + "displayName": "Micromosaic", + "langName": "माइक्रोमोज़ेक", + "object": "छवि प्रकार", + "attribute": "मौज़ेक" + }, + { + "displayName": "Glass Mosaic", + "langName": "कांच की पच्चीकारी", + "object": "छवि प्रकार", + "attribute": "मौज़ेक" + }, + { + "displayName": "Photographic Mosaic", + "langName": "फोटो मोज़ेक", + "object": "छवि प्रकार", + "attribute": "मौज़ेक" + }, + { + "displayName": "Impressionist Mosaic", + "langName": "प्रभाववादी मोज़ेक", + "object": "छवि प्रकार", + "attribute": "मौज़ेक" + }, + { + "displayName": "Frame", + "langName": "फोटो फ्रेम", + "object": "छवि प्रकार", + "attribute": "चौखटा" + }, + { + "displayName": "Framed", + "langName": "फंसाया", + "object": "छवि प्रकार", + "attribute": "चौखटा" + }, + { + "displayName": "Wooden Frame", + "langName": "लकड़ी का फोटो फ्रेम", + "object": "छवि प्रकार", + "attribute": "चौखटा" + }, + { + "displayName": "Wooden Framed", + "langName": "लकड़ी का चित्र फ़्रेम", + "object": "छवि प्रकार", + "attribute": "चौखटा" + }, + { + "displayName": "Carving", + "langName": "एनग्रेविंग", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Etching", + "langName": "एचिंग", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Sculpture", + "langName": "मूर्ति", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Papercutting", + "langName": "कागज काटना", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "silhouette", + "langName": "सिल्हूट", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Whittling", + "langName": "काटने का चाकू", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Wood-Carving", + "langName": "लकड़ी पर नक्काशी", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Chip-Carving", + "langName": "फूल नक्काशी", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Relief-Carving", + "langName": "राहत", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Ice-Carving", + "langName": "बर्फ़ की मूर्तियां", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Lacquer", + "langName": "लाख कला", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "String-Art", + "langName": "स्ट्रिंग कला", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Paper-Mache", + "langName": "गूदे को आकार देना", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Paper Model", + "langName": "कागज मॉडल", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Card", + "langName": "कार्ड", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Carved Lacquer", + "langName": "नक्काशीदार लाह", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Fretwork", + "langName": "खोखला करने की प्रक्रिया", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Intaglio", + "langName": "गुरुत्वाकर्षण मुद्रण", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Mezzotint", + "langName": "कॉपरप्लेट पेंट", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Aquatint", + "langName": "गुरुत्वाकर्षण मुद्रण", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Linocut", + "langName": "स्क्रीन प्रिंटिंग", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Pyrography", + "langName": "सोल्डर स्पॉट पेंटिंग", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Puppet", + "langName": "कठपुतली", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Balloon Modelling", + "langName": "गुब्बारा मॉडल", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Balloon Twisting", + "langName": "विभिन्न आकृतियों के गुब्बारे", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Circuit", + "langName": "रेखा आरेख", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Circuitry", + "langName": "सर्किट", + "object": "छवि प्रकार", + "attribute": "उत्कीर्णन, नक़्क़ाशी और मॉडलिंग" + }, + { + "displayName": "Dalle de verre", + "langName": "रंगीन कांच", + "object": "छवि प्रकार", + "attribute": "मिट्टी के बर्तन और कांच" + }, + { + "displayName": "Encaustic painting", + "langName": "चीनी मिट्टी की पेंटिंग", + "object": "छवि प्रकार", + "attribute": "मिट्टी के बर्तन और कांच" + }, + { + "displayName": "Glaze", + "langName": "शीशा लगाना", + "object": "छवि प्रकार", + "attribute": "मिट्टी के बर्तन और कांच" + }, + { + "displayName": "Overglaze", + "langName": "शीशा लगाना", + "object": "छवि प्रकार", + "attribute": "मिट्टी के बर्तन और कांच" + }, + { + "displayName": "Inglaze", + "langName": "underglaze", + "object": "छवि प्रकार", + "attribute": "मिट्टी के बर्तन और कांच" + }, + { + "displayName": "Azulejo", + "langName": "अज़ुलेजो", + "object": "छवि प्रकार", + "attribute": "मिट्टी के बर्तन और कांच" + }, + { + "displayName": "Paleolithic Pottery", + "langName": "पुरापाषाणकालीन मिट्टी के बर्तन", + "object": "छवि प्रकार", + "attribute": "मिट्टी के बर्तन और कांच" + }, + { + "displayName": "Neolithic Pottery", + "langName": "नवपाषाणकालीन मिट्टी के बर्तन", + "object": "छवि प्रकार", + "attribute": "मिट्टी के बर्तन और कांच" + }, + { + "displayName": "Bone China", + "langName": "हड्डी चीन", + "object": "छवि प्रकार", + "attribute": "मिट्टी के बर्तन और कांच" + }, + { + "displayName": "Ornament", + "langName": "सजावट", + "object": "छवि प्रकार", + "attribute": "मिट्टी के बर्तन और कांच" + }, + { + "displayName": "Light Art", + "langName": "हल्की कला", + "object": "छवि प्रकार", + "attribute": "रोशनी" + }, + { + "displayName": "Light Painting", + "langName": "हल्की पेंटिंग", + "object": "छवि प्रकार", + "attribute": "रोशनी" + }, + { + "displayName": "Lightpainting", + "langName": "हल्की पेंटिंग", + "object": "छवि प्रकार", + "attribute": "रोशनी" + }, + { + "displayName": "traditional_media", + "langName": "पारंपरिक कैनवास (जैसे कागज, आदि)", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Wall Decal", + "langName": "दीवार स्टिकर", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Banner", + "langName": "बैनर", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Signage", + "langName": "साइनेज", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Arts and Crafts", + "langName": "कला और शिल्प", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Resin", + "langName": "एपॉक्सी रेजि़न", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Enamel Pin", + "langName": "इनेमल पिन", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Bejeweled", + "langName": "जड़े हुए रत्न", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Latte Art", + "langName": "लट्टे कला", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Coffee Stain", + "langName": "कॉफ़ी के दाग", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Smoke Art", + "langName": "धूम्रपान कला", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Sticker Bomb", + "langName": "स्टीकर बम", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Jigsaw", + "langName": "पहेली", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Puzzle", + "langName": "आरा पहेली", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Maze", + "langName": "भूल भुलैया", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Toy", + "langName": "खिलौने", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Site-Specific art", + "langName": "साइट विशिष्ट कला", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Public Art", + "langName": "सार्वजनिक कला", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Diorama", + "langName": "चित्रावली", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Hedge Trimming", + "langName": "हेज ट्रिमिंग", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Hatmaking", + "langName": "टोपी बनाना", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Stencil", + "langName": "स्टैंसिल", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Negative Space", + "langName": "नकारात्मक अंतरिक्ष", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Scrapbooking", + "langName": "स्क्रैपबुक", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Mixed Media", + "langName": "मिश्रित मीडिया", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Frottage", + "langName": "भगदड़ पेंटिंग", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Outlined", + "langName": "समोच्च", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Glitter", + "langName": "चमक", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Sparkly", + "langName": "चमकदार", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Indian Art", + "langName": "भारतीय कला", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Soviet Art", + "langName": "सोवियत कला", + "object": "छवि प्रकार", + "attribute": "अन्य मीडिया" + }, + { + "displayName": "Rock Art", + "langName": "petroglyphs", + "object": "छवि प्रकार", + "attribute": "पारंपरिक कला" + }, + { + "displayName": "Cave Art", + "langName": "गुफा कला", + "object": "छवि प्रकार", + "attribute": "पारंपरिक कला" + }, + { + "displayName": "Mural", + "langName": "दीवार", + "object": "छवि प्रकार", + "attribute": "पारंपरिक कला" + }, + { + "displayName": "Easter Egg", + "langName": "ईस्टरी अंडा", + "object": "छवि प्रकार", + "attribute": "पारंपरिक कला" + }, + { + "displayName": "Egg Decorating", + "langName": "चित्रित अंडे", + "object": "छवि प्रकार", + "attribute": "पारंपरिक कला" + }, + { + "displayName": "((art nouveau))", + "langName": "आर्ट नूवो", + "object": "कला शैली", + "attribute": "ऐतिहासिक कला शैली" + }, + { + "displayName": "((classicism))", + "langName": "क्लासिसिज़म", + "object": "कला शैली", + "attribute": "ऐतिहासिक कला शैली" + }, + { + "displayName": "((neoclassicism))", + "langName": "नियोक्लासिज्म", + "object": "कला शैली", + "attribute": "ऐतिहासिक कला शैली" + }, + { + "displayName": "((romanticism))", + "langName": "प्राकृतवाद", + "object": "कला शैली", + "attribute": "ऐतिहासिक कला शैली" + }, + { + "displayName": "Gothic art", + "langName": "गॉथिक कला", + "object": "कला शैली", + "attribute": "ऐतिहासिक कला शैली" + }, + { + "displayName": "Baroque", + "langName": "बरोक", + "object": "कला शैली", + "attribute": "ऐतिहासिक कला शैली" + }, + { + "displayName": "Pre-Raphaelite Brotherhood", + "langName": "पूर्व रैफेलाइट", + "object": "कला शैली", + "attribute": "ऐतिहासिक कला शैली" + }, + { + "displayName": "renaissance art", + "langName": "पुनर्जागरण शैली", + "object": "कला शैली", + "attribute": "ऐतिहासिक कला शैली" + }, + { + "displayName": "academic art", + "langName": "अकादमिक", + "object": "कला शैली", + "attribute": "ऐतिहासिक कला शैली" + }, + { + "displayName": "academicism", + "langName": "अकादमिक", + "object": "कला शैली", + "attribute": "ऐतिहासिक कला शैली" + }, + { + "displayName": "ancient greek art", + "langName": "प्राचीन यूनानी कला", + "object": "कला शैली", + "attribute": "ऐतिहासिक कला शैली" + }, + { + "displayName": "ancient egypt", + "langName": "प्राचीन मिस्र", + "object": "कला शैली", + "attribute": "ऐतिहासिक कला शैली" + }, + { + "displayName": "Minimalism", + "langName": "अतिसूक्ष्मवाद", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "Modern Art", + "langName": "आधुनिक कला", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "contemporary art", + "langName": "समकालीन कला", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "Concept Art", + "langName": "अवधारणा कला", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "Digital Art", + "langName": "डिजिटल कला", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "visionary art", + "langName": "दृश्य कला", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "Hyperrealistic", + "langName": "अति यथार्थवादी", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "hyperrealism", + "langName": "यथार्थवाद", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "abstract expressionism", + "langName": "अमूर्त अभिव्यंजनावाद", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "cubism", + "langName": "क्यूबिज्म", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "impressionism", + "langName": "प्रभाववाद", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "Neo-impressionism", + "langName": "उत्तर-प्रभाववाद", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "fauvism", + "langName": "फ़ौविज्म", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "expressionism", + "langName": "इक्सप्रेस्सियुनिज़म", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "Pop art", + "langName": "पॉप कला", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "((abstract art))", + "langName": "अमूर्त कला", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "((Dadaism))", + "langName": "दादावाद", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "((futurism))", + "langName": "फ्यूचरिस्टिक", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "Warhol", + "langName": "एंडी वारहोल शैली", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "street art", + "langName": "साधारण कला", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "folk art", + "langName": "लोक कला", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "Bauhaus Style", + "langName": "बॉहॉस शैली", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "Luminsm", + "langName": "वर्णवाद", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "Constructivism", + "langName": "रचनावाद", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "((dieselpunk))", + "langName": "डीज़लपंक", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "streampunk", + "langName": "स्टीमपंक", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "Disney style", + "langName": "डिज्नी शैली", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "Picos style", + "langName": "पिक्सर शैली", + "object": "कला शैली", + "attribute": "आधुनिक कला" + }, + { + "displayName": "realism", + "langName": "यथार्थवाद", + "object": "कला शैली", + "attribute": "कल्पना और हकीकत" + }, + { + "displayName": "Surrealistic", + "langName": "अतियथार्थवाद", + "object": "कला शैली", + "attribute": "कल्पना और हकीकत" + }, + { + "displayName": "Social realism", + "langName": "सामाजिक यथार्थवाद", + "object": "कला शैली", + "attribute": "कल्पना और हकीकत" + }, + { + "displayName": "Magic Realism", + "langName": "जादुई यथार्थवाद", + "object": "कला शैली", + "attribute": "कल्पना और हकीकत" + }, + { + "displayName": "Fantastic Realism", + "langName": "जादुई यथार्थवाद", + "object": "कला शैली", + "attribute": "कल्पना और हकीकत" + }, + { + "displayName": "Classical Realism", + "langName": "आलोचनात्मक यथार्थवाद", + "object": "कला शैली", + "attribute": "कल्पना और हकीकत" + }, + { + "displayName": "miserablism", + "langName": "उदासी (समाज में गरीबी और अन्याय की आलोचना)", + "object": "कला शैली", + "attribute": "कल्पना और हकीकत" + }, + { + "displayName": "Contemporary Realism", + "langName": "समकालीन यथार्थवाद", + "object": "कला शैली", + "attribute": "कल्पना और हकीकत" + }, + { + "displayName": "Non-Fiction", + "langName": "वृत्तचित्र", + "object": "कला शैली", + "attribute": "कल्पना और हकीकत" + }, + { + "displayName": "ukiyoe", + "langName": "जापानी उकियो-ए", + "object": "कला शैली", + "attribute": "एशियाई कला" + }, + { + "displayName": "illustration,(((ukiyoe))),((sketch)),((japanese_art))", + "langName": "उकियो-ए (समूह)", + "object": "कला शैली", + "attribute": "एशियाई कला" + }, + { + "displayName": "traditional chinese painting", + "langName": "चीनी पारंपरिक पेंटिंग", + "object": "कला शैली", + "attribute": "एशियाई कला" + }, + { + "displayName": "Japonism", + "langName": "जापानी शैली में", + "object": "कला शैली", + "attribute": "एशियाई कला" + }, + { + "displayName": "Japanese manga style", + "langName": "जापानी मंगा शैली", + "object": "कला शैली", + "attribute": "एशियाई कला" + }, + { + "displayName": "anime style", + "langName": "एनीमेशन शैली", + "object": "कला शैली", + "attribute": "एशियाई कला" + }, + { + "displayName": "Aestheticism Painting", + "langName": "सौंदर्यवाद चित्रकला", + "object": "कला शैली", + "attribute": "फोटोग्राफी/पेंटिंग शैली" + }, + { + "displayName": "pastel color,sketch", + "langName": "त्वरित पेंट शैली", + "object": "कला शैली", + "attribute": "फोटोग्राफी/पेंटिंग शैली" + }, + { + "displayName": "ink doodle", + "langName": "स्याही कामचोर", + "object": "कला शैली", + "attribute": "फोटोग्राफी/पेंटिंग शैली" + }, + { + "displayName": "charcoal sketch", + "langName": "चारकोल स्केच", + "object": "कला शैली", + "attribute": "फोटोग्राफी/पेंटिंग शैली" + }, + { + "displayName": "sketch art", + "langName": "स्केच कला", + "object": "कला शैली", + "attribute": "फोटोग्राफी/पेंटिंग शैली" + }, + { + "displayName": "sketch paper", + "langName": "स्केच पेपर", + "object": "कला शैली", + "attribute": "फोटोग्राफी/पेंटिंग शैली" + }, + { + "displayName": "manuscript", + "langName": "हस्तलिपि", + "object": "कला शैली", + "attribute": "फोटोग्राफी/पेंटिंग शैली" + }, + { + "displayName": "fading border", + "langName": "फीका बॉर्डर", + "object": "कला शैली", + "attribute": "फोटोग्राफी/पेंटिंग शैली" + }, + { + "displayName": "heavy contrast", + "langName": "मजबूत कंट्रास्ट (रंग पर जोर)", + "object": "कला शैली", + "attribute": "फोटोग्राफी/पेंटिंग शैली" + }, + { + "displayName": "watercolor (medium)", + "langName": "पारदर्शी जल रंग पेंटिंग", + "object": "कला शैली", + "attribute": "फोटोग्राफी/पेंटिंग शैली" + }, + { + "displayName": "Polaroid art", + "langName": "पोलेरॉइड कला", + "object": "कला शैली", + "attribute": "फोटोग्राफी/पेंटिंग शैली" + }, + { + "displayName": "opal render", + "langName": "ओपल प्रतिपादन", + "object": "कला शैली", + "attribute": "फोटोग्राफी/पेंटिंग शैली" + }, + { + "displayName": "chemigram", + "langName": "वर्णलेख", + "object": "कला शैली", + "attribute": "फोटोग्राफी/पेंटिंग शैली" + }, + { + "displayName": "((alphonse mucha))", + "langName": "मुचा शैली", + "object": "कला शैली", + "attribute": "फोटोग्राफी/पेंटिंग शैली" + }, + { + "displayName": "((Monet style))", + "langName": "मोनेट शैली", + "object": "कला शैली", + "attribute": "फोटोग्राफी/पेंटिंग शैली" + }, + { + "displayName": "style of Al Williamson", + "langName": "विलियमसन शैली", + "object": "कला शैली", + "attribute": "फोटोग्राफी/पेंटिंग शैली" + }, + { + "displayName": "chiaroscuro", + "langName": "chiaroscuro", + "object": "कला शैली", + "attribute": "फोटोग्राफी/पेंटिंग शैली" + }, + { + "displayName": "film noir", + "langName": "फ़िल्म नोयर (अपराध, इच्छा, बदला)", + "object": "कला शैली", + "attribute": "फोटोग्राफी/पेंटिंग शैली" + }, + { + "displayName": "dark theme", + "langName": "डार्क थीम कला", + "object": "कला शैली", + "attribute": "फोटोग्राफी/पेंटिंग शैली" + }, + { + "displayName": "fantasy", + "langName": "विज्ञान कथा दृश्यों के लिए उपयुक्त", + "object": "कला शैली", + "attribute": "कल्पित विज्ञान" + }, + { + "displayName": "fiction", + "langName": "कल्पित विज्ञान", + "object": "कला शैली", + "attribute": "कल्पित विज्ञान" + }, + { + "displayName": "science fiction", + "langName": "कल्पित विज्ञान", + "object": "कला शैली", + "attribute": "कल्पित विज्ञान" + }, + { + "displayName": "sci-fi", + "langName": "विज्ञान कथा शैली", + "object": "कला शैली", + "attribute": "कल्पित विज्ञान" + }, + { + "displayName": "cyber punk", + "langName": "साइबरपंक", + "object": "कला शैली", + "attribute": "कल्पित विज्ञान" + }, + { + "displayName": "Dark Fantasy", + "langName": "अँधेरी कल्पना", + "object": "कला शैली", + "attribute": "कल्पित विज्ञान" + }, + { + "displayName": "Ethereal Fantasy", + "langName": "धुँधली कल्पना", + "object": "कला शैली", + "attribute": "कल्पित विज्ञान" + }, + { + "displayName": "dark fantasy style", + "langName": "डार्क फंतासी शैली", + "object": "कला शैली", + "attribute": "कल्पित विज्ञान" + }, + { + "displayName": "ww3 style", + "langName": "ww3 शैली", + "object": "कला शैली", + "attribute": "कल्पित विज्ञान" + }, + { + "displayName": "Magic Vortex", + "langName": "जादुई भंवर", + "object": "कला शैली", + "attribute": "कल्पित विज्ञान" + }, + { + "displayName": "1980s anime", + "langName": "80 एनिमेशन", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "80s movie", + "langName": "80 फिल्में", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "80s (style)", + "langName": "80 के दशक की शैली", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "90s (style)", + "langName": "90 के दशक का स्टाइल", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "disney movie", + "langName": "डिज्नी फिल्में", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "goth", + "langName": "गॉथ रॉक", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "bubble bobble", + "langName": "बबल बबल", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "style of Pixar", + "langName": "पिक्सर एनिमेशन", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "Studio Ghibli", + "langName": "घिबली शैली", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "Ghibli-like colours", + "langName": "घिबली रंग", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "genshin impact", + "langName": "जेनशिन प्रभाव", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "azur lane", + "langName": "अज़ूर लेन", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "kantai collection", + "langName": "बेड़ा संग्रह", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "rebecca (cyberpunk)", + "langName": "एजवॉकर", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "chainsaw man", + "langName": "चेनसॉ आदमी", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "synthwave", + "langName": "वाष्प तरंग", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "anime screeshot", + "langName": "एनीमेशन स्क्रीनशॉट", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "dakimakura", + "langName": "तकिया", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "cosplay", + "langName": "रोल प्ले", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "guro", + "langName": "जिज्ञासा", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "personification", + "langName": "अवतार", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "4koma", + "langName": "चार ग्रिड", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "8 Bit Game", + "langName": "8 बिट गेम", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "DC Comics", + "langName": "अमेरिकी कॉमिक कवर के लिए कॉमिक दृश्य तैयार कर सकते हैं", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "cartoon", + "langName": "कार्टून", + "object": "कला शैली", + "attribute": "उपसंकृति" + }, + { + "displayName": "album", + "langName": "एल्बम", + "object": "कला शैली", + "attribute": "प्रकाशन" + }, + { + "displayName": "album cover", + "langName": "एल्बम कवर", + "object": "कला शैली", + "attribute": "प्रकाशन" + }, + { + "displayName": "magazine scan", + "langName": "पत्रिका के अंदर के पन्ने", + "object": "कला शैली", + "attribute": "प्रकाशन" + }, + { + "displayName": "magazine cover", + "langName": "पत्रिका का आवरण", + "object": "कला शैली", + "attribute": "प्रकाशन" + }, + { + "displayName": "cover", + "langName": "ढकना", + "object": "कला शैली", + "attribute": "प्रकाशन" + }, + { + "displayName": "artbook", + "langName": "मूल पेंटिंग", + "object": "कला शैली", + "attribute": "प्रकाशन" + }, + { + "displayName": "column lineup", + "langName": "छोटी-छोटी तस्वीरों की शृंखला एक बड़ी तस्वीर बनाती है", + "object": "कला शैली", + "attribute": "प्रकाशन" + }, + { + "displayName": "zoom layer", + "langName": "पृष्ठभूमि अग्रभूमि का एक विस्तृत संस्करण है", + "object": "कला शैली", + "attribute": "प्रकाशन" + }, + { + "displayName": "3D Item Render", + "langName": "3डी प्रतिपादन", + "object": "कला शैली", + "attribute": "डिजिटल कला" + }, + { + "displayName": "animated gif", + "langName": "GIF प्रारूप चित्र", + "object": "कला शैली", + "attribute": "डिजिटल कला" + }, + { + "displayName": "fine art parody", + "langName": "प्रसिद्ध चित्रों की नकल", + "object": "कला शैली", + "attribute": "डिजिटल कला" + }, + { + "displayName": "optical illusion", + "langName": "दृश्य त्रुटि", + "object": "कला शैली", + "attribute": "डिजिटल कला" + }, + { + "displayName": "((ASCII art))", + "langName": "एएससीआईआई कला", + "object": "कला शैली", + "attribute": "डिजिटल कला" + }, + { + "displayName": "Synchronism", + "langName": "समय समन्वय", + "object": "कला शैली", + "attribute": "डिजिटल कला" + }, + { + "displayName": "highres", + "langName": "इम्पैस्टो (शैली)", + "object": "कला शैली", + "attribute": "डिजिटल कला" + }, + { + "displayName": "sample", + "langName": "चित्र पर शब्द हैं", + "object": "कला शैली", + "attribute": "डिजिटल कला" + }, + { + "displayName": "dreamlike", + "langName": "सपना", + "object": "कला शैली", + "attribute": "डिजिटल कला" + }, + { + "displayName": "pixiv", + "langName": "शुद्ध द्वि-आयामी शैली का चित्र", + "object": "कला शैली", + "attribute": "डिजिटल कला" + }, + { + "displayName": "a beautiful korean idol,stylish outfit,fitted jeans,oversized jacket,fashionable accessories,(realistic detailed eyes,natural skin texture,confident expression)", + "langName": "आमतौर पर इस्तेमाल किए जाने वाले चित्र", + "object": "प्रोसेसिंग के बाद", + "attribute": "सामान्य रूप से प्रयुक्त संग्रह" + }, + { + "displayName": "fitted jeans,oversized jacket,navel", + "langName": "कैज़ुअल मैचिंग (डेनिम + बेली बटन कोर्सेट)", + "object": "प्रोसेसिंग के बाद", + "attribute": "सामान्य रूप से प्रयुक्त संग्रह" + }, + { + "displayName": "black hair,earrings,flash photography,jewelry,looking at viewer and facing viewer,solo,(upper body),smirk,long hair,ponytail,short sleeves,black dress,black eyes,makeup,lipstick,(cleavage visible,large breasts),face close-up,bend over,pale skin,downblouse,Arms supporting the bed,wearing necklace,(Bedroom background,bed and curtains behind her,Wardrobe,desk lamp),,detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "निजी तस्वीरें", + "object": "प्रोसेसिंग के बाद", + "attribute": "सामान्य रूप से प्रयुक्त संग्रह" + }, + { + "displayName": "cityscape backdrop,rooftop or high-rise balcony,shallow depth of field,bokeh from city lights", + "langName": "शहर की ऊँची ऊँची पृष्ठभूमि", + "object": "प्रोसेसिंग के बाद", + "attribute": "सामान्य रूप से प्रयुक्त संग्रह" + }, + { + "displayName": "Fujifilm XT3,film still,film grain,sharp focus on subject,cinematic", + "langName": "फिल्म की बनावट", + "object": "प्रोसेसिंग के बाद", + "attribute": "सामान्य रूप से प्रयुक्त संग्रह" + }, + { + "displayName": "ultra-high definition", + "langName": "अति उच्च परिभाषा", + "object": "प्रोसेसिंग के बाद", + "attribute": "संकल्प" + }, + { + "displayName": "4k", + "langName": "4k", + "object": "प्रोसेसिंग के बाद", + "attribute": "संकल्प" + }, + { + "displayName": "8K", + "langName": "8K", + "object": "प्रोसेसिंग के बाद", + "attribute": "संकल्प" + }, + { + "displayName": "16k", + "langName": "16k", + "object": "प्रोसेसिंग के बाद", + "attribute": "संकल्प" + }, + { + "displayName": "32k", + "langName": "32k", + "object": "प्रोसेसिंग के बाद", + "attribute": "संकल्प" + }, + { + "displayName": "Full-HD", + "langName": "पूर्ण एच.डी", + "object": "प्रोसेसिंग के बाद", + "attribute": "संकल्प" + }, + { + "displayName": "HD", + "langName": "एच.डी", + "object": "प्रोसेसिंग के बाद", + "attribute": "संकल्प" + }, + { + "displayName": "Ultra-HD", + "langName": "अति उच्च परिभाषा", + "object": "प्रोसेसिंग के बाद", + "attribute": "संकल्प" + }, + { + "displayName": "Super-Resolution", + "langName": "सुपर रिज़ॉल्यूशन", + "object": "प्रोसेसिंग के बाद", + "attribute": "संकल्प" + }, + { + "displayName": "Megapixel", + "langName": "मेगापिक्सेल", + "object": "प्रोसेसिंग के बाद", + "attribute": "संकल्प" + }, + { + "displayName": "absurdres", + "langName": "अति उच्च संकल्प", + "object": "प्रोसेसिंग के बाद", + "attribute": "संकल्प" + }, + { + "displayName": "incredibly absurdres", + "langName": "अत्यंत उच्च रिज़ॉल्यूशन", + "object": "प्रोसेसिंग के बाद", + "attribute": "संकल्प" + }, + { + "displayName": "huge filesize", + "langName": "सुपर उच्च रिज़ॉल्यूशन/बड़ी फ़ाइलें", + "object": "प्रोसेसिंग के बाद", + "attribute": "संकल्प" + }, + { + "displayName": "Anaglyph", + "langName": "3डी पेंटिंग", + "object": "प्रोसेसिंग के बाद", + "attribute": "त्रिविम दृष्टि" + }, + { + "displayName": "Multiscopy", + "langName": "मल्टीव्यूअर", + "object": "प्रोसेसिंग के बाद", + "attribute": "त्रिविम दृष्टि" + }, + { + "displayName": "Autostereoscopy", + "langName": "ऑटोस्टीरियोस्कोपिक", + "object": "प्रोसेसिंग के बाद", + "attribute": "त्रिविम दृष्टि" + }, + { + "displayName": "Stereoscopy", + "langName": "स्टीरियोफ़ोटोग्राफ़ी", + "object": "प्रोसेसिंग के बाद", + "attribute": "त्रिविम दृष्टि" + }, + { + "displayName": "Parallax", + "langName": "लंबन", + "object": "प्रोसेसिंग के बाद", + "attribute": "त्रिविम दृष्टि" + }, + { + "displayName": "Anti-Aliasing", + "langName": "उपघटन प्रतिरोधी", + "object": "प्रोसेसिंग के बाद", + "attribute": "उपघटन प्रतिरोधी" + }, + { + "displayName": "FXAA", + "langName": "एफएक्सएए", + "object": "प्रोसेसिंग के बाद", + "attribute": "उपघटन प्रतिरोधी" + }, + { + "displayName": "TXAA", + "langName": "टीएक्सएए", + "object": "प्रोसेसिंग के बाद", + "attribute": "उपघटन प्रतिरोधी" + }, + { + "displayName": "RTX", + "langName": "वास्तविक समय प्रसारण", + "object": "प्रोसेसिंग के बाद", + "attribute": "उपघटन प्रतिरोधी" + }, + { + "displayName": "SSAO", + "langName": "एसएसएओ", + "object": "प्रोसेसिंग के बाद", + "attribute": "उपघटन प्रतिरोधी" + }, + { + "displayName": "De-Noise", + "langName": "शोर में कमी", + "object": "प्रोसेसिंग के बाद", + "attribute": "उपघटन प्रतिरोधी" + }, + { + "displayName": "Shaders", + "langName": "शेडर", + "object": "प्रोसेसिंग के बाद", + "attribute": "शेडर" + }, + { + "displayName": "OpenGL-Shaders", + "langName": "ओपनजीएल शेडर्स", + "object": "प्रोसेसिंग के बाद", + "attribute": "शेडर" + }, + { + "displayName": "GLSL-Shaders", + "langName": "जीएलएसएल शेडर्स", + "object": "प्रोसेसिंग के बाद", + "attribute": "शेडर" + }, + { + "displayName": "Post Processing", + "langName": "प्रोसेसिंग के बाद", + "object": "प्रोसेसिंग के बाद", + "attribute": "शेडर" + }, + { + "displayName": "Post-Production", + "langName": "डाक उत्पादन", + "object": "प्रोसेसिंग के बाद", + "attribute": "शेडर" + }, + { + "displayName": "Cel Shading", + "langName": "मेटा रंग", + "object": "प्रोसेसिंग के बाद", + "attribute": "शेडर" + }, + { + "displayName": "Tone Mapping", + "langName": "टोन मैपिंग", + "object": "प्रोसेसिंग के बाद", + "attribute": "शेडर" + }, + { + "displayName": "CGI", + "langName": "कंप्यूटर इमेजिंग", + "object": "प्रोसेसिंग के बाद", + "attribute": "शेडर" + }, + { + "displayName": "VFX", + "langName": "दृश्य प्रभाव", + "object": "प्रोसेसिंग के बाद", + "attribute": "शेडर" + }, + { + "displayName": "SFX", + "langName": "ध्वनि प्रभाव", + "object": "प्रोसेसिंग के बाद", + "attribute": "शेडर" + }, + { + "displayName": "Unreal Engine", + "langName": "अवास्तविक इंजन", + "object": "प्रोसेसिंग के बाद", + "attribute": "शेडर" + }, + { + "displayName": "Scan Lines", + "langName": "स्कैन लाइन", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Posterization", + "langName": "तानवाला विभाजन", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Quantization", + "langName": "यों", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Sobel Operator", + "langName": "सोबेल संचालक", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Edge Detection", + "langName": "किनारे का पता लगाना", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Interlaced", + "langName": "इंटरलेस्ड स्कैनिंग", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Moire Patterns", + "langName": "मोइरे पैटर्न", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Rounded", + "langName": "गोल", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Wavy", + "langName": "लहरदार", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Whirl", + "langName": "भंवर", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Squiggly", + "langName": "तरंग", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Morph", + "langName": "विकृति", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Spiraling", + "langName": "कुंडली", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Twisted Rays", + "langName": "विकृत प्रकाश", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Starburst", + "langName": "बर्स्ट", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Emboss", + "langName": "राहत", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Tessellated", + "langName": "मोज़ेक", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Blobby", + "langName": "स्थान", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Blobs", + "langName": "स्थान", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Cracks", + "langName": "दरार", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Textured", + "langName": "बनावट", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Convolution Matrix", + "langName": "कनवल्शन मैट्रिक्स", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Dilate", + "langName": "सूजना", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Erode", + "langName": "कटाव", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Dirty", + "langName": "गंदा", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "With Imperfections", + "langName": "दोषपूर्ण", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Distortion", + "langName": "विरूपण", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Lenticular", + "langName": "लैंटिक्यूलर", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Cropped", + "langName": "काटना", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Quantum-Wavetracing", + "langName": "क्वांटम तरंग अनुरेखण", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Tornadic", + "langName": "बवंडर", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Sabattier Effect", + "langName": "नरम, धुंधले किनारे और रंग छायांकन प्रदान करता है", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Smudged", + "langName": "अस्पष्ट", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Sharpened", + "langName": "पैना", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Glowing Edges", + "langName": "चमकती धार", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Spherize", + "langName": "गोलाकारीकरण", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Harris Shutter", + "langName": "तेज़ गति वाली वस्तुओं को कैप्चर करें या कम रोशनी वाले वातावरण में छवि स्पष्टता बनाए रखें", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Mordancage", + "langName": "नक़्क़ाशी फोटोग्राफी", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Ray Traced", + "langName": "किरण पर करीबी नजर रखना", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "Ray Tracing Ambient Occlusion", + "langName": "रे ट्रेसिंग परिवेश रोड़ा", + "object": "प्रोसेसिंग के बाद", + "attribute": "मूर्ति प्रोद्योगिकी" + }, + { + "displayName": "award winning", + "langName": "पुरस्कार विजेता कार्य", + "object": "प्रोसेसिंग के बाद", + "attribute": "गुणवत्ता" + }, + { + "displayName": "professional", + "langName": "प्रमुख", + "object": "प्रोसेसिंग के बाद", + "attribute": "गुणवत्ता" + }, + { + "displayName": "breathtaking", + "langName": "अद्भुत", + "object": "प्रोसेसिंग के बाद", + "attribute": "गुणवत्ता" + }, + { + "displayName": "groundbreaking", + "langName": "अभूतपूर्व", + "object": "प्रोसेसिंग के बाद", + "attribute": "गुणवत्ता" + }, + { + "displayName": "superb", + "langName": "प्रथम श्रेणी", + "object": "प्रोसेसिंग के बाद", + "attribute": "गुणवत्ता" + }, + { + "displayName": "outstanding", + "langName": "असाधारण", + "object": "प्रोसेसिंग के बाद", + "attribute": "गुणवत्ता" + }, + { + "displayName": "best quality", + "langName": "अच्छी गुणवत्ता", + "object": "प्रोसेसिंग के बाद", + "attribute": "गुणवत्ता" + }, + { + "displayName": "best aesthetic", + "langName": "सर्वोत्तम सौंदर्यबोध", + "object": "प्रोसेसिंग के बाद", + "attribute": "गुणवत्ता" + }, + { + "displayName": "masterpiece", + "langName": "कृति", + "object": "प्रोसेसिंग के बाद", + "attribute": "गुणवत्ता" + }, + { + "displayName": "extreme detail", + "langName": "अत्यधिक विवरण", + "object": "प्रोसेसिंग के बाद", + "attribute": "गुणवत्ता" + }, + { + "displayName": "amazing", + "langName": "अद्भुत", + "object": "प्रोसेसिंग के बाद", + "attribute": "गुणवत्ता" + }, + { + "displayName": "original", + "langName": "मूल", + "object": "प्रोसेसिंग के बाद", + "attribute": "गुणवत्ता" + }, + { + "displayName": "in a symbolic and meaningful style", + "langName": "प्रतीकात्मक एवं सार्थक शैली", + "object": "प्रोसेसिंग के बाद", + "attribute": "गुणवत्ता" + }, + { + "displayName": "insanely detailed and intricate", + "langName": "अत्यंत विस्तृत और जटिल", + "object": "प्रोसेसिंग के बाद", + "attribute": "गुणवत्ता" + }, + { + "displayName": "very coherent symmetrical artwork", + "langName": "सुसंगत और सममित संरचना", + "object": "प्रोसेसिंग के बाद", + "attribute": "गुणवत्ता" + }, + { + "displayName": "Trending on ArtStation", + "langName": "आर्टस्टेशन", + "object": "प्रोसेसिंग के बाद", + "attribute": "प्लेटफार्म | प्रवृत्तियों" + }, + { + "displayName": "Trending on Facebook", + "langName": "फेसबुक", + "object": "प्रोसेसिंग के बाद", + "attribute": "प्लेटफार्म | प्रवृत्तियों" + }, + { + "displayName": "Trending on Pixiv", + "langName": "पिक्सिव", + "object": "प्रोसेसिंग के बाद", + "attribute": "प्लेटफार्म | प्रवृत्तियों" + }, + { + "displayName": "Trending on Pixbay", + "langName": "पिक्सबे", + "object": "प्रोसेसिंग के बाद", + "attribute": "प्लेटफार्म | प्रवृत्तियों" + }, + { + "displayName": "reddit", + "langName": "रेडिट फोरम", + "object": "प्रोसेसिंग के बाद", + "attribute": "प्लेटफार्म | प्रवृत्तियों" + } +] \ No newline at end of file diff --git a/src/app/data/prompt/prompt-it.json b/src/app/data/prompt/prompt-it.json new file mode 100644 index 0000000..c861318 --- /dev/null +++ b/src/app/data/prompt/prompt-it.json @@ -0,0 +1,29606 @@ +[ + { + "displayName": "female", + "langName": "femmina", + "object": "Figura", + "attribute": "Corpo principale" + }, + { + "displayName": "male", + "langName": "maschio", + "object": "Figura", + "attribute": "Corpo principale" + }, + { + "displayName": "mature_female", + "langName": "donne mature", + "object": "Figura", + "attribute": "Corpo principale" + }, + { + "displayName": "mature", + "langName": "Maturo", + "object": "Figura", + "attribute": "Corpo principale" + }, + { + "displayName": "little_girl", + "langName": "bambina", + "object": "Figura", + "attribute": "Corpo principale" + }, + { + "displayName": "little_boy", + "langName": "ragazzino", + "object": "Figura", + "attribute": "Corpo principale" + }, + { + "displayName": "1girl", + "langName": "1 ragazza", + "object": "Figura", + "attribute": "Corpo principale" + }, + { + "displayName": "1boy", + "langName": "1 ragazzo", + "object": "Figura", + "attribute": "Corpo principale" + }, + { + "displayName": "2girls", + "langName": "2 ragazze", + "object": "Figura", + "attribute": "Corpo principale" + }, + { + "displayName": "2boys", + "langName": "2 ragazzi", + "object": "Figura", + "attribute": "Corpo principale" + }, + { + "displayName": "sisters", + "langName": "sorelle", + "object": "Figura", + "attribute": "Corpo principale" + }, + { + "displayName": "multiple_girls", + "langName": "più ragazze", + "object": "Figura", + "attribute": "Corpo principale" + }, + { + "displayName": "solo", + "langName": "separare", + "object": "Figura", + "attribute": "Corpo principale" + }, + { + "displayName": "ojousama", + "langName": "Mancare", + "object": "Figura", + "attribute": "Corpo principale" + }, + { + "displayName": "bishoujo", + "langName": "bella ragazza", + "object": "Figura", + "attribute": "Corpo principale" + }, + { + "displayName": "kawaii", + "langName": "Carino", + "object": "Figura", + "attribute": "Corpo principale" + }, + { + "displayName": "adorable_girl", + "langName": "ragazza carina", + "object": "Figura", + "attribute": "Corpo principale" + }, + { + "displayName": "female_pervert", + "langName": "sgualdrina", + "object": "Figura", + "attribute": "Corpo principale" + }, + { + "displayName": "milf", + "langName": "MILF", + "object": "Figura", + "attribute": "Corpo principale" + }, + { + "displayName": "a beautiful korean idol", + "langName": "idolo coreano", + "object": "Figura", + "attribute": "Corpo principale" + }, + { + "displayName": "lifeguard", + "langName": "Bagnino", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "goalkeeper", + "langName": "portiere", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "racer", + "langName": "pilota da corsa", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "motorcyclist", + "langName": "motociclista", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "boxer", + "langName": "pugile", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "acrobat", + "langName": "acrobata", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "athletes", + "langName": "atleta", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "cheerleader", + "langName": "Cheerleader", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "stewardess", + "langName": "Assistente di volo", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "waitress", + "langName": "cameriera", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "waiter", + "langName": "cameriere", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "chef", + "langName": "cuoco", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "barista", + "langName": "barista", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "cashier", + "langName": "cassiere", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "mailman", + "langName": "postino", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "office_lady", + "langName": "donne lavoratrici", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "maid", + "langName": "domestica", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "housemaid", + "langName": "governante", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "doctor", + "langName": "medico", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "nurse", + "langName": "Infermiera", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "scientist", + "langName": "lo scienziato", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "detective", + "langName": "investigatore", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "police", + "langName": "Polizia Stradale", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "soldier", + "langName": "Soldato", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "firefighter", + "langName": "pompiere", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "hacker", + "langName": "pirata informatico", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "spy", + "langName": "spiare", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "agent", + "langName": "agente", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "assassin", + "langName": "assassino", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "magician", + "langName": "mago", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "pilot", + "langName": "pilota", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "astronaut", + "langName": "astronauta", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "diver", + "langName": "subacqueo", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "bar censor", + "langName": "esaminatore di avvocato", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "missionary", + "langName": "missionario", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "poet", + "langName": "poeta", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "actor", + "langName": "attore", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "actress", + "langName": "attrice", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "idol", + "langName": "Idolo", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "queen", + "langName": "Regina", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "race_queen", + "langName": "ragazza che corre", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "dancer", + "langName": "ballerino", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "ballerina", + "langName": "ballerina di balletto", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "dancing girl", + "langName": "ragazza che balla", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "gym_leader", + "langName": "allenatore di ginnastica", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "priest", + "langName": "sacerdote", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "cleric", + "langName": "Clero (cristiano)", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "monk", + "langName": "monaco", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "nun", + "langName": "suora", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "makihitsuji", + "langName": "pastore", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "the hermit", + "langName": "eremita", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "teacher", + "langName": "insegnante", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "classmate", + "langName": "compagno di classe", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "student", + "langName": "studente", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "harem", + "langName": "harem", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "ghost", + "langName": "fantasma", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "doll", + "langName": "bambola", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "albino", + "langName": "albini", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "amputee", + "langName": "amputato", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "trap", + "langName": "Travestito (gli uomini con caratteristiche femminili possono essere scambiati per donne)", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "crossdressing", + "langName": "Travestito (indossare abiti che non corrispondono alla propria identità di genere)", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "otoko_no_ko", + "langName": "Travestito (un uomo che sembra avere caratteristiche femminili)", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "wa_maid", + "langName": "cameriera giapponese", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "yaoi", + "langName": "Sii gay", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "yuri", + "langName": "giglio", + "object": "Figura", + "attribute": "Identità" + }, + { + "displayName": "pikachu", + "langName": "Pikachu", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "pokemon", + "langName": "Pokémon", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "doraemon", + "langName": "doraemon", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "crayon shin-chan", + "langName": "Crayon Shin-chan", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "slam dunk", + "langName": "schiacciata", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "harry potter", + "langName": "Harry Potter", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "avengers", + "langName": "Vendicatori", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "captain america", + "langName": "capitano america", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "gojou satoru", + "langName": "Gojo Satoru", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "neon genesis evangelion", + "langName": "Neon Genesis Evangelion", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "mazinger", + "langName": "donna meravigliosa", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "saint seiya", + "langName": "Saint Seiya", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "kamen rider", + "langName": "cavaliere kamen", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "mario", + "langName": "mario", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "sun wukong", + "langName": "Il sole Wukong", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "hatsune miku", + "langName": "Miku di Hatsune", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "magical_girl", + "langName": "ragazza magica", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "sailor_senshi", + "langName": "Luna Marinaio", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "witch", + "langName": "strega", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "miko", + "langName": "Miko", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "mage", + "langName": "procedura guidata", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "magister", + "langName": "Magister", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "ninja", + "langName": "ninja", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "samurai", + "langName": "samurai", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "vampire", + "langName": "vampiro", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "knight", + "langName": "cavaliere", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "orc", + "langName": "orco", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "druid", + "langName": "druido", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "elf", + "langName": "folletto", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "dark_elf", + "langName": "elfo oscuro", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "fairy", + "langName": "elfo", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "succubus", + "langName": "succubo", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "imp", + "langName": "piccolo diavolo", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "devil", + "langName": "Diavolo", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "angel", + "langName": "Angelo", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "monster", + "langName": "mostro", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "monster_girl", + "langName": "Madre straniera", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "dominatrix", + "langName": "Regina (SM Media)", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "mecha", + "langName": "Meccanico", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "mecha_musume", + "langName": "Ragazza meccanica", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "humanoid_robot", + "langName": "robot umanoide", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "cyborg", + "langName": "cibernetico", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "dragon_girl", + "langName": "donna drago", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "centaur", + "langName": "Centauro", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "slime_musume", + "langName": "Ragazza melma", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "spider_girl", + "langName": "ragazza ragno", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "mermaid", + "langName": "sirena", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "cat_girl", + "langName": "Ragazza gatto", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "dog_girl", + "langName": "Ragazza cane", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "wolf_girl", + "langName": "ragazza lupo", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "fox_girl", + "langName": "ragazza volpe", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "kitsune", + "langName": "demone volpe", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "kyuubi", + "langName": "nove code | volpe a nove code", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "raccoon_girl", + "langName": "ragazza procione", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "bunny_girl", + "langName": "coniglietta", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "cow_girl", + "langName": "ragazza-mandrino", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "horse_girl", + "langName": "Ma Niang", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "furry", + "langName": "orco", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "furry/orc", + "langName": "Orchi/Orchi", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "kemonomimi_mode", + "langName": "Orecchie di animale modalità loli", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "giantess", + "langName": "gigantessa", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "minigirl", + "langName": "ragazza mini", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "mesugaki", + "langName": "folletto femmina", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "santa alter", + "langName": "Babbo Natale", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "spider-man", + "langName": "uomo ragno", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "demo", + "langName": "demone", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "no humans", + "langName": "inumano", + "object": "Figura", + "attribute": "Personaggio bidimensionale" + }, + { + "displayName": "toddler", + "langName": "bambino che fa i primi passi", + "object": "Figura", + "attribute": "Età" + }, + { + "displayName": "kindergartener", + "langName": "asilo nido", + "object": "Figura", + "attribute": "Età" + }, + { + "displayName": "child", + "langName": "bambino", + "object": "Figura", + "attribute": "Età" + }, + { + "displayName": "underage", + "langName": "minorenne", + "object": "Figura", + "attribute": "Età" + }, + { + "displayName": "teenager", + "langName": "Adolescente (13-19)", + "object": "Figura", + "attribute": "Età" + }, + { + "displayName": "teen", + "langName": "Adolescente (13-19)", + "object": "Figura", + "attribute": "Età" + }, + { + "displayName": "early teen", + "langName": "Prima adolescenza (11-15)", + "object": "Figura", + "attribute": "Età" + }, + { + "displayName": "adult", + "langName": "adulti", + "object": "Figura", + "attribute": "Età" + }, + { + "displayName": "elder", + "langName": "anziano", + "object": "Figura", + "attribute": "Età" + }, + { + "displayName": "old", + "langName": "anziano", + "object": "Figura", + "attribute": "Età" + }, + { + "displayName": "loli", + "langName": "leccapiedi", + "object": "Figura", + "attribute": "Età" + }, + { + "displayName": "shota", + "langName": "Colpo", + "object": "Figura", + "attribute": "Età" + }, + { + "displayName": "white_skin", + "langName": "pelle bianca", + "object": "Figura", + "attribute": "Pelle" + }, + { + "displayName": "pale_skin", + "langName": "Pelle chiara (adatta per abiti scuri o dai colori vivaci)", + "object": "Figura", + "attribute": "Pelle" + }, + { + "displayName": "fair_skin", + "langName": "pelle chiara", + "object": "Figura", + "attribute": "Pelle" + }, + { + "displayName": "olive_skin", + "langName": "pelle olivastra", + "object": "Figura", + "attribute": "Pelle" + }, + { + "displayName": "brown_skin", + "langName": "pelle marrone", + "object": "Figura", + "attribute": "Pelle" + }, + { + "displayName": "deep_skin", + "langName": "pelle scura", + "object": "Figura", + "attribute": "Pelle" + }, + { + "displayName": "dark_skin", + "langName": "pelle scura", + "object": "Figura", + "attribute": "Pelle" + }, + { + "displayName": "black_skin", + "langName": "pelle scura", + "object": "Figura", + "attribute": "Pelle" + }, + { + "displayName": "shiny_skin", + "langName": "pelle lucida", + "object": "Figura", + "attribute": "Pelle" + }, + { + "displayName": "white_marble_glowing_skin", + "langName": "pelle luminosa in marmo bianco", + "object": "Figura", + "attribute": "Pelle" + }, + { + "displayName": "tattoo", + "langName": "tatuaggio", + "object": "Figura", + "attribute": "Pelle" + }, + { + "displayName": "tan", + "langName": "Esposizione al sole", + "object": "Figura", + "attribute": "Pelle" + }, + { + "displayName": "tanlines", + "langName": "danni del sole", + "object": "Figura", + "attribute": "Pelle" + }, + { + "displayName": "oil", + "langName": "oleoso", + "object": "Figura", + "attribute": "Pelle" + }, + { + "displayName": "skinny", + "langName": "Magro", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "plump", + "langName": "pieno", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "curvy", + "langName": "Figura del diavolo", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "(navel,wide hip,curvy)", + "langName": "rivelare la figura", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "gyaru", + "langName": "Ragazze sexy (ragazze giapponesi)", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "pregnant", + "langName": "Incinta", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "fat", + "langName": "obesità", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "thin", + "langName": "magro", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "slender", + "langName": "sottile", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "glamor", + "langName": "fascino", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "tall", + "langName": "Alto", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "petite", + "langName": "piccola", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "chibi", + "langName": "Stile di stampa Mengmeng/Q", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "muscular", + "langName": "muscolo", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "big tits", + "langName": "seni grandi", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "(cleavage visible,large breasts)", + "langName": "Seni grandi (con scollatura)", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "Small waist", + "langName": "Vita piccola", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "narrow_waist", + "langName": "vita sottile", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "slender_waist", + "langName": "vita sottile", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "strong", + "langName": "forte", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "slim", + "langName": "sottile", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "slender face", + "langName": "dimagrimento del viso", + "object": "Figura", + "attribute": "Forma del viso" + }, + { + "displayName": "round face", + "langName": "faccia rotonda", + "object": "Figura", + "attribute": "Forma del viso" + }, + { + "displayName": "oval face", + "langName": "Viso ovale", + "object": "Figura", + "attribute": "Forma del viso" + }, + { + "displayName": "baby face", + "langName": "faccia da bambino", + "object": "Figura", + "attribute": "Forma del viso" + }, + { + "displayName": "inverted triangle face", + "langName": "Faccia triangolare invertita", + "object": "Figura", + "attribute": "Forma del viso" + }, + { + "displayName": "heart shaped face", + "langName": "faccia a forma di cuore", + "object": "Figura", + "attribute": "Forma del viso" + }, + { + "displayName": "diamond face", + "langName": "faccia di diamante", + "object": "Figura", + "attribute": "Forma del viso" + }, + { + "displayName": "square face", + "langName": "faccia quadrata", + "object": "Figura", + "attribute": "Forma del viso" + }, + { + "displayName": "long face", + "langName": "faccia lunga", + "object": "Figura", + "attribute": "Forma del viso" + }, + { + "displayName": "triangular face", + "langName": "faccia triangolare", + "object": "Figura", + "attribute": "Forma del viso" + }, + { + "displayName": "detailed gorgeous face", + "langName": "bel viso", + "object": "Figura", + "attribute": "Forma del viso" + }, + { + "displayName": "delicate features", + "langName": "Caratteristiche facciali squisite", + "object": "Figura", + "attribute": "Forma del viso" + }, + { + "displayName": "black hair", + "langName": "capelli neri", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "white hair", + "langName": "capelli bianchi", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "grey hair", + "langName": "capelli grigi", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "silver hair", + "langName": "capelli argentati", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "blonde hair", + "langName": "capelli biondi", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "light brown hair", + "langName": "capelli castano chiaro", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "brown hair", + "langName": "capelli castani", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "red hair", + "langName": "capelli rossi", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "pink hair", + "langName": "capelli rosa", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "purple hair", + "langName": "capelli viola", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "blue hair", + "langName": "capelli blu", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "light blue hair", + "langName": "capelli azzurri", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "dark blue hair", + "langName": "capelli blu scuro", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "green hair", + "langName": "capelli verdi", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "yellow hair", + "langName": "capelli gialli", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "two-tone hair", + "langName": "capelli bicolore", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "multicolored hair", + "langName": "capelli di colore misto", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "grey gradient hair", + "langName": "capelli grigi sfumati", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "Gradation of hair", + "langName": "Capelli sfumati", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "streaked hair", + "langName": "Capelli evidenziati", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "hair_down", + "langName": "capelli sciolti", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "hair_spread_out", + "langName": "capelli sciolti", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "hair_flip", + "langName": "pettinare i capelli", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "hair_up", + "langName": "capelli raccolti", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "hair_behind_ear", + "langName": "capelli dietro l'orecchio", + "object": "Figura", + "attribute": "Capelli" + }, + { + "displayName": "straight_hair", + "langName": "capelli lisci", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "curly hair", + "langName": "riccioli", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "wavy hair", + "langName": "Volume naturale", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "short hair", + "langName": "capelli corti", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "medium hair", + "langName": "Zhongfa", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "long hair", + "langName": "capelli lunghi", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "very long hair", + "langName": "capelli super lunghi", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "short ponytail", + "langName": "coda di cavallo corta", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "ponytail", + "langName": "coda di cavallo", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "high ponytail", + "langName": "coda di cavallo alta", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "low ponytail", + "langName": "coda di cavallo bassa", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "front ponytail", + "langName": "coda di cavallo anteriore", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "Side ponytail", + "langName": "coda di cavallo laterale", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "folded ponytail", + "langName": "coda di cavallo piegata", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "braided ponytail", + "langName": "coda di cavallo capelli intrecciati", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "quad tails", + "langName": "quattro code di cavallo", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "twin braids", + "langName": "doppia treccia", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "low twin braids", + "langName": "doppia treccia bassa", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "side braid", + "langName": "treccia laterale", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "single braid", + "langName": "treccia singola", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "crown braid", + "langName": "treccia di corona", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "french braid", + "langName": "Treccia francese", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "braid", + "langName": "treccia", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "drill hair", + "langName": "Rotolo trapano principessa rotolo", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "twin_drills", + "langName": "acconciatura a doppio diamante", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "bunches", + "langName": "Codine gemelle", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "twintails", + "langName": "Due code di cavallo gemelle", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "hair bun", + "langName": "Panino | Gnocco", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "single_hair_bun", + "langName": "panino singolo", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "double_bun", + "langName": "Due panini", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "braided bangs", + "langName": "treccia frangia", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "braided bun", + "langName": "chignon a treccia", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "cone hair bun", + "langName": "panino affusolato", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "doughnut hair bun", + "langName": "panino ciambella", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "heart hair bun", + "langName": "panino a cuore", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "bob cut", + "langName": "Capelli caschetto", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "bob haircut", + "langName": "Capelli caschetto", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "hime cut", + "langName": "Taglio principessa", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "updo", + "langName": "capelli a chignon", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "topknot", + "langName": "testa di polpetta", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "one side up", + "langName": "Capelli legati da un lato", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "two side up", + "langName": "Elastico per capelli a doppia faccia", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "multi-tied hair", + "langName": "Legare più capelli", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "payot", + "langName": "basette lunghe", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "dynamic hair", + "langName": "capelli dinamici", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "swept bangs", + "langName": "frangia laterale", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "crossed bangs", + "langName": "Frangia incrociata", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "bangs", + "langName": "Frangia", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "blunt bangs", + "langName": "Bang di Qi", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "Slanted bangs", + "langName": "frangia obliqua", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "long bangs", + "langName": "frangia lunga", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "air bangs", + "langName": "colpi d'aria", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "asymmetric bangs", + "langName": "frangia asimmetrica", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "asymmetrical bangs", + "langName": "frangia asimmetrica", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "parted bangs", + "langName": "Frangia parziale", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "side_blunt_bangs", + "langName": "frangia laterale", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "centre parting bangs", + "langName": "Frangia con riga centrale", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "middle Fringe", + "langName": "Frangia con riga centrale", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "bowl_cut", + "langName": "testa di fungo | testa di pentola", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "hair_flaps", + "langName": "ali di capelli", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "hair wings", + "langName": "capelli ala", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "hair in takes", + "langName": "avvicinamento", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "flipped hair", + "langName": "Capelli deformati", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "messy hair", + "langName": "Acconciatura disordinata", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "disheveled hair", + "langName": "Capelli spettinati", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "antenna hair", + "langName": "Molti peli opachi", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "ahoge", + "langName": "Attutire", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "forehead", + "langName": "Mostra la fronte", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "dreadlocks", + "langName": "Dreadlocks", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "wet hair", + "langName": "capelli bagnati", + "object": "Figura", + "attribute": "Acconciatura" + }, + { + "displayName": "makeup", + "langName": "trucco", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "eyeshadow", + "langName": "ombretto", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "red eyeshadow", + "langName": "ombretto rosso", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "blue eyeshadow", + "langName": "ombretto blu", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "purple eyeshadow", + "langName": "Ombretto viola", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "pink eyeshadow", + "langName": "ombretto rosa", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "green eyeshadow", + "langName": "Ombretto verde", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "mascara", + "langName": "mascara", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "long_eyelashes", + "langName": "ciglia lunghe", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "colored_eyelashes", + "langName": "Ciglia colorate", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "lipgloss", + "langName": "lucidalabbra", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "red_lips", + "langName": "labbra rosse", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "anime_style_blush", + "langName": "arrossire animato", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "nose_blush", + "langName": "arrossire il naso", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "freckles", + "langName": "lentiggine", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "mole", + "langName": "neo", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "mole_under_eye", + "langName": "nei sotto gli occhi", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "scar", + "langName": "cicatrice", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "scar_across_eye", + "langName": "cicatrici sugli occhi", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "facial_mark", + "langName": "Faccia modellata", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "forehead_mark", + "langName": "C'è un motivo sulla fronte", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "anger_vein", + "langName": "Simbolo della testa arrabbiata", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "bags_under_eyes", + "langName": "borse sotto gli occhi", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "bruise_on_face", + "langName": "lividi sul viso", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "whisker_markings", + "langName": "segni della barba", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "facepaint", + "langName": "pittura facciale", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "hair between eyes", + "langName": "capelli tra gli occhi", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "smoking_pipe", + "langName": "tubo", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "mustache", + "langName": "baffi", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "goatee", + "langName": "pizzo", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "food_on_face", + "langName": "cibo sul viso", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "rice_on_face", + "langName": "Riso sul viso", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "cream_on_face", + "langName": "crema sul viso", + "object": "Figura", + "attribute": "Viso" + }, + { + "displayName": "elf ears", + "langName": "orecchie da elfo", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "pointy_ears", + "langName": "orecchie a punta", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "long_pointy_ears", + "langName": "orecchie lunghe e appuntite", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "demon ears", + "langName": "orecchie da diavolo", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "angel ears", + "langName": "orecchie d'angelo", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "alien ears", + "langName": "orecchie aliene", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "animal_ears", + "langName": "orecchie di animali", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "fake_animal_ears", + "langName": "orecchie finte di animali", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "ears_through_headwear", + "langName": "Orecchie indossate attraverso cappelli o copricapi", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "ear_blush", + "langName": "Le orecchie sono rosse", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "ear_ornament", + "langName": "orecchino", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "ear_piercing", + "langName": "Piercing all'orecchio", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "animal_ear_fluff", + "langName": "peluche orecchio animale", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "ears_down", + "langName": "Orecchie cadenti", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "floppy_ears", + "langName": "orecchie cadenti", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "fox_ears", + "langName": "orecchie di volpe", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "cat_ears", + "langName": "orecchie di gatto", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "dog_ears", + "langName": "orecchie di cane", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "coyote_ears", + "langName": "orecchie di coyote", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "bunny_ears", + "langName": "Orecchie di coniglio", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "mouse_ears", + "langName": "orecchie di topo", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "squirrel_ears", + "langName": "orecchie di scoiattolo", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "raccoon_ears", + "langName": "orecchie di procione", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "bear_ears", + "langName": "orecchie d'orso", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "panda_ears", + "langName": "orecchie di panda", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "lion_ears", + "langName": "orecchie di leone", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "jaguar_ears", + "langName": "orecchie di giaguaro", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "tiger_ears", + "langName": "orecchio di tigre", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "wolf ears", + "langName": "orecchie da lupo", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "horse_ears", + "langName": "orecchio di cavallo", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "cow ears", + "langName": "orecchie di mucca", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "pig ears", + "langName": "orecchie di maiale", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "sheep ears", + "langName": "orecchie di pecora", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "goat ears", + "langName": "orecchie di capra", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "goat_horns", + "langName": "corna di capra", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "curled_horns", + "langName": "angolo", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "hair_on_horn", + "langName": "peli sulle corna", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "deer ears", + "langName": "orecchie di cervo", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "antelope ears", + "langName": "orecchie di antilope", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "antlers", + "langName": "corna", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "rhino ears", + "langName": "orecchie di rinoceronte", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "elephant ears", + "langName": "orecchie di elefante", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "bat_ears", + "langName": "orecchie di pipistrello", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "extra_ears", + "langName": "orecchie in più", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "alpaca_ears", + "langName": "orecchie di alpaca", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "dragon ears", + "langName": "orecchie di drago", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "robot_ears", + "langName": "orecchio meccanico", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "dragon_horns", + "langName": "corno di drago", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "oni_horns", + "langName": "corno fantasma", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "horns", + "langName": "corna", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "fake_horns", + "langName": "Falso corno", + "object": "Figura", + "attribute": "Orecchio" + }, + { + "displayName": "thick eyebrows", + "langName": "Sopracciglia folte", + "object": "Figura", + "attribute": "Sopracciglio" + }, + { + "displayName": "cocked eyebrow", + "langName": "sopracciglia alzate", + "object": "Figura", + "attribute": "Sopracciglio" + }, + { + "displayName": "short eyebrows", + "langName": "sopracciglia corte", + "object": "Figura", + "attribute": "Sopracciglio" + }, + { + "displayName": "v-shaped eyebrows", + "langName": "sopracciglio V", + "object": "Figura", + "attribute": "Sopracciglio" + }, + { + "displayName": "beautiful_detailed_eyes", + "langName": "occhi belli", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "glistening_eyes", + "langName": "occhi acquosi", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "sparkling_eyes", + "langName": "occhi di stella", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "sparkling_anime_eyes", + "langName": "occhi animati flash", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "gradient_eyes", + "langName": "occhi sfumati", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "water_eyes", + "langName": "occhi pieni di lacrime", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "eye_relfection", + "langName": "Riflesso oculare (reazione della pupilla alla luce)", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "reflective_eyes", + "langName": "occhi riflessivi", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "multicolored_eyes", + "langName": "occhi colorati", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "red eyes", + "langName": "occhi rossi", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "green eyes", + "langName": "occhi verdi", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "blue_eyes", + "langName": "occhi azzurri", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "purple eyes", + "langName": "occhi viola", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "pink eyes", + "langName": "occhi rosa", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "yellow eyes", + "langName": "occhi gialli", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "orange eyes", + "langName": "occhi arancioni", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "brown_eyes", + "langName": "occhi marroni", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "light_brown_eyes", + "langName": "occhi castano chiaro", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "silver_eyes", + "langName": "occhi d'argento", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "grey eyes", + "langName": "occhi grigi", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "black eyes", + "langName": "occhi neri", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "white eyes", + "langName": "occhi bianchi", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "aqua_eyes", + "langName": "occhi color acquamarina", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "hidden eyes", + "langName": "nascondere gli occhi", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "heart-shaped eyes", + "langName": "occhi a forma di cuore", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "heart_in_eye", + "langName": "occhi a forma di cuore", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "hollow_eyes", + "langName": "pupille a forma di stella", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "mechanical_eye", + "langName": "occhio meccanico", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "ringed_eyes", + "langName": "occhi ad anello", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "clock_eyes", + "langName": "occhio di campana", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "compound_eyes", + "langName": "occhio composto", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "devil_eyes", + "langName": "malocchio", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "cephalopod_eyes", + "langName": "occhi di cefalopodi", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "mismatched_sclera", + "langName": "Sclera non corrispondente", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "solid circle eyes", + "langName": "Occhi rotondi e solidi", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "solid_oval_eyes", + "langName": "Versione Q occhi ovali solidi", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "anime_style_eyes", + "langName": "occhi in stile anime", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "blush_stickers", + "langName": "Adesivo blush versione Q", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "button eyes", + "langName": "occhi a bottone", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "cross eyed", + "langName": "Strabico", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "blank eyes", + "langName": "occhi vuoti", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "spiral_eyes", + "langName": "Occhio vorticoso", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "sanpaku", + "langName": "Sindrome del triplo bianco (spostamento della pupilla)", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "flaming_eye", + "langName": "Homura", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "bloodshot_eyes", + "langName": "occhi iniettati di sangue", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "blood_from_eyes", + "langName": "sangue che scorre dagli occhi", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "extra_eyes", + "langName": "occhi multipli", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "one-eyed", + "langName": "Monocolo", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "third_eye", + "langName": "terzo occhio", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "eye_of_horus", + "langName": "Occhio di Horus", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "closed_eyes", + "langName": "occhi chiusi", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "half_closed_eye", + "langName": "Occhio semichiuso (occhio singolo)", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "half_closed_eyes", + "langName": "occhi semichiusi", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "narrowed_eyes", + "langName": "Restringi gli occhi", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "squinting", + "langName": "strizzare gli occhi", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "tears", + "langName": "lacrime", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "upturned_eyes", + "langName": "occhi rivolti verso l'alto", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "eyes_closed", + "langName": "Chiudi gli occhi", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "one_eye_covered", + "langName": "Un occhio è coperto", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "covered_eyes", + "langName": "occhi bendati", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "hair_over_eyes", + "langName": "capelli che coprono gli occhi", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "hair_over_one_eye", + "langName": "I capelli coprono un occhio", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "eyes_visible_through_hair", + "langName": "occhi visibili attraverso i capelli", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "shading eyes", + "langName": "Occhi con ombretto", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "one eye closed", + "langName": "un occhio chiuso", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "no_blindfold", + "langName": "Rimosso l'elemento (originale) della benda sugli occhi", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "no_eyepatch", + "langName": "Rimossa la maschera per gli occhi (esistente)", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "eyeliner", + "langName": "Matita per gli occhi", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "no_eyes", + "langName": "Senza occhi", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "uneven_eyes", + "langName": "Occhi grandi e piccoli", + "object": "Figura", + "attribute": "Occhio" + }, + { + "displayName": "pupils", + "langName": "pupilla", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "bright_pupils", + "langName": "pupille brillanti", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "blue_pupils", + "langName": "pupille arancioni", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "purple_pupils", + "langName": "Pupille viola", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "orange_pupils", + "langName": "pupille arancioni", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "heterochromia", + "langName": "pupille eterocromatiche", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "mismatched_pupils", + "langName": "alunni non corrispondenti", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "solid_circle_pupils", + "langName": "Versione Q pupille rotonde solide", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "dilated_pupils", + "langName": "pupille dilatate", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "constricted_pupils", + "langName": "pupille ristrette", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "slit_pupils", + "langName": "Pupille verticali/occhi di gatto", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "snake_pupils", + "langName": "Pupille di serpente (lampo pupillare)", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "horizontal_pupils", + "langName": "pupilla orizzontale", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "rectangular_pupils", + "langName": "Pupille rettangolari", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "square_pupils", + "langName": "pupille quadrate", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "dot_pupils", + "langName": "pupilla puntiforme", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "star-shaped_pupils", + "langName": "Pupille a forma di pentagramma", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "flower-shaped pupils", + "langName": "pupille a forma di fiore", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "heart-shaped_pupils", + "langName": "pupille a forma di cuore", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "diamond-shaped_pupils", + "langName": "pupille a forma di diamante", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "butterfly-shaped_pupils", + "langName": "pupille a forma di farfalla", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "symbol-shaped_pupils", + "langName": "Alunni simbolici", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "x-shaped_pupils", + "langName": "Pupille a forma di X", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "cross-shaped_pupils", + "langName": "Pupille simboliche (nessun effetto", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "\"+_+\"", + "langName": "occhio di stella incrociata", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "extra_pupils", + "langName": "alunni in più", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "no_pupils", + "langName": "nessuna pupilla", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "devil pupils", + "langName": "allievo magico", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "pupils sparkling", + "langName": "pupille tremolanti", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "symbol_in_eye", + "langName": "Ci sono simboli negli occhi", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "star_in_eye", + "langName": "stelle negli occhi", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "dashed_eyes", + "langName": "occhi punteggiati", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "color contact lenses", + "langName": "Lenti a contatto", + "object": "Figura", + "attribute": "Pupilla" + }, + { + "displayName": "light_eyes", + "langName": "occhi luminosi", + "object": "Figura", + "attribute": "Espressione degli occhi" + }, + { + "displayName": "glowing_eyes", + "langName": "occhi luminosi", + "object": "Figura", + "attribute": "Espressione degli occhi" + }, + { + "displayName": "shiny_eyes", + "langName": "occhi splendenti", + "object": "Figura", + "attribute": "Espressione degli occhi" + }, + { + "displayName": "evil_eyes", + "langName": "malocchio", + "object": "Figura", + "attribute": "Espressione degli occhi" + }, + { + "displayName": "crazy_eyes", + "langName": "occhi pazzi", + "object": "Figura", + "attribute": "Espressione degli occhi" + }, + { + "displayName": "empty_eyes", + "langName": "occhi vuoti", + "object": "Figura", + "attribute": "Espressione degli occhi" + }, + { + "displayName": "solid_eyes", + "langName": "occhi fermi", + "object": "Figura", + "attribute": "Espressione degli occhi" + }, + { + "displayName": "sharp_eyes", + "langName": "occhi acuti", + "object": "Figura", + "attribute": "Espressione degli occhi" + }, + { + "displayName": "slanted_eyes", + "langName": "occhi acuti", + "object": "Figura", + "attribute": "Espressione degli occhi" + }, + { + "displayName": "wink", + "langName": "battito di ciglia", + "object": "Figura", + "attribute": "Espressione degli occhi" + }, + { + "displayName": "wide-eyed", + "langName": "Tieni gli occhi aperti", + "object": "Figura", + "attribute": "Espressione degli occhi" + }, + { + "displayName": "glint", + "langName": "forti emozioni che lampeggiano negli occhi", + "object": "Figura", + "attribute": "Espressione degli occhi" + }, + { + "displayName": "tsurime", + "langName": "Occhio coda sollevata", + "object": "Figura", + "attribute": "Espressione degli occhi" + }, + { + "displayName": "tareme", + "langName": "Abbassamento della coda dell'occhio", + "object": "Figura", + "attribute": "Espressione degli occhi" + }, + { + "displayName": "pointed nose", + "langName": "naso appuntito", + "object": "Figura", + "attribute": "Naso" + }, + { + "displayName": "small nose", + "langName": "naso piccolo", + "object": "Figura", + "attribute": "Naso" + }, + { + "displayName": "big nose", + "langName": "naso grosso", + "object": "Figura", + "attribute": "Naso" + }, + { + "displayName": "no_nose", + "langName": "Nessun naso", + "object": "Figura", + "attribute": "Naso" + }, + { + "displayName": "dot_nose", + "langName": "naso punteggiato", + "object": "Figura", + "attribute": "Naso" + }, + { + "displayName": "nose_bubble", + "langName": "Bolle al naso", + "object": "Figura", + "attribute": "Naso" + }, + { + "displayName": "smelling", + "langName": "odore", + "object": "Figura", + "attribute": "Naso" + }, + { + "displayName": "nose", + "langName": "naso", + "object": "Figura", + "attribute": "Naso" + }, + { + "displayName": "nosebleed", + "langName": "sanguinamento dal naso", + "object": "Figura", + "attribute": "Naso" + }, + { + "displayName": "snot", + "langName": "secrezione nasale", + "object": "Figura", + "attribute": "Naso" + }, + { + "displayName": "snout", + "langName": "muso di animale", + "object": "Figura", + "attribute": "Naso" + }, + { + "displayName": "thick lips", + "langName": "labbra spesse", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "puffy lips", + "langName": "labbra gonfie", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "lipstick", + "langName": "rossetto", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "heart-shaped mouth", + "langName": "bocca a forma di cuore", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "pout", + "langName": "broncio", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "mole under mouth", + "langName": "Nei sotto la bocca", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "open_mouth", + "langName": "Apri la bocca", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "gasping", + "langName": "Ansimare (aprire la bocca)", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "Slightly_open_mouth", + "langName": "bocca leggermente aperta", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "wavy_mouth", + "langName": "bocca ondulata", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "close_mouth", + "langName": "Stai zitto", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "dot_mouth", + "langName": "Cenno", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "no_mouth", + "langName": "senza bocca", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "gag", + "langName": "bavaglio", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "gnaw", + "langName": "morso", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": ":3", + "langName": "Maozui", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": ":o", + "langName": "Apri la bocca", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": ":>", + "langName": "Bocca a V", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "parted_lips", + "langName": "labbra aperte", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "bit_gag", + "langName": "stai zitto", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "chestnut_mouth", + "langName": "Lizizui", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "cleave_gag", + "langName": "imbavagliato", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "closed_mouth", + "langName": "bocca chiusa", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "covered_mouth", + "langName": "bocca coperta", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "extra_mouth", + "langName": "Quante bocche", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "hair_in_mouth", + "langName": "capelli in bocca", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "hair_tie_in_mouth", + "langName": "Tieni l'elastico per capelli in bocca", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "homu", + "langName": "broncio | broncio", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "lips", + "langName": "labbra", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "mouth", + "langName": "Bocca", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "mouth_hold", + "langName": "Tienilo in bocca", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "oral", + "langName": "con la bocca", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "pacifier", + "langName": "capezzolo", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "Pouted lips", + "langName": "labbra increspate", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "sideways_mouth", + "langName": "Disegna la bocca di profilo", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "spoon_in_mouth", + "langName": "cucchiaio in bocca", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "triangle_mouth", + "langName": "bocca triangolare", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "saliva", + "langName": "saliva", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "drooling", + "langName": "sbavando", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "mouth_drool", + "langName": "C'è una fessura a forma di goccia di saliva all'angolo della bocca.", + "object": "Figura", + "attribute": "Bocca" + }, + { + "displayName": "tooth", + "langName": "dente", + "object": "Figura", + "attribute": "Denti" + }, + { + "displayName": "upper_teeth", + "langName": "denti superiori", + "object": "Figura", + "attribute": "Denti" + }, + { + "displayName": "fangs", + "langName": "denti di tigre | zanne", + "object": "Figura", + "attribute": "Denti" + }, + { + "displayName": "skin_fang", + "langName": "colore della pelle denti di tigre", + "object": "Figura", + "attribute": "Denti" + }, + { + "displayName": "round_teeth", + "langName": "denti smerlati", + "object": "Figura", + "attribute": "Denti" + }, + { + "displayName": "sharp_teeth", + "langName": "denti affilati", + "object": "Figura", + "attribute": "Denti" + }, + { + "displayName": "clenched_teeth", + "langName": "Stringi i denti", + "object": "Figura", + "attribute": "Denti" + }, + { + "displayName": "buck_teeth", + "langName": "Denti da coniglio", + "object": "Figura", + "attribute": "Denti" + }, + { + "displayName": "fang_out", + "langName": "Scopri le zanne | Scopri le zanne", + "object": "Figura", + "attribute": "Denti" + }, + { + "displayName": "spiked_club", + "langName": "Mazza", + "object": "Figura", + "attribute": "Denti" + }, + { + "displayName": "toothbrush", + "langName": "spazzolino da denti", + "object": "Figura", + "attribute": "Denti" + }, + { + "displayName": "tusks", + "langName": "avorio", + "object": "Figura", + "attribute": "Denti" + }, + { + "displayName": "shark_mouth", + "langName": "denti di squalo", + "object": "Figura", + "attribute": "Denti" + }, + { + "displayName": ":q", + "langName": "lingua sul labbro superiore", + "object": "Figura", + "attribute": "Lingua" + }, + { + "displayName": ":p", + "langName": "lingua sul labbro inferiore", + "object": "Figura", + "attribute": "Lingua" + }, + { + "displayName": ";p", + "langName": "Sbattere le palpebre e tirare fuori la lingua", + "object": "Figura", + "attribute": "Lingua" + }, + { + "displayName": "french_kiss", + "langName": "Bacio con la lingua | Bacio bagnato alla francese", + "object": "Figura", + "attribute": "Lingua" + }, + { + "displayName": "long_tongue", + "langName": "lingua lunga", + "object": "Figura", + "attribute": "Lingua" + }, + { + "displayName": "oral_invitation", + "langName": "Tira fuori la lingua per accogliere l'eiaculazione", + "object": "Figura", + "attribute": "Lingua" + }, + { + "displayName": "tongue", + "langName": "Lingua", + "object": "Figura", + "attribute": "Lingua" + }, + { + "displayName": "tongue_out", + "langName": "tirare fuori la lingua", + "object": "Figura", + "attribute": "Lingua" + }, + { + "displayName": "uvula", + "langName": "ugola | ugola | ugola", + "object": "Figura", + "attribute": "Lingua" + }, + { + "displayName": "fingernails", + "langName": "unghie", + "object": "Figura", + "attribute": "Chiodo" + }, + { + "displayName": "toenails", + "langName": "unghie dei piedi", + "object": "Figura", + "attribute": "Chiodo" + }, + { + "displayName": "nail_polish", + "langName": "smalto per unghie", + "object": "Figura", + "attribute": "Chiodo" + }, + { + "displayName": "toenail_polish", + "langName": "smalto per unghie dei piedi", + "object": "Figura", + "attribute": "Chiodo" + }, + { + "displayName": "black_nails", + "langName": "unghie nere", + "object": "Figura", + "attribute": "Chiodo" + }, + { + "displayName": "red_nails", + "langName": "unghie rosse", + "object": "Figura", + "attribute": "Chiodo" + }, + { + "displayName": "pink_nails", + "langName": "unghie rosa", + "object": "Figura", + "attribute": "Chiodo" + }, + { + "displayName": "long_fingernails", + "langName": "unghie lunghe", + "object": "Figura", + "attribute": "Chiodo" + }, + { + "displayName": "nail", + "langName": "Unghie | Unghie", + "object": "Figura", + "attribute": "Chiodo" + }, + { + "displayName": "multicolored_nails", + "langName": "unghie colorate", + "object": "Figura", + "attribute": "Chiodo" + }, + { + "displayName": "nail_art", + "langName": "Manicure", + "object": "Figura", + "attribute": "Chiodo" + }, + { + "displayName": "bare shoulders", + "langName": "spalle nude", + "object": "Figura", + "attribute": "Spalle" + }, + { + "displayName": "collarbonea", + "langName": "clavicola", + "object": "Figura", + "attribute": "Spalle" + }, + { + "displayName": "armpits", + "langName": "ascella", + "object": "Figura", + "attribute": "Spalle" + }, + { + "displayName": "armpit_crease", + "langName": "Rughe ascellari", + "object": "Figura", + "attribute": "Spalle" + }, + { + "displayName": "chest", + "langName": "Petto", + "object": "Figura", + "attribute": "Petto" + }, + { + "displayName": "flat chest", + "langName": "Seni piccoli (A)", + "object": "Figura", + "attribute": "Petto" + }, + { + "displayName": "small_breasts", + "langName": "Tette piccole (B)", + "object": "Figura", + "attribute": "Petto" + }, + { + "displayName": "medium breasts", + "langName": "Torace medio (C)", + "object": "Figura", + "attribute": "Petto" + }, + { + "displayName": "big breasts", + "langName": "Tette grandi (D)", + "object": "Figura", + "attribute": "Petto" + }, + { + "displayName": "huge breasts", + "langName": "Seni grandi (E)", + "object": "Figura", + "attribute": "Petto" + }, + { + "displayName": "gigantic breasts", + "langName": "Seni super grandi (F)", + "object": "Figura", + "attribute": "Petto" + }, + { + "displayName": "breasts apart", + "langName": "petto aperto", + "object": "Figura", + "attribute": "Petto" + }, + { + "displayName": "hanging breasts", + "langName": "abbassamento", + "object": "Figura", + "attribute": "Petto" + }, + { + "displayName": "bouncing breasts", + "langName": "scuotere", + "object": "Figura", + "attribute": "Petto" + }, + { + "displayName": "cleavage", + "langName": "scollatura", + "object": "Figura", + "attribute": "Petto" + }, + { + "displayName": "areola", + "langName": "Areola", + "object": "Figura", + "attribute": "Petto" + }, + { + "displayName": "nipples", + "langName": "capezzolo", + "object": "Figura", + "attribute": "Petto" + }, + { + "displayName": "pectorals", + "langName": "muscoli del torace", + "object": "Figura", + "attribute": "Petto" + }, + { + "displayName": "large_pectorals", + "langName": "Pettorali grandi", + "object": "Figura", + "attribute": "Petto" + }, + { + "displayName": "unbuttoned clothes", + "langName": "Torace semi esposto", + "object": "Figura", + "attribute": "Petto" + }, + { + "displayName": "belly", + "langName": "addome", + "object": "Figura", + "attribute": "Addome" + }, + { + "displayName": "absolute_territory", + "langName": "muscoli addominali", + "object": "Figura", + "attribute": "Addome" + }, + { + "displayName": "inflation", + "langName": "pancia sporgente", + "object": "Figura", + "attribute": "Addome" + }, + { + "displayName": "navel", + "langName": "ombelico", + "object": "Figura", + "attribute": "Addome" + }, + { + "displayName": "groin", + "langName": "inguine", + "object": "Figura", + "attribute": "Addome" + }, + { + "displayName": "feet", + "langName": "piede", + "object": "Figura", + "attribute": "Piede" + }, + { + "displayName": "long_legs", + "langName": "gambe lunghe", + "object": "Figura", + "attribute": "Piede" + }, + { + "displayName": "thick_thighs", + "langName": "cosce grosse", + "object": "Figura", + "attribute": "Piede" + }, + { + "displayName": "toe-point", + "langName": "punta del piede | punta del piede", + "object": "Figura", + "attribute": "Piede" + }, + { + "displayName": "wings", + "langName": "ala", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "bat_wings", + "langName": "ali di pipistrello", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "butterfly_wings", + "langName": "ali di farfalla", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "black_wings", + "langName": "ali nere", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "demon_wings", + "langName": "Ali del demone", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "asymmetrical_wings", + "langName": "ali asimmetriche", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "detached_wings", + "langName": "Ali non collegate al corpo", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "fairy_wings", + "langName": "ali di fata", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "fake_wings", + "langName": "ali d'imitazione", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "fiery_wings", + "langName": "ali brucianti", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "insect_wings", + "langName": "ali di insetto", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "large_wings", + "langName": "grandi ali", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "low_wings", + "langName": "ali sulla vita", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "mini_wings", + "langName": "mini ali", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "multicolored_wings", + "langName": "Ali di tanti colori", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "multiple_wings", + "langName": "più paia di ali", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "no_wings", + "langName": "Ali rimosse (originali)", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "winged_helmet", + "langName": "elmo alato", + "object": "Figura", + "attribute": "Ala" + }, + { + "displayName": "smile", + "langName": "Sorriso", + "object": "Espressione", + "attribute": "Ridere" + }, + { + "displayName": "laughing", + "langName": "ridendo forte", + "object": "Espressione", + "attribute": "Ridere" + }, + { + "displayName": ":d", + "langName": "Sorriso felice_:D😀", + "object": "Espressione", + "attribute": "Ridere" + }, + { + "displayName": ";d", + "langName": "Occhiolino e sorridi_:D", + "object": "Espressione", + "attribute": "Ridere" + }, + { + "displayName": "grin", + "langName": "sorriso smagliante", + "object": "Espressione", + "attribute": "Ridere" + }, + { + "displayName": "teasing_smile", + "langName": "divertito, sorridente sciocco", + "object": "Espressione", + "attribute": "Ridere" + }, + { + "displayName": "seductive_smile", + "langName": "sorriso affascinante", + "object": "Espressione", + "attribute": "Ridere" + }, + { + "displayName": "smirk", + "langName": "sorriso provocatorio", + "object": "Espressione", + "attribute": "Ridere" + }, + { + "displayName": "giggling", + "langName": "risatina", + "object": "Espressione", + "attribute": "Ridere" + }, + { + "displayName": "smug", + "langName": "compiaciuto", + "object": "Espressione", + "attribute": "Ridere" + }, + { + "displayName": "naughty_face", + "langName": "faccia cattiva", + "object": "Espressione", + "attribute": "Ridere" + }, + { + "displayName": "crazy_smile", + "langName": "risata pazza", + "object": "Espressione", + "attribute": "Ridere" + }, + { + "displayName": "kind_smile", + "langName": "sorriso gentile", + "object": "Espressione", + "attribute": "Ridere" + }, + { + "displayName": "evil_smile", + "langName": "Sorriso cattivo", + "object": "Espressione", + "attribute": "Ridere" + }, + { + "displayName": "ahegao", + "langName": "Copriti il viso e ridi | Faccia timida", + "object": "Espressione", + "attribute": "Ridere" + }, + { + "displayName": "happy_tears", + "langName": "lacrime di gioia", + "object": "Espressione", + "attribute": "Ridere" + }, + { + "displayName": "sad", + "langName": "triste", + "object": "Espressione", + "attribute": "Gridare" + }, + { + "displayName": "sobs", + "langName": "singhiozzare", + "object": "Espressione", + "attribute": "Gridare" + }, + { + "displayName": "crying", + "langName": "piangere forte", + "object": "Espressione", + "attribute": "Gridare" + }, + { + "displayName": "crying_with_eyes_open", + "langName": "piangere ad occhi aperti", + "object": "Espressione", + "attribute": "Gridare" + }, + { + "displayName": "streaming_tears", + "langName": "versare lacrime", + "object": "Espressione", + "attribute": "Gridare" + }, + { + "displayName": "lacrimation", + "langName": "versare lacrime", + "object": "Espressione", + "attribute": "Gridare" + }, + { + "displayName": "tear stains", + "langName": "lacrime", + "object": "Espressione", + "attribute": "Gridare" + }, + { + "displayName": "teardrop", + "langName": "lacrima", + "object": "Espressione", + "attribute": "Gridare" + }, + { + "displayName": "tearing_up", + "langName": "espressione piangente", + "object": "Espressione", + "attribute": "Gridare" + }, + { + "displayName": "wiping_tears", + "langName": "asciugare le lacrime", + "object": "Espressione", + "attribute": "Gridare" + }, + { + "displayName": "badmood", + "langName": "Cattivo umore", + "object": "Espressione", + "attribute": "Gridare" + }, + { + "displayName": "tearing_clothes", + "langName": "Strappare i vestiti (quando si è estremamente tristi, strappare i vestiti per sfogare le emozioni)", + "object": "Espressione", + "attribute": "Gridare" + }, + { + "displayName": "frustrated", + "langName": "frustrato", + "object": "Espressione", + "attribute": "Infelice" + }, + { + "displayName": "frustrated_brow", + "langName": "fronte frustrata", + "object": "Espressione", + "attribute": "Infelice" + }, + { + "displayName": "annoyed", + "langName": "angosciato", + "object": "Espressione", + "attribute": "Infelice" + }, + { + "displayName": "anguish", + "langName": "depresso", + "object": "Espressione", + "attribute": "Infelice" + }, + { + "displayName": "sigh", + "langName": "sospiro", + "object": "Espressione", + "attribute": "Infelice" + }, + { + "displayName": "gloom", + "langName": "malinconia", + "object": "Espressione", + "attribute": "Infelice" + }, + { + "displayName": "disappointed", + "langName": "Deluso", + "object": "Espressione", + "attribute": "Infelice" + }, + { + "displayName": "despair", + "langName": "disperazione", + "object": "Espressione", + "attribute": "Infelice" + }, + { + "displayName": "unamused", + "langName": "Sembrare infelice", + "object": "Espressione", + "attribute": "Infelice" + }, + { + "displayName": "disgust", + "langName": "Disgustato (sembra spazzatura)", + "object": "Espressione", + "attribute": "Disprezzo" + }, + { + "displayName": "disdain", + "langName": "disprezzo", + "object": "Espressione", + "attribute": "Disprezzo" + }, + { + "displayName": "contempt", + "langName": "disprezzo", + "object": "Espressione", + "attribute": "Disprezzo" + }, + { + "displayName": "shaded_face", + "langName": "C'è un'ombra sul viso, che rispecchia il disprezzo", + "object": "Espressione", + "attribute": "Disprezzo" + }, + { + "displayName": "jitome", + "langName": "sguardo sprezzante", + "object": "Espressione", + "attribute": "Disprezzo" + }, + { + "displayName": "frown", + "langName": "Accigliato / accigliato", + "object": "Espressione", + "attribute": "Disprezzo" + }, + { + "displayName": "wince", + "langName": "Aggrottare la fronte (prima del rapporto sessuale)", + "object": "Espressione", + "attribute": "Disprezzo" + }, + { + "displayName": "furrowed_brow", + "langName": "cipiglio", + "object": "Espressione", + "attribute": "Disprezzo" + }, + { + "displayName": "fear_kubrick", + "langName": "Paura degli sguardi di traverso", + "object": "Espressione", + "attribute": "Disprezzo" + }, + { + "displayName": "angry", + "langName": "arrabbiato", + "object": "Espressione", + "attribute": "Arrabbiato" + }, + { + "displayName": "glaring", + "langName": "abbagliamento", + "object": "Espressione", + "attribute": "Arrabbiato" + }, + { + "displayName": "serious", + "langName": "Serio (simile ad arrabbiato)", + "object": "Espressione", + "attribute": "Arrabbiato" + }, + { + "displayName": "kubrick_stare", + "langName": "Ti fissa di traverso", + "object": "Espressione", + "attribute": "Arrabbiato" + }, + { + "displayName": "sulking", + "langName": "arrabbiato_imbronciato", + "object": "Espressione", + "attribute": "Arrabbiato" + }, + { + "displayName": "screaming", + "langName": "urlare | gridare", + "object": "Espressione", + "attribute": "Arrabbiato" + }, + { + "displayName": "shouting", + "langName": "gridare", + "object": "Espressione", + "attribute": "Arrabbiato" + }, + { + "displayName": "expressionless", + "langName": "inespressivo", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "raised eyebrow", + "langName": "Alza un sopracciglio", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "blush", + "langName": "arrossire", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "light_blush", + "langName": "leggero rossore", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "full-face-blush", + "langName": "Fard su tutto il viso", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "shy", + "langName": "Timido", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "embarrassed", + "langName": "Goffo e timido", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "embarrass", + "langName": "timido (imbarazzante)", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "flustered", + "langName": "in preda al panico", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "cute face", + "langName": "faccina carina", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "thinking", + "langName": "pensare", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "bored", + "langName": "noioso", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "sleepy", + "langName": "assonnato", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "surprised", + "langName": "sorpresa", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "confused", + "langName": "confondere", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "facepalm", + "langName": "Copertura del viso", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "grimace", + "langName": "ammiccamento", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "scowl", + "langName": "Sguardo disgustato", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "staring", + "langName": "sguardo fisso", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "envy", + "langName": "invidia", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "twitching", + "langName": "contrazione", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "spasm", + "langName": "Crampo", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "pain", + "langName": "Dolore", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "endured_face", + "langName": "espressione paziente", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "restrained", + "langName": "sopportare", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "turn pale", + "langName": "pallido", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "sweat", + "langName": "sudore", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "scared", + "langName": "impaurito", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "naughty", + "langName": "cattivo", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "dark_persona", + "langName": "annerito", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "crazy", + "langName": "pazzo", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "yandere", + "langName": "yandere", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "Tsundere", + "langName": "Tsundere", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "multiple_persona", + "langName": "personalità multipla", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "Jekyll_and_Hyde", + "langName": "personalità multipla", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "exhausted", + "langName": "esausto", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "heavy_breathing", + "langName": "Respira profondamente, potrebbe non aiutarti.", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "rape_face", + "langName": "faccia da stupro", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "moaning", + "langName": "gemito", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "orgasm", + "langName": "climax", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "female_orgasm", + "langName": "orgasmo femminile", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "rolling_eyes", + "langName": "Roteate gli occhi (occhi da orgasmo)", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "torogao", + "langName": "Trance", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "drunk", + "langName": "ubriaco", + "object": "Espressione", + "attribute": "Altre espressioni" + }, + { + "displayName": "joyful", + "langName": "gioioso", + "object": "Espressione", + "attribute": "Emozioni positive" + }, + { + "displayName": "cheerful", + "langName": "Allegro", + "object": "Espressione", + "attribute": "Emozioni positive" + }, + { + "displayName": "enchanting", + "langName": "affascinante", + "object": "Espressione", + "attribute": "Emozioni positive" + }, + { + "displayName": "happy", + "langName": "Contento", + "object": "Espressione", + "attribute": "Emozioni positive" + }, + { + "displayName": "happy accidents", + "langName": "Una sorpresa inaspettata", + "object": "Espressione", + "attribute": "Emozioni positive" + }, + { + "displayName": "vibrant", + "langName": "energico", + "object": "Espressione", + "attribute": "Emozioni positive" + }, + { + "displayName": "dynamic", + "langName": "energico", + "object": "Espressione", + "attribute": "Emozioni positive" + }, + { + "displayName": "energetic", + "langName": "pieno di energia", + "object": "Espressione", + "attribute": "Emozioni positive" + }, + { + "displayName": "bustling", + "langName": "Occupato", + "object": "Espressione", + "attribute": "Emozioni positive" + }, + { + "displayName": "lively", + "langName": "vivace", + "object": "Espressione", + "attribute": "Emozioni positive" + }, + { + "displayName": "excited", + "langName": "eccitato", + "object": "Espressione", + "attribute": "Emozioni positive" + }, + { + "displayName": "peaceful", + "langName": "tranquillo", + "object": "Espressione", + "attribute": "Emozioni positive" + }, + { + "displayName": "serene", + "langName": "tranquillo", + "object": "Espressione", + "attribute": "Emozioni positive" + }, + { + "displayName": "soothing", + "langName": "lenitivo", + "object": "Espressione", + "attribute": "Emozioni positive" + }, + { + "displayName": "calming", + "langName": "calma", + "object": "Espressione", + "attribute": "Emozioni positive" + }, + { + "displayName": "melancholic", + "langName": "malinconia", + "object": "Espressione", + "attribute": "Emozioni negative" + }, + { + "displayName": "eerie", + "langName": "Strano", + "object": "Espressione", + "attribute": "Emozioni negative" + }, + { + "displayName": "ominous", + "langName": "minaccioso", + "object": "Espressione", + "attribute": "Emozioni negative" + }, + { + "displayName": "unsettling", + "langName": "inquietante", + "object": "Espressione", + "attribute": "Emozioni negative" + }, + { + "displayName": "lonely", + "langName": "Solitario", + "object": "Espressione", + "attribute": "Emozioni negative" + }, + { + "displayName": "beautiful", + "langName": "bellezza", + "object": "Espressione", + "attribute": "Temperamento" + }, + { + "displayName": "elegant", + "langName": "elegante", + "object": "Espressione", + "attribute": "Temperamento" + }, + { + "displayName": "angelic", + "langName": "angelico", + "object": "Espressione", + "attribute": "Temperamento" + }, + { + "displayName": "Good", + "langName": "OK", + "object": "Espressione", + "attribute": "Temperamento" + }, + { + "displayName": "mysterious", + "langName": "misterioso", + "object": "Espressione", + "attribute": "Temperamento" + }, + { + "displayName": "enigmatic", + "langName": "enigmatico", + "object": "Espressione", + "attribute": "Temperamento" + }, + { + "displayName": "cryptic", + "langName": "segreto", + "object": "Espressione", + "attribute": "Temperamento" + }, + { + "displayName": "evil", + "langName": "cattivo", + "object": "Espressione", + "attribute": "Temperamento" + }, + { + "displayName": "standing", + "langName": "in piedi", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "leaning", + "langName": "Snello | Snello", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "leaning_to_the_side", + "langName": "Sporgersi da parte", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "leaning_back", + "langName": "appoggiarsi indietro", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "leaning_forward", + "langName": "sporgersi in avanti", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "leaning_on_object", + "langName": "appoggiarsi all'oggetto", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "on_back", + "langName": "sdraiarsi sulla schiena", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "on_side", + "langName": "Sdraiato su un lato", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "on_stomach", + "langName": "Sdraiato", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "lying", + "langName": "sdraiato", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "lying_on_person", + "langName": "sdraiarsi su qualcuno", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "lying_on_the_lake", + "langName": "sdraiato sul lago", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "lying_on_water", + "langName": "sdraiato nell'acqua", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "reclining", + "langName": "Posizione reclinata", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "arched_back", + "langName": "Corpo dell'arco", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "afloat", + "langName": "galleggiare sull'acqua", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "fetal_position", + "langName": "Posizione fetale (sdraiata)", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "sleeping_upright", + "langName": "(non sdraiato) dormire | dormire in posizione eretta", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "waking_up", + "langName": "svegliati", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "cuddling", + "langName": "Abbraccio", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "comforting", + "langName": "comfort", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "biting", + "langName": "morso", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "licking", + "langName": "leccata", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "licking_lips", + "langName": "leccarsi le labbra", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "lip_biting", + "langName": "mordere il labbro", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "blowing", + "langName": "soffio", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "teasing", + "langName": "burlone", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "tickling", + "langName": "solletico", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "spitting", + "langName": "l'atto di sputare liquido dalla bocca", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "spilling", + "langName": "L'atto di versare un liquido da un contenitore", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "cooking", + "langName": "cucina", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "drinking", + "langName": "bere", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "applying_makeup", + "langName": "trucco", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "brushing_teeth", + "langName": "lavarsi i denti", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "hair_brushing", + "langName": "pettinare i capelli", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "hair_tucking", + "langName": "capovolgi i capelli", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "taking_picture", + "langName": "Scatta una foto | Selfie", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "talking_on_phone", + "langName": "Chiamare", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "singing", + "langName": "Cantare", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "meditation", + "langName": "meditazione", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "dancing", + "langName": "Ballare", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "stylish_pose", + "langName": "posa di moda", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "the_pose", + "langName": "Sdraiati a terra e metti i piedi in alto", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "standing_on_liquid", + "langName": "in piedi sull'acqua o su un liquido", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "walking", + "langName": "camminare", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "walking_on_liquid", + "langName": "camminare sul liquido", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "running", + "langName": "correre", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "jumping", + "langName": "salto", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "flying", + "langName": "volo", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "flapping", + "langName": "azione di schiaffo", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "flying_kick", + "langName": "calcio volante", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "fighting", + "langName": "in battaglia", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "fighting_stance", + "langName": "posizione di combattimento", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "drawing_bow", + "langName": "Tirare l'arco", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "dual_wielding", + "langName": "doppia impugnatura", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "unsheathing", + "langName": "Sguainare", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "slashing", + "langName": "taglio", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "punching", + "langName": "punch", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "hitting", + "langName": "colpo", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "pushing", + "langName": "spingere", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "dragging", + "langName": "trascinare qualcosa", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "strangling", + "langName": "abbassare la testa", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "bullying", + "langName": "Bullo", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "chasing", + "langName": "caccia", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "fleeing", + "langName": "In fuga", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "hiding", + "langName": "nascondere", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "tripping", + "langName": "inciampato", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "spinning", + "langName": "ruotare", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "climbing", + "langName": "scalata", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "diving", + "langName": "immersione", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "swimming", + "langName": "nuotare", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "wading", + "langName": "guadare nell'acqua", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "riding", + "langName": "passeggiata", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "driving", + "langName": "guidare", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "fishing", + "langName": "pesca", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "pole_dancing", + "langName": "danza al palo", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "writing", + "langName": "scrivere", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "reading", + "langName": "Leggere", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "sewing", + "langName": "cucito", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "shopping", + "langName": "Shopping", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "cleaning", + "langName": "pulire |", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "sweeping", + "langName": "Pulizia | Spazzare (lavori domestici)", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "washing", + "langName": "lavaggio", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "showering", + "langName": "doccia", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "drying", + "langName": "Asciutto (dopo il bagno)", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "whispering", + "langName": "sussurro", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "sneezing", + "langName": "starnuto", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "talking", + "langName": "parlare", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "yawning", + "langName": "sbadiglio", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "smoking", + "langName": "fumo", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "sleeping", + "langName": "sonno", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "praying", + "langName": "pregare", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "playing_games", + "langName": "giocare ai giochi", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "wrestling", + "langName": "lotta (sport)", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "parody", + "langName": "imitare", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "trolling", + "langName": "scherzo", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "public_indecency", + "langName": "oscenità in luogo pubblico", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "eyelid_pull", + "langName": "battito di ciglia", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "top-down_bottom-up", + "langName": "Sdraiati e solleva i glutei", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "bent_over", + "langName": "posizione dell'anca", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "upside-down", + "langName": "Verticale", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "prone_bone", + "langName": "posizione prona del cagnolino", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "presenting", + "langName": "Display (parte posteriore)", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "against_glass", + "langName": "spremere il vetro (non valido)", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "bleeding", + "langName": "sanguinamento", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "bowing", + "langName": "arco", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "breathing_fire", + "langName": "Respirare fuoco", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "broom_riding", + "langName": "cavalcare una scopa", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "bubble_blowing", + "langName": "soffiare bolle", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "burning", + "langName": "combustione", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "cast", + "langName": "gettare", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "dreaming", + "langName": "sogno", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "dropping", + "langName": "(accidentale) caduta", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "exercise", + "langName": "fare esercizio", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "firing", + "langName": "tiro", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "flashing", + "langName": "esposto", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "flexing", + "langName": "Mostra i muscoli", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "hanging", + "langName": "sospeso", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "Painting_(Action)", + "langName": "disegno", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "snowing", + "langName": "nevicare", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "soccer", + "langName": "sport di calcio", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "splashing", + "langName": "schizzo", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "steepled_fingers", + "langName": "Punta delle dita contro le dita", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "swing", + "langName": "oscillazione", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "tail_wagging", + "langName": "scodinzolando", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "toilet_use", + "langName": "Andare al bagno", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "tossing", + "langName": "gettare", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "tying", + "langName": "Fare un nodo (azione)", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "untying", + "langName": "Slegato", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "unzipping", + "langName": "Decomprimere", + "object": "Azione", + "attribute": "Movimenti di base" + }, + { + "displayName": "looking_at_viewer", + "langName": "guarda il pubblico", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "eye_contact", + "langName": "Contatto visivo (guardarsi l'un l'altro)", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "eyeball", + "langName": "fissare", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "stare", + "langName": "sguardo fisso", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "looking_back", + "langName": "Guardando indietro", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "gradient", + "langName": "Inclinazione del carattere", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "looking_down", + "langName": "Prospettiva del personaggio rivolta verso il basso↘", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "looking_up", + "langName": "Prospettiva del personaggio che guarda verso l'alto↗", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "facing_away", + "langName": "rivolto altrove", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "looking_to_the_side", + "langName": "guardare di lato", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "looking_away", + "langName": "guardare lontano", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "looking_ahead", + "langName": "Guardando al futuro", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "looking_afar", + "langName": "guardare lontano", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "looking_outside", + "langName": "guardare fuori", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "head_tilt", + "langName": "inclinare la testa", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "aiming", + "langName": "scopo", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "aiming_at_viewer", + "langName": "Prendi di mira il lettore (prospettiva)", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "head_down", + "langName": "chinare la testa", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "sideways_glance", + "langName": "dare un'occhiata leggermente di lato", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "upshirt", + "langName": "sbirciando da sotto la maglietta", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "upshorts", + "langName": "gonna a sbirciatina", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "looking_at_another", + "langName": "guardando un altro", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "looking_at_phone", + "langName": "Guarda il cellulare", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "looking_at_animal", + "langName": "guardando gli animali", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "looking_at_mirror", + "langName": "guardarsi allo specchio", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "looking_at_hand", + "langName": "guardando le mani", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "looking_at_food", + "langName": "guardare il cibo", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "looking_at_screen", + "langName": "guardando lo schermo", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "stare at me", + "langName": "ti fissa", + "object": "Azione", + "attribute": "Aspetto" + }, + { + "displayName": "clenched hand", + "langName": "pugno chiuso", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "hand_to_mouth", + "langName": "Mettiti la mano alla bocca", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "hidden hands", + "langName": "nascondi le mani", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "arm_support", + "langName": "sostenere con le mani", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "arms_up", + "langName": "Alza la mano", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "presenting armpit", + "langName": "mostrare le ascelle", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "arm_behind_head", + "langName": "mani dietro la testa", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "arm_above_head", + "langName": "mani sulla testa", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "adjusting_hair", + "langName": "capelli ordinati", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "bangs_pinned_back", + "langName": "Fissa la frangia all'indietro", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "arm_behind_back", + "langName": "Metti una mano dietro la schiena", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "arms_behind_back", + "langName": "mani dietro la schiena", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "arm_at_side", + "langName": "Appendere una mano verso il basso", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "arm_blade", + "langName": "lama del braccio", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "arm_grab", + "langName": "afferrare il braccio", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "arm_around_waist", + "langName": "Una mano intorno alla vita", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "arm_hug", + "langName": "Tieni le mani", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "arm_up", + "langName": "alzare le mani", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "bound_arms", + "langName": "Le braccia sono legate", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "extra_arms", + "langName": "più braccia", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "locked_arms", + "langName": "Tenendo le braccia", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "zombie_pose", + "langName": "posa da zombi", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "cheering", + "langName": "allegria", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "beckoning", + "langName": "fare cenno", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "waving", + "langName": "salutare (salutare/salutare)", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "waving_arms", + "langName": "agitando le braccia", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "salute", + "langName": "saluto", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "reaching", + "langName": "Tendere la mano (intenzionalmente)", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "reaching_out", + "langName": "Allunga la mano fuori dal dipinto", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "stretch", + "langName": "stirata", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "convenient_arm", + "langName": "Coprendo le parti chiave delle braccia", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "ready_to_draw", + "langName": "Preparandosi a sguainare la spada", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "double_fox_shadow_puppet", + "langName": "Marionetta ombra doppia volpe", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "fox_shadow_puppet", + "langName": "marionetta ombra volpe", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "paw_pose", + "langName": "Gesto della mano del gatto fortunato (polso piegato verso il basso)", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "self_fondle", + "langName": "auto-carezza", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "groping", + "langName": "brancolare", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "crotch_grab", + "langName": "Afferrando il cavallo", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "clothes_lift", + "langName": "sollevare i vestiti", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "clothes_pull", + "langName": "Tirare i vestiti", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "strap_lift", + "langName": "sollevare la tracolla", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "shirt_lift", + "langName": "sollevare la maglietta", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "dress_lift", + "langName": "sollevare la gonna", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "dress_pull", + "langName": "vestito tirato su", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "kimono_lift", + "langName": "Sollevare il kimono", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "kimono_pull", + "langName": "tirare il kimono", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "shirt_pull", + "langName": "camicia con cerniera", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "shorts_pull", + "langName": "Togliti i pantaloncini corti", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "pants_pull", + "langName": "Tirare giù i pantaloni", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "leotard_pull", + "langName": "togliere la tuta", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "swimsuit_pull", + "langName": "Togliersi il costume da bagno", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "skirt_basket", + "langName": "Si riferisce alla forma del cestino che si forma quando la gonna viene sollevata", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "bikini_lift", + "langName": "Bikini che si stacca", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "cheek_pull", + "langName": "Tirare la guancia", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "bunching_hair", + "langName": "Tenere le trecce", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "mask_pull", + "langName": "Tirando la maschera", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "zipper_pull_tab", + "langName": "Linguetta di trazione della cerniera", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "bikini_pull", + "langName": "Tirare un bikini", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "holding_hair", + "langName": "Tenere i capelli | Avvolgere le dita attorno ai capelli", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "shou", + "langName": "Tenendo una mano dietro la testa", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "arm_cannon", + "langName": "cannone a mano", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "arm_ribbon", + "langName": "nastro del braccio", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "caramelldansen", + "langName": "Un famoso movimento di torsione della mano", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "arm_held_back", + "langName": "Tirare indietro le braccia", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "leg_lift", + "langName": "sollevamento di una gamba", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "hugging_own_legs", + "langName": "Abbraccia le tue gambe", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "cheek_pinching", + "langName": "pizzicare le guance", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "chin_rest", + "langName": "Tieni la guancia", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "skirt_lift", + "langName": "gonna rialzata", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "skirt_flip", + "langName": "Gonna sollevata (compreso il significato di emergenza)", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "skirt_pull", + "langName": "gonna aperta", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "cheek_poking", + "langName": "Dare un colpetto sulla guancia", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "hair_pull", + "langName": "tirare i capelli", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "covering_chest_by_hand", + "langName": "coprirsi il petto con le mani", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "chin_stroking", + "langName": "Tocca il mento", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "hair_pulled_back", + "langName": "Capelli legati", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "adjusting_clothes", + "langName": "Giocherellare con i vestiti", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "adjusting_hat", + "langName": "cappello da riordinare", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "adjusting_gloves", + "langName": "Guanti da violino", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "adjusting_swimsuit", + "langName": "Giocare con il costume da bagno", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "adjusting_thighhigh", + "langName": "Regolare i calzini al ginocchio", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "adjusting_eyewear", + "langName": "Regolare gli occhiali", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "pulling", + "langName": "tiro", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "pulled_by_self", + "langName": "Tira giù i vestiti", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "pulled_by_another", + "langName": "essere tirato (o tirato sui vestiti) da un'altra persona", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "lifting_person", + "langName": "prendere qualcuno", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "lifted_by_self", + "langName": "Solleva i tuoi vestiti", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "lifted_by_another", + "langName": "Essere sollevati dai vestiti dell'altra parte", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "bandaid_on_arm", + "langName": "Cerotto sul braccio", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "carrying", + "langName": "raccolta", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "carrying_under_arm", + "langName": "sotto il braccio", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "carrying_over_shoulder", + "langName": "spalla", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "wind_lift", + "langName": "Effetto del vento | Corrente ascensionale", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "covering_xx", + "langName": "coprire xx", + "object": "Azione", + "attribute": "Mani" + }, + { + "displayName": "shushing", + "langName": "gesto di silenzio", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "finger_to_mouth", + "langName": "Mettiti la mano sulle labbra", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "peace sign", + "langName": "Mani di forbice", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "cat_pose", + "langName": "gesto della zampa di gatto", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "claw_pose", + "langName": "gesto dell'artiglio", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "finger_gun", + "langName": "gesto della pistola con il dito", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "v", + "langName": "gesto di vittoria", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "double_v", + "langName": "doppia_v", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "thumbs_up", + "langName": "Pollice su", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "index_finger_raised", + "langName": "alzare l'indice", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "middle_finger", + "langName": "mostra il dito medio", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "fingersmile", + "langName": "Crea una faccina sorridente con le dita", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "finger_on_trigger", + "langName": "Pronto a premere il grilletto gesto", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "pointing_at_self", + "langName": "Indicare se stessi", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "pointing_at_viewer", + "langName": "Indica la persona che guarda l'immagine", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "pointing_up", + "langName": "Punta verso l'alto", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "poking", + "langName": "timbro", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "hand_gesture", + "langName": "fare gesti", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "ok_sign", + "langName": "gesto OK", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "finger_biting", + "langName": "mordere le dita", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "finger_in_mouth", + "langName": "succhiare le dita", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "fingering_through_clothes", + "langName": "dito", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "fingers_together", + "langName": "dita insieme", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "hair_twirling", + "langName": "Dita che arricciano i capelli", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "sharp_fingernails", + "langName": "unghie affilate", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "spread_fingers", + "langName": "allarga le dita", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "trigger_discipline", + "langName": "Nessun dito sul grilletto", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "w", + "langName": "Dito che W", + "object": "Azione", + "attribute": "Dito" + }, + { + "displayName": "open hands", + "langName": "mani aperte", + "object": "Azione", + "attribute": "Movimenti delle mani" + }, + { + "displayName": "spread arms", + "langName": "braccia aperte", + "object": "Azione", + "attribute": "Movimenti delle mani" + }, + { + "displayName": "interlocked_fingers", + "langName": "mani giunte", + "object": "Azione", + "attribute": "Movimenti delle mani" + }, + { + "displayName": "tying hair", + "langName": "legare i capelli", + "object": "Azione", + "attribute": "Movimenti delle mani" + }, + { + "displayName": "own hands clasped", + "langName": "mani giunte insieme", + "object": "Azione", + "attribute": "Movimenti delle mani" + }, + { + "displayName": "own hands together", + "langName": "mani unite", + "object": "Azione", + "attribute": "Movimenti delle mani" + }, + { + "displayName": "hands in hair", + "langName": "pettinare i capelli con le mani", + "object": "Azione", + "attribute": "Movimenti delle mani" + }, + { + "displayName": "arms_behind_head", + "langName": "Tieni la testa con le mani", + "object": "Azione", + "attribute": "Movimenti delle mani" + }, + { + "displayName": "double piece pose", + "langName": "Mani segno V", + "object": "Azione", + "attribute": "Movimenti delle mani" + }, + { + "displayName": "arms_crossed", + "langName": "mani incrociate sul petto", + "object": "Azione", + "attribute": "Movimenti delle mani" + }, + { + "displayName": "hands_in_opposite_sleeves", + "langName": "Incrocia le mani e mettile nelle maniche", + "object": "Azione", + "attribute": "Movimenti delle mani" + }, + { + "displayName": "crossed_arms", + "langName": "braccia incrociate", + "object": "Azione", + "attribute": "Movimenti delle mani" + }, + { + "displayName": "outstretched_arms", + "langName": "allungare le braccia", + "object": "Azione", + "attribute": "Movimenti delle mani" + }, + { + "displayName": "v_arms", + "langName": "Fai una V con entrambe le braccia", + "object": "Azione", + "attribute": "Movimenti delle mani" + }, + { + "displayName": "w_arms", + "langName": "Braccia in posizione W", + "object": "Azione", + "attribute": "Movimenti delle mani" + }, + { + "displayName": "arms_at_sides", + "langName": "mani giù", + "object": "Azione", + "attribute": "Movimenti delle mani" + }, + { + "displayName": "hands_clasped", + "langName": "Dita incrociate di entrambe le mani | Mani serrate", + "object": "Azione", + "attribute": "Movimenti delle mani" + }, + { + "displayName": "holding", + "langName": "tenendo qualcosa", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_animal", + "langName": "tenere animali", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_arrow", + "langName": "Tendere l'arco", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_axe", + "langName": "tenendo un'ascia", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_bag", + "langName": "borsa per il trasporto", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_ball", + "langName": "tenendo la palla", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_basket", + "langName": "Portare un cestino", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_book", + "langName": "tenendo il libro", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_bottle", + "langName": "tenendo la bottiglia", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_bouquet", + "langName": "Mano che tiene il bouquet", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_bow_(weapon)", + "langName": "Tenere un arco (arma)", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_bowl", + "langName": "Tenere una ciotola", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_box", + "langName": "Portare una scatola", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_breath", + "langName": "Trattieni il respiro", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_broom", + "langName": "Tenere una scopa", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_camera", + "langName": "telecamera portatile", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_can", + "langName": "tenendo una lattina", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_candy", + "langName": "mano che tiene la caramella", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_card", + "langName": "tenendo la carta", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_cat", + "langName": "tenere in braccio il gatto", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_chopsticks", + "langName": "tenendo le bacchette", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_cigarette", + "langName": "Sigaretta in mano", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_clothes", + "langName": "tenere i vestiti", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_condom", + "langName": "tenendo un preservativo", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_cup", + "langName": "tazza di contenimento", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_dagger", + "langName": "tenendo il pugnale", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_doll", + "langName": "tenendo la bambola", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_eyewear", + "langName": "Tenere gli occhiali | Togliersi gli occhiali", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_fan", + "langName": "tenendo un ventaglio", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_flag", + "langName": "tenendo la bandiera", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_flower", + "langName": "tenendo fiori", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_food", + "langName": "tenere il cibo", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_fork", + "langName": "tenendo una forchetta", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_fruit", + "langName": "tenendo la frutta", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_gift", + "langName": "tenendo un regalo", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_gun", + "langName": "tenendo una pistola", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_hands", + "langName": "tenere le mani", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_hat", + "langName": "tenendo il cappello", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_head", + "langName": "tenendo la testa tra le mani", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_helmet", + "langName": "tenendo il casco", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_innertube", + "langName": "Tieni il salvagente", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_instrument", + "langName": "tenendo uno strumento musicale", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_knife", + "langName": "tenendo un coltello", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_leaf", + "langName": "tenendo le foglie", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_lollipop", + "langName": "tenendo in mano un lecca-lecca", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_mask", + "langName": "tenendo la maschera", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_microphone", + "langName": "tenendo in mano un microfono", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_needle", + "langName": "tenendo l'ago da cucito", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_own_foot", + "langName": "tenere i piedi per terra", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_paintbrush", + "langName": "Mano che tiene il pennello", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_paper", + "langName": "tenendo la carta", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_pen", + "langName": "Tieni la penna", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_pencil", + "langName": "mano che tiene la matita", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_phone", + "langName": "tenendo il cellulare", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_pillow", + "langName": "cuscino abbracciante", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_pipe", + "langName": "tenendo una pipa", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_pizza", + "langName": "tenendo la pizza", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_plate", + "langName": "tenendo un piatto", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_poke_ball", + "langName": "tenendo una poke ball", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_pokemon", + "langName": "Tenere in mano un Pokémon", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_polearm", + "langName": "Asta ad asta portatile", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_sack", + "langName": "Trasporto bagagli", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_scythe", + "langName": "Tenere una falce", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_sheath", + "langName": "Tenendo il fodero", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_shield", + "langName": "tenendo lo scudo", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_shoes", + "langName": "tenere le scarpe", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_sign", + "langName": "mano che tiene il cartello", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_spear", + "langName": "Tenere una lancia", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_spoon", + "langName": "tenendo un cucchiaio", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_staff", + "langName": "Tenere un bastone", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_strap", + "langName": "Fionda porta-mano", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_stuffed_animal", + "langName": "Tenere in mano un peluche", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_stylus", + "langName": "Tenere lo stilo", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_sword", + "langName": "tenendo la spada", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_syringe", + "langName": "siringa portatile", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_towel", + "langName": "tenendo l'asciugamano", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_tray", + "langName": "tenendo un piatto", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_umbrella", + "langName": "Tieni un ombrello", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_wand", + "langName": "tenendo il bastone", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "holding_whip", + "langName": "Tenendo la frusta", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "arm_around_neck", + "langName": "Una mano intorno al collo", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "arms_around_neck", + "langName": "Metti le mani intorno al collo", + "object": "Azione", + "attribute": "Mano (che tiene qualcosa)" + }, + { + "displayName": "covering", + "langName": "l'atto di coprire", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "covering_face", + "langName": "coprire il viso", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "covering_ass", + "langName": "Coprire i glutei", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "covering_crotch", + "langName": "Coprire il cavallo", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "covering_eyes", + "langName": "coprire gli occhi", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "covering_mouth", + "langName": "coprire la bocca", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "covering_nipples", + "langName": "coprire i capezzoli", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "breast lift", + "langName": "Tenere i seni con le mani", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "breast_suppress", + "langName": "pressione della mano sul seno", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hands_on_another's", + "langName": "Metti le mani sul viso di qualcun altro", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hands_on_another's_cheeks", + "langName": "Mettetevi le mani sulle guance", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hands_on_ass", + "langName": "Mettiti le mani sul sedere", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hands_on_feet", + "langName": "Metti le mani sui piedi", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hands_on_headwear", + "langName": "Toccare gli ornamenti sulla testa con entrambe le mani", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hands_on_hilt", + "langName": "Metti le mani sul manico del coltello", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hands_on_lap", + "langName": "Metti le mani tra le gambe", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hands_on_own_face", + "langName": "Mettiti le mani sul viso", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hands_on_own_cheeks", + "langName": "Mettiti le mani sulle guance", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hands_on_own_chest", + "langName": "Metti le mani sul petto", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hands_on_own_head", + "langName": "Metti le mani sulla testa", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hands_on_own_knees", + "langName": "Metti le mani sulle ginocchia", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hands_on_own_stomach", + "langName": "Metti le mani sulla pancia", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hands_on_own_thighs", + "langName": "Metti le mani sulle cosce", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hand between legs", + "langName": "Mani tra le gambe", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "leg hold", + "langName": "Tenere le gambe con le mani", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hands_on_another's_shoulders", + "langName": "Metti le mani sulle spalle di qualcun altro", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hands_on_hips", + "langName": "mani sui fianchi | mani sui fianchi", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hand_on_another's", + "langName": "Le mani toccano il viso dell'altra persona", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hand_on_another's_cheek", + "langName": "Mano che si tocca la guancia", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hand_on_another's_chest", + "langName": "Metti le mani sul petto dell'altra persona", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hand_on_another's_chin", + "langName": "Tieni il mento dell'altra persona con la tua mano", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hand_on_another's_head", + "langName": "Metti le mani sulla testa dell'altra persona", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hand_on_another's_shoulder", + "langName": "Metti le mani sulle spalle dell'altra persona", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hand_on_another's_stomach", + "langName": "Metti le mani sulla pancia dell'altra persona", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hand_on_ass", + "langName": "mani sul sedere", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hand_on_head", + "langName": "mani sulla testa", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hand_on_headwear", + "langName": "mano che tocca il cappello", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hand_on_hilt", + "langName": "Mano appoggiata sul manico del coltello", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hand_on_hip", + "langName": "mani sui fianchi | mani sui fianchi", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hand_on_own", + "langName": "Mettiti le mani sul viso", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hand_on_own_cheek", + "langName": "Mettiti le mani sulle guance", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hand_on_own_chest", + "langName": "Metti le mani sul petto", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hand_on_own_chin", + "langName": "La mano tocca il suo mento", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hand_on_own_stomach", + "langName": "Metti le mani sulla pancia", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hand_on_shoulder", + "langName": "mani sulle spalle", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hand_in_another's_hair", + "langName": "Metti le mani sui capelli dell'altra persona", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hand_in_hair", + "langName": "mani sepolte nei capelli", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "hand_in_pocket", + "langName": "mani in tasca", + "object": "Azione", + "attribute": "Mano (messa da qualche parte)" + }, + { + "displayName": "ass_grab", + "langName": "afferrare il culo", + "object": "Azione", + "attribute": "Mano (afferrare qualcosa)" + }, + { + "displayName": "flat_chest_grab", + "langName": "Afferrare i seni piccoli", + "object": "Azione", + "attribute": "Mano (afferrare qualcosa)" + }, + { + "displayName": "grabbing", + "langName": "catturare | afferrare", + "object": "Azione", + "attribute": "Mano (afferrare qualcosa)" + }, + { + "displayName": "grabbing_another's_ass", + "langName": "Prendersi il sedere a vicenda", + "object": "Azione", + "attribute": "Mano (afferrare qualcosa)" + }, + { + "displayName": "grabbing_another's_hair", + "langName": "Prendersi i capelli a vicenda", + "object": "Azione", + "attribute": "Mano (afferrare qualcosa)" + }, + { + "displayName": "grabbing_from_behind", + "langName": "Strofinare i seni da dietro | Afferrare i seni da dietro", + "object": "Azione", + "attribute": "Mano (afferrare qualcosa)" + }, + { + "displayName": "grabbing_own_ass", + "langName": "palpare il culo a qualcuno", + "object": "Azione", + "attribute": "Mano (afferrare qualcosa)" + }, + { + "displayName": "guided_penetration", + "langName": "Prendi il pene maschile e inseriscilo dentro te stesso", + "object": "Azione", + "attribute": "Mano (afferrare qualcosa)" + }, + { + "displayName": "hair_grab", + "langName": "afferrare i capelli", + "object": "Azione", + "attribute": "Mano (afferrare qualcosa)" + }, + { + "displayName": "leg_grab", + "langName": "tenendosi per le gambe", + "object": "Azione", + "attribute": "Mano (afferrare qualcosa)" + }, + { + "displayName": "necktie_grab", + "langName": "Tenendo la cravatta", + "object": "Azione", + "attribute": "Mano (afferrare qualcosa)" + }, + { + "displayName": "neckwear_grab", + "langName": "Stringendo i vestiti attorno al collo", + "object": "Azione", + "attribute": "Mano (afferrare qualcosa)" + }, + { + "displayName": "penis_grab", + "langName": "afferrare il pene", + "object": "Azione", + "attribute": "Mano (afferrare qualcosa)" + }, + { + "displayName": "pillow_grab", + "langName": "Afferrare un cuscino", + "object": "Azione", + "attribute": "Mano (afferrare qualcosa)" + }, + { + "displayName": "sheet_grab", + "langName": "stringendo le lenzuola", + "object": "Azione", + "attribute": "Mano (afferrare qualcosa)" + }, + { + "displayName": "tail_grab", + "langName": "afferrare la coda", + "object": "Azione", + "attribute": "Mano (afferrare qualcosa)" + }, + { + "displayName": "thigh_grab", + "langName": "Afferrare la coscia", + "object": "Azione", + "attribute": "Mano (afferrare qualcosa)" + }, + { + "displayName": "torso_grab", + "langName": "stringendo il torso", + "object": "Azione", + "attribute": "Mano (afferrare qualcosa)" + }, + { + "displayName": "wrist_grab", + "langName": "afferrare il polso", + "object": "Azione", + "attribute": "Mano (afferrare qualcosa)" + }, + { + "displayName": "kicking", + "langName": "Calcio", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "high_kick", + "langName": "calcio alto", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "standing_on_one_leg", + "langName": "stare su una gamba", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "standing_split", + "langName": "Spaccata in piedi | Sollevamento gambe in piedi", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "legs_up", + "langName": "sollevare una gamba", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "holding legs", + "langName": "abbracciare le gambe", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "hands under legs", + "langName": "Metti le mani sotto le gambe", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "leg hug", + "langName": "Abbracciare le gambe", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "spread legs", + "langName": "gambe divaricate", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "legs_together", + "langName": "gambe unite", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "crossed_legs", + "langName": "Gambe di Erlang", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "m_legs", + "langName": "Oscillazione della gamba a forma di M", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "standing split, leg up", + "langName": "Cavallo in piedi", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "curtsy", + "langName": "Inchino (saluto della cameriera)", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "open_stance", + "langName": "Fai una pausa", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "convenient_leg", + "langName": "Gambe che bloccano le parti chiave", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "leg_lock", + "langName": "Morsetto con gambe", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "legs", + "langName": "gambe", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "legs_over_head", + "langName": "Sollevare le gambe sopra la testa", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "squatting,_open_legs", + "langName": "Accovacciati e allarga le gambe", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "knees_together_feet_apart", + "langName": "Ginocchia unite, piedi divaricati", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "animal_on_lap", + "langName": "animale in ginocchio", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "hand_on_own_knee", + "langName": "Metti le mani sulle ginocchia", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "knee_up", + "langName": "Spingi verso l'alto le ginocchia", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "knees", + "langName": "ginocchio", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "knees_to_chest", + "langName": "Ginocchia al petto", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "on_lap", + "langName": "in ginocchio", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "squatting", + "langName": "Accovacciati", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "one_knee", + "langName": "un ginocchio", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "kneeling", + "langName": "inginocchiarsi", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "all_fours", + "langName": "a quattro zampe", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "gravure_pose", + "langName": "posa di rotocalco", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "soaking_feet", + "langName": "Metti a bagno i piedi", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "cropped_legs", + "langName": "Solo una parte delle gambe è stata disegnata", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "k/da_(league_of_legends)", + "langName": "Squadra KDA (League of Legends)", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "leg_belt", + "langName": "Cinghie per le gambe", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "leg_hair", + "langName": "Peli delle gambe", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "leg_up", + "langName": "Sollevare le gambe", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "legs_apart", + "langName": "gambe divaricate", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "lowleg", + "langName": "Oscillazione della gamba a forma di M", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "mechanical_legs", + "langName": "Piede protesico meccanico", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "multiple_legs", + "langName": "multiruolo", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "no_legs", + "langName": "Nessuna gamba disegnata", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "no_legwear", + "langName": "Nudo sotto il cavallo", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "tail_between_legs", + "langName": "La coda è arrotolata tra le gambe", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "footprints", + "langName": "orma", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "foot_out_of_frame", + "langName": "Una gamba non è nella foto", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "feet_out_of_frame", + "langName": "I piedi non sono nella foto", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "feet_up", + "langName": "Incrocia i piedi", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "cameltoe", + "langName": "zampa di cammello", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "pigeon-toed", + "langName": "Graziosa gamba interna", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "tiptoes", + "langName": "stare in punta di piedi", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "ankle_strap", + "langName": "anello di seta alla caviglia", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "ankle_wrap", + "langName": "polsini alla caviglia", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "crossed_ankles", + "langName": "caviglie incrociate", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "folded", + "langName": "Solleva le gambe per esporre la tua vagina", + "object": "Azione", + "attribute": "Gambe" + }, + { + "displayName": "sitting", + "langName": "sedersi", + "object": "Azione", + "attribute": "Sedersi" + }, + { + "displayName": "seiza", + "langName": "sedersi dritto", + "object": "Azione", + "attribute": "Sedersi" + }, + { + "displayName": "wariza", + "langName": "anatra seduta", + "object": "Azione", + "attribute": "Sedersi" + }, + { + "displayName": "straddling", + "langName": "sedersi a cavalcioni", + "object": "Azione", + "attribute": "Sedersi" + }, + { + "displayName": "yokozuwari", + "langName": "sedersi di lato", + "object": "Azione", + "attribute": "Sedersi" + }, + { + "displayName": "sitting_backwards", + "langName": "sedersi", + "object": "Azione", + "attribute": "Sedersi" + }, + { + "displayName": "sitting_in_tree", + "langName": "seduto su un albero", + "object": "Azione", + "attribute": "Sedersi" + }, + { + "displayName": "sitting_on_xx", + "langName": "sedersi su un oggetto", + "object": "Azione", + "attribute": "Sedersi" + }, + { + "displayName": "butterfly_sitting", + "langName": "farfalla seduta", + "object": "Azione", + "attribute": "Sedersi" + }, + { + "displayName": "lotus_position", + "langName": "sedersi sul tavolo", + "object": "Azione", + "attribute": "Sedersi" + }, + { + "displayName": "sitting_on_railing", + "langName": "sedersi sulla ringhiera", + "object": "Azione", + "attribute": "Sedersi" + }, + { + "displayName": "sitting_on_rock", + "langName": "seduto sulla pietra", + "object": "Azione", + "attribute": "Sedersi" + }, + { + "displayName": "sitting_on_stairs", + "langName": "seduto sulle scale", + "object": "Azione", + "attribute": "Sedersi" + }, + { + "displayName": "sitting_on_table", + "langName": "sedersi sul tavolo", + "object": "Azione", + "attribute": "Sedersi" + }, + { + "displayName": "sitting_on_water", + "langName": "sedersi sull'acqua", + "object": "Azione", + "attribute": "Sedersi" + }, + { + "displayName": "sitting_on_chair", + "langName": "sedersi sulla sedia", + "object": "Azione", + "attribute": "Sedersi" + }, + { + "displayName": "sidesaddle", + "langName": "Seduto di lato sulla sella", + "object": "Azione", + "attribute": "Sedersi" + }, + { + "displayName": "sitting_on_bed", + "langName": "seduto sul letto", + "object": "Azione", + "attribute": "Sedersi" + }, + { + "displayName": "sitting_on_desk", + "langName": "seduto sulla scrivania", + "object": "Azione", + "attribute": "Sedersi" + }, + { + "displayName": "sitting_on_lap", + "langName": "sedersi sulle ginocchia", + "object": "Azione", + "attribute": "Sedersi" + }, + { + "displayName": "sitting_on_person", + "langName": "sedersi sulle persone", + "object": "Azione", + "attribute": "Sedersi" + }, + { + "displayName": "upright_straddle", + "langName": "Postura opposta", + "object": "Azione", + "attribute": "Sedersi" + }, + { + "displayName": "asymmetrical_docking", + "langName": "seni che si toccano | seni che si toccano", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "back-to-back", + "langName": "schiena contro schiena", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "cunnilingus", + "langName": "Cunnilingus", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "facing_another", + "langName": "di fronte a un altro", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "feeding", + "langName": "alimentazione", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "finger_in_another's_mouth", + "langName": "Diteggiatura orale", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "fingering", + "langName": "diteggiatura", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "giving", + "langName": "consegna | regalo", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "grinding", + "langName": "Calze semplici | Butt Thrust", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "hug", + "langName": "Abbraccio", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "imminent_kiss", + "langName": "sul punto di baciare", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "incoming_food", + "langName": "Passare il cibo", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "incoming_gift", + "langName": "consegnare un regalo", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "Kabedon", + "langName": "botto sul muro", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "lap_pillow", + "langName": "cuscino per ginocchia", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "licking_penis", + "langName": "leccare il pene", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "princess_carry", + "langName": "Abbraccio della principessa", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "shared_bathing", + "langName": "Bagno condiviso | Bagno Yuanyang", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "shared_food", + "langName": "Condividere il cibo | Passare il cibo per bocca", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "sitting_on_head", + "langName": "sedersi sulla testa", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "sitting_on_shoulder", + "langName": "sedersi sulle spalle", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "slapping", + "langName": "schiaffo", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "spanking", + "langName": "sculacciare", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "special_feeling_(meme)", + "langName": "Amanti che tengono un ombrello nella neve", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "symmetrical_docking", + "langName": "Spremitura del seno", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "ear_biting", + "langName": "sussurro", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "mixed_bathing", + "langName": "bagno misto", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "selfie", + "langName": "Autoscatto", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "trembling", + "langName": "tremare", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "partially submerged", + "langName": "immerso in acqua", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "rolleyes", + "langName": "Alza gli occhi al cielo", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "headpat", + "langName": "toccare la testa", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "cheek-to-cheek", + "langName": "guancia a guancia", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "Stretching", + "langName": "stirata", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "against wall", + "langName": "contro il muro", + "object": "Azione", + "attribute": "Altre azioni" + }, + { + "displayName": "((water drops)),wet clothes,((beautiful detailed water)),((floating)),dynamic angle", + "langName": "magia dell'acqua", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed glow,(detailed ice),beautiful detailed water", + "langName": "magia del ghiaccio", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.2),(ice crystal texture wings),(Iridescence and rainbow hair:2.5)", + "langName": "Modifica del sistema di ghiaccio", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.3),(((ice crystal texture wings)))", + "langName": "Frappuccino", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "((detailed beautiful snow forest with trees)),((snowflakes)),floating", + "langName": "ghiaccio della foresta", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "(((crystals texture Hair))),((beautiful detailed glass hair)),((glass shaped texture hand)),((crystallize texture body)),gem body,hands as clear as jewels,crystallization of clothes,((crystals texture skin)),sparkle,lens flare,light leaks,broken glass,detailed glass shaped clothes,beautiful detailed gemstone sky,gemstone sea,crystals texture flowers,((detailed crystallized clothing))", + "langName": "Cristallizzazione", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed glow,((flames of war)),(((nuclear explosion behide)))", + "langName": "esplosione nucleare", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "((breeze)),flying splashes,flying petals,wind", + "langName": "magia del vento", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "((surrounded by heavy floating sand flow and floating sharp stones)),((((ink)))),((illustration)),((watercolor))", + "langName": "metodo delle sabbie mobili", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "(detailed light),((lightning in hand)),lightning surrounds,(((lightning chain)))", + "langName": "Metodo fulmine", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "(sunlight),(angel),dynamic angle,floating,wing,halo,floating white silk,(Holy Light),silver stars", + "langName": "Metodo della Luce Sacra", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed pampas grass field,open hakama,surrounded by floating sakura,yellow full moon,beautiful detailed dark midnight sky,messy white long hair", + "langName": "Metodo Ashina", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "beautiful and delicate water,the finest grass,very delicate light,nature,painting,water spray,breeze,flowers and grass meadow,near the water edge,(sunset,starry sky in a circle),randomly distributed clouds,river,splashing water,falling petals", + "langName": "legge naturale", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "(detailed light) ,feather,leaves,nature,(sunlight),river,(forest),(bloom)", + "langName": "diritto forestale", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "floating and rainbow long hair,Iridescence and rainbow,beautiful detailed starry sky", + "langName": "metodo dell'iridescenza", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "chain ring,chain storm,dark chain,((wholeblack bloomer)),darkside,night,deep dark,darkness,((dark clouds)),((ruins)),shadow,death garden", + "langName": "metodo di blocco nascosto", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed glow,floating ashes,beautiful and detailed explosion,red moon,fire,fire cloud,wings on fire,a cloudy sky,smoke of gunpowder,burning,black dress,dove of peace,(floating cloud:1.2)", + "langName": "Il mio Huoshaoyun", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(magic circle:1.2),(floating palaces:1.3)", + "langName": "legge del castello", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "(water bloom),(delicate glow),(breeze),long Flowers meadow,(((sunset)),(less stars form a circle),randomly distributed clouds,(rivers),(willows with branches falling into the water)", + "langName": "metodo del crepuscolo", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "((colorful bubble)),(floating),detailed light", + "langName": "metodo delle bolle", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "((rose)),(vine),cage,bandage,red rope,(detail light),falling rose petals", + "langName": "metodo palissandro", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "(starry tornado:1.4),starry Nebula,beautiful detailed sky", + "langName": "metodo del cielo stellato", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "((moon)),starry sky,(lighting particle),fog,snow,(bloom)", + "langName": "metodo della luna", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(cold full moon),snowflake,(floating cloud:1.2)", + "langName": "metodo della luna di neve", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "((burning forest)),spark,light leaks,burning sky,flame,flames burning around,(flying sparks)", + "langName": "metodo incendio boschivo", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "((destroyed)),explosion,buildings in disarray,The residual eaves DuanBi,cumulus,mouldy,floating,wind,Dead end machine,(broken robot),(Mechanical robot girl),in the rubble of a devastated city", + "langName": "legge sulle terre desolate", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,((sliver)) and (broken) body", + "langName": "Metodo di armatura da guerra", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "Extremely gorgeous metal style,Metal crown with ornate stripes,Various metals background,Sputtered molten iron,floating hair,Hair like melted metal,Clothes made of silver,Clothes with gold lace,flowing gold and silver,everything flowing and melt,flowing iron,flowing silver,lace flowing and melt", + "langName": "regola d'oro", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "mecha clothes,robot girl", + "langName": "metodo della ragazza macchina", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "ink,(((bone))),(((ribs))),rose,black hair,blue eyes,greyscale,no shadow,simple background,bright skin", + "langName": "Negromanzia", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "(((gorgeous crystal armor))),(((crystal wings))),((altocumulus)),(clear_sky),(snow mountain),((flowery flowers)),(flowery bubbles),cloud map plane,crystal,crystal poppies,Brilliant light,thick_coating,glass tint,(watercolor)", + "langName": "metodo cristallino", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "((an extremely delicate and beautiful)),floating,(detailed wet clothes),(detailed light),feather,nature,(sunlight),river,floating palace,beautiful and delicate water,(bloom),(shine)", + "langName": "metodo foresta acquatica", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "(blue spark),(red and blue hair),blue eyes,burning sky,flame,Rainbow in the sky,((Flames burning ice)),(((fire butterflies))),(((ice crystal texture wings))),(Flying sparks),(detailed ice),((a lot of luminous ice crystals)),((burning feathers)),(feathers made of ice),(frozen feathers),(((ice and fire together)))", + "langName": "metodo del fuoco di ghiaccio", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "(anger),dragon horns,(silver armor),metal,complex pattern,cape,indifference", + "langName": "Cavaliere del drago", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "((full body)),(helpless),tear,crying,(((((falling from the sky))))),((Weathering With You)),((falling)),((face towards the sky)),(hair flows upwards),((disheveled hair)),(1 girl),floating,beautiful detailed sky", + "langName": "metodo di caduta", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "((underwater)),(beautiful detailed water),((coral)),dynamic angle,floating,(detailed light),floating hair,(splash),((fishes)),leaves dress,feather,nature,(sunlight),(underwater forest),(bloom),(detailed glow),drenched,seaweed,fish,(((Tyndall effect)))", + "langName": "diritto subacqueo", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "(extremely detailed CG unity 8k wallpaper),(((masterpiece))),(((best quality))),((ultra-detailed)),(best illustration),(best shadow),((an extremely delicate and beautiful)),dynamic angle,floating,fairyland,dynamic angle,sea of flowers,beautiful detailed garden,wind,classic,spring,(detailed light),feather,nature,(sunlight),river,forest,(((floating palace))),((the best building)),beautiful and delicate water,(painting),(sketch),(bloom),(shine)", + "langName": "metodo segreto", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "(((masterpiece))),((the best quality,super fine illustrations,beautiful and delicate water)),((very delicate light)),((nature,painting)),((fine lighting,more transparent stars,high-quality snowflakes,high-quality mountains,very fine 8KCG wallpapers)),(plateau),(((snow mountain))),sunrise,randomly distributed clouds,(snow field),cliff,((rotating star sky)),((lake in mountain stream)),luminous particles", + "langName": "Fotografia", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "1980s (style),simple background,retro artstyle", + "langName": "diritto moderno", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "(white hair),red long hair,red eyes,(full body),(((with sword))),angry face,(beautiful detailed eyes),Blood drop,Blood fog,floating hair,disheveled hair,Splashing blood,(Bloodstain)", + "langName": "magia del sangue", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "((dragon)),((dragon background))", + "langName": "Evoca il drago", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "hair fluttering in the wind,((mechanical arm armor)),((mechanical body armor)),riding motor,bodysuit,((ruins of city in war,fire,burning cars,burning buildings)),air force fleet in the sky", + "langName": "Zhan Ji Fa", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,dragon wings,((a dragon stands behind the girl)),beautiful detailed sliver dragon armor", + "langName": "metodo della macchina del drago", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "((Beautiful butterflies in detail)),((Beautiful stars in detail)),(((halter dress ))),particle,(Starry sky in beautiful detail),(Hazy fog),(Ruins of beautiful details),(((Standing on the surface of the sea)))", + "langName": "Farfalla stellare", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "blonde wavy hair,(shiny long hair),((Gothic Lolita)),blue white skirt,((short skirt)),black Headdress,bowknot,(((hair ornament))),(hair flower),Lace,cross-laced footwear,ribbon-trimmed sleeves,building architecture,((gothic architecture)),starry sky,outdoors,church,(castle)", + "langName": "diritto accademico", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "walking,waves,wind,(((glistening light of waves))),(detailed sunset glow),(floating flow),((coral)),(Luminous),coast,(floating colorful bubbles),beautiful detailed sky,(fluorescence),detailed shadow,(conch),beautiful detailed water,starfish,meteor,rainbow,(seabirds),(glinting stars),(glowworm),(splash),detailed cloud,shell,(fireworks)", + "langName": "Xingxiahai", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed sky,night,stars,(red plum blossom),((winter)),(((snowflakes))),((red and white flowers)),(starry sky),(sitting),((colorful)),scenery,lantern,(starfall)", + "langName": "metodo neve invernale", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "((((melt)))),(((((black and white melt))))),(((wear Black and white Taoist robes))),((((gold and silver lace)))),(((gold and silver lace lace))),(((flowing ((black)) and white background))),extremely detailed gorgeous tiara", + "langName": "Il crogiolo di tutte le cose", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "Floating black ashes,Beautiful and detailed black,red moon,((The black clouds)),(black Wings) ,a black cloudy sky,burning,black dress,((Black fog)),Red eyes,(black smoke),((Black feathers floating in the air)),bat,(floating black cloud:1.5),", + "langName": "Legge del corvo", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "dynamic angle,finely detail,(bloom),(shine),glinting stars,((((best detailed fireworks)))),((((depth of field)))),(((hanabi))),(((backlight))),", + "langName": "Nozioni di base sui fuochi d'artificio", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,(lots of big colorful Bubble),(pearl),(Galaxy),depth of field", + "langName": "Colore stella", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,depth of field", + "langName": "Affondando nel mare delle stelle", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "dynamic angle,detailed wet clothes,blank stare,overexplosure,floating,black long straight,red eyes,aqua eyes,gradient eyes,((blood)),white dress,frills,((expressionless)),extremely beautiful detailed water,((lying on the lake)),(bloodred water:1.5),(red background:1.3)", + "langName": "Centinaia di metodi di annegamento", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "((messy hair)),(grassland),(yellow eyes),incredibly absurdres,(gold hair),floating hair,Large number of environments,the medieval ,grace,prospect,water eyes,wind,breeze,god ray,lawn,Mountains and lakes in the distance,The sun shines through the trees,A vast expanse of grassland", + "langName": "Metodo Brilliant Sunshine", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "Starry sky adorns hair,sparkling anime eyes,beautiful detailed stars,blighting stars,emerging dark purple across with white hair,multicolored hair,beautiful detailed sky,beautiful detailed water,cinematic lighting,dramatic angle,", + "langName": "metodo dei capelli a stella", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "There are many scattered luminous petals,Hidden in the light yellow flowers,Depth of field,Many flying drops of water,Many scattered leaves,branch ,angle ,contour deepening,cinematic angle", + "langName": "Metodo Senro", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "sunlight,extremely light,extremely clothes,Holy Light,dynamic angle,Light particle,very long hair,white hair,yellow eyes,glowing eyes,expressionless,((light smile)),((((white Tulle skirt)))),white silk,looking at viewer,angel wings,large wings,multiple wings,angel halo,(((starry sky))),dusk sky,Floating light spot,Lots of feathers", + "langName": "angelo stella", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "blonde hair,yellow eyes,white skin,mature female,sunrise,golden sky,magnificent architecture,beautiful detailed sky,overexposure,delicate gold metal decorations", + "langName": "regola d'oro", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "mechanical prosthesis,mecha coverage,emerging dark purple across with white hair,fluorescent purple,cool movement,rose red eyes,beatiful detailed cyberpunk city,hd semirealistic anime cg concept art digital painting", + "langName": "Ex Machina", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "(incredibly absurdres),(highly detailed beautiful fishtail:1.6),(((human hands))),(the lower body is a fish:1.9)AND(no human thigh:1.2),seaweed,(full body),(white seashell),(curved and slender fish tail),(the lower body is bare:1.1),{beautiful tailfin},((underwater)),(illustration),detailed water,((fishes)),(floating),watercolor (medium),(small whirlpool),((The sensation of water flowing)),(detailed scales on a mermaid)", + "langName": "Metodo della sirena", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "Blood Mist,background Urban rooftop,despair,Blood Cherry Blossom,torn clothes,crying with eyes open,solo,Blood Rain,bandages,Gunpowder smoke,beautiful deatailed shadow,Splashing blood,dust,tyndall effect", + "langName": "FINE", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "Space opera,Space port,robot arm,elbow gloves,night,glisten,stare,cyberpunk,((((citylight)))),science fiction,bodysuit,Mechanical armor headdress,(bare shoulders)", + "langName": "Sogni infranti", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "dynamic angle,rainbow hair,detailed cute anime face,((loli)),flower,cry,water,corrugated,flowers tire,broken glass,(broken screen),atlantis,transparent glass", + "langName": "Sogni infranti", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "(white hair),(((red streaked hair))),red eyes,(((full body))),(red hair),(((((Hold a red sword))))),(angry face),((Blood drop)),((Blood fog)),light shafts,soft focus,((Splashing blood))),Long hair,((Bloodstain)),Fighting stance,{{{{{watercolor (medium)}}}},(((masterpiece))),((white clock)),((ultradetailed)),((Covered in blood)),flowing hair,Exquisite Flame,dynamic angle,floating,(shine),extremely delicate and beautiful girls,bright skin,lying red petals,Holy lighting", + "langName": "legge sulla riforma del sangue", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "dramatic shadows,black and white,monochrome,{{comic}},cross necklace,Cassock", + "langName": "Fotografia", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "((ink)),(water color),bloom effect,detailed beautiful grassland with petal,flower,butterfly,necklace,smile,petal,(((surrounded by heavy floating petal flow)))", + "langName": "metodo dei fiori galleggianti", + "object": "Azione", + "attribute": "Magia" + }, + { + "displayName": "stylish outfit", + "langName": "Vestiti alla moda", + "object": "Abbigliamento", + "attribute": "Abito alla moda" + }, + { + "displayName": "fashionable accessories", + "langName": "accessori moda", + "object": "Abbigliamento", + "attribute": "Abito alla moda" + }, + { + "displayName": "fitted jeans", + "langName": "jeans attillati", + "object": "Abbigliamento", + "attribute": "Abito alla moda" + }, + { + "displayName": "oversized jacket", + "langName": "giacca taglie forti", + "object": "Abbigliamento", + "attribute": "Abito alla moda" + }, + { + "displayName": "baggy clothes", + "langName": "vestiti larghi", + "object": "Abbigliamento", + "attribute": "Abito alla moda" + }, + { + "displayName": "traditional_clothes", + "langName": "Abbigliamento tradizionale | Abbigliamento etnico", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "chinese_clothes", + "langName": "Abito Tang", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "china_dress", + "langName": "cheongsam", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "hanfu", + "langName": "Abbigliamento tradizionale", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "Taoist robe", + "langName": "Abito taoista", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "japanese_clothes", + "langName": "chimono", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "enmaided", + "langName": "donna che indossa il kimono", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "hanten_clothes", + "langName": "Toumata (stile giapponese)", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "kimono", + "langName": "chimono", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "furisode", + "langName": "Furisode (parte del kimono)", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "sleeveless_kimono", + "langName": "kimono senza maniche", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "short_kimono", + "langName": "kimono corto", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "print_kimono", + "langName": "kimono stampato", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "uchikake", + "langName": "Bai Wujia (abito da sposa giapponese)", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "obi", + "langName": "Indumenti (e vestiario)", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "cheongsam", + "langName": "cheongsam", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "print_cheongsam", + "langName": "Cheongsam stampato", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "pelvic_curtain", + "langName": "L'orlo anteriore dell'abbigliamento cheongsam", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "ainu_clothes", + "langName": "Abbigliamento Ainu", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "korean_clothes", + "langName": "Abbigliamento coreano", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "hanbok", + "langName": "abito tradizionale", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "Ao_Dai", + "langName": "Abbigliamento vietnamita (Ao Dai)", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "western", + "langName": "stile occidentale", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "german_clothes", + "langName": "abbigliamento tedesco", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "indian_style", + "langName": "stile indiano", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "arabian_clothes", + "langName": "abbigliamento arabo", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "egyptian_clothes", + "langName": "abbigliamento egiziano", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "byzantine_fashion", + "langName": "stile bizantino", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "gothic", + "langName": "stile gotico", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "lolita", + "langName": "stile lolita", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "gothic_lolita", + "langName": "stile lolita gotico", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "Tropical", + "langName": "Tropicale", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "costume", + "langName": "abito", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "adapted_costume", + "langName": "Migliorare l'abbigliamento", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "animal_costume", + "langName": "set di forme di animali", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "bunny_costume", + "langName": "Set stile coniglio", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "cat_costume", + "langName": "set per lo styling dei gatti", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "dog_costume", + "langName": "set per lo styling del cane", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "bear_costume", + "langName": "Set stile orso", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "santa_costume", + "langName": "Costume da Babbo Natale", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "halloween_costume", + "langName": "costumi di halloween", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "embellished_costume", + "langName": "abbigliamento riccamente decorato", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "alternate_costume", + "langName": "Abbigliamento alternativo che differisce dall'aspetto originale del personaggio", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "costume_switch", + "langName": "cambiare i vestiti giocare", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "meme_attire", + "langName": "Outfit che imitano i meme di internet", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "kourindou_tengu_costume", + "langName": "Costume da Tengu di Korindo", + "object": "Abbigliamento", + "attribute": "Stile di abbigliamento" + }, + { + "displayName": "hanfu, tang style outfits,", + "langName": "Il Feng Tang", + "object": "Abbigliamento", + "attribute": "Antichità" + }, + { + "displayName": "hanfu, song style outfits,", + "langName": "Canzone Feng", + "object": "Abbigliamento", + "attribute": "Antichità" + }, + { + "displayName": "hanfu, ming style outfits,", + "langName": "Mingfeng", + "object": "Abbigliamento", + "attribute": "Antichità" + }, + { + "displayName": "orange upper shan", + "langName": "Uesugi arancione", + "object": "Abbigliamento", + "attribute": "Antichità" + }, + { + "displayName": "pink long upper shan", + "langName": "cedro rosa", + "object": "Abbigliamento", + "attribute": "Antichità" + }, + { + "displayName": "white chest po skirt", + "langName": "gonna prosperosa", + "object": "Abbigliamento", + "attribute": "Antichità" + }, + { + "displayName": "red chest pleated skirt", + "langName": "Gonna plissettata lunga fino al petto", + "object": "Abbigliamento", + "attribute": "Antichità" + }, + { + "displayName": "green waistband", + "langName": "pizzo verde", + "object": "Abbigliamento", + "attribute": "Antichità" + }, + { + "displayName": "white pibo", + "langName": "Scialle bianco", + "object": "Abbigliamento", + "attribute": "Antichità" + }, + { + "displayName": "purple short shan", + "langName": "abete corto viola", + "object": "Abbigliamento", + "attribute": "Antichità" + }, + { + "displayName": "light green long shan", + "langName": "cedro verde chiaro", + "object": "Abbigliamento", + "attribute": "Antichità" + }, + { + "displayName": "translucent white pleated skirt", + "langName": "Gonna plissettata bianca semitrasparente", + "object": "Abbigliamento", + "attribute": "Antichità" + }, + { + "displayName": "green floral songmo", + "langName": "Canzone floreale verde Mo", + "object": "Abbigliamento", + "attribute": "Antichità" + }, + { + "displayName": "short coat", + "langName": "cappotto corto", + "object": "Abbigliamento", + "attribute": "Antichità" + }, + { + "displayName": "mamian skirt", + "langName": "gonna a forma di faccia di cavallo", + "object": "Abbigliamento", + "attribute": "Antichità" + }, + { + "displayName": "round collar", + "langName": "girocollo", + "object": "Abbigliamento", + "attribute": "Antichità" + }, + { + "displayName": "standing collar", + "langName": "Colletto alto", + "object": "Abbigliamento", + "attribute": "Antichità" + }, + { + "displayName": "square collar", + "langName": "colletto quadrato", + "object": "Abbigliamento", + "attribute": "Antichità" + }, + { + "displayName": "overlapping collar", + "langName": "spalla di nuvola", + "object": "Abbigliamento", + "attribute": "Antichità" + }, + { + "displayName": "embroidery", + "langName": "ricamo", + "object": "Abbigliamento", + "attribute": "Antichità" + }, + { + "displayName": "woven gold", + "langName": "Zhijin", + "object": "Abbigliamento", + "attribute": "Antichità" + }, + { + "displayName": "makeup flower", + "langName": "fiori da trucco", + "object": "Abbigliamento", + "attribute": "Antichità" + }, + { + "displayName": "bufu", + "langName": "Prendi una dose supplementare", + "object": "Abbigliamento", + "attribute": "Antichità" + }, + { + "displayName": "suit", + "langName": "Abito", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "business_suit", + "langName": "abbigliamento da ufficio", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "tuxedo", + "langName": "Smoking", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "formal_dress", + "langName": "abito formale", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "evening_gown", + "langName": "Abito lungo (abito femminile che arriva fino alla caviglia)", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "evening dress", + "langName": "Abito da sera", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "wedding_dress", + "langName": "abito da sposa", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "gown", + "langName": "vestiti lunghi da donna", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "cocktail_dress", + "langName": "abito da cocktail", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "school_uniform", + "langName": "uniforme scolastica", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "serafuku", + "langName": "Uniforme da marinaio (uniforme scolastica)", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "summer_uniform", + "langName": "uniforme estiva", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "kindergarten_uniform", + "langName": "Uniforme per l'asilo", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "sailor", + "langName": "uniforme da marinaio", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "police_uniform", + "langName": "uniforme della polizia", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "military_uniform", + "langName": "uniforme dell'esercito", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "naval_uniform", + "langName": "uniforme della marina", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "camouflage uniform", + "langName": "uniforme mimetica", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "nazi_uniform", + "langName": "uniforme nazista", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "ss_uniform", + "langName": "uniforme SS", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "stile_uniform", + "langName": "uniforme da cameriera", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "band_uniform", + "langName": "uniforme della banda", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "chef_uniform", + "langName": "tuta da cuoco", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "labcoat", + "langName": "camice bianco", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "space_suit", + "langName": "tuta spaziale", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "leotard", + "langName": "calzamaglia", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "canonicals", + "langName": "abiti sacerdotali", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "domineering", + "langName": "uniforme da suora", + "object": "Abbigliamento", + "attribute": "Abbigliamento formale" + }, + { + "displayName": "casual", + "langName": "Tempo libero", + "object": "Abbigliamento", + "attribute": "Abbigliamento casual" + }, + { + "displayName": "loungewear", + "langName": "abbigliamento casual", + "object": "Abbigliamento", + "attribute": "Abbigliamento casual" + }, + { + "displayName": "hoodie", + "langName": "Felpa", + "object": "Abbigliamento", + "attribute": "Abbigliamento casual" + }, + { + "displayName": "homewear", + "langName": "abbigliamento da casa", + "object": "Abbigliamento", + "attribute": "Abbigliamento casual" + }, + { + "displayName": "pajamas", + "langName": "pigiama", + "object": "Abbigliamento", + "attribute": "Abbigliamento casual" + }, + { + "displayName": "nightgown", + "langName": "pigiama", + "object": "Abbigliamento", + "attribute": "Abbigliamento casual" + }, + { + "displayName": "sleepwear", + "langName": "pigiama", + "object": "Abbigliamento", + "attribute": "Abbigliamento casual" + }, + { + "displayName": "babydoll", + "langName": "Pigiama sexy", + "object": "Abbigliamento", + "attribute": "Abbigliamento casual" + }, + { + "displayName": "print_pajamas", + "langName": "pigiama stampato", + "object": "Abbigliamento", + "attribute": "Abbigliamento casual" + }, + { + "displayName": "polka_dot_pajamas", + "langName": "pigiama a pois", + "object": "Abbigliamento", + "attribute": "Abbigliamento casual" + }, + { + "displayName": "yukata", + "langName": "accappatoio", + "object": "Abbigliamento", + "attribute": "Abbigliamento casual" + }, + { + "displayName": "robe", + "langName": "vestaglia", + "object": "Abbigliamento", + "attribute": "Abbigliamento casual" + }, + { + "displayName": "robe_of_blending", + "langName": "abito misto", + "object": "Abbigliamento", + "attribute": "Abbigliamento casual" + }, + { + "displayName": "cloak", + "langName": "mantello", + "object": "Abbigliamento", + "attribute": "Abbigliamento casual" + }, + { + "displayName": "hooded_cloak", + "langName": "mantello con cappuccio", + "object": "Abbigliamento", + "attribute": "Abbigliamento casual" + }, + { + "displayName": "harem_outfit", + "langName": "Uniforme da ballerino", + "object": "Abbigliamento", + "attribute": "Abbigliamento casual" + }, + { + "displayName": "sportswear", + "langName": "abbigliamento sportivo", + "object": "Abbigliamento", + "attribute": "Abbigliamento sportivo" + }, + { + "displayName": "gym_uniform", + "langName": "abbigliamento sportivo", + "object": "Abbigliamento", + "attribute": "Abbigliamento sportivo" + }, + { + "displayName": "athletic_leotard", + "langName": "uniforme da ginnastica", + "object": "Abbigliamento", + "attribute": "Abbigliamento sportivo" + }, + { + "displayName": "tennis_uniform", + "langName": "maglietta da tennis", + "object": "Abbigliamento", + "attribute": "Abbigliamento sportivo" + }, + { + "displayName": "baseball_uniform", + "langName": "uniforme da baseball", + "object": "Abbigliamento", + "attribute": "Abbigliamento sportivo" + }, + { + "displayName": "letterman_jacket", + "langName": "giacca da baseball", + "object": "Abbigliamento", + "attribute": "Abbigliamento sportivo" + }, + { + "displayName": "volleyball_uniform", + "langName": "divisa da pallavolo", + "object": "Abbigliamento", + "attribute": "Abbigliamento sportivo" + }, + { + "displayName": "biker_clothes", + "langName": "maglia da ciclismo", + "object": "Abbigliamento", + "attribute": "Abbigliamento sportivo" + }, + { + "displayName": "bikesuit", + "langName": "Tuta da ciclista", + "object": "Abbigliamento", + "attribute": "Abbigliamento sportivo" + }, + { + "displayName": "wrestling_outfit", + "langName": "uniforme da wrestling", + "object": "Abbigliamento", + "attribute": "Abbigliamento sportivo" + }, + { + "displayName": "dougi", + "langName": "uniforme di arti marziali", + "object": "Abbigliamento", + "attribute": "Abbigliamento sportivo" + }, + { + "displayName": "swimsuit", + "langName": "costume da bagno", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "swimwear", + "langName": "costume da bagno", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "wet_swimsuit", + "langName": "costume da bagno bagnato", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "school_swimsuit", + "langName": "Costumi da bagno scolastici (acqua Suiku)", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "new_school_swimsuit", + "langName": "Nuovo bacino idrico morto", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "old_school_swimsuit", + "langName": "Vecchio serbatoio di acqua morta", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "competition_school_swimsuit", + "langName": "piscina acqua morta", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "competition_swimsuit", + "langName": "Costume da bagno per la competizione", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "casual_one-piece_swimsuit", + "langName": "costume da bagno intero casual", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "front_zipper_swimsuit", + "langName": "Costume da bagno con cerniera nella parte anteriore", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "highleg_swimsuit", + "langName": "costume da bagno con spacco alto", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "one-piece_swimsuit", + "langName": "costume da bagno intero", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "swimsuit_of_perpetual_summer", + "langName": "Costume da bagno di Chang Xia (costume da studentessa fgo)", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "bikini", + "langName": "bikini", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "highleg_bikini", + "langName": "bikini a vita alta", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "lowleg_bikini", + "langName": "bikini a vita bassa", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "slingshot_swimsuit", + "langName": "Costume da bagno a V", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "sailor_bikini", + "langName": "bikini stile marinaio", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "shell_bikini", + "langName": "bikini a conchiglia", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "sports_bikini", + "langName": "bikini sportivo", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "string_bikini", + "langName": "bikini a perizoma", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "strapless_bikini", + "langName": "bikini senza spalline", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "side-tie_bikini", + "langName": "Bikini a perizoma", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "front-tie_bikini_top", + "langName": "top bikini con lacci davanti", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "multi-strapped_bikini", + "langName": "bikini multi-cinturino", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "thong_bikini", + "langName": "bikini tanga", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "front-tie_bikini", + "langName": "Bikini annodato davanti", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "frilled_bikini", + "langName": "bikini in pizzo", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "o-ring_bikini", + "langName": "bikini con anello di tenuta", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "eyepatch_bikini", + "langName": "bikini bendato", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "layered_bikini", + "langName": "bikini a strati", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "bow_bikini", + "langName": "bikini con fiocco", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "mismatched_bikini", + "langName": "bikini bicolore", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "multicolored_bikini", + "langName": "Bikini multicolore", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "frilled_swimsuit", + "langName": "costume da bagno in pizzo", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "polka_dot_swimsuit", + "langName": "costume da bagno a pois rotondi", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "striped_swimsuit", + "langName": "costume da bagno a righe", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "striped_bikini", + "langName": "bikini a righe", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "plaid_bikini", + "langName": "bikini a quadri", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "polka_dot_bikini", + "langName": "bikini a pois rotondi", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "print_bikini", + "langName": "bikini stampato", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "american_flag_bikini", + "langName": "bikini bandiera americana", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "german_flag_bikini", + "langName": "bikini bandiera tedesca", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "impossible_swimsuit", + "langName": "costume da bagno body painting", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "bikini_top", + "langName": "parte superiore del bikini", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "bikini_top_only", + "langName": "solo bikini top", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "bikini_top_removed", + "langName": "si è tolta il top del bikini", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "bikini_bottom_only", + "langName": "solo slip bikini", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "bikini_bottom", + "langName": "slip del bikini", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "untied_bikini", + "langName": "bikini sbottonato", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "bikini_aside", + "langName": "Bikini staccato da tre punti", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "swimsuit_aside", + "langName": "Spostare il cavallo del costume da bagno da parte", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "swimsuit_under_clothes", + "langName": "Indossare un costume da bagno sotto i vestiti", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "torn_swimsuit", + "langName": "costume da bagno danneggiato", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "bikini_skirt", + "langName": "gonna bikini", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "swim_briefs", + "langName": "costume da bagno", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "swim_cap", + "langName": "cuffia da nuoto", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "swim_trunks", + "langName": "costume da bagno", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "male_swimwear", + "langName": "costume da bagno da uomo", + "object": "Abbigliamento", + "attribute": "Costume da bagno" + }, + { + "displayName": "sailor_senshi_uniform", + "langName": "Uniforme di Sailor Moon", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "adapted_uniform", + "langName": "Uniformi migliorate", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "anzio_military_uniform", + "langName": "Divisa militare Anzio", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "anzio_school_uniform", + "langName": "Uniforme scolastica Anzio", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "aria_company_uniform", + "langName": "Divisa aziendale Aria", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "ashford_academy_uniform", + "langName": "Uniforme dell'Ashford College", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "bc_freedom_military_uniform", + "langName": "Uniforme della BC Free Academy", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "chaldea_uniform", + "langName": "Uniforme caldea", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "chi-hatan_military_uniform", + "langName": "Uniforme dell'Accademia Zhiha Dan", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "fleur_de_lapin_uniform", + "langName": "Vestito da cameriera Dot Rabbit", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "garreg_mach_monastery_uniform", + "langName": "Uniforme del monastero di Garg Marco", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "gem_uniform_(houseki_no_kuni)", + "langName": "Uniformi del Paese delle Gemme", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "hanasakigawa_school_uniform", + "langName": "Accademia femminile di Hanasakigawa", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "hikarizaka_private_high_school_uniform", + "langName": "Uniformi della scuola superiore privata Mitsusaka", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "homurahara_academy_uniform", + "langName": "Uniforme dell'Accademia Sui Gunhara", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "kamiyama_high_school_uniform", + "langName": "Uniforme della scuola superiore Kailash", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "keizoku_military_uniform", + "langName": "Continua l'uniforme della scuola superiore", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "kita_high_school_uniform", + "langName": "Uniforme della scuola superiore del Nord", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "kiyosumi_school_uniform", + "langName": "Uniforme della scuola superiore Kiyosumi", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "luna_nova_school_uniform", + "langName": "Uniforme della scuola di magia Runanova", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "meiji_schoolgirl_uniform", + "langName": "Uniforme da scolaretta Meiji", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "mitakihara_school_uniform", + "langName": "Uniforme della scuola media di Mitakihara", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "nami_junior_high_school_uniform", + "langName": "Uniforme della scuola media Bolu", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "nanairogaoka_middle_school_uniform", + "langName": "Uniforme della scuola media Qiseqiu", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "nanamori_school_uniform", + "langName": "Uniforme della scuola media Qisen", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "naoetsu_high_school_uniform", + "langName": "Uniformi della scuola superiore privata Naoetsu", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "national_shin_ooshima_school_uniform", + "langName": "Nuova uniforme scolastica dell'Accademia Oshima", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "ooarai_military_uniform", + "langName": "Uniforme militare del reggimento Oarai", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "ooarai_school_uniform", + "langName": "Uniforme scolastica Oarai United", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "otonokizaka_school_uniform", + "langName": "Uniforme femminile dell'Accademia nazionale Ononogizaka", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "paradis_military_uniform", + "langName": "Uniforme militare di Parade Island", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "polar_chaldea_uniform", + "langName": "Uniforme caldea polare", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "pravda_military_uniform", + "langName": "Uniforme militare dell'Accademia della verità", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "pravda_school_uniform", + "langName": "Uniforme scolastica dell'accademia della verità", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "rabbit_house_uniform", + "langName": "Uniforme della casa di Diantutu", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "raimon_soccer_uniform", + "langName": "Uniforme da football Thunder Gate", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "ryouou_school_uniform", + "langName": "Uniforme dell'Accademia Ryozakura", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "sakugawa_school_uniform", + "langName": "Uniforme della scuola media Zhachuan", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "sakuragaoka_high_school_uniform", + "langName": "Uniforme della scuola superiore femminile Sakuragaoka", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "saunders_military_uniform", + "langName": "Uniforme militare di Sanders", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "saunders_school_uniform", + "langName": "Sanders ha attaccato l'uniforme della scuola superiore", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "seishou_elementary_school_uniform", + "langName": "Uniforme scolastica della scuola primaria affiliata all'Università Shengxiang", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "shinda_sekai_sensen_uniform", + "langName": "Uniformi del Fronte dell'Aldilà", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "shuuchiin_academy_uniform", + "langName": "Uniforme dell'Accademia Shuchiin", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "shuujin_academy_uniform", + "langName": "Mostra le uniformi del college", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "st._gloriana's_military_uniform", + "langName": "Uniforme militare di Santa Gloriana", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "st._gloriana's_school_uniform", + "langName": "Uniforme scolastica per ragazze della St. Gloria Anna", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "starlight_academy_uniform", + "langName": "Uniforme Star Optical Park", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "tokisadame_school_uniform", + "langName": "Uniformi universitarie regolari", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "tokiwadai_school_uniform", + "langName": "Uniforme scolastica Tokiwa Taichung", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "tomoeda_elementary_school_uniform", + "langName": "Uniforme della scuola primaria Youzhi", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "tsab_ground_military_uniform", + "langName": "Uniforme militare dell'amministrazione del tempo e dello spazio", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "u.a._school_uniform", + "langName": "Uniforme della scuola superiore Xiongying", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "uranohoshi_school_uniform", + "langName": "Uniforme del college femminile Ura no Hoshi", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "yasogami_school_uniform", + "langName": "Uniforme della scuola superiore Yasogami", + "object": "Abbigliamento", + "attribute": "Uniforme scolastica" + }, + { + "displayName": "shirt", + "langName": "camicia", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "dress_shirt", + "langName": "camicia formale", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "collared_shirt", + "langName": "camicia con risvolto", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "white_shirt", + "langName": "camicia bianca", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "blouse", + "langName": "camicie da donna", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "frilled_shirt", + "langName": "camicia arricciata", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "sailor_shirt", + "langName": "camicia da marinaio", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "plaid_shirt", + "langName": "camicia a quadri", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "striped_shirt", + "langName": "camicia a righe", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "print_shirt", + "langName": "camicia stampata", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "impossible shirt", + "langName": "Camicia che calza in modo illogico", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "polo_shirt", + "langName": "polo", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "hawaiian_shirt", + "langName": "Camicia hawaiana", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "t-shirt", + "langName": "MAGLIETTA", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "casual T-shirts", + "langName": "Maglietta casual", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "short sleeve T-shirts", + "langName": "Maglietta a maniche corte (maglietta sulle spalle)", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "cropped_shirt", + "langName": "maglietta corta", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "off-shoulder_shirt", + "langName": "camicia a spalle scoperte", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "criss-cross_halter", + "langName": "Top con incrocio sul collo", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "sleeveless_shirt", + "langName": "camicia senza maniche", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "sleeveless_hoodie", + "langName": "felpa con cappuccio senza maniche", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "tank_top", + "langName": "gilet (casa)", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "camisole", + "langName": "canottiera", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "crop_top", + "langName": "top corto", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "undershirt", + "langName": "canottiera", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "vest", + "langName": "gilet (formale)", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "brown_vest", + "langName": "gilet marrone", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "waistcoat", + "langName": "Gilet (formale)", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "sweatshirt", + "langName": "Felpa", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "jersey", + "langName": "Felpe/Maglie", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "sweater", + "langName": "maglione", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "cardigan", + "langName": "maglione cardigan", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "shrug_(clothing)", + "langName": "scialle", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "jacket", + "langName": "giacca", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "hooded jacket", + "langName": "giacca con cappuccio", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "coat", + "langName": "cappotto", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "suit jacket", + "langName": "blazer", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "tailcoat", + "langName": "Smoking", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "capelet", + "langName": "mantello corto", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "kesa", + "langName": "tonaca", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "kappougi", + "langName": "una camicetta (indossata mentre si cucina)", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "detached sleeves", + "langName": "Maniche separate", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "cropped vest", + "langName": "gilet corto", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "spaghetti strap", + "langName": "spalline sottili", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "tube_top", + "langName": "Top tunica", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "dudou", + "langName": "fascia per la pancia", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "highleg", + "langName": "Top con spacco alto", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "shirt_tucked_in", + "langName": "camicia infilata nei pantaloni", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "untucked_shirt", + "langName": "camicia sbottonata", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "tied_shirt", + "langName": "Camicia da annodare (annodare gli angoli e l'orlo)", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "partially_unbuttoned", + "langName": "Rilascio parziale", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "partially_unzipped", + "langName": "Parzialmente decompresso", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "unbuttoned shirt", + "langName": "camicia sbottonata", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "open_clothes", + "langName": "vestiti aperti", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "clothes_down", + "langName": "togliersi i vestiti", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "shirt_tug", + "langName": "tirare la maglietta", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "clothes_tug", + "langName": "tirare i vestiti", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "clothes_removed", + "langName": "Togliersi i vestiti", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "shirt_removed", + "langName": "maglietta tolta", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "undressing", + "langName": "togliersi i vestiti", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "untied", + "langName": "Slegato", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "button_gap", + "langName": "Lo spazio tra i bottoni (non sbottonati)", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "taut_shirt", + "langName": "camicia attillata", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "taut_clothes", + "langName": "vestiti attillati", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "tight", + "langName": "indumenti attillati", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "underbust", + "langName": "Tira fuori il sottoseno", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "oversized_shirt", + "langName": "maglietta taglie forti", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "oversized_clothes", + "langName": "vestiti taglie forti", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "borrowed_garments", + "langName": "Vestiti del fidanzato", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "undersized_clothes", + "langName": "vestiti di piccole dimensioni", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "clothing_cutout", + "langName": "vestiti cavi", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "back_cutout", + "langName": "top senza schienale", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "cleavage_cutout", + "langName": "scollatura scollatura camicia", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "navel_cutout", + "langName": "camicia con piercing all'ombelico", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "midriff", + "langName": "top corto", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "heart_cutout", + "langName": "Parte superiore aperta a forma di cuore", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "torn_clothes", + "langName": "vestiti strappati", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "torn_shirt", + "langName": "camicia strappata", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "wet_shirt", + "langName": "maglietta bagnata", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "clothes_theft", + "langName": "Vestiti rubati", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "strap_slip", + "langName": "La tracolla è scivolata (causando perdite)", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "wedgie", + "langName": "Incorporato (causato dagli indumenti che tirano sulla zona inguinale)", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "wardrobe_malfunction", + "langName": "È successo qualcosa ai vestiti (ad esempio, sono caduti a pezzi)", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "wardrobe_error", + "langName": "vestiti che scivolano via", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "short sleeves", + "langName": "maniche corte", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "long sleeves", + "langName": "maniche lunghe", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "sleeveless", + "langName": "senza maniche", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "underwear", + "langName": "biancheria intima", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "bra", + "langName": "reggiseno", + "object": "Abbigliamento", + "attribute": "Giacca" + }, + { + "displayName": "nude", + "langName": "nudo", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "formal", + "langName": "Abbigliamento formale", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "chemise", + "langName": "vestito largo", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "santa", + "langName": "vestito di Natale", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "blazer", + "langName": "blazer", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "overcoat", + "langName": "cappotto", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "double-breasted", + "langName": "Bottoni doppiopetto (bottoni doppiopetto)", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "long_coat", + "langName": "cappotto lungo", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "haori", + "langName": "Giacca in stile giapponese", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "winter_coat", + "langName": "cappotto invernale", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "hooded_coat", + "langName": "cappotto con cappuccio", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "fur_coat", + "langName": "cappotto di pelliccia", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "fur-trimmed_coat", + "langName": "cappotto di pelliccia a righe", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "duffel_coat", + "langName": "cappotto di montgomery", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "fishnet_top", + "langName": "maglia a rete", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "parka", + "langName": "Giacca", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "jacket_partially_removed", + "langName": "La giacca è stata tolta parzialmente", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "jacket_removed", + "langName": "Giacca tolta", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "open_jacket", + "langName": "giacca cardigan (con gambe divaricate)", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "cropped_jacket", + "langName": "giacca corta", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "track_jacket", + "langName": "blazer", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "hooded_track_jacket", + "langName": "giacca da tuta con cappuccio", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "military_jacket", + "langName": "giacca militare", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "camouflage_jacket", + "langName": "giacca mimetica", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "leather_jacket", + "langName": "giacca di pelle", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "bomber_jacket", + "langName": "giacca bomber", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "denim_jacket", + "langName": "giacca di jeans", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "fur-trimmed_jacket", + "langName": "giacca con rifiniture in pelliccia", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "two-tone_jacket", + "langName": "giacca bicolore", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "trench_coat", + "langName": "giacca a vento", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "windbreaker", + "langName": "Giacca", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "raincoat", + "langName": "impermeabile", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "hagoromo", + "langName": "Dio Hagoromo", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "tunic", + "langName": "tunica", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "cape", + "langName": "scialle", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "winter_clothes", + "langName": "vestiti invernali", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "pullover_sweaters", + "langName": "maglione pullover", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "loating_jacket", + "langName": "giacca casual", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "ribbed_sweater", + "langName": "maglione a coste", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "sweater_vest", + "langName": "gilet maglione", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "backless_sweater", + "langName": "maglione senza schienale", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "aran_sweater", + "langName": "maglione irlandese", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "beige_sweater", + "langName": "Maglione beige", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "brown_sweater", + "langName": "maglione marrone", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "hooded_sweater", + "langName": "maglione con cappuccio", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "off-shoulder_sweater", + "langName": "maglione a spalle scoperte", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "striped_sweater", + "langName": "maglione a righe", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "virgin_killer_sweater", + "langName": "maglione assassino vergine", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "down_jacket", + "langName": "piumino", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "puffer_jacket", + "langName": "piumino", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "open dress", + "langName": "abito cardigan", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "Piece Suit", + "langName": "blazer", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "naked towel", + "langName": "asciugamano da bagno", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "racing suit", + "langName": "tuta da corsa", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "maid dress", + "langName": "vestito da cameriera", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "reverse bunnysuit", + "langName": "Coniglietta al contrario", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "backless outfit", + "langName": "Abito senza schienale", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "Gorgeous and fussy clothes", + "langName": "Abiti bellissimi e ingombranti", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "highleg leotard", + "langName": "tuta con spacco alto", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "Sex underwear", + "langName": "Biancheria intima sexy", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "diving suit", + "langName": "muta", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "casual wear", + "langName": "abbigliamento casual", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "miko clothing", + "langName": "Costume da strega", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "nurse gown", + "langName": "uniforme da infermiera", + "object": "Abbigliamento", + "attribute": "Cappotto" + }, + { + "displayName": "sailor_collar", + "langName": "colletto da marinaio", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "fur_collar", + "langName": "collo di pelliccia", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "frilled_collar", + "langName": "colletto in pizzo", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "popped_collar", + "langName": "Colletto alto", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "black_choker", + "langName": "colletto nero", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "belt_collar", + "langName": "passante per cintura", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "frilled_choker", + "langName": "collana con volant", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "neckerchief", + "langName": "sciarpa", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "red_neckerchief", + "langName": "sciarpa rossa", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "necktie", + "langName": "cravatta", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "short_necktie", + "langName": "cravatta corta", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "white_necktie", + "langName": "cravatta bianca", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "bowtie", + "langName": "Papillon", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "headphones_around_neck", + "langName": "Cuffie appese al collo", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "goggles_around_neck", + "langName": "occhiali protettivi per il collo", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "neck_bell", + "langName": "campana al collo", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "neck_ruff", + "langName": "scollatura", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "v-neck", + "langName": "Scollo a V", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "towel_around_neck", + "langName": "asciugamano attorno al collo", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "loose_necktie", + "langName": "cravatta allentata", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "neck_tattoo", + "langName": "tatuaggio al collo", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "ascot", + "langName": "Cravatta larga tipo sciarpa", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "ribbon_choker", + "langName": "nastro al collo", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "maebari/pasties", + "langName": "Cerotto vaginale/cerotto capezzolo", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "chinese_knot", + "langName": "nodo cinese", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "cross_necklace", + "langName": "collana a croce", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "bead_necklace", + "langName": "collana di perline", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "pearl_necklace", + "langName": "collana di perle", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "heart_necklace", + "langName": "collana a forma di cuore", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "carrot_necklace", + "langName": "collana di carote", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "chain_necklace", + "langName": "collana a catena", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "magatama_necklace", + "langName": "Collana di perle", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "tooth_necklace", + "langName": "collana di denti", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "key_necklace", + "langName": "collana chiave", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "anchor_necklace", + "langName": "collana ancora", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "skull_necklace", + "langName": "collana teschio", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "shell_necklace", + "langName": "collana di conchiglie", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "gold_necklace", + "langName": "collana d'oro", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "crescent_necklace", + "langName": "collana mezzaluna", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "ring_necklace", + "langName": "collana ad anello", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "feather_necklace", + "langName": "collana di piume", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "bone_necklace", + "langName": "collana di ossa", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "ankh_necklace", + "langName": "collana a croce", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "multiple_necklaces", + "langName": "collane multiple", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "bullet_necklace", + "langName": "collana proiettile", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "holding_necklace", + "langName": "tenendo la collana", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "necklace_removed", + "langName": "collana rimossa", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "brown_neckwear", + "langName": "Colletto marrone", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "checkered_neckwear", + "langName": "scollatura a quadri", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "diagonal-striped_neckwear", + "langName": "Cravatta in twill", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "halterneck", + "langName": "cravatta al collo", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "mole_on_neck", + "langName": "C'è un neo sul collo", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "neck", + "langName": "collo", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "plaid_neckwear", + "langName": "colletto tartan", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "plunging_neckline", + "langName": "Colletto profondo", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "print_neckwear", + "langName": "cravatta stampata", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "sleeveless_turtleneck", + "langName": "maglione dolcevita senza maniche", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "star_necklace", + "langName": "collana stella", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "striped_neckwear", + "langName": "colletto a righe", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "turtleneck_sweater", + "langName": "Maglione a collo alto", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "undone_necktie", + "langName": "allentare la cravatta", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "whistle_around_neck", + "langName": "Fischietto appeso al collo", + "object": "Abbigliamento", + "attribute": "Scollatura" + }, + { + "displayName": "plaid_scarf", + "langName": "sciarpa a quadri", + "object": "Abbigliamento", + "attribute": "Sciarpa" + }, + { + "displayName": "striped_scarf", + "langName": "sciarpa a righe", + "object": "Abbigliamento", + "attribute": "Sciarpa" + }, + { + "displayName": "print_scarf", + "langName": "sciarpa stampata", + "object": "Abbigliamento", + "attribute": "Sciarpa" + }, + { + "displayName": "vertical-striped_scarf", + "langName": "sciarpa a righe verticali", + "object": "Abbigliamento", + "attribute": "Sciarpa" + }, + { + "displayName": "polka_dot_scarf", + "langName": "sciarpa a pois", + "object": "Abbigliamento", + "attribute": "Sciarpa" + }, + { + "displayName": "argyle_scarf", + "langName": "sciarpa di diamanti", + "object": "Abbigliamento", + "attribute": "Sciarpa" + }, + { + "displayName": "beige_scarf", + "langName": "sciarpa beige", + "object": "Abbigliamento", + "attribute": "Sciarpa" + }, + { + "displayName": "scarf_bow", + "langName": "fiocco sciarpa", + "object": "Abbigliamento", + "attribute": "Sciarpa" + }, + { + "displayName": "fur_scarf", + "langName": "sciarpa di pelliccia", + "object": "Abbigliamento", + "attribute": "Sciarpa" + }, + { + "displayName": "naked_scarf", + "langName": "sciarpa nuda", + "object": "Abbigliamento", + "attribute": "Sciarpa" + }, + { + "displayName": "multicolored_scarf", + "langName": "sciarpa colorata", + "object": "Abbigliamento", + "attribute": "Sciarpa" + }, + { + "displayName": "floating_scarf", + "langName": "sciarpa galleggiante", + "object": "Abbigliamento", + "attribute": "Sciarpa" + }, + { + "displayName": "long_scarf", + "langName": "sciarpa lunga", + "object": "Abbigliamento", + "attribute": "Sciarpa" + }, + { + "displayName": "arm_scarf", + "langName": "sciarpa da braccio", + "object": "Abbigliamento", + "attribute": "Sciarpa" + }, + { + "displayName": "scarf_on_head", + "langName": "sciarpa sulla testa", + "object": "Abbigliamento", + "attribute": "Sciarpa" + }, + { + "displayName": "scarf_over_mouth", + "langName": "sciarpa sulla bocca", + "object": "Abbigliamento", + "attribute": "Sciarpa" + }, + { + "displayName": "scarf_removed", + "langName": "La sciarpa è stata tolta", + "object": "Abbigliamento", + "attribute": "Sciarpa" + }, + { + "displayName": "adjusting_scarf", + "langName": "aggiustare la sciarpa", + "object": "Abbigliamento", + "attribute": "Sciarpa" + }, + { + "displayName": "holding_scarf", + "langName": "tenendo la sciarpa", + "object": "Abbigliamento", + "attribute": "Sciarpa" + }, + { + "displayName": "scarf_pull", + "langName": "tirare la sciarpa", + "object": "Abbigliamento", + "attribute": "Sciarpa" + }, + { + "displayName": "brown_scarf", + "langName": "sciarpa marrone", + "object": "Abbigliamento", + "attribute": "Sciarpa" + }, + { + "displayName": "scarf", + "langName": "sciarpa", + "object": "Abbigliamento", + "attribute": "Sciarpa" + }, + { + "displayName": "apron", + "langName": "grembiule", + "object": "Abbigliamento", + "attribute": "Vita" + }, + { + "displayName": "waist_apron", + "langName": "grembiule da vita", + "object": "Abbigliamento", + "attribute": "Vita" + }, + { + "displayName": "maid_apron", + "langName": "grembiule da cameriera", + "object": "Abbigliamento", + "attribute": "Vita" + }, + { + "displayName": "bow tied at the waist", + "langName": "Papillon in vita anteriore", + "object": "Abbigliamento", + "attribute": "Vita" + }, + { + "displayName": "waist_cape", + "langName": "Un piccolo mantello indossato intorno alla vita", + "object": "Abbigliamento", + "attribute": "Vita" + }, + { + "displayName": "clothes_around_waist", + "langName": "vestiti da vita", + "object": "Abbigliamento", + "attribute": "Vita" + }, + { + "displayName": "jacket_around_waist", + "langName": "giacca a vita", + "object": "Abbigliamento", + "attribute": "Vita" + }, + { + "displayName": "sweater_around_waist", + "langName": "Maglione in vita", + "object": "Abbigliamento", + "attribute": "Vita" + }, + { + "displayName": "loincloth", + "langName": "Perizoma", + "object": "Abbigliamento", + "attribute": "Vita" + }, + { + "displayName": "bustier", + "langName": "corsetto", + "object": "Abbigliamento", + "attribute": "Vita" + }, + { + "displayName": "corset", + "langName": "Corsetto (gilet)", + "object": "Abbigliamento", + "attribute": "Vita" + }, + { + "displayName": "girdle", + "langName": "corsetto", + "object": "Abbigliamento", + "attribute": "Vita" + }, + { + "displayName": "bikini_armor", + "langName": "armatura bikini", + "object": "Abbigliamento", + "attribute": "Armatura" + }, + { + "displayName": "armor", + "langName": "armatura", + "object": "Abbigliamento", + "attribute": "Armatura" + }, + { + "displayName": "full_armor", + "langName": "Indossare un'armatura completa", + "object": "Abbigliamento", + "attribute": "Armatura" + }, + { + "displayName": "plate_armor", + "langName": "armatura a piastre", + "object": "Abbigliamento", + "attribute": "Armatura" + }, + { + "displayName": "japanese_armor", + "langName": "Armatura giapponese", + "object": "Abbigliamento", + "attribute": "Armatura" + }, + { + "displayName": "kusazuri", + "langName": "Fudang | Kusazuri (metà inferiore dell'armatura giapponese)", + "object": "Abbigliamento", + "attribute": "Armatura" + }, + { + "displayName": "power_armor", + "langName": "Armatura potenziata", + "object": "Abbigliamento", + "attribute": "Armatura" + }, + { + "displayName": "helmet", + "langName": "casco", + "object": "Abbigliamento", + "attribute": "Armatura" + }, + { + "displayName": "kabuto", + "langName": "Elmo (stile giapponese)", + "object": "Abbigliamento", + "attribute": "Armatura" + }, + { + "displayName": "off-shoulder_armor", + "langName": "Armatura senza spalle", + "object": "Abbigliamento", + "attribute": "Armatura" + }, + { + "displayName": "shoulder_armor", + "langName": "Spalle", + "object": "Abbigliamento", + "attribute": "Armatura" + }, + { + "displayName": "muneate", + "langName": "Corazza da tiro con l'arco giapponese", + "object": "Abbigliamento", + "attribute": "Armatura" + }, + { + "displayName": "breastplate", + "langName": "Corazza", + "object": "Abbigliamento", + "attribute": "Armatura" + }, + { + "displayName": "faulds", + "langName": "piastrone", + "object": "Abbigliamento", + "attribute": "Armatura" + }, + { + "displayName": "greaves", + "langName": "Ciccioli", + "object": "Abbigliamento", + "attribute": "Armatura" + }, + { + "displayName": "shin_guards", + "langName": "Ciccioli", + "object": "Abbigliamento", + "attribute": "Armatura" + }, + { + "displayName": "armored_boots", + "langName": "stivali corazzati", + "object": "Abbigliamento", + "attribute": "Armatura" + }, + { + "displayName": "dress", + "langName": "vestito", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "microdress", + "langName": "micro abito", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "long_dress", + "langName": "abito lungo", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "mermaid dress", + "langName": "gonna a spina di pesce", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "off-shoulder_dress", + "langName": "abito con spalle scoperte", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "strapless_dress", + "langName": "abito senza spalline", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "backless_dress", + "langName": "abito senza schienale", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "halter_dress", + "langName": "Gonna senza bretelle senza schienale", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "sundress", + "langName": "Abito sottoveste (abito senza maniche per il clima caldo)", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "sleeveless_dress", + "langName": "abito senza maniche", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "sailor_dress", + "langName": "Gonna stile marinaio", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "summer_dress", + "langName": "abito lungo estivo", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "pinafore_dress", + "langName": "grembiule vestito", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "sweater_dress", + "langName": "abito maglione", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "armored_dress", + "langName": "gonna armatura da battaglia", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "frilled_dress", + "langName": "abito in pizzo", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "lace-trimmed_dress", + "langName": "abito in pizzo", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "collared_dress", + "langName": "abito con colletto", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "fur-trimmed_dress", + "langName": "abito con rifiniture in pelliccia", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "layered_dress", + "langName": "abito a strati", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "pleated_dress", + "langName": "vestito plissettato", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "taut_dress", + "langName": "vestito stretto", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "pencil_dress", + "langName": "gonna a matita", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "impossible_dress", + "langName": "Vestiti troppo stretti", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "multicolored_dress", + "langName": "Abito multicolore", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "striped_dress", + "langName": "vestito a righe", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "ribbed_dress", + "langName": "vestito a coste", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "polka_dot_dress", + "langName": "vestito a pois", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "print_dress", + "langName": "vestito stampato", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "vertical-striped_dress", + "langName": "vestito a righe verticali", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "see-through_dress", + "langName": "abito trasparente", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "skirt", + "langName": "gonna corta", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "microskirt", + "langName": "mini-gonna", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "miniskirt", + "langName": "mini-gonna", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "skirt_suit", + "langName": "gonna formale", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "pleated_skirt", + "langName": "gonna plissettata", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "pencil_skirt", + "langName": "gonna corta a matita", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "bubble_skirt", + "langName": "tutù", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "tutu", + "langName": "tutù", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "ballgown", + "langName": "tutù (vestito)", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "pettiskirt", + "langName": "tutù (bambini)", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "showgirl_skirt", + "langName": "abbigliamento da fiera", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "beltskirt", + "langName": "gonna cintura", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "denim_skirt", + "langName": "gonna di jeans", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "suspender_skirt", + "langName": "gonna con bretelle", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "skirt_set", + "langName": "Gonna abbinata al top", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "long_skirt", + "langName": "gonna lunga", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "summer_long_skirt", + "langName": "abito lungo estivo", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "overskirt", + "langName": "gonna esterna", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "hakama_skirt", + "langName": "gonna hakama", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "high-waist_skirt", + "langName": "gonna a vita alta", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "kimono_skirt", + "langName": "gonna kimono", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "suspender_long_skirt", + "langName": "gonna con bretelle; gonna con bretelle", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "chiffon_skirt", + "langName": "gonna di chiffon", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "frilled_skirt", + "langName": "gonna in pizzo", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "fur-trimmed_skirt", + "langName": "gonna con rifiniture in pelliccia", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "lace_skirt", + "langName": "gonna in pizzo", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "lace-trimmed_skirt", + "langName": "gonna in pizzo", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "ribbon-trimmed_skirt", + "langName": "gonna con rifiniture in nastro di raso", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "layered_skirt", + "langName": "gonna a strati", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "print_skirt", + "langName": "gonna stampata", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "multicolored_skirt", + "langName": "Gonna multicolore", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "striped_skirt", + "langName": "gonna a righe", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "vertical-striped_skirt", + "langName": "gonna a righe verticali", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "plaid_skirt", + "langName": "gonna scozzese", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "flared_skirt", + "langName": "gonna a ombrello", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "floral_skirt", + "langName": "gonna floreale", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "skirt_hold", + "langName": "Tieni su la gonna con eleganza", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "skirt_tug", + "langName": "Tieni l'orlo della gonna | Tieni l'orlo della gonna", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "dress_tug", + "langName": "Tieni giù la gonna", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "skirt_around_one_leg", + "langName": "Una gonna corta che pende da una gamba", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "skirt_removed", + "langName": "Togliere la gonna corta", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "dress_removed", + "langName": "togliersi la gonna", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "open_skirt", + "langName": "gonna aperta", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "checkered_skirt", + "langName": "gonna scozzese", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "plaid_dress", + "langName": "vestito a quadri", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "Medium length skirt", + "langName": "gonna di media lunghezza", + "object": "Abbigliamento", + "attribute": "Gonna" + }, + { + "displayName": "dress_bow", + "langName": "fiocco sul vestito", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "dressing_another", + "langName": "vestito", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "shorts_under_skirt", + "langName": "Indossare pantaloncini sotto la gonna", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "side_slit", + "langName": "spacchi laterali", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "shorts", + "langName": "pantaloncini", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "micro_shorts", + "langName": "pantaloncini di piccole dimensioni", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "short_shorts", + "langName": "pantaloni attillati", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "hot_pants", + "langName": "pantaloni attillati", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "cutoffs", + "langName": "pantaloni attillati", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "striped_shorts", + "langName": "pantaloncini a righe", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "suspender_shorts", + "langName": "pantaloncini con bretelle", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "denim_shorts", + "langName": "pantaloncini di jeans", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "puffy_shorts", + "langName": "pantaloncini gonfi", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "dolphin_shorts", + "langName": "Pantaloncini Dolphin (pantaloni della verità)", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "dolfin_shorts", + "langName": "Pantaloncini Dolphin (pantaloni della verità)", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "tight_pants", + "langName": "Leggings/pantaloni della tuta", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "crotchless_pants", + "langName": "Pantaloni senza cavallo (attillati)", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "track_pants", + "langName": "pantaloni della tuta", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "yoga_pants", + "langName": "pantaloni da yoga", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "bike_shorts", + "langName": "pantaloncini da ciclista", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "pants", + "langName": "pantaloni", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "puffy_pants", + "langName": "Pantaloni gonfi/pantaloni larghi", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "pumpkin_pants", + "langName": "pantaloni zucca", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "hakama_pants", + "langName": "pantaloni hakama", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "harem_pants", + "langName": "pantaloni harem", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "bloomers", + "langName": "pantaloni alla zuava", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "buruma", + "langName": "mutandine da donna", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "jeans", + "langName": "jeans", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "cargo_pants", + "langName": "tuta", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "camouflage_pants", + "langName": "pantaloni mimetici", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "capri_pants", + "langName": "pantaloni corti", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "chaps", + "langName": "Ghette di pelle (larghe in alto e strette in basso)", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "jumpsuit", + "langName": "(soprattutto da donna) tuta", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "lowleg_pants", + "langName": "pantaloni a vita bassa", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "plaid_pants", + "langName": "pantaloni scozzesi", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "single_pantsleg", + "langName": "Pantaloni monopetto", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "striped_pants", + "langName": "pantaloni a righe", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "leotard_aside", + "langName": "Staccare il cavallo della tuta da parte", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "open_fly", + "langName": "Pantaloni con cerniera aperta", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "pants_down", + "langName": "togliersi i pantaloni", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "pants_rolled_up", + "langName": "Pantaloni arrotolati", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "pants_tucked_in", + "langName": "Rimbocca i pantaloni", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "torn_jeans", + "langName": "jeans strappati", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "torn_pants", + "langName": "pantaloni strappati", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "torn_shorts", + "langName": "pantaloncini strappati", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "gym_shorts", + "langName": "pantaloncini da ginnastica", + "object": "Abbigliamento", + "attribute": "Pantaloni" + }, + { + "displayName": "leggings", + "langName": "ghette", + "object": "Abbigliamento", + "attribute": "Fondoschiena" + }, + { + "displayName": "overalls", + "langName": "tuta", + "object": "Abbigliamento", + "attribute": "Fondoschiena" + }, + { + "displayName": "diaper", + "langName": "pannolino", + "object": "Abbigliamento", + "attribute": "Fondoschiena" + }, + { + "displayName": "panties", + "langName": "biancheria intima", + "object": "Abbigliamento", + "attribute": "Fondoschiena" + }, + { + "displayName": "briefs", + "langName": "Slip", + "object": "Abbigliamento", + "attribute": "Fondoschiena" + }, + { + "displayName": "thong", + "langName": "perizoma", + "object": "Abbigliamento", + "attribute": "Fondoschiena" + }, + { + "displayName": "fundoshi", + "langName": "perizoma giapponese", + "object": "Abbigliamento", + "attribute": "Fondoschiena" + }, + { + "displayName": "short dress", + "langName": "gonna corta", + "object": "Abbigliamento", + "attribute": "Fondoschiena" + }, + { + "displayName": "sheath dress", + "langName": "gonna che copre i fianchi", + "object": "Abbigliamento", + "attribute": "Fondoschiena" + }, + { + "displayName": "no panties", + "langName": "Niente biancheria intima", + "object": "Abbigliamento", + "attribute": "Fondoschiena" + }, + { + "displayName": "striped panties", + "langName": "biancheria intima a righe", + "object": "Abbigliamento", + "attribute": "Fondoschiena" + }, + { + "displayName": "lowleg panties", + "langName": "biancheria intima a vita bassa", + "object": "Abbigliamento", + "attribute": "Fondoschiena" + }, + { + "displayName": "side-tie panties", + "langName": "biancheria intima con lacci", + "object": "Abbigliamento", + "attribute": "Fondoschiena" + }, + { + "displayName": "bodystocking", + "langName": "calzini integrali", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "pantyhose", + "langName": "collant | collant", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "legwear", + "langName": "Collant (generalmente si riferisce a collant o calze)", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "thighhighs", + "langName": "Calze (calzini alti fino al ginocchio)", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "kneehighs", + "langName": "calzini al ginocchio", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "bare_legs", + "langName": "gambe nude", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "black_bodystocking", + "langName": "Calze nere intere", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "white_bodystocking", + "langName": "Un pezzo di seta bianca", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "stocking_under_clothes", + "langName": "calzini sotto i vestiti", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "black_pantyhose", + "langName": "calze nere", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "white_pantyhose", + "langName": "calze bianche", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "thighband_pantyhose", + "langName": "Collant con anelli per le gambe", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "pantylines", + "langName": "Collant attillati (delineare le linee", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "single_leg_pantyhose", + "langName": "Indossare collant da un lato", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "panties_under_pantyhose", + "langName": "biancheria intima in collant", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "fishnets", + "langName": "calze a rete", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "stirrup_legwear", + "langName": "calze a rete", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "toeless_legwear", + "langName": "calzini aperti", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "mismatched_legwear", + "langName": "Collant bicolore", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "two-tone_legwear", + "langName": "Collant bicolore", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "asymmetrical_legwear", + "langName": "collant asimmetrici", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "uneven_legwear", + "langName": "calzini lunghi", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "white_thighhighs", + "langName": "calze bianche", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "black_thighhighs", + "langName": "calze nere", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "pink_thighhighs", + "langName": "calze rosa", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "suspenders", + "langName": "giarrettiere", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "torn_legwear", + "langName": "collant strappati", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "torn_thighhighs", + "langName": "Calzini strappati al ginocchio", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "see-through_legwear", + "langName": "calzini trasparenti", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "frilled_legwear", + "langName": "calzini di pizzo", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "lace-trimmed_legwear", + "langName": "calze di pizzo", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "seamed_legwear", + "langName": "calzini con cuciture", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "back-seamed_legwear", + "langName": "Calzini con una linea nera al centro", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "animal_ear_legwear", + "langName": "Calzini sopra il ginocchio con orecchie di animali", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "striped_legwear", + "langName": "calzini a righe orizzontali", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "vertical-striped_legwear", + "langName": "calzini a righe verticali", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "polka_dot_legwear", + "langName": "calzini a pois rotondi", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "print_legwear", + "langName": "calzini stampati", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "legwear_under_shorts", + "langName": "Indossare pantaloncini corti sopra i calzini", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "over-kneehighs", + "langName": "calzini al ginocchio", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "bobby_socks", + "langName": "Calzini Bobby (calzini bianchi)", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "tabi", + "langName": "Calzini giapponesi con suola spessa (tasche per i piedi)", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "ankle_socks", + "langName": "calzini alla caviglia", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "leg_warmers", + "langName": "Scaldamuscoli | scaldamuscoli", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "single_sock", + "langName": "calzini singoli", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "striped_socks", + "langName": "calzini a righe", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "leg_cutout", + "langName": "I calzini hanno delle aperture", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "leg_garter", + "langName": "Anelli per le gambe | giarrettiere", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "garter_straps", + "langName": "bretelle per giarrettiere", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "thigh_strap", + "langName": "cinghie per le cosce", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "thigh_ribbon", + "langName": "nastro coscia", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "leg_ribbon", + "langName": "cintura per esercizi per le gambe", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "bandaid_on_leg", + "langName": "benda sulla gamba", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "bandaged_leg", + "langName": "gamba fasciata", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "ankle_lace-up", + "langName": "cinturino alla caviglia", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "thigh_holster", + "langName": "Una cinghia o una borsa portautensili o una fondina sulla gamba", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "bandaid_on_knee", + "langName": "cerotto sul ginocchio", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "argyle_legwear", + "langName": "Collant con motivo a rombi", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "bow_legwear", + "langName": "Collant con fiocco", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "arm_garter", + "langName": "giarrettiere boom", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "socks", + "langName": "calzino", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "stockings", + "langName": "calze", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "black stockings", + "langName": "calze nere", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "fishnet stockings", + "langName": "calze a rete", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "garters", + "langName": "giarrettiere", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "loose_socks", + "langName": "calzini a bolle", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "rilled thighhighs", + "langName": "calze con volant", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "striped pantyhose", + "langName": "collant a righe", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "lace legwear", + "langName": "collant di pizzo", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "nylon socks", + "langName": "Calzini di nylon", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "soccer cocks", + "langName": "calzini da calcio", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "sports socks", + "langName": "calzini sportivi", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "adjusting_legwear", + "langName": "Organizza i collant", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "pantyhose_pull", + "langName": "Collant tolto", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "socks_removed", + "langName": "Togliersi i calzini", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "sock_pull", + "langName": "Indossare i calzini (calzini)", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "thighhighs_pull", + "langName": "Indossare calzini (calze)", + "object": "Abbigliamento", + "attribute": "Calzino" + }, + { + "displayName": "armored", + "langName": "corazzato", + "object": "Abbigliamento", + "attribute": "Materiale per abbigliamento" + }, + { + "displayName": "fluffy", + "langName": "peloso", + "object": "Abbigliamento", + "attribute": "Materiale per abbigliamento" + }, + { + "displayName": "fur", + "langName": "pelliccia", + "object": "Abbigliamento", + "attribute": "Materiale per abbigliamento" + }, + { + "displayName": "latex", + "langName": "emulsione", + "object": "Abbigliamento", + "attribute": "Materiale per abbigliamento" + }, + { + "displayName": "see-through", + "langName": "trasparente", + "object": "Abbigliamento", + "attribute": "Materiale per abbigliamento" + }, + { + "displayName": "frilled", + "langName": "fronzoli", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "center_frills", + "langName": "Pizzo centrale volant", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "crease", + "langName": "sgualcito (pieghettato)", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "layered", + "langName": "a strati", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "lace", + "langName": "pizzo", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "fur_trim", + "langName": "rifinitura in pelliccia", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "fur-trimmed", + "langName": "bordi grezzi", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "fine_fabric_emphasis", + "langName": "Miglioramento dei materiali", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "latex_thighhighs", + "langName": "Calze in lattice", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "see-through_thighhighs", + "langName": "Calze trasparenti", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "ass_cutout", + "langName": "Vestiti che rivelano il sedere", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "asymmetrical_clothes", + "langName": "abbigliamento asimmetrico", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "back_bow", + "langName": "(abbigliamento) nodo fatto dietro la schiena", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "cross-laced_clothes", + "langName": "abbigliamento in pizzo incrociato", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "double_vertical_stripe", + "langName": "Ci sono due strisce parallele sull'abbigliamento", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "halter_top", + "langName": "Abbigliamento per la parte superiore del corpo a fionda", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "multicolored_legwear", + "langName": "Abbigliamento per le gambe multicolore", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "navy_blue_legwear", + "langName": "Calze blu navy", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "nontraditional_miko", + "langName": "Abbigliamento giapponese modificato", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "side_cutout", + "langName": "Abbigliamento con aperture laterali", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "sideless_outfit", + "langName": "Vestiti senza tessuto sui lati", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "single_kneehigh", + "langName": "Indossare abiti lunghi fino al ginocchio da un lato", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "single_vertical_stripe", + "langName": "Esporre le strisce verticali su un lato del capo", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "turtleneck", + "langName": "abbigliamento a collo alto", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "two-sided_fabric", + "langName": "Metodo di disegno di abbigliamento in stile doppio strato", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "o-ring", + "langName": "Abbigliamento con O-ring", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "o-ring_top", + "langName": "Top con O-ring", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "fringe_trim", + "langName": "Il bordo (la fine della sciarpa)", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "loose_belt", + "langName": "Cinghie allentate (abbigliamento)", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "pom_pom_(clothes)", + "langName": "Piccoli pompon (accessori per abbigliamento)", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "drawstring", + "langName": "Coulisse per vestiti", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "full-length_zipper", + "langName": "Una cerniera lunga quanto un indumento", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "gathers", + "langName": "pieghe (abbigliamento)", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "gusset", + "langName": "Cucire la fodera ai vestiti", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "breast_pocket", + "langName": "borsa da petto", + "object": "Abbigliamento", + "attribute": "Decorare" + }, + { + "displayName": "argyle", + "langName": "Motivo a rombi", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "checkered", + "langName": "motivo a quadri", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "colored_stripes", + "langName": "strisce colorate", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "diagonal_stripes", + "langName": "strisce diagonali", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "horizontal_stripes", + "langName": "strisce orizzontali", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "multicolored_stripes", + "langName": "strisce colorate", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "polka_dot", + "langName": "Motivo punteggiato", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "ribbed", + "langName": "Costine", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "striped", + "langName": "strisce orizzontali", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "unmoving_pattern", + "langName": "Modelli che si ripetono continuamente", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "vertical_stripes", + "langName": "strisce verticali", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "plaid", + "langName": "motivo tartan", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "animal_print", + "langName": "stampa animale", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "cat_print", + "langName": "stampa di gatto", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "bear_print", + "langName": "impronta di orso", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "bird_print", + "langName": "impronta di uccello", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "bunny_print", + "langName": "stampa coniglio", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "cow_print", + "langName": "impronta di mucca", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "dragon_print", + "langName": "stampa di drago", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "fish_print", + "langName": "impronta di pesce", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "frog_print", + "langName": "stampa rana", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "shark_print", + "langName": "stampa di squalo", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "snake_print", + "langName": "modello serpente", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "zebra_print", + "langName": "stampa zebra", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "tiger_print", + "langName": "Strisce di tigre", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "leopard_print", + "langName": "stampa leopardata", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "jaguar_print", + "langName": "stampa leopardata", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "bat_print", + "langName": "impronta di pipistrello", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "aardwolf_print", + "langName": "stampa di coyote", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "african_wild_dog_print", + "langName": "Stampa di cane selvatico africano", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "cheetah_print", + "langName": "Stampa ghepardo", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "dog_print", + "langName": "impronta di cane", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "fox_print", + "langName": "stampa di volpe", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "giraffe_print", + "langName": "stampa giraffa", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "panda_print", + "langName": "stampa panda", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "sand_cat_print", + "langName": "impronta di gatto della sabbia", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "whale_print", + "langName": "stampa di balena", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "white_tiger_print", + "langName": "modello tigre bianca", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "goldfish_print", + "langName": "stampa pesce rosso", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "wing_print", + "langName": "stampa ad ala", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "spider_web_print", + "langName": "vene varicose", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "butterfly_print", + "langName": "stampa farfalla", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "floral_print", + "langName": "floreale", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "leaf_print", + "langName": "impronta fogliare", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "clover_print", + "langName": "stampa trifoglio", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "maple_leaf_print", + "langName": "stampa foglia d'acero", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "rose_print", + "langName": "stampa rosa", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "strawberry_print", + "langName": "stampa fragola", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "cherry_print", + "langName": "stampa ciliegia", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "bamboo_print", + "langName": "stampa di bambù", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "carrot_print", + "langName": "stampa carota", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "hibiscus_print", + "langName": "stampa ibisco", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "jack-o'-lantern_print", + "langName": "stampa di zucca di Halloween", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "petal_print", + "langName": "stampa a petalo", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "sunflower_print", + "langName": "stampa girasole", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "watermelon_print", + "langName": "stampa anguria", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "sky_print", + "langName": "stampa del cielo", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "cloud_print", + "langName": "stampa nuvola", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "lightning_bolt_print", + "langName": "Stampa fulmine", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "rainbow_print", + "langName": "stampa arcobaleno", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "snowflake_print", + "langName": "stampa fiocco di neve", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "starry_sky_print", + "langName": "stampa cielo stellato", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "crescent_print", + "langName": "stampa mezzaluna", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "star_print", + "langName": "stampa a stella", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "star_(symbol)", + "langName": "simbolo della stella", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "moon_print", + "langName": "stampa lunare", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "sun_print", + "langName": "stampa del sole", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "character_print", + "langName": "stampa del carattere", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "clothes_writing", + "langName": "parole sui vestiti", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "anchor_print", + "langName": "stampa di ancora", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "cherry_blossom_print", + "langName": "stampa di fiori di ciliegio", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "musical_note_print", + "langName": "stampa nota musicale", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "triangle_print", + "langName": "stampa triangolare", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "arrow_print", + "langName": "stampa freccia", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "wave_print", + "langName": "motivo ondulato", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "peace_symbol", + "langName": "☮(Sugli abiti di Higashikata Josuke)", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "heart_print", + "langName": "motivo a cuore | stampa a cuore", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "flame_print", + "langName": "stampa a fiamma", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "hitodama_print", + "langName": "Stampa fuoco fatuo", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "paw_print", + "langName": "impronta di zampa", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "skeleton_print", + "langName": "stampa scheletrica", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "skull_print", + "langName": "stampa teschio", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "sparkle_print", + "langName": "stampa scintillante", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "yin_yang_print", + "langName": "Stampa Yin Yang", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "cross_print", + "langName": "Modello a croce", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "camoflage", + "langName": "camuffare", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "flag_print", + "langName": "stampa bandiera", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "bone_print", + "langName": "impronta ossea", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "ghost_print", + "langName": "impronta fantasma", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "mushroom_print", + "langName": "Stampa di funghi", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "onigiri_print", + "langName": "stampa di palline di riso", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "cat_ear_cutout", + "langName": "Design cavo a forma di orecchio di gatto", + "object": "Abbigliamento", + "attribute": "Modello" + }, + { + "displayName": "barefoot", + "langName": "a piedi nudi", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "no_shoes", + "langName": "senza scarpe", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "shoes_removed", + "langName": "scarpe tolte", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "single_shoe", + "langName": "scarpe singole", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "the_only_shoe", + "langName": "scarpe singole", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "black_loafers", + "langName": "Mocassini (piccole scarpe di pelle)", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "shoes", + "langName": "scarpa", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "uwabaki", + "langName": "scarpe da interno", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "platform_footwear", + "langName": "scarpe con la zeppa", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "high_heels", + "langName": "Tacco alto", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "stiletto_heels", + "langName": "Tacchi alti a spillo", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "strappy_heels", + "langName": "tacchi alti con cinturini", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "platform_heels", + "langName": "tacchi alti con plateau", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "rudder_footwear", + "langName": "Scarpe speciali Ship C per le ragazze della nave", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "sandals", + "langName": "sandali", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "barefoot_sandals", + "langName": "sandali a piedi nudi", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "clog_sandals", + "langName": "sandali zoccoli", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "geta", + "langName": "zoccoli", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "slippers", + "langName": "pantofole", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "skates", + "langName": "pattini", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "roller_skates", + "langName": "pattini a rotelle", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "animal_feet", + "langName": "piedi di animali", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "animal_slippers", + "langName": "pantofole animali", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "brown_footwear", + "langName": "calzature marroni", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "cross-laced_footwear", + "langName": "scarpe con lacci incrociati", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "loafers", + "langName": "mocassini", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "mary_janes", + "langName": "scarpe jenny", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "mismatched_footwear", + "langName": "Scarpe bicolore", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "pointy_footwear", + "langName": "scarpe a punta", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "pumps", + "langName": "Abito scollato con tacchi alti", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "sandals_removed", + "langName": "togliersi i sandali", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "shoe_soles", + "langName": "suola", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "shoelaces", + "langName": "laccio della scarpa", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "sneakers", + "langName": "scarpe da ginnastica", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "winged_footwear", + "langName": "scarpe con le ali", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "zouri", + "langName": "Sandali di paglia giapponesi", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "ballet slippers", + "langName": "scarpette da ballo", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "arched_soles", + "langName": "Suola arcuata", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "paw_print_soles", + "langName": "suole con impronte di zampe", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "horseshoe", + "langName": "ferro di cavallo", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "flat shoes", + "langName": "scarpe basse", + "object": "Abbigliamento", + "attribute": "Scarpa" + }, + { + "displayName": "boots", + "langName": "stivali", + "object": "Abbigliamento", + "attribute": "Stivali" + }, + { + "displayName": "boots_removed", + "langName": "stivali tolti", + "object": "Abbigliamento", + "attribute": "Stivali" + }, + { + "displayName": "high_heel_boots", + "langName": "stivali con tacco alto", + "object": "Abbigliamento", + "attribute": "Stivali" + }, + { + "displayName": "knee_boots", + "langName": "Stivali alti fino al ginocchio (stivali da equitazione)", + "object": "Abbigliamento", + "attribute": "Stivali" + }, + { + "displayName": "thigh_boots", + "langName": "stivali alti", + "object": "Abbigliamento", + "attribute": "Stivali" + }, + { + "displayName": "martin_boots", + "langName": "stivali martin", + "object": "Abbigliamento", + "attribute": "Stivali" + }, + { + "displayName": "ankle_boots", + "langName": "stivaletti alla caviglia", + "object": "Abbigliamento", + "attribute": "Stivali" + }, + { + "displayName": "toeless_boots", + "langName": "stivali aperti", + "object": "Abbigliamento", + "attribute": "Stivali" + }, + { + "displayName": "lace-up_boots", + "langName": "stivali con lacci", + "object": "Abbigliamento", + "attribute": "Stivali" + }, + { + "displayName": "fur-trimmed_boots", + "langName": "stivali con bordo grezzo", + "object": "Abbigliamento", + "attribute": "Stivali" + }, + { + "displayName": "snow_boots", + "langName": "stivali da neve", + "object": "Abbigliamento", + "attribute": "Stivali" + }, + { + "displayName": "anklet", + "langName": "Cavigliera", + "object": "Abbigliamento", + "attribute": "Stivali" + }, + { + "displayName": "rubber_boots", + "langName": "stivali di gomma", + "object": "Abbigliamento", + "attribute": "Stivali" + }, + { + "displayName": "santa_boots", + "langName": "Stivali di Natale", + "object": "Abbigliamento", + "attribute": "Stivali" + }, + { + "displayName": "leather_boots", + "langName": "stivali di pelle", + "object": "Abbigliamento", + "attribute": "Stivali" + }, + { + "displayName": "thighhighs_under_boots", + "langName": "calze sotto gli stivali", + "object": "Abbigliamento", + "attribute": "Stivali" + }, + { + "displayName": "combat_boots", + "langName": "stivali da combattimento", + "object": "Abbigliamento", + "attribute": "Stivali" + }, + { + "displayName": "doc_martens", + "langName": "stivali martin", + "object": "Abbigliamento", + "attribute": "Stivali" + }, + { + "displayName": "rain_boots", + "langName": "stivali da pioggia", + "object": "Abbigliamento", + "attribute": "Stivali" + }, + { + "displayName": "belt_boots", + "langName": "stivali con cintura", + "object": "Abbigliamento", + "attribute": "Stivali" + }, + { + "displayName": "fur_boots", + "langName": "stivali casual con tacco basso e pelliccia", + "object": "Abbigliamento", + "attribute": "Stivali" + }, + { + "displayName": "single_boot", + "langName": "Un piede senza stivale", + "object": "Abbigliamento", + "attribute": "Stivali" + }, + { + "displayName": "wide_sleeves", + "langName": "maniche larghe", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "single_sleeve", + "langName": "manica singola", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "asymmetrical_sleeves", + "langName": "maniche asimmetriche", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "puffy_sleeves", + "langName": "maniche a sbuffo", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "puffy_long_sleeves", + "langName": "maniche lunghe a sbuffo", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "puffy_short_sleeves", + "langName": "maniche corte a sbuffo", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "frilled_sleeves", + "langName": "bordi delle maniche arricciati", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "juliet_sleeves", + "langName": "Maniche di Giulietta", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "bandaged_arm", + "langName": "braccio bendato", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "raglan_sleeves", + "langName": "Maniche raglan", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "vambraces", + "langName": "Armatura del braccio inferiore", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "layered_sleeves", + "langName": "maniche a strati", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "fur-trimmed_sleeves", + "langName": "maniche con bordo grezzo", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "see-through_sleeves", + "langName": "Maniche trasparenti", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "torn_sleeves", + "langName": "maniche strappate", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "sleeves_past_fingers", + "langName": "Maniche più lunghe delle dita", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "sleeves_past_wrists", + "langName": "Maniche sopra il polso", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "sleeves_past_elbows", + "langName": "Maniche sopra il gomito", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "sleeves_pushed_up", + "langName": "maniche a sbuffo", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "arm_out_of_sleeve", + "langName": "braccia nelle maniche", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "uneven_sleeves", + "langName": "maniche irregolari", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "mismatched_sleeves", + "langName": "maniche spaiate", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "sleeve_rolled_up", + "langName": "maniche arrotolate", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "sleeves_rolled_up", + "langName": "Una manica arrotolata", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "feather-trimmed_sleeves", + "langName": "Maniche rifinite con piume", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "lace-trimmed_sleeves", + "langName": "maniche in pizzo", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "pinching_sleeves", + "langName": "Stringi le maniche", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "puffy_detached_sleeves", + "langName": "maniche a sbuffo", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "ribbed_sleeves", + "langName": "maniche a coste", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "single_detached_sleeve", + "langName": "Manica che rimane da un lato", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "sleeves_folded_up", + "langName": "maniche piegate", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "striped_sleeves", + "langName": "maniche a righe", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "armband", + "langName": "bracciale (fascetta)", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "armlet", + "langName": "braccialetto da braccio", + "object": "Abbigliamento", + "attribute": "Braccio" + }, + { + "displayName": "halo", + "langName": "alone sopra la testa", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "mechanical_halo", + "langName": "Alone meccanico", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "headwear", + "langName": "copricapo", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "headpiece", + "langName": "copricapo", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "headwear_removed", + "langName": "Copricapo rimosso", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "head_wreath", + "langName": "corolla", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "crown", + "langName": "corona", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "mini_crown", + "langName": "mini corona", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "tiara", + "langName": "corona", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "diadem", + "langName": "Come sopra", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "tilted_headwear", + "langName": "copricapo inclinato", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "head_fins", + "langName": "Pinna cefalica", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "maid_headdress", + "langName": "Tiara da cameriera", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "bridal_veil", + "langName": "velo da sposa", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "headband", + "langName": "fascia per capelli", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "alternate_headwear", + "langName": "Un copricapo diverso da quello originale", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "fur-trimmed_headwear", + "langName": "copricapo con bordo grezzo", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "goggles_on_headwear", + "langName": "occhiali sul cappello", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "earphones", + "langName": "auricolare", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "earmuffs", + "langName": "paraorecchie", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "xx_on_head", + "langName": "xx sulla testa", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "leaf_on_head", + "langName": "foglie sulla testa", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "triangular_headpiece", + "langName": "copricapo triangolare", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "forehead_protector", + "langName": "protezione per la fronte", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "radio_antenna", + "langName": "antenna", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "animal_hood", + "langName": "cappuccio orecchio animale", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "bald", + "langName": "Calvo", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "bandana", + "langName": "sciarpa", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "circlet", + "langName": "corona", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "hachimaki", + "langName": "turbante (sostantivo)", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "helm", + "langName": "indossare un casco", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "helmet_removed", + "langName": "casco tolto | casco tolto", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "horned_helmet", + "langName": "elmo cornuto", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "japari_bun", + "langName": "Panini al vapore Japari", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "kerchief", + "langName": "turbante quadrato", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "mami_mogu_mogu", + "langName": "Terrier decapitato Asami", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "skull_and_crossbones", + "langName": "Teschio e ossa incrociate (pirata, pericolo, avvertimento)", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "turban", + "langName": "velo musulmano", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "headdress", + "langName": "Copricapo (più generale)", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "bear_hair_ornament", + "langName": "copricapo con stampa orso", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "brown_headwear", + "langName": "Tiara marrone", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "horned_headwear", + "langName": "copricapo di corno", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "horns_through_headwear", + "langName": "Un copricapo con fori per le corna", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "no_headwear", + "langName": "Copricapo (esistente) rimosso", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "object_on_head", + "langName": "C'è qualcos'altro oltre al copricapo sulla testa", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "print_headwear", + "langName": "Copricapo stampato", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "bone_hair_ornament", + "langName": "gioielli a forma di osso", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "bunny_hair_ornament", + "langName": "Gioielli di coniglio", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "horn_ornament", + "langName": "Ornamenti agli angoli", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "animal_on_head", + "langName": "animale sulla testa", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "behind-the-head_headphones", + "langName": "Cuffie indossate dalla parte posteriore della testa", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "bird_on_head", + "langName": "uccello sulla testa", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "cat_ear_headphones", + "langName": "cuffie orecchie di gatto", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "cat_on_head", + "langName": "gatto sdraiato sulla testa", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "eyewear_on_head", + "langName": "Occhiali in testa", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "forehead_kiss", + "langName": "bacio sulla fronte", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "forehead-to-forehead", + "langName": "fronte a fronte", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "goggles_on_head", + "langName": "Indossare occhiali protettivi sulla testa", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "head_bump", + "langName": "Fagotto sulla testa", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "head_mounted_display", + "langName": "Indossare un dispositivo di visualizzazione montato sulla testa", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "head_out_of_frame", + "langName": "Parte della testa non è disegnata nella cornice", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "head_rest", + "langName": "cuscino testa | supporto testa", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "head_wings", + "langName": "Ci sono le ali sulla testa", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "headgear", + "langName": "Accessori per la testa (contenenti alcuni elementi di fantascienza)", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "headphones", + "langName": "auricolare", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "heads-up_display", + "langName": "Barra di stato (stile gioco e fantascienza)", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "headset", + "langName": "Cuffie", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "inter_headset", + "langName": "Connettore neurale EVA", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "on_head", + "langName": "sulla testa", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "person_on_head", + "langName": "Il piccolo uomo è sulla testa", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "single_head_wing", + "langName": "Ci sono ali su un lato della testa", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "adjusting_headwear", + "langName": "riordinare il copricapo", + "object": "Accessori", + "attribute": "Copricapo" + }, + { + "displayName": "hair_ribbon", + "langName": "fascia per capelli", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "hairband", + "langName": "emettere carta", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "hair_tie", + "langName": "fascia per capelli", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "lolita_hairband", + "langName": "fascia lolita", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "frilled_hairband", + "langName": "Fascia arricciata", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "lace-trimmed_hairband", + "langName": "fascia in pizzo", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "hair_bobbles", + "langName": "fascia per capelli", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "hair_ornament", + "langName": "accessori per capelli", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "hair_flower", + "langName": "fiore per capelli", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "x_hair_ornament", + "langName": "accessori per capelli", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "hair_bow", + "langName": "accessori per capelli con fiocco", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "frog_hair_ornament", + "langName": "accessori per capelli a forma di rana", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "heart_hair_ornament", + "langName": "accessori per capelli a forma di cuore", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "butterfly_hair_ornament", + "langName": "accessori per capelli a forma di farfalla", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "star_hair_ornament", + "langName": "accessori per capelli a forma di stella", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "food-themed_hair_ornament", + "langName": "Accessori per capelli a tema alimentare", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "anchor_hair_ornament", + "langName": "accessori per capelli a forma di ancora", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "bat_hair_ornament", + "langName": "accessori per capelli a forma di pipistrello", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "carrot_hair_ornament", + "langName": "accessori per capelli a forma di carota", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "cat_hair_ornament", + "langName": "Accessori per peli di gatto", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "clover_hair_ornament", + "langName": "accessori per capelli a forma di trifoglio", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "hair pink flowers", + "langName": "fiori rosa nei capelli", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "crescent_hair_ornament", + "langName": "Accessori per capelli a mezzaluna", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "cross_hair_ornament", + "langName": "accessori a croce", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "d-pad_hair_ornament", + "langName": "Accessori per capelli con indicazioni di direzione", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "fish_hair_ornament", + "langName": "accessori per capelli a forma di pesce", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "hairpods", + "langName": "Paia di accessori per capelli Bluetooth wireless sui capelli", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "leaf_hair_ornament", + "langName": "accessori per capelli a forma di foglia", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "musical_note_hair_ornament", + "langName": "accessori per capelli con note musicali", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "pumpkin_hair_ornament", + "langName": "accessori per capelli a forma di zucca", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "skull_hair_ornament", + "langName": "accessori per capelli a forma di teschio", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "snake_hair_ornament", + "langName": "Accessori per capelli a forma di serpente | Accessori per capelli a forma di rana", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "snowflake_hair_ornament", + "langName": "accessori per capelli a forma di fiocco di neve", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "strawberry_hair_ornament", + "langName": "accessori per capelli alla fragola", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "sunflower_hair_ornament", + "langName": "accessori per capelli girasole", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "hairpin", + "langName": "forcina", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "hairclip", + "langName": "forcina", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "hair_tubes", + "langName": "tubo per capelli", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "hair_stick", + "langName": "Bastoncino per capelli", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "hair_bell", + "langName": "suonare un campanello", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "hair_rings", + "langName": "elastico per capelli", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "kanzashi", + "langName": "forcina", + "object": "Accessori", + "attribute": "Accessori per capelli" + }, + { + "displayName": "hood", + "langName": "cappuccio", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "hat", + "langName": "cappello", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "no_hat", + "langName": "senza cappello", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "beret", + "langName": "berretto", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "mini_top_hat", + "langName": "mini cappello", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "party_hat", + "langName": "cappello da festa", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "sailor_hat", + "langName": "berretto da marinaio", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "santa_hat", + "langName": "cappello da Babbo Natale", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "fedora", + "langName": "cappello fedora", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "witch_hat", + "langName": "cappello da strega", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "mini_witch_hat", + "langName": "Mini cappello da strega", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "wizard_hat", + "langName": "cappello da mago", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "sun_hat", + "langName": "cappello da sole", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "straw_hat", + "langName": "cappello di paglia", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "top_hat", + "langName": "cappello a cilindro", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "bucket_hat", + "langName": "cappello da pescatore", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "beanie", + "langName": "cappello in pile", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "large_hat", + "langName": "grande cappello", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "tokin_hat", + "langName": "cappello a cilindro", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "mini_hat", + "langName": "mini cappello", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "bowler_hat", + "langName": "cappello a bombetta", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "pillbox_hat", + "langName": "tappo della scatola delle pillole", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "cloche_hat", + "langName": "cappello a cloche", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "military_hat", + "langName": "berretto militare", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "police_hat", + "langName": "cappello da poliziotto", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "chef_hat", + "langName": "cappello da cuoco", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "cowboy_hat", + "langName": "cappello da cowboy", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "school_hat", + "langName": "berretto da scuola", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "pirate_hat", + "langName": "cappello da pirata", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "cabbie_hat", + "langName": "cappello da tassista", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "hardhat", + "langName": "casco", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "rice_hat", + "langName": "cappello di bambù", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "animal_hat", + "langName": "cappello animale", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "fur_hat", + "langName": "cappello di pelle", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "hat_with_ears", + "langName": "cappello con orecchie", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "bobblehat", + "langName": "cappello a bolla", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "pillow_hat", + "langName": "Cappello a cuscino", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "pumpkin_hat", + "langName": "cappello di zucca", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "torn_hat", + "langName": "cappello strappato", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "backwards_hat", + "langName": "cappello invertito", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "bowl_hat", + "langName": "cappello a ciotola", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "cat_hat", + "langName": "cappello con orecchie di gatto", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "cap", + "langName": "berretto con visiera", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "nurse_cap", + "langName": "berretto da infermiera", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "baseball_cap", + "langName": "berretto da baseball", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "jester_cap", + "langName": "cappello da pagliaccio", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "side_cap", + "langName": "cappello laterale", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "garrison_cap", + "langName": "cappello da guarnigione", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "flat_cap", + "langName": "berretto con visiera", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "mob_cap", + "langName": "cappello da mafioso", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "newsboy_cap", + "langName": "Cappello da giornalaio", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "bowknot_over_white_beret", + "langName": "Fiocco su basco bianco", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "dixie_cup_hat", + "langName": "cappello ciotola cane", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "hat_bow", + "langName": "cappello con fiocco", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "hat_feather", + "langName": "cappello con piume", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "hat_flower", + "langName": "cappello con fiori", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "hat_ornament", + "langName": "cappello con ornamenti", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "hat_over_one_eye", + "langName": "Il cappello copre un occhio", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "hat_removed", + "langName": "il cappello è tolto | il cappello è tolto", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "hat_ribbon", + "langName": "cappello con nastro", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "hat_tip", + "langName": "Tenendo la tesa del cappello", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "hatching_(texture)", + "langName": "Ombreggiatura (texture)", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "hatsune_miku_(cosplay)", + "langName": "cos in Hatsune Miku", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "porkpie_hat", + "langName": "Cappello taoista", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "sideways_hat", + "langName": "La visiera è tagliata lateralmente", + "object": "Accessori", + "attribute": "Cappello" + }, + { + "displayName": "glasses", + "langName": "Occhiali", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "eyewear", + "langName": "Occhio", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "monocle", + "langName": "monocolo", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "under-rim_eyewear", + "langName": "occhiali con montatura", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "rimless_eyewear", + "langName": "occhiali senza montatura", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "semi-rimless_eyewear", + "langName": "Occhiali semi-rimless", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "red-framed_eyewear", + "langName": "occhiali con montatura rossa", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "round_eyewear", + "langName": "occhiali con montatura rotonda", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "black-framed_eyewear", + "langName": "occhiali con montatura nera", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "tinted_eyewear", + "langName": "occhiali colorati", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "medical_eyepatch", + "langName": "mascherina medica per gli occhi", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "bandage_over_one_eye", + "langName": "bendare un occhio", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "crooked_eyewear", + "langName": "occhiali storti", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "eyewear_removed", + "langName": "togliersi gli occhiali", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "sunglasses", + "langName": "Occhiali da sole (che coprono gli occhi)", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "reflection glasses", + "langName": "Occhiali da sole (occhi visibili)", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "goggles", + "langName": "occhiali", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "Blindfold", + "langName": "maschera per gli occhi", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "eyepatch", + "langName": "Benda sull'occhio (un occhio)", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "bespectacled", + "langName": "indossare gli occhiali", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "blue-framed_eyewear", + "langName": "occhiali con montatura blu", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "brown-framed_eyewear", + "langName": "occhiali con montatura marrone", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "coke-bottle_glasses", + "langName": "Bicchieri rotondi spessi come il fondo delle bottiglie di vetro", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "no_eyewear", + "langName": "Rimossi gli occhiali (esistenti)", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "opaque_glasses", + "langName": "Occhiali che non lasciano intravedere gli occhi", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "over-rim_eyewear", + "langName": "Metà inferiore degli occhiali senza montatura", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "pince-nez", + "langName": "pince-nez | occhiali senza gambe", + "object": "Accessori", + "attribute": "Occhiali" + }, + { + "displayName": "mask", + "langName": "maschera", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "half_mask", + "langName": "mezza maschera", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "masked", + "langName": "mascherato", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "mask_lift", + "langName": "Sollevare la maschera", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "mask_on_head", + "langName": "La maschera sollevata sulla testa", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "mask_removed", + "langName": "Maschera tolta", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "mouth_mask", + "langName": "Mascherina", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "surgical_mask", + "langName": "mascherina medica", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "plague_doctor_mask", + "langName": "Maschera del medico della peste", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "gas_mask", + "langName": "maschera antigas", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "visor", + "langName": "Maschera facciale | Visiera | Visiera parasole", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "fox_mask", + "langName": "maschera di volpe", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "diving_mask", + "langName": "maschera da sub", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "diving_mask_on_head", + "langName": "Maschera subacquea montata sulla testa", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "oni_mask", + "langName": "maschera fantasma", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "tengu_mask", + "langName": "Maschera tengu", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "ninja_mask", + "langName": "maschera ninja", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "skull_mask", + "langName": "maschera teschio", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "hockey_mask", + "langName": "maschera da hockey", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "bird_mask", + "langName": "maschera di uccello", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "stone_mask", + "langName": "faccia fantasma di pietra", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "horse_mask", + "langName": "maschera da cavallo", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "masquerade_mask", + "langName": "maschera di carnevale", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "domino_mask", + "langName": "Maschera SM", + "object": "Accessori", + "attribute": "Maschera" + }, + { + "displayName": "cross_earrings", + "langName": "orecchini a croce", + "object": "Accessori", + "attribute": "Orecchino" + }, + { + "displayName": "crystal_earrings", + "langName": "orecchini di cristallo", + "object": "Accessori", + "attribute": "Orecchino" + }, + { + "displayName": "earrings", + "langName": "orecchini", + "object": "Accessori", + "attribute": "Orecchino" + }, + { + "displayName": "flower_earrings", + "langName": "orecchini a fiore", + "object": "Accessori", + "attribute": "Orecchino" + }, + { + "displayName": "heart_earrings", + "langName": "orecchini a forma di cuore", + "object": "Accessori", + "attribute": "Orecchino" + }, + { + "displayName": "hoop_earrings", + "langName": "orecchini a cerchio", + "object": "Accessori", + "attribute": "Orecchino" + }, + { + "displayName": "multiple_earrings", + "langName": "orecchini multipli", + "object": "Accessori", + "attribute": "Orecchino" + }, + { + "displayName": "pill_earrings", + "langName": "orecchini stile pillola", + "object": "Accessori", + "attribute": "Orecchino" + }, + { + "displayName": "single_earring", + "langName": "Indossare orecchini solo da un lato", + "object": "Accessori", + "attribute": "Orecchino" + }, + { + "displayName": "skull_earrings", + "langName": "orecchini teschio", + "object": "Accessori", + "attribute": "Orecchino" + }, + { + "displayName": "star_earrings", + "langName": "orecchini a stella", + "object": "Accessori", + "attribute": "Orecchino" + }, + { + "displayName": "crescent earrings", + "langName": "Orecchini a mezzaluna", + "object": "Accessori", + "attribute": "Orecchino" + }, + { + "displayName": "wristwatch", + "langName": "orologio", + "object": "Accessori", + "attribute": "Gioielli per le mani" + }, + { + "displayName": "cane", + "langName": "canna", + "object": "Accessori", + "attribute": "Gioielli per le mani" + }, + { + "displayName": "staff", + "langName": "bacchetta magica", + "object": "Accessori", + "attribute": "Gioielli per le mani" + }, + { + "displayName": "holding a golden staff", + "langName": "scettro d'oro", + "object": "Accessori", + "attribute": "Gioielli per le mani" + }, + { + "displayName": "cuffs", + "langName": "gogna", + "object": "Accessori", + "attribute": "Gioielli per le mani" + }, + { + "displayName": "handcuffs", + "langName": "manette della polizia", + "object": "Accessori", + "attribute": "Gioielli per le mani" + }, + { + "displayName": "revolver", + "langName": "rivoltella", + "object": "Accessori", + "attribute": "Gioielli per le mani" + }, + { + "displayName": "bandage", + "langName": "bendare", + "object": "Accessori", + "attribute": "Gioielli per le mani" + }, + { + "displayName": "leash", + "langName": "cintura", + "object": "Accessori", + "attribute": "Gioielli per le mani" + }, + { + "displayName": "arm_tattoo", + "langName": "tatuaggio sul braccio", + "object": "Accessori", + "attribute": "Gioielli per le mani" + }, + { + "displayName": "number_tattoo", + "langName": "tatuaggio digitale", + "object": "Accessori", + "attribute": "Gioielli per le mani" + }, + { + "displayName": "bead_bracelet", + "langName": "braccialetto di perline", + "object": "Accessori", + "attribute": "Gioielli per le mani" + }, + { + "displayName": "flower_bracelet", + "langName": "braccialetto di fiori", + "object": "Accessori", + "attribute": "Gioielli per le mani" + }, + { + "displayName": "spiked_bracelet", + "langName": "bracciale borchiato", + "object": "Accessori", + "attribute": "Gioielli per le mani" + }, + { + "displayName": "wrist_cuffs", + "langName": "Polsini separati dalle maniche", + "object": "Accessori", + "attribute": "Gioielli per le mani" + }, + { + "displayName": "wristband", + "langName": "braccialetto", + "object": "Accessori", + "attribute": "Gioielli per le mani" + }, + { + "displayName": "bracer", + "langName": "tutori per il polso", + "object": "Accessori", + "attribute": "Gioielli per le mani" + }, + { + "displayName": "bound_wrists", + "langName": "legare il polso", + "object": "Accessori", + "attribute": "Gioielli per le mani" + }, + { + "displayName": "wrist_scrunchie", + "langName": "elastici per capelli da polso", + "object": "Accessori", + "attribute": "Gioielli per le mani" + }, + { + "displayName": "shackles", + "langName": "manette", + "object": "Accessori", + "attribute": "Gioielli per le mani" + }, + { + "displayName": "chains", + "langName": "catena", + "object": "Accessori", + "attribute": "Gioielli per le mani" + }, + { + "displayName": "chain_leash", + "langName": "Catena con guinzaglio", + "object": "Accessori", + "attribute": "Gioielli per le mani" + }, + { + "displayName": "gloves", + "langName": "Guanti", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "gloves_removed", + "langName": "togliersi i guanti", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "no_gloves", + "langName": "Guanti rimossi (esistenti)", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "single_glove", + "langName": "guanto singolo", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "single_elbow_glove", + "langName": "Indossare un guanto lungo fino al gomito su una mano", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "long_gloves", + "langName": "guanti lunghi", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "elbow_gloves", + "langName": "Guanti a manica lunga (guanti da gomito)", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "bridal_gauntlets", + "langName": "guanti da sposa", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "half_gloves", + "langName": "guanti molto corti | mezzi guanti", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "fingerless_gloves", + "langName": "guanti senza dita", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "partially_fingerless_gloves", + "langName": "Guanti senza dita parziali", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "paw_gloves", + "langName": "Guanti artiglio (guanti a dita)", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "mittens", + "langName": "Guanti (guanti a due dita)", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "baseball_mitt", + "langName": "guanto da baseball", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "fur-trimmed_gloves", + "langName": "guanti con bordo grezzo", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "latex_gloves", + "langName": "guanti in lattice", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "lace-trimmed_gloves", + "langName": "guanti di pizzo", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "wears a pair of white lace gloves", + "langName": "guanti di pizzo bianco", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "leather_gloves", + "langName": "guanti di pelle", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "frilled_gloves", + "langName": "guanti di pizzo", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "mismatched_gloves", + "langName": "Guanti bicolore", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "multicolored_gloves", + "langName": "Guanti multicolori", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "asymmetrical_gloves", + "langName": "guanti asimmetrici", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "brown_gloves", + "langName": "guanti marroni", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "oven_mitts", + "langName": "Guanti isolanti", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "print_gloves", + "langName": "guanti stampati", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "striped_gloves", + "langName": "guanti a righe", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "torn_gloves", + "langName": "guanti danneggiati", + "object": "Accessori", + "attribute": "Guanti" + }, + { + "displayName": "wedding_band", + "langName": "fede nuziale", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "crystal", + "langName": "cristallo", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "gem", + "langName": "gem", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "chest_jewel", + "langName": "Gemma del forziere", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "forehead_jewel", + "langName": "gemma sulla fronte", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "tassel", + "langName": "nappa", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "belly_chain", + "langName": "catena per la pancia", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "ribbon", + "langName": "nastro", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "stitches", + "langName": "cuciture", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "bandaid", + "langName": "cerotto", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "collar", + "langName": "collare", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "steam", + "langName": "vapore", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "bell", + "langName": "campana", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "amulet", + "langName": "amuleto", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "emblem", + "langName": "distintivo", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "anchor_symbol", + "langName": "simbolo dell'ancora", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "cross", + "langName": "attraverso", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "diffraction_spikes", + "langName": "croce di diffrazione", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "iron_cross", + "langName": "Croce di ferro", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "latin_cross", + "langName": "croce latina", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "st._gloriana's_(emblem)", + "langName": "Emblema della scuola femminile St. Gloria Anna", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "heart_lock_(kantai_collection)", + "langName": "Blocco della ragazza della nave (nave C)", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "joints", + "langName": "giunto", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "kneepits", + "langName": "ginocchio", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "knee_pads", + "langName": "Ginocchiere", + "object": "Accessori", + "attribute": "Piccola decorazione" + }, + { + "displayName": "bracelet", + "langName": "Braccialetto", + "object": "Accessori", + "attribute": "Gioielli" + }, + { + "displayName": "choker", + "langName": "collare", + "object": "Accessori", + "attribute": "Gioielli" + }, + { + "displayName": "metal collar", + "langName": "collare di metallo", + "object": "Accessori", + "attribute": "Gioielli" + }, + { + "displayName": "ring", + "langName": "squillo", + "object": "Accessori", + "attribute": "Gioielli" + }, + { + "displayName": "pendant", + "langName": "pendente", + "object": "Accessori", + "attribute": "Gioielli" + }, + { + "displayName": "brooch", + "langName": "spilla", + "object": "Accessori", + "attribute": "Gioielli" + }, + { + "displayName": "bangle", + "langName": "braccialetto", + "object": "Accessori", + "attribute": "Gioielli" + }, + { + "displayName": "sunburst", + "langName": "gioielli a raggiera", + "object": "Accessori", + "attribute": "Gioielli" + }, + { + "displayName": "pearl bracelet", + "langName": "braccialetto di perle", + "object": "Accessori", + "attribute": "Gioielli" + }, + { + "displayName": "drop earrings", + "langName": "orecchino", + "object": "Accessori", + "attribute": "Gioielli" + }, + { + "displayName": "puppet rings", + "langName": "anello delle marionette", + "object": "Accessori", + "attribute": "Gioielli" + }, + { + "displayName": "corsage", + "langName": "corpetto", + "object": "Accessori", + "attribute": "Gioielli" + }, + { + "displayName": "sapphire brooch", + "langName": "Spilla zaffiro", + "object": "Accessori", + "attribute": "Gioielli" + }, + { + "displayName": "jewelry", + "langName": "gioielli", + "object": "Accessori", + "attribute": "Gioielli" + }, + { + "displayName": "necklace", + "langName": "collana", + "object": "Accessori", + "attribute": "Gioielli" + }, + { + "displayName": "stud_earrings", + "langName": "orecchini", + "object": "Accessori", + "attribute": "Gioielli" + }, + { + "displayName": "belt", + "langName": "cintura", + "object": "Accessori", + "attribute": "Accessori" + }, + { + "displayName": "fanny pack", + "langName": "marsupio", + "object": "Accessori", + "attribute": "Accessori" + }, + { + "displayName": "girdling", + "langName": "cintura", + "object": "Accessori", + "attribute": "Accessori" + }, + { + "displayName": "handbag", + "langName": "borsa a mano", + "object": "Accessori", + "attribute": "Accessori" + }, + { + "displayName": "cross-body bag", + "langName": "borsa a tracolla", + "object": "Accessori", + "attribute": "Accessori" + }, + { + "displayName": "One shoulder bag", + "langName": "borsa a tracolla", + "object": "Accessori", + "attribute": "Accessori" + }, + { + "displayName": "Canvas bag", + "langName": "borsa di tela", + "object": "Accessori", + "attribute": "Accessori" + }, + { + "displayName": "veils", + "langName": "velo", + "object": "Accessori", + "attribute": "Accessori" + }, + { + "displayName": "antiseptic mask", + "langName": "Mascherina", + "object": "Accessori", + "attribute": "Accessori" + }, + { + "displayName": "transparent_background", + "langName": "Sfondo trasparente", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "white_background", + "langName": "sfondo bianco", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "black_background", + "langName": "sfondo nero", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "grey_background", + "langName": "sfondo grigio", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "tan_background", + "langName": "sfondo seppia", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "beige_background", + "langName": "sfondo beige", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "brown_background", + "langName": "sfondo marrone", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "two-tone_background", + "langName": "sfondo duotone", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "multicolored_background", + "langName": "sfondo colorato", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "rainbow_background", + "langName": "sfondo arcobaleno", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "blurry_foreground", + "langName": "Primo piano sfocato", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "gradient_background", + "langName": "sfondo sfumato", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "abstract_background", + "langName": "sfondo astratto", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "argyle_background", + "langName": "sfondo rombo", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "checkered_background", + "langName": "Sfondo a scacchi", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "floral_background", + "langName": "Sfondo decorato con fiori", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "foral_background", + "langName": "Sfondo decorativo con motivo floreale", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "striped_background", + "langName": "sfondo macchie rotonde", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "cyberpunk", + "langName": "cyberpunk", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "scenery", + "langName": "paesaggio", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "city_lights", + "langName": "sfondo luci della città", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "starry_background", + "langName": "sfondo cielo stellato", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "sparkle_background", + "langName": "sfondo stellato scintillante", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "bubble_background", + "langName": "Sfondo di bolle", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "clock_background", + "langName": "sfondo dell'orologio", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "halftone_background", + "langName": "sfondo con motivo a pois", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "heart_background", + "langName": "sfondo pesca", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "honeycomb_background", + "langName": "Sfondo stile nido d'ape", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "plaid_background", + "langName": "sfondo tartan", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "simple_background", + "langName": "sfondo semplice", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "ban", + "langName": "Fantasia tecnologica", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "crop_top_overhang", + "langName": "Sporgenza del top corto", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "viewfinder", + "langName": "mirino della macchina fotografica", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "rounded_corners", + "langName": "Lo sfondo o la cornice hanno angoli arrotondati", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "border", + "langName": "telaio", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "outside_border", + "langName": "Parte del dipinto è fuori dalla cornice dello sfondo", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "pillarboxed", + "langName": "sfondo di tela colonnare", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "windowboxed", + "langName": "Set di cornici (sfondo)", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "flashback", + "langName": "ricorda la scena", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "background_text", + "langName": "testo di sfondo", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "wall_of_text", + "langName": "sfondo del testo", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "blurred background", + "langName": "sfondo sfocato", + "object": "Ambiente", + "attribute": "Sfondo" + }, + { + "displayName": "in spring", + "langName": "primavera", + "object": "Ambiente", + "attribute": "Stagione" + }, + { + "displayName": "in summer", + "langName": "estate", + "object": "Ambiente", + "attribute": "Stagione" + }, + { + "displayName": "in autumn", + "langName": "Autunno", + "object": "Ambiente", + "attribute": "Stagione" + }, + { + "displayName": "in winter", + "langName": "inverno", + "object": "Ambiente", + "attribute": "Stagione" + }, + { + "displayName": "(autumn maple forest:1.3),(very few fallen leaves),(path)", + "langName": "Paesaggio autunnale", + "object": "Ambiente", + "attribute": "Stagione" + }, + { + "displayName": "day", + "langName": "giorno", + "object": "Ambiente", + "attribute": "Tempo atmosferico" + }, + { + "displayName": "dusk", + "langName": "crepuscolo", + "object": "Ambiente", + "attribute": "Tempo atmosferico" + }, + { + "displayName": "night", + "langName": "notte", + "object": "Ambiente", + "attribute": "Tempo atmosferico" + }, + { + "displayName": "rain", + "langName": "piovere", + "object": "Ambiente", + "attribute": "Tempo atmosferico" + }, + { + "displayName": "snow,ice", + "langName": "ghiaccio e neve", + "object": "Ambiente", + "attribute": "Tempo atmosferico" + }, + { + "displayName": "snowflakes", + "langName": "fiocco di neve", + "object": "Ambiente", + "attribute": "Tempo atmosferico" + }, + { + "displayName": "lighting", + "langName": "fulmine", + "object": "Ambiente", + "attribute": "Tempo atmosferico" + }, + { + "displayName": "rainbow", + "langName": "arcobaleno", + "object": "Ambiente", + "attribute": "Tempo atmosferico" + }, + { + "displayName": "meteor shower", + "langName": "pioggia di meteore", + "object": "Ambiente", + "attribute": "Tempo atmosferico" + }, + { + "displayName": "cloudy", + "langName": "parzialmente nuvoloso", + "object": "Ambiente", + "attribute": "Tempo atmosferico" + }, + { + "displayName": "rainy days", + "langName": "piovere", + "object": "Ambiente", + "attribute": "Tempo atmosferico" + }, + { + "displayName": "in the rain", + "langName": "sotto la pioggia", + "object": "Ambiente", + "attribute": "Tempo atmosferico" + }, + { + "displayName": "shooting star", + "langName": "meteora", + "object": "Ambiente", + "attribute": "Tempo atmosferico" + }, + { + "displayName": "smooth fog", + "langName": "nebbia soffice", + "object": "Ambiente", + "attribute": "Tempo atmosferico" + }, + { + "displayName": "thunderstorms", + "langName": "tempesta", + "object": "Ambiente", + "attribute": "Tempo atmosferico" + }, + { + "displayName": "stormy ocean", + "langName": "mare in tempesta", + "object": "Ambiente", + "attribute": "Tempo atmosferico" + }, + { + "displayName": "ocean backdrop", + "langName": "sfondo oceano", + "object": "Ambiente", + "attribute": "Tempo atmosferico" + }, + { + "displayName": "lightning", + "langName": "fulmine", + "object": "Ambiente", + "attribute": "Tempo atmosferico" + }, + { + "displayName": "beautiful detailed sky, beautiful detailed water", + "langName": "Bel tempo e buona acqua", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "beautiful purple sunset at beach", + "langName": "tramonto sul mare", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "mountain", + "langName": "montagne", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "hills", + "langName": "colline", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "on a hill", + "langName": "montagna", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "the top of the hill", + "langName": "cima della montagna", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "forest", + "langName": "foresta", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "grove", + "langName": "foresta", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "bamboo forest", + "langName": "foresta di bambù", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "Dreamy forest", + "langName": "Foresta dei sogni (senso irreale. Particelle di luce silenziosa)", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "savanna", + "langName": "prateria", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "plateau", + "langName": "altopiano", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "valley", + "langName": "valle", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "canyon", + "langName": "canyon", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "cliff", + "langName": "scogliera", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "oasis", + "langName": "oasi", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "wasteland", + "langName": "terra desolata", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "glacier", + "langName": "ghiacciaio", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "volcano", + "langName": "vulcano", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "waterfall", + "langName": "Autunno", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "stream", + "langName": "flusso", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "river", + "langName": "fiume", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "lake", + "langName": "lago", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "ocean", + "langName": "oceano", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "sea", + "langName": "mare", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "beach", + "langName": "mare", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "on the beach", + "langName": "spiaggia", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "over the sea", + "langName": "mare", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "waves", + "langName": "onda", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "seaweed", + "langName": "alga marina", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "underwater", + "langName": "nell'acqua", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "floating island", + "langName": "isola galleggiante", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "flowers meadows", + "langName": "Prato fiorito", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "flower field", + "langName": "campo di fiori", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "flower sea", + "langName": "Mare di fiori", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "rose petals", + "langName": "petali di rosa", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "falling petals", + "langName": "fiori caduti", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "in a meadow", + "langName": "prateria", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "field", + "langName": "rurale", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "wheat field", + "langName": "campo di grano", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "rice paddy", + "langName": "risone", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "onsen", + "langName": "stazione termale", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "dripping", + "langName": "acqua che gocciola", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "swirl", + "langName": "vortice", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "ripples", + "langName": "ondulazione", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "Alps", + "langName": "Alpi", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "on a desert", + "langName": "deserto", + "object": "Ambiente", + "attribute": "Natura" + }, + { + "displayName": "sky", + "langName": "Cielo", + "object": "Ambiente", + "attribute": "Cielo" + }, + { + "displayName": "gradient_sky", + "langName": "cielo inclinato", + "object": "Ambiente", + "attribute": "Cielo" + }, + { + "displayName": "sunset", + "langName": "tramonto", + "object": "Ambiente", + "attribute": "Cielo" + }, + { + "displayName": "night_sky", + "langName": "cielo notturno", + "object": "Ambiente", + "attribute": "Cielo" + }, + { + "displayName": "starry_sky", + "langName": "cielo stellato", + "object": "Ambiente", + "attribute": "Cielo" + }, + { + "displayName": "star_(sky)", + "langName": "stelle (nel cielo)", + "object": "Ambiente", + "attribute": "Cielo" + }, + { + "displayName": "star_trail", + "langName": "scie stellari", + "object": "Ambiente", + "attribute": "Cielo" + }, + { + "displayName": "moon", + "langName": "luna", + "object": "Ambiente", + "attribute": "Cielo" + }, + { + "displayName": "crescent", + "langName": "luna crescente", + "object": "Ambiente", + "attribute": "Cielo" + }, + { + "displayName": "crescent_moon", + "langName": "luna nuova", + "object": "Ambiente", + "attribute": "Cielo" + }, + { + "displayName": "full_moon", + "langName": "luna piena", + "object": "Ambiente", + "attribute": "Cielo" + }, + { + "displayName": "moonlight", + "langName": "chiaro di luna", + "object": "Ambiente", + "attribute": "Cielo" + }, + { + "displayName": "scarlet_moon", + "langName": "luna scarlatta", + "object": "Ambiente", + "attribute": "Cielo" + }, + { + "displayName": "hyper_galaxy", + "langName": "super galassia", + "object": "Ambiente", + "attribute": "Cielo" + }, + { + "displayName": "universe", + "langName": "universo", + "object": "Ambiente", + "attribute": "Cielo" + }, + { + "displayName": "space", + "langName": "spazio", + "object": "Ambiente", + "attribute": "Cielo" + }, + { + "displayName": "planet", + "langName": "pianeta", + "object": "Ambiente", + "attribute": "Cielo" + }, + { + "displayName": "from_space_station", + "langName": "stazione spaziale", + "object": "Ambiente", + "attribute": "Cielo" + }, + { + "displayName": "satellite", + "langName": "satellitare", + "object": "Ambiente", + "attribute": "Cielo" + }, + { + "displayName": "lunar", + "langName": "lunare, _lunare;", + "object": "Ambiente", + "attribute": "Cielo" + }, + { + "displayName": "cirrus", + "langName": "cirro", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "cirrocumulus", + "langName": "Nubi cirrocumuli", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "cirrostratus", + "langName": "cirrostrato", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "altocumulus", + "langName": "Tipo Altocumulo", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "altostratus", + "langName": "Nubi altostrate", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "stratus", + "langName": "strato", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "stratocumulus", + "langName": "Stratocumulo", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "cumulus", + "langName": "cumulo", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "cumulonimbus", + "langName": "cumulonembo", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "Nimbostratus", + "langName": "Nembostrato", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "cirrus_fibratus", + "langName": "Nube di cirro", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "cirrus_uncinus", + "langName": "Nube di cirro", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "cirrus_spissatus", + "langName": "cirri densi", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "cirrus_floccus", + "langName": "Nubi cirri", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "cirrus_castellanus", + "langName": "Forte Cirrus", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "cirrus_intortus", + "langName": "nuvole caotiche", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "cirrocumulus_stratiformis", + "langName": "stratocumulo", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "cirrocumulus_floccus", + "langName": "Cirrocumulo flocculato", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "cirrocumulus_castellanus", + "langName": "Cirrocumulo castellus", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "cirrocumulus_lacunosus", + "langName": "Cirrocumulo reticolare", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "cirrostratus_fibratus", + "langName": "Cirrostrato", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "cirrostratus_nebulosus", + "langName": "cirrostrato", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "altocumulus_strataformis", + "langName": "nubi altocumuli stratiformi", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "altocumulus_lenticularis", + "langName": "nubi lenticolari altocumuli", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "altocumulus_castellanus", + "langName": "fortezza di altocumuli", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "altocumulus_floccus", + "langName": "nubi altocumuli flocculanti", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "altocumulus_lacunosus", + "langName": "altocumulo reticolare", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "altostratus_undulatus", + "langName": "nubi altostrati ondulate", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "altostratus_duplicates", + "langName": "nube altostrato composita", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "altostratus_pannus", + "langName": "altostrato frammentato", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "altostratus_translucidus", + "langName": "Nubi altostrate", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "altostratus_opacus", + "langName": "nubi altostrati oscuranti", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "altostratus_radiatus", + "langName": "nubi altostrati radiali", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "altostratus_mammatus", + "langName": "nubi altostrate dei mammiferi", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "stratus_fractus", + "langName": "nubi di strato", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "stratus_nebulosus", + "langName": "strato di nebbia nuvole", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "stratus_undulatus", + "langName": "Strato d'onda", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "stratocumulus_stratiformis", + "langName": "nubi stratocumuli", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "stratocumulus_cumulogentis", + "langName": "cumulonembo stratocumulo", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "stratocumulus_castellanus", + "langName": "nubi stratocumuliformi castellate", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "stratocumulus_lenticularis", + "langName": "nubi stratocumuli lenticolari", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "stratocumulus_lacunosus", + "langName": "stratocumulo flocculante", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "cumulus_humilis", + "langName": "Nubi cumuliformi", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "cumulus_mediocris", + "langName": "Nubi mesocumuli", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "cumulus_congestus", + "langName": "Cumulus congestus", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "cumulus_fractus", + "langName": "nubi cumuliformi", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "cumulonimbus_calvus", + "langName": "cumulonembo calvo", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "cumulonimbus_capillatus", + "langName": "Criniera del cumulonembo", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "cumulonimbus_incus", + "langName": "Incudine cumulonembo", + "object": "Ambiente", + "attribute": "Nuvola" + }, + { + "displayName": "outdoors", + "langName": "all'aperto", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "castle", + "langName": "castello", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "cyberpunk city", + "langName": "città cyberpunk", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "Bustling city", + "langName": "città vivace", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "neon lights", + "langName": "luci al neon", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "street lamp", + "langName": "lampione", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "skyscraper", + "langName": "grattacielo", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "building", + "langName": "architettura", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "gothic architecture", + "langName": "Architettura gotica", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "chinese style architecture", + "langName": "Architettura in stile antico", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "Industrial wind, Chinese architecture", + "langName": "Edifici antichi industrializzati", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "church", + "langName": "Chiesa", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "cathedral", + "langName": "cattedrale", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "mosque", + "langName": "moschea", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "torii", + "langName": "Torii", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "gohei", + "langName": "santuario", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "temple", + "langName": "tempio", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "ruins", + "langName": "resti", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "remains", + "langName": "relitto", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "fountain", + "langName": "fontana", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "park", + "langName": "giardino", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "treehouse", + "langName": "casa sull'albero", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "botanical garden", + "langName": "giardino botanico", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "grave", + "langName": "grave", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "graveyard", + "langName": "cimitero", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "tombstone", + "langName": "lapide", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "monolith", + "langName": "enorme oggetto di pietra", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "rappelling", + "langName": "Livellamento (sospensione)", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "harbor", + "langName": "porta", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "bridge", + "langName": "ponte", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "railroad tracks", + "langName": "sbarra", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "railroad", + "langName": "ferrovia", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "railway", + "langName": "ferrovia", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "train station", + "langName": "STAZIONE FERROVIARIA", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "bus stop", + "langName": "stazione degli autobus", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "phone booth", + "langName": "cabina telefonica", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "tunnel", + "langName": "tunnel", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "airport", + "langName": "Aeroporto", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "ferris wheel", + "langName": "ruota panoramica", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "carousel", + "langName": "giostra", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "waterpark", + "langName": "parco acquatico", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "stadium", + "langName": "stadio", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "arena", + "langName": "arena", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "Auditorium", + "langName": "sala", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "concert", + "langName": "concerto", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "market stall", + "langName": "bancarella del mercato", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "shop", + "langName": "negozio", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "restaurant", + "langName": "Ristorante", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "bakery", + "langName": "forno", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "convenience store", + "langName": "minimarket", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "supermarket", + "langName": "supermercato", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "pharmacy", + "langName": "farmacia", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "bar", + "langName": "sbarra", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "izakaya", + "langName": "Izakaya", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "cafe", + "langName": "caffè", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "coffee house", + "langName": "caffè", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "Trapeze", + "langName": "appendino; altalena", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "bowling alley", + "langName": "pista da bowling", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "gym", + "langName": "Palestra", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "library", + "langName": "biblioteca", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "art gallery", + "langName": "Galleria d'arte", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "museum", + "langName": "museo", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "planetarium", + "langName": "Planetario", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "swimming pool", + "langName": "piscina", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "zoo", + "langName": "zoo", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "aquarium", + "langName": "acquario", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "laboratory", + "langName": "laboratorio", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "prison", + "langName": "prigione", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "engine room", + "langName": "sala macchine", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "warehouse", + "langName": "magazzino", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "workshop", + "langName": "laboratorio", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "courtroom", + "langName": "Tribunale", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "theater", + "langName": "teatro", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "movie theater", + "langName": "Cinema", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "billiard", + "langName": "tavolo da biliardo", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "casino", + "langName": "casinò", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "playground", + "langName": "parco giochi", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "greco-roman architectur", + "langName": "Architettura romana occidentale", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "in the romanesque architecture streets", + "langName": "Strade romane", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "handrail", + "langName": "ringhiera", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "shanty town/slum", + "langName": "baraccopoli", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "modern,Europe", + "langName": "Architettura europea moderna", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "building_ruins", + "langName": "costruire rovine", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "amusement_park", + "langName": "Parco divertimenti", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "Disney_land", + "langName": "disneyland", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "wrestling_ring", + "langName": "anello di lotta", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "Japanese_hotel", + "langName": "albergo in giappone", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "jail_bars", + "langName": "sbarra della prigione", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "in_the_movie_theatre", + "langName": "nel cinema", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "architecture", + "langName": "architettura", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "magnificent_architecture", + "langName": "architettura", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "east_asian_architecture", + "langName": "architettura dell'Asia orientale", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "chinese_style_loft", + "langName": "Loft in stile cinese", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "traditional_chinese_room", + "langName": "Camera in stile tradizionale cinese", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "turret", + "langName": "torre", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "tower", + "langName": "torre", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "at the lighthouse", + "langName": "faro", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "reservoir", + "langName": "serbatoio", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "under_bridge", + "langName": "Sotto il ponte", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "rubble_ruins", + "langName": "macerie | rovine", + "object": "Ambiente", + "attribute": "All'aperto" + }, + { + "displayName": "city", + "langName": "Città", + "object": "Ambiente", + "attribute": "Città" + }, + { + "displayName": "downtown", + "langName": "centro città", + "object": "Ambiente", + "attribute": "Città" + }, + { + "displayName": "cityscape", + "langName": "paesaggio urbano", + "object": "Ambiente", + "attribute": "Città" + }, + { + "displayName": "in_main_street", + "langName": "Viale", + "object": "Ambiente", + "attribute": "Città" + }, + { + "displayName": "Intersection", + "langName": "intersezione", + "object": "Ambiente", + "attribute": "Città" + }, + { + "displayName": "street", + "langName": "strada", + "object": "Ambiente", + "attribute": "Città" + }, + { + "displayName": "avenue", + "langName": "Strada principale", + "object": "Ambiente", + "attribute": "Città" + }, + { + "displayName": "alley", + "langName": "vicolo", + "object": "Ambiente", + "attribute": "Città" + }, + { + "displayName": "crowd", + "langName": "folla", + "object": "Ambiente", + "attribute": "Città" + }, + { + "displayName": "road", + "langName": "strada", + "object": "Ambiente", + "attribute": "Città" + }, + { + "displayName": "path", + "langName": "sentiero", + "object": "Ambiente", + "attribute": "Città" + }, + { + "displayName": "pavement", + "langName": "marciapiede", + "object": "Ambiente", + "attribute": "Città" + }, + { + "displayName": "road_sign", + "langName": "cartello stradale", + "object": "Ambiente", + "attribute": "Città" + }, + { + "displayName": "traffic_cone", + "langName": "Blocco stradale", + "object": "Ambiente", + "attribute": "Città" + }, + { + "displayName": "lamppost", + "langName": "lampione", + "object": "Ambiente", + "attribute": "Città" + }, + { + "displayName": "fence", + "langName": "recinzione", + "object": "Ambiente", + "attribute": "Città" + }, + { + "displayName": "railing", + "langName": "ringhiera", + "object": "Ambiente", + "attribute": "Città" + }, + { + "displayName": "bench", + "langName": "panca", + "object": "Ambiente", + "attribute": "Città" + }, + { + "displayName": "lawn", + "langName": "prato", + "object": "Ambiente", + "attribute": "Città" + }, + { + "displayName": "vending_machine", + "langName": "distributore automatico", + "object": "Ambiente", + "attribute": "Città" + }, + { + "displayName": "indoor", + "langName": "al chiuso", + "object": "Ambiente", + "attribute": "Al chiuso" + }, + { + "displayName": "bedroom", + "langName": "camera da letto", + "object": "Ambiente", + "attribute": "Al chiuso" + }, + { + "displayName": "classroom", + "langName": "classe", + "object": "Ambiente", + "attribute": "Al chiuso" + }, + { + "displayName": "clubroom", + "langName": "club", + "object": "Ambiente", + "attribute": "Al chiuso" + }, + { + "displayName": "dark nightclub background", + "langName": "sfondo di discoteca fioca", + "object": "Ambiente", + "attribute": "Al chiuso" + }, + { + "displayName": "dormitory", + "langName": "dormitorio", + "object": "Ambiente", + "attribute": "Al chiuso" + }, + { + "displayName": "cafeteria", + "langName": "caffetteria", + "object": "Ambiente", + "attribute": "Al chiuso" + }, + { + "displayName": "kitchen", + "langName": "cucina", + "object": "Ambiente", + "attribute": "Al chiuso" + }, + { + "displayName": "toilet stall", + "langName": "cabina del water", + "object": "Ambiente", + "attribute": "Al chiuso" + }, + { + "displayName": "infirmary", + "langName": "infermeria", + "object": "Ambiente", + "attribute": "Al chiuso" + }, + { + "displayName": "art room", + "langName": "sala d'arte", + "object": "Ambiente", + "attribute": "Al chiuso" + }, + { + "displayName": "greenhouse", + "langName": "serra", + "object": "Ambiente", + "attribute": "Al chiuso" + }, + { + "displayName": "basement", + "langName": "seminterrato", + "object": "Ambiente", + "attribute": "Al chiuso" + }, + { + "displayName": "server room", + "langName": "Sala server", + "object": "Ambiente", + "attribute": "Al chiuso" + }, + { + "displayName": "electrical room", + "langName": "Sala di distribuzione", + "object": "Ambiente", + "attribute": "Al chiuso" + }, + { + "displayName": "dungeon", + "langName": "seminterrato", + "object": "Ambiente", + "attribute": "Al chiuso" + }, + { + "displayName": "otaku room", + "langName": "Stanza Otaku", + "object": "Ambiente", + "attribute": "Al chiuso" + }, + { + "displayName": "stage", + "langName": "palcoscenico", + "object": "Ambiente", + "attribute": "Al chiuso" + }, + { + "displayName": "bathing", + "langName": "bagno", + "object": "Ambiente", + "attribute": "Al chiuso" + }, + { + "displayName": "stairs", + "langName": "scale", + "object": "Ambiente", + "attribute": "Al chiuso" + }, + { + "displayName": "palace", + "langName": "palazzo", + "object": "Ambiente", + "attribute": "Al chiuso" + }, + { + "displayName": "bed", + "langName": "letto", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "wardrobe", + "langName": "Armadio", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "desk lamp", + "langName": "lampada da scrivania", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "couch", + "langName": "divano", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "tatami", + "langName": "Tatami", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "kotatsu", + "langName": "tatuatore", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "fireplace", + "langName": "camino", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "table", + "langName": "tavolo", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "school_desk", + "langName": "scrivania", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "chair", + "langName": "Sedia", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "armchair", + "langName": "poltrona", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "lounge_chair", + "langName": "sedia a sdraio", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "beach_chair", + "langName": "sedia da spiaggia", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "folding_chair", + "langName": "sedia pieghevole", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "office_chair", + "langName": "sedia da ufficio", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "wheelchair", + "langName": "sedia a rotelle", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "invisible_chair", + "langName": "sedia invisibile", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "window_", + "langName": "finestra", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "sash", + "langName": "fascia", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "curtains", + "langName": "tenda", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "sliding_doors", + "langName": "porta scorrevole", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "door", + "langName": "Porta", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "clothes_rack", + "langName": "Appendiabiti", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "air_conditioner", + "langName": "condizionatore d'aria", + "object": "Ambiente", + "attribute": "Mobilia" + }, + { + "displayName": "mattress", + "langName": "materasso; materasso", + "object": "Ambiente", + "attribute": "Biancheria da letto" + }, + { + "displayName": "bed_sheet", + "langName": "foglio", + "object": "Ambiente", + "attribute": "Biancheria da letto" + }, + { + "displayName": "futon", + "langName": "materasso giapponese", + "object": "Ambiente", + "attribute": "Biancheria da letto" + }, + { + "displayName": "pillow", + "langName": "Cuscino", + "object": "Ambiente", + "attribute": "Biancheria da letto" + }, + { + "displayName": "cushion", + "langName": "cuscino", + "object": "Ambiente", + "attribute": "Biancheria da letto" + }, + { + "displayName": "dumpling_Hug_Pillow", + "langName": "cuscino di gnocchi", + "object": "Ambiente", + "attribute": "Biancheria da letto" + }, + { + "displayName": "pillow_hug", + "langName": "cuscino", + "object": "Ambiente", + "attribute": "Biancheria da letto" + }, + { + "displayName": "yes-no_pillow", + "langName": "Cuscino Sì/No", + "object": "Ambiente", + "attribute": "Biancheria da letto" + }, + { + "displayName": "stuffed_animal", + "langName": "bambola di peluche", + "object": "Ambiente", + "attribute": "Biancheria da letto" + }, + { + "displayName": "stuffed_bunny", + "langName": "coniglio di peluche", + "object": "Ambiente", + "attribute": "Biancheria da letto" + }, + { + "displayName": "carpet", + "langName": "tappeto", + "object": "Ambiente", + "attribute": "Biancheria da letto" + }, + { + "displayName": "bathroom", + "langName": "bagno", + "object": "Ambiente", + "attribute": "Bagno" + }, + { + "displayName": "shower_head", + "langName": "soffione doccia", + "object": "Ambiente", + "attribute": "Bagno" + }, + { + "displayName": "toilet", + "langName": "toilette", + "object": "Ambiente", + "attribute": "Bagno" + }, + { + "displayName": "squat_toilet", + "langName": "Latrina", + "object": "Ambiente", + "attribute": "Bagno" + }, + { + "displayName": "soap", + "langName": "Sapone", + "object": "Ambiente", + "attribute": "Bagno" + }, + { + "displayName": "tiles", + "langName": "piastrella di ceramica", + "object": "Ambiente", + "attribute": "Bagno" + }, + { + "displayName": "rubber_duck", + "langName": "anatra di gomma", + "object": "Ambiente", + "attribute": "Bagno" + }, + { + "displayName": "bathtub,", + "langName": "vasca", + "object": "Ambiente", + "attribute": "Bagno" + }, + { + "displayName": "new year", + "langName": "Capodanno", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "year of the rabbit", + "langName": "Anno del Coniglio", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "valentine", + "langName": "San Valentino", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "lantern festival", + "langName": "Festa delle Lanterne", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "summer festival", + "langName": "festa estiva", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "tanabata", + "langName": "Festa di Qixi", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "mid-autumn festival", + "langName": "Festa di metà autunno", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "halloween", + "langName": "Halloween", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "christmas", + "langName": "Natale", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "fireworks", + "langName": "fuochi d'artificio", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "explosion", + "langName": "esplodere", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "water vapor", + "langName": "vapore", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "liquid background, Sputtered water", + "langName": "sfondo liquido", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "in the ocean", + "langName": "tramonto sul mare", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "magic circles", + "langName": "anello magico", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "fluorescent mushroom forests background", + "langName": "Foresta di funghi fluorescenti", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "(((colorful bubble)))", + "langName": "Bolle colorate", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "golden hour lighting", + "langName": "illuminazione dell'ora d'oro", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "strong rim light", + "langName": "Luce del cerchio forte", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "against backlight at dusk", + "langName": "Serata con le spalle al sole", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "intense shadows", + "langName": "ombra forte", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "ceiling window", + "langName": "Finestre dal pavimento al soffitto", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "colourful glass", + "langName": "vetrata colorata", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "stain glass", + "langName": "vetrata colorata", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "Graffiti wall", + "langName": "muro di graffiti", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "mosaic background", + "langName": "sfondo mosaico", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "notebook", + "langName": "quaderno", + "object": "Cosa", + "attribute": "Materiale scolastico" + }, + { + "displayName": "pencil", + "langName": "matita", + "object": "Cosa", + "attribute": "Materiale scolastico" + }, + { + "displayName": "paintbrush", + "langName": "spazzola", + "object": "Cosa", + "attribute": "Materiale scolastico" + }, + { + "displayName": "book", + "langName": "Libro", + "object": "Cosa", + "attribute": "Materiale scolastico" + }, + { + "displayName": "open_book", + "langName": "libro aperto", + "object": "Cosa", + "attribute": "Materiale scolastico" + }, + { + "displayName": "book_stack", + "langName": "pila di libri", + "object": "Cosa", + "attribute": "Materiale scolastico" + }, + { + "displayName": "bookshelf", + "langName": "libreria", + "object": "Cosa", + "attribute": "Materiale scolastico" + }, + { + "displayName": "school_bag", + "langName": "Borsa da scuola (borsa a mano)", + "object": "Cosa", + "attribute": "Materiale scolastico" + }, + { + "displayName": "backpack", + "langName": "Zaino", + "object": "Cosa", + "attribute": "Materiale scolastico" + }, + { + "displayName": "computer", + "langName": "computer", + "object": "Cosa", + "attribute": "Attrezzatura digitale" + }, + { + "displayName": "mouse", + "langName": "topo", + "object": "Cosa", + "attribute": "Attrezzatura digitale" + }, + { + "displayName": "cellphone", + "langName": "telefono cellulare", + "object": "Cosa", + "attribute": "Attrezzatura digitale" + }, + { + "displayName": "Smartphones", + "langName": "Smartphone", + "object": "Cosa", + "attribute": "Attrezzatura digitale" + }, + { + "displayName": "nintendo_switch", + "langName": "interruttore nintendo", + "object": "Cosa", + "attribute": "Attrezzatura digitale" + }, + { + "displayName": "handheld_game_console", + "langName": "console di gioco portatile", + "object": "Cosa", + "attribute": "Attrezzatura digitale" + }, + { + "displayName": "nintendo_3ds", + "langName": "Nintendo 3ds", + "object": "Cosa", + "attribute": "Attrezzatura digitale" + }, + { + "displayName": "nintendo_ds", + "langName": "Nintendo DS", + "object": "Cosa", + "attribute": "Attrezzatura digitale" + }, + { + "displayName": "cable", + "langName": "cavo", + "object": "Cosa", + "attribute": "Attrezzatura digitale" + }, + { + "displayName": "power_lines", + "langName": "cavo di alimentazione", + "object": "Cosa", + "attribute": "Attrezzatura digitale" + }, + { + "displayName": "buttons", + "langName": "pulsante", + "object": "Cosa", + "attribute": "Attrezzatura digitale" + }, + { + "displayName": "fork", + "langName": "forchetta", + "object": "Cosa", + "attribute": "Stoviglie" + }, + { + "displayName": "spoon", + "langName": "cucchiaio", + "object": "Cosa", + "attribute": "Stoviglie" + }, + { + "displayName": "chopsticks", + "langName": "Bacchette", + "object": "Cosa", + "attribute": "Stoviglie" + }, + { + "displayName": "ladle", + "langName": "mestolo", + "object": "Cosa", + "attribute": "Stoviglie" + }, + { + "displayName": "plate", + "langName": "piatto", + "object": "Cosa", + "attribute": "Stoviglie" + }, + { + "displayName": "bowl", + "langName": "ciotola", + "object": "Cosa", + "attribute": "Stoviglie" + }, + { + "displayName": "cup", + "langName": "tazza", + "object": "Cosa", + "attribute": "Stoviglie" + }, + { + "displayName": "drinking_glass", + "langName": "tazza d'acqua", + "object": "Cosa", + "attribute": "Stoviglie" + }, + { + "displayName": "tumbler", + "langName": "Vetro comune", + "object": "Cosa", + "attribute": "Stoviglie" + }, + { + "displayName": "beer_mug", + "langName": "boccale di birra", + "object": "Cosa", + "attribute": "Stoviglie" + }, + { + "displayName": "pot", + "langName": "pentola", + "object": "Cosa", + "attribute": "Stoviglie" + }, + { + "displayName": "teapot", + "langName": "teiera", + "object": "Cosa", + "attribute": "Stoviglie" + }, + { + "displayName": "tray", + "langName": "vassoio", + "object": "Cosa", + "attribute": "Stoviglie" + }, + { + "displayName": "soda_can", + "langName": "bevande in lattina", + "object": "Cosa", + "attribute": "Stoviglie" + }, + { + "displayName": "can", + "langName": "vaso", + "object": "Cosa", + "attribute": "Stoviglie" + }, + { + "displayName": "candle", + "langName": "Candela", + "object": "Cosa", + "attribute": "Stoviglie" + }, + { + "displayName": "gift_box", + "langName": "scatola regalo", + "object": "Cosa", + "attribute": "Stoviglie" + }, + { + "displayName": "heart-shaped_box", + "langName": "Scatola regalo a forma di cuore", + "object": "Cosa", + "attribute": "Stoviglie" + }, + { + "displayName": "music", + "langName": "musica", + "object": "Cosa", + "attribute": "Strumento musicale" + }, + { + "displayName": "guitar", + "langName": "Chitarra", + "object": "Cosa", + "attribute": "Strumento musicale" + }, + { + "displayName": "piano", + "langName": "pianoforte", + "object": "Cosa", + "attribute": "Strumento musicale" + }, + { + "displayName": "cello", + "langName": "Violoncello", + "object": "Cosa", + "attribute": "Strumento musicale" + }, + { + "displayName": "playing_instrument", + "langName": "suonare uno strumento", + "object": "Cosa", + "attribute": "Strumento musicale" + }, + { + "displayName": "wind_chime", + "langName": "campanelli eolici", + "object": "Cosa", + "attribute": "Strumento musicale" + }, + { + "displayName": "Accordion", + "langName": "fisarmonica", + "object": "Cosa", + "attribute": "Strumento musicale" + }, + { + "displayName": "Saxophone", + "langName": "sassofono", + "object": "Cosa", + "attribute": "Strumento musicale" + }, + { + "displayName": "umbrella", + "langName": "Ombrello", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "transparent_umbrella", + "langName": "ombrello trasparente", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "closed_umbrella", + "langName": "ombrello chiuso", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "oil-paper_umbrella", + "langName": "Ombrello di carta oleata", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "Parasol", + "langName": "parasole", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "folding_fan", + "langName": "ventaglio pieghevole", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "paper_fan", + "langName": "ventaglio di carta", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "uchiwa", + "langName": "ventilatore rotondo", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "camera", + "langName": "telecamera", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "lantern/lamp", + "langName": "lanterna", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "basket", + "langName": "cestino", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "bucket", + "langName": "secchio", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "pail", + "langName": "secchio", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "water_bottle", + "langName": "bottiglia d'acqua", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "lotion", + "langName": "protezione solare | crema corpo", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "lotion_bottle", + "langName": "bottiglia di lozione", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "key", + "langName": "chiave", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "coin", + "langName": "coniare", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "money", + "langName": "soldi", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "trading_card", + "langName": "carte collezionabili", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "playing_card", + "langName": "carte da gioco", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "chess_piece", + "langName": "pezzo", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "ofuda", + "langName": "talismano", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "wand", + "langName": "bacchetta magica", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "magic", + "langName": "magia", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "riding_crop", + "langName": "frustino", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "whip", + "langName": "frusta", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "microphone", + "langName": "microfono", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "sack", + "langName": "sacco", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "scales", + "langName": "scale", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "trophy", + "langName": "trofeo", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "molecule", + "langName": "molecolare", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "diamond_(shape)", + "langName": "diamante (forma)", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "chibi_inset", + "langName": "illustrazione chibi", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "damaged", + "langName": "danno", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "gourd", + "langName": "zucca", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "mimikaki", + "langName": "stuzzicadenti", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "hammer", + "langName": "martello", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "inlet", + "langName": "Entrata", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "stubble", + "langName": "stoppia", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "Cassette", + "langName": "cassetta a nastro", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "Lever", + "langName": "leva, leva", + "object": "Cosa", + "attribute": "Altri articoli" + }, + { + "displayName": "weapon", + "langName": "braccia", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "huge_weapon", + "langName": "armi di grandi dimensioni", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "planted_weapon", + "langName": "Armi inserite nel terreno", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "broken_weapon", + "langName": "arma rotta", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "weapon_on_back", + "langName": "armi sulla schiena", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "weapon_over_shoulder", + "langName": "arma da spalla", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "sword", + "langName": "coltello", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "planted_sword", + "langName": "Spada in piedi", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "scabbard", + "langName": "fodero", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "katana", + "langName": "Catana", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "saber_(weapon)", + "langName": "sciabola (arma)", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "dagger", + "langName": "pugnale", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "axe", + "langName": "ascia", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "hatchet", + "langName": "accetta", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "stake", + "langName": "bastone", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "lance", + "langName": "lancia", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "trident", + "langName": "tridente", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "bow_(weapon)", + "langName": "arco", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "arrow", + "langName": "freccia", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "scythe", + "langName": "falce", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "claw_(weapon)", + "langName": "artiglio (arma)", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "nose_hatchet", + "langName": "accetta", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "gun", + "langName": "pistola", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "handgun", + "langName": "pistola", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "thompson_submachine_gun", + "langName": "mitragliatrice thompson", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "magazine_(weapon)", + "langName": "rivista (arma)", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "dynamite", + "langName": "dinamite glicerina", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "bomb", + "langName": "bomba", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "track missiles", + "langName": "missile di tracciamento", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "cannon", + "langName": "cannone", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "tank", + "langName": "cisterna", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "military_vehicle", + "langName": "veicoli militari", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "motorcycle", + "langName": "motociclo", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "car", + "langName": "auto", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "watercraft", + "langName": "nave", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "ship", + "langName": "nave", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "machine", + "langName": "meccanico", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "machinery", + "langName": "Braccia meccaniche", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "mechanical_arms", + "langName": "Braccio robotico", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "mechanization", + "langName": "Meccanizzazione", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "robot_joints", + "langName": "giunto meccanico", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "variable_fighter", + "langName": "Macchina Macross", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "sorcerer's_sutra_scroll", + "langName": "Sutra del diavolo", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "scissors", + "langName": "Forbici", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "rifle,", + "langName": "fucile", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "complex Trajectory", + "langName": "Coda del sentiero", + "object": "Cosa", + "attribute": "Braccia" + }, + { + "displayName": "food", + "langName": "cibo", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "makizushi", + "langName": "Sushi con rotolo di nori", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "onigiri", + "langName": "polpette di riso", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "obento", + "langName": "conveniente", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "ramen", + "langName": "Tagliatelle tirate a mano", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "noodles", + "langName": "Tagliatella", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "tempura", + "langName": "Tempura", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "wagashi", + "langName": "dolciumi giapponesi", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "dango", + "langName": "gnocchi", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "taiyaki", + "langName": "Tayaki", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "sweet_potato", + "langName": "patata dolce", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "cake", + "langName": "torta", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "pancake", + "langName": "muffin", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "sweets", + "langName": "caramella", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "candy", + "langName": "caramella", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "candy_apple", + "langName": "mela candita", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "candy_cane", + "langName": "Lecca lecca", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "cookie", + "langName": "biscotto", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "cream", + "langName": "crema", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "ice_cream", + "langName": "gelato", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "doughnut", + "langName": "Ciambella", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "pasties", + "langName": "torta", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "sundae", + "langName": "gelato", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "burger", + "langName": "Hamburger", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "egg", + "langName": "uovo", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "meat", + "langName": "Carne", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "fruit", + "langName": "frutta", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "apple", + "langName": "mela", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "peach", + "langName": "pesca", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "aubergine", + "langName": "melanzana", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "carrot", + "langName": "carota", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "chips", + "langName": "patatine fritte", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "potato_chips", + "langName": "patatine fritte", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "telstar", + "langName": "Calcio Telstar", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "jam", + "langName": "marmellata", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "pocky", + "langName": "Pocky", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "food_stand", + "langName": "bancarella di cibo", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "food_in_mouth", + "langName": "cibo in bocca", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "food_on_body", + "langName": "cibo sul corpo", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "food_print", + "langName": "stampa alimentare", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "in_food", + "langName": "(carattere) nel cibo", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "coffee", + "langName": "caffè", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "tea", + "langName": "Tè", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "teacup", + "langName": "tazza", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "sake", + "langName": "Sakè giapponese", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "wine", + "langName": "vino", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "drink", + "langName": "bevande", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "bottled_water", + "langName": "acqua in bottiglia", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "A_sushi_roll", + "langName": "rotolo di sushi", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "cigarette", + "langName": "sigaretta", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "cotton_candy_", + "langName": "Marshmallow", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "Gelatin", + "langName": "Gelatina, budino", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "kafuu_chino", + "langName": "Cavolfiore", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "food_on_", + "langName": "cibo sul viso", + "object": "Cosa", + "attribute": "Cibo" + }, + { + "displayName": "mammal", + "langName": "mammifero", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "reptile", + "langName": "rettile", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "bird", + "langName": "uccello", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "crow", + "langName": "corvo", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "penguin", + "langName": "pinguino", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "chick", + "langName": "pulcino", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "dragonfly", + "langName": "libellula", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "whale", + "langName": "balena", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "cat", + "langName": "gatto", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "dog", + "langName": "cane", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "fox", + "langName": "volpe", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "bunny", + "langName": "coniglio", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "snow_bunny", + "langName": "lepre scarpa da neve", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "wolf", + "langName": "Lupo", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "horse", + "langName": "cavallo", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "cow", + "langName": "bue", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "tiger", + "langName": "tigre", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "bear", + "langName": "Orso", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "panda", + "langName": "panda", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "teddy_bear", + "langName": "orsacchiotto di peluche", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "hamster", + "langName": "criceto", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "squirrel", + "langName": "scoiattolo", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "snake", + "langName": "serpente", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "dragon", + "langName": "drago", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "eastern_dragon", + "langName": "Drago orientale", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "loong", + "langName": "drago cinese", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "slime", + "langName": "Melma", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "bat", + "langName": "pipistrello", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "shell", + "langName": "conchiglia", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "cat_teaser", + "langName": "gatto divertente", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "dog_tags", + "langName": "targhette per cani", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "wriggle_nightbug", + "langName": "verme notturno strisciante", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "manjuu_(azur_lane)", + "langName": "Piuttosto cinguettante", + "object": "Cosa", + "attribute": "Animale" + }, + { + "displayName": "plant", + "langName": "pianta", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "flower", + "langName": "fiore", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "flower_bloom", + "langName": "i fiori sbocciano", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "bouquet", + "langName": "mazzo di fiori", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "vase", + "langName": "vaso", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "orchid", + "langName": "orchidea", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "lily", + "langName": "giglio", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "rose", + "langName": "Rosa", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "spider_lily", + "langName": "Fiore dell'altra sponda", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "hibiscus", + "langName": "fiore di ibisco", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "hydrangea", + "langName": "ortensie", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "cherry_blossoms", + "langName": "fiori di ciliegio", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "plum_blossom", + "langName": "prugna bozzolo", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "wisteria", + "langName": "Glicine", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "lotus", + "langName": "loto", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "narcissu", + "langName": "Narciso", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "chrysanthemum", + "langName": "crisantemo", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "entangled_plants", + "langName": "piante aggrovigliate", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "tree", + "langName": "Albero", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "pine_tree", + "langName": "pino", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "palm_tree", + "langName": "palma", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "maple_tree", + "langName": "acero", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "branch", + "langName": "rami", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "maple_leaf", + "langName": "foglia d'acero", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "christmas_tree", + "langName": "Albero di Natale", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "pumpkin", + "langName": "zucca", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "jack-o'-lantern", + "langName": "lanterna di zucca", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "spring_onion", + "langName": "cipolle verdi", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "bamboo", + "langName": "bambù", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "bush", + "langName": "arbusto", + "object": "Cosa", + "attribute": "Pianta" + }, + { + "displayName": "Sunlight", + "langName": "Luce solare", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "Natural Lighting", + "langName": "illuminazione naturale", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "Artificial Lighting", + "langName": "illuminazione artificiale", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "Studio Lighting", + "langName": "illuminazione da studio", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "Volumetric Lighting", + "langName": "Luce volumetrica", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "volumetric Light", + "langName": "Luce volumetrica", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "Volumetric", + "langName": "Volumetrico", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "Frontlight", + "langName": "luce superiore", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "Halfrear Lighting", + "langName": "Retroilluminazione laterale a metà", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "Backlight", + "langName": "retroilluminazione", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "Rim Lighting", + "langName": "luce del cerchio", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "Floodlight", + "langName": "proiettore", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "LED light", + "langName": "Luce LED", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "Spotlight", + "langName": "riflettore", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "Marquee", + "langName": "tendone", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "Strobe", + "langName": "flash", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "Strobe Light", + "langName": "luci flash", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "Stroboscope", + "langName": "luce stroboscopica", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "bright", + "langName": "luminoso", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "Ultrabright", + "langName": "super luminoso", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "Electromagnetic Spectrum", + "langName": "spettro elettromagnetico", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "Infrared", + "langName": "infrarosso", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "Ultraviolet", + "langName": "Raggi UV", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "UV", + "langName": "UV", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "X-Ray", + "langName": "Raggi X", + "object": "Effetti di luce e ombra", + "attribute": "Sorgente luminosa" + }, + { + "displayName": "Cinematic Lighting", + "langName": "Illuminazione cinematografica", + "object": "Effetti di luce e ombra", + "attribute": "Effetti di luce" + }, + { + "displayName": "moody lighting", + "langName": "Illuminazione ambientale", + "object": "Effetti di luce e ombra", + "attribute": "Effetti di luce" + }, + { + "displayName": "Tyndall effect", + "langName": "Effetto Tyndall", + "object": "Effetti di luce e ombra", + "attribute": "Effetti di luce" + }, + { + "displayName": "light leaks", + "langName": "effetto perdita di luce", + "object": "Effetti di luce e ombra", + "attribute": "Effetti di luce" + }, + { + "displayName": "glowing neon lights", + "langName": "luci al neon", + "object": "Effetti di luce e ombra", + "attribute": "Effetti di luce" + }, + { + "displayName": "Rays of Shimmering Light", + "langName": "luce lampeggiante", + "object": "Effetti di luce e ombra", + "attribute": "Effetti di luce" + }, + { + "displayName": "Crepuscular Rays", + "langName": "luce fioca", + "object": "Effetti di luce e ombra", + "attribute": "Effetti di luce" + }, + { + "displayName": "Crackle Tube", + "langName": "tubo di accensione", + "object": "Effetti di luce e ombra", + "attribute": "Effetti di luce" + }, + { + "displayName": "Tesla Coil", + "langName": "Bobina di Tesla", + "object": "Effetti di luce e ombra", + "attribute": "Effetti di luce" + }, + { + "displayName": "Plasma Globe", + "langName": "palla al plasma", + "object": "Effetti di luce e ombra", + "attribute": "Effetti di luce" + }, + { + "displayName": "Glow Stick", + "langName": "bastoncino luminoso", + "object": "Effetti di luce e ombra", + "attribute": "Effetti di luce" + }, + { + "displayName": "Neon Lamp", + "langName": "luci al neon", + "object": "Effetti di luce e ombra", + "attribute": "Effetti di luce" + }, + { + "displayName": "lens flare", + "langName": "Riflesso dell'obiettivo (retroilluminazione)", + "object": "Effetti di luce e ombra", + "attribute": "Effetti di luce" + }, + { + "displayName": "Contre-Jour", + "langName": "Contro il giorno", + "object": "Effetti di luce e ombra", + "attribute": "Effetti di luce" + }, + { + "displayName": "Rembrandt Lighting", + "langName": "Illuminazione di Rembrandt", + "object": "Effetti di luce e ombra", + "attribute": "Effetti di luce" + }, + { + "displayName": "Split Lighting", + "langName": "Illuminazione divisa", + "object": "Effetti di luce e ombra", + "attribute": "Effetti di luce" + }, + { + "displayName": "Beautiful Lighting", + "langName": "belle luci", + "object": "Effetti di luce e ombra", + "attribute": "Effetti di luce" + }, + { + "displayName": "Accent Lighting", + "langName": "Illuminazione d'accento", + "object": "Effetti di luce e ombra", + "attribute": "Effetti di luce" + }, + { + "displayName": "Global Illumination", + "langName": "illuminazione globale", + "object": "Effetti di luce e ombra", + "attribute": "Effetti di luce" + }, + { + "displayName": "Lumen Global Illumination", + "langName": "Illuminazione globale lumen", + "object": "Effetti di luce e ombra", + "attribute": "Effetti di luce" + }, + { + "displayName": "Screen Space Global Illumination", + "langName": "illuminazione globale dello spazio dello schermo", + "object": "Effetti di luce e ombra", + "attribute": "Effetti di luce" + }, + { + "displayName": "Ray Tracing Global Illumination", + "langName": "Illuminazione globale con tracciamento dei raggi", + "object": "Effetti di luce e ombra", + "attribute": "Effetti di luce" + }, + { + "displayName": "Incandescent", + "langName": "lampada ad incandescenza", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Fluorescent", + "langName": "Fluorescente", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Fluorescent Lamp", + "langName": "tubo fluorescente", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Halogen", + "langName": "alogeno", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Halogen Lamp", + "langName": "Lampada alogena", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Xenon Lamp", + "langName": "lampada allo xeno", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Krypton Lamp", + "langName": "lampada a gas kripton", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Argon Lamp", + "langName": "Lampada ad argon", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Helium Lamp", + "langName": "Lampada ad elio", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Edison Bulb", + "langName": "Lampadina Edison", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Vacuum Tube Lamp", + "langName": "Lampada a tubo vuoto", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Nixie Tube", + "langName": "Tubo Nixie", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Carbide Lamp", + "langName": "lampada al carburo di calcio", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Argand Lamp", + "langName": "Lampada all'Argan", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Diya Lamp", + "langName": "lampada al burro", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Lantern", + "langName": "lanterna", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Schwarz Lantern", + "langName": "Lanterna Nera", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Nightlight", + "langName": "luce notturna", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Christmas Lights", + "langName": "Luci di Natale", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Optical Fiber", + "langName": "fibra ottica", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Electroluminescent Wire", + "langName": "Filo luminoso", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Laser", + "langName": "laser", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Flare", + "langName": "bagliore", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "rim light", + "langName": "luce del cerchio", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "metallic luster", + "langName": "lucentezza metallica", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "background light", + "langName": "luce di sfondo", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "available light", + "langName": "luce naturale", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Electric Arc", + "langName": "arco", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Soft Lighting", + "langName": "luce soffusa", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "Hard Lighting", + "langName": "abbagliamento", + "object": "Effetti di luce e ombra", + "attribute": "Leggero" + }, + { + "displayName": "CRT", + "langName": "tubo a raggi catodici", + "object": "Effetti di luce e ombra", + "attribute": "Tecnologia di visualizzazione" + }, + { + "displayName": "LCD", + "langName": "Schermo LCD", + "object": "Effetti di luce e ombra", + "attribute": "Tecnologia di visualizzazione" + }, + { + "displayName": "LED", + "langName": "Schermo LED", + "object": "Effetti di luce e ombra", + "attribute": "Tecnologia di visualizzazione" + }, + { + "displayName": "OLED", + "langName": "Schermo OLED", + "object": "Effetti di luce e ombra", + "attribute": "Tecnologia di visualizzazione" + }, + { + "displayName": "AMOLED", + "langName": "Schermo AMOLED", + "object": "Effetti di luce e ombra", + "attribute": "Tecnologia di visualizzazione" + }, + { + "displayName": "7 Segment Display", + "langName": "display a sette segmenti", + "object": "Effetti di luce e ombra", + "attribute": "Tecnologia di visualizzazione" + }, + { + "displayName": "Dot Matrix Display", + "langName": "display a matrice di punti", + "object": "Effetti di luce e ombra", + "attribute": "Tecnologia di visualizzazione" + }, + { + "displayName": "Electroluminescent Display", + "langName": "display elettroluminescente", + "object": "Effetti di luce e ombra", + "attribute": "Tecnologia di visualizzazione" + }, + { + "displayName": "Vacuum Fluorescent Display", + "langName": "display fluorescente sotto vuoto", + "object": "Effetti di luce e ombra", + "attribute": "Tecnologia di visualizzazione" + }, + { + "displayName": "Phosphor Display", + "langName": "display fluorescente", + "object": "Effetti di luce e ombra", + "attribute": "Tecnologia di visualizzazione" + }, + { + "displayName": "Plasma Display", + "langName": "schermo al plasma", + "object": "Effetti di luce e ombra", + "attribute": "Tecnologia di visualizzazione" + }, + { + "displayName": "Quantum Dot", + "langName": "punti quantici", + "object": "Effetti di luce e ombra", + "attribute": "Tecnologia di visualizzazione" + }, + { + "displayName": "Quantum Dot Display", + "langName": "Display a punti quantici", + "object": "Effetti di luce e ombra", + "attribute": "Tecnologia di visualizzazione" + }, + { + "displayName": "Optics", + "langName": "Ottica", + "object": "Effetti di luce e ombra", + "attribute": "Tecnologia di visualizzazione" + }, + { + "displayName": "Rough", + "langName": "ruvido", + "object": "Effetti di luce e ombra", + "attribute": "Riflessione/Rifrazione" + }, + { + "displayName": "Matte", + "langName": "opaco", + "object": "Effetti di luce e ombra", + "attribute": "Riflessione/Rifrazione" + }, + { + "displayName": "Glossy", + "langName": "lustro", + "object": "Effetti di luce e ombra", + "attribute": "Riflessione/Rifrazione" + }, + { + "displayName": "smooth", + "langName": "liscio", + "object": "Effetti di luce e ombra", + "attribute": "Riflessione/Rifrazione" + }, + { + "displayName": "Shiny", + "langName": "lucido", + "object": "Effetti di luce e ombra", + "attribute": "Riflessione/Rifrazione" + }, + { + "displayName": "Reflective", + "langName": "Riflettente", + "object": "Effetti di luce e ombra", + "attribute": "Riflessione/Rifrazione" + }, + { + "displayName": "Polished", + "langName": "lucidatura", + "object": "Effetti di luce e ombra", + "attribute": "Riflessione/Rifrazione" + }, + { + "displayName": "Shadows", + "langName": "ombra", + "object": "Effetti di luce e ombra", + "attribute": "Riflessione/Rifrazione" + }, + { + "displayName": "Shimmer", + "langName": "luccicare", + "object": "Effetti di luce e ombra", + "attribute": "Riflessione/Rifrazione" + }, + { + "displayName": "Shimmering", + "langName": "frizzante", + "object": "Effetti di luce e ombra", + "attribute": "Riflessione/Rifrazione" + }, + { + "displayName": "Caustics", + "langName": "Caustiche", + "object": "Effetti di luce e ombra", + "attribute": "Riflessione/Rifrazione" + }, + { + "displayName": "Refractive", + "langName": "rifrazione", + "object": "Effetti di luce e ombra", + "attribute": "Riflessione/Rifrazione" + }, + { + "displayName": "reflection light", + "langName": "riflessione della luce", + "object": "Effetti di luce e ombra", + "attribute": "Riflessione/Rifrazione" + }, + { + "displayName": "Ray Tracing Reflections", + "langName": "Riflessioni tracciate dai raggi", + "object": "Effetti di luce e ombra", + "attribute": "Riflessione/Rifrazione" + }, + { + "displayName": "Lumen Reflections", + "langName": "Riflessione del lume", + "object": "Effetti di luce e ombra", + "attribute": "Riflessione/Rifrazione" + }, + { + "displayName": "Screen Space Reflections", + "langName": "riflessione dello spazio sullo schermo", + "object": "Effetti di luce e ombra", + "attribute": "Riflessione/Rifrazione" + }, + { + "displayName": "ray tracing", + "langName": "Tracciamento dei raggi", + "object": "Effetti di luce e ombra", + "attribute": "Riflessione/Rifrazione" + }, + { + "displayName": "Ambient Occlusion", + "langName": "occlusione ambientale", + "object": "Effetti di luce e ombra", + "attribute": "Riflessione/Rifrazione" + }, + { + "displayName": "Scattering", + "langName": "dispersione", + "object": "Effetti di luce e ombra", + "attribute": "Riflessione/Rifrazione" + }, + { + "displayName": "Diffraction Grading", + "langName": "reticolo di diffrazione", + "object": "Effetti di luce e ombra", + "attribute": "Riflessione/Rifrazione" + }, + { + "displayName": "RGB Displacement", + "langName": "Spostamento RGB", + "object": "Effetti di luce e ombra", + "attribute": "Riflessione/Rifrazione" + }, + { + "displayName": "Glowing", + "langName": "incandescenza", + "object": "Effetti di luce e ombra", + "attribute": "Incandescenza" + }, + { + "displayName": "Glow-In-The-Dark", + "langName": "luminoso", + "object": "Effetti di luce e ombra", + "attribute": "Incandescenza" + }, + { + "displayName": "Bioluminescence", + "langName": "bioluminescenza", + "object": "Effetti di luce e ombra", + "attribute": "Incandescenza" + }, + { + "displayName": "Photoluminescence", + "langName": "Fotoluminescenza", + "object": "Effetti di luce e ombra", + "attribute": "Incandescenza" + }, + { + "displayName": "Chemiluminescence", + "langName": "chemiluminescenza", + "object": "Effetti di luce e ombra", + "attribute": "Incandescenza" + }, + { + "displayName": "Cathodoluminescence", + "langName": "catodoluminescenza", + "object": "Effetti di luce e ombra", + "attribute": "Incandescenza" + }, + { + "displayName": "Electroluminescence", + "langName": "elettroluminescenza", + "object": "Effetti di luce e ombra", + "attribute": "Incandescenza" + }, + { + "displayName": "Radioluminescence", + "langName": "Radioluminescenza", + "object": "Effetti di luce e ombra", + "attribute": "Incandescenza" + }, + { + "displayName": "Fluorescence", + "langName": "fluorescenza", + "object": "Effetti di luce e ombra", + "attribute": "Incandescenza" + }, + { + "displayName": "Phosphorescence", + "langName": "Fosforescenza", + "object": "Effetti di luce e ombra", + "attribute": "Incandescenza" + }, + { + "displayName": "Thermoluminescence", + "langName": "termoluminescenza", + "object": "Effetti di luce e ombra", + "attribute": "Incandescenza" + }, + { + "displayName": "Electrochemiluminescence", + "langName": "Elettrochemiluminescenza", + "object": "Effetti di luce e ombra", + "attribute": "Incandescenza" + }, + { + "displayName": "Crystalloluminescence", + "langName": "bagliore cristallino", + "object": "Effetti di luce e ombra", + "attribute": "Incandescenza" + }, + { + "displayName": "Piezoluminescence", + "langName": "Luminescenza piezoelettrica", + "object": "Effetti di luce e ombra", + "attribute": "Incandescenza" + }, + { + "displayName": "Triboluminescence", + "langName": "triboluminescenza", + "object": "Effetti di luce e ombra", + "attribute": "Incandescenza" + }, + { + "displayName": "Mechanoluminescence", + "langName": "Luminescenza meccanica", + "object": "Effetti di luce e ombra", + "attribute": "Incandescenza" + }, + { + "displayName": "Lyoluminescence", + "langName": "Fotoluminescenza", + "object": "Effetti di luce e ombra", + "attribute": "Incandescenza" + }, + { + "displayName": "Candoluminescence", + "langName": "lume di candela", + "object": "Effetti di luce e ombra", + "attribute": "Incandescenza" + }, + { + "displayName": "Fractoluminescence", + "langName": "I frammenti brillano", + "object": "Effetti di luce e ombra", + "attribute": "Incandescenza" + }, + { + "displayName": "Sonoluminescence", + "langName": "Sonoluminescenza", + "object": "Effetti di luce e ombra", + "attribute": "Incandescenza" + }, + { + "displayName": "Translucidluminescence", + "langName": "bagliore traslucido", + "object": "Effetti di luce e ombra", + "attribute": "Incandescenza" + }, + { + "displayName": "Materiality", + "langName": "Materialità", + "object": "Effetti di luce e ombra", + "attribute": "Incandescenza" + }, + { + "displayName": "black", + "langName": "nero", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "darkgray", + "langName": "grigio scuro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "gray", + "langName": "grigio", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "lightslategray", + "langName": "grigio ardesia brillante", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "slategray", + "langName": "colore pietra grigia", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "darkslategray", + "langName": "verde scuro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "lightgray", + "langName": "grigio chiaro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "gainsboro", + "langName": "Il grigio di Geng", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "white", + "langName": "Bianco", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "whitesmoke", + "langName": "colore fumo bianco", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "snow", + "langName": "bianco come la neve", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "ghostwhite", + "langName": "fantasma bianco", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "floralwhite", + "langName": "fiore bianco", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "linen", + "langName": "colore lino", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "antiquewhite", + "langName": "bianco antico", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "oldlace", + "langName": "presbiopia", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "ivory", + "langName": "avorio", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "seashell", + "langName": "conchiglia bianca", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "mintcream", + "langName": "crema alla menta", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "honeydew", + "langName": "color miele", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "azure", + "langName": "azzurro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "aliceblue", + "langName": "alice blu", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "lavender", + "langName": "colore lavanda", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "lightsteelblue", + "langName": "blu acciaio chiaro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "slateblue", + "langName": "pietra blu", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "mediumslateblue", + "langName": "blu ardesia medio", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "lightblue", + "langName": "azzurro chiaro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "powderblue", + "langName": "azzurro polvere", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "skyblue", + "langName": "blu cielo profondo", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "cornflowerblue", + "langName": "blu fiordaliso", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "royalblue", + "langName": "blu reale", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "mediumblue", + "langName": "blu medio", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "blue", + "langName": "blu", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "darkblue", + "langName": "blu scuro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "navy", + "langName": "blu navy", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "midnightblue", + "langName": "blu notte", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "teal", + "langName": "grigio scuro blu", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "darkcyan", + "langName": "Verde acqua", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "cadetblue", + "langName": "ciano scuro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "mediumturquoise", + "langName": "turchese scuro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "darkturquoise", + "langName": "verde mare chiaro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "turquoise", + "langName": "turchese medio", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "paleturquoise", + "langName": "ciano chiaro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "aquamarine", + "langName": "turchese", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "lightcyan", + "langName": "blu", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "cyan", + "langName": "turchese", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "dodgerblue", + "langName": "schivare il blu", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "darkgreen", + "langName": "verde", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "green", + "langName": "verde foresta", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "forestgreen", + "langName": "verde mare", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "seagreen", + "langName": "Verde Zhonghai", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "mediumseagreen", + "langName": "colore smeraldo medio", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "mediumaquamarine", + "langName": "verde mare scuro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "darkseagreen", + "langName": "turchese", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "lightseagreen", + "langName": "Blu militare", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "springgreen", + "langName": "verde di metà primavera", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "mediumspringgreen", + "langName": "Prato verde", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "lightgreen", + "langName": "erba verde", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "palegreen", + "langName": "verde chiaro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "lime", + "langName": "verde lime", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "limegreen", + "langName": "marrone oliva", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "lawngreen", + "langName": "Verde Chartreuse", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "chartreuse", + "langName": "Giallo-verde", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "greenyellow", + "langName": "arancia lime", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "yellowgreen", + "langName": "verde oliva", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "darkolivegreen", + "langName": "colore oliva", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "olivedrab", + "langName": "marrone oliva", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "olive", + "langName": "colore oliva", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "darkkhaki", + "langName": "cachi scuro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "khaki", + "langName": "Cachi", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "palegoldenrod", + "langName": "verga d'oro chiara", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "lightyellow", + "langName": "giallo chiaro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "lightgoldenrodyellow", + "langName": "giallo dorato brillante", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "lemonchiffon", + "langName": "colore seta limone", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "beige", + "langName": "beige", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "cornsilk", + "langName": "colore del mais", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "wheat", + "langName": "colore del grano", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "burlywood", + "langName": "ambra", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "gold", + "langName": "oro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "yellow", + "langName": "giallo", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "darkorange", + "langName": "arancione scuro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "orange", + "langName": "colore arancione", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "sandybrown", + "langName": "arancione marrone", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "peachpuff", + "langName": "colore polpa di pesca", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "papayawhip", + "langName": "colore papaya", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "blanchedalmond", + "langName": "mandorla sbiancata", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "bisque", + "langName": "colore biscotto", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "moccasin", + "langName": "colore mocassino", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "navajowhite", + "langName": "Bianco Navajo", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "peru", + "langName": "Colore peruviano", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "darkgoldenrod", + "langName": "Verga d'oro scura", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "goldenrod", + "langName": "Crisantemo dorato", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "chocolate", + "langName": "color cioccolato", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "saddlebrown", + "langName": "marrone sella", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "sienna", + "langName": "Ocra terroso giallo", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "rosybrown", + "langName": "rosa marrone", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "darksalmon", + "langName": "Colore salmone scuro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "salmon", + "langName": "Colore della carne del salmone", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "lightsalmon", + "langName": "Colore salmone brillante", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "indianred", + "langName": "Rosso indiano", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "firebrick", + "langName": "Colore del mattone refrattario", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "brown", + "langName": "marrone", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "maroon", + "langName": "marrone", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "darkred", + "langName": "rosso scuro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "red", + "langName": "rosso", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "orangered", + "langName": "rosso arancione", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "tomato", + "langName": "pomodoro rosso", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "crimson", + "langName": "rosa scuro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "coral", + "langName": "corallo", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "lightpink", + "langName": "rosa chiaro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "pink", + "langName": "rosa", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "hotpink", + "langName": "rosa caldo", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "deeppink", + "langName": "rosa scuro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "palevioletred", + "langName": "rosso lilla", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "mediumvioletred", + "langName": "rosso viola medio", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "lavenderblush", + "langName": "lavanda", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "lightcoral", + "langName": "colore corallo chiaro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "plum", + "langName": "colore prugna", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "mediumorchid", + "langName": "orchidea media viola", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "violet", + "langName": "Viola", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "magenta", + "langName": "magenta", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "fuchsia", + "langName": "Rosso porpora", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "darkmagenta", + "langName": "magenta scuro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "purple", + "langName": "Viola", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "darkorchid", + "langName": "viola orchidea scuro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "darkviolet", + "langName": "viola scuro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "blueviolet", + "langName": "blu viola", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "mediumpurple", + "langName": "viola medio", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "indigo", + "langName": "indaco", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "light_brown", + "langName": "marrone chiaro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "dark_pink", + "langName": "rosa scuro", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "blonde", + "langName": "giallo dorato", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "silver", + "langName": "argento", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "mistyrose", + "langName": "nebbia rosa", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "steelblue", + "langName": "blu acciaio", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "thistle", + "langName": "colore del cardo", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "darkslateblue", + "langName": "grigio scuro blu", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "Iridescent", + "langName": "Cambiare i colori", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "Chromatic", + "langName": "colorato", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "Dispersion", + "langName": "Dispersione (fenomeno per cui la luce di colori diversi viene separata)", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "Prismatic", + "langName": "effetto prisma", + "object": "Atmosfera di colore", + "attribute": "Colore" + }, + { + "displayName": "yellow color scheme", + "langName": "Colore principale giallo", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Warm Color Palette", + "langName": "Colori caldi", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Cool Color Palette", + "langName": "colori freddi", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Colorful", + "langName": "colorato", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Spectral Color", + "langName": "Colore spettrale", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Inverted Colors", + "langName": "colore inverso", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Chroma", + "langName": "Cromatismo", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Dichromatism", + "langName": "dicroismo", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Tetrachromacy", + "langName": "Visione tetracromatica", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Saturated", + "langName": "saturazione", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Neon", + "langName": "neon", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Electric Colors", + "langName": "colore elettronico", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Tonal Colors", + "langName": "colore tonalità", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Vivid Colors", + "langName": "colori vivaci", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Complimentary-Colors", + "langName": "colori complementari", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Split-Complementary-Colors", + "langName": "colori complementari divisi", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Supplementary-Colors", + "langName": "colori complementari", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Analogous-Colors", + "langName": "Colori simili", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Triadic-Colors", + "langName": "colori triadici", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Tetradic-Colors", + "langName": "Quattro colori (abbinamento di colori rettangolari)", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Polychromatic-Colors", + "langName": "multicolore", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Light", + "langName": "luminoso", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Dark", + "langName": "buio", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Light Mode", + "langName": "modalità luce", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Dark Mode", + "langName": "modalità scura", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Tones of Black", + "langName": "tono nero", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Tones of Black in Background", + "langName": "sfondo tono nero", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Light Blue Background", + "langName": "sfondo azzurro", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Light Blue Foreground", + "langName": "primo piano azzurro", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "Light Blue", + "langName": "azzurro chiaro", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "nostalgia", + "langName": "nostalgico", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "High saturation", + "langName": "Alta saturazione", + "object": "Atmosfera di colore", + "attribute": "Palette di colori" + }, + { + "displayName": "monochrome", + "langName": "monocromo", + "object": "Atmosfera di colore", + "attribute": "Palette monocromatica" + }, + { + "displayName": "Black and White", + "langName": "in bianco e nero", + "object": "Atmosfera di colore", + "attribute": "Palette monocromatica" + }, + { + "displayName": "Desaturated", + "langName": "Desaturare", + "object": "Atmosfera di colore", + "attribute": "Palette monocromatica" + }, + { + "displayName": "Sepia", + "langName": "Tono seppia (imita l'aspetto delle vecchie foto, conferendo un tocco nostalgico o retrò)", + "object": "Atmosfera di colore", + "attribute": "Palette monocromatica" + }, + { + "displayName": "flat_color", + "langName": "colore piatto", + "object": "Atmosfera di colore", + "attribute": "Palette monocromatica" + }, + { + "displayName": "spot_color", + "langName": "tinta unita", + "object": "Atmosfera di colore", + "attribute": "Palette monocromatica" + }, + { + "displayName": "halftone", + "langName": "mezzitoni", + "object": "Atmosfera di colore", + "attribute": "Palette monocromatica" + }, + { + "displayName": "greyscale", + "langName": "Scala di grigi", + "object": "Atmosfera di colore", + "attribute": "Palette monocromatica" + }, + { + "displayName": "partially_colored", + "langName": "colorazione parziale", + "object": "Atmosfera di colore", + "attribute": "Palette monocromatica" + }, + { + "displayName": "contour_deepening", + "langName": "Il contorno si approfondisce", + "object": "Atmosfera di colore", + "attribute": "Palette monocromatica" + }, + { + "displayName": "(lineart)", + "langName": "Le linee diventano più spesse", + "object": "Atmosfera di colore", + "attribute": "Palette monocromatica" + }, + { + "displayName": "outline", + "langName": "Linea di contorno", + "object": "Atmosfera di colore", + "attribute": "Palette monocromatica" + }, + { + "displayName": "high_contrast", + "langName": "contrasto elevato", + "object": "Atmosfera di colore", + "attribute": "Contrasto" + }, + { + "displayName": "low_contrast", + "langName": "basso contrasto", + "object": "Atmosfera di colore", + "attribute": "Contrasto" + }, + { + "displayName": "RGB", + "langName": "rosso verde blu", + "object": "Atmosfera di colore", + "attribute": "Monitorare la tavolozza dei colori" + }, + { + "displayName": "CMYK", + "langName": "Colore quadricromatico", + "object": "Atmosfera di colore", + "attribute": "Monitorare la tavolozza dei colori" + }, + { + "displayName": "VGA", + "langName": "VGA", + "object": "Atmosfera di colore", + "attribute": "Monitorare la tavolozza dei colori" + }, + { + "displayName": "EGA", + "langName": "EGA", + "object": "Atmosfera di colore", + "attribute": "Monitorare la tavolozza dei colori" + }, + { + "displayName": "CGA", + "langName": "CGA", + "object": "Atmosfera di colore", + "attribute": "Monitorare la tavolozza dei colori" + }, + { + "displayName": "HDR", + "langName": "Immagine HDR", + "object": "Atmosfera di colore", + "attribute": "Monitorare la tavolozza dei colori" + }, + { + "displayName": "Atari Graphics", + "langName": "grafica atari", + "object": "Atmosfera di colore", + "attribute": "Monitorare la tavolozza dei colori" + }, + { + "displayName": "IIGS Graphics", + "langName": "Grafica IIGS", + "object": "Atmosfera di colore", + "attribute": "Monitorare la tavolozza dei colori" + }, + { + "displayName": "Amiga OCS Graphics", + "langName": "Grafica Amiga OCS", + "object": "Atmosfera di colore", + "attribute": "Monitorare la tavolozza dei colori" + }, + { + "displayName": "sRGB", + "langName": "Colore", + "object": "Atmosfera di colore", + "attribute": "Monitorare la tavolozza dei colori" + }, + { + "displayName": "Adobe RGB", + "langName": "AdobeRGB", + "object": "Atmosfera di colore", + "attribute": "Monitorare la tavolozza dei colori" + }, + { + "displayName": "DCI-P3", + "langName": "DCI-P3", + "object": "Atmosfera di colore", + "attribute": "Monitorare la tavolozza dei colori" + }, + { + "displayName": "HSV", + "langName": "Tonalità, saturazione, luminosità", + "object": "Atmosfera di colore", + "attribute": "Monitorare la tavolozza dei colori" + }, + { + "displayName": "HSL", + "langName": "Tonalità, saturazione, luminosità", + "object": "Atmosfera di colore", + "attribute": "Monitorare la tavolozza dei colori" + }, + { + "displayName": "HCL", + "langName": "Tonalità, croma, illuminazione", + "object": "Atmosfera di colore", + "attribute": "Monitorare la tavolozza dei colori" + }, + { + "displayName": "YCbCr", + "langName": "ioB", + "object": "Atmosfera di colore", + "attribute": "Monitorare la tavolozza dei colori" + }, + { + "displayName": "YPbPr", + "langName": "Che cosa", + "object": "Atmosfera di colore", + "attribute": "Monitorare la tavolozza dei colori" + }, + { + "displayName": "scRGB", + "langName": "Monocromatico RGB", + "object": "Atmosfera di colore", + "attribute": "Monitorare la tavolozza dei colori" + }, + { + "displayName": "Coloroid", + "langName": "Coloroide", + "object": "Atmosfera di colore", + "attribute": "Monitorare la tavolozza dei colori" + }, + { + "displayName": "Pantone", + "langName": "Pantone", + "object": "Atmosfera di colore", + "attribute": "Monitorare la tavolozza dei colori" + }, + { + "displayName": "ProPhoto RGB", + "langName": "ProPhoto RGB", + "object": "Atmosfera di colore", + "attribute": "Monitorare la tavolozza dei colori" + }, + { + "displayName": "1-bit", + "langName": "1 posto", + "object": "Atmosfera di colore", + "attribute": "Morso" + }, + { + "displayName": "2-bit", + "langName": "2 cifre", + "object": "Atmosfera di colore", + "attribute": "Morso" + }, + { + "displayName": "3-bit", + "langName": "3 cifre", + "object": "Atmosfera di colore", + "attribute": "Morso" + }, + { + "displayName": "4-bit", + "langName": "4 cifre", + "object": "Atmosfera di colore", + "attribute": "Morso" + }, + { + "displayName": "6-bit", + "langName": "6 bit", + "object": "Atmosfera di colore", + "attribute": "Morso" + }, + { + "displayName": "8-bit", + "langName": "8 bit", + "object": "Atmosfera di colore", + "attribute": "Morso" + }, + { + "displayName": "12-bit", + "langName": "12 bit", + "object": "Atmosfera di colore", + "attribute": "Morso" + }, + { + "displayName": "16-bit", + "langName": "16 bit", + "object": "Atmosfera di colore", + "attribute": "Morso" + }, + { + "displayName": "4-bit RGB", + "langName": "RGB a 4 bit", + "object": "Atmosfera di colore", + "attribute": "Morso" + }, + { + "displayName": "8-bit RGB", + "langName": "RGB a 8 bit", + "object": "Atmosfera di colore", + "attribute": "Morso" + }, + { + "displayName": "12-bit RGB", + "langName": "RGB a 12 bit", + "object": "Atmosfera di colore", + "attribute": "Morso" + }, + { + "displayName": "16-bit RGB", + "langName": "RGB a 16 bit", + "object": "Atmosfera di colore", + "attribute": "Morso" + }, + { + "displayName": "Technicolor", + "langName": "colore tecnico", + "object": "Atmosfera di colore", + "attribute": "Produzione cinematografica" + }, + { + "displayName": "Kinemacolor", + "langName": "colore della pellicola", + "object": "Atmosfera di colore", + "attribute": "Produzione cinematografica" + }, + { + "displayName": "Kodachrome", + "langName": "Kodacromo", + "object": "Atmosfera di colore", + "attribute": "Produzione cinematografica" + }, + { + "displayName": "Cinecolor", + "langName": "colore del film", + "object": "Atmosfera di colore", + "attribute": "Produzione cinematografica" + }, + { + "displayName": "Agfacolor", + "langName": "Colore Agfa", + "object": "Atmosfera di colore", + "attribute": "Produzione cinematografica" + }, + { + "displayName": "dynamic pose", + "langName": "Pose dinamiche (energetiche)", + "object": "Fotografia", + "attribute": "Prospettiva" + }, + { + "displayName": "dynamic_angle", + "langName": "angolo dinamico", + "object": "Fotografia", + "attribute": "Prospettiva" + }, + { + "displayName": "from_above", + "langName": "Ripresa dall'alto", + "object": "Fotografia", + "attribute": "Prospettiva" + }, + { + "displayName": "from_below", + "langName": "Ripresa dal basso", + "object": "Fotografia", + "attribute": "Prospettiva" + }, + { + "displayName": "cinematic_angle", + "langName": "angolazione del film", + "object": "Fotografia", + "attribute": "Prospettiva" + }, + { + "displayName": "dutch angle", + "langName": "angolo di inclinazione", + "object": "Fotografia", + "attribute": "Prospettiva" + }, + { + "displayName": "foreshortening", + "langName": "prospettiva", + "object": "Fotografia", + "attribute": "Prospettiva" + }, + { + "displayName": "fisheye", + "langName": "pittura prospettica distante", + "object": "Fotografia", + "attribute": "Prospettiva" + }, + { + "displayName": "camera level/Parallel angles", + "langName": "telecamera parallela", + "object": "Fotografia", + "attribute": "Prospettiva" + }, + { + "displayName": "horizontal view angle", + "langName": "Angolo di visione orizzontale", + "object": "Fotografia", + "attribute": "Prospettiva" + }, + { + "displayName": "isometric view", + "langName": "Vista isometrica", + "object": "Fotografia", + "attribute": "Prospettiva" + }, + { + "displayName": "Aerial View", + "langName": "vista dall'alto", + "object": "Fotografia", + "attribute": "Prospettiva" + }, + { + "displayName": "Top-View", + "langName": "vista dall'alto", + "object": "Fotografia", + "attribute": "Prospettiva" + }, + { + "displayName": "Side-View", + "langName": "vista laterale", + "object": "Fotografia", + "attribute": "Prospettiva" + }, + { + "displayName": "Satellite-View", + "langName": "vista satellitare", + "object": "Fotografia", + "attribute": "Prospettiva" + }, + { + "displayName": "phone_screen", + "langName": "schermo del cellulare", + "object": "Fotografia", + "attribute": "Composizione" + }, + { + "displayName": "multiple_views", + "langName": "Decomposizione multiprospettica", + "object": "Fotografia", + "attribute": "Composizione" + }, + { + "displayName": "mirror selfie", + "langName": "Selfie allo specchio", + "object": "Fotografia", + "attribute": "Composizione" + }, + { + "displayName": "three-quarter view", + "langName": "Prospettiva 3/4", + "object": "Fotografia", + "attribute": "Composizione" + }, + { + "displayName": "front_view", + "langName": "vista frontale", + "object": "Fotografia", + "attribute": "Composizione" + }, + { + "displayName": "from_side", + "langName": "vista laterale", + "object": "Fotografia", + "attribute": "Composizione" + }, + { + "displayName": "from_outside", + "langName": "Dall'esterno all'interno", + "object": "Fotografia", + "attribute": "Composizione" + }, + { + "displayName": "from_back", + "langName": "vista posteriore", + "object": "Fotografia", + "attribute": "Composizione" + }, + { + "displayName": "from behind", + "langName": "vista posteriore", + "object": "Fotografia", + "attribute": "Composizione" + }, + { + "displayName": "Macro View", + "langName": "vista microscopica", + "object": "Fotografia", + "attribute": "Composizione" + }, + { + "displayName": "Product-View", + "langName": "vista del prodotto", + "object": "Fotografia", + "attribute": "Composizione" + }, + { + "displayName": "Closeup-View", + "langName": "Vista ravvicinata", + "object": "Fotografia", + "attribute": "Composizione" + }, + { + "displayName": "First-Person", + "langName": "prima persona", + "object": "Fotografia", + "attribute": "Composizione" + }, + { + "displayName": "First-Person view", + "langName": "prospettiva in prima persona", + "object": "Fotografia", + "attribute": "Composizione" + }, + { + "displayName": "Third-Person", + "langName": "terza persona", + "object": "Fotografia", + "attribute": "Composizione" + }, + { + "displayName": "Third-Person View", + "langName": "prospettiva in terza persona", + "object": "Fotografia", + "attribute": "Composizione" + }, + { + "displayName": "Perspective", + "langName": "vista prospettica", + "object": "Fotografia", + "attribute": "Composizione" + }, + { + "displayName": "Field of View", + "langName": "campo visivo", + "object": "Fotografia", + "attribute": "Composizione" + }, + { + "displayName": "Extreme Close-up", + "langName": "sopra il mento", + "object": "Fotografia", + "attribute": "Altezza di visualizzazione" + }, + { + "displayName": "Medium Close-up", + "langName": "sopra il collo", + "object": "Fotografia", + "attribute": "Altezza di visualizzazione" + }, + { + "displayName": "Full Close-up", + "langName": "Sopra la clavicola", + "object": "Fotografia", + "attribute": "Altezza di visualizzazione" + }, + { + "displayName": "Wide Close-up", + "langName": "sopra la spalla", + "object": "Fotografia", + "attribute": "Altezza di visualizzazione" + }, + { + "displayName": "Close Shot", + "langName": "sopra il petto", + "object": "Fotografia", + "attribute": "Altezza di visualizzazione" + }, + { + "displayName": "Medium Close Shot", + "langName": "sopra l'ombelico", + "object": "Fotografia", + "attribute": "Altezza di visualizzazione" + }, + { + "displayName": "Medium Shot", + "langName": "sopra l'ombelico", + "object": "Fotografia", + "attribute": "Altezza di visualizzazione" + }, + { + "displayName": "Medium Full Shot", + "langName": "sopra il ginocchio", + "object": "Fotografia", + "attribute": "Altezza di visualizzazione" + }, + { + "displayName": "Full Shot", + "langName": "ritratto a figura intera", + "object": "Fotografia", + "attribute": "Altezza di visualizzazione" + }, + { + "displayName": "mid_shot", + "langName": "ripresa media", + "object": "Fotografia", + "attribute": "Altezza di visualizzazione" + }, + { + "displayName": "bust", + "langName": "torace", + "object": "Fotografia", + "attribute": "Altezza di visualizzazione" + }, + { + "displayName": "upper_body", + "langName": "parte superiore del corpo", + "object": "Fotografia", + "attribute": "Altezza di visualizzazione" + }, + { + "displayName": "lower_body", + "langName": "parte inferiore del corpo", + "object": "Fotografia", + "attribute": "Altezza di visualizzazione" + }, + { + "displayName": "cowboy_shot", + "langName": "Parte superiore del corpo + parte superiore della coscia (lente denim)", + "object": "Fotografia", + "attribute": "Altezza di visualizzazione" + }, + { + "displayName": "portrait", + "langName": "Ritratto (viso + spalle + occasionalmente torace)", + "object": "Fotografia", + "attribute": "Altezza di visualizzazione" + }, + { + "displayName": "very close portrait", + "langName": "Ritratto ravvicinato (fotocamera più vicina)", + "object": "Fotografia", + "attribute": "Altezza di visualizzazione" + }, + { + "displayName": "profile", + "langName": "Ritratto di profilo (versione di profilo del ritratto)", + "object": "Fotografia", + "attribute": "Altezza di visualizzazione" + }, + { + "displayName": "close-up", + "langName": "avvicinamento", + "object": "Fotografia", + "attribute": "Altezza di visualizzazione" + }, + { + "displayName": "focus on face", + "langName": "concentrarsi sul viso", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "full-body shot", + "langName": "ripresa a figura intera", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "foreground focus", + "langName": "messa a fuoco frontale", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "wide_shot", + "langName": "Obiettivo panoramico (obiettivo grandangolare)", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "macro_shot", + "langName": "lente macro", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "inset", + "langName": "Inserisci filmati o immagini aggiuntivi", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "cross-section", + "langName": "Vista sezionale", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "male focus", + "langName": "Focus maschile (focus femminile)", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "solo_focus", + "langName": "Concentrarsi su un singolo personaggio (adatto per scene complesse)", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "xx_focus", + "langName": "concentrarsi su xx", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "face_focus", + "langName": "concentrarsi sul viso", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "eyes_focus", + "langName": "concentrarsi sugli occhi", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "foot_focus", + "langName": "concentrarsi sui piedi", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "hip_focus", + "langName": "Concentratevi sui glutei", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "ass_focus", + "langName": "concentrarsi sul sedere", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "vehicle_focus", + "langName": "Concentratevi sul veicolo (auto)", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "turn_one's_back", + "langName": "Torna alla telecamera", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "between_legs", + "langName": "(enfasi) tra le gambe", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "between_breasts", + "langName": "(sporgente) torace", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "between_fingers", + "langName": "(prominenza) tra le dita", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "peeking", + "langName": "sbirciare", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "peeking_out", + "langName": "fare capolino (gesto)", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "peeping", + "langName": "Voyeur (enfasi sulla prospettiva)", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "midriff_peek", + "langName": "sbirciatina all'ombelico", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "armpit_peek", + "langName": "sbirciatina all'ascella", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "pussy_peek", + "langName": "Sbirciatina di Puxi", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "panty_peek", + "langName": "sbirciatina alle mutandine", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "pantyshot", + "langName": "Biancheria intima esposta", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "caught", + "langName": "Colto in azione", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "upskirt", + "langName": "Vista sotto la gonna", + "object": "Fotografia", + "attribute": "Messa a fuoco dell'obiettivo" + }, + { + "displayName": "Macro", + "langName": "Macro", + "object": "Fotografia", + "attribute": "Lenti/effetti ottici" + }, + { + "displayName": "Telephoto", + "langName": "Teleobiettivo", + "object": "Fotografia", + "attribute": "Lenti/effetti ottici" + }, + { + "displayName": "Magnification", + "langName": "ingrandire", + "object": "Fotografia", + "attribute": "Lenti/effetti ottici" + }, + { + "displayName": "Microscopic", + "langName": "microscopico", + "object": "Fotografia", + "attribute": "Lenti/effetti ottici" + }, + { + "displayName": "Electron Microscope", + "langName": "microscopio elettronico", + "object": "Fotografia", + "attribute": "Lenti/effetti ottici" + }, + { + "displayName": "Super-Resolution Microscopy", + "langName": "microscopia a super risoluzione", + "object": "Fotografia", + "attribute": "Lenti/effetti ottici" + }, + { + "displayName": "Wide Angle", + "langName": "grandangolo", + "object": "Fotografia", + "attribute": "Lenti/effetti ottici" + }, + { + "displayName": "Ultra-Wide Angle", + "langName": "super grandangolo", + "object": "Fotografia", + "attribute": "Lenti/effetti ottici" + }, + { + "displayName": "panorama", + "langName": "panoramico", + "object": "Fotografia", + "attribute": "Lenti/effetti ottici" + }, + { + "displayName": "360 Panorama", + "langName": "panorama a 360 gradi", + "object": "Fotografia", + "attribute": "Lenti/effetti ottici" + }, + { + "displayName": "360 Angle", + "langName": "Vista a 360 gradi", + "object": "Fotografia", + "attribute": "Lenti/effetti ottici" + }, + { + "displayName": "Fisheye Lens", + "langName": "obiettivo fisheye", + "object": "Fotografia", + "attribute": "Lenti/effetti ottici" + }, + { + "displayName": "Fisheye Lens Effect", + "langName": "effetto lente fisheye", + "object": "Fotografia", + "attribute": "Lenti/effetti ottici" + }, + { + "displayName": "Miniature Faking", + "langName": "Effetto modello in miniatura", + "object": "Fotografia", + "attribute": "Lenti/effetti ottici" + }, + { + "displayName": "Brenizer Method", + "langName": "colpo a spirale", + "object": "Fotografia", + "attribute": "Lenti/effetti ottici" + }, + { + "displayName": "Panini Projection", + "langName": "Proiezione Panini", + "object": "Fotografia", + "attribute": "Lenti/effetti ottici" + }, + { + "displayName": "Orthographic", + "langName": "proiezione ortografica", + "object": "Fotografia", + "attribute": "Lenti/effetti ottici" + }, + { + "displayName": "Isometric", + "langName": "Proiezione isometrica", + "object": "Fotografia", + "attribute": "Lenti/effetti ottici" + }, + { + "displayName": "DOF", + "langName": "profondità di campo", + "object": "Fotografia", + "attribute": "Lenti/effetti ottici" + }, + { + "displayName": "landscape", + "langName": "Ripresa del paesaggio (campo lungo)", + "object": "Fotografia", + "attribute": "Lenti/effetti ottici" + }, + { + "displayName": "Sharp Focus", + "langName": "messa a fuoco nitida", + "object": "Fotografia", + "attribute": "Lenti/effetti ottici" + }, + { + "displayName": "Zoom", + "langName": "ingrandire", + "object": "Fotografia", + "attribute": "Lenti/effetti ottici" + }, + { + "displayName": "Dolly Zoom", + "langName": "carrello zoom", + "object": "Fotografia", + "attribute": "Lenti/effetti ottici" + }, + { + "displayName": "Portrait Photogram", + "langName": "ritratto", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "Photorealistic", + "langName": "Fotorealismo", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "Cinematic", + "langName": "Sensazione cinematografica", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "Color Grading", + "langName": "gradazione del colore", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "Dramatic", + "langName": "drammatico", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "Editorial Photography", + "langName": "fotografia editoriale", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "filmic", + "langName": "Qualità cinematografica", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "film still", + "langName": "immagini fisse di film", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "film grain", + "langName": "grana della pellicola", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "Glamor Shot", + "langName": "scatti affascinanti", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "Golden Hour", + "langName": "orario di punta", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "High-Speed Photograph", + "langName": "fotografia ad alta velocità", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "Intentional camera movement", + "langName": "movimento intenzionale della telecamera", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "Paparazzi Photography", + "langName": "fotografia di paparazzi", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "Photography", + "langName": "fotografia", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "Photoshoot", + "langName": "servizio fotografico", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "photo", + "langName": "foto", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "polaroid", + "langName": "Foto (Polaroid)", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "poster,caustics", + "langName": "Poster/Focus sul tema", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "Kaleidoscope Photography", + "langName": "fotografia caleidoscopio", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "Photojournalism", + "langName": "fotogiornalismo", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "Time-Lapse", + "langName": "Fotografia time-lapse", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "Satellite Imagery", + "langName": "immagini satellitari", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "War Photography", + "langName": "fotografia di guerra", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "Wildlife Photography", + "langName": "fotografia naturalistica", + "object": "Fotografia", + "attribute": "Stile fotografico" + }, + { + "displayName": "Blurry", + "langName": "Vago", + "object": "Fotografia", + "attribute": "Sfocatura/distorsione" + }, + { + "displayName": "Blur Effect", + "langName": "Effetto sfocato", + "object": "Fotografia", + "attribute": "Sfocatura/distorsione" + }, + { + "displayName": "Tilt Blur", + "langName": "sfocatura dell'inclinazione", + "object": "Fotografia", + "attribute": "Sfocatura/distorsione" + }, + { + "displayName": "Lens Distortion", + "langName": "distorsione della lente", + "object": "Fotografia", + "attribute": "Sfocatura/distorsione" + }, + { + "displayName": "flash photography", + "langName": "Fotografia con flash", + "object": "Fotografia", + "attribute": "Impostazioni della fotocamera" + }, + { + "displayName": "Exposure", + "langName": "esposizione", + "object": "Fotografia", + "attribute": "Impostazioni della fotocamera" + }, + { + "displayName": "Short Exposure", + "langName": "breve esposizione", + "object": "Fotografia", + "attribute": "Impostazioni della fotocamera" + }, + { + "displayName": "Long Exposure", + "langName": "esposizione prolungata", + "object": "Fotografia", + "attribute": "Impostazioni della fotocamera" + }, + { + "displayName": "Double-Exposure", + "langName": "esposizione doppia", + "object": "Fotografia", + "attribute": "Impostazioni della fotocamera" + }, + { + "displayName": "Shutter Speed 1/1000", + "langName": "Velocità dell'otturatore 1/1000", + "object": "Fotografia", + "attribute": "Impostazioni della fotocamera" + }, + { + "displayName": "Shutter Speed 1/2", + "langName": "Velocità dell'otturatore 1/2", + "object": "Fotografia", + "attribute": "Impostazioni della fotocamera" + }, + { + "displayName": "F/2.8", + "langName": "Apertura/2.8", + "object": "Fotografia", + "attribute": "Impostazioni della fotocamera" + }, + { + "displayName": "F/22", + "langName": "Modello F/22", + "object": "Fotografia", + "attribute": "Impostazioni della fotocamera" + }, + { + "displayName": "Gamma", + "langName": "gamma", + "object": "Fotografia", + "attribute": "Impostazioni della fotocamera" + }, + { + "displayName": "White Balance", + "langName": "bilanciamento del bianco", + "object": "Fotografia", + "attribute": "Impostazioni della fotocamera" + }, + { + "displayName": "Schlieren", + "langName": "interferenza delle onde luminose", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Night Vision", + "langName": "Fotografia in condizioni di scarsa illuminazione", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Hyperspectral Imaging", + "langName": "Imaging iperspettrale", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Multispectral Imaging", + "langName": "immagini multispettrali", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Camcorder Effect", + "langName": "effetti della macchina fotografica", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "DSLR", + "langName": "reflex digitale", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "35mm", + "langName": "35mm", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Tri-X 400 TX", + "langName": "Tri-X 400TX", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Instax", + "langName": "Polaroid", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Ektachrome", + "langName": "Ektacromo Kodak", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Fujifilm Superia", + "langName": "Fujifilm", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Fujifilm XT3", + "langName": "Fujifilm XT3", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Polaroid SX-70", + "langName": "Polaroid", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Ilford HP5", + "langName": "Ilford HP5", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Kodak Ektar", + "langName": "Kodak Ektar", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Kodak Gold 200", + "langName": "Kodak Oro 200", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Kodak Portra", + "langName": "Fotocamera Kodak", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Lomo", + "langName": "Lomo", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Nikon D750", + "langName": "La Nikon D750", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Provia", + "langName": "Fuji Provia", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Shot on 70mm", + "langName": "Girato su pellicola da 70 mm", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Velvia", + "langName": "Fuji Velvia", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Vintage", + "langName": "servizio fotografico d'epoca", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Pinhole Photography", + "langName": "fotografia stenopeica", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Photogram", + "langName": "foto", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Daguerrotype", + "langName": "Dagherrotipo", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Ambrotype", + "langName": "vecchia fotografia", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Calotype", + "langName": "Fotofotografia", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Tintype", + "langName": "fotografia ferrotipo", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Dashcam-Footage", + "langName": "Video registratore di guida", + "object": "Fotografia", + "attribute": "Telecamera" + }, + { + "displayName": "Unary", + "langName": "uno yuan", + "object": "Fotografia", + "attribute": "Sistema digitale" + }, + { + "displayName": "Binary", + "langName": "binario", + "object": "Fotografia", + "attribute": "Sistema digitale" + }, + { + "displayName": "Ternary", + "langName": "ternario", + "object": "Fotografia", + "attribute": "Sistema digitale" + }, + { + "displayName": "Quaternary", + "langName": "quaternario", + "object": "Fotografia", + "attribute": "Sistema digitale" + }, + { + "displayName": "Quinary", + "langName": "quinario", + "object": "Fotografia", + "attribute": "Sistema digitale" + }, + { + "displayName": "Senary", + "langName": "esadecimale", + "object": "Fotografia", + "attribute": "Sistema digitale" + }, + { + "displayName": "Septenary", + "langName": "Sette basi", + "object": "Fotografia", + "attribute": "Sistema digitale" + }, + { + "displayName": "Octal", + "langName": "Ottale", + "object": "Fotografia", + "attribute": "Sistema digitale" + }, + { + "displayName": "Nonary", + "langName": "Nove basi", + "object": "Fotografia", + "attribute": "Sistema digitale" + }, + { + "displayName": "Decimal", + "langName": "decimale", + "object": "Fotografia", + "attribute": "Sistema digitale" + }, + { + "displayName": "Hexadecimal", + "langName": "esadecimale", + "object": "Fotografia", + "attribute": "Sistema digitale" + }, + { + "displayName": "depth of field", + "langName": "Profondità di campo (coordinamento delle scene umane)", + "object": "Fotografia", + "attribute": "Effetto" + }, + { + "displayName": "motion_blur", + "langName": "sfocatura causata dal movimento", + "object": "Fotografia", + "attribute": "Effetto" + }, + { + "displayName": "motion_lines", + "langName": "Linee che incarnano il movimento", + "object": "Fotografia", + "attribute": "Effetto" + }, + { + "displayName": "speed_lines", + "langName": "linea di velocità", + "object": "Fotografia", + "attribute": "Effetto" + }, + { + "displayName": "bokeh", + "langName": "Caustiche (sfondo sfocato)", + "object": "Fotografia", + "attribute": "Effetto" + }, + { + "displayName": "chromatic_aberration", + "langName": "Aberrazione cromatica, colore fuori fuoco", + "object": "Fotografia", + "attribute": "Effetto" + }, + { + "displayName": "overexposure", + "langName": "sovraesposto", + "object": "Fotografia", + "attribute": "Effetto" + }, + { + "displayName": "Vignette", + "langName": "Vignetta", + "object": "Fotografia", + "attribute": "Effetto" + }, + { + "displayName": "Split Toning", + "langName": "Classificazione divisa", + "object": "Fotografia", + "attribute": "Effetto" + }, + { + "displayName": "Rephotography", + "langName": "fotografia pesante", + "object": "Fotografia", + "attribute": "Effetto" + }, + { + "displayName": "miniature model film", + "langName": "film in miniatura", + "object": "Fotografia", + "attribute": "Effetto" + }, + { + "displayName": "Scanography", + "langName": "scansione di fotografia", + "object": "Fotografia", + "attribute": "Effetto" + }, + { + "displayName": "Slit-Scan Photography", + "langName": "fotografia a scansione a fessura", + "object": "Fotografia", + "attribute": "Effetto" + }, + { + "displayName": "photorealistic,realistic", + "langName": "realistico, simulazione", + "object": "Fotografia", + "attribute": "Effetto" + }, + { + "displayName": "realistic", + "langName": "Realistico", + "object": "Fotografia", + "attribute": "Effetto" + }, + { + "displayName": "semi-realistic", + "langName": "semi-realistico", + "object": "Fotografia", + "attribute": "Effetto" + }, + { + "displayName": "realistic shadows", + "langName": "ombra della realtà", + "object": "Fotografia", + "attribute": "Effetto" + }, + { + "displayName": "detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "dettagli della mano", + "object": "Fotografia", + "attribute": "Effetto" + }, + { + "displayName": "detailed feet and detailed 5 toes and detailed 5 toenails", + "langName": "dettagli dei piedi", + "object": "Fotografia", + "attribute": "Effetto" + }, + { + "displayName": "Transparent", + "langName": "trasparente", + "object": "Materiale", + "attribute": "Opacità" + }, + { + "displayName": "Translucent", + "langName": "traslucido", + "object": "Materiale", + "attribute": "Opacità" + }, + { + "displayName": "Opaque", + "langName": "opaco", + "object": "Materiale", + "attribute": "Opacità" + }, + { + "displayName": "Bump Map", + "langName": "Mappa di rilievo", + "object": "Materiale", + "attribute": "Mappa" + }, + { + "displayName": "Bump Mapped", + "langName": "Con mappa bump", + "object": "Materiale", + "attribute": "Mappa" + }, + { + "displayName": "Bump Mapping", + "langName": "Mappatura a urto", + "object": "Materiale", + "attribute": "Mappa" + }, + { + "displayName": "Normal Map", + "langName": "mappa normale", + "object": "Materiale", + "attribute": "Mappa" + }, + { + "displayName": "Depth Map", + "langName": "Mappa di profondità", + "object": "Materiale", + "attribute": "Mappa" + }, + { + "displayName": "Soft Body", + "langName": "software", + "object": "Materiale", + "attribute": "Corpo morbido" + }, + { + "displayName": "Squishy", + "langName": "soffice", + "object": "Materiale", + "attribute": "Corpo morbido" + }, + { + "displayName": "Anisotropy", + "langName": "anisotropia", + "object": "Materiale", + "attribute": "Caratteristica" + }, + { + "displayName": "Carbonated", + "langName": "Gassato", + "object": "Materiale", + "attribute": "Caratteristica" + }, + { + "displayName": "Effervescent", + "langName": "schiumante", + "object": "Materiale", + "attribute": "Caratteristica" + }, + { + "displayName": "Icy", + "langName": "Freddo", + "object": "Materiale", + "attribute": "Caratteristica" + }, + { + "displayName": "Charred", + "langName": "Carbonizzazione", + "object": "Materiale", + "attribute": "Caratteristica" + }, + { + "displayName": "Corrugated", + "langName": "rugoso", + "object": "Materiale", + "attribute": "Caratteristica" + }, + { + "displayName": "Perforated", + "langName": "perforazione", + "object": "Materiale", + "attribute": "Caratteristica" + }, + { + "displayName": "Wooden", + "langName": "di legno", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Lumber", + "langName": "legna", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Plywood", + "langName": "compensato", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Particle-Board", + "langName": "pannello truciolare", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Sawdust", + "langName": "segatura", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Cork", + "langName": "sughero", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Cherry-Wood", + "langName": "legno di ciliegio", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Maple-Wood", + "langName": "acero", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Pine-Wood", + "langName": "pineta", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Oak-Wood", + "langName": "quercia", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Birch-Wood", + "langName": "betulla", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Acacia-Wood", + "langName": "Legno di acacia", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Cedar-Wood", + "langName": "legno di cedro", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Wood-Stain", + "langName": "tinta per legno", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Planks", + "langName": "asse", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Wooden Planks", + "langName": "tavola di legno", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Nailed-Wood", + "langName": "Legno per chiodi", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Wooden Fence", + "langName": "recinzione in legno", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Cardboard", + "langName": "cartone", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Corrugated Fiberboard", + "langName": "cartone ondulato", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Paperboard", + "langName": "cartone", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Cardstock", + "langName": "inceppamento della carta", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Paper", + "langName": "Carta", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Construction Paper", + "langName": "disegni di costruzione", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Tissue Paper", + "langName": "carta igienica", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Graph Paper", + "langName": "carta millimetrata", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Kraft Paper", + "langName": "Carta kraft", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Washi", + "langName": "carta giapponese", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Wasli", + "langName": "Carta Wasli", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Papyrus", + "langName": "Papiro", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Manuscript Paper", + "langName": "carta manoscritta", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Wrapping Paper", + "langName": "carta da regalo", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Parchment", + "langName": "pergamena", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Parchment Paper", + "langName": "carta da barbecue", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Medieval Parchment", + "langName": "pergamena medievale", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Toilet Paper", + "langName": "carta igienica", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Paper Towel", + "langName": "tessuto", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Manila Paper", + "langName": "carta manila", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Manila Folder", + "langName": "cartella manila", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Envelope", + "langName": "busta", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Security Paper", + "langName": "Carta anticontraffazione", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Rolling Paper", + "langName": "carta da sigarette", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Cotton Paper", + "langName": "tessuto", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Hemp Fiber", + "langName": "fibra di canapa", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Hemp Paper", + "langName": "carta di canapa", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Cellulose", + "langName": "Cellulosa", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Plastic-Coated Paper", + "langName": "carta plastificata", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Tar Paper", + "langName": "carta catramata", + "object": "Materiale", + "attribute": "Legno e carta" + }, + { + "displayName": "Soil", + "langName": "suolo", + "object": "Materiale", + "attribute": "Suolo" + }, + { + "displayName": "Dirt", + "langName": "polvere", + "object": "Materiale", + "attribute": "Suolo" + }, + { + "displayName": "Mud", + "langName": "fango", + "object": "Materiale", + "attribute": "Suolo" + }, + { + "displayName": "Mud Brick", + "langName": "mattone di fango", + "object": "Materiale", + "attribute": "Suolo" + }, + { + "displayName": "Clay", + "langName": "argilla", + "object": "Materiale", + "attribute": "Suolo" + }, + { + "displayName": "Sand", + "langName": "sabbia", + "object": "Materiale", + "attribute": "Suolo" + }, + { + "displayName": "Gravel", + "langName": "ghiaia", + "object": "Materiale", + "attribute": "Suolo" + }, + { + "displayName": "Silt", + "langName": "limo", + "object": "Materiale", + "attribute": "Suolo" + }, + { + "displayName": "Dust", + "langName": "polvere", + "object": "Materiale", + "attribute": "Suolo" + }, + { + "displayName": "Spodosol", + "langName": "terreno di conifere", + "object": "Materiale", + "attribute": "Suolo" + }, + { + "displayName": "Podzol", + "langName": "terreno di conifere", + "object": "Materiale", + "attribute": "Suolo" + }, + { + "displayName": "Sandpaper", + "langName": "carta vetrata", + "object": "Materiale", + "attribute": "Suolo" + }, + { + "displayName": "Stone", + "langName": "Calcolo", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Cobblestone", + "langName": "ciottolo", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Pebbles", + "langName": "ciottolo", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Rock", + "langName": "roccia", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Rocky", + "langName": "roccioso", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Bedrock", + "langName": "roccia madre", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Flint", + "langName": "selce", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Sandstone", + "langName": "arenaria", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Basalt", + "langName": "basalto", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Marble", + "langName": "marmo", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Granite", + "langName": "granito", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Diorite", + "langName": "Diorite", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Andesite", + "langName": "andesite", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Gypsum", + "langName": "malta", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Coal", + "langName": "carbone", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Sulfur", + "langName": "Zolfo", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Graphene", + "langName": "grafene", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Carbon Nanotubes", + "langName": "nanotubi di carbonio", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Carbon Fiber", + "langName": "fibra di carbonio", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Concrete", + "langName": "calcestruzzo", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Sidewalk", + "langName": "marciapiede", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Asphalt", + "langName": "asfalto", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Hempcrete", + "langName": "cemento di canapa", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Brick", + "langName": "mattone", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Terracotta", + "langName": "argilla rossa", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Pottery", + "langName": "ceramica", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Ceramic", + "langName": "prodotti ceramici", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Enamel", + "langName": "smalto", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Sheetrock", + "langName": "cartongesso", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Plaster", + "langName": "stucco", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Asbestos", + "langName": "amianto", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Slag", + "langName": "scoria", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Vermiculite", + "langName": "Vermiculite", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Perlite", + "langName": "perlite", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Borax", + "langName": "Borace", + "object": "Materiale", + "attribute": "Pietre e minerali" + }, + { + "displayName": "Metallic", + "langName": "metallico", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Metal", + "langName": "Metallo", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Liquid Metal", + "langName": "metallo liquido", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Foil", + "langName": "sventare", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Rusty", + "langName": "arrugginito", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Pewter", + "langName": "peltro", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Copper", + "langName": "rame", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Tin", + "langName": "stagno", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Aluminum", + "langName": "alluminio", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Brushed Aluminum", + "langName": "alluminio spazzolato", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Bronze", + "langName": "bronzo", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Brass", + "langName": "ottone", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Iron", + "langName": "ferro", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Wrought Iron", + "langName": "ferro battuto", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Steel", + "langName": "acciaio", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Stainless Steel", + "langName": "Acciaio inossidabile", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Damascus Steel", + "langName": "acciaio damasco", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Titanium", + "langName": "titanio", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Anodized Titanium", + "langName": "titanio anodizzato", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Damascus Titanium", + "langName": "titanio damasco", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Sterling Silver", + "langName": "argento sterling", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Sterling", + "langName": "Argento standard", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Rose-Gold", + "langName": "oro rosa", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Platinum", + "langName": "platino", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Chromium", + "langName": "cromo", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Chrome", + "langName": "cromato", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Mercury", + "langName": "mercurio", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Mercury Metal", + "langName": "mercurio metallico", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Molten Mercury", + "langName": "mercurio fuso", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Molten Mercury Metal", + "langName": "metallo fuso di mercurio", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Gallium", + "langName": "gallio", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Magnesium", + "langName": "magnesio", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Zinc", + "langName": "zinco", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Lead", + "langName": "Guida", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Tungsten", + "langName": "Tungsteno", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Zirconium", + "langName": "zirconio", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Cubic Zirconium", + "langName": "zircone cubico", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Cobalt", + "langName": "cobalto", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Uranium", + "langName": "uranio", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Sodium", + "langName": "sodio", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Potassium", + "langName": "Potassio", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Constantan", + "langName": "Costantana", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Hepatizon", + "langName": "Rame Hepa", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Nichrome", + "langName": "Nicromo", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Damascus", + "langName": "Damasco", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Iron Filings", + "langName": "limatura di ferro", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Copper-Sulfate", + "langName": "solfato di rame", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Solder", + "langName": "saldare", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Metallic Fiber", + "langName": "fibra metallica", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Armature Wire", + "langName": "Filo corazzato", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Metal Foam", + "langName": "schiuma metallica", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Needle", + "langName": "Ago", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Screw", + "langName": "vite", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Paper Clips", + "langName": "graffetta per fogli", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Chain-link", + "langName": "catena", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Chicken Wire", + "langName": "filo spinato", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Chain-link Fence", + "langName": "recinzione a maglie di catena", + "object": "Materiale", + "attribute": "Metallo" + }, + { + "displayName": "Glassy", + "langName": "Vitreo", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Stained Glass", + "langName": "vetrata colorata", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Stained Glass Windows", + "langName": "vetrate colorate", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Seaglass", + "langName": "vetro di mare", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Mirror", + "langName": "Specchio", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Fiberglass", + "langName": "fibra di vetro", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Glass Fiber", + "langName": "fibra di vetro", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Glass and Crystals", + "langName": "vetro e cristallo", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Crystalline", + "langName": "cristallo", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Diamond", + "langName": "diamante", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Amethyst", + "langName": "ametista", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Quartz", + "langName": "quarzo", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Smoky Quartz", + "langName": "quarzo fumé", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Rose Quartz", + "langName": "quarzo rosa", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Milky Quartz", + "langName": "Quarzo opalescente", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Rutilated Quartz", + "langName": "cristallo di titanio quarzo", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Sceptred Quartz", + "langName": "quarzo nodulare", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Herkimer Diamond", + "langName": "Diamante Herkimer", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Ruby", + "langName": "rubino", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Sapphire", + "langName": "zaffiro", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Emerald", + "langName": "smeraldo", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Pearl", + "langName": "perla", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Citrine", + "langName": "citrino", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Fluorite", + "langName": "fluorite", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Onyx", + "langName": "agata", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Lapis Lazuli", + "langName": "lapislazzuli", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Obsidian", + "langName": "ossidiana", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Selenite", + "langName": "Gesso trasparente", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Jasper", + "langName": "corniola", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Opal", + "langName": "opale", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Opalite", + "langName": "agata opale", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Topaz", + "langName": "topazio", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Agate", + "langName": "agata", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Carnelian", + "langName": "agata rossa", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Ametrine", + "langName": "Ametrino", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Aventurine", + "langName": "tormalina verde", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Borax Crystals", + "langName": "Cristalli di borace", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Colloidal Crystal", + "langName": "cristalli colloidali", + "object": "Materiale", + "attribute": "Vetro e cristallo" + }, + { + "displayName": "Cloth", + "langName": "stoffa", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Cotton", + "langName": "cotone", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Polyester", + "langName": "fibra di poliestere", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Twine", + "langName": "Spago", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Silk", + "langName": "seta", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Denim", + "langName": "denim", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Leather", + "langName": "pelle", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Felt", + "langName": "Sentito", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Felt Cloth", + "langName": "panno di feltro", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Cashmere", + "langName": "Cachemire", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Velvet", + "langName": "velluto", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Corduroy", + "langName": "velluto a coste", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Nylon", + "langName": "nylon", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Polyamide", + "langName": "poliammide", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Kevlar", + "langName": "Aramide", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Spandex", + "langName": "spandex", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Rayon", + "langName": "Raion", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Microfiber", + "langName": "microfibra", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Fibers", + "langName": "fibra", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Lyocell", + "langName": "Tessuto Lyocell", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Cordura", + "langName": "Kaudara", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Lurex", + "langName": "rovescio", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Nomex", + "langName": "Nomex", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Quilt", + "langName": "Trapunta", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Memory Foam", + "langName": "schiuma di memoria", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Lint", + "langName": "lanugine", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Blanket", + "langName": "coperta", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Pin Cushion", + "langName": "puntaspilli", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Yarn", + "langName": "filato", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Knitted", + "langName": "lavorato a maglia", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Rug", + "langName": "tappeto da zona", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Crochet", + "langName": "Uncinetto", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Cross Stich", + "langName": "punto croce", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Needle Point", + "langName": "maglieria", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Patch", + "langName": "toppa", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Sewen", + "langName": "cucito", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Applique", + "langName": "applicazione", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Macrame", + "langName": "pizzo", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Weave", + "langName": "treccia", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Net", + "langName": "netto", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Netting", + "langName": "Tessuto a rete", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Gauze", + "langName": "garza", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Spider Web", + "langName": "ragnatela", + "object": "Materiale", + "attribute": "Stoffa" + }, + { + "displayName": "Plastic", + "langName": "plastica", + "object": "Materiale", + "attribute": "Pellicola di plastica/schiuma" + }, + { + "displayName": "Shrink Wrap", + "langName": "pellicola termoretraibile", + "object": "Materiale", + "attribute": "Pellicola di plastica/schiuma" + }, + { + "displayName": "Plastic Wrap", + "langName": "pellicola di plastica", + "object": "Materiale", + "attribute": "Pellicola di plastica/schiuma" + }, + { + "displayName": "Cling Wrap", + "langName": "Pellicola adesiva per imballaggio", + "object": "Materiale", + "attribute": "Pellicola di plastica/schiuma" + }, + { + "displayName": "Teflon", + "langName": "Teflon", + "object": "Materiale", + "attribute": "Pellicola di plastica/schiuma" + }, + { + "displayName": "Lego", + "langName": "Lego", + "object": "Materiale", + "attribute": "Pellicola di plastica/schiuma" + }, + { + "displayName": "Polyurethane", + "langName": "Poliuretano", + "object": "Materiale", + "attribute": "Pellicola di plastica/schiuma" + }, + { + "displayName": "Polyethylene", + "langName": "polietilene", + "object": "Materiale", + "attribute": "Pellicola di plastica/schiuma" + }, + { + "displayName": "Polyvinyl", + "langName": "polietilene", + "object": "Materiale", + "attribute": "Pellicola di plastica/schiuma" + }, + { + "displayName": "Polypropylene", + "langName": "Polipropilene", + "object": "Materiale", + "attribute": "Pellicola di plastica/schiuma" + }, + { + "displayName": "Polyimide", + "langName": "poliimmide", + "object": "Materiale", + "attribute": "Pellicola di plastica/schiuma" + }, + { + "displayName": "Styrofoam", + "langName": "Polistirolo", + "object": "Materiale", + "attribute": "Pellicola di plastica/schiuma" + }, + { + "displayName": "Foam", + "langName": "Schiuma", + "object": "Materiale", + "attribute": "Pellicola di plastica/schiuma" + }, + { + "displayName": "Rubber", + "langName": "gomma", + "object": "Materiale", + "attribute": "Gomma" + }, + { + "displayName": "Rubber Band", + "langName": "elastico", + "object": "Materiale", + "attribute": "Gomma" + }, + { + "displayName": "Rubber Band Ball", + "langName": "palla di elastico", + "object": "Materiale", + "attribute": "Gomma" + }, + { + "displayName": "Balloon", + "langName": "palloncino", + "object": "Materiale", + "attribute": "Gomma" + }, + { + "displayName": "Nitrile", + "langName": "Gomma nitrilica", + "object": "Materiale", + "attribute": "Gomma" + }, + { + "displayName": "Silicone", + "langName": "Silicone", + "object": "Materiale", + "attribute": "Gomma" + }, + { + "displayName": "Vinyl", + "langName": "plastica vinilica", + "object": "Materiale", + "attribute": "Gomma" + }, + { + "displayName": "Linoleum", + "langName": "linoleum", + "object": "Materiale", + "attribute": "Gomma" + }, + { + "displayName": "Silly Band", + "langName": "elastico", + "object": "Materiale", + "attribute": "Gomma" + }, + { + "displayName": "Wax", + "langName": "cera", + "object": "Materiale", + "attribute": "Cera" + }, + { + "displayName": "Wax Paper", + "langName": "stampo", + "object": "Materiale", + "attribute": "Cera" + }, + { + "displayName": "Carnauba Wax", + "langName": "cera di carnauba", + "object": "Materiale", + "attribute": "Cera" + }, + { + "displayName": "Candelilla Wax", + "langName": "cera candelilla", + "object": "Materiale", + "attribute": "Cera" + }, + { + "displayName": "Paraffin Wax", + "langName": "paraffina", + "object": "Materiale", + "attribute": "Cera" + }, + { + "displayName": "Shellac", + "langName": "gommalacca", + "object": "Materiale", + "attribute": "Cera" + }, + { + "displayName": "Ice", + "langName": "ghiaccio", + "object": "Materiale", + "attribute": "Ghiaccio e neve" + }, + { + "displayName": "Blue-Ice", + "langName": "ghiaccio blu", + "object": "Materiale", + "attribute": "Ghiaccio e neve" + }, + { + "displayName": "Dry Ice", + "langName": "ghiaccio secco", + "object": "Materiale", + "attribute": "Ghiaccio e neve" + }, + { + "displayName": "Hairy", + "langName": "peloso", + "object": "Materiale", + "attribute": "Capelli/pelliccia" + }, + { + "displayName": "Fuzz", + "langName": "Lanugine", + "object": "Materiale", + "attribute": "Capelli/pelliccia" + }, + { + "displayName": "Beard", + "langName": "barba", + "object": "Materiale", + "attribute": "Capelli/pelliccia" + }, + { + "displayName": "Feathers", + "langName": "piuma", + "object": "Materiale", + "attribute": "Capelli/pelliccia" + }, + { + "displayName": "Zebra", + "langName": "zebra", + "object": "Materiale", + "attribute": "Capelli/pelliccia" + }, + { + "displayName": "Dust-Bunny", + "langName": "coniglio grigio", + "object": "Materiale", + "attribute": "Capelli/pelliccia" + }, + { + "displayName": "Liquid", + "langName": "liquido", + "object": "Materiale", + "attribute": "Liquido" + }, + { + "displayName": "Water", + "langName": "acqua", + "object": "Materiale", + "attribute": "Liquido" + }, + { + "displayName": "Lava", + "langName": "magma", + "object": "Materiale", + "attribute": "Liquido" + }, + { + "displayName": "Magma", + "langName": "lava", + "object": "Materiale", + "attribute": "Liquido" + }, + { + "displayName": "Molten Rock", + "langName": "fondere la roccia", + "object": "Materiale", + "attribute": "Liquido" + }, + { + "displayName": "Ferro Fluid", + "langName": "ferrofluido", + "object": "Materiale", + "attribute": "Liquido" + }, + { + "displayName": "Liquid Crystal", + "langName": "cristalli liquidi", + "object": "Materiale", + "attribute": "Liquido" + }, + { + "displayName": "Gasoline", + "langName": "benzina", + "object": "Materiale", + "attribute": "Liquido" + }, + { + "displayName": "Turpentine", + "langName": "trementina", + "object": "Materiale", + "attribute": "Liquido" + }, + { + "displayName": "Mineral Oil", + "langName": "olio minerale", + "object": "Materiale", + "attribute": "Liquido" + }, + { + "displayName": "Motor Oil", + "langName": "olio motore", + "object": "Materiale", + "attribute": "Liquido" + }, + { + "displayName": "Sea Foam", + "langName": "schiuma di mare", + "object": "Materiale", + "attribute": "Liquido" + }, + { + "displayName": "Emulsion", + "langName": "emulsificazione", + "object": "Materiale", + "attribute": "Liquido" + }, + { + "displayName": "Lipid", + "langName": "Lipidi", + "object": "Materiale", + "attribute": "Liquido" + }, + { + "displayName": "Flubber", + "langName": "Tessuto elastico", + "object": "Materiale", + "attribute": "Melma" + }, + { + "displayName": "Putty", + "langName": "Adesivi per sigillare e riempire vuoti", + "object": "Materiale", + "attribute": "Melma" + }, + { + "displayName": "Poster Tack", + "langName": "Colla per poster", + "object": "Materiale", + "attribute": "Melma" + }, + { + "displayName": "Gel", + "langName": "gel", + "object": "Materiale", + "attribute": "Viscosità" + }, + { + "displayName": "Aerogel", + "langName": "aerogel", + "object": "Materiale", + "attribute": "Viscosità" + }, + { + "displayName": "Softgel", + "langName": "Capsula molle", + "object": "Materiale", + "attribute": "Viscosità" + }, + { + "displayName": "Silica Gel", + "langName": "Silicone", + "object": "Materiale", + "attribute": "Viscosità" + }, + { + "displayName": "Ballistic Gel", + "langName": "gel balistico", + "object": "Materiale", + "attribute": "Viscosità" + }, + { + "displayName": "Jellyfish", + "langName": "medusa", + "object": "Materiale", + "attribute": "Viscosità" + }, + { + "displayName": "Ballistic Foam", + "langName": "schiuma balistica", + "object": "Materiale", + "attribute": "Viscosità" + }, + { + "displayName": "Sponge", + "langName": "spugna", + "object": "Materiale", + "attribute": "Viscosità" + }, + { + "displayName": "Spongy", + "langName": "spugnoso", + "object": "Materiale", + "attribute": "Viscosità" + }, + { + "displayName": "Tape", + "langName": "nastro adesivo", + "object": "Materiale", + "attribute": "Adesivo" + }, + { + "displayName": "Duct Tape", + "langName": "Nastro", + "object": "Materiale", + "attribute": "Adesivo" + }, + { + "displayName": "Scotch Tape", + "langName": "Colla trasparente", + "object": "Materiale", + "attribute": "Adesivo" + }, + { + "displayName": "Clear Tape", + "langName": "scotch", + "object": "Materiale", + "attribute": "Adesivo" + }, + { + "displayName": "Packing Tape", + "langName": "Nastro sigillante", + "object": "Materiale", + "attribute": "Adesivo" + }, + { + "displayName": "Masking Tape", + "langName": "Nastro adesivo", + "object": "Materiale", + "attribute": "Adesivo" + }, + { + "displayName": "Kapton", + "langName": "capton", + "object": "Materiale", + "attribute": "Adesivo" + }, + { + "displayName": "Kapton Tape", + "langName": "Nastro Kapton", + "object": "Materiale", + "attribute": "Adesivo" + }, + { + "displayName": "Adhesive", + "langName": "Adesivo", + "object": "Materiale", + "attribute": "Adesivo" + }, + { + "displayName": "Glue", + "langName": "colla", + "object": "Materiale", + "attribute": "Adesivo" + }, + { + "displayName": "Epoxy", + "langName": "Resina epossidica", + "object": "Materiale", + "attribute": "Adesivo" + }, + { + "displayName": "Polymer", + "langName": "polimero", + "object": "Materiale", + "attribute": "Polimero" + }, + { + "displayName": "Orbeez", + "langName": "gocce d'acqua", + "object": "Materiale", + "attribute": "Polimero" + }, + { + "displayName": "Oobleck", + "langName": "soluzione di amido misto", + "object": "Materiale", + "attribute": "Polimero" + }, + { + "displayName": "Vapor", + "langName": "vapore", + "object": "Materiale", + "attribute": "Gas/polvere" + }, + { + "displayName": "Clouds", + "langName": "nuvola", + "object": "Materiale", + "attribute": "Gas/polvere" + }, + { + "displayName": "Fog", + "langName": "nebbia", + "object": "Materiale", + "attribute": "Gas/polvere" + }, + { + "displayName": "Mist", + "langName": "nebbia", + "object": "Materiale", + "attribute": "Gas/polvere" + }, + { + "displayName": "Gas", + "langName": "gas", + "object": "Materiale", + "attribute": "Gas/polvere" + }, + { + "displayName": "Aerosol", + "langName": "aerosol", + "object": "Materiale", + "attribute": "Gas/polvere" + }, + { + "displayName": "Powder", + "langName": "polvere", + "object": "Materiale", + "attribute": "Gas/polvere" + }, + { + "displayName": "Smoke", + "langName": "sigaretta", + "object": "Materiale", + "attribute": "Gas/polvere" + }, + { + "displayName": "Plasma", + "langName": "plasma", + "object": "Materiale", + "attribute": "Plasma ed energia" + }, + { + "displayName": "Electric", + "langName": "elettricità", + "object": "Materiale", + "attribute": "Plasma ed energia" + }, + { + "displayName": "Electricity", + "langName": "elettricità", + "object": "Materiale", + "attribute": "Plasma ed energia" + }, + { + "displayName": "Fire", + "langName": "fuoco", + "object": "Materiale", + "attribute": "Plasma ed energia" + }, + { + "displayName": "Burn", + "langName": "combustione", + "object": "Materiale", + "attribute": "Plasma ed energia" + }, + { + "displayName": "Inferno", + "langName": "fuoco dell'inferno", + "object": "Materiale", + "attribute": "Plasma ed energia" + }, + { + "displayName": "Jelly", + "langName": "gelatina", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Agar", + "langName": "Agar", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Wagyu", + "langName": "Wagyu", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Tallow", + "langName": "sego", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Butter", + "langName": "burro", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Margarine", + "langName": "margarina", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Cheese", + "langName": "formaggio", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Egg Yolk", + "langName": "tuorlo", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Beans", + "langName": "fagioli", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Macaroni", + "langName": "pasta", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Marconi and Cheese", + "langName": "Formaggio Macron", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Pretzel", + "langName": "pretzel", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Churros", + "langName": "Bastoncini di pasta fritta", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Bread", + "langName": "pane", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Made of Bread", + "langName": "Fatto di pane", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Sour Cream", + "langName": "panna acida", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Sauce", + "langName": "Salsa", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Pasta Sauce", + "langName": "salsa di spaghetti", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Ketchup", + "langName": "ketchup", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Mustard", + "langName": "senape", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Mayonnaise", + "langName": "maionese", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Syrup", + "langName": "sciroppo", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Maple Syrup", + "langName": "sciroppo d'acero", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Whipped Cream", + "langName": "Panna fresca", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Lollipop", + "langName": "Lecca lecca", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Cinnamon", + "langName": "Cannella", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Caramel", + "langName": "caramello", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Taffy", + "langName": "caramella mou", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Honeycomb", + "langName": "caramella a nido d'ape", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Edible Ink", + "langName": "inchiostro commestibile", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Food Coloring", + "langName": "colorante alimentare", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Sprinkles", + "langName": "schegge di caramella", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Fondant Icing", + "langName": "glassa fondente", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Royal Icing", + "langName": "meringa", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Wedding Cake", + "langName": "torta nuziale", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Cake Decorating", + "langName": "decorazione della torta", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Shortcrust-Pastry", + "langName": "pasta sfoglia", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Flaky-Pastry", + "langName": "Millefoglie di pasta sfoglia", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Puff-Pastry", + "langName": "Pasta sfoglia", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Eclair", + "langName": "Sbuffi", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Cannoli", + "langName": "rotolo di ciambella", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Fruit-Tart", + "langName": "Crostata di frutta", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Creme Brule", + "langName": "budino al caramello", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Gum", + "langName": "gomma da masticare", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Toothpaste", + "langName": "dentifricio", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Vegetable Oil", + "langName": "olio vegetale", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Olive Oil", + "langName": "olio d'oliva", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Soda", + "langName": "acqua gassata", + "object": "Materiale", + "attribute": "Cibo e beni di consumo" + }, + { + "displayName": "Grass", + "langName": "Erba", + "object": "Materiale", + "attribute": "Pianta" + }, + { + "displayName": "Grassy", + "langName": "prateria", + "object": "Materiale", + "attribute": "Pianta" + }, + { + "displayName": "Floral", + "langName": "fiori", + "object": "Materiale", + "attribute": "Pianta" + }, + { + "displayName": "Vines", + "langName": "vite", + "object": "Materiale", + "attribute": "Pianta" + }, + { + "displayName": "Tree Bark", + "langName": "abbaio", + "object": "Materiale", + "attribute": "Pianta" + }, + { + "displayName": "Branches", + "langName": "rami", + "object": "Materiale", + "attribute": "Pianta" + }, + { + "displayName": "shrub", + "langName": "arbusto", + "object": "Materiale", + "attribute": "Pianta" + }, + { + "displayName": "Leaves", + "langName": "foglie", + "object": "Materiale", + "attribute": "Pianta" + }, + { + "displayName": "Pinecone", + "langName": "pigna", + "object": "Materiale", + "attribute": "Pianta" + }, + { + "displayName": "Acorn", + "langName": "ghiande", + "object": "Materiale", + "attribute": "Pianta" + }, + { + "displayName": "Moss", + "langName": "muschio", + "object": "Materiale", + "attribute": "Pianta" + }, + { + "displayName": "Cactus", + "langName": "cactus", + "object": "Materiale", + "attribute": "Pianta" + }, + { + "displayName": "Straw", + "langName": "paglia", + "object": "Materiale", + "attribute": "Pianta" + }, + { + "displayName": "Straw-Bale", + "langName": "balle di paglia", + "object": "Materiale", + "attribute": "Pianta" + }, + { + "displayName": "Hay", + "langName": "fieno", + "object": "Materiale", + "attribute": "Pianta" + }, + { + "displayName": "Hay-Bale", + "langName": "balle di fieno", + "object": "Materiale", + "attribute": "Pianta" + }, + { + "displayName": "Hemp", + "langName": "intorpidire", + "object": "Materiale", + "attribute": "Pianta" + }, + { + "displayName": "Fungi", + "langName": "fungo", + "object": "Materiale", + "attribute": "Batteri" + }, + { + "displayName": "Mushrooms", + "langName": "fungo", + "object": "Materiale", + "attribute": "Batteri" + }, + { + "displayName": "Mycelium", + "langName": "ife", + "object": "Materiale", + "attribute": "Batteri" + }, + { + "displayName": "Moldy", + "langName": "ammuffito", + "object": "Materiale", + "attribute": "Batteri" + }, + { + "displayName": "Lactarius-Indigo", + "langName": "Fungo al latte indaco", + "object": "Materiale", + "attribute": "Batteri" + }, + { + "displayName": "Latticed-Stinkhorn", + "langName": "Fungo a peduncolo reticolato", + "object": "Materiale", + "attribute": "Batteri" + }, + { + "displayName": "Clathrus-Ruber", + "langName": "Rodococco", + "object": "Materiale", + "attribute": "Batteri" + }, + { + "displayName": "Laccaria-Amethystina", + "langName": "fungo viola", + "object": "Materiale", + "attribute": "Batteri" + }, + { + "displayName": "Entoloma-Hochstetteri", + "langName": "Gophyllum holophylla polveroso", + "object": "Materiale", + "attribute": "Batteri" + }, + { + "displayName": "Clavaria-Zollingeri", + "langName": "Fungo corallo viola", + "object": "Materiale", + "attribute": "Batteri" + }, + { + "displayName": "Chlorociboria", + "langName": "fungo verde", + "object": "Materiale", + "attribute": "Batteri" + }, + { + "displayName": "Golden-Scruffy-Collybia", + "langName": "Fungo del piede di corvo dorato", + "object": "Materiale", + "attribute": "Batteri" + }, + { + "displayName": "Cyptotrama-Asprata", + "langName": "fungo a forma di piede di sega criptico", + "object": "Materiale", + "attribute": "Batteri" + }, + { + "displayName": "Mycena Acicula", + "langName": "Falofillo acuminato", + "object": "Materiale", + "attribute": "Batteri" + }, + { + "displayName": "Hygrocybe-Cantharellus", + "langName": "Fungo giallo-marrone dalle zampe rosse", + "object": "Materiale", + "attribute": "Batteri" + }, + { + "displayName": "Amanita-Muscaria", + "langName": "Amanita rossa e bianca", + "object": "Materiale", + "attribute": "Batteri" + }, + { + "displayName": "Favolaschia-Calocera", + "langName": "fungo dito orango", + "object": "Materiale", + "attribute": "Batteri" + }, + { + "displayName": "Marasmius-Haematocephalus", + "langName": "fungo rosso", + "object": "Materiale", + "attribute": "Batteri" + }, + { + "displayName": "Cystoagaricus-Trisulphuratus", + "langName": "Fungo trisolfato", + "object": "Materiale", + "attribute": "Batteri" + }, + { + "displayName": "Tremella-Mesenterica", + "langName": "Xantomonas", + "object": "Materiale", + "attribute": "Batteri" + }, + { + "displayName": "Tremella-Fuciformis", + "langName": "Tremella", + "object": "Materiale", + "attribute": "Batteri" + }, + { + "displayName": "Tornado", + "langName": "tornado", + "object": "Materiale", + "attribute": "Oggetto" + }, + { + "displayName": "Cage", + "langName": "gabbia", + "object": "Materiale", + "attribute": "Oggetto" + }, + { + "displayName": "Cheese Grater", + "langName": "grattugia per formaggio", + "object": "Materiale", + "attribute": "Oggetto" + }, + { + "displayName": "Slinky", + "langName": "giocattoli a molla", + "object": "Materiale", + "attribute": "Oggetto" + }, + { + "displayName": "Yin Yang", + "langName": "yin e yang", + "object": "Materiale", + "attribute": "Simbolo" + }, + { + "displayName": "Taiji", + "langName": "Il tai chi", + "object": "Materiale", + "attribute": "Simbolo" + }, + { + "displayName": "Bagua", + "langName": "Pettegolezzo", + "object": "Materiale", + "attribute": "Simbolo" + }, + { + "displayName": "Wu Xing", + "langName": "Cinque elementi (metallo, legno, acqua, fuoco e terra)", + "object": "Materiale", + "attribute": "Simbolo" + }, + { + "displayName": "Gorgeous", + "langName": "bellissimo", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "stunning", + "langName": "Sorprendente", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "intricate", + "langName": "complesso", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "detailed", + "langName": "pieno di dettagli", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "luxurious", + "langName": "lusso", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "subtle", + "langName": "delicato", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "delicate", + "langName": "squisito", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "captivating", + "langName": "affascinante", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Refreshing", + "langName": "fresco", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Divine", + "langName": "sacro", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Infused", + "langName": "mimetizzarsi", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Essence", + "langName": "Essenza", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Ineffable", + "langName": "indescrivibile", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Powerful", + "langName": "potente", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Weak", + "langName": "Debole", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Thick", + "langName": "spesso", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Massive Scale", + "langName": "su larga scala", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Massive", + "langName": "Molti", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Huge", + "langName": "Enorme", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Large", + "langName": "grande", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Big", + "langName": "grande", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Mini", + "langName": "piccolo", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Tiny", + "langName": "piccolo", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Micro", + "langName": "microscopico", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Nano", + "langName": "nanometro", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Flexible", + "langName": "Flessibile", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Paradox", + "langName": "paradosso", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Feng Shui", + "langName": "Il Feng Shui", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Perfectionism", + "langName": "perfezionismo", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "OCD", + "langName": "disturbo ossessivo-compulsivo", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Array", + "langName": "una serie", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Muted", + "langName": "muto", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Visual Perception", + "langName": "percezione visiva", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Visual Agnosia", + "langName": "agnosia visiva", + "object": "Materiale", + "attribute": "Concetto" + }, + { + "displayName": "Amber", + "langName": "ambra", + "object": "Materiale", + "attribute": "Altri materiali" + }, + { + "displayName": "Inlay", + "langName": "mosaico", + "object": "Materiale", + "attribute": "Altri materiali" + }, + { + "displayName": "Wires", + "langName": "filo elettrico", + "object": "Materiale", + "attribute": "Altri materiali" + }, + { + "displayName": "Cells", + "langName": "cella", + "object": "Materiale", + "attribute": "Altri materiali" + }, + { + "displayName": "Cellular", + "langName": "maglia", + "object": "Materiale", + "attribute": "Altri materiali" + }, + { + "displayName": "Transistor", + "langName": "transistor", + "object": "Materiale", + "attribute": "Altri materiali" + }, + { + "displayName": "Diode", + "langName": "diodo", + "object": "Materiale", + "attribute": "Altri materiali" + }, + { + "displayName": "Point", + "langName": "punto", + "object": "Composizione geometrica", + "attribute": "Forma" + }, + { + "displayName": "Dot", + "langName": "punto", + "object": "Composizione geometrica", + "attribute": "Forma" + }, + { + "displayName": "Line", + "langName": "Filo", + "object": "Composizione geometrica", + "attribute": "Forma" + }, + { + "displayName": "Curve", + "langName": "curva", + "object": "Composizione geometrica", + "attribute": "Forma" + }, + { + "displayName": "Bezier Curve", + "langName": "Curva di Bezier", + "object": "Composizione geometrica", + "attribute": "Forma" + }, + { + "displayName": "Triangle", + "langName": "triangolo", + "object": "Composizione geometrica", + "attribute": "Forma" + }, + { + "displayName": "Square", + "langName": "piazza", + "object": "Composizione geometrica", + "attribute": "Forma" + }, + { + "displayName": "Pentagon", + "langName": "Pentagono", + "object": "Composizione geometrica", + "attribute": "Forma" + }, + { + "displayName": "Hexagon", + "langName": "esagono", + "object": "Composizione geometrica", + "attribute": "Forma" + }, + { + "displayName": "Hexagonal", + "langName": "esagono", + "object": "Composizione geometrica", + "attribute": "Forma" + }, + { + "displayName": "Heptagon", + "langName": "ettagono", + "object": "Composizione geometrica", + "attribute": "Forma" + }, + { + "displayName": "Octagon", + "langName": "ottagono", + "object": "Composizione geometrica", + "attribute": "Forma" + }, + { + "displayName": "Nonagon", + "langName": "ennagono", + "object": "Composizione geometrica", + "attribute": "Forma" + }, + { + "displayName": "Decagon", + "langName": "decagono", + "object": "Composizione geometrica", + "attribute": "Forma" + }, + { + "displayName": "Rectangle", + "langName": "rettangolo", + "object": "Composizione geometrica", + "attribute": "Forma" + }, + { + "displayName": "Rectangular", + "langName": "Rettangolare", + "object": "Composizione geometrica", + "attribute": "Forma" + }, + { + "displayName": "Parallelogram", + "langName": "parallelogramma", + "object": "Composizione geometrica", + "attribute": "Forma" + }, + { + "displayName": "Rhombus", + "langName": "diamante", + "object": "Composizione geometrica", + "attribute": "Forma" + }, + { + "displayName": "Heart", + "langName": "Cuore", + "object": "Composizione geometrica", + "attribute": "Forma" + }, + { + "displayName": "Spirangle", + "langName": "spirale", + "object": "Composizione geometrica", + "attribute": "Forma" + }, + { + "displayName": "Cube", + "langName": "cubo", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Cuboid", + "langName": "cuboide", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Sphere", + "langName": "sfera", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Cone", + "langName": "cono", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Cylinder", + "langName": "cilindro", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Pyramid", + "langName": "piramide", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Torus", + "langName": "toro", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Rectangular Prism", + "langName": "prisma ad angolo retto", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Star Prism", + "langName": "prisma stellare", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Wedge", + "langName": "Cuneo", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Zonohedron", + "langName": "Poliedro", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Tetrahedron", + "langName": "tetraedro", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Octahedron", + "langName": "ottaedro", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Dodecahedron", + "langName": "Dodecaedro", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Icosahedron", + "langName": "icosaedro", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Kepler-Poinsot Polyhedra", + "langName": "Poliedro punto Keplero", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Cuboctahedron", + "langName": "cubottaedro", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Rhombicuboctahedron", + "langName": "cubottaedro romboedrico", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Icosidodecahedron", + "langName": "icosaedro", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Rhombicosidodecahedron", + "langName": "icosaedro romboedrico", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Trapezohedron", + "langName": "corpo trapezoidale", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Cupola", + "langName": "cupola", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Anticupola", + "langName": "cupola inversa", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Hypercupolae", + "langName": "super cupola", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Bicupola", + "langName": "doppia cupola", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Frustum", + "langName": "cono troncato", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Bifrustum", + "langName": "doppio tronco", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Rotunda", + "langName": "rotonda", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Birotunda", + "langName": "Doppia rotonda", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Prismatoid", + "langName": "prisma", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Scutoid", + "langName": "poliedro squamoso", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Bipyramid", + "langName": "doppio cono", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Star Bipyramid", + "langName": "stella doppio cono", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Anti-Prism", + "langName": "Antiprisma", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Trapezohedra", + "langName": "cono trapezoidale", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Star Trapezohedron", + "langName": "cono trapezoidale stellare", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Spherical polyhedron", + "langName": "poliedro sferico", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Mobius strip", + "langName": "Nastro di Möbius", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Hexaflexagon", + "langName": "Cartone esagonale", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Miura fold", + "langName": "Miura pieghevole", + "object": "Composizione geometrica", + "attribute": "Oggetto" + }, + { + "displayName": "Hypercube", + "langName": "ipercubo", + "object": "Composizione geometrica", + "attribute": "Super forma" + }, + { + "displayName": "Hyperprism", + "langName": "super prism", + "object": "Composizione geometrica", + "attribute": "Super forma" + }, + { + "displayName": "Hyperpyramid", + "langName": "super piramide", + "object": "Composizione geometrica", + "attribute": "Super forma" + }, + { + "displayName": "Hypertorus", + "langName": "iper toro", + "object": "Composizione geometrica", + "attribute": "Super forma" + }, + { + "displayName": "Hypersphere", + "langName": "Ipersfera", + "object": "Composizione geometrica", + "attribute": "Super forma" + }, + { + "displayName": "Hypercone", + "langName": "Ipercono", + "object": "Composizione geometrica", + "attribute": "Super forma" + }, + { + "displayName": "Hypercylinder", + "langName": "ipercilindro", + "object": "Composizione geometrica", + "attribute": "Super forma" + }, + { + "displayName": "Hyperzonohedron", + "langName": "super poliedro", + "object": "Composizione geometrica", + "attribute": "Super forma" + }, + { + "displayName": "Hypertetrahedron", + "langName": "Ipertetraedro", + "object": "Composizione geometrica", + "attribute": "Super forma" + }, + { + "displayName": "Hyperoctahedron", + "langName": "superottaedro", + "object": "Composizione geometrica", + "attribute": "Super forma" + }, + { + "displayName": "Hyperdodecahedron", + "langName": "superdodecaedro", + "object": "Composizione geometrica", + "attribute": "Super forma" + }, + { + "displayName": "Hypericosahedron", + "langName": "Supericosaedro", + "object": "Composizione geometrica", + "attribute": "Super forma" + }, + { + "displayName": "Flexible Polyhedron", + "langName": "poliedro elastico", + "object": "Composizione geometrica", + "attribute": "Super forma" + }, + { + "displayName": "Klein bottle", + "langName": "bottiglia di Klein", + "object": "Composizione geometrica", + "attribute": "Super forma" + }, + { + "displayName": "Monogon", + "langName": "Edro", + "object": "Composizione geometrica", + "attribute": "Super forma" + }, + { + "displayName": "Digon", + "langName": "diedro", + "object": "Composizione geometrica", + "attribute": "Super forma" + }, + { + "displayName": "AR", + "langName": "Realtà aumentata", + "object": "Composizione geometrica", + "attribute": "Multiverso" + }, + { + "displayName": "VR", + "langName": "realtà virtuale", + "object": "Composizione geometrica", + "attribute": "Multiverso" + }, + { + "displayName": "2-Dimensional", + "langName": "bidimensionale", + "object": "Composizione geometrica", + "attribute": "Multiverso" + }, + { + "displayName": "2D", + "langName": "2D", + "object": "Composizione geometrica", + "attribute": "Multiverso" + }, + { + "displayName": "2.5-Dimensional", + "langName": "2.5 dimensioni", + "object": "Composizione geometrica", + "attribute": "Multiverso" + }, + { + "displayName": "2.5D", + "langName": "2.5D", + "object": "Composizione geometrica", + "attribute": "Multiverso" + }, + { + "displayName": "3-Dimensional", + "langName": "tridimensionale", + "object": "Composizione geometrica", + "attribute": "Multiverso" + }, + { + "displayName": "3D", + "langName": "3D", + "object": "Composizione geometrica", + "attribute": "Multiverso" + }, + { + "displayName": "4-Dimensional", + "langName": "quattro dimensioni", + "object": "Composizione geometrica", + "attribute": "Multiverso" + }, + { + "displayName": "4D", + "langName": "4D", + "object": "Composizione geometrica", + "attribute": "Multiverso" + }, + { + "displayName": "5-Dimensional", + "langName": "cinque dimensioni", + "object": "Composizione geometrica", + "attribute": "Multiverso" + }, + { + "displayName": "5D", + "langName": "5D", + "object": "Composizione geometrica", + "attribute": "Multiverso" + }, + { + "displayName": "Overdimensional", + "langName": "iperdimensionale", + "object": "Composizione geometrica", + "attribute": "Multiverso" + }, + { + "displayName": "Underdimensional", + "langName": "seconda dimensione", + "object": "Composizione geometrica", + "attribute": "Multiverso" + }, + { + "displayName": "Hyperdimensional", + "langName": "iperdimensionalità", + "object": "Composizione geometrica", + "attribute": "Multiverso" + }, + { + "displayName": "Subdimensional", + "langName": "dimensione secondaria", + "object": "Composizione geometrica", + "attribute": "Multiverso" + }, + { + "displayName": "Omnidimensional", + "langName": "dimensione completa", + "object": "Composizione geometrica", + "attribute": "Multiverso" + }, + { + "displayName": "Everdimensional", + "langName": "dimensione eterna", + "object": "Composizione geometrica", + "attribute": "Multiverso" + }, + { + "displayName": "Extradimensional", + "langName": "Dimensione diversa", + "object": "Composizione geometrica", + "attribute": "Multiverso" + }, + { + "displayName": "Beyond-Dimensional", + "langName": "oltre le dimensioni", + "object": "Composizione geometrica", + "attribute": "Multiverso" + }, + { + "displayName": "Excessively-dimensional", + "langName": "dimensionalità eccessiva", + "object": "Composizione geometrica", + "attribute": "Multiverso" + }, + { + "displayName": "Alldimensional", + "langName": "dimensione completa", + "object": "Composizione geometrica", + "attribute": "Multiverso" + }, + { + "displayName": "Multiverse", + "langName": "multiverso", + "object": "Composizione geometrica", + "attribute": "Multiverso" + }, + { + "displayName": "Low Poly", + "langName": "modellazione a basso profilo", + "object": "Composizione geometrica", + "attribute": "Stile" + }, + { + "displayName": "Geometric", + "langName": "geometria", + "object": "Composizione geometrica", + "attribute": "Stile" + }, + { + "displayName": "Non-Euclidian", + "langName": "Non euclideo", + "object": "Composizione geometrica", + "attribute": "Stile" + }, + { + "displayName": "Poly", + "langName": "Poli", + "object": "Composizione geometrica", + "attribute": "Stile" + }, + { + "displayName": "Polygon", + "langName": "poligono", + "object": "Composizione geometrica", + "attribute": "Stile" + }, + { + "displayName": "Polygonal", + "langName": "multilaterale", + "object": "Composizione geometrica", + "attribute": "Stile" + }, + { + "displayName": "Polyhedron", + "langName": "poliedro", + "object": "Composizione geometrica", + "attribute": "Stile" + }, + { + "displayName": "Polyhedral", + "langName": "Molti lati", + "object": "Composizione geometrica", + "attribute": "Stile" + }, + { + "displayName": "Platonic Solids", + "langName": "Solidi platonici", + "object": "Composizione geometrica", + "attribute": "Stile" + }, + { + "displayName": "Archimedean Solids", + "langName": "Solido archimedeo", + "object": "Composizione geometrica", + "attribute": "Stile" + }, + { + "displayName": "Catalan solids", + "langName": "Stereotipo della Catalogna", + "object": "Composizione geometrica", + "attribute": "Stile" + }, + { + "displayName": "Vertex", + "langName": "vertice", + "object": "Composizione geometrica", + "attribute": "Caratteristica" + }, + { + "displayName": "Edge", + "langName": "bordo", + "object": "Composizione geometrica", + "attribute": "Caratteristica" + }, + { + "displayName": "Surface", + "langName": "superficie", + "object": "Composizione geometrica", + "attribute": "Caratteristica" + }, + { + "displayName": "Interior", + "langName": "interno", + "object": "Composizione geometrica", + "attribute": "Caratteristica" + }, + { + "displayName": "Exterior", + "langName": "esterno", + "object": "Composizione geometrica", + "attribute": "Caratteristica" + }, + { + "displayName": "Convex", + "langName": "convesso", + "object": "Composizione geometrica", + "attribute": "Caratteristica" + }, + { + "displayName": "Concave", + "langName": "concavo", + "object": "Composizione geometrica", + "attribute": "Caratteristica" + }, + { + "displayName": "Equiangular", + "langName": "Equiangolare", + "object": "Composizione geometrica", + "attribute": "Caratteristica" + }, + { + "displayName": "Equilateral", + "langName": "Equilatero", + "object": "Composizione geometrica", + "attribute": "Caratteristica" + }, + { + "displayName": "Cyclic", + "langName": "circolare", + "object": "Composizione geometrica", + "attribute": "Caratteristica" + }, + { + "displayName": "Tangential", + "langName": "tangente", + "object": "Composizione geometrica", + "attribute": "Caratteristica" + }, + { + "displayName": "Rectilinear", + "langName": "linea retta", + "object": "Composizione geometrica", + "attribute": "Caratteristica" + }, + { + "displayName": "Traverse", + "langName": "attraverso", + "object": "Composizione geometrica", + "attribute": "Caratteristica" + }, + { + "displayName": "Quasi", + "langName": "piano", + "object": "Composizione geometrica", + "attribute": "Caratteristica" + }, + { + "displayName": "Quasi-Regular", + "langName": "quasi-regole", + "object": "Composizione geometrica", + "attribute": "Caratteristica" + }, + { + "displayName": "Isogonal", + "langName": "Equiangolare", + "object": "Composizione geometrica", + "attribute": "Caratteristica" + }, + { + "displayName": "Isotoxal", + "langName": "Aspettando il veleno", + "object": "Composizione geometrica", + "attribute": "Caratteristica" + }, + { + "displayName": "Isohedral", + "langName": "Tagliatelle uguali", + "object": "Composizione geometrica", + "attribute": "Caratteristica" + }, + { + "displayName": "Stellation", + "langName": "forma di stella", + "object": "Composizione geometrica", + "attribute": "Caratteristica" + }, + { + "displayName": "Ehrhart Polynomial", + "langName": "Polinomio di Ehrhart", + "object": "Composizione geometrica", + "attribute": "Caratteristica" + }, + { + "displayName": "Ideal polyhedron", + "langName": "poliedro ideale", + "object": "Composizione geometrica", + "attribute": "Caratteristica" + }, + { + "displayName": "Polytope", + "langName": "politopo", + "object": "Composizione geometrica", + "attribute": "Caratteristica" + }, + { + "displayName": "Realistic Painting", + "langName": "pittura realistica", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Fine Art", + "langName": "pittura di belle arti", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Still-Life", + "langName": "dipinto di natura morta", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Oil Paint", + "langName": "pittura", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "((dyeing)),((oil painting)),((impasto))", + "langName": "Pittura a olio (combinazione)", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Wet Paint", + "langName": "Verniciatura a umido", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Dripping Paint", + "langName": "vernice che gocciola", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Splatter Paint", + "langName": "Vernice a spruzzo", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Spray Paint", + "langName": "vernice spray", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Puffy Paint", + "langName": "pigmenti tridimensionali", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Glass Paint", + "langName": "vernice per vetro", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Tempera Paint", + "langName": "Tempera", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Gouache Paint", + "langName": "pittura a guazzo", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Chinese Painting", + "langName": "pittura cinese", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Tibetan Painting", + "langName": "pittura tibetana", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Scroll Painting", + "langName": "pittura a rotolo", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Canvas", + "langName": "dipinto su tela", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Color Field Painting", + "langName": "pittura a campo di colore", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Hard Edge Painting", + "langName": "pittura a bordo duro", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Paper-Marbling", + "langName": "guazzo", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Hydrodipped", + "langName": "adesivi per l'acqua", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Painting", + "langName": "pittura", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Ink wash painting", + "langName": "pittura a inchiostro", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "watercolor", + "langName": "pittura ad acquerello", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "(((ink))),((watercolor))", + "langName": "pittura ad acquerello", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Paint", + "langName": "colore", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "acrylic_paint", + "langName": "pittura acrilica", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Airbrush", + "langName": "Aerografo", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Coffee Paint", + "langName": "vernice al caffè", + "object": "Tipo di immagine", + "attribute": "Pittura" + }, + { + "displayName": "Illustration", + "langName": "illustrazione", + "object": "Tipo di immagine", + "attribute": "Illustrazione" + }, + { + "displayName": "Storybook Illustration", + "langName": "Illustrazione di un libro di fiabe", + "object": "Tipo di immagine", + "attribute": "Illustrazione" + }, + { + "displayName": "Children's Drawing", + "langName": "disegni per bambini", + "object": "Tipo di immagine", + "attribute": "Illustrazione" + }, + { + "displayName": "Graphic Novel", + "langName": "romanzo grafico", + "object": "Tipo di immagine", + "attribute": "Illustrazione" + }, + { + "displayName": "Visual Novel", + "langName": "romanzo visivo", + "object": "Tipo di immagine", + "attribute": "Illustrazione" + }, + { + "displayName": "Illustrated-Booklet", + "langName": "opuscolo illustrato", + "object": "Tipo di immagine", + "attribute": "Illustrazione" + }, + { + "displayName": "Illuminated Manuscript", + "langName": "Manoscritto miniato", + "object": "Tipo di immagine", + "attribute": "Illustrazione" + }, + { + "displayName": "Assembly Drawing", + "langName": "Disegno di assieme", + "object": "Tipo di immagine", + "attribute": "Illustrazione" + }, + { + "displayName": "wallpaper", + "langName": "carta da parati", + "object": "Tipo di immagine", + "attribute": "Illustrazione" + }, + { + "displayName": "extremely detailed wallpaper", + "langName": "Carta da parati molto dettagliata", + "object": "Tipo di immagine", + "attribute": "Illustrazione" + }, + { + "displayName": "digital illustration", + "langName": "illustrazione digitale", + "object": "Tipo di immagine", + "attribute": "Illustrazione" + }, + { + "displayName": "multiple item spritedsheet", + "langName": "Una raccolta di immagini di più modelli correlati", + "object": "Tipo di immagine", + "attribute": "Illustrazione" + }, + { + "displayName": "game cg", + "langName": "Gioco CG", + "object": "Tipo di immagine", + "attribute": "Illustrazione" + }, + { + "displayName": "extremely detailed cg", + "langName": "Cg molto dettagliato", + "object": "Tipo di immagine", + "attribute": "Illustrazione" + }, + { + "displayName": "Drawing", + "langName": "pittura", + "object": "Tipo di immagine", + "attribute": "Disegnato a mano" + }, + { + "displayName": "Hand-Drawn", + "langName": "disegnato a mano", + "object": "Tipo di immagine", + "attribute": "Disegnato a mano" + }, + { + "displayName": "Doodle", + "langName": "Graffiti", + "object": "Tipo di immagine", + "attribute": "Disegnato a mano" + }, + { + "displayName": "sketch", + "langName": "schizzo", + "object": "Tipo di immagine", + "attribute": "Disegnato a mano" + }, + { + "displayName": "posing sketch", + "langName": "schizzo", + "object": "Tipo di immagine", + "attribute": "Disegnato a mano" + }, + { + "displayName": "Line Art", + "langName": "disegno lineare", + "object": "Tipo di immagine", + "attribute": "Disegnato a mano" + }, + { + "displayName": "Crosshatch", + "langName": "tratteggio incrociato", + "object": "Tipo di immagine", + "attribute": "Disegnato a mano" + }, + { + "displayName": "Stipple", + "langName": "Puntinismo", + "object": "Tipo di immagine", + "attribute": "Disegnato a mano" + }, + { + "displayName": "Dot Art", + "langName": "Puntinismo", + "object": "Tipo di immagine", + "attribute": "Disegnato a mano" + }, + { + "displayName": "Anatomical Drawing", + "langName": "Schema anatomico", + "object": "Tipo di immagine", + "attribute": "Disegnato a mano" + }, + { + "displayName": "(posing sketch),(monochrome)", + "langName": "schizzo in bianco e nero", + "object": "Tipo di immagine", + "attribute": "Disegnato a mano" + }, + { + "displayName": "Pencil Art", + "langName": "disegno a matita", + "object": "Tipo di immagine", + "attribute": "Matita" + }, + { + "displayName": "graphite", + "langName": "matita di grafite", + "object": "Tipo di immagine", + "attribute": "Matita" + }, + { + "displayName": "colored_pencil", + "langName": "matite colorate", + "object": "Tipo di immagine", + "attribute": "Matita" + }, + { + "displayName": "watercolor_pencil", + "langName": "matita acquerellabile", + "object": "Tipo di immagine", + "attribute": "Matita" + }, + { + "displayName": "charcoal art", + "langName": "Disegno a carboncino", + "object": "Tipo di immagine", + "attribute": "Matita" + }, + { + "displayName": "millipen_(medium)", + "langName": "penna da disegno", + "object": "Tipo di immagine", + "attribute": "Matita" + }, + { + "displayName": "nib_pen_(medium)", + "langName": "penna da disegno", + "object": "Tipo di immagine", + "attribute": "Matita" + }, + { + "displayName": "(monochrome),(gray scale),(pencil sketch lines)", + "langName": "schizzo a matita", + "object": "Tipo di immagine", + "attribute": "Matita" + }, + { + "displayName": "faux_traditional_media", + "langName": "Stile di pittura dei segni", + "object": "Tipo di immagine", + "attribute": "Matita" + }, + { + "displayName": "Ink", + "langName": "inchiostro", + "object": "Tipo di immagine", + "attribute": "Inchiostro" + }, + { + "displayName": "Fountain Pen", + "langName": "penna", + "object": "Tipo di immagine", + "attribute": "Inchiostro" + }, + { + "displayName": "Fountain Pen Art", + "langName": "disegno a penna", + "object": "Tipo di immagine", + "attribute": "Inchiostro" + }, + { + "displayName": "Ballpoint Pen", + "langName": "penna a sfera", + "object": "Tipo di immagine", + "attribute": "Inchiostro" + }, + { + "displayName": "Gel Pen", + "langName": "penna gel", + "object": "Tipo di immagine", + "attribute": "Inchiostro" + }, + { + "displayName": "ballpoint_pen_(medium)", + "langName": "penna a sfera", + "object": "Tipo di immagine", + "attribute": "Inchiostro" + }, + { + "displayName": "Calligraphy", + "langName": "calligrafia", + "object": "Tipo di immagine", + "attribute": "Inchiostro" + }, + { + "displayName": "marker_(medium)", + "langName": "pennarello", + "object": "Tipo di immagine", + "attribute": "Inchiostro" + }, + { + "displayName": "copics", + "langName": "Pennarello (grigio neutro)", + "object": "Tipo di immagine", + "attribute": "Inchiostro" + }, + { + "displayName": "Dry-Erase Marker", + "langName": "pennarello per lavagna bianca", + "object": "Tipo di immagine", + "attribute": "Inchiostro" + }, + { + "displayName": "Wet-Erase Marker", + "langName": "pennarello cancellabile", + "object": "Tipo di immagine", + "attribute": "Inchiostro" + }, + { + "displayName": "Whiteboard", + "langName": "lavagna bianca", + "object": "Tipo di immagine", + "attribute": "Inchiostro" + }, + { + "displayName": "pastel_color", + "langName": "colori pastello", + "object": "Tipo di immagine", + "attribute": "Inchiostro" + }, + { + "displayName": "Crayon", + "langName": "pastello", + "object": "Tipo di immagine", + "attribute": "Gesso" + }, + { + "displayName": "Conte", + "langName": "Penna Kangxi", + "object": "Tipo di immagine", + "attribute": "Gesso" + }, + { + "displayName": "Chalk", + "langName": "gesso", + "object": "Tipo di immagine", + "attribute": "Gesso" + }, + { + "displayName": "Pastel Art", + "langName": "pittura pastello", + "object": "Tipo di immagine", + "attribute": "Gesso" + }, + { + "displayName": "Blackboard", + "langName": "lavagna", + "object": "Tipo di immagine", + "attribute": "Gesso" + }, + { + "displayName": "Chalkboard", + "langName": "lavagna", + "object": "Tipo di immagine", + "attribute": "Gesso" + }, + { + "displayName": "Text", + "langName": "testo", + "object": "Tipo di immagine", + "attribute": "Testo" + }, + { + "displayName": "Typeface", + "langName": "font", + "object": "Tipo di immagine", + "attribute": "Testo" + }, + { + "displayName": "Font", + "langName": "font", + "object": "Tipo di immagine", + "attribute": "Testo" + }, + { + "displayName": "Says", + "langName": "spiegare", + "object": "Tipo di immagine", + "attribute": "Testo" + }, + { + "displayName": "Letters", + "langName": "lettera", + "object": "Tipo di immagine", + "attribute": "Testo" + }, + { + "displayName": "Graphemes", + "langName": "grafema", + "object": "Tipo di immagine", + "attribute": "Testo" + }, + { + "displayName": "Written Letters", + "langName": "scrivere lettere", + "object": "Tipo di immagine", + "attribute": "Testo" + }, + { + "displayName": "Words", + "langName": "parola", + "object": "Tipo di immagine", + "attribute": "Testo" + }, + { + "displayName": "Lexemes", + "langName": "morfema", + "object": "Tipo di immagine", + "attribute": "Testo" + }, + { + "displayName": "Written Words", + "langName": "parola scritta", + "object": "Tipo di immagine", + "attribute": "Testo" + }, + { + "displayName": "Caption", + "langName": "titolo", + "object": "Tipo di immagine", + "attribute": "Testo" + }, + { + "displayName": "Logo", + "langName": "marchio", + "object": "Tipo di immagine", + "attribute": "Stampa" + }, + { + "displayName": "Stamp", + "langName": "timbro", + "object": "Tipo di immagine", + "attribute": "Stampa" + }, + { + "displayName": "Postage Stamp", + "langName": "timbro", + "object": "Tipo di immagine", + "attribute": "Stampa" + }, + { + "displayName": "Business Card", + "langName": "biglietto da visita", + "object": "Tipo di immagine", + "attribute": "Stampa" + }, + { + "displayName": "Collage", + "langName": "collage", + "object": "Tipo di immagine", + "attribute": "Stampa" + }, + { + "displayName": "Photocollage", + "langName": "collage fotografico", + "object": "Tipo di immagine", + "attribute": "Stampa" + }, + { + "displayName": "Fotocollage", + "langName": "collage fotografico", + "object": "Tipo di immagine", + "attribute": "Stampa" + }, + { + "displayName": "Lithography", + "langName": "litografia", + "object": "Tipo di immagine", + "attribute": "Stampa" + }, + { + "displayName": "Block Printing", + "langName": "Stampa", + "object": "Tipo di immagine", + "attribute": "Stampa" + }, + { + "displayName": "Magazine", + "langName": "Rivista", + "object": "Tipo di immagine", + "attribute": "Stampa" + }, + { + "displayName": "Newspaper", + "langName": "giornale", + "object": "Tipo di immagine", + "attribute": "Stampa" + }, + { + "displayName": "Newsprint", + "langName": "carta da giornale", + "object": "Tipo di immagine", + "attribute": "Stampa" + }, + { + "displayName": "Cartographic", + "langName": "mappatura", + "object": "Tipo di immagine", + "attribute": "Stampa" + }, + { + "displayName": "Blueprint", + "langName": "progetto", + "object": "Tipo di immagine", + "attribute": "Stampa" + }, + { + "displayName": "comic", + "langName": "fumetti", + "object": "Tipo di immagine", + "attribute": "Stampa" + }, + { + "displayName": "Comic Book", + "langName": "fumetto", + "object": "Tipo di immagine", + "attribute": "Stampa" + }, + { + "displayName": "Booklet", + "langName": "opuscolo", + "object": "Tipo di immagine", + "attribute": "Stampa" + }, + { + "displayName": "Poster", + "langName": "poster", + "object": "Tipo di immagine", + "attribute": "Stampa" + }, + { + "displayName": "Sticker", + "langName": "adesivo", + "object": "Tipo di immagine", + "attribute": "Stampa" + }, + { + "displayName": "Barcode", + "langName": "codice a barre", + "object": "Tipo di immagine", + "attribute": "Stampa" + }, + { + "displayName": "QR Code", + "langName": "Codice QR", + "object": "Tipo di immagine", + "attribute": "Stampa" + }, + { + "displayName": "Pokemon Card", + "langName": "Carte Pokémon (Pocket Monsters)", + "object": "Tipo di immagine", + "attribute": "Stampa" + }, + { + "displayName": "Origami", + "langName": "origami", + "object": "Tipo di immagine", + "attribute": "Origami" + }, + { + "displayName": "Modular Origami", + "langName": "Origami modulare", + "object": "Tipo di immagine", + "attribute": "Origami" + }, + { + "displayName": "Rigid Origami", + "langName": "origami rigido", + "object": "Tipo di immagine", + "attribute": "Origami" + }, + { + "displayName": "Sonobe", + "langName": "mazzo di origami", + "object": "Tipo di immagine", + "attribute": "Origami" + }, + { + "displayName": "Kirigami", + "langName": "taglio della carta", + "object": "Tipo di immagine", + "attribute": "Origami" + }, + { + "displayName": "Moneygami", + "langName": "origami di banconote", + "object": "Tipo di immagine", + "attribute": "Origami" + }, + { + "displayName": "Wet-Folding", + "langName": "Piega bagnata", + "object": "Tipo di immagine", + "attribute": "Origami" + }, + { + "displayName": "pixel art", + "langName": "arte pixel", + "object": "Tipo di immagine", + "attribute": "Mosaico" + }, + { + "displayName": "Mosaic", + "langName": "mosaico", + "object": "Tipo di immagine", + "attribute": "Mosaico" + }, + { + "displayName": "Micromosaic", + "langName": "Micromosaico", + "object": "Tipo di immagine", + "attribute": "Mosaico" + }, + { + "displayName": "Glass Mosaic", + "langName": "mosaico di vetro", + "object": "Tipo di immagine", + "attribute": "Mosaico" + }, + { + "displayName": "Photographic Mosaic", + "langName": "mosaico fotografico", + "object": "Tipo di immagine", + "attribute": "Mosaico" + }, + { + "displayName": "Impressionist Mosaic", + "langName": "mosaico impressionista", + "object": "Tipo di immagine", + "attribute": "Mosaico" + }, + { + "displayName": "Frame", + "langName": "cornice per foto", + "object": "Tipo di immagine", + "attribute": "Telaio" + }, + { + "displayName": "Framed", + "langName": "incorniciato", + "object": "Tipo di immagine", + "attribute": "Telaio" + }, + { + "displayName": "Wooden Frame", + "langName": "cornice per foto in legno", + "object": "Tipo di immagine", + "attribute": "Telaio" + }, + { + "displayName": "Wooden Framed", + "langName": "cornice in legno", + "object": "Tipo di immagine", + "attribute": "Telaio" + }, + { + "displayName": "Carving", + "langName": "incisione", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Etching", + "langName": "incisione", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Sculpture", + "langName": "scultura", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Papercutting", + "langName": "taglio della carta", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "silhouette", + "langName": "silhouette", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Whittling", + "langName": "coltello da intaglio", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Wood-Carving", + "langName": "intaglio del legno", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Chip-Carving", + "langName": "intaglio di fiori", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Relief-Carving", + "langName": "sollievo", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Ice-Carving", + "langName": "scultura di ghiaccio", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Lacquer", + "langName": "arte della lacca", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "String-Art", + "langName": "arte della corda", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Paper-Mache", + "langName": "formatura della polpa", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Paper Model", + "langName": "modello di carta", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Card", + "langName": "carta", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Carved Lacquer", + "langName": "lacca intagliata", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Fretwork", + "langName": "Processo di svuotamento", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Intaglio", + "langName": "stampa rotocalco", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Mezzotint", + "langName": "Vernice in rame", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Aquatint", + "langName": "stampa rotocalco", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Linocut", + "langName": "Serigrafia", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Pyrography", + "langName": "Verniciatura a punti di saldatura", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Puppet", + "langName": "fantoccio", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Balloon Modelling", + "langName": "modello di palloncino", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Balloon Twisting", + "langName": "Palloncini di varie forme", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Circuit", + "langName": "Diagramma lineare", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Circuitry", + "langName": "circuito", + "object": "Tipo di immagine", + "attribute": "Incisione, acquaforte e modellazione" + }, + { + "displayName": "Dalle de verre", + "langName": "vetrata colorata", + "object": "Tipo di immagine", + "attribute": "Ceramica e vetro" + }, + { + "displayName": "Encaustic painting", + "langName": "pittura su porcellana", + "object": "Tipo di immagine", + "attribute": "Ceramica e vetro" + }, + { + "displayName": "Glaze", + "langName": "smalto", + "object": "Tipo di immagine", + "attribute": "Ceramica e vetro" + }, + { + "displayName": "Overglaze", + "langName": "Smalto", + "object": "Tipo di immagine", + "attribute": "Ceramica e vetro" + }, + { + "displayName": "Inglaze", + "langName": "Sotto smalto", + "object": "Tipo di immagine", + "attribute": "Ceramica e vetro" + }, + { + "displayName": "Azulejo", + "langName": "Piastrelle", + "object": "Tipo di immagine", + "attribute": "Ceramica e vetro" + }, + { + "displayName": "Paleolithic Pottery", + "langName": "Ceramica paleolitica", + "object": "Tipo di immagine", + "attribute": "Ceramica e vetro" + }, + { + "displayName": "Neolithic Pottery", + "langName": "Ceramica neolitica", + "object": "Tipo di immagine", + "attribute": "Ceramica e vetro" + }, + { + "displayName": "Bone China", + "langName": "porcellana cinese", + "object": "Tipo di immagine", + "attribute": "Ceramica e vetro" + }, + { + "displayName": "Ornament", + "langName": "decorazione", + "object": "Tipo di immagine", + "attribute": "Ceramica e vetro" + }, + { + "displayName": "Light Art", + "langName": "arte della luce", + "object": "Tipo di immagine", + "attribute": "Leggero" + }, + { + "displayName": "Light Painting", + "langName": "pittura di luce", + "object": "Tipo di immagine", + "attribute": "Leggero" + }, + { + "displayName": "Lightpainting", + "langName": "pittura di luce", + "object": "Tipo di immagine", + "attribute": "Leggero" + }, + { + "displayName": "traditional_media", + "langName": "Tela tradizionale (come carta, ecc.)", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Wall Decal", + "langName": "adesivi murali", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Banner", + "langName": "bandiera", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Signage", + "langName": "segnaletica", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Arts and Crafts", + "langName": "arti e mestieri", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Resin", + "langName": "Resina epossidica", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Enamel Pin", + "langName": "Spilla smaltata", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Bejeweled", + "langName": "Gemme intarsiate", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Latte Art", + "langName": "Arte del latte", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Coffee Stain", + "langName": "macchie di caffè", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Smoke Art", + "langName": "arte del fumo", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Sticker Bomb", + "langName": "adesivo bomba", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Jigsaw", + "langName": "puzzle", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Puzzle", + "langName": "puzzle", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Maze", + "langName": "labirinto", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Toy", + "langName": "Giocattolo", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Site-Specific art", + "langName": "arte specifica del sito", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Public Art", + "langName": "arte pubblica", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Diorama", + "langName": "diorama", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Hedge Trimming", + "langName": "potatura delle siepi", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Hatmaking", + "langName": "fabbricazione di cappelli", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Stencil", + "langName": "stampo", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Negative Space", + "langName": "spazio negativo", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Scrapbooking", + "langName": "album di ritagli", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Mixed Media", + "langName": "tecnica mista", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Frottage", + "langName": "Pittura di fuga precipitosa", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Outlined", + "langName": "contorno", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Glitter", + "langName": "brillare", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Sparkly", + "langName": "lucido", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Indian Art", + "langName": "arte indiana", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Soviet Art", + "langName": "arte sovietica", + "object": "Tipo di immagine", + "attribute": "Altri media" + }, + { + "displayName": "Rock Art", + "langName": "petroglifi", + "object": "Tipo di immagine", + "attribute": "Arte tradizionale" + }, + { + "displayName": "Cave Art", + "langName": "arte rupestre", + "object": "Tipo di immagine", + "attribute": "Arte tradizionale" + }, + { + "displayName": "Mural", + "langName": "murale", + "object": "Tipo di immagine", + "attribute": "Arte tradizionale" + }, + { + "displayName": "Easter Egg", + "langName": "uovo di Pasqua", + "object": "Tipo di immagine", + "attribute": "Arte tradizionale" + }, + { + "displayName": "Egg Decorating", + "langName": "Uova dipinte", + "object": "Tipo di immagine", + "attribute": "Arte tradizionale" + }, + { + "displayName": "((art nouveau))", + "langName": "stile liberty", + "object": "Stile artistico", + "attribute": "Stile artistico storico" + }, + { + "displayName": "((classicism))", + "langName": "classicismo", + "object": "Stile artistico", + "attribute": "Stile artistico storico" + }, + { + "displayName": "((neoclassicism))", + "langName": "neoclassicismo", + "object": "Stile artistico", + "attribute": "Stile artistico storico" + }, + { + "displayName": "((romanticism))", + "langName": "romanticismo", + "object": "Stile artistico", + "attribute": "Stile artistico storico" + }, + { + "displayName": "Gothic art", + "langName": "arte gotica", + "object": "Stile artistico", + "attribute": "Stile artistico storico" + }, + { + "displayName": "Baroque", + "langName": "Barocco", + "object": "Stile artistico", + "attribute": "Stile artistico storico" + }, + { + "displayName": "Pre-Raphaelite Brotherhood", + "langName": "preraffaellita", + "object": "Stile artistico", + "attribute": "Stile artistico storico" + }, + { + "displayName": "renaissance art", + "langName": "stile rinascimentale", + "object": "Stile artistico", + "attribute": "Stile artistico storico" + }, + { + "displayName": "academic art", + "langName": "accademico", + "object": "Stile artistico", + "attribute": "Stile artistico storico" + }, + { + "displayName": "academicism", + "langName": "accademismo", + "object": "Stile artistico", + "attribute": "Stile artistico storico" + }, + { + "displayName": "ancient greek art", + "langName": "arte greca antica", + "object": "Stile artistico", + "attribute": "Stile artistico storico" + }, + { + "displayName": "ancient egypt", + "langName": "antico Egitto", + "object": "Stile artistico", + "attribute": "Stile artistico storico" + }, + { + "displayName": "Minimalism", + "langName": "minimalismo", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "Modern Art", + "langName": "arte moderna", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "contemporary art", + "langName": "arte contemporanea", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "Concept Art", + "langName": "concetto di arte", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "Digital Art", + "langName": "arte digitale", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "visionary art", + "langName": "arti visive", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "Hyperrealistic", + "langName": "iperrealistico", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "hyperrealism", + "langName": "realismo", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "abstract expressionism", + "langName": "espressionismo astratto", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "cubism", + "langName": "cubismo", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "impressionism", + "langName": "Impressionismo", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "Neo-impressionism", + "langName": "postimpressionismo", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "fauvism", + "langName": "fauvismo", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "expressionism", + "langName": "Espressionismo", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "Pop art", + "langName": "pop art", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "((abstract art))", + "langName": "arte astratta", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "((Dadaism))", + "langName": "Dadaismo", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "((futurism))", + "langName": "futuristico", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "Warhol", + "langName": "Stile Andy Warhol", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "street art", + "langName": "arte di strada", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "folk art", + "langName": "arte popolare", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "Bauhaus Style", + "langName": "Stile Bauhaus", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "Luminsm", + "langName": "cromatismo", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "Constructivism", + "langName": "costruttivismo", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "((dieselpunk))", + "langName": "dieselpunk", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "streampunk", + "langName": "vaporetto", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "Disney style", + "langName": "stile disney", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "Picos style", + "langName": "Stile Pixar", + "object": "Stile artistico", + "attribute": "Arte moderna" + }, + { + "displayName": "realism", + "langName": "realismo", + "object": "Stile artistico", + "attribute": "Finzione e realtà" + }, + { + "displayName": "Surrealistic", + "langName": "Surrealismo", + "object": "Stile artistico", + "attribute": "Finzione e realtà" + }, + { + "displayName": "Social realism", + "langName": "realismo sociale", + "object": "Stile artistico", + "attribute": "Finzione e realtà" + }, + { + "displayName": "Magic Realism", + "langName": "realismo magico", + "object": "Stile artistico", + "attribute": "Finzione e realtà" + }, + { + "displayName": "Fantastic Realism", + "langName": "realismo magico", + "object": "Stile artistico", + "attribute": "Finzione e realtà" + }, + { + "displayName": "Classical Realism", + "langName": "realismo critico", + "object": "Stile artistico", + "attribute": "Finzione e realtà" + }, + { + "displayName": "miserablism", + "langName": "Malinconia (critica della povertà e dell'ingiustizia nella società)", + "object": "Stile artistico", + "attribute": "Finzione e realtà" + }, + { + "displayName": "Contemporary Realism", + "langName": "realismo contemporaneo", + "object": "Stile artistico", + "attribute": "Finzione e realtà" + }, + { + "displayName": "Non-Fiction", + "langName": "documentario", + "object": "Stile artistico", + "attribute": "Finzione e realtà" + }, + { + "displayName": "ukiyoe", + "langName": "Ukiyo-e giapponese", + "object": "Stile artistico", + "attribute": "Arte asiatica" + }, + { + "displayName": "illustration,(((ukiyoe))),((sketch)),((japanese_art))", + "langName": "Ukiyo-e (gruppo)", + "object": "Stile artistico", + "attribute": "Arte asiatica" + }, + { + "displayName": "traditional chinese painting", + "langName": "Pittura tradizionale cinese", + "object": "Stile artistico", + "attribute": "Arte asiatica" + }, + { + "displayName": "Japonism", + "langName": "Stile giapponese", + "object": "Stile artistico", + "attribute": "Arte asiatica" + }, + { + "displayName": "Japanese manga style", + "langName": "Stile manga giapponese", + "object": "Stile artistico", + "attribute": "Arte asiatica" + }, + { + "displayName": "anime style", + "langName": "stile di animazione", + "object": "Stile artistico", + "attribute": "Arte asiatica" + }, + { + "displayName": "Aestheticism Painting", + "langName": "pittura estetismo", + "object": "Stile artistico", + "attribute": "Stile fotografico/pittura" + }, + { + "displayName": "pastel color,sketch", + "langName": "Stile di verniciatura veloce", + "object": "Stile artistico", + "attribute": "Stile fotografico/pittura" + }, + { + "displayName": "ink doodle", + "langName": "scarabocchio di inchiostro", + "object": "Stile artistico", + "attribute": "Stile fotografico/pittura" + }, + { + "displayName": "charcoal sketch", + "langName": "Schizzo a carboncino", + "object": "Stile artistico", + "attribute": "Stile fotografico/pittura" + }, + { + "displayName": "sketch art", + "langName": "schizzo d'arte", + "object": "Stile artistico", + "attribute": "Stile fotografico/pittura" + }, + { + "displayName": "sketch paper", + "langName": "carta da disegno", + "object": "Stile artistico", + "attribute": "Stile fotografico/pittura" + }, + { + "displayName": "manuscript", + "langName": "manoscritto", + "object": "Stile artistico", + "attribute": "Stile fotografico/pittura" + }, + { + "displayName": "fading border", + "langName": "bordo sbiadito", + "object": "Stile artistico", + "attribute": "Stile fotografico/pittura" + }, + { + "displayName": "heavy contrast", + "langName": "Contrasto forte (enfasi sul colore)", + "object": "Stile artistico", + "attribute": "Stile fotografico/pittura" + }, + { + "displayName": "watercolor (medium)", + "langName": "pittura ad acquerello trasparente", + "object": "Stile artistico", + "attribute": "Stile fotografico/pittura" + }, + { + "displayName": "Polaroid art", + "langName": "arte polaroid", + "object": "Stile artistico", + "attribute": "Stile fotografico/pittura" + }, + { + "displayName": "opal render", + "langName": "Rendering opalino", + "object": "Stile artistico", + "attribute": "Stile fotografico/pittura" + }, + { + "displayName": "chemigram", + "langName": "Cromatogramma", + "object": "Stile artistico", + "attribute": "Stile fotografico/pittura" + }, + { + "displayName": "((alphonse mucha))", + "langName": "Stile Mucha", + "object": "Stile artistico", + "attribute": "Stile fotografico/pittura" + }, + { + "displayName": "((Monet style))", + "langName": "Stile Monet", + "object": "Stile artistico", + "attribute": "Stile fotografico/pittura" + }, + { + "displayName": "style of Al Williamson", + "langName": "Stile Williamson", + "object": "Stile artistico", + "attribute": "Stile fotografico/pittura" + }, + { + "displayName": "chiaroscuro", + "langName": "chiaroscuro", + "object": "Stile artistico", + "attribute": "Stile fotografico/pittura" + }, + { + "displayName": "film noir", + "langName": "Film noir (colpa, desiderio, vendetta)", + "object": "Stile artistico", + "attribute": "Stile fotografico/pittura" + }, + { + "displayName": "dark theme", + "langName": "Arte a tema scuro", + "object": "Stile artistico", + "attribute": "Stile fotografico/pittura" + }, + { + "displayName": "fantasy", + "langName": "Adatto per scene di fantascienza", + "object": "Stile artistico", + "attribute": "fantascienza" + }, + { + "displayName": "fiction", + "langName": "fantascienza", + "object": "Stile artistico", + "attribute": "fantascienza" + }, + { + "displayName": "science fiction", + "langName": "fantascienza", + "object": "Stile artistico", + "attribute": "fantascienza" + }, + { + "displayName": "sci-fi", + "langName": "stile fantascientifico", + "object": "Stile artistico", + "attribute": "fantascienza" + }, + { + "displayName": "cyber punk", + "langName": "cyberpunk", + "object": "Stile artistico", + "attribute": "fantascienza" + }, + { + "displayName": "Dark Fantasy", + "langName": "fantasia oscura", + "object": "Stile artistico", + "attribute": "fantascienza" + }, + { + "displayName": "Ethereal Fantasy", + "langName": "Fantasia nebbiosa", + "object": "Stile artistico", + "attribute": "fantascienza" + }, + { + "displayName": "dark fantasy style", + "langName": "stile fantasy oscuro", + "object": "Stile artistico", + "attribute": "fantascienza" + }, + { + "displayName": "ww3 style", + "langName": "stile ww3", + "object": "Stile artistico", + "attribute": "fantascienza" + }, + { + "displayName": "Magic Vortex", + "langName": "vortice magico", + "object": "Stile artistico", + "attribute": "fantascienza" + }, + { + "displayName": "1980s anime", + "langName": "80 animazioni", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "80s movie", + "langName": "80 film", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "80s (style)", + "langName": "Stile anni '80", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "90s (style)", + "langName": "Stile anni '90", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "disney movie", + "langName": "film disney", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "goth", + "langName": "gotico rock", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "bubble bobble", + "langName": "Bolla di sapone", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "style of Pixar", + "langName": "animazione pixar", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "Studio Ghibli", + "langName": "Stile Ghibli", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "Ghibli-like colours", + "langName": "colori ghibli", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "genshin impact", + "langName": "Impatto Genshin", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "azur lane", + "langName": "corsia azzurra", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "kantai collection", + "langName": "collezione di flotte", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "rebecca (cyberpunk)", + "langName": "camminatore di bordo", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "chainsaw man", + "langName": "uomo con motosega", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "synthwave", + "langName": "onda di vapore", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "anime screeshot", + "langName": "schermata di animazione", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "dakimakura", + "langName": "cuscino", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "cosplay", + "langName": "gioco di ruolo", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "guro", + "langName": "Curiosità", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "personification", + "langName": "personificazione", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "4koma", + "langName": "Quattro griglie", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "8 Bit Game", + "langName": "Giochi a 8 bit", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "DC Comics", + "langName": "Può generare scene comiche per le copertine dei fumetti americani", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "cartoon", + "langName": "Fumetto", + "object": "Stile artistico", + "attribute": "Sottocultura" + }, + { + "displayName": "album", + "langName": "album", + "object": "Stile artistico", + "attribute": "Pubblicazione" + }, + { + "displayName": "album cover", + "langName": "copertina dell'album", + "object": "Stile artistico", + "attribute": "Pubblicazione" + }, + { + "displayName": "magazine scan", + "langName": "Pagine interne della rivista", + "object": "Stile artistico", + "attribute": "Pubblicazione" + }, + { + "displayName": "magazine cover", + "langName": "copertina della rivista", + "object": "Stile artistico", + "attribute": "Pubblicazione" + }, + { + "displayName": "cover", + "langName": "copertina", + "object": "Stile artistico", + "attribute": "Pubblicazione" + }, + { + "displayName": "artbook", + "langName": "dipinto originale", + "object": "Stile artistico", + "attribute": "Pubblicazione" + }, + { + "displayName": "column lineup", + "langName": "Una serie di piccole immagini compongono un quadro più grande", + "object": "Stile artistico", + "attribute": "Pubblicazione" + }, + { + "displayName": "zoom layer", + "langName": "Lo sfondo è una versione ingrandita del primo piano", + "object": "Stile artistico", + "attribute": "Pubblicazione" + }, + { + "displayName": "3D Item Render", + "langName": "Rendering 3D", + "object": "Stile artistico", + "attribute": "Arte digitale" + }, + { + "displayName": "animated gif", + "langName": "Immagini in formato GIF", + "object": "Stile artistico", + "attribute": "Arte digitale" + }, + { + "displayName": "fine art parody", + "langName": "Imitazione di quadri famosi", + "object": "Stile artistico", + "attribute": "Arte digitale" + }, + { + "displayName": "optical illusion", + "langName": "errore visivo", + "object": "Stile artistico", + "attribute": "Arte digitale" + }, + { + "displayName": "((ASCII art))", + "langName": "Arte ASCII", + "object": "Stile artistico", + "attribute": "Arte digitale" + }, + { + "displayName": "Synchronism", + "langName": "coordinamento del tempo", + "object": "Stile artistico", + "attribute": "Arte digitale" + }, + { + "displayName": "highres", + "langName": "impasto (stile)", + "object": "Stile artistico", + "attribute": "Arte digitale" + }, + { + "displayName": "sample", + "langName": "Ci sono delle parole sulla foto", + "object": "Stile artistico", + "attribute": "Arte digitale" + }, + { + "displayName": "dreamlike", + "langName": "sogno", + "object": "Stile artistico", + "attribute": "Arte digitale" + }, + { + "displayName": "pixiv", + "langName": "Ritratto in puro stile bidimensionale", + "object": "Stile artistico", + "attribute": "Arte digitale" + }, + { + "displayName": "a beautiful korean idol,stylish outfit,fitted jeans,oversized jacket,fashionable accessories,(realistic detailed eyes,natural skin texture,confident expression)", + "langName": "Ritratti comunemente usati", + "object": "Post-elaborazione", + "attribute": "Collezioni comunemente utilizzate" + }, + { + "displayName": "fitted jeans,oversized jacket,navel", + "langName": "Abbinamento casual (jeans + corsetto per ombelico)", + "object": "Post-elaborazione", + "attribute": "Collezioni comunemente utilizzate" + }, + { + "displayName": "black hair,earrings,flash photography,jewelry,looking at viewer and facing viewer,solo,(upper body),smirk,long hair,ponytail,short sleeves,black dress,black eyes,makeup,lipstick,(cleavage visible,large breasts),face close-up,bend over,pale skin,downblouse,Arms supporting the bed,wearing necklace,(Bedroom background,bed and curtains behind her,Wardrobe,desk lamp),,detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "Foto private", + "object": "Post-elaborazione", + "attribute": "Collezioni comunemente utilizzate" + }, + { + "displayName": "cityscape backdrop,rooftop or high-rise balcony,shallow depth of field,bokeh from city lights", + "langName": "sfondo di città alta", + "object": "Post-elaborazione", + "attribute": "Collezioni comunemente utilizzate" + }, + { + "displayName": "Fujifilm XT3,film still,film grain,sharp focus on subject,cinematic", + "langName": "Trama della pellicola", + "object": "Post-elaborazione", + "attribute": "Collezioni comunemente utilizzate" + }, + { + "displayName": "ultra-high definition", + "langName": "ultra alta definizione", + "object": "Post-elaborazione", + "attribute": "Risoluzione" + }, + { + "displayName": "4k", + "langName": "4K", + "object": "Post-elaborazione", + "attribute": "Risoluzione" + }, + { + "displayName": "8K", + "langName": "8K", + "object": "Post-elaborazione", + "attribute": "Risoluzione" + }, + { + "displayName": "16k", + "langName": "16mila", + "object": "Post-elaborazione", + "attribute": "Risoluzione" + }, + { + "displayName": "32k", + "langName": "32mila", + "object": "Post-elaborazione", + "attribute": "Risoluzione" + }, + { + "displayName": "Full-HD", + "langName": "Alta definizione completa", + "object": "Post-elaborazione", + "attribute": "Risoluzione" + }, + { + "displayName": "HD", + "langName": "Alta definizione", + "object": "Post-elaborazione", + "attribute": "Risoluzione" + }, + { + "displayName": "Ultra-HD", + "langName": "ultra alta definizione", + "object": "Post-elaborazione", + "attribute": "Risoluzione" + }, + { + "displayName": "Super-Resolution", + "langName": "super risoluzione", + "object": "Post-elaborazione", + "attribute": "Risoluzione" + }, + { + "displayName": "Megapixel", + "langName": "megapixel", + "object": "Post-elaborazione", + "attribute": "Risoluzione" + }, + { + "displayName": "absurdres", + "langName": "risoluzione ultra alta", + "object": "Post-elaborazione", + "attribute": "Risoluzione" + }, + { + "displayName": "incredibly absurdres", + "langName": "risoluzione estremamente elevata", + "object": "Post-elaborazione", + "attribute": "Risoluzione" + }, + { + "displayName": "huge filesize", + "langName": "File di grandi dimensioni/ad altissima risoluzione", + "object": "Post-elaborazione", + "attribute": "Risoluzione" + }, + { + "displayName": "Anaglyph", + "langName": "Pittura 3D", + "object": "Post-elaborazione", + "attribute": "Visione stereoscopica" + }, + { + "displayName": "Multiscopy", + "langName": "multivisualizzatore", + "object": "Post-elaborazione", + "attribute": "Visione stereoscopica" + }, + { + "displayName": "Autostereoscopy", + "langName": "autostereoscopic", + "object": "Post-elaborazione", + "attribute": "Visione stereoscopica" + }, + { + "displayName": "Stereoscopy", + "langName": "Stereofotografia", + "object": "Post-elaborazione", + "attribute": "Visione stereoscopica" + }, + { + "displayName": "Parallax", + "langName": "Parallasse", + "object": "Post-elaborazione", + "attribute": "Visione stereoscopica" + }, + { + "displayName": "Anti-Aliasing", + "langName": "Anti-aliasing", + "object": "Post-elaborazione", + "attribute": "Anti-aliasing" + }, + { + "displayName": "FXAA", + "langName": "FXAA", + "object": "Post-elaborazione", + "attribute": "Anti-aliasing" + }, + { + "displayName": "TXAA", + "langName": "TxAA", + "object": "Post-elaborazione", + "attribute": "Anti-aliasing" + }, + { + "displayName": "RTX", + "langName": "trasmissione in tempo reale", + "object": "Post-elaborazione", + "attribute": "Anti-aliasing" + }, + { + "displayName": "SSAO", + "langName": "SSAO", + "object": "Post-elaborazione", + "attribute": "Anti-aliasing" + }, + { + "displayName": "De-Noise", + "langName": "Riduzione del rumore", + "object": "Post-elaborazione", + "attribute": "Anti-aliasing" + }, + { + "displayName": "Shaders", + "langName": "ombreggiatore", + "object": "Post-elaborazione", + "attribute": "Ombreggiatore" + }, + { + "displayName": "OpenGL-Shaders", + "langName": "Shader OpenGL", + "object": "Post-elaborazione", + "attribute": "Ombreggiatore" + }, + { + "displayName": "GLSL-Shaders", + "langName": "Shader GLSL", + "object": "Post-elaborazione", + "attribute": "Ombreggiatore" + }, + { + "displayName": "Post Processing", + "langName": "post-elaborazione", + "object": "Post-elaborazione", + "attribute": "Ombreggiatore" + }, + { + "displayName": "Post-Production", + "langName": "Post-produzione", + "object": "Post-elaborazione", + "attribute": "Ombreggiatore" + }, + { + "displayName": "Cel Shading", + "langName": "colorazione meta", + "object": "Post-elaborazione", + "attribute": "Ombreggiatore" + }, + { + "displayName": "Tone Mapping", + "langName": "Mappatura dei toni", + "object": "Post-elaborazione", + "attribute": "Ombreggiatore" + }, + { + "displayName": "CGI", + "langName": "immagini al computer", + "object": "Post-elaborazione", + "attribute": "Ombreggiatore" + }, + { + "displayName": "VFX", + "langName": "effetti visivi", + "object": "Post-elaborazione", + "attribute": "Ombreggiatore" + }, + { + "displayName": "SFX", + "langName": "Effetti sonori", + "object": "Post-elaborazione", + "attribute": "Ombreggiatore" + }, + { + "displayName": "Unreal Engine", + "langName": "Motore irreale", + "object": "Post-elaborazione", + "attribute": "Ombreggiatore" + }, + { + "displayName": "Scan Lines", + "langName": "linea di scansione", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Posterization", + "langName": "segmentazione tonale", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Quantization", + "langName": "Quantificare", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Sobel Operator", + "langName": "Operatore Sobel", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Edge Detection", + "langName": "rilevamento dei bordi", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Interlaced", + "langName": "scansione interlacciata", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Moire Patterns", + "langName": "motivo moiré", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Rounded", + "langName": "girare", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Wavy", + "langName": "ondulato", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Whirl", + "langName": "vortice", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Squiggly", + "langName": "ondulazione", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Morph", + "langName": "deformazione", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Spiraling", + "langName": "spirale", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Twisted Rays", + "langName": "luce distorta", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Starburst", + "langName": "esplosione di stelle", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Emboss", + "langName": "sollievo", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Tessellated", + "langName": "mosaico", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Blobby", + "langName": "macchiare", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Blobs", + "langName": "macchiare", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Cracks", + "langName": "crepa", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Textured", + "langName": "struttura", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Convolution Matrix", + "langName": "matrice di convoluzione", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Dilate", + "langName": "rigonfiamento", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Erode", + "langName": "erosione", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Dirty", + "langName": "sporco", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "With Imperfections", + "langName": "difettoso", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Distortion", + "langName": "Distorsione", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Lenticular", + "langName": "Lenticolare", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Cropped", + "langName": "Raccolto", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Quantum-Wavetracing", + "langName": "Tracciamento delle onde quantistiche", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Tornadic", + "langName": "tornado", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Sabattier Effect", + "langName": "Fornisce bordi morbidi e sfocati e sfumature di colore", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Smudged", + "langName": "Vago", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Sharpened", + "langName": "affilare", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Glowing Edges", + "langName": "bordo luminoso", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Spherize", + "langName": "sferoidizzazione", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Harris Shutter", + "langName": "Cattura oggetti in rapido movimento o mantieni la nitidezza delle immagini in ambienti con scarsa illuminazione", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Mordancage", + "langName": "fotografia incisione", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Ray Traced", + "langName": "Tracciamento dei raggi", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "Ray Tracing Ambient Occlusion", + "langName": "Occlusione ambientale con ray tracing", + "object": "Post-elaborazione", + "attribute": "Elaborazione delle immagini" + }, + { + "displayName": "award winning", + "langName": "Opere premiate", + "object": "Post-elaborazione", + "attribute": "Qualità" + }, + { + "displayName": "professional", + "langName": "maggiore", + "object": "Post-elaborazione", + "attribute": "Qualità" + }, + { + "displayName": "breathtaking", + "langName": "Sbalorditivo", + "object": "Post-elaborazione", + "attribute": "Qualità" + }, + { + "displayName": "groundbreaking", + "langName": "Innovativo", + "object": "Post-elaborazione", + "attribute": "Qualità" + }, + { + "displayName": "superb", + "langName": "prima classe", + "object": "Post-elaborazione", + "attribute": "Qualità" + }, + { + "displayName": "outstanding", + "langName": "Eccezionale", + "object": "Post-elaborazione", + "attribute": "Qualità" + }, + { + "displayName": "best quality", + "langName": "migliore qualità", + "object": "Post-elaborazione", + "attribute": "Qualità" + }, + { + "displayName": "best aesthetic", + "langName": "migliore estetica", + "object": "Post-elaborazione", + "attribute": "Qualità" + }, + { + "displayName": "masterpiece", + "langName": "capolavoro", + "object": "Post-elaborazione", + "attribute": "Qualità" + }, + { + "displayName": "extreme detail", + "langName": "dettaglio estremo", + "object": "Post-elaborazione", + "attribute": "Qualità" + }, + { + "displayName": "amazing", + "langName": "Sorprendente", + "object": "Post-elaborazione", + "attribute": "Qualità" + }, + { + "displayName": "original", + "langName": "Originale", + "object": "Post-elaborazione", + "attribute": "Qualità" + }, + { + "displayName": "in a symbolic and meaningful style", + "langName": "Stile simbolico e significativo", + "object": "Post-elaborazione", + "attribute": "Qualità" + }, + { + "displayName": "insanely detailed and intricate", + "langName": "estremamente dettagliato e complesso", + "object": "Post-elaborazione", + "attribute": "Qualità" + }, + { + "displayName": "very coherent symmetrical artwork", + "langName": "Struttura coerente e simmetrica", + "object": "Post-elaborazione", + "attribute": "Qualità" + }, + { + "displayName": "Trending on ArtStation", + "langName": "Stazione d'arte", + "object": "Post-elaborazione", + "attribute": "Piattaforma | Tendenze" + }, + { + "displayName": "Trending on Facebook", + "langName": "Fai clic su Mi Piace", + "object": "Post-elaborazione", + "attribute": "Piattaforma | Tendenze" + }, + { + "displayName": "Trending on Pixiv", + "langName": "Pixiv", + "object": "Post-elaborazione", + "attribute": "Piattaforma | Tendenze" + }, + { + "displayName": "Trending on Pixbay", + "langName": "PixBay", + "object": "Post-elaborazione", + "attribute": "Piattaforma | Tendenze" + }, + { + "displayName": "reddit", + "langName": "forum di reddit", + "object": "Post-elaborazione", + "attribute": "Piattaforma | Tendenze" + } +] \ No newline at end of file diff --git a/src/app/data/prompt/prompt-ja.json b/src/app/data/prompt/prompt-ja.json new file mode 100644 index 0000000..1919a53 --- /dev/null +++ b/src/app/data/prompt/prompt-ja.json @@ -0,0 +1,29606 @@ +[ + { + "displayName": "female", + "langName": "女性", + "object": "形", + "attribute": "本体" + }, + { + "displayName": "male", + "langName": "男", + "object": "形", + "attribute": "本体" + }, + { + "displayName": "mature_female", + "langName": "成熟した女性", + "object": "形", + "attribute": "本体" + }, + { + "displayName": "mature", + "langName": "成熟した", + "object": "形", + "attribute": "本体" + }, + { + "displayName": "little_girl", + "langName": "少女", + "object": "形", + "attribute": "本体" + }, + { + "displayName": "little_boy", + "langName": "小さな男の子", + "object": "形", + "attribute": "本体" + }, + { + "displayName": "1girl", + "langName": "女の子 1 人", + "object": "形", + "attribute": "本体" + }, + { + "displayName": "1boy", + "langName": "男の子 1 人", + "object": "形", + "attribute": "本体" + }, + { + "displayName": "2girls", + "langName": "女の子 2 人", + "object": "形", + "attribute": "本体" + }, + { + "displayName": "2boys", + "langName": "男の子 2 人", + "object": "形", + "attribute": "本体" + }, + { + "displayName": "sisters", + "langName": "姉妹", + "object": "形", + "attribute": "本体" + }, + { + "displayName": "multiple_girls", + "langName": "複数の女の子", + "object": "形", + "attribute": "本体" + }, + { + "displayName": "solo", + "langName": "シングル", + "object": "形", + "attribute": "本体" + }, + { + "displayName": "ojousama", + "langName": "逃す", + "object": "形", + "attribute": "本体" + }, + { + "displayName": "bishoujo", + "langName": "美少女", + "object": "形", + "attribute": "本体" + }, + { + "displayName": "kawaii", + "langName": "かわいい", + "object": "形", + "attribute": "本体" + }, + { + "displayName": "adorable_girl", + "langName": "かわいい女の子", + "object": "形", + "attribute": "本体" + }, + { + "displayName": "female_pervert", + "langName": "痴女", + "object": "形", + "attribute": "本体" + }, + { + "displayName": "milf", + "langName": "熟女", + "object": "形", + "attribute": "本体" + }, + { + "displayName": "a beautiful korean idol", + "langName": "韓国アイドル", + "object": "形", + "attribute": "本体" + }, + { + "displayName": "lifeguard", + "langName": "ライフガード", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "goalkeeper", + "langName": "ゴールキーパー", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "racer", + "langName": "レーシングドライバー", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "motorcyclist", + "langName": "オートバイ乗り", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "boxer", + "langName": "ボクサー", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "acrobat", + "langName": "アクロバット", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "athletes", + "langName": "アスリート", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "cheerleader", + "langName": "チアリーディング", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "stewardess", + "langName": "航空会社のスチュワーデス", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "waitress", + "langName": "ウェイトレス", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "waiter", + "langName": "ウェイター", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "chef", + "langName": "シェフ", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "barista", + "langName": "バリスタ", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "cashier", + "langName": "キャッシャー", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "mailman", + "langName": "郵便配達員", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "office_lady", + "langName": "働く女性", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "maid", + "langName": "メイド", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "housemaid", + "langName": "家政婦", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "doctor", + "langName": "医者", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "nurse", + "langName": "看護師", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "scientist", + "langName": "科学者", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "detective", + "langName": "探偵", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "police", + "langName": "警察", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "soldier", + "langName": "兵士", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "firefighter", + "langName": "消防士", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "hacker", + "langName": "ハッカー", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "spy", + "langName": "スパイ", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "agent", + "langName": "エージェント", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "assassin", + "langName": "暗殺者", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "magician", + "langName": "魔術師", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "pilot", + "langName": "パイロット", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "astronaut", + "langName": "宇宙飛行士", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "diver", + "langName": "ダイバー", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "bar censor", + "langName": "司法試験官", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "missionary", + "langName": "宣教師", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "poet", + "langName": "詩人", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "actor", + "langName": "俳優", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "actress", + "langName": "女優", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "idol", + "langName": "アイドル", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "queen", + "langName": "女王", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "race_queen", + "langName": "レーシングガール", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "dancer", + "langName": "ダンサー", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "ballerina", + "langName": "バレエダンサー", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "dancing girl", + "langName": "踊る少女", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "gym_leader", + "langName": "体操コーチ", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "priest", + "langName": "祭司", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "cleric", + "langName": "聖職者(キリスト教)", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "monk", + "langName": "モンク", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "nun", + "langName": "尼僧", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "makihitsuji", + "langName": "羊飼い", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "the hermit", + "langName": "隠者", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "teacher", + "langName": "教師", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "classmate", + "langName": "同級生", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "student", + "langName": "学生", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "harem", + "langName": "ハーレム", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "ghost", + "langName": "おばけ", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "doll", + "langName": "人形", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "albino", + "langName": "アルビノ", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "amputee", + "langName": "切断者", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "trap", + "langName": "女装者(女性的な特徴を持つ男性が女性と間違われることがある)", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "crossdressing", + "langName": "服装倒錯者(自分の性自認と一致しない服を着ること)", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "otoko_no_ko", + "langName": "女装者(女性的な特徴を持つ男性)", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "wa_maid", + "langName": "日本のメイド", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "yaoi", + "langName": "ゲイになる", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "yuri", + "langName": "ユリ", + "object": "形", + "attribute": "身元" + }, + { + "displayName": "pikachu", + "langName": "ピカチュウ", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "pokemon", + "langName": "ポケモン", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "doraemon", + "langName": "ドラえもん", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "crayon shin-chan", + "langName": "クレヨンしんちゃん", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "slam dunk", + "langName": "スラムダンク", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "harry potter", + "langName": "ハリーポッター", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "avengers", + "langName": "アベンジャーズ", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "captain america", + "langName": "キャプテン・アメリカ", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "gojou satoru", + "langName": "五条悟", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "neon genesis evangelion", + "langName": "新世紀エヴァンゲリオン", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "mazinger", + "langName": "ワンダーウーマン", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "saint seiya", + "langName": "聖闘士星矢", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "kamen rider", + "langName": "仮面ライダー", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "mario", + "langName": "マリオ", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "sun wukong", + "langName": "孫悟空", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "hatsune miku", + "langName": "初音ミク", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "magical_girl", + "langName": "魔法少女", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "sailor_senshi", + "langName": "セーラームーン", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "witch", + "langName": "魔女", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "miko", + "langName": "巫女", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "mage", + "langName": "ウィザード", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "magister", + "langName": "マジスター", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "ninja", + "langName": "忍者", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "samurai", + "langName": "武士", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "vampire", + "langName": "吸血鬼", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "knight", + "langName": "騎士", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "orc", + "langName": "オーク", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "druid", + "langName": "ドルイド", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "elf", + "langName": "ゴブリン", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "dark_elf", + "langName": "ダークエルフ", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "fairy", + "langName": "エルフ", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "succubus", + "langName": "サキュバス", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "imp", + "langName": "小悪魔", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "devil", + "langName": "悪魔", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "angel", + "langName": "天使", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "monster", + "langName": "モンスター", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "monster_girl", + "langName": "外国人の母親", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "dominatrix", + "langName": "クイーン(SM ミディアム)", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "mecha", + "langName": "メカ", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "mecha_musume", + "langName": "メカガール", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "humanoid_robot", + "langName": "ヒューマノイドロボット", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "cyborg", + "langName": "サイボーグ", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "dragon_girl", + "langName": "ドラゴンレディ", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "centaur", + "langName": "ケンタウロス", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "slime_musume", + "langName": "スライムガール", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "spider_girl", + "langName": "蜘蛛の少女", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "mermaid", + "langName": "マーメイド", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "cat_girl", + "langName": "猫娘", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "dog_girl", + "langName": "犬の女の子", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "wolf_girl", + "langName": "狼少女", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "fox_girl", + "langName": "キツネの少女", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "kitsune", + "langName": "キツネの悪魔", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "kyuubi", + "langName": "九尾の狐", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "raccoon_girl", + "langName": "アライグマの女の子", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "bunny_girl", + "langName": "バニーガール", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "cow_girl", + "langName": "カウガール", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "horse_girl", + "langName": "馬娘", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "furry", + "langName": "オーク", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "furry/orc", + "langName": "オーク/オーク", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "kemonomimi_mode", + "langName": "獣耳ロリモード", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "giantess", + "langName": "巨人", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "minigirl", + "langName": "ミニガール", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "mesugaki", + "langName": "女性の悪魔", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "santa alter", + "langName": "サンタクロース", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "spider-man", + "langName": "スパイダーマン", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "demo", + "langName": "悪魔", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "no humans", + "langName": "非人間的な", + "object": "形", + "attribute": "二次元キャラクター" + }, + { + "displayName": "toddler", + "langName": "幼児", + "object": "形", + "attribute": "年" + }, + { + "displayName": "kindergartener", + "langName": "幼稚園", + "object": "形", + "attribute": "年" + }, + { + "displayName": "child", + "langName": "子供", + "object": "形", + "attribute": "年" + }, + { + "displayName": "underage", + "langName": "未成年", + "object": "形", + "attribute": "年" + }, + { + "displayName": "teenager", + "langName": "ティーン(13~19 歳)", + "object": "形", + "attribute": "年" + }, + { + "displayName": "teen", + "langName": "ティーン(13~19 歳)", + "object": "形", + "attribute": "年" + }, + { + "displayName": "early teen", + "langName": "思春期初期(11~15 歳)", + "object": "形", + "attribute": "年" + }, + { + "displayName": "adult", + "langName": "大人たち", + "object": "形", + "attribute": "年" + }, + { + "displayName": "elder", + "langName": "長老", + "object": "形", + "attribute": "年" + }, + { + "displayName": "old", + "langName": "お年寄り", + "object": "形", + "attribute": "年" + }, + { + "displayName": "loli", + "langName": "ロリ", + "object": "形", + "attribute": "年" + }, + { + "displayName": "shota", + "langName": "翔太", + "object": "形", + "attribute": "年" + }, + { + "displayName": "white_skin", + "langName": "白い肌", + "object": "形", + "attribute": "肌" + }, + { + "displayName": "pale_skin", + "langName": "色白(暗い色や明るい色の服が似合う)", + "object": "形", + "attribute": "肌" + }, + { + "displayName": "fair_skin", + "langName": "白い肌", + "object": "形", + "attribute": "肌" + }, + { + "displayName": "olive_skin", + "langName": "オリーブ色の皮", + "object": "形", + "attribute": "肌" + }, + { + "displayName": "brown_skin", + "langName": "褐色の肌", + "object": "形", + "attribute": "肌" + }, + { + "displayName": "deep_skin", + "langName": "黒い肌", + "object": "形", + "attribute": "肌" + }, + { + "displayName": "dark_skin", + "langName": "黒い肌", + "object": "形", + "attribute": "肌" + }, + { + "displayName": "black_skin", + "langName": "黒い肌", + "object": "形", + "attribute": "肌" + }, + { + "displayName": "shiny_skin", + "langName": "光沢のある肌", + "object": "形", + "attribute": "肌" + }, + { + "displayName": "white_marble_glowing_skin", + "langName": "白い大理石のような輝く肌", + "object": "形", + "attribute": "肌" + }, + { + "displayName": "tattoo", + "langName": "入れ墨", + "object": "形", + "attribute": "肌" + }, + { + "displayName": "tan", + "langName": "太陽に当たる", + "object": "形", + "attribute": "肌" + }, + { + "displayName": "tanlines", + "langName": "日焼けによるダメージ", + "object": "形", + "attribute": "肌" + }, + { + "displayName": "oil", + "langName": "油っぽい", + "object": "形", + "attribute": "肌" + }, + { + "displayName": "skinny", + "langName": "スキニー", + "object": "形", + "attribute": "形" + }, + { + "displayName": "plump", + "langName": "満杯", + "object": "形", + "attribute": "形" + }, + { + "displayName": "curvy", + "langName": "悪魔のフィギュア", + "object": "形", + "attribute": "形" + }, + { + "displayName": "(navel,wide hip,curvy)", + "langName": "数字を明らかにする", + "object": "形", + "attribute": "形" + }, + { + "displayName": "gyaru", + "langName": "ホットな女の子(日本の女の子)", + "object": "形", + "attribute": "形" + }, + { + "displayName": "pregnant", + "langName": "妊娠中", + "object": "形", + "attribute": "形" + }, + { + "displayName": "fat", + "langName": "肥満", + "object": "形", + "attribute": "形" + }, + { + "displayName": "thin", + "langName": "薄い", + "object": "形", + "attribute": "形" + }, + { + "displayName": "slender", + "langName": "スリム", + "object": "形", + "attribute": "形" + }, + { + "displayName": "glamor", + "langName": "魅力", + "object": "形", + "attribute": "形" + }, + { + "displayName": "tall", + "langName": "高い", + "object": "形", + "attribute": "形" + }, + { + "displayName": "petite", + "langName": "小柄な", + "object": "形", + "attribute": "形" + }, + { + "displayName": "chibi", + "langName": "孟孟/Q 印刷スタイル", + "object": "形", + "attribute": "形" + }, + { + "displayName": "muscular", + "langName": "筋", + "object": "形", + "attribute": "形" + }, + { + "displayName": "big tits", + "langName": "巨乳", + "object": "形", + "attribute": "形" + }, + { + "displayName": "(cleavage visible,large breasts)", + "langName": "巨乳(胸の谷間あり)", + "object": "形", + "attribute": "形" + }, + { + "displayName": "Small waist", + "langName": "ウエストが細い", + "object": "形", + "attribute": "形" + }, + { + "displayName": "narrow_waist", + "langName": "細いウエスト", + "object": "形", + "attribute": "形" + }, + { + "displayName": "slender_waist", + "langName": "細いウエスト", + "object": "形", + "attribute": "形" + }, + { + "displayName": "strong", + "langName": "強い", + "object": "形", + "attribute": "形" + }, + { + "displayName": "slim", + "langName": "スリム", + "object": "形", + "attribute": "形" + }, + { + "displayName": "slender face", + "langName": "顔痩せ", + "object": "形", + "attribute": "顔の形" + }, + { + "displayName": "round face", + "langName": "丸い顔", + "object": "形", + "attribute": "顔の形" + }, + { + "displayName": "oval face", + "langName": "楕円形の顔", + "object": "形", + "attribute": "顔の形" + }, + { + "displayName": "baby face", + "langName": "ベビーフェイス", + "object": "形", + "attribute": "顔の形" + }, + { + "displayName": "inverted triangle face", + "langName": "逆三角形の顔", + "object": "形", + "attribute": "顔の形" + }, + { + "displayName": "heart shaped face", + "langName": "ハート型の顔", + "object": "形", + "attribute": "顔の形" + }, + { + "displayName": "diamond face", + "langName": "ダイヤモンドフェイス", + "object": "形", + "attribute": "顔の形" + }, + { + "displayName": "square face", + "langName": "四角い顔", + "object": "形", + "attribute": "顔の形" + }, + { + "displayName": "long face", + "langName": "長い顔", + "object": "形", + "attribute": "顔の形" + }, + { + "displayName": "triangular face", + "langName": "三角形の顔", + "object": "形", + "attribute": "顔の形" + }, + { + "displayName": "detailed gorgeous face", + "langName": "美しい顔", + "object": "形", + "attribute": "顔の形" + }, + { + "displayName": "delicate features", + "langName": "優美な顔立ち", + "object": "形", + "attribute": "顔の形" + }, + { + "displayName": "black hair", + "langName": "黒髪", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "white hair", + "langName": "白髪", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "grey hair", + "langName": "白髪", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "silver hair", + "langName": "銀髪", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "blonde hair", + "langName": "金髪", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "light brown hair", + "langName": "明るい茶色の髪", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "brown hair", + "langName": "茶色の髪", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "red hair", + "langName": "赤毛", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "pink hair", + "langName": "ピンクの髪", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "purple hair", + "langName": "紫色の髪", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "blue hair", + "langName": "青い髪", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "light blue hair", + "langName": "ライトブルーの髪", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "dark blue hair", + "langName": "濃い青の髪", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "green hair", + "langName": "緑の髪", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "yellow hair", + "langName": "黄色い髪", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "two-tone hair", + "langName": "2 色の髪", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "multicolored hair", + "langName": "混色の髪", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "grey gradient hair", + "langName": "グレーのグラデーションヘア", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "Gradation of hair", + "langName": "オンブルヘア", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "streaked hair", + "langName": "ハイライトヘア", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "hair_down", + "langName": "髪を下ろす", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "hair_spread_out", + "langName": "抜け毛", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "hair_flip", + "langName": "髪をとかす", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "hair_up", + "langName": "髪をアップにする", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "hair_behind_ear", + "langName": "耳の後ろの髪", + "object": "形", + "attribute": "髪" + }, + { + "displayName": "straight_hair", + "langName": "ストレートヘア", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "curly hair", + "langName": "カール", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "wavy hair", + "langName": "自然なボリューム", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "short hair", + "langName": "ショートヘア", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "medium hair", + "langName": "中法", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "long hair", + "langName": "長い髪", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "very long hair", + "langName": "超ロングヘア", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "short ponytail", + "langName": "ショートポニーテール", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "ponytail", + "langName": "ポニーテール", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "high ponytail", + "langName": "ハイポニーテール", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "low ponytail", + "langName": "ローポニーテール", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "front ponytail", + "langName": "フロントポニーテール", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "Side ponytail", + "langName": "サイドポニーテール", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "folded ponytail", + "langName": "折り畳んだポニーテール", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "braided ponytail", + "langName": "ポニーテール編み髪", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "quad tails", + "langName": "4 つのポニーテール", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "twin braids", + "langName": "二重編み", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "low twin braids", + "langName": "ローダブルブレイド", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "side braid", + "langName": "サイド編み", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "single braid", + "langName": "シングルブレイド", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "crown braid", + "langName": "クラウンブレード", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "french braid", + "langName": "フレンチブレイド", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "braid", + "langName": "編み込み", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "drill hair", + "langName": "ドリルロールプリンセスロール", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "twin_drills", + "langName": "ダブルダイヤモンドヘアスタイル", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "bunches", + "langName": "ツインポニーテール", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "twintails", + "langName": "ツインポニーテール 2", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "hair bun", + "langName": "パン | 餃子", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "single_hair_bun", + "langName": "シングルパン", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "double_bun", + "langName": "パン 2 個", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "braided bangs", + "langName": "三つ編み前髪", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "braided bun", + "langName": "三つ編みのお団子", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "cone hair bun", + "langName": "テーパード バン", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "doughnut hair bun", + "langName": "ドーナツパン", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "heart hair bun", + "langName": "ハートパン", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "bob cut", + "langName": "ボブヘア", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "bob haircut", + "langName": "ボブヘア", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "hime cut", + "langName": "プリンセスカット", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "updo", + "langName": "おだんごヘア", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "topknot", + "langName": "ミートボールヘッド", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "one side up", + "langName": "髪を片側で結ぶ", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "two side up", + "langName": "両面ヘアタイ", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "multi-tied hair", + "langName": "もっと髪を結ぶ", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "payot", + "langName": "長いもみあげ", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "dynamic hair", + "langName": "ダイナミックヘア", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "swept bangs", + "langName": "サイドに流した前髪", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "crossed bangs", + "langName": "クロスバング", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "bangs", + "langName": "前髪", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "blunt bangs", + "langName": "チーバン", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "Slanted bangs", + "langName": "斜め前髪", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "long bangs", + "langName": "長い前髪", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "air bangs", + "langName": "エアバン", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "asymmetric bangs", + "langName": "非対称の前髪", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "asymmetrical bangs", + "langName": "非対称の前髪", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "parted bangs", + "langName": "分け目のある前髪", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "side_blunt_bangs", + "langName": "サイドエアバン", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "centre parting bangs", + "langName": "センター分け前髪", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "middle Fringe", + "langName": "センター分け前髪", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "bowl_cut", + "langName": "キノコ頭 | 鍋頭", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "hair_flaps", + "langName": "ヘアウィング", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "hair wings", + "langName": "翼の毛", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "hair in takes", + "langName": "閉じる", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "flipped hair", + "langName": "歪んだ髪", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "messy hair", + "langName": "乱れた髪型", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "disheveled hair", + "langName": "ボサボサの髪", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "antenna hair", + "langName": "艶のない毛が多い", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "ahoge", + "langName": "バカ", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "forehead", + "langName": "額を見せる", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "dreadlocks", + "langName": "ドレッドヘア", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "wet hair", + "langName": "濡れた髪", + "object": "形", + "attribute": "髪型" + }, + { + "displayName": "makeup", + "langName": "補う", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "eyeshadow", + "langName": "アイシャドウ", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "red eyeshadow", + "langName": "赤いアイシャドウ", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "blue eyeshadow", + "langName": "青いアイシャドウ", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "purple eyeshadow", + "langName": "紫のアイシャドウ", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "pink eyeshadow", + "langName": "ピンクのアイシャドウ", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "green eyeshadow", + "langName": "緑のアイシャドウ", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "mascara", + "langName": "マスカラ", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "long_eyelashes", + "langName": "長いまつげ", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "colored_eyelashes", + "langName": "カラーまつげ", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "lipgloss", + "langName": "リップグロス", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "red_lips", + "langName": "赤い唇", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "anime_style_blush", + "langName": "アニメの赤面", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "nose_blush", + "langName": "鼻が赤くなる", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "freckles", + "langName": "そばかす", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "mole", + "langName": "ほくろ", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "mole_under_eye", + "langName": "目の下のほくろ", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "scar", + "langName": "傷跡", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "scar_across_eye", + "langName": "目の傷", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "facial_mark", + "langName": "模様のある顔", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "forehead_mark", + "langName": "額に模様がある", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "anger_vein", + "langName": "頭の怒りのシンボル", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "bags_under_eyes", + "langName": "目の下のたるみ", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "bruise_on_face", + "langName": "顔のあざ", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "whisker_markings", + "langName": "ひげの模様", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "facepaint", + "langName": "フェイスペイント", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "hair between eyes", + "langName": "目の間の毛", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "smoking_pipe", + "langName": "パイプ", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "mustache", + "langName": "口ひげ", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "goatee", + "langName": "あごひげ", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "food_on_face", + "langName": "顔に食べ物", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "rice_on_face", + "langName": "顔に米", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "cream_on_face", + "langName": "顔に塗るクリーム", + "object": "形", + "attribute": "顔" + }, + { + "displayName": "elf ears", + "langName": "エルフの耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "pointy_ears", + "langName": "尖った耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "long_pointy_ears", + "langName": "長く尖った耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "demon ears", + "langName": "悪魔の耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "angel ears", + "langName": "天使の耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "alien ears", + "langName": "エイリアンの耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "animal_ears", + "langName": "動物の耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "fake_animal_ears", + "langName": "偽の動物の耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "ears_through_headwear", + "langName": "帽子やヘッドギアを通して耳を装着する", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "ear_blush", + "langName": "耳が赤い", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "ear_ornament", + "langName": "イヤリング", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "ear_piercing", + "langName": "耳にピアスの穴を開ける", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "animal_ear_fluff", + "langName": "動物の耳のぬいぐるみ", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "ears_down", + "langName": "垂れ耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "floppy_ears", + "langName": "垂れ耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "fox_ears", + "langName": "キツネの耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "cat_ears", + "langName": "猫耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "dog_ears", + "langName": "犬の耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "coyote_ears", + "langName": "コヨーテの耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "bunny_ears", + "langName": "ウサギの耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "mouse_ears", + "langName": "ネズミの耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "squirrel_ears", + "langName": "リスの耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "raccoon_ears", + "langName": "アライグマの耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "bear_ears", + "langName": "クマの耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "panda_ears", + "langName": "パンダの耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "lion_ears", + "langName": "ライオンの耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "jaguar_ears", + "langName": "ジャガーの耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "tiger_ears", + "langName": "虎の耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "wolf ears", + "langName": "狼の耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "horse_ears", + "langName": "馬の耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "cow ears", + "langName": "牛の耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "pig ears", + "langName": "豚の耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "sheep ears", + "langName": "羊の耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "goat ears", + "langName": "ヤギの耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "goat_horns", + "langName": "ヤギの角", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "curled_horns", + "langName": "コーナー", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "hair_on_horn", + "langName": "角の毛", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "deer ears", + "langName": "鹿の耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "antelope ears", + "langName": "アンテロープの耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "antlers", + "langName": "角", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "rhino ears", + "langName": "サイの耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "elephant ears", + "langName": "象の耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "bat_ears", + "langName": "コウモリの耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "extra_ears", + "langName": "余分な耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "alpaca_ears", + "langName": "アルパカの耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "dragon ears", + "langName": "ドラゴンの耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "robot_ears", + "langName": "機械の耳", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "dragon_horns", + "langName": "ドラゴンの角", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "oni_horns", + "langName": "ゴーストホーン", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "horns", + "langName": "角", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "fake_horns", + "langName": "偽角笛", + "object": "形", + "attribute": "耳" + }, + { + "displayName": "thick eyebrows", + "langName": "太い眉毛", + "object": "形", + "attribute": "眉" + }, + { + "displayName": "cocked eyebrow", + "langName": "眉毛を上げる", + "object": "形", + "attribute": "眉" + }, + { + "displayName": "short eyebrows", + "langName": "短い眉毛", + "object": "形", + "attribute": "眉" + }, + { + "displayName": "v-shaped eyebrows", + "langName": "V 眉", + "object": "形", + "attribute": "眉" + }, + { + "displayName": "beautiful_detailed_eyes", + "langName": "美しい目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "glistening_eyes", + "langName": "涙目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "sparkling_eyes", + "langName": "星の目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "sparkling_anime_eyes", + "langName": "フラッシュアニメーションの目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "gradient_eyes", + "langName": "グラデーションアイ", + "object": "形", + "attribute": "目" + }, + { + "displayName": "water_eyes", + "langName": "涙目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "eye_relfection", + "langName": "眼反射(光に対する瞳孔の反応)", + "object": "形", + "attribute": "目" + }, + { + "displayName": "reflective_eyes", + "langName": "反射的な目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "multicolored_eyes", + "langName": "カラフルな目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "red eyes", + "langName": "赤い目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "green eyes", + "langName": "緑の目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "blue_eyes", + "langName": "青い目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "purple eyes", + "langName": "紫色の目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "pink eyes", + "langName": "ピンクの目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "yellow eyes", + "langName": "黄色い目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "orange eyes", + "langName": "オレンジ色の目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "brown_eyes", + "langName": "茶色の目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "light_brown_eyes", + "langName": "明るい茶色の目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "silver_eyes", + "langName": "銀色の目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "grey eyes", + "langName": "灰色の目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "black eyes", + "langName": "黒い目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "white eyes", + "langName": "白い目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "aqua_eyes", + "langName": "アクアアイ", + "object": "形", + "attribute": "目" + }, + { + "displayName": "hidden eyes", + "langName": "目を隠す", + "object": "形", + "attribute": "目" + }, + { + "displayName": "heart-shaped eyes", + "langName": "ハート型の目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "heart_in_eye", + "langName": "ハート型の目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "hollow_eyes", + "langName": "星型の瞳孔", + "object": "形", + "attribute": "目" + }, + { + "displayName": "mechanical_eye", + "langName": "機械の目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "ringed_eyes", + "langName": "リングアイ", + "object": "形", + "attribute": "目" + }, + { + "displayName": "clock_eyes", + "langName": "ベルアイ", + "object": "形", + "attribute": "目" + }, + { + "displayName": "compound_eyes", + "langName": "複眼", + "object": "形", + "attribute": "目" + }, + { + "displayName": "devil_eyes", + "langName": "邪眼", + "object": "形", + "attribute": "目" + }, + { + "displayName": "cephalopod_eyes", + "langName": "頭足動物の目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "mismatched_sclera", + "langName": "強膜の不一致", + "object": "形", + "attribute": "目" + }, + { + "displayName": "solid circle eyes", + "langName": "しっかりとした丸い目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "solid_oval_eyes", + "langName": "Q バージョンソリッドオーバルアイ", + "object": "形", + "attribute": "目" + }, + { + "displayName": "anime_style_eyes", + "langName": "アニメ風の目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "blush_stickers", + "langName": "Q バージョン ブラッシュステッカー", + "object": "形", + "attribute": "目" + }, + { + "displayName": "button eyes", + "langName": "ボタンの目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "cross eyed", + "langName": "斜視", + "object": "形", + "attribute": "目" + }, + { + "displayName": "blank eyes", + "langName": "虚ろな目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "spiral_eyes", + "langName": "渦潮の目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "sanpaku", + "langName": "三白眼症候群(瞳孔移動)", + "object": "形", + "attribute": "目" + }, + { + "displayName": "flaming_eye", + "langName": "ほむら", + "object": "形", + "attribute": "目" + }, + { + "displayName": "bloodshot_eyes", + "langName": "充血した目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "blood_from_eyes", + "langName": "目から血が流れる", + "object": "形", + "attribute": "目" + }, + { + "displayName": "extra_eyes", + "langName": "複数の目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "one-eyed", + "langName": "片目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "third_eye", + "langName": "第三の目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "eye_of_horus", + "langName": "ホルスの目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "closed_eyes", + "langName": "目を閉じて", + "object": "形", + "attribute": "目" + }, + { + "displayName": "half_closed_eye", + "langName": "半目(片目)", + "object": "形", + "attribute": "目" + }, + { + "displayName": "half_closed_eyes", + "langName": "半分目を閉じた", + "object": "形", + "attribute": "目" + }, + { + "displayName": "narrowed_eyes", + "langName": "目を細めて", + "object": "形", + "attribute": "目" + }, + { + "displayName": "squinting", + "langName": "目を細める", + "object": "形", + "attribute": "目" + }, + { + "displayName": "tears", + "langName": "涙", + "object": "形", + "attribute": "目" + }, + { + "displayName": "upturned_eyes", + "langName": "上を向いた目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "eyes_closed", + "langName": "目を閉じる", + "object": "形", + "attribute": "目" + }, + { + "displayName": "one_eye_covered", + "langName": "片目が覆われている", + "object": "形", + "attribute": "目" + }, + { + "displayName": "covered_eyes", + "langName": "目隠し", + "object": "形", + "attribute": "目" + }, + { + "displayName": "hair_over_eyes", + "langName": "目を覆う髪", + "object": "形", + "attribute": "目" + }, + { + "displayName": "hair_over_one_eye", + "langName": "髪の毛が片方の目を覆っている", + "object": "形", + "attribute": "目" + }, + { + "displayName": "eyes_visible_through_hair", + "langName": "髪を通して見える目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "shading eyes", + "langName": "アイシャドウを塗った目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "one eye closed", + "langName": "片目を閉じて", + "object": "形", + "attribute": "目" + }, + { + "displayName": "no_blindfold", + "langName": "(オリジナルの)目隠し要素を削除しました", + "object": "形", + "attribute": "目" + }, + { + "displayName": "no_eyepatch", + "langName": "(既存の)アイマスクを外しました", + "object": "形", + "attribute": "目" + }, + { + "displayName": "eyeliner", + "langName": "アイライナー", + "object": "形", + "attribute": "目" + }, + { + "displayName": "no_eyes", + "langName": "目がない", + "object": "形", + "attribute": "目" + }, + { + "displayName": "uneven_eyes", + "langName": "大きな目と小さな目", + "object": "形", + "attribute": "目" + }, + { + "displayName": "pupils", + "langName": "瞳", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "bright_pupils", + "langName": "明るい瞳", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "blue_pupils", + "langName": "オレンジ色の瞳", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "purple_pupils", + "langName": "紫色の瞳孔", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "orange_pupils", + "langName": "オレンジ色の瞳", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "heterochromia", + "langName": "異色瞳孔", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "mismatched_pupils", + "langName": "瞳孔の不一致", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "solid_circle_pupils", + "langName": "Q バージョン しっかりした丸い瞳", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "dilated_pupils", + "langName": "瞳孔が広がる", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "constricted_pupils", + "langName": "瞳孔が収縮する", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "slit_pupils", + "langName": "縦長の瞳孔/猫の目", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "snake_pupils", + "langName": "蛇の瞳孔(瞳孔の閃光)", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "horizontal_pupils", + "langName": "水平瞳孔", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "rectangular_pupils", + "langName": "長方形の瞳孔", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "square_pupils", + "langName": "四角い瞳孔", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "dot_pupils", + "langName": "点瞳孔", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "star-shaped_pupils", + "langName": "五芒星形の瞳孔", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "flower-shaped pupils", + "langName": "花のような瞳孔", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "heart-shaped_pupils", + "langName": "ハート型の瞳孔", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "diamond-shaped_pupils", + "langName": "ダイヤモンド形の瞳孔", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "butterfly-shaped_pupils", + "langName": "蝶形の瞳孔", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "symbol-shaped_pupils", + "langName": "象徴的な瞳孔", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "x-shaped_pupils", + "langName": "X 字型の瞳孔", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "cross-shaped_pupils", + "langName": "象徴的な瞳孔(効果なし", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "\"+_+\"", + "langName": "十字星目", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "extra_pupils", + "langName": "追加生徒", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "no_pupils", + "langName": "生徒なし", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "devil pupils", + "langName": "魔法の瞳", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "pupils sparkling", + "langName": "瞳孔がちらつく", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "symbol_in_eye", + "langName": "目にはシンボルがある", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "star_in_eye", + "langName": "目に星", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "dashed_eyes", + "langName": "点線の目", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "color contact lenses", + "langName": "コンタクトレンズ", + "object": "形", + "attribute": "瞳" + }, + { + "displayName": "light_eyes", + "langName": "明るい目", + "object": "形", + "attribute": "目の表情" + }, + { + "displayName": "glowing_eyes", + "langName": "光る目", + "object": "形", + "attribute": "目の表情" + }, + { + "displayName": "shiny_eyes", + "langName": "輝く目", + "object": "形", + "attribute": "目の表情" + }, + { + "displayName": "evil_eyes", + "langName": "邪眼", + "object": "形", + "attribute": "目の表情" + }, + { + "displayName": "crazy_eyes", + "langName": "狂った目", + "object": "形", + "attribute": "目の表情" + }, + { + "displayName": "empty_eyes", + "langName": "虚ろな目", + "object": "形", + "attribute": "目の表情" + }, + { + "displayName": "solid_eyes", + "langName": "しっかりした目", + "object": "形", + "attribute": "目の表情" + }, + { + "displayName": "sharp_eyes", + "langName": "鋭い目", + "object": "形", + "attribute": "目の表情" + }, + { + "displayName": "slanted_eyes", + "langName": "鋭い目", + "object": "形", + "attribute": "目の表情" + }, + { + "displayName": "wink", + "langName": "瞬き", + "object": "形", + "attribute": "目の表情" + }, + { + "displayName": "wide-eyed", + "langName": "目を覚まして", + "object": "形", + "attribute": "目の表情" + }, + { + "displayName": "glint", + "langName": "目に浮かぶ強い感情", + "object": "形", + "attribute": "目の表情" + }, + { + "displayName": "tsurime", + "langName": "目尻を上げました", + "object": "形", + "attribute": "目の表情" + }, + { + "displayName": "tareme", + "langName": "眼瞼下垂", + "object": "形", + "attribute": "目の表情" + }, + { + "displayName": "pointed nose", + "langName": "尖った鼻", + "object": "形", + "attribute": "鼻" + }, + { + "displayName": "small nose", + "langName": "小さな鼻", + "object": "形", + "attribute": "鼻" + }, + { + "displayName": "big nose", + "langName": "大きな鼻", + "object": "形", + "attribute": "鼻" + }, + { + "displayName": "no_nose", + "langName": "鼻がない", + "object": "形", + "attribute": "鼻" + }, + { + "displayName": "dot_nose", + "langName": "点鼻", + "object": "形", + "attribute": "鼻" + }, + { + "displayName": "nose_bubble", + "langName": "鼻の泡", + "object": "形", + "attribute": "鼻" + }, + { + "displayName": "smelling", + "langName": "匂い", + "object": "形", + "attribute": "鼻" + }, + { + "displayName": "nose", + "langName": "鼻", + "object": "形", + "attribute": "鼻" + }, + { + "displayName": "nosebleed", + "langName": "鼻血", + "object": "形", + "attribute": "鼻" + }, + { + "displayName": "snot", + "langName": "鼻汁", + "object": "形", + "attribute": "鼻" + }, + { + "displayName": "snout", + "langName": "動物の鼻", + "object": "形", + "attribute": "鼻" + }, + { + "displayName": "thick lips", + "langName": "厚い唇", + "object": "形", + "attribute": "口" + }, + { + "displayName": "puffy lips", + "langName": "腫れた唇", + "object": "形", + "attribute": "口" + }, + { + "displayName": "lipstick", + "langName": "口紅", + "object": "形", + "attribute": "口" + }, + { + "displayName": "heart-shaped mouth", + "langName": "ハート型の口", + "object": "形", + "attribute": "口" + }, + { + "displayName": "pout", + "langName": "ふくれっ面", + "object": "形", + "attribute": "口" + }, + { + "displayName": "mole under mouth", + "langName": "口の下のほくろ", + "object": "形", + "attribute": "口" + }, + { + "displayName": "open_mouth", + "langName": "口を開けて", + "object": "形", + "attribute": "口" + }, + { + "displayName": "gasping", + "langName": "息を切らして(口を開けて)", + "object": "形", + "attribute": "口" + }, + { + "displayName": "Slightly_open_mouth", + "langName": "口を少し開ける", + "object": "形", + "attribute": "口" + }, + { + "displayName": "wavy_mouth", + "langName": "口をゆがめる", + "object": "形", + "attribute": "口" + }, + { + "displayName": "close_mouth", + "langName": "黙れ", + "object": "形", + "attribute": "口" + }, + { + "displayName": "dot_mouth", + "langName": "うなずく", + "object": "形", + "attribute": "口" + }, + { + "displayName": "no_mouth", + "langName": "口がない", + "object": "形", + "attribute": "口" + }, + { + "displayName": "gag", + "langName": "ギャグ", + "object": "形", + "attribute": "口" + }, + { + "displayName": "gnaw", + "langName": "噛む", + "object": "形", + "attribute": "口" + }, + { + "displayName": ":3", + "langName": "マオズイ", + "object": "形", + "attribute": "口" + }, + { + "displayName": ":o", + "langName": "口を開けて", + "object": "形", + "attribute": "口" + }, + { + "displayName": ":>", + "langName": "V 字口", + "object": "形", + "attribute": "口" + }, + { + "displayName": "parted_lips", + "langName": "唇を開く", + "object": "形", + "attribute": "口" + }, + { + "displayName": "bit_gag", + "langName": "黙れ", + "object": "形", + "attribute": "口" + }, + { + "displayName": "chestnut_mouth", + "langName": "リズイ", + "object": "形", + "attribute": "口" + }, + { + "displayName": "cleave_gag", + "langName": "猿ぐつわをかまされた", + "object": "形", + "attribute": "口" + }, + { + "displayName": "closed_mouth", + "langName": "口を閉じた", + "object": "形", + "attribute": "口" + }, + { + "displayName": "covered_mouth", + "langName": "口を覆った", + "object": "形", + "attribute": "口" + }, + { + "displayName": "extra_mouth", + "langName": "口は何個", + "object": "形", + "attribute": "口" + }, + { + "displayName": "hair_in_mouth", + "langName": "口の中に髪の毛", + "object": "形", + "attribute": "口" + }, + { + "displayName": "hair_tie_in_mouth", + "langName": "ヘアゴムを口にくわえて", + "object": "形", + "attribute": "口" + }, + { + "displayName": "homu", + "langName": "ふくれっ面 | ふくれっ面", + "object": "形", + "attribute": "口" + }, + { + "displayName": "lips", + "langName": "唇", + "object": "形", + "attribute": "口" + }, + { + "displayName": "mouth", + "langName": "口", + "object": "形", + "attribute": "口" + }, + { + "displayName": "mouth_hold", + "langName": "口に入れて", + "object": "形", + "attribute": "口" + }, + { + "displayName": "oral", + "langName": "口で", + "object": "形", + "attribute": "口" + }, + { + "displayName": "pacifier", + "langName": "乳首", + "object": "形", + "attribute": "口" + }, + { + "displayName": "Pouted lips", + "langName": "唇をすぼめる", + "object": "形", + "attribute": "口" + }, + { + "displayName": "sideways_mouth", + "langName": "横顔の口を描く", + "object": "形", + "attribute": "口" + }, + { + "displayName": "spoon_in_mouth", + "langName": "スプーンを口に入れる", + "object": "形", + "attribute": "口" + }, + { + "displayName": "triangle_mouth", + "langName": "三角形の口", + "object": "形", + "attribute": "口" + }, + { + "displayName": "saliva", + "langName": "唾液", + "object": "形", + "attribute": "口" + }, + { + "displayName": "drooling", + "langName": "よだれを垂らす", + "object": "形", + "attribute": "口" + }, + { + "displayName": "mouth_drool", + "langName": "口角に唾液の滴のような形の隙間があります。", + "object": "形", + "attribute": "口" + }, + { + "displayName": "tooth", + "langName": "歯", + "object": "形", + "attribute": "歯" + }, + { + "displayName": "upper_teeth", + "langName": "上の歯", + "object": "形", + "attribute": "歯" + }, + { + "displayName": "fangs", + "langName": "虎の歯 | 牙", + "object": "形", + "attribute": "歯" + }, + { + "displayName": "skin_fang", + "langName": "肌の色 虎の歯", + "object": "形", + "attribute": "歯" + }, + { + "displayName": "round_teeth", + "langName": "波形の歯", + "object": "形", + "attribute": "歯" + }, + { + "displayName": "sharp_teeth", + "langName": "鋭い歯", + "object": "形", + "attribute": "歯" + }, + { + "displayName": "clenched_teeth", + "langName": "歯を食いしばって", + "object": "形", + "attribute": "歯" + }, + { + "displayName": "buck_teeth", + "langName": "出っ歯", + "object": "形", + "attribute": "歯" + }, + { + "displayName": "fang_out", + "langName": "牙をむく | 牙をむく", + "object": "形", + "attribute": "歯" + }, + { + "displayName": "spiked_club", + "langName": "メース", + "object": "形", + "attribute": "歯" + }, + { + "displayName": "toothbrush", + "langName": "歯ブラシ", + "object": "形", + "attribute": "歯" + }, + { + "displayName": "tusks", + "langName": "象牙", + "object": "形", + "attribute": "歯" + }, + { + "displayName": "shark_mouth", + "langName": "サメの歯", + "object": "形", + "attribute": "歯" + }, + { + "displayName": ":q", + "langName": "舌を上唇に当てる", + "object": "形", + "attribute": "舌" + }, + { + "displayName": ":p", + "langName": "舌を下唇に当てる", + "object": "形", + "attribute": "舌" + }, + { + "displayName": ";p", + "langName": "瞬きして舌を出す", + "object": "形", + "attribute": "舌" + }, + { + "displayName": "french_kiss", + "langName": "舌キス | フレンチウェットキス", + "object": "形", + "attribute": "舌" + }, + { + "displayName": "long_tongue", + "langName": "長い舌", + "object": "形", + "attribute": "舌" + }, + { + "displayName": "oral_invitation", + "langName": "射精を歓迎するために舌を突き出す", + "object": "形", + "attribute": "舌" + }, + { + "displayName": "tongue", + "langName": "舌", + "object": "形", + "attribute": "舌" + }, + { + "displayName": "tongue_out", + "langName": "舌を突き出す", + "object": "形", + "attribute": "舌" + }, + { + "displayName": "uvula", + "langName": "口蓋垂 | 口蓋垂 | 口蓋垂", + "object": "形", + "attribute": "舌" + }, + { + "displayName": "fingernails", + "langName": "爪", + "object": "形", + "attribute": "ネイル" + }, + { + "displayName": "toenails", + "langName": "足の爪", + "object": "形", + "attribute": "ネイル" + }, + { + "displayName": "nail_polish", + "langName": "マニキュア", + "object": "形", + "attribute": "ネイル" + }, + { + "displayName": "toenail_polish", + "langName": "足の爪のマニキュア", + "object": "形", + "attribute": "ネイル" + }, + { + "displayName": "black_nails", + "langName": "黒い爪", + "object": "形", + "attribute": "ネイル" + }, + { + "displayName": "red_nails", + "langName": "赤い爪", + "object": "形", + "attribute": "ネイル" + }, + { + "displayName": "pink_nails", + "langName": "ピンクの爪", + "object": "形", + "attribute": "ネイル" + }, + { + "displayName": "long_fingernails", + "langName": "長い爪", + "object": "形", + "attribute": "ネイル" + }, + { + "displayName": "nail", + "langName": "ネイル | ネイル", + "object": "形", + "attribute": "ネイル" + }, + { + "displayName": "multicolored_nails", + "langName": "カラフルなネイル", + "object": "形", + "attribute": "ネイル" + }, + { + "displayName": "nail_art", + "langName": "マニキュア", + "object": "形", + "attribute": "ネイル" + }, + { + "displayName": "bare shoulders", + "langName": "肩を露出", + "object": "形", + "attribute": "肩" + }, + { + "displayName": "collarbonea", + "langName": "鎖骨", + "object": "形", + "attribute": "肩" + }, + { + "displayName": "armpits", + "langName": "脇の下", + "object": "形", + "attribute": "肩" + }, + { + "displayName": "armpit_crease", + "langName": "脇の下のしわ", + "object": "形", + "attribute": "肩" + }, + { + "displayName": "chest", + "langName": "胸", + "object": "形", + "attribute": "胸" + }, + { + "displayName": "flat chest", + "langName": "小さい胸(A)", + "object": "形", + "attribute": "胸" + }, + { + "displayName": "small_breasts", + "langName": "小さい胸(B)", + "object": "形", + "attribute": "胸" + }, + { + "displayName": "medium breasts", + "langName": "ミディアムチェスト(C)", + "object": "形", + "attribute": "胸" + }, + { + "displayName": "big breasts", + "langName": "巨乳(D)", + "object": "形", + "attribute": "胸" + }, + { + "displayName": "huge breasts", + "langName": "巨乳(E)", + "object": "形", + "attribute": "胸" + }, + { + "displayName": "gigantic breasts", + "langName": "超巨乳(F)", + "object": "形", + "attribute": "胸" + }, + { + "displayName": "breasts apart", + "langName": "胸が開いた", + "object": "形", + "attribute": "胸" + }, + { + "displayName": "hanging breasts", + "langName": "垂れ下がる", + "object": "形", + "attribute": "胸" + }, + { + "displayName": "bouncing breasts", + "langName": "振る", + "object": "形", + "attribute": "胸" + }, + { + "displayName": "cleavage", + "langName": "胸の谷間", + "object": "形", + "attribute": "胸" + }, + { + "displayName": "areola", + "langName": "乳輪", + "object": "形", + "attribute": "胸" + }, + { + "displayName": "nipples", + "langName": "乳首", + "object": "形", + "attribute": "胸" + }, + { + "displayName": "pectorals", + "langName": "胸の筋肉", + "object": "形", + "attribute": "胸" + }, + { + "displayName": "large_pectorals", + "langName": "大きな胸筋", + "object": "形", + "attribute": "胸" + }, + { + "displayName": "unbuttoned clothes", + "langName": "胸が半分露出", + "object": "形", + "attribute": "胸" + }, + { + "displayName": "belly", + "langName": "腹部", + "object": "形", + "attribute": "腹部" + }, + { + "displayName": "absolute_territory", + "langName": "腹筋", + "object": "形", + "attribute": "腹部" + }, + { + "displayName": "inflation", + "langName": "膨らんだお腹", + "object": "形", + "attribute": "腹部" + }, + { + "displayName": "navel", + "langName": "へそ", + "object": "形", + "attribute": "腹部" + }, + { + "displayName": "groin", + "langName": "股間", + "object": "形", + "attribute": "腹部" + }, + { + "displayName": "feet", + "langName": "足", + "object": "形", + "attribute": "足" + }, + { + "displayName": "long_legs", + "langName": "長い脚", + "object": "形", + "attribute": "足" + }, + { + "displayName": "thick_thighs", + "langName": "太ももが太い", + "object": "形", + "attribute": "足" + }, + { + "displayName": "toe-point", + "langName": "つま先", + "object": "形", + "attribute": "足" + }, + { + "displayName": "wings", + "langName": "翼", + "object": "形", + "attribute": "翼" + }, + { + "displayName": "bat_wings", + "langName": "コウモリの羽", + "object": "形", + "attribute": "翼" + }, + { + "displayName": "butterfly_wings", + "langName": "蝶の羽", + "object": "形", + "attribute": "翼" + }, + { + "displayName": "black_wings", + "langName": "黒い翼", + "object": "形", + "attribute": "翼" + }, + { + "displayName": "demon_wings", + "langName": "悪魔の翼", + "object": "形", + "attribute": "翼" + }, + { + "displayName": "asymmetrical_wings", + "langName": "非対称の翼", + "object": "形", + "attribute": "翼" + }, + { + "displayName": "detached_wings", + "langName": "体とつながっていない翼", + "object": "形", + "attribute": "翼" + }, + { + "displayName": "fairy_wings", + "langName": "妖精の羽", + "object": "形", + "attribute": "翼" + }, + { + "displayName": "fake_wings", + "langName": "模造翼", + "object": "形", + "attribute": "翼" + }, + { + "displayName": "fiery_wings", + "langName": "燃える翼", + "object": "形", + "attribute": "翼" + }, + { + "displayName": "insect_wings", + "langName": "昆虫の羽", + "object": "形", + "attribute": "翼" + }, + { + "displayName": "large_wings", + "langName": "大きな翼", + "object": "形", + "attribute": "翼" + }, + { + "displayName": "low_wings", + "langName": "腰に翼がある", + "object": "形", + "attribute": "翼" + }, + { + "displayName": "mini_wings", + "langName": "ミニウィング", + "object": "形", + "attribute": "翼" + }, + { + "displayName": "multicolored_wings", + "langName": "多彩な翼", + "object": "形", + "attribute": "翼" + }, + { + "displayName": "multiple_wings", + "langName": "複数対の翼", + "object": "形", + "attribute": "翼" + }, + { + "displayName": "no_wings", + "langName": "取り外した(元の)翼", + "object": "形", + "attribute": "翼" + }, + { + "displayName": "winged_helmet", + "langName": "翼のあるヘルメット", + "object": "形", + "attribute": "翼" + }, + { + "displayName": "smile", + "langName": "笑顔", + "object": "表現", + "attribute": "笑う" + }, + { + "displayName": "laughing", + "langName": "大声で笑う", + "object": "表現", + "attribute": "笑う" + }, + { + "displayName": ":d", + "langName": "幸せな笑顔_:D😀", + "object": "表現", + "attribute": "笑う" + }, + { + "displayName": ";d", + "langName": "ウインクして笑って_:D", + "object": "表現", + "attribute": "笑う" + }, + { + "displayName": "grin", + "langName": "歯を見せて笑う", + "object": "表現", + "attribute": "笑う" + }, + { + "displayName": "teasing_smile", + "langName": "面白がって、ばかばかしく笑う", + "object": "表現", + "attribute": "笑う" + }, + { + "displayName": "seductive_smile", + "langName": "魅力的な笑顔", + "object": "表現", + "attribute": "笑う" + }, + { + "displayName": "smirk", + "langName": "挑発的な笑顔", + "object": "表現", + "attribute": "笑う" + }, + { + "displayName": "giggling", + "langName": "くすくす笑う", + "object": "表現", + "attribute": "笑う" + }, + { + "displayName": "smug", + "langName": "うぬぼれ", + "object": "表現", + "attribute": "笑う" + }, + { + "displayName": "naughty_face", + "langName": "いたずら顔", + "object": "表現", + "attribute": "笑う" + }, + { + "displayName": "crazy_smile", + "langName": "狂った笑い", + "object": "表現", + "attribute": "笑う" + }, + { + "displayName": "kind_smile", + "langName": "優しい笑顔", + "object": "表現", + "attribute": "笑う" + }, + { + "displayName": "evil_smile", + "langName": "悪い笑顔", + "object": "表現", + "attribute": "笑う" + }, + { + "displayName": "ahegao", + "langName": "顔を隠して笑う | 恥ずかしそうな顔", + "object": "表現", + "attribute": "笑う" + }, + { + "displayName": "happy_tears", + "langName": "幸せな涙", + "object": "表現", + "attribute": "笑う" + }, + { + "displayName": "sad", + "langName": "悲しい", + "object": "表現", + "attribute": "泣く" + }, + { + "displayName": "sobs", + "langName": "すすり泣く", + "object": "表現", + "attribute": "泣く" + }, + { + "displayName": "crying", + "langName": "大声で泣く", + "object": "表現", + "attribute": "泣く" + }, + { + "displayName": "crying_with_eyes_open", + "langName": "目を開けて泣く", + "object": "表現", + "attribute": "泣く" + }, + { + "displayName": "streaming_tears", + "langName": "涙を流す", + "object": "表現", + "attribute": "泣く" + }, + { + "displayName": "lacrimation", + "langName": "涙を流す", + "object": "表現", + "attribute": "泣く" + }, + { + "displayName": "tear stains", + "langName": "涙", + "object": "表現", + "attribute": "泣く" + }, + { + "displayName": "teardrop", + "langName": "涙滴", + "object": "表現", + "attribute": "泣く" + }, + { + "displayName": "tearing_up", + "langName": "泣き顔", + "object": "表現", + "attribute": "泣く" + }, + { + "displayName": "wiping_tears", + "langName": "涙を拭う", + "object": "表現", + "attribute": "泣く" + }, + { + "displayName": "badmood", + "langName": "不機嫌", + "object": "表現", + "attribute": "泣く" + }, + { + "displayName": "tearing_clothes", + "langName": "服を破る(とても悲しいときは、感情を発散させるために服を破る)", + "object": "表現", + "attribute": "泣く" + }, + { + "displayName": "frustrated", + "langName": "イライラした", + "object": "表現", + "attribute": "不満" + }, + { + "displayName": "frustrated_brow", + "langName": "イライラした眉", + "object": "表現", + "attribute": "不満" + }, + { + "displayName": "annoyed", + "langName": "困惑した", + "object": "表現", + "attribute": "不満" + }, + { + "displayName": "anguish", + "langName": "押し下げられた", + "object": "表現", + "attribute": "不満" + }, + { + "displayName": "sigh", + "langName": "ため息", + "object": "表現", + "attribute": "不満" + }, + { + "displayName": "gloom", + "langName": "憂鬱", + "object": "表現", + "attribute": "不満" + }, + { + "displayName": "disappointed", + "langName": "残念だった", + "object": "表現", + "attribute": "不満" + }, + { + "displayName": "despair", + "langName": "絶望", + "object": "表現", + "attribute": "不満" + }, + { + "displayName": "unamused", + "langName": "不幸そうに見える", + "object": "表現", + "attribute": "不満" + }, + { + "displayName": "disgust", + "langName": "うんざり(ゴミみたい)", + "object": "表現", + "attribute": "軽蔑" + }, + { + "displayName": "disdain", + "langName": "軽蔑", + "object": "表現", + "attribute": "軽蔑" + }, + { + "displayName": "contempt", + "langName": "軽蔑", + "object": "表現", + "attribute": "軽蔑" + }, + { + "displayName": "shaded_face", + "langName": "顔には軽蔑の影が浮かんでいる", + "object": "表現", + "attribute": "軽蔑" + }, + { + "displayName": "jitome", + "langName": "軽蔑的な表情", + "object": "表現", + "attribute": "軽蔑" + }, + { + "displayName": "frown", + "langName": "しかめっ面 / しかめっ面", + "object": "表現", + "attribute": "軽蔑" + }, + { + "displayName": "wince", + "langName": "しかめっ面(性交前)", + "object": "表現", + "attribute": "軽蔑" + }, + { + "displayName": "furrowed_brow", + "langName": "しかめっ面", + "object": "表現", + "attribute": "軽蔑" + }, + { + "displayName": "fear_kubrick", + "langName": "横目で見られるのが怖い", + "object": "表現", + "attribute": "軽蔑" + }, + { + "displayName": "angry", + "langName": "怒り", + "object": "表現", + "attribute": "怒り" + }, + { + "displayName": "glaring", + "langName": "グレア", + "object": "表現", + "attribute": "怒り" + }, + { + "displayName": "serious", + "langName": "深刻(怒っているのと同じ)", + "object": "表現", + "attribute": "怒り" + }, + { + "displayName": "kubrick_stare", + "langName": "横目であなたを見つめる", + "object": "表現", + "attribute": "怒り" + }, + { + "displayName": "sulking", + "langName": "怒っている不機嫌な", + "object": "表現", + "attribute": "怒り" + }, + { + "displayName": "screaming", + "langName": "叫ぶ", + "object": "表現", + "attribute": "怒り" + }, + { + "displayName": "shouting", + "langName": "泣く", + "object": "表現", + "attribute": "怒り" + }, + { + "displayName": "expressionless", + "langName": "無表情", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "raised eyebrow", + "langName": "眉を上げる", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "blush", + "langName": "赤面", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "light_blush", + "langName": "少し赤面", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "full-face-blush", + "langName": "顔全体が赤くなる", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "shy", + "langName": "シャイ", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "embarrassed", + "langName": "ぎこちなくて恥ずかしがり屋", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "embarrass", + "langName": "恥ずかしがり屋", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "flustered", + "langName": "パニックに陥った", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "cute face", + "langName": "かわいい顔", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "thinking", + "langName": "考える", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "bored", + "langName": "つまらない", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "sleepy", + "langName": "眠い", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "surprised", + "langName": "驚き", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "confused", + "langName": "混乱", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "facepalm", + "langName": "フェイスカバー", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "grimace", + "langName": "ウィンク", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "scowl", + "langName": "嫌悪感を抱いた表情", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "staring", + "langName": "視線", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "envy", + "langName": "妬み", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "twitching", + "langName": "けいれん", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "spasm", + "langName": "けいれん", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "pain", + "langName": "痛み", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "endured_face", + "langName": "忍耐強い表現", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "restrained", + "langName": "耐える", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "turn pale", + "langName": "青白い", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "sweat", + "langName": "汗", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "scared", + "langName": "怖がった", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "naughty", + "langName": "いたずら", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "dark_persona", + "langName": "黒くなった", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "crazy", + "langName": "クレイジー", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "yandere", + "langName": "ヤンデレ", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "Tsundere", + "langName": "ツンデレ", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "multiple_persona", + "langName": "多重人格", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "Jekyll_and_Hyde", + "langName": "多重人格", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "exhausted", + "langName": "疲れ果てた", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "heavy_breathing", + "langName": "大きく呼吸しても、効果がないかもしれません。", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "rape_face", + "langName": "レイプ顔", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "moaning", + "langName": "うめき声", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "orgasm", + "langName": "クライマックス", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "female_orgasm", + "langName": "女性のオーガズム", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "rolling_eyes", + "langName": "目を回して(オーガズムの目)", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "torogao", + "langName": "トランス", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "drunk", + "langName": "酔っ払い", + "object": "表現", + "attribute": "その他の表現" + }, + { + "displayName": "joyful", + "langName": "楽しい", + "object": "表現", + "attribute": "ポジティブな感情" + }, + { + "displayName": "cheerful", + "langName": "陽気な", + "object": "表現", + "attribute": "ポジティブな感情" + }, + { + "displayName": "enchanting", + "langName": "魅力的", + "object": "表現", + "attribute": "ポジティブな感情" + }, + { + "displayName": "happy", + "langName": "ハッピー", + "object": "表現", + "attribute": "ポジティブな感情" + }, + { + "displayName": "happy accidents", + "langName": "予想外のサプライズ", + "object": "表現", + "attribute": "ポジティブな感情" + }, + { + "displayName": "vibrant", + "langName": "元気な", + "object": "表現", + "attribute": "ポジティブな感情" + }, + { + "displayName": "dynamic", + "langName": "元気な", + "object": "表現", + "attribute": "ポジティブな感情" + }, + { + "displayName": "energetic", + "langName": "エネルギーに満ちている", + "object": "表現", + "attribute": "ポジティブな感情" + }, + { + "displayName": "bustling", + "langName": "忙しい", + "object": "表現", + "attribute": "ポジティブな感情" + }, + { + "displayName": "lively", + "langName": "活気のある", + "object": "表現", + "attribute": "ポジティブな感情" + }, + { + "displayName": "excited", + "langName": "興奮した", + "object": "表現", + "attribute": "ポジティブな感情" + }, + { + "displayName": "peaceful", + "langName": "平和な", + "object": "表現", + "attribute": "ポジティブな感情" + }, + { + "displayName": "serene", + "langName": "平和な", + "object": "表現", + "attribute": "ポジティブな感情" + }, + { + "displayName": "soothing", + "langName": "なだめる", + "object": "表現", + "attribute": "ポジティブな感情" + }, + { + "displayName": "calming", + "langName": "落ち着いた", + "object": "表現", + "attribute": "ポジティブな感情" + }, + { + "displayName": "melancholic", + "langName": "憂鬱", + "object": "表現", + "attribute": "否定的な感情" + }, + { + "displayName": "eerie", + "langName": "奇妙な", + "object": "表現", + "attribute": "否定的な感情" + }, + { + "displayName": "ominous", + "langName": "不吉", + "object": "表現", + "attribute": "否定的な感情" + }, + { + "displayName": "unsettling", + "langName": "不安な", + "object": "表現", + "attribute": "否定的な感情" + }, + { + "displayName": "lonely", + "langName": "さみしい", + "object": "表現", + "attribute": "否定的な感情" + }, + { + "displayName": "beautiful", + "langName": "美しさ", + "object": "表現", + "attribute": "気質" + }, + { + "displayName": "elegant", + "langName": "エレガント", + "object": "表現", + "attribute": "気質" + }, + { + "displayName": "angelic", + "langName": "天使のような", + "object": "表現", + "attribute": "気質" + }, + { + "displayName": "Good", + "langName": "わかりました", + "object": "表現", + "attribute": "気質" + }, + { + "displayName": "mysterious", + "langName": "神秘的な", + "object": "表現", + "attribute": "気質" + }, + { + "displayName": "enigmatic", + "langName": "謎めいた", + "object": "表現", + "attribute": "気質" + }, + { + "displayName": "cryptic", + "langName": "秘密", + "object": "表現", + "attribute": "気質" + }, + { + "displayName": "evil", + "langName": "悪", + "object": "表現", + "attribute": "気質" + }, + { + "displayName": "standing", + "langName": "立つ", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "leaning", + "langName": "リーン | リーン", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "leaning_to_the_side", + "langName": "寄りかかる", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "leaning_back", + "langName": "後ろにもたれる", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "leaning_forward", + "langName": "前かがみになる", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "leaning_on_object", + "langName": "物に寄りかかる", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "on_back", + "langName": "仰向けに寝る", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "on_side", + "langName": "横向きに寝る", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "on_stomach", + "langName": "横になる", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "lying", + "langName": "横たわる", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "lying_on_person", + "langName": "誰かの上に横たわる", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "lying_on_the_lake", + "langName": "湖に横たわる", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "lying_on_water", + "langName": "水の中に横たわる", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "reclining", + "langName": "リクライニング姿勢", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "arched_back", + "langName": "弓本体", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "afloat", + "langName": "水に浮く", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "fetal_position", + "langName": "胎児の姿勢(横たわっている)", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "sleeping_upright", + "langName": "(横になっていない)寝ている | 直立して寝ている", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "waking_up", + "langName": "起きろ", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "cuddling", + "langName": "抱きしめる", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "comforting", + "langName": "快適", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "biting", + "langName": "噛む", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "licking", + "langName": "なめる", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "licking_lips", + "langName": "唇をなめる", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "lip_biting", + "langName": "唇を噛む", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "blowing", + "langName": "吹く", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "teasing", + "langName": "からかう", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "tickling", + "langName": "くすぐる", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "spitting", + "langName": "口から液体を吐き出す行為", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "spilling", + "langName": "容器から液体を注ぐ行為", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "cooking", + "langName": "料理", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "drinking", + "langName": "飲む", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "applying_makeup", + "langName": "補う", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "brushing_teeth", + "langName": "歯を磨く", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "hair_brushing", + "langName": "髪をとかす", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "hair_tucking", + "langName": "髪を振り乱す", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "taking_picture", + "langName": "写真を撮る | 自撮り", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "talking_on_phone", + "langName": "電話をかける", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "singing", + "langName": "歌う", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "meditation", + "langName": "瞑想", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "dancing", + "langName": "ダンス", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "stylish_pose", + "langName": "ファッションポーズ", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "the_pose", + "langName": "地面に横になって足を上げます", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "standing_on_liquid", + "langName": "水や液体の上に立つ", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "walking", + "langName": "歩く", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "walking_on_liquid", + "langName": "液体の上を歩く", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "running", + "langName": "走る", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "jumping", + "langName": "ジャンプ", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "flying", + "langName": "フライト", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "flapping", + "langName": "叩く行為", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "flying_kick", + "langName": "飛び蹴り", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "fighting", + "langName": "戦闘中", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "fighting_stance", + "langName": "戦闘姿勢", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "drawing_bow", + "langName": "弓を引く", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "dual_wielding", + "langName": "二刀流", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "unsheathing", + "langName": "抜刀", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "slashing", + "langName": "カット", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "punching", + "langName": "パンチ", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "hitting", + "langName": "打つ", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "pushing", + "langName": "押す", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "dragging", + "langName": "何かをドラッグする", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "strangling", + "langName": "頭を垂れる", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "bullying", + "langName": "いじめっ子", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "chasing", + "langName": "追跡", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "fleeing", + "langName": "逃走中", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "hiding", + "langName": "隠れる", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "tripping", + "langName": "つまずいた", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "spinning", + "langName": "回転する", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "climbing", + "langName": "登る", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "diving", + "langName": "ダイビング", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "swimming", + "langName": "泳ぐ", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "wading", + "langName": "水の中を歩く", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "riding", + "langName": "乗る", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "driving", + "langName": "ドライブ", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "fishing", + "langName": "釣り", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "pole_dancing", + "langName": "ポールダンス", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "writing", + "langName": "書き込み", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "reading", + "langName": "読む", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "sewing", + "langName": "縫い", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "shopping", + "langName": "買い物", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "cleaning", + "langName": "クリーンアップ |", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "sweeping", + "langName": "掃除 | 掃き掃除(家事)", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "washing", + "langName": "洗浄", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "showering", + "langName": "シャワー", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "drying", + "langName": "乾いた状態(入浴後)", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "whispering", + "langName": "ささやく", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "sneezing", + "langName": "くしゃみ", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "talking", + "langName": "話す", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "yawning", + "langName": "あくび", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "smoking", + "langName": "煙", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "sleeping", + "langName": "寝る", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "praying", + "langName": "祈る", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "playing_games", + "langName": "ゲームをする", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "wrestling", + "langName": "レスリング(スポーツ)", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "parody", + "langName": "真似する", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "trolling", + "langName": "いたずら", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "public_indecency", + "langName": "公然わいせつ", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "eyelid_pull", + "langName": "瞬き", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "top-down_bottom-up", + "langName": "横になってお尻を上げます", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "bent_over", + "langName": "ヒップポーズ", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "upside-down", + "langName": "逆立ち", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "prone_bone", + "langName": "うつ伏せ後背位", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "presenting", + "langName": "ディスプレイ(背面)", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "against_glass", + "langName": "グラスを絞る(無効)", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "bleeding", + "langName": "出血", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "bowing", + "langName": "弓", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "breathing_fire", + "langName": "火を吐く", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "broom_riding", + "langName": "ほうきに乗る", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "bubble_blowing", + "langName": "シャボン玉を吹く", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "burning", + "langName": "燃焼", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "cast", + "langName": "投げる", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "dreaming", + "langName": "夢", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "dropping", + "langName": "(偶然の)落下", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "exercise", + "langName": "運動する", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "firing", + "langName": "射撃", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "flashing", + "langName": "露出", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "flexing", + "langName": "筋肉を見せる", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "hanging", + "langName": "ぶら下がる", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "Painting_(Action)", + "langName": "描く", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "snowing", + "langName": "雪", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "soccer", + "langName": "サッカースポーツ", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "splashing", + "langName": "スプラッシュ", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "steepled_fingers", + "langName": "指先と指", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "swing", + "langName": "スイング", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "tail_wagging", + "langName": "尻尾を振る", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "toilet_use", + "langName": "トイレに行く", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "tossing", + "langName": "投げる", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "tying", + "langName": "結び目を作る(動作)", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "untying", + "langName": "結び付けられていない", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "unzipping", + "langName": "解凍", + "object": "アクション", + "attribute": "基本的な動き" + }, + { + "displayName": "looking_at_viewer", + "langName": "観客を見て", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "eye_contact", + "langName": "アイコンタクト(お互いを見る)", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "eyeball", + "langName": "見詰める", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "stare", + "langName": "視線", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "looking_back", + "langName": "振り返って", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "gradient", + "langName": "文字の傾き", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "looking_down", + "langName": "キャラクターを下から見ている視点↘", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "looking_up", + "langName": "キャラクターが上を見上げる視点↗", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "facing_away", + "langName": "他の場所を向いている", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "looking_to_the_side", + "langName": "横を見る", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "looking_away", + "langName": "目をそらす", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "looking_ahead", + "langName": "未来を見据えて", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "looking_afar", + "langName": "遠くを見る", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "looking_outside", + "langName": "外を見る", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "head_tilt", + "langName": "頭を傾ける", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "aiming", + "langName": "標的", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "aiming_at_viewer", + "langName": "読者をターゲットにする(視点)", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "head_down", + "langName": "頭を下げる", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "sideways_glance", + "langName": "少し横を見る", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "upshirt", + "langName": "シャツの下から覗く", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "upshorts", + "langName": "スカートの中を覗く", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "looking_at_another", + "langName": "他の人を見て", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "looking_at_phone", + "langName": "携帯電話を見る", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "looking_at_animal", + "langName": "動物を見る", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "looking_at_mirror", + "langName": "鏡を見る", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "looking_at_hand", + "langName": "手を見る", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "looking_at_food", + "langName": "食べ物を見る", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "looking_at_screen", + "langName": "画面を見て", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "stare at me", + "langName": "あなたを見つめて", + "object": "アクション", + "attribute": "見て" + }, + { + "displayName": "clenched hand", + "langName": "握りこぶし", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "hand_to_mouth", + "langName": "手を口に当ててください", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "hidden hands", + "langName": "手を隠す", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "arm_support", + "langName": "手で支える", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "arms_up", + "langName": "手を挙げてください", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "presenting armpit", + "langName": "脇の下を見せる", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "arm_behind_head", + "langName": "手を頭の後ろに置く", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "arm_above_head", + "langName": "頭に手を当てる", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "adjusting_hair", + "langName": "整った髪", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "bangs_pinned_back", + "langName": "前髪をピンで留める", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "arm_behind_back", + "langName": "片手を背中に回します", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "arms_behind_back", + "langName": "手を背中に回す", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "arm_at_side", + "langName": "片手を下げて", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "arm_blade", + "langName": "アームブレード", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "arm_grab", + "langName": "腕を掴む", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "arm_around_waist", + "langName": "片手を腰に回す", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "arm_hug", + "langName": "手をつないで", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "arm_up", + "langName": "手を挙げる", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "bound_arms", + "langName": "腕は縛られている", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "extra_arms", + "langName": "複数の腕", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "locked_arms", + "langName": "腕を組んで", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "zombie_pose", + "langName": "ゾンビポーズ", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "cheering", + "langName": "応援する", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "beckoning", + "langName": "手招きする", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "waving", + "langName": "手を振る(挨拶/別れの挨拶)", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "waving_arms", + "langName": "腕を振る", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "salute", + "langName": "敬礼", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "reaching", + "langName": "(意図的に)手を差し伸べる", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "reaching_out", + "langName": "絵画の外に手を伸ばす", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "stretch", + "langName": "ストレッチ", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "convenient_arm", + "langName": "腕の重要な部分をカバーする", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "ready_to_draw", + "langName": "剣を抜く準備", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "double_fox_shadow_puppet", + "langName": "ダブルフォックス影絵", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "fox_shadow_puppet", + "langName": "キツネの影絵", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "paw_pose", + "langName": "招き猫の手のジェスチャー(手首を曲げる)", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "self_fondle", + "langName": "自分を愛撫する", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "groping", + "langName": "模索", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "crotch_grab", + "langName": "股間を掴む", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "clothes_lift", + "langName": "服を持ち上げる", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "clothes_pull", + "langName": "衣服を引っ張る", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "strap_lift", + "langName": "ショルダーストラップを持ち上げる", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "shirt_lift", + "langName": "プルアップ リフトアップ シャツ", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "dress_lift", + "langName": "スカートを上げる", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "dress_pull", + "langName": "プルアップドレス", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "kimono_lift", + "langName": "着物を持ち上げる", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "kimono_pull", + "langName": "着物を引っ張る", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "shirt_pull", + "langName": "シャツのジッパーを開ける", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "shorts_pull", + "langName": "ショーツを脱いで", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "pants_pull", + "langName": "ズボンを下ろす", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "leotard_pull", + "langName": "剥がせるジャンプスーツ", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "swimsuit_pull", + "langName": "水着を脱ぐ", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "skirt_basket", + "langName": "スカートを持ち上げたときにできるバスケットの形を指します", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "bikini_lift", + "langName": "はだけるビキニ", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "cheek_pull", + "langName": "頬を引っ張る", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "bunching_hair", + "langName": "三つ編みを握る", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "mask_pull", + "langName": "マスクを引っ張る", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "zipper_pull_tab", + "langName": "ジッパープルタブ", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "bikini_pull", + "langName": "ビキニを引っ張る", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "holding_hair", + "langName": "髪を掴む | 指を髪に巻き付ける", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "shou", + "langName": "片手を頭の後ろに持って", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "arm_cannon", + "langName": "ハンドキャノン", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "arm_ribbon", + "langName": "腕リボン", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "caramelldansen", + "langName": "有名な手回しアクション", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "arm_held_back", + "langName": "腕を後ろに引く", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "leg_lift", + "langName": "片足上げ", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "hugging_own_legs", + "langName": "足を抱きしめて", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "cheek_pinching", + "langName": "頬をつねる", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "chin_rest", + "langName": "頬を押さえる", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "skirt_lift", + "langName": "スカートを上げる", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "skirt_flip", + "langName": "スカートめくり(緊急時の意味も含む)", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "skirt_pull", + "langName": "開いたスカート", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "cheek_poking", + "langName": "頬を突く", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "hair_pull", + "langName": "髪を引っ張る", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "covering_chest_by_hand", + "langName": "手で胸を覆う", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "chin_stroking", + "langName": "顎に触れる", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "hair_pulled_back", + "langName": "髪を後ろで結ぶ", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "adjusting_clothes", + "langName": "服をいじる", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "adjusting_hat", + "langName": "帽子を片付ける", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "adjusting_gloves", + "langName": "フィドルグローブ", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "adjusting_swimsuit", + "langName": "水着をいじる", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "adjusting_thighhigh", + "langName": "ニーソックスを調整する", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "adjusting_eyewear", + "langName": "メガネを調整する", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "pulling", + "langName": "引く", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "pulled_by_self", + "langName": "服を下ろして", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "pulled_by_another", + "langName": "他の人に引っ張られる(または衣服を引っ張られる)", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "lifting_person", + "langName": "誰かを迎えに行く", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "lifted_by_self", + "langName": "服を持ち上げてください", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "lifted_by_another", + "langName": "相手の服で持ち上げられる", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "bandaid_on_arm", + "langName": "腕に絆創膏", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "carrying", + "langName": "選び出す", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "carrying_under_arm", + "langName": "脇の下", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "carrying_over_shoulder", + "langName": "ショルダー", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "wind_lift", + "langName": "風の影響 | 上昇気流", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "covering_xx", + "langName": "カバーxx", + "object": "アクション", + "attribute": "手" + }, + { + "displayName": "shushing", + "langName": "シーッというジェスチャー", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "finger_to_mouth", + "langName": "手を唇に当てて", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "peace sign", + "langName": "シザーハンズ", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "cat_pose", + "langName": "猫の足のジェスチャー", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "claw_pose", + "langName": "爪のジェスチャー", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "finger_gun", + "langName": "指銃ジェスチャー", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "v", + "langName": "勝利のジェスチャー", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "double_v", + "langName": "ダブル_v", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "thumbs_up", + "langName": "いいぞ", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "index_finger_raised", + "langName": "人差し指を上げる", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "middle_finger", + "langName": "中指を立てる", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "fingersmile", + "langName": "指で笑顔を作りましょう", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "finger_on_trigger", + "langName": "引き金を引く準備のジェスチャー", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "pointing_at_self", + "langName": "自分を指差す", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "pointing_at_viewer", + "langName": "写真を見ている人を指さす", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "pointing_up", + "langName": "上向きに", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "poking", + "langName": "スタンプ", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "hand_gesture", + "langName": "ジェスチャーをする", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "ok_sign", + "langName": "OK ジェスチャー", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "finger_biting", + "langName": "指を噛む", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "finger_in_mouth", + "langName": "指を吸う", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "fingering_through_clothes", + "langName": "指", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "fingers_together", + "langName": "指を合わせる", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "hair_twirling", + "langName": "指で髪をカールする", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "sharp_fingernails", + "langName": "鋭い爪", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "spread_fingers", + "langName": "指を広げる", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "trigger_discipline", + "langName": "引き金に指がかかっていない", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "w", + "langName": "W よりも指", + "object": "アクション", + "attribute": "指" + }, + { + "displayName": "open hands", + "langName": "両手を広げる", + "object": "アクション", + "attribute": "手の動き" + }, + { + "displayName": "spread arms", + "langName": "両手を広げて", + "object": "アクション", + "attribute": "手の動き" + }, + { + "displayName": "interlocked_fingers", + "langName": "手を握る", + "object": "アクション", + "attribute": "手の動き" + }, + { + "displayName": "tying hair", + "langName": "髪を結ぶ", + "object": "アクション", + "attribute": "手の動き" + }, + { + "displayName": "own hands clasped", + "langName": "手を握りしめて", + "object": "アクション", + "attribute": "手の動き" + }, + { + "displayName": "own hands together", + "langName": "手を合わせる", + "object": "アクション", + "attribute": "手の動き" + }, + { + "displayName": "hands in hair", + "langName": "手で髪をとかす", + "object": "アクション", + "attribute": "手の動き" + }, + { + "displayName": "arms_behind_head", + "langName": "手で頭を支える", + "object": "アクション", + "attribute": "手の動き" + }, + { + "displayName": "double piece pose", + "langName": "両手で V サイン", + "object": "アクション", + "attribute": "手の動き" + }, + { + "displayName": "arms_crossed", + "langName": "胸の上で手を組む", + "object": "アクション", + "attribute": "手の動き" + }, + { + "displayName": "hands_in_opposite_sleeves", + "langName": "手を組んで袖の中に入れる", + "object": "アクション", + "attribute": "手の動き" + }, + { + "displayName": "crossed_arms", + "langName": "腕を組んだ", + "object": "アクション", + "attribute": "手の動き" + }, + { + "displayName": "outstretched_arms", + "langName": "腕を伸ばす", + "object": "アクション", + "attribute": "手の動き" + }, + { + "displayName": "v_arms", + "langName": "両腕で V 字を作る", + "object": "アクション", + "attribute": "手の動き" + }, + { + "displayName": "w_arms", + "langName": "腕を W の位置に置く", + "object": "アクション", + "attribute": "手の動き" + }, + { + "displayName": "arms_at_sides", + "langName": "間違いなく", + "object": "アクション", + "attribute": "手の動き" + }, + { + "displayName": "hands_clasped", + "langName": "両手の指を交差 | 握りしめた手", + "object": "アクション", + "attribute": "手の動き" + }, + { + "displayName": "holding", + "langName": "何かを持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_animal", + "langName": "動物を飼う", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_arrow", + "langName": "弓を引く", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_axe", + "langName": "斧を持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_bag", + "langName": "キャリーバッグ", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_ball", + "langName": "ボールを持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_basket", + "langName": "バスケットを運ぶ", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_book", + "langName": "本を持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_bottle", + "langName": "ボトルを持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_bouquet", + "langName": "花束を持つ手", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_bow_(weapon)", + "langName": "弓(武器)を持つ", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_bowl", + "langName": "ボウルを持つ", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_box", + "langName": "箱を運ぶ", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_breath", + "langName": "息を止めて", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_broom", + "langName": "ほうきを持つ", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_camera", + "langName": "ハンドヘルドカメラ", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_can", + "langName": "缶を持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_candy", + "langName": "キャンディーを持つ手", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_card", + "langName": "カードを持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_cat", + "langName": "猫を抱く", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_chopsticks", + "langName": "箸を持つ", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_cigarette", + "langName": "手にタバコ", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_clothes", + "langName": "服を持つ", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_condom", + "langName": "コンドームを持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_cup", + "langName": "カップを持つ", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_dagger", + "langName": "短剣を持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_doll", + "langName": "人形を抱いて", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_eyewear", + "langName": "メガネを持つ | メガネを外す", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_fan", + "langName": "扇子を持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_flag", + "langName": "旗を掲げる", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_flower", + "langName": "花を持って", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_food", + "langName": "食べ物を持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_fork", + "langName": "フォークを持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_fruit", + "langName": "果物を持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_gift", + "langName": "贈り物を持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_gun", + "langName": "銃を構える", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_hands", + "langName": "手を握る", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_hat", + "langName": "帽子を持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_head", + "langName": "頭を両手で抱える", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_helmet", + "langName": "ヘルメットを持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_innertube", + "langName": "水泳用リングを握る", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_instrument", + "langName": "楽器を持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_knife", + "langName": "ナイフを持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_leaf", + "langName": "葉っぱを持つ", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_lollipop", + "langName": "ロリポップを持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_mask", + "langName": "マスクを握る", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_microphone", + "langName": "マイクを握る", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_needle", + "langName": "縫い針を持つ", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_own_foot", + "langName": "足元を押さえる", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_paintbrush", + "langName": "絵筆を持つ手", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_paper", + "langName": "紙を持つ", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_pen", + "langName": "ペンを握る", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_pencil", + "langName": "鉛筆を持つ手", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_phone", + "langName": "携帯電話を持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_pillow", + "langName": "抱き枕", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_pipe", + "langName": "パイプを持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_pizza", + "langName": "ピザを持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_plate", + "langName": "皿を持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_poke_ball", + "langName": "モンスターボールを持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_pokemon", + "langName": "ポケモンを抱く", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_polearm", + "langName": "手持ちのポールアーム", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_sack", + "langName": "荷物の持ち運び", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_scythe", + "langName": "鎌を持つ", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_sheath", + "langName": "鞘を握る", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_shield", + "langName": "盾を持つ", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_shoes", + "langName": "靴を持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_sign", + "langName": "手持ちサイン", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_spear", + "langName": "槍を握る", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_spoon", + "langName": "スプーンを持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_staff", + "langName": "杖を持つ", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_strap", + "langName": "スリングを持つ手", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_stuffed_animal", + "langName": "ぬいぐるみを抱いて", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_stylus", + "langName": "スタイラスを握る", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_sword", + "langName": "剣を持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_syringe", + "langName": "手持ち注射器", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_towel", + "langName": "タオルを持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_tray", + "langName": "皿を持っている", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_umbrella", + "langName": "傘をさす", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_wand", + "langName": "棒を握る", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "holding_whip", + "langName": "鞭を握る", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "arm_around_neck", + "langName": "片手を首に回して", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "arms_around_neck", + "langName": "首に手を回して", + "object": "アクション", + "attribute": "手(何かを持っている)" + }, + { + "displayName": "covering", + "langName": "覆う行為", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "covering_face", + "langName": "顔を覆う", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "covering_ass", + "langName": "お尻を覆う", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "covering_crotch", + "langName": "股間を覆う", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "covering_eyes", + "langName": "目を覆う", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "covering_mouth", + "langName": "口を覆う", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "covering_nipples", + "langName": "乳首を隠す", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "breast lift", + "langName": "手で胸を押さえる", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "breast_suppress", + "langName": "乳房に手で圧力をかける", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hands_on_another's", + "langName": "他人の顔に手を当てる", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hands_on_another's_cheeks", + "langName": "お互いの頬に手を当ててください", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hands_on_ass", + "langName": "お尻に手を当ててください", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hands_on_feet", + "langName": "手を足の上に置いて", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hands_on_headwear", + "langName": "両手で頭の飾りに触れる", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hands_on_hilt", + "langName": "ナイフの柄に手を添える", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hands_on_lap", + "langName": "両手を足の間に入れて", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hands_on_own_face", + "langName": "顔に手を当ててください", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hands_on_own_cheeks", + "langName": "手を頬に当ててください", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hands_on_own_chest", + "langName": "手を胸に当ててください", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hands_on_own_head", + "langName": "手を頭の上に置いて", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hands_on_own_knees", + "langName": "手を膝の上に置いて", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hands_on_own_stomach", + "langName": "お腹に手を当ててください", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hands_on_own_thighs", + "langName": "手を太ももに当ててください", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hand between legs", + "langName": "足の間に手を入れる", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "leg hold", + "langName": "手で足を掴む", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hands_on_another's_shoulders", + "langName": "誰かの肩に手を置いて", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hands_on_hips", + "langName": "腰に手を当てる | 腰に手を当てる", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hand_on_another's", + "langName": "手が相手の顔に触れる", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hand_on_another's_cheek", + "langName": "お互いの頬に触れる手", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hand_on_another's_chest", + "langName": "相手の胸に手を置く", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hand_on_another's_chin", + "langName": "相手のあごを手で押さえる", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hand_on_another's_head", + "langName": "相手の頭に手を置く", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hand_on_another's_shoulder", + "langName": "相手の肩に手を置く", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hand_on_another's_stomach", + "langName": "相手のお腹に手を置く", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hand_on_ass", + "langName": "お尻に手を当てる", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hand_on_head", + "langName": "頭に手を当てる", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hand_on_headwear", + "langName": "帽子に触れる手", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hand_on_hilt", + "langName": "ナイフの柄に手を置いた状態", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hand_on_hip", + "langName": "腰に手を当てる | 腰に手を当てる", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hand_on_own", + "langName": "顔に手を当ててください", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hand_on_own_cheek", + "langName": "手を頬に当ててください", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hand_on_own_chest", + "langName": "手を胸に当ててください", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hand_on_own_chin", + "langName": "手が顎に触れる", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hand_on_own_stomach", + "langName": "お腹に手を当ててください", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hand_on_shoulder", + "langName": "肩に手を当てる", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hand_in_another's_hair", + "langName": "相手の髪に手を置く", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hand_in_hair", + "langName": "髪に手を埋める", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "hand_in_pocket", + "langName": "ポケットに手を入れる", + "object": "アクション", + "attribute": "手(どこかに置く)" + }, + { + "displayName": "ass_grab", + "langName": "お尻を掴む", + "object": "アクション", + "attribute": "手(何かを掴む)" + }, + { + "displayName": "flat_chest_grab", + "langName": "小さな胸を掴む", + "object": "アクション", + "attribute": "手(何かを掴む)" + }, + { + "displayName": "grabbing", + "langName": "つかむ", + "object": "アクション", + "attribute": "手(何かを掴む)" + }, + { + "displayName": "grabbing_another's_ass", + "langName": "お互いのお尻を掴む", + "object": "アクション", + "attribute": "手(何かを掴む)" + }, + { + "displayName": "grabbing_another's_hair", + "langName": "お互いの髪を掴む", + "object": "アクション", + "attribute": "手(何かを掴む)" + }, + { + "displayName": "grabbing_from_behind", + "langName": "後ろから胸を揉む | 後ろから胸を掴む", + "object": "アクション", + "attribute": "手(何かを掴む)" + }, + { + "displayName": "grabbing_own_ass", + "langName": "お尻をつかむ", + "object": "アクション", + "attribute": "手(何かを掴む)" + }, + { + "displayName": "guided_penetration", + "langName": "男性のペニスを掴んで自分の中に挿入する", + "object": "アクション", + "attribute": "手(何かを掴む)" + }, + { + "displayName": "hair_grab", + "langName": "髪を掴む", + "object": "アクション", + "attribute": "手(何かを掴む)" + }, + { + "displayName": "leg_grab", + "langName": "足をつかむ", + "object": "アクション", + "attribute": "手(何かを掴む)" + }, + { + "displayName": "necktie_grab", + "langName": "ネクタイを握る", + "object": "アクション", + "attribute": "手(何かを掴む)" + }, + { + "displayName": "neckwear_grab", + "langName": "首の周りの服を掴む", + "object": "アクション", + "attribute": "手(何かを掴む)" + }, + { + "displayName": "penis_grab", + "langName": "ペニスを掴む", + "object": "アクション", + "attribute": "手(何かを掴む)" + }, + { + "displayName": "pillow_grab", + "langName": "枕を掴む", + "object": "アクション", + "attribute": "手(何かを掴む)" + }, + { + "displayName": "sheet_grab", + "langName": "シーツを握りしめて", + "object": "アクション", + "attribute": "手(何かを掴む)" + }, + { + "displayName": "tail_grab", + "langName": "尻尾を掴む", + "object": "アクション", + "attribute": "手(何かを掴む)" + }, + { + "displayName": "thigh_grab", + "langName": "太ももを掴む", + "object": "アクション", + "attribute": "手(何かを掴む)" + }, + { + "displayName": "torso_grab", + "langName": "胴体を掴む", + "object": "アクション", + "attribute": "手(何かを掴む)" + }, + { + "displayName": "wrist_grab", + "langName": "手首を掴む", + "object": "アクション", + "attribute": "手(何かを掴む)" + }, + { + "displayName": "kicking", + "langName": "キック", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "high_kick", + "langName": "ハイキック", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "standing_on_one_leg", + "langName": "片足で立つ", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "standing_split", + "langName": "スタンディングスプリット | スタンディングレッグレイズ", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "legs_up", + "langName": "片足を上げる", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "holding legs", + "langName": "足を抱きしめる", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "hands under legs", + "langName": "手を足の下に置いてください", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "leg hug", + "langName": "足を抱きしめる", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "spread legs", + "langName": "足を広げる", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "legs_together", + "langName": "足を揃えて", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "crossed_legs", + "langName": "アーラン脚", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "m_legs", + "langName": "M 字脚スイング", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "standing split, leg up", + "langName": "立っている馬", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "curtsy", + "langName": "お辞儀(メイドの敬礼)", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "open_stance", + "langName": "休憩しましょう", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "convenient_leg", + "langName": "重要な部分をブロックする脚", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "leg_lock", + "langName": "脚付きクランプ", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "legs", + "langName": "足", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "legs_over_head", + "langName": "足を頭の上に上げます", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "squatting,_open_legs", + "langName": "しゃがんで足を広げます", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "knees_together_feet_apart", + "langName": "膝を合わせて足を広げる", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "animal_on_lap", + "langName": "膝の上の動物", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "hand_on_own_knee", + "langName": "手を膝の上に置いて", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "knee_up", + "langName": "膝を突き上げる", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "knees", + "langName": "膝", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "knees_to_chest", + "langName": "膝を胸につける", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "on_lap", + "langName": "ひざまずいて", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "squatting", + "langName": "しゃがむ", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "one_knee", + "langName": "片膝", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "kneeling", + "langName": "ひざまずく", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "all_fours", + "langName": "四つん這いになって", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "gravure_pose", + "langName": "グラビアポーズ", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "soaking_feet", + "langName": "足を浸す", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "cropped_legs", + "langName": "足の一部だけが描かれている", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "k/da_(league_of_legends)", + "langName": "KDA チーム (リーグ・オブ・レジェンド)", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "leg_belt", + "langName": "レッグストラップ", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "leg_hair", + "langName": "脚の毛", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "leg_up", + "langName": "足を上げてください", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "legs_apart", + "langName": "足を広げる", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "lowleg", + "langName": "M 字脚スイング", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "mechanical_legs", + "langName": "機械式義足", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "multiple_legs", + "langName": "多目的", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "no_legs", + "langName": "足は描かれていない", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "no_legwear", + "langName": "股間から下は裸", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "tail_between_legs", + "langName": "尻尾は脚の間に丸まっています", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "footprints", + "langName": "フットプリント", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "foot_out_of_frame", + "langName": "片方の足が写真に写っていません", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "feet_out_of_frame", + "langName": "足は写真に写っていません", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "feet_up", + "langName": "足を組んで", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "cameltoe", + "langName": "ラクダのつま先", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "pigeon-toed", + "langName": "かわいい内股", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "tiptoes", + "langName": "つま先立ちする", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "ankle_strap", + "langName": "足首のシルクリング", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "ankle_wrap", + "langName": "足首カフス", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "crossed_ankles", + "langName": "足首をクロスする", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "folded", + "langName": "足を上げて膣を露出させます", + "object": "アクション", + "attribute": "脚" + }, + { + "displayName": "sitting", + "langName": "座る", + "object": "アクション", + "attribute": "座る" + }, + { + "displayName": "seiza", + "langName": "まっすぐに座る", + "object": "アクション", + "attribute": "座る" + }, + { + "displayName": "wariza", + "langName": "アヒル座り", + "object": "アクション", + "attribute": "座る" + }, + { + "displayName": "straddling", + "langName": "またがって座る", + "object": "アクション", + "attribute": "座る" + }, + { + "displayName": "yokozuwari", + "langName": "横向きに座る", + "object": "アクション", + "attribute": "座る" + }, + { + "displayName": "sitting_backwards", + "langName": "座る", + "object": "アクション", + "attribute": "座る" + }, + { + "displayName": "sitting_in_tree", + "langName": "木の上に座っている", + "object": "アクション", + "attribute": "座る" + }, + { + "displayName": "sitting_on_xx", + "langName": "物の上に座る", + "object": "アクション", + "attribute": "座る" + }, + { + "displayName": "butterfly_sitting", + "langName": "蝶が座っている", + "object": "アクション", + "attribute": "座る" + }, + { + "displayName": "lotus_position", + "langName": "テーブルに座る", + "object": "アクション", + "attribute": "座る" + }, + { + "displayName": "sitting_on_railing", + "langName": "手すりに座る", + "object": "アクション", + "attribute": "座る" + }, + { + "displayName": "sitting_on_rock", + "langName": "石の上に座る", + "object": "アクション", + "attribute": "座る" + }, + { + "displayName": "sitting_on_stairs", + "langName": "階段に座っている", + "object": "アクション", + "attribute": "座る" + }, + { + "displayName": "sitting_on_table", + "langName": "テーブルに座る", + "object": "アクション", + "attribute": "座る" + }, + { + "displayName": "sitting_on_water", + "langName": "水の上に座る", + "object": "アクション", + "attribute": "座る" + }, + { + "displayName": "sitting_on_chair", + "langName": "椅子に座る", + "object": "アクション", + "attribute": "座る" + }, + { + "displayName": "sidesaddle", + "langName": "サドルに横向きに座る", + "object": "アクション", + "attribute": "座る" + }, + { + "displayName": "sitting_on_bed", + "langName": "ベッドに座っている", + "object": "アクション", + "attribute": "座る" + }, + { + "displayName": "sitting_on_desk", + "langName": "机に座っている", + "object": "アクション", + "attribute": "座る" + }, + { + "displayName": "sitting_on_lap", + "langName": "膝の上に座る", + "object": "アクション", + "attribute": "座る" + }, + { + "displayName": "sitting_on_person", + "langName": "人の上に座る", + "object": "アクション", + "attribute": "座る" + }, + { + "displayName": "upright_straddle", + "langName": "反対の姿勢", + "object": "アクション", + "attribute": "座る" + }, + { + "displayName": "asymmetrical_docking", + "langName": "胸が触れ合う | 胸が胸に触れる", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "back-to-back", + "langName": "背中合わせ", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "cunnilingus", + "langName": "クンニリングス", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "facing_another", + "langName": "他者と向き合う", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "feeding", + "langName": "給餌", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "finger_in_another's_mouth", + "langName": "オーラルフィンガーリング", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "fingering", + "langName": "運指", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "giving", + "langName": "配送 | ギフト", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "grinding", + "langName": "プレーンストッキング | バットスラスト", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "hug", + "langName": "抱きしめる", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "imminent_kiss", + "langName": "キスしようとしている", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "incoming_food", + "langName": "食べ物を渡す", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "incoming_gift", + "langName": "贈り物を渡す", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "Kabedon", + "langName": "壁を叩く", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "lap_pillow", + "langName": "膝枕", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "licking_penis", + "langName": "ペニスを舐める", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "princess_carry", + "langName": "プリンセスハグ", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "shared_bathing", + "langName": "共同入浴 | 元陽入浴", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "shared_food", + "langName": "食べ物をシェアする | 口で食べ物を渡す", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "sitting_on_head", + "langName": "頭の上に座る", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "sitting_on_shoulder", + "langName": "肩に座る", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "slapping", + "langName": "平手打ち", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "spanking", + "langName": "叩く", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "special_feeling_(meme)", + "langName": "雪の中で傘を差す恋人たち", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "symmetrical_docking", + "langName": "乳房を揉む", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "ear_biting", + "langName": "ささやく", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "mixed_bathing", + "langName": "混浴", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "selfie", + "langName": "自撮り", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "trembling", + "langName": "震える", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "partially submerged", + "langName": "水に浸した", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "rolleyes", + "langName": "目を回して", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "headpat", + "langName": "頭を触る", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "cheek-to-cheek", + "langName": "頬を合わせる", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "Stretching", + "langName": "ストレッチ", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "against wall", + "langName": "壁に向かって", + "object": "アクション", + "attribute": "その他のアクション" + }, + { + "displayName": "((water drops)),wet clothes,((beautiful detailed water)),((floating)),dynamic angle", + "langName": "水の魔法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed glow,(detailed ice),beautiful detailed water", + "langName": "氷の魔法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.2),(ice crystal texture wings),(Iridescence and rainbow hair:2.5)", + "langName": "氷システムの改造", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.3),(((ice crystal texture wings)))", + "langName": "フラペチーノ", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "((detailed beautiful snow forest with trees)),((snowflakes)),floating", + "langName": "森の氷", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "(((crystals texture Hair))),((beautiful detailed glass hair)),((glass shaped texture hand)),((crystallize texture body)),gem body,hands as clear as jewels,crystallization of clothes,((crystals texture skin)),sparkle,lens flare,light leaks,broken glass,detailed glass shaped clothes,beautiful detailed gemstone sky,gemstone sea,crystals texture flowers,((detailed crystallized clothing))", + "langName": "結晶", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed glow,((flames of war)),(((nuclear explosion behide)))", + "langName": "核爆発", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "((breeze)),flying splashes,flying petals,wind", + "langName": "風の魔法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "((surrounded by heavy floating sand flow and floating sharp stones)),((((ink)))),((illustration)),((watercolor))", + "langName": "流砂法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "(detailed light),((lightning in hand)),lightning surrounds,(((lightning chain)))", + "langName": "雷撃法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "(sunlight),(angel),dynamic angle,floating,wing,halo,floating white silk,(Holy Light),silver stars", + "langName": "聖なる光の法則", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed pampas grass field,open hakama,surrounded by floating sakura,yellow full moon,beautiful detailed dark midnight sky,messy white long hair", + "langName": "葦名メソッド", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "beautiful and delicate water,the finest grass,very delicate light,nature,painting,water spray,breeze,flowers and grass meadow,near the water edge,(sunset,starry sky in a circle),randomly distributed clouds,river,splashing water,falling petals", + "langName": "自然法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "(detailed light) ,feather,leaves,nature,(sunlight),river,(forest),(bloom)", + "langName": "森林法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "floating and rainbow long hair,Iridescence and rainbow,beautiful detailed starry sky", + "langName": "虹彩法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "chain ring,chain storm,dark chain,((wholeblack bloomer)),darkside,night,deep dark,darkness,((dark clouds)),((ruins)),shadow,death garden", + "langName": "隠しロック方式", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed glow,floating ashes,beautiful and detailed explosion,red moon,fire,fire cloud,wings on fire,a cloudy sky,smoke of gunpowder,burning,black dress,dove of peace,(floating cloud:1.2)", + "langName": "火照雲", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(magic circle:1.2),(floating palaces:1.3)", + "langName": "城法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "(water bloom),(delicate glow),(breeze),long Flowers meadow,(((sunset)),(less stars form a circle),randomly distributed clouds,(rivers),(willows with branches falling into the water)", + "langName": "トワイライトメソッド", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "((colorful bubble)),(floating),detailed light", + "langName": "バブル法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "((rose)),(vine),cage,bandage,red rope,(detail light),falling rose petals", + "langName": "ローズウッド法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "(starry tornado:1.4),starry Nebula,beautiful detailed sky", + "langName": "星空法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "((moon)),starry sky,(lighting particle),fog,snow,(bloom)", + "langName": "ムーンメソッド", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(cold full moon),snowflake,(floating cloud:1.2)", + "langName": "スノームーンメソッド", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "((burning forest)),spark,light leaks,burning sky,flame,flames burning around,(flying sparks)", + "langName": "森林火災対策", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "((destroyed)),explosion,buildings in disarray,The residual eaves DuanBi,cumulus,mouldy,floating,wind,Dead end machine,(broken robot),(Mechanical robot girl),in the rubble of a devastated city", + "langName": "荒地法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,((sliver)) and (broken) body", + "langName": "戦争の鎧の方法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "Extremely gorgeous metal style,Metal crown with ornate stripes,Various metals background,Sputtered molten iron,floating hair,Hair like melted metal,Clothes made of silver,Clothes with gold lace,flowing gold and silver,everything flowing and melt,flowing iron,flowing silver,lace flowing and melt", + "langName": "黄金律", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "mecha clothes,robot girl", + "langName": "マシンガールメソッド", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "ink,(((bone))),(((ribs))),rose,black hair,blue eyes,greyscale,no shadow,simple background,bright skin", + "langName": "降霊術", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "(((gorgeous crystal armor))),(((crystal wings))),((altocumulus)),(clear_sky),(snow mountain),((flowery flowers)),(flowery bubbles),cloud map plane,crystal,crystal poppies,Brilliant light,thick_coating,glass tint,(watercolor)", + "langName": "結晶法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "((an extremely delicate and beautiful)),floating,(detailed wet clothes),(detailed light),feather,nature,(sunlight),river,floating palace,beautiful and delicate water,(bloom),(shine)", + "langName": "ウォーターフォレスト方式", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "(blue spark),(red and blue hair),blue eyes,burning sky,flame,Rainbow in the sky,((Flames burning ice)),(((fire butterflies))),(((ice crystal texture wings))),(Flying sparks),(detailed ice),((a lot of luminous ice crystals)),((burning feathers)),(feathers made of ice),(frozen feathers),(((ice and fire together)))", + "langName": "氷火法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "(anger),dragon horns,(silver armor),metal,complex pattern,cape,indifference", + "langName": "ドラゴンナイト", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "((full body)),(helpless),tear,crying,(((((falling from the sky))))),((Weathering With You)),((falling)),((face towards the sky)),(hair flows upwards),((disheveled hair)),(1 girl),floating,beautiful detailed sky", + "langName": "落下法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "((underwater)),(beautiful detailed water),((coral)),dynamic angle,floating,(detailed light),floating hair,(splash),((fishes)),leaves dress,feather,nature,(sunlight),(underwater forest),(bloom),(detailed glow),drenched,seaweed,fish,(((Tyndall effect)))", + "langName": "水中法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "(extremely detailed CG unity 8k wallpaper),(((masterpiece))),(((best quality))),((ultra-detailed)),(best illustration),(best shadow),((an extremely delicate and beautiful)),dynamic angle,floating,fairyland,dynamic angle,sea of flowers,beautiful detailed garden,wind,classic,spring,(detailed light),feather,nature,(sunlight),river,forest,(((floating palace))),((the best building)),beautiful and delicate water,(painting),(sketch),(bloom),(shine)", + "langName": "秘密の方法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "(((masterpiece))),((the best quality,super fine illustrations,beautiful and delicate water)),((very delicate light)),((nature,painting)),((fine lighting,more transparent stars,high-quality snowflakes,high-quality mountains,very fine 8KCG wallpapers)),(plateau),(((snow mountain))),sunrise,randomly distributed clouds,(snow field),cliff,((rotating star sky)),((lake in mountain stream)),luminous particles", + "langName": "写真", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "1980s (style),simple background,retro artstyle", + "langName": "現代法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "(white hair),red long hair,red eyes,(full body),(((with sword))),angry face,(beautiful detailed eyes),Blood drop,Blood fog,floating hair,disheveled hair,Splashing blood,(Bloodstain)", + "langName": "血の魔法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "((dragon)),((dragon background))", + "langName": "ドラゴンを召喚する", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "hair fluttering in the wind,((mechanical arm armor)),((mechanical body armor)),riding motor,bodysuit,((ruins of city in war,fire,burning cars,burning buildings)),air force fleet in the sky", + "langName": "占吉法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,dragon wings,((a dragon stands behind the girl)),beautiful detailed sliver dragon armor", + "langName": "ドラゴンマシン方式", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "((Beautiful butterflies in detail)),((Beautiful stars in detail)),(((halter dress ))),particle,(Starry sky in beautiful detail),(Hazy fog),(Ruins of beautiful details),(((Standing on the surface of the sea)))", + "langName": "スターバタフライ", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "blonde wavy hair,(shiny long hair),((Gothic Lolita)),blue white skirt,((short skirt)),black Headdress,bowknot,(((hair ornament))),(hair flower),Lace,cross-laced footwear,ribbon-trimmed sleeves,building architecture,((gothic architecture)),starry sky,outdoors,church,(castle)", + "langName": "学術法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "walking,waves,wind,(((glistening light of waves))),(detailed sunset glow),(floating flow),((coral)),(Luminous),coast,(floating colorful bubbles),beautiful detailed sky,(fluorescence),detailed shadow,(conch),beautiful detailed water,starfish,meteor,rainbow,(seabirds),(glinting stars),(glowworm),(splash),detailed cloud,shell,(fireworks)", + "langName": "星下海", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed sky,night,stars,(red plum blossom),((winter)),(((snowflakes))),((red and white flowers)),(starry sky),(sitting),((colorful)),scenery,lantern,(starfall)", + "langName": "冬の雪法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "((((melt)))),(((((black and white melt))))),(((wear Black and white Taoist robes))),((((gold and silver lace)))),(((gold and silver lace lace))),(((flowing ((black)) and white background))),extremely detailed gorgeous tiara", + "langName": "あらゆるもののるつぼ", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "Floating black ashes,Beautiful and detailed black,red moon,((The black clouds)),(black Wings) ,a black cloudy sky,burning,black dress,((Black fog)),Red eyes,(black smoke),((Black feathers floating in the air)),bat,(floating black cloud:1.5),", + "langName": "レイヴン・ロー", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "dynamic angle,finely detail,(bloom),(shine),glinting stars,((((best detailed fireworks)))),((((depth of field)))),(((hanabi))),(((backlight))),", + "langName": "花火の基礎", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,(lots of big colorful Bubble),(pearl),(Galaxy),depth of field", + "langName": "星の色", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,depth of field", + "langName": "星の海に沈む", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "dynamic angle,detailed wet clothes,blank stare,overexplosure,floating,black long straight,red eyes,aqua eyes,gradient eyes,((blood)),white dress,frills,((expressionless)),extremely beautiful detailed water,((lying on the lake)),(bloodred water:1.5),(red background:1.3)", + "langName": "溺死させる方法は数百種類", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "((messy hair)),(grassland),(yellow eyes),incredibly absurdres,(gold hair),floating hair,Large number of environments,the medieval ,grace,prospect,water eyes,wind,breeze,god ray,lawn,Mountains and lakes in the distance,The sun shines through the trees,A vast expanse of grassland", + "langName": "ブリリアントサンシャインメソッド", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "Starry sky adorns hair,sparkling anime eyes,beautiful detailed stars,blighting stars,emerging dark purple across with white hair,multicolored hair,beautiful detailed sky,beautiful detailed water,cinematic lighting,dramatic angle,", + "langName": "スターヘアメソッド", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "There are many scattered luminous petals,Hidden in the light yellow flowers,Depth of field,Many flying drops of water,Many scattered leaves,branch ,angle ,contour deepening,cinematic angle", + "langName": "センロ方式", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "sunlight,extremely light,extremely clothes,Holy Light,dynamic angle,Light particle,very long hair,white hair,yellow eyes,glowing eyes,expressionless,((light smile)),((((white Tulle skirt)))),white silk,looking at viewer,angel wings,large wings,multiple wings,angel halo,(((starry sky))),dusk sky,Floating light spot,Lots of feathers", + "langName": "星の天使", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "blonde hair,yellow eyes,white skin,mature female,sunrise,golden sky,magnificent architecture,beautiful detailed sky,overexposure,delicate gold metal decorations", + "langName": "黄金律", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "mechanical prosthesis,mecha coverage,emerging dark purple across with white hair,fluorescent purple,cool movement,rose red eyes,beatiful detailed cyberpunk city,hd semirealistic anime cg concept art digital painting", + "langName": "エクス・マキナ", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "(incredibly absurdres),(highly detailed beautiful fishtail:1.6),(((human hands))),(the lower body is a fish:1.9)AND(no human thigh:1.2),seaweed,(full body),(white seashell),(curved and slender fish tail),(the lower body is bare:1.1),{beautiful tailfin},((underwater)),(illustration),detailed water,((fishes)),(floating),watercolor (medium),(small whirlpool),((The sensation of water flowing)),(detailed scales on a mermaid)", + "langName": "マーメイドメソッド", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "Blood Mist,background Urban rooftop,despair,Blood Cherry Blossom,torn clothes,crying with eyes open,solo,Blood Rain,bandages,Gunpowder smoke,beautiful deatailed shadow,Splashing blood,dust,tyndall effect", + "langName": "終わり", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "Space opera,Space port,robot arm,elbow gloves,night,glisten,stare,cyberpunk,((((citylight)))),science fiction,bodysuit,Mechanical armor headdress,(bare shoulders)", + "langName": "破れた夢", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "dynamic angle,rainbow hair,detailed cute anime face,((loli)),flower,cry,water,corrugated,flowers tire,broken glass,(broken screen),atlantis,transparent glass", + "langName": "破れた夢", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "(white hair),(((red streaked hair))),red eyes,(((full body))),(red hair),(((((Hold a red sword))))),(angry face),((Blood drop)),((Blood fog)),light shafts,soft focus,((Splashing blood))),Long hair,((Bloodstain)),Fighting stance,{{{{{watercolor (medium)}}}},(((masterpiece))),((white clock)),((ultradetailed)),((Covered in blood)),flowing hair,Exquisite Flame,dynamic angle,floating,(shine),extremely delicate and beautiful girls,bright skin,lying red petals,Holy lighting", + "langName": "血液改革法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "dramatic shadows,black and white,monochrome,{{comic}},cross necklace,Cassock", + "langName": "写真", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "((ink)),(water color),bloom effect,detailed beautiful grassland with petal,flower,butterfly,necklace,smile,petal,(((surrounded by heavy floating petal flow)))", + "langName": "浮き花法", + "object": "アクション", + "attribute": "魔法" + }, + { + "displayName": "stylish outfit", + "langName": "おしゃれに着こなす", + "object": "衣服", + "attribute": "おしゃれな服装" + }, + { + "displayName": "fashionable accessories", + "langName": "ファッションアクセサリー", + "object": "衣服", + "attribute": "おしゃれな服装" + }, + { + "displayName": "fitted jeans", + "langName": "スキニージーンズ", + "object": "衣服", + "attribute": "おしゃれな服装" + }, + { + "displayName": "oversized jacket", + "langName": "プラスサイズのジャケット", + "object": "衣服", + "attribute": "おしゃれな服装" + }, + { + "displayName": "baggy clothes", + "langName": "ゆったりした服", + "object": "衣服", + "attribute": "おしゃれな服装" + }, + { + "displayName": "traditional_clothes", + "langName": "伝統衣装 | 民族衣装", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "chinese_clothes", + "langName": "唐装", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "china_dress", + "langName": "チャイナドレス", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "hanfu", + "langName": "漢服", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "Taoist robe", + "langName": "道教のローブ", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "japanese_clothes", + "langName": "着物", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "enmaided", + "langName": "着物を着た女性", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "hanten_clothes", + "langName": "とうまた(日本風)", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "kimono", + "langName": "着物", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "furisode", + "langName": "振袖(着物の一部)", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "sleeveless_kimono", + "langName": "袖なし着物", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "short_kimono", + "langName": "短い着物", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "print_kimono", + "langName": "プリント着物", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "uchikake", + "langName": "Bai Wijia (日本のウェディングドレス)", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "obi", + "langName": "衣服(衣類)", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "cheongsam", + "langName": "チャイナドレス", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "print_cheongsam", + "langName": "プリントチャイナドレス", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "pelvic_curtain", + "langName": "チャイナドレスの前裾", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "ainu_clothes", + "langName": "アイヌの衣服", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "korean_clothes", + "langName": "韓国の衣服", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "hanbok", + "langName": "韓服", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "Ao_Dai", + "langName": "ベトナムの衣服(アオザイ)", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "western", + "langName": "西洋風", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "german_clothes", + "langName": "ドイツの衣服", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "indian_style", + "langName": "インド風", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "arabian_clothes", + "langName": "アラビアの衣服", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "egyptian_clothes", + "langName": "エジプトの衣服", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "byzantine_fashion", + "langName": "ビザンチン様式", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "gothic", + "langName": "ゴシック様式", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "lolita", + "langName": "ロリータスタイル", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "gothic_lolita", + "langName": "ゴシックロリータスタイル", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "Tropical", + "langName": "トロピカル", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "costume", + "langName": "スーツ", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "adapted_costume", + "langName": "衣服を改善する", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "animal_costume", + "langName": "動物の形セット", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "bunny_costume", + "langName": "ウサギ風セット", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "cat_costume", + "langName": "猫スタイリングセット", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "dog_costume", + "langName": "犬用スタイリングセット", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "bear_costume", + "langName": "クマスタイルセット", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "santa_costume", + "langName": "サンタクロースの衣装", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "halloween_costume", + "langName": "ハロウィンコスチューム", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "embellished_costume", + "langName": "華やかに装飾された衣服", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "alternate_costume", + "langName": "キャラクターの本来の姿とは異なる代替衣装", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "costume_switch", + "langName": "着替えて遊ぶ", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "meme_attire", + "langName": "インターネットミームを真似た衣装", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "kourindou_tengu_costume", + "langName": "光霖堂天狗衣装", + "object": "衣服", + "attribute": "服装スタイル" + }, + { + "displayName": "hanfu, tang style outfits,", + "langName": "唐鳳", + "object": "衣服", + "attribute": "古代" + }, + { + "displayName": "hanfu, song style outfits,", + "langName": "ソン・フェン", + "object": "衣服", + "attribute": "古代" + }, + { + "displayName": "hanfu, ming style outfits,", + "langName": "ミンフェン", + "object": "衣服", + "attribute": "古代" + }, + { + "displayName": "orange upper shan", + "langName": "オレンジ上杉", + "object": "衣服", + "attribute": "古代" + }, + { + "displayName": "pink long upper shan", + "langName": "ピンクシダー", + "object": "衣服", + "attribute": "古代" + }, + { + "displayName": "white chest po skirt", + "langName": "胸の大きいスカート", + "object": "衣服", + "attribute": "古代" + }, + { + "displayName": "red chest pleated skirt", + "langName": "胸丈プリーツスカート", + "object": "衣服", + "attribute": "古代" + }, + { + "displayName": "green waistband", + "langName": "緑のレース", + "object": "衣服", + "attribute": "古代" + }, + { + "displayName": "white pibo", + "langName": "白いショール", + "object": "衣服", + "attribute": "古代" + }, + { + "displayName": "purple short shan", + "langName": "紫のショートモミ", + "object": "衣服", + "attribute": "古代" + }, + { + "displayName": "light green long shan", + "langName": "ライトグリーンの杉", + "object": "衣服", + "attribute": "古代" + }, + { + "displayName": "translucent white pleated skirt", + "langName": "半透明の白いプリーツスカート", + "object": "衣服", + "attribute": "古代" + }, + { + "displayName": "green floral songmo", + "langName": "緑の花の宋莫", + "object": "衣服", + "attribute": "古代" + }, + { + "displayName": "short coat", + "langName": "ショートコート", + "object": "衣服", + "attribute": "古代" + }, + { + "displayName": "mamian skirt", + "langName": "馬の顔のスカート", + "object": "衣服", + "attribute": "古代" + }, + { + "displayName": "round collar", + "langName": "クルーネック", + "object": "衣服", + "attribute": "古代" + }, + { + "displayName": "standing collar", + "langName": "スタンドカラー", + "object": "衣服", + "attribute": "古代" + }, + { + "displayName": "square collar", + "langName": "スクエアカラー", + "object": "衣服", + "attribute": "古代" + }, + { + "displayName": "overlapping collar", + "langName": "雲肩", + "object": "衣服", + "attribute": "古代" + }, + { + "displayName": "embroidery", + "langName": "刺繍", + "object": "衣服", + "attribute": "古代" + }, + { + "displayName": "woven gold", + "langName": "志金", + "object": "衣服", + "attribute": "古代" + }, + { + "displayName": "makeup flower", + "langName": "メイクアップフラワー", + "object": "衣服", + "attribute": "古代" + }, + { + "displayName": "bufu", + "langName": "補充量を摂取する", + "object": "衣服", + "attribute": "古代" + }, + { + "displayName": "suit", + "langName": "スーツ", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "business_suit", + "langName": "ビジネススーツ", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "tuxedo", + "langName": "タキシード", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "formal_dress", + "langName": "フォーマルドレス", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "evening_gown", + "langName": "ロングガウン(足首までの長さの女性用ガウン)", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "evening dress", + "langName": "イブニングドレス", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "wedding_dress", + "langName": "ウェディングドレス", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "gown", + "langName": "女性用ロング丈服", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "cocktail_dress", + "langName": "カクテルドレス", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "school_uniform", + "langName": "制服", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "serafuku", + "langName": "セーラー服(学生服)", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "summer_uniform", + "langName": "夏服", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "kindergarten_uniform", + "langName": "幼稚園の制服", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "sailor", + "langName": "セーラー服", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "police_uniform", + "langName": "警察の制服", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "military_uniform", + "langName": "軍服", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "naval_uniform", + "langName": "海軍の制服", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "camouflage uniform", + "langName": "迷彩服", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "nazi_uniform", + "langName": "ナチスの制服", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "ss_uniform", + "langName": "SS 制服", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "stile_uniform", + "langName": "メイド服", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "band_uniform", + "langName": "バンドユニフォーム", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "chef_uniform", + "langName": "シェフのオーバーオール", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "labcoat", + "langName": "白衣", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "space_suit", + "langName": "宇宙服", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "leotard", + "langName": "レオタード", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "canonicals", + "langName": "聖職者の衣服", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "domineering", + "langName": "修道女の制服", + "object": "衣服", + "attribute": "フォーマルウェア" + }, + { + "displayName": "casual", + "langName": "レジャー", + "object": "衣服", + "attribute": "カジュアルウェア" + }, + { + "displayName": "loungewear", + "langName": "カジュアルウェア", + "object": "衣服", + "attribute": "カジュアルウェア" + }, + { + "displayName": "hoodie", + "langName": "パーカー", + "object": "衣服", + "attribute": "カジュアルウェア" + }, + { + "displayName": "homewear", + "langName": "ラウンジウェア", + "object": "衣服", + "attribute": "カジュアルウェア" + }, + { + "displayName": "pajamas", + "langName": "パジャマ", + "object": "衣服", + "attribute": "カジュアルウェア" + }, + { + "displayName": "nightgown", + "langName": "パジャマ", + "object": "衣服", + "attribute": "カジュアルウェア" + }, + { + "displayName": "sleepwear", + "langName": "パジャマ", + "object": "衣服", + "attribute": "カジュアルウェア" + }, + { + "displayName": "babydoll", + "langName": "セクシーなパジャマ", + "object": "衣服", + "attribute": "カジュアルウェア" + }, + { + "displayName": "print_pajamas", + "langName": "プリントパジャマ", + "object": "衣服", + "attribute": "カジュアルウェア" + }, + { + "displayName": "polka_dot_pajamas", + "langName": "水玉模様のパジャマ", + "object": "衣服", + "attribute": "カジュアルウェア" + }, + { + "displayName": "yukata", + "langName": "バスローブ", + "object": "衣服", + "attribute": "カジュアルウェア" + }, + { + "displayName": "robe", + "langName": "ローブ", + "object": "衣服", + "attribute": "カジュアルウェア" + }, + { + "displayName": "robe_of_blending", + "langName": "ミックスローブ", + "object": "衣服", + "attribute": "カジュアルウェア" + }, + { + "displayName": "cloak", + "langName": "マント", + "object": "衣服", + "attribute": "カジュアルウェア" + }, + { + "displayName": "hooded_cloak", + "langName": "フード付きマント", + "object": "衣服", + "attribute": "カジュアルウェア" + }, + { + "displayName": "harem_outfit", + "langName": "ダンサーのユニフォーム", + "object": "衣服", + "attribute": "カジュアルウェア" + }, + { + "displayName": "sportswear", + "langName": "スポーツウェア", + "object": "衣服", + "attribute": "スポーツウェア" + }, + { + "displayName": "gym_uniform", + "langName": "スポーツウェア", + "object": "衣服", + "attribute": "スポーツウェア" + }, + { + "displayName": "athletic_leotard", + "langName": "体操ユニフォーム", + "object": "衣服", + "attribute": "スポーツウェア" + }, + { + "displayName": "tennis_uniform", + "langName": "テニスシャツ", + "object": "衣服", + "attribute": "スポーツウェア" + }, + { + "displayName": "baseball_uniform", + "langName": "野球ユニフォーム", + "object": "衣服", + "attribute": "スポーツウェア" + }, + { + "displayName": "letterman_jacket", + "langName": "野球ジャケット", + "object": "衣服", + "attribute": "スポーツウェア" + }, + { + "displayName": "volleyball_uniform", + "langName": "バレーボールユニフォーム", + "object": "衣服", + "attribute": "スポーツウェア" + }, + { + "displayName": "biker_clothes", + "langName": "サイクリングジャージ", + "object": "衣服", + "attribute": "スポーツウェア" + }, + { + "displayName": "bikesuit", + "langName": "サイクリングスーツ", + "object": "衣服", + "attribute": "スポーツウェア" + }, + { + "displayName": "wrestling_outfit", + "langName": "レスリングユニフォーム", + "object": "衣服", + "attribute": "スポーツウェア" + }, + { + "displayName": "dougi", + "langName": "武道のユニフォーム", + "object": "衣服", + "attribute": "スポーツウェア" + }, + { + "displayName": "swimsuit", + "langName": "水着", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "swimwear", + "langName": "水着", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "wet_swimsuit", + "langName": "濡れた水着", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "school_swimsuit", + "langName": "スクール水着(すいくう)", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "new_school_swimsuit", + "langName": "新たな死水貯水池", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "old_school_swimsuit", + "langName": "古い貯水池", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "competition_school_swimsuit", + "langName": "プールの死水", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "competition_swimsuit", + "langName": "競技用水着", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "casual_one-piece_swimsuit", + "langName": "カジュアルワンピース水着", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "front_zipper_swimsuit", + "langName": "フロントジッパー付き水着", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "highleg_swimsuit", + "langName": "ハイスリット水着", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "one-piece_swimsuit", + "langName": "ワンピース水着", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "swimsuit_of_perpetual_summer", + "langName": "常夏の水着(FGO 女子高生霊装)", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "bikini", + "langName": "ビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "highleg_bikini", + "langName": "ハイウエストビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "lowleg_bikini", + "langName": "ローウエストビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "slingshot_swimsuit", + "langName": "V シェイプ水着", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "sailor_bikini", + "langName": "セーラースタイルのビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "shell_bikini", + "langName": "シェルビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "sports_bikini", + "langName": "スポーツビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "string_bikini", + "langName": "ストリングビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "strapless_bikini", + "langName": "ストラップレスビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "side-tie_bikini", + "langName": "ストリングビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "front-tie_bikini_top", + "langName": "フロントタイビキニトップ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "multi-strapped_bikini", + "langName": "マルチストラップビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "thong_bikini", + "langName": "トングビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "front-tie_bikini", + "langName": "フロントで結んだビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "frilled_bikini", + "langName": "レースビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "o-ring_bikini", + "langName": "O リング付きビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "eyepatch_bikini", + "langName": "目隠しビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "layered_bikini", + "langName": "レイヤードビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "bow_bikini", + "langName": "リボン付きビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "mismatched_bikini", + "langName": "ツートンビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "multicolored_bikini", + "langName": "マルチカラービキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "frilled_swimsuit", + "langName": "レースの水着", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "polka_dot_swimsuit", + "langName": "丸い水玉模様の水着", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "striped_swimsuit", + "langName": "ストライプの水着", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "striped_bikini", + "langName": "ストライプビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "plaid_bikini", + "langName": "チェック柄ビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "polka_dot_bikini", + "langName": "丸いスポットビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "print_bikini", + "langName": "プリントビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "american_flag_bikini", + "langName": "アメリカ国旗ビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "german_flag_bikini", + "langName": "ドイツ国旗ビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "impossible_swimsuit", + "langName": "ボディペイント水着", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "bikini_top", + "langName": "ビキニトップ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "bikini_top_only", + "langName": "ビキニトップのみ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "bikini_top_removed", + "langName": "ビキニトップを脱いだ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "bikini_bottom_only", + "langName": "ビキニボトムのみ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "bikini_bottom", + "langName": "ビキニボトム", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "untied_bikini", + "langName": "ボタンを外したビキニ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "bikini_aside", + "langName": "ビキニが 3 箇所剥がれる", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "swimsuit_aside", + "langName": "水着の股間をずらす", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "swimsuit_under_clothes", + "langName": "服の下に水着を着る", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "torn_swimsuit", + "langName": "破損した水着", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "bikini_skirt", + "langName": "ビキニスカート", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "swim_briefs", + "langName": "水泳パンツ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "swim_cap", + "langName": "水泳帽", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "swim_trunks", + "langName": "水泳パンツ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "male_swimwear", + "langName": "男性用水泳パンツ", + "object": "衣服", + "attribute": "水着" + }, + { + "displayName": "sailor_senshi_uniform", + "langName": "セーラームーンの制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "adapted_uniform", + "langName": "改良されたユニフォーム", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "anzio_military_uniform", + "langName": "アンツィオ軍服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "anzio_school_uniform", + "langName": "アンツィオの制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "aria_company_uniform", + "langName": "アリア社の制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "ashford_academy_uniform", + "langName": "アシュフォード カレッジの制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "bc_freedom_military_uniform", + "langName": "BC フリーアカデミーユニフォーム", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "chaldea_uniform", + "langName": "カルデアの制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "chi-hatan_military_uniform", + "langName": "志哥丹学院制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "fleur_de_lapin_uniform", + "langName": "ドットうさぎメイド服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "garreg_mach_monastery_uniform", + "langName": "ガルグ・マルコ修道院の制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "gem_uniform_(houseki_no_kuni)", + "langName": "宝石の国の制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "hanasakigawa_school_uniform", + "langName": "花咲川女子学園", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "hikarizaka_private_high_school_uniform", + "langName": "私立三ツ坂高校の制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "homurahara_academy_uniform", + "langName": "水軍原学園制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "kamiyama_high_school_uniform", + "langName": "カイラス高校の制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "keizoku_military_uniform", + "langName": "高校の制服を続ける", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "kita_high_school_uniform", + "langName": "北高制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "kiyosumi_school_uniform", + "langName": "清澄高校の制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "luna_nova_school_uniform", + "langName": "ルナノヴァ魔法学校の制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "meiji_schoolgirl_uniform", + "langName": "明治時代の女子高生の制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "mitakihara_school_uniform", + "langName": "見滝原中学校の制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "nami_junior_high_school_uniform", + "langName": "ボル中学校の制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "nanairogaoka_middle_school_uniform", + "langName": "七星丘中学校の制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "nanamori_school_uniform", + "langName": "斉森中学校の制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "naoetsu_high_school_uniform", + "langName": "私立直江津高校の制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "national_shin_ooshima_school_uniform", + "langName": "大島学園新制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "ooarai_military_uniform", + "langName": "大洗連隊軍服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "ooarai_school_uniform", + "langName": "大洗連合学校制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "otonokizaka_school_uniform", + "langName": "国立小野木坂学院女子制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "paradis_military_uniform", + "langName": "パレード島の軍服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "polar_chaldea_uniform", + "langName": "ポーラーカルデアユニフォーム", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "pravda_military_uniform", + "langName": "真実のアカデミー軍服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "pravda_school_uniform", + "langName": "真理学園の制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "rabbit_house_uniform", + "langName": "ディアントゥトゥハウス制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "raimon_soccer_uniform", + "langName": "サンダーゲートフットボールユニフォーム", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "ryouou_school_uniform", + "langName": "涼桜学園制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "sakugawa_school_uniform", + "langName": "扎川中学校の制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "sakuragaoka_high_school_uniform", + "langName": "桜丘女子高等学校制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "saunders_military_uniform", + "langName": "サンダース軍服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "saunders_school_uniform", + "langName": "サンダース付属高校の制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "seishou_elementary_school_uniform", + "langName": "盛祥大学付属小学校の制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "shinda_sekai_sensen_uniform", + "langName": "アフターライフフロントユニフォーム", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "shuuchiin_academy_uniform", + "langName": "秀知院学園制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "shuujin_academy_uniform", + "langName": "大学の制服を披露する", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "st._gloriana's_military_uniform", + "langName": "聖グロリアーナの軍服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "st._gloriana's_school_uniform", + "langName": "聖グロリアアンナ女子校制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "starlight_academy_uniform", + "langName": "スターオプティカルパークユニフォーム", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "tokisadame_school_uniform", + "langName": "通常の大学の制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "tokiwadai_school_uniform", + "langName": "常盤台中校制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "tomoeda_elementary_school_uniform", + "langName": "有志小学校の制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "tsab_ground_military_uniform", + "langName": "時間と空間の管理軍の制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "u.a._school_uniform", + "langName": "雄英高校の制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "uranohoshi_school_uniform", + "langName": "浦の星女学院の制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "yasogami_school_uniform", + "langName": "八十神高校制服", + "object": "衣服", + "attribute": "制服" + }, + { + "displayName": "shirt", + "langName": "シャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "dress_shirt", + "langName": "フォーマルシャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "collared_shirt", + "langName": "ラペルシャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "white_shirt", + "langName": "白いシャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "blouse", + "langName": "女性用シャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "frilled_shirt", + "langName": "フリルシャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "sailor_shirt", + "langName": "セーラーシャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "plaid_shirt", + "langName": "チェックシャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "striped_shirt", + "langName": "ストライプシャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "print_shirt", + "langName": "プリントシャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "impossible shirt", + "langName": "不自然にフィットするシャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "polo_shirt", + "langName": "ポロシャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "hawaiian_shirt", + "langName": "ハワイアンシャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "t-shirt", + "langName": "T シャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "casual T-shirts", + "langName": "カジュアル T シャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "short sleeve T-shirts", + "langName": "半袖 T シャツ(ショルダーシャツ)", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "cropped_shirt", + "langName": "ショートシャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "off-shoulder_shirt", + "langName": "オフショルダーシャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "criss-cross_halter", + "langName": "クロスホルタートップ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "sleeveless_shirt", + "langName": "ノースリーブシャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "sleeveless_hoodie", + "langName": "ノースリーブパーカー", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "tank_top", + "langName": "ベスト(ホーム)", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "camisole", + "langName": "キャミソール", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "crop_top", + "langName": "クロップトップ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "undershirt", + "langName": "アンダーシャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "vest", + "langName": "ベスト(フォーマル)", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "brown_vest", + "langName": "茶色のベスト", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "waistcoat", + "langName": "ウエストコート(フォーマル)", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "sweatshirt", + "langName": "パーカー", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "jersey", + "langName": "スウェットシャツ/ジャージ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "sweater", + "langName": "セーター", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "cardigan", + "langName": "カーディガンセーター", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "shrug_(clothing)", + "langName": "ショール", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "jacket", + "langName": "ジャケット", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "hooded jacket", + "langName": "フード付きジャケット", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "coat", + "langName": "コート", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "suit jacket", + "langName": "ブレザー", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "tailcoat", + "langName": "タキシード", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "capelet", + "langName": "短いマント", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "kesa", + "langName": "カソック", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "kappougi", + "langName": "ブラウス(料理中に着用)", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "detached sleeves", + "langName": "肩袖が分離", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "cropped vest", + "langName": "クロップドベスト", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "spaghetti strap", + "langName": "スパゲッティストラップ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "tube_top", + "langName": "チュニックトップス", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "dudou", + "langName": "腹帯", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "highleg", + "langName": "ハイスリットトップ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "shirt_tucked_in", + "langName": "シャツをズボンの中に入れた", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "untucked_shirt", + "langName": "タックなしシャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "tied_shirt", + "langName": "タイアップシャツ(角と裾を結ぶ)", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "partially_unbuttoned", + "langName": "部分的なリリース", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "partially_unzipped", + "langName": "部分的に解凍", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "unbuttoned shirt", + "langName": "ボタンを外したシャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "open_clothes", + "langName": "開いた服", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "clothes_down", + "langName": "服を脱ぐ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "shirt_tug", + "langName": "プルシャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "clothes_tug", + "langName": "服を引っ張る", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "clothes_removed", + "langName": "服を脱ぐ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "shirt_removed", + "langName": "シャツを脱いだ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "undressing", + "langName": "服を脱ぐ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "untied", + "langName": "結び付けられていない", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "button_gap", + "langName": "ボタン間の隙間(ボタンを外していない状態)", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "taut_shirt", + "langName": "タイトなシャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "taut_clothes", + "langName": "タイトな服", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "tight", + "langName": "タイトな服", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "underbust", + "langName": "アンダーバストを引き出す", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "oversized_shirt", + "langName": "プラスサイズのシャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "oversized_clothes", + "langName": "プラスサイズの服", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "borrowed_garments", + "langName": "彼氏の服", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "undersized_clothes", + "langName": "小さいサイズの服", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "clothing_cutout", + "langName": "中空の服", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "back_cutout", + "langName": "背中が開いたトップス", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "cleavage_cutout", + "langName": "胸の谷間 胸の谷間シャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "navel_cutout", + "langName": "へそピアスのシャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "midriff", + "langName": "クロップトップ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "heart_cutout", + "langName": "ハート型のオープントップ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "torn_clothes", + "langName": "破れた服", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "torn_shirt", + "langName": "破れたシャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "wet_shirt", + "langName": "濡れたシャツ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "clothes_theft", + "langName": "衣服が盗まれた", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "strap_slip", + "langName": "ショルダーストラップがずれて漏れる", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "wedgie", + "langName": "埋没(衣服が股間部分を引っ張ることで発生)", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "wardrobe_malfunction", + "langName": "衣服に何かが起こった(破れなど)", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "wardrobe_error", + "langName": "衣服が脱げ落ちる", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "short sleeves", + "langName": "半袖", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "long sleeves", + "langName": "長袖", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "sleeveless", + "langName": "ノースリーブ", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "underwear", + "langName": "下着", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "bra", + "langName": "ブラジャー", + "object": "衣服", + "attribute": "ジャケット" + }, + { + "displayName": "nude", + "langName": "裸", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "formal", + "langName": "フォーマルウェア", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "chemise", + "langName": "ゆったりしたドレス", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "santa", + "langName": "クリスマス衣装", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "blazer", + "langName": "ブレザー", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "overcoat", + "langName": "コート", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "double-breasted", + "langName": "ダブルブレストボタン(ダブルブレストボタン", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "long_coat", + "langName": "ロングコート", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "haori", + "langName": "和風ジャケット", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "winter_coat", + "langName": "冬用コート", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "hooded_coat", + "langName": "フード付きコート", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "fur_coat", + "langName": "毛皮のコート", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "fur-trimmed_coat", + "langName": "縞模様の毛皮のコート", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "duffel_coat", + "langName": "ダッフルコート", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "fishnet_top", + "langName": "フィッシュネットトップ", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "parka", + "langName": "パーカー", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "jacket_partially_removed", + "langName": "ジャケットは部分的に脱がれている", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "jacket_removed", + "langName": "ジャケットを脱いだ", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "open_jacket", + "langName": "カーディガンジャケット(スプレッドレッグ付き)", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "cropped_jacket", + "langName": "クロップドジャケット", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "track_jacket", + "langName": "ブレザー", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "hooded_track_jacket", + "langName": "フード付きトラックジャケット", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "military_jacket", + "langName": "ミリタリージャケット", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "camouflage_jacket", + "langName": "迷彩ジャケット", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "leather_jacket", + "langName": "レザージャケット", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "bomber_jacket", + "langName": "ボンバージャケット", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "denim_jacket", + "langName": "デニムジャケット", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "fur-trimmed_jacket", + "langName": "ファートリムジャケット", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "two-tone_jacket", + "langName": "ツーカラージャケット", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "trench_coat", + "langName": "ウィンドブレーカー", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "windbreaker", + "langName": "ジャケット", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "raincoat", + "langName": "レインコート", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "hagoromo", + "langName": "羽衣神", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "tunic", + "langName": "チュニック", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "cape", + "langName": "ショール", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "winter_clothes", + "langName": "冬服", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "pullover_sweaters", + "langName": "プルオーバーセーター", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "loating_jacket", + "langName": "カジュアルジャケット", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "ribbed_sweater", + "langName": "リブ編みセーター", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "sweater_vest", + "langName": "セーターベスト", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "backless_sweater", + "langName": "背中開きセーター", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "aran_sweater", + "langName": "アイルランドのセーター", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "beige_sweater", + "langName": "ベージュのセーター", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "brown_sweater", + "langName": "茶色のセーター", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "hooded_sweater", + "langName": "フード付きセーター", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "off-shoulder_sweater", + "langName": "オフショルダーセーター", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "striped_sweater", + "langName": "ストライプのセーター", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "virgin_killer_sweater", + "langName": "処女キラーセーター", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "down_jacket", + "langName": "ダウンジャケット", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "puffer_jacket", + "langName": "ダウンジャケット", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "open dress", + "langName": "カーディガンドレス", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "Piece Suit", + "langName": "ブレザー", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "naked towel", + "langName": "バスタオル", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "racing suit", + "langName": "レーシングスーツ", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "maid dress", + "langName": "メイド服", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "reverse bunnysuit", + "langName": "逆バニーガール", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "backless outfit", + "langName": "背中が開いたドレス", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "Gorgeous and fussy clothes", + "langName": "ゴージャスで扱いにくい服", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "highleg leotard", + "langName": "ハイスリットジャンプスーツ", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "Sex underwear", + "langName": "セクシーなランジェリー", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "diving suit", + "langName": "ウェットスーツ", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "casual wear", + "langName": "カジュアルウェア", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "miko clothing", + "langName": "魔女の衣装", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "nurse gown", + "langName": "ナース服", + "object": "衣服", + "attribute": "コート" + }, + { + "displayName": "sailor_collar", + "langName": "セーラーカラー", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "fur_collar", + "langName": "毛皮の首輪", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "frilled_collar", + "langName": "レースの襟", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "popped_collar", + "langName": "スタンドカラー", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "black_choker", + "langName": "黒の首輪", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "belt_collar", + "langName": "ベルトネックループ", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "frilled_choker", + "langName": "フリルネックレス", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "neckerchief", + "langName": "スカーフ", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "red_neckerchief", + "langName": "赤いスカーフ", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "necktie", + "langName": "ネクタイ", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "short_necktie", + "langName": "短いネクタイ", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "white_necktie", + "langName": "ホワイトタイ", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "bowtie", + "langName": "ちょうネクタイ", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "headphones_around_neck", + "langName": "首に掛けるヘッドフォン", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "goggles_around_neck", + "langName": "ネックゴーグル", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "neck_bell", + "langName": "ネックベル", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "neck_ruff", + "langName": "ネックライン", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "v-neck", + "langName": "V ネック", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "towel_around_neck", + "langName": "首に巻くタオル", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "loose_necktie", + "langName": "緩いネクタイ", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "neck_tattoo", + "langName": "首のタトゥー", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "ascot", + "langName": "スカーフのような幅広のネクタイ", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "ribbon_choker", + "langName": "ネックリボン", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "maebari/pasties", + "langName": "膣パッチ/乳首パッチ", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "chinese_knot", + "langName": "中国結び", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "cross_necklace", + "langName": "十字架のネックレス", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "bead_necklace", + "langName": "ビーズネックレス", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "pearl_necklace", + "langName": "真珠のネックレス", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "heart_necklace", + "langName": "ハート型のネックレス", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "carrot_necklace", + "langName": "にんじんネックレス", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "chain_necklace", + "langName": "チェーンネックレス", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "magatama_necklace", + "langName": "真珠のネックレス", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "tooth_necklace", + "langName": "歯のネックレス", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "key_necklace", + "langName": "キーネックレス", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "anchor_necklace", + "langName": "アンカーネックレス", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "skull_necklace", + "langName": "スカルネックレス", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "shell_necklace", + "langName": "貝殻のネックレス", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "gold_necklace", + "langName": "金のネックレス", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "crescent_necklace", + "langName": "三日月ネックレス", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "ring_necklace", + "langName": "リングネックレス", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "feather_necklace", + "langName": "羽根のネックレス", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "bone_necklace", + "langName": "骨のネックレス", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "ankh_necklace", + "langName": "十字架のネックレス", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "multiple_necklaces", + "langName": "複数のネックレス", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "bullet_necklace", + "langName": "弾丸ネックレス", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "holding_necklace", + "langName": "ネックレスを握る", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "necklace_removed", + "langName": "ネックレスを外した", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "brown_neckwear", + "langName": "茶色の首輪", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "checkered_neckwear", + "langName": "チェック柄のネックライン", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "diagonal-striped_neckwear", + "langName": "ツイルネクタイ", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "halterneck", + "langName": "ネクタイ", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "mole_on_neck", + "langName": "首にほくろがある", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "neck", + "langName": "ネック", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "plaid_neckwear", + "langName": "タータンカラー", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "plunging_neckline", + "langName": "深めの襟", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "print_neckwear", + "langName": "プリントネクタイ", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "sleeveless_turtleneck", + "langName": "ノースリーブタートルネックセーター", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "star_necklace", + "langName": "星のネックレス", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "striped_neckwear", + "langName": "ストライプの襟", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "turtleneck_sweater", + "langName": "タートルネックセーター", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "undone_necktie", + "langName": "ネクタイを緩める", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "whistle_around_neck", + "langName": "首に掛ける笛", + "object": "衣服", + "attribute": "ネックライン" + }, + { + "displayName": "plaid_scarf", + "langName": "チェック柄スカーフ", + "object": "衣服", + "attribute": "スカーフ" + }, + { + "displayName": "striped_scarf", + "langName": "ストライプ柄のスカーフ", + "object": "衣服", + "attribute": "スカーフ" + }, + { + "displayName": "print_scarf", + "langName": "プリントスカーフ", + "object": "衣服", + "attribute": "スカーフ" + }, + { + "displayName": "vertical-striped_scarf", + "langName": "縦縞のスカーフ", + "object": "衣服", + "attribute": "スカーフ" + }, + { + "displayName": "polka_dot_scarf", + "langName": "水玉模様のスカーフ", + "object": "衣服", + "attribute": "スカーフ" + }, + { + "displayName": "argyle_scarf", + "langName": "ダイヤモンドスカーフ", + "object": "衣服", + "attribute": "スカーフ" + }, + { + "displayName": "beige_scarf", + "langName": "ベージュのスカーフ", + "object": "衣服", + "attribute": "スカーフ" + }, + { + "displayName": "scarf_bow", + "langName": "スカーフリボン", + "object": "衣服", + "attribute": "スカーフ" + }, + { + "displayName": "fur_scarf", + "langName": "毛皮のスカーフ", + "object": "衣服", + "attribute": "スカーフ" + }, + { + "displayName": "naked_scarf", + "langName": "裸のスカーフ", + "object": "衣服", + "attribute": "スカーフ" + }, + { + "displayName": "multicolored_scarf", + "langName": "カラフルなスカーフ", + "object": "衣服", + "attribute": "スカーフ" + }, + { + "displayName": "floating_scarf", + "langName": "浮かぶスカーフ", + "object": "衣服", + "attribute": "スカーフ" + }, + { + "displayName": "long_scarf", + "langName": "長いスカーフ", + "object": "衣服", + "attribute": "スカーフ" + }, + { + "displayName": "arm_scarf", + "langName": "腕用スカーフ", + "object": "衣服", + "attribute": "スカーフ" + }, + { + "displayName": "scarf_on_head", + "langName": "頭にスカーフ", + "object": "衣服", + "attribute": "スカーフ" + }, + { + "displayName": "scarf_over_mouth", + "langName": "口にスカーフ", + "object": "衣服", + "attribute": "スカーフ" + }, + { + "displayName": "scarf_removed", + "langName": "スカーフが外された", + "object": "衣服", + "attribute": "スカーフ" + }, + { + "displayName": "adjusting_scarf", + "langName": "スカーフを調整する", + "object": "衣服", + "attribute": "スカーフ" + }, + { + "displayName": "holding_scarf", + "langName": "スカーフを持つ", + "object": "衣服", + "attribute": "スカーフ" + }, + { + "displayName": "scarf_pull", + "langName": "プルスカーフ", + "object": "衣服", + "attribute": "スカーフ" + }, + { + "displayName": "brown_scarf", + "langName": "茶色のスカーフ", + "object": "衣服", + "attribute": "スカーフ" + }, + { + "displayName": "scarf", + "langName": "スカーフ", + "object": "衣服", + "attribute": "スカーフ" + }, + { + "displayName": "apron", + "langName": "エプロン", + "object": "衣服", + "attribute": "ウエスト" + }, + { + "displayName": "waist_apron", + "langName": "ウエストエプロン", + "object": "衣服", + "attribute": "ウエスト" + }, + { + "displayName": "maid_apron", + "langName": "メイドエプロン", + "object": "衣服", + "attribute": "ウエスト" + }, + { + "displayName": "bow tied at the waist", + "langName": "フロントウエストに蝶ネクタイ", + "object": "衣服", + "attribute": "ウエスト" + }, + { + "displayName": "waist_cape", + "langName": "腰に巻く小さな外套", + "object": "衣服", + "attribute": "ウエスト" + }, + { + "displayName": "clothes_around_waist", + "langName": "ウエストの服", + "object": "衣服", + "attribute": "ウエスト" + }, + { + "displayName": "jacket_around_waist", + "langName": "ウエストジャケット", + "object": "衣服", + "attribute": "ウエスト" + }, + { + "displayName": "sweater_around_waist", + "langName": "ウエストセーター", + "object": "衣服", + "attribute": "ウエスト" + }, + { + "displayName": "loincloth", + "langName": "ふんどし", + "object": "衣服", + "attribute": "ウエスト" + }, + { + "displayName": "bustier", + "langName": "コルセット", + "object": "衣服", + "attribute": "ウエスト" + }, + { + "displayName": "corset", + "langName": "コルセット(ウエストコート)", + "object": "衣服", + "attribute": "ウエスト" + }, + { + "displayName": "girdle", + "langName": "コルセット", + "object": "衣服", + "attribute": "ウエスト" + }, + { + "displayName": "bikini_armor", + "langName": "ビキニアーマー", + "object": "衣服", + "attribute": "鎧" + }, + { + "displayName": "armor", + "langName": "鎧", + "object": "衣服", + "attribute": "鎧" + }, + { + "displayName": "full_armor", + "langName": "完全な鎧を身に着けている", + "object": "衣服", + "attribute": "鎧" + }, + { + "displayName": "plate_armor", + "langName": "プレートアーマー", + "object": "衣服", + "attribute": "鎧" + }, + { + "displayName": "japanese_armor", + "langName": "日本の鎧", + "object": "衣服", + "attribute": "鎧" + }, + { + "displayName": "kusazuri", + "langName": "草摺(日本の下半身の鎧)", + "object": "衣服", + "attribute": "鎧" + }, + { + "displayName": "power_armor", + "langName": "パワードアーマー", + "object": "衣服", + "attribute": "鎧" + }, + { + "displayName": "helmet", + "langName": "ヘルメット", + "object": "衣服", + "attribute": "鎧" + }, + { + "displayName": "kabuto", + "langName": "ヘルメット(日本式)", + "object": "衣服", + "attribute": "鎧" + }, + { + "displayName": "off-shoulder_armor", + "langName": "肩無しアーマー", + "object": "衣服", + "attribute": "鎧" + }, + { + "displayName": "shoulder_armor", + "langName": "肩", + "object": "衣服", + "attribute": "鎧" + }, + { + "displayName": "muneate", + "langName": "弓道用胸当て", + "object": "衣服", + "attribute": "鎧" + }, + { + "displayName": "breastplate", + "langName": "胸当て", + "object": "衣服", + "attribute": "鎧" + }, + { + "displayName": "faulds", + "langName": "腹甲", + "object": "衣服", + "attribute": "鎧" + }, + { + "displayName": "greaves", + "langName": "グリーブ", + "object": "衣服", + "attribute": "鎧" + }, + { + "displayName": "shin_guards", + "langName": "グリーブ", + "object": "衣服", + "attribute": "鎧" + }, + { + "displayName": "armored_boots", + "langName": "装甲ブーツ", + "object": "衣服", + "attribute": "鎧" + }, + { + "displayName": "dress", + "langName": "ドレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "microdress", + "langName": "マイクロドレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "long_dress", + "langName": "ロングドレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "mermaid dress", + "langName": "フィッシュテールスカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "off-shoulder_dress", + "langName": "オフショルダードレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "strapless_dress", + "langName": "ストラップレスドレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "backless_dress", + "langName": "背中が開いたドレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "halter_dress", + "langName": "ネックレスバックレスサスペンダースカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "sundress", + "langName": "スリップドレス(暑い季節用のノースリーブドレス)", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "sleeveless_dress", + "langName": "ノースリーブドレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "sailor_dress", + "langName": "セーラー風スカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "summer_dress", + "langName": "夏用ロングドレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "pinafore_dress", + "langName": "エプロンドレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "sweater_dress", + "langName": "セータードレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "armored_dress", + "langName": "戦闘用鎧スカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "frilled_dress", + "langName": "レースのドレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "lace-trimmed_dress", + "langName": "レースのドレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "collared_dress", + "langName": "襟付きドレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "fur-trimmed_dress", + "langName": "ファートリムドレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "layered_dress", + "langName": "重ね着ドレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "pleated_dress", + "langName": "プリーツドレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "taut_dress", + "langName": "タイトなドレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "pencil_dress", + "langName": "ペンシルスカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "impossible_dress", + "langName": "きつすぎる服", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "multicolored_dress", + "langName": "マルチカラードレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "striped_dress", + "langName": "ストライプのドレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "ribbed_dress", + "langName": "リブドレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "polka_dot_dress", + "langName": "水玉模様のドレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "print_dress", + "langName": "プリントドレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "vertical-striped_dress", + "langName": "縦縞のドレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "see-through_dress", + "langName": "シースルードレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "skirt", + "langName": "短いスカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "microskirt", + "langName": "ミニスカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "miniskirt", + "langName": "ミニスカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "skirt_suit", + "langName": "フォーマルスカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "pleated_skirt", + "langName": "プリーツスカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "pencil_skirt", + "langName": "短いペンシルスカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "bubble_skirt", + "langName": "チュチュ", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "tutu", + "langName": "チュチュ", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "ballgown", + "langName": "チュチュ(ドレス)", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "pettiskirt", + "langName": "チュチュ(子供用)", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "showgirl_skirt", + "langName": "トレードショーガールの服装", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "beltskirt", + "langName": "ベルトスカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "denim_skirt", + "langName": "デニムスカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "suspender_skirt", + "langName": "サスペンダースカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "skirt_set", + "langName": "トップスに合わせたスカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "long_skirt", + "langName": "ロングスカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "summer_long_skirt", + "langName": "夏用ロングドレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "overskirt", + "langName": "アウタースカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "hakama_skirt", + "langName": "袴スカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "high-waist_skirt", + "langName": "ハイウエストスカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "kimono_skirt", + "langName": "着物スカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "suspender_long_skirt", + "langName": "サスペンダースカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "chiffon_skirt", + "langName": "シフォンスカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "frilled_skirt", + "langName": "レーススカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "fur-trimmed_skirt", + "langName": "ファートリムスカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "lace_skirt", + "langName": "レーススカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "lace-trimmed_skirt", + "langName": "レーススカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "ribbon-trimmed_skirt", + "langName": "サテンリボントリムスカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "layered_skirt", + "langName": "重ね着スカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "print_skirt", + "langName": "プリントスカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "multicolored_skirt", + "langName": "マルチカラースカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "striped_skirt", + "langName": "ストライプスカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "vertical-striped_skirt", + "langName": "縦縞のスカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "plaid_skirt", + "langName": "タータンスカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "flared_skirt", + "langName": "傘スカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "floral_skirt", + "langName": "花柄スカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "skirt_hold", + "langName": "スカートをエレガントに持ち上げる", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "skirt_tug", + "langName": "スカートの裾を押さえる | スカートの裾を押さえる", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "dress_tug", + "langName": "スカートを押さえて", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "skirt_around_one_leg", + "langName": "片足から垂れ下がる短いスカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "skirt_removed", + "langName": "短いスカートを脱ぐ", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "dress_removed", + "langName": "スカートを脱ぐ", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "open_skirt", + "langName": "開いたスカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "checkered_skirt", + "langName": "チェック柄スカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "plaid_dress", + "langName": "チェック柄のドレス", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "Medium length skirt", + "langName": "ミディアム丈スカート", + "object": "衣服", + "attribute": "スカート" + }, + { + "displayName": "dress_bow", + "langName": "ドレスのリボン", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "dressing_another", + "langName": "ドレス", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "shorts_under_skirt", + "langName": "スカートの下にショートパンツを履く", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "side_slit", + "langName": "サイドスリット", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "shorts", + "langName": "ショートパンツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "micro_shorts", + "langName": "小さいサイズのショーツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "short_shorts", + "langName": "ホットパンツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "hot_pants", + "langName": "ホットパンツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "cutoffs", + "langName": "ホットパンツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "striped_shorts", + "langName": "ストライプのショートパンツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "suspender_shorts", + "langName": "サスペンダーショーツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "denim_shorts", + "langName": "デニムショートパンツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "puffy_shorts", + "langName": "パフィーショーツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "dolphin_shorts", + "langName": "ドルフィンショーツ(トゥルースパンツ)", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "dolfin_shorts", + "langName": "ドルフィンショーツ(トゥルースパンツ)", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "tight_pants", + "langName": "レギンス/スウェットパンツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "crotchless_pants", + "langName": "クロッチレスパンツ(タイト)", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "track_pants", + "langName": "スウェットパンツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "yoga_pants", + "langName": "ヨガパンツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "bike_shorts", + "langName": "バイクショーツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "pants", + "langName": "ズボン", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "puffy_pants", + "langName": "パフィーパンツ/ルーズパンツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "pumpkin_pants", + "langName": "かぼちゃパンツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "hakama_pants", + "langName": "袴パンツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "harem_pants", + "langName": "ハーレムパンツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "bloomers", + "langName": "ブルマー", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "buruma", + "langName": "女性用ブルマー", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "jeans", + "langName": "ジーンズ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "cargo_pants", + "langName": "オーバーオール", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "camouflage_pants", + "langName": "迷彩パンツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "capri_pants", + "langName": "クロップドパンツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "chaps", + "langName": "革のチャップス(上部が広く、下部が狭い)", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "jumpsuit", + "langName": "(特に女性用)ジャンプスーツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "lowleg_pants", + "langName": "ローウエストパンツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "plaid_pants", + "langName": "タータンパンツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "single_pantsleg", + "langName": "片側ズボン", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "striped_pants", + "langName": "ストライプパンツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "leotard_aside", + "langName": "ジャンプスーツの股間を横に剥がす", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "open_fly", + "langName": "ジッパーの開いたズボン", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "pants_down", + "langName": "ズボンを脱ぐ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "pants_rolled_up", + "langName": "ズボンをまくり上げた", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "pants_tucked_in", + "langName": "ズボンをズボンの中に入れて", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "torn_jeans", + "langName": "破れたジーンズ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "torn_pants", + "langName": "破れたズボン", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "torn_shorts", + "langName": "破れたショートパンツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "gym_shorts", + "langName": "体操用ショーツ", + "object": "衣服", + "attribute": "パンツ" + }, + { + "displayName": "leggings", + "langName": "レギンス", + "object": "衣服", + "attribute": "ボトムス" + }, + { + "displayName": "overalls", + "langName": "オーバーオール", + "object": "衣服", + "attribute": "ボトムス" + }, + { + "displayName": "diaper", + "langName": "おむつ", + "object": "衣服", + "attribute": "ボトムス" + }, + { + "displayName": "panties", + "langName": "下着", + "object": "衣服", + "attribute": "ボトムス" + }, + { + "displayName": "briefs", + "langName": "ブリーフ", + "object": "衣服", + "attribute": "ボトムス" + }, + { + "displayName": "thong", + "langName": "ひも", + "object": "衣服", + "attribute": "ボトムス" + }, + { + "displayName": "fundoshi", + "langName": "日本の T バック", + "object": "衣服", + "attribute": "ボトムス" + }, + { + "displayName": "short dress", + "langName": "短いスカート", + "object": "衣服", + "attribute": "ボトムス" + }, + { + "displayName": "sheath dress", + "langName": "ヒップを覆うスカート", + "object": "衣服", + "attribute": "ボトムス" + }, + { + "displayName": "no panties", + "langName": "下着なし", + "object": "衣服", + "attribute": "ボトムス" + }, + { + "displayName": "striped panties", + "langName": "ストライプの下着", + "object": "衣服", + "attribute": "ボトムス" + }, + { + "displayName": "lowleg panties", + "langName": "ローライズ下着", + "object": "衣服", + "attribute": "ボトムス" + }, + { + "displayName": "side-tie panties", + "langName": "レースアップ下着", + "object": "衣服", + "attribute": "ボトムス" + }, + { + "displayName": "bodystocking", + "langName": "全身ソックス", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "pantyhose", + "langName": "パンスト | パンスト", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "legwear", + "langName": "パンスト(一般的にはパンストまたはストッキングを指す)", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "thighhighs", + "langName": "ストッキング(ニーハイソックス)", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "kneehighs", + "langName": "ニーソックス", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "bare_legs", + "langName": "裸足", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "black_bodystocking", + "langName": "ワンピース黒ストッキング", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "white_bodystocking", + "langName": "白いシルクワンピース", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "stocking_under_clothes", + "langName": "衣服の下に靴下を履く", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "black_pantyhose", + "langName": "黒ストッキング", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "white_pantyhose", + "langName": "白いストッキング", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "thighband_pantyhose", + "langName": "レッグリング付きパンスト", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "pantylines", + "langName": "タイトタイツ(ラインの輪郭を描く)", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "single_leg_pantyhose", + "langName": "片側にパンストを着用する", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "panties_under_pantyhose", + "langName": "パンストの中の下着", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "fishnets", + "langName": "網タイツ", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "stirrup_legwear", + "langName": "網タイツ", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "toeless_legwear", + "langName": "つま先が開いた靴下", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "mismatched_legwear", + "langName": "2 色パンスト", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "two-tone_legwear", + "langName": "2 色パンスト", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "asymmetrical_legwear", + "langName": "非対称タイツ", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "uneven_legwear", + "langName": "長い靴下", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "white_thighhighs", + "langName": "白いストッキング", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "black_thighhighs", + "langName": "黒ストッキング", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "pink_thighhighs", + "langName": "ピンクのストッキング", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "suspenders", + "langName": "ガーター", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "torn_legwear", + "langName": "破れたパンスト", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "torn_thighhighs", + "langName": "破れたニーソックス", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "see-through_legwear", + "langName": "透明ソックス", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "frilled_legwear", + "langName": "レースソックス", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "lace-trimmed_legwear", + "langName": "レースストッキング", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "seamed_legwear", + "langName": "縫い目のある靴下", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "back-seamed_legwear", + "langName": "真ん中に黒い線が入った靴下", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "animal_ear_legwear", + "langName": "動物の耳のオーバーニーソックス", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "striped_legwear", + "langName": "横縞の靴下", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "vertical-striped_legwear", + "langName": "縦縞の靴下", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "polka_dot_legwear", + "langName": "丸い斑点のソックス", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "print_legwear", + "langName": "プリントソックス", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "legwear_under_shorts", + "langName": "靴下の外にショートパンツを履く", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "over-kneehighs", + "langName": "ニーソックス", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "bobby_socks", + "langName": "ボビーソックス(白ソックス)", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "tabi", + "langName": "日本製厚底ソックス(足ポケット付)", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "ankle_socks", + "langName": "アンクルソックス", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "leg_warmers", + "langName": "レッグウォーマー | レッグウォーマー", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "single_sock", + "langName": "シングルソックス", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "striped_socks", + "langName": "ストライプの靴下", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "leg_cutout", + "langName": "靴下には開口部がある", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "leg_garter", + "langName": "レッグリング | ガーター", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "garter_straps", + "langName": "ガーター用サスペンダー", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "thigh_strap", + "langName": "太ももストラップ", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "thigh_ribbon", + "langName": "太ももリボン", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "leg_ribbon", + "langName": "脚エクササイズベルト", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "bandaid_on_leg", + "langName": "足に包帯を巻く", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "bandaged_leg", + "langName": "包帯を巻いた足", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "ankle_lace-up", + "langName": "アンクルストラップ", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "thigh_holster", + "langName": "脚にストラップ、ツールバッグ、ホルスターを付ける", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "bandaid_on_knee", + "langName": "膝に絆創膏を貼る", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "argyle_legwear", + "langName": "アーガイル柄タイツ", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "bow_legwear", + "langName": "リボン付きパンスト", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "arm_garter", + "langName": "ブームガーター", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "socks", + "langName": "靴下", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "stockings", + "langName": "ストッキング", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "black stockings", + "langName": "黒ストッキング", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "fishnet stockings", + "langName": "網タイツ", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "garters", + "langName": "ガーター", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "loose_socks", + "langName": "バブルソックス", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "rilled thighhighs", + "langName": "フリルのストッキング", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "striped pantyhose", + "langName": "縞模様のパンスト", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "lace legwear", + "langName": "レースパンスト", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "nylon socks", + "langName": "ナイロンソックス", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "soccer cocks", + "langName": "サッカーソックス", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "sports socks", + "langName": "スポーツソックス", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "adjusting_legwear", + "langName": "パンストを整理する", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "pantyhose_pull", + "langName": "パンストを脱いだ", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "socks_removed", + "langName": "靴下を脱ぐ", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "sock_pull", + "langName": "靴下を履く(靴下)", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "thighhighs_pull", + "langName": "靴下(ストッキング)を履く", + "object": "衣服", + "attribute": "靴下" + }, + { + "displayName": "armored", + "langName": "装甲", + "object": "衣服", + "attribute": "衣服素材" + }, + { + "displayName": "fluffy", + "langName": "毛深い", + "object": "衣服", + "attribute": "衣服素材" + }, + { + "displayName": "fur", + "langName": "毛皮", + "object": "衣服", + "attribute": "衣服素材" + }, + { + "displayName": "latex", + "langName": "乳剤", + "object": "衣服", + "attribute": "衣服素材" + }, + { + "displayName": "see-through", + "langName": "透明", + "object": "衣服", + "attribute": "衣服素材" + }, + { + "displayName": "frilled", + "langName": "フリル", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "center_frills", + "langName": "センターフリルレース", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "crease", + "langName": "しわのある(プリーツのある)", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "layered", + "langName": "階層化された", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "lace", + "langName": "レース", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "fur_trim", + "langName": "毛皮のトリム", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "fur-trimmed", + "langName": "荒削り", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "fine_fabric_emphasis", + "langName": "素材の強化", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "latex_thighhighs", + "langName": "ラテックスストッキング", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "see-through_thighhighs", + "langName": "透明ストッキング", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "ass_cutout", + "langName": "お尻が見える服", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "asymmetrical_clothes", + "langName": "非対称の衣服", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "back_bow", + "langName": "(衣服)背中の後ろで結ぶ結び目", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "cross-laced_clothes", + "langName": "クロスレースの服", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "double_vertical_stripe", + "langName": "衣服には 2 本の平行な縞模様がある", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "halter_top", + "langName": "スリングスタイルの上半身の衣類", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "multicolored_legwear", + "langName": "マルチカラーのレッグウェア", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "navy_blue_legwear", + "langName": "ネイビーブルーのレッグウェア", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "nontraditional_miko", + "langName": "改造された日本の衣服", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "side_cutout", + "langName": "脇に開口部のある衣服", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "sideless_outfit", + "langName": "側面に布地がない服", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "single_kneehigh", + "langName": "片側に膝丈の服を着る", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "single_vertical_stripe", + "langName": "衣服の片側に縦縞を露出させる", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "turtleneck", + "langName": "タートルネックの服", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "two-sided_fabric", + "langName": "二重スタイルの衣服の描画方法", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "o-ring", + "langName": "O リング付き衣類", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "o-ring_top", + "langName": "O リング付きトップ", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "fringe_trim", + "langName": "端(スカーフの端)", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "loose_belt", + "langName": "ゆるいストラップ(衣類)", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "pom_pom_(clothes)", + "langName": "小さなポンポン(衣類アクセサリー)", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "drawstring", + "langName": "衣服の引き紐", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "full-length_zipper", + "langName": "衣服の長さに合わせたジッパー", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "gathers", + "langName": "プリーツ(衣類)", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "gusset", + "langName": "衣服に裏地を縫い付ける", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "breast_pocket", + "langName": "チェストバッグ", + "object": "衣服", + "attribute": "飾る" + }, + { + "displayName": "argyle", + "langName": "アーガイル柄", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "checkered", + "langName": "チェック柄", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "colored_stripes", + "langName": "カラフルなストライプ", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "diagonal_stripes", + "langName": "斜めのストライプ", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "horizontal_stripes", + "langName": "横縞", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "multicolored_stripes", + "langName": "カラフルなストライプ", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "polka_dot", + "langName": "ドット模様", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "ribbed", + "langName": "リブ付き", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "striped", + "langName": "横縞", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "unmoving_pattern", + "langName": "継続的に繰り返されるパターン", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "vertical_stripes", + "langName": "縦縞", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "plaid", + "langName": "タータン柄", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "animal_print", + "langName": "アニマルプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "cat_print", + "langName": "猫のプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "bear_print", + "langName": "クマのプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "bird_print", + "langName": "鳥のプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "bunny_print", + "langName": "ウサギ柄", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "cow_print", + "langName": "牛柄", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "dragon_print", + "langName": "ドラゴンプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "fish_print", + "langName": "魚のプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "frog_print", + "langName": "カエルの足跡", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "shark_print", + "langName": "サメのプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "snake_print", + "langName": "蛇の模様", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "zebra_print", + "langName": "ゼブラ柄", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "tiger_print", + "langName": "トラの縞模様", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "leopard_print", + "langName": "ヒョウ柄", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "jaguar_print", + "langName": "ヒョウ柄", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "bat_print", + "langName": "コウモリの足跡", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "aardwolf_print", + "langName": "コヨーテプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "african_wild_dog_print", + "langName": "アフリカの野生の犬のプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "cheetah_print", + "langName": "チータープリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "dog_print", + "langName": "犬の足跡", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "fox_print", + "langName": "キツネのプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "giraffe_print", + "langName": "キリン柄", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "panda_print", + "langName": "パンダプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "sand_cat_print", + "langName": "砂猫プリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "whale_print", + "langName": "クジラのプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "white_tiger_print", + "langName": "白虎模様", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "goldfish_print", + "langName": "金魚のプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "wing_print", + "langName": "翼のプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "spider_web_print", + "langName": "クモの巣状静脈", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "butterfly_print", + "langName": "蝶のプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "floral_print", + "langName": "花柄", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "leaf_print", + "langName": "葉っぱのプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "clover_print", + "langName": "クローバープリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "maple_leaf_print", + "langName": "メープルリーフプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "rose_print", + "langName": "ローズプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "strawberry_print", + "langName": "イチゴプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "cherry_print", + "langName": "チェリープリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "bamboo_print", + "langName": "竹プリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "carrot_print", + "langName": "にんじんプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "hibiscus_print", + "langName": "ハイビスカスプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "jack-o'-lantern_print", + "langName": "ジャック・オー・ランタンのプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "petal_print", + "langName": "花びらプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "sunflower_print", + "langName": "ひまわりプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "watermelon_print", + "langName": "スイカプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "sky_print", + "langName": "スカイプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "cloud_print", + "langName": "クラウドプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "lightning_bolt_print", + "langName": "稲妻プリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "rainbow_print", + "langName": "レインボープリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "snowflake_print", + "langName": "スノーフレークプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "starry_sky_print", + "langName": "星空プリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "crescent_print", + "langName": "三日月プリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "star_print", + "langName": "星柄", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "star_(symbol)", + "langName": "星のシンボル", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "moon_print", + "langName": "月のプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "sun_print", + "langName": "太陽プリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "character_print", + "langName": "文字印刷", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "clothes_writing", + "langName": "衣服に書かれた言葉", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "anchor_print", + "langName": "アンカープリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "cherry_blossom_print", + "langName": "桜のプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "musical_note_print", + "langName": "音符プリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "triangle_print", + "langName": "三角形のプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "arrow_print", + "langName": "矢印プリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "wave_print", + "langName": "波模様", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "peace_symbol", + "langName": "☮(東方仗助の服について)", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "heart_print", + "langName": "ハート柄 | ハートプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "flame_print", + "langName": "炎のプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "hitodama_print", + "langName": "ウィル・オ・ザ・ウィスプのプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "paw_print", + "langName": "足跡", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "skeleton_print", + "langName": "スケルトンプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "skull_print", + "langName": "頭蓋骨のプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "sparkle_print", + "langName": "キラキラプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "yin_yang_print", + "langName": "陰陽印刷", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "cross_print", + "langName": "クロスエレメントパターン", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "camoflage", + "langName": "迷彩", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "flag_print", + "langName": "旗プリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "bone_print", + "langName": "骨のプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "ghost_print", + "langName": "ゴーストプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "mushroom_print", + "langName": "キノコプリント", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "onigiri_print", + "langName": "おにぎり印刷", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "cat_ear_cutout", + "langName": "猫耳型の中空デザイン", + "object": "衣服", + "attribute": "パターン" + }, + { + "displayName": "barefoot", + "langName": "裸足", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "no_shoes", + "langName": "靴なし", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "shoes_removed", + "langName": "靴を脱いだ", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "single_shoe", + "langName": "片足靴", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "the_only_shoe", + "langName": "片足靴", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "black_loafers", + "langName": "ローファー(小さめの革靴)", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "shoes", + "langName": "靴", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "uwabaki", + "langName": "室内履き", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "platform_footwear", + "langName": "厚底靴", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "high_heels", + "langName": "ハイヒール", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "stiletto_heels", + "langName": "スティレットハイヒール", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "strappy_heels", + "langName": "ストラップ付きハイヒール", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "platform_heels", + "langName": "プラットフォームハイヒール", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "rudder_footwear", + "langName": "艦娘用 C 艦専用シューズ", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "sandals", + "langName": "サンダル", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "barefoot_sandals", + "langName": "裸足サンダル", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "clog_sandals", + "langName": "クロッグサンダル", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "geta", + "langName": "下駄", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "slippers", + "langName": "スリッパ", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "skates", + "langName": "スケート", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "roller_skates", + "langName": "ローラースケート", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "animal_feet", + "langName": "動物の足", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "animal_slippers", + "langName": "動物のスリッパ", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "brown_footwear", + "langName": "茶色の履物", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "cross-laced_footwear", + "langName": "クロスレースアップシューズ", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "loafers", + "langName": "ローファー", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "mary_janes", + "langName": "ジェニーシューズ", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "mismatched_footwear", + "langName": "ツートンカラーの靴", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "pointy_footwear", + "langName": "つま先が尖った靴", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "pumps", + "langName": "ローカットドレスとハイヒール", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "sandals_removed", + "langName": "サンダルを脱ぐ", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "shoe_soles", + "langName": "唯一", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "shoelaces", + "langName": "靴紐", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "sneakers", + "langName": "スニーカー", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "winged_footwear", + "langName": "翼のついた靴", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "zouri", + "langName": "わらじ", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "ballet slippers", + "langName": "バレエシューズ", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "arched_soles", + "langName": "アーチ型ソール", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "paw_print_soles", + "langName": "足跡の靴底", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "horseshoe", + "langName": "馬蹄形", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "flat shoes", + "langName": "フラットシューズ", + "object": "衣服", + "attribute": "靴" + }, + { + "displayName": "boots", + "langName": "ブーツ", + "object": "衣服", + "attribute": "ブーツ" + }, + { + "displayName": "boots_removed", + "langName": "ブーツを脱いだ", + "object": "衣服", + "attribute": "ブーツ" + }, + { + "displayName": "high_heel_boots", + "langName": "ハイヒールブーツ", + "object": "衣服", + "attribute": "ブーツ" + }, + { + "displayName": "knee_boots", + "langName": "ニーハイブーツ(乗馬ブーツ)", + "object": "衣服", + "attribute": "ブーツ" + }, + { + "displayName": "thigh_boots", + "langName": "ハイブーツ", + "object": "衣服", + "attribute": "ブーツ" + }, + { + "displayName": "martin_boots", + "langName": "マーティンブーツ", + "object": "衣服", + "attribute": "ブーツ" + }, + { + "displayName": "ankle_boots", + "langName": "アンクルブーツ", + "object": "衣服", + "attribute": "ブーツ" + }, + { + "displayName": "toeless_boots", + "langName": "つま先が開いたブーツ", + "object": "衣服", + "attribute": "ブーツ" + }, + { + "displayName": "lace-up_boots", + "langName": "レースアップブーツ", + "object": "衣服", + "attribute": "ブーツ" + }, + { + "displayName": "fur-trimmed_boots", + "langName": "切りっぱなしブーツ", + "object": "衣服", + "attribute": "ブーツ" + }, + { + "displayName": "snow_boots", + "langName": "スノーブーツ", + "object": "衣服", + "attribute": "ブーツ" + }, + { + "displayName": "anklet", + "langName": "アンクレット", + "object": "衣服", + "attribute": "ブーツ" + }, + { + "displayName": "rubber_boots", + "langName": "ゴム長靴", + "object": "衣服", + "attribute": "ブーツ" + }, + { + "displayName": "santa_boots", + "langName": "クリスマスブーツ", + "object": "衣服", + "attribute": "ブーツ" + }, + { + "displayName": "leather_boots", + "langName": "革のブーツ", + "object": "衣服", + "attribute": "ブーツ" + }, + { + "displayName": "thighhighs_under_boots", + "langName": "ブーツの下にストッキング", + "object": "衣服", + "attribute": "ブーツ" + }, + { + "displayName": "combat_boots", + "langName": "戦闘ブーツ", + "object": "衣服", + "attribute": "ブーツ" + }, + { + "displayName": "doc_martens", + "langName": "マーティンブーツ", + "object": "衣服", + "attribute": "ブーツ" + }, + { + "displayName": "rain_boots", + "langName": "レインブーツ", + "object": "衣服", + "attribute": "ブーツ" + }, + { + "displayName": "belt_boots", + "langName": "ベルトブーツ", + "object": "衣服", + "attribute": "ブーツ" + }, + { + "displayName": "fur_boots", + "langName": "ローヒールのカジュアルファーブーツ", + "object": "衣服", + "attribute": "ブーツ" + }, + { + "displayName": "single_boot", + "langName": "ブーツを履いていない片足", + "object": "衣服", + "attribute": "ブーツ" + }, + { + "displayName": "wide_sleeves", + "langName": "ワイドスリーブ", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "single_sleeve", + "langName": "片袖", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "asymmetrical_sleeves", + "langName": "非対称の袖", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "puffy_sleeves", + "langName": "ふくらんだ袖", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "puffy_long_sleeves", + "langName": "ふわふわの長袖", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "puffy_short_sleeves", + "langName": "パフ半袖", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "frilled_sleeves", + "langName": "フリル袖の縁", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "juliet_sleeves", + "langName": "ジュリエットスリーブ", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "bandaged_arm", + "langName": "腕に包帯を巻いた", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "raglan_sleeves", + "langName": "ラグランスリーブ", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "vambraces", + "langName": "下腕装甲", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "layered_sleeves", + "langName": "重ね袖", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "fur-trimmed_sleeves", + "langName": "切りっぱなしの袖", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "see-through_sleeves", + "langName": "透明スリーブ", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "torn_sleeves", + "langName": "破れた袖", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "sleeves_past_fingers", + "langName": "袖の長さが指より長い", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "sleeves_past_wrists", + "langName": "袖丈は手首より上", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "sleeves_past_elbows", + "langName": "肘より上の袖", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "sleeves_pushed_up", + "langName": "プッシュアップスリーブ", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "arm_out_of_sleeve", + "langName": "袖の中に腕を入れる", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "uneven_sleeves", + "langName": "袖が不揃い", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "mismatched_sleeves", + "langName": "袖が合わない", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "sleeve_rolled_up", + "langName": "袖をまくった", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "sleeves_rolled_up", + "langName": "片方の袖をまくり上げる", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "feather-trimmed_sleeves", + "langName": "羽根飾りの袖", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "lace-trimmed_sleeves", + "langName": "レースの袖", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "pinching_sleeves", + "langName": "袖をつまんで", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "puffy_detached_sleeves", + "langName": "ふくらんだ袖", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "ribbed_sleeves", + "langName": "リブ袖", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "single_detached_sleeve", + "langName": "片側に残る袖", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "sleeves_folded_up", + "langName": "折り返し袖", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "striped_sleeves", + "langName": "ストライプの袖", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "armband", + "langName": "腕章(アームバンド)", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "armlet", + "langName": "腕用ブレスレット", + "object": "衣服", + "attribute": "アーム" + }, + { + "displayName": "halo", + "langName": "頭上の光輪", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "mechanical_halo", + "langName": "メカニカルハロー", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "headwear", + "langName": "ヘッドギア", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "headpiece", + "langName": "ヘッドギア", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "headwear_removed", + "langName": "ヘッドギアを取り外しました", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "head_wreath", + "langName": "花冠", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "crown", + "langName": "クラウン", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "mini_crown", + "langName": "ミニクラウン", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "tiara", + "langName": "クラウン", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "diadem", + "langName": "同上", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "tilted_headwear", + "langName": "傾いた頭飾り", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "head_fins", + "langName": "頭鰭", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "maid_headdress", + "langName": "メイドティアラ", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "bridal_veil", + "langName": "ブライダルベール", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "headband", + "langName": "ヘッドバンド", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "alternate_headwear", + "langName": "本来のものとは異なるヘッドギア", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "fur-trimmed_headwear", + "langName": "切りっぱなしの帽子", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "goggles_on_headwear", + "langName": "帽子にゴーグル", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "earphones", + "langName": "イヤホン", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "earmuffs", + "langName": "耳当て", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "xx_on_head", + "langName": "頭に xx", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "leaf_on_head", + "langName": "頭の上の葉", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "triangular_headpiece", + "langName": "三角形の頭飾り", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "forehead_protector", + "langName": "額プロテクター", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "radio_antenna", + "langName": "アンテナ", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "animal_hood", + "langName": "動物の耳のフード", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "bald", + "langName": "ハゲ", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "bandana", + "langName": "スカーフ", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "circlet", + "langName": "クラウン", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "hachimaki", + "langName": "ターバン(名詞)", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "helm", + "langName": "ヘルメットを着用", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "helmet_removed", + "langName": "ヘルメットを脱いだ | ヘルメットを脱いだ", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "horned_helmet", + "langName": "角付きヘルメット", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "japari_bun", + "langName": "ジャパリ蒸しパン", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "kerchief", + "langName": "スクエアターバン", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "mami_mogu_mogu", + "langName": "アサミ首なしテリア", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "skull_and_crossbones", + "langName": "どくろと骨(海賊、危険、警告)", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "turban", + "langName": "イスラム教徒のスカーフ", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "headdress", + "langName": "帽子(より一般的なもの)", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "bear_hair_ornament", + "langName": "クマ柄の帽子", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "brown_headwear", + "langName": "茶色のティアラ", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "horned_headwear", + "langName": "角飾り", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "horns_through_headwear", + "langName": "角用の穴が開いた頭飾り", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "no_headwear", + "langName": "削除された(既存の)ヘッドギア", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "object_on_head", + "langName": "頭にはヘッドギア以外の何かがある", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "print_headwear", + "langName": "プリント柄の帽子", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "bone_hair_ornament", + "langName": "骨の形をしたジュエリー", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "bunny_hair_ornament", + "langName": "ウサギのジュエリー", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "horn_ornament", + "langName": "角に装飾", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "animal_on_head", + "langName": "頭の上の動物", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "behind-the-head_headphones", + "langName": "後頭部に装着するヘッドフォン", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "bird_on_head", + "langName": "頭の上の鳥", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "cat_ear_headphones", + "langName": "猫耳ヘッドフォン", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "cat_on_head", + "langName": "頭の上に横たわる猫", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "eyewear_on_head", + "langName": "頭にメガネ", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "forehead_kiss", + "langName": "額にキスする", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "forehead-to-forehead", + "langName": "額から額まで", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "goggles_on_head", + "langName": "頭にゴーグルを着用してください", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "head_bump", + "langName": "頭に束ねる", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "head_mounted_display", + "langName": "ヘッドマウントディスプレイデバイスを装着する", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "head_out_of_frame", + "langName": "頭の一部がフレーム内に描かれていない", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "head_rest", + "langName": "枕ヘッド | サポートヘッド", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "head_wings", + "langName": "頭に翼がある", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "headgear", + "langName": "ヘッドアクセサリー(SF 要素を含む)", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "headphones", + "langName": "イヤホン", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "heads-up_display", + "langName": "ステータスバー(ゲームと SF スタイル)", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "headset", + "langName": "ヘッドフォン", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "inter_headset", + "langName": "EVA ニューラルコネクタ", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "on_head", + "langName": "頭に", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "person_on_head", + "langName": "頭の上に小さな男がいる", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "single_head_wing", + "langName": "頭の片側に翼がある", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "adjusting_headwear", + "langName": "ヘッドギアを整理する", + "object": "アクセサリー", + "attribute": "ヘッドギア" + }, + { + "displayName": "hair_ribbon", + "langName": "ヘッドバンド", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "hairband", + "langName": "発行カード", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "hair_tie", + "langName": "ヘッドバンド", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "lolita_hairband", + "langName": "ロリータヘッドバンド", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "frilled_hairband", + "langName": "フリルヘッドバンド", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "lace-trimmed_hairband", + "langName": "レースのヘッドバンド", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "hair_bobbles", + "langName": "ヘッドバンド", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "hair_ornament", + "langName": "ヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "hair_flower", + "langName": "髪の花", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "x_hair_ornament", + "langName": "ヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "hair_bow", + "langName": "リボンヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "frog_hair_ornament", + "langName": "カエルのヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "heart_hair_ornament", + "langName": "ハート型のヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "butterfly_hair_ornament", + "langName": "蝶のヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "star_hair_ornament", + "langName": "星のヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "food-themed_hair_ornament", + "langName": "食べ物をテーマにしたヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "anchor_hair_ornament", + "langName": "アンカーヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "bat_hair_ornament", + "langName": "コウモリのヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "carrot_hair_ornament", + "langName": "にんじんヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "cat_hair_ornament", + "langName": "猫のヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "clover_hair_ornament", + "langName": "クローバーヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "hair pink flowers", + "langName": "髪にピンクの花", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "crescent_hair_ornament", + "langName": "三日月形のヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "cross_hair_ornament", + "langName": "クロスヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "d-pad_hair_ornament", + "langName": "方向キーヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "fish_hair_ornament", + "langName": "魚の形をしたヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "hairpods", + "langName": "髪にワイヤレス Bluetooth ヘアアクセサリーのペア", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "leaf_hair_ornament", + "langName": "葉っぱのヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "musical_note_hair_ornament", + "langName": "音符のヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "pumpkin_hair_ornament", + "langName": "カボチャのヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "skull_hair_ornament", + "langName": "スカルヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "snake_hair_ornament", + "langName": "ヘビのヘアアクセサリー | カエルのヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "snowflake_hair_ornament", + "langName": "雪の結晶のヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "strawberry_hair_ornament", + "langName": "イチゴのヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "sunflower_hair_ornament", + "langName": "ひまわりのヘアアクセサリー", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "hairpin", + "langName": "ヘアピン", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "hairclip", + "langName": "ヘアピン", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "hair_tubes", + "langName": "ヘアチューブ", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "hair_stick", + "langName": "ヘアスティック", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "hair_bell", + "langName": "ベルを鳴らす", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "hair_rings", + "langName": "ヘアゴム", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "kanzashi", + "langName": "ヘアピン", + "object": "アクセサリー", + "attribute": "ヘアアクセサリー" + }, + { + "displayName": "hood", + "langName": "フード", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "hat", + "langName": "帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "no_hat", + "langName": "帽子なし", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "beret", + "langName": "ベレー", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "mini_top_hat", + "langName": "ミニ帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "party_hat", + "langName": "パーティーハット", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "sailor_hat", + "langName": "船乗りの帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "santa_hat", + "langName": "サンタの帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "fedora", + "langName": "フェドーラ帽", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "witch_hat", + "langName": "魔女の帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "mini_witch_hat", + "langName": "ミニ魔女帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "wizard_hat", + "langName": "魔法使いの帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "sun_hat", + "langName": "日よけ帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "straw_hat", + "langName": "麦わら帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "top_hat", + "langName": "シルクハット", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "bucket_hat", + "langName": "バケットハット", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "beanie", + "langName": "フリース帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "large_hat", + "langName": "大きな帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "tokin_hat", + "langName": "シルクハット", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "mini_hat", + "langName": "ミニ帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "bowler_hat", + "langName": "山高帽", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "pillbox_hat", + "langName": "ピルボックスのキャップ", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "cloche_hat", + "langName": "クローシュハット", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "military_hat", + "langName": "軍帽", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "police_hat", + "langName": "警察の帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "chef_hat", + "langName": "シェフの帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "cowboy_hat", + "langName": "カウボーイハット", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "school_hat", + "langName": "学生帽", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "pirate_hat", + "langName": "海賊帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "cabbie_hat", + "langName": "タクシー運転手の帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "hardhat", + "langName": "ヘルメット", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "rice_hat", + "langName": "竹の帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "animal_hat", + "langName": "動物の帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "fur_hat", + "langName": "革の帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "hat_with_ears", + "langName": "耳付き帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "bobblehat", + "langName": "バブルハット", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "pillow_hat", + "langName": "枕帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "pumpkin_hat", + "langName": "カボチャの帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "torn_hat", + "langName": "破れた帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "backwards_hat", + "langName": "リバースハット", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "bowl_hat", + "langName": "ボウルハット", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "cat_hat", + "langName": "猫耳帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "cap", + "langName": "ピークキャップ", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "nurse_cap", + "langName": "ナースキャップ", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "baseball_cap", + "langName": "野球帽", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "jester_cap", + "langName": "ピエロの帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "side_cap", + "langName": "サイドハット", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "garrison_cap", + "langName": "ギャリソンハット", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "flat_cap", + "langName": "ピークキャップ", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "mob_cap", + "langName": "モブハット", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "newsboy_cap", + "langName": "キャスケット帽", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "bowknot_over_white_beret", + "langName": "白いベレー帽のリボン", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "dixie_cup_hat", + "langName": "犬用ボウル帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "hat_bow", + "langName": "リボン付き帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "hat_feather", + "langName": "羽根のついた帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "hat_flower", + "langName": "花のついた帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "hat_ornament", + "langName": "飾り付きの帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "hat_over_one_eye", + "langName": "帽子が片目を覆っている", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "hat_removed", + "langName": "帽子が脱がれる | 帽子が脱がれる", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "hat_ribbon", + "langName": "リボン付き帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "hat_tip", + "langName": "帽子のつばを握る", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "hatching_(texture)", + "langName": "線の陰影(テクスチャ)", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "hatsune_miku_(cosplay)", + "langName": "初音ミクに夢中", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "porkpie_hat", + "langName": "道教の帽子", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "sideways_hat", + "langName": "バイザーはサイドにカットされています", + "object": "アクセサリー", + "attribute": "帽子" + }, + { + "displayName": "glasses", + "langName": "眼鏡", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "eyewear", + "langName": "目", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "monocle", + "langName": "片眼鏡", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "under-rim_eyewear", + "langName": "縁付き眼鏡", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "rimless_eyewear", + "langName": "縁なしメガネ", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "semi-rimless_eyewear", + "langName": "セミリムレスメガネ", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "red-framed_eyewear", + "langName": "赤いフレームのメガネ", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "round_eyewear", + "langName": "丸いフレームのメガネ", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "black-framed_eyewear", + "langName": "黒フレームのメガネ", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "tinted_eyewear", + "langName": "色付きメガネ", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "medical_eyepatch", + "langName": "医療用アイマスク", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "bandage_over_one_eye", + "langName": "片目に包帯を巻く", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "crooked_eyewear", + "langName": "歪んだ眼鏡", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "eyewear_removed", + "langName": "眼鏡を外す", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "sunglasses", + "langName": "サングラス(目を覆うもの)", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "reflection glasses", + "langName": "サングラス(目が見える)", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "goggles", + "langName": "ゴーグル", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "Blindfold", + "langName": "アイマスク", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "eyepatch", + "langName": "眼帯(片目)", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "bespectacled", + "langName": "眼鏡をかけている", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "blue-framed_eyewear", + "langName": "青いフレームのメガネ", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "brown-framed_eyewear", + "langName": "茶色のフレームのメガネ", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "coke-bottle_glasses", + "langName": "ガラス瓶の底と同じくらい厚い丸いグラス", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "no_eyewear", + "langName": "取り外した(既存の)メガネ", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "opaque_glasses", + "langName": "目が見えないメガネ", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "over-rim_eyewear", + "langName": "下半分縁なしメガネ", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "pince-nez", + "langName": "鼻眼鏡 | 足のないメガネ", + "object": "アクセサリー", + "attribute": "眼鏡" + }, + { + "displayName": "mask", + "langName": "マスク", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "half_mask", + "langName": "ハーフマスク", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "masked", + "langName": "マスクされた", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "mask_lift", + "langName": "マスクを外して", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "mask_on_head", + "langName": "マスクを頭の上に持ち上げた", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "mask_removed", + "langName": "マスクを外した", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "mouth_mask", + "langName": "フェイスマスク", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "surgical_mask", + "langName": "医療用マスク", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "plague_doctor_mask", + "langName": "ペスト医師のマスク", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "gas_mask", + "langName": "ガスマスク", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "visor", + "langName": "フェイスマスク | バイザー | サンバイザー", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "fox_mask", + "langName": "キツネのマスク", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "diving_mask", + "langName": "ダイビングマスク", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "diving_mask_on_head", + "langName": "ヘッドマウントダイビングマスク", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "oni_mask", + "langName": "ゴーストマスク", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "tengu_mask", + "langName": "天狗の面", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "ninja_mask", + "langName": "忍者マスク", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "skull_mask", + "langName": "頭蓋骨マスク", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "hockey_mask", + "langName": "ホッケーマスク", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "bird_mask", + "langName": "鳥のマスク", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "stone_mask", + "langName": "石の幽霊の顔", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "horse_mask", + "langName": "馬のマスク", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "masquerade_mask", + "langName": "仮面舞踏会のマスク", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "domino_mask", + "langName": "SM マスク", + "object": "アクセサリー", + "attribute": "マスク" + }, + { + "displayName": "cross_earrings", + "langName": "クロスイヤリング", + "object": "アクセサリー", + "attribute": "イヤリング" + }, + { + "displayName": "crystal_earrings", + "langName": "クリスタルイヤリング", + "object": "アクセサリー", + "attribute": "イヤリング" + }, + { + "displayName": "earrings", + "langName": "イヤリング", + "object": "アクセサリー", + "attribute": "イヤリング" + }, + { + "displayName": "flower_earrings", + "langName": "花のイヤリング", + "object": "アクセサリー", + "attribute": "イヤリング" + }, + { + "displayName": "heart_earrings", + "langName": "ハート型のイヤリング", + "object": "アクセサリー", + "attribute": "イヤリング" + }, + { + "displayName": "hoop_earrings", + "langName": "フープイヤリング", + "object": "アクセサリー", + "attribute": "イヤリング" + }, + { + "displayName": "multiple_earrings", + "langName": "複数のイヤリング", + "object": "アクセサリー", + "attribute": "イヤリング" + }, + { + "displayName": "pill_earrings", + "langName": "ピルスタイルのイヤリング", + "object": "アクセサリー", + "attribute": "イヤリング" + }, + { + "displayName": "single_earring", + "langName": "片側だけにイヤリングをつける", + "object": "アクセサリー", + "attribute": "イヤリング" + }, + { + "displayName": "skull_earrings", + "langName": "スカルイヤリング", + "object": "アクセサリー", + "attribute": "イヤリング" + }, + { + "displayName": "star_earrings", + "langName": "星のイヤリング", + "object": "アクセサリー", + "attribute": "イヤリング" + }, + { + "displayName": "crescent earrings", + "langName": "三日月イヤリング", + "object": "アクセサリー", + "attribute": "イヤリング" + }, + { + "displayName": "wristwatch", + "langName": "時計", + "object": "アクセサリー", + "attribute": "ハンドジュエリー" + }, + { + "displayName": "cane", + "langName": "杖", + "object": "アクセサリー", + "attribute": "ハンドジュエリー" + }, + { + "displayName": "staff", + "langName": "魔法の杖", + "object": "アクセサリー", + "attribute": "ハンドジュエリー" + }, + { + "displayName": "holding a golden staff", + "langName": "金の笏", + "object": "アクセサリー", + "attribute": "ハンドジュエリー" + }, + { + "displayName": "cuffs", + "langName": "さらし台", + "object": "アクセサリー", + "attribute": "ハンドジュエリー" + }, + { + "displayName": "handcuffs", + "langName": "警察の手錠", + "object": "アクセサリー", + "attribute": "ハンドジュエリー" + }, + { + "displayName": "revolver", + "langName": "リボルバー", + "object": "アクセサリー", + "attribute": "ハンドジュエリー" + }, + { + "displayName": "bandage", + "langName": "包帯", + "object": "アクセサリー", + "attribute": "ハンドジュエリー" + }, + { + "displayName": "leash", + "langName": "ベルト", + "object": "アクセサリー", + "attribute": "ハンドジュエリー" + }, + { + "displayName": "arm_tattoo", + "langName": "腕のタトゥー", + "object": "アクセサリー", + "attribute": "ハンドジュエリー" + }, + { + "displayName": "number_tattoo", + "langName": "デジタルタトゥー", + "object": "アクセサリー", + "attribute": "ハンドジュエリー" + }, + { + "displayName": "bead_bracelet", + "langName": "ビーズブレスレット", + "object": "アクセサリー", + "attribute": "ハンドジュエリー" + }, + { + "displayName": "flower_bracelet", + "langName": "花のブレスレット", + "object": "アクセサリー", + "attribute": "ハンドジュエリー" + }, + { + "displayName": "spiked_bracelet", + "langName": "スタッズブレスレット", + "object": "アクセサリー", + "attribute": "ハンドジュエリー" + }, + { + "displayName": "wrist_cuffs", + "langName": "袖口は袖から分離", + "object": "アクセサリー", + "attribute": "ハンドジュエリー" + }, + { + "displayName": "wristband", + "langName": "リストバンド", + "object": "アクセサリー", + "attribute": "ハンドジュエリー" + }, + { + "displayName": "bracer", + "langName": "手首サポーター", + "object": "アクセサリー", + "attribute": "ハンドジュエリー" + }, + { + "displayName": "bound_wrists", + "langName": "手首を縛る", + "object": "アクセサリー", + "attribute": "ハンドジュエリー" + }, + { + "displayName": "wrist_scrunchie", + "langName": "手首のヘアゴム", + "object": "アクセサリー", + "attribute": "ハンドジュエリー" + }, + { + "displayName": "shackles", + "langName": "手錠", + "object": "アクセサリー", + "attribute": "ハンドジュエリー" + }, + { + "displayName": "chains", + "langName": "鎖", + "object": "アクセサリー", + "attribute": "ハンドジュエリー" + }, + { + "displayName": "chain_leash", + "langName": "鎖付き", + "object": "アクセサリー", + "attribute": "ハンドジュエリー" + }, + { + "displayName": "gloves", + "langName": "手袋", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "gloves_removed", + "langName": "手袋を外す", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "no_gloves", + "langName": "取り外した(既存の)手袋", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "single_glove", + "langName": "片手手袋", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "single_elbow_glove", + "langName": "片手に肘までの長さの手袋を着用する", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "long_gloves", + "langName": "長い手袋", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "elbow_gloves", + "langName": "長袖手袋(肘まで覆う手袋)", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "bridal_gauntlets", + "langName": "ブライダルグローブ", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "half_gloves", + "langName": "非常に短い手袋 | ハーフ手袋", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "fingerless_gloves", + "langName": "指なし手袋", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "partially_fingerless_gloves", + "langName": "部分指なし手袋", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "paw_gloves", + "langName": "クローグローブ(指手袋)", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "mittens", + "langName": "ミトン(2 本指の手袋)", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "baseball_mitt", + "langName": "野球グローブ", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "fur-trimmed_gloves", + "langName": "未処理手袋", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "latex_gloves", + "langName": "ラテックス手袋", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "lace-trimmed_gloves", + "langName": "レース手袋", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "wears a pair of white lace gloves", + "langName": "白いレースの手袋", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "leather_gloves", + "langName": "革手袋", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "frilled_gloves", + "langName": "レースの手袋", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "mismatched_gloves", + "langName": "2 色手袋", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "multicolored_gloves", + "langName": "マルチカラー手袋", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "asymmetrical_gloves", + "langName": "非対称手袋", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "brown_gloves", + "langName": "茶色の手袋", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "oven_mitts", + "langName": "絶縁手袋", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "print_gloves", + "langName": "プリント手袋", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "striped_gloves", + "langName": "縞模様の手袋", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "torn_gloves", + "langName": "破損した手袋", + "object": "アクセサリー", + "attribute": "手袋" + }, + { + "displayName": "wedding_band", + "langName": "結婚指輪", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "crystal", + "langName": "結晶", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "gem", + "langName": "宝石", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "chest_jewel", + "langName": "チェストジェム", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "forehead_jewel", + "langName": "額の宝石", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "tassel", + "langName": "タッセル", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "belly_chain", + "langName": "腹鎖", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "ribbon", + "langName": "リボン", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "stitches", + "langName": "縫い目", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "bandaid", + "langName": "バンドエイド", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "collar", + "langName": "襟", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "steam", + "langName": "スチーム", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "bell", + "langName": "ベル", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "amulet", + "langName": "お守り", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "emblem", + "langName": "バッジ", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "anchor_symbol", + "langName": "アンカー記号", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "cross", + "langName": "クロス", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "diffraction_spikes", + "langName": "回折クロス", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "iron_cross", + "langName": "鉄十字", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "latin_cross", + "langName": "ラテン十字", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "st._gloriana's_(emblem)", + "langName": "聖グロリアアンナ女子校の校章", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "heart_lock_(kantai_collection)", + "langName": "艦娘ロック(艦 C)", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "joints", + "langName": "ジョイント", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "kneepits", + "langName": "膝", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "knee_pads", + "langName": "膝パッド", + "object": "アクセサリー", + "attribute": "小さな装飾" + }, + { + "displayName": "bracelet", + "langName": "ブレスレット", + "object": "アクセサリー", + "attribute": "ジュエリー" + }, + { + "displayName": "choker", + "langName": "襟", + "object": "アクセサリー", + "attribute": "ジュエリー" + }, + { + "displayName": "metal collar", + "langName": "金属の首輪", + "object": "アクセサリー", + "attribute": "ジュエリー" + }, + { + "displayName": "ring", + "langName": "指輪", + "object": "アクセサリー", + "attribute": "ジュエリー" + }, + { + "displayName": "pendant", + "langName": "ペンダント", + "object": "アクセサリー", + "attribute": "ジュエリー" + }, + { + "displayName": "brooch", + "langName": "ブローチ", + "object": "アクセサリー", + "attribute": "ジュエリー" + }, + { + "displayName": "bangle", + "langName": "ブレスレット", + "object": "アクセサリー", + "attribute": "ジュエリー" + }, + { + "displayName": "sunburst", + "langName": "サンバーストジュエリー", + "object": "アクセサリー", + "attribute": "ジュエリー" + }, + { + "displayName": "pearl bracelet", + "langName": "真珠のブレスレット", + "object": "アクセサリー", + "attribute": "ジュエリー" + }, + { + "displayName": "drop earrings", + "langName": "イヤリング", + "object": "アクセサリー", + "attribute": "ジュエリー" + }, + { + "displayName": "puppet rings", + "langName": "人形リング", + "object": "アクセサリー", + "attribute": "ジュエリー" + }, + { + "displayName": "corsage", + "langName": "コサージュ", + "object": "アクセサリー", + "attribute": "ジュエリー" + }, + { + "displayName": "sapphire brooch", + "langName": "サファイアブローチ", + "object": "アクセサリー", + "attribute": "ジュエリー" + }, + { + "displayName": "jewelry", + "langName": "ジュエリー", + "object": "アクセサリー", + "attribute": "ジュエリー" + }, + { + "displayName": "necklace", + "langName": "ネックレス", + "object": "アクセサリー", + "attribute": "ジュエリー" + }, + { + "displayName": "stud_earrings", + "langName": "イヤリング", + "object": "アクセサリー", + "attribute": "ジュエリー" + }, + { + "displayName": "belt", + "langName": "ベルト", + "object": "アクセサリー", + "attribute": "アクセサリー" + }, + { + "displayName": "fanny pack", + "langName": "ウエストパック", + "object": "アクセサリー", + "attribute": "アクセサリー" + }, + { + "displayName": "girdling", + "langName": "ガードル", + "object": "アクセサリー", + "attribute": "アクセサリー" + }, + { + "displayName": "handbag", + "langName": "ハンドバッグ", + "object": "アクセサリー", + "attribute": "アクセサリー" + }, + { + "displayName": "cross-body bag", + "langName": "クロスボディバッグ", + "object": "アクセサリー", + "attribute": "アクセサリー" + }, + { + "displayName": "One shoulder bag", + "langName": "ショルダーバッグ", + "object": "アクセサリー", + "attribute": "アクセサリー" + }, + { + "displayName": "Canvas bag", + "langName": "キャンバスバッグ", + "object": "アクセサリー", + "attribute": "アクセサリー" + }, + { + "displayName": "veils", + "langName": "ベール", + "object": "アクセサリー", + "attribute": "アクセサリー" + }, + { + "displayName": "antiseptic mask", + "langName": "フェイスマスク", + "object": "アクセサリー", + "attribute": "アクセサリー" + }, + { + "displayName": "transparent_background", + "langName": "透明な背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "white_background", + "langName": "白い背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "black_background", + "langName": "黒い背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "grey_background", + "langName": "灰色の背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "tan_background", + "langName": "セピア色の背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "beige_background", + "langName": "ベージュの背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "brown_background", + "langName": "茶色の背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "two-tone_background", + "langName": "デュオトーンの背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "multicolored_background", + "langName": "カラフルな背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "rainbow_background", + "langName": "虹の背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "blurry_foreground", + "langName": "ぼやけた前景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "gradient_background", + "langName": "グラデーション背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "abstract_background", + "langName": "抽象的な背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "argyle_background", + "langName": "菱形の背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "checkered_background", + "langName": "チェック柄の背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "floral_background", + "langName": "花で飾られた背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "foral_background", + "langName": "花柄の装飾的な背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "striped_background", + "langName": "丸い斑点の背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "cyberpunk", + "langName": "サイバーパンク", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "scenery", + "langName": "風景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "city_lights", + "langName": "街の明かりの背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "starry_background", + "langName": "星空の背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "sparkle_background", + "langName": "輝く星空の背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "bubble_background", + "langName": "泡の背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "clock_background", + "langName": "時計の背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "halftone_background", + "langName": "ドット柄の背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "heart_background", + "langName": "桃色の背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "honeycomb_background", + "langName": "ハニカムスタイルの背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "plaid_background", + "langName": "タータンの背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "simple_background", + "langName": "シンプルな背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "ban", + "langName": "テクノロジーファンタジー", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "crop_top_overhang", + "langName": "クロップトップのオーバーハング", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "viewfinder", + "langName": "カメラのファインダー", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "rounded_corners", + "langName": "背景やフレームの角が丸い", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "border", + "langName": "フレーム", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "outside_border", + "langName": "絵画の一部が背景の枠の外側にある", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "pillarboxed", + "langName": "円柱状のキャンバスの背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "windowboxed", + "langName": "写真フレームセット(背景)", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "flashback", + "langName": "思い出のシーン", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "background_text", + "langName": "背景テキスト", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "wall_of_text", + "langName": "テキストの背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "blurred background", + "langName": "ぼやけた背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "in spring", + "langName": "春", + "object": "環境", + "attribute": "季節" + }, + { + "displayName": "in summer", + "langName": "夏", + "object": "環境", + "attribute": "季節" + }, + { + "displayName": "in autumn", + "langName": "秋", + "object": "環境", + "attribute": "季節" + }, + { + "displayName": "in winter", + "langName": "冬", + "object": "環境", + "attribute": "季節" + }, + { + "displayName": "(autumn maple forest:1.3),(very few fallen leaves),(path)", + "langName": "秋の風景", + "object": "環境", + "attribute": "季節" + }, + { + "displayName": "day", + "langName": "昼間", + "object": "環境", + "attribute": "天気" + }, + { + "displayName": "dusk", + "langName": "夕暮れ", + "object": "環境", + "attribute": "天気" + }, + { + "displayName": "night", + "langName": "夜", + "object": "環境", + "attribute": "天気" + }, + { + "displayName": "rain", + "langName": "雨", + "object": "環境", + "attribute": "天気" + }, + { + "displayName": "snow,ice", + "langName": "氷雪", + "object": "環境", + "attribute": "天気" + }, + { + "displayName": "snowflakes", + "langName": "スノーフレーク", + "object": "環境", + "attribute": "天気" + }, + { + "displayName": "lighting", + "langName": "稲妻", + "object": "環境", + "attribute": "天気" + }, + { + "displayName": "rainbow", + "langName": "虹", + "object": "環境", + "attribute": "天気" + }, + { + "displayName": "meteor shower", + "langName": "流星群", + "object": "環境", + "attribute": "天気" + }, + { + "displayName": "cloudy", + "langName": "所により曇り", + "object": "環境", + "attribute": "天気" + }, + { + "displayName": "rainy days", + "langName": "雨", + "object": "環境", + "attribute": "天気" + }, + { + "displayName": "in the rain", + "langName": "雨の中", + "object": "環境", + "attribute": "天気" + }, + { + "displayName": "shooting star", + "langName": "流星", + "object": "環境", + "attribute": "天気" + }, + { + "displayName": "smooth fog", + "langName": "柔らかい霧", + "object": "環境", + "attribute": "天気" + }, + { + "displayName": "thunderstorms", + "langName": "嵐", + "object": "環境", + "attribute": "天気" + }, + { + "displayName": "stormy ocean", + "langName": "嵐の海", + "object": "環境", + "attribute": "天気" + }, + { + "displayName": "ocean backdrop", + "langName": "海の背景", + "object": "環境", + "attribute": "天気" + }, + { + "displayName": "lightning", + "langName": "稲妻", + "object": "環境", + "attribute": "天気" + }, + { + "displayName": "beautiful detailed sky, beautiful detailed water", + "langName": "天気も良く水も美味しい", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "beautiful purple sunset at beach", + "langName": "海辺の夕日", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "mountain", + "langName": "山々", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "hills", + "langName": "丘陵", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "on a hill", + "langName": "山", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "the top of the hill", + "langName": "山の頂上", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "forest", + "langName": "森", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "grove", + "langName": "森", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "bamboo forest", + "langName": "竹林", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "Dreamy forest", + "langName": "夢の森(非現実的な感覚。静かな光の粒子)", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "savanna", + "langName": "草原", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "plateau", + "langName": "高原", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "valley", + "langName": "谷", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "canyon", + "langName": "峡谷", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "cliff", + "langName": "崖", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "oasis", + "langName": "オアシス", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "wasteland", + "langName": "荒れ地", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "glacier", + "langName": "氷河", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "volcano", + "langName": "火山", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "waterfall", + "langName": "秋", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "stream", + "langName": "ストリーム", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "river", + "langName": "川", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "lake", + "langName": "湖", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "ocean", + "langName": "海", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "sea", + "langName": "海", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "beach", + "langName": "シーサイド", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "on the beach", + "langName": "ビーチ", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "over the sea", + "langName": "シーサイド", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "waves", + "langName": "波", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "seaweed", + "langName": "海藻", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "underwater", + "langName": "水中", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "floating island", + "langName": "浮島", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "flowers meadows", + "langName": "花の咲く草原", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "flower field", + "langName": "花畑", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "flower sea", + "langName": "花の海", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "rose petals", + "langName": "バラの花びら", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "falling petals", + "langName": "落ちた花", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "in a meadow", + "langName": "草原", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "field", + "langName": "田舎", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "wheat field", + "langName": "小麦畑", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "rice paddy", + "langName": "パディ", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "onsen", + "langName": "スパ", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "dripping", + "langName": "滴る水", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "swirl", + "langName": "渦巻く", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "ripples", + "langName": "波紋", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "Alps", + "langName": "アルプス", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "on a desert", + "langName": "砂漠", + "object": "環境", + "attribute": "自然" + }, + { + "displayName": "sky", + "langName": "空", + "object": "環境", + "attribute": "空" + }, + { + "displayName": "gradient_sky", + "langName": "傾いた空", + "object": "環境", + "attribute": "空" + }, + { + "displayName": "sunset", + "langName": "日没", + "object": "環境", + "attribute": "空" + }, + { + "displayName": "night_sky", + "langName": "夜空", + "object": "環境", + "attribute": "空" + }, + { + "displayName": "starry_sky", + "langName": "星空", + "object": "環境", + "attribute": "空" + }, + { + "displayName": "star_(sky)", + "langName": "星(空に)", + "object": "環境", + "attribute": "空" + }, + { + "displayName": "star_trail", + "langName": "星の軌跡", + "object": "環境", + "attribute": "空" + }, + { + "displayName": "moon", + "langName": "月", + "object": "環境", + "attribute": "空" + }, + { + "displayName": "crescent", + "langName": "三日月", + "object": "環境", + "attribute": "空" + }, + { + "displayName": "crescent_moon", + "langName": "新月", + "object": "環境", + "attribute": "空" + }, + { + "displayName": "full_moon", + "langName": "満月", + "object": "環境", + "attribute": "空" + }, + { + "displayName": "moonlight", + "langName": "月光", + "object": "環境", + "attribute": "空" + }, + { + "displayName": "scarlet_moon", + "langName": "緋色の月", + "object": "環境", + "attribute": "空" + }, + { + "displayName": "hyper_galaxy", + "langName": "超銀河", + "object": "環境", + "attribute": "空" + }, + { + "displayName": "universe", + "langName": "宇宙", + "object": "環境", + "attribute": "空" + }, + { + "displayName": "space", + "langName": "空間", + "object": "環境", + "attribute": "空" + }, + { + "displayName": "planet", + "langName": "惑星", + "object": "環境", + "attribute": "空" + }, + { + "displayName": "from_space_station", + "langName": "宇宙ステーション", + "object": "環境", + "attribute": "空" + }, + { + "displayName": "satellite", + "langName": "衛星", + "object": "環境", + "attribute": "空" + }, + { + "displayName": "lunar", + "langName": "月の、_月の;", + "object": "環境", + "attribute": "空" + }, + { + "displayName": "cirrus", + "langName": "巻雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrocumulus", + "langName": "巻積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrostratus", + "langName": "巻層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altocumulus", + "langName": "高積雲型", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altostratus", + "langName": "高層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "stratus", + "langName": "ストラタス", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "stratocumulus", + "langName": "層積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cumulus", + "langName": "積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cumulonimbus", + "langName": "積乱雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "Nimbostratus", + "langName": "ニンボストラタス", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrus_fibratus", + "langName": "巻雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrus_uncinus", + "langName": "巻雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrus_spissatus", + "langName": "濃い巻雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrus_floccus", + "langName": "巻雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrus_castellanus", + "langName": "フォート・シラス", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrus_intortus", + "langName": "混沌とした雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrocumulus_stratiformis", + "langName": "層積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrocumulus_floccus", + "langName": "巻積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrocumulus_castellanus", + "langName": "巻積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrocumulus_lacunosus", + "langName": "網状巻積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrostratus_fibratus", + "langName": "巻層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrostratus_nebulosus", + "langName": "巻層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altocumulus_strataformis", + "langName": "層状高積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altocumulus_lenticularis", + "langName": "レンズ状高積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altocumulus_castellanus", + "langName": "高積雲要塞", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altocumulus_floccus", + "langName": "綿状の高積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altocumulus_lacunosus", + "langName": "網状高積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altostratus_undulatus", + "langName": "波状の高層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altostratus_duplicates", + "langName": "複合高層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altostratus_pannus", + "langName": "断片化した高層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altostratus_translucidus", + "langName": "高層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altostratus_opacus", + "langName": "遮蔽する高層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altostratus_radiatus", + "langName": "放射状高層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altostratus_mammatus", + "langName": "哺乳類の高層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "stratus_fractus", + "langName": "層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "stratus_nebulosus", + "langName": "霧層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "stratus_undulatus", + "langName": "ウェーブストラタス", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "stratocumulus_stratiformis", + "langName": "層積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "stratocumulus_cumulogentis", + "langName": "積乱雲 層積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "stratocumulus_castellanus", + "langName": "城郭状の層積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "stratocumulus_lenticularis", + "langName": "レンズ状層積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "stratocumulus_lacunosus", + "langName": "綿状層積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cumulus_humilis", + "langName": "積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cumulus_mediocris", + "langName": "中積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cumulus_congestus", + "langName": "積雲鬱血", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cumulus_fractus", + "langName": "積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cumulonimbus_calvus", + "langName": "積乱雲はげ", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cumulonimbus_capillatus", + "langName": "積乱雲のたてがみ", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cumulonimbus_incus", + "langName": "積乱雲の金床", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "outdoors", + "langName": "屋外", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "castle", + "langName": "城", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "cyberpunk city", + "langName": "サイバーパンクシティ", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "Bustling city", + "langName": "賑やかな街", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "neon lights", + "langName": "ネオンライト", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "street lamp", + "langName": "街灯", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "skyscraper", + "langName": "超高層ビル", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "building", + "langName": "建築", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "gothic architecture", + "langName": "ゴシック建築", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "chinese style architecture", + "langName": "古代様式の建築", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "Industrial wind, Chinese architecture", + "langName": "工業化された古代の建物", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "church", + "langName": "教会", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "cathedral", + "langName": "大聖堂", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "mosque", + "langName": "モスク", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "torii", + "langName": "鳥居", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "gohei", + "langName": "神社", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "temple", + "langName": "寺", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "ruins", + "langName": "残る", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "remains", + "langName": "残骸", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "fountain", + "langName": "噴水", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "park", + "langName": "庭", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "treehouse", + "langName": "ツリーハウス", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "botanical garden", + "langName": "植物園", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "grave", + "langName": "墓", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "graveyard", + "langName": "墓地", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "tombstone", + "langName": "墓石", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "monolith", + "langName": "巨大な石の物体", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "rappelling", + "langName": "水平出し(吊り下げ)", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "harbor", + "langName": "ポート", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "bridge", + "langName": "橋", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "railroad tracks", + "langName": "レール", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "railroad", + "langName": "鉄道", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "railway", + "langName": "鉄道", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "train station", + "langName": "駅", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "bus stop", + "langName": "バス停", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "phone booth", + "langName": "電話ボックス", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "tunnel", + "langName": "トンネル", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "airport", + "langName": "空港", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "ferris wheel", + "langName": "観覧車", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "carousel", + "langName": "カルーセル", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "waterpark", + "langName": "ウォーターパーク", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "stadium", + "langName": "スタジアム", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "arena", + "langName": "アリーナ", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "Auditorium", + "langName": "ホール", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "concert", + "langName": "コンサート", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "market stall", + "langName": "市場の屋台", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "shop", + "langName": "店", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "restaurant", + "langName": "レストラン", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "bakery", + "langName": "ベーカリー", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "convenience store", + "langName": "コンビニエンスストア", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "supermarket", + "langName": "スーパーマーケット", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "pharmacy", + "langName": "薬局", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "bar", + "langName": "バー", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "izakaya", + "langName": "居酒屋", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "cafe", + "langName": "カフェ", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "coffee house", + "langName": "カフェ", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "Trapeze", + "langName": "ハンガー; ブランコ", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "bowling alley", + "langName": "ボウリング場", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "gym", + "langName": "ジム", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "library", + "langName": "図書館", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "art gallery", + "langName": "アートギャラリー", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "museum", + "langName": "博物館", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "planetarium", + "langName": "プラネタリウム", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "swimming pool", + "langName": "スイミングプール", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "zoo", + "langName": "動物園", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "aquarium", + "langName": "水族館", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "laboratory", + "langName": "研究室", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "prison", + "langName": "刑務所", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "engine room", + "langName": "エンジンルーム", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "warehouse", + "langName": "倉庫", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "workshop", + "langName": "ワークショップ", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "courtroom", + "langName": "裁判所", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "theater", + "langName": "劇場", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "movie theater", + "langName": "シネマ", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "billiard", + "langName": "ビリヤード台", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "casino", + "langName": "カジノ", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "playground", + "langName": "遊び場", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "greco-roman architectur", + "langName": "西ローマ建築", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "in the romanesque architecture streets", + "langName": "ローマの街路", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "handrail", + "langName": "手すり", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "shanty town/slum", + "langName": "スラム街", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "modern,Europe", + "langName": "近代ヨーロッパ建築", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "building_ruins", + "langName": "建物の廃墟", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "amusement_park", + "langName": "遊園地", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "Disney_land", + "langName": "ディズニーランド", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "wrestling_ring", + "langName": "レスリングリング", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "Japanese_hotel", + "langName": "日本のホテル", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "jail_bars", + "langName": "刑務所の鉄格子", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "in_the_movie_theatre", + "langName": "映画館で", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "architecture", + "langName": "建築", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "magnificent_architecture", + "langName": "建築", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "east_asian_architecture", + "langName": "東アジアの建築", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "chinese_style_loft", + "langName": "中国風ロフト", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "traditional_chinese_room", + "langName": "伝統的な中国風の部屋", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "turret", + "langName": "タワー", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "tower", + "langName": "タワー", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "at the lighthouse", + "langName": "灯台", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "reservoir", + "langName": "貯水池", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "under_bridge", + "langName": "橋の下", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "rubble_ruins", + "langName": "瓦礫 | 廃墟", + "object": "環境", + "attribute": "屋外" + }, + { + "displayName": "city", + "langName": "市", + "object": "環境", + "attribute": "市" + }, + { + "displayName": "downtown", + "langName": "市内中心部", + "object": "環境", + "attribute": "市" + }, + { + "displayName": "cityscape", + "langName": "都市景観", + "object": "環境", + "attribute": "市" + }, + { + "displayName": "in_main_street", + "langName": "アベニュー", + "object": "環境", + "attribute": "市" + }, + { + "displayName": "Intersection", + "langName": "交差点", + "object": "環境", + "attribute": "市" + }, + { + "displayName": "street", + "langName": "通り", + "object": "環境", + "attribute": "市" + }, + { + "displayName": "avenue", + "langName": "メインストリート", + "object": "環境", + "attribute": "市" + }, + { + "displayName": "alley", + "langName": "路地", + "object": "環境", + "attribute": "市" + }, + { + "displayName": "crowd", + "langName": "群衆", + "object": "環境", + "attribute": "市" + }, + { + "displayName": "road", + "langName": "道", + "object": "環境", + "attribute": "市" + }, + { + "displayName": "path", + "langName": "パス", + "object": "環境", + "attribute": "市" + }, + { + "displayName": "pavement", + "langName": "舗装", + "object": "環境", + "attribute": "市" + }, + { + "displayName": "road_sign", + "langName": "道路標識", + "object": "環境", + "attribute": "市" + }, + { + "displayName": "traffic_cone", + "langName": "障害", + "object": "環境", + "attribute": "市" + }, + { + "displayName": "lamppost", + "langName": "街灯", + "object": "環境", + "attribute": "市" + }, + { + "displayName": "fence", + "langName": "フェンス", + "object": "環境", + "attribute": "市" + }, + { + "displayName": "railing", + "langName": "手すり", + "object": "環境", + "attribute": "市" + }, + { + "displayName": "bench", + "langName": "ベンチ", + "object": "環境", + "attribute": "市" + }, + { + "displayName": "lawn", + "langName": "芝生", + "object": "環境", + "attribute": "市" + }, + { + "displayName": "vending_machine", + "langName": "自販機", + "object": "環境", + "attribute": "市" + }, + { + "displayName": "indoor", + "langName": "屋内", + "object": "環境", + "attribute": "屋内" + }, + { + "displayName": "bedroom", + "langName": "寝室", + "object": "環境", + "attribute": "屋内" + }, + { + "displayName": "classroom", + "langName": "教室", + "object": "環境", + "attribute": "屋内" + }, + { + "displayName": "clubroom", + "langName": "クラブ", + "object": "環境", + "attribute": "屋内" + }, + { + "displayName": "dark nightclub background", + "langName": "薄暗いナイトクラブの背景", + "object": "環境", + "attribute": "屋内" + }, + { + "displayName": "dormitory", + "langName": "寮", + "object": "環境", + "attribute": "屋内" + }, + { + "displayName": "cafeteria", + "langName": "カフェテリア", + "object": "環境", + "attribute": "屋内" + }, + { + "displayName": "kitchen", + "langName": "台所", + "object": "環境", + "attribute": "屋内" + }, + { + "displayName": "toilet stall", + "langName": "トイレの個室", + "object": "環境", + "attribute": "屋内" + }, + { + "displayName": "infirmary", + "langName": "診療所", + "object": "環境", + "attribute": "屋内" + }, + { + "displayName": "art room", + "langName": "アートルーム", + "object": "環境", + "attribute": "屋内" + }, + { + "displayName": "greenhouse", + "langName": "温室", + "object": "環境", + "attribute": "屋内" + }, + { + "displayName": "basement", + "langName": "地下", + "object": "環境", + "attribute": "屋内" + }, + { + "displayName": "server room", + "langName": "サーバールーム", + "object": "環境", + "attribute": "屋内" + }, + { + "displayName": "electrical room", + "langName": "配送室", + "object": "環境", + "attribute": "屋内" + }, + { + "displayName": "dungeon", + "langName": "地下", + "object": "環境", + "attribute": "屋内" + }, + { + "displayName": "otaku room", + "langName": "オタク部屋", + "object": "環境", + "attribute": "屋内" + }, + { + "displayName": "stage", + "langName": "ステージ", + "object": "環境", + "attribute": "屋内" + }, + { + "displayName": "bathing", + "langName": "バスルーム", + "object": "環境", + "attribute": "屋内" + }, + { + "displayName": "stairs", + "langName": "階段", + "object": "環境", + "attribute": "屋内" + }, + { + "displayName": "palace", + "langName": "宮殿", + "object": "環境", + "attribute": "屋内" + }, + { + "displayName": "bed", + "langName": "ベッド", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "wardrobe", + "langName": "ワードローブ", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "desk lamp", + "langName": "デスクランプ", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "couch", + "langName": "ソファー", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "tatami", + "langName": "畳", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "kotatsu", + "langName": "こたつ", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "fireplace", + "langName": "暖炉", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "table", + "langName": "テーブル", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "school_desk", + "langName": "机", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "chair", + "langName": "椅子", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "armchair", + "langName": "アームチェア", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "lounge_chair", + "langName": "ラウンジチェア", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "beach_chair", + "langName": "ビーチチェア", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "folding_chair", + "langName": "折りたたみ椅子", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "office_chair", + "langName": "オフィスチェア", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "wheelchair", + "langName": "車椅子", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "invisible_chair", + "langName": "見えない椅子", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "window_", + "langName": "ウィンドウ", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "sash", + "langName": "サッシ", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "curtains", + "langName": "カーテン", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "sliding_doors", + "langName": "引き戸", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "door", + "langName": "ドア", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "clothes_rack", + "langName": "コートハンガー", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "air_conditioner", + "langName": "エアコン", + "object": "環境", + "attribute": "家具" + }, + { + "displayName": "mattress", + "langName": "マットレス; マットレス", + "object": "環境", + "attribute": "寝具" + }, + { + "displayName": "bed_sheet", + "langName": "シート", + "object": "環境", + "attribute": "寝具" + }, + { + "displayName": "futon", + "langName": "日本製マットレス", + "object": "環境", + "attribute": "寝具" + }, + { + "displayName": "pillow", + "langName": "枕", + "object": "環境", + "attribute": "寝具" + }, + { + "displayName": "cushion", + "langName": "クッション", + "object": "環境", + "attribute": "寝具" + }, + { + "displayName": "dumpling_Hug_Pillow", + "langName": "餃子枕", + "object": "環境", + "attribute": "寝具" + }, + { + "displayName": "pillow_hug", + "langName": "枕", + "object": "環境", + "attribute": "寝具" + }, + { + "displayName": "yes-no_pillow", + "langName": "はい/いいえ枕", + "object": "環境", + "attribute": "寝具" + }, + { + "displayName": "stuffed_animal", + "langName": "ぬいぐるみ", + "object": "環境", + "attribute": "寝具" + }, + { + "displayName": "stuffed_bunny", + "langName": "ぬいぐるみのウサギ", + "object": "環境", + "attribute": "寝具" + }, + { + "displayName": "carpet", + "langName": "カーペット", + "object": "環境", + "attribute": "寝具" + }, + { + "displayName": "bathroom", + "langName": "バスルーム", + "object": "環境", + "attribute": "バスルーム" + }, + { + "displayName": "shower_head", + "langName": "シャワーヘッド", + "object": "環境", + "attribute": "バスルーム" + }, + { + "displayName": "toilet", + "langName": "トイレ", + "object": "環境", + "attribute": "バスルーム" + }, + { + "displayName": "squat_toilet", + "langName": "しゃがみ式トイレ", + "object": "環境", + "attribute": "バスルーム" + }, + { + "displayName": "soap", + "langName": "石鹸", + "object": "環境", + "attribute": "バスルーム" + }, + { + "displayName": "tiles", + "langName": "セラミックタイル", + "object": "環境", + "attribute": "バスルーム" + }, + { + "displayName": "rubber_duck", + "langName": "ゴム製のアヒル", + "object": "環境", + "attribute": "バスルーム" + }, + { + "displayName": "bathtub,", + "langName": "浴槽", + "object": "環境", + "attribute": "バスルーム" + }, + { + "displayName": "new year", + "langName": "新年", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "year of the rabbit", + "langName": "卯年", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "valentine", + "langName": "バレンタインデー", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "lantern festival", + "langName": "ランタンフェスティバル", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "summer festival", + "langName": "夏祭り", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "tanabata", + "langName": "七夕祭り", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "mid-autumn festival", + "langName": "中秋節", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "halloween", + "langName": "ハロウィン", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "christmas", + "langName": "クリスマス", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "fireworks", + "langName": "花火", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "explosion", + "langName": "爆発する", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "water vapor", + "langName": "スチーム", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "liquid background, Sputtered water", + "langName": "液体の背景", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "in the ocean", + "langName": "海辺の夕日", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "magic circles", + "langName": "魔法の指輪", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "fluorescent mushroom forests background", + "langName": "蛍光キノコの森", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "(((colorful bubble)))", + "langName": "カラフルな泡", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "golden hour lighting", + "langName": "ゴールデンアワー照明", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "strong rim light", + "langName": "強いリムライト", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "against backlight at dusk", + "langName": "太陽に背を向けた夜", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "intense shadows", + "langName": "強い影", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "ceiling window", + "langName": "床から天井までの窓", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "colourful glass", + "langName": "ステンドグラス", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "stain glass", + "langName": "ステンドグラス", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "Graffiti wall", + "langName": "落書きの壁", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "mosaic background", + "langName": "モザイクの背景", + "object": "環境", + "attribute": "雰囲気" + }, + { + "displayName": "notebook", + "langName": "ノート", + "object": "もの", + "attribute": "学校用品" + }, + { + "displayName": "pencil", + "langName": "鉛筆", + "object": "もの", + "attribute": "学校用品" + }, + { + "displayName": "paintbrush", + "langName": "ブラシ", + "object": "もの", + "attribute": "学校用品" + }, + { + "displayName": "book", + "langName": "本", + "object": "もの", + "attribute": "学校用品" + }, + { + "displayName": "open_book", + "langName": "開いた本", + "object": "もの", + "attribute": "学校用品" + }, + { + "displayName": "book_stack", + "langName": "本の山", + "object": "もの", + "attribute": "学校用品" + }, + { + "displayName": "bookshelf", + "langName": "本棚", + "object": "もの", + "attribute": "学校用品" + }, + { + "displayName": "school_bag", + "langName": "スクールバッグ(ハンドバッグ)", + "object": "もの", + "attribute": "学校用品" + }, + { + "displayName": "backpack", + "langName": "バックパック", + "object": "もの", + "attribute": "学校用品" + }, + { + "displayName": "computer", + "langName": "コンピューター", + "object": "もの", + "attribute": "デジタル機器" + }, + { + "displayName": "mouse", + "langName": "ねずみ", + "object": "もの", + "attribute": "デジタル機器" + }, + { + "displayName": "cellphone", + "langName": "携帯電話", + "object": "もの", + "attribute": "デジタル機器" + }, + { + "displayName": "Smartphones", + "langName": "スマートフォン", + "object": "もの", + "attribute": "デジタル機器" + }, + { + "displayName": "nintendo_switch", + "langName": "ニンテンドースイッチ", + "object": "もの", + "attribute": "デジタル機器" + }, + { + "displayName": "handheld_game_console", + "langName": "携帯ゲーム機", + "object": "もの", + "attribute": "デジタル機器" + }, + { + "displayName": "nintendo_3ds", + "langName": "ニンテンドー3DS", + "object": "もの", + "attribute": "デジタル機器" + }, + { + "displayName": "nintendo_ds", + "langName": "ニンテンドーDS", + "object": "もの", + "attribute": "デジタル機器" + }, + { + "displayName": "cable", + "langName": "ケーブル", + "object": "もの", + "attribute": "デジタル機器" + }, + { + "displayName": "power_lines", + "langName": "電源コード", + "object": "もの", + "attribute": "デジタル機器" + }, + { + "displayName": "buttons", + "langName": "ボタン", + "object": "もの", + "attribute": "デジタル機器" + }, + { + "displayName": "fork", + "langName": "フォーク", + "object": "もの", + "attribute": "食器" + }, + { + "displayName": "spoon", + "langName": "スプーン", + "object": "もの", + "attribute": "食器" + }, + { + "displayName": "chopsticks", + "langName": "箸", + "object": "もの", + "attribute": "食器" + }, + { + "displayName": "ladle", + "langName": "ひしゃく", + "object": "もの", + "attribute": "食器" + }, + { + "displayName": "plate", + "langName": "皿", + "object": "もの", + "attribute": "食器" + }, + { + "displayName": "bowl", + "langName": "ボウル", + "object": "もの", + "attribute": "食器" + }, + { + "displayName": "cup", + "langName": "カップ", + "object": "もの", + "attribute": "食器" + }, + { + "displayName": "drinking_glass", + "langName": "ウォーターカップ", + "object": "もの", + "attribute": "食器" + }, + { + "displayName": "tumbler", + "langName": "普通のガラス", + "object": "もの", + "attribute": "食器" + }, + { + "displayName": "beer_mug", + "langName": "ビールジョッキ", + "object": "もの", + "attribute": "食器" + }, + { + "displayName": "pot", + "langName": "ポット", + "object": "もの", + "attribute": "食器" + }, + { + "displayName": "teapot", + "langName": "ティーポット", + "object": "もの", + "attribute": "食器" + }, + { + "displayName": "tray", + "langName": "トレイ", + "object": "もの", + "attribute": "食器" + }, + { + "displayName": "soda_can", + "langName": "缶入り飲料", + "object": "もの", + "attribute": "食器" + }, + { + "displayName": "can", + "langName": "瓶", + "object": "もの", + "attribute": "食器" + }, + { + "displayName": "candle", + "langName": "キャンドル", + "object": "もの", + "attribute": "食器" + }, + { + "displayName": "gift_box", + "langName": "ギフトボックス", + "object": "もの", + "attribute": "食器" + }, + { + "displayName": "heart-shaped_box", + "langName": "ハート型ギフトボックス", + "object": "もの", + "attribute": "食器" + }, + { + "displayName": "music", + "langName": "音楽", + "object": "もの", + "attribute": "楽器" + }, + { + "displayName": "guitar", + "langName": "ギター", + "object": "もの", + "attribute": "楽器" + }, + { + "displayName": "piano", + "langName": "ピアノ", + "object": "もの", + "attribute": "楽器" + }, + { + "displayName": "cello", + "langName": "チェロ", + "object": "もの", + "attribute": "楽器" + }, + { + "displayName": "playing_instrument", + "langName": "楽器を演奏する", + "object": "もの", + "attribute": "楽器" + }, + { + "displayName": "wind_chime", + "langName": "風鈴", + "object": "もの", + "attribute": "楽器" + }, + { + "displayName": "Accordion", + "langName": "アコーディオン", + "object": "もの", + "attribute": "楽器" + }, + { + "displayName": "Saxophone", + "langName": "サックス", + "object": "もの", + "attribute": "楽器" + }, + { + "displayName": "umbrella", + "langName": "傘", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "transparent_umbrella", + "langName": "透明な傘", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "closed_umbrella", + "langName": "閉じた傘", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "oil-paper_umbrella", + "langName": "油紙傘", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "Parasol", + "langName": "パラソル", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "folding_fan", + "langName": "扇子", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "paper_fan", + "langName": "扇子", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "uchiwa", + "langName": "丸扇", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "camera", + "langName": "カメラ", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "lantern/lamp", + "langName": "ランタン", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "basket", + "langName": "バスケット", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "bucket", + "langName": "バケツ", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "pail", + "langName": "バケツ", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "water_bottle", + "langName": "水筒", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "lotion", + "langName": "日焼け止め | ボディローション", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "lotion_bottle", + "langName": "ローションボトル", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "key", + "langName": "鍵", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "coin", + "langName": "コイン", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "money", + "langName": "お金", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "trading_card", + "langName": "トレーディングカード", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "playing_card", + "langName": "トランプ", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "chess_piece", + "langName": "ピース", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "ofuda", + "langName": "お守り", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "wand", + "langName": "魔法の杖", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "magic", + "langName": "魔法", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "riding_crop", + "langName": "乗馬鞭", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "whip", + "langName": "ホイップ", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "microphone", + "langName": "マイクロフォン", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "sack", + "langName": "袋", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "scales", + "langName": "スケール", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "trophy", + "langName": "トロフィー", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "molecule", + "langName": "分子の", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "diamond_(shape)", + "langName": "ダイヤモンド(形)", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "chibi_inset", + "langName": "ちびイラスト", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "damaged", + "langName": "ダメージ", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "gourd", + "langName": "ひょうたん", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "mimikaki", + "langName": "耳かき", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "hammer", + "langName": "ハンマー", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "inlet", + "langName": "入り口", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "stubble", + "langName": "無精ひげ", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "Cassette", + "langName": "テープカセット", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "Lever", + "langName": "レバー、レバー", + "object": "もの", + "attribute": "その他のアイテム" + }, + { + "displayName": "weapon", + "langName": "武器", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "huge_weapon", + "langName": "大型武器", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "planted_weapon", + "langName": "地面に埋め込まれた武器", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "broken_weapon", + "langName": "壊れた武器", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "weapon_on_back", + "langName": "背中に武器", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "weapon_over_shoulder", + "langName": "肩に装備する武器", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "sword", + "langName": "ナイフ", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "planted_sword", + "langName": "立ち剣", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "scabbard", + "langName": "鞘", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "katana", + "langName": "カタナ", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "saber_(weapon)", + "langName": "サーベル(武器)", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "dagger", + "langName": "短剣", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "axe", + "langName": "斧", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "hatchet", + "langName": "斧", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "stake", + "langName": "スティック", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "lance", + "langName": "槍", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "trident", + "langName": "トライデント", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "bow_(weapon)", + "langName": "弓", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "arrow", + "langName": "矢印", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "scythe", + "langName": "鎌", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "claw_(weapon)", + "langName": "爪(武器)", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "nose_hatchet", + "langName": "斧", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "gun", + "langName": "銃", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "handgun", + "langName": "ピストル", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "thompson_submachine_gun", + "langName": "トンプソンサブマシンガン", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "magazine_(weapon)", + "langName": "マガジン(武器)", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "dynamite", + "langName": "グリセリンダイナマイト", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "bomb", + "langName": "爆弾", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "track missiles", + "langName": "追跡ミサイル", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "cannon", + "langName": "大砲", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "tank", + "langName": "タンク", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "military_vehicle", + "langName": "軍用車両", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "motorcycle", + "langName": "オートバイ", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "car", + "langName": "車", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "watercraft", + "langName": "船", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "ship", + "langName": "船", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "machine", + "langName": "機械的な", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "machinery", + "langName": "機械式アーム", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "mechanical_arms", + "langName": "ロボットアーム", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "mechanization", + "langName": "機械化", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "robot_joints", + "langName": "機械ジョイント", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "variable_fighter", + "langName": "マクロスマシン", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "sorcerer's_sutra_scroll", + "langName": "悪魔の経典", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "scissors", + "langName": "はさみ", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "rifle,", + "langName": "ライフル", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "complex Trajectory", + "langName": "トレイルテーリング", + "object": "もの", + "attribute": "武器" + }, + { + "displayName": "food", + "langName": "食べ物", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "makizushi", + "langName": "海苔巻き寿司", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "onigiri", + "langName": "おにぎり", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "obento", + "langName": "便利", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "ramen", + "langName": "手打ち麺", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "noodles", + "langName": "麺類", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "tempura", + "langName": "天ぷら", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "wagashi", + "langName": "和菓子", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "dango", + "langName": "餃子", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "taiyaki", + "langName": "たい焼き", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "sweet_potato", + "langName": "サツマイモ", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "cake", + "langName": "ケーキ", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "pancake", + "langName": "マフィン", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "sweets", + "langName": "あめ", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "candy", + "langName": "あめ", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "candy_apple", + "langName": "キャンディアップル", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "candy_cane", + "langName": "ロリポップ", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "cookie", + "langName": "ビスケット", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "cream", + "langName": "クリーム", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "ice_cream", + "langName": "アイスクリーム", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "doughnut", + "langName": "ドーナツ", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "pasties", + "langName": "パイ", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "sundae", + "langName": "サンデー", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "burger", + "langName": "ハンバーガー", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "egg", + "langName": "卵", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "meat", + "langName": "肉", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "fruit", + "langName": "フルーツ", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "apple", + "langName": "りんご", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "peach", + "langName": "桃", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "aubergine", + "langName": "ナス", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "carrot", + "langName": "ニンジン", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "chips", + "langName": "ポテトチップス", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "potato_chips", + "langName": "ポテトチップス", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "telstar", + "langName": "テルスターフットボール", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "jam", + "langName": "ジャム", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "pocky", + "langName": "ポッキー", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "food_stand", + "langName": "屋台", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "food_in_mouth", + "langName": "口の中の食べ物", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "food_on_body", + "langName": "体についた食べ物", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "food_print", + "langName": "食品プリント", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "in_food", + "langName": "食べ物の中の(キャラクター)", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "coffee", + "langName": "コーヒー", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "tea", + "langName": "お茶", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "teacup", + "langName": "カップ", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "sake", + "langName": "日本酒", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "wine", + "langName": "ワイン", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "drink", + "langName": "飲み物", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "bottled_water", + "langName": "ボトル入りの水", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "A_sushi_roll", + "langName": "巻き寿司", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "cigarette", + "langName": "シガレット", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "cotton_candy_", + "langName": "マシュマロ", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "Gelatin", + "langName": "ゼラチン、プリン", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "kafuu_chino", + "langName": "カブチーノ", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "food_on_", + "langName": "顔に食べ物", + "object": "もの", + "attribute": "食べ物" + }, + { + "displayName": "mammal", + "langName": "哺乳類", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "reptile", + "langName": "爬虫類", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "bird", + "langName": "鳥", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "crow", + "langName": "カラス", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "penguin", + "langName": "ペンギン", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "chick", + "langName": "ひよこ", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "dragonfly", + "langName": "トンボ", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "whale", + "langName": "鯨", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "cat", + "langName": "猫", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "dog", + "langName": "犬", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "fox", + "langName": "キツネ", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "bunny", + "langName": "うさぎ", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "snow_bunny", + "langName": "スノーシューウサギ", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "wolf", + "langName": "狼", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "horse", + "langName": "馬", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "cow", + "langName": "牛", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "tiger", + "langName": "虎", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "bear", + "langName": "クマ", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "panda", + "langName": "パンダ", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "teddy_bear", + "langName": "テディベア", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "hamster", + "langName": "ハムスター", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "squirrel", + "langName": "リス", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "snake", + "langName": "蛇", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "dragon", + "langName": "ドラゴン", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "eastern_dragon", + "langName": "東洋の龍", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "loong", + "langName": "中国の龍", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "slime", + "langName": "スライム", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "bat", + "langName": "バット", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "shell", + "langName": "シェル", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "cat_teaser", + "langName": "面白い猫", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "dog_tags", + "langName": "ドッグタグ", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "wriggle_nightbug", + "langName": "這うヨトウムシ", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "manjuu_(azur_lane)", + "langName": "かなり鳴いている", + "object": "もの", + "attribute": "動物" + }, + { + "displayName": "plant", + "langName": "植物", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "flower", + "langName": "花", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "flower_bloom", + "langName": "花が咲く", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "bouquet", + "langName": "花束", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "vase", + "langName": "花瓶", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "orchid", + "langName": "蘭", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "lily", + "langName": "ユリ", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "rose", + "langName": "薔薇", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "spider_lily", + "langName": "彼岸の花", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "hibiscus", + "langName": "ハイビスカスの花", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "hydrangea", + "langName": "アジサイ", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "cherry_blossoms", + "langName": "桜", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "plum_blossom", + "langName": "プラムボッサム", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "wisteria", + "langName": "藤", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "lotus", + "langName": "蓮", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "narcissu", + "langName": "水仙", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "chrysanthemum", + "langName": "菊", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "entangled_plants", + "langName": "絡み合った植物", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "tree", + "langName": "木", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "pine_tree", + "langName": "松", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "palm_tree", + "langName": "ヤシの木", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "maple_tree", + "langName": "メープル", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "branch", + "langName": "枝", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "maple_leaf", + "langName": "カエデの葉", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "christmas_tree", + "langName": "クリスマスツリー", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "pumpkin", + "langName": "パンプキン", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "jack-o'-lantern", + "langName": "カボチャのランタン", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "spring_onion", + "langName": "ネギ", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "bamboo", + "langName": "竹", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "bush", + "langName": "低木", + "object": "もの", + "attribute": "植物" + }, + { + "displayName": "Sunlight", + "langName": "日光", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "Natural Lighting", + "langName": "自然光", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "Artificial Lighting", + "langName": "人工照明", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "Studio Lighting", + "langName": "スタジオ照明", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "Volumetric Lighting", + "langName": "ボリューメトリックライト", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "volumetric Light", + "langName": "ボリューメトリックライト", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "Volumetric", + "langName": "容積測定", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "Frontlight", + "langName": "トップライト", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "Halfrear Lighting", + "langName": "ハーフサイドバックライト", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "Backlight", + "langName": "バックライト", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "Rim Lighting", + "langName": "リムライト", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "Floodlight", + "langName": "投光照明", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "LED light", + "langName": "LED ライト", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "Spotlight", + "langName": "スポットライト", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "Marquee", + "langName": "マーキー", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "Strobe", + "langName": "フラッシュ", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "Strobe Light", + "langName": "フラッシュライト", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "Stroboscope", + "langName": "ストロボライト", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "bright", + "langName": "明るい", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "Ultrabright", + "langName": "非常に明るい", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "Electromagnetic Spectrum", + "langName": "電磁スペクトル", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "Infrared", + "langName": "赤外線", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "Ultraviolet", + "langName": "紫外線", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "UV", + "langName": "紫外線", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "X-Ray", + "langName": "X 線", + "object": "光と影の効果", + "attribute": "光源" + }, + { + "displayName": "Cinematic Lighting", + "langName": "映画照明", + "object": "光と影の効果", + "attribute": "照明効果" + }, + { + "displayName": "moody lighting", + "langName": "アンビエント照明", + "object": "光と影の効果", + "attribute": "照明効果" + }, + { + "displayName": "Tyndall effect", + "langName": "チンダル効果", + "object": "光と影の効果", + "attribute": "照明効果" + }, + { + "displayName": "light leaks", + "langName": "光漏れ効果", + "object": "光と影の効果", + "attribute": "照明効果" + }, + { + "displayName": "glowing neon lights", + "langName": "ネオンライト", + "object": "光と影の効果", + "attribute": "照明効果" + }, + { + "displayName": "Rays of Shimmering Light", + "langName": "点滅する光", + "object": "光と影の効果", + "attribute": "照明効果" + }, + { + "displayName": "Crepuscular Rays", + "langName": "薄暗い光", + "object": "光と影の効果", + "attribute": "照明効果" + }, + { + "displayName": "Crackle Tube", + "langName": "スパークチューブ", + "object": "光と影の効果", + "attribute": "照明効果" + }, + { + "displayName": "Tesla Coil", + "langName": "テスラコイル", + "object": "光と影の効果", + "attribute": "照明効果" + }, + { + "displayName": "Plasma Globe", + "langName": "プラズマボール", + "object": "光と影の効果", + "attribute": "照明効果" + }, + { + "displayName": "Glow Stick", + "langName": "グロースティック", + "object": "光と影の効果", + "attribute": "照明効果" + }, + { + "displayName": "Neon Lamp", + "langName": "ネオンライト", + "object": "光と影の効果", + "attribute": "照明効果" + }, + { + "displayName": "lens flare", + "langName": "レンズフレア(逆光)", + "object": "光と影の効果", + "attribute": "照明効果" + }, + { + "displayName": "Contre-Jour", + "langName": "その日を逆手に", + "object": "光と影の効果", + "attribute": "照明効果" + }, + { + "displayName": "Rembrandt Lighting", + "langName": "レンブラント照明", + "object": "光と影の効果", + "attribute": "照明効果" + }, + { + "displayName": "Split Lighting", + "langName": "スプリット照明", + "object": "光と影の効果", + "attribute": "照明効果" + }, + { + "displayName": "Beautiful Lighting", + "langName": "美しい光", + "object": "光と影の効果", + "attribute": "照明効果" + }, + { + "displayName": "Accent Lighting", + "langName": "アクセント照明", + "object": "光と影の効果", + "attribute": "照明効果" + }, + { + "displayName": "Global Illumination", + "langName": "グローバルイルミネーション", + "object": "光と影の効果", + "attribute": "照明効果" + }, + { + "displayName": "Lumen Global Illumination", + "langName": "ルーメングローバルイルミネーション", + "object": "光と影の効果", + "attribute": "照明効果" + }, + { + "displayName": "Screen Space Global Illumination", + "langName": "スクリーン空間グローバルイルミネーション", + "object": "光と影の効果", + "attribute": "照明効果" + }, + { + "displayName": "Ray Tracing Global Illumination", + "langName": "レイトレーシンググローバルイルミネーション", + "object": "光と影の効果", + "attribute": "照明効果" + }, + { + "displayName": "Incandescent", + "langName": "白熱電球", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Fluorescent", + "langName": "蛍光", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Fluorescent Lamp", + "langName": "蛍光灯", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Halogen", + "langName": "ハロゲン", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Halogen Lamp", + "langName": "ハロゲンランプ", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Xenon Lamp", + "langName": "キセノンランプ", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Krypton Lamp", + "langName": "クリプトンガスランプ", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Argon Lamp", + "langName": "アルゴンランプ", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Helium Lamp", + "langName": "ヘリウムランプ", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Edison Bulb", + "langName": "エジソン電球", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Vacuum Tube Lamp", + "langName": "真空管ランプ", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Nixie Tube", + "langName": "ニキシー管", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Carbide Lamp", + "langName": "カルシウムカーバイドランプ", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Argand Lamp", + "langName": "アルガンランプ", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Diya Lamp", + "langName": "バターランプ", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Lantern", + "langName": "ランタン", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Schwarz Lantern", + "langName": "ブラックランタン", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Nightlight", + "langName": "夜間照明", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Christmas Lights", + "langName": "クリスマスのイルミネーション", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Optical Fiber", + "langName": "光ファイバー", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Electroluminescent Wire", + "langName": "発光ワイヤー", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Laser", + "langName": "レーザ", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Flare", + "langName": "フレア", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "rim light", + "langName": "リムライト", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "metallic luster", + "langName": "金属光沢", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "background light", + "langName": "背景光", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "available light", + "langName": "自然光", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Electric Arc", + "langName": "アーク", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Soft Lighting", + "langName": "柔らかい光", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "Hard Lighting", + "langName": "グレア", + "object": "光と影の効果", + "attribute": "ライト" + }, + { + "displayName": "CRT", + "langName": "ブラウン管", + "object": "光と影の効果", + "attribute": "ディスプレイ技術" + }, + { + "displayName": "LCD", + "langName": "液晶ディスプレイ", + "object": "光と影の効果", + "attribute": "ディスプレイ技術" + }, + { + "displayName": "LED", + "langName": "LED ディスプレイ", + "object": "光と影の効果", + "attribute": "ディスプレイ技術" + }, + { + "displayName": "OLED", + "langName": "OLED ディスプレイ", + "object": "光と影の効果", + "attribute": "ディスプレイ技術" + }, + { + "displayName": "AMOLED", + "langName": "AMOLED ディスプレイ", + "object": "光と影の効果", + "attribute": "ディスプレイ技術" + }, + { + "displayName": "7 Segment Display", + "langName": "7 セグメントディスプレイ", + "object": "光と影の効果", + "attribute": "ディスプレイ技術" + }, + { + "displayName": "Dot Matrix Display", + "langName": "ドットマトリックスディスプレイ", + "object": "光と影の効果", + "attribute": "ディスプレイ技術" + }, + { + "displayName": "Electroluminescent Display", + "langName": "エレクトロルミネセンスディスプレイ", + "object": "光と影の効果", + "attribute": "ディスプレイ技術" + }, + { + "displayName": "Vacuum Fluorescent Display", + "langName": "蛍光表示管", + "object": "光と影の効果", + "attribute": "ディスプレイ技術" + }, + { + "displayName": "Phosphor Display", + "langName": "蛍光表示管", + "object": "光と影の効果", + "attribute": "ディスプレイ技術" + }, + { + "displayName": "Plasma Display", + "langName": "プラズマディスプレイ", + "object": "光と影の効果", + "attribute": "ディスプレイ技術" + }, + { + "displayName": "Quantum Dot", + "langName": "量子ドット", + "object": "光と影の効果", + "attribute": "ディスプレイ技術" + }, + { + "displayName": "Quantum Dot Display", + "langName": "量子ドットディスプレイ", + "object": "光と影の効果", + "attribute": "ディスプレイ技術" + }, + { + "displayName": "Optics", + "langName": "光学", + "object": "光と影の効果", + "attribute": "ディスプレイ技術" + }, + { + "displayName": "Rough", + "langName": "粗い", + "object": "光と影の効果", + "attribute": "反射/屈折" + }, + { + "displayName": "Matte", + "langName": "マット", + "object": "光と影の効果", + "attribute": "反射/屈折" + }, + { + "displayName": "Glossy", + "langName": "光沢", + "object": "光と影の効果", + "attribute": "反射/屈折" + }, + { + "displayName": "smooth", + "langName": "スムーズ", + "object": "光と影の効果", + "attribute": "反射/屈折" + }, + { + "displayName": "Shiny", + "langName": "光沢のある", + "object": "光と影の効果", + "attribute": "反射/屈折" + }, + { + "displayName": "Reflective", + "langName": "反射的な", + "object": "光と影の効果", + "attribute": "反射/屈折" + }, + { + "displayName": "Polished", + "langName": "研磨", + "object": "光と影の効果", + "attribute": "反射/屈折" + }, + { + "displayName": "Shadows", + "langName": "影", + "object": "光と影の効果", + "attribute": "反射/屈折" + }, + { + "displayName": "Shimmer", + "langName": "きらめき", + "object": "光と影の効果", + "attribute": "反射/屈折" + }, + { + "displayName": "Shimmering", + "langName": "輝く", + "object": "光と影の効果", + "attribute": "反射/屈折" + }, + { + "displayName": "Caustics", + "langName": "コースティクス", + "object": "光と影の効果", + "attribute": "反射/屈折" + }, + { + "displayName": "Refractive", + "langName": "屈折", + "object": "光と影の効果", + "attribute": "反射/屈折" + }, + { + "displayName": "reflection light", + "langName": "光の反射", + "object": "光と影の効果", + "attribute": "反射/屈折" + }, + { + "displayName": "Ray Tracing Reflections", + "langName": "レイトレーシングによる反射", + "object": "光と影の効果", + "attribute": "反射/屈折" + }, + { + "displayName": "Lumen Reflections", + "langName": "ルーメン反射", + "object": "光と影の効果", + "attribute": "反射/屈折" + }, + { + "displayName": "Screen Space Reflections", + "langName": "スクリーン空間反射", + "object": "光と影の効果", + "attribute": "反射/屈折" + }, + { + "displayName": "ray tracing", + "langName": "レイトレーシング", + "object": "光と影の効果", + "attribute": "反射/屈折" + }, + { + "displayName": "Ambient Occlusion", + "langName": "アンビエントオクルージョン", + "object": "光と影の効果", + "attribute": "反射/屈折" + }, + { + "displayName": "Scattering", + "langName": "散乱", + "object": "光と影の効果", + "attribute": "反射/屈折" + }, + { + "displayName": "Diffraction Grading", + "langName": "回折格子", + "object": "光と影の効果", + "attribute": "反射/屈折" + }, + { + "displayName": "RGB Displacement", + "langName": "RGB シフト", + "object": "光と影の効果", + "attribute": "反射/屈折" + }, + { + "displayName": "Glowing", + "langName": "輝く", + "object": "光と影の効果", + "attribute": "輝き" + }, + { + "displayName": "Glow-In-The-Dark", + "langName": "明るい", + "object": "光と影の効果", + "attribute": "輝き" + }, + { + "displayName": "Bioluminescence", + "langName": "生物発光", + "object": "光と影の効果", + "attribute": "輝き" + }, + { + "displayName": "Photoluminescence", + "langName": "光ルミネセンス", + "object": "光と影の効果", + "attribute": "輝き" + }, + { + "displayName": "Chemiluminescence", + "langName": "化学発光", + "object": "光と影の効果", + "attribute": "輝き" + }, + { + "displayName": "Cathodoluminescence", + "langName": "カソードルミネッセンス", + "object": "光と影の効果", + "attribute": "輝き" + }, + { + "displayName": "Electroluminescence", + "langName": "エレクトロルミネセンス", + "object": "光と影の効果", + "attribute": "輝き" + }, + { + "displayName": "Radioluminescence", + "langName": "放射線発光", + "object": "光と影の効果", + "attribute": "輝き" + }, + { + "displayName": "Fluorescence", + "langName": "蛍光", + "object": "光と影の効果", + "attribute": "輝き" + }, + { + "displayName": "Phosphorescence", + "langName": "燐光", + "object": "光と影の効果", + "attribute": "輝き" + }, + { + "displayName": "Thermoluminescence", + "langName": "熱ルミネセンス", + "object": "光と影の効果", + "attribute": "輝き" + }, + { + "displayName": "Electrochemiluminescence", + "langName": "電気化学発光", + "object": "光と影の効果", + "attribute": "輝き" + }, + { + "displayName": "Crystalloluminescence", + "langName": "クリスタルの輝き", + "object": "光と影の効果", + "attribute": "輝き" + }, + { + "displayName": "Piezoluminescence", + "langName": "圧電発光", + "object": "光と影の効果", + "attribute": "輝き" + }, + { + "displayName": "Triboluminescence", + "langName": "摩擦発光", + "object": "光と影の効果", + "attribute": "輝き" + }, + { + "displayName": "Mechanoluminescence", + "langName": "機械的発光", + "object": "光と影の効果", + "attribute": "輝き" + }, + { + "displayName": "Lyoluminescence", + "langName": "光ルミネセンス", + "object": "光と影の効果", + "attribute": "輝き" + }, + { + "displayName": "Candoluminescence", + "langName": "ろうそくの光", + "object": "光と影の効果", + "attribute": "輝き" + }, + { + "displayName": "Fractoluminescence", + "langName": "破片が光る", + "object": "光と影の効果", + "attribute": "輝き" + }, + { + "displayName": "Sonoluminescence", + "langName": "ソノルミネセンス", + "object": "光と影の効果", + "attribute": "輝き" + }, + { + "displayName": "Translucidluminescence", + "langName": "半透明の輝き", + "object": "光と影の効果", + "attribute": "輝き" + }, + { + "displayName": "Materiality", + "langName": "重要性", + "object": "光と影の効果", + "attribute": "輝き" + }, + { + "displayName": "black", + "langName": "黒", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "darkgray", + "langName": "ダークグレー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "gray", + "langName": "グレー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "lightslategray", + "langName": "明るいスレートグレー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "slategray", + "langName": "灰色の石の色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "darkslategray", + "langName": "ダークグリーン", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "lightgray", + "langName": "ライトグレー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "gainsboro", + "langName": "耿の灰色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "white", + "langName": "白", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "whitesmoke", + "langName": "白い煙の色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "snow", + "langName": "白雪姫", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "ghostwhite", + "langName": "ゴーストホワイト", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "floralwhite", + "langName": "花 白", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "linen", + "langName": "リネンカラー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "antiquewhite", + "langName": "アンティークホワイト", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "oldlace", + "langName": "老眼", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "ivory", + "langName": "象牙", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "seashell", + "langName": "シェルホワイト", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "mintcream", + "langName": "ミントクリーム", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "honeydew", + "langName": "蜂蜜色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "azure", + "langName": "青空", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "aliceblue", + "langName": "アリスブルー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "lavender", + "langName": "ラベンダー色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "lightsteelblue", + "langName": "ライトスチールブルー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "slateblue", + "langName": "ストーンブルー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "mediumslateblue", + "langName": "ミディアムスレートブルー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "lightblue", + "langName": "水色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "powderblue", + "langName": "パウダーブルー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "skyblue", + "langName": "深い空の青", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "cornflowerblue", + "langName": "コーンフラワーブルー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "royalblue", + "langName": "ロイヤルブルー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "mediumblue", + "langName": "ミディアムブルー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "blue", + "langName": "青", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "darkblue", + "langName": "ダークブルー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "navy", + "langName": "ネイビーブルー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "midnightblue", + "langName": "ミッドナイトブルー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "teal", + "langName": "ダークグレーブルー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "darkcyan", + "langName": "ティール", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "cadetblue", + "langName": "ダークシアン", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "mediumturquoise", + "langName": "ダークターコイズ", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "darkturquoise", + "langName": "淡い海の緑", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "turquoise", + "langName": "ミディアムターコイズ", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "paleturquoise", + "langName": "ライトシアン", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "aquamarine", + "langName": "ターコイズ", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "lightcyan", + "langName": "青", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "cyan", + "langName": "ターコイズ", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "dodgerblue", + "langName": "ドッジブルー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "darkgreen", + "langName": "緑", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "green", + "langName": "森の緑", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "forestgreen", + "langName": "シーグリーン", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "seagreen", + "langName": "中海グリーン", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "mediumseagreen", + "langName": "ミディアムエメラルドカラー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "mediumaquamarine", + "langName": "濃い海の緑", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "darkseagreen", + "langName": "ターコイズ", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "lightseagreen", + "langName": "ミリタリーブルー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "springgreen", + "langName": "春の緑", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "mediumspringgreen", + "langName": "芝生の緑", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "lightgreen", + "langName": "草の緑", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "palegreen", + "langName": "ライトグリーン", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "lime", + "langName": "ライムグリーン", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "limegreen", + "langName": "オリーブブラウン", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "lawngreen", + "langName": "シャルトリューズグリーン", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "chartreuse", + "langName": "黄緑", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "greenyellow", + "langName": "ライムオレンジ", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "yellowgreen", + "langName": "オリーブグリーン", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "darkolivegreen", + "langName": "オリーブ色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "olivedrab", + "langName": "オリーブブラウン", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "olive", + "langName": "オリーブ色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "darkkhaki", + "langName": "ダークカーキ", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "khaki", + "langName": "カーキ", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "palegoldenrod", + "langName": "ライトアキノキリンソウ", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "lightyellow", + "langName": "淡黄色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "lightgoldenrodyellow", + "langName": "明るい黄金色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "lemonchiffon", + "langName": "レモンシルクカラー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "beige", + "langName": "ベージュ", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "cornsilk", + "langName": "トウモロコシ色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "wheat", + "langName": "小麦色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "burlywood", + "langName": "琥珀色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "gold", + "langName": "金", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "yellow", + "langName": "黄色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "darkorange", + "langName": "濃いオレンジ", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "orange", + "langName": "オレンジ色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "sandybrown", + "langName": "オレンジブラウン", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "peachpuff", + "langName": "桃色の肉色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "papayawhip", + "langName": "パパイヤ色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "blanchedalmond", + "langName": "漂白アーモンド", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "bisque", + "langName": "ビスケット色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "moccasin", + "langName": "モカシンカラー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "navajowhite", + "langName": "ナバホホワイト", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "peru", + "langName": "ペルーカラー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "darkgoldenrod", + "langName": "ダークアキノキリンソウ", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "goldenrod", + "langName": "黄金菊", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "chocolate", + "langName": "チョコレート色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "saddlebrown", + "langName": "サドルブラウン", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "sienna", + "langName": "黄土色の黄土色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "rosybrown", + "langName": "ローズブラウン", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "darksalmon", + "langName": "ダークサーモン色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "salmon", + "langName": "鮭の肉色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "lightsalmon", + "langName": "明るいサーモン色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "indianred", + "langName": "インディアンレッド", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "firebrick", + "langName": "耐火レンガの色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "brown", + "langName": "茶色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "maroon", + "langName": "栗色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "darkred", + "langName": "濃い赤", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "red", + "langName": "赤", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "orangered", + "langName": "オレンジレッド", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "tomato", + "langName": "トマトレッド", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "crimson", + "langName": "濃いピンク", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "coral", + "langName": "コーラル", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "lightpink", + "langName": "ライトピンク", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "pink", + "langName": "ピンク", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "hotpink", + "langName": "ホットピンク", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "deeppink", + "langName": "濃いピンク", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "palevioletred", + "langName": "ライラックレッド", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "mediumvioletred", + "langName": "ミディアムバイオレットレッド", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "lavenderblush", + "langName": "ラベンダー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "lightcoral", + "langName": "ライトコーラルカラー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "plum", + "langName": "プラム色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "mediumorchid", + "langName": "ミディアムオーキッドパープル", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "violet", + "langName": "紫", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "magenta", + "langName": "マゼンタ", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "fuchsia", + "langName": "紫赤", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "darkmagenta", + "langName": "ダークマゼンタ", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "purple", + "langName": "紫", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "darkorchid", + "langName": "ダークオーキッドパープル", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "darkviolet", + "langName": "ダークバイオレット", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "blueviolet", + "langName": "青紫", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "mediumpurple", + "langName": "ミディアムパープル", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "indigo", + "langName": "インジゴ", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "light_brown", + "langName": "ライトブラウン", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "dark_pink", + "langName": "濃いピンク", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "blonde", + "langName": "黄金色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "silver", + "langName": "銀", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "mistyrose", + "langName": "ミストローズ", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "steelblue", + "langName": "スチールブルー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "thistle", + "langName": "アザミ色", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "darkslateblue", + "langName": "ダークグレーブルー", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "Iridescent", + "langName": "色を変える", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "Chromatic", + "langName": "カラフル", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "Dispersion", + "langName": "分散(異なる色の光が分離する現象)", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "Prismatic", + "langName": "プリズム効果", + "object": "色の雰囲気", + "attribute": "色" + }, + { + "displayName": "yellow color scheme", + "langName": "メインカラーは黄色", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Warm Color Palette", + "langName": "暖色系", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Cool Color Palette", + "langName": "クールな色", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Colorful", + "langName": "カラフル", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Spectral Color", + "langName": "スペクトル色", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Inverted Colors", + "langName": "反転色", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Chroma", + "langName": "彩度", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Dichromatism", + "langName": "二色性", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Tetrachromacy", + "langName": "四色型視覚", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Saturated", + "langName": "飽和", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Neon", + "langName": "ネオン", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Electric Colors", + "langName": "電子カラー", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Tonal Colors", + "langName": "色相", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Vivid Colors", + "langName": "明るい色", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Complimentary-Colors", + "langName": "補色", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Split-Complementary-Colors", + "langName": "補色を分割する", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Supplementary-Colors", + "langName": "補色", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Analogous-Colors", + "langName": "類似色", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Triadic-Colors", + "langName": "3 色", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Tetradic-Colors", + "langName": "4 色(長方形カラーマッチング)", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Polychromatic-Colors", + "langName": "マルチカラー", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Light", + "langName": "明るい", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Dark", + "langName": "暗い", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Light Mode", + "langName": "ライトモード", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Dark Mode", + "langName": "ダークモード", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Tones of Black", + "langName": "黒トーン", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Tones of Black in Background", + "langName": "背景黒色", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Light Blue Background", + "langName": "ライトブルーの背景", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Light Blue Foreground", + "langName": "ライトブルーの前景", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "Light Blue", + "langName": "水色", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "nostalgia", + "langName": "懐かしい", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "High saturation", + "langName": "高彩度", + "object": "色の雰囲気", + "attribute": "カラーパレット" + }, + { + "displayName": "monochrome", + "langName": "モノクロ", + "object": "色の雰囲気", + "attribute": "モノクロパレット" + }, + { + "displayName": "Black and White", + "langName": "白黒", + "object": "色の雰囲気", + "attribute": "モノクロパレット" + }, + { + "displayName": "Desaturated", + "langName": "彩度を下げる", + "object": "色の雰囲気", + "attribute": "モノクロパレット" + }, + { + "displayName": "Sepia", + "langName": "セピア調(古い写真のような雰囲気を演出し、懐かしいレトロな雰囲気を醸し出します)", + "object": "色の雰囲気", + "attribute": "モノクロパレット" + }, + { + "displayName": "flat_color", + "langName": "フラットカラー", + "object": "色の雰囲気", + "attribute": "モノクロパレット" + }, + { + "displayName": "spot_color", + "langName": "無地", + "object": "色の雰囲気", + "attribute": "モノクロパレット" + }, + { + "displayName": "halftone", + "langName": "ハーフトーン", + "object": "色の雰囲気", + "attribute": "モノクロパレット" + }, + { + "displayName": "greyscale", + "langName": "グレースケール", + "object": "色の雰囲気", + "attribute": "モノクロパレット" + }, + { + "displayName": "partially_colored", + "langName": "部分着色", + "object": "色の雰囲気", + "attribute": "モノクロパレット" + }, + { + "displayName": "contour_deepening", + "langName": "輪郭が深くなる", + "object": "色の雰囲気", + "attribute": "モノクロパレット" + }, + { + "displayName": "(lineart)", + "langName": "線が太くなる", + "object": "色の雰囲気", + "attribute": "モノクロパレット" + }, + { + "displayName": "outline", + "langName": "等高線", + "object": "色の雰囲気", + "attribute": "モノクロパレット" + }, + { + "displayName": "high_contrast", + "langName": "高コントラスト", + "object": "色の雰囲気", + "attribute": "対比" + }, + { + "displayName": "low_contrast", + "langName": "コントラストが低い", + "object": "色の雰囲気", + "attribute": "対比" + }, + { + "displayName": "RGB", + "langName": "赤 緑 青", + "object": "色の雰囲気", + "attribute": "モニターのカラーパレット" + }, + { + "displayName": "CMYK", + "langName": "CMYK", + "object": "色の雰囲気", + "attribute": "モニターのカラーパレット" + }, + { + "displayName": "VGA", + "langName": "アナログ", + "object": "色の雰囲気", + "attribute": "モニターのカラーパレット" + }, + { + "displayName": "EGA", + "langName": "EGA", + "object": "色の雰囲気", + "attribute": "モニターのカラーパレット" + }, + { + "displayName": "CGA", + "langName": "CGA", + "object": "色の雰囲気", + "attribute": "モニターのカラーパレット" + }, + { + "displayName": "HDR", + "langName": "高解像度", + "object": "色の雰囲気", + "attribute": "モニターのカラーパレット" + }, + { + "displayName": "Atari Graphics", + "langName": "アタリグラフィックス", + "object": "色の雰囲気", + "attribute": "モニターのカラーパレット" + }, + { + "displayName": "IIGS Graphics", + "langName": "IIGS グラフィックス", + "object": "色の雰囲気", + "attribute": "モニターのカラーパレット" + }, + { + "displayName": "Amiga OCS Graphics", + "langName": "Amiga OCS グラフィックス", + "object": "色の雰囲気", + "attribute": "モニターのカラーパレット" + }, + { + "displayName": "sRGB", + "langName": "sRGB", + "object": "色の雰囲気", + "attribute": "モニターのカラーパレット" + }, + { + "displayName": "Adobe RGB", + "langName": "アドビ RGB", + "object": "色の雰囲気", + "attribute": "モニターのカラーパレット" + }, + { + "displayName": "DCI-P3", + "langName": "DCI-P3", + "object": "色の雰囲気", + "attribute": "モニターのカラーパレット" + }, + { + "displayName": "HSV", + "langName": "色相、彩度、明度", + "object": "色の雰囲気", + "attribute": "モニターのカラーパレット" + }, + { + "displayName": "HSL", + "langName": "色相、彩度、明度", + "object": "色の雰囲気", + "attribute": "モニターのカラーパレット" + }, + { + "displayName": "HCL", + "langName": "色相、彩度、照度", + "object": "色の雰囲気", + "attribute": "モニターのカラーパレット" + }, + { + "displayName": "YCbCr", + "langName": "ikB", + "object": "色の雰囲気", + "attribute": "モニターのカラーパレット" + }, + { + "displayName": "YPbPr", + "langName": "wxya", + "object": "色の雰囲気", + "attribute": "モニターのカラーパレット" + }, + { + "displayName": "scRGB", + "langName": "モノクロ RGB", + "object": "色の雰囲気", + "attribute": "モニターのカラーパレット" + }, + { + "displayName": "Coloroid", + "langName": "コロロイド", + "object": "色の雰囲気", + "attribute": "モニターのカラーパレット" + }, + { + "displayName": "Pantone", + "langName": "パントン", + "object": "色の雰囲気", + "attribute": "モニターのカラーパレット" + }, + { + "displayName": "ProPhoto RGB", + "langName": "プロフォト RGB", + "object": "色の雰囲気", + "attribute": "モニターのカラーパレット" + }, + { + "displayName": "1-bit", + "langName": "1 位", + "object": "色の雰囲気", + "attribute": "少し" + }, + { + "displayName": "2-bit", + "langName": "2 桁", + "object": "色の雰囲気", + "attribute": "少し" + }, + { + "displayName": "3-bit", + "langName": "3 桁", + "object": "色の雰囲気", + "attribute": "少し" + }, + { + "displayName": "4-bit", + "langName": "4 桁", + "object": "色の雰囲気", + "attribute": "少し" + }, + { + "displayName": "6-bit", + "langName": "6 ビット", + "object": "色の雰囲気", + "attribute": "少し" + }, + { + "displayName": "8-bit", + "langName": "8 ビット", + "object": "色の雰囲気", + "attribute": "少し" + }, + { + "displayName": "12-bit", + "langName": "12 ビット", + "object": "色の雰囲気", + "attribute": "少し" + }, + { + "displayName": "16-bit", + "langName": "16 ビット", + "object": "色の雰囲気", + "attribute": "少し" + }, + { + "displayName": "4-bit RGB", + "langName": "4 ビット RGB", + "object": "色の雰囲気", + "attribute": "少し" + }, + { + "displayName": "8-bit RGB", + "langName": "8 ビット RGB", + "object": "色の雰囲気", + "attribute": "少し" + }, + { + "displayName": "12-bit RGB", + "langName": "12 ビット RGB", + "object": "色の雰囲気", + "attribute": "少し" + }, + { + "displayName": "16-bit RGB", + "langName": "16 ビット RGB", + "object": "色の雰囲気", + "attribute": "少し" + }, + { + "displayName": "Technicolor", + "langName": "テクニカルカラー", + "object": "色の雰囲気", + "attribute": "映画制作" + }, + { + "displayName": "Kinemacolor", + "langName": "フィルムカラー", + "object": "色の雰囲気", + "attribute": "映画制作" + }, + { + "displayName": "Kodachrome", + "langName": "コダクローム", + "object": "色の雰囲気", + "attribute": "映画制作" + }, + { + "displayName": "Cinecolor", + "langName": "映画カラー", + "object": "色の雰囲気", + "attribute": "映画制作" + }, + { + "displayName": "Agfacolor", + "langName": "アグファカラー", + "object": "色の雰囲気", + "attribute": "映画制作" + }, + { + "displayName": "dynamic pose", + "langName": "ダイナミックなポーズ(エネルギッシュ)", + "object": "写真", + "attribute": "視点" + }, + { + "displayName": "dynamic_angle", + "langName": "ダイナミックアングル", + "object": "写真", + "attribute": "視点" + }, + { + "displayName": "from_above", + "langName": "上空から撮影", + "object": "写真", + "attribute": "視点" + }, + { + "displayName": "from_below", + "langName": "下から撮影", + "object": "写真", + "attribute": "視点" + }, + { + "displayName": "cinematic_angle", + "langName": "映画のアングル", + "object": "写真", + "attribute": "視点" + }, + { + "displayName": "dutch angle", + "langName": "傾斜角度", + "object": "写真", + "attribute": "視点" + }, + { + "displayName": "foreshortening", + "langName": "視点", + "object": "写真", + "attribute": "視点" + }, + { + "displayName": "fisheye", + "langName": "遠近法の絵画", + "object": "写真", + "attribute": "視点" + }, + { + "displayName": "camera level/Parallel angles", + "langName": "カメラ平行", + "object": "写真", + "attribute": "視点" + }, + { + "displayName": "horizontal view angle", + "langName": "水平視野角", + "object": "写真", + "attribute": "視点" + }, + { + "displayName": "isometric view", + "langName": "等角投影図", + "object": "写真", + "attribute": "視点" + }, + { + "displayName": "Aerial View", + "langName": "上から見た図", + "object": "写真", + "attribute": "視点" + }, + { + "displayName": "Top-View", + "langName": "上から見た図", + "object": "写真", + "attribute": "視点" + }, + { + "displayName": "Side-View", + "langName": "側面図", + "object": "写真", + "attribute": "視点" + }, + { + "displayName": "Satellite-View", + "langName": "衛星画像", + "object": "写真", + "attribute": "視点" + }, + { + "displayName": "phone_screen", + "langName": "携帯電話の画面", + "object": "写真", + "attribute": "構成" + }, + { + "displayName": "multiple_views", + "langName": "多視点分解", + "object": "写真", + "attribute": "構成" + }, + { + "displayName": "mirror selfie", + "langName": "鏡で自分撮り", + "object": "写真", + "attribute": "構成" + }, + { + "displayName": "three-quarter view", + "langName": "3/4 パース", + "object": "写真", + "attribute": "構成" + }, + { + "displayName": "front_view", + "langName": "正面図", + "object": "写真", + "attribute": "構成" + }, + { + "displayName": "from_side", + "langName": "側面図", + "object": "写真", + "attribute": "構成" + }, + { + "displayName": "from_outside", + "langName": "外から内へ", + "object": "写真", + "attribute": "構成" + }, + { + "displayName": "from_back", + "langName": "後ろ姿", + "object": "写真", + "attribute": "構成" + }, + { + "displayName": "from behind", + "langName": "後ろ姿", + "object": "写真", + "attribute": "構成" + }, + { + "displayName": "Macro View", + "langName": "顕微鏡的視点", + "object": "写真", + "attribute": "構成" + }, + { + "displayName": "Product-View", + "langName": "製品ビュー", + "object": "写真", + "attribute": "構成" + }, + { + "displayName": "Closeup-View", + "langName": "クローズアップビュー", + "object": "写真", + "attribute": "構成" + }, + { + "displayName": "First-Person", + "langName": "一人称", + "object": "写真", + "attribute": "構成" + }, + { + "displayName": "First-Person view", + "langName": "一人称視点", + "object": "写真", + "attribute": "構成" + }, + { + "displayName": "Third-Person", + "langName": "第三者", + "object": "写真", + "attribute": "構成" + }, + { + "displayName": "Third-Person View", + "langName": "三人称視点", + "object": "写真", + "attribute": "構成" + }, + { + "displayName": "Perspective", + "langName": "透視図", + "object": "写真", + "attribute": "構成" + }, + { + "displayName": "Field of View", + "langName": "視野", + "object": "写真", + "attribute": "構成" + }, + { + "displayName": "Extreme Close-up", + "langName": "顎の上", + "object": "写真", + "attribute": "視聴高さ" + }, + { + "displayName": "Medium Close-up", + "langName": "首より上", + "object": "写真", + "attribute": "視聴高さ" + }, + { + "displayName": "Full Close-up", + "langName": "鎖骨の上", + "object": "写真", + "attribute": "視聴高さ" + }, + { + "displayName": "Wide Close-up", + "langName": "肩より上", + "object": "写真", + "attribute": "視聴高さ" + }, + { + "displayName": "Close Shot", + "langName": "胸の上", + "object": "写真", + "attribute": "視聴高さ" + }, + { + "displayName": "Medium Close Shot", + "langName": "へその上", + "object": "写真", + "attribute": "視聴高さ" + }, + { + "displayName": "Medium Shot", + "langName": "へその上", + "object": "写真", + "attribute": "視聴高さ" + }, + { + "displayName": "Medium Full Shot", + "langName": "膝上", + "object": "写真", + "attribute": "視聴高さ" + }, + { + "displayName": "Full Shot", + "langName": "全身ポートレート", + "object": "写真", + "attribute": "視聴高さ" + }, + { + "displayName": "mid_shot", + "langName": "ミディアムショット", + "object": "写真", + "attribute": "視聴高さ" + }, + { + "displayName": "bust", + "langName": "バスト", + "object": "写真", + "attribute": "視聴高さ" + }, + { + "displayName": "upper_body", + "langName": "上半身", + "object": "写真", + "attribute": "視聴高さ" + }, + { + "displayName": "lower_body", + "langName": "下半身", + "object": "写真", + "attribute": "視聴高さ" + }, + { + "displayName": "cowboy_shot", + "langName": "上半身+太もも上部(デニムレンズ)", + "object": "写真", + "attribute": "視聴高さ" + }, + { + "displayName": "portrait", + "langName": "ポートレート(顔+肩+たまに胸)", + "object": "写真", + "attribute": "視聴高さ" + }, + { + "displayName": "very close portrait", + "langName": "クローズアップポートレート(カメラを近づける)", + "object": "写真", + "attribute": "視聴高さ" + }, + { + "displayName": "profile", + "langName": "横顔ポートレート(ポートレートの横顔バージョン)", + "object": "写真", + "attribute": "視聴高さ" + }, + { + "displayName": "close-up", + "langName": "閉じる", + "object": "写真", + "attribute": "視聴高さ" + }, + { + "displayName": "focus on face", + "langName": "顔に焦点を当てる", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "full-body shot", + "langName": "全身ショット", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "foreground focus", + "langName": "フロントフォーカス", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "wide_shot", + "langName": "パノラマレンズ(広角レンズ)", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "macro_shot", + "langName": "マクロレンズ", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "inset", + "langName": "追加の映像や写真を挿入する", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "cross-section", + "langName": "断面図", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "male focus", + "langName": "男性フォーカス(女性フォーカス)", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "solo_focus", + "langName": "1 人のキャラクターに焦点を当てる(複雑なシーンに適しています)", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "xx_focus", + "langName": "xx に焦点を当てる", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "face_focus", + "langName": "顔に焦点を当てる", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "eyes_focus", + "langName": "目に焦点を当てる", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "foot_focus", + "langName": "足に焦点を当てる", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "hip_focus", + "langName": "お尻に注目", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "ass_focus", + "langName": "お尻に焦点を当てる", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "vehicle_focus", + "langName": "車両(車)に焦点を当てる", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "turn_one's_back", + "langName": "カメラに戻る", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "between_legs", + "langName": "(強調)脚の間", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "between_breasts", + "langName": "(突き出た)胸", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "between_fingers", + "langName": "指の間の(突出)", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "peeking", + "langName": "覗き見", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "peeking_out", + "langName": "覗く(ジェスチャー)", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "peeping", + "langName": "盗撮(視点に重点を置く)", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "midriff_peek", + "langName": "へそを覗く", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "armpit_peek", + "langName": "脇の下を覗く", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "pussy_peek", + "langName": "浦西ピーク", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "panty_peek", + "langName": "パンティ覗き", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "pantyshot", + "langName": "下着が露出", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "caught", + "langName": "アクションを捉えた", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "upskirt", + "langName": "スカートの中を覗く", + "object": "写真", + "attribute": "レンズフォーカス" + }, + { + "displayName": "Macro", + "langName": "マクロ", + "object": "写真", + "attribute": "レンズ/光学効果" + }, + { + "displayName": "Telephoto", + "langName": "望遠", + "object": "写真", + "attribute": "レンズ/光学効果" + }, + { + "displayName": "Magnification", + "langName": "拡大する", + "object": "写真", + "attribute": "レンズ/光学効果" + }, + { + "displayName": "Microscopic", + "langName": "微視的な", + "object": "写真", + "attribute": "レンズ/光学効果" + }, + { + "displayName": "Electron Microscope", + "langName": "電子顕微鏡", + "object": "写真", + "attribute": "レンズ/光学効果" + }, + { + "displayName": "Super-Resolution Microscopy", + "langName": "超解像顕微鏡", + "object": "写真", + "attribute": "レンズ/光学効果" + }, + { + "displayName": "Wide Angle", + "langName": "広角", + "object": "写真", + "attribute": "レンズ/光学効果" + }, + { + "displayName": "Ultra-Wide Angle", + "langName": "超広角", + "object": "写真", + "attribute": "レンズ/光学効果" + }, + { + "displayName": "panorama", + "langName": "パノラマ", + "object": "写真", + "attribute": "レンズ/光学効果" + }, + { + "displayName": "360 Panorama", + "langName": "360 パノラマ", + "object": "写真", + "attribute": "レンズ/光学効果" + }, + { + "displayName": "360 Angle", + "langName": "360 度ビュー", + "object": "写真", + "attribute": "レンズ/光学効果" + }, + { + "displayName": "Fisheye Lens", + "langName": "魚眼レンズ", + "object": "写真", + "attribute": "レンズ/光学効果" + }, + { + "displayName": "Fisheye Lens Effect", + "langName": "魚眼レンズ効果", + "object": "写真", + "attribute": "レンズ/光学効果" + }, + { + "displayName": "Miniature Faking", + "langName": "ミニチュアモデル効果", + "object": "写真", + "attribute": "レンズ/光学効果" + }, + { + "displayName": "Brenizer Method", + "langName": "スパイラルショット", + "object": "写真", + "attribute": "レンズ/光学効果" + }, + { + "displayName": "Panini Projection", + "langName": "パニーニ投影", + "object": "写真", + "attribute": "レンズ/光学効果" + }, + { + "displayName": "Orthographic", + "langName": "正投影", + "object": "写真", + "attribute": "レンズ/光学効果" + }, + { + "displayName": "Isometric", + "langName": "等角投影", + "object": "写真", + "attribute": "レンズ/光学効果" + }, + { + "displayName": "DOF", + "langName": "被写界深度", + "object": "写真", + "attribute": "レンズ/光学効果" + }, + { + "displayName": "landscape", + "langName": "風景ショット(ロングショット)", + "object": "写真", + "attribute": "レンズ/光学効果" + }, + { + "displayName": "Sharp Focus", + "langName": "鋭い焦点", + "object": "写真", + "attribute": "レンズ/光学効果" + }, + { + "displayName": "Zoom", + "langName": "ズーム", + "object": "写真", + "attribute": "レンズ/光学効果" + }, + { + "displayName": "Dolly Zoom", + "langName": "ドリーズーム", + "object": "写真", + "attribute": "レンズ/光学効果" + }, + { + "displayName": "Portrait Photogram", + "langName": "肖像画", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "Photorealistic", + "langName": "フォトリアリズム", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "Cinematic", + "langName": "映画のような雰囲気", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "Color Grading", + "langName": "カラーグレーディング", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "Dramatic", + "langName": "劇的", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "Editorial Photography", + "langName": "編集写真", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "filmic", + "langName": "映画のような品質", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "film still", + "langName": "映画の静止画像", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "film grain", + "langName": "フィルム粒子", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "Glamor Shot", + "langName": "魅力的なショット", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "Golden Hour", + "langName": "ゴールデンタイム", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "High-Speed Photograph", + "langName": "高速度撮影", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "Intentional camera movement", + "langName": "意図的なカメラの動き", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "Paparazzi Photography", + "langName": "パパラッチ写真", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "Photography", + "langName": "写真", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "Photoshoot", + "langName": "写真撮影", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "photo", + "langName": "写真", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "polaroid", + "langName": "写真(ポラロイド)", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "poster,caustics", + "langName": "ポスター/テーマの焦点", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "Kaleidoscope Photography", + "langName": "万華鏡写真", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "Photojournalism", + "langName": "フォトジャーナリズム", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "Time-Lapse", + "langName": "タイムラプス撮影", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "Satellite Imagery", + "langName": "衛星画像", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "War Photography", + "langName": "戦争写真", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "Wildlife Photography", + "langName": "野生動物の写真撮影", + "object": "写真", + "attribute": "写真スタイル" + }, + { + "displayName": "Blurry", + "langName": "漠然", + "object": "写真", + "attribute": "ぼかし/歪み" + }, + { + "displayName": "Blur Effect", + "langName": "ぼかし効果", + "object": "写真", + "attribute": "ぼかし/歪み" + }, + { + "displayName": "Tilt Blur", + "langName": "傾きぼかし", + "object": "写真", + "attribute": "ぼかし/歪み" + }, + { + "displayName": "Lens Distortion", + "langName": "レンズの歪み", + "object": "写真", + "attribute": "ぼかし/歪み" + }, + { + "displayName": "flash photography", + "langName": "フラッシュ撮影", + "object": "写真", + "attribute": "カメラ設定" + }, + { + "displayName": "Exposure", + "langName": "暴露", + "object": "写真", + "attribute": "カメラ設定" + }, + { + "displayName": "Short Exposure", + "langName": "短時間露出", + "object": "写真", + "attribute": "カメラ設定" + }, + { + "displayName": "Long Exposure", + "langName": "長期露出", + "object": "写真", + "attribute": "カメラ設定" + }, + { + "displayName": "Double-Exposure", + "langName": "二重曝露", + "object": "写真", + "attribute": "カメラ設定" + }, + { + "displayName": "Shutter Speed 1/1000", + "langName": "シャッタースピード 1/1000", + "object": "写真", + "attribute": "カメラ設定" + }, + { + "displayName": "Shutter Speed 1/2", + "langName": "シャッタースピード 1/2", + "object": "写真", + "attribute": "カメラ設定" + }, + { + "displayName": "F/2.8", + "langName": "絞り/2.8", + "object": "写真", + "attribute": "カメラ設定" + }, + { + "displayName": "F/22", + "langName": "F/22", + "object": "写真", + "attribute": "カメラ設定" + }, + { + "displayName": "Gamma", + "langName": "ガンマ", + "object": "写真", + "attribute": "カメラ設定" + }, + { + "displayName": "White Balance", + "langName": "ホワイトバランス", + "object": "写真", + "attribute": "カメラ設定" + }, + { + "displayName": "Schlieren", + "langName": "光波干渉", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Night Vision", + "langName": "低照度撮影", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Hyperspectral Imaging", + "langName": "ハイパースペクトルイメージング", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Multispectral Imaging", + "langName": "マルチスペクトル画像", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Camcorder Effect", + "langName": "カメラ効果", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "DSLR", + "langName": "一眼レフ", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "35mm", + "langName": "35mm", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Tri-X 400 TX", + "langName": "トライエックス 400TX", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Instax", + "langName": "ポラロイド", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Ektachrome", + "langName": "コダック エクタクローム", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Fujifilm Superia", + "langName": "富士フイルム", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Fujifilm XT3", + "langName": "富士フイルム XT3", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Polaroid SX-70", + "langName": "ポラロイド", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Ilford HP5", + "langName": "イルフォード HP5", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Kodak Ektar", + "langName": "コダック エクター", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Kodak Gold 200", + "langName": "コダック ゴールド 200", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Kodak Portra", + "langName": "コダック ポートラ", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Lomo", + "langName": "ロモ", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Nikon D750", + "langName": "ニコン D750", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Provia", + "langName": "富士プロビア", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Shot on 70mm", + "langName": "70mm フィルムで撮影", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Velvia", + "langName": "富士ベルビア", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Vintage", + "langName": "ヴィンテージ撮影", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Pinhole Photography", + "langName": "ピンホール写真", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Photogram", + "langName": "写真", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Daguerrotype", + "langName": "ダゲレオタイプ", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Ambrotype", + "langName": "古い写真", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Calotype", + "langName": "写真", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Tintype", + "langName": "ティンタイプ写真", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Dashcam-Footage", + "langName": "ドライブレコーダーのビデオ", + "object": "写真", + "attribute": "カメラ" + }, + { + "displayName": "Unary", + "langName": "1 元", + "object": "写真", + "attribute": "デジタルシステム" + }, + { + "displayName": "Binary", + "langName": "バイナリ", + "object": "写真", + "attribute": "デジタルシステム" + }, + { + "displayName": "Ternary", + "langName": "三元", + "object": "写真", + "attribute": "デジタルシステム" + }, + { + "displayName": "Quaternary", + "langName": "第四紀", + "object": "写真", + "attribute": "デジタルシステム" + }, + { + "displayName": "Quinary", + "langName": "五進法", + "object": "写真", + "attribute": "デジタルシステム" + }, + { + "displayName": "Senary", + "langName": "16 進数", + "object": "写真", + "attribute": "デジタルシステム" + }, + { + "displayName": "Septenary", + "langName": "セブンベース", + "object": "写真", + "attribute": "デジタルシステム" + }, + { + "displayName": "Octal", + "langName": "八進数", + "object": "写真", + "attribute": "デジタルシステム" + }, + { + "displayName": "Nonary", + "langName": "ナインベース", + "object": "写真", + "attribute": "デジタルシステム" + }, + { + "displayName": "Decimal", + "langName": "小数点", + "object": "写真", + "attribute": "デジタルシステム" + }, + { + "displayName": "Hexadecimal", + "langName": "16 進数", + "object": "写真", + "attribute": "デジタルシステム" + }, + { + "displayName": "depth of field", + "langName": "被写界深度(人物シーンの調整)", + "object": "写真", + "attribute": "効果" + }, + { + "displayName": "motion_blur", + "langName": "動きによるぼやけ", + "object": "写真", + "attribute": "効果" + }, + { + "displayName": "motion_lines", + "langName": "動きを体現するライン", + "object": "写真", + "attribute": "効果" + }, + { + "displayName": "speed_lines", + "langName": "スピードライン", + "object": "写真", + "attribute": "効果" + }, + { + "displayName": "bokeh", + "langName": "コースティクス(ぼかした背景)", + "object": "写真", + "attribute": "効果" + }, + { + "displayName": "chromatic_aberration", + "langName": "色収差、焦点が合っていない色", + "object": "写真", + "attribute": "効果" + }, + { + "displayName": "overexposure", + "langName": "露出オーバー", + "object": "写真", + "attribute": "効果" + }, + { + "displayName": "Vignette", + "langName": "ビネット", + "object": "写真", + "attribute": "効果" + }, + { + "displayName": "Split Toning", + "langName": "分割グレーディング", + "object": "写真", + "attribute": "効果" + }, + { + "displayName": "Rephotography", + "langName": "重い写真撮影", + "object": "写真", + "attribute": "効果" + }, + { + "displayName": "miniature model film", + "langName": "ミニチュア映画", + "object": "写真", + "attribute": "効果" + }, + { + "displayName": "Scanography", + "langName": "スキャン写真", + "object": "写真", + "attribute": "効果" + }, + { + "displayName": "Slit-Scan Photography", + "langName": "スリットスキャン写真", + "object": "写真", + "attribute": "効果" + }, + { + "displayName": "photorealistic,realistic", + "langName": "リアル、シミュレーション", + "object": "写真", + "attribute": "効果" + }, + { + "displayName": "realistic", + "langName": "現実的", + "object": "写真", + "attribute": "効果" + }, + { + "displayName": "semi-realistic", + "langName": "半現実的な", + "object": "写真", + "attribute": "効果" + }, + { + "displayName": "realistic shadows", + "langName": "現実の影", + "object": "写真", + "attribute": "効果" + }, + { + "displayName": "detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "手の詳細", + "object": "写真", + "attribute": "効果" + }, + { + "displayName": "detailed feet and detailed 5 toes and detailed 5 toenails", + "langName": "足の詳細", + "object": "写真", + "attribute": "効果" + }, + { + "displayName": "Transparent", + "langName": "透明", + "object": "材料", + "attribute": "不透明度" + }, + { + "displayName": "Translucent", + "langName": "半透明", + "object": "材料", + "attribute": "不透明度" + }, + { + "displayName": "Opaque", + "langName": "不透明", + "object": "材料", + "attribute": "不透明度" + }, + { + "displayName": "Bump Map", + "langName": "バンプマップ", + "object": "材料", + "attribute": "地図" + }, + { + "displayName": "Bump Mapped", + "langName": "バンプマップ付き", + "object": "材料", + "attribute": "地図" + }, + { + "displayName": "Bump Mapping", + "langName": "バンプマッピング", + "object": "材料", + "attribute": "地図" + }, + { + "displayName": "Normal Map", + "langName": "法線マップ", + "object": "材料", + "attribute": "地図" + }, + { + "displayName": "Depth Map", + "langName": "深度マップ", + "object": "材料", + "attribute": "地図" + }, + { + "displayName": "Soft Body", + "langName": "ソフトウェア", + "object": "材料", + "attribute": "ソフトボディ" + }, + { + "displayName": "Squishy", + "langName": "ふわふわ", + "object": "材料", + "attribute": "ソフトボディ" + }, + { + "displayName": "Anisotropy", + "langName": "異方性", + "object": "材料", + "attribute": "特性" + }, + { + "displayName": "Carbonated", + "langName": "炭酸入り", + "object": "材料", + "attribute": "特性" + }, + { + "displayName": "Effervescent", + "langName": "発泡", + "object": "材料", + "attribute": "特性" + }, + { + "displayName": "Icy", + "langName": "寒い", + "object": "材料", + "attribute": "特性" + }, + { + "displayName": "Charred", + "langName": "炭化", + "object": "材料", + "attribute": "特性" + }, + { + "displayName": "Corrugated", + "langName": "しわのある", + "object": "材料", + "attribute": "特性" + }, + { + "displayName": "Perforated", + "langName": "穿孔", + "object": "材料", + "attribute": "特性" + }, + { + "displayName": "Wooden", + "langName": "木製", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Lumber", + "langName": "木材", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Plywood", + "langName": "合板", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Particle-Board", + "langName": "パーティクルボード", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Sawdust", + "langName": "おがくず", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Cork", + "langName": "コルク", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Cherry-Wood", + "langName": "チェリー材", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Maple-Wood", + "langName": "メープル", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Pine-Wood", + "langName": "松林", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Oak-Wood", + "langName": "オーク", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Birch-Wood", + "langName": "白樺", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Acacia-Wood", + "langName": "アカシア材", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Cedar-Wood", + "langName": "杉材", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Wood-Stain", + "langName": "木材着色剤", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Planks", + "langName": "ボード", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Wooden Planks", + "langName": "木の板", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Nailed-Wood", + "langName": "釘木", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Wooden Fence", + "langName": "木製の柵", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Cardboard", + "langName": "厚紙", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Corrugated Fiberboard", + "langName": "段ボール", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Paperboard", + "langName": "厚紙", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Cardstock", + "langName": "紙詰まり", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Paper", + "langName": "紙", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Construction Paper", + "langName": "建築図面", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Tissue Paper", + "langName": "トイレットペーパー", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Graph Paper", + "langName": "グラフ用紙", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Kraft Paper", + "langName": "クラフト紙", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Washi", + "langName": "和紙", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Wasli", + "langName": "ワスリ紙", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Papyrus", + "langName": "パピルス", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Manuscript Paper", + "langName": "原稿用紙", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Wrapping Paper", + "langName": "包装紙", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Parchment", + "langName": "羊皮紙", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Parchment Paper", + "langName": "バーベキューペーパー", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Medieval Parchment", + "langName": "中世の羊皮紙", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Toilet Paper", + "langName": "トイレットペーパー", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Paper Towel", + "langName": "組織", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Manila Paper", + "langName": "マニラ紙", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Manila Folder", + "langName": "マニラフォルダー", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Envelope", + "langName": "封筒", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Security Paper", + "langName": "偽造防止用紙", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Rolling Paper", + "langName": "紙巻たばこ", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Cotton Paper", + "langName": "組織", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Hemp Fiber", + "langName": "麻繊維", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Hemp Paper", + "langName": "麻紙", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Cellulose", + "langName": "セルロース", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Plastic-Coated Paper", + "langName": "プラスチックコーティング紙", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Tar Paper", + "langName": "タール紙", + "object": "材料", + "attribute": "木材と紙" + }, + { + "displayName": "Soil", + "langName": "土壌", + "object": "材料", + "attribute": "土壌" + }, + { + "displayName": "Dirt", + "langName": "ほこり", + "object": "材料", + "attribute": "土壌" + }, + { + "displayName": "Mud", + "langName": "泥", + "object": "材料", + "attribute": "土壌" + }, + { + "displayName": "Mud Brick", + "langName": "日干しレンガ", + "object": "材料", + "attribute": "土壌" + }, + { + "displayName": "Clay", + "langName": "粘土", + "object": "材料", + "attribute": "土壌" + }, + { + "displayName": "Sand", + "langName": "砂", + "object": "材料", + "attribute": "土壌" + }, + { + "displayName": "Gravel", + "langName": "砂利", + "object": "材料", + "attribute": "土壌" + }, + { + "displayName": "Silt", + "langName": "シルト", + "object": "材料", + "attribute": "土壌" + }, + { + "displayName": "Dust", + "langName": "ほこり", + "object": "材料", + "attribute": "土壌" + }, + { + "displayName": "Spodosol", + "langName": "針葉樹の土壌", + "object": "材料", + "attribute": "土壌" + }, + { + "displayName": "Podzol", + "langName": "針葉樹の土壌", + "object": "材料", + "attribute": "土壌" + }, + { + "displayName": "Sandpaper", + "langName": "サンドペーパー", + "object": "材料", + "attribute": "土壌" + }, + { + "displayName": "Stone", + "langName": "石", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Cobblestone", + "langName": "石畳", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Pebbles", + "langName": "小石", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Rock", + "langName": "ロック", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Rocky", + "langName": "岩だらけ", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Bedrock", + "langName": "岩盤", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Flint", + "langName": "フリント", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Sandstone", + "langName": "砂岩", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Basalt", + "langName": "玄武岩", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Marble", + "langName": "大理石", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Granite", + "langName": "花崗岩", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Diorite", + "langName": "閃緑岩", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Andesite", + "langName": "安山岩", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Gypsum", + "langName": "石膏", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Coal", + "langName": "石炭", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Sulfur", + "langName": "硫黄", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Graphene", + "langName": "グラフェン", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Carbon Nanotubes", + "langName": "カーボンナノチューブ", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Carbon Fiber", + "langName": "カーボンファイバー", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Concrete", + "langName": "コンクリート", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Sidewalk", + "langName": "歩道", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Asphalt", + "langName": "アスファルト", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Hempcrete", + "langName": "麻コンクリート", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Brick", + "langName": "レンガ", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Terracotta", + "langName": "赤土", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Pottery", + "langName": "陶器", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Ceramic", + "langName": "セラミック製品", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Enamel", + "langName": "エナメル", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Sheetrock", + "langName": "石膏ボード", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Plaster", + "langName": "スタッコ", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Asbestos", + "langName": "アスベスト", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Slag", + "langName": "スラグ", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Vermiculite", + "langName": "バーミキュライト", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Perlite", + "langName": "パーライト", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Borax", + "langName": "ホウ砂", + "object": "材料", + "attribute": "石と鉱物" + }, + { + "displayName": "Metallic", + "langName": "メタリック", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Metal", + "langName": "金属", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Liquid Metal", + "langName": "液体金属", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Foil", + "langName": "ホイル", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Rusty", + "langName": "錆びた", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Pewter", + "langName": "ピューター", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Copper", + "langName": "銅", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Tin", + "langName": "錫", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Aluminum", + "langName": "アルミニウム", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Brushed Aluminum", + "langName": "艶消しアルミニウム", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Bronze", + "langName": "ブロンズ", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Brass", + "langName": "真鍮", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Iron", + "langName": "鉄", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Wrought Iron", + "langName": "錬鉄", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Steel", + "langName": "鋼鉄", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Stainless Steel", + "langName": "ステンレス鋼", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Damascus Steel", + "langName": "ダマスカス鋼", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Titanium", + "langName": "チタン", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Anodized Titanium", + "langName": "陽極酸化チタン", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Damascus Titanium", + "langName": "ダマスカスチタン", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Sterling Silver", + "langName": "スターリングシルバー", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Sterling", + "langName": "標準シルバー", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Rose-Gold", + "langName": "ローズゴールド", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Platinum", + "langName": "白金", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Chromium", + "langName": "クロム", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Chrome", + "langName": "クロムメッキ", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Mercury", + "langName": "水銀", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Mercury Metal", + "langName": "水銀金属", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Molten Mercury", + "langName": "溶融水銀", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Molten Mercury Metal", + "langName": "溶融水銀金属", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Gallium", + "langName": "ガリウム", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Magnesium", + "langName": "マグネシウム", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Zinc", + "langName": "亜鉛", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Lead", + "langName": "鉛", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Tungsten", + "langName": "タングステン", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Zirconium", + "langName": "ジルコニウム", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Cubic Zirconium", + "langName": "キュービックジルコン", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Cobalt", + "langName": "コバルト", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Uranium", + "langName": "ウラン", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Sodium", + "langName": "ナトリウム", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Potassium", + "langName": "カリウム", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Constantan", + "langName": "コンスタンタン", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Hepatizon", + "langName": "ヘパ銅", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Nichrome", + "langName": "ニクロム", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Damascus", + "langName": "ダマスカス", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Iron Filings", + "langName": "鉄粉", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Copper-Sulfate", + "langName": "硫酸銅", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Solder", + "langName": "半田", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Metallic Fiber", + "langName": "金属繊維", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Armature Wire", + "langName": "装甲線", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Metal Foam", + "langName": "金属フォーム", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Needle", + "langName": "針", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Screw", + "langName": "スクリュー", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Paper Clips", + "langName": "ペーパークリップ", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Chain-link", + "langName": "鎖", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Chicken Wire", + "langName": "有刺鉄線", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Chain-link Fence", + "langName": "金網フェンス", + "object": "材料", + "attribute": "金属" + }, + { + "displayName": "Glassy", + "langName": "硝子体", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Stained Glass", + "langName": "ステンドグラス", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Stained Glass Windows", + "langName": "ステンドグラスの窓", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Seaglass", + "langName": "シーグラス", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Mirror", + "langName": "鏡", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Fiberglass", + "langName": "グラスファイバー", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Glass Fiber", + "langName": "グラスファイバー", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Glass and Crystals", + "langName": "ガラスとクリスタル", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Crystalline", + "langName": "結晶", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Diamond", + "langName": "ダイヤモンド", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Amethyst", + "langName": "アメジスト", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Quartz", + "langName": "石英", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Smoky Quartz", + "langName": "スモーククォーツ", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Rose Quartz", + "langName": "ローズクォーツ", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Milky Quartz", + "langName": "オパールセントクォーツ", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Rutilated Quartz", + "langName": "チタンクリスタルクォーツ", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Sceptred Quartz", + "langName": "結節状石英", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Herkimer Diamond", + "langName": "ハーキマーダイヤモンド", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Ruby", + "langName": "ルビー", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Sapphire", + "langName": "サファイア", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Emerald", + "langName": "エメラルド", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Pearl", + "langName": "パール", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Citrine", + "langName": "シトリン", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Fluorite", + "langName": "蛍石", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Onyx", + "langName": "瑪瑙", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Lapis Lazuli", + "langName": "ラピスラズリ", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Obsidian", + "langName": "黒曜石", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Selenite", + "langName": "透明石膏", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Jasper", + "langName": "カーネリアン", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Opal", + "langName": "オパール", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Opalite", + "langName": "オパール瑪瑙", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Topaz", + "langName": "トパーズ", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Agate", + "langName": "瑪瑙", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Carnelian", + "langName": "赤瑪瑙", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Ametrine", + "langName": "アメトリン", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Aventurine", + "langName": "グリーントルマリン", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Borax Crystals", + "langName": "ホウ砂結晶", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Colloidal Crystal", + "langName": "コロイド結晶", + "object": "材料", + "attribute": "ガラスとクリスタル" + }, + { + "displayName": "Cloth", + "langName": "布", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Cotton", + "langName": "コットン", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Polyester", + "langName": "ポリエステル繊維", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Twine", + "langName": "より糸", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Silk", + "langName": "シルク", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Denim", + "langName": "デニム", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Leather", + "langName": "レザー", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Felt", + "langName": "感じた", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Felt Cloth", + "langName": "フェルト布", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Cashmere", + "langName": "カシミヤ", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Velvet", + "langName": "ベルベット", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Corduroy", + "langName": "コーデュロイ", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Nylon", + "langName": "ナイロン", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Polyamide", + "langName": "ポリアミド", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Kevlar", + "langName": "アラミド", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Spandex", + "langName": "スパンデックス", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Rayon", + "langName": "レーヨン", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Microfiber", + "langName": "マイクロファイバー", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Fibers", + "langName": "ファイバ", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Lyocell", + "langName": "リヨセル", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Cordura", + "langName": "カウドゥラ", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Lurex", + "langName": "裏返し", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Nomex", + "langName": "ノーメックス", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Quilt", + "langName": "キルト", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Memory Foam", + "langName": "メモリーフォーム", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Lint", + "langName": "糸くず", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Blanket", + "langName": "ブランケット", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Pin Cushion", + "langName": "ピンクッション", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Yarn", + "langName": "糸", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Knitted", + "langName": "編み物", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Rug", + "langName": "エリアラグ", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Crochet", + "langName": "かぎ針編み", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Cross Stich", + "langName": "クロスステッチ", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Needle Point", + "langName": "編み物", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Patch", + "langName": "パッチ", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Sewen", + "langName": "縫い", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Applique", + "langName": "アップリケ", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Macrame", + "langName": "レース", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Weave", + "langName": "編み込み", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Net", + "langName": "ネット", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Netting", + "langName": "メッシュ生地", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Gauze", + "langName": "ガーゼ", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Spider Web", + "langName": "蜘蛛の巣", + "object": "材料", + "attribute": "布" + }, + { + "displayName": "Plastic", + "langName": "プラスチック", + "object": "材料", + "attribute": "プラスチック/発泡フィルム" + }, + { + "displayName": "Shrink Wrap", + "langName": "シュリンクフィルム", + "object": "材料", + "attribute": "プラスチック/発泡フィルム" + }, + { + "displayName": "Plastic Wrap", + "langName": "ラップ", + "object": "材料", + "attribute": "プラスチック/発泡フィルム" + }, + { + "displayName": "Cling Wrap", + "langName": "粘着包装フィルム", + "object": "材料", + "attribute": "プラスチック/発泡フィルム" + }, + { + "displayName": "Teflon", + "langName": "テフロン", + "object": "材料", + "attribute": "プラスチック/発泡フィルム" + }, + { + "displayName": "Lego", + "langName": "レゴ", + "object": "材料", + "attribute": "プラスチック/発泡フィルム" + }, + { + "displayName": "Polyurethane", + "langName": "ポリウレタン", + "object": "材料", + "attribute": "プラスチック/発泡フィルム" + }, + { + "displayName": "Polyethylene", + "langName": "ポリエチレン", + "object": "材料", + "attribute": "プラスチック/発泡フィルム" + }, + { + "displayName": "Polyvinyl", + "langName": "ポリエチレン", + "object": "材料", + "attribute": "プラスチック/発泡フィルム" + }, + { + "displayName": "Polypropylene", + "langName": "ポリプロピレン", + "object": "材料", + "attribute": "プラスチック/発泡フィルム" + }, + { + "displayName": "Polyimide", + "langName": "ポリイミド", + "object": "材料", + "attribute": "プラスチック/発泡フィルム" + }, + { + "displayName": "Styrofoam", + "langName": "発泡スチロール", + "object": "材料", + "attribute": "プラスチック/発泡フィルム" + }, + { + "displayName": "Foam", + "langName": "フォーム", + "object": "材料", + "attribute": "プラスチック/発泡フィルム" + }, + { + "displayName": "Rubber", + "langName": "ゴム", + "object": "材料", + "attribute": "ゴム" + }, + { + "displayName": "Rubber Band", + "langName": "輪ゴム", + "object": "材料", + "attribute": "ゴム" + }, + { + "displayName": "Rubber Band Ball", + "langName": "輪ゴムボール", + "object": "材料", + "attribute": "ゴム" + }, + { + "displayName": "Balloon", + "langName": "バルーン", + "object": "材料", + "attribute": "ゴム" + }, + { + "displayName": "Nitrile", + "langName": "ニトリルゴム", + "object": "材料", + "attribute": "ゴム" + }, + { + "displayName": "Silicone", + "langName": "シリコーン", + "object": "材料", + "attribute": "ゴム" + }, + { + "displayName": "Vinyl", + "langName": "ビニールプラスチック", + "object": "材料", + "attribute": "ゴム" + }, + { + "displayName": "Linoleum", + "langName": "リノリウム", + "object": "材料", + "attribute": "ゴム" + }, + { + "displayName": "Silly Band", + "langName": "輪ゴム", + "object": "材料", + "attribute": "ゴム" + }, + { + "displayName": "Wax", + "langName": "ワックス", + "object": "材料", + "attribute": "ワックス" + }, + { + "displayName": "Wax Paper", + "langName": "ステンシル", + "object": "材料", + "attribute": "ワックス" + }, + { + "displayName": "Carnauba Wax", + "langName": "カルナバワックス", + "object": "材料", + "attribute": "ワックス" + }, + { + "displayName": "Candelilla Wax", + "langName": "キャンデリラワックス", + "object": "材料", + "attribute": "ワックス" + }, + { + "displayName": "Paraffin Wax", + "langName": "パラフィン", + "object": "材料", + "attribute": "ワックス" + }, + { + "displayName": "Shellac", + "langName": "シェラック", + "object": "材料", + "attribute": "ワックス" + }, + { + "displayName": "Ice", + "langName": "氷", + "object": "材料", + "attribute": "氷雪" + }, + { + "displayName": "Blue-Ice", + "langName": "青い氷", + "object": "材料", + "attribute": "氷雪" + }, + { + "displayName": "Dry Ice", + "langName": "ドライアイス", + "object": "材料", + "attribute": "氷雪" + }, + { + "displayName": "Hairy", + "langName": "毛深い", + "object": "材料", + "attribute": "毛皮" + }, + { + "displayName": "Fuzz", + "langName": "フラフ", + "object": "材料", + "attribute": "毛皮" + }, + { + "displayName": "Beard", + "langName": "あごひげ", + "object": "材料", + "attribute": "毛皮" + }, + { + "displayName": "Feathers", + "langName": "フェザー", + "object": "材料", + "attribute": "毛皮" + }, + { + "displayName": "Zebra", + "langName": "シマウマ", + "object": "材料", + "attribute": "毛皮" + }, + { + "displayName": "Dust-Bunny", + "langName": "灰色のウサギ", + "object": "材料", + "attribute": "毛皮" + }, + { + "displayName": "Liquid", + "langName": "液体", + "object": "材料", + "attribute": "液体" + }, + { + "displayName": "Water", + "langName": "水", + "object": "材料", + "attribute": "液体" + }, + { + "displayName": "Lava", + "langName": "マグマ", + "object": "材料", + "attribute": "液体" + }, + { + "displayName": "Magma", + "langName": "溶岩", + "object": "材料", + "attribute": "液体" + }, + { + "displayName": "Molten Rock", + "langName": "岩を溶かす", + "object": "材料", + "attribute": "液体" + }, + { + "displayName": "Ferro Fluid", + "langName": "磁性流体", + "object": "材料", + "attribute": "液体" + }, + { + "displayName": "Liquid Crystal", + "langName": "液晶", + "object": "材料", + "attribute": "液体" + }, + { + "displayName": "Gasoline", + "langName": "ガソリン", + "object": "材料", + "attribute": "液体" + }, + { + "displayName": "Turpentine", + "langName": "テレピン油", + "object": "材料", + "attribute": "液体" + }, + { + "displayName": "Mineral Oil", + "langName": "鉱油", + "object": "材料", + "attribute": "液体" + }, + { + "displayName": "Motor Oil", + "langName": "エンジンオイル", + "object": "材料", + "attribute": "液体" + }, + { + "displayName": "Sea Foam", + "langName": "海の泡", + "object": "材料", + "attribute": "液体" + }, + { + "displayName": "Emulsion", + "langName": "乳化", + "object": "材料", + "attribute": "液体" + }, + { + "displayName": "Lipid", + "langName": "脂質", + "object": "材料", + "attribute": "液体" + }, + { + "displayName": "Flubber", + "langName": "伸縮性のある生地", + "object": "材料", + "attribute": "スライム" + }, + { + "displayName": "Putty", + "langName": "隙間を密封し充填するための接着剤", + "object": "材料", + "attribute": "スライム" + }, + { + "displayName": "Poster Tack", + "langName": "ポスター用接着剤", + "object": "材料", + "attribute": "スライム" + }, + { + "displayName": "Gel", + "langName": "ゲル", + "object": "材料", + "attribute": "粘度" + }, + { + "displayName": "Aerogel", + "langName": "エアロゲル", + "object": "材料", + "attribute": "粘度" + }, + { + "displayName": "Softgel", + "langName": "ソフトカプセル", + "object": "材料", + "attribute": "粘度" + }, + { + "displayName": "Silica Gel", + "langName": "シリコーン", + "object": "材料", + "attribute": "粘度" + }, + { + "displayName": "Ballistic Gel", + "langName": "弾道ジェル", + "object": "材料", + "attribute": "粘度" + }, + { + "displayName": "Jellyfish", + "langName": "クラゲ", + "object": "材料", + "attribute": "粘度" + }, + { + "displayName": "Ballistic Foam", + "langName": "防弾フォーム", + "object": "材料", + "attribute": "粘度" + }, + { + "displayName": "Sponge", + "langName": "スポンジ", + "object": "材料", + "attribute": "粘度" + }, + { + "displayName": "Spongy", + "langName": "スポンジ状の", + "object": "材料", + "attribute": "粘度" + }, + { + "displayName": "Tape", + "langName": "粘着テープ", + "object": "材料", + "attribute": "接着剤" + }, + { + "displayName": "Duct Tape", + "langName": "テープ", + "object": "材料", + "attribute": "接着剤" + }, + { + "displayName": "Scotch Tape", + "langName": "透明接着剤", + "object": "材料", + "attribute": "接着剤" + }, + { + "displayName": "Clear Tape", + "langName": "スコッチテープ", + "object": "材料", + "attribute": "接着剤" + }, + { + "displayName": "Packing Tape", + "langName": "シーリングテープ", + "object": "材料", + "attribute": "接着剤" + }, + { + "displayName": "Masking Tape", + "langName": "マスキングテープ", + "object": "材料", + "attribute": "接着剤" + }, + { + "displayName": "Kapton", + "langName": "カプトン", + "object": "材料", + "attribute": "接着剤" + }, + { + "displayName": "Kapton Tape", + "langName": "カプトンテープ", + "object": "材料", + "attribute": "接着剤" + }, + { + "displayName": "Adhesive", + "langName": "接着剤", + "object": "材料", + "attribute": "接着剤" + }, + { + "displayName": "Glue", + "langName": "のり", + "object": "材料", + "attribute": "接着剤" + }, + { + "displayName": "Epoxy", + "langName": "エポキシ樹脂", + "object": "材料", + "attribute": "接着剤" + }, + { + "displayName": "Polymer", + "langName": "ポリマー", + "object": "材料", + "attribute": "ポリマー" + }, + { + "displayName": "Orbeez", + "langName": "水滴", + "object": "材料", + "attribute": "ポリマー" + }, + { + "displayName": "Oobleck", + "langName": "混合デンプン溶液", + "object": "材料", + "attribute": "ポリマー" + }, + { + "displayName": "Vapor", + "langName": "スチーム", + "object": "材料", + "attribute": "ガス/粉末" + }, + { + "displayName": "Clouds", + "langName": "雲", + "object": "材料", + "attribute": "ガス/粉末" + }, + { + "displayName": "Fog", + "langName": "霧", + "object": "材料", + "attribute": "ガス/粉末" + }, + { + "displayName": "Mist", + "langName": "ミスト", + "object": "材料", + "attribute": "ガス/粉末" + }, + { + "displayName": "Gas", + "langName": "ガス", + "object": "材料", + "attribute": "ガス/粉末" + }, + { + "displayName": "Aerosol", + "langName": "エアロゾル", + "object": "材料", + "attribute": "ガス/粉末" + }, + { + "displayName": "Powder", + "langName": "粉", + "object": "材料", + "attribute": "ガス/粉末" + }, + { + "displayName": "Smoke", + "langName": "シガレット", + "object": "材料", + "attribute": "ガス/粉末" + }, + { + "displayName": "Plasma", + "langName": "プラズマ", + "object": "材料", + "attribute": "プラズマとエネルギー" + }, + { + "displayName": "Electric", + "langName": "電気", + "object": "材料", + "attribute": "プラズマとエネルギー" + }, + { + "displayName": "Electricity", + "langName": "電気", + "object": "材料", + "attribute": "プラズマとエネルギー" + }, + { + "displayName": "Fire", + "langName": "火", + "object": "材料", + "attribute": "プラズマとエネルギー" + }, + { + "displayName": "Burn", + "langName": "燃焼", + "object": "材料", + "attribute": "プラズマとエネルギー" + }, + { + "displayName": "Inferno", + "langName": "地獄の業火", + "object": "材料", + "attribute": "プラズマとエネルギー" + }, + { + "displayName": "Jelly", + "langName": "ゼリー", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Agar", + "langName": "寒天", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Wagyu", + "langName": "和牛", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Tallow", + "langName": "獣脂", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Butter", + "langName": "バター", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Margarine", + "langName": "マーガリン", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Cheese", + "langName": "チーズ", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Egg Yolk", + "langName": "卵黄", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Beans", + "langName": "豆", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Macaroni", + "langName": "パスタ", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Marconi and Cheese", + "langName": "マクロンチーズ", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Pretzel", + "langName": "プレッツェル", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Churros", + "langName": "揚げパン", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Bread", + "langName": "パン", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Made of Bread", + "langName": "パンでできた", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Sour Cream", + "langName": "サワークリーム", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Sauce", + "langName": "ソース", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Pasta Sauce", + "langName": "スパゲッティソース", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Ketchup", + "langName": "ケチャップ", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Mustard", + "langName": "マスタード", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Mayonnaise", + "langName": "マヨネーズ", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Syrup", + "langName": "シロップ", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Maple Syrup", + "langName": "メープルシロップ", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Whipped Cream", + "langName": "生クリーム", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Lollipop", + "langName": "ロリポップ", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Cinnamon", + "langName": "シナモン", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Caramel", + "langName": "キャラメル", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Taffy", + "langName": "トフィー", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Honeycomb", + "langName": "ハニカムキャンディー", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Edible Ink", + "langName": "食用インク", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Food Coloring", + "langName": "食品着色料", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Sprinkles", + "langName": "キャンディーの破片", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Fondant Icing", + "langName": "フォンダンアイシング", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Royal Icing", + "langName": "メレンゲ", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Wedding Cake", + "langName": "ウェディングケーキ", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Cake Decorating", + "langName": "ケーキのデコレーション", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Shortcrust-Pastry", + "langName": "パイ生地", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Flaky-Pastry", + "langName": "ミルフィーユパイ生地", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Puff-Pastry", + "langName": "パイ生地", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Eclair", + "langName": "パフ", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Cannoli", + "langName": "ドーナツロール", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Fruit-Tart", + "langName": "フルーツタルト", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Creme Brule", + "langName": "キャラメルプリン", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Gum", + "langName": "チューインガム", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Toothpaste", + "langName": "歯磨き粉", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Vegetable Oil", + "langName": "植物油", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Olive Oil", + "langName": "オリーブ油", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Soda", + "langName": "ソーダ水", + "object": "材料", + "attribute": "食品および消耗品" + }, + { + "displayName": "Grass", + "langName": "草", + "object": "材料", + "attribute": "植物" + }, + { + "displayName": "Grassy", + "langName": "草原", + "object": "材料", + "attribute": "植物" + }, + { + "displayName": "Floral", + "langName": "花", + "object": "材料", + "attribute": "植物" + }, + { + "displayName": "Vines", + "langName": "つる", + "object": "材料", + "attribute": "植物" + }, + { + "displayName": "Tree Bark", + "langName": "吠える", + "object": "材料", + "attribute": "植物" + }, + { + "displayName": "Branches", + "langName": "枝", + "object": "材料", + "attribute": "植物" + }, + { + "displayName": "shrub", + "langName": "低木", + "object": "材料", + "attribute": "植物" + }, + { + "displayName": "Leaves", + "langName": "葉", + "object": "材料", + "attribute": "植物" + }, + { + "displayName": "Pinecone", + "langName": "松ぼっくり", + "object": "材料", + "attribute": "植物" + }, + { + "displayName": "Acorn", + "langName": "どんぐり", + "object": "材料", + "attribute": "植物" + }, + { + "displayName": "Moss", + "langName": "苔", + "object": "材料", + "attribute": "植物" + }, + { + "displayName": "Cactus", + "langName": "カクタス", + "object": "材料", + "attribute": "植物" + }, + { + "displayName": "Straw", + "langName": "ストロー", + "object": "材料", + "attribute": "植物" + }, + { + "displayName": "Straw-Bale", + "langName": "わら俵", + "object": "材料", + "attribute": "植物" + }, + { + "displayName": "Hay", + "langName": "干し草", + "object": "材料", + "attribute": "植物" + }, + { + "displayName": "Hay-Bale", + "langName": "干し草の俵", + "object": "材料", + "attribute": "植物" + }, + { + "displayName": "Hemp", + "langName": "麻痺", + "object": "材料", + "attribute": "植物" + }, + { + "displayName": "Fungi", + "langName": "菌類", + "object": "材料", + "attribute": "細菌" + }, + { + "displayName": "Mushrooms", + "langName": "キノコ", + "object": "材料", + "attribute": "細菌" + }, + { + "displayName": "Mycelium", + "langName": "菌糸", + "object": "材料", + "attribute": "細菌" + }, + { + "displayName": "Moldy", + "langName": "カビの生えた", + "object": "材料", + "attribute": "細菌" + }, + { + "displayName": "Lactarius-Indigo", + "langName": "インディゴミルクマッシュルーム", + "object": "材料", + "attribute": "細菌" + }, + { + "displayName": "Latticed-Stinkhorn", + "langName": "格子柄菌類", + "object": "材料", + "attribute": "細菌" + }, + { + "displayName": "Clathrus-Ruber", + "langName": "ロドコッカス", + "object": "材料", + "attribute": "細菌" + }, + { + "displayName": "Laccaria-Amethystina", + "langName": "紫色のキノコ", + "object": "材料", + "attribute": "細菌" + }, + { + "displayName": "Entoloma-Hochstetteri", + "langName": "ウダリゴフィルム ホロフィラ", + "object": "材料", + "attribute": "細菌" + }, + { + "displayName": "Clavaria-Zollingeri", + "langName": "紫サンゴ菌", + "object": "材料", + "attribute": "細菌" + }, + { + "displayName": "Chlorociboria", + "langName": "緑色の菌類", + "object": "材料", + "attribute": "細菌" + }, + { + "displayName": "Golden-Scruffy-Collybia", + "langName": "黄金のカラスの足キノコ", + "object": "材料", + "attribute": "細菌" + }, + { + "displayName": "Cyptotrama-Asprata", + "langName": "謎のノコギリ足キノコ", + "object": "材料", + "attribute": "細菌" + }, + { + "displayName": "Mycena Acicula", + "langName": "ファロフィラム・アクミナタ", + "object": "材料", + "attribute": "細菌" + }, + { + "displayName": "Hygrocybe-Cantharellus", + "langName": "黄褐色の赤足キノコ", + "object": "材料", + "attribute": "細菌" + }, + { + "displayName": "Amanita-Muscaria", + "langName": "テングタケの赤と白", + "object": "材料", + "attribute": "細菌" + }, + { + "displayName": "Favolaschia-Calocera", + "langName": "オランウータンの指の菌類", + "object": "材料", + "attribute": "細菌" + }, + { + "displayName": "Marasmius-Haematocephalus", + "langName": "赤毛菌", + "object": "材料", + "attribute": "細菌" + }, + { + "displayName": "Cystoagaricus-Trisulphuratus", + "langName": "三硫酸キノコ", + "object": "材料", + "attribute": "細菌" + }, + { + "displayName": "Tremella-Mesenterica", + "langName": "キサントモナス", + "object": "材料", + "attribute": "細菌" + }, + { + "displayName": "Tremella-Fuciformis", + "langName": "シロキクラゲ", + "object": "材料", + "attribute": "細菌" + }, + { + "displayName": "Tornado", + "langName": "竜巻", + "object": "材料", + "attribute": "物体" + }, + { + "displayName": "Cage", + "langName": "ケージ", + "object": "材料", + "attribute": "物体" + }, + { + "displayName": "Cheese Grater", + "langName": "チーズおろし器", + "object": "材料", + "attribute": "物体" + }, + { + "displayName": "Slinky", + "langName": "スプリングおもちゃ", + "object": "材料", + "attribute": "物体" + }, + { + "displayName": "Yin Yang", + "langName": "陰陽", + "object": "材料", + "attribute": "シンボル" + }, + { + "displayName": "Taiji", + "langName": "太極拳", + "object": "材料", + "attribute": "シンボル" + }, + { + "displayName": "Bagua", + "langName": "ゴシップ", + "object": "材料", + "attribute": "シンボル" + }, + { + "displayName": "Wu Xing", + "langName": "五大元素(金、木、水、火、土)", + "object": "材料", + "attribute": "シンボル" + }, + { + "displayName": "Gorgeous", + "langName": "素敵", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "stunning", + "langName": "すばらしい", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "intricate", + "langName": "複雑な", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "detailed", + "langName": "詳細が満載", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "luxurious", + "langName": "贅沢", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "subtle", + "langName": "繊細", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "delicate", + "langName": "絶妙な", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "captivating", + "langName": "魅力的", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Refreshing", + "langName": "新鮮な", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Divine", + "langName": "神聖", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Infused", + "langName": "溶け込む", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Essence", + "langName": "エッセンス", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Ineffable", + "langName": "言葉では言い表せない", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Powerful", + "langName": "強力", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Weak", + "langName": "弱い", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Thick", + "langName": "厚い", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Massive Scale", + "langName": "大規模", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Massive", + "langName": "たくさんの", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Huge", + "langName": "巨大な", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Large", + "langName": "大きい", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Big", + "langName": "大きい", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Mini", + "langName": "ミニ", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Tiny", + "langName": "小さい", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Micro", + "langName": "微視的な", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Nano", + "langName": "ナノメートル", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Flexible", + "langName": "フレキシブル", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Paradox", + "langName": "パラドックス", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Feng Shui", + "langName": "風水", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Perfectionism", + "langName": "完璧主義", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "OCD", + "langName": "強迫性障害", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Array", + "langName": "シリーズ", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Muted", + "langName": "ミュート", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Visual Perception", + "langName": "視覚", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Visual Agnosia", + "langName": "視覚失認", + "object": "材料", + "attribute": "コンセプト" + }, + { + "displayName": "Amber", + "langName": "琥珀色", + "object": "材料", + "attribute": "その他の材料" + }, + { + "displayName": "Inlay", + "langName": "モザイク", + "object": "材料", + "attribute": "その他の材料" + }, + { + "displayName": "Wires", + "langName": "電線", + "object": "材料", + "attribute": "その他の材料" + }, + { + "displayName": "Cells", + "langName": "細胞", + "object": "材料", + "attribute": "その他の材料" + }, + { + "displayName": "Cellular", + "langName": "メッシュ", + "object": "材料", + "attribute": "その他の材料" + }, + { + "displayName": "Transistor", + "langName": "トランジスタ", + "object": "材料", + "attribute": "その他の材料" + }, + { + "displayName": "Diode", + "langName": "ダイオード", + "object": "材料", + "attribute": "その他の材料" + }, + { + "displayName": "Point", + "langName": "ポイント", + "object": "幾何学的構成", + "attribute": "形" + }, + { + "displayName": "Dot", + "langName": "ポイント", + "object": "幾何学的構成", + "attribute": "形" + }, + { + "displayName": "Line", + "langName": "ワイヤー", + "object": "幾何学的構成", + "attribute": "形" + }, + { + "displayName": "Curve", + "langName": "曲線", + "object": "幾何学的構成", + "attribute": "形" + }, + { + "displayName": "Bezier Curve", + "langName": "ベジェ曲線", + "object": "幾何学的構成", + "attribute": "形" + }, + { + "displayName": "Triangle", + "langName": "三角形", + "object": "幾何学的構成", + "attribute": "形" + }, + { + "displayName": "Square", + "langName": "四角", + "object": "幾何学的構成", + "attribute": "形" + }, + { + "displayName": "Pentagon", + "langName": "五角形", + "object": "幾何学的構成", + "attribute": "形" + }, + { + "displayName": "Hexagon", + "langName": "六角形", + "object": "幾何学的構成", + "attribute": "形" + }, + { + "displayName": "Hexagonal", + "langName": "六角形", + "object": "幾何学的構成", + "attribute": "形" + }, + { + "displayName": "Heptagon", + "langName": "七角形", + "object": "幾何学的構成", + "attribute": "形" + }, + { + "displayName": "Octagon", + "langName": "八角形", + "object": "幾何学的構成", + "attribute": "形" + }, + { + "displayName": "Nonagon", + "langName": "九角形", + "object": "幾何学的構成", + "attribute": "形" + }, + { + "displayName": "Decagon", + "langName": "十角形", + "object": "幾何学的構成", + "attribute": "形" + }, + { + "displayName": "Rectangle", + "langName": "矩形", + "object": "幾何学的構成", + "attribute": "形" + }, + { + "displayName": "Rectangular", + "langName": "長方形", + "object": "幾何学的構成", + "attribute": "形" + }, + { + "displayName": "Parallelogram", + "langName": "平行四辺形", + "object": "幾何学的構成", + "attribute": "形" + }, + { + "displayName": "Rhombus", + "langName": "ダイヤモンド", + "object": "幾何学的構成", + "attribute": "形" + }, + { + "displayName": "Heart", + "langName": "心臓", + "object": "幾何学的構成", + "attribute": "形" + }, + { + "displayName": "Spirangle", + "langName": "スパイラル", + "object": "幾何学的構成", + "attribute": "形" + }, + { + "displayName": "Cube", + "langName": "キューブ", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Cuboid", + "langName": "直方体", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Sphere", + "langName": "球", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Cone", + "langName": "円錐", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Cylinder", + "langName": "シリンダー", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Pyramid", + "langName": "ピラミッド", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Torus", + "langName": "トーラス", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Rectangular Prism", + "langName": "直角プリズム", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Star Prism", + "langName": "スタープリズム", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Wedge", + "langName": "ウェッジ", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Zonohedron", + "langName": "多面体", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Tetrahedron", + "langName": "四面体", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Octahedron", + "langName": "八面体", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Dodecahedron", + "langName": "十二面体", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Icosahedron", + "langName": "二十面体", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Kepler-Poinsot Polyhedra", + "langName": "ケプラー点多面体", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Cuboctahedron", + "langName": "立方八面体", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Rhombicuboctahedron", + "langName": "菱面体立方八面体", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Icosidodecahedron", + "langName": "二十面体", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Rhombicosidodecahedron", + "langName": "菱面体二十面体", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Trapezohedron", + "langName": "台形体", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Cupola", + "langName": "ドーム", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Anticupola", + "langName": "リバースドーム", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Hypercupolae", + "langName": "スーパードーム", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Bicupola", + "langName": "ダブルドーム", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Frustum", + "langName": "円錐台", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Bifrustum", + "langName": "二重錐台", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Rotunda", + "langName": "ロタンダ", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Birotunda", + "langName": "ダブルロタンダ", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Prismatoid", + "langName": "プリズム", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Scutoid", + "langName": "鱗状の多面体", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Bipyramid", + "langName": "ダブルコーン", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Star Bipyramid", + "langName": "スターダブルコーン", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Anti-Prism", + "langName": "アンチプリズム", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Trapezohedra", + "langName": "台形円錐", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Star Trapezohedron", + "langName": "星型台形円錐", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Spherical polyhedron", + "langName": "球状多面体", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Mobius strip", + "langName": "メビウスの輪", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Hexaflexagon", + "langName": "六角形のカートン", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Miura fold", + "langName": "ミウラ折り", + "object": "幾何学的構成", + "attribute": "物体" + }, + { + "displayName": "Hypercube", + "langName": "ハイパーキューブ", + "object": "幾何学的構成", + "attribute": "スーパーシェイプ" + }, + { + "displayName": "Hyperprism", + "langName": "スーパープリズム", + "object": "幾何学的構成", + "attribute": "スーパーシェイプ" + }, + { + "displayName": "Hyperpyramid", + "langName": "スーパーピラミッド", + "object": "幾何学的構成", + "attribute": "スーパーシェイプ" + }, + { + "displayName": "Hypertorus", + "langName": "ハイパートーラス", + "object": "幾何学的構成", + "attribute": "スーパーシェイプ" + }, + { + "displayName": "Hypersphere", + "langName": "ハイパースフィア", + "object": "幾何学的構成", + "attribute": "スーパーシェイプ" + }, + { + "displayName": "Hypercone", + "langName": "ハイパーコーン", + "object": "幾何学的構成", + "attribute": "スーパーシェイプ" + }, + { + "displayName": "Hypercylinder", + "langName": "ハイパーシリンダー", + "object": "幾何学的構成", + "attribute": "スーパーシェイプ" + }, + { + "displayName": "Hyperzonohedron", + "langName": "超多面体", + "object": "幾何学的構成", + "attribute": "スーパーシェイプ" + }, + { + "displayName": "Hypertetrahedron", + "langName": "超四面体", + "object": "幾何学的構成", + "attribute": "スーパーシェイプ" + }, + { + "displayName": "Hyperoctahedron", + "langName": "超八面体", + "object": "幾何学的構成", + "attribute": "スーパーシェイプ" + }, + { + "displayName": "Hyperdodecahedron", + "langName": "超十二面体", + "object": "幾何学的構成", + "attribute": "スーパーシェイプ" + }, + { + "displayName": "Hypericosahedron", + "langName": "超二十面体", + "object": "幾何学的構成", + "attribute": "スーパーシェイプ" + }, + { + "displayName": "Flexible Polyhedron", + "langName": "弾性多面体", + "object": "幾何学的構成", + "attribute": "スーパーシェイプ" + }, + { + "displayName": "Klein bottle", + "langName": "クラインの壺", + "object": "幾何学的構成", + "attribute": "スーパーシェイプ" + }, + { + "displayName": "Monogon", + "langName": "ヘドロン", + "object": "幾何学的構成", + "attribute": "スーパーシェイプ" + }, + { + "displayName": "Digon", + "langName": "二面体", + "object": "幾何学的構成", + "attribute": "スーパーシェイプ" + }, + { + "displayName": "AR", + "langName": "拡張現実", + "object": "幾何学的構成", + "attribute": "マルチバース" + }, + { + "displayName": "VR", + "langName": "仮想現実", + "object": "幾何学的構成", + "attribute": "マルチバース" + }, + { + "displayName": "2-Dimensional", + "langName": "二次元", + "object": "幾何学的構成", + "attribute": "マルチバース" + }, + { + "displayName": "2D", + "langName": "2D", + "object": "幾何学的構成", + "attribute": "マルチバース" + }, + { + "displayName": "2.5-Dimensional", + "langName": "2.5 次元", + "object": "幾何学的構成", + "attribute": "マルチバース" + }, + { + "displayName": "2.5D", + "langName": "2.5D", + "object": "幾何学的構成", + "attribute": "マルチバース" + }, + { + "displayName": "3-Dimensional", + "langName": "3 次元", + "object": "幾何学的構成", + "attribute": "マルチバース" + }, + { + "displayName": "3D", + "langName": "3D", + "object": "幾何学的構成", + "attribute": "マルチバース" + }, + { + "displayName": "4-Dimensional", + "langName": "4 次元", + "object": "幾何学的構成", + "attribute": "マルチバース" + }, + { + "displayName": "4D", + "langName": "4D", + "object": "幾何学的構成", + "attribute": "マルチバース" + }, + { + "displayName": "5-Dimensional", + "langName": "5 次元", + "object": "幾何学的構成", + "attribute": "マルチバース" + }, + { + "displayName": "5D", + "langName": "5D", + "object": "幾何学的構成", + "attribute": "マルチバース" + }, + { + "displayName": "Overdimensional", + "langName": "超次元", + "object": "幾何学的構成", + "attribute": "マルチバース" + }, + { + "displayName": "Underdimensional", + "langName": "二次元", + "object": "幾何学的構成", + "attribute": "マルチバース" + }, + { + "displayName": "Hyperdimensional", + "langName": "超次元性", + "object": "幾何学的構成", + "attribute": "マルチバース" + }, + { + "displayName": "Subdimensional", + "langName": "二次次元", + "object": "幾何学的構成", + "attribute": "マルチバース" + }, + { + "displayName": "Omnidimensional", + "langName": "フルディメンション", + "object": "幾何学的構成", + "attribute": "マルチバース" + }, + { + "displayName": "Everdimensional", + "langName": "永遠の次元", + "object": "幾何学的構成", + "attribute": "マルチバース" + }, + { + "displayName": "Extradimensional", + "langName": "異次元", + "object": "幾何学的構成", + "attribute": "マルチバース" + }, + { + "displayName": "Beyond-Dimensional", + "langName": "次元を超えて", + "object": "幾何学的構成", + "attribute": "マルチバース" + }, + { + "displayName": "Excessively-dimensional", + "langName": "過剰な次元", + "object": "幾何学的構成", + "attribute": "マルチバース" + }, + { + "displayName": "Alldimensional", + "langName": "フルディメンション", + "object": "幾何学的構成", + "attribute": "マルチバース" + }, + { + "displayName": "Multiverse", + "langName": "マルチバース", + "object": "幾何学的構成", + "attribute": "マルチバース" + }, + { + "displayName": "Low Poly", + "langName": "ロープロファイルモデリング", + "object": "幾何学的構成", + "attribute": "スタイル" + }, + { + "displayName": "Geometric", + "langName": "幾何学", + "object": "幾何学的構成", + "attribute": "スタイル" + }, + { + "displayName": "Non-Euclidian", + "langName": "非ユークリッド", + "object": "幾何学的構成", + "attribute": "スタイル" + }, + { + "displayName": "Poly", + "langName": "ポリ", + "object": "幾何学的構成", + "attribute": "スタイル" + }, + { + "displayName": "Polygon", + "langName": "ポリゴン", + "object": "幾何学的構成", + "attribute": "スタイル" + }, + { + "displayName": "Polygonal", + "langName": "多国間", + "object": "幾何学的構成", + "attribute": "スタイル" + }, + { + "displayName": "Polyhedron", + "langName": "多面体", + "object": "幾何学的構成", + "attribute": "スタイル" + }, + { + "displayName": "Polyhedral", + "langName": "多くの側面", + "object": "幾何学的構成", + "attribute": "スタイル" + }, + { + "displayName": "Platonic Solids", + "langName": "プラトン立体", + "object": "幾何学的構成", + "attribute": "スタイル" + }, + { + "displayName": "Archimedean Solids", + "langName": "アルキメデス立体", + "object": "幾何学的構成", + "attribute": "スタイル" + }, + { + "displayName": "Catalan solids", + "langName": "カタルーニャのステレオタイプ", + "object": "幾何学的構成", + "attribute": "スタイル" + }, + { + "displayName": "Vertex", + "langName": "頂点", + "object": "幾何学的構成", + "attribute": "特性" + }, + { + "displayName": "Edge", + "langName": "角", + "object": "幾何学的構成", + "attribute": "特性" + }, + { + "displayName": "Surface", + "langName": "表面", + "object": "幾何学的構成", + "attribute": "特性" + }, + { + "displayName": "Interior", + "langName": "内部", + "object": "幾何学的構成", + "attribute": "特性" + }, + { + "displayName": "Exterior", + "langName": "外部の", + "object": "幾何学的構成", + "attribute": "特性" + }, + { + "displayName": "Convex", + "langName": "凸状の", + "object": "幾何学的構成", + "attribute": "特性" + }, + { + "displayName": "Concave", + "langName": "凹面", + "object": "幾何学的構成", + "attribute": "特性" + }, + { + "displayName": "Equiangular", + "langName": "等角", + "object": "幾何学的構成", + "attribute": "特性" + }, + { + "displayName": "Equilateral", + "langName": "正三角形", + "object": "幾何学的構成", + "attribute": "特性" + }, + { + "displayName": "Cyclic", + "langName": "円形", + "object": "幾何学的構成", + "attribute": "特性" + }, + { + "displayName": "Tangential", + "langName": "正接", + "object": "幾何学的構成", + "attribute": "特性" + }, + { + "displayName": "Rectilinear", + "langName": "直線", + "object": "幾何学的構成", + "attribute": "特性" + }, + { + "displayName": "Traverse", + "langName": "横切って", + "object": "幾何学的構成", + "attribute": "特性" + }, + { + "displayName": "Quasi", + "langName": "プラン", + "object": "幾何学的構成", + "attribute": "特性" + }, + { + "displayName": "Quasi-Regular", + "langName": "準ルール", + "object": "幾何学的構成", + "attribute": "特性" + }, + { + "displayName": "Isogonal", + "langName": "等角", + "object": "幾何学的構成", + "attribute": "特性" + }, + { + "displayName": "Isotoxal", + "langName": "毒を待つ", + "object": "幾何学的構成", + "attribute": "特性" + }, + { + "displayName": "Isohedral", + "langName": "均等麺", + "object": "幾何学的構成", + "attribute": "特性" + }, + { + "displayName": "Stellation", + "langName": "星形", + "object": "幾何学的構成", + "attribute": "特性" + }, + { + "displayName": "Ehrhart Polynomial", + "langName": "エアハルト多項式", + "object": "幾何学的構成", + "attribute": "特性" + }, + { + "displayName": "Ideal polyhedron", + "langName": "理想的な多面体", + "object": "幾何学的構成", + "attribute": "特性" + }, + { + "displayName": "Polytope", + "langName": "多面体", + "object": "幾何学的構成", + "attribute": "特性" + }, + { + "displayName": "Realistic Painting", + "langName": "写実的な絵画", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Fine Art", + "langName": "美術絵画", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Still-Life", + "langName": "静物画", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Oil Paint", + "langName": "絵画", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "((dyeing)),((oil painting)),((impasto))", + "langName": "油絵(組み合わせ)", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Wet Paint", + "langName": "ウェットペインティング", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Dripping Paint", + "langName": "滴り落ちるペンキ", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Splatter Paint", + "langName": "スプラッシュペイント", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Spray Paint", + "langName": "スプレーペイント", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Puffy Paint", + "langName": "立体顔料", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Glass Paint", + "langName": "ガラスペイント", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Tempera Paint", + "langName": "テンペラ", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Gouache Paint", + "langName": "ガッシュペイント", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Chinese Painting", + "langName": "中国絵画", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Tibetan Painting", + "langName": "チベット絵画", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Scroll Painting", + "langName": "巻物絵画", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Canvas", + "langName": "キャンバス画", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Color Field Painting", + "langName": "カラーフィールドペインティング", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Hard Edge Painting", + "langName": "ハードエッジペインティング", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Paper-Marbling", + "langName": "ガッシュ", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Hydrodipped", + "langName": "ウォーターステッカー", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Painting", + "langName": "絵画", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Ink wash painting", + "langName": "水墨画", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "watercolor", + "langName": "水彩画", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "(((ink))),((watercolor))", + "langName": "水彩画", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Paint", + "langName": "ペイント", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "acrylic_paint", + "langName": "アクリル絵の具", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Airbrush", + "langName": "エアブラシ", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Coffee Paint", + "langName": "コーヒーペイント", + "object": "画像タイプ", + "attribute": "絵画" + }, + { + "displayName": "Illustration", + "langName": "図", + "object": "画像タイプ", + "attribute": "図" + }, + { + "displayName": "Storybook Illustration", + "langName": "ストーリーブックのイラスト", + "object": "画像タイプ", + "attribute": "図" + }, + { + "displayName": "Children's Drawing", + "langName": "子供の絵", + "object": "画像タイプ", + "attribute": "図" + }, + { + "displayName": "Graphic Novel", + "langName": "グラフィックノベル", + "object": "画像タイプ", + "attribute": "図" + }, + { + "displayName": "Visual Novel", + "langName": "ビジュアルノベル", + "object": "画像タイプ", + "attribute": "図" + }, + { + "displayName": "Illustrated-Booklet", + "langName": "イラスト入りパンフレット", + "object": "画像タイプ", + "attribute": "図" + }, + { + "displayName": "Illuminated Manuscript", + "langName": "装飾写本", + "object": "画像タイプ", + "attribute": "図" + }, + { + "displayName": "Assembly Drawing", + "langName": "組立図", + "object": "画像タイプ", + "attribute": "図" + }, + { + "displayName": "wallpaper", + "langName": "壁紙", + "object": "画像タイプ", + "attribute": "図" + }, + { + "displayName": "extremely detailed wallpaper", + "langName": "非常に詳細な壁紙", + "object": "画像タイプ", + "attribute": "図" + }, + { + "displayName": "digital illustration", + "langName": "デジタルイラストレーション", + "object": "画像タイプ", + "attribute": "図" + }, + { + "displayName": "multiple item spritedsheet", + "langName": "複数の関連パターンの画像のコレクション", + "object": "画像タイプ", + "attribute": "図" + }, + { + "displayName": "game cg", + "langName": "ゲーム CG", + "object": "画像タイプ", + "attribute": "図" + }, + { + "displayName": "extremely detailed cg", + "langName": "非常に詳細な CG", + "object": "画像タイプ", + "attribute": "図" + }, + { + "displayName": "Drawing", + "langName": "絵画", + "object": "画像タイプ", + "attribute": "手描き" + }, + { + "displayName": "Hand-Drawn", + "langName": "手描き", + "object": "画像タイプ", + "attribute": "手描き" + }, + { + "displayName": "Doodle", + "langName": "落書き", + "object": "画像タイプ", + "attribute": "手描き" + }, + { + "displayName": "sketch", + "langName": "スケッチ", + "object": "画像タイプ", + "attribute": "手描き" + }, + { + "displayName": "posing sketch", + "langName": "スケッチ", + "object": "画像タイプ", + "attribute": "手描き" + }, + { + "displayName": "Line Art", + "langName": "線画", + "object": "画像タイプ", + "attribute": "手描き" + }, + { + "displayName": "Crosshatch", + "langName": "クロスハッチング", + "object": "画像タイプ", + "attribute": "手描き" + }, + { + "displayName": "Stipple", + "langName": "点描法", + "object": "画像タイプ", + "attribute": "手描き" + }, + { + "displayName": "Dot Art", + "langName": "点描法", + "object": "画像タイプ", + "attribute": "手描き" + }, + { + "displayName": "Anatomical Drawing", + "langName": "解剖図", + "object": "画像タイプ", + "attribute": "手描き" + }, + { + "displayName": "(posing sketch),(monochrome)", + "langName": "白黒スケッチ", + "object": "画像タイプ", + "attribute": "手描き" + }, + { + "displayName": "Pencil Art", + "langName": "鉛筆画", + "object": "画像タイプ", + "attribute": "鉛筆" + }, + { + "displayName": "graphite", + "langName": "鉛筆", + "object": "画像タイプ", + "attribute": "鉛筆" + }, + { + "displayName": "colored_pencil", + "langName": "色鉛筆", + "object": "画像タイプ", + "attribute": "鉛筆" + }, + { + "displayName": "watercolor_pencil", + "langName": "水彩色鉛筆", + "object": "画像タイプ", + "attribute": "鉛筆" + }, + { + "displayName": "charcoal art", + "langName": "木炭画", + "object": "画像タイプ", + "attribute": "鉛筆" + }, + { + "displayName": "millipen_(medium)", + "langName": "描画ペン", + "object": "画像タイプ", + "attribute": "鉛筆" + }, + { + "displayName": "nib_pen_(medium)", + "langName": "描画ペン", + "object": "画像タイプ", + "attribute": "鉛筆" + }, + { + "displayName": "(monochrome),(gray scale),(pencil sketch lines)", + "langName": "鉛筆スケッチ", + "object": "画像タイプ", + "attribute": "鉛筆" + }, + { + "displayName": "faux_traditional_media", + "langName": "看板の絵のスタイル", + "object": "画像タイプ", + "attribute": "鉛筆" + }, + { + "displayName": "Ink", + "langName": "インク", + "object": "画像タイプ", + "attribute": "インク" + }, + { + "displayName": "Fountain Pen", + "langName": "ペン", + "object": "画像タイプ", + "attribute": "インク" + }, + { + "displayName": "Fountain Pen Art", + "langName": "ペン画", + "object": "画像タイプ", + "attribute": "インク" + }, + { + "displayName": "Ballpoint Pen", + "langName": "ボールペン", + "object": "画像タイプ", + "attribute": "インク" + }, + { + "displayName": "Gel Pen", + "langName": "ジェルペン", + "object": "画像タイプ", + "attribute": "インク" + }, + { + "displayName": "ballpoint_pen_(medium)", + "langName": "ボールペン", + "object": "画像タイプ", + "attribute": "インク" + }, + { + "displayName": "Calligraphy", + "langName": "書道", + "object": "画像タイプ", + "attribute": "インク" + }, + { + "displayName": "marker_(medium)", + "langName": "マーカーペン", + "object": "画像タイプ", + "attribute": "インク" + }, + { + "displayName": "copics", + "langName": "マーカー(ニュートラルグレー)", + "object": "画像タイプ", + "attribute": "インク" + }, + { + "displayName": "Dry-Erase Marker", + "langName": "ホワイトボードマーカー", + "object": "画像タイプ", + "attribute": "インク" + }, + { + "displayName": "Wet-Erase Marker", + "langName": "消せるマーカーペン", + "object": "画像タイプ", + "attribute": "インク" + }, + { + "displayName": "Whiteboard", + "langName": "ホワイトボード", + "object": "画像タイプ", + "attribute": "インク" + }, + { + "displayName": "pastel_color", + "langName": "パステルカラー", + "object": "画像タイプ", + "attribute": "インク" + }, + { + "displayName": "Crayon", + "langName": "クレヨン", + "object": "画像タイプ", + "attribute": "チョーク" + }, + { + "displayName": "Conte", + "langName": "康熙帝の筆", + "object": "画像タイプ", + "attribute": "チョーク" + }, + { + "displayName": "Chalk", + "langName": "チョーク", + "object": "画像タイプ", + "attribute": "チョーク" + }, + { + "displayName": "Pastel Art", + "langName": "パステル画", + "object": "画像タイプ", + "attribute": "チョーク" + }, + { + "displayName": "Blackboard", + "langName": "黒板", + "object": "画像タイプ", + "attribute": "チョーク" + }, + { + "displayName": "Chalkboard", + "langName": "黒板", + "object": "画像タイプ", + "attribute": "チョーク" + }, + { + "displayName": "Text", + "langName": "文章", + "object": "画像タイプ", + "attribute": "文章" + }, + { + "displayName": "Typeface", + "langName": "フォント", + "object": "画像タイプ", + "attribute": "文章" + }, + { + "displayName": "Font", + "langName": "フォント", + "object": "画像タイプ", + "attribute": "文章" + }, + { + "displayName": "Says", + "langName": "説明する", + "object": "画像タイプ", + "attribute": "文章" + }, + { + "displayName": "Letters", + "langName": "手紙", + "object": "画像タイプ", + "attribute": "文章" + }, + { + "displayName": "Graphemes", + "langName": "書記素", + "object": "画像タイプ", + "attribute": "文章" + }, + { + "displayName": "Written Letters", + "langName": "手紙を書く", + "object": "画像タイプ", + "attribute": "文章" + }, + { + "displayName": "Words", + "langName": "言葉", + "object": "画像タイプ", + "attribute": "文章" + }, + { + "displayName": "Lexemes", + "langName": "形態素", + "object": "画像タイプ", + "attribute": "文章" + }, + { + "displayName": "Written Words", + "langName": "書かれた言葉", + "object": "画像タイプ", + "attribute": "文章" + }, + { + "displayName": "Caption", + "langName": "タイトル", + "object": "画像タイプ", + "attribute": "文章" + }, + { + "displayName": "Logo", + "langName": "商標", + "object": "画像タイプ", + "attribute": "印刷" + }, + { + "displayName": "Stamp", + "langName": "スタンプ", + "object": "画像タイプ", + "attribute": "印刷" + }, + { + "displayName": "Postage Stamp", + "langName": "スタンプ", + "object": "画像タイプ", + "attribute": "印刷" + }, + { + "displayName": "Business Card", + "langName": "名刺", + "object": "画像タイプ", + "attribute": "印刷" + }, + { + "displayName": "Collage", + "langName": "コラージュ", + "object": "画像タイプ", + "attribute": "印刷" + }, + { + "displayName": "Photocollage", + "langName": "写真コラージュ", + "object": "画像タイプ", + "attribute": "印刷" + }, + { + "displayName": "Fotocollage", + "langName": "写真コラージュ", + "object": "画像タイプ", + "attribute": "印刷" + }, + { + "displayName": "Lithography", + "langName": "リソグラフィー", + "object": "画像タイプ", + "attribute": "印刷" + }, + { + "displayName": "Block Printing", + "langName": "版画", + "object": "画像タイプ", + "attribute": "印刷" + }, + { + "displayName": "Magazine", + "langName": "雑誌", + "object": "画像タイプ", + "attribute": "印刷" + }, + { + "displayName": "Newspaper", + "langName": "新聞", + "object": "画像タイプ", + "attribute": "印刷" + }, + { + "displayName": "Newsprint", + "langName": "新聞紙", + "object": "画像タイプ", + "attribute": "印刷" + }, + { + "displayName": "Cartographic", + "langName": "マッピング", + "object": "画像タイプ", + "attribute": "印刷" + }, + { + "displayName": "Blueprint", + "langName": "青写真", + "object": "画像タイプ", + "attribute": "印刷" + }, + { + "displayName": "comic", + "langName": "漫画", + "object": "画像タイプ", + "attribute": "印刷" + }, + { + "displayName": "Comic Book", + "langName": "漫画本", + "object": "画像タイプ", + "attribute": "印刷" + }, + { + "displayName": "Booklet", + "langName": "冊子", + "object": "画像タイプ", + "attribute": "印刷" + }, + { + "displayName": "Poster", + "langName": "ポスター", + "object": "画像タイプ", + "attribute": "印刷" + }, + { + "displayName": "Sticker", + "langName": "ステッカー", + "object": "画像タイプ", + "attribute": "印刷" + }, + { + "displayName": "Barcode", + "langName": "バーコード", + "object": "画像タイプ", + "attribute": "印刷" + }, + { + "displayName": "QR Code", + "langName": "QR コード", + "object": "画像タイプ", + "attribute": "印刷" + }, + { + "displayName": "Pokemon Card", + "langName": "ポケモンカード(ポケットモンスター)", + "object": "画像タイプ", + "attribute": "印刷" + }, + { + "displayName": "Origami", + "langName": "折り紙", + "object": "画像タイプ", + "attribute": "折り紙" + }, + { + "displayName": "Modular Origami", + "langName": "モジュラー折り紙", + "object": "画像タイプ", + "attribute": "折り紙" + }, + { + "displayName": "Rigid Origami", + "langName": "硬い折り紙", + "object": "画像タイプ", + "attribute": "折り紙" + }, + { + "displayName": "Sonobe", + "langName": "折り紙の花束", + "object": "画像タイプ", + "attribute": "折り紙" + }, + { + "displayName": "Kirigami", + "langName": "紙切り", + "object": "画像タイプ", + "attribute": "折り紙" + }, + { + "displayName": "Moneygami", + "langName": "紙幣折り紙", + "object": "画像タイプ", + "attribute": "折り紙" + }, + { + "displayName": "Wet-Folding", + "langName": "ウェットフォールド", + "object": "画像タイプ", + "attribute": "折り紙" + }, + { + "displayName": "pixel art", + "langName": "ピクセルアート", + "object": "画像タイプ", + "attribute": "モザイク" + }, + { + "displayName": "Mosaic", + "langName": "モザイク", + "object": "画像タイプ", + "attribute": "モザイク" + }, + { + "displayName": "Micromosaic", + "langName": "マイクロモザイク", + "object": "画像タイプ", + "attribute": "モザイク" + }, + { + "displayName": "Glass Mosaic", + "langName": "ガラスモザイク", + "object": "画像タイプ", + "attribute": "モザイク" + }, + { + "displayName": "Photographic Mosaic", + "langName": "写真モザイク", + "object": "画像タイプ", + "attribute": "モザイク" + }, + { + "displayName": "Impressionist Mosaic", + "langName": "印象派のモザイク", + "object": "画像タイプ", + "attribute": "モザイク" + }, + { + "displayName": "Frame", + "langName": "フォトフレーム", + "object": "画像タイプ", + "attribute": "フレーム" + }, + { + "displayName": "Framed", + "langName": "フレーム付き", + "object": "画像タイプ", + "attribute": "フレーム" + }, + { + "displayName": "Wooden Frame", + "langName": "木製のフォトフレーム", + "object": "画像タイプ", + "attribute": "フレーム" + }, + { + "displayName": "Wooden Framed", + "langName": "木製の額縁", + "object": "画像タイプ", + "attribute": "フレーム" + }, + { + "displayName": "Carving", + "langName": "彫刻", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Etching", + "langName": "エッチング", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Sculpture", + "langName": "彫刻", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Papercutting", + "langName": "紙切り", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "silhouette", + "langName": "シルエット", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Whittling", + "langName": "彫刻ナイフ", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Wood-Carving", + "langName": "木彫り", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Chip-Carving", + "langName": "花の彫刻", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Relief-Carving", + "langName": "安心", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Ice-Carving", + "langName": "氷の彫刻", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Lacquer", + "langName": "漆芸", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "String-Art", + "langName": "ストリングアート", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Paper-Mache", + "langName": "パルプ成形", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Paper Model", + "langName": "紙模型", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Card", + "langName": "カード", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Carved Lacquer", + "langName": "彫刻漆", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Fretwork", + "langName": "くり抜き加工", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Intaglio", + "langName": "グラビア印刷", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Mezzotint", + "langName": "銅版画", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Aquatint", + "langName": "グラビア印刷", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Linocut", + "langName": "スクリーン印刷", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Pyrography", + "langName": "はんだスポット塗装", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Puppet", + "langName": "人形", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Balloon Modelling", + "langName": "バルーンモデル", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Balloon Twisting", + "langName": "さまざまな形の風船", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Circuit", + "langName": "線図", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Circuitry", + "langName": "回路", + "object": "画像タイプ", + "attribute": "彫刻、エッチング、モデリング" + }, + { + "displayName": "Dalle de verre", + "langName": "ステンドグラス", + "object": "画像タイプ", + "attribute": "陶器とガラス" + }, + { + "displayName": "Encaustic painting", + "langName": "磁器絵付け", + "object": "画像タイプ", + "attribute": "陶器とガラス" + }, + { + "displayName": "Glaze", + "langName": "釉薬", + "object": "画像タイプ", + "attribute": "陶器とガラス" + }, + { + "displayName": "Overglaze", + "langName": "釉薬", + "object": "画像タイプ", + "attribute": "陶器とガラス" + }, + { + "displayName": "Inglaze", + "langName": "釉下彩", + "object": "画像タイプ", + "attribute": "陶器とガラス" + }, + { + "displayName": "Azulejo", + "langName": "アズレージョ", + "object": "画像タイプ", + "attribute": "陶器とガラス" + }, + { + "displayName": "Paleolithic Pottery", + "langName": "旧石器時代の陶器", + "object": "画像タイプ", + "attribute": "陶器とガラス" + }, + { + "displayName": "Neolithic Pottery", + "langName": "新石器時代の陶器", + "object": "画像タイプ", + "attribute": "陶器とガラス" + }, + { + "displayName": "Bone China", + "langName": "ボーンチャイナ", + "object": "画像タイプ", + "attribute": "陶器とガラス" + }, + { + "displayName": "Ornament", + "langName": "装飾", + "object": "画像タイプ", + "attribute": "陶器とガラス" + }, + { + "displayName": "Light Art", + "langName": "ライトアート", + "object": "画像タイプ", + "attribute": "ライト" + }, + { + "displayName": "Light Painting", + "langName": "ライトペインティング", + "object": "画像タイプ", + "attribute": "ライト" + }, + { + "displayName": "Lightpainting", + "langName": "ライトペインティング", + "object": "画像タイプ", + "attribute": "ライト" + }, + { + "displayName": "traditional_media", + "langName": "伝統的なキャンバス(紙など)", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Wall Decal", + "langName": "ウォールステッカー", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Banner", + "langName": "バナー", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Signage", + "langName": "標識", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Arts and Crafts", + "langName": "芸術と工芸", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Resin", + "langName": "エポキシ樹脂", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Enamel Pin", + "langName": "エナメルピン", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Bejeweled", + "langName": "象嵌された宝石", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Latte Art", + "langName": "ラテアート", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Coffee Stain", + "langName": "コーヒーの染み", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Smoke Art", + "langName": "スモークアート", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Sticker Bomb", + "langName": "ステッカー爆弾", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Jigsaw", + "langName": "パズル", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Puzzle", + "langName": "ジグソーパズル", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Maze", + "langName": "迷路", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Toy", + "langName": "玩具", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Site-Specific art", + "langName": "サイト固有のアート", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Public Art", + "langName": "パブリックアート", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Diorama", + "langName": "ジオラマ", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Hedge Trimming", + "langName": "生垣の刈り込み", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Hatmaking", + "langName": "帽子作り", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Stencil", + "langName": "ステンシル", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Negative Space", + "langName": "ネガティブスペース", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Scrapbooking", + "langName": "スクラップブック", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Mixed Media", + "langName": "ミックスメディア", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Frottage", + "langName": "スタンピードの絵画", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Outlined", + "langName": "輪郭", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Glitter", + "langName": "キラキラ", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Sparkly", + "langName": "光沢のある", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Indian Art", + "langName": "インド美術", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Soviet Art", + "langName": "ソビエト美術", + "object": "画像タイプ", + "attribute": "その他のメディア" + }, + { + "displayName": "Rock Art", + "langName": "ペトログリフ", + "object": "画像タイプ", + "attribute": "伝統芸術" + }, + { + "displayName": "Cave Art", + "langName": "洞窟壁画", + "object": "画像タイプ", + "attribute": "伝統芸術" + }, + { + "displayName": "Mural", + "langName": "壁画", + "object": "画像タイプ", + "attribute": "伝統芸術" + }, + { + "displayName": "Easter Egg", + "langName": "イースターエッグ", + "object": "画像タイプ", + "attribute": "伝統芸術" + }, + { + "displayName": "Egg Decorating", + "langName": "ペイントされた卵", + "object": "画像タイプ", + "attribute": "伝統芸術" + }, + { + "displayName": "((art nouveau))", + "langName": "アールヌーボー", + "object": "アートスタイル", + "attribute": "歴史的な芸術スタイル" + }, + { + "displayName": "((classicism))", + "langName": "古典主義", + "object": "アートスタイル", + "attribute": "歴史的な芸術スタイル" + }, + { + "displayName": "((neoclassicism))", + "langName": "新古典主義", + "object": "アートスタイル", + "attribute": "歴史的な芸術スタイル" + }, + { + "displayName": "((romanticism))", + "langName": "ロマン主義", + "object": "アートスタイル", + "attribute": "歴史的な芸術スタイル" + }, + { + "displayName": "Gothic art", + "langName": "ゴシックアート", + "object": "アートスタイル", + "attribute": "歴史的な芸術スタイル" + }, + { + "displayName": "Baroque", + "langName": "バロック", + "object": "アートスタイル", + "attribute": "歴史的な芸術スタイル" + }, + { + "displayName": "Pre-Raphaelite Brotherhood", + "langName": "ラファエル前派", + "object": "アートスタイル", + "attribute": "歴史的な芸術スタイル" + }, + { + "displayName": "renaissance art", + "langName": "ルネッサンス様式", + "object": "アートスタイル", + "attribute": "歴史的な芸術スタイル" + }, + { + "displayName": "academic art", + "langName": "アカデミック", + "object": "アートスタイル", + "attribute": "歴史的な芸術スタイル" + }, + { + "displayName": "academicism", + "langName": "学問主義", + "object": "アートスタイル", + "attribute": "歴史的な芸術スタイル" + }, + { + "displayName": "ancient greek art", + "langName": "古代ギリシャ美術", + "object": "アートスタイル", + "attribute": "歴史的な芸術スタイル" + }, + { + "displayName": "ancient egypt", + "langName": "古代エジプト", + "object": "アートスタイル", + "attribute": "歴史的な芸術スタイル" + }, + { + "displayName": "Minimalism", + "langName": "ミニマリズム", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "Modern Art", + "langName": "現代美術", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "contemporary art", + "langName": "現代アート", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "Concept Art", + "langName": "コンセプトアート", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "Digital Art", + "langName": "デジタルアート", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "visionary art", + "langName": "視覚芸術", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "Hyperrealistic", + "langName": "超現実的な", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "hyperrealism", + "langName": "リアリズム", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "abstract expressionism", + "langName": "抽象表現主義", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "cubism", + "langName": "キュービズム", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "impressionism", + "langName": "印象派", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "Neo-impressionism", + "langName": "ポスト印象派", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "fauvism", + "langName": "フォーヴィスム", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "expressionism", + "langName": "表現主義", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "Pop art", + "langName": "ポップアート", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "((abstract art))", + "langName": "抽象芸術", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "((Dadaism))", + "langName": "ダダイズム", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "((futurism))", + "langName": "未来的な", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "Warhol", + "langName": "アンディ・ウォーホルスタイル", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "street art", + "langName": "ストリートアート", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "folk art", + "langName": "民芸品", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "Bauhaus Style", + "langName": "バウハウススタイル", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "Luminsm", + "langName": "色彩主義", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "Constructivism", + "langName": "構成主義", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "((dieselpunk))", + "langName": "ディーゼルパンク", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "streampunk", + "langName": "スチームパンク", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "Disney style", + "langName": "ディズニースタイル", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "Picos style", + "langName": "ピクサースタイル", + "object": "アートスタイル", + "attribute": "現代アート" + }, + { + "displayName": "realism", + "langName": "リアリズム", + "object": "アートスタイル", + "attribute": "フィクションと現実" + }, + { + "displayName": "Surrealistic", + "langName": "シュルレアリスム", + "object": "アートスタイル", + "attribute": "フィクションと現実" + }, + { + "displayName": "Social realism", + "langName": "社会的リアリズム", + "object": "アートスタイル", + "attribute": "フィクションと現実" + }, + { + "displayName": "Magic Realism", + "langName": "マジックリアリズム", + "object": "アートスタイル", + "attribute": "フィクションと現実" + }, + { + "displayName": "Fantastic Realism", + "langName": "マジックリアリズム", + "object": "アートスタイル", + "attribute": "フィクションと現実" + }, + { + "displayName": "Classical Realism", + "langName": "批判的リアリズム", + "object": "アートスタイル", + "attribute": "フィクションと現実" + }, + { + "displayName": "miserablism", + "langName": "憂鬱(社会の貧困や不正義に対する批判)", + "object": "アートスタイル", + "attribute": "フィクションと現実" + }, + { + "displayName": "Contemporary Realism", + "langName": "現代リアリズム", + "object": "アートスタイル", + "attribute": "フィクションと現実" + }, + { + "displayName": "Non-Fiction", + "langName": "ドキュメンタリー", + "object": "アートスタイル", + "attribute": "フィクションと現実" + }, + { + "displayName": "ukiyoe", + "langName": "日本の浮世絵", + "object": "アートスタイル", + "attribute": "アジア美術" + }, + { + "displayName": "illustration,(((ukiyoe))),((sketch)),((japanese_art))", + "langName": "浮世絵(グループ)", + "object": "アートスタイル", + "attribute": "アジア美術" + }, + { + "displayName": "traditional chinese painting", + "langName": "中国の伝統絵画", + "object": "アートスタイル", + "attribute": "アジア美術" + }, + { + "displayName": "Japonism", + "langName": "和風", + "object": "アートスタイル", + "attribute": "アジア美術" + }, + { + "displayName": "Japanese manga style", + "langName": "日本の漫画スタイル", + "object": "アートスタイル", + "attribute": "アジア美術" + }, + { + "displayName": "anime style", + "langName": "アニメーションスタイル", + "object": "アートスタイル", + "attribute": "アジア美術" + }, + { + "displayName": "Aestheticism Painting", + "langName": "美学絵画", + "object": "アートスタイル", + "attribute": "写真/絵画スタイル" + }, + { + "displayName": "pastel color,sketch", + "langName": "クイックペイントスタイル", + "object": "アートスタイル", + "attribute": "写真/絵画スタイル" + }, + { + "displayName": "ink doodle", + "langName": "インク落書き", + "object": "アートスタイル", + "attribute": "写真/絵画スタイル" + }, + { + "displayName": "charcoal sketch", + "langName": "木炭スケッチ", + "object": "アートスタイル", + "attribute": "写真/絵画スタイル" + }, + { + "displayName": "sketch art", + "langName": "スケッチアート", + "object": "アートスタイル", + "attribute": "写真/絵画スタイル" + }, + { + "displayName": "sketch paper", + "langName": "スケッチ用紙", + "object": "アートスタイル", + "attribute": "写真/絵画スタイル" + }, + { + "displayName": "manuscript", + "langName": "原稿", + "object": "アートスタイル", + "attribute": "写真/絵画スタイル" + }, + { + "displayName": "fading border", + "langName": "かすれた境界線", + "object": "アートスタイル", + "attribute": "写真/絵画スタイル" + }, + { + "displayName": "heavy contrast", + "langName": "強いコントラスト(色の強調)", + "object": "アートスタイル", + "attribute": "写真/絵画スタイル" + }, + { + "displayName": "watercolor (medium)", + "langName": "透明水彩画", + "object": "アートスタイル", + "attribute": "写真/絵画スタイル" + }, + { + "displayName": "Polaroid art", + "langName": "ポラロイドアート", + "object": "アートスタイル", + "attribute": "写真/絵画スタイル" + }, + { + "displayName": "opal render", + "langName": "オパールレンダリング", + "object": "アートスタイル", + "attribute": "写真/絵画スタイル" + }, + { + "displayName": "chemigram", + "langName": "クロマトグラム", + "object": "アートスタイル", + "attribute": "写真/絵画スタイル" + }, + { + "displayName": "((alphonse mucha))", + "langName": "ミュシャスタイル", + "object": "アートスタイル", + "attribute": "写真/絵画スタイル" + }, + { + "displayName": "((Monet style))", + "langName": "モネスタイル", + "object": "アートスタイル", + "attribute": "写真/絵画スタイル" + }, + { + "displayName": "style of Al Williamson", + "langName": "ウィリアムソンスタイル", + "object": "アートスタイル", + "attribute": "写真/絵画スタイル" + }, + { + "displayName": "chiaroscuro", + "langName": "明暗法", + "object": "アートスタイル", + "attribute": "写真/絵画スタイル" + }, + { + "displayName": "film noir", + "langName": "フィルム・ノワール(罪悪感、欲望、復讐)", + "object": "アートスタイル", + "attribute": "写真/絵画スタイル" + }, + { + "displayName": "dark theme", + "langName": "ダークテーマアート", + "object": "アートスタイル", + "attribute": "写真/絵画スタイル" + }, + { + "displayName": "fantasy", + "langName": "SF シーンに最適", + "object": "アートスタイル", + "attribute": "SF" + }, + { + "displayName": "fiction", + "langName": "SF", + "object": "アートスタイル", + "attribute": "SF" + }, + { + "displayName": "science fiction", + "langName": "SF", + "object": "アートスタイル", + "attribute": "SF" + }, + { + "displayName": "sci-fi", + "langName": "SF 風", + "object": "アートスタイル", + "attribute": "SF" + }, + { + "displayName": "cyber punk", + "langName": "サイバーパンク", + "object": "アートスタイル", + "attribute": "SF" + }, + { + "displayName": "Dark Fantasy", + "langName": "ダークファンタジー", + "object": "アートスタイル", + "attribute": "SF" + }, + { + "displayName": "Ethereal Fantasy", + "langName": "霧の幻想", + "object": "アートスタイル", + "attribute": "SF" + }, + { + "displayName": "dark fantasy style", + "langName": "ダークファンタジースタイル", + "object": "アートスタイル", + "attribute": "SF" + }, + { + "displayName": "ww3 style", + "langName": "第 3 次世界大戦スタイル", + "object": "アートスタイル", + "attribute": "SF" + }, + { + "displayName": "Magic Vortex", + "langName": "魔法の渦", + "object": "アートスタイル", + "attribute": "SF" + }, + { + "displayName": "1980s anime", + "langName": "80 アニメーション", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "80s movie", + "langName": "80 本の映画", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "80s (style)", + "langName": "80 年代スタイル", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "90s (style)", + "langName": "90 年代スタイル", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "disney movie", + "langName": "ディズニー映画", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "goth", + "langName": "ゴスロック", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "bubble bobble", + "langName": "バブルボブル", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "style of Pixar", + "langName": "ピクサーアニメーション", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "Studio Ghibli", + "langName": "ジブリ風", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "Ghibli-like colours", + "langName": "ジブリカラー", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "genshin impact", + "langName": "原神インパクト", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "azur lane", + "langName": "アズールレーン", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "kantai collection", + "langName": "艦隊コレクション", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "rebecca (cyberpunk)", + "langName": "エッジウォーカー", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "chainsaw man", + "langName": "チェーンソーマン", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "synthwave", + "langName": "ヴェイパーウェイヴ", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "anime screeshot", + "langName": "アニメーションのスクリーンショット", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "dakimakura", + "langName": "枕", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "cosplay", + "langName": "ロールプレイ", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "guro", + "langName": "好奇心", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "personification", + "langName": "擬人", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "4koma", + "langName": "4 つのグリッド", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "8 Bit Game", + "langName": "8 ビットゲーム", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "DC Comics", + "langName": "アメリカンコミックの表紙用のコミックシーンを生成できる", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "cartoon", + "langName": "漫画", + "object": "アートスタイル", + "attribute": "サブカルチャー" + }, + { + "displayName": "album", + "langName": "アルバム", + "object": "アートスタイル", + "attribute": "出版物" + }, + { + "displayName": "album cover", + "langName": "アルバムカバー", + "object": "アートスタイル", + "attribute": "出版物" + }, + { + "displayName": "magazine scan", + "langName": "雑誌の裏表紙", + "object": "アートスタイル", + "attribute": "出版物" + }, + { + "displayName": "magazine cover", + "langName": "雑誌の表紙", + "object": "アートスタイル", + "attribute": "出版物" + }, + { + "displayName": "cover", + "langName": "カバー", + "object": "アートスタイル", + "attribute": "出版物" + }, + { + "displayName": "artbook", + "langName": "オリジナル絵画", + "object": "アートスタイル", + "attribute": "出版物" + }, + { + "displayName": "column lineup", + "langName": "小さな絵の連続が大きな絵を構成する", + "object": "アートスタイル", + "attribute": "出版物" + }, + { + "displayName": "zoom layer", + "langName": "背景は前景の拡大版です", + "object": "アートスタイル", + "attribute": "出版物" + }, + { + "displayName": "3D Item Render", + "langName": "3D レンダリング", + "object": "アートスタイル", + "attribute": "デジタルアート" + }, + { + "displayName": "animated gif", + "langName": "GIF 形式の画像", + "object": "アートスタイル", + "attribute": "デジタルアート" + }, + { + "displayName": "fine art parody", + "langName": "有名な絵画の模倣", + "object": "アートスタイル", + "attribute": "デジタルアート" + }, + { + "displayName": "optical illusion", + "langName": "視覚エラー", + "object": "アートスタイル", + "attribute": "デジタルアート" + }, + { + "displayName": "((ASCII art))", + "langName": "ASCII アート", + "object": "アートスタイル", + "attribute": "デジタルアート" + }, + { + "displayName": "Synchronism", + "langName": "時間調整", + "object": "アートスタイル", + "attribute": "デジタルアート" + }, + { + "displayName": "highres", + "langName": "インパスト(スタイル)", + "object": "アートスタイル", + "attribute": "デジタルアート" + }, + { + "displayName": "sample", + "langName": "写真に文字が書かれている", + "object": "アートスタイル", + "attribute": "デジタルアート" + }, + { + "displayName": "dreamlike", + "langName": "夢", + "object": "アートスタイル", + "attribute": "デジタルアート" + }, + { + "displayName": "pixiv", + "langName": "純粋な 2 次元スタイルの肖像画", + "object": "アートスタイル", + "attribute": "デジタルアート" + }, + { + "displayName": "a beautiful korean idol,stylish outfit,fitted jeans,oversized jacket,fashionable accessories,(realistic detailed eyes,natural skin texture,confident expression)", + "langName": "よく使われる肖像画", + "object": "後処理", + "attribute": "よく使われるコレクション" + }, + { + "displayName": "fitted jeans,oversized jacket,navel", + "langName": "カジュアルコーディネート(デニム+へそコルセット)", + "object": "後処理", + "attribute": "よく使われるコレクション" + }, + { + "displayName": "black hair,earrings,flash photography,jewelry,looking at viewer and facing viewer,solo,(upper body),smirk,long hair,ponytail,short sleeves,black dress,black eyes,makeup,lipstick,(cleavage visible,large breasts),face close-up,bend over,pale skin,downblouse,Arms supporting the bed,wearing necklace,(Bedroom background,bed and curtains behind her,Wardrobe,desk lamp),,detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "プライベート写真", + "object": "後処理", + "attribute": "よく使われるコレクション" + }, + { + "displayName": "cityscape backdrop,rooftop or high-rise balcony,shallow depth of field,bokeh from city lights", + "langName": "都市の高層ビルの背景", + "object": "後処理", + "attribute": "よく使われるコレクション" + }, + { + "displayName": "Fujifilm XT3,film still,film grain,sharp focus on subject,cinematic", + "langName": "フィルムテクスチャ", + "object": "後処理", + "attribute": "よく使われるコレクション" + }, + { + "displayName": "ultra-high definition", + "langName": "超高解像度", + "object": "後処理", + "attribute": "解決" + }, + { + "displayName": "4k", + "langName": "4k", + "object": "後処理", + "attribute": "解決" + }, + { + "displayName": "8K", + "langName": "8K", + "object": "後処理", + "attribute": "解決" + }, + { + "displayName": "16k", + "langName": "16k", + "object": "後処理", + "attribute": "解決" + }, + { + "displayName": "32k", + "langName": "32k", + "object": "後処理", + "attribute": "解決" + }, + { + "displayName": "Full-HD", + "langName": "フル HD", + "object": "後処理", + "attribute": "解決" + }, + { + "displayName": "HD", + "langName": "高解像度", + "object": "後処理", + "attribute": "解決" + }, + { + "displayName": "Ultra-HD", + "langName": "超高解像度", + "object": "後処理", + "attribute": "解決" + }, + { + "displayName": "Super-Resolution", + "langName": "超解像度", + "object": "後処理", + "attribute": "解決" + }, + { + "displayName": "Megapixel", + "langName": "メガピクセル", + "object": "後処理", + "attribute": "解決" + }, + { + "displayName": "absurdres", + "langName": "超高解像度", + "object": "後処理", + "attribute": "解決" + }, + { + "displayName": "incredibly absurdres", + "langName": "非常に高解像度", + "object": "後処理", + "attribute": "解決" + }, + { + "displayName": "huge filesize", + "langName": "超高解像度/大容量ファイル", + "object": "後処理", + "attribute": "解決" + }, + { + "displayName": "Anaglyph", + "langName": "3D ペインティング", + "object": "後処理", + "attribute": "立体視" + }, + { + "displayName": "Multiscopy", + "langName": "マルチビューア", + "object": "後処理", + "attribute": "立体視" + }, + { + "displayName": "Autostereoscopy", + "langName": "自動立体視", + "object": "後処理", + "attribute": "立体視" + }, + { + "displayName": "Stereoscopy", + "langName": "立体写真", + "object": "後処理", + "attribute": "立体視" + }, + { + "displayName": "Parallax", + "langName": "視差", + "object": "後処理", + "attribute": "立体視" + }, + { + "displayName": "Anti-Aliasing", + "langName": "アンチエイリアシング", + "object": "後処理", + "attribute": "アンチエイリアシング" + }, + { + "displayName": "FXAA", + "langName": "FXAA", + "object": "後処理", + "attribute": "アンチエイリアシング" + }, + { + "displayName": "TXAA", + "langName": "翻訳", + "object": "後処理", + "attribute": "アンチエイリアシング" + }, + { + "displayName": "RTX", + "langName": "リアルタイム伝送", + "object": "後処理", + "attribute": "アンチエイリアシング" + }, + { + "displayName": "SSAO", + "langName": "SSAO", + "object": "後処理", + "attribute": "アンチエイリアシング" + }, + { + "displayName": "De-Noise", + "langName": "ノイズ低減", + "object": "後処理", + "attribute": "アンチエイリアシング" + }, + { + "displayName": "Shaders", + "langName": "シェーダー", + "object": "後処理", + "attribute": "シェーダー" + }, + { + "displayName": "OpenGL-Shaders", + "langName": "OpenGL シェーダー", + "object": "後処理", + "attribute": "シェーダー" + }, + { + "displayName": "GLSL-Shaders", + "langName": "GLSL シェーダー", + "object": "後処理", + "attribute": "シェーダー" + }, + { + "displayName": "Post Processing", + "langName": "後処理", + "object": "後処理", + "attribute": "シェーダー" + }, + { + "displayName": "Post-Production", + "langName": "ポストプロダクション", + "object": "後処理", + "attribute": "シェーダー" + }, + { + "displayName": "Cel Shading", + "langName": "メタカラーリング", + "object": "後処理", + "attribute": "シェーダー" + }, + { + "displayName": "Tone Mapping", + "langName": "トーンマッピング", + "object": "後処理", + "attribute": "シェーダー" + }, + { + "displayName": "CGI", + "langName": "コンピュータイメージング", + "object": "後処理", + "attribute": "シェーダー" + }, + { + "displayName": "VFX", + "langName": "視覚効果", + "object": "後処理", + "attribute": "シェーダー" + }, + { + "displayName": "SFX", + "langName": "効果音", + "object": "後処理", + "attribute": "シェーダー" + }, + { + "displayName": "Unreal Engine", + "langName": "アンリアルエンジン", + "object": "後処理", + "attribute": "シェーダー" + }, + { + "displayName": "Scan Lines", + "langName": "スキャンライン", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Posterization", + "langName": "音調分割", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Quantization", + "langName": "定量化", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Sobel Operator", + "langName": "ソーベル演算子", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Edge Detection", + "langName": "エッジ検出", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Interlaced", + "langName": "インターレーススキャン", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Moire Patterns", + "langName": "モアレ模様", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Rounded", + "langName": "ラウンド", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Wavy", + "langName": "波状の", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Whirl", + "langName": "渦", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Squiggly", + "langName": "波紋", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Morph", + "langName": "変形", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Spiraling", + "langName": "スパイラル", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Twisted Rays", + "langName": "歪んだ光", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Starburst", + "langName": "スターバースト", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Emboss", + "langName": "安心", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Tessellated", + "langName": "モザイク", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Blobby", + "langName": "スポット", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Blobs", + "langName": "スポット", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Cracks", + "langName": "割れ目", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Textured", + "langName": "テクスチャ", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Convolution Matrix", + "langName": "畳み込み行列", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Dilate", + "langName": "うねり", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Erode", + "langName": "浸食", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Dirty", + "langName": "汚い", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "With Imperfections", + "langName": "欠陥のある", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Distortion", + "langName": "ねじれ", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Lenticular", + "langName": "レンチキュラー", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Cropped", + "langName": "作物", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Quantum-Wavetracing", + "langName": "量子波追跡", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Tornadic", + "langName": "竜巻", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Sabattier Effect", + "langName": "柔らかくぼやけたエッジと色の陰影を実現します", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Smudged", + "langName": "漠然", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Sharpened", + "langName": "研ぐ", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Glowing Edges", + "langName": "光るエッジ", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Spherize", + "langName": "球状化", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Harris Shutter", + "langName": "動きの速い物体を捉えたり、暗い環境でも鮮明な画像を維持したりします", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Mordancage", + "langName": "エッチング写真", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Ray Traced", + "langName": "レイトレーシング", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "Ray Tracing Ambient Occlusion", + "langName": "レイトレーシングアンビエントオクルージョン", + "object": "後処理", + "attribute": "画像処理" + }, + { + "displayName": "award winning", + "langName": "受賞作品", + "object": "後処理", + "attribute": "品質" + }, + { + "displayName": "professional", + "langName": "選考科目", + "object": "後処理", + "attribute": "品質" + }, + { + "displayName": "breathtaking", + "langName": "見事な", + "object": "後処理", + "attribute": "品質" + }, + { + "displayName": "groundbreaking", + "langName": "画期的", + "object": "後処理", + "attribute": "品質" + }, + { + "displayName": "superb", + "langName": "ファーストクラス", + "object": "後処理", + "attribute": "品質" + }, + { + "displayName": "outstanding", + "langName": "並外れた", + "object": "後処理", + "attribute": "品質" + }, + { + "displayName": "best quality", + "langName": "最高品質", + "object": "後処理", + "attribute": "品質" + }, + { + "displayName": "best aesthetic", + "langName": "最高の美学", + "object": "後処理", + "attribute": "品質" + }, + { + "displayName": "masterpiece", + "langName": "傑作", + "object": "後処理", + "attribute": "品質" + }, + { + "displayName": "extreme detail", + "langName": "極限まで詳細に", + "object": "後処理", + "attribute": "品質" + }, + { + "displayName": "amazing", + "langName": "すばらしい", + "object": "後処理", + "attribute": "品質" + }, + { + "displayName": "original", + "langName": "オリジナル", + "object": "後処理", + "attribute": "品質" + }, + { + "displayName": "in a symbolic and meaningful style", + "langName": "象徴的で意味のあるスタイル", + "object": "後処理", + "attribute": "品質" + }, + { + "displayName": "insanely detailed and intricate", + "langName": "非常に詳細かつ複雑", + "object": "後処理", + "attribute": "品質" + }, + { + "displayName": "very coherent symmetrical artwork", + "langName": "一貫性と対称性を備えた構造", + "object": "後処理", + "attribute": "品質" + }, + { + "displayName": "Trending on ArtStation", + "langName": "アートステーション", + "object": "後処理", + "attribute": "プラットフォーム | トレンド" + }, + { + "displayName": "Trending on Facebook", + "langName": "フェイスブック", + "object": "後処理", + "attribute": "プラットフォーム | トレンド" + }, + { + "displayName": "Trending on Pixiv", + "langName": "ピクシブ", + "object": "後処理", + "attribute": "プラットフォーム | トレンド" + }, + { + "displayName": "Trending on Pixbay", + "langName": "ピックスベイ", + "object": "後処理", + "attribute": "プラットフォーム | トレンド" + }, + { + "displayName": "reddit", + "langName": "Reddit フォーラム", + "object": "後処理", + "attribute": "プラットフォーム | トレンド" + } +] \ No newline at end of file diff --git a/src/app/data/prompt/prompt-ko.json b/src/app/data/prompt/prompt-ko.json new file mode 100644 index 0000000..8a8f793 --- /dev/null +++ b/src/app/data/prompt/prompt-ko.json @@ -0,0 +1,29606 @@ +[ + { + "displayName": "female", + "langName": "여성", + "object": "수치", + "attribute": "본체" + }, + { + "displayName": "male", + "langName": "남성", + "object": "수치", + "attribute": "본체" + }, + { + "displayName": "mature_female", + "langName": "성숙한 여성", + "object": "수치", + "attribute": "본체" + }, + { + "displayName": "mature", + "langName": "성숙한", + "object": "수치", + "attribute": "본체" + }, + { + "displayName": "little_girl", + "langName": "어린 소녀", + "object": "수치", + "attribute": "본체" + }, + { + "displayName": "little_boy", + "langName": "어린 소년", + "object": "수치", + "attribute": "본체" + }, + { + "displayName": "1girl", + "langName": "1 여자아이", + "object": "수치", + "attribute": "본체" + }, + { + "displayName": "1boy", + "langName": "1 소년", + "object": "수치", + "attribute": "본체" + }, + { + "displayName": "2girls", + "langName": "2 명의 소녀", + "object": "수치", + "attribute": "본체" + }, + { + "displayName": "2boys", + "langName": "2 명의 소년", + "object": "수치", + "attribute": "본체" + }, + { + "displayName": "sisters", + "langName": "자매들", + "object": "수치", + "attribute": "본체" + }, + { + "displayName": "multiple_girls", + "langName": "여러 여자애들", + "object": "수치", + "attribute": "본체" + }, + { + "displayName": "solo", + "langName": "하나의", + "object": "수치", + "attribute": "본체" + }, + { + "displayName": "ojousama", + "langName": "놓치다", + "object": "수치", + "attribute": "본체" + }, + { + "displayName": "bishoujo", + "langName": "아름다운 소녀", + "object": "수치", + "attribute": "본체" + }, + { + "displayName": "kawaii", + "langName": "귀여운", + "object": "수치", + "attribute": "본체" + }, + { + "displayName": "adorable_girl", + "langName": "귀여운 소녀", + "object": "수치", + "attribute": "본체" + }, + { + "displayName": "female_pervert", + "langName": "암캐", + "object": "수치", + "attribute": "본체" + }, + { + "displayName": "milf", + "langName": "밀프", + "object": "수치", + "attribute": "본체" + }, + { + "displayName": "a beautiful korean idol", + "langName": "한국 아이돌", + "object": "수치", + "attribute": "본체" + }, + { + "displayName": "lifeguard", + "langName": "근위대", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "goalkeeper", + "langName": "골키퍼", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "racer", + "langName": "레이싱 드라이버", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "motorcyclist", + "langName": "오토바이 운전자", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "boxer", + "langName": "복서", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "acrobat", + "langName": "곡예사", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "athletes", + "langName": "운동 선수", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "cheerleader", + "langName": "치어리딩", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "stewardess", + "langName": "항공사 스튜어디스", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "waitress", + "langName": "웨이트리스", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "waiter", + "langName": "웨이터", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "chef", + "langName": "요리사", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "barista", + "langName": "바리스타", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "cashier", + "langName": "출납원", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "mailman", + "langName": "우편 집배원", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "office_lady", + "langName": "일하는 여성들", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "maid", + "langName": "하녀", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "housemaid", + "langName": "가정부", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "doctor", + "langName": "의사", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "nurse", + "langName": "간호사", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "scientist", + "langName": "과학자", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "detective", + "langName": "형사", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "police", + "langName": "경찰", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "soldier", + "langName": "군인", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "firefighter", + "langName": "소방관", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "hacker", + "langName": "해커", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "spy", + "langName": "스파이", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "agent", + "langName": "대리인", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "assassin", + "langName": "암살자", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "magician", + "langName": "마술사", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "pilot", + "langName": "조종사", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "astronaut", + "langName": "우주 비행사", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "diver", + "langName": "잠수부", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "bar censor", + "langName": "변호사 시험관", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "missionary", + "langName": "전도사", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "poet", + "langName": "시인", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "actor", + "langName": "배우", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "actress", + "langName": "여배우", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "idol", + "langName": "우상", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "queen", + "langName": "여왕", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "race_queen", + "langName": "레이싱 걸", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "dancer", + "langName": "춤추는 사람", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "ballerina", + "langName": "발레 댄서", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "dancing girl", + "langName": "춤추는 소녀", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "gym_leader", + "langName": "체조 코치", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "priest", + "langName": "성직자", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "cleric", + "langName": "성직자 (기독교)", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "monk", + "langName": "수도사", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "nun", + "langName": "수녀", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "makihitsuji", + "langName": "목자", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "the hermit", + "langName": "은자", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "teacher", + "langName": "선생님", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "classmate", + "langName": "동급생", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "student", + "langName": "학생", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "harem", + "langName": "하렘", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "ghost", + "langName": "귀신", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "doll", + "langName": "인형", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "albino", + "langName": "백색증 환자", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "amputee", + "langName": "절단자", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "trap", + "langName": "트랜스베스타이트 (여성적 특성을 지닌 남성이 여성으로 오인받을 수 있음)", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "crossdressing", + "langName": "트랜스베스타이트 (자신의 성 정체성과 일치하지 않는 옷을 입는 사람)", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "otoko_no_ko", + "langName": "트랜스베스타이트 (여성적 특징을 지닌 것처럼 보이는 남자)", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "wa_maid", + "langName": "일본 하녀", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "yaoi", + "langName": "게이가 되세요", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "yuri", + "langName": "백합", + "object": "수치", + "attribute": "신원" + }, + { + "displayName": "pikachu", + "langName": "피카츄", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "pokemon", + "langName": "포켓몬", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "doraemon", + "langName": "도라에몽", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "crayon shin-chan", + "langName": "크레용신짱", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "slam dunk", + "langName": "슬램덩크", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "harry potter", + "langName": "해리포터", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "avengers", + "langName": "어벤져스", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "captain america", + "langName": "캡틴 아메리카", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "gojou satoru", + "langName": "고조 사토루", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "neon genesis evangelion", + "langName": "신세기 에반게리온", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "mazinger", + "langName": "원더우먼", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "saint seiya", + "langName": "세인트 세이야", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "kamen rider", + "langName": "가면라이더", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "mario", + "langName": "마리오", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "sun wukong", + "langName": "손오공", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "hatsune miku", + "langName": "하츠네 미쿠", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "magical_girl", + "langName": "마법소녀", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "sailor_senshi", + "langName": "세일러문", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "witch", + "langName": "마녀", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "miko", + "langName": "미코", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "mage", + "langName": "마법사", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "magister", + "langName": "마지스터", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "ninja", + "langName": "닌자", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "samurai", + "langName": "사무라이", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "vampire", + "langName": "흡혈귀", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "knight", + "langName": "기사", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "orc", + "langName": "오크", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "druid", + "langName": "드루이드", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "elf", + "langName": "고블린", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "dark_elf", + "langName": "다크 엘프", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "fairy", + "langName": "꼬마 요정", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "succubus", + "langName": "석큐버스", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "imp", + "langName": "작은 악마", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "devil", + "langName": "악마", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "angel", + "langName": "천사", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "monster", + "langName": "괴물", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "monster_girl", + "langName": "외국인의 어머니", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "dominatrix", + "langName": "퀸 (SM 미디엄)", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "mecha", + "langName": "메카", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "mecha_musume", + "langName": "메카걸", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "humanoid_robot", + "langName": "휴머노이드 로봇", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "cyborg", + "langName": "사이보그", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "dragon_girl", + "langName": "드래곤 레이디", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "centaur", + "langName": "켄타우루스", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "slime_musume", + "langName": "슬라임 걸", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "spider_girl", + "langName": "거미 소녀", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "mermaid", + "langName": "인어", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "cat_girl", + "langName": "고양이 소녀", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "dog_girl", + "langName": "개 소녀", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "wolf_girl", + "langName": "늑대 소녀", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "fox_girl", + "langName": "여우 소녀", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "kitsune", + "langName": "여우 악마", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "kyuubi", + "langName": "구미호 | 구미호", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "raccoon_girl", + "langName": "너구리 소녀", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "bunny_girl", + "langName": "토끼 소녀", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "cow_girl", + "langName": "카우걸", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "horse_girl", + "langName": "마 니앙", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "furry", + "langName": "오크", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "furry/orc", + "langName": "오크/오크", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "kemonomimi_mode", + "langName": "동물 귀 로리 모드", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "giantess", + "langName": "여자 거인", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "minigirl", + "langName": "미니 걸", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "mesugaki", + "langName": "여성 임프", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "santa alter", + "langName": "산타클로스", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "spider-man", + "langName": "스파이더맨", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "demo", + "langName": "악마", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "no humans", + "langName": "비인간적인", + "object": "수치", + "attribute": "2 차원 문자" + }, + { + "displayName": "toddler", + "langName": "유아", + "object": "수치", + "attribute": "나이" + }, + { + "displayName": "kindergartener", + "langName": "유치원", + "object": "수치", + "attribute": "나이" + }, + { + "displayName": "child", + "langName": "어린이", + "object": "수치", + "attribute": "나이" + }, + { + "displayName": "underage", + "langName": "부족", + "object": "수치", + "attribute": "나이" + }, + { + "displayName": "teenager", + "langName": "10 대 (13-19)", + "object": "수치", + "attribute": "나이" + }, + { + "displayName": "teen", + "langName": "10 대 (13-19)", + "object": "수치", + "attribute": "나이" + }, + { + "displayName": "early teen", + "langName": "초기 청소년기 (11-15 세)", + "object": "수치", + "attribute": "나이" + }, + { + "displayName": "adult", + "langName": "어른들", + "object": "수치", + "attribute": "나이" + }, + { + "displayName": "elder", + "langName": "장로", + "object": "수치", + "attribute": "나이" + }, + { + "displayName": "old", + "langName": "연세가 드신", + "object": "수치", + "attribute": "나이" + }, + { + "displayName": "loli", + "langName": "로리", + "object": "수치", + "attribute": "나이" + }, + { + "displayName": "shota", + "langName": "쇼타", + "object": "수치", + "attribute": "나이" + }, + { + "displayName": "white_skin", + "langName": "하얀 피부", + "object": "수치", + "attribute": "피부" + }, + { + "displayName": "pale_skin", + "langName": "창백한 피부 (어둡거나 밝은 색상의 옷에 적합)", + "object": "수치", + "attribute": "피부" + }, + { + "displayName": "fair_skin", + "langName": "밝은 피부", + "object": "수치", + "attribute": "피부" + }, + { + "displayName": "olive_skin", + "langName": "올리브 피부", + "object": "수치", + "attribute": "피부" + }, + { + "displayName": "brown_skin", + "langName": "갈색 피부", + "object": "수치", + "attribute": "피부" + }, + { + "displayName": "deep_skin", + "langName": "검은 피부", + "object": "수치", + "attribute": "피부" + }, + { + "displayName": "dark_skin", + "langName": "검은 피부", + "object": "수치", + "attribute": "피부" + }, + { + "displayName": "black_skin", + "langName": "검은 피부", + "object": "수치", + "attribute": "피부" + }, + { + "displayName": "shiny_skin", + "langName": "빛나는 피부", + "object": "수치", + "attribute": "피부" + }, + { + "displayName": "white_marble_glowing_skin", + "langName": "하얀 대리석 빛나는 피부", + "object": "수치", + "attribute": "피부" + }, + { + "displayName": "tattoo", + "langName": "문신", + "object": "수치", + "attribute": "피부" + }, + { + "displayName": "tan", + "langName": "일광 노출", + "object": "수치", + "attribute": "피부" + }, + { + "displayName": "tanlines", + "langName": "태양 손상", + "object": "수치", + "attribute": "피부" + }, + { + "displayName": "oil", + "langName": "기름진", + "object": "수치", + "attribute": "피부" + }, + { + "displayName": "skinny", + "langName": "정보", + "object": "수치", + "attribute": "수치" + }, + { + "displayName": "plump", + "langName": "가득한", + "object": "수치", + "attribute": "수치" + }, + { + "displayName": "curvy", + "langName": "악마의 모습", + "object": "수치", + "attribute": "수치" + }, + { + "displayName": "(navel,wide hip,curvy)", + "langName": "인물 공개", + "object": "수치", + "attribute": "수치" + }, + { + "displayName": "gyaru", + "langName": "핫걸 (일본여자)", + "object": "수치", + "attribute": "수치" + }, + { + "displayName": "pregnant", + "langName": "임신한", + "object": "수치", + "attribute": "수치" + }, + { + "displayName": "fat", + "langName": "비만", + "object": "수치", + "attribute": "수치" + }, + { + "displayName": "thin", + "langName": "얇은", + "object": "수치", + "attribute": "수치" + }, + { + "displayName": "slender", + "langName": "아주 적은", + "object": "수치", + "attribute": "수치" + }, + { + "displayName": "glamor", + "langName": "매력", + "object": "수치", + "attribute": "수치" + }, + { + "displayName": "tall", + "langName": "키가 큰", + "object": "수치", + "attribute": "수치" + }, + { + "displayName": "petite", + "langName": "작은", + "object": "수치", + "attribute": "수치" + }, + { + "displayName": "chibi", + "langName": "멍멍/Q 프린트 스타일", + "object": "수치", + "attribute": "수치" + }, + { + "displayName": "muscular", + "langName": "근", + "object": "수치", + "attribute": "수치" + }, + { + "displayName": "big tits", + "langName": "큰 가슴", + "object": "수치", + "attribute": "수치" + }, + { + "displayName": "(cleavage visible,large breasts)", + "langName": "큰 가슴 (가슴이 터짐)", + "object": "수치", + "attribute": "수치" + }, + { + "displayName": "Small waist", + "langName": "허리가 가늘다", + "object": "수치", + "attribute": "수치" + }, + { + "displayName": "narrow_waist", + "langName": "얇은 허리", + "object": "수치", + "attribute": "수치" + }, + { + "displayName": "slender_waist", + "langName": "가느다란 허리", + "object": "수치", + "attribute": "수치" + }, + { + "displayName": "strong", + "langName": "강한", + "object": "수치", + "attribute": "수치" + }, + { + "displayName": "slim", + "langName": "아주 적은", + "object": "수치", + "attribute": "수치" + }, + { + "displayName": "slender face", + "langName": "얼굴 슬리밍", + "object": "수치", + "attribute": "얼굴 모양" + }, + { + "displayName": "round face", + "langName": "둥근 얼굴", + "object": "수치", + "attribute": "얼굴 모양" + }, + { + "displayName": "oval face", + "langName": "타원형 얼굴", + "object": "수치", + "attribute": "얼굴 모양" + }, + { + "displayName": "baby face", + "langName": "아기 얼굴", + "object": "수치", + "attribute": "얼굴 모양" + }, + { + "displayName": "inverted triangle face", + "langName": "역삼각형 얼굴", + "object": "수치", + "attribute": "얼굴 모양" + }, + { + "displayName": "heart shaped face", + "langName": "하트 모양의 얼굴", + "object": "수치", + "attribute": "얼굴 모양" + }, + { + "displayName": "diamond face", + "langName": "다이아몬드 페이스", + "object": "수치", + "attribute": "얼굴 모양" + }, + { + "displayName": "square face", + "langName": "방면", + "object": "수치", + "attribute": "얼굴 모양" + }, + { + "displayName": "long face", + "langName": "긴 얼굴", + "object": "수치", + "attribute": "얼굴 모양" + }, + { + "displayName": "triangular face", + "langName": "삼각형 얼굴", + "object": "수치", + "attribute": "얼굴 모양" + }, + { + "displayName": "detailed gorgeous face", + "langName": "좋은 얼굴", + "object": "수치", + "attribute": "얼굴 모양" + }, + { + "displayName": "delicate features", + "langName": "아름다운 얼굴 생김새", + "object": "수치", + "attribute": "얼굴 모양" + }, + { + "displayName": "black hair", + "langName": "검은 머리", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "white hair", + "langName": "흰 머리카락", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "grey hair", + "langName": "회색 머리카락", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "silver hair", + "langName": "은색 머리카락", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "blonde hair", + "langName": "금발 머리", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "light brown hair", + "langName": "밝은 갈색 머리", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "brown hair", + "langName": "갈색 머리", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "red hair", + "langName": "붉은 머리", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "pink hair", + "langName": "분홍색 머리", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "purple hair", + "langName": "보라색 머리", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "blue hair", + "langName": "파란 머리", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "light blue hair", + "langName": "하늘색 머리", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "dark blue hair", + "langName": "진한 파란색 머리카락", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "green hair", + "langName": "녹색 머리", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "yellow hair", + "langName": "노란 머리", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "two-tone hair", + "langName": "이색 머리", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "multicolored hair", + "langName": "혼합된 색깔의 머리카락", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "grey gradient hair", + "langName": "회색 그라데이션 헤어", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "Gradation of hair", + "langName": "옴브레 헤어", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "streaked hair", + "langName": "하이라이트된 머리", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "hair_down", + "langName": "머리카락을 풀어헤치다", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "hair_spread_out", + "langName": "느슨한 머리카락", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "hair_flip", + "langName": "머리를 빗다", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "hair_up", + "langName": "머리카락을 위로", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "hair_behind_ear", + "langName": "귀 뒤의 머리카락", + "object": "수치", + "attribute": "머리카락" + }, + { + "displayName": "straight_hair", + "langName": "곧은 머리카락", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "curly hair", + "langName": "파마", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "wavy hair", + "langName": "자연스러운 볼륨", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "short hair", + "langName": "짧은 머리", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "medium hair", + "langName": "중파 (中峰)", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "long hair", + "langName": "긴 머리", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "very long hair", + "langName": "매우 긴 머리", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "short ponytail", + "langName": "짧은 포니테일", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "ponytail", + "langName": "포니테일", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "high ponytail", + "langName": "높은 포니테일", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "low ponytail", + "langName": "낮은 포니테일", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "front ponytail", + "langName": "앞머리 포니테일", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "Side ponytail", + "langName": "사이드 포니테일", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "folded ponytail", + "langName": "접힌 포니테일", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "braided ponytail", + "langName": "포니테일 브레이드 헤어", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "quad tails", + "langName": "포니테일 네개", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "twin braids", + "langName": "더블 브레이드", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "low twin braids", + "langName": "낮은 더블 브레이드", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "side braid", + "langName": "사이드 브레이드", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "single braid", + "langName": "싱글 브레이드", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "crown braid", + "langName": "크라운 브레이드", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "french braid", + "langName": "프랑스 브레이드", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "braid", + "langName": "드리다", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "drill hair", + "langName": "드릴롤 프린세스롤", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "twin_drills", + "langName": "더블 다이아몬드 헤어스타일", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "bunches", + "langName": "트윈 포니테일", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "twintails", + "langName": "트윈 포니테일 두 개", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "hair bun", + "langName": "빵 | 만두", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "single_hair_bun", + "langName": "싱글 번", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "double_bun", + "langName": "빵 두 개", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "braided bangs", + "langName": "브레이드 뱅스", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "braided bun", + "langName": "브레이드 번", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "cone hair bun", + "langName": "테이퍼드 번", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "doughnut hair bun", + "langName": "도넛 빵", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "heart hair bun", + "langName": "하트빵", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "bob cut", + "langName": "밥헤어", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "bob haircut", + "langName": "밥헤어", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "hime cut", + "langName": "프린세스 컷", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "updo", + "langName": "빵머리", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "topknot", + "langName": "미트볼 머리", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "one side up", + "langName": "머리카락을 한쪽으로 묶다", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "two side up", + "langName": "양면 머리끈", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "multi-tied hair", + "langName": "머리카락을 더 묶으세요", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "payot", + "langName": "긴 옆수염", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "dynamic hair", + "langName": "다이나믹 헤어", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "swept bangs", + "langName": "옆으로 넘긴 앞머리", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "crossed bangs", + "langName": "크로스뱅스", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "bangs", + "langName": "앞머리", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "blunt bangs", + "langName": "기 앞머리", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "Slanted bangs", + "langName": "사선 앞머리", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "long bangs", + "langName": "긴 앞머리", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "air bangs", + "langName": "에어뱅스", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "asymmetric bangs", + "langName": "비대칭 앞머리", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "asymmetrical bangs", + "langName": "비대칭 앞머리", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "parted bangs", + "langName": "앞머리 부분", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "side_blunt_bangs", + "langName": "사이드 에어뱅스", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "centre parting bangs", + "langName": "센터파트 앞머리", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "middle Fringe", + "langName": "센터파트 앞머리", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "bowl_cut", + "langName": "버섯머리 | 냄비머리", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "hair_flaps", + "langName": "머리카락 날개", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "hair wings", + "langName": "날개털", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "hair in takes", + "langName": "클로즈업", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "flipped hair", + "langName": "뒤틀린 머리카락", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "messy hair", + "langName": "지저분한 헤어스타일", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "disheveled hair", + "langName": "흐트러진 머리카락", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "antenna hair", + "langName": "머리카락이 많이 둔하다", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "ahoge", + "langName": "멍청한", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "forehead", + "langName": "이마를 보여주세요", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "dreadlocks", + "langName": "드레드락", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "wet hair", + "langName": "젖은 머리카락", + "object": "수치", + "attribute": "헤어스타일" + }, + { + "displayName": "makeup", + "langName": "조립", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "eyeshadow", + "langName": "아이섀도우", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "red eyeshadow", + "langName": "레드 아이섀도우", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "blue eyeshadow", + "langName": "블루 아이섀도", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "purple eyeshadow", + "langName": "보라색 아이섀도우", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "pink eyeshadow", + "langName": "핑크 아이섀도", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "green eyeshadow", + "langName": "그린 아이섀도우", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "mascara", + "langName": "마스카라", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "long_eyelashes", + "langName": "긴 속눈썹", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "colored_eyelashes", + "langName": "컬러 속눈썹", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "lipgloss", + "langName": "립글로스", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "red_lips", + "langName": "붉은 입술", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "anime_style_blush", + "langName": "애니메이션 블러쉬", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "nose_blush", + "langName": "코 붉히다", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "freckles", + "langName": "주근깨", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "mole", + "langName": "두더지", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "mole_under_eye", + "langName": "눈 밑의 점", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "scar", + "langName": "흉터", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "scar_across_eye", + "langName": "눈의 흉터", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "facial_mark", + "langName": "패턴이 있는 얼굴", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "forehead_mark", + "langName": "이마에 무늬가 있어요", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "anger_vein", + "langName": "머리 화난 상징", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "bags_under_eyes", + "langName": "눈 밑의 주머니", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "bruise_on_face", + "langName": "얼굴에 멍이 들다", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "whisker_markings", + "langName": "수염 표시", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "facepaint", + "langName": "얼굴 페인팅", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "hair between eyes", + "langName": "눈 사이의 머리카락", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "smoking_pipe", + "langName": "파이프", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "mustache", + "langName": "콧수염", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "goatee", + "langName": "수염", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "food_on_face", + "langName": "얼굴에 음식", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "rice_on_face", + "langName": "얼굴에 쌀", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "cream_on_face", + "langName": "얼굴에 크림", + "object": "수치", + "attribute": "얼굴" + }, + { + "displayName": "elf ears", + "langName": "엘프 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "pointy_ears", + "langName": "뾰족한 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "long_pointy_ears", + "langName": "길고 뾰족한 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "demon ears", + "langName": "악마의 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "angel ears", + "langName": "천사의 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "alien ears", + "langName": "외계인 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "animal_ears", + "langName": "동물 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "fake_animal_ears", + "langName": "가짜 동물 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "ears_through_headwear", + "langName": "모자나 머리장식을 통해 착용되는 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "ear_blush", + "langName": "귀는 빨간색이다", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "ear_ornament", + "langName": "귀걸이", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "ear_piercing", + "langName": "귀 피어싱", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "animal_ear_fluff", + "langName": "동물 귀 봉제인형", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "ears_down", + "langName": "귀를 떨어뜨리다", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "floppy_ears", + "langName": "늘어진 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "fox_ears", + "langName": "여우 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "cat_ears", + "langName": "고양이 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "dog_ears", + "langName": "개 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "coyote_ears", + "langName": "코요테 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "bunny_ears", + "langName": "토끼 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "mouse_ears", + "langName": "쥐 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "squirrel_ears", + "langName": "다람쥐 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "raccoon_ears", + "langName": "너구리 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "bear_ears", + "langName": "곰 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "panda_ears", + "langName": "팬더 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "lion_ears", + "langName": "사자 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "jaguar_ears", + "langName": "재규어 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "tiger_ears", + "langName": "호랑이 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "wolf ears", + "langName": "늑대 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "horse_ears", + "langName": "말 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "cow ears", + "langName": "소 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "pig ears", + "langName": "돼지 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "sheep ears", + "langName": "양 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "goat ears", + "langName": "염소 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "goat_horns", + "langName": "염소 뿔", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "curled_horns", + "langName": "모서리", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "hair_on_horn", + "langName": "뿔에 머리카락", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "deer ears", + "langName": "사슴 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "antelope ears", + "langName": "영양 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "antlers", + "langName": "뿔", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "rhino ears", + "langName": "코뿔소 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "elephant ears", + "langName": "코끼리 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "bat_ears", + "langName": "박쥐 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "extra_ears", + "langName": "여분의 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "alpaca_ears", + "langName": "알파카 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "dragon ears", + "langName": "드래곤 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "robot_ears", + "langName": "기계 귀", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "dragon_horns", + "langName": "용의 뿔", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "oni_horns", + "langName": "유령 뿔", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "horns", + "langName": "어느 한 쪽", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "fake_horns", + "langName": "거짓 뿔", + "object": "수치", + "attribute": "귀" + }, + { + "displayName": "thick eyebrows", + "langName": "두꺼운 눈썹", + "object": "수치", + "attribute": "눈썹" + }, + { + "displayName": "cocked eyebrow", + "langName": "눈썹을 치켜올렸다", + "object": "수치", + "attribute": "눈썹" + }, + { + "displayName": "short eyebrows", + "langName": "짧은 눈썹", + "object": "수치", + "attribute": "눈썹" + }, + { + "displayName": "v-shaped eyebrows", + "langName": "V 눈썹", + "object": "수치", + "attribute": "눈썹" + }, + { + "displayName": "beautiful_detailed_eyes", + "langName": "아름다운 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "glistening_eyes", + "langName": "눈물이 나다", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "sparkling_eyes", + "langName": "별의 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "sparkling_anime_eyes", + "langName": "플래시 애니메이션 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "gradient_eyes", + "langName": "그라데이션 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "water_eyes", + "langName": "눈물 어린 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "eye_relfection", + "langName": "안구 반사 (동공의 빛에 대한 반응)", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "reflective_eyes", + "langName": "반사하는 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "multicolored_eyes", + "langName": "다채로운 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "red eyes", + "langName": "붉은 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "green eyes", + "langName": "녹색 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "blue_eyes", + "langName": "푸른 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "purple eyes", + "langName": "보라색 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "pink eyes", + "langName": "분홍 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "yellow eyes", + "langName": "노란 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "orange eyes", + "langName": "오렌지색 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "brown_eyes", + "langName": "갈색 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "light_brown_eyes", + "langName": "밝은 갈색 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "silver_eyes", + "langName": "은빛 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "grey eyes", + "langName": "회색 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "black eyes", + "langName": "검은 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "white eyes", + "langName": "하얀 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "aqua_eyes", + "langName": "아쿠아 아이즈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "hidden eyes", + "langName": "눈을 숨기다", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "heart-shaped eyes", + "langName": "하트 모양의 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "heart_in_eye", + "langName": "하트 모양의 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "hollow_eyes", + "langName": "별모양_동공", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "mechanical_eye", + "langName": "기계의 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "ringed_eyes", + "langName": "반지 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "clock_eyes", + "langName": "종 모양의 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "compound_eyes", + "langName": "복안", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "devil_eyes", + "langName": "사악한 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "cephalopod_eyes", + "langName": "두족류 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "mismatched_sclera", + "langName": "일치하지 않는 강막", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "solid circle eyes", + "langName": "chắc chắn 한 둥근 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "solid_oval_eyes", + "langName": "Q 버전 솔리드 타원형 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "anime_style_eyes", + "langName": "애니메이션 스타일의 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "blush_stickers", + "langName": "Q 버전 블러쉬 스티커", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "button eyes", + "langName": "단추 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "cross eyed", + "langName": "사시", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "blank eyes", + "langName": "공허한 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "spiral_eyes", + "langName": "소용돌이 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "sanpaku", + "langName": "삼중백색증후군 (동공이동)", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "flaming_eye", + "langName": "호무라", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "bloodshot_eyes", + "langName": "충혈된 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "blood_from_eyes", + "langName": "눈에서 흐르는 피", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "extra_eyes", + "langName": "여러 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "one-eyed", + "langName": "한쪽 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "third_eye", + "langName": "제 3 의 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "eye_of_horus", + "langName": "호루스의 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "closed_eyes", + "langName": "눈을 감다", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "half_closed_eye", + "langName": "반쯤 감긴 눈 (한쪽 눈)", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "half_closed_eyes", + "langName": "반쯤 감긴 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "narrowed_eyes", + "langName": "눈을 가늘게 뜨다", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "squinting", + "langName": "눈을 가늘게 뜨다", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "tears", + "langName": "눈물", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "upturned_eyes", + "langName": "눈을 위로 향하게 하다", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "eyes_closed", + "langName": "눈을 감다", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "one_eye_covered", + "langName": "한쪽 눈이 가려져 있다", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "covered_eyes", + "langName": "눈 가리고", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "hair_over_eyes", + "langName": "눈을 가리는 머리카락", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "hair_over_one_eye", + "langName": "머리카락이 한쪽 눈을 가린다", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "eyes_visible_through_hair", + "langName": "머리카락 사이로 보이는 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "shading eyes", + "langName": "아이섀도우를 바른 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "one eye closed", + "langName": "한쪽 눈 감음", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "no_blindfold", + "langName": "(원래의) 눈가리개 요소를 제거했습니다.", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "no_eyepatch", + "langName": "(기존) 아이마스크 제거", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "eyeliner", + "langName": "아이라이너", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "no_eyes", + "langName": "눈이 없다", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "uneven_eyes", + "langName": "크고 작은 눈", + "object": "수치", + "attribute": "눈" + }, + { + "displayName": "pupils", + "langName": "학생", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "bright_pupils", + "langName": "밝은 눈동자", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "blue_pupils", + "langName": "주황색 눈동자", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "purple_pupils", + "langName": "보라색 눈동자", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "orange_pupils", + "langName": "주황색 눈동자", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "heterochromia", + "langName": "이색성 동공", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "mismatched_pupils", + "langName": "일치하지 않는 동공", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "solid_circle_pupils", + "langName": "Q 버전 솔리드 라운드 동공", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "dilated_pupils", + "langName": "동공이 확장됨", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "constricted_pupils", + "langName": "동공이 좁아지다", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "slit_pupils", + "langName": "수직 동공/고양이 눈", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "snake_pupils", + "langName": "뱀의 동공 (동공 플래시)", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "horizontal_pupils", + "langName": "수평 동공", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "rectangular_pupils", + "langName": "직사각형 동공", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "square_pupils", + "langName": "사각형 동공", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "dot_pupils", + "langName": "점 동공", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "star-shaped_pupils", + "langName": "오각별 모양의 동공", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "flower-shaped pupils", + "langName": "꽃 모양의 동공", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "heart-shaped_pupils", + "langName": "하트 모양의 동공", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "diamond-shaped_pupils", + "langName": "다이아몬드 모양의 동공", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "butterfly-shaped_pupils", + "langName": "나비 모양의 동공", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "symbol-shaped_pupils", + "langName": "상징적인 동공", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "x-shaped_pupils", + "langName": "X 자 모양의 동공", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "cross-shaped_pupils", + "langName": "상징적인 동공 (효과 없음)", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "\"+_+\"", + "langName": "십자가 별 눈", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "extra_pupils", + "langName": "추가 학생", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "no_pupils", + "langName": "눈동자가 없다", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "devil pupils", + "langName": "마법의 동공", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "pupils sparkling", + "langName": "눈동자가 깜빡거리다", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "symbol_in_eye", + "langName": "눈에는 상징이 있습니다", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "star_in_eye", + "langName": "눈 속의 별", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "dashed_eyes", + "langName": "점박이 눈", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "color contact lenses", + "langName": "콘택트렌즈", + "object": "수치", + "attribute": "학생" + }, + { + "displayName": "light_eyes", + "langName": "밝은 눈", + "object": "수치", + "attribute": "눈의 표현" + }, + { + "displayName": "glowing_eyes", + "langName": "빛나는 눈", + "object": "수치", + "attribute": "눈의 표현" + }, + { + "displayName": "shiny_eyes", + "langName": "빛나는 눈", + "object": "수치", + "attribute": "눈의 표현" + }, + { + "displayName": "evil_eyes", + "langName": "사악한 눈", + "object": "수치", + "attribute": "눈의 표현" + }, + { + "displayName": "crazy_eyes", + "langName": "미친 눈", + "object": "수치", + "attribute": "눈의 표현" + }, + { + "displayName": "empty_eyes", + "langName": "텅 빈 눈", + "object": "수치", + "attribute": "눈의 표현" + }, + { + "displayName": "solid_eyes", + "langName": "확고한 눈", + "object": "수치", + "attribute": "눈의 표현" + }, + { + "displayName": "sharp_eyes", + "langName": "날카로운 눈", + "object": "수치", + "attribute": "눈의 표현" + }, + { + "displayName": "slanted_eyes", + "langName": "날카로운 눈", + "object": "수치", + "attribute": "눈의 표현" + }, + { + "displayName": "wink", + "langName": "깜박거리다", + "object": "수치", + "attribute": "눈의 표현" + }, + { + "displayName": "wide-eyed", + "langName": "눈을 뜨세요", + "object": "수치", + "attribute": "눈의 표현" + }, + { + "displayName": "glint", + "langName": "눈에 강한 감정이 번쩍이다", + "object": "수치", + "attribute": "눈의 표현" + }, + { + "displayName": "tsurime", + "langName": "눈꼬리 들어올림", + "object": "수치", + "attribute": "눈의 표현" + }, + { + "displayName": "tareme", + "langName": "눈꼬리 처짐", + "object": "수치", + "attribute": "눈의 표현" + }, + { + "displayName": "pointed nose", + "langName": "뾰족한 코", + "object": "수치", + "attribute": "코" + }, + { + "displayName": "small nose", + "langName": "작은 코", + "object": "수치", + "attribute": "코" + }, + { + "displayName": "big nose", + "langName": "큰 코", + "object": "수치", + "attribute": "코" + }, + { + "displayName": "no_nose", + "langName": "코가 없다", + "object": "수치", + "attribute": "코" + }, + { + "displayName": "dot_nose", + "langName": "점박이 코", + "object": "수치", + "attribute": "코" + }, + { + "displayName": "nose_bubble", + "langName": "코 거품", + "object": "수치", + "attribute": "코" + }, + { + "displayName": "smelling", + "langName": "냄새가 나다", + "object": "수치", + "attribute": "코" + }, + { + "displayName": "nose", + "langName": "코", + "object": "수치", + "attribute": "코" + }, + { + "displayName": "nosebleed", + "langName": "코피", + "object": "수치", + "attribute": "코" + }, + { + "displayName": "snot", + "langName": "비강 분비물", + "object": "수치", + "attribute": "코" + }, + { + "displayName": "snout", + "langName": "동물의 주둥이", + "object": "수치", + "attribute": "코" + }, + { + "displayName": "thick lips", + "langName": "두꺼운 입술", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "puffy lips", + "langName": "부은 입술", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "lipstick", + "langName": "입술 연지", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "heart-shaped mouth", + "langName": "하트 모양의 입", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "pout", + "langName": "입을 삐죽 내밀기", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "mole under mouth", + "langName": "입 밑의 점", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "open_mouth", + "langName": "입을 열어라", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "gasping", + "langName": "헐떡거림 (입을 벌리다)", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "Slightly_open_mouth", + "langName": "입을 살짝 벌리다", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "wavy_mouth", + "langName": "물결 모양의 입", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "close_mouth", + "langName": "입 다물어", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "dot_mouth", + "langName": "목례", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "no_mouth", + "langName": "입이 없다", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "gag", + "langName": "개그", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "gnaw", + "langName": "깨물다", + "object": "수치", + "attribute": "입" + }, + { + "displayName": ":3", + "langName": "마오주이", + "object": "수치", + "attribute": "입" + }, + { + "displayName": ":o", + "langName": "입을 열어라", + "object": "수치", + "attribute": "입" + }, + { + "displayName": ":>", + "langName": "V 입", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "parted_lips", + "langName": "입술을 벌리다", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "bit_gag", + "langName": "입 다물어", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "chestnut_mouth", + "langName": "리지쭈이", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "cleave_gag", + "langName": "입막음하다", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "closed_mouth", + "langName": "입을 다물다", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "covered_mouth", + "langName": "입이 덮여있다", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "extra_mouth", + "langName": "입이 몇개야?", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "hair_in_mouth", + "langName": "입 속의 머리카락", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "hair_tie_in_mouth", + "langName": "머리끈을 입에 물고 있어", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "homu", + "langName": "파우트 | 파우트", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "lips", + "langName": "입술", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "mouth", + "langName": "입", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "mouth_hold", + "langName": "입에 넣어두세요", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "oral", + "langName": "입으로", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "pacifier", + "langName": "젖꼭지", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "Pouted lips", + "langName": "입술을 삐죽 내밀다", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "sideways_mouth", + "langName": "입을 옆모습으로 그리세요", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "spoon_in_mouth", + "langName": "입에 숟가락", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "triangle_mouth", + "langName": "삼각형 입", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "saliva", + "langName": "타액", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "drooling", + "langName": "침흘리기", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "mouth_drool", + "langName": "입가에 침방울 모양의 틈이 있다.", + "object": "수치", + "attribute": "입" + }, + { + "displayName": "tooth", + "langName": "이빨", + "object": "수치", + "attribute": "이" + }, + { + "displayName": "upper_teeth", + "langName": "위쪽 이빨", + "object": "수치", + "attribute": "이" + }, + { + "displayName": "fangs", + "langName": "호랑이 이빨 | 송곳니", + "object": "수치", + "attribute": "이" + }, + { + "displayName": "skin_fang", + "langName": "피부색 호랑이 이빨", + "object": "수치", + "attribute": "이" + }, + { + "displayName": "round_teeth", + "langName": "톱니 모양의 이빨", + "object": "수치", + "attribute": "이" + }, + { + "displayName": "sharp_teeth", + "langName": "날카로운 이빨", + "object": "수치", + "attribute": "이" + }, + { + "displayName": "clenched_teeth", + "langName": "이를 악물다", + "object": "수치", + "attribute": "이" + }, + { + "displayName": "buck_teeth", + "langName": "치아를 흔들다", + "object": "수치", + "attribute": "이" + }, + { + "displayName": "fang_out", + "langName": "송곳니를 드러내다 | 송곳니를 드러내다", + "object": "수치", + "attribute": "이" + }, + { + "displayName": "spiked_club", + "langName": "메이스", + "object": "수치", + "attribute": "이" + }, + { + "displayName": "toothbrush", + "langName": "칫솔", + "object": "수치", + "attribute": "이" + }, + { + "displayName": "tusks", + "langName": "상아", + "object": "수치", + "attribute": "이" + }, + { + "displayName": "shark_mouth", + "langName": "상어 이빨", + "object": "수치", + "attribute": "이" + }, + { + "displayName": ":q", + "langName": "윗입술에 혀", + "object": "수치", + "attribute": "혀" + }, + { + "displayName": ":p", + "langName": "아랫입술에 혀를 대다", + "object": "수치", + "attribute": "혀" + }, + { + "displayName": ";p", + "langName": "눈을 깜빡이며 혀를 내밀다", + "object": "수치", + "attribute": "혀" + }, + { + "displayName": "french_kiss", + "langName": "혀 키스 | 프랑스 젖은 키스", + "object": "수치", + "attribute": "혀" + }, + { + "displayName": "long_tongue", + "langName": "긴 혀", + "object": "수치", + "attribute": "혀" + }, + { + "displayName": "oral_invitation", + "langName": "사정을 환영하기 위해 혀를 내밀어라", + "object": "수치", + "attribute": "혀" + }, + { + "displayName": "tongue", + "langName": "혀", + "object": "수치", + "attribute": "혀" + }, + { + "displayName": "tongue_out", + "langName": "혀를 내밀다", + "object": "수치", + "attribute": "혀" + }, + { + "displayName": "uvula", + "langName": "구개수 | 구개수 | 구개수", + "object": "수치", + "attribute": "혀" + }, + { + "displayName": "fingernails", + "langName": "손톱", + "object": "수치", + "attribute": "못" + }, + { + "displayName": "toenails", + "langName": "발톱", + "object": "수치", + "attribute": "못" + }, + { + "displayName": "nail_polish", + "langName": "네일 폴리쉬", + "object": "수치", + "attribute": "못" + }, + { + "displayName": "toenail_polish", + "langName": "발톱광택제", + "object": "수치", + "attribute": "못" + }, + { + "displayName": "black_nails", + "langName": "검은 손톱", + "object": "수치", + "attribute": "못" + }, + { + "displayName": "red_nails", + "langName": "붉은 손톱", + "object": "수치", + "attribute": "못" + }, + { + "displayName": "pink_nails", + "langName": "핑크색 손톱", + "object": "수치", + "attribute": "못" + }, + { + "displayName": "long_fingernails", + "langName": "긴 손톱", + "object": "수치", + "attribute": "못" + }, + { + "displayName": "nail", + "langName": "손톱 | 손톱", + "object": "수치", + "attribute": "못" + }, + { + "displayName": "multicolored_nails", + "langName": "컬러풀한 네일", + "object": "수치", + "attribute": "못" + }, + { + "displayName": "nail_art", + "langName": "매니큐어", + "object": "수치", + "attribute": "못" + }, + { + "displayName": "bare shoulders", + "langName": "맨 어깨", + "object": "수치", + "attribute": "어깨" + }, + { + "displayName": "collarbonea", + "langName": "쇄골", + "object": "수치", + "attribute": "어깨" + }, + { + "displayName": "armpits", + "langName": "겨드랑이", + "object": "수치", + "attribute": "어깨" + }, + { + "displayName": "armpit_crease", + "langName": "겨드랑이 주름", + "object": "수치", + "attribute": "어깨" + }, + { + "displayName": "chest", + "langName": "가슴", + "object": "수치", + "attribute": "가슴" + }, + { + "displayName": "flat chest", + "langName": "작은 가슴 (A)", + "object": "수치", + "attribute": "가슴" + }, + { + "displayName": "small_breasts", + "langName": "작은 가슴 (B)", + "object": "수치", + "attribute": "가슴" + }, + { + "displayName": "medium breasts", + "langName": "중간 가슴 (C)", + "object": "수치", + "attribute": "가슴" + }, + { + "displayName": "big breasts", + "langName": "큰 가슴 (D)", + "object": "수치", + "attribute": "가슴" + }, + { + "displayName": "huge breasts", + "langName": "큰 가슴 (E)", + "object": "수치", + "attribute": "가슴" + }, + { + "displayName": "gigantic breasts", + "langName": "엄청 큰 가슴 (F)", + "object": "수치", + "attribute": "가슴" + }, + { + "displayName": "breasts apart", + "langName": "가슴이 벌어지다", + "object": "수치", + "attribute": "가슴" + }, + { + "displayName": "hanging breasts", + "langName": "처짐", + "object": "수치", + "attribute": "가슴" + }, + { + "displayName": "bouncing breasts", + "langName": "떨림", + "object": "수치", + "attribute": "가슴" + }, + { + "displayName": "cleavage", + "langName": "분열", + "object": "수치", + "attribute": "가슴" + }, + { + "displayName": "areola", + "langName": "그물코 틈", + "object": "수치", + "attribute": "가슴" + }, + { + "displayName": "nipples", + "langName": "젖꼭지", + "object": "수치", + "attribute": "가슴" + }, + { + "displayName": "pectorals", + "langName": "가슴 근육", + "object": "수치", + "attribute": "가슴" + }, + { + "displayName": "large_pectorals", + "langName": "큰 가슴", + "object": "수치", + "attribute": "가슴" + }, + { + "displayName": "unbuttoned clothes", + "langName": "반쯤 드러난 가슴", + "object": "수치", + "attribute": "가슴" + }, + { + "displayName": "belly", + "langName": "복부", + "object": "수치", + "attribute": "복부" + }, + { + "displayName": "absolute_territory", + "langName": "복부 근육", + "object": "수치", + "attribute": "복부" + }, + { + "displayName": "inflation", + "langName": "배가 불룩 튀어나옴", + "object": "수치", + "attribute": "복부" + }, + { + "displayName": "navel", + "langName": "배꼽", + "object": "수치", + "attribute": "복부" + }, + { + "displayName": "groin", + "langName": "샅", + "object": "수치", + "attribute": "복부" + }, + { + "displayName": "feet", + "langName": "발", + "object": "수치", + "attribute": "발" + }, + { + "displayName": "long_legs", + "langName": "긴 다리", + "object": "수치", + "attribute": "발" + }, + { + "displayName": "thick_thighs", + "langName": "두꺼운 허벅지", + "object": "수치", + "attribute": "발" + }, + { + "displayName": "toe-point", + "langName": "발가락 끝 | 발가락 끝", + "object": "수치", + "attribute": "발" + }, + { + "displayName": "wings", + "langName": "비행", + "object": "수치", + "attribute": "비행" + }, + { + "displayName": "bat_wings", + "langName": "박쥐 날개", + "object": "수치", + "attribute": "비행" + }, + { + "displayName": "butterfly_wings", + "langName": "나비 날개", + "object": "수치", + "attribute": "비행" + }, + { + "displayName": "black_wings", + "langName": "검은 날개", + "object": "수치", + "attribute": "비행" + }, + { + "displayName": "demon_wings", + "langName": "악마의 날개", + "object": "수치", + "attribute": "비행" + }, + { + "displayName": "asymmetrical_wings", + "langName": "비대칭 날개", + "object": "수치", + "attribute": "비행" + }, + { + "displayName": "detached_wings", + "langName": "몸체에 연결되지 않은 날개", + "object": "수치", + "attribute": "비행" + }, + { + "displayName": "fairy_wings", + "langName": "요정 날개", + "object": "수치", + "attribute": "비행" + }, + { + "displayName": "fake_wings", + "langName": "모조 날개", + "object": "수치", + "attribute": "비행" + }, + { + "displayName": "fiery_wings", + "langName": "불타는 날개", + "object": "수치", + "attribute": "비행" + }, + { + "displayName": "insect_wings", + "langName": "곤충 날개", + "object": "수치", + "attribute": "비행" + }, + { + "displayName": "large_wings", + "langName": "큰 날개", + "object": "수치", + "attribute": "비행" + }, + { + "displayName": "low_wings", + "langName": "허리에 날개", + "object": "수치", + "attribute": "비행" + }, + { + "displayName": "mini_wings", + "langName": "미니 윙", + "object": "수치", + "attribute": "비행" + }, + { + "displayName": "multicolored_wings", + "langName": "다양한 색상의 날개", + "object": "수치", + "attribute": "비행" + }, + { + "displayName": "multiple_wings", + "langName": "여러 쌍의 날개", + "object": "수치", + "attribute": "비행" + }, + { + "displayName": "no_wings", + "langName": "제거된 (원래의) 날개", + "object": "수치", + "attribute": "비행" + }, + { + "displayName": "winged_helmet", + "langName": "날개 달린 헬멧", + "object": "수치", + "attribute": "비행" + }, + { + "displayName": "smile", + "langName": "웃다", + "object": "표현", + "attribute": "웃다" + }, + { + "displayName": "laughing", + "langName": "큰소리로 웃는다", + "object": "표현", + "attribute": "웃다" + }, + { + "displayName": ":d", + "langName": "행복한 미소_:D😀", + "object": "표현", + "attribute": "웃다" + }, + { + "displayName": ";d", + "langName": "윙크하고 웃어요_:D", + "object": "표현", + "attribute": "웃다" + }, + { + "displayName": "grin", + "langName": "이빨을 드러내며 웃는 미소", + "object": "표현", + "attribute": "웃다" + }, + { + "displayName": "teasing_smile", + "langName": "웃다, 어리석게 웃다", + "object": "표현", + "attribute": "웃다" + }, + { + "displayName": "seductive_smile", + "langName": "매력적인 미소", + "object": "표현", + "attribute": "웃다" + }, + { + "displayName": "smirk", + "langName": "도발적인 미소", + "object": "표현", + "attribute": "웃다" + }, + { + "displayName": "giggling", + "langName": "킬킬 웃음", + "object": "표현", + "attribute": "웃다" + }, + { + "displayName": "smug", + "langName": "잘난 체하는", + "object": "표현", + "attribute": "웃다" + }, + { + "displayName": "naughty_face", + "langName": "장난스러운 얼굴", + "object": "표현", + "attribute": "웃다" + }, + { + "displayName": "crazy_smile", + "langName": "미친 웃음", + "object": "표현", + "attribute": "웃다" + }, + { + "displayName": "kind_smile", + "langName": "부드러운 미소", + "object": "표현", + "attribute": "웃다" + }, + { + "displayName": "evil_smile", + "langName": "나쁜 미소", + "object": "표현", + "attribute": "웃다" + }, + { + "displayName": "ahegao", + "langName": "얼굴을 가리고 웃다 | 수줍은 얼굴", + "object": "표현", + "attribute": "웃다" + }, + { + "displayName": "happy_tears", + "langName": "행복의 눈물", + "object": "표현", + "attribute": "웃다" + }, + { + "displayName": "sad", + "langName": "슬픈", + "object": "표현", + "attribute": "울다" + }, + { + "displayName": "sobs", + "langName": "흐느낌", + "object": "표현", + "attribute": "울다" + }, + { + "displayName": "crying", + "langName": "큰 소리로 울다", + "object": "표현", + "attribute": "울다" + }, + { + "displayName": "crying_with_eyes_open", + "langName": "눈을 뜨고 울다", + "object": "표현", + "attribute": "울다" + }, + { + "displayName": "streaming_tears", + "langName": "눈물을 흘리다", + "object": "표현", + "attribute": "울다" + }, + { + "displayName": "lacrimation", + "langName": "눈물을 흘리다", + "object": "표현", + "attribute": "울다" + }, + { + "displayName": "tear stains", + "langName": "눈물", + "object": "표현", + "attribute": "울다" + }, + { + "displayName": "teardrop", + "langName": "눈물", + "object": "표현", + "attribute": "울다" + }, + { + "displayName": "tearing_up", + "langName": "울음 표정", + "object": "표현", + "attribute": "울다" + }, + { + "displayName": "wiping_tears", + "langName": "눈물을 닦다", + "object": "표현", + "attribute": "울다" + }, + { + "displayName": "badmood", + "langName": "기분이 나쁘다", + "object": "표현", + "attribute": "울다" + }, + { + "displayName": "tearing_clothes", + "langName": "옷을 찢다 (매우 슬플 때, 감정을 표출하기 위해 옷을 찢다)", + "object": "표현", + "attribute": "울다" + }, + { + "displayName": "frustrated", + "langName": "좌절스러운", + "object": "표현", + "attribute": "불행한" + }, + { + "displayName": "frustrated_brow", + "langName": "좌절한 눈썹", + "object": "표현", + "attribute": "불행한" + }, + { + "displayName": "annoyed", + "langName": "괴로워하다", + "object": "표현", + "attribute": "불행한" + }, + { + "displayName": "anguish", + "langName": "우울한", + "object": "표현", + "attribute": "불행한" + }, + { + "displayName": "sigh", + "langName": "한숨을 쉬다", + "object": "표현", + "attribute": "불행한" + }, + { + "displayName": "gloom", + "langName": "우울", + "object": "표현", + "attribute": "불행한" + }, + { + "displayName": "disappointed", + "langName": "실망한", + "object": "표현", + "attribute": "불행한" + }, + { + "displayName": "despair", + "langName": "절망", + "object": "표현", + "attribute": "불행한" + }, + { + "displayName": "unamused", + "langName": "불행해 보인다", + "object": "표현", + "attribute": "불행한" + }, + { + "displayName": "disgust", + "langName": "역겹다 (쓰레기 같아 보인다)", + "object": "표현", + "attribute": "경멸" + }, + { + "displayName": "disdain", + "langName": "경멸", + "object": "표현", + "attribute": "경멸" + }, + { + "displayName": "contempt", + "langName": "경멸", + "object": "표현", + "attribute": "경멸" + }, + { + "displayName": "shaded_face", + "langName": "얼굴에는 경멸과 어울리는 그림자가 있습니다", + "object": "표현", + "attribute": "경멸" + }, + { + "displayName": "jitome", + "langName": "경멸하는 표정", + "object": "표현", + "attribute": "경멸" + }, + { + "displayName": "frown", + "langName": "찡그린 얼굴 / 찡그린 얼굴", + "object": "표현", + "attribute": "경멸" + }, + { + "displayName": "wince", + "langName": "찡그린 얼굴 (성관계 전)", + "object": "표현", + "attribute": "경멸" + }, + { + "displayName": "furrowed_brow", + "langName": "찌푸린 얼굴", + "object": "표현", + "attribute": "경멸" + }, + { + "displayName": "fear_kubrick", + "langName": "옆눈질에 대한 두려움", + "object": "표현", + "attribute": "경멸" + }, + { + "displayName": "angry", + "langName": "화난", + "object": "표현", + "attribute": "화난" + }, + { + "displayName": "glaring", + "langName": "섬광", + "object": "표현", + "attribute": "화난" + }, + { + "displayName": "serious", + "langName": "심각한 (화가 난 것과 유사)", + "object": "표현", + "attribute": "화난" + }, + { + "displayName": "kubrick_stare", + "langName": "옆으로 당신을 바라보며", + "object": "표현", + "attribute": "화난" + }, + { + "displayName": "sulking", + "langName": "화난_불쾌한", + "object": "표현", + "attribute": "화난" + }, + { + "displayName": "screaming", + "langName": "비명 | 소리치다", + "object": "표현", + "attribute": "화난" + }, + { + "displayName": "shouting", + "langName": "울다", + "object": "표현", + "attribute": "화난" + }, + { + "displayName": "expressionless", + "langName": "무표정한", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "raised eyebrow", + "langName": "눈썹을 치켜올리다", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "blush", + "langName": "붉히다", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "light_blush", + "langName": "약간 붉어짐", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "full-face-blush", + "langName": "얼굴 전체를 붉히다", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "shy", + "langName": "수줍은", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "embarrassed", + "langName": "어색하고 수줍음", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "embarrass", + "langName": "수줍은 (어색한)", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "flustered", + "langName": "당황하다", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "cute face", + "langName": "귀여운 얼굴", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "thinking", + "langName": "생각하다", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "bored", + "langName": "지루한", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "sleepy", + "langName": "졸린", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "surprised", + "langName": "놀라다", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "confused", + "langName": "혼란시키다", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "facepalm", + "langName": "얼굴 가리기", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "grimace", + "langName": "눈짓", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "scowl", + "langName": "혐오스러운 표정", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "staring", + "langName": "시선", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "envy", + "langName": "부러움", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "twitching", + "langName": "경련", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "spasm", + "langName": "쥐", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "pain", + "langName": "통증", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "endured_face", + "langName": "환자의 표현", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "restrained", + "langName": "견디다", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "turn pale", + "langName": "창백한", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "sweat", + "langName": "땀", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "scared", + "langName": "무서운", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "naughty", + "langName": "못된", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "dark_persona", + "langName": "검게 변하다", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "crazy", + "langName": "미친", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "yandere", + "langName": "얀데레", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "Tsundere", + "langName": "츤데레", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "multiple_persona", + "langName": "다중인격", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "Jekyll_and_Hyde", + "langName": "다중인격", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "exhausted", + "langName": "탈진한", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "heavy_breathing", + "langName": "심호흡을 하세요. 도움이 되지 않을 수도 있어요.", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "rape_face", + "langName": "강간 얼굴", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "moaning", + "langName": "신음 소리", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "orgasm", + "langName": "클라이맥스", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "female_orgasm", + "langName": "여성 오르가즘", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "rolling_eyes", + "langName": "눈을 굴리다 (오르가즘 눈)", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "torogao", + "langName": "황홀", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "drunk", + "langName": "술 취한", + "object": "표현", + "attribute": "다른 표현들" + }, + { + "displayName": "joyful", + "langName": "즐거운", + "object": "표현", + "attribute": "긍정적인 감정" + }, + { + "displayName": "cheerful", + "langName": "쾌활한", + "object": "표현", + "attribute": "긍정적인 감정" + }, + { + "displayName": "enchanting", + "langName": "매력적인", + "object": "표현", + "attribute": "긍정적인 감정" + }, + { + "displayName": "happy", + "langName": "행복하다", + "object": "표현", + "attribute": "긍정적인 감정" + }, + { + "displayName": "happy accidents", + "langName": "예상치 못한 놀라움", + "object": "표현", + "attribute": "긍정적인 감정" + }, + { + "displayName": "vibrant", + "langName": "활기찬", + "object": "표현", + "attribute": "긍정적인 감정" + }, + { + "displayName": "dynamic", + "langName": "활기찬", + "object": "표현", + "attribute": "긍정적인 감정" + }, + { + "displayName": "energetic", + "langName": "에너지가 넘치는", + "object": "표현", + "attribute": "긍정적인 감정" + }, + { + "displayName": "bustling", + "langName": "바쁘다", + "object": "표현", + "attribute": "긍정적인 감정" + }, + { + "displayName": "lively", + "langName": "기운찬", + "object": "표현", + "attribute": "긍정적인 감정" + }, + { + "displayName": "excited", + "langName": "흥분한", + "object": "표현", + "attribute": "긍정적인 감정" + }, + { + "displayName": "peaceful", + "langName": "평화로운", + "object": "표현", + "attribute": "긍정적인 감정" + }, + { + "displayName": "serene", + "langName": "평화로운", + "object": "표현", + "attribute": "긍정적인 감정" + }, + { + "displayName": "soothing", + "langName": "달래는", + "object": "표현", + "attribute": "긍정적인 감정" + }, + { + "displayName": "calming", + "langName": "침착한", + "object": "표현", + "attribute": "긍정적인 감정" + }, + { + "displayName": "melancholic", + "langName": "우울", + "object": "표현", + "attribute": "부정적인 감정" + }, + { + "displayName": "eerie", + "langName": "기이한", + "object": "표현", + "attribute": "부정적인 감정" + }, + { + "displayName": "ominous", + "langName": "불길한", + "object": "표현", + "attribute": "부정적인 감정" + }, + { + "displayName": "unsettling", + "langName": "방해하는", + "object": "표현", + "attribute": "부정적인 감정" + }, + { + "displayName": "lonely", + "langName": "외로운", + "object": "표현", + "attribute": "부정적인 감정" + }, + { + "displayName": "beautiful", + "langName": "아름다움", + "object": "표현", + "attribute": "기질" + }, + { + "displayName": "elegant", + "langName": "우아한", + "object": "표현", + "attribute": "기질" + }, + { + "displayName": "angelic", + "langName": "천사같은", + "object": "표현", + "attribute": "기질" + }, + { + "displayName": "Good", + "langName": "좋아요", + "object": "표현", + "attribute": "기질" + }, + { + "displayName": "mysterious", + "langName": "신비로운", + "object": "표현", + "attribute": "기질" + }, + { + "displayName": "enigmatic", + "langName": "수수께끼 같은", + "object": "표현", + "attribute": "기질" + }, + { + "displayName": "cryptic", + "langName": "비밀", + "object": "표현", + "attribute": "기질" + }, + { + "displayName": "evil", + "langName": "사악한", + "object": "표현", + "attribute": "기질" + }, + { + "displayName": "standing", + "langName": "서다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "leaning", + "langName": "린 | 린", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "leaning_to_the_side", + "langName": "옆으로 기대다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "leaning_back", + "langName": "뒤로 기대다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "leaning_forward", + "langName": "앞으로 몸을 기울이다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "leaning_on_object", + "langName": "물체에 기대다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "on_back", + "langName": "등을 대고 누워", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "on_side", + "langName": "옆으로 누워서", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "on_stomach", + "langName": "누워있다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "lying", + "langName": "누워있다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "lying_on_person", + "langName": "누군가 위에 누워있다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "lying_on_the_lake", + "langName": "호수에 누워서", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "lying_on_water", + "langName": "물속에 누워있다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "reclining", + "langName": "리클라이닝 포지션", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "arched_back", + "langName": "활 본체", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "afloat", + "langName": "물 위에 떠다닌다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "fetal_position", + "langName": "태아자세 (누워있는 자세)", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "sleeping_upright", + "langName": "(누워 있지 않고) 자는 것 | 똑바로 누워 자는 것", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "waking_up", + "langName": "깨우다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "cuddling", + "langName": "포옹하다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "comforting", + "langName": "편안", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "biting", + "langName": "깨물다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "licking", + "langName": "핥다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "licking_lips", + "langName": "입술을 핥다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "lip_biting", + "langName": "입술을 깨물다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "blowing", + "langName": "불다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "teasing", + "langName": "놀리다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "tickling", + "langName": "간지럼", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "spitting", + "langName": "입에서 액체를 뱉는 행위", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "spilling", + "langName": "용기에서 액체를 붓는 행위", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "cooking", + "langName": "요리", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "drinking", + "langName": "마시다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "applying_makeup", + "langName": "조립", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "brushing_teeth", + "langName": "이를 닦다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "hair_brushing", + "langName": "머리를 빗다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "hair_tucking", + "langName": "머리를 뒤집어라", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "taking_picture", + "langName": "사진 찍기 | 셀카", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "talking_on_phone", + "langName": "전화하다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "singing", + "langName": "노래하다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "meditation", + "langName": "심사 숙고", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "dancing", + "langName": "춤", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "stylish_pose", + "langName": "패션 포즈", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "the_pose", + "langName": "바닥에 누워서 발을 올려 놓으세요", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "standing_on_liquid", + "langName": "물이나 액체 위에 서 있음", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "walking", + "langName": "걷다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "walking_on_liquid", + "langName": "액체 위를 걷다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "running", + "langName": "달리다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "jumping", + "langName": "도약", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "flying", + "langName": "비행", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "flapping", + "langName": "때리기 동작", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "flying_kick", + "langName": "플라잉 킥", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "fighting", + "langName": "전투에서", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "fighting_stance", + "langName": "싸움 자세", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "drawing_bow", + "langName": "활을 당기다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "dual_wielding", + "langName": "듀얼 휘두르기", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "unsheathing", + "langName": "칼집에서 꺼내다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "slashing", + "langName": "자르다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "punching", + "langName": "펀치", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "hitting", + "langName": "때리다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "pushing", + "langName": "푸시", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "dragging", + "langName": "뭔가를 끌다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "strangling", + "langName": "머리를 숙이다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "bullying", + "langName": "괴롭히는 사람", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "chasing", + "langName": "뒤쫓다다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "fleeing", + "langName": "도망가다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "hiding", + "langName": "숨다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "tripping", + "langName": "걸려 넘어졌다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "spinning", + "langName": "회전하다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "climbing", + "langName": "오르다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "diving", + "langName": "다이빙", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "swimming", + "langName": "헤엄", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "wading", + "langName": "물속으로 들어가다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "riding", + "langName": "타다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "driving", + "langName": "운전하다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "fishing", + "langName": "어업", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "pole_dancing", + "langName": "폴댄스", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "writing", + "langName": "글쓰기", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "reading", + "langName": "읽다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "sewing", + "langName": "재봉", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "shopping", + "langName": "쇼핑", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "cleaning", + "langName": "청소하다 |", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "sweeping", + "langName": "청소 | 쓸기 (집안일)", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "washing", + "langName": "세탁", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "showering", + "langName": "샤워", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "drying", + "langName": "건조 (목욕 후)", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "whispering", + "langName": "속삭임", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "sneezing", + "langName": "재채기", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "talking", + "langName": "말하다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "yawning", + "langName": "따분한 사람", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "smoking", + "langName": "연기", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "sleeping", + "langName": "잠", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "praying", + "langName": "기도하다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "playing_games", + "langName": "게임을 하다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "wrestling", + "langName": "레슬링 (스포츠)", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "parody", + "langName": "본뜨다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "trolling", + "langName": "충돌", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "public_indecency", + "langName": "공공장소 음란행위", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "eyelid_pull", + "langName": "깜박거리다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "top-down_bottom-up", + "langName": "누워서 엉덩이를 들어올리세요", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "bent_over", + "langName": "엉덩이 포즈", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "upside-down", + "langName": "핸드스탠드", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "prone_bone", + "langName": "프론 도기 스타일", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "presenting", + "langName": "디스플레이 (후면부)", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "against_glass", + "langName": "유리잔을 짜다 (무효)", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "bleeding", + "langName": "출혈", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "bowing", + "langName": "절하다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "breathing_fire", + "langName": "불을 뿜다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "broom_riding", + "langName": "빗자루를 타고", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "bubble_blowing", + "langName": "거품을 불어내다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "burning", + "langName": "연소", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "cast", + "langName": "던지다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "dreaming", + "langName": "꿈", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "dropping", + "langName": "(실수로) 떨어지다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "exercise", + "langName": "운동을 하다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "firing", + "langName": "촬영", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "flashing", + "langName": "노출된", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "flexing", + "langName": "근육을 보여주세요", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "hanging", + "langName": "교수형", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "Painting_(Action)", + "langName": "그리다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "snowing", + "langName": "눈", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "soccer", + "langName": "축구 스포츠", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "splashing", + "langName": "튀김", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "steepled_fingers", + "langName": "손가락 끝을 손가락에 대다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "swing", + "langName": "그네", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "tail_wagging", + "langName": "꼬리를 흔드는", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "toilet_use", + "langName": "화장실에 가다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "tossing", + "langName": "던지다", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "tying", + "langName": "매듭을 묶다 (동작)", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "untying", + "langName": "묶이지 않은", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "unzipping", + "langName": "압축 해제", + "object": "행동", + "attribute": "기본 동작" + }, + { + "displayName": "looking_at_viewer", + "langName": "관객을 보세요", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "eye_contact", + "langName": "눈맞춤 (서로를 바라보는 것)", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "eyeball", + "langName": "응시", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "stare", + "langName": "시선", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "looking_back", + "langName": "뒤돌아보며", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "gradient", + "langName": "문자 기울기", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "looking_down", + "langName": "아래를 바라보는 캐릭터의 관점↘", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "looking_up", + "langName": "위를 바라보는 캐릭터의 관점↗", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "facing_away", + "langName": "다른 곳을 향하여", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "looking_to_the_side", + "langName": "옆으로 보세요", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "looking_away", + "langName": "시선을 돌리다", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "looking_ahead", + "langName": "미래를 바라보며", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "looking_afar", + "langName": "멀리 바라보다", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "looking_outside", + "langName": "밖을 보다", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "head_tilt", + "langName": "머리를 기울이다", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "aiming", + "langName": "목표", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "aiming_at_viewer", + "langName": "독자 (관점) 를 타겟으로 삼다", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "head_down", + "langName": "머리를 숙이다", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "sideways_glance", + "langName": "살짝 옆으로 시선을 돌려보세요", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "upshirt", + "langName": "셔츠 밑으로 엿보기", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "upshorts", + "langName": "치마를 엿보다", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "looking_at_another", + "langName": "다른 사람을 보면서", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "looking_at_phone", + "langName": "휴대폰을 보세요", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "looking_at_animal", + "langName": "동물을 보면서", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "looking_at_mirror", + "langName": "거울을 들여다보세요", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "looking_at_hand", + "langName": "손을 보며", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "looking_at_food", + "langName": "음식을 보세요", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "looking_at_screen", + "langName": "화면을 보면서", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "stare at me", + "langName": "너를 응시하다", + "object": "행동", + "attribute": "바라보다" + }, + { + "displayName": "clenched hand", + "langName": "꽉 쥐어진 주먹", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "hand_to_mouth", + "langName": "손을 입에 대세요", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "hidden hands", + "langName": "손을 숨기다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "arm_support", + "langName": "손으로 지지하다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "arms_up", + "langName": "손을 들어보세요", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "presenting armpit", + "langName": "겨드랑이를 보여주세요", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "arm_behind_head", + "langName": "머리 뒤에 손", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "arm_above_head", + "langName": "머리에 손을 얹다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "adjusting_hair", + "langName": "깔끔한 머리", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "bangs_pinned_back", + "langName": "앞머리를 뒤로 고정하세요", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "arm_behind_back", + "langName": "한 손을 등 뒤에 두세요", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "arms_behind_back", + "langName": "손을 등 뒤에 두다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "arm_at_side", + "langName": "한 손을 아래로 내리다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "arm_blade", + "langName": "팔 블레이드", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "arm_grab", + "langName": "팔을 잡다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "arm_around_waist", + "langName": "한 손은 허리에 두르다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "arm_hug", + "langName": "손을 잡다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "arm_up", + "langName": "손을 들어라", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "bound_arms", + "langName": "팔은 묶여있다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "extra_arms", + "langName": "여러 팔", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "locked_arms", + "langName": "팔을 잡고", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "zombie_pose", + "langName": "좀비 포즈", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "cheering", + "langName": "환호", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "beckoning", + "langName": "꾀어 부르다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "waving", + "langName": "손을 흔들다 (안녕히 가세요/안녕히 가세요)", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "waving_arms", + "langName": "팔을 흔들다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "salute", + "langName": "경례", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "reaching", + "langName": "(의도적으로) 다가가다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "reaching_out", + "langName": "그림 밖으로 손을 뻗어보세요", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "stretch", + "langName": "뻗기", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "convenient_arm", + "langName": "팔의 핵심 부분을 덮다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "ready_to_draw", + "langName": "검을 뽑을 준비 중", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "double_fox_shadow_puppet", + "langName": "더블 폭스 섀도우 퍼펫", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "fox_shadow_puppet", + "langName": "여우 그림자 인형", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "paw_pose", + "langName": "행운의 고양이 손짓 (손목을 아래로 굽힘)", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "self_fondle", + "langName": "자기애무", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "groping", + "langName": "더듬기", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "crotch_grab", + "langName": "사타구니를 움켜쥐다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "clothes_lift", + "langName": "옷을 들어올리다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "clothes_pull", + "langName": "옷을 잡아당기다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "strap_lift", + "langName": "어깨끈을 들어올리다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "shirt_lift", + "langName": "풀업 리프트업 셔츠", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "dress_lift", + "langName": "스커트를 들어올리다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "dress_pull", + "langName": "풀업 드레스", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "kimono_lift", + "langName": "기모노를 들어올리다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "kimono_pull", + "langName": "기모노를 잡아당기다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "shirt_pull", + "langName": "셔츠 지퍼를 풀다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "shorts_pull", + "langName": "반바지를 벗으세요", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "pants_pull", + "langName": "바지를 내리다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "leotard_pull", + "langName": "벗겨 벗는 점프수트", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "swimsuit_pull", + "langName": "수영복을 벗으세요", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "skirt_basket", + "langName": "스커트를 들어올렸을 때 형성되는 바구니 모양을 말한다.", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "bikini_lift", + "langName": "벗겨지는 비키니", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "cheek_pull", + "langName": "뺨을 잡아당기다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "bunching_hair", + "langName": "머리띠를 잡고", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "mask_pull", + "langName": "마스크를 착용하다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "zipper_pull_tab", + "langName": "지퍼 당김 탭", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "bikini_pull", + "langName": "비키니를 잡아당기다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "holding_hair", + "langName": "머리카락 잡기 | 머리카락을 손가락으로 감싸기", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "shou", + "langName": "한 손을 머리 뒤에 얹고", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "arm_cannon", + "langName": "핸드 캐논", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "arm_ribbon", + "langName": "팔 리본", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "caramelldansen", + "langName": "유명한 손 비틀기 동작", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "arm_held_back", + "langName": "팔을 뒤로 당기세요", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "leg_lift", + "langName": "싱글 레그 레이즈", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "hugging_own_legs", + "langName": "다리를 꼭 껴안아요", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "cheek_pinching", + "langName": "뺨을 꼬집다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "chin_rest", + "langName": "뺨을 잡아라", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "skirt_lift", + "langName": "리프트 스커트", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "skirt_flip", + "langName": "스커트 들어올림 (긴급의미 포함)", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "skirt_pull", + "langName": "오픈 스커트", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "cheek_poking", + "langName": "뺨을 찌르다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "hair_pull", + "langName": "머리카락을 잡아당기다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "covering_chest_by_hand", + "langName": "가슴을 손으로 가리다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "chin_stroking", + "langName": "턱을 만지다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "hair_pulled_back", + "langName": "머리카락을 뒤로 묶다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "adjusting_clothes", + "langName": "옷을 만지작거리다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "adjusting_hat", + "langName": "모자를 정리하다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "adjusting_gloves", + "langName": "바이올린 장갑", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "adjusting_swimsuit", + "langName": "수영복을 가지고 놀다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "adjusting_thighhigh", + "langName": "무릎 양말 조정", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "adjusting_eyewear", + "langName": "안경 조정", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "pulling", + "langName": "당기다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "pulled_by_self", + "langName": "옷을 내리세요", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "pulled_by_another", + "langName": "다른 사람에게 끌려가는 것 (또는 옷을 잡아당기는 것)", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "lifting_person", + "langName": "누군가를 데리러 가다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "lifted_by_self", + "langName": "옷을 들어올려라", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "lifted_by_another", + "langName": "상대방의 옷에 의해 들어올려짐", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "bandaid_on_arm", + "langName": "팔에 반창고 붙이기", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "carrying", + "langName": "찾다", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "carrying_under_arm", + "langName": "겨드랑이 아래", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "carrying_over_shoulder", + "langName": "어깨", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "wind_lift", + "langName": "바람 효과 | 상승기류", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "covering_xx", + "langName": "커버 xx", + "object": "행동", + "attribute": "소유" + }, + { + "displayName": "shushing", + "langName": "쉿 제스처", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "finger_to_mouth", + "langName": "손을 입술에 대세요", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "peace sign", + "langName": "가위손", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "cat_pose", + "langName": "고양이 발 제스처", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "claw_pose", + "langName": "발톱 제스처", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "finger_gun", + "langName": "손가락 총 제스처", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "v", + "langName": "승리의 몸짓", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "double_v", + "langName": "더블_브이", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "thumbs_up", + "langName": "엄지척", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "index_finger_raised", + "langName": "집게손가락을 들어올리다", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "middle_finger", + "langName": "중지를 보여라", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "fingersmile", + "langName": "손가락으로 웃는 얼굴을 만들어보세요", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "finger_on_trigger", + "langName": "방아쇠를 당길 준비가 된 제스처", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "pointing_at_self", + "langName": "자신을 가리키다", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "pointing_at_viewer", + "langName": "그림을 보고 있는 사람을 가리키세요", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "pointing_up", + "langName": "위를 가리키다", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "poking", + "langName": "우표", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "hand_gesture", + "langName": "몸짓을 하다", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "ok_sign", + "langName": "확인 제스처", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "finger_biting", + "langName": "손가락을 물다", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "finger_in_mouth", + "langName": "손가락 빨기", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "fingering_through_clothes", + "langName": "손가락", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "fingers_together", + "langName": "손가락을 모다", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "hair_twirling", + "langName": "손가락으로 머리카락을 컬링하다", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "sharp_fingernails", + "langName": "날카로운 손톱", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "spread_fingers", + "langName": "손가락을 벌려라", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "trigger_discipline", + "langName": "방아쇠에 손가락을 대지 마세요", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "w", + "langName": "W 보다 손가락", + "object": "행동", + "attribute": "손가락" + }, + { + "displayName": "open hands", + "langName": "열린 손", + "object": "행동", + "attribute": "손의 움직임" + }, + { + "displayName": "spread arms", + "langName": "열린 팔", + "object": "행동", + "attribute": "손의 움직임" + }, + { + "displayName": "interlocked_fingers", + "langName": "손을 꽉 쥐다", + "object": "행동", + "attribute": "손의 움직임" + }, + { + "displayName": "tying hair", + "langName": "머리 묶다", + "object": "행동", + "attribute": "손의 움직임" + }, + { + "displayName": "own hands clasped", + "langName": "손을 꽉 쥐다", + "object": "행동", + "attribute": "손의 움직임" + }, + { + "displayName": "own hands together", + "langName": "손을 모다", + "object": "행동", + "attribute": "손의 움직임" + }, + { + "displayName": "hands in hair", + "langName": "손으로 머리 빗기", + "object": "행동", + "attribute": "손의 움직임" + }, + { + "displayName": "arms_behind_head", + "langName": "손으로 머리를 잡다", + "object": "행동", + "attribute": "손의 움직임" + }, + { + "displayName": "double piece pose", + "langName": "손 V 사인", + "object": "행동", + "attribute": "손의 움직임" + }, + { + "displayName": "arms_crossed", + "langName": "가슴에 손을 교차하다", + "object": "행동", + "attribute": "손의 움직임" + }, + { + "displayName": "hands_in_opposite_sleeves", + "langName": "손을 교차하여 소매에 넣으세요", + "object": "행동", + "attribute": "손의 움직임" + }, + { + "displayName": "crossed_arms", + "langName": "팔짱을 끼다", + "object": "행동", + "attribute": "손의 움직임" + }, + { + "displayName": "outstretched_arms", + "langName": "팔을 뻗다", + "object": "행동", + "attribute": "손의 움직임" + }, + { + "displayName": "v_arms", + "langName": "두 팔로 V 자를 만들어 보세요", + "object": "행동", + "attribute": "손의 움직임" + }, + { + "displayName": "w_arms", + "langName": "팔은 W 위치", + "object": "행동", + "attribute": "손의 움직임" + }, + { + "displayName": "arms_at_sides", + "langName": "손을 아래로", + "object": "행동", + "attribute": "손의 움직임" + }, + { + "displayName": "hands_clasped", + "langName": "양손의 손가락을 교차함 | 꽉 움켜쥔 손", + "object": "행동", + "attribute": "손의 움직임" + }, + { + "displayName": "holding", + "langName": "뭔가를 잡고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_animal", + "langName": "동물을 키우다", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_arrow", + "langName": "활을 당기다", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_axe", + "langName": "도끼를 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_bag", + "langName": "운반 가방", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_ball", + "langName": "공을 잡고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_basket", + "langName": "바구니를 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_book", + "langName": "책을 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_bottle", + "langName": "병을 잡고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_bouquet", + "langName": "꽃다발을 든 손", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_bow_(weapon)", + "langName": "활 (무기) 을 쥐고 있다", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_bowl", + "langName": "그릇을 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_box", + "langName": "상자를 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_breath", + "langName": "숨을 참으세요", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_broom", + "langName": "빗자루를 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_camera", + "langName": "핸드헬드 카메라", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_can", + "langName": "캔을 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_candy", + "langName": "사탕을 움켜쥔 손", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_card", + "langName": "카드를 들고 있다", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_cat", + "langName": "고양이를 안고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_chopsticks", + "langName": "젓가락을 잡고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_cigarette", + "langName": "손에 담배를 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_clothes", + "langName": "옷을 잡고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_condom", + "langName": "콘돔을 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_cup", + "langName": "잔을 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_dagger", + "langName": "단검을 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_doll", + "langName": "인형을 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_eyewear", + "langName": "안경잡기 | 안경벗기", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_fan", + "langName": "부채를 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_flag", + "langName": "깃발을 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_flower", + "langName": "꽃을 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_food", + "langName": "음식을 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_fork", + "langName": "포크를 잡고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_fruit", + "langName": "과일을 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_gift", + "langName": "선물을 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_gun", + "langName": "총을 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_hands", + "langName": "손을 잡다", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_hat", + "langName": "모자를 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_head", + "langName": "머리를 손에 쥐고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_helmet", + "langName": "헬멧을 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_innertube", + "langName": "수영 링을 잡으세요", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_instrument", + "langName": "악기를 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_knife", + "langName": "칼을 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_leaf", + "langName": "잎을 잡고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_lollipop", + "langName": "막대사탕을 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_mask", + "langName": "마스크를 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_microphone", + "langName": "마이크를 잡고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_needle", + "langName": "바느질 바늘을 잡고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_own_foot", + "langName": "발을 잡다", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_paintbrush", + "langName": "붓을 든 손", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_paper", + "langName": "종이를 잡고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_pen", + "langName": "펜을 잡으세요", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_pencil", + "langName": "연필을 쥔 손", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_phone", + "langName": "휴대폰을 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_pillow", + "langName": "포옹 베개", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_pipe", + "langName": "파이프를 잡고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_pizza", + "langName": "피자를 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_plate", + "langName": "접시를 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_poke_ball", + "langName": "포켓볼을 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_pokemon", + "langName": "포켓몬을 잡고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_polearm", + "langName": "손에 든 장창", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_sack", + "langName": "짐을 나르다", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_scythe", + "langName": "낫을 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_sheath", + "langName": "칼집을 잡다", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_shield", + "langName": "방패를 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_shoes", + "langName": "신발을 잡고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_sign", + "langName": "손을 잡고 있는 표지판", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_spear", + "langName": "창을 잡고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_spoon", + "langName": "숟가락을 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_staff", + "langName": "지팡이를 잡고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_strap", + "langName": "손에 든 슬링", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_stuffed_animal", + "langName": "봉제인형을 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_stylus", + "langName": "스타일러스를 잡고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_sword", + "langName": "칼을 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_syringe", + "langName": "핸드헬드 주사기", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_towel", + "langName": "수건을 잡고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_tray", + "langName": "접시를 들고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_umbrella", + "langName": "우산을 잡다", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_wand", + "langName": "막대기를 잡고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "holding_whip", + "langName": "채찍을 잡고", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "arm_around_neck", + "langName": "한 손은 목에 두르다", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "arms_around_neck", + "langName": "목에 손을 두르세요", + "object": "행동", + "attribute": "손 (무언가를 잡고 있는)" + }, + { + "displayName": "covering", + "langName": "덮는 행위", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "covering_face", + "langName": "표지면", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "covering_ass", + "langName": "엉덩이를 가리는", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "covering_crotch", + "langName": "가랑이를 덮다", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "covering_eyes", + "langName": "눈을 가리다", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "covering_mouth", + "langName": "입을 가리다", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "covering_nipples", + "langName": "젖꼭지를 덮다", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "breast lift", + "langName": "손으로 가슴을 움켜쥐다", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "breast_suppress", + "langName": "가슴에 손 압력", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hands_on_another's", + "langName": "다른 사람의 얼굴에 손을 얹어보세요", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hands_on_another's_cheeks", + "langName": "서로의 뺨에 손을 올려 놓으세요", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hands_on_ass", + "langName": "엉덩이에 손을 올려라", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hands_on_feet", + "langName": "발에 손을 올려 놓으세요", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hands_on_headwear", + "langName": "두 손으로 머리의 장신구를 만지다", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hands_on_hilt", + "langName": "칼자루에 손을 올려 놓으세요", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hands_on_lap", + "langName": "손을 다리 사이에 넣어", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hands_on_own_face", + "langName": "얼굴에 손을 올려라", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hands_on_own_cheeks", + "langName": "손을 뺨에 올려라", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hands_on_own_chest", + "langName": "가슴에 손을 얹어라", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hands_on_own_head", + "langName": "머리에 손을 올려라", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hands_on_own_knees", + "langName": "손을 무릎에 올려 놓으세요", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hands_on_own_stomach", + "langName": "배에 손을 올려라", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hands_on_own_thighs", + "langName": "손을 허벅지에 올려라", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hand between legs", + "langName": "다리 사이에 손", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "leg hold", + "langName": "손으로 다리를 잡다", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hands_on_another's_shoulders", + "langName": "다른 사람의 어깨에 손을 얹어라", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hands_on_hips", + "langName": "엉덩이에 손 얹기 | 엉덩이에 손 얹기", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hand_on_another's", + "langName": "손이 상대방의 얼굴을 만진다", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hand_on_another's_cheek", + "langName": "서로의 뺨을 만지는 손", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hand_on_another's_chest", + "langName": "상대방의 가슴에 손을 얹으세요", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hand_on_another's_chin", + "langName": "상대방의 턱을 손으로 잡아주세요", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hand_on_another's_head", + "langName": "상대방의 머리에 손을 얹으세요", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hand_on_another's_shoulder", + "langName": "상대방의 어깨에 손을 얹으세요", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hand_on_another's_stomach", + "langName": "상대방의 배에 손을 얹어보세요", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hand_on_ass", + "langName": "엉덩이에 손 얹기", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hand_on_head", + "langName": "머리에 손을 얹다", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hand_on_headwear", + "langName": "모자를 만지는 손", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hand_on_hilt", + "langName": "칼자루에 손을 얹은 모습", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hand_on_hip", + "langName": "엉덩이에 손 얹기 | 엉덩이에 손 얹기", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hand_on_own", + "langName": "얼굴에 손을 올려라", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hand_on_own_cheek", + "langName": "손을 뺨에 올려라", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hand_on_own_chest", + "langName": "가슴에 손을 얹어라", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hand_on_own_chin", + "langName": "손이 턱을 만진다", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hand_on_own_stomach", + "langName": "배에 손을 올려라", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hand_on_shoulder", + "langName": "어깨에 손을 얹다", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hand_in_another's_hair", + "langName": "상대방의 머리카락에 손을 올려보세요", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hand_in_hair", + "langName": "머리카락에 파묻힌 손", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "hand_in_pocket", + "langName": "주머니에 손을 넣다", + "object": "행동", + "attribute": "손 (어딘가에 두다)" + }, + { + "displayName": "ass_grab", + "langName": "엉덩이를 움켜쥐다", + "object": "행동", + "attribute": "손 (무언가를 움켜쥐는 것)" + }, + { + "displayName": "flat_chest_grab", + "langName": "작은 가슴을 움켜쥐다", + "object": "행동", + "attribute": "손 (무언가를 움켜쥐는 것)" + }, + { + "displayName": "grabbing", + "langName": "잡다 | 파악하다", + "object": "행동", + "attribute": "손 (무언가를 움켜쥐는 것)" + }, + { + "displayName": "grabbing_another's_ass", + "langName": "서로의 엉덩이를 움켜쥐다", + "object": "행동", + "attribute": "손 (무언가를 움켜쥐는 것)" + }, + { + "displayName": "grabbing_another's_hair", + "langName": "서로의 머리카락을 잡다", + "object": "행동", + "attribute": "손 (무언가를 움켜쥐는 것)" + }, + { + "displayName": "grabbing_from_behind", + "langName": "뒤에서 가슴 문지르기 | 뒤에서 가슴 잡기", + "object": "행동", + "attribute": "손 (무언가를 움켜쥐는 것)" + }, + { + "displayName": "grabbing_own_ass", + "langName": "엉덩이를 움켜쥐다", + "object": "행동", + "attribute": "손 (무언가를 움켜쥐는 것)" + }, + { + "displayName": "guided_penetration", + "langName": "남자의 성기를 잡아서 자기 몸속에 넣어라", + "object": "행동", + "attribute": "손 (무언가를 움켜쥐는 것)" + }, + { + "displayName": "hair_grab", + "langName": "머리카락을 잡다", + "object": "행동", + "attribute": "손 (무언가를 움켜쥐는 것)" + }, + { + "displayName": "leg_grab", + "langName": "다리를 붙잡고", + "object": "행동", + "attribute": "손 (무언가를 움켜쥐는 것)" + }, + { + "displayName": "necktie_grab", + "langName": "넥타이를 잡고", + "object": "행동", + "attribute": "손 (무언가를 움켜쥐는 것)" + }, + { + "displayName": "neckwear_grab", + "langName": "목에 옷을 꽉 쥐다", + "object": "행동", + "attribute": "손 (무언가를 움켜쥐는 것)" + }, + { + "displayName": "penis_grab", + "langName": "페니스를 잡는", + "object": "행동", + "attribute": "손 (무언가를 움켜쥐는 것)" + }, + { + "displayName": "pillow_grab", + "langName": "베개를 잡다", + "object": "행동", + "attribute": "손 (무언가를 움켜쥐는 것)" + }, + { + "displayName": "sheet_grab", + "langName": "시트를 움켜쥐고", + "object": "행동", + "attribute": "손 (무언가를 움켜쥐는 것)" + }, + { + "displayName": "tail_grab", + "langName": "꼬리를 잡다", + "object": "행동", + "attribute": "손 (무언가를 움켜쥐는 것)" + }, + { + "displayName": "thigh_grab", + "langName": "허벅지를 잡다", + "object": "행동", + "attribute": "손 (무언가를 움켜쥐는 것)" + }, + { + "displayName": "torso_grab", + "langName": "몸통을 움켜쥐다", + "object": "행동", + "attribute": "손 (무언가를 움켜쥐는 것)" + }, + { + "displayName": "wrist_grab", + "langName": "손목을 잡다", + "object": "행동", + "attribute": "손 (무언가를 움켜쥐는 것)" + }, + { + "displayName": "kicking", + "langName": "차기", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "high_kick", + "langName": "하이킥", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "standing_on_one_leg", + "langName": "한쪽 다리로 서다", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "standing_split", + "langName": "스탠딩 스플릿 | 스탠딩 레그 레이즈", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "legs_up", + "langName": "한쪽 다리를 들어올리다", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "holding legs", + "langName": "다리를 껴안다", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "hands under legs", + "langName": "손을 다리 밑에 넣어", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "leg hug", + "langName": "다리를 껴안다", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "spread legs", + "langName": "다리를 벌리다", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "legs_together", + "langName": "다리를 모아", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "crossed_legs", + "langName": "에를랑 다리", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "m_legs", + "langName": "M 자형 다리 스윙", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "standing split, leg up", + "langName": "서 있는 말", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "curtsy", + "langName": "Curtsey (하녀의 경례)", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "open_stance", + "langName": "휴식을 취하다", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "convenient_leg", + "langName": "핵심 부분을 막고 있는 다리", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "leg_lock", + "langName": "다리가 있는 클램프", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "legs", + "langName": "다리", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "legs_over_head", + "langName": "다리를 머리 위로 들어 올리세요", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "squatting,_open_legs", + "langName": "쪼그리고 앉아서 다리를 벌리세요", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "knees_together_feet_apart", + "langName": "무릎은 붙이고 발은 벌려", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "animal_on_lap", + "langName": "무릎 위의 동물", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "hand_on_own_knee", + "langName": "손을 무릎에 올려 놓으세요", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "knee_up", + "langName": "무릎을 위로 올리세요", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "knees", + "langName": "무릎", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "knees_to_chest", + "langName": "무릎을 가슴까지", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "on_lap", + "langName": "무릎에", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "squatting", + "langName": "쪼그리고 앉다", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "one_knee", + "langName": "한쪽 무릎", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "kneeling", + "langName": "무릎을 꿇다", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "all_fours", + "langName": "네 발로", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "gravure_pose", + "langName": "그라비아 포즈", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "soaking_feet", + "langName": "발을 담그세요", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "cropped_legs", + "langName": "다리 일부만 그렸어요", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "k/da_(league_of_legends)", + "langName": "KDA 팀 (리그 오브 레전드)", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "leg_belt", + "langName": "다리 스트랩", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "leg_hair", + "langName": "다리털", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "leg_up", + "langName": "다리를 들어 올리세요", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "legs_apart", + "langName": "다리를 벌리고", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "lowleg", + "langName": "M 자형 다리 스윙", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "mechanical_legs", + "langName": "기계식 의족", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "multiple_legs", + "langName": "다중 역할", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "no_legs", + "langName": "다리가 그려지지 않음", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "no_legwear", + "langName": "가랑이 아래가 벌거벗음", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "tail_between_legs", + "langName": "꼬리는 다리 사이로 말려있다", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "footprints", + "langName": "발자국", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "foot_out_of_frame", + "langName": "한쪽 다리는 사진에 없어요", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "feet_out_of_frame", + "langName": "사진에 발이 없네요", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "feet_up", + "langName": "발을 교차하다", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "cameltoe", + "langName": "낙타발가락", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "pigeon-toed", + "langName": "귀여운 안쪽 다리", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "tiptoes", + "langName": "발끝으로 서다", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "ankle_strap", + "langName": "발목 실크 링", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "ankle_wrap", + "langName": "발목 커프스", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "crossed_ankles", + "langName": "발목을 교차하다", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "folded", + "langName": "다리를 들어올려 질을 노출시키세요", + "object": "행동", + "attribute": "다리" + }, + { + "displayName": "sitting", + "langName": "앉다", + "object": "행동", + "attribute": "앉다" + }, + { + "displayName": "seiza", + "langName": "똑바로 앉다", + "object": "행동", + "attribute": "앉다" + }, + { + "displayName": "wariza", + "langName": "오리 앉기", + "object": "행동", + "attribute": "앉다" + }, + { + "displayName": "straddling", + "langName": "걸터앉다", + "object": "행동", + "attribute": "앉다" + }, + { + "displayName": "yokozuwari", + "langName": "옆으로 앉다", + "object": "행동", + "attribute": "앉다" + }, + { + "displayName": "sitting_backwards", + "langName": "앉아서", + "object": "행동", + "attribute": "앉다" + }, + { + "displayName": "sitting_in_tree", + "langName": "나무에 앉아", + "object": "행동", + "attribute": "앉다" + }, + { + "displayName": "sitting_on_xx", + "langName": "물건 위에 앉다", + "object": "행동", + "attribute": "앉다" + }, + { + "displayName": "butterfly_sitting", + "langName": "나비 앉기", + "object": "행동", + "attribute": "앉다" + }, + { + "displayName": "lotus_position", + "langName": "테이블에 앉다", + "object": "행동", + "attribute": "앉다" + }, + { + "displayName": "sitting_on_railing", + "langName": "난간에 앉다", + "object": "행동", + "attribute": "앉다" + }, + { + "displayName": "sitting_on_rock", + "langName": "돌 위에 앉아", + "object": "행동", + "attribute": "앉다" + }, + { + "displayName": "sitting_on_stairs", + "langName": "계단에 앉아", + "object": "행동", + "attribute": "앉다" + }, + { + "displayName": "sitting_on_table", + "langName": "테이블에 앉다", + "object": "행동", + "attribute": "앉다" + }, + { + "displayName": "sitting_on_water", + "langName": "물 위에 앉다", + "object": "행동", + "attribute": "앉다" + }, + { + "displayName": "sitting_on_chair", + "langName": "의자에 앉다", + "object": "행동", + "attribute": "앉다" + }, + { + "displayName": "sidesaddle", + "langName": "안장에 옆으로 앉기", + "object": "행동", + "attribute": "앉다" + }, + { + "displayName": "sitting_on_bed", + "langName": "침대에 앉아", + "object": "행동", + "attribute": "앉다" + }, + { + "displayName": "sitting_on_desk", + "langName": "책상에 앉아", + "object": "행동", + "attribute": "앉다" + }, + { + "displayName": "sitting_on_lap", + "langName": "무릎에 앉다", + "object": "행동", + "attribute": "앉다" + }, + { + "displayName": "sitting_on_person", + "langName": "사람 위에 앉다", + "object": "행동", + "attribute": "앉다" + }, + { + "displayName": "upright_straddle", + "langName": "반대 자세", + "object": "행동", + "attribute": "앉다" + }, + { + "displayName": "asymmetrical_docking", + "langName": "가슴이 닿다 | 가슴이 닿다 가슴", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "back-to-back", + "langName": "연속해서", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "cunnilingus", + "langName": "커닝거스", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "facing_another", + "langName": "다른 사람을 마주하다", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "feeding", + "langName": "급송", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "finger_in_another's_mouth", + "langName": "구강 손가락질", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "fingering", + "langName": "운지법", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "giving", + "langName": "배달 | 선물", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "grinding", + "langName": "플레인 스타킹 | 버트 스러스트", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "hug", + "langName": "포옹하다", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "imminent_kiss", + "langName": "키스하려고 하다", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "incoming_food", + "langName": "음식을 전달하다", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "incoming_gift", + "langName": "선물을 건네다", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "Kabedon", + "langName": "벽 뱅", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "lap_pillow", + "langName": "무릎 베개", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "licking_penis", + "langName": "페니스를 핥다", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "princess_carry", + "langName": "공주님 포옹", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "shared_bathing", + "langName": "공동욕실 | 원양욕실", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "shared_food", + "langName": "음식 나누기 | 입으로 음식을 전달하다", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "sitting_on_head", + "langName": "머리에 앉다", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "sitting_on_shoulder", + "langName": "어깨에 앉다", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "slapping", + "langName": "찰싹", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "spanking", + "langName": "찰싹 때리기", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "special_feeling_(meme)", + "langName": "눈 속에서 우산을 낀 연인들", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "symmetrical_docking", + "langName": "가슴 짜기", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "ear_biting", + "langName": "속삭임", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "mixed_bathing", + "langName": "혼합욕조", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "selfie", + "langName": "셀카", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "trembling", + "langName": "떨림", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "partially submerged", + "langName": "물에 잠기다", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "rolleyes", + "langName": "눈을 굴리다", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "headpat", + "langName": "터치 헤드", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "cheek-to-cheek", + "langName": "뺨을 맞대고", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "Stretching", + "langName": "뻗기", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "against wall", + "langName": "벽에 기대어", + "object": "행동", + "attribute": "기타 작업" + }, + { + "displayName": "((water drops)),wet clothes,((beautiful detailed water)),((floating)),dynamic angle", + "langName": "물 마법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "beautiful detailed glow,(detailed ice),beautiful detailed water", + "langName": "얼음 마법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.2),(ice crystal texture wings),(Iridescence and rainbow hair:2.5)", + "langName": "얼음 시스템 수정", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.3),(((ice crystal texture wings)))", + "langName": "프라푸치노", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "((detailed beautiful snow forest with trees)),((snowflakes)),floating", + "langName": "숲의 얼음", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "(((crystals texture Hair))),((beautiful detailed glass hair)),((glass shaped texture hand)),((crystallize texture body)),gem body,hands as clear as jewels,crystallization of clothes,((crystals texture skin)),sparkle,lens flare,light leaks,broken glass,detailed glass shaped clothes,beautiful detailed gemstone sky,gemstone sea,crystals texture flowers,((detailed crystallized clothing))", + "langName": "결정화", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "beautiful detailed glow,((flames of war)),(((nuclear explosion behide)))", + "langName": "핵폭발", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "((breeze)),flying splashes,flying petals,wind", + "langName": "바람 마법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "((surrounded by heavy floating sand flow and floating sharp stones)),((((ink)))),((illustration)),((watercolor))", + "langName": "유사법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "(detailed light),((lightning in hand)),lightning surrounds,(((lightning chain)))", + "langName": "번개 방식", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "(sunlight),(angel),dynamic angle,floating,wing,halo,floating white silk,(Holy Light),silver stars", + "langName": "홀리라이트 방법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "beautiful detailed pampas grass field,open hakama,surrounded by floating sakura,yellow full moon,beautiful detailed dark midnight sky,messy white long hair", + "langName": "아시나 방식", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "beautiful and delicate water,the finest grass,very delicate light,nature,painting,water spray,breeze,flowers and grass meadow,near the water edge,(sunset,starry sky in a circle),randomly distributed clouds,river,splashing water,falling petals", + "langName": "자연법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "(detailed light) ,feather,leaves,nature,(sunlight),river,(forest),(bloom)", + "langName": "산림법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "floating and rainbow long hair,Iridescence and rainbow,beautiful detailed starry sky", + "langName": "무지개빛깔법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "chain ring,chain storm,dark chain,((wholeblack bloomer)),darkside,night,deep dark,darkness,((dark clouds)),((ruins)),shadow,death garden", + "langName": "숨겨진 잠금 방식", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "beautiful detailed glow,floating ashes,beautiful and detailed explosion,red moon,fire,fire cloud,wings on fire,a cloudy sky,smoke of gunpowder,burning,black dress,dove of peace,(floating cloud:1.2)", + "langName": "화샤오윈", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(magic circle:1.2),(floating palaces:1.3)", + "langName": "성의 법률", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "(water bloom),(delicate glow),(breeze),long Flowers meadow,(((sunset)),(less stars form a circle),randomly distributed clouds,(rivers),(willows with branches falling into the water)", + "langName": "황혼법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "((colorful bubble)),(floating),detailed light", + "langName": "버블 방식", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "((rose)),(vine),cage,bandage,red rope,(detail light),falling rose petals", + "langName": "로즈우드 방식", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "(starry tornado:1.4),starry Nebula,beautiful detailed sky", + "langName": "별이 빛나는 하늘 방법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "((moon)),starry sky,(lighting particle),fog,snow,(bloom)", + "langName": "달 방법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(cold full moon),snowflake,(floating cloud:1.2)", + "langName": "눈달법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "((burning forest)),spark,light leaks,burning sky,flame,flames burning around,(flying sparks)", + "langName": "산불 방재 방법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "((destroyed)),explosion,buildings in disarray,The residual eaves DuanBi,cumulus,mouldy,floating,wind,Dead end machine,(broken robot),(Mechanical robot girl),in the rubble of a devastated city", + "langName": "황무지법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,((sliver)) and (broken) body", + "langName": "전쟁 갑옷 방법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "Extremely gorgeous metal style,Metal crown with ornate stripes,Various metals background,Sputtered molten iron,floating hair,Hair like melted metal,Clothes made of silver,Clothes with gold lace,flowing gold and silver,everything flowing and melt,flowing iron,flowing silver,lace flowing and melt", + "langName": "황금률", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "mecha clothes,robot girl", + "langName": "머신걸 메소드", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "ink,(((bone))),(((ribs))),rose,black hair,blue eyes,greyscale,no shadow,simple background,bright skin", + "langName": "점", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "(((gorgeous crystal armor))),(((crystal wings))),((altocumulus)),(clear_sky),(snow mountain),((flowery flowers)),(flowery bubbles),cloud map plane,crystal,crystal poppies,Brilliant light,thick_coating,glass tint,(watercolor)", + "langName": "결정법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "((an extremely delicate and beautiful)),floating,(detailed wet clothes),(detailed light),feather,nature,(sunlight),river,floating palace,beautiful and delicate water,(bloom),(shine)", + "langName": "물 숲 방법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "(blue spark),(red and blue hair),blue eyes,burning sky,flame,Rainbow in the sky,((Flames burning ice)),(((fire butterflies))),(((ice crystal texture wings))),(Flying sparks),(detailed ice),((a lot of luminous ice crystals)),((burning feathers)),(feathers made of ice),(frozen feathers),(((ice and fire together)))", + "langName": "얼음불 방법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "(anger),dragon horns,(silver armor),metal,complex pattern,cape,indifference", + "langName": "드래곤 나이트", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "((full body)),(helpless),tear,crying,(((((falling from the sky))))),((Weathering With You)),((falling)),((face towards the sky)),(hair flows upwards),((disheveled hair)),(1 girl),floating,beautiful detailed sky", + "langName": "떨어지는 방법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "((underwater)),(beautiful detailed water),((coral)),dynamic angle,floating,(detailed light),floating hair,(splash),((fishes)),leaves dress,feather,nature,(sunlight),(underwater forest),(bloom),(detailed glow),drenched,seaweed,fish,(((Tyndall effect)))", + "langName": "수중법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "(extremely detailed CG unity 8k wallpaper),(((masterpiece))),(((best quality))),((ultra-detailed)),(best illustration),(best shadow),((an extremely delicate and beautiful)),dynamic angle,floating,fairyland,dynamic angle,sea of flowers,beautiful detailed garden,wind,classic,spring,(detailed light),feather,nature,(sunlight),river,forest,(((floating palace))),((the best building)),beautiful and delicate water,(painting),(sketch),(bloom),(shine)", + "langName": "비밀 방법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "(((masterpiece))),((the best quality,super fine illustrations,beautiful and delicate water)),((very delicate light)),((nature,painting)),((fine lighting,more transparent stars,high-quality snowflakes,high-quality mountains,very fine 8KCG wallpapers)),(plateau),(((snow mountain))),sunrise,randomly distributed clouds,(snow field),cliff,((rotating star sky)),((lake in mountain stream)),luminous particles", + "langName": "사진술", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "1980s (style),simple background,retro artstyle", + "langName": "현대법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "(white hair),red long hair,red eyes,(full body),(((with sword))),angry face,(beautiful detailed eyes),Blood drop,Blood fog,floating hair,disheveled hair,Splashing blood,(Bloodstain)", + "langName": "피의 마법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "((dragon)),((dragon background))", + "langName": "용을 소환하다", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "hair fluttering in the wind,((mechanical arm armor)),((mechanical body armor)),riding motor,bodysuit,((ruins of city in war,fire,burning cars,burning buildings)),air force fleet in the sky", + "langName": "잔지파", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,dragon wings,((a dragon stands behind the girl)),beautiful detailed sliver dragon armor", + "langName": "드래곤 머신 방식", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "((Beautiful butterflies in detail)),((Beautiful stars in detail)),(((halter dress ))),particle,(Starry sky in beautiful detail),(Hazy fog),(Ruins of beautiful details),(((Standing on the surface of the sea)))", + "langName": "별나비", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "blonde wavy hair,(shiny long hair),((Gothic Lolita)),blue white skirt,((short skirt)),black Headdress,bowknot,(((hair ornament))),(hair flower),Lace,cross-laced footwear,ribbon-trimmed sleeves,building architecture,((gothic architecture)),starry sky,outdoors,church,(castle)", + "langName": "학문법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "walking,waves,wind,(((glistening light of waves))),(detailed sunset glow),(floating flow),((coral)),(Luminous),coast,(floating colorful bubbles),beautiful detailed sky,(fluorescence),detailed shadow,(conch),beautiful detailed water,starfish,meteor,rainbow,(seabirds),(glinting stars),(glowworm),(splash),detailed cloud,shell,(fireworks)", + "langName": "싱샤하이", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "beautiful detailed sky,night,stars,(red plum blossom),((winter)),(((snowflakes))),((red and white flowers)),(starry sky),(sitting),((colorful)),scenery,lantern,(starfall)", + "langName": "겨울 눈 방법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "((((melt)))),(((((black and white melt))))),(((wear Black and white Taoist robes))),((((gold and silver lace)))),(((gold and silver lace lace))),(((flowing ((black)) and white background))),extremely detailed gorgeous tiara", + "langName": "모든 것의 융합", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "Floating black ashes,Beautiful and detailed black,red moon,((The black clouds)),(black Wings) ,a black cloudy sky,burning,black dress,((Black fog)),Red eyes,(black smoke),((Black feathers floating in the air)),bat,(floating black cloud:1.5),", + "langName": "레이븐 로", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "dynamic angle,finely detail,(bloom),(shine),glinting stars,((((best detailed fireworks)))),((((depth of field)))),(((hanabi))),(((backlight))),", + "langName": "불꽃놀이 기본", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,(lots of big colorful Bubble),(pearl),(Galaxy),depth of field", + "langName": "별색", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,depth of field", + "langName": "별의 바다 속으로 가라앉아", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "dynamic angle,detailed wet clothes,blank stare,overexplosure,floating,black long straight,red eyes,aqua eyes,gradient eyes,((blood)),white dress,frills,((expressionless)),extremely beautiful detailed water,((lying on the lake)),(bloodred water:1.5),(red background:1.3)", + "langName": "수백 가지의 익사 방법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "((messy hair)),(grassland),(yellow eyes),incredibly absurdres,(gold hair),floating hair,Large number of environments,the medieval ,grace,prospect,water eyes,wind,breeze,god ray,lawn,Mountains and lakes in the distance,The sun shines through the trees,A vast expanse of grassland", + "langName": "브릴리언트 선샤인 방법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "Starry sky adorns hair,sparkling anime eyes,beautiful detailed stars,blighting stars,emerging dark purple across with white hair,multicolored hair,beautiful detailed sky,beautiful detailed water,cinematic lighting,dramatic angle,", + "langName": "스타 헤어 방법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "There are many scattered luminous petals,Hidden in the light yellow flowers,Depth of field,Many flying drops of water,Many scattered leaves,branch ,angle ,contour deepening,cinematic angle", + "langName": "센로 방식", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "sunlight,extremely light,extremely clothes,Holy Light,dynamic angle,Light particle,very long hair,white hair,yellow eyes,glowing eyes,expressionless,((light smile)),((((white Tulle skirt)))),white silk,looking at viewer,angel wings,large wings,multiple wings,angel halo,(((starry sky))),dusk sky,Floating light spot,Lots of feathers", + "langName": "별 천사", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "blonde hair,yellow eyes,white skin,mature female,sunrise,golden sky,magnificent architecture,beautiful detailed sky,overexposure,delicate gold metal decorations", + "langName": "황금률", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "mechanical prosthesis,mecha coverage,emerging dark purple across with white hair,fluorescent purple,cool movement,rose red eyes,beatiful detailed cyberpunk city,hd semirealistic anime cg concept art digital painting", + "langName": "엑스 마키나", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "(incredibly absurdres),(highly detailed beautiful fishtail:1.6),(((human hands))),(the lower body is a fish:1.9)AND(no human thigh:1.2),seaweed,(full body),(white seashell),(curved and slender fish tail),(the lower body is bare:1.1),{beautiful tailfin},((underwater)),(illustration),detailed water,((fishes)),(floating),watercolor (medium),(small whirlpool),((The sensation of water flowing)),(detailed scales on a mermaid)", + "langName": "인어 방법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "Blood Mist,background Urban rooftop,despair,Blood Cherry Blossom,torn clothes,crying with eyes open,solo,Blood Rain,bandages,Gunpowder smoke,beautiful deatailed shadow,Splashing blood,dust,tyndall effect", + "langName": "끝", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "Space opera,Space port,robot arm,elbow gloves,night,glisten,stare,cyberpunk,((((citylight)))),science fiction,bodysuit,Mechanical armor headdress,(bare shoulders)", + "langName": "깨진 꿈", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "dynamic angle,rainbow hair,detailed cute anime face,((loli)),flower,cry,water,corrugated,flowers tire,broken glass,(broken screen),atlantis,transparent glass", + "langName": "깨진 꿈", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "(white hair),(((red streaked hair))),red eyes,(((full body))),(red hair),(((((Hold a red sword))))),(angry face),((Blood drop)),((Blood fog)),light shafts,soft focus,((Splashing blood))),Long hair,((Bloodstain)),Fighting stance,{{{{{watercolor (medium)}}}},(((masterpiece))),((white clock)),((ultradetailed)),((Covered in blood)),flowing hair,Exquisite Flame,dynamic angle,floating,(shine),extremely delicate and beautiful girls,bright skin,lying red petals,Holy lighting", + "langName": "혈액 개혁법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "dramatic shadows,black and white,monochrome,{{comic}},cross necklace,Cassock", + "langName": "사진술", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "((ink)),(water color),bloom effect,detailed beautiful grassland with petal,flower,butterfly,necklace,smile,petal,(((surrounded by heavy floating petal flow)))", + "langName": "플로팅 플라워 방법", + "object": "행동", + "attribute": "마법" + }, + { + "displayName": "stylish outfit", + "langName": "세련되게 옷을 입으세요", + "object": "의복", + "attribute": "세련된 의상" + }, + { + "displayName": "fashionable accessories", + "langName": "패션 액세서리", + "object": "의복", + "attribute": "세련된 의상" + }, + { + "displayName": "fitted jeans", + "langName": "스키니 진", + "object": "의복", + "attribute": "세련된 의상" + }, + { + "displayName": "oversized jacket", + "langName": "플러스 사이즈 재킷", + "object": "의복", + "attribute": "세련된 의상" + }, + { + "displayName": "baggy clothes", + "langName": "헐렁한 옷", + "object": "의복", + "attribute": "세련된 의상" + }, + { + "displayName": "traditional_clothes", + "langName": "전통의상 | 민족의상", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "chinese_clothes", + "langName": "당복", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "china_dress", + "langName": "청삼", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "hanfu", + "langName": "한복", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "Taoist robe", + "langName": "도교의 옷", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "japanese_clothes", + "langName": "키모노", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "enmaided", + "langName": "기모노를 입은 여자", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "hanten_clothes", + "langName": "토우마타 (일본식)", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "kimono", + "langName": "키모노", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "furisode", + "langName": "후리소데 (기모노의 일부)", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "sleeveless_kimono", + "langName": "소매없는 기모노", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "short_kimono", + "langName": "짧은 기모노", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "print_kimono", + "langName": "프린트 기모노", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "uchikake", + "langName": "바이우지아 (일본식 웨딩드레스)", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "obi", + "langName": "의류 (및 의류)", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "cheongsam", + "langName": "청삼", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "print_cheongsam", + "langName": "인쇄된 청삼", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "pelvic_curtain", + "langName": "치파오 옷 앞단", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "ainu_clothes", + "langName": "아이누 의류", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "korean_clothes", + "langName": "한국 의류", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "hanbok", + "langName": "한복", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "Ao_Dai", + "langName": "베트남 의류 (아오자이)", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "western", + "langName": "서양식", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "german_clothes", + "langName": "독일 의류", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "indian_style", + "langName": "인도 스타일", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "arabian_clothes", + "langName": "아랍 의류", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "egyptian_clothes", + "langName": "이집트 의류", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "byzantine_fashion", + "langName": "비잔틴 양식", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "gothic", + "langName": "고딕 스타일", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "lolita", + "langName": "로리타 스타일", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "gothic_lolita", + "langName": "고딕 로리타 스타일", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "Tropical", + "langName": "열렬한", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "costume", + "langName": "정장", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "adapted_costume", + "langName": "의류 개선", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "animal_costume", + "langName": "동물 모양 세트", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "bunny_costume", + "langName": "토끼 스타일 세트", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "cat_costume", + "langName": "고양이 스타일링 세트", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "dog_costume", + "langName": "강아지 스타일링 세트", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "bear_costume", + "langName": "곰 스타일 세트", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "santa_costume", + "langName": "산타클로스 의상", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "halloween_costume", + "langName": "할로윈 의상", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "embellished_costume", + "langName": "화려하게 장식된 옷", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "alternate_costume", + "langName": "캐릭터의 원래 모습과 다른 대체 의상", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "costume_switch", + "langName": "옷 갈아입기 놀이", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "meme_attire", + "langName": "인터넷 밈을 모방한 의상", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "kourindou_tengu_costume", + "langName": "코린도 텐구 의상", + "object": "의복", + "attribute": "옷 스타일" + }, + { + "displayName": "hanfu, tang style outfits,", + "langName": "탕펑", + "object": "의복", + "attribute": "유물" + }, + { + "displayName": "hanfu, song style outfits,", + "langName": "송풍", + "object": "의복", + "attribute": "유물" + }, + { + "displayName": "hanfu, ming style outfits,", + "langName": "명풍", + "object": "의복", + "attribute": "유물" + }, + { + "displayName": "orange upper shan", + "langName": "오렌지 우에스기", + "object": "의복", + "attribute": "유물" + }, + { + "displayName": "pink long upper shan", + "langName": "분홍 삼나무", + "object": "의복", + "attribute": "유물" + }, + { + "displayName": "white chest po skirt", + "langName": "가슴이 큰 치마", + "object": "의복", + "attribute": "유물" + }, + { + "displayName": "red chest pleated skirt", + "langName": "가슴 길이 플리츠 스커트", + "object": "의복", + "attribute": "유물" + }, + { + "displayName": "green waistband", + "langName": "녹색 레이스", + "object": "의복", + "attribute": "유물" + }, + { + "displayName": "white pibo", + "langName": "흰색 숄", + "object": "의복", + "attribute": "유물" + }, + { + "displayName": "purple short shan", + "langName": "보라색 짧은 전나무", + "object": "의복", + "attribute": "유물" + }, + { + "displayName": "light green long shan", + "langName": "밝은 녹색 삼나무", + "object": "의복", + "attribute": "유물" + }, + { + "displayName": "translucent white pleated skirt", + "langName": "세미 쉬어 화이트 플리츠 스커트", + "object": "의복", + "attribute": "유물" + }, + { + "displayName": "green floral songmo", + "langName": "녹색 꽃 송모", + "object": "의복", + "attribute": "유물" + }, + { + "displayName": "short coat", + "langName": "짧은 코트", + "object": "의복", + "attribute": "유물" + }, + { + "displayName": "mamian skirt", + "langName": "말 얼굴 스커트", + "object": "의복", + "attribute": "유물" + }, + { + "displayName": "round collar", + "langName": "크루넥", + "object": "의복", + "attribute": "유물" + }, + { + "displayName": "standing collar", + "langName": "스탠드 칼라", + "object": "의복", + "attribute": "유물" + }, + { + "displayName": "square collar", + "langName": "사각형 칼라", + "object": "의복", + "attribute": "유물" + }, + { + "displayName": "overlapping collar", + "langName": "구름 어깨", + "object": "의복", + "attribute": "유물" + }, + { + "displayName": "embroidery", + "langName": "자수", + "object": "의복", + "attribute": "유물" + }, + { + "displayName": "woven gold", + "langName": "지진", + "object": "의복", + "attribute": "유물" + }, + { + "displayName": "makeup flower", + "langName": "메이크업 꽃", + "object": "의복", + "attribute": "유물" + }, + { + "displayName": "bufu", + "langName": "보충 복용을 하세요", + "object": "의복", + "attribute": "유물" + }, + { + "displayName": "suit", + "langName": "정장", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "business_suit", + "langName": "비즈니스 복장", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "tuxedo", + "langName": "턱시도", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "formal_dress", + "langName": "정장", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "evening_gown", + "langName": "롱가운 (발목까지 오는 여성용 가운)", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "evening dress", + "langName": "이브닝 드레스", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "wedding_dress", + "langName": "웨딩드레스", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "gown", + "langName": "여성용 긴 옷", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "cocktail_dress", + "langName": "칵테일 드레스", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "school_uniform", + "langName": "교복", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "serafuku", + "langName": "세일러복 (교복)", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "summer_uniform", + "langName": "여름 유니폼", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "kindergarten_uniform", + "langName": "유치원 교복", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "sailor", + "langName": "선원복", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "police_uniform", + "langName": "경찰 제복", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "military_uniform", + "langName": "군복", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "naval_uniform", + "langName": "해군 제복", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "camouflage uniform", + "langName": "위장복", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "nazi_uniform", + "langName": "나치 유니폼", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "ss_uniform", + "langName": "SS 유니폼", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "stile_uniform", + "langName": "하녀복", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "band_uniform", + "langName": "밴드 유니폼", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "chef_uniform", + "langName": "셰프 오버올", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "labcoat", + "langName": "흰색 코트", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "space_suit", + "langName": "우주복", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "leotard", + "langName": "레오타드", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "canonicals", + "langName": "사제의 옷", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "domineering", + "langName": "수녀복", + "object": "의복", + "attribute": "정장" + }, + { + "displayName": "casual", + "langName": "여가", + "object": "의복", + "attribute": "캐주얼 웨어" + }, + { + "displayName": "loungewear", + "langName": "캐주얼 웨어", + "object": "의복", + "attribute": "캐주얼 웨어" + }, + { + "displayName": "hoodie", + "langName": "후드티", + "object": "의복", + "attribute": "캐주얼 웨어" + }, + { + "displayName": "homewear", + "langName": "라운지웨어", + "object": "의복", + "attribute": "캐주얼 웨어" + }, + { + "displayName": "pajamas", + "langName": "파자마", + "object": "의복", + "attribute": "캐주얼 웨어" + }, + { + "displayName": "nightgown", + "langName": "파자마", + "object": "의복", + "attribute": "캐주얼 웨어" + }, + { + "displayName": "sleepwear", + "langName": "파자마", + "object": "의복", + "attribute": "캐주얼 웨어" + }, + { + "displayName": "babydoll", + "langName": "섹시한 파자마", + "object": "의복", + "attribute": "캐주얼 웨어" + }, + { + "displayName": "print_pajamas", + "langName": "프린트 파자마", + "object": "의복", + "attribute": "캐주얼 웨어" + }, + { + "displayName": "polka_dot_pajamas", + "langName": "물방울 무늬 파자마", + "object": "의복", + "attribute": "캐주얼 웨어" + }, + { + "displayName": "yukata", + "langName": "목욕가운", + "object": "의복", + "attribute": "캐주얼 웨어" + }, + { + "displayName": "robe", + "langName": "옷", + "object": "의복", + "attribute": "캐주얼 웨어" + }, + { + "displayName": "robe_of_blending", + "langName": "혼성 가운", + "object": "의복", + "attribute": "캐주얼 웨어" + }, + { + "displayName": "cloak", + "langName": "망토", + "object": "의복", + "attribute": "캐주얼 웨어" + }, + { + "displayName": "hooded_cloak", + "langName": "후드 달린 망토", + "object": "의복", + "attribute": "캐주얼 웨어" + }, + { + "displayName": "harem_outfit", + "langName": "댄서 유니폼", + "object": "의복", + "attribute": "캐주얼 웨어" + }, + { + "displayName": "sportswear", + "langName": "운동복", + "object": "의복", + "attribute": "운동복" + }, + { + "displayName": "gym_uniform", + "langName": "운동복", + "object": "의복", + "attribute": "운동복" + }, + { + "displayName": "athletic_leotard", + "langName": "체조복", + "object": "의복", + "attribute": "운동복" + }, + { + "displayName": "tennis_uniform", + "langName": "테니스 셔츠", + "object": "의복", + "attribute": "운동복" + }, + { + "displayName": "baseball_uniform", + "langName": "야구 유니폼", + "object": "의복", + "attribute": "운동복" + }, + { + "displayName": "letterman_jacket", + "langName": "야구 재킷", + "object": "의복", + "attribute": "운동복" + }, + { + "displayName": "volleyball_uniform", + "langName": "배구 유니폼", + "object": "의복", + "attribute": "운동복" + }, + { + "displayName": "biker_clothes", + "langName": "사이클링 저지", + "object": "의복", + "attribute": "운동복" + }, + { + "displayName": "bikesuit", + "langName": "사이클링 슈트", + "object": "의복", + "attribute": "운동복" + }, + { + "displayName": "wrestling_outfit", + "langName": "레슬링 유니폼", + "object": "의복", + "attribute": "운동복" + }, + { + "displayName": "dougi", + "langName": "무술복", + "object": "의복", + "attribute": "운동복" + }, + { + "displayName": "swimsuit", + "langName": "수영복", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "swimwear", + "langName": "수영복", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "wet_swimsuit", + "langName": "젖은 수영복", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "school_swimsuit", + "langName": "학교수영복 (수이쿠워터)", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "new_school_swimsuit", + "langName": "새로운 죽은 저수지 물", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "old_school_swimsuit", + "langName": "오래된 죽은 물 저수지", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "competition_school_swimsuit", + "langName": "수영장 죽은 물", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "competition_swimsuit", + "langName": "경쟁용 수영복", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "casual_one-piece_swimsuit", + "langName": "캐주얼 원피스 수영복", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "front_zipper_swimsuit", + "langName": "앞부분에 지퍼가 달린 수영복", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "highleg_swimsuit", + "langName": "하이슬릿 수영복", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "one-piece_swimsuit", + "langName": "원피스 수영복", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "swimsuit_of_perpetual_summer", + "langName": "창샤의 수영복 (fgo 여고생 스피릿 슈트)", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "bikini", + "langName": "비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "highleg_bikini", + "langName": "하이웨이스트 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "lowleg_bikini", + "langName": "로우웨이스트 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "slingshot_swimsuit", + "langName": "V 자형 수영복", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "sailor_bikini", + "langName": "세일러 스타일 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "shell_bikini", + "langName": "쉘 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "sports_bikini", + "langName": "스포츠 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "string_bikini", + "langName": "끈 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "strapless_bikini", + "langName": "스트랩리스 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "side-tie_bikini", + "langName": "끈 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "front-tie_bikini_top", + "langName": "타이 프런트 비키니 탑", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "multi-strapped_bikini", + "langName": "멀티 스트랩 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "thong_bikini", + "langName": "끈 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "front-tie_bikini", + "langName": "앞에서 매듭을 묶은 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "frilled_bikini", + "langName": "레이스 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "o-ring_bikini", + "langName": "오링이 달린 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "eyepatch_bikini", + "langName": "눈 가리개 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "layered_bikini", + "langName": "레이어드 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "bow_bikini", + "langName": "리본이 달린 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "mismatched_bikini", + "langName": "투톤 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "multicolored_bikini", + "langName": "멀티컬러 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "frilled_swimsuit", + "langName": "레이스 수영복", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "polka_dot_swimsuit", + "langName": "라운드 스팟 수영복", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "striped_swimsuit", + "langName": "줄무늬 수영복", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "striped_bikini", + "langName": "줄무늬 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "plaid_bikini", + "langName": "플레드 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "polka_dot_bikini", + "langName": "라운드 스팟 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "print_bikini", + "langName": "프린트 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "american_flag_bikini", + "langName": "미국 국기 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "german_flag_bikini", + "langName": "독일 국기 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "impossible_swimsuit", + "langName": "바디페인트 수영복", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "bikini_top", + "langName": "비키니 탑", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "bikini_top_only", + "langName": "비키니 탑만", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "bikini_top_removed", + "langName": "비키니 탑을 벗었다", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "bikini_bottom_only", + "langName": "비키니 바텀만", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "bikini_bottom", + "langName": "비키니 바텀", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "untied_bikini", + "langName": "단추가 풀린 비키니", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "bikini_aside", + "langName": "비키니 3 개 지점 벗겨짐", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "swimsuit_aside", + "langName": "수영복의 가랑이 부분을 옆으로 치우세요", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "swimsuit_under_clothes", + "langName": "옷 안에 수영복을 입는다", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "torn_swimsuit", + "langName": "손상된 수영복", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "bikini_skirt", + "langName": "비키니 스커트", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "swim_briefs", + "langName": "수영복", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "swim_cap", + "langName": "수영모자", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "swim_trunks", + "langName": "수영복", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "male_swimwear", + "langName": "남자 수영복", + "object": "의복", + "attribute": "수영복" + }, + { + "displayName": "sailor_senshi_uniform", + "langName": "세일러문 유니폼", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "adapted_uniform", + "langName": "개선된 유니폼", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "anzio_military_uniform", + "langName": "안치오 군복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "anzio_school_uniform", + "langName": "안치오 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "aria_company_uniform", + "langName": "아리아 회사 유니폼", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "ashford_academy_uniform", + "langName": "애쉬포드 칼리지 유니폼", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "bc_freedom_military_uniform", + "langName": "BC 프리 아카데미 유니폼", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "chaldea_uniform", + "langName": "칼데아 제복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "chi-hatan_military_uniform", + "langName": "지하단학원 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "fleur_de_lapin_uniform", + "langName": "도트 래빗 메이드 의상", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "garreg_mach_monastery_uniform", + "langName": "가르그 마르코 수도원의 유니폼", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "gem_uniform_(houseki_no_kuni)", + "langName": "보석의 나라의 유니폼", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "hanasakigawa_school_uniform", + "langName": "하나사키가와 여자학원", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "hikarizaka_private_high_school_uniform", + "langName": "사립 미츠사카 고등학교 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "homurahara_academy_uniform", + "langName": "수이 군하라 학원 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "kamiyama_high_school_uniform", + "langName": "카일라스 고등학교 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "keizoku_military_uniform", + "langName": "고등학교 교복 계속", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "kita_high_school_uniform", + "langName": "북고등학교 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "kiyosumi_school_uniform", + "langName": "키요스미 고등학교 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "luna_nova_school_uniform", + "langName": "루나노바 마법학교 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "meiji_schoolgirl_uniform", + "langName": "메이지 여학생 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "mitakihara_school_uniform", + "langName": "미타키하라 중학교 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "nami_junior_high_school_uniform", + "langName": "볼루 중학교 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "nanairogaoka_middle_school_uniform", + "langName": "치세추 중학교 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "nanamori_school_uniform", + "langName": "치센 중학교 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "naoetsu_high_school_uniform", + "langName": "사립 나오에츠 고등학교 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "national_shin_ooshima_school_uniform", + "langName": "신오시마학원 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "ooarai_military_uniform", + "langName": "오아라이 연대 군복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "ooarai_school_uniform", + "langName": "오아라이 유나이티드 스쿨 유니폼", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "otonokizaka_school_uniform", + "langName": "국립 오노노기자카 학원 여자 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "paradis_military_uniform", + "langName": "퍼레이드 아일랜드 군복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "polar_chaldea_uniform", + "langName": "폴라 칼데아 유니폼", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "pravda_military_uniform", + "langName": "진실의 아카데미 군복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "pravda_school_uniform", + "langName": "진실학원 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "rabbit_house_uniform", + "langName": "디안투투 하우스 유니폼", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "raimon_soccer_uniform", + "langName": "썬더게이트 풋볼유니폼", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "ryouou_school_uniform", + "langName": "료자쿠라 학원 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "sakugawa_school_uniform", + "langName": "자촨 중학교 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "sakuragaoka_high_school_uniform", + "langName": "사쿠라가오카 여고 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "saunders_military_uniform", + "langName": "샌더스 군복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "saunders_school_uniform", + "langName": "샌더스, 고등학교 교복 부착", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "seishou_elementary_school_uniform", + "langName": "성샹대학 부속초등학교 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "shinda_sekai_sensen_uniform", + "langName": "사후세계 전선 유니폼", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "shuuchiin_academy_uniform", + "langName": "슈치인 아카데미 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "shuujin_academy_uniform", + "langName": "대학 교복을 자랑하세요", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "st._gloriana's_military_uniform", + "langName": "세인트 글로리아나 군복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "st._gloriana's_school_uniform", + "langName": "세인트 글로리아 안나 여학교 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "starlight_academy_uniform", + "langName": "스타옵티컬파크 유니폼", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "tokisadame_school_uniform", + "langName": "일반 대학 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "tokiwadai_school_uniform", + "langName": "토키와 타이중 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "tomoeda_elementary_school_uniform", + "langName": "유지초등학교 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "tsab_ground_military_uniform", + "langName": "시간과 공간 관리국 군복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "u.a._school_uniform", + "langName": "슝잉 고등학교 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "uranohoshi_school_uniform", + "langName": "우라노호시 여자대학 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "yasogami_school_uniform", + "langName": "야소가미 고등학교 교복", + "object": "의복", + "attribute": "교복" + }, + { + "displayName": "shirt", + "langName": "셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "dress_shirt", + "langName": "정장 셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "collared_shirt", + "langName": "옷깃 셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "white_shirt", + "langName": "흰색 셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "blouse", + "langName": "여성용 셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "frilled_shirt", + "langName": "주름치마 셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "sailor_shirt", + "langName": "선원 셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "plaid_shirt", + "langName": "플레드 셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "striped_shirt", + "langName": "줄무늬 셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "print_shirt", + "langName": "프린트 셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "impossible shirt", + "langName": "비논리적으로 맞는 셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "polo_shirt", + "langName": "폴로 셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "hawaiian_shirt", + "langName": "하와이안 셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "t-shirt", + "langName": "티셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "casual T-shirts", + "langName": "캐주얼 티셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "short sleeve T-shirts", + "langName": "반팔 티셔츠 (숄더셔츠)", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "cropped_shirt", + "langName": "짧은 셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "off-shoulder_shirt", + "langName": "오프숄더 셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "criss-cross_halter", + "langName": "크로스 홀터 탑", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "sleeveless_shirt", + "langName": "소매없는 셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "sleeveless_hoodie", + "langName": "슬리브리스 후드티", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "tank_top", + "langName": "조끼 (집)", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "camisole", + "langName": "캐미솔", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "crop_top", + "langName": "크롭탑", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "undershirt", + "langName": "땀받이", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "vest", + "langName": "조끼 (정장)", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "brown_vest", + "langName": "갈색 조끼", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "waistcoat", + "langName": "조끼 (정장)", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "sweatshirt", + "langName": "후드티", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "jersey", + "langName": "스웨트셔츠/저지", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "sweater", + "langName": "스웨터", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "cardigan", + "langName": "카디건 스웨터", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "shrug_(clothing)", + "langName": "숄", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "jacket", + "langName": "재킷", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "hooded jacket", + "langName": "후드 재킷", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "coat", + "langName": "코트", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "suit jacket", + "langName": "블레이저", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "tailcoat", + "langName": "턱시도", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "capelet", + "langName": "짧은 망토", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "kesa", + "langName": "가사", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "kappougi", + "langName": "블라우스 (요리할 때 입는)", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "detached sleeves", + "langName": "분리된 어깨 소매", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "cropped vest", + "langName": "크롭 조끼", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "spaghetti strap", + "langName": "스파게티 스트랩", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "tube_top", + "langName": "튜닉 탑", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "dudou", + "langName": "배꼽띠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "highleg", + "langName": "하이슬릿 탑", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "shirt_tucked_in", + "langName": "셔츠를 바지에 집어넣다", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "untucked_shirt", + "langName": "셔츠를 풀다", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "tied_shirt", + "langName": "넥타이 셔츠 (모서리와 밑단을 매듭지어 묶는다)", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "partially_unbuttoned", + "langName": "부분 릴리스", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "partially_unzipped", + "langName": "부분적으로 압축 해제됨", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "unbuttoned shirt", + "langName": "풀린 셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "open_clothes", + "langName": "열린 옷", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "clothes_down", + "langName": "옷을 벗다", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "shirt_tug", + "langName": "셔츠를 잡아당기다", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "clothes_tug", + "langName": "옷을 잡아당기다", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "clothes_removed", + "langName": "옷을 벗다", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "shirt_removed", + "langName": "셔츠를 벗다", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "undressing", + "langName": "옷을 벗다", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "untied", + "langName": "묶이지 않은", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "button_gap", + "langName": "단추 사이의 틈 (풀지 않은 상태)", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "taut_shirt", + "langName": "타이트한 셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "taut_clothes", + "langName": "몸에 꼭 맞는 옷", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "tight", + "langName": "몸에 꼭 끼는 옷", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "underbust", + "langName": "언더버스트를 그려보세요", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "oversized_shirt", + "langName": "플러스 사이즈 셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "oversized_clothes", + "langName": "플러스 사이즈 옷", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "borrowed_garments", + "langName": "남자친구 옷", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "undersized_clothes", + "langName": "작은 사이즈 옷", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "clothing_cutout", + "langName": "속이 빈 옷", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "back_cutout", + "langName": "등 없는 상의", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "cleavage_cutout", + "langName": "클리베이지 클리베이지 셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "navel_cutout", + "langName": "배꼽 피어싱 셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "midriff", + "langName": "크롭탑", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "heart_cutout", + "langName": "하트 모양의 오픈탑", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "torn_clothes", + "langName": "찢어진 옷", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "torn_shirt", + "langName": "찢어진 셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "wet_shirt", + "langName": "젖은 셔츠", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "clothes_theft", + "langName": "옷 도난", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "strap_slip", + "langName": "어깨끈이 미끄러져 (누출 발생)", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "wedgie", + "langName": "(옷이 가랑이 부분을 잡아당겨서 발생)", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "wardrobe_malfunction", + "langName": "옷에 문제가 생겼어요 (예: 옷이 벗겨짐)", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "wardrobe_error", + "langName": "옷이 벗겨지다", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "short sleeves", + "langName": "짧은 소매", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "long sleeves", + "langName": "긴팔", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "sleeveless", + "langName": "소매 없는", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "underwear", + "langName": "속옷", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "bra", + "langName": "브래지어", + "object": "의복", + "attribute": "재킷" + }, + { + "displayName": "nude", + "langName": "적나라한", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "formal", + "langName": "정장", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "chemise", + "langName": "헐렁한 드레스", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "santa", + "langName": "크리스마스 의상", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "blazer", + "langName": "블레이저", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "overcoat", + "langName": "코트", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "double-breasted", + "langName": "더블브레스트 버튼 (double-breasted buttons)", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "long_coat", + "langName": "긴 코트", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "haori", + "langName": "일본식 재킷", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "winter_coat", + "langName": "겨울 코트", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "hooded_coat", + "langName": "후드 코트", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "fur_coat", + "langName": "모피 코트", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "fur-trimmed_coat", + "langName": "줄무늬 모피 코트", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "duffel_coat", + "langName": "더플코트", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "fishnet_top", + "langName": "피쉬넷 탑", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "parka", + "langName": "파카", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "jacket_partially_removed", + "langName": "재킷이 부분적으로 벗겨졌습니다.", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "jacket_removed", + "langName": "재킷을 벗다", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "open_jacket", + "langName": "카디건 재킷 (스프레드 레그)", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "cropped_jacket", + "langName": "크롭 재킷", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "track_jacket", + "langName": "블레이저", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "hooded_track_jacket", + "langName": "후드 트랙 재킷", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "military_jacket", + "langName": "군용 재킷", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "camouflage_jacket", + "langName": "위장 재킷", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "leather_jacket", + "langName": "가죽 재킷", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "bomber_jacket", + "langName": "봄버 재킷", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "denim_jacket", + "langName": "데님 재킷", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "fur-trimmed_jacket", + "langName": "모피 트림 재킷", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "two-tone_jacket", + "langName": "투 컬러 재킷", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "trench_coat", + "langName": "윈드브레이커", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "windbreaker", + "langName": "재킷", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "raincoat", + "langName": "비옷", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "hagoromo", + "langName": "하고로모 신", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "tunic", + "langName": "튜닉", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "cape", + "langName": "숄", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "winter_clothes", + "langName": "겨울옷", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "pullover_sweaters", + "langName": "풀오버 스웨터", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "loating_jacket", + "langName": "캐주얼 재킷", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "ribbed_sweater", + "langName": "리브 스웨터", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "sweater_vest", + "langName": "스웨터 조끼", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "backless_sweater", + "langName": "등이 없는 스웨터", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "aran_sweater", + "langName": "아일랜드 스웨터", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "beige_sweater", + "langName": "베이지색 스웨터", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "brown_sweater", + "langName": "갈색 스웨터", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "hooded_sweater", + "langName": "후드 스웨터", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "off-shoulder_sweater", + "langName": "오프숄더 스웨터", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "striped_sweater", + "langName": "줄무늬 스웨터", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "virgin_killer_sweater", + "langName": "버진 킬러 스웨터", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "down_jacket", + "langName": "다운재킷", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "puffer_jacket", + "langName": "다운재킷", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "open dress", + "langName": "카디건 드레스", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "Piece Suit", + "langName": "블레이저", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "naked towel", + "langName": "목욕 타월", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "racing suit", + "langName": "레이싱 슈트", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "maid dress", + "langName": "하녀복", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "reverse bunnysuit", + "langName": "역 토끼 소녀", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "backless outfit", + "langName": "등이 없는 드레스", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "Gorgeous and fussy clothes", + "langName": "화려하고 다루기 힘든 옷", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "highleg leotard", + "langName": "하이 슬릿 점프수트", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "Sex underwear", + "langName": "섹시 란제리", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "diving suit", + "langName": "잠수복", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "casual wear", + "langName": "캐주얼 웨어", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "miko clothing", + "langName": "마녀 의상", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "nurse gown", + "langName": "간호사 유니폼", + "object": "의복", + "attribute": "코트" + }, + { + "displayName": "sailor_collar", + "langName": "세일러 칼라", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "fur_collar", + "langName": "모피 칼라", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "frilled_collar", + "langName": "레이스 칼라", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "popped_collar", + "langName": "스탠드업 칼라", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "black_choker", + "langName": "검은색 칼라", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "belt_collar", + "langName": "벨트 목 루프", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "frilled_choker", + "langName": "러플 넥클리스", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "neckerchief", + "langName": "스카프", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "red_neckerchief", + "langName": "붉은 스카프", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "necktie", + "langName": "묶다", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "short_necktie", + "langName": "짧은 넥타이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "white_necktie", + "langName": "정장", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "bowtie", + "langName": "나비넥타이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "headphones_around_neck", + "langName": "목에 걸린 헤드폰", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "goggles_around_neck", + "langName": "목 고글", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "neck_bell", + "langName": "넥벨", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "neck_ruff", + "langName": "목선", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "v-neck", + "langName": "V 넥", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "towel_around_neck", + "langName": "목에 수건을 두르다", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "loose_necktie", + "langName": "느슨한 넥타이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "neck_tattoo", + "langName": "목 문신", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "ascot", + "langName": "스카프 같은 폭이 넓은 넥타이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "ribbon_choker", + "langName": "목 리본", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "maebari/pasties", + "langName": "질 패치/젖꼭지 패치", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "chinese_knot", + "langName": "중국 매듭", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "cross_necklace", + "langName": "십자가 목걸이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "bead_necklace", + "langName": "구슬 목걸이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "pearl_necklace", + "langName": "진주 목걸이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "heart_necklace", + "langName": "하트 모양 목걸이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "carrot_necklace", + "langName": "당근 목걸이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "chain_necklace", + "langName": "체인 목걸이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "magatama_necklace", + "langName": "진주 목걸이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "tooth_necklace", + "langName": "이빨 목걸이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "key_necklace", + "langName": "열쇠 목걸이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "anchor_necklace", + "langName": "앵커 목걸이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "skull_necklace", + "langName": "두개골 목걸이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "shell_necklace", + "langName": "조개 목걸이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "gold_necklace", + "langName": "금 목걸이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "crescent_necklace", + "langName": "초승달 목걸이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "ring_necklace", + "langName": "반지 목걸이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "feather_necklace", + "langName": "깃털 목걸이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "bone_necklace", + "langName": "뼈 목걸이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "ankh_necklace", + "langName": "십자가 목걸이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "multiple_necklaces", + "langName": "여러 개의 목걸이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "bullet_necklace", + "langName": "총알 목걸이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "holding_necklace", + "langName": "목걸이를 들고", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "necklace_removed", + "langName": "목걸이 제거됨", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "brown_neckwear", + "langName": "갈색 칼라", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "checkered_neckwear", + "langName": "플레드 네크라인", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "diagonal-striped_neckwear", + "langName": "트윌넥타이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "halterneck", + "langName": "넥타이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "mole_on_neck", + "langName": "목에 점이 있어요", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "neck", + "langName": "목", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "plaid_neckwear", + "langName": "타탄 칼라", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "plunging_neckline", + "langName": "깊은 칼라", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "print_neckwear", + "langName": "프린트 넥타이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "sleeveless_turtleneck", + "langName": "슬리브리스 터틀넥 스웨터", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "star_necklace", + "langName": "별 목걸이", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "striped_neckwear", + "langName": "줄무늬 칼라", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "turtleneck_sweater", + "langName": "터틀넥 스웨터", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "undone_necktie", + "langName": "넥타이를 풀다", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "whistle_around_neck", + "langName": "목에 휘파람이 걸려있다", + "object": "의복", + "attribute": "네크라인" + }, + { + "displayName": "plaid_scarf", + "langName": "플레드 스카프", + "object": "의복", + "attribute": "스카프" + }, + { + "displayName": "striped_scarf", + "langName": "줄무늬 스카프", + "object": "의복", + "attribute": "스카프" + }, + { + "displayName": "print_scarf", + "langName": "프린트 스카프", + "object": "의복", + "attribute": "스카프" + }, + { + "displayName": "vertical-striped_scarf", + "langName": "세로줄무늬 스카프", + "object": "의복", + "attribute": "스카프" + }, + { + "displayName": "polka_dot_scarf", + "langName": "물방울 무늬 스카프", + "object": "의복", + "attribute": "스카프" + }, + { + "displayName": "argyle_scarf", + "langName": "다이아몬드 스카프", + "object": "의복", + "attribute": "스카프" + }, + { + "displayName": "beige_scarf", + "langName": "베이지색 스카프", + "object": "의복", + "attribute": "스카프" + }, + { + "displayName": "scarf_bow", + "langName": "스카프 활", + "object": "의복", + "attribute": "스카프" + }, + { + "displayName": "fur_scarf", + "langName": "모피 스카프", + "object": "의복", + "attribute": "스카프" + }, + { + "displayName": "naked_scarf", + "langName": "네이키드 스카프", + "object": "의복", + "attribute": "스카프" + }, + { + "displayName": "multicolored_scarf", + "langName": "컬러풀한 스카프", + "object": "의복", + "attribute": "스카프" + }, + { + "displayName": "floating_scarf", + "langName": "떠다니는 스카프", + "object": "의복", + "attribute": "스카프" + }, + { + "displayName": "long_scarf", + "langName": "긴 스카프", + "object": "의복", + "attribute": "스카프" + }, + { + "displayName": "arm_scarf", + "langName": "팔 스카프", + "object": "의복", + "attribute": "스카프" + }, + { + "displayName": "scarf_on_head", + "langName": "머리에 스카프", + "object": "의복", + "attribute": "스카프" + }, + { + "displayName": "scarf_over_mouth", + "langName": "입에 스카프", + "object": "의복", + "attribute": "스카프" + }, + { + "displayName": "scarf_removed", + "langName": "스카프가 벗겨졌다", + "object": "의복", + "attribute": "스카프" + }, + { + "displayName": "adjusting_scarf", + "langName": "스카프를 조정하다", + "object": "의복", + "attribute": "스카프" + }, + { + "displayName": "holding_scarf", + "langName": "스카프를 잡고", + "object": "의복", + "attribute": "스카프" + }, + { + "displayName": "scarf_pull", + "langName": "스카프를 당기다", + "object": "의복", + "attribute": "스카프" + }, + { + "displayName": "brown_scarf", + "langName": "갈색 스카프", + "object": "의복", + "attribute": "스카프" + }, + { + "displayName": "scarf", + "langName": "스카프", + "object": "의복", + "attribute": "스카프" + }, + { + "displayName": "apron", + "langName": "앞치마", + "object": "의복", + "attribute": "허리" + }, + { + "displayName": "waist_apron", + "langName": "허리 앞치마", + "object": "의복", + "attribute": "허리" + }, + { + "displayName": "maid_apron", + "langName": "하녀 앞치마", + "object": "의복", + "attribute": "허리" + }, + { + "displayName": "bow tied at the waist", + "langName": "앞 허리에 나비넥타이", + "object": "의복", + "attribute": "허리" + }, + { + "displayName": "waist_cape", + "langName": "허리에 두르는 작은 망토", + "object": "의복", + "attribute": "허리" + }, + { + "displayName": "clothes_around_waist", + "langName": "허리 옷", + "object": "의복", + "attribute": "허리" + }, + { + "displayName": "jacket_around_waist", + "langName": "허리 재킷", + "object": "의복", + "attribute": "허리" + }, + { + "displayName": "sweater_around_waist", + "langName": "허리 스웨터", + "object": "의복", + "attribute": "허리" + }, + { + "displayName": "loincloth", + "langName": "들보", + "object": "의복", + "attribute": "허리" + }, + { + "displayName": "bustier", + "langName": "코르셋", + "object": "의복", + "attribute": "허리" + }, + { + "displayName": "corset", + "langName": "코르셋 (조끼)", + "object": "의복", + "attribute": "허리" + }, + { + "displayName": "girdle", + "langName": "코르셋", + "object": "의복", + "attribute": "허리" + }, + { + "displayName": "bikini_armor", + "langName": "비키니 아머", + "object": "의복", + "attribute": "갑옷" + }, + { + "displayName": "armor", + "langName": "갑옷", + "object": "의복", + "attribute": "갑옷" + }, + { + "displayName": "full_armor", + "langName": "전신 갑옷을 입고", + "object": "의복", + "attribute": "갑옷" + }, + { + "displayName": "plate_armor", + "langName": "판금 갑옷", + "object": "의복", + "attribute": "갑옷" + }, + { + "displayName": "japanese_armor", + "langName": "일본 갑옷", + "object": "의복", + "attribute": "갑옷" + }, + { + "displayName": "kusazuri", + "langName": "복당 | 쿠사즈리 (일본의 하반신 갑옷)", + "object": "의복", + "attribute": "갑옷" + }, + { + "displayName": "power_armor", + "langName": "파워드 아머", + "object": "의복", + "attribute": "갑옷" + }, + { + "displayName": "helmet", + "langName": "헬멧", + "object": "의복", + "attribute": "갑옷" + }, + { + "displayName": "kabuto", + "langName": "헬멧 (일본식)", + "object": "의복", + "attribute": "갑옷" + }, + { + "displayName": "off-shoulder_armor", + "langName": "어깨 없는 갑옷", + "object": "의복", + "attribute": "갑옷" + }, + { + "displayName": "shoulder_armor", + "langName": "어깨", + "object": "의복", + "attribute": "갑옷" + }, + { + "displayName": "muneate", + "langName": "일본 궁술 흉갑", + "object": "의복", + "attribute": "갑옷" + }, + { + "displayName": "breastplate", + "langName": "흉갑", + "object": "의복", + "attribute": "갑옷" + }, + { + "displayName": "faulds", + "langName": "가슴 장식", + "object": "의복", + "attribute": "갑옷" + }, + { + "displayName": "greaves", + "langName": "기름 찌끼", + "object": "의복", + "attribute": "갑옷" + }, + { + "displayName": "shin_guards", + "langName": "기름 찌끼", + "object": "의복", + "attribute": "갑옷" + }, + { + "displayName": "armored_boots", + "langName": "장갑화", + "object": "의복", + "attribute": "갑옷" + }, + { + "displayName": "dress", + "langName": "드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "microdress", + "langName": "마이크로 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "long_dress", + "langName": "긴 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "mermaid dress", + "langName": "피쉬테일 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "off-shoulder_dress", + "langName": "오프숄더 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "strapless_dress", + "langName": "스트랩리스 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "backless_dress", + "langName": "등이 없는 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "halter_dress", + "langName": "목 없는 등 없는 서스펜더 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "sundress", + "langName": "슬립드레스 (더운 날씨에 입는 민소매 원피스)", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "sleeveless_dress", + "langName": "소매없는 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "sailor_dress", + "langName": "세일러 스타일 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "summer_dress", + "langName": "여름 롱 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "pinafore_dress", + "langName": "앞치마 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "sweater_dress", + "langName": "스웨터 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "armored_dress", + "langName": "전투 갑옷 치마", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "frilled_dress", + "langName": "레이스 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "lace-trimmed_dress", + "langName": "레이스 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "collared_dress", + "langName": "칼라 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "fur-trimmed_dress", + "langName": "모피 트리밍 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "layered_dress", + "langName": "레이어드 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "pleated_dress", + "langName": "플리츠 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "taut_dress", + "langName": "몸에 꼭 맞는 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "pencil_dress", + "langName": "펜슬 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "impossible_dress", + "langName": "너무 꽉 끼는 옷", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "multicolored_dress", + "langName": "멀티컬러 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "striped_dress", + "langName": "줄무늬 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "ribbed_dress", + "langName": "리브 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "polka_dot_dress", + "langName": "물방울 무늬 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "print_dress", + "langName": "프린트 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "vertical-striped_dress", + "langName": "세로줄무늬 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "see-through_dress", + "langName": "드레스를 통해 볼 수 있음", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "skirt", + "langName": "짧은 치마", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "microskirt", + "langName": "미니스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "miniskirt", + "langName": "미니스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "skirt_suit", + "langName": "정장 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "pleated_skirt", + "langName": "플리츠 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "pencil_skirt", + "langName": "짧은 펜슬 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "bubble_skirt", + "langName": "투투", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "tutu", + "langName": "투투", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "ballgown", + "langName": "투투 (드레스)", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "pettiskirt", + "langName": "투투 (어린이)", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "showgirl_skirt", + "langName": "무역 박람회 소녀 복장", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "beltskirt", + "langName": "벨트 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "denim_skirt", + "langName": "데님 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "suspender_skirt", + "langName": "서스펜더 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "skirt_set", + "langName": "상의와 어울리는 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "long_skirt", + "langName": "긴 치마", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "summer_long_skirt", + "langName": "여름 롱 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "overskirt", + "langName": "바깥 치마", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "hakama_skirt", + "langName": "하카마 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "high-waist_skirt", + "langName": "하이웨이스트 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "kimono_skirt", + "langName": "기모노 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "suspender_long_skirt", + "langName": "서스펜더 스커트; 서스펜더 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "chiffon_skirt", + "langName": "쉬폰 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "frilled_skirt", + "langName": "레이스 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "fur-trimmed_skirt", + "langName": "모피 트리밍 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "lace_skirt", + "langName": "레이스 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "lace-trimmed_skirt", + "langName": "레이스 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "ribbon-trimmed_skirt", + "langName": "새틴 리본 트림 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "layered_skirt", + "langName": "레이어드 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "print_skirt", + "langName": "프린트 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "multicolored_skirt", + "langName": "멀티컬러 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "striped_skirt", + "langName": "줄무늬 치마", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "vertical-striped_skirt", + "langName": "세로줄무늬 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "plaid_skirt", + "langName": "타탄 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "flared_skirt", + "langName": "우산 치마", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "floral_skirt", + "langName": "플로럴 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "skirt_hold", + "langName": "치마를 우아하게 들어올려보세요", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "skirt_tug", + "langName": "치마 자락을 잡아라 | 치마 자락을 잡아라", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "dress_tug", + "langName": "치마를 잡아주세요", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "skirt_around_one_leg", + "langName": "한쪽 다리에 드리워진 짧은 치마", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "skirt_removed", + "langName": "짧은 치마를 벗다", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "dress_removed", + "langName": "치마를 벗다", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "open_skirt", + "langName": "오픈 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "checkered_skirt", + "langName": "플레드 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "plaid_dress", + "langName": "플레드 드레스", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "Medium length skirt", + "langName": "중간 길이 스커트", + "object": "의복", + "attribute": "치마" + }, + { + "displayName": "dress_bow", + "langName": "드레스에 리본을 달다", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "dressing_another", + "langName": "드레스", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "shorts_under_skirt", + "langName": "치마 밑에 반바지를 입다", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "side_slit", + "langName": "사이드 슬릿", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "shorts", + "langName": "반바지", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "micro_shorts", + "langName": "작은 사이즈 반바지", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "short_shorts", + "langName": "핫팬츠", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "hot_pants", + "langName": "핫팬츠", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "cutoffs", + "langName": "핫팬츠", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "striped_shorts", + "langName": "줄무늬 반바지", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "suspender_shorts", + "langName": "서스펜더 반바지", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "denim_shorts", + "langName": "데님 반바지", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "puffy_shorts", + "langName": "퍼피 반바지", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "dolphin_shorts", + "langName": "돌핀 반바지 (진실바지)", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "dolfin_shorts", + "langName": "돌핀 반바지 (진실바지)", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "tight_pants", + "langName": "레깅스/스웨트 팬츠", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "crotchless_pants", + "langName": "바지 밑이 없는 바지 (타이트)", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "track_pants", + "langName": "스웨트팬츠", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "yoga_pants", + "langName": "요가바지", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "bike_shorts", + "langName": "자전거 반바지", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "pants", + "langName": "바지", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "puffy_pants", + "langName": "퍼피 팬츠/루즈 팬츠", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "pumpkin_pants", + "langName": "호박바지", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "hakama_pants", + "langName": "하카마 바지", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "harem_pants", + "langName": "하렘 팬츠", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "bloomers", + "langName": "블루머", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "buruma", + "langName": "여성용 팬티", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "jeans", + "langName": "청바지", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "cargo_pants", + "langName": "오버올", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "camouflage_pants", + "langName": "위장바지", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "capri_pants", + "langName": "크롭 팬츠", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "chaps", + "langName": "가죽 채프스 (위는 넓고 아래는 좁음)", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "jumpsuit", + "langName": "(특히 여성용) 점프수트", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "lowleg_pants", + "langName": "로우웨이스트 팬츠", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "plaid_pants", + "langName": "타탄 팬츠", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "single_pantsleg", + "langName": "일방적인 바지", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "striped_pants", + "langName": "줄무늬 바지", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "leotard_aside", + "langName": "점프수트의 가랑이 부분을 옆으로 벗기세요", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "open_fly", + "langName": "바지 지퍼 풀림", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "pants_down", + "langName": "바지를 벗다", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "pants_rolled_up", + "langName": "바지를 롤업하다", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "pants_tucked_in", + "langName": "바지를 넣어라", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "torn_jeans", + "langName": "찢어진 청바지", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "torn_pants", + "langName": "찢어진 바지", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "torn_shorts", + "langName": "찢어진 반바지", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "gym_shorts", + "langName": "체조 반바지", + "object": "의복", + "attribute": "바지" + }, + { + "displayName": "leggings", + "langName": "레깅스", + "object": "의복", + "attribute": "바닥" + }, + { + "displayName": "overalls", + "langName": "오버올", + "object": "의복", + "attribute": "바닥" + }, + { + "displayName": "diaper", + "langName": "기저귀", + "object": "의복", + "attribute": "바닥" + }, + { + "displayName": "panties", + "langName": "속옷", + "object": "의복", + "attribute": "바닥" + }, + { + "displayName": "briefs", + "langName": "적요", + "object": "의복", + "attribute": "바닥" + }, + { + "displayName": "thong", + "langName": "가죽 끈", + "object": "의복", + "attribute": "바닥" + }, + { + "displayName": "fundoshi", + "langName": "일본 끈 팬티", + "object": "의복", + "attribute": "바닥" + }, + { + "displayName": "short dress", + "langName": "짧은 치마", + "object": "의복", + "attribute": "바닥" + }, + { + "displayName": "sheath dress", + "langName": "엉덩이를 가리는 스커트", + "object": "의복", + "attribute": "바닥" + }, + { + "displayName": "no panties", + "langName": "속옷 없음", + "object": "의복", + "attribute": "바닥" + }, + { + "displayName": "striped panties", + "langName": "줄무늬 속옷", + "object": "의복", + "attribute": "바닥" + }, + { + "displayName": "lowleg panties", + "langName": "로우라이즈 속옷", + "object": "의복", + "attribute": "바닥" + }, + { + "displayName": "side-tie panties", + "langName": "레이스업 속옷", + "object": "의복", + "attribute": "바닥" + }, + { + "displayName": "bodystocking", + "langName": "전신 양말", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "pantyhose", + "langName": "팬티스타킹 | 팬티스타킹", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "legwear", + "langName": "팬티스타킹 (일반적으로 팬티스타킹이나 스타킹을 말함)", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "thighhighs", + "langName": "스타킹 (무릎까지 오는 양말)", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "kneehighs", + "langName": "무릎 양말", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "bare_legs", + "langName": "맨다리", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "black_bodystocking", + "langName": "원피스 블랙 스타킹", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "white_bodystocking", + "langName": "원피스 화이트 실크", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "stocking_under_clothes", + "langName": "옷 속 양말", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "black_pantyhose", + "langName": "검은색 스타킹", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "white_pantyhose", + "langName": "하얀 스타킹", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "thighband_pantyhose", + "langName": "다리고리가 달린 팬티스타킹", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "pantylines", + "langName": "타이츠 (라인을 윤곽으로 표현)", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "single_leg_pantyhose", + "langName": "팬티스타킹은 한쪽만 신으세요", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "panties_under_pantyhose", + "langName": "팬티스타킹 속 속옷", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "fishnets", + "langName": "피쉬넷 스타킹", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "stirrup_legwear", + "langName": "피쉬넷 스타킹", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "toeless_legwear", + "langName": "오픈토 양말", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "mismatched_legwear", + "langName": "투컬러 팬티스타킹", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "two-tone_legwear", + "langName": "투컬러 팬티스타킹", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "asymmetrical_legwear", + "langName": "비대칭 타이츠", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "uneven_legwear", + "langName": "긴 양말", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "white_thighhighs", + "langName": "하얀 스타킹", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "black_thighhighs", + "langName": "검은색 스타킹", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "pink_thighhighs", + "langName": "핑크 스타킹", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "suspenders", + "langName": "가터", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "torn_legwear", + "langName": "찢어진 팬티스타킹", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "torn_thighhighs", + "langName": "찢어진 무릎양말", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "see-through_legwear", + "langName": "투명 양말", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "frilled_legwear", + "langName": "레이스 양말", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "lace-trimmed_legwear", + "langName": "레이스 스타킹", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "seamed_legwear", + "langName": "솔기가 있는 양말", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "back-seamed_legwear", + "langName": "가운데에 검은색 선이 있는 양말", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "animal_ear_legwear", + "langName": "동물 귀 무릎 위 양말", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "striped_legwear", + "langName": "가로줄무늬 양말", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "vertical-striped_legwear", + "langName": "세로줄무늬 양말", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "polka_dot_legwear", + "langName": "라운드 스팟 양말", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "print_legwear", + "langName": "프린트 양말", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "legwear_under_shorts", + "langName": "양말 밖에 반바지를 입으세요", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "over-kneehighs", + "langName": "무릎 양말", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "bobby_socks", + "langName": "바비 양말 (흰색 양말)", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "tabi", + "langName": "일본 두꺼운 밑창 양말 (발주머니)", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "ankle_socks", + "langName": "발목 양말", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "leg_warmers", + "langName": "레그워머 | 레그워머", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "single_sock", + "langName": "싱글 양말", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "striped_socks", + "langName": "줄무늬 양말", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "leg_cutout", + "langName": "양말에는 구멍이 있습니다", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "leg_garter", + "langName": "레그 링 | 가터", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "garter_straps", + "langName": "가터용 서스펜더", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "thigh_strap", + "langName": "허벅지 스트랩", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "thigh_ribbon", + "langName": "허벅지 리본", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "leg_ribbon", + "langName": "다리 운동 벨트", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "bandaid_on_leg", + "langName": "다리에 붕대를 감다", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "bandaged_leg", + "langName": "붕대를 감은 다리", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "ankle_lace-up", + "langName": "발목 스트랩", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "thigh_holster", + "langName": "다리에 스트랩이나 도구 가방 또는 홀스터", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "bandaid_on_knee", + "langName": "무릎에 반창고", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "argyle_legwear", + "langName": "아가일 패턴 타이츠", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "bow_legwear", + "langName": "리본이 달린 팬티스타킹", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "arm_garter", + "langName": "붐 가터", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "socks", + "langName": "때리다", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "stockings", + "langName": "스타킹", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "black stockings", + "langName": "검은색 스타킹", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "fishnet stockings", + "langName": "피쉬넷 스타킹", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "garters", + "langName": "가터", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "loose_socks", + "langName": "버블 양말", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "rilled thighhighs", + "langName": "프릴 스타킹", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "striped pantyhose", + "langName": "줄무늬 팬티스타킹", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "lace legwear", + "langName": "레이스 팬티스타킹", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "nylon socks", + "langName": "나일론 양말", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "soccer cocks", + "langName": "축구 양말", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "sports socks", + "langName": "스포츠 양말", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "adjusting_legwear", + "langName": "팬티스타킹 정리하기", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "pantyhose_pull", + "langName": "팬티스타킹 벗었다", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "socks_removed", + "langName": "양말을 벗다", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "sock_pull", + "langName": "양말 (양말) 을 신다", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "thighhighs_pull", + "langName": "양말 (스타킹) 을 신다", + "object": "의복", + "attribute": "때리다" + }, + { + "displayName": "armored", + "langName": "장갑차", + "object": "의복", + "attribute": "의류소재" + }, + { + "displayName": "fluffy", + "langName": "털이 많은", + "object": "의복", + "attribute": "의류소재" + }, + { + "displayName": "fur", + "langName": "털", + "object": "의복", + "attribute": "의류소재" + }, + { + "displayName": "latex", + "langName": "유제", + "object": "의복", + "attribute": "의류소재" + }, + { + "displayName": "see-through", + "langName": "투명한", + "object": "의복", + "attribute": "의류소재" + }, + { + "displayName": "frilled", + "langName": "장식", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "center_frills", + "langName": "센터 러플 레이스", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "crease", + "langName": "주름진 (주름이 잡힌)", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "layered", + "langName": "겹겹이 쌓인", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "lace", + "langName": "레이스", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "fur_trim", + "langName": "모피 장식", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "fur-trimmed", + "langName": "거친 모서리", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "fine_fabric_emphasis", + "langName": "재료 강화", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "latex_thighhighs", + "langName": "라텍스 스타킹", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "see-through_thighhighs", + "langName": "투명 스타킹", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "ass_cutout", + "langName": "엉덩이가 드러나는 옷", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "asymmetrical_clothes", + "langName": "비대칭 의류", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "back_bow", + "langName": "(옷) 등뒤로 묶인 매듭", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "cross-laced_clothes", + "langName": "크로스 레이스 의류", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "double_vertical_stripe", + "langName": "옷에는 평행한 줄무늬가 두 개 있습니다", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "halter_top", + "langName": "슬링 스타일의 상체 의류", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "multicolored_legwear", + "langName": "다채로운 레그 의류", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "navy_blue_legwear", + "langName": "네이비 블루 레그웨어", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "nontraditional_miko", + "langName": "변형된 일본식 옷", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "side_cutout", + "langName": "옆이 열리는 옷", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "sideless_outfit", + "langName": "옆면에 원단이 없는 옷", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "single_kneehigh", + "langName": "한쪽에 무릎 길이의 옷을 입는다", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "single_vertical_stripe", + "langName": "옷의 한쪽 면에 수직 줄무늬를 노출시키세요", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "turtleneck", + "langName": "터틀넥 의류", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "two-sided_fabric", + "langName": "더블 레이어 스타일 의류 그리기 방법", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "o-ring", + "langName": "O-링이 있는 의류", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "o-ring_top", + "langName": "O-링이 있는 상단", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "fringe_trim", + "langName": "가장자리 (스카프의 끝부분)", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "loose_belt", + "langName": "느슨한 끈 (옷)", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "pom_pom_(clothes)", + "langName": "작은 폼폼 (의류 액세서리)", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "drawstring", + "langName": "옷 끈", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "full-length_zipper", + "langName": "의류 길이의 지퍼", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "gathers", + "langName": "플리츠 (의류)", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "gusset", + "langName": "옷 안감 꿰매기", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "breast_pocket", + "langName": "가슴 가방", + "object": "의복", + "attribute": "장식하다" + }, + { + "displayName": "argyle", + "langName": "아가일 패턴", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "checkered", + "langName": "플레드 패턴", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "colored_stripes", + "langName": "다채로운 줄무늬", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "diagonal_stripes", + "langName": "대각선 줄무늬", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "horizontal_stripes", + "langName": "가로줄무늬", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "multicolored_stripes", + "langName": "다채로운 줄무늬", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "polka_dot", + "langName": "점선 패턴", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "ribbed", + "langName": "갈비뼈가 있는", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "striped", + "langName": "가로줄무늬", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "unmoving_pattern", + "langName": "지속적으로 반복되는 패턴", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "vertical_stripes", + "langName": "세로줄무늬", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "plaid", + "langName": "타탄 패턴", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "animal_print", + "langName": "동물 무늬", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "cat_print", + "langName": "고양이 발자국", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "bear_print", + "langName": "곰 발자국", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "bird_print", + "langName": "새 발자국", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "bunny_print", + "langName": "토끼 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "cow_print", + "langName": "소의 발자국", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "dragon_print", + "langName": "드래곤 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "fish_print", + "langName": "물고기 무늬", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "frog_print", + "langName": "개구리 발자국", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "shark_print", + "langName": "상어 발자국", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "snake_print", + "langName": "뱀 패턴", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "zebra_print", + "langName": "얼룩말 무늬", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "tiger_print", + "langName": "호랑이 줄무늬", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "leopard_print", + "langName": "레오파드 무늬", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "jaguar_print", + "langName": "레오파드 무늬", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "bat_print", + "langName": "박쥐 발자국", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "aardwolf_print", + "langName": "코요테 발자국", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "african_wild_dog_print", + "langName": "아프리카 야생 개 발자국", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "cheetah_print", + "langName": "치타 발자국", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "dog_print", + "langName": "개 발자국", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "fox_print", + "langName": "여우 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "giraffe_print", + "langName": "기린 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "panda_print", + "langName": "팬더 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "sand_cat_print", + "langName": "모래고양이 발자국", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "whale_print", + "langName": "고래 발자국", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "white_tiger_print", + "langName": "화이트 타이거 패턴", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "goldfish_print", + "langName": "금붕어 무늬", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "wing_print", + "langName": "날개 무늬", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "spider_web_print", + "langName": "거미줄 정맥", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "butterfly_print", + "langName": "나비 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "floral_print", + "langName": "꽃", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "leaf_print", + "langName": "잎자국", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "clover_print", + "langName": "클로버 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "maple_leaf_print", + "langName": "단풍잎 무늬", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "rose_print", + "langName": "장미 무늬", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "strawberry_print", + "langName": "딸기 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "cherry_print", + "langName": "체리 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "bamboo_print", + "langName": "대나무 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "carrot_print", + "langName": "당근 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "hibiscus_print", + "langName": "히비스커스 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "jack-o'-lantern_print", + "langName": "잭오랜턴 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "petal_print", + "langName": "꽃잎 무늬", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "sunflower_print", + "langName": "해바라기 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "watermelon_print", + "langName": "수박 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "sky_print", + "langName": "하늘 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "cloud_print", + "langName": "클라우드 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "lightning_bolt_print", + "langName": "번개 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "rainbow_print", + "langName": "레인보우 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "snowflake_print", + "langName": "눈송이 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "starry_sky_print", + "langName": "별이 빛나는 하늘 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "crescent_print", + "langName": "초승달 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "star_print", + "langName": "별 모양 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "star_(symbol)", + "langName": "별의 상징", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "moon_print", + "langName": "달의 발자국", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "sun_print", + "langName": "선 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "character_print", + "langName": "문자 인쇄", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "clothes_writing", + "langName": "옷에 적힌 단어", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "anchor_print", + "langName": "앵커 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "cherry_blossom_print", + "langName": "벚꽃 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "musical_note_print", + "langName": "음표 인쇄", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "triangle_print", + "langName": "삼각형 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "arrow_print", + "langName": "화살표 인쇄", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "wave_print", + "langName": "물결 무늬", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "peace_symbol", + "langName": "☮(히가시카타 죠스케의 옷에 대해서)", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "heart_print", + "langName": "하트 패턴 | 하트 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "flame_print", + "langName": "화염 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "hitodama_print", + "langName": "윌 - 오 - 더 - 위스프 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "paw_print", + "langName": "발자국", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "skeleton_print", + "langName": "해골 무늬", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "skull_print", + "langName": "두개골 자국", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "sparkle_print", + "langName": "반짝이는 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "yin_yang_print", + "langName": "음양인쇄", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "cross_print", + "langName": "교차 요소 패턴", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "camoflage", + "langName": "위장", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "flag_print", + "langName": "깃발 인쇄", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "bone_print", + "langName": "뼈 자국", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "ghost_print", + "langName": "유령 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "mushroom_print", + "langName": "버섯 프린트", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "onigiri_print", + "langName": "밥공기 인쇄", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "cat_ear_cutout", + "langName": "고양이 귀 모양의 움푹 들어간 디자인", + "object": "의복", + "attribute": "무늬" + }, + { + "displayName": "barefoot", + "langName": "맨발로", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "no_shoes", + "langName": "신발 없음", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "shoes_removed", + "langName": "신발을 벗다", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "single_shoe", + "langName": "싱글 슈즈", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "the_only_shoe", + "langName": "싱글 슈즈", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "black_loafers", + "langName": "로퍼 (작은 가죽신발)", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "shoes", + "langName": "구두", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "uwabaki", + "langName": "실내화", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "platform_footwear", + "langName": "플랫폼 슈즈", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "high_heels", + "langName": "하이힐", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "stiletto_heels", + "langName": "스틸레토 하이힐", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "strappy_heels", + "langName": "끈이 달린 하이힐", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "platform_heels", + "langName": "플랫폼 하이힐", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "rudder_footwear", + "langName": "Ship C 특수화 Ship Girls 용", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "sandals", + "langName": "샌들", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "barefoot_sandals", + "langName": "맨발샌들", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "clog_sandals", + "langName": "클로그 샌들", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "geta", + "langName": "나막신", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "slippers", + "langName": "슬리퍼", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "skates", + "langName": "홍어", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "roller_skates", + "langName": "롤러스케이트", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "animal_feet", + "langName": "동물의 발", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "animal_slippers", + "langName": "동물 슬리퍼", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "brown_footwear", + "langName": "갈색 신발", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "cross-laced_footwear", + "langName": "크로스 레이스업 슈즈", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "loafers", + "langName": "로퍼", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "mary_janes", + "langName": "제니 슈즈", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "mismatched_footwear", + "langName": "투톤 슈즈", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "pointy_footwear", + "langName": "뾰족한 발가락 신발", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "pumps", + "langName": "하이힐이 달린 로우컷 드레스", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "sandals_removed", + "langName": "샌들을 벗다", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "shoe_soles", + "langName": "밑창", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "shoelaces", + "langName": "구두끈", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "sneakers", + "langName": "운동화", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "winged_footwear", + "langName": "날개 달린 신발", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "zouri", + "langName": "일본식 짚신", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "ballet slippers", + "langName": "발레화", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "arched_soles", + "langName": "아치형 밑창", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "paw_print_soles", + "langName": "발자국 밑창", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "horseshoe", + "langName": "편자", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "flat shoes", + "langName": "평底화", + "object": "의복", + "attribute": "구두" + }, + { + "displayName": "boots", + "langName": "부츠", + "object": "의복", + "attribute": "부츠" + }, + { + "displayName": "boots_removed", + "langName": "부츠를 벗다", + "object": "의복", + "attribute": "부츠" + }, + { + "displayName": "high_heel_boots", + "langName": "하이힐 부츠", + "object": "의복", + "attribute": "부츠" + }, + { + "displayName": "knee_boots", + "langName": "무릎 높이 부츠 (승마용 부츠)", + "object": "의복", + "attribute": "부츠" + }, + { + "displayName": "thigh_boots", + "langName": "하이부츠", + "object": "의복", + "attribute": "부츠" + }, + { + "displayName": "martin_boots", + "langName": "마틴 부츠", + "object": "의복", + "attribute": "부츠" + }, + { + "displayName": "ankle_boots", + "langName": "앵클 부츠", + "object": "의복", + "attribute": "부츠" + }, + { + "displayName": "toeless_boots", + "langName": "오픈 토 부츠", + "object": "의복", + "attribute": "부츠" + }, + { + "displayName": "lace-up_boots", + "langName": "레이스업 부츠", + "object": "의복", + "attribute": "부츠" + }, + { + "displayName": "fur-trimmed_boots", + "langName": "로우 엣지 부츠", + "object": "의복", + "attribute": "부츠" + }, + { + "displayName": "snow_boots", + "langName": "스노우 부츠", + "object": "의복", + "attribute": "부츠" + }, + { + "displayName": "anklet", + "langName": "여자 구두", + "object": "의복", + "attribute": "부츠" + }, + { + "displayName": "rubber_boots", + "langName": "고무장화", + "object": "의복", + "attribute": "부츠" + }, + { + "displayName": "santa_boots", + "langName": "크리스마스 부츠", + "object": "의복", + "attribute": "부츠" + }, + { + "displayName": "leather_boots", + "langName": "가죽 부츠", + "object": "의복", + "attribute": "부츠" + }, + { + "displayName": "thighhighs_under_boots", + "langName": "부츠 아래 스타킹", + "object": "의복", + "attribute": "부츠" + }, + { + "displayName": "combat_boots", + "langName": "전투화", + "object": "의복", + "attribute": "부츠" + }, + { + "displayName": "doc_martens", + "langName": "마틴 부츠", + "object": "의복", + "attribute": "부츠" + }, + { + "displayName": "rain_boots", + "langName": "레인부츠", + "object": "의복", + "attribute": "부츠" + }, + { + "displayName": "belt_boots", + "langName": "벨트 부츠", + "object": "의복", + "attribute": "부츠" + }, + { + "displayName": "fur_boots", + "langName": "로우힐 캐주얼 퍼 부츠", + "object": "의복", + "attribute": "부츠" + }, + { + "displayName": "single_boot", + "langName": "부츠 없는 한 발", + "object": "의복", + "attribute": "부츠" + }, + { + "displayName": "wide_sleeves", + "langName": "넓은 소매", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "single_sleeve", + "langName": "싱글 슬리브", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "asymmetrical_sleeves", + "langName": "비대칭 소매", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "puffy_sleeves", + "langName": "퍼피 슬리브", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "puffy_long_sleeves", + "langName": "부풀린 긴 소매", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "puffy_short_sleeves", + "langName": "퍼피 반팔", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "frilled_sleeves", + "langName": "주름 장식이 있는 소매 가장자리", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "juliet_sleeves", + "langName": "줄리엣 슬리브", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "bandaged_arm", + "langName": "팔에 붕대를 감다", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "raglan_sleeves", + "langName": "라글런 슬리브", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "vambraces", + "langName": "하완 장갑", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "layered_sleeves", + "langName": "레이어드 슬리브", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "fur-trimmed_sleeves", + "langName": "원단 가장자리 소매", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "see-through_sleeves", + "langName": "투명 슬리브", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "torn_sleeves", + "langName": "찢어진 소매", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "sleeves_past_fingers", + "langName": "손가락보다 긴 소매", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "sleeves_past_wrists", + "langName": "손목 위 소매", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "sleeves_past_elbows", + "langName": "팔꿈치 위 소매", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "sleeves_pushed_up", + "langName": "푸쉬업 슬리브", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "arm_out_of_sleeve", + "langName": "소매에 팔", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "uneven_sleeves", + "langName": "고르지 않은 소매", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "mismatched_sleeves", + "langName": "소매가 맞지 않다", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "sleeve_rolled_up", + "langName": "소매를 걷어올렸다", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "sleeves_rolled_up", + "langName": "한쪽 소매를 걷어올렸다", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "feather-trimmed_sleeves", + "langName": "깃털 장식 소매", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "lace-trimmed_sleeves", + "langName": "레이스 소매", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "pinching_sleeves", + "langName": "소매를 꼬집어라", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "puffy_detached_sleeves", + "langName": "퍼피 슬리브", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "ribbed_sleeves", + "langName": "리브 소매", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "single_detached_sleeve", + "langName": "한쪽에만 남아있는 소매", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "sleeves_folded_up", + "langName": "접힌 소매", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "striped_sleeves", + "langName": "줄무늬 소매", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "armband", + "langName": "완장 (armband)", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "armlet", + "langName": "팔팔찌", + "object": "의복", + "attribute": "팔" + }, + { + "displayName": "halo", + "langName": "머리 위의 후광", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "mechanical_halo", + "langName": "기계식 헤일로", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "headwear", + "langName": "머리 장식", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "headpiece", + "langName": "머리 장식", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "headwear_removed", + "langName": "머리장비 제거", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "head_wreath", + "langName": "화관", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "crown", + "langName": "왕관", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "mini_crown", + "langName": "미니 크라운", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "tiara", + "langName": "왕관", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "diadem", + "langName": "위와 동일", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "tilted_headwear", + "langName": "기울어진 머리 장식", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "head_fins", + "langName": "두지느러미", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "maid_headdress", + "langName": "메이드 티아라", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "bridal_veil", + "langName": "신부의 베일", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "headband", + "langName": "머리띠", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "alternate_headwear", + "langName": "원래의 것과 다른 머리 장비", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "fur-trimmed_headwear", + "langName": "로우에지 헤드웨어", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "goggles_on_headwear", + "langName": "모자에 고글", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "earphones", + "langName": "이어폰", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "earmuffs", + "langName": "이어머프", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "xx_on_head", + "langName": "머리에 xx", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "leaf_on_head", + "langName": "머리에 나뭇잎", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "triangular_headpiece", + "langName": "삼각형 머리 장식", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "forehead_protector", + "langName": "이마 보호대", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "radio_antenna", + "langName": "안테나", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "animal_hood", + "langName": "동물 귀 후드", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "bald", + "langName": "노골적인", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "bandana", + "langName": "스카프", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "circlet", + "langName": "왕관", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "hachimaki", + "langName": "터번 (명사)", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "helm", + "langName": "헬멧을 쓰고", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "helmet_removed", + "langName": "헬멧 벗었다 | 헬멧 벗었다", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "horned_helmet", + "langName": "뿔 달린 헬멧", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "japari_bun", + "langName": "자파리찐빵", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "kerchief", + "langName": "사각형 터번", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "mami_mogu_mogu", + "langName": "아사미 참수 테리어", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "skull_and_crossbones", + "langName": "해골과 뼈 (해적, 위험, 경고)", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "turban", + "langName": "무슬림 헤드스카프", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "headdress", + "langName": "머리 장식 (더 일반적)", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "bear_hair_ornament", + "langName": "곰 무늬 머리 장식", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "brown_headwear", + "langName": "갈색 티아라", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "horned_headwear", + "langName": "뿔 머리 장식", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "horns_through_headwear", + "langName": "뿔을 위한 구멍이 있는 머리 장식", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "no_headwear", + "langName": "제거된 (기존) 머리 장비", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "object_on_head", + "langName": "머리에는 머리장식 외에 다른 것이 있습니다", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "print_headwear", + "langName": "인쇄된 머리 장식", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "bone_hair_ornament", + "langName": "뼈 모양의 보석", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "bunny_hair_ornament", + "langName": "토끼 장신구", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "horn_ornament", + "langName": "모서리에 장식", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "animal_on_head", + "langName": "머리 위의 동물", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "behind-the-head_headphones", + "langName": "머리 뒤쪽에서 착용하는 헤드폰", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "bird_on_head", + "langName": "머리 위의 새", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "cat_ear_headphones", + "langName": "고양이 귀 헤드폰", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "cat_on_head", + "langName": "머리 위에 누워 있는 고양이", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "eyewear_on_head", + "langName": "머리에 안경을 씌우다", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "forehead_kiss", + "langName": "이마에 키스하다", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "forehead-to-forehead", + "langName": "이마에서 이마까지", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "goggles_on_head", + "langName": "머리에 고글을 쓰세요", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "head_bump", + "langName": "머리에 묶다", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "head_mounted_display", + "langName": "헤드 마운트 디스플레이 장치 착용", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "head_out_of_frame", + "langName": "머리의 일부가 프레임에 그려지지 않았습니다.", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "head_rest", + "langName": "베개 머리 | 지지 머리", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "head_wings", + "langName": "머리에는 날개가 있다", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "headgear", + "langName": "머리 장식 (특정 공상과학 요소 포함)", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "headphones", + "langName": "이어폰", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "heads-up_display", + "langName": "상태 표시줄 (게임 및 SF 스타일)", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "headset", + "langName": "헤드폰", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "inter_headset", + "langName": "EVA 신경 커넥터", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "on_head", + "langName": "머리에", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "person_on_head", + "langName": "작은 남자는 머리 위에 있어요", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "single_head_wing", + "langName": "머리 한쪽에 날개가 있다", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "adjusting_headwear", + "langName": "머리 장식을 정리하다", + "object": "부속품", + "attribute": "머리 장식" + }, + { + "displayName": "hair_ribbon", + "langName": "머리띠", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "hairband", + "langName": "카드 발급", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "hair_tie", + "langName": "머리띠", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "lolita_hairband", + "langName": "로리타 머리띠", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "frilled_hairband", + "langName": "러플 헤어밴드", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "lace-trimmed_hairband", + "langName": "레이스 머리띠", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "hair_bobbles", + "langName": "머리띠", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "hair_ornament", + "langName": "헤어 액세서리", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "hair_flower", + "langName": "머리꽃", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "x_hair_ornament", + "langName": "헤어 액세서리", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "hair_bow", + "langName": "리본 머리 장식", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "frog_hair_ornament", + "langName": "개구리 털 액세서리", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "heart_hair_ornament", + "langName": "하트모양 헤어 액세서리", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "butterfly_hair_ornament", + "langName": "나비 머리 장식", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "star_hair_ornament", + "langName": "스타 헤어 액세서리", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "food-themed_hair_ornament", + "langName": "음식 테마 헤어 액세서리", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "anchor_hair_ornament", + "langName": "앵커 헤어 액세서리", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "bat_hair_ornament", + "langName": "박쥐 머리 장식", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "carrot_hair_ornament", + "langName": "당근 헤어 액세서리", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "cat_hair_ornament", + "langName": "고양이 털 액세서리", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "clover_hair_ornament", + "langName": "클로버 헤어 액세서리", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "hair pink flowers", + "langName": "머리카락에 핑크색 꽃", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "crescent_hair_ornament", + "langName": "크레센트 헤어 액세서리", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "cross_hair_ornament", + "langName": "크로스 헤어 액세서리", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "d-pad_hair_ornament", + "langName": "방향키 헤어 액세서리", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "fish_hair_ornament", + "langName": "물고기 모양 머리 장식", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "hairpods", + "langName": "머리카락에 무선 블루투스 헤어 액세서리 한 쌍", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "leaf_hair_ornament", + "langName": "잎 모양의 머리 장식", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "musical_note_hair_ornament", + "langName": "음표 헤어 액세서리", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "pumpkin_hair_ornament", + "langName": "호박 머리 액세서리", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "skull_hair_ornament", + "langName": "두개골 머리 액세서리", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "snake_hair_ornament", + "langName": "뱀 머리 액세서리 | 개구리 머리 액세서리", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "snowflake_hair_ornament", + "langName": "눈송이 머리 장식", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "strawberry_hair_ornament", + "langName": "딸기 헤어 액세서리", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "sunflower_hair_ornament", + "langName": "해바라기 머리 장식", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "hairpin", + "langName": "머리 핀", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "hairclip", + "langName": "머리 핀", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "hair_tubes", + "langName": "헤어 튜브", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "hair_stick", + "langName": "헤어스틱", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "hair_bell", + "langName": "종을 울리다", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "hair_rings", + "langName": "머리끈", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "kanzashi", + "langName": "머리 핀", + "object": "부속품", + "attribute": "헤어 액세서리" + }, + { + "displayName": "hood", + "langName": "후드", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "hat", + "langName": "모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "no_hat", + "langName": "모자 없음", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "beret", + "langName": "베레모", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "mini_top_hat", + "langName": "미니 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "party_hat", + "langName": "파티 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "sailor_hat", + "langName": "선원모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "santa_hat", + "langName": "산타 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "fedora", + "langName": "페도라 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "witch_hat", + "langName": "마녀 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "mini_witch_hat", + "langName": "미니 마녀모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "wizard_hat", + "langName": "마법사 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "sun_hat", + "langName": "태양 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "straw_hat", + "langName": "밀짚모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "top_hat", + "langName": "모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "bucket_hat", + "langName": "버킷 햇", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "beanie", + "langName": "양털 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "large_hat", + "langName": "큰 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "tokin_hat", + "langName": "모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "mini_hat", + "langName": "미니 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "bowler_hat", + "langName": "볼러모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "pillbox_hat", + "langName": "알약 상자 뚜껑", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "cloche_hat", + "langName": "클로셰 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "military_hat", + "langName": "군모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "police_hat", + "langName": "경찰 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "chef_hat", + "langName": "셰프 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "cowboy_hat", + "langName": "카우보이 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "school_hat", + "langName": "학교모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "pirate_hat", + "langName": "해적 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "cabbie_hat", + "langName": "택시 운전사 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "hardhat", + "langName": "헬멧", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "rice_hat", + "langName": "대나무 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "animal_hat", + "langName": "동물 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "fur_hat", + "langName": "가죽모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "hat_with_ears", + "langName": "귀가 달린 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "bobblehat", + "langName": "거품 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "pillow_hat", + "langName": "베개 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "pumpkin_hat", + "langName": "호박 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "torn_hat", + "langName": "찢어진 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "backwards_hat", + "langName": "역모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "bowl_hat", + "langName": "그릇 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "cat_hat", + "langName": "고양이 귀 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "cap", + "langName": "정점 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "nurse_cap", + "langName": "간호사 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "baseball_cap", + "langName": "야구모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "jester_cap", + "langName": "광대 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "side_cap", + "langName": "옆모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "garrison_cap", + "langName": "수비대 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "flat_cap", + "langName": "정점 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "mob_cap", + "langName": "몹 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "newsboy_cap", + "langName": "뉴스보이 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "bowknot_over_white_beret", + "langName": "하얀 베레모에 리본", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "dixie_cup_hat", + "langName": "개 그릇 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "hat_bow", + "langName": "리본이 달린 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "hat_feather", + "langName": "깃털이 달린 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "hat_flower", + "langName": "꽃이 달린 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "hat_ornament", + "langName": "장식이 달린 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "hat_over_one_eye", + "langName": "모자는 한쪽 눈을 가린다", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "hat_removed", + "langName": "모자를 벗었다 | 모자를 벗었다", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "hat_ribbon", + "langName": "리본이 달린 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "hat_tip", + "langName": "모자의 챙을 잡고", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "hatching_(texture)", + "langName": "라인 셰이딩 (텍스처)", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "hatsune_miku_(cosplay)", + "langName": "하츠네 미쿠로 들어가다", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "porkpie_hat", + "langName": "도교 모자", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "sideways_hat", + "langName": "바이저는 옆으로 잘려있습니다", + "object": "부속품", + "attribute": "모자" + }, + { + "displayName": "glasses", + "langName": "안경", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "eyewear", + "langName": "눈", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "monocle", + "langName": "단안경", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "under-rim_eyewear", + "langName": "테 안경", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "rimless_eyewear", + "langName": "림리스 안경", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "semi-rimless_eyewear", + "langName": "세미림리스 안경", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "red-framed_eyewear", + "langName": "빨간색 프레임 안경", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "round_eyewear", + "langName": "라운드 프레임 안경", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "black-framed_eyewear", + "langName": "검은색 프레임 안경", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "tinted_eyewear", + "langName": "색안경", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "medical_eyepatch", + "langName": "의료용 아이 마스크", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "bandage_over_one_eye", + "langName": "한쪽 눈에 붕대를 감다", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "crooked_eyewear", + "langName": "비뚤어진 안경", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "eyewear_removed", + "langName": "안경을 벗다", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "sunglasses", + "langName": "선글라스 (눈을 가리는)", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "reflection glasses", + "langName": "선글라스 (눈이 보이는)", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "goggles", + "langName": "고글", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "Blindfold", + "langName": "아이 마스크", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "eyepatch", + "langName": "안대 (한쪽 눈)", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "bespectacled", + "langName": "안경을 쓰고", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "blue-framed_eyewear", + "langName": "블루 프레임 안경", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "brown-framed_eyewear", + "langName": "갈색 프레임 안경", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "coke-bottle_glasses", + "langName": "유리병 바닥만큼 두꺼운 둥근 유리잔", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "no_eyewear", + "langName": "제거된 (기존) 안경", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "opaque_glasses", + "langName": "눈을 드러내지 않는 안경", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "over-rim_eyewear", + "langName": "하반 무테안경", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "pince-nez", + "langName": "핀스네즈 | 다리 없는 안경", + "object": "부속품", + "attribute": "안경" + }, + { + "displayName": "mask", + "langName": "마스크", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "half_mask", + "langName": "반쪽 가면", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "masked", + "langName": "가면을 쓴", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "mask_lift", + "langName": "마스크를 들어올리다", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "mask_on_head", + "langName": "머리 위로 올라간 마스크", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "mask_removed", + "langName": "마스크 벗다", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "mouth_mask", + "langName": "마스크", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "surgical_mask", + "langName": "의료용 마스크", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "plague_doctor_mask", + "langName": "전염병 의사 마스크", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "gas_mask", + "langName": "가스 마스크", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "visor", + "langName": "페이스 마스크 | 바이저 | 선바이저", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "fox_mask", + "langName": "여우 가면", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "diving_mask", + "langName": "다이빙 마스크", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "diving_mask_on_head", + "langName": "헤드마운트 다이빙 마스크", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "oni_mask", + "langName": "유령 가면", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "tengu_mask", + "langName": "텐구 가면", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "ninja_mask", + "langName": "닌자 마스크", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "skull_mask", + "langName": "두개골 가면", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "hockey_mask", + "langName": "하키 마스크", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "bird_mask", + "langName": "새 가면", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "stone_mask", + "langName": "돌 유령 얼굴", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "horse_mask", + "langName": "말 가면", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "masquerade_mask", + "langName": "가면 무도회 가면", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "domino_mask", + "langName": "SM 마스크", + "object": "부속품", + "attribute": "마스크" + }, + { + "displayName": "cross_earrings", + "langName": "십자가 귀걸이", + "object": "부속품", + "attribute": "귀걸이" + }, + { + "displayName": "crystal_earrings", + "langName": "크리스털 귀걸이", + "object": "부속품", + "attribute": "귀걸이" + }, + { + "displayName": "earrings", + "langName": "귀걸이", + "object": "부속품", + "attribute": "귀걸이" + }, + { + "displayName": "flower_earrings", + "langName": "꽃 귀걸이", + "object": "부속품", + "attribute": "귀걸이" + }, + { + "displayName": "heart_earrings", + "langName": "하트모양 귀걸이", + "object": "부속품", + "attribute": "귀걸이" + }, + { + "displayName": "hoop_earrings", + "langName": "후프 귀걸이", + "object": "부속품", + "attribute": "귀걸이" + }, + { + "displayName": "multiple_earrings", + "langName": "여러 개의 귀걸이", + "object": "부속품", + "attribute": "귀걸이" + }, + { + "displayName": "pill_earrings", + "langName": "알약 스타일 귀걸이", + "object": "부속품", + "attribute": "귀걸이" + }, + { + "displayName": "single_earring", + "langName": "귀걸이를 한쪽에만 착용", + "object": "부속품", + "attribute": "귀걸이" + }, + { + "displayName": "skull_earrings", + "langName": "두개골 귀걸이", + "object": "부속품", + "attribute": "귀걸이" + }, + { + "displayName": "star_earrings", + "langName": "별 귀걸이", + "object": "부속품", + "attribute": "귀걸이" + }, + { + "displayName": "crescent earrings", + "langName": "초승달 귀걸이", + "object": "부속품", + "attribute": "귀걸이" + }, + { + "displayName": "wristwatch", + "langName": "보다", + "object": "부속품", + "attribute": "핸드 쥬얼리" + }, + { + "displayName": "cane", + "langName": "지팡이", + "object": "부속품", + "attribute": "핸드 쥬얼리" + }, + { + "displayName": "staff", + "langName": "마법의 지팡이", + "object": "부속품", + "attribute": "핸드 쥬얼리" + }, + { + "displayName": "holding a golden staff", + "langName": "황금 홀", + "object": "부속품", + "attribute": "핸드 쥬얼리" + }, + { + "displayName": "cuffs", + "langName": "칼", + "object": "부속품", + "attribute": "핸드 쥬얼리" + }, + { + "displayName": "handcuffs", + "langName": "경찰 수갑", + "object": "부속품", + "attribute": "핸드 쥬얼리" + }, + { + "displayName": "revolver", + "langName": "리볼버", + "object": "부속품", + "attribute": "핸드 쥬얼리" + }, + { + "displayName": "bandage", + "langName": "붕대", + "object": "부속품", + "attribute": "핸드 쥬얼리" + }, + { + "displayName": "leash", + "langName": "벨트", + "object": "부속품", + "attribute": "핸드 쥬얼리" + }, + { + "displayName": "arm_tattoo", + "langName": "팔 문신", + "object": "부속품", + "attribute": "핸드 쥬얼리" + }, + { + "displayName": "number_tattoo", + "langName": "디지털 타투", + "object": "부속품", + "attribute": "핸드 쥬얼리" + }, + { + "displayName": "bead_bracelet", + "langName": "구슬 팔찌", + "object": "부속품", + "attribute": "핸드 쥬얼리" + }, + { + "displayName": "flower_bracelet", + "langName": "꽃팔찌", + "object": "부속품", + "attribute": "핸드 쥬얼리" + }, + { + "displayName": "spiked_bracelet", + "langName": "스터드 브레이슬릿", + "object": "부속품", + "attribute": "핸드 쥬얼리" + }, + { + "displayName": "wrist_cuffs", + "langName": "소매와 분리된 손목 커프", + "object": "부속품", + "attribute": "핸드 쥬얼리" + }, + { + "displayName": "wristband", + "langName": "손목띠", + "object": "부속품", + "attribute": "핸드 쥬얼리" + }, + { + "displayName": "bracer", + "langName": "손목 보호대", + "object": "부속품", + "attribute": "핸드 쥬얼리" + }, + { + "displayName": "bound_wrists", + "langName": "손목을 묶다", + "object": "부속품", + "attribute": "핸드 쥬얼리" + }, + { + "displayName": "wrist_scrunchie", + "langName": "손목 머리끈", + "object": "부속품", + "attribute": "핸드 쥬얼리" + }, + { + "displayName": "shackles", + "langName": "수갑", + "object": "부속품", + "attribute": "핸드 쥬얼리" + }, + { + "displayName": "chains", + "langName": "체인", + "object": "부속품", + "attribute": "핸드 쥬얼리" + }, + { + "displayName": "chain_leash", + "langName": "끈이 달린 사슬", + "object": "부속품", + "attribute": "핸드 쥬얼리" + }, + { + "displayName": "gloves", + "langName": "장갑", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "gloves_removed", + "langName": "장갑을 벗다", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "no_gloves", + "langName": "제거된 (기존) 장갑", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "single_glove", + "langName": "싱글 글러브", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "single_elbow_glove", + "langName": "한 손에 팔꿈치 길이의 장갑을 끼고 있습니다.", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "long_gloves", + "langName": "긴 장갑", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "elbow_gloves", + "langName": "긴팔장갑 (팔꿈치장갑)", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "bridal_gauntlets", + "langName": "신부 장갑", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "half_gloves", + "langName": "매우 짧은 장갑 | 반장갑", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "fingerless_gloves", + "langName": "손가락 없는 장갑", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "partially_fingerless_gloves", + "langName": "부분 손가락 없는 장갑", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "paw_gloves", + "langName": "발톱장갑 (손가락장갑)", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "mittens", + "langName": "장갑 (두 손가락 장갑)", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "baseball_mitt", + "langName": "야구 글러브", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "fur-trimmed_gloves", + "langName": "로 엣지 장갑", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "latex_gloves", + "langName": "라텍스 장갑", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "lace-trimmed_gloves", + "langName": "레이스 장갑", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "wears a pair of white lace gloves", + "langName": "화이트 레이스 장갑", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "leather_gloves", + "langName": "가죽 장갑", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "frilled_gloves", + "langName": "레이스 장갑", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "mismatched_gloves", + "langName": "투컬러 장갑", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "multicolored_gloves", + "langName": "다채로운 장갑", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "asymmetrical_gloves", + "langName": "비대칭 장갑", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "brown_gloves", + "langName": "갈색 장갑", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "oven_mitts", + "langName": "절연장갑", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "print_gloves", + "langName": "인쇄 장갑", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "striped_gloves", + "langName": "줄무늬 장갑", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "torn_gloves", + "langName": "손상된 장갑", + "object": "부속품", + "attribute": "장갑" + }, + { + "displayName": "wedding_band", + "langName": "결혼 반지", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "crystal", + "langName": "결정", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "gem", + "langName": "보석", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "chest_jewel", + "langName": "가슴 보석", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "forehead_jewel", + "langName": "이마 보석", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "tassel", + "langName": "술", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "belly_chain", + "langName": "배꼽 사슬", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "ribbon", + "langName": "리본", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "stitches", + "langName": "이음새", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "bandaid", + "langName": "반창고", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "collar", + "langName": "칼라", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "steam", + "langName": "증기", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "bell", + "langName": "벨", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "amulet", + "langName": "부적", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "emblem", + "langName": "배지", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "anchor_symbol", + "langName": "앵커 심볼", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "cross", + "langName": "십자가", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "diffraction_spikes", + "langName": "회절십자", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "iron_cross", + "langName": "철십자", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "latin_cross", + "langName": "라틴 십자가", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "st._gloriana's_(emblem)", + "langName": "세인트 글로리아 안나 여학교 학교 상징", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "heart_lock_(kantai_collection)", + "langName": "Ship Girl Lock (선박 C)", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "joints", + "langName": "관절", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "kneepits", + "langName": "무릎", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "knee_pads", + "langName": "무릎 보호대", + "object": "부속품", + "attribute": "작은 장식" + }, + { + "displayName": "bracelet", + "langName": "팔찌", + "object": "부속품", + "attribute": "보석류" + }, + { + "displayName": "choker", + "langName": "칼라", + "object": "부속품", + "attribute": "보석류" + }, + { + "displayName": "metal collar", + "langName": "금속 칼라", + "object": "부속품", + "attribute": "보석류" + }, + { + "displayName": "ring", + "langName": "반지", + "object": "부속품", + "attribute": "보석류" + }, + { + "displayName": "pendant", + "langName": "펜던트", + "object": "부속품", + "attribute": "보석류" + }, + { + "displayName": "brooch", + "langName": "브로치", + "object": "부속품", + "attribute": "보석류" + }, + { + "displayName": "bangle", + "langName": "팔찌", + "object": "부속품", + "attribute": "보석류" + }, + { + "displayName": "sunburst", + "langName": "선버스트 주얼리", + "object": "부속품", + "attribute": "보석류" + }, + { + "displayName": "pearl bracelet", + "langName": "진주 팔찌", + "object": "부속품", + "attribute": "보석류" + }, + { + "displayName": "drop earrings", + "langName": "귀걸이", + "object": "부속품", + "attribute": "보석류" + }, + { + "displayName": "puppet rings", + "langName": "꼭두각시 반지", + "object": "부속품", + "attribute": "보석류" + }, + { + "displayName": "corsage", + "langName": "작은 꽃다발", + "object": "부속품", + "attribute": "보석류" + }, + { + "displayName": "sapphire brooch", + "langName": "사파이어 브로치", + "object": "부속품", + "attribute": "보석류" + }, + { + "displayName": "jewelry", + "langName": "보석류", + "object": "부속품", + "attribute": "보석류" + }, + { + "displayName": "necklace", + "langName": "목걸이", + "object": "부속품", + "attribute": "보석류" + }, + { + "displayName": "stud_earrings", + "langName": "귀걸이", + "object": "부속품", + "attribute": "보석류" + }, + { + "displayName": "belt", + "langName": "벨트", + "object": "부속품", + "attribute": "부속품" + }, + { + "displayName": "fanny pack", + "langName": "패니팩", + "object": "부속품", + "attribute": "부속품" + }, + { + "displayName": "girdling", + "langName": "거들", + "object": "부속품", + "attribute": "부속품" + }, + { + "displayName": "handbag", + "langName": "핸드백", + "object": "부속품", + "attribute": "부속품" + }, + { + "displayName": "cross-body bag", + "langName": "크로스바디 백", + "object": "부속품", + "attribute": "부속품" + }, + { + "displayName": "One shoulder bag", + "langName": "숄더백", + "object": "부속품", + "attribute": "부속품" + }, + { + "displayName": "Canvas bag", + "langName": "캔버스 백", + "object": "부속품", + "attribute": "부속품" + }, + { + "displayName": "veils", + "langName": "베일", + "object": "부속품", + "attribute": "부속품" + }, + { + "displayName": "antiseptic mask", + "langName": "마스크", + "object": "부속품", + "attribute": "부속품" + }, + { + "displayName": "transparent_background", + "langName": "투명한 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "white_background", + "langName": "흰색 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "black_background", + "langName": "검은색 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "grey_background", + "langName": "회색 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "tan_background", + "langName": "세피아 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "beige_background", + "langName": "베이지색 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "brown_background", + "langName": "갈색 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "two-tone_background", + "langName": "듀오톤 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "multicolored_background", + "langName": "다채로운 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "rainbow_background", + "langName": "무지개 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "blurry_foreground", + "langName": "흐릿한 전경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "gradient_background", + "langName": "그라데이션 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "abstract_background", + "langName": "추상적인 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "argyle_background", + "langName": "마름모 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "checkered_background", + "langName": "체크 무늬 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "floral_background", + "langName": "꽃으로 장식된 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "foral_background", + "langName": "꽃무늬 장식 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "striped_background", + "langName": "둥근 반점 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "cyberpunk", + "langName": "사이버펑크", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "scenery", + "langName": "풍경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "city_lights", + "langName": "도시의 불빛 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "starry_background", + "langName": "별이 빛나는 하늘 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "sparkle_background", + "langName": "반짝이는 별이 빛나는 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "bubble_background", + "langName": "거품 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "clock_background", + "langName": "시계 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "halftone_background", + "langName": "도트 패턴 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "heart_background", + "langName": "복숭아 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "honeycomb_background", + "langName": "벌집 스타일 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "plaid_background", + "langName": "타탄 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "simple_background", + "langName": "간단한 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "ban", + "langName": "기술적 판타지", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "crop_top_overhang", + "langName": "크롭탑 오버행", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "viewfinder", + "langName": "카메라 뷰파인더", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "rounded_corners", + "langName": "배경이나 프레임의 모서리가 둥글다", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "border", + "langName": "액자", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "outside_border", + "langName": "그림의 일부는 배경 프레임 밖에 있습니다.", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "pillarboxed", + "langName": "기둥형 캔버스 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "windowboxed", + "langName": "사진 프레임 세트 (배경)", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "flashback", + "langName": "회상 장면", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "background_text", + "langName": "배경 텍스트", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "wall_of_text", + "langName": "텍스트 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "blurred background", + "langName": "흐릿한 배경", + "object": "환경", + "attribute": "배경" + }, + { + "displayName": "in spring", + "langName": "봄", + "object": "환경", + "attribute": "계절" + }, + { + "displayName": "in summer", + "langName": "여름", + "object": "환경", + "attribute": "계절" + }, + { + "displayName": "in autumn", + "langName": "가을", + "object": "환경", + "attribute": "계절" + }, + { + "displayName": "in winter", + "langName": "겨울", + "object": "환경", + "attribute": "계절" + }, + { + "displayName": "(autumn maple forest:1.3),(very few fallen leaves),(path)", + "langName": "가을 풍경", + "object": "환경", + "attribute": "계절" + }, + { + "displayName": "day", + "langName": "낮", + "object": "환경", + "attribute": "날씨" + }, + { + "displayName": "dusk", + "langName": "황혼", + "object": "환경", + "attribute": "날씨" + }, + { + "displayName": "night", + "langName": "밤", + "object": "환경", + "attribute": "날씨" + }, + { + "displayName": "rain", + "langName": "비", + "object": "환경", + "attribute": "날씨" + }, + { + "displayName": "snow,ice", + "langName": "얼음과 눈", + "object": "환경", + "attribute": "날씨" + }, + { + "displayName": "snowflakes", + "langName": "눈송이", + "object": "환경", + "attribute": "날씨" + }, + { + "displayName": "lighting", + "langName": "번개", + "object": "환경", + "attribute": "날씨" + }, + { + "displayName": "rainbow", + "langName": "무지개", + "object": "환경", + "attribute": "날씨" + }, + { + "displayName": "meteor shower", + "langName": "유성우", + "object": "환경", + "attribute": "날씨" + }, + { + "displayName": "cloudy", + "langName": "약간 흐림", + "object": "환경", + "attribute": "날씨" + }, + { + "displayName": "rainy days", + "langName": "비", + "object": "환경", + "attribute": "날씨" + }, + { + "displayName": "in the rain", + "langName": "비 속에서", + "object": "환경", + "attribute": "날씨" + }, + { + "displayName": "shooting star", + "langName": "유성", + "object": "환경", + "attribute": "날씨" + }, + { + "displayName": "smooth fog", + "langName": "부드러운 안개", + "object": "환경", + "attribute": "날씨" + }, + { + "displayName": "thunderstorms", + "langName": "폭풍", + "object": "환경", + "attribute": "날씨" + }, + { + "displayName": "stormy ocean", + "langName": "폭풍우 치는 바다", + "object": "환경", + "attribute": "날씨" + }, + { + "displayName": "ocean backdrop", + "langName": "바다 배경", + "object": "환경", + "attribute": "날씨" + }, + { + "displayName": "lightning", + "langName": "번개", + "object": "환경", + "attribute": "날씨" + }, + { + "displayName": "beautiful detailed sky, beautiful detailed water", + "langName": "날씨도 좋고 물도 좋아요", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "beautiful purple sunset at beach", + "langName": "바다의 일몰", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "mountain", + "langName": "산", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "hills", + "langName": "언덕", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "on a hill", + "langName": "산", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "the top of the hill", + "langName": "산 꼭대기", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "forest", + "langName": "숲", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "grove", + "langName": "숲", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "bamboo forest", + "langName": "대나무 숲", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "Dreamy forest", + "langName": "꿈의 숲 (비현실적인 감각. 조용한 빛 입자)", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "savanna", + "langName": "대초원", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "plateau", + "langName": "고원", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "valley", + "langName": "골짜기", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "canyon", + "langName": "깊은 협곡", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "cliff", + "langName": "낭떠러지", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "oasis", + "langName": "오아시스", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "wasteland", + "langName": "불모지", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "glacier", + "langName": "빙하", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "volcano", + "langName": "화산", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "waterfall", + "langName": "떨어지다", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "stream", + "langName": "개울", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "river", + "langName": "강", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "lake", + "langName": "호수", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "ocean", + "langName": "대양", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "sea", + "langName": "바다", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "beach", + "langName": "해안", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "on the beach", + "langName": "해변", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "over the sea", + "langName": "해안", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "waves", + "langName": "파도", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "seaweed", + "langName": "해초", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "underwater", + "langName": "물속에서", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "floating island", + "langName": "떠다니는 섬", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "flowers meadows", + "langName": "꽃이 만발한 초원", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "flower field", + "langName": "꽃밭", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "flower sea", + "langName": "꽃의 바다", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "rose petals", + "langName": "장미 꽃잎", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "falling petals", + "langName": "떨어진 꽃", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "in a meadow", + "langName": "목초지", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "field", + "langName": "시골의", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "wheat field", + "langName": "밀밭", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "rice paddy", + "langName": "아일랜드 사람", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "onsen", + "langName": "온천", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "dripping", + "langName": "물이 떨어지다", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "swirl", + "langName": "소용돌이", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "ripples", + "langName": "리플", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "Alps", + "langName": "알프스 산맥", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "on a desert", + "langName": "사막", + "object": "환경", + "attribute": "자연" + }, + { + "displayName": "sky", + "langName": "하늘", + "object": "환경", + "attribute": "하늘" + }, + { + "displayName": "gradient_sky", + "langName": "기울어진 하늘", + "object": "환경", + "attribute": "하늘" + }, + { + "displayName": "sunset", + "langName": "일몰", + "object": "환경", + "attribute": "하늘" + }, + { + "displayName": "night_sky", + "langName": "밤하늘", + "object": "환경", + "attribute": "하늘" + }, + { + "displayName": "starry_sky", + "langName": "별이 빛나는 하늘", + "object": "환경", + "attribute": "하늘" + }, + { + "displayName": "star_(sky)", + "langName": "별 (하늘에)", + "object": "환경", + "attribute": "하늘" + }, + { + "displayName": "star_trail", + "langName": "별의 궤적", + "object": "환경", + "attribute": "하늘" + }, + { + "displayName": "moon", + "langName": "달", + "object": "환경", + "attribute": "하늘" + }, + { + "displayName": "crescent", + "langName": "초승달", + "object": "환경", + "attribute": "하늘" + }, + { + "displayName": "crescent_moon", + "langName": "초승달", + "object": "환경", + "attribute": "하늘" + }, + { + "displayName": "full_moon", + "langName": "만월", + "object": "환경", + "attribute": "하늘" + }, + { + "displayName": "moonlight", + "langName": "월광", + "object": "환경", + "attribute": "하늘" + }, + { + "displayName": "scarlet_moon", + "langName": "주홍달", + "object": "환경", + "attribute": "하늘" + }, + { + "displayName": "hyper_galaxy", + "langName": "슈퍼 갤럭시", + "object": "환경", + "attribute": "하늘" + }, + { + "displayName": "universe", + "langName": "우주", + "object": "환경", + "attribute": "하늘" + }, + { + "displayName": "space", + "langName": "공간", + "object": "환경", + "attribute": "하늘" + }, + { + "displayName": "planet", + "langName": "행성", + "object": "환경", + "attribute": "하늘" + }, + { + "displayName": "from_space_station", + "langName": "우주 정거장", + "object": "환경", + "attribute": "하늘" + }, + { + "displayName": "satellite", + "langName": "위성", + "object": "환경", + "attribute": "하늘" + }, + { + "displayName": "lunar", + "langName": "음력, _음력;", + "object": "환경", + "attribute": "하늘" + }, + { + "displayName": "cirrus", + "langName": "권운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "cirrocumulus", + "langName": "권운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "cirrostratus", + "langName": "권층운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "altocumulus", + "langName": "고적운형", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "altostratus", + "langName": "고층운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "stratus", + "langName": "충운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "stratocumulus", + "langName": "층적운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "cumulus", + "langName": "적운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "cumulonimbus", + "langName": "적란운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "Nimbostratus", + "langName": "님보스트라투스", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "cirrus_fibratus", + "langName": "권운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "cirrus_uncinus", + "langName": "권운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "cirrus_spissatus", + "langName": "짙은 권운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "cirrus_floccus", + "langName": "권운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "cirrus_castellanus", + "langName": "포트 시러스", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "cirrus_intortus", + "langName": "혼란스러운 구름", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "cirrocumulus_stratiformis", + "langName": "층적운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "cirrocumulus_floccus", + "langName": "권적운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "cirrocumulus_castellanus", + "langName": "권적운 카스텔루스", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "cirrocumulus_lacunosus", + "langName": "망상적운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "cirrostratus_fibratus", + "langName": "권층운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "cirrostratus_nebulosus", + "langName": "권층운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "altocumulus_strataformis", + "langName": "층상 고적운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "altocumulus_lenticularis", + "langName": "렌즈형 고적운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "altocumulus_castellanus", + "langName": "고적운 요새", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "altocumulus_floccus", + "langName": "솜털 같은 고적운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "altocumulus_lacunosus", + "langName": "망상 고적운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "altostratus_undulatus", + "langName": "물결 모양의 고층운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "altostratus_duplicates", + "langName": "복합 고층운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "altostratus_pannus", + "langName": "파편화된 고층층", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "altostratus_translucidus", + "langName": "고층운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "altostratus_opacus", + "langName": "높은 층운을 가리는 구름", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "altostratus_radiatus", + "langName": "방사형 고층운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "altostratus_mammatus", + "langName": "포유류 고층운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "stratus_fractus", + "langName": "적운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "stratus_nebulosus", + "langName": "안개층 구름", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "stratus_undulatus", + "langName": "웨이브스트라투스", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "stratocumulus_stratiformis", + "langName": "층적운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "stratocumulus_cumulogentis", + "langName": "적란운 층적운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "stratocumulus_castellanus", + "langName": "성벽 모양의 적운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "stratocumulus_lenticularis", + "langName": "렌즈형 적운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "stratocumulus_lacunosus", + "langName": "솜털모양 층적운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "cumulus_humilis", + "langName": "적운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "cumulus_mediocris", + "langName": "중적운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "cumulus_congestus", + "langName": "적운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "cumulus_fractus", + "langName": "적운", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "cumulonimbus_calvus", + "langName": "적란운 대머리", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "cumulonimbus_capillatus", + "langName": "적란운 갈기", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "cumulonimbus_incus", + "langName": "적란운 모루", + "object": "환경", + "attribute": "구름" + }, + { + "displayName": "outdoors", + "langName": "집 밖의", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "castle", + "langName": "성", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "cyberpunk city", + "langName": "사이버펑크 도시", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "Bustling city", + "langName": "번화한 도시", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "neon lights", + "langName": "네온 불빛", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "street lamp", + "langName": "가로등", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "skyscraper", + "langName": "마천루", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "building", + "langName": "건축학", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "gothic architecture", + "langName": "고딕 건축", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "chinese style architecture", + "langName": "고대 스타일의 건축", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "Industrial wind, Chinese architecture", + "langName": "산업화된 고대 건물", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "church", + "langName": "교회", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "cathedral", + "langName": "성당", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "mosque", + "langName": "사원", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "torii", + "langName": "토리이", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "gohei", + "langName": "신사", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "temple", + "langName": "절", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "ruins", + "langName": "유적", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "remains", + "langName": "난파", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "fountain", + "langName": "분수", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "park", + "langName": "정원", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "treehouse", + "langName": "나무 위의 집", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "botanical garden", + "langName": "식물원", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "grave", + "langName": "무덤", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "graveyard", + "langName": "묘지", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "tombstone", + "langName": "묘비", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "monolith", + "langName": "거대한 돌 물체", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "rappelling", + "langName": "레벨링 (매달기)", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "harbor", + "langName": "포트", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "bridge", + "langName": "다리", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "railroad tracks", + "langName": "레일", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "railroad", + "langName": "철도", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "railway", + "langName": "철도", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "train station", + "langName": "기차역", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "bus stop", + "langName": "버스 정류장", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "phone booth", + "langName": "전화 부스", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "tunnel", + "langName": "터널", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "airport", + "langName": "공항", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "ferris wheel", + "langName": "관람차", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "carousel", + "langName": "회전목마", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "waterpark", + "langName": "워터파크", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "stadium", + "langName": "경기장", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "arena", + "langName": "투기장", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "Auditorium", + "langName": "홀", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "concert", + "langName": "콘서트", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "market stall", + "langName": "시장 가판대", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "shop", + "langName": "가게", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "restaurant", + "langName": "식당", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "bakery", + "langName": "빵집", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "convenience store", + "langName": "편의점", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "supermarket", + "langName": "슈퍼마켓", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "pharmacy", + "langName": "약국", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "bar", + "langName": "술집", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "izakaya", + "langName": "이자카야", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "cafe", + "langName": "카페", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "coffee house", + "langName": "카페", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "Trapeze", + "langName": "행거; 스윙", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "bowling alley", + "langName": "볼링장", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "gym", + "langName": "체육관", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "library", + "langName": "도서관", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "art gallery", + "langName": "미술관", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "museum", + "langName": "박물관", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "planetarium", + "langName": "별자리 투영기", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "swimming pool", + "langName": "수영장", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "zoo", + "langName": "동물원", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "aquarium", + "langName": "수족관", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "laboratory", + "langName": "실혐실", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "prison", + "langName": "감옥", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "engine room", + "langName": "엔진실", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "warehouse", + "langName": "창고", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "workshop", + "langName": "작업장", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "courtroom", + "langName": "법원", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "theater", + "langName": "극장", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "movie theater", + "langName": "영화", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "billiard", + "langName": "당구대", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "casino", + "langName": "카지노", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "playground", + "langName": "운동장", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "greco-roman architectur", + "langName": "서로마 건축", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "in the romanesque architecture streets", + "langName": "로마의 거리", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "handrail", + "langName": "난간", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "shanty town/slum", + "langName": "빈민굴", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "modern,Europe", + "langName": "현대 유럽 건축", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "building_ruins", + "langName": "건물 폐허", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "amusement_park", + "langName": "유원지", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "Disney_land", + "langName": "디즈니랜드", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "wrestling_ring", + "langName": "레슬링 링", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "Japanese_hotel", + "langName": "일본 호텔", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "jail_bars", + "langName": "감옥 바", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "in_the_movie_theatre", + "langName": "영화관에서", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "architecture", + "langName": "건축학", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "magnificent_architecture", + "langName": "건축학", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "east_asian_architecture", + "langName": "동아시아 건축", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "chinese_style_loft", + "langName": "중국식 로프트", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "traditional_chinese_room", + "langName": "전통 중국식 객실", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "turret", + "langName": "탑", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "tower", + "langName": "탑", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "at the lighthouse", + "langName": "등대", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "reservoir", + "langName": "저수지", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "under_bridge", + "langName": "다리 아래", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "rubble_ruins", + "langName": "잔해 | 폐허", + "object": "환경", + "attribute": "집 밖의" + }, + { + "displayName": "city", + "langName": "도시", + "object": "환경", + "attribute": "도시" + }, + { + "displayName": "downtown", + "langName": "시내 중심가", + "object": "환경", + "attribute": "도시" + }, + { + "displayName": "cityscape", + "langName": "도시 풍경", + "object": "환경", + "attribute": "도시" + }, + { + "displayName": "in_main_street", + "langName": "수단", + "object": "환경", + "attribute": "도시" + }, + { + "displayName": "Intersection", + "langName": "교차로", + "object": "환경", + "attribute": "도시" + }, + { + "displayName": "street", + "langName": "거리", + "object": "환경", + "attribute": "도시" + }, + { + "displayName": "avenue", + "langName": "큰길", + "object": "환경", + "attribute": "도시" + }, + { + "displayName": "alley", + "langName": "골목", + "object": "환경", + "attribute": "도시" + }, + { + "displayName": "crowd", + "langName": "군중", + "object": "환경", + "attribute": "도시" + }, + { + "displayName": "road", + "langName": "도로", + "object": "환경", + "attribute": "도시" + }, + { + "displayName": "path", + "langName": "길", + "object": "환경", + "attribute": "도시" + }, + { + "displayName": "pavement", + "langName": "포장", + "object": "환경", + "attribute": "도시" + }, + { + "displayName": "road_sign", + "langName": "도로 표지판", + "object": "환경", + "attribute": "도시" + }, + { + "displayName": "traffic_cone", + "langName": "로드블록", + "object": "환경", + "attribute": "도시" + }, + { + "displayName": "lamppost", + "langName": "가로등", + "object": "환경", + "attribute": "도시" + }, + { + "displayName": "fence", + "langName": "울타리", + "object": "환경", + "attribute": "도시" + }, + { + "displayName": "railing", + "langName": "난간", + "object": "환경", + "attribute": "도시" + }, + { + "displayName": "bench", + "langName": "벤치", + "object": "환경", + "attribute": "도시" + }, + { + "displayName": "lawn", + "langName": "잔디", + "object": "환경", + "attribute": "도시" + }, + { + "displayName": "vending_machine", + "langName": "자판기", + "object": "환경", + "attribute": "도시" + }, + { + "displayName": "indoor", + "langName": "실내", + "object": "환경", + "attribute": "실내" + }, + { + "displayName": "bedroom", + "langName": "침실", + "object": "환경", + "attribute": "실내" + }, + { + "displayName": "classroom", + "langName": "교실", + "object": "환경", + "attribute": "실내" + }, + { + "displayName": "clubroom", + "langName": "클럽", + "object": "환경", + "attribute": "실내" + }, + { + "displayName": "dark nightclub background", + "langName": "어두운 나이트클럽 배경", + "object": "환경", + "attribute": "실내" + }, + { + "displayName": "dormitory", + "langName": "기숙사", + "object": "환경", + "attribute": "실내" + }, + { + "displayName": "cafeteria", + "langName": "카페테리아", + "object": "환경", + "attribute": "실내" + }, + { + "displayName": "kitchen", + "langName": "주방", + "object": "환경", + "attribute": "실내" + }, + { + "displayName": "toilet stall", + "langName": "화장실 칸막이", + "object": "환경", + "attribute": "실내" + }, + { + "displayName": "infirmary", + "langName": "병실", + "object": "환경", + "attribute": "실내" + }, + { + "displayName": "art room", + "langName": "미술실", + "object": "환경", + "attribute": "실내" + }, + { + "displayName": "greenhouse", + "langName": "온실", + "object": "환경", + "attribute": "실내" + }, + { + "displayName": "basement", + "langName": "최하부", + "object": "환경", + "attribute": "실내" + }, + { + "displayName": "server room", + "langName": "서버 룸", + "object": "환경", + "attribute": "실내" + }, + { + "displayName": "electrical room", + "langName": "유통실", + "object": "환경", + "attribute": "실내" + }, + { + "displayName": "dungeon", + "langName": "최하부", + "object": "환경", + "attribute": "실내" + }, + { + "displayName": "otaku room", + "langName": "오타쿠 룸", + "object": "환경", + "attribute": "실내" + }, + { + "displayName": "stage", + "langName": "단계", + "object": "환경", + "attribute": "실내" + }, + { + "displayName": "bathing", + "langName": "화장실", + "object": "환경", + "attribute": "실내" + }, + { + "displayName": "stairs", + "langName": "계단", + "object": "환경", + "attribute": "실내" + }, + { + "displayName": "palace", + "langName": "궁전", + "object": "환경", + "attribute": "실내" + }, + { + "displayName": "bed", + "langName": "침대", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "wardrobe", + "langName": "옷장", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "desk lamp", + "langName": "책상 램프", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "couch", + "langName": "소파", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "tatami", + "langName": "다다미", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "kotatsu", + "langName": "코타츠", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "fireplace", + "langName": "난로", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "table", + "langName": "테이블", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "school_desk", + "langName": "책상", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "chair", + "langName": "의자", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "armchair", + "langName": "안락의자", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "lounge_chair", + "langName": "라운지 의자", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "beach_chair", + "langName": "해변의자", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "folding_chair", + "langName": "접는 의자", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "office_chair", + "langName": "사무실 의자", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "wheelchair", + "langName": "바퀴 달린 의자", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "invisible_chair", + "langName": "보이지 않는 의자", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "window_", + "langName": "창문", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "sash", + "langName": "허리띠", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "curtains", + "langName": "커튼", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "sliding_doors", + "langName": "슬라이딩 도어", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "door", + "langName": "문", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "clothes_rack", + "langName": "옷걸이", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "air_conditioner", + "langName": "에어컨", + "object": "환경", + "attribute": "가구" + }, + { + "displayName": "mattress", + "langName": "매트리스; 매트리스", + "object": "환경", + "attribute": "침구" + }, + { + "displayName": "bed_sheet", + "langName": "시트", + "object": "환경", + "attribute": "침구" + }, + { + "displayName": "futon", + "langName": "일본 매트리스", + "object": "환경", + "attribute": "침구" + }, + { + "displayName": "pillow", + "langName": "베개", + "object": "환경", + "attribute": "침구" + }, + { + "displayName": "cushion", + "langName": "쿠션", + "object": "환경", + "attribute": "침구" + }, + { + "displayName": "dumpling_Hug_Pillow", + "langName": "만두 베개", + "object": "환경", + "attribute": "침구" + }, + { + "displayName": "pillow_hug", + "langName": "베개", + "object": "환경", + "attribute": "침구" + }, + { + "displayName": "yes-no_pillow", + "langName": "예/아니요 베개", + "object": "환경", + "attribute": "침구" + }, + { + "displayName": "stuffed_animal", + "langName": "봉제인형", + "object": "환경", + "attribute": "침구" + }, + { + "displayName": "stuffed_bunny", + "langName": "토끼 인형", + "object": "환경", + "attribute": "침구" + }, + { + "displayName": "carpet", + "langName": "양탄자", + "object": "환경", + "attribute": "침구" + }, + { + "displayName": "bathroom", + "langName": "화장실", + "object": "환경", + "attribute": "화장실" + }, + { + "displayName": "shower_head", + "langName": "샤워헤드", + "object": "환경", + "attribute": "화장실" + }, + { + "displayName": "toilet", + "langName": "화장실", + "object": "환경", + "attribute": "화장실" + }, + { + "displayName": "squat_toilet", + "langName": "쪼그리고 앉는 변기", + "object": "환경", + "attribute": "화장실" + }, + { + "displayName": "soap", + "langName": "비누", + "object": "환경", + "attribute": "화장실" + }, + { + "displayName": "tiles", + "langName": "세라믹 타일", + "object": "환경", + "attribute": "화장실" + }, + { + "displayName": "rubber_duck", + "langName": "고무 오리", + "object": "환경", + "attribute": "화장실" + }, + { + "displayName": "bathtub,", + "langName": "통", + "object": "환경", + "attribute": "화장실" + }, + { + "displayName": "new year", + "langName": "새해", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "year of the rabbit", + "langName": "토끼의 해", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "valentine", + "langName": "발렌타인 데이", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "lantern festival", + "langName": "등불 축제", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "summer festival", + "langName": "여름 축제", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "tanabata", + "langName": "칠석절", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "mid-autumn festival", + "langName": "중추절", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "halloween", + "langName": "할로윈", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "christmas", + "langName": "크리스마스", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "fireworks", + "langName": "불꽃", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "explosion", + "langName": "터지다", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "water vapor", + "langName": "증기", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "liquid background, Sputtered water", + "langName": "액체 배경", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "in the ocean", + "langName": "바다의 일몰", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "magic circles", + "langName": "마법의 반지", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "fluorescent mushroom forests background", + "langName": "형광버섯 숲", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "(((colorful bubble)))", + "langName": "다채로운 거품", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "golden hour lighting", + "langName": "황금시간 조명", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "strong rim light", + "langName": "강한 림 라이트", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "against backlight at dusk", + "langName": "태양을 등지고 저녁", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "intense shadows", + "langName": "강한 그림자", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "ceiling window", + "langName": "바닥부터 천장까지 닿는 창문", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "colourful glass", + "langName": "스테인드 글라스", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "stain glass", + "langName": "스테인드 글라스", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "Graffiti wall", + "langName": "그래피티 벽", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "mosaic background", + "langName": "모자이크 배경", + "object": "환경", + "attribute": "대기" + }, + { + "displayName": "notebook", + "langName": "공책", + "object": "물건", + "attribute": "학용품" + }, + { + "displayName": "pencil", + "langName": "연필", + "object": "물건", + "attribute": "학용품" + }, + { + "displayName": "paintbrush", + "langName": "브러시", + "object": "물건", + "attribute": "학용품" + }, + { + "displayName": "book", + "langName": "책", + "object": "물건", + "attribute": "학용품" + }, + { + "displayName": "open_book", + "langName": "열린 책", + "object": "물건", + "attribute": "학용품" + }, + { + "displayName": "book_stack", + "langName": "책더미", + "object": "물건", + "attribute": "학용품" + }, + { + "displayName": "bookshelf", + "langName": "책꽂이", + "object": "물건", + "attribute": "학용품" + }, + { + "displayName": "school_bag", + "langName": "가방 (핸드백)", + "object": "물건", + "attribute": "학용품" + }, + { + "displayName": "backpack", + "langName": "배낭", + "object": "물건", + "attribute": "학용품" + }, + { + "displayName": "computer", + "langName": "컴퓨터", + "object": "물건", + "attribute": "디지털 장비" + }, + { + "displayName": "mouse", + "langName": "생쥐", + "object": "물건", + "attribute": "디지털 장비" + }, + { + "displayName": "cellphone", + "langName": "휴대전화", + "object": "물건", + "attribute": "디지털 장비" + }, + { + "displayName": "Smartphones", + "langName": "스마트폰", + "object": "물건", + "attribute": "디지털 장비" + }, + { + "displayName": "nintendo_switch", + "langName": "닌텐도 스위치", + "object": "물건", + "attribute": "디지털 장비" + }, + { + "displayName": "handheld_game_console", + "langName": "핸드헬드 게임 콘솔", + "object": "물건", + "attribute": "디지털 장비" + }, + { + "displayName": "nintendo_3ds", + "langName": "닌텐도 3ds", + "object": "물건", + "attribute": "디지털 장비" + }, + { + "displayName": "nintendo_ds", + "langName": "닌텐도 DS", + "object": "물건", + "attribute": "디지털 장비" + }, + { + "displayName": "cable", + "langName": "케이블", + "object": "물건", + "attribute": "디지털 장비" + }, + { + "displayName": "power_lines", + "langName": "전원 코드", + "object": "물건", + "attribute": "디지털 장비" + }, + { + "displayName": "buttons", + "langName": "단추", + "object": "물건", + "attribute": "디지털 장비" + }, + { + "displayName": "fork", + "langName": "포크", + "object": "물건", + "attribute": "식기류" + }, + { + "displayName": "spoon", + "langName": "숟가락", + "object": "물건", + "attribute": "식기류" + }, + { + "displayName": "chopsticks", + "langName": "젓가락", + "object": "물건", + "attribute": "식기류" + }, + { + "displayName": "ladle", + "langName": "국자", + "object": "물건", + "attribute": "식기류" + }, + { + "displayName": "plate", + "langName": "그릇", + "object": "물건", + "attribute": "식기류" + }, + { + "displayName": "bowl", + "langName": "그릇", + "object": "물건", + "attribute": "식기류" + }, + { + "displayName": "cup", + "langName": "컵", + "object": "물건", + "attribute": "식기류" + }, + { + "displayName": "drinking_glass", + "langName": "물컵", + "object": "물건", + "attribute": "식기류" + }, + { + "displayName": "tumbler", + "langName": "일반 유리", + "object": "물건", + "attribute": "식기류" + }, + { + "displayName": "beer_mug", + "langName": "맥주잔", + "object": "물건", + "attribute": "식기류" + }, + { + "displayName": "pot", + "langName": "냄비", + "object": "물건", + "attribute": "식기류" + }, + { + "displayName": "teapot", + "langName": "찻주전자", + "object": "물건", + "attribute": "식기류" + }, + { + "displayName": "tray", + "langName": "쟁반", + "object": "물건", + "attribute": "식기류" + }, + { + "displayName": "soda_can", + "langName": "캔 음료", + "object": "물건", + "attribute": "식기류" + }, + { + "displayName": "can", + "langName": "항아리", + "object": "물건", + "attribute": "식기류" + }, + { + "displayName": "candle", + "langName": "양초", + "object": "물건", + "attribute": "식기류" + }, + { + "displayName": "gift_box", + "langName": "선물 상자", + "object": "물건", + "attribute": "식기류" + }, + { + "displayName": "heart-shaped_box", + "langName": "하트모양 선물상자", + "object": "물건", + "attribute": "식기류" + }, + { + "displayName": "music", + "langName": "음악", + "object": "물건", + "attribute": "악기" + }, + { + "displayName": "guitar", + "langName": "기타", + "object": "물건", + "attribute": "악기" + }, + { + "displayName": "piano", + "langName": "피아노", + "object": "물건", + "attribute": "악기" + }, + { + "displayName": "cello", + "langName": "첼로", + "object": "물건", + "attribute": "악기" + }, + { + "displayName": "playing_instrument", + "langName": "악기를 연주하다", + "object": "물건", + "attribute": "악기" + }, + { + "displayName": "wind_chime", + "langName": "매단 장식물", + "object": "물건", + "attribute": "악기" + }, + { + "displayName": "Accordion", + "langName": "아코디언", + "object": "물건", + "attribute": "악기" + }, + { + "displayName": "Saxophone", + "langName": "색소폰", + "object": "물건", + "attribute": "악기" + }, + { + "displayName": "umbrella", + "langName": "우산", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "transparent_umbrella", + "langName": "투명 우산", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "closed_umbrella", + "langName": "닫힌 우산", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "oil-paper_umbrella", + "langName": "기름종이우산", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "Parasol", + "langName": "파라솔", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "folding_fan", + "langName": "접는 부채", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "paper_fan", + "langName": "종이 부채", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "uchiwa", + "langName": "단선", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "camera", + "langName": "카메라", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "lantern/lamp", + "langName": "칸델라", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "basket", + "langName": "바구니", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "bucket", + "langName": "버킷", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "pail", + "langName": "버킷", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "water_bottle", + "langName": "물병", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "lotion", + "langName": "선크림 | 바디로션", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "lotion_bottle", + "langName": "로션병", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "key", + "langName": "열쇠", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "coin", + "langName": "동전", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "money", + "langName": "돈", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "trading_card", + "langName": "트레이딩 카드", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "playing_card", + "langName": "카드 놀이", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "chess_piece", + "langName": "조각", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "ofuda", + "langName": "부적", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "wand", + "langName": "마법의 지팡이", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "magic", + "langName": "마법", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "riding_crop", + "langName": "라이딩 채찍", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "whip", + "langName": "채찍", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "microphone", + "langName": "마이크로폰", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "sack", + "langName": "해고", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "scales", + "langName": "저울", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "trophy", + "langName": "트로피", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "molecule", + "langName": "분자", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "diamond_(shape)", + "langName": "다이아몬드 (모양)", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "chibi_inset", + "langName": "치비 일러스트", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "damaged", + "langName": "손상", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "gourd", + "langName": "박", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "mimikaki", + "langName": "귀이개", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "hammer", + "langName": "망치", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "inlet", + "langName": "입구", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "stubble", + "langName": "그루터기", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "Cassette", + "langName": "테이프 카세트", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "Lever", + "langName": "레버, 레버", + "object": "물건", + "attribute": "기타 항목" + }, + { + "displayName": "weapon", + "langName": "무기", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "huge_weapon", + "langName": "대형 무기", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "planted_weapon", + "langName": "땅에 삽입된 무기", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "broken_weapon", + "langName": "부러진 무기", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "weapon_on_back", + "langName": "등에 무기", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "weapon_over_shoulder", + "langName": "어깨 무기", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "sword", + "langName": "칼", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "planted_sword", + "langName": "스탠딩 소드", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "scabbard", + "langName": "집", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "katana", + "langName": "카타나", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "saber_(weapon)", + "langName": "세이버 (무기)", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "dagger", + "langName": "단검", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "axe", + "langName": "도끼", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "hatchet", + "langName": "자귀", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "stake", + "langName": "막대", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "lance", + "langName": "창", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "trident", + "langName": "삼지창", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "bow_(weapon)", + "langName": "절하다", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "arrow", + "langName": "화살", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "scythe", + "langName": "낫", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "claw_(weapon)", + "langName": "발톱 (무기)", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "nose_hatchet", + "langName": "자귀", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "gun", + "langName": "총", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "handgun", + "langName": "권총", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "thompson_submachine_gun", + "langName": "톰슨 기관단총", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "magazine_(weapon)", + "langName": "잡지 (무기)", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "dynamite", + "langName": "글리세린 다이너마이트", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "bomb", + "langName": "폭탄", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "track missiles", + "langName": "추적 미사일", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "cannon", + "langName": "대포", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "tank", + "langName": "탱크", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "military_vehicle", + "langName": "군용 차량", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "motorcycle", + "langName": "오토바이", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "car", + "langName": "자동차", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "watercraft", + "langName": "배", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "ship", + "langName": "배", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "machine", + "langName": "기계적", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "machinery", + "langName": "기계팔", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "mechanical_arms", + "langName": "로봇팔", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "mechanization", + "langName": "기계화", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "robot_joints", + "langName": "기계적 조인트", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "variable_fighter", + "langName": "마크로스 머신", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "sorcerer's_sutra_scroll", + "langName": "마귀경", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "scissors", + "langName": "가위", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "rifle,", + "langName": "소총", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "complex Trajectory", + "langName": "트레일 테일링", + "object": "물건", + "attribute": "무기" + }, + { + "displayName": "food", + "langName": "음식", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "makizushi", + "langName": "노리롤 초밥", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "onigiri", + "langName": "주먹밥", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "obento", + "langName": "편리한", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "ramen", + "langName": "손으로 뽑은 국수", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "noodles", + "langName": "누들", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "tempura", + "langName": "튀김", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "wagashi", + "langName": "일본 과자", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "dango", + "langName": "만두", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "taiyaki", + "langName": "타이야키", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "sweet_potato", + "langName": "고구마", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "cake", + "langName": "케이크", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "pancake", + "langName": "머핀", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "sweets", + "langName": "사탕", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "candy", + "langName": "사탕", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "candy_apple", + "langName": "사탕 사과", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "candy_cane", + "langName": "사탕 과자", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "cookie", + "langName": "비스킷", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "cream", + "langName": "크림", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "ice_cream", + "langName": "아이스크림", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "doughnut", + "langName": "도넛", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "pasties", + "langName": "파이", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "sundae", + "langName": "선데이", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "burger", + "langName": "햄버거", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "egg", + "langName": "계란", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "meat", + "langName": "고기", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "fruit", + "langName": "과일", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "apple", + "langName": "사과", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "peach", + "langName": "복숭아", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "aubergine", + "langName": "가지", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "carrot", + "langName": "당근", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "chips", + "langName": "감자칩", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "potato_chips", + "langName": "감자칩", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "telstar", + "langName": "텔스타 축구", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "jam", + "langName": "잼", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "pocky", + "langName": "포키", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "food_stand", + "langName": "음식 노점", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "food_in_mouth", + "langName": "입안의 음식", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "food_on_body", + "langName": "몸에 있는 음식", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "food_print", + "langName": "음식 인쇄물", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "in_food", + "langName": "(음식 속의) 캐릭터", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "coffee", + "langName": "커피", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "tea", + "langName": "차", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "teacup", + "langName": "컵", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "sake", + "langName": "일본 사케", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "wine", + "langName": "와인", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "drink", + "langName": "음료수", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "bottled_water", + "langName": "생수", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "A_sushi_roll", + "langName": "초밥 롤", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "cigarette", + "langName": "담배", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "cotton_candy_", + "langName": "마시멜로", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "Gelatin", + "langName": "젤라틴, 푸딩", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "kafuu_chino", + "langName": "카부치노", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "food_on_", + "langName": "얼굴에 음식", + "object": "물건", + "attribute": "음식" + }, + { + "displayName": "mammal", + "langName": "포유류", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "reptile", + "langName": "비열한", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "bird", + "langName": "새", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "crow", + "langName": "까마귀", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "penguin", + "langName": "펭귄", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "chick", + "langName": "병아리", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "dragonfly", + "langName": "잠자리", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "whale", + "langName": "고래", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "cat", + "langName": "고양이", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "dog", + "langName": "개", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "fox", + "langName": "여우", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "bunny", + "langName": "토끼", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "snow_bunny", + "langName": "스노슈 토끼", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "wolf", + "langName": "늑대", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "horse", + "langName": "말", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "cow", + "langName": "황소", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "tiger", + "langName": "호랑이", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "bear", + "langName": "곰", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "panda", + "langName": "팬더", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "teddy_bear", + "langName": "장난감 곰", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "hamster", + "langName": "햄스터", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "squirrel", + "langName": "다람쥐", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "snake", + "langName": "뱀", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "dragon", + "langName": "용", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "eastern_dragon", + "langName": "동양의 용", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "loong", + "langName": "중국 용", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "slime", + "langName": "더러운 것", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "bat", + "langName": "박쥐", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "shell", + "langName": "껍데기", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "cat_teaser", + "langName": "웃긴 고양이", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "dog_tags", + "langName": "개인 식별표", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "wriggle_nightbug", + "langName": "기어다니는 밤벌레", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "manjuu_(azur_lane)", + "langName": "꽤 지저귐", + "object": "물건", + "attribute": "동물" + }, + { + "displayName": "plant", + "langName": "식물", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "flower", + "langName": "꽃", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "flower_bloom", + "langName": "꽃이 핀다", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "bouquet", + "langName": "꽃다발", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "vase", + "langName": "꽃병", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "orchid", + "langName": "난초", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "lily", + "langName": "백합", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "rose", + "langName": "장미", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "spider_lily", + "langName": "저편의 꽃", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "hibiscus", + "langName": "히비스커스 꽃", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "hydrangea", + "langName": "수국", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "cherry_blossoms", + "langName": "벚꽃", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "plum_blossom", + "langName": "자두 보섬", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "wisteria", + "langName": "등나무", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "lotus", + "langName": "로터스", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "narcissu", + "langName": "수선화", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "chrysanthemum", + "langName": "국화", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "entangled_plants", + "langName": "엉킨 식물", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "tree", + "langName": "나무", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "pine_tree", + "langName": "소나무", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "palm_tree", + "langName": "야자수", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "maple_tree", + "langName": "단풍나무", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "branch", + "langName": "가지", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "maple_leaf", + "langName": "단풍잎", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "christmas_tree", + "langName": "크리스마스 트리", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "pumpkin", + "langName": "호박", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "jack-o'-lantern", + "langName": "호박등불", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "spring_onion", + "langName": "파", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "bamboo", + "langName": "대나무", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "bush", + "langName": "관목", + "object": "물건", + "attribute": "식물" + }, + { + "displayName": "Sunlight", + "langName": "햇빛", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "Natural Lighting", + "langName": "자연 조명", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "Artificial Lighting", + "langName": "인공 조명", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "Studio Lighting", + "langName": "스튜디오 조명", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "Volumetric Lighting", + "langName": "체적 조명", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "volumetric Light", + "langName": "체적 조명", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "Volumetric", + "langName": "체적", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "Frontlight", + "langName": "탑라이트", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "Halfrear Lighting", + "langName": "반쪽 측면 백라이트", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "Backlight", + "langName": "백라이트", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "Rim Lighting", + "langName": "림 라이트", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "Floodlight", + "langName": "투광 조명", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "LED light", + "langName": "LED 조명", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "Spotlight", + "langName": "스포트라이트", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "Marquee", + "langName": "큰 천막", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "Strobe", + "langName": "플래시", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "Strobe Light", + "langName": "플래시라이트", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "Stroboscope", + "langName": "스트로브 조명", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "bright", + "langName": "밝은", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "Ultrabright", + "langName": "매우 밝다", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "Electromagnetic Spectrum", + "langName": "전자기파 스펙트럼", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "Infrared", + "langName": "적외선", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "Ultraviolet", + "langName": "자외선", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "UV", + "langName": "자외선", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "X-Ray", + "langName": "엑스레이", + "object": "빛과 그림자 효과", + "attribute": "빛의 소스" + }, + { + "displayName": "Cinematic Lighting", + "langName": "영화 조명", + "object": "빛과 그림자 효과", + "attribute": "조명 효과" + }, + { + "displayName": "moody lighting", + "langName": "주변 조명", + "object": "빛과 그림자 효과", + "attribute": "조명 효과" + }, + { + "displayName": "Tyndall effect", + "langName": "틴들 효과", + "object": "빛과 그림자 효과", + "attribute": "조명 효과" + }, + { + "displayName": "light leaks", + "langName": "빛 누출 효과", + "object": "빛과 그림자 효과", + "attribute": "조명 효과" + }, + { + "displayName": "glowing neon lights", + "langName": "네온 불빛", + "object": "빛과 그림자 효과", + "attribute": "조명 효과" + }, + { + "displayName": "Rays of Shimmering Light", + "langName": "깜빡이는 빛", + "object": "빛과 그림자 효과", + "attribute": "조명 효과" + }, + { + "displayName": "Crepuscular Rays", + "langName": "희미한 빛", + "object": "빛과 그림자 효과", + "attribute": "조명 효과" + }, + { + "displayName": "Crackle Tube", + "langName": "스파크 튜브", + "object": "빛과 그림자 효과", + "attribute": "조명 효과" + }, + { + "displayName": "Tesla Coil", + "langName": "테슬라 코일", + "object": "빛과 그림자 효과", + "attribute": "조명 효과" + }, + { + "displayName": "Plasma Globe", + "langName": "플라스마 볼", + "object": "빛과 그림자 효과", + "attribute": "조명 효과" + }, + { + "displayName": "Glow Stick", + "langName": "형광봉", + "object": "빛과 그림자 효과", + "attribute": "조명 효과" + }, + { + "displayName": "Neon Lamp", + "langName": "네온 불빛", + "object": "빛과 그림자 효과", + "attribute": "조명 효과" + }, + { + "displayName": "lens flare", + "langName": "렌즈 플레어 (백라이팅)", + "object": "빛과 그림자 효과", + "attribute": "조명 효과" + }, + { + "displayName": "Contre-Jour", + "langName": "그날에 대하여", + "object": "빛과 그림자 효과", + "attribute": "조명 효과" + }, + { + "displayName": "Rembrandt Lighting", + "langName": "렘브란트 조명", + "object": "빛과 그림자 효과", + "attribute": "조명 효과" + }, + { + "displayName": "Split Lighting", + "langName": "스플릿 조명", + "object": "빛과 그림자 효과", + "attribute": "조명 효과" + }, + { + "displayName": "Beautiful Lighting", + "langName": "아름다운 조명", + "object": "빛과 그림자 효과", + "attribute": "조명 효과" + }, + { + "displayName": "Accent Lighting", + "langName": "악센트 조명", + "object": "빛과 그림자 효과", + "attribute": "조명 효과" + }, + { + "displayName": "Global Illumination", + "langName": "글로벌 조명", + "object": "빛과 그림자 효과", + "attribute": "조명 효과" + }, + { + "displayName": "Lumen Global Illumination", + "langName": "루멘 전역 조명", + "object": "빛과 그림자 효과", + "attribute": "조명 효과" + }, + { + "displayName": "Screen Space Global Illumination", + "langName": "스크린 공간 전역 조명", + "object": "빛과 그림자 효과", + "attribute": "조명 효과" + }, + { + "displayName": "Ray Tracing Global Illumination", + "langName": "레이 트레이싱 글로벌 조명", + "object": "빛과 그림자 효과", + "attribute": "조명 효과" + }, + { + "displayName": "Incandescent", + "langName": "백열전구", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Fluorescent", + "langName": "형광등", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Fluorescent Lamp", + "langName": "형광등", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Halogen", + "langName": "할로겐", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Halogen Lamp", + "langName": "할로겐 램프", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Xenon Lamp", + "langName": "제논 램프", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Krypton Lamp", + "langName": "크립톤 가스 램프", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Argon Lamp", + "langName": "아르곤램프", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Helium Lamp", + "langName": "헬륨램프", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Edison Bulb", + "langName": "에디슨 전구", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Vacuum Tube Lamp", + "langName": "진공관 램프", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Nixie Tube", + "langName": "닉시 튜브", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Carbide Lamp", + "langName": "칼슘 카바이드 램프", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Argand Lamp", + "langName": "아르간 램프", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Diya Lamp", + "langName": "버터 램프", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Lantern", + "langName": "칸델라", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Schwarz Lantern", + "langName": "블랙 랜턴", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Nightlight", + "langName": "야간 조명", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Christmas Lights", + "langName": "크리스마스 조명", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Optical Fiber", + "langName": "광섬유", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Electroluminescent Wire", + "langName": "발광선", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Laser", + "langName": "원자 램프", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Flare", + "langName": "플레어", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "rim light", + "langName": "림 라이트", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "metallic luster", + "langName": "금속광택", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "background light", + "langName": "배경 조명", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "available light", + "langName": "자연광", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Electric Arc", + "langName": "호", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Soft Lighting", + "langName": "부드러운 빛", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "Hard Lighting", + "langName": "섬광", + "object": "빛과 그림자 효과", + "attribute": "빛" + }, + { + "displayName": "CRT", + "langName": "음극선관", + "object": "빛과 그림자 효과", + "attribute": "디스플레이 기술" + }, + { + "displayName": "LCD", + "langName": "LCD 디스플레이", + "object": "빛과 그림자 효과", + "attribute": "디스플레이 기술" + }, + { + "displayName": "LED", + "langName": "LED 디스플레이", + "object": "빛과 그림자 효과", + "attribute": "디스플레이 기술" + }, + { + "displayName": "OLED", + "langName": "OLED 디스플레이", + "object": "빛과 그림자 효과", + "attribute": "디스플레이 기술" + }, + { + "displayName": "AMOLED", + "langName": "AMOLED 디스플레이", + "object": "빛과 그림자 효과", + "attribute": "디스플레이 기술" + }, + { + "displayName": "7 Segment Display", + "langName": "7 세그먼트 디스플레이", + "object": "빛과 그림자 효과", + "attribute": "디스플레이 기술" + }, + { + "displayName": "Dot Matrix Display", + "langName": "도트 매트릭스 디스플레이", + "object": "빛과 그림자 효과", + "attribute": "디스플레이 기술" + }, + { + "displayName": "Electroluminescent Display", + "langName": "전기발광 디스플레이", + "object": "빛과 그림자 효과", + "attribute": "디스플레이 기술" + }, + { + "displayName": "Vacuum Fluorescent Display", + "langName": "진공형광디스플레이", + "object": "빛과 그림자 효과", + "attribute": "디스플레이 기술" + }, + { + "displayName": "Phosphor Display", + "langName": "형광 디스플레이", + "object": "빛과 그림자 효과", + "attribute": "디스플레이 기술" + }, + { + "displayName": "Plasma Display", + "langName": "플라스마 디스플레이", + "object": "빛과 그림자 효과", + "attribute": "디스플레이 기술" + }, + { + "displayName": "Quantum Dot", + "langName": "양자점", + "object": "빛과 그림자 효과", + "attribute": "디스플레이 기술" + }, + { + "displayName": "Quantum Dot Display", + "langName": "양자점 디스플레이", + "object": "빛과 그림자 효과", + "attribute": "디스플레이 기술" + }, + { + "displayName": "Optics", + "langName": "광학", + "object": "빛과 그림자 효과", + "attribute": "디스플레이 기술" + }, + { + "displayName": "Rough", + "langName": "거친", + "object": "빛과 그림자 효과", + "attribute": "반사/굴절" + }, + { + "displayName": "Matte", + "langName": "매트", + "object": "빛과 그림자 효과", + "attribute": "반사/굴절" + }, + { + "displayName": "Glossy", + "langName": "광택", + "object": "빛과 그림자 효과", + "attribute": "반사/굴절" + }, + { + "displayName": "smooth", + "langName": "매끄러운", + "object": "빛과 그림자 효과", + "attribute": "반사/굴절" + }, + { + "displayName": "Shiny", + "langName": "빛나는", + "object": "빛과 그림자 효과", + "attribute": "반사/굴절" + }, + { + "displayName": "Reflective", + "langName": "반사적", + "object": "빛과 그림자 효과", + "attribute": "반사/굴절" + }, + { + "displayName": "Polished", + "langName": "세련", + "object": "빛과 그림자 효과", + "attribute": "반사/굴절" + }, + { + "displayName": "Shadows", + "langName": "그림자", + "object": "빛과 그림자 효과", + "attribute": "반사/굴절" + }, + { + "displayName": "Shimmer", + "langName": "반짝임", + "object": "빛과 그림자 효과", + "attribute": "반사/굴절" + }, + { + "displayName": "Shimmering", + "langName": "반짝반짝 빛나는", + "object": "빛과 그림자 효과", + "attribute": "반사/굴절" + }, + { + "displayName": "Caustics", + "langName": "부식성 물질", + "object": "빛과 그림자 효과", + "attribute": "반사/굴절" + }, + { + "displayName": "Refractive", + "langName": "굴절", + "object": "빛과 그림자 효과", + "attribute": "반사/굴절" + }, + { + "displayName": "reflection light", + "langName": "빛 반사", + "object": "빛과 그림자 효과", + "attribute": "반사/굴절" + }, + { + "displayName": "Ray Tracing Reflections", + "langName": "레이 트레이싱 반사", + "object": "빛과 그림자 효과", + "attribute": "반사/굴절" + }, + { + "displayName": "Lumen Reflections", + "langName": "루멘 반사", + "object": "빛과 그림자 효과", + "attribute": "반사/굴절" + }, + { + "displayName": "Screen Space Reflections", + "langName": "화면 공간 반사", + "object": "빛과 그림자 효과", + "attribute": "반사/굴절" + }, + { + "displayName": "ray tracing", + "langName": "레이 트레이싱", + "object": "빛과 그림자 효과", + "attribute": "반사/굴절" + }, + { + "displayName": "Ambient Occlusion", + "langName": "주변 폐색", + "object": "빛과 그림자 효과", + "attribute": "반사/굴절" + }, + { + "displayName": "Scattering", + "langName": "산란하다", + "object": "빛과 그림자 효과", + "attribute": "반사/굴절" + }, + { + "displayName": "Diffraction Grading", + "langName": "회절격자", + "object": "빛과 그림자 효과", + "attribute": "반사/굴절" + }, + { + "displayName": "RGB Displacement", + "langName": "RGB 이동", + "object": "빛과 그림자 효과", + "attribute": "반사/굴절" + }, + { + "displayName": "Glowing", + "langName": "불타는 듯한 빛깔", + "object": "빛과 그림자 효과", + "attribute": "불타는 듯한 빛깔" + }, + { + "displayName": "Glow-In-The-Dark", + "langName": "총명한", + "object": "빛과 그림자 효과", + "attribute": "불타는 듯한 빛깔" + }, + { + "displayName": "Bioluminescence", + "langName": "생물발광", + "object": "빛과 그림자 효과", + "attribute": "불타는 듯한 빛깔" + }, + { + "displayName": "Photoluminescence", + "langName": "광발광", + "object": "빛과 그림자 효과", + "attribute": "불타는 듯한 빛깔" + }, + { + "displayName": "Chemiluminescence", + "langName": "화학발광", + "object": "빛과 그림자 효과", + "attribute": "불타는 듯한 빛깔" + }, + { + "displayName": "Cathodoluminescence", + "langName": "음극선발광", + "object": "빛과 그림자 효과", + "attribute": "불타는 듯한 빛깔" + }, + { + "displayName": "Electroluminescence", + "langName": "전기발광", + "object": "빛과 그림자 효과", + "attribute": "불타는 듯한 빛깔" + }, + { + "displayName": "Radioluminescence", + "langName": "방사선 발광", + "object": "빛과 그림자 효과", + "attribute": "불타는 듯한 빛깔" + }, + { + "displayName": "Fluorescence", + "langName": "형광", + "object": "빛과 그림자 효과", + "attribute": "불타는 듯한 빛깔" + }, + { + "displayName": "Phosphorescence", + "langName": "인광", + "object": "빛과 그림자 효과", + "attribute": "불타는 듯한 빛깔" + }, + { + "displayName": "Thermoluminescence", + "langName": "열형광", + "object": "빛과 그림자 효과", + "attribute": "불타는 듯한 빛깔" + }, + { + "displayName": "Electrochemiluminescence", + "langName": "전기화학발광", + "object": "빛과 그림자 효과", + "attribute": "불타는 듯한 빛깔" + }, + { + "displayName": "Crystalloluminescence", + "langName": "크리스탈 글로우", + "object": "빛과 그림자 효과", + "attribute": "불타는 듯한 빛깔" + }, + { + "displayName": "Piezoluminescence", + "langName": "압전 발광", + "object": "빛과 그림자 효과", + "attribute": "불타는 듯한 빛깔" + }, + { + "displayName": "Triboluminescence", + "langName": "트라이볼루미네센스", + "object": "빛과 그림자 효과", + "attribute": "불타는 듯한 빛깔" + }, + { + "displayName": "Mechanoluminescence", + "langName": "기계적 발광", + "object": "빛과 그림자 효과", + "attribute": "불타는 듯한 빛깔" + }, + { + "displayName": "Lyoluminescence", + "langName": "광발광", + "object": "빛과 그림자 효과", + "attribute": "불타는 듯한 빛깔" + }, + { + "displayName": "Candoluminescence", + "langName": "촛불", + "object": "빛과 그림자 효과", + "attribute": "불타는 듯한 빛깔" + }, + { + "displayName": "Fractoluminescence", + "langName": "파편이 빛난다", + "object": "빛과 그림자 효과", + "attribute": "불타는 듯한 빛깔" + }, + { + "displayName": "Sonoluminescence", + "langName": "소노루미네선스", + "object": "빛과 그림자 효과", + "attribute": "불타는 듯한 빛깔" + }, + { + "displayName": "Translucidluminescence", + "langName": "반투명한 빛", + "object": "빛과 그림자 효과", + "attribute": "불타는 듯한 빛깔" + }, + { + "displayName": "Materiality", + "langName": "유형", + "object": "빛과 그림자 효과", + "attribute": "불타는 듯한 빛깔" + }, + { + "displayName": "black", + "langName": "검은색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "darkgray", + "langName": "진한 회색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "gray", + "langName": "회색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "lightslategray", + "langName": "밝은 슬레이트 회색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "slategray", + "langName": "회색 돌 색상", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "darkslategray", + "langName": "암록색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "lightgray", + "langName": "밝은 회색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "gainsboro", + "langName": "갱의 회색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "white", + "langName": "하얀색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "whitesmoke", + "langName": "하얀 연기색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "snow", + "langName": "백설 공주", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "ghostwhite", + "langName": "유령 흰색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "floralwhite", + "langName": "꽃 흰색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "linen", + "langName": "린넨 색상", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "antiquewhite", + "langName": "앤틱 화이트", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "oldlace", + "langName": "노시", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "ivory", + "langName": "상아", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "seashell", + "langName": "껍질 흰색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "mintcream", + "langName": "민트크림", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "honeydew", + "langName": "꿀색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "azure", + "langName": "하늘빛", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "aliceblue", + "langName": "앨리스 블루", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "lavender", + "langName": "라벤더색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "lightsteelblue", + "langName": "라이트 스틸 블루", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "slateblue", + "langName": "스톤 블루", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "mediumslateblue", + "langName": "중간 슬레이트 블루", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "lightblue", + "langName": "연한 파란색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "powderblue", + "langName": "파우더 블루", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "skyblue", + "langName": "진한 하늘색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "cornflowerblue", + "langName": "콘플라워 블루", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "royalblue", + "langName": "로얄 블루", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "mediumblue", + "langName": "중간 파란색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "blue", + "langName": "파란색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "darkblue", + "langName": "진한 파란색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "navy", + "langName": "네이비 블루", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "midnightblue", + "langName": "미드나잇 블루", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "teal", + "langName": "진한 회색 파란색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "darkcyan", + "langName": "물오리", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "cadetblue", + "langName": "진한 청록색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "mediumturquoise", + "langName": "진한 청록색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "darkturquoise", + "langName": "연한 바다색 녹색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "turquoise", + "langName": "중간 청록색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "paleturquoise", + "langName": "연한 청록색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "aquamarine", + "langName": "터키 옥", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "lightcyan", + "langName": "파란색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "cyan", + "langName": "터키 옥", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "dodgerblue", + "langName": "파란색을 피하다", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "darkgreen", + "langName": "녹색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "green", + "langName": "숲의 녹색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "forestgreen", + "langName": "바다색 녹색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "seagreen", + "langName": "중하이 그린", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "mediumseagreen", + "langName": "중간 에메랄드 색상", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "mediumaquamarine", + "langName": "진한 바다색 녹색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "darkseagreen", + "langName": "터키 옥", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "lightseagreen", + "langName": "밀리터리 블루", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "springgreen", + "langName": "봄 중반의 녹색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "mediumspringgreen", + "langName": "잔디밭 녹색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "lightgreen", + "langName": "잔디 녹색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "palegreen", + "langName": "연두빛", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "lime", + "langName": "라임 그린", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "limegreen", + "langName": "올리브 브라운", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "lawngreen", + "langName": "샤르트르즈 그린", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "chartreuse", + "langName": "황록색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "greenyellow", + "langName": "라임 오렌지", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "yellowgreen", + "langName": "올리브 그린", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "darkolivegreen", + "langName": "올리브색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "olivedrab", + "langName": "올리브 브라운", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "olive", + "langName": "올리브색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "darkkhaki", + "langName": "진한 카키색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "khaki", + "langName": "카키색 옷감", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "palegoldenrod", + "langName": "밝은 황금빛 막대기", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "lightyellow", + "langName": "연한 노란색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "lightgoldenrodyellow", + "langName": "밝은 황금빛 노란색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "lemonchiffon", + "langName": "레몬실크 컬러", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "beige", + "langName": "베이지색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "cornsilk", + "langName": "옥수수색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "wheat", + "langName": "밀색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "burlywood", + "langName": "호박색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "gold", + "langName": "금", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "yellow", + "langName": "노란색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "darkorange", + "langName": "진한 주황색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "orange", + "langName": "오렌지색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "sandybrown", + "langName": "오렌지 브라운", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "peachpuff", + "langName": "복숭아 살색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "papayawhip", + "langName": "파파야색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "blanchedalmond", + "langName": "표백 아몬드", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "bisque", + "langName": "비스킷색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "moccasin", + "langName": "모카신 컬러", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "navajowhite", + "langName": "나바호 화이트", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "peru", + "langName": "페루색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "darkgoldenrod", + "langName": "다크 골든로드", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "goldenrod", + "langName": "황금국화", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "chocolate", + "langName": "초콜릿색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "saddlebrown", + "langName": "안장갈색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "sienna", + "langName": "노란색 흙빛 황토색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "rosybrown", + "langName": "로즈 브라운", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "darksalmon", + "langName": "진한 연어색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "salmon", + "langName": "연어 살색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "lightsalmon", + "langName": "밝은 연어색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "indianred", + "langName": "인도 레드", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "firebrick", + "langName": "내화벽돌색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "brown", + "langName": "갈색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "maroon", + "langName": "적갈색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "darkred", + "langName": "진한 빨간색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "red", + "langName": "빨간색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "orangered", + "langName": "오렌지 레드", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "tomato", + "langName": "토마토 레드", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "crimson", + "langName": "진한 분홍색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "coral", + "langName": "산호", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "lightpink", + "langName": "연한 분홍색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "pink", + "langName": "분홍색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "hotpink", + "langName": "핫 핑크", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "deeppink", + "langName": "진한 분홍색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "palevioletred", + "langName": "라일락 레드", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "mediumvioletred", + "langName": "중간 보라색 빨간색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "lavenderblush", + "langName": "라벤더", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "lightcoral", + "langName": "연한 산호색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "plum", + "langName": "자두색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "mediumorchid", + "langName": "중간 난초 보라색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "violet", + "langName": "보라", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "magenta", + "langName": "마젠타", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "fuchsia", + "langName": "보라색 빨간색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "darkmagenta", + "langName": "진한 자홍색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "purple", + "langName": "보라", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "darkorchid", + "langName": "진한 난초 보라색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "darkviolet", + "langName": "진한 보라색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "blueviolet", + "langName": "파란색 보라색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "mediumpurple", + "langName": "중간 보라색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "indigo", + "langName": "남빛", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "light_brown", + "langName": "연한 갈색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "dark_pink", + "langName": "진한 분홍색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "blonde", + "langName": "황금색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "silver", + "langName": "은", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "mistyrose", + "langName": "안개 장미", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "steelblue", + "langName": "스틸 블루", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "thistle", + "langName": "엉겅퀴색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "darkslateblue", + "langName": "진한 회색 파란색", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "Iridescent", + "langName": "색상 변경", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "Chromatic", + "langName": "화려한", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "Dispersion", + "langName": "분산 (다른 색깔의 빛이 분리되는 현상)", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "Prismatic", + "langName": "프리즘 효과", + "object": "색상 분위기", + "attribute": "색상" + }, + { + "displayName": "yellow color scheme", + "langName": "노란색 메인 컬러", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Warm Color Palette", + "langName": "난색", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Cool Color Palette", + "langName": "차가운 색상", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Colorful", + "langName": "화려한", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Spectral Color", + "langName": "스펙트럼 색상", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Inverted Colors", + "langName": "반전색", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Chroma", + "langName": "크로마", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Dichromatism", + "langName": "이색성", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Tetrachromacy", + "langName": "사색시각", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Saturated", + "langName": "포화", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Neon", + "langName": "네온", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Electric Colors", + "langName": "전자색", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Tonal Colors", + "langName": "색조 색상", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Vivid Colors", + "langName": "밝은 색상", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Complimentary-Colors", + "langName": "보색", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Split-Complementary-Colors", + "langName": "보색을 분할하다", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Supplementary-Colors", + "langName": "보색", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Analogous-Colors", + "langName": "비슷한 색상", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Triadic-Colors", + "langName": "삼색", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Tetradic-Colors", + "langName": "4 가지 색상 (직사각형 색상 매칭)", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Polychromatic-Colors", + "langName": "다색", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Light", + "langName": "밝은", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Dark", + "langName": "어두운", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Light Mode", + "langName": "라이트 모드", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Dark Mode", + "langName": "다크 모드", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Tones of Black", + "langName": "검은색 톤", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Tones of Black in Background", + "langName": "배경 검은색 톤", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Light Blue Background", + "langName": "연한 파란색 배경", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Light Blue Foreground", + "langName": "연한 파란색 전경", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "Light Blue", + "langName": "연한 파란색", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "nostalgia", + "langName": "향수의", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "High saturation", + "langName": "높은 채도", + "object": "색상 분위기", + "attribute": "색상 팔레트" + }, + { + "displayName": "monochrome", + "langName": "단색화", + "object": "색상 분위기", + "attribute": "모노크롬 팔레트" + }, + { + "displayName": "Black and White", + "langName": "흑백", + "object": "색상 분위기", + "attribute": "모노크롬 팔레트" + }, + { + "displayName": "Desaturated", + "langName": "불포화", + "object": "색상 분위기", + "attribute": "모노크롬 팔레트" + }, + { + "displayName": "Sepia", + "langName": "세피아 톤 (오래된 사진의 느낌을 모방하여 향수적이거나 복고적인 느낌을 줍니다)", + "object": "색상 분위기", + "attribute": "모노크롬 팔레트" + }, + { + "displayName": "flat_color", + "langName": "단색", + "object": "색상 분위기", + "attribute": "모노크롬 팔레트" + }, + { + "displayName": "spot_color", + "langName": "단색", + "object": "색상 분위기", + "attribute": "모노크롬 팔레트" + }, + { + "displayName": "halftone", + "langName": "반음", + "object": "색상 분위기", + "attribute": "모노크롬 팔레트" + }, + { + "displayName": "greyscale", + "langName": "그레이스케일", + "object": "색상 분위기", + "attribute": "모노크롬 팔레트" + }, + { + "displayName": "partially_colored", + "langName": "부분적 채색", + "object": "색상 분위기", + "attribute": "모노크롬 팔레트" + }, + { + "displayName": "contour_deepening", + "langName": "윤곽이 깊어지다", + "object": "색상 분위기", + "attribute": "모노크롬 팔레트" + }, + { + "displayName": "(lineart)", + "langName": "선이 두꺼워지다", + "object": "색상 분위기", + "attribute": "모노크롬 팔레트" + }, + { + "displayName": "outline", + "langName": "등고선", + "object": "색상 분위기", + "attribute": "모노크롬 팔레트" + }, + { + "displayName": "high_contrast", + "langName": "높은 대비", + "object": "색상 분위기", + "attribute": "차이" + }, + { + "displayName": "low_contrast", + "langName": "낮은 대비", + "object": "색상 분위기", + "attribute": "차이" + }, + { + "displayName": "RGB", + "langName": "빨간색 초록색 파란색", + "object": "색상 분위기", + "attribute": "모니터 색상 팔레트" + }, + { + "displayName": "CMYK", + "langName": "한국어:", + "object": "색상 분위기", + "attribute": "모니터 색상 팔레트" + }, + { + "displayName": "VGA", + "langName": "비디오", + "object": "색상 분위기", + "attribute": "모니터 색상 팔레트" + }, + { + "displayName": "EGA", + "langName": "에가", + "object": "색상 분위기", + "attribute": "모니터 색상 팔레트" + }, + { + "displayName": "CGA", + "langName": "CGGA(씨가)", + "object": "색상 분위기", + "attribute": "모니터 색상 팔레트" + }, + { + "displayName": "HDR", + "langName": "HDR", + "object": "색상 분위기", + "attribute": "모니터 색상 팔레트" + }, + { + "displayName": "Atari Graphics", + "langName": "아타리 그래픽", + "object": "색상 분위기", + "attribute": "모니터 색상 팔레트" + }, + { + "displayName": "IIGS Graphics", + "langName": "IIGS 그래픽", + "object": "색상 분위기", + "attribute": "모니터 색상 팔레트" + }, + { + "displayName": "Amiga OCS Graphics", + "langName": "아미가 OCS 그래픽", + "object": "색상 분위기", + "attribute": "모니터 색상 팔레트" + }, + { + "displayName": "sRGB", + "langName": "색상", + "object": "색상 분위기", + "attribute": "모니터 색상 팔레트" + }, + { + "displayName": "Adobe RGB", + "langName": "어도비 RGB", + "object": "색상 분위기", + "attribute": "모니터 색상 팔레트" + }, + { + "displayName": "DCI-P3", + "langName": "DCI-P3", + "object": "색상 분위기", + "attribute": "모니터 색상 팔레트" + }, + { + "displayName": "HSV", + "langName": "색조, 채도, 명도", + "object": "색상 분위기", + "attribute": "모니터 색상 팔레트" + }, + { + "displayName": "HSL", + "langName": "색조, 채도, 밝기", + "object": "색상 분위기", + "attribute": "모니터 색상 팔레트" + }, + { + "displayName": "HCL", + "langName": "색조, 채도, 조명", + "object": "색상 분위기", + "attribute": "모니터 색상 팔레트" + }, + { + "displayName": "YCbCr", + "langName": "아이크비", + "object": "색상 분위기", + "attribute": "모니터 색상 팔레트" + }, + { + "displayName": "YPbPr", + "langName": "와이씨야", + "object": "색상 분위기", + "attribute": "모니터 색상 팔레트" + }, + { + "displayName": "scRGB", + "langName": "흑백 RGB", + "object": "색상 분위기", + "attribute": "모니터 색상 팔레트" + }, + { + "displayName": "Coloroid", + "langName": "컬러로이드", + "object": "색상 분위기", + "attribute": "모니터 색상 팔레트" + }, + { + "displayName": "Pantone", + "langName": "팬톤", + "object": "색상 분위기", + "attribute": "모니터 색상 팔레트" + }, + { + "displayName": "ProPhoto RGB", + "langName": "프로포토 RGB", + "object": "색상 분위기", + "attribute": "모니터 색상 팔레트" + }, + { + "displayName": "1-bit", + "langName": "1 개 장소", + "object": "색상 분위기", + "attribute": "조금" + }, + { + "displayName": "2-bit", + "langName": "2 자리", + "object": "색상 분위기", + "attribute": "조금" + }, + { + "displayName": "3-bit", + "langName": "3 자리", + "object": "색상 분위기", + "attribute": "조금" + }, + { + "displayName": "4-bit", + "langName": "4 자리", + "object": "색상 분위기", + "attribute": "조금" + }, + { + "displayName": "6-bit", + "langName": "6 비트", + "object": "색상 분위기", + "attribute": "조금" + }, + { + "displayName": "8-bit", + "langName": "8 비트", + "object": "색상 분위기", + "attribute": "조금" + }, + { + "displayName": "12-bit", + "langName": "12 비트", + "object": "색상 분위기", + "attribute": "조금" + }, + { + "displayName": "16-bit", + "langName": "16 비트", + "object": "색상 분위기", + "attribute": "조금" + }, + { + "displayName": "4-bit RGB", + "langName": "4 비트 RGB", + "object": "색상 분위기", + "attribute": "조금" + }, + { + "displayName": "8-bit RGB", + "langName": "8 비트 RGB", + "object": "색상 분위기", + "attribute": "조금" + }, + { + "displayName": "12-bit RGB", + "langName": "12 비트 RGB", + "object": "색상 분위기", + "attribute": "조금" + }, + { + "displayName": "16-bit RGB", + "langName": "16 비트 RGB", + "object": "색상 분위기", + "attribute": "조금" + }, + { + "displayName": "Technicolor", + "langName": "기술 색상", + "object": "색상 분위기", + "attribute": "영화 제작" + }, + { + "displayName": "Kinemacolor", + "langName": "필름 컬러", + "object": "색상 분위기", + "attribute": "영화 제작" + }, + { + "displayName": "Kodachrome", + "langName": "코다크롬", + "object": "색상 분위기", + "attribute": "영화 제작" + }, + { + "displayName": "Cinecolor", + "langName": "영화색깔", + "object": "색상 분위기", + "attribute": "영화 제작" + }, + { + "displayName": "Agfacolor", + "langName": "아그파 컬러", + "object": "색상 분위기", + "attribute": "영화 제작" + }, + { + "displayName": "dynamic pose", + "langName": "다이나믹한 포즈 (활기찬)", + "object": "사진술", + "attribute": "관점" + }, + { + "displayName": "dynamic_angle", + "langName": "동적 각도", + "object": "사진술", + "attribute": "관점" + }, + { + "displayName": "from_above", + "langName": "위에서 촬영", + "object": "사진술", + "attribute": "관점" + }, + { + "displayName": "from_below", + "langName": "아래에서 촬영", + "object": "사진술", + "attribute": "관점" + }, + { + "displayName": "cinematic_angle", + "langName": "영화 각도", + "object": "사진술", + "attribute": "관점" + }, + { + "displayName": "dutch angle", + "langName": "기울기 각도", + "object": "사진술", + "attribute": "관점" + }, + { + "displayName": "foreshortening", + "langName": "관점", + "object": "사진술", + "attribute": "관점" + }, + { + "displayName": "fisheye", + "langName": "원거리 관점 그림", + "object": "사진술", + "attribute": "관점" + }, + { + "displayName": "camera level/Parallel angles", + "langName": "카메라 평행", + "object": "사진술", + "attribute": "관점" + }, + { + "displayName": "horizontal view angle", + "langName": "수평 시야각", + "object": "사진술", + "attribute": "관점" + }, + { + "displayName": "isometric view", + "langName": "아이소메트릭 뷰", + "object": "사진술", + "attribute": "관점" + }, + { + "displayName": "Aerial View", + "langName": "위에서 본 모습", + "object": "사진술", + "attribute": "관점" + }, + { + "displayName": "Top-View", + "langName": "위에서 본 모습", + "object": "사진술", + "attribute": "관점" + }, + { + "displayName": "Side-View", + "langName": "측면도", + "object": "사진술", + "attribute": "관점" + }, + { + "displayName": "Satellite-View", + "langName": "위성보기", + "object": "사진술", + "attribute": "관점" + }, + { + "displayName": "phone_screen", + "langName": "휴대전화 화면", + "object": "사진술", + "attribute": "구성" + }, + { + "displayName": "multiple_views", + "langName": "다중 관점 분해", + "object": "사진술", + "attribute": "구성" + }, + { + "displayName": "mirror selfie", + "langName": "거울 셀카", + "object": "사진술", + "attribute": "구성" + }, + { + "displayName": "three-quarter view", + "langName": "3/4 관점", + "object": "사진술", + "attribute": "구성" + }, + { + "displayName": "front_view", + "langName": "정면도", + "object": "사진술", + "attribute": "구성" + }, + { + "displayName": "from_side", + "langName": "측면도", + "object": "사진술", + "attribute": "구성" + }, + { + "displayName": "from_outside", + "langName": "외부에서 내부로", + "object": "사진술", + "attribute": "구성" + }, + { + "displayName": "from_back", + "langName": "뒤에서 본 모습", + "object": "사진술", + "attribute": "구성" + }, + { + "displayName": "from behind", + "langName": "뒤에서 본 모습", + "object": "사진술", + "attribute": "구성" + }, + { + "displayName": "Macro View", + "langName": "미시적 관점", + "object": "사진술", + "attribute": "구성" + }, + { + "displayName": "Product-View", + "langName": "제품보기", + "object": "사진술", + "attribute": "구성" + }, + { + "displayName": "Closeup-View", + "langName": "클로즈업 보기", + "object": "사진술", + "attribute": "구성" + }, + { + "displayName": "First-Person", + "langName": "첫 번째 사람", + "object": "사진술", + "attribute": "구성" + }, + { + "displayName": "First-Person view", + "langName": "1 인칭 관점", + "object": "사진술", + "attribute": "구성" + }, + { + "displayName": "Third-Person", + "langName": "제삼자", + "object": "사진술", + "attribute": "구성" + }, + { + "displayName": "Third-Person View", + "langName": "3 인칭 관점", + "object": "사진술", + "attribute": "구성" + }, + { + "displayName": "Perspective", + "langName": "관점의 관점", + "object": "사진술", + "attribute": "구성" + }, + { + "displayName": "Field of View", + "langName": "시야", + "object": "사진술", + "attribute": "구성" + }, + { + "displayName": "Extreme Close-up", + "langName": "턱 위", + "object": "사진술", + "attribute": "시청 높이" + }, + { + "displayName": "Medium Close-up", + "langName": "목 위", + "object": "사진술", + "attribute": "시청 높이" + }, + { + "displayName": "Full Close-up", + "langName": "쇄골 위", + "object": "사진술", + "attribute": "시청 높이" + }, + { + "displayName": "Wide Close-up", + "langName": "어깨 위", + "object": "사진술", + "attribute": "시청 높이" + }, + { + "displayName": "Close Shot", + "langName": "가슴 위", + "object": "사진술", + "attribute": "시청 높이" + }, + { + "displayName": "Medium Close Shot", + "langName": "배꼽 위", + "object": "사진술", + "attribute": "시청 높이" + }, + { + "displayName": "Medium Shot", + "langName": "배꼽 위", + "object": "사진술", + "attribute": "시청 높이" + }, + { + "displayName": "Medium Full Shot", + "langName": "무릎 위", + "object": "사진술", + "attribute": "시청 높이" + }, + { + "displayName": "Full Shot", + "langName": "전신 초상화", + "object": "사진술", + "attribute": "시청 높이" + }, + { + "displayName": "mid_shot", + "langName": "중간 샷", + "object": "사진술", + "attribute": "시청 높이" + }, + { + "displayName": "bust", + "langName": "흉상", + "object": "사진술", + "attribute": "시청 높이" + }, + { + "displayName": "upper_body", + "langName": "상체", + "object": "사진술", + "attribute": "시청 높이" + }, + { + "displayName": "lower_body", + "langName": "하체", + "object": "사진술", + "attribute": "시청 높이" + }, + { + "displayName": "cowboy_shot", + "langName": "상체 + 허벅지 윗부분 (데님렌즈)", + "object": "사진술", + "attribute": "시청 높이" + }, + { + "displayName": "portrait", + "langName": "초상화 (얼굴 + 어깨 + 가끔 가슴)", + "object": "사진술", + "attribute": "시청 높이" + }, + { + "displayName": "very close portrait", + "langName": "클로즈업 초상화 (카메라를 더 가까이)", + "object": "사진술", + "attribute": "시청 높이" + }, + { + "displayName": "profile", + "langName": "프로필 초상화 (프로필 버전의 초상화)", + "object": "사진술", + "attribute": "시청 높이" + }, + { + "displayName": "close-up", + "langName": "클로즈업", + "object": "사진술", + "attribute": "시청 높이" + }, + { + "displayName": "focus on face", + "langName": "얼굴에 초점을 맞추다", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "full-body shot", + "langName": "전신 샷", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "foreground focus", + "langName": "전면 초점", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "wide_shot", + "langName": "파노라마 렌즈 (광각 렌즈)", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "macro_shot", + "langName": "매크로 렌즈", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "inset", + "langName": "추가 영상이나 사진을 삽입하세요", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "cross-section", + "langName": "단면도", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "male focus", + "langName": "남성 중심 (여성 중심)", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "solo_focus", + "langName": "단일 캐릭터에 집중 (복잡한 장면에 적합)", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "xx_focus", + "langName": "xx 에 집중해", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "face_focus", + "langName": "얼굴에 초점을 맞추다", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "eyes_focus", + "langName": "눈에 초점을 맞추다", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "foot_focus", + "langName": "발에 집중하다", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "hip_focus", + "langName": "엉덩이에 집중하세요", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "ass_focus", + "langName": "엉덩이에 집중하다", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "vehicle_focus", + "langName": "차량 (자동차) 에 집중하세요", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "turn_one's_back", + "langName": "카메라로 돌아가기", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "between_legs", + "langName": "(강조) 다리 사이", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "between_breasts", + "langName": "(튀어나온) 가슴", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "between_fingers", + "langName": "(눈에 띄는 부분) 손가락 사이", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "peeking", + "langName": "엿보는", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "peeking_out", + "langName": "엿보는 (제스처)", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "peeping", + "langName": "관음증 (관점에 대한 강조)", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "midriff_peek", + "langName": "배꼽 엿보기", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "armpit_peek", + "langName": "겨드랑이 엿보기", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "pussy_peek", + "langName": "푸시 엿보기", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "panty_peek", + "langName": "팬티 엿보기", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "pantyshot", + "langName": "속옷이 노출됨", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "caught", + "langName": "행동에 갇히다", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "upskirt", + "langName": "스커트 밑에서 본 모습", + "object": "사진술", + "attribute": "렌즈 초점" + }, + { + "displayName": "Macro", + "langName": "매크로", + "object": "사진술", + "attribute": "렌즈/광학 효과" + }, + { + "displayName": "Telephoto", + "langName": "망원렌즈", + "object": "사진술", + "attribute": "렌즈/광학 효과" + }, + { + "displayName": "Magnification", + "langName": "크게 하다", + "object": "사진술", + "attribute": "렌즈/광학 효과" + }, + { + "displayName": "Microscopic", + "langName": "미세한", + "object": "사진술", + "attribute": "렌즈/광학 효과" + }, + { + "displayName": "Electron Microscope", + "langName": "전자현미경", + "object": "사진술", + "attribute": "렌즈/광학 효과" + }, + { + "displayName": "Super-Resolution Microscopy", + "langName": "초고해상도 현미경", + "object": "사진술", + "attribute": "렌즈/광학 효과" + }, + { + "displayName": "Wide Angle", + "langName": "광각", + "object": "사진술", + "attribute": "렌즈/광학 효과" + }, + { + "displayName": "Ultra-Wide Angle", + "langName": "초광각", + "object": "사진술", + "attribute": "렌즈/광학 효과" + }, + { + "displayName": "panorama", + "langName": "파노라마", + "object": "사진술", + "attribute": "렌즈/광학 효과" + }, + { + "displayName": "360 Panorama", + "langName": "360 파노라마", + "object": "사진술", + "attribute": "렌즈/광학 효과" + }, + { + "displayName": "360 Angle", + "langName": "360 도 보기", + "object": "사진술", + "attribute": "렌즈/광학 효과" + }, + { + "displayName": "Fisheye Lens", + "langName": "어안렌즈", + "object": "사진술", + "attribute": "렌즈/광학 효과" + }, + { + "displayName": "Fisheye Lens Effect", + "langName": "어안렌즈 효과", + "object": "사진술", + "attribute": "렌즈/광학 효과" + }, + { + "displayName": "Miniature Faking", + "langName": "미니어처 모델 효과", + "object": "사진술", + "attribute": "렌즈/광학 효과" + }, + { + "displayName": "Brenizer Method", + "langName": "나선형 샷", + "object": "사진술", + "attribute": "렌즈/광학 효과" + }, + { + "displayName": "Panini Projection", + "langName": "파니니 프로젝션", + "object": "사진술", + "attribute": "렌즈/광학 효과" + }, + { + "displayName": "Orthographic", + "langName": "정사투영", + "object": "사진술", + "attribute": "렌즈/광학 효과" + }, + { + "displayName": "Isometric", + "langName": "등각 투영", + "object": "사진술", + "attribute": "렌즈/광학 효과" + }, + { + "displayName": "DOF", + "langName": "피사계 심도", + "object": "사진술", + "attribute": "렌즈/광학 효과" + }, + { + "displayName": "landscape", + "langName": "풍경 촬영 (롱샷)", + "object": "사진술", + "attribute": "렌즈/광학 효과" + }, + { + "displayName": "Sharp Focus", + "langName": "날카로운 초점", + "object": "사진술", + "attribute": "렌즈/광학 효과" + }, + { + "displayName": "Zoom", + "langName": "줌", + "object": "사진술", + "attribute": "렌즈/광학 효과" + }, + { + "displayName": "Dolly Zoom", + "langName": "돌리 줌", + "object": "사진술", + "attribute": "렌즈/광학 효과" + }, + { + "displayName": "Portrait Photogram", + "langName": "초상화", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "Photorealistic", + "langName": "포토리얼리즘", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "Cinematic", + "langName": "영화적 느낌", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "Color Grading", + "langName": "색상 등급", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "Dramatic", + "langName": "극적인", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "Editorial Photography", + "langName": "편집 사진", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "filmic", + "langName": "영화적 품질", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "film still", + "langName": "필름 정지 이미지", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "film grain", + "langName": "필름 그레인", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "Glamor Shot", + "langName": "매력적인 샷", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "Golden Hour", + "langName": "프라임 타임", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "High-Speed Photograph", + "langName": "고속 사진 촬영", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "Intentional camera movement", + "langName": "의도적인 카메라 움직임", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "Paparazzi Photography", + "langName": "파파라치 사진", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "Photography", + "langName": "사진술", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "Photoshoot", + "langName": "사진 촬영", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "photo", + "langName": "사진", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "polaroid", + "langName": "사진 (폴라로이드)", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "poster,caustics", + "langName": "포스터/테마 초점", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "Kaleidoscope Photography", + "langName": "만화경 사진", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "Photojournalism", + "langName": "사진저널리즘", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "Time-Lapse", + "langName": "타임랩스 사진", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "Satellite Imagery", + "langName": "위성 이미지", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "War Photography", + "langName": "전쟁 사진", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "Wildlife Photography", + "langName": "야생 동물 사진", + "object": "사진술", + "attribute": "사진 스타일" + }, + { + "displayName": "Blurry", + "langName": "희미한", + "object": "사진술", + "attribute": "흐림/왜곡" + }, + { + "displayName": "Blur Effect", + "langName": "블러 효과", + "object": "사진술", + "attribute": "흐림/왜곡" + }, + { + "displayName": "Tilt Blur", + "langName": "기울임 흐림", + "object": "사진술", + "attribute": "흐림/왜곡" + }, + { + "displayName": "Lens Distortion", + "langName": "렌즈 왜곡", + "object": "사진술", + "attribute": "흐림/왜곡" + }, + { + "displayName": "flash photography", + "langName": "플래시 사진", + "object": "사진술", + "attribute": "카메라 설정" + }, + { + "displayName": "Exposure", + "langName": "노출", + "object": "사진술", + "attribute": "카메라 설정" + }, + { + "displayName": "Short Exposure", + "langName": "짧은 노출", + "object": "사진술", + "attribute": "카메라 설정" + }, + { + "displayName": "Long Exposure", + "langName": "장시간 노출", + "object": "사진술", + "attribute": "카메라 설정" + }, + { + "displayName": "Double-Exposure", + "langName": "이중 노출", + "object": "사진술", + "attribute": "카메라 설정" + }, + { + "displayName": "Shutter Speed 1/1000", + "langName": "셔터 속도 1/1000", + "object": "사진술", + "attribute": "카메라 설정" + }, + { + "displayName": "Shutter Speed 1/2", + "langName": "셔터 속도 1/2", + "object": "사진술", + "attribute": "카메라 설정" + }, + { + "displayName": "F/2.8", + "langName": "조리개/2.8", + "object": "사진술", + "attribute": "카메라 설정" + }, + { + "displayName": "F/22", + "langName": "F/22", + "object": "사진술", + "attribute": "카메라 설정" + }, + { + "displayName": "Gamma", + "langName": "감마", + "object": "사진술", + "attribute": "카메라 설정" + }, + { + "displayName": "White Balance", + "langName": "화이트 밸런스", + "object": "사진술", + "attribute": "카메라 설정" + }, + { + "displayName": "Schlieren", + "langName": "빛파 간섭", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Night Vision", + "langName": "낮은 조명 사진", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Hyperspectral Imaging", + "langName": "초분광 이미징", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Multispectral Imaging", + "langName": "다중 스펙트럼 이미징", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Camcorder Effect", + "langName": "카메라 효과", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "DSLR", + "langName": "SLR", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "35mm", + "langName": "35mm", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Tri-X 400 TX", + "langName": "트라이 - 엑스 400TX", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Instax", + "langName": "폴라로이드", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Ektachrome", + "langName": "코닥 엑타크롬", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Fujifilm Superia", + "langName": "후지필름", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Fujifilm XT3", + "langName": "후지필름 XT3", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Polaroid SX-70", + "langName": "폴라로이드", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Ilford HP5", + "langName": "일포드 HP5", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Kodak Ektar", + "langName": "코닥 엑타", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Kodak Gold 200", + "langName": "코닥 골드 200", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Kodak Portra", + "langName": "코닥 포트라", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Lomo", + "langName": "로모", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Nikon D750", + "langName": "니콘 D750", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Provia", + "langName": "후지 프로비아", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Shot on 70mm", + "langName": "70mm 필름으로 촬영", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Velvia", + "langName": "후지 벨비아", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Vintage", + "langName": "빈티지 촬영", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Pinhole Photography", + "langName": "핀홀 사진", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Photogram", + "langName": "사진", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Daguerrotype", + "langName": "은판 사진", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Ambrotype", + "langName": "오래된 사진", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Calotype", + "langName": "사진촬영", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Tintype", + "langName": "틴타입 사진", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Dashcam-Footage", + "langName": "운전 기록 비디오", + "object": "사진술", + "attribute": "카메라" + }, + { + "displayName": "Unary", + "langName": "1 위안", + "object": "사진술", + "attribute": "디지털 시스템" + }, + { + "displayName": "Binary", + "langName": "이진법", + "object": "사진술", + "attribute": "디지털 시스템" + }, + { + "displayName": "Ternary", + "langName": "세 개 한 벌", + "object": "사진술", + "attribute": "디지털 시스템" + }, + { + "displayName": "Quaternary", + "langName": "네개 한 조인 것", + "object": "사진술", + "attribute": "디지털 시스템" + }, + { + "displayName": "Quinary", + "langName": "다섯 개의", + "object": "사진술", + "attribute": "디지털 시스템" + }, + { + "displayName": "Senary", + "langName": "16 진법", + "object": "사진술", + "attribute": "디지털 시스템" + }, + { + "displayName": "Septenary", + "langName": "7 개 베이스", + "object": "사진술", + "attribute": "디지털 시스템" + }, + { + "displayName": "Octal", + "langName": "8 진수", + "object": "사진술", + "attribute": "디지털 시스템" + }, + { + "displayName": "Nonary", + "langName": "9 개 베이스", + "object": "사진술", + "attribute": "디지털 시스템" + }, + { + "displayName": "Decimal", + "langName": "소수", + "object": "사진술", + "attribute": "디지털 시스템" + }, + { + "displayName": "Hexadecimal", + "langName": "16 진법", + "object": "사진술", + "attribute": "디지털 시스템" + }, + { + "displayName": "depth of field", + "langName": "피사계 심도 (인간 장면 조정)", + "object": "사진술", + "attribute": "효과" + }, + { + "displayName": "motion_blur", + "langName": "움직임으로 인한 흐릿함", + "object": "사진술", + "attribute": "효과" + }, + { + "displayName": "motion_lines", + "langName": "움직임을 구현한 선들", + "object": "사진술", + "attribute": "효과" + }, + { + "displayName": "speed_lines", + "langName": "스피드 라인", + "object": "사진술", + "attribute": "효과" + }, + { + "displayName": "bokeh", + "langName": "코스틱 (흐린 배경)", + "object": "사진술", + "attribute": "효과" + }, + { + "displayName": "chromatic_aberration", + "langName": "색수차, 색상이 초점이 맞지 않음", + "object": "사진술", + "attribute": "효과" + }, + { + "displayName": "overexposure", + "langName": "과다 노출", + "object": "사진술", + "attribute": "효과" + }, + { + "displayName": "Vignette", + "langName": "삽화", + "object": "사진술", + "attribute": "효과" + }, + { + "displayName": "Split Toning", + "langName": "분할 등급", + "object": "사진술", + "attribute": "효과" + }, + { + "displayName": "Rephotography", + "langName": "무거운 사진 촬영", + "object": "사진술", + "attribute": "효과" + }, + { + "displayName": "miniature model film", + "langName": "미니어처 영화", + "object": "사진술", + "attribute": "효과" + }, + { + "displayName": "Scanography", + "langName": "스캐닝 사진", + "object": "사진술", + "attribute": "효과" + }, + { + "displayName": "Slit-Scan Photography", + "langName": "슬릿 스캔 사진", + "object": "사진술", + "attribute": "효과" + }, + { + "displayName": "photorealistic,realistic", + "langName": "현실적인, 시뮬레이션", + "object": "사진술", + "attribute": "효과" + }, + { + "displayName": "realistic", + "langName": "현실적", + "object": "사진술", + "attribute": "효과" + }, + { + "displayName": "semi-realistic", + "langName": "반 현실적인", + "object": "사진술", + "attribute": "효과" + }, + { + "displayName": "realistic shadows", + "langName": "현실의 그림자", + "object": "사진술", + "attribute": "효과" + }, + { + "displayName": "detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "손 세부 정보", + "object": "사진술", + "attribute": "효과" + }, + { + "displayName": "detailed feet and detailed 5 toes and detailed 5 toenails", + "langName": "발의 세부 사항", + "object": "사진술", + "attribute": "효과" + }, + { + "displayName": "Transparent", + "langName": "투명한", + "object": "재료", + "attribute": "불투명" + }, + { + "displayName": "Translucent", + "langName": "투명한", + "object": "재료", + "attribute": "불투명" + }, + { + "displayName": "Opaque", + "langName": "불투명체", + "object": "재료", + "attribute": "불투명" + }, + { + "displayName": "Bump Map", + "langName": "범프 맵", + "object": "재료", + "attribute": "지도" + }, + { + "displayName": "Bump Mapped", + "langName": "범프 맵 포함", + "object": "재료", + "attribute": "지도" + }, + { + "displayName": "Bump Mapping", + "langName": "범프 매핑", + "object": "재료", + "attribute": "지도" + }, + { + "displayName": "Normal Map", + "langName": "일반 맵", + "object": "재료", + "attribute": "지도" + }, + { + "displayName": "Depth Map", + "langName": "깊이 지도", + "object": "재료", + "attribute": "지도" + }, + { + "displayName": "Soft Body", + "langName": "소프트웨어", + "object": "재료", + "attribute": "부드러운 바디" + }, + { + "displayName": "Squishy", + "langName": "솜털 같은", + "object": "재료", + "attribute": "부드러운 바디" + }, + { + "displayName": "Anisotropy", + "langName": "이방성", + "object": "재료", + "attribute": "특성" + }, + { + "displayName": "Carbonated", + "langName": "탄산", + "object": "재료", + "attribute": "특성" + }, + { + "displayName": "Effervescent", + "langName": "거품이 나다", + "object": "재료", + "attribute": "특성" + }, + { + "displayName": "Icy", + "langName": "추운", + "object": "재료", + "attribute": "특성" + }, + { + "displayName": "Charred", + "langName": "탄화", + "object": "재료", + "attribute": "특성" + }, + { + "displayName": "Corrugated", + "langName": "주름진", + "object": "재료", + "attribute": "특성" + }, + { + "displayName": "Perforated", + "langName": "구멍 뚫기", + "object": "재료", + "attribute": "특성" + }, + { + "displayName": "Wooden", + "langName": "멍청한", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Lumber", + "langName": "목재", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Plywood", + "langName": "합판", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Particle-Board", + "langName": "파티클보드", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Sawdust", + "langName": "톱밥", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Cork", + "langName": "코르크", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Cherry-Wood", + "langName": "체리나무", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Maple-Wood", + "langName": "단풍나무", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Pine-Wood", + "langName": "소나무 숲", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Oak-Wood", + "langName": "참나무", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Birch-Wood", + "langName": "자작나무", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Acacia-Wood", + "langName": "아카시아 나무", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Cedar-Wood", + "langName": "삼나무", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Wood-Stain", + "langName": "목재 얼룩", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Planks", + "langName": "판자", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Wooden Planks", + "langName": "나무판", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Nailed-Wood", + "langName": "못나무", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Wooden Fence", + "langName": "나무 울타리", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Cardboard", + "langName": "판지", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Corrugated Fiberboard", + "langName": "골판지", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Paperboard", + "langName": "판지", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Cardstock", + "langName": "종이 걸림", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Paper", + "langName": "종이", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Construction Paper", + "langName": "건설 도면", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Tissue Paper", + "langName": "휴지", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Graph Paper", + "langName": "그래프 용지", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Kraft Paper", + "langName": "크라프트지", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Washi", + "langName": "일본 종이", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Wasli", + "langName": "와슬리 종이", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Papyrus", + "langName": "파피루스", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Manuscript Paper", + "langName": "원고지", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Wrapping Paper", + "langName": "포장지", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Parchment", + "langName": "양피지", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Parchment Paper", + "langName": "바베큐 종이", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Medieval Parchment", + "langName": "중세 양피지", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Toilet Paper", + "langName": "휴지", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Paper Towel", + "langName": "조직", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Manila Paper", + "langName": "마닐라 페이퍼", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Manila Folder", + "langName": "마닐라 폴더", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Envelope", + "langName": "봉투", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Security Paper", + "langName": "위조 방지용지", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Rolling Paper", + "langName": "담배 종이", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Cotton Paper", + "langName": "조직", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Hemp Fiber", + "langName": "대마 섬유", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Hemp Paper", + "langName": "대마 종이", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Cellulose", + "langName": "셀룰로오스", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Plastic-Coated Paper", + "langName": "플라스틱 코팅지", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Tar Paper", + "langName": "타르 종이", + "object": "재료", + "attribute": "나무와 종이" + }, + { + "displayName": "Soil", + "langName": "토양", + "object": "재료", + "attribute": "토양" + }, + { + "displayName": "Dirt", + "langName": "먼지", + "object": "재료", + "attribute": "토양" + }, + { + "displayName": "Mud", + "langName": "진흙", + "object": "재료", + "attribute": "토양" + }, + { + "displayName": "Mud Brick", + "langName": "진흙벽돌", + "object": "재료", + "attribute": "토양" + }, + { + "displayName": "Clay", + "langName": "점토", + "object": "재료", + "attribute": "토양" + }, + { + "displayName": "Sand", + "langName": "모래", + "object": "재료", + "attribute": "토양" + }, + { + "displayName": "Gravel", + "langName": "자갈", + "object": "재료", + "attribute": "토양" + }, + { + "displayName": "Silt", + "langName": "미사", + "object": "재료", + "attribute": "토양" + }, + { + "displayName": "Dust", + "langName": "먼지", + "object": "재료", + "attribute": "토양" + }, + { + "displayName": "Spodosol", + "langName": "침엽수 토양", + "object": "재료", + "attribute": "토양" + }, + { + "displayName": "Podzol", + "langName": "침엽수 토양", + "object": "재료", + "attribute": "토양" + }, + { + "displayName": "Sandpaper", + "langName": "사포", + "object": "재료", + "attribute": "토양" + }, + { + "displayName": "Stone", + "langName": "결석", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Cobblestone", + "langName": "조약돌", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Pebbles", + "langName": "다루기 완고한 동물", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Rock", + "langName": "바위", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Rocky", + "langName": "불안정한", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Bedrock", + "langName": "근본적인", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Flint", + "langName": "부싯돌", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Sandstone", + "langName": "사암", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Basalt", + "langName": "현무암", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Marble", + "langName": "대리석", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Granite", + "langName": "화강암", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Diorite", + "langName": "섬록암", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Andesite", + "langName": "안산암", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Gypsum", + "langName": "벽토", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Coal", + "langName": "석탄", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Sulfur", + "langName": "황", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Graphene", + "langName": "그래핀", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Carbon Nanotubes", + "langName": "탄소나노튜브", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Carbon Fiber", + "langName": "탄소섬유", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Concrete", + "langName": "콘크리트", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Sidewalk", + "langName": "보도", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Asphalt", + "langName": "아스팔트", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Hempcrete", + "langName": "대마 콘크리트", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Brick", + "langName": "벽돌", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Terracotta", + "langName": "붉은 점토", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Pottery", + "langName": "도기류", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Ceramic", + "langName": "세라믹 제품", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Enamel", + "langName": "에나멜", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Sheetrock", + "langName": "석고보드", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Plaster", + "langName": "스터코", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Asbestos", + "langName": "석면", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Slag", + "langName": "광재", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Vermiculite", + "langName": "버미큘라이트", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Perlite", + "langName": "펄라이트", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Borax", + "langName": "붕사", + "object": "재료", + "attribute": "돌과 미네랄" + }, + { + "displayName": "Metallic", + "langName": "금속성의", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Metal", + "langName": "금속", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Liquid Metal", + "langName": "액체 금속", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Foil", + "langName": "박", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Rusty", + "langName": "녹슨", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Pewter", + "langName": "땜납", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Copper", + "langName": "구리", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Tin", + "langName": "주석", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Aluminum", + "langName": "알류미늄", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Brushed Aluminum", + "langName": "브러시드 알루미늄", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Bronze", + "langName": "청동", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Brass", + "langName": "놋쇠", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Iron", + "langName": "철", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Wrought Iron", + "langName": "단철", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Steel", + "langName": "강철", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Stainless Steel", + "langName": "스테인리스 스틸", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Damascus Steel", + "langName": "다마스커스 강철", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Titanium", + "langName": "티탄", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Anodized Titanium", + "langName": "양극산화 티타늄", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Damascus Titanium", + "langName": "다마스커스 티타늄", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Sterling Silver", + "langName": "스털링 실버", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Sterling", + "langName": "표준은", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Rose-Gold", + "langName": "로즈 골드", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Platinum", + "langName": "백금", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Chromium", + "langName": "크롬", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Chrome", + "langName": "크롬 도금", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Mercury", + "langName": "수은", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Mercury Metal", + "langName": "수은 금속", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Molten Mercury", + "langName": "용융 수은", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Molten Mercury Metal", + "langName": "용융 수은 금속", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Gallium", + "langName": "갈륨", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Magnesium", + "langName": "마그네슘", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Zinc", + "langName": "아연", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Lead", + "langName": "선두", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Tungsten", + "langName": "텅스텐", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Zirconium", + "langName": "지르코늄", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Cubic Zirconium", + "langName": "큐빅 지르콘", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Cobalt", + "langName": "코발트", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Uranium", + "langName": "우라늄", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Sodium", + "langName": "나트륨", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Potassium", + "langName": "칼륨", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Constantan", + "langName": "콘스탄탄", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Hepatizon", + "langName": "헤파 구리", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Nichrome", + "langName": "니크롬", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Damascus", + "langName": "다마스쿠스", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Iron Filings", + "langName": "철분가루", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Copper-Sulfate", + "langName": "황산구리", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Solder", + "langName": "땜납", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Metallic Fiber", + "langName": "금속섬유", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Armature Wire", + "langName": "철조망", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Metal Foam", + "langName": "금속폼", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Needle", + "langName": "바늘", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Screw", + "langName": "나사", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Paper Clips", + "langName": "종이 클립", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Chain-link", + "langName": "체인", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Chicken Wire", + "langName": "가시 철사", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Chain-link Fence", + "langName": "사슬 링크 울타리", + "object": "재료", + "attribute": "금속" + }, + { + "displayName": "Glassy", + "langName": "유리 같은", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Stained Glass", + "langName": "스테인드 글라스", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Stained Glass Windows", + "langName": "스테인드 글라스 창문", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Seaglass", + "langName": "바다 유리", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Mirror", + "langName": "거울", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Fiberglass", + "langName": "유리섬유", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Glass Fiber", + "langName": "유리섬유", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Glass and Crystals", + "langName": "유리와 수정", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Crystalline", + "langName": "결정", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Diamond", + "langName": "다이아몬드", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Amethyst", + "langName": "자수정", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Quartz", + "langName": "석영", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Smoky Quartz", + "langName": "훈제석영", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Rose Quartz", + "langName": "장미석영", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Milky Quartz", + "langName": "유백색 석영", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Rutilated Quartz", + "langName": "티타늄 크리스털 쿼츠", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Sceptred Quartz", + "langName": "결절석영", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Herkimer Diamond", + "langName": "허키머 다이아몬드", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Ruby", + "langName": "루비", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Sapphire", + "langName": "사파이어", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Emerald", + "langName": "에메랄드", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Pearl", + "langName": "진주", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Citrine", + "langName": "황수정", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Fluorite", + "langName": "형석", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Onyx", + "langName": "마노", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Lapis Lazuli", + "langName": "청금석", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Obsidian", + "langName": "흑요석", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Selenite", + "langName": "투명 석고", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Jasper", + "langName": "홍옥수", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Opal", + "langName": "오팔", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Opalite", + "langName": "오팔 아게이트", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Topaz", + "langName": "황옥", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Agate", + "langName": "마노", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Carnelian", + "langName": "붉은 마노", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Ametrine", + "langName": "아메트린", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Aventurine", + "langName": "그린 투르말린", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Borax Crystals", + "langName": "붕사 결정", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Colloidal Crystal", + "langName": "콜로이드 결정", + "object": "재료", + "attribute": "유리와 수정" + }, + { + "displayName": "Cloth", + "langName": "옷감", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Cotton", + "langName": "면", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Polyester", + "langName": "폴리에스터 섬유", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Twine", + "langName": "꼬기", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Silk", + "langName": "명주", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Denim", + "langName": "청", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Leather", + "langName": "가죽", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Felt", + "langName": "펠트", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Felt Cloth", + "langName": "펠트 천", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Cashmere", + "langName": "캐시미어 천", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Velvet", + "langName": "벨벳", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Corduroy", + "langName": "코듀로이", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Nylon", + "langName": "나일론", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Polyamide", + "langName": "폴리아미드", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Kevlar", + "langName": "아라미드", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Spandex", + "langName": "스판덱스", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Rayon", + "langName": "레이온", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Microfiber", + "langName": "마이크로파이버", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Fibers", + "langName": "섬유", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Lyocell", + "langName": "리오셀", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Cordura", + "langName": "카우두라", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Lurex", + "langName": "졸졸 흐르다", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Nomex", + "langName": "노멕스", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Quilt", + "langName": "이불", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Memory Foam", + "langName": "메모리폼", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Lint", + "langName": "린트", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Blanket", + "langName": "담요", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Pin Cushion", + "langName": "바늘꽂이", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Yarn", + "langName": "방사", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Knitted", + "langName": "뜬", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Rug", + "langName": "면적 러그", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Crochet", + "langName": "크로셰뜨", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Cross Stich", + "langName": "크로스 스티치", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Needle Point", + "langName": "편물", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Patch", + "langName": "반점", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Sewen", + "langName": "재봉", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Applique", + "langName": "아플리케", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Macrame", + "langName": "레이스", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Weave", + "langName": "드리다", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Net", + "langName": "그물", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Netting", + "langName": "메쉬 천", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Gauze", + "langName": "망사", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Spider Web", + "langName": "거미줄", + "object": "재료", + "attribute": "옷감" + }, + { + "displayName": "Plastic", + "langName": "플라스틱", + "object": "재료", + "attribute": "플라스틱/폼필름" + }, + { + "displayName": "Shrink Wrap", + "langName": "수축 필름", + "object": "재료", + "attribute": "플라스틱/폼필름" + }, + { + "displayName": "Plastic Wrap", + "langName": "플라스틱 랩", + "object": "재료", + "attribute": "플라스틱/폼필름" + }, + { + "displayName": "Cling Wrap", + "langName": "끈적끈적한 포장필름", + "object": "재료", + "attribute": "플라스틱/폼필름" + }, + { + "displayName": "Teflon", + "langName": "테프론", + "object": "재료", + "attribute": "플라스틱/폼필름" + }, + { + "displayName": "Lego", + "langName": "레고", + "object": "재료", + "attribute": "플라스틱/폼필름" + }, + { + "displayName": "Polyurethane", + "langName": "폴리우레탄", + "object": "재료", + "attribute": "플라스틱/폼필름" + }, + { + "displayName": "Polyethylene", + "langName": "폴리에틸렌", + "object": "재료", + "attribute": "플라스틱/폼필름" + }, + { + "displayName": "Polyvinyl", + "langName": "폴리에틸렌", + "object": "재료", + "attribute": "플라스틱/폼필름" + }, + { + "displayName": "Polypropylene", + "langName": "폴리프로필렌", + "object": "재료", + "attribute": "플라스틱/폼필름" + }, + { + "displayName": "Polyimide", + "langName": "폴리이미드", + "object": "재료", + "attribute": "플라스틱/폼필름" + }, + { + "displayName": "Styrofoam", + "langName": "스티로폼", + "object": "재료", + "attribute": "플라스틱/폼필름" + }, + { + "displayName": "Foam", + "langName": "거품", + "object": "재료", + "attribute": "플라스틱/폼필름" + }, + { + "displayName": "Rubber", + "langName": "고무", + "object": "재료", + "attribute": "고무" + }, + { + "displayName": "Rubber Band", + "langName": "고무줄", + "object": "재료", + "attribute": "고무" + }, + { + "displayName": "Rubber Band Ball", + "langName": "고무줄 공", + "object": "재료", + "attribute": "고무" + }, + { + "displayName": "Balloon", + "langName": "풍선", + "object": "재료", + "attribute": "고무" + }, + { + "displayName": "Nitrile", + "langName": "니트릴고무", + "object": "재료", + "attribute": "고무" + }, + { + "displayName": "Silicone", + "langName": "실리콘", + "object": "재료", + "attribute": "고무" + }, + { + "displayName": "Vinyl", + "langName": "비닐 플라스틱", + "object": "재료", + "attribute": "고무" + }, + { + "displayName": "Linoleum", + "langName": "리놀륨", + "object": "재료", + "attribute": "고무" + }, + { + "displayName": "Silly Band", + "langName": "고무줄", + "object": "재료", + "attribute": "고무" + }, + { + "displayName": "Wax", + "langName": "밀랍", + "object": "재료", + "attribute": "밀랍" + }, + { + "displayName": "Wax Paper", + "langName": "원판", + "object": "재료", + "attribute": "밀랍" + }, + { + "displayName": "Carnauba Wax", + "langName": "카르나우바 왁스", + "object": "재료", + "attribute": "밀랍" + }, + { + "displayName": "Candelilla Wax", + "langName": "칸델릴라 왁스", + "object": "재료", + "attribute": "밀랍" + }, + { + "displayName": "Paraffin Wax", + "langName": "파라핀", + "object": "재료", + "attribute": "밀랍" + }, + { + "displayName": "Shellac", + "langName": "때리다", + "object": "재료", + "attribute": "밀랍" + }, + { + "displayName": "Ice", + "langName": "얼음", + "object": "재료", + "attribute": "얼음과 눈" + }, + { + "displayName": "Blue-Ice", + "langName": "푸른 얼음", + "object": "재료", + "attribute": "얼음과 눈" + }, + { + "displayName": "Dry Ice", + "langName": "건조 얼음", + "object": "재료", + "attribute": "얼음과 눈" + }, + { + "displayName": "Hairy", + "langName": "털이 많은", + "object": "재료", + "attribute": "머리카락/모피" + }, + { + "displayName": "Fuzz", + "langName": "보풀", + "object": "재료", + "attribute": "머리카락/모피" + }, + { + "displayName": "Beard", + "langName": "수염", + "object": "재료", + "attribute": "머리카락/모피" + }, + { + "displayName": "Feathers", + "langName": "깃털", + "object": "재료", + "attribute": "머리카락/모피" + }, + { + "displayName": "Zebra", + "langName": "얼룩말", + "object": "재료", + "attribute": "머리카락/모피" + }, + { + "displayName": "Dust-Bunny", + "langName": "회색 토끼", + "object": "재료", + "attribute": "머리카락/모피" + }, + { + "displayName": "Liquid", + "langName": "액체", + "object": "재료", + "attribute": "액체" + }, + { + "displayName": "Water", + "langName": "물", + "object": "재료", + "attribute": "액체" + }, + { + "displayName": "Lava", + "langName": "연한 덩어리", + "object": "재료", + "attribute": "액체" + }, + { + "displayName": "Magma", + "langName": "용암", + "object": "재료", + "attribute": "액체" + }, + { + "displayName": "Molten Rock", + "langName": "바위를 녹이다", + "object": "재료", + "attribute": "액체" + }, + { + "displayName": "Ferro Fluid", + "langName": "페로플루이드", + "object": "재료", + "attribute": "액체" + }, + { + "displayName": "Liquid Crystal", + "langName": "액정", + "object": "재료", + "attribute": "액체" + }, + { + "displayName": "Gasoline", + "langName": "가솔린", + "object": "재료", + "attribute": "액체" + }, + { + "displayName": "Turpentine", + "langName": "테레빈", + "object": "재료", + "attribute": "액체" + }, + { + "displayName": "Mineral Oil", + "langName": "미네랄 오일", + "object": "재료", + "attribute": "액체" + }, + { + "displayName": "Motor Oil", + "langName": "엔진 오일", + "object": "재료", + "attribute": "액체" + }, + { + "displayName": "Sea Foam", + "langName": "바다 거품", + "object": "재료", + "attribute": "액체" + }, + { + "displayName": "Emulsion", + "langName": "유화", + "object": "재료", + "attribute": "액체" + }, + { + "displayName": "Lipid", + "langName": "지질", + "object": "재료", + "attribute": "액체" + }, + { + "displayName": "Flubber", + "langName": "탄력있는 원단", + "object": "재료", + "attribute": "더러운 것" + }, + { + "displayName": "Putty", + "langName": "공극을 밀봉하고 채우기 위한 접착제", + "object": "재료", + "attribute": "더러운 것" + }, + { + "displayName": "Poster Tack", + "langName": "포스터 접착제", + "object": "재료", + "attribute": "더러운 것" + }, + { + "displayName": "Gel", + "langName": "젤라틴", + "object": "재료", + "attribute": "점도" + }, + { + "displayName": "Aerogel", + "langName": "에어로젤", + "object": "재료", + "attribute": "점도" + }, + { + "displayName": "Softgel", + "langName": "연질캡슐", + "object": "재료", + "attribute": "점도" + }, + { + "displayName": "Silica Gel", + "langName": "실리콘", + "object": "재료", + "attribute": "점도" + }, + { + "displayName": "Ballistic Gel", + "langName": "탄도 젤", + "object": "재료", + "attribute": "점도" + }, + { + "displayName": "Jellyfish", + "langName": "해파리", + "object": "재료", + "attribute": "점도" + }, + { + "displayName": "Ballistic Foam", + "langName": "방탄 폼", + "object": "재료", + "attribute": "점도" + }, + { + "displayName": "Sponge", + "langName": "스펀지", + "object": "재료", + "attribute": "점도" + }, + { + "displayName": "Spongy", + "langName": "해면 같은", + "object": "재료", + "attribute": "점도" + }, + { + "displayName": "Tape", + "langName": "접착 테이프", + "object": "재료", + "attribute": "점착제" + }, + { + "displayName": "Duct Tape", + "langName": "줄자", + "object": "재료", + "attribute": "점착제" + }, + { + "displayName": "Scotch Tape", + "langName": "투명 접착제", + "object": "재료", + "attribute": "점착제" + }, + { + "displayName": "Clear Tape", + "langName": "스카치 테이프", + "object": "재료", + "attribute": "점착제" + }, + { + "displayName": "Packing Tape", + "langName": "밀봉 테이프", + "object": "재료", + "attribute": "점착제" + }, + { + "displayName": "Masking Tape", + "langName": "마스킹 테이프", + "object": "재료", + "attribute": "점착제" + }, + { + "displayName": "Kapton", + "langName": "캡톤", + "object": "재료", + "attribute": "점착제" + }, + { + "displayName": "Kapton Tape", + "langName": "캡톤 테이프", + "object": "재료", + "attribute": "점착제" + }, + { + "displayName": "Adhesive", + "langName": "점착제", + "object": "재료", + "attribute": "점착제" + }, + { + "displayName": "Glue", + "langName": "아교", + "object": "재료", + "attribute": "점착제" + }, + { + "displayName": "Epoxy", + "langName": "에폭시수지", + "object": "재료", + "attribute": "점착제" + }, + { + "displayName": "Polymer", + "langName": "중합체", + "object": "재료", + "attribute": "중합체" + }, + { + "displayName": "Orbeez", + "langName": "물방울", + "object": "재료", + "attribute": "중합체" + }, + { + "displayName": "Oobleck", + "langName": "혼합전분용액", + "object": "재료", + "attribute": "중합체" + }, + { + "displayName": "Vapor", + "langName": "증기", + "object": "재료", + "attribute": "가스/파우더" + }, + { + "displayName": "Clouds", + "langName": "구름", + "object": "재료", + "attribute": "가스/파우더" + }, + { + "displayName": "Fog", + "langName": "안개", + "object": "재료", + "attribute": "가스/파우더" + }, + { + "displayName": "Mist", + "langName": "안개", + "object": "재료", + "attribute": "가스/파우더" + }, + { + "displayName": "Gas", + "langName": "가스", + "object": "재료", + "attribute": "가스/파우더" + }, + { + "displayName": "Aerosol", + "langName": "에어로졸", + "object": "재료", + "attribute": "가스/파우더" + }, + { + "displayName": "Powder", + "langName": "가루", + "object": "재료", + "attribute": "가스/파우더" + }, + { + "displayName": "Smoke", + "langName": "담배", + "object": "재료", + "attribute": "가스/파우더" + }, + { + "displayName": "Plasma", + "langName": "혈장", + "object": "재료", + "attribute": "플라스마와 에너지" + }, + { + "displayName": "Electric", + "langName": "전기", + "object": "재료", + "attribute": "플라스마와 에너지" + }, + { + "displayName": "Electricity", + "langName": "전기", + "object": "재료", + "attribute": "플라스마와 에너지" + }, + { + "displayName": "Fire", + "langName": "불", + "object": "재료", + "attribute": "플라스마와 에너지" + }, + { + "displayName": "Burn", + "langName": "연소", + "object": "재료", + "attribute": "플라스마와 에너지" + }, + { + "displayName": "Inferno", + "langName": "지옥불", + "object": "재료", + "attribute": "플라스마와 에너지" + }, + { + "displayName": "Jelly", + "langName": "젤리", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Agar", + "langName": "아가르", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Wagyu", + "langName": "와규", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Tallow", + "langName": "수지 양초", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Butter", + "langName": "버터", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Margarine", + "langName": "마가린", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Cheese", + "langName": "치즈", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Egg Yolk", + "langName": "양털 기름", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Beans", + "langName": "콩", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Macaroni", + "langName": "파스타", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Marconi and Cheese", + "langName": "마크롱 치즈", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Pretzel", + "langName": "프레즐", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Churros", + "langName": "튀긴 반죽 스틱", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Bread", + "langName": "빵", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Made of Bread", + "langName": "빵으로 만든", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Sour Cream", + "langName": "크림", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Sauce", + "langName": "소스", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Pasta Sauce", + "langName": "스파게티 소스", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Ketchup", + "langName": "케첩", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Mustard", + "langName": "겨자", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Mayonnaise", + "langName": "마요네즈", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Syrup", + "langName": "시럽", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Maple Syrup", + "langName": "메이플 시럽", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Whipped Cream", + "langName": "신선한 크림", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Lollipop", + "langName": "사탕 과자", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Cinnamon", + "langName": "계피", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Caramel", + "langName": "캐러멜", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Taffy", + "langName": "태피", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Honeycomb", + "langName": "벌집 사탕", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Edible Ink", + "langName": "식용 잉크", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Food Coloring", + "langName": "식용 색소", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Sprinkles", + "langName": "사탕 파편", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Fondant Icing", + "langName": "퐁당 아이싱", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Royal Icing", + "langName": "머랭", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Wedding Cake", + "langName": "웨딩 케이크", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Cake Decorating", + "langName": "케이크 장식", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Shortcrust-Pastry", + "langName": "퍼프 페이스트리", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Flaky-Pastry", + "langName": "밀푸이유 퍼프 페이스트리", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Puff-Pastry", + "langName": "퍼프 페이스트리", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Eclair", + "langName": "퍼프", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Cannoli", + "langName": "도넛 롤", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Fruit-Tart", + "langName": "과일 타르트", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Creme Brule", + "langName": "카라멜 푸딩", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Gum", + "langName": "껌", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Toothpaste", + "langName": "치약", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Vegetable Oil", + "langName": "식물성 기름", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Olive Oil", + "langName": "올리브유", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Soda", + "langName": "소다수", + "object": "재료", + "attribute": "식품 및 소모품" + }, + { + "displayName": "Grass", + "langName": "잔디", + "object": "재료", + "attribute": "식물" + }, + { + "displayName": "Grassy", + "langName": "목초지", + "object": "재료", + "attribute": "식물" + }, + { + "displayName": "Floral", + "langName": "월경", + "object": "재료", + "attribute": "식물" + }, + { + "displayName": "Vines", + "langName": "덩굴", + "object": "재료", + "attribute": "식물" + }, + { + "displayName": "Tree Bark", + "langName": "짖다", + "object": "재료", + "attribute": "식물" + }, + { + "displayName": "Branches", + "langName": "가지", + "object": "재료", + "attribute": "식물" + }, + { + "displayName": "shrub", + "langName": "관목", + "object": "재료", + "attribute": "식물" + }, + { + "displayName": "Leaves", + "langName": "나뭇잎", + "object": "재료", + "attribute": "식물" + }, + { + "displayName": "Pinecone", + "langName": "솔방울", + "object": "재료", + "attribute": "식물" + }, + { + "displayName": "Acorn", + "langName": "도토리", + "object": "재료", + "attribute": "식물" + }, + { + "displayName": "Moss", + "langName": "이끼", + "object": "재료", + "attribute": "식물" + }, + { + "displayName": "Cactus", + "langName": "선인장", + "object": "재료", + "attribute": "식물" + }, + { + "displayName": "Straw", + "langName": "빨대", + "object": "재료", + "attribute": "식물" + }, + { + "displayName": "Straw-Bale", + "langName": "짚 베일", + "object": "재료", + "attribute": "식물" + }, + { + "displayName": "Hay", + "langName": "건초", + "object": "재료", + "attribute": "식물" + }, + { + "displayName": "Hay-Bale", + "langName": "건초 베일", + "object": "재료", + "attribute": "식물" + }, + { + "displayName": "Hemp", + "langName": "무감각", + "object": "재료", + "attribute": "식물" + }, + { + "displayName": "Fungi", + "langName": "진균류", + "object": "재료", + "attribute": "박테리아" + }, + { + "displayName": "Mushrooms", + "langName": "버섯", + "object": "재료", + "attribute": "박테리아" + }, + { + "displayName": "Mycelium", + "langName": "균사", + "object": "재료", + "attribute": "박테리아" + }, + { + "displayName": "Moldy", + "langName": "지겨운", + "object": "재료", + "attribute": "박테리아" + }, + { + "displayName": "Lactarius-Indigo", + "langName": "인디고 밀크 버섯", + "object": "재료", + "attribute": "박테리아" + }, + { + "displayName": "Latticed-Stinkhorn", + "langName": "격자무늬버섯", + "object": "재료", + "attribute": "박테리아" + }, + { + "displayName": "Clathrus-Ruber", + "langName": "로도코쿠스", + "object": "재료", + "attribute": "박테리아" + }, + { + "displayName": "Laccaria-Amethystina", + "langName": "보라색 버섯", + "object": "재료", + "attribute": "박테리아" + }, + { + "displayName": "Entoloma-Hochstetteri", + "langName": "파우더리고필룸 홀로필라", + "object": "재료", + "attribute": "박테리아" + }, + { + "displayName": "Clavaria-Zollingeri", + "langName": "보라색 산호버섯", + "object": "재료", + "attribute": "박테리아" + }, + { + "displayName": "Chlorociboria", + "langName": "녹색 곰팡이", + "object": "재료", + "attribute": "박테리아" + }, + { + "displayName": "Golden-Scruffy-Collybia", + "langName": "골든 크로우 풋 버섯", + "object": "재료", + "attribute": "박테리아" + }, + { + "displayName": "Cyptotrama-Asprata", + "langName": "신비로운 톱발버섯", + "object": "재료", + "attribute": "박테리아" + }, + { + "displayName": "Mycena Acicula", + "langName": "팔로필룸 아쿠미나타", + "object": "재료", + "attribute": "박테리아" + }, + { + "displayName": "Hygrocybe-Cantharellus", + "langName": "황갈색 붉은발버섯", + "object": "재료", + "attribute": "박테리아" + }, + { + "displayName": "Amanita-Muscaria", + "langName": "아마니타 레드 앤 화이트", + "object": "재료", + "attribute": "박테리아" + }, + { + "displayName": "Favolaschia-Calocera", + "langName": "오랑우탄 손가락 곰팡이", + "object": "재료", + "attribute": "박테리아" + }, + { + "displayName": "Marasmius-Haematocephalus", + "langName": "붉은머리곰팡이", + "object": "재료", + "attribute": "박테리아" + }, + { + "displayName": "Cystoagaricus-Trisulphuratus", + "langName": "삼황산염버섯", + "object": "재료", + "attribute": "박테리아" + }, + { + "displayName": "Tremella-Mesenterica", + "langName": "크산토모나스", + "object": "재료", + "attribute": "박테리아" + }, + { + "displayName": "Tremella-Fuciformis", + "langName": "트레멜라", + "object": "재료", + "attribute": "박테리아" + }, + { + "displayName": "Tornado", + "langName": "폭풍", + "object": "재료", + "attribute": "물체" + }, + { + "displayName": "Cage", + "langName": "새장", + "object": "재료", + "attribute": "물체" + }, + { + "displayName": "Cheese Grater", + "langName": "치즈 강판기", + "object": "재료", + "attribute": "물체" + }, + { + "displayName": "Slinky", + "langName": "스프링 장난감", + "object": "재료", + "attribute": "물체" + }, + { + "displayName": "Yin Yang", + "langName": "음과 양", + "object": "재료", + "attribute": "상징" + }, + { + "displayName": "Taiji", + "langName": "태극권", + "object": "재료", + "attribute": "상징" + }, + { + "displayName": "Bagua", + "langName": "잡담", + "object": "재료", + "attribute": "상징" + }, + { + "displayName": "Wu Xing", + "langName": "5 대 요소 (금, 목, 수, 불, 흙)", + "object": "재료", + "attribute": "상징" + }, + { + "displayName": "Gorgeous", + "langName": "아주 멋진", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "stunning", + "langName": "놀라운", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "intricate", + "langName": "복잡한", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "detailed", + "langName": "자세한 내용이 가득하다", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "luxurious", + "langName": "사치", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "subtle", + "langName": "연약한", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "delicate", + "langName": "절묘한", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "captivating", + "langName": "매력적인", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Refreshing", + "langName": "신선한", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Divine", + "langName": "신성한", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Infused", + "langName": "섞이다", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Essence", + "langName": "본질", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Ineffable", + "langName": "형언할 수 없는", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Powerful", + "langName": "강한", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Weak", + "langName": "약한", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Thick", + "langName": "두꺼운", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Massive Scale", + "langName": "대판", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Massive", + "langName": "많은", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Huge", + "langName": "거대한", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Large", + "langName": "큰", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Big", + "langName": "큰", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Mini", + "langName": "미니", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Tiny", + "langName": "작은", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Micro", + "langName": "미세한", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Nano", + "langName": "나노미터", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Flexible", + "langName": "유연한", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Paradox", + "langName": "역설", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Feng Shui", + "langName": "풍수", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Perfectionism", + "langName": "완벽주의", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "OCD", + "langName": "강박 장애", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Array", + "langName": "시리즈", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Muted", + "langName": "무음", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Visual Perception", + "langName": "시각적 인식", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Visual Agnosia", + "langName": "시각 실인증", + "object": "재료", + "attribute": "개념" + }, + { + "displayName": "Amber", + "langName": "호박색", + "object": "재료", + "attribute": "기타 자료" + }, + { + "displayName": "Inlay", + "langName": "모자이크", + "object": "재료", + "attribute": "기타 자료" + }, + { + "displayName": "Wires", + "langName": "전선", + "object": "재료", + "attribute": "기타 자료" + }, + { + "displayName": "Cells", + "langName": "셀", + "object": "재료", + "attribute": "기타 자료" + }, + { + "displayName": "Cellular", + "langName": "망사", + "object": "재료", + "attribute": "기타 자료" + }, + { + "displayName": "Transistor", + "langName": "트랜지스터", + "object": "재료", + "attribute": "기타 자료" + }, + { + "displayName": "Diode", + "langName": "다이오드", + "object": "재료", + "attribute": "기타 자료" + }, + { + "displayName": "Point", + "langName": "가리키다", + "object": "기하학적 구성", + "attribute": "모양" + }, + { + "displayName": "Dot", + "langName": "가리키다", + "object": "기하학적 구성", + "attribute": "모양" + }, + { + "displayName": "Line", + "langName": "철사", + "object": "기하학적 구성", + "attribute": "모양" + }, + { + "displayName": "Curve", + "langName": "곡선", + "object": "기하학적 구성", + "attribute": "모양" + }, + { + "displayName": "Bezier Curve", + "langName": "베지어 곡선", + "object": "기하학적 구성", + "attribute": "모양" + }, + { + "displayName": "Triangle", + "langName": "삼각형", + "object": "기하학적 구성", + "attribute": "모양" + }, + { + "displayName": "Square", + "langName": "정사각형", + "object": "기하학적 구성", + "attribute": "모양" + }, + { + "displayName": "Pentagon", + "langName": "오각형", + "object": "기하학적 구성", + "attribute": "모양" + }, + { + "displayName": "Hexagon", + "langName": "육각형", + "object": "기하학적 구성", + "attribute": "모양" + }, + { + "displayName": "Hexagonal", + "langName": "육각형", + "object": "기하학적 구성", + "attribute": "모양" + }, + { + "displayName": "Heptagon", + "langName": "칠각형", + "object": "기하학적 구성", + "attribute": "모양" + }, + { + "displayName": "Octagon", + "langName": "팔각형", + "object": "기하학적 구성", + "attribute": "모양" + }, + { + "displayName": "Nonagon", + "langName": "구각형", + "object": "기하학적 구성", + "attribute": "모양" + }, + { + "displayName": "Decagon", + "langName": "십각형", + "object": "기하학적 구성", + "attribute": "모양" + }, + { + "displayName": "Rectangle", + "langName": "구형", + "object": "기하학적 구성", + "attribute": "모양" + }, + { + "displayName": "Rectangular", + "langName": "직사각형", + "object": "기하학적 구성", + "attribute": "모양" + }, + { + "displayName": "Parallelogram", + "langName": "평행사변형", + "object": "기하학적 구성", + "attribute": "모양" + }, + { + "displayName": "Rhombus", + "langName": "다이아몬드", + "object": "기하학적 구성", + "attribute": "모양" + }, + { + "displayName": "Heart", + "langName": "마음", + "object": "기하학적 구성", + "attribute": "모양" + }, + { + "displayName": "Spirangle", + "langName": "나선", + "object": "기하학적 구성", + "attribute": "모양" + }, + { + "displayName": "Cube", + "langName": "입방체", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Cuboid", + "langName": "직육면체", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Sphere", + "langName": "구체", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Cone", + "langName": "원뿔", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Cylinder", + "langName": "실린더", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Pyramid", + "langName": "피라미드", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Torus", + "langName": "큰 쇠시리", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Rectangular Prism", + "langName": "직각 프리즘", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Star Prism", + "langName": "별 프리즘", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Wedge", + "langName": "쐐기", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Zonohedron", + "langName": "다면체", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Tetrahedron", + "langName": "사면체", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Octahedron", + "langName": "팔면체", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Dodecahedron", + "langName": "십이 면체", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Icosahedron", + "langName": "이십면체", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Kepler-Poinsot Polyhedra", + "langName": "케플러 포인트 다면체", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Cuboctahedron", + "langName": "육팔면체", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Rhombicuboctahedron", + "langName": "능면체육면체팔면체", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Icosidodecahedron", + "langName": "이십면체", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Rhombicosidodecahedron", + "langName": "능면체 이십면체", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Trapezohedron", + "langName": "사다리꼴체", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Cupola", + "langName": "둥근 천장", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Anticupola", + "langName": "역돔", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Hypercupolae", + "langName": "슈퍼돔", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Bicupola", + "langName": "더블 돔", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Frustum", + "langName": "절두원뿔", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Bifrustum", + "langName": "이중 절두체", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Rotunda", + "langName": "원형 홀", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Birotunda", + "langName": "더블 로툰다", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Prismatoid", + "langName": "프리즘", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Scutoid", + "langName": "비늘 모양의 다면체", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Bipyramid", + "langName": "더블 콘", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Star Bipyramid", + "langName": "스타 더블 콘", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Anti-Prism", + "langName": "안티프리즘", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Trapezohedra", + "langName": "사다리꼴 원뿔", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Star Trapezohedron", + "langName": "별모양 사다리꼴 원뿔", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Spherical polyhedron", + "langName": "구면 다면체", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Mobius strip", + "langName": "뫼비우스의 띠", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Hexaflexagon", + "langName": "육각형 상자", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Miura fold", + "langName": "미우라 폴딩", + "object": "기하학적 구성", + "attribute": "물체" + }, + { + "displayName": "Hypercube", + "langName": "하이퍼큐브", + "object": "기하학적 구성", + "attribute": "슈퍼 모양" + }, + { + "displayName": "Hyperprism", + "langName": "슈퍼 프리즘", + "object": "기하학적 구성", + "attribute": "슈퍼 모양" + }, + { + "displayName": "Hyperpyramid", + "langName": "슈퍼 피라미드", + "object": "기하학적 구성", + "attribute": "슈퍼 모양" + }, + { + "displayName": "Hypertorus", + "langName": "하이퍼 토러스", + "object": "기하학적 구성", + "attribute": "슈퍼 모양" + }, + { + "displayName": "Hypersphere", + "langName": "하이퍼스피어", + "object": "기하학적 구성", + "attribute": "슈퍼 모양" + }, + { + "displayName": "Hypercone", + "langName": "하이퍼콘", + "object": "기하학적 구성", + "attribute": "슈퍼 모양" + }, + { + "displayName": "Hypercylinder", + "langName": "하이퍼실린더", + "object": "기하학적 구성", + "attribute": "슈퍼 모양" + }, + { + "displayName": "Hyperzonohedron", + "langName": "초다면체", + "object": "기하학적 구성", + "attribute": "슈퍼 모양" + }, + { + "displayName": "Hypertetrahedron", + "langName": "초사면체", + "object": "기하학적 구성", + "attribute": "슈퍼 모양" + }, + { + "displayName": "Hyperoctahedron", + "langName": "초팔면체", + "object": "기하학적 구성", + "attribute": "슈퍼 모양" + }, + { + "displayName": "Hyperdodecahedron", + "langName": "초십이면체", + "object": "기하학적 구성", + "attribute": "슈퍼 모양" + }, + { + "displayName": "Hypericosahedron", + "langName": "초이십면체", + "object": "기하학적 구성", + "attribute": "슈퍼 모양" + }, + { + "displayName": "Flexible Polyhedron", + "langName": "탄성 다면체", + "object": "기하학적 구성", + "attribute": "슈퍼 모양" + }, + { + "displayName": "Klein bottle", + "langName": "클라인 병", + "object": "기하학적 구성", + "attribute": "슈퍼 모양" + }, + { + "displayName": "Monogon", + "langName": "헤드론", + "object": "기하학적 구성", + "attribute": "슈퍼 모양" + }, + { + "displayName": "Digon", + "langName": "이면체", + "object": "기하학적 구성", + "attribute": "슈퍼 모양" + }, + { + "displayName": "AR", + "langName": "증강현실", + "object": "기하학적 구성", + "attribute": "멀티버스" + }, + { + "displayName": "VR", + "langName": "가상 현실", + "object": "기하학적 구성", + "attribute": "멀티버스" + }, + { + "displayName": "2-Dimensional", + "langName": "2 차원의", + "object": "기하학적 구성", + "attribute": "멀티버스" + }, + { + "displayName": "2D", + "langName": "2 차원", + "object": "기하학적 구성", + "attribute": "멀티버스" + }, + { + "displayName": "2.5-Dimensional", + "langName": "2.5 차원", + "object": "기하학적 구성", + "attribute": "멀티버스" + }, + { + "displayName": "2.5D", + "langName": "2.5D", + "object": "기하학적 구성", + "attribute": "멀티버스" + }, + { + "displayName": "3-Dimensional", + "langName": "3 차원", + "object": "기하학적 구성", + "attribute": "멀티버스" + }, + { + "displayName": "3D", + "langName": "3D", + "object": "기하학적 구성", + "attribute": "멀티버스" + }, + { + "displayName": "4-Dimensional", + "langName": "4 차원", + "object": "기하학적 구성", + "attribute": "멀티버스" + }, + { + "displayName": "4D", + "langName": "4D", + "object": "기하학적 구성", + "attribute": "멀티버스" + }, + { + "displayName": "5-Dimensional", + "langName": "5 차원", + "object": "기하학적 구성", + "attribute": "멀티버스" + }, + { + "displayName": "5D", + "langName": "5 일", + "object": "기하학적 구성", + "attribute": "멀티버스" + }, + { + "displayName": "Overdimensional", + "langName": "초차원", + "object": "기하학적 구성", + "attribute": "멀티버스" + }, + { + "displayName": "Underdimensional", + "langName": "두 번째 차원", + "object": "기하학적 구성", + "attribute": "멀티버스" + }, + { + "displayName": "Hyperdimensional", + "langName": "초차원성", + "object": "기하학적 구성", + "attribute": "멀티버스" + }, + { + "displayName": "Subdimensional", + "langName": "2 차 차원", + "object": "기하학적 구성", + "attribute": "멀티버스" + }, + { + "displayName": "Omnidimensional", + "langName": "전체 차원", + "object": "기하학적 구성", + "attribute": "멀티버스" + }, + { + "displayName": "Everdimensional", + "langName": "영원한 차원", + "object": "기하학적 구성", + "attribute": "멀티버스" + }, + { + "displayName": "Extradimensional", + "langName": "다른 차원", + "object": "기하학적 구성", + "attribute": "멀티버스" + }, + { + "displayName": "Beyond-Dimensional", + "langName": "차원을 넘어서", + "object": "기하학적 구성", + "attribute": "멀티버스" + }, + { + "displayName": "Excessively-dimensional", + "langName": "과도한 차원성", + "object": "기하학적 구성", + "attribute": "멀티버스" + }, + { + "displayName": "Alldimensional", + "langName": "전체 차원", + "object": "기하학적 구성", + "attribute": "멀티버스" + }, + { + "displayName": "Multiverse", + "langName": "멀티버스", + "object": "기하학적 구성", + "attribute": "멀티버스" + }, + { + "displayName": "Low Poly", + "langName": "로우 프로파일 모델링", + "object": "기하학적 구성", + "attribute": "스타일" + }, + { + "displayName": "Geometric", + "langName": "기하학", + "object": "기하학적 구성", + "attribute": "스타일" + }, + { + "displayName": "Non-Euclidian", + "langName": "비유클리드", + "object": "기하학적 구성", + "attribute": "스타일" + }, + { + "displayName": "Poly", + "langName": "폴리", + "object": "기하학적 구성", + "attribute": "스타일" + }, + { + "displayName": "Polygon", + "langName": "다각형", + "object": "기하학적 구성", + "attribute": "스타일" + }, + { + "displayName": "Polygonal", + "langName": "다자간", + "object": "기하학적 구성", + "attribute": "스타일" + }, + { + "displayName": "Polyhedron", + "langName": "다면체", + "object": "기하학적 구성", + "attribute": "스타일" + }, + { + "displayName": "Polyhedral", + "langName": "많은 측면", + "object": "기하학적 구성", + "attribute": "스타일" + }, + { + "displayName": "Platonic Solids", + "langName": "플라톤의 입체", + "object": "기하학적 구성", + "attribute": "스타일" + }, + { + "displayName": "Archimedean Solids", + "langName": "아르키메데스의 입체", + "object": "기하학적 구성", + "attribute": "스타일" + }, + { + "displayName": "Catalan solids", + "langName": "카탈로니아 고정관념", + "object": "기하학적 구성", + "attribute": "스타일" + }, + { + "displayName": "Vertex", + "langName": "꼭지점", + "object": "기하학적 구성", + "attribute": "특성" + }, + { + "displayName": "Edge", + "langName": "가장자리", + "object": "기하학적 구성", + "attribute": "특성" + }, + { + "displayName": "Surface", + "langName": "표면", + "object": "기하학적 구성", + "attribute": "특성" + }, + { + "displayName": "Interior", + "langName": "내부", + "object": "기하학적 구성", + "attribute": "특성" + }, + { + "displayName": "Exterior", + "langName": "외부", + "object": "기하학적 구성", + "attribute": "특성" + }, + { + "displayName": "Convex", + "langName": "볼록한", + "object": "기하학적 구성", + "attribute": "특성" + }, + { + "displayName": "Concave", + "langName": "오목한", + "object": "기하학적 구성", + "attribute": "특성" + }, + { + "displayName": "Equiangular", + "langName": "등각", + "object": "기하학적 구성", + "attribute": "특성" + }, + { + "displayName": "Equilateral", + "langName": "등변", + "object": "기하학적 구성", + "attribute": "특성" + }, + { + "displayName": "Cyclic", + "langName": "회보", + "object": "기하학적 구성", + "attribute": "특성" + }, + { + "displayName": "Tangential", + "langName": "접선", + "object": "기하학적 구성", + "attribute": "특성" + }, + { + "displayName": "Rectilinear", + "langName": "일직선", + "object": "기하학적 구성", + "attribute": "특성" + }, + { + "displayName": "Traverse", + "langName": "가로질러", + "object": "기하학적 구성", + "attribute": "특성" + }, + { + "displayName": "Quasi", + "langName": "계획", + "object": "기하학적 구성", + "attribute": "특성" + }, + { + "displayName": "Quasi-Regular", + "langName": "준규칙", + "object": "기하학적 구성", + "attribute": "특성" + }, + { + "displayName": "Isogonal", + "langName": "등각", + "object": "기하학적 구성", + "attribute": "특성" + }, + { + "displayName": "Isotoxal", + "langName": "독을 기다리며", + "object": "기하학적 구성", + "attribute": "특성" + }, + { + "displayName": "Isohedral", + "langName": "평등한 국수", + "object": "기하학적 구성", + "attribute": "특성" + }, + { + "displayName": "Stellation", + "langName": "별 모양", + "object": "기하학적 구성", + "attribute": "특성" + }, + { + "displayName": "Ehrhart Polynomial", + "langName": "에르하르트 다항식", + "object": "기하학적 구성", + "attribute": "특성" + }, + { + "displayName": "Ideal polyhedron", + "langName": "이상 다면체", + "object": "기하학적 구성", + "attribute": "특성" + }, + { + "displayName": "Polytope", + "langName": "다포체", + "object": "기하학적 구성", + "attribute": "특성" + }, + { + "displayName": "Realistic Painting", + "langName": "사실적인 그림", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Fine Art", + "langName": "미술 그림", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Still-Life", + "langName": "정물화", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Oil Paint", + "langName": "그림", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "((dyeing)),((oil painting)),((impasto))", + "langName": "유화 (조합)", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Wet Paint", + "langName": "습식 페인팅", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Dripping Paint", + "langName": "페인트가 떨어지다", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Splatter Paint", + "langName": "스플래시 페인트", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Spray Paint", + "langName": "스프레이 페인트", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Puffy Paint", + "langName": "3 차원 안료", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Glass Paint", + "langName": "유리 페인트", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Tempera Paint", + "langName": "템페라 화법", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Gouache Paint", + "langName": "구아슈 페인트", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Chinese Painting", + "langName": "중국화", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Tibetan Painting", + "langName": "티베트 그림", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Scroll Painting", + "langName": "스크롤 페인팅", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Canvas", + "langName": "캔버스 페인팅", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Color Field Painting", + "langName": "컬러 필드 페인팅", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Hard Edge Painting", + "langName": "하드 에지 페인팅", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Paper-Marbling", + "langName": "구아슈", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Hydrodipped", + "langName": "물 스티커", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Painting", + "langName": "그림", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Ink wash painting", + "langName": "잉크 그림", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "watercolor", + "langName": "수채화 그림", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "(((ink))),((watercolor))", + "langName": "수채화 그림", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Paint", + "langName": "페인트", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "acrylic_paint", + "langName": "아크릴 페인트 그림", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Airbrush", + "langName": "에어브러쉬", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Coffee Paint", + "langName": "커피 페인트", + "object": "이미지 유형", + "attribute": "그림" + }, + { + "displayName": "Illustration", + "langName": "삽화", + "object": "이미지 유형", + "attribute": "삽화" + }, + { + "displayName": "Storybook Illustration", + "langName": "동화책 일러스트레이션", + "object": "이미지 유형", + "attribute": "삽화" + }, + { + "displayName": "Children's Drawing", + "langName": "어린이 그림", + "object": "이미지 유형", + "attribute": "삽화" + }, + { + "displayName": "Graphic Novel", + "langName": "그래픽 노블", + "object": "이미지 유형", + "attribute": "삽화" + }, + { + "displayName": "Visual Novel", + "langName": "비주얼 노벨", + "object": "이미지 유형", + "attribute": "삽화" + }, + { + "displayName": "Illustrated-Booklet", + "langName": "그림이 있는 팜플렛", + "object": "이미지 유형", + "attribute": "삽화" + }, + { + "displayName": "Illuminated Manuscript", + "langName": "조명된 원고", + "object": "이미지 유형", + "attribute": "삽화" + }, + { + "displayName": "Assembly Drawing", + "langName": "조립도", + "object": "이미지 유형", + "attribute": "삽화" + }, + { + "displayName": "wallpaper", + "langName": "벽지", + "object": "이미지 유형", + "attribute": "삽화" + }, + { + "displayName": "extremely detailed wallpaper", + "langName": "매우 자세한 벽지", + "object": "이미지 유형", + "attribute": "삽화" + }, + { + "displayName": "digital illustration", + "langName": "디지털 일러스트레이션", + "object": "이미지 유형", + "attribute": "삽화" + }, + { + "displayName": "multiple item spritedsheet", + "langName": "여러 관련 패턴의 이미지 모음", + "object": "이미지 유형", + "attribute": "삽화" + }, + { + "displayName": "game cg", + "langName": "게임 CG", + "object": "이미지 유형", + "attribute": "삽화" + }, + { + "displayName": "extremely detailed cg", + "langName": "매우 자세한 CG", + "object": "이미지 유형", + "attribute": "삽화" + }, + { + "displayName": "Drawing", + "langName": "그림", + "object": "이미지 유형", + "attribute": "손으로 그린" + }, + { + "displayName": "Hand-Drawn", + "langName": "손으로 그린", + "object": "이미지 유형", + "attribute": "손으로 그린" + }, + { + "displayName": "Doodle", + "langName": "낙서", + "object": "이미지 유형", + "attribute": "손으로 그린" + }, + { + "displayName": "sketch", + "langName": "스케치", + "object": "이미지 유형", + "attribute": "손으로 그린" + }, + { + "displayName": "posing sketch", + "langName": "스케치", + "object": "이미지 유형", + "attribute": "손으로 그린" + }, + { + "displayName": "Line Art", + "langName": "선화", + "object": "이미지 유형", + "attribute": "손으로 그린" + }, + { + "displayName": "Crosshatch", + "langName": "교차 해칭", + "object": "이미지 유형", + "attribute": "손으로 그린" + }, + { + "displayName": "Stipple", + "langName": "점묘주의", + "object": "이미지 유형", + "attribute": "손으로 그린" + }, + { + "displayName": "Dot Art", + "langName": "점묘주의", + "object": "이미지 유형", + "attribute": "손으로 그린" + }, + { + "displayName": "Anatomical Drawing", + "langName": "해부학 다이어그램", + "object": "이미지 유형", + "attribute": "손으로 그린" + }, + { + "displayName": "(posing sketch),(monochrome)", + "langName": "흑백 스케치", + "object": "이미지 유형", + "attribute": "손으로 그린" + }, + { + "displayName": "Pencil Art", + "langName": "연필로 그림 그리기", + "object": "이미지 유형", + "attribute": "연필" + }, + { + "displayName": "graphite", + "langName": "흑연연필", + "object": "이미지 유형", + "attribute": "연필" + }, + { + "displayName": "colored_pencil", + "langName": "색연필", + "object": "이미지 유형", + "attribute": "연필" + }, + { + "displayName": "watercolor_pencil", + "langName": "수채화연필", + "object": "이미지 유형", + "attribute": "연필" + }, + { + "displayName": "charcoal art", + "langName": "목탄화", + "object": "이미지 유형", + "attribute": "연필" + }, + { + "displayName": "millipen_(medium)", + "langName": "펜", + "object": "이미지 유형", + "attribute": "연필" + }, + { + "displayName": "nib_pen_(medium)", + "langName": "펜", + "object": "이미지 유형", + "attribute": "연필" + }, + { + "displayName": "(monochrome),(gray scale),(pencil sketch lines)", + "langName": "연필 스케치", + "object": "이미지 유형", + "attribute": "연필" + }, + { + "displayName": "faux_traditional_media", + "langName": "간판 페인팅 스타일", + "object": "이미지 유형", + "attribute": "연필" + }, + { + "displayName": "Ink", + "langName": "잉크", + "object": "이미지 유형", + "attribute": "잉크" + }, + { + "displayName": "Fountain Pen", + "langName": "펜", + "object": "이미지 유형", + "attribute": "잉크" + }, + { + "displayName": "Fountain Pen Art", + "langName": "펜 그림", + "object": "이미지 유형", + "attribute": "잉크" + }, + { + "displayName": "Ballpoint Pen", + "langName": "볼펜", + "object": "이미지 유형", + "attribute": "잉크" + }, + { + "displayName": "Gel Pen", + "langName": "젤펜", + "object": "이미지 유형", + "attribute": "잉크" + }, + { + "displayName": "ballpoint_pen_(medium)", + "langName": "볼펜", + "object": "이미지 유형", + "attribute": "잉크" + }, + { + "displayName": "Calligraphy", + "langName": "달필", + "object": "이미지 유형", + "attribute": "잉크" + }, + { + "displayName": "marker_(medium)", + "langName": "마커펜", + "object": "이미지 유형", + "attribute": "잉크" + }, + { + "displayName": "copics", + "langName": "마커 (중성 회색)", + "object": "이미지 유형", + "attribute": "잉크" + }, + { + "displayName": "Dry-Erase Marker", + "langName": "화이트보드 마커", + "object": "이미지 유형", + "attribute": "잉크" + }, + { + "displayName": "Wet-Erase Marker", + "langName": "지울 수 있는 마커 펜", + "object": "이미지 유형", + "attribute": "잉크" + }, + { + "displayName": "Whiteboard", + "langName": "희고 매끄러운 칠판", + "object": "이미지 유형", + "attribute": "잉크" + }, + { + "displayName": "pastel_color", + "langName": "파스텔 색상", + "object": "이미지 유형", + "attribute": "잉크" + }, + { + "displayName": "Crayon", + "langName": "크레용", + "object": "이미지 유형", + "attribute": "분필" + }, + { + "displayName": "Conte", + "langName": "강희펜", + "object": "이미지 유형", + "attribute": "분필" + }, + { + "displayName": "Chalk", + "langName": "분필", + "object": "이미지 유형", + "attribute": "분필" + }, + { + "displayName": "Pastel Art", + "langName": "파스텔화", + "object": "이미지 유형", + "attribute": "분필" + }, + { + "displayName": "Blackboard", + "langName": "칠판", + "object": "이미지 유형", + "attribute": "분필" + }, + { + "displayName": "Chalkboard", + "langName": "칠판", + "object": "이미지 유형", + "attribute": "분필" + }, + { + "displayName": "Text", + "langName": "텍스트", + "object": "이미지 유형", + "attribute": "텍스트" + }, + { + "displayName": "Typeface", + "langName": "세례반", + "object": "이미지 유형", + "attribute": "텍스트" + }, + { + "displayName": "Font", + "langName": "세례반", + "object": "이미지 유형", + "attribute": "텍스트" + }, + { + "displayName": "Says", + "langName": "설명하다", + "object": "이미지 유형", + "attribute": "텍스트" + }, + { + "displayName": "Letters", + "langName": "편지", + "object": "이미지 유형", + "attribute": "텍스트" + }, + { + "displayName": "Graphemes", + "langName": "자소", + "object": "이미지 유형", + "attribute": "텍스트" + }, + { + "displayName": "Written Letters", + "langName": "편지쓰기", + "object": "이미지 유형", + "attribute": "텍스트" + }, + { + "displayName": "Words", + "langName": "단어", + "object": "이미지 유형", + "attribute": "텍스트" + }, + { + "displayName": "Lexemes", + "langName": "형태소", + "object": "이미지 유형", + "attribute": "텍스트" + }, + { + "displayName": "Written Words", + "langName": "쓰여진 단어", + "object": "이미지 유형", + "attribute": "텍스트" + }, + { + "displayName": "Caption", + "langName": "제목", + "object": "이미지 유형", + "attribute": "텍스트" + }, + { + "displayName": "Logo", + "langName": "등록 상표", + "object": "이미지 유형", + "attribute": "인쇄" + }, + { + "displayName": "Stamp", + "langName": "우표", + "object": "이미지 유형", + "attribute": "인쇄" + }, + { + "displayName": "Postage Stamp", + "langName": "우표", + "object": "이미지 유형", + "attribute": "인쇄" + }, + { + "displayName": "Business Card", + "langName": "명함", + "object": "이미지 유형", + "attribute": "인쇄" + }, + { + "displayName": "Collage", + "langName": "콜라주", + "object": "이미지 유형", + "attribute": "인쇄" + }, + { + "displayName": "Photocollage", + "langName": "사진 콜라주", + "object": "이미지 유형", + "attribute": "인쇄" + }, + { + "displayName": "Fotocollage", + "langName": "사진 콜라주", + "object": "이미지 유형", + "attribute": "인쇄" + }, + { + "displayName": "Lithography", + "langName": "리소그래피", + "object": "이미지 유형", + "attribute": "인쇄" + }, + { + "displayName": "Block Printing", + "langName": "판화", + "object": "이미지 유형", + "attribute": "인쇄" + }, + { + "displayName": "Magazine", + "langName": "잡지", + "object": "이미지 유형", + "attribute": "인쇄" + }, + { + "displayName": "Newspaper", + "langName": "신문", + "object": "이미지 유형", + "attribute": "인쇄" + }, + { + "displayName": "Newsprint", + "langName": "신문 용지", + "object": "이미지 유형", + "attribute": "인쇄" + }, + { + "displayName": "Cartographic", + "langName": "매핑", + "object": "이미지 유형", + "attribute": "인쇄" + }, + { + "displayName": "Blueprint", + "langName": "청사진", + "object": "이미지 유형", + "attribute": "인쇄" + }, + { + "displayName": "comic", + "langName": "지세도", + "object": "이미지 유형", + "attribute": "인쇄" + }, + { + "displayName": "Comic Book", + "langName": "만화책", + "object": "이미지 유형", + "attribute": "인쇄" + }, + { + "displayName": "Booklet", + "langName": "작은 책자", + "object": "이미지 유형", + "attribute": "인쇄" + }, + { + "displayName": "Poster", + "langName": "포스터", + "object": "이미지 유형", + "attribute": "인쇄" + }, + { + "displayName": "Sticker", + "langName": "상표", + "object": "이미지 유형", + "attribute": "인쇄" + }, + { + "displayName": "Barcode", + "langName": "바코드", + "object": "이미지 유형", + "attribute": "인쇄" + }, + { + "displayName": "QR Code", + "langName": "QR 코드", + "object": "이미지 유형", + "attribute": "인쇄" + }, + { + "displayName": "Pokemon Card", + "langName": "포켓몬 카드 (포켓몬스터)", + "object": "이미지 유형", + "attribute": "인쇄" + }, + { + "displayName": "Origami", + "langName": "오리지미", + "object": "이미지 유형", + "attribute": "오리지미" + }, + { + "displayName": "Modular Origami", + "langName": "모듈식 오리지미", + "object": "이미지 유형", + "attribute": "오리지미" + }, + { + "displayName": "Rigid Origami", + "langName": "딱딱한 오리지미", + "object": "이미지 유형", + "attribute": "오리지미" + }, + { + "displayName": "Sonobe", + "langName": "오리지미 꽃다발", + "object": "이미지 유형", + "attribute": "오리지미" + }, + { + "displayName": "Kirigami", + "langName": "종이 자르기", + "object": "이미지 유형", + "attribute": "오리지미" + }, + { + "displayName": "Moneygami", + "langName": "지폐 오리지미", + "object": "이미지 유형", + "attribute": "오리지미" + }, + { + "displayName": "Wet-Folding", + "langName": "젖은 접기", + "object": "이미지 유형", + "attribute": "오리지미" + }, + { + "displayName": "pixel art", + "langName": "픽셀 아트", + "object": "이미지 유형", + "attribute": "모자이크" + }, + { + "displayName": "Mosaic", + "langName": "모자이크", + "object": "이미지 유형", + "attribute": "모자이크" + }, + { + "displayName": "Micromosaic", + "langName": "마이크로모자이크", + "object": "이미지 유형", + "attribute": "모자이크" + }, + { + "displayName": "Glass Mosaic", + "langName": "유리 모자이크", + "object": "이미지 유형", + "attribute": "모자이크" + }, + { + "displayName": "Photographic Mosaic", + "langName": "사진 모자이크", + "object": "이미지 유형", + "attribute": "모자이크" + }, + { + "displayName": "Impressionist Mosaic", + "langName": "인상파 모자이크", + "object": "이미지 유형", + "attribute": "모자이크" + }, + { + "displayName": "Frame", + "langName": "사진 프레임", + "object": "이미지 유형", + "attribute": "액자" + }, + { + "displayName": "Framed", + "langName": "액자에 넣은", + "object": "이미지 유형", + "attribute": "액자" + }, + { + "displayName": "Wooden Frame", + "langName": "나무 사진 프레임", + "object": "이미지 유형", + "attribute": "액자" + }, + { + "displayName": "Wooden Framed", + "langName": "나무 그림 프레임", + "object": "이미지 유형", + "attribute": "액자" + }, + { + "displayName": "Carving", + "langName": "조각", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Etching", + "langName": "에칭", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Sculpture", + "langName": "조각품", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Papercutting", + "langName": "종이 자르기", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "silhouette", + "langName": "실루엣", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Whittling", + "langName": "조각 칼", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Wood-Carving", + "langName": "나무 조각", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Chip-Carving", + "langName": "꽃 조각", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Relief-Carving", + "langName": "안도", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Ice-Carving", + "langName": "얼음 조각", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Lacquer", + "langName": "칠기예술", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "String-Art", + "langName": "스트링 아트", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Paper-Mache", + "langName": "펄프 성형", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Paper Model", + "langName": "종이 모델", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Card", + "langName": "카드", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Carved Lacquer", + "langName": "조각 칠기", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Fretwork", + "langName": "홀로우링 공정", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Intaglio", + "langName": "그라비아 인쇄", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Mezzotint", + "langName": "구리판 페인트", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Aquatint", + "langName": "그라비아 인쇄", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Linocut", + "langName": "실크스크린 인쇄", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Pyrography", + "langName": "솔더 스팟 페인팅", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Puppet", + "langName": "인형", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Balloon Modelling", + "langName": "풍선 모형", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Balloon Twisting", + "langName": "다양한 모양의 풍선", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Circuit", + "langName": "선 다이어그램", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Circuitry", + "langName": "회로", + "object": "이미지 유형", + "attribute": "조각, 에칭 및 모델링" + }, + { + "displayName": "Dalle de verre", + "langName": "스테인드 글라스", + "object": "이미지 유형", + "attribute": "도자기와 유리" + }, + { + "displayName": "Encaustic painting", + "langName": "도자기 그림", + "object": "이미지 유형", + "attribute": "도자기와 유리" + }, + { + "displayName": "Glaze", + "langName": "잿물", + "object": "이미지 유형", + "attribute": "도자기와 유리" + }, + { + "displayName": "Overglaze", + "langName": "잿물", + "object": "이미지 유형", + "attribute": "도자기와 유리" + }, + { + "displayName": "Inglaze", + "langName": "유약 아래", + "object": "이미지 유형", + "attribute": "도자기와 유리" + }, + { + "displayName": "Azulejo", + "langName": "아줄레주", + "object": "이미지 유형", + "attribute": "도자기와 유리" + }, + { + "displayName": "Paleolithic Pottery", + "langName": "구석기 시대 토기", + "object": "이미지 유형", + "attribute": "도자기와 유리" + }, + { + "displayName": "Neolithic Pottery", + "langName": "신석기 시대 토기", + "object": "이미지 유형", + "attribute": "도자기와 유리" + }, + { + "displayName": "Bone China", + "langName": "본차이나", + "object": "이미지 유형", + "attribute": "도자기와 유리" + }, + { + "displayName": "Ornament", + "langName": "장식", + "object": "이미지 유형", + "attribute": "도자기와 유리" + }, + { + "displayName": "Light Art", + "langName": "라이트 아트", + "object": "이미지 유형", + "attribute": "빛" + }, + { + "displayName": "Light Painting", + "langName": "라이트 페인팅", + "object": "이미지 유형", + "attribute": "빛" + }, + { + "displayName": "Lightpainting", + "langName": "라이트 페인팅", + "object": "이미지 유형", + "attribute": "빛" + }, + { + "displayName": "traditional_media", + "langName": "전통적인 캔버스 (종이 등)", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Wall Decal", + "langName": "벽 스티커", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Banner", + "langName": "기치", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Signage", + "langName": "표지판", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Arts and Crafts", + "langName": "예술과 공예", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Resin", + "langName": "에폭시수지", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Enamel Pin", + "langName": "에나멜 핀", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Bejeweled", + "langName": "박힌 보석", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Latte Art", + "langName": "라떼아트", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Coffee Stain", + "langName": "커피 얼룩", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Smoke Art", + "langName": "연기 예술", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Sticker Bomb", + "langName": "스티커 폭탄", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Jigsaw", + "langName": "퍼즐", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Puzzle", + "langName": "퍼즐", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Maze", + "langName": "미로", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Toy", + "langName": "장난감", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Site-Specific art", + "langName": "특정 장소 예술", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Public Art", + "langName": "공공 예술", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Diorama", + "langName": "디오라마", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Hedge Trimming", + "langName": "울타리 다듬기", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Hatmaking", + "langName": "모자 만들기", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Stencil", + "langName": "원판", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Negative Space", + "langName": "음의 공간", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Scrapbooking", + "langName": "스크랩북", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Mixed Media", + "langName": "혼합 매체", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Frottage", + "langName": "스탬피드 페인팅", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Outlined", + "langName": "윤곽", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Glitter", + "langName": "반짝임", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Sparkly", + "langName": "빛나는", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Indian Art", + "langName": "인도 미술", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Soviet Art", + "langName": "소련 예술", + "object": "이미지 유형", + "attribute": "기타 매체" + }, + { + "displayName": "Rock Art", + "langName": "암각화", + "object": "이미지 유형", + "attribute": "전통예술" + }, + { + "displayName": "Cave Art", + "langName": "동굴 예술", + "object": "이미지 유형", + "attribute": "전통예술" + }, + { + "displayName": "Mural", + "langName": "벽화", + "object": "이미지 유형", + "attribute": "전통예술" + }, + { + "displayName": "Easter Egg", + "langName": "이스터 에그", + "object": "이미지 유형", + "attribute": "전통예술" + }, + { + "displayName": "Egg Decorating", + "langName": "칠해진 달걀", + "object": "이미지 유형", + "attribute": "전통예술" + }, + { + "displayName": "((art nouveau))", + "langName": "아르 누보", + "object": "아트 스타일", + "attribute": "역사적 예술 스타일" + }, + { + "displayName": "((classicism))", + "langName": "고전주의", + "object": "아트 스타일", + "attribute": "역사적 예술 스타일" + }, + { + "displayName": "((neoclassicism))", + "langName": "신고전주의", + "object": "아트 스타일", + "attribute": "역사적 예술 스타일" + }, + { + "displayName": "((romanticism))", + "langName": "낭만주의", + "object": "아트 스타일", + "attribute": "역사적 예술 스타일" + }, + { + "displayName": "Gothic art", + "langName": "고딕 예술", + "object": "아트 스타일", + "attribute": "역사적 예술 스타일" + }, + { + "displayName": "Baroque", + "langName": "바로크", + "object": "아트 스타일", + "attribute": "역사적 예술 스타일" + }, + { + "displayName": "Pre-Raphaelite Brotherhood", + "langName": "전라파", + "object": "아트 스타일", + "attribute": "역사적 예술 스타일" + }, + { + "displayName": "renaissance art", + "langName": "르네상스 스타일", + "object": "아트 스타일", + "attribute": "역사적 예술 스타일" + }, + { + "displayName": "academic art", + "langName": "학생", + "object": "아트 스타일", + "attribute": "역사적 예술 스타일" + }, + { + "displayName": "academicism", + "langName": "학문주의", + "object": "아트 스타일", + "attribute": "역사적 예술 스타일" + }, + { + "displayName": "ancient greek art", + "langName": "고대 그리스 미술", + "object": "아트 스타일", + "attribute": "역사적 예술 스타일" + }, + { + "displayName": "ancient egypt", + "langName": "고대 이집트", + "object": "아트 스타일", + "attribute": "역사적 예술 스타일" + }, + { + "displayName": "Minimalism", + "langName": "미니멀리즘", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "Modern Art", + "langName": "현대 미술", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "contemporary art", + "langName": "현대 미술", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "Concept Art", + "langName": "컨셉 아트", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "Digital Art", + "langName": "디지털 아트", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "visionary art", + "langName": "시각 예술", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "Hyperrealistic", + "langName": "매우 사실적인", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "hyperrealism", + "langName": "실재론", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "abstract expressionism", + "langName": "추상 표현주의", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "cubism", + "langName": "입체파", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "impressionism", + "langName": "인상주의", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "Neo-impressionism", + "langName": "후기인상주의", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "fauvism", + "langName": "야수파", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "expressionism", + "langName": "표현주의", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "Pop art", + "langName": "팝아트", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "((abstract art))", + "langName": "추상 미술", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "((Dadaism))", + "langName": "다다이즘", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "((futurism))", + "langName": "미래지향적인", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "Warhol", + "langName": "앤디 워홀 스타일", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "street art", + "langName": "거리 예술", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "folk art", + "langName": "민속 예술", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "Bauhaus Style", + "langName": "바우하우스 스타일", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "Luminsm", + "langName": "색채주의", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "Constructivism", + "langName": "구성주의", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "((dieselpunk))", + "langName": "디젤펑크", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "streampunk", + "langName": "스팀펑크", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "Disney style", + "langName": "디즈니 스타일", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "Picos style", + "langName": "픽사 스타일", + "object": "아트 스타일", + "attribute": "현대 미술" + }, + { + "displayName": "realism", + "langName": "실재론", + "object": "아트 스타일", + "attribute": "허구와 현실" + }, + { + "displayName": "Surrealistic", + "langName": "초현실주의", + "object": "아트 스타일", + "attribute": "허구와 현실" + }, + { + "displayName": "Social realism", + "langName": "사회적 현실주의", + "object": "아트 스타일", + "attribute": "허구와 현실" + }, + { + "displayName": "Magic Realism", + "langName": "마법적 사실주의", + "object": "아트 스타일", + "attribute": "허구와 현실" + }, + { + "displayName": "Fantastic Realism", + "langName": "마법적 사실주의", + "object": "아트 스타일", + "attribute": "허구와 현실" + }, + { + "displayName": "Classical Realism", + "langName": "비판적 현실주의", + "object": "아트 스타일", + "attribute": "허구와 현실" + }, + { + "displayName": "miserablism", + "langName": "우울증 (사회의 빈곤과 불의에 대한 비판)", + "object": "아트 스타일", + "attribute": "허구와 현실" + }, + { + "displayName": "Contemporary Realism", + "langName": "현대적 사실주의", + "object": "아트 스타일", + "attribute": "허구와 현실" + }, + { + "displayName": "Non-Fiction", + "langName": "기록한 것", + "object": "아트 스타일", + "attribute": "허구와 현실" + }, + { + "displayName": "ukiyoe", + "langName": "일본의 우키요에", + "object": "아트 스타일", + "attribute": "아시아 미술" + }, + { + "displayName": "illustration,(((ukiyoe))),((sketch)),((japanese_art))", + "langName": "우키요에 (그룹)", + "object": "아트 스타일", + "attribute": "아시아 미술" + }, + { + "displayName": "traditional chinese painting", + "langName": "중국 전통 회화", + "object": "아트 스타일", + "attribute": "아시아 미술" + }, + { + "displayName": "Japonism", + "langName": "일본식", + "object": "아트 스타일", + "attribute": "아시아 미술" + }, + { + "displayName": "Japanese manga style", + "langName": "일본 만화 스타일", + "object": "아트 스타일", + "attribute": "아시아 미술" + }, + { + "displayName": "anime style", + "langName": "애니메이션 스타일", + "object": "아트 스타일", + "attribute": "아시아 미술" + }, + { + "displayName": "Aestheticism Painting", + "langName": "미학 회화", + "object": "아트 스타일", + "attribute": "사진/그림 스타일" + }, + { + "displayName": "pastel color,sketch", + "langName": "빠른 페인트 스타일", + "object": "아트 스타일", + "attribute": "사진/그림 스타일" + }, + { + "displayName": "ink doodle", + "langName": "잉크 낙서", + "object": "아트 스타일", + "attribute": "사진/그림 스타일" + }, + { + "displayName": "charcoal sketch", + "langName": "숯 스케치", + "object": "아트 스타일", + "attribute": "사진/그림 스타일" + }, + { + "displayName": "sketch art", + "langName": "스케치 아트", + "object": "아트 스타일", + "attribute": "사진/그림 스타일" + }, + { + "displayName": "sketch paper", + "langName": "스케치 종이", + "object": "아트 스타일", + "attribute": "사진/그림 스타일" + }, + { + "displayName": "manuscript", + "langName": "원고", + "object": "아트 스타일", + "attribute": "사진/그림 스타일" + }, + { + "displayName": "fading border", + "langName": "퇴색된 테두리", + "object": "아트 스타일", + "attribute": "사진/그림 스타일" + }, + { + "displayName": "heavy contrast", + "langName": "강한 대비 (색상 강조)", + "object": "아트 스타일", + "attribute": "사진/그림 스타일" + }, + { + "displayName": "watercolor (medium)", + "langName": "투명한 수채화 그림", + "object": "아트 스타일", + "attribute": "사진/그림 스타일" + }, + { + "displayName": "Polaroid art", + "langName": "폴라로이드 아트", + "object": "아트 스타일", + "attribute": "사진/그림 스타일" + }, + { + "displayName": "opal render", + "langName": "오팔 렌더링", + "object": "아트 스타일", + "attribute": "사진/그림 스타일" + }, + { + "displayName": "chemigram", + "langName": "크로마토그램", + "object": "아트 스타일", + "attribute": "사진/그림 스타일" + }, + { + "displayName": "((alphonse mucha))", + "langName": "무하 스타일", + "object": "아트 스타일", + "attribute": "사진/그림 스타일" + }, + { + "displayName": "((Monet style))", + "langName": "모네 스타일", + "object": "아트 스타일", + "attribute": "사진/그림 스타일" + }, + { + "displayName": "style of Al Williamson", + "langName": "윌리엄슨 스타일", + "object": "아트 스타일", + "attribute": "사진/그림 스타일" + }, + { + "displayName": "chiaroscuro", + "langName": "명암 대비", + "object": "아트 스타일", + "attribute": "사진/그림 스타일" + }, + { + "displayName": "film noir", + "langName": "필름 누아르 (죄책감, 욕망, 복수)", + "object": "아트 스타일", + "attribute": "사진/그림 스타일" + }, + { + "displayName": "dark theme", + "langName": "다크 테마 아트", + "object": "아트 스타일", + "attribute": "사진/그림 스타일" + }, + { + "displayName": "fantasy", + "langName": "공상과학 장면에 적합", + "object": "아트 스타일", + "attribute": "공상과학" + }, + { + "displayName": "fiction", + "langName": "공상과학", + "object": "아트 스타일", + "attribute": "공상과학" + }, + { + "displayName": "science fiction", + "langName": "공상과학", + "object": "아트 스타일", + "attribute": "공상과학" + }, + { + "displayName": "sci-fi", + "langName": "공상과학 스타일", + "object": "아트 스타일", + "attribute": "공상과학" + }, + { + "displayName": "cyber punk", + "langName": "사이버펑크", + "object": "아트 스타일", + "attribute": "공상과학" + }, + { + "displayName": "Dark Fantasy", + "langName": "다크 판타지", + "object": "아트 스타일", + "attribute": "공상과학" + }, + { + "displayName": "Ethereal Fantasy", + "langName": "안개 같은 판타지", + "object": "아트 스타일", + "attribute": "공상과학" + }, + { + "displayName": "dark fantasy style", + "langName": "다크 판타지 스타일", + "object": "아트 스타일", + "attribute": "공상과학" + }, + { + "displayName": "ww3 style", + "langName": "ww3 스타일", + "object": "아트 스타일", + "attribute": "공상과학" + }, + { + "displayName": "Magic Vortex", + "langName": "마법의 소용돌이", + "object": "아트 스타일", + "attribute": "공상과학" + }, + { + "displayName": "1980s anime", + "langName": "80 개의 애니메이션", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "80s movie", + "langName": "80 개의 영화", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "80s (style)", + "langName": "80 년대 스타일", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "90s (style)", + "langName": "90 년대 스타일", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "disney movie", + "langName": "디즈니 영화", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "goth", + "langName": "고딕 록", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "bubble bobble", + "langName": "버블보블", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "style of Pixar", + "langName": "픽사 애니메이션", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "Studio Ghibli", + "langName": "지브리 스타일", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "Ghibli-like colours", + "langName": "지브리 컬러", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "genshin impact", + "langName": "원신 임팩트", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "azur lane", + "langName": "아주르 레인", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "kantai collection", + "langName": "함대 컬렉션", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "rebecca (cyberpunk)", + "langName": "엣지워커", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "chainsaw man", + "langName": "전기톱 남자", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "synthwave", + "langName": "베이퍼웨이브", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "anime screeshot", + "langName": "애니메이션 스크린샷", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "dakimakura", + "langName": "베개", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "cosplay", + "langName": "롤 플레이", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "guro", + "langName": "호기심", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "personification", + "langName": "의인", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "4koma", + "langName": "4 개의 그리드", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "8 Bit Game", + "langName": "8 비트 게임", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "DC Comics", + "langName": "미국 만화 표지에 대한 만화 장면을 생성할 수 있습니다.", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "cartoon", + "langName": "만화", + "object": "아트 스타일", + "attribute": "하위 문화" + }, + { + "displayName": "album", + "langName": "앨범", + "object": "아트 스타일", + "attribute": "출판" + }, + { + "displayName": "album cover", + "langName": "앨범 커버", + "object": "아트 스타일", + "attribute": "출판" + }, + { + "displayName": "magazine scan", + "langName": "잡지의 내부 페이지", + "object": "아트 스타일", + "attribute": "출판" + }, + { + "displayName": "magazine cover", + "langName": "잡지 표지", + "object": "아트 스타일", + "attribute": "출판" + }, + { + "displayName": "cover", + "langName": "씌우다", + "object": "아트 스타일", + "attribute": "출판" + }, + { + "displayName": "artbook", + "langName": "원본 그림", + "object": "아트 스타일", + "attribute": "출판" + }, + { + "displayName": "column lineup", + "langName": "작은 그림들이 모여 큰 그림을 이룹니다", + "object": "아트 스타일", + "attribute": "출판" + }, + { + "displayName": "zoom layer", + "langName": "배경은 전경의 확대된 버전입니다.", + "object": "아트 스타일", + "attribute": "출판" + }, + { + "displayName": "3D Item Render", + "langName": "3D 렌더링", + "object": "아트 스타일", + "attribute": "디지털 아트" + }, + { + "displayName": "animated gif", + "langName": "GIF 포맷 사진", + "object": "아트 스타일", + "attribute": "디지털 아트" + }, + { + "displayName": "fine art parody", + "langName": "유명한 그림을 모방하다", + "object": "아트 스타일", + "attribute": "디지털 아트" + }, + { + "displayName": "optical illusion", + "langName": "시각적 오류", + "object": "아트 스타일", + "attribute": "디지털 아트" + }, + { + "displayName": "((ASCII art))", + "langName": "아스키 아트", + "object": "아트 스타일", + "attribute": "디지털 아트" + }, + { + "displayName": "Synchronism", + "langName": "시간 조정", + "object": "아트 스타일", + "attribute": "디지털 아트" + }, + { + "displayName": "highres", + "langName": "임파스토 (스타일)", + "object": "아트 스타일", + "attribute": "디지털 아트" + }, + { + "displayName": "sample", + "langName": "그림에는 글자가 있습니다", + "object": "아트 스타일", + "attribute": "디지털 아트" + }, + { + "displayName": "dreamlike", + "langName": "꿈", + "object": "아트 스타일", + "attribute": "디지털 아트" + }, + { + "displayName": "pixiv", + "langName": "순수한 2 차원 스타일의 초상화", + "object": "아트 스타일", + "attribute": "디지털 아트" + }, + { + "displayName": "a beautiful korean idol,stylish outfit,fitted jeans,oversized jacket,fashionable accessories,(realistic detailed eyes,natural skin texture,confident expression)", + "langName": "자주 사용되는 초상화", + "object": "후처리", + "attribute": "자주 사용되는 컬렉션" + }, + { + "displayName": "fitted jeans,oversized jacket,navel", + "langName": "캐주얼매칭 (데님 + 배꼽코르셋)", + "object": "후처리", + "attribute": "자주 사용되는 컬렉션" + }, + { + "displayName": "black hair,earrings,flash photography,jewelry,looking at viewer and facing viewer,solo,(upper body),smirk,long hair,ponytail,short sleeves,black dress,black eyes,makeup,lipstick,(cleavage visible,large breasts),face close-up,bend over,pale skin,downblouse,Arms supporting the bed,wearing necklace,(Bedroom background,bed and curtains behind her,Wardrobe,desk lamp),,detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "개인 사진", + "object": "후처리", + "attribute": "자주 사용되는 컬렉션" + }, + { + "displayName": "cityscape backdrop,rooftop or high-rise balcony,shallow depth of field,bokeh from city lights", + "langName": "도시 고층 빌딩 배경", + "object": "후처리", + "attribute": "자주 사용되는 컬렉션" + }, + { + "displayName": "Fujifilm XT3,film still,film grain,sharp focus on subject,cinematic", + "langName": "필름의 질감", + "object": "후처리", + "attribute": "자주 사용되는 컬렉션" + }, + { + "displayName": "ultra-high definition", + "langName": "초고화질", + "object": "후처리", + "attribute": "해결" + }, + { + "displayName": "4k", + "langName": "4k", + "object": "후처리", + "attribute": "해결" + }, + { + "displayName": "8K", + "langName": "8K", + "object": "후처리", + "attribute": "해결" + }, + { + "displayName": "16k", + "langName": "16k", + "object": "후처리", + "attribute": "해결" + }, + { + "displayName": "32k", + "langName": "3 만 2 천", + "object": "후처리", + "attribute": "해결" + }, + { + "displayName": "Full-HD", + "langName": "풀 HD", + "object": "후처리", + "attribute": "해결" + }, + { + "displayName": "HD", + "langName": "HD", + "object": "후처리", + "attribute": "해결" + }, + { + "displayName": "Ultra-HD", + "langName": "초고화질", + "object": "후처리", + "attribute": "해결" + }, + { + "displayName": "Super-Resolution", + "langName": "초고해상도", + "object": "후처리", + "attribute": "해결" + }, + { + "displayName": "Megapixel", + "langName": "메가픽셀", + "object": "후처리", + "attribute": "해결" + }, + { + "displayName": "absurdres", + "langName": "초고해상도", + "object": "후처리", + "attribute": "해결" + }, + { + "displayName": "incredibly absurdres", + "langName": "매우 높은 해상도", + "object": "후처리", + "attribute": "해결" + }, + { + "displayName": "huge filesize", + "langName": "초고해상도/대용량 파일", + "object": "후처리", + "attribute": "해결" + }, + { + "displayName": "Anaglyph", + "langName": "3D 페인팅", + "object": "후처리", + "attribute": "입체시각" + }, + { + "displayName": "Multiscopy", + "langName": "멀티뷰어", + "object": "후처리", + "attribute": "입체시각" + }, + { + "displayName": "Autostereoscopy", + "langName": "자동입체경", + "object": "후처리", + "attribute": "입체시각" + }, + { + "displayName": "Stereoscopy", + "langName": "입체사진", + "object": "후처리", + "attribute": "입체시각" + }, + { + "displayName": "Parallax", + "langName": "시차", + "object": "후처리", + "attribute": "입체시각" + }, + { + "displayName": "Anti-Aliasing", + "langName": "앤티앨리어싱", + "object": "후처리", + "attribute": "앤티앨리어싱" + }, + { + "displayName": "FXAA", + "langName": "FXAA", + "object": "후처리", + "attribute": "앤티앨리어싱" + }, + { + "displayName": "TXAA", + "langName": "티엑스에이", + "object": "후처리", + "attribute": "앤티앨리어싱" + }, + { + "displayName": "RTX", + "langName": "실시간 전송", + "object": "후처리", + "attribute": "앤티앨리어싱" + }, + { + "displayName": "SSAO", + "langName": "SSAO", + "object": "후처리", + "attribute": "앤티앨리어싱" + }, + { + "displayName": "De-Noise", + "langName": "소음 감소", + "object": "후처리", + "attribute": "앤티앨리어싱" + }, + { + "displayName": "Shaders", + "langName": "셰이더", + "object": "후처리", + "attribute": "쉐이더" + }, + { + "displayName": "OpenGL-Shaders", + "langName": "OpenGL 셰이더", + "object": "후처리", + "attribute": "쉐이더" + }, + { + "displayName": "GLSL-Shaders", + "langName": "GLSL 셰이더", + "object": "후처리", + "attribute": "쉐이더" + }, + { + "displayName": "Post Processing", + "langName": "후처리", + "object": "후처리", + "attribute": "쉐이더" + }, + { + "displayName": "Post-Production", + "langName": "후반작업", + "object": "후처리", + "attribute": "쉐이더" + }, + { + "displayName": "Cel Shading", + "langName": "메타 컬러링", + "object": "후처리", + "attribute": "쉐이더" + }, + { + "displayName": "Tone Mapping", + "langName": "톤 매핑", + "object": "후처리", + "attribute": "쉐이더" + }, + { + "displayName": "CGI", + "langName": "컴퓨터 이미징", + "object": "후처리", + "attribute": "쉐이더" + }, + { + "displayName": "VFX", + "langName": "시각 효과", + "object": "후처리", + "attribute": "쉐이더" + }, + { + "displayName": "SFX", + "langName": "음향 효과", + "object": "후처리", + "attribute": "쉐이더" + }, + { + "displayName": "Unreal Engine", + "langName": "언리얼 엔진", + "object": "후처리", + "attribute": "쉐이더" + }, + { + "displayName": "Scan Lines", + "langName": "스캔 라인", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Posterization", + "langName": "음조 분할", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Quantization", + "langName": "정량화하다", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Sobel Operator", + "langName": "소벨 연산자", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Edge Detection", + "langName": "에지 감지", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Interlaced", + "langName": "인터레이스 스캐닝", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Moire Patterns", + "langName": "모아레 무늬", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Rounded", + "langName": "둥근", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Wavy", + "langName": "떨리는", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Whirl", + "langName": "와동", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Squiggly", + "langName": "리플", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Morph", + "langName": "흉한 모습", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Spiraling", + "langName": "나선", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Twisted Rays", + "langName": "왜곡된 빛", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Starburst", + "langName": "스타버스트", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Emboss", + "langName": "안도", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Tessellated", + "langName": "모자이크", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Blobby", + "langName": "점", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Blobs", + "langName": "점", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Cracks", + "langName": "금이 가다", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Textured", + "langName": "조직", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Convolution Matrix", + "langName": "합성 행렬", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Dilate", + "langName": "팽창", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Erode", + "langName": "부식", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Dirty", + "langName": "더러운", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "With Imperfections", + "langName": "결함 있는", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Distortion", + "langName": "왜곡", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Lenticular", + "langName": "양면 볼록 렌즈", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Cropped", + "langName": "수확고", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Quantum-Wavetracing", + "langName": "양자파 추적", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Tornadic", + "langName": "폭풍", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Sabattier Effect", + "langName": "부드럽고 흐릿한 모서리와 색상 음영을 제공합니다.", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Smudged", + "langName": "희미한", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Sharpened", + "langName": "갈다", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Glowing Edges", + "langName": "빛나는 가장자리", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Spherize", + "langName": "구형화", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Harris Shutter", + "langName": "빠르게 움직이는 물체를 포착하거나 조명이 어두운 환경에서도 이미지 선명도를 유지합니다.", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Mordancage", + "langName": "에칭 사진", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Ray Traced", + "langName": "레이 트레이싱", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "Ray Tracing Ambient Occlusion", + "langName": "레이 트레이싱 앰비언트 오클루전", + "object": "후처리", + "attribute": "이미지 처리" + }, + { + "displayName": "award winning", + "langName": "수상작", + "object": "후처리", + "attribute": "품질" + }, + { + "displayName": "professional", + "langName": "주요한", + "object": "후처리", + "attribute": "품질" + }, + { + "displayName": "breathtaking", + "langName": "굉장히 멋진", + "object": "후처리", + "attribute": "품질" + }, + { + "displayName": "groundbreaking", + "langName": "획기적인", + "object": "후처리", + "attribute": "품질" + }, + { + "displayName": "superb", + "langName": "일등", + "object": "후처리", + "attribute": "품질" + }, + { + "displayName": "outstanding", + "langName": "뛰어난", + "object": "후처리", + "attribute": "품질" + }, + { + "displayName": "best quality", + "langName": "최고의 품질", + "object": "후처리", + "attribute": "품질" + }, + { + "displayName": "best aesthetic", + "langName": "최고의 미적", + "object": "후처리", + "attribute": "품질" + }, + { + "displayName": "masterpiece", + "langName": "걸작", + "object": "후처리", + "attribute": "품질" + }, + { + "displayName": "extreme detail", + "langName": "극도의 세부 사항", + "object": "후처리", + "attribute": "품질" + }, + { + "displayName": "amazing", + "langName": "놀라운", + "object": "후처리", + "attribute": "품질" + }, + { + "displayName": "original", + "langName": "원래의", + "object": "후처리", + "attribute": "품질" + }, + { + "displayName": "in a symbolic and meaningful style", + "langName": "상징적이고 의미 있는 스타일", + "object": "후처리", + "attribute": "품질" + }, + { + "displayName": "insanely detailed and intricate", + "langName": "매우 자세하고 복잡하다", + "object": "후처리", + "attribute": "품질" + }, + { + "displayName": "very coherent symmetrical artwork", + "langName": "일관되고 대칭적인 구조", + "object": "후처리", + "attribute": "품질" + }, + { + "displayName": "Trending on ArtStation", + "langName": "아트스테이션", + "object": "후처리", + "attribute": "플랫폼 | 트렌드" + }, + { + "displayName": "Trending on Facebook", + "langName": "페이스북", + "object": "후처리", + "attribute": "플랫폼 | 트렌드" + }, + { + "displayName": "Trending on Pixiv", + "langName": "픽시브", + "object": "후처리", + "attribute": "플랫폼 | 트렌드" + }, + { + "displayName": "Trending on Pixbay", + "langName": "픽스베이", + "object": "후처리", + "attribute": "플랫폼 | 트렌드" + }, + { + "displayName": "reddit", + "langName": "레딧 포럼", + "object": "후처리", + "attribute": "플랫폼 | 트렌드" + } +] \ No newline at end of file diff --git a/src/app/data/prompt/prompt-pt.json b/src/app/data/prompt/prompt-pt.json new file mode 100644 index 0000000..d3b6765 --- /dev/null +++ b/src/app/data/prompt/prompt-pt.json @@ -0,0 +1,29606 @@ +[ + { + "displayName": "female", + "langName": "feminino", + "object": "Figura", + "attribute": "Corpo principal" + }, + { + "displayName": "male", + "langName": "masculino", + "object": "Figura", + "attribute": "Corpo principal" + }, + { + "displayName": "mature_female", + "langName": "mulheres maduras", + "object": "Figura", + "attribute": "Corpo principal" + }, + { + "displayName": "mature", + "langName": "Maduro", + "object": "Figura", + "attribute": "Corpo principal" + }, + { + "displayName": "little_girl", + "langName": "menina", + "object": "Figura", + "attribute": "Corpo principal" + }, + { + "displayName": "little_boy", + "langName": "menino", + "object": "Figura", + "attribute": "Corpo principal" + }, + { + "displayName": "1girl", + "langName": "1 rapariga", + "object": "Figura", + "attribute": "Corpo principal" + }, + { + "displayName": "1boy", + "langName": "1 rapaz", + "object": "Figura", + "attribute": "Corpo principal" + }, + { + "displayName": "2girls", + "langName": "2 raparigas", + "object": "Figura", + "attribute": "Corpo principal" + }, + { + "displayName": "2boys", + "langName": "2 rapazes", + "object": "Figura", + "attribute": "Corpo principal" + }, + { + "displayName": "sisters", + "langName": "irmãs", + "object": "Figura", + "attribute": "Corpo principal" + }, + { + "displayName": "multiple_girls", + "langName": "várias raparigas", + "object": "Figura", + "attribute": "Corpo principal" + }, + { + "displayName": "solo", + "langName": "único", + "object": "Figura", + "attribute": "Corpo principal" + }, + { + "displayName": "ojousama", + "langName": "Menina", + "object": "Figura", + "attribute": "Corpo principal" + }, + { + "displayName": "bishoujo", + "langName": "rapariga bonita", + "object": "Figura", + "attribute": "Corpo principal" + }, + { + "displayName": "kawaii", + "langName": "giro", + "object": "Figura", + "attribute": "Corpo principal" + }, + { + "displayName": "adorable_girl", + "langName": "rapariga bonita", + "object": "Figura", + "attribute": "Corpo principal" + }, + { + "displayName": "female_pervert", + "langName": "Puta", + "object": "Figura", + "attribute": "Corpo principal" + }, + { + "displayName": "milf", + "langName": "MILF", + "object": "Figura", + "attribute": "Corpo principal" + }, + { + "displayName": "a beautiful korean idol", + "langName": "ídolo coreano", + "object": "Figura", + "attribute": "Corpo principal" + }, + { + "displayName": "lifeguard", + "langName": "Salva-vidas", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "goalkeeper", + "langName": "guarda-redes", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "racer", + "langName": "piloto de corridas", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "motorcyclist", + "langName": "motociclista", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "boxer", + "langName": "boxeador", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "acrobat", + "langName": "acrobata", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "athletes", + "langName": "atleta", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "cheerleader", + "langName": "Cheerleading", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "stewardess", + "langName": "Hospedeira de bordo de uma companhia aérea", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "waitress", + "langName": "empregada de mesa", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "waiter", + "langName": "empregado de mesa", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "chef", + "langName": "cozinheiro", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "barista", + "langName": "barista", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "cashier", + "langName": "caixa", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "mailman", + "langName": "carteiro", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "office_lady", + "langName": "mulheres trabalhadoras", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "maid", + "langName": "empregada doméstica", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "housemaid", + "langName": "empregada doméstica", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "doctor", + "langName": "médico", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "nurse", + "langName": "Enfermeira", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "scientist", + "langName": "o cientista", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "detective", + "langName": "detetive", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "police", + "langName": "polícia", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "soldier", + "langName": "Soldado", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "firefighter", + "langName": "bombeiro", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "hacker", + "langName": "pirata informático", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "spy", + "langName": "espião", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "agent", + "langName": "agente", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "assassin", + "langName": "assassino", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "magician", + "langName": "mágico", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "pilot", + "langName": "piloto", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "astronaut", + "langName": "astronauta", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "diver", + "langName": "mergulhador", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "bar censor", + "langName": "examinador da ordem", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "missionary", + "langName": "missionário", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "poet", + "langName": "poeta", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "actor", + "langName": "ator", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "actress", + "langName": "atriz", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "idol", + "langName": "Ídolo", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "queen", + "langName": "Rainha", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "race_queen", + "langName": "rapariga das corridas", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "dancer", + "langName": "dançarino", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "ballerina", + "langName": "bailarina", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "dancing girl", + "langName": "rapariga dançante", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "gym_leader", + "langName": "treinador de ginástica", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "priest", + "langName": "padre", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "cleric", + "langName": "Clero (cristão)", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "monk", + "langName": "monge", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "nun", + "langName": "freira", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "makihitsuji", + "langName": "pastor", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "the hermit", + "langName": "eremita", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "teacher", + "langName": "professor", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "classmate", + "langName": "colega de turma", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "student", + "langName": "estudante", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "harem", + "langName": "harém", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "ghost", + "langName": "fantasma", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "doll", + "langName": "boneca", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "albino", + "langName": "albinos", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "amputee", + "langName": "amputado", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "trap", + "langName": "Travesti (homens com caraterísticas femininas podem ser confundidos com mulheres)", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "crossdressing", + "langName": "Travesti (usar vestuário que não corresponde à sua identidade de género)", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "otoko_no_ko", + "langName": "Travesti (um homem que aparenta ter caraterísticas femininas)", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "wa_maid", + "langName": "Empregada doméstica japonesa", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "yaoi", + "langName": "Ser gay", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "yuri", + "langName": "lírio", + "object": "Figura", + "attribute": "Identidade" + }, + { + "displayName": "pikachu", + "langName": "Pikachu", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "pokemon", + "langName": "Pokémon", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "doraemon", + "langName": "doraemon", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "crayon shin-chan", + "langName": "lápis de cor shin-chan", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "slam dunk", + "langName": "afundanço", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "harry potter", + "langName": "harry potter", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "avengers", + "langName": "Vingadores", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "captain america", + "langName": "capitão américa", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "gojou satoru", + "langName": "Gojo Satoru", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "neon genesis evangelion", + "langName": "Neon Genesis Evangelion", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "mazinger", + "langName": "mulher maravilha", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "saint seiya", + "langName": "São Seiya", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "kamen rider", + "langName": "cavaleiro de kamen", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "mario", + "langName": "mario", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "sun wukong", + "langName": "Sun Wukong", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "hatsune miku", + "langName": "Hatsune Miku", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "magical_girl", + "langName": "rapariga mágica", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "sailor_senshi", + "langName": "Sailor Moon", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "witch", + "langName": "bruxa", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "miko", + "langName": "miko", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "mage", + "langName": "feiticeiro", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "magister", + "langName": "Magister", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "ninja", + "langName": "ninja", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "samurai", + "langName": "samurai", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "vampire", + "langName": "vampiro", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "knight", + "langName": "cavaleiro", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "orc", + "langName": "orc", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "druid", + "langName": "Druida", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "elf", + "langName": "duende", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "dark_elf", + "langName": "elfo negro", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "fairy", + "langName": "elfo", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "succubus", + "langName": "súcubo", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "imp", + "langName": "pequeno diabo", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "devil", + "langName": "diabo", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "angel", + "langName": "Anjo", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "monster", + "langName": "monstro", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "monster_girl", + "langName": "Mãe do estrangeiro", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "dominatrix", + "langName": "Rainha (SM Medium)", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "mecha", + "langName": "Meca", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "mecha_musume", + "langName": "Rapariga Mecha", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "humanoid_robot", + "langName": "robô humanoide", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "cyborg", + "langName": "ciborgue", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "dragon_girl", + "langName": "senhora dragão", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "centaur", + "langName": "Centauro", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "slime_musume", + "langName": "Rapariga do lodo", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "spider_girl", + "langName": "rapariga-aranha", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "mermaid", + "langName": "sereia", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "cat_girl", + "langName": "Rapariga gato", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "dog_girl", + "langName": "Cãozinho", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "wolf_girl", + "langName": "rapariga lobo", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "fox_girl", + "langName": "rapariga raposa", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "kitsune", + "langName": "demónio raposa", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "kyuubi", + "langName": "nove caudas | nine tail fox", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "raccoon_girl", + "langName": "rapariga guaxinim", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "bunny_girl", + "langName": "coelhinha", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "cow_girl", + "langName": "vaqueira", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "horse_girl", + "langName": "Ma Niang", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "furry", + "langName": "orc", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "furry/orc", + "langName": "Orcs/Orcs", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "kemonomimi_mode", + "langName": "Orelhas de animais modo loli", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "giantess", + "langName": "gigantona", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "minigirl", + "langName": "mini rapariga", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "mesugaki", + "langName": "diabinha", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "santa alter", + "langName": "Pai Natal", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "spider-man", + "langName": "homem-aranha", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "demo", + "langName": "demónio", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "no humans", + "langName": "desumano", + "object": "Figura", + "attribute": "Carácter bidimensional" + }, + { + "displayName": "toddler", + "langName": "criança", + "object": "Figura", + "attribute": "Idade" + }, + { + "displayName": "kindergartener", + "langName": "jardim de infância", + "object": "Figura", + "attribute": "Idade" + }, + { + "displayName": "child", + "langName": "criança", + "object": "Figura", + "attribute": "Idade" + }, + { + "displayName": "underage", + "langName": "menor de idade", + "object": "Figura", + "attribute": "Idade" + }, + { + "displayName": "teenager", + "langName": "Adolescente (13-19)", + "object": "Figura", + "attribute": "Idade" + }, + { + "displayName": "teen", + "langName": "Adolescente (13-19)", + "object": "Figura", + "attribute": "Idade" + }, + { + "displayName": "early teen", + "langName": "Início da adolescência (11-15)", + "object": "Figura", + "attribute": "Idade" + }, + { + "displayName": "adult", + "langName": "adultos", + "object": "Figura", + "attribute": "Idade" + }, + { + "displayName": "elder", + "langName": "ancião", + "object": "Figura", + "attribute": "Idade" + }, + { + "displayName": "old", + "langName": "idosos", + "object": "Figura", + "attribute": "Idade" + }, + { + "displayName": "loli", + "langName": "loli", + "object": "Figura", + "attribute": "Idade" + }, + { + "displayName": "shota", + "langName": "Shota", + "object": "Figura", + "attribute": "Idade" + }, + { + "displayName": "white_skin", + "langName": "pele branca", + "object": "Figura", + "attribute": "Pele" + }, + { + "displayName": "pale_skin", + "langName": "Pele clara (adequada para roupas escuras ou de cores vivas)", + "object": "Figura", + "attribute": "Pele" + }, + { + "displayName": "fair_skin", + "langName": "pele clara", + "object": "Figura", + "attribute": "Pele" + }, + { + "displayName": "olive_skin", + "langName": "pele de azeitona", + "object": "Figura", + "attribute": "Pele" + }, + { + "displayName": "brown_skin", + "langName": "pele castanha", + "object": "Figura", + "attribute": "Pele" + }, + { + "displayName": "deep_skin", + "langName": "pele escura", + "object": "Figura", + "attribute": "Pele" + }, + { + "displayName": "dark_skin", + "langName": "pele escura", + "object": "Figura", + "attribute": "Pele" + }, + { + "displayName": "black_skin", + "langName": "pele escura", + "object": "Figura", + "attribute": "Pele" + }, + { + "displayName": "shiny_skin", + "langName": "pele brilhante", + "object": "Figura", + "attribute": "Pele" + }, + { + "displayName": "white_marble_glowing_skin", + "langName": "pele brilhante de mármore branco", + "object": "Figura", + "attribute": "Pele" + }, + { + "displayName": "tattoo", + "langName": "tatuagem", + "object": "Figura", + "attribute": "Pele" + }, + { + "displayName": "tan", + "langName": "Exposição solar", + "object": "Figura", + "attribute": "Pele" + }, + { + "displayName": "tanlines", + "langName": "danos causados pelo sol", + "object": "Figura", + "attribute": "Pele" + }, + { + "displayName": "oil", + "langName": "oleoso", + "object": "Figura", + "attribute": "Pele" + }, + { + "displayName": "skinny", + "langName": "Magro", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "plump", + "langName": "completo", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "curvy", + "langName": "Figura do diabo", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "(navel,wide hip,curvy)", + "langName": "revelar figura", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "gyaru", + "langName": "Raparigas quentes (raparigas japonesas)", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "pregnant", + "langName": "Grávida", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "fat", + "langName": "obesidade", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "thin", + "langName": "fino", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "slender", + "langName": "magro", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "glamor", + "langName": "charme", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "tall", + "langName": "alto", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "petite", + "langName": "pequeno", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "chibi", + "langName": "Estilo estampado Mengmeng/Q", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "muscular", + "langName": "muscular", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "big tits", + "langName": "seios grandes", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "(cleavage visible,large breasts)", + "langName": "Seios grandes (com decote)", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "Small waist", + "langName": "Cintura pequena", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "narrow_waist", + "langName": "cintura fina", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "slender_waist", + "langName": "cintura fina", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "strong", + "langName": "forte", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "slim", + "langName": "magro", + "object": "Figura", + "attribute": "Figura" + }, + { + "displayName": "slender face", + "langName": "emagrecimento do rosto", + "object": "Figura", + "attribute": "Formato do rosto" + }, + { + "displayName": "round face", + "langName": "rosto redondo", + "object": "Figura", + "attribute": "Formato do rosto" + }, + { + "displayName": "oval face", + "langName": "Rosto oval", + "object": "Figura", + "attribute": "Formato do rosto" + }, + { + "displayName": "baby face", + "langName": "rosto de bebé", + "object": "Figura", + "attribute": "Formato do rosto" + }, + { + "displayName": "inverted triangle face", + "langName": "Face de triângulo invertido", + "object": "Figura", + "attribute": "Formato do rosto" + }, + { + "displayName": "heart shaped face", + "langName": "rosto em forma de coração", + "object": "Figura", + "attribute": "Formato do rosto" + }, + { + "displayName": "diamond face", + "langName": "rosto de diamante", + "object": "Figura", + "attribute": "Formato do rosto" + }, + { + "displayName": "square face", + "langName": "face quadrada", + "object": "Figura", + "attribute": "Formato do rosto" + }, + { + "displayName": "long face", + "langName": "rosto comprido", + "object": "Figura", + "attribute": "Formato do rosto" + }, + { + "displayName": "triangular face", + "langName": "face triangular", + "object": "Figura", + "attribute": "Formato do rosto" + }, + { + "displayName": "detailed gorgeous face", + "langName": "rosto fino", + "object": "Figura", + "attribute": "Formato do rosto" + }, + { + "displayName": "delicate features", + "langName": "Traços faciais requintados", + "object": "Figura", + "attribute": "Formato do rosto" + }, + { + "displayName": "black hair", + "langName": "cabelo preto", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "white hair", + "langName": "cabelo branco", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "grey hair", + "langName": "cabelo grisalho", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "silver hair", + "langName": "cabelo prateado", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "blonde hair", + "langName": "cabelo loiro", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "light brown hair", + "langName": "cabelo castanho claro", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "brown hair", + "langName": "cabelo castanho", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "red hair", + "langName": "cabelo ruivo", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "pink hair", + "langName": "cabelo cor-de-rosa", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "purple hair", + "langName": "cabelo roxo", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "blue hair", + "langName": "cabelo azul", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "light blue hair", + "langName": "cabelo azul claro", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "dark blue hair", + "langName": "cabelo azul escuro", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "green hair", + "langName": "cabelo verde", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "yellow hair", + "langName": "cabelo amarelo", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "two-tone hair", + "langName": "cabelo bicolor", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "multicolored hair", + "langName": "cabelo de cor mista", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "grey gradient hair", + "langName": "cabelo com gradiente de cinzento", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "Gradation of hair", + "langName": "Cabelo Ombre", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "streaked hair", + "langName": "Cabelo com madeixas", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "hair_down", + "langName": "cabelo para baixo", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "hair_spread_out", + "langName": "cabelo solto", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "hair_flip", + "langName": "pentear o cabelo", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "hair_up", + "langName": "cabelo para cima", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "hair_behind_ear", + "langName": "cabelo atrás da orelha", + "object": "Figura", + "attribute": "Cabelo" + }, + { + "displayName": "straight_hair", + "langName": "cabelo liso", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "curly hair", + "langName": "caracóis", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "wavy hair", + "langName": "Volume natural", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "short hair", + "langName": "cabelo curto", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "medium hair", + "langName": "Zhongfa", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "long hair", + "langName": "cabelo comprido", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "very long hair", + "langName": "cabelo super longo", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "short ponytail", + "langName": "rabo-de-cavalo curto", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "ponytail", + "langName": "rabo-de-cavalo", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "high ponytail", + "langName": "rabo-de-cavalo alto", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "low ponytail", + "langName": "rabo-de-cavalo baixo", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "front ponytail", + "langName": "rabo-de-cavalo à frente", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "Side ponytail", + "langName": "rabo-de-cavalo lateral", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "folded ponytail", + "langName": "rabo-de-cavalo dobrado", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "braided ponytail", + "langName": "rabo-de-cavalo entrançado", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "quad tails", + "langName": "quatro rabos-de-cavalo", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "twin braids", + "langName": "trança dupla", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "low twin braids", + "langName": "trança dupla baixa", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "side braid", + "langName": "trança lateral", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "single braid", + "langName": "trança simples", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "crown braid", + "langName": "trança de coroa", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "french braid", + "langName": "Trança francesa", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "braid", + "langName": "trança", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "drill hair", + "langName": "Rolo de broca rolo de princesa", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "twin_drills", + "langName": "penteado duplo diamante", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "bunches", + "langName": "Rabos-de-cavalo duplos", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "twintails", + "langName": "Rabos-de-cavalo duplos dois", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "hair bun", + "langName": "Pão | Bolinho de Massa", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "single_hair_bun", + "langName": "pão único", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "double_bun", + "langName": "Dois pãezinhos", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "braided bangs", + "langName": "franja entrançada", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "braided bun", + "langName": "coque trançado", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "cone hair bun", + "langName": "coque cónico", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "doughnut hair bun", + "langName": "pão de donut", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "heart hair bun", + "langName": "pãozinho de coração", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "bob cut", + "langName": "Cabelo Bob", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "bob haircut", + "langName": "Cabelo Bob", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "hime cut", + "langName": "Corte princesa", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "updo", + "langName": "cabelo em carrapito", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "topknot", + "langName": "cabeça de almôndega", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "one side up", + "langName": "Cabelo preso de um lado", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "two side up", + "langName": "Laço de cabelo de dupla face", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "multi-tied hair", + "langName": "Prender mais o cabelo", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "payot", + "langName": "patilhas compridas", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "dynamic hair", + "langName": "cabelo dinâmico", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "swept bangs", + "langName": "franja lateral", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "crossed bangs", + "langName": "Franja cruzada", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "bangs", + "langName": "Pancadas", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "blunt bangs", + "langName": "Qi bangs", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "Slanted bangs", + "langName": "franja oblíqua", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "long bangs", + "langName": "franja comprida", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "air bangs", + "langName": "franja de ar", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "asymmetric bangs", + "langName": "franja assimétrica", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "asymmetrical bangs", + "langName": "franja assimétrica", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "parted bangs", + "langName": "Franja parcial", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "side_blunt_bangs", + "langName": "franjas de ar laterais", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "centre parting bangs", + "langName": "Franja repartida ao meio", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "middle Fringe", + "langName": "Franja repartida ao meio", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "bowl_cut", + "langName": "cabeça de cogumelo | cabeça de panela", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "hair_flaps", + "langName": "asas de cabelo", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "hair wings", + "langName": "cabelo com asas", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "hair in takes", + "langName": "em grande plano", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "flipped hair", + "langName": "Cabelo deformado", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "messy hair", + "langName": "Penteado desarrumado", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "disheveled hair", + "langName": "Cabelo despenteado", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "antenna hair", + "langName": "Muitos cabelos baços", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "ahoge", + "langName": "Estúpido", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "forehead", + "langName": "Mostrar testa", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "dreadlocks", + "langName": "Dreadlocks", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "wet hair", + "langName": "cabelo molhado", + "object": "Figura", + "attribute": "Penteado" + }, + { + "displayName": "makeup", + "langName": "maquilhagem", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "eyeshadow", + "langName": "sombra de olhos", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "red eyeshadow", + "langName": "sombra de olhos vermelha", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "blue eyeshadow", + "langName": "sombra de olhos azul", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "purple eyeshadow", + "langName": "Sombra de olhos roxa", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "pink eyeshadow", + "langName": "sombra de olhos cor-de-rosa", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "green eyeshadow", + "langName": "Sombra de olhos verde", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "mascara", + "langName": "rímel", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "long_eyelashes", + "langName": "pestanas longas", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "colored_eyelashes", + "langName": "Pestanas coloridas", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "lipgloss", + "langName": "brilho labial", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "red_lips", + "langName": "lábios vermelhos", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "anime_style_blush", + "langName": "blush animado", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "nose_blush", + "langName": "corar o nariz", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "freckles", + "langName": "sarda", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "mole", + "langName": "toupeira", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "mole_under_eye", + "langName": "sinais sob os olhos", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "scar", + "langName": "cicatriz", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "scar_across_eye", + "langName": "cicatrizes nos olhos", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "facial_mark", + "langName": "Rosto com padrão", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "forehead_mark", + "langName": "Há um padrão na testa", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "anger_vein", + "langName": "Símbolo de cabeça zangada", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "bags_under_eyes", + "langName": "bolsas sob os olhos", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "bruise_on_face", + "langName": null, + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "whisker_markings", + "langName": "marcas de barba", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "facepaint", + "langName": "pintura facial", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "hair between eyes", + "langName": "cabelo entre os olhos", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "smoking_pipe", + "langName": "tubo", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "mustache", + "langName": "bigode", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "goatee", + "langName": "barbicha", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "food_on_face", + "langName": "comida no rosto", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "rice_on_face", + "langName": "Arroz no rosto", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "cream_on_face", + "langName": "creme no rosto", + "object": "Figura", + "attribute": "Rosto" + }, + { + "displayName": "elf ears", + "langName": "orelhas de duende", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "pointy_ears", + "langName": "orelhas pontiagudas", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "long_pointy_ears", + "langName": "orelhas longas e pontiagudas", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "demon ears", + "langName": "orelhas do diabo", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "angel ears", + "langName": "orelhas de anjo", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "alien ears", + "langName": "orelhas alienígenas", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "animal_ears", + "langName": "orelhas de animais", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "fake_animal_ears", + "langName": "orelhas de animais falsas", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "ears_through_headwear", + "langName": "Orelhas colocadas através de chapéus ou chapelaria", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "ear_blush", + "langName": "As orelhas são vermelhas", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "ear_ornament", + "langName": "brinco", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "ear_piercing", + "langName": "Piercing na orelha", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "animal_ear_fluff", + "langName": "peluche orelha de animal", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "ears_down", + "langName": "Orelhas caídas", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "floppy_ears", + "langName": "orelhas descaídas", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "fox_ears", + "langName": "orelhas de raposa", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "cat_ears", + "langName": "orelhas de gato", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "dog_ears", + "langName": "orelhas de cão", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "coyote_ears", + "langName": "orelhas de coiote", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "bunny_ears", + "langName": "Orelhas de coelho", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "mouse_ears", + "langName": null, + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "squirrel_ears", + "langName": "orelhas de esquilo", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "raccoon_ears", + "langName": "orelhas de guaxinim", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "bear_ears", + "langName": "orelhas de urso", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "panda_ears", + "langName": "orelhas de panda", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "lion_ears", + "langName": "orelhas de leão", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "jaguar_ears", + "langName": "orelhas de onça", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "tiger_ears", + "langName": "orelha de tigre", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "wolf ears", + "langName": "orelhas de lobo", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "horse_ears", + "langName": "orelha de cavalo", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "cow ears", + "langName": "orelhas de vaca", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "pig ears", + "langName": "orelhas de porco", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "sheep ears", + "langName": "orelhas de ovelha", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "goat ears", + "langName": "orelhas de cabra", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "goat_horns", + "langName": "chifres de cabra", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "curled_horns", + "langName": null, + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "hair_on_horn", + "langName": null, + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "deer ears", + "langName": null, + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "antelope ears", + "langName": "orelhas de antílope", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "antlers", + "langName": "chifres", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "rhino ears", + "langName": "orelhas de rinoceronte", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "elephant ears", + "langName": "orelhas de elefante", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "bat_ears", + "langName": "orelhas de morcego", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "extra_ears", + "langName": "orelhas extra", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "alpaca_ears", + "langName": "orelhas de alpaca", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "dragon ears", + "langName": "orelhas de dragão", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "robot_ears", + "langName": "ouvido mecânico", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "dragon_horns", + "langName": "corno de dragão", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "oni_horns", + "langName": "buzina fantasma", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "horns", + "langName": "chifres", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "fake_horns", + "langName": "Trompa falsa", + "object": "Figura", + "attribute": "Orelha" + }, + { + "displayName": "thick eyebrows", + "langName": "Sobrancelhas grossas", + "object": "Figura", + "attribute": "Sobrancelha" + }, + { + "displayName": "cocked eyebrow", + "langName": "sobrancelhas levantadas", + "object": "Figura", + "attribute": "Sobrancelha" + }, + { + "displayName": "short eyebrows", + "langName": "sobrancelhas curtas", + "object": "Figura", + "attribute": "Sobrancelha" + }, + { + "displayName": "v-shaped eyebrows", + "langName": "Sobrancelha em V", + "object": "Figura", + "attribute": "Sobrancelha" + }, + { + "displayName": "beautiful_detailed_eyes", + "langName": "olhos bonitos", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "glistening_eyes", + "langName": "olhos lacrimejantes", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "sparkling_eyes", + "langName": "olhos de estrela", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "sparkling_anime_eyes", + "langName": "olhos animados em flash", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "gradient_eyes", + "langName": "olhos gradientes", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "water_eyes", + "langName": "olhos lacrimejantes", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "eye_relfection", + "langName": "Reflexo ocular (reação da pupila à luz)", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "reflective_eyes", + "langName": "olhos reflectores", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "multicolored_eyes", + "langName": "olhos coloridos", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "red eyes", + "langName": "olhos vermelhos", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "green eyes", + "langName": "olhos verdes", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "blue_eyes", + "langName": "olhos azuis", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "purple eyes", + "langName": "olhos roxos", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "pink eyes", + "langName": "olhos cor-de-rosa", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "yellow eyes", + "langName": "olhos amarelos", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "orange eyes", + "langName": "olhos cor de laranja", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "brown_eyes", + "langName": "olhos castanhos", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "light_brown_eyes", + "langName": "olhos castanhos claros", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "silver_eyes", + "langName": "olhos prateados", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "grey eyes", + "langName": "olhos cinzentos", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "black eyes", + "langName": "olhos negros", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "white eyes", + "langName": "olhos brancos", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "aqua_eyes", + "langName": "olhos cor de água", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "hidden eyes", + "langName": "esconder os olhos", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "heart-shaped eyes", + "langName": "olhos em forma de coração", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "heart_in_eye", + "langName": "olhos em forma de coração", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "hollow_eyes", + "langName": "pupilas em forma de estrela", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "mechanical_eye", + "langName": "olho mecânico", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "ringed_eyes", + "langName": "olhos anelares", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "clock_eyes", + "langName": "olho de sino", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "compound_eyes", + "langName": "olho composto", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "devil_eyes", + "langName": "mau-olhado", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "cephalopod_eyes", + "langName": "olhos de cefalópodes", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "mismatched_sclera", + "langName": "Esclerótica incompatível", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "solid circle eyes", + "langName": "Olhos sólidos e redondos", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "solid_oval_eyes", + "langName": "Versão Q olhos ovais sólidos", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "anime_style_eyes", + "langName": "olhos estilo anime", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "blush_stickers", + "langName": "Autocolante blush versão Q", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "button eyes", + "langName": "olhos de botão", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "cross eyed", + "langName": "Vesgo", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "blank eyes", + "langName": "olhos vazios", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "spiral_eyes", + "langName": "Olho de hidromassagem", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "sanpaku", + "langName": "Síndrome do triplo branco (desvio da pupila)", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "flaming_eye", + "langName": "Homura", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "bloodshot_eyes", + "langName": "olhos ensanguentados", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "blood_from_eyes", + "langName": "sangue a sair dos olhos", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "extra_eyes", + "langName": "vários olhos", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "one-eyed", + "langName": "Zarolho", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "third_eye", + "langName": "terceiro olho", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "eye_of_horus", + "langName": "Olho de Hórus", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "closed_eyes", + "langName": "olhos fechados", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "half_closed_eye", + "langName": "Olho meio fechado (olho único)", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "half_closed_eyes", + "langName": "olhos meio fechados", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "narrowed_eyes", + "langName": "Estreitar os olhos", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "squinting", + "langName": "semicerrar os olhos", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "tears", + "langName": "lágrimas", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "upturned_eyes", + "langName": "olhos virados para cima", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "eyes_closed", + "langName": "Fechar os olhos", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "one_eye_covered", + "langName": "Um olho está tapado", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "covered_eyes", + "langName": "olhos vendados", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "hair_over_eyes", + "langName": "cabelo a tapar os olhos", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "hair_over_one_eye", + "langName": "O cabelo cobre um olho", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "eyes_visible_through_hair", + "langName": "olhos visíveis através do cabelo", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "shading eyes", + "langName": "Olhos com sombra", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "one eye closed", + "langName": "um olho fechado", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "no_blindfold", + "langName": "Removido o elemento da venda (original)", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "no_eyepatch", + "langName": "Remoção da máscara ocular (existente)", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "eyeliner", + "langName": "Eyeliner", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "no_eyes", + "langName": "Sem olhos", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "uneven_eyes", + "langName": "Olhos grandes e pequenos", + "object": "Figura", + "attribute": "Olho" + }, + { + "displayName": "pupils", + "langName": "aluno", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "bright_pupils", + "langName": "alunos brilhantes", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "blue_pupils", + "langName": "pupilas cor de laranja", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "purple_pupils", + "langName": "Alunos roxos", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "orange_pupils", + "langName": "pupilas cor de laranja", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "heterochromia", + "langName": "pupilas heterocromáticas", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "mismatched_pupils", + "langName": "alunos incompatíveis", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "solid_circle_pupils", + "langName": "Versão Q pupilas redondas sólidas", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "dilated_pupils", + "langName": "pupilas dilatadas", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "constricted_pupils", + "langName": "pupilas contraídas", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "slit_pupils", + "langName": "Pupilas verticais/olhos de gato", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "snake_pupils", + "langName": "Pupilas de serpentes (flash de pupilas)", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "horizontal_pupils", + "langName": "pupila horizontal", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "rectangular_pupils", + "langName": "Pupilas rectangulares", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "square_pupils", + "langName": "alunos quadrados", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "dot_pupils", + "langName": "aluno ponto", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "star-shaped_pupils", + "langName": "Pupilas em forma de pentagrama", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "flower-shaped pupils", + "langName": "pupilas em forma de flor", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "heart-shaped_pupils", + "langName": "pupilas em forma de coração", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "diamond-shaped_pupils", + "langName": "pupilas em forma de diamante", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "butterfly-shaped_pupils", + "langName": "pupilas em forma de borboleta", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "symbol-shaped_pupils", + "langName": "Alunos simbólicos", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "x-shaped_pupils", + "langName": "Pupilas em forma de X", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "cross-shaped_pupils", + "langName": "Alunos simbólicos (sem efeito", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "\"+_+\"", + "langName": "olho de estrela cruzada", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "extra_pupils", + "langName": "alunos suplementares", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "no_pupils", + "langName": "nenhum aluno", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "devil pupils", + "langName": "aluno mágico", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "pupils sparkling", + "langName": "pupilas a piscar", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "symbol_in_eye", + "langName": "Há símbolos nos olhos", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "star_in_eye", + "langName": "estrelas nos olhos", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "dashed_eyes", + "langName": "olhos pontilhados", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "color contact lenses", + "langName": "Lentes de contacto", + "object": "Figura", + "attribute": "Aluno" + }, + { + "displayName": "light_eyes", + "langName": "olhos brilhantes", + "object": "Figura", + "attribute": "Expressão ocular" + }, + { + "displayName": "glowing_eyes", + "langName": "olhos brilhantes", + "object": "Figura", + "attribute": "Expressão ocular" + }, + { + "displayName": "shiny_eyes", + "langName": "olhos brilhantes", + "object": "Figura", + "attribute": "Expressão ocular" + }, + { + "displayName": "evil_eyes", + "langName": "mau-olhado", + "object": "Figura", + "attribute": "Expressão ocular" + }, + { + "displayName": "crazy_eyes", + "langName": "olhos loucos", + "object": "Figura", + "attribute": "Expressão ocular" + }, + { + "displayName": "empty_eyes", + "langName": "olhos vazios", + "object": "Figura", + "attribute": "Expressão ocular" + }, + { + "displayName": "solid_eyes", + "langName": "olhos firmes", + "object": "Figura", + "attribute": "Expressão ocular" + }, + { + "displayName": "sharp_eyes", + "langName": "olhos afiados", + "object": "Figura", + "attribute": "Expressão ocular" + }, + { + "displayName": "slanted_eyes", + "langName": "olhos afiados", + "object": "Figura", + "attribute": "Expressão ocular" + }, + { + "displayName": "wink", + "langName": "pestanejar", + "object": "Figura", + "attribute": "Expressão ocular" + }, + { + "displayName": "wide-eyed", + "langName": "Manter os olhos abertos", + "object": "Figura", + "attribute": "Expressão ocular" + }, + { + "displayName": "glint", + "langName": "emoções fortes a brilhar nos olhos", + "object": "Figura", + "attribute": "Expressão ocular" + }, + { + "displayName": "tsurime", + "langName": "Olho cauda levantada", + "object": "Figura", + "attribute": "Expressão ocular" + }, + { + "displayName": "tareme", + "langName": "Cauda do olho caída", + "object": "Figura", + "attribute": "Expressão ocular" + }, + { + "displayName": "pointed nose", + "langName": "nariz pontiagudo", + "object": "Figura", + "attribute": "Nariz" + }, + { + "displayName": "small nose", + "langName": "nariz pequeno", + "object": "Figura", + "attribute": "Nariz" + }, + { + "displayName": "big nose", + "langName": "nariz grande", + "object": "Figura", + "attribute": "Nariz" + }, + { + "displayName": "no_nose", + "langName": "Sem nariz", + "object": "Figura", + "attribute": "Nariz" + }, + { + "displayName": "dot_nose", + "langName": "nariz pontilhado", + "object": "Figura", + "attribute": "Nariz" + }, + { + "displayName": "nose_bubble", + "langName": "Bolhas no nariz", + "object": "Figura", + "attribute": "Nariz" + }, + { + "displayName": "smelling", + "langName": "cheiro", + "object": "Figura", + "attribute": "Nariz" + }, + { + "displayName": "nose", + "langName": "nariz", + "object": "Figura", + "attribute": "Nariz" + }, + { + "displayName": "nosebleed", + "langName": "hemorragia nasal", + "object": "Figura", + "attribute": "Nariz" + }, + { + "displayName": "snot", + "langName": "corrimento nasal", + "object": "Figura", + "attribute": "Nariz" + }, + { + "displayName": "snout", + "langName": "focinho de animal", + "object": "Figura", + "attribute": "Nariz" + }, + { + "displayName": "thick lips", + "langName": "lábios grossos", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "puffy lips", + "langName": "lábios inchados", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "lipstick", + "langName": "batom", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "heart-shaped mouth", + "langName": "boca em forma de coração", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "pout", + "langName": "beicinho", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "mole under mouth", + "langName": "Moles debaixo da boca", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "open_mouth", + "langName": "Abre a boca", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "gasping", + "langName": "Arfar (abrir a boca)", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "Slightly_open_mouth", + "langName": "boca ligeiramente aberta", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "wavy_mouth", + "langName": "boca ondulada", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "close_mouth", + "langName": "Calem-se", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "dot_mouth", + "langName": "Acenar com a cabeça", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "no_mouth", + "langName": "sem boca", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "gag", + "langName": "mordaça", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "gnaw", + "langName": "mordida", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": ":3", + "langName": "Maozui", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": ":o", + "langName": "Abre a boca", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": ":>", + "langName": "Boca V", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "parted_lips", + "langName": "lábios abertos", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "bit_gag", + "langName": "calar a boca", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "chestnut_mouth", + "langName": "Lizizui", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "cleave_gag", + "langName": "amordaçado", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "closed_mouth", + "langName": "boca fechada", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "covered_mouth", + "langName": "boca tapada", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "extra_mouth", + "langName": "Quantas bocas", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "hair_in_mouth", + "langName": "cabelo na boca", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "hair_tie_in_mouth", + "langName": "Segurar o gancho de cabelo na boca", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "homu", + "langName": "Pout | Pout", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "lips", + "langName": "lábios", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "mouth", + "langName": "Boca", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "mouth_hold", + "langName": "Segura-o na boca", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "oral", + "langName": "com a boca", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "pacifier", + "langName": "mamilo", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "Pouted lips", + "langName": "lábios franzidos", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "sideways_mouth", + "langName": "Desenhar a boca de perfil", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "spoon_in_mouth", + "langName": "colher na boca", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "triangle_mouth", + "langName": "boca triangular", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "saliva", + "langName": "saliva", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "drooling", + "langName": "Baba-se", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "mouth_drool", + "langName": "Existe uma lacuna com a forma de uma gota de saliva no canto da boca.", + "object": "Figura", + "attribute": "Boca" + }, + { + "displayName": "tooth", + "langName": "dente", + "object": "Figura", + "attribute": "Dentes" + }, + { + "displayName": "upper_teeth", + "langName": "dentes superiores", + "object": "Figura", + "attribute": "Dentes" + }, + { + "displayName": "fangs", + "langName": "dentes de tigre | presas", + "object": "Figura", + "attribute": "Dentes" + }, + { + "displayName": "skin_fang", + "langName": "cor da pele dentes de tigre", + "object": "Figura", + "attribute": "Dentes" + }, + { + "displayName": "round_teeth", + "langName": "dentes recortados", + "object": "Figura", + "attribute": "Dentes" + }, + { + "displayName": "sharp_teeth", + "langName": "dentes afiados", + "object": "Figura", + "attribute": "Dentes" + }, + { + "displayName": "clenched_teeth", + "langName": "Ranger os dentes", + "object": "Figura", + "attribute": "Dentes" + }, + { + "displayName": "buck_teeth", + "langName": "Dentes de corça", + "object": "Figura", + "attribute": "Dentes" + }, + { + "displayName": "fang_out", + "langName": "Desnudar as presas | Desnudar as presas", + "object": "Figura", + "attribute": "Dentes" + }, + { + "displayName": "spiked_club", + "langName": "Mace", + "object": "Figura", + "attribute": "Dentes" + }, + { + "displayName": "toothbrush", + "langName": "escova de dentes", + "object": "Figura", + "attribute": "Dentes" + }, + { + "displayName": "tusks", + "langName": "marfim", + "object": "Figura", + "attribute": "Dentes" + }, + { + "displayName": "shark_mouth", + "langName": "dentes de tubarão", + "object": "Figura", + "attribute": "Dentes" + }, + { + "displayName": ":q", + "langName": "língua no lábio superior", + "object": "Figura", + "attribute": "Língua" + }, + { + "displayName": ":p", + "langName": "língua no lábio inferior", + "object": "Figura", + "attribute": "Língua" + }, + { + "displayName": ";p", + "langName": "Pestanejar e pôr a língua de fora", + "object": "Figura", + "attribute": "Língua" + }, + { + "displayName": "french_kiss", + "langName": "Beijo de língua | Beijo francês molhado", + "object": "Figura", + "attribute": "Língua" + }, + { + "displayName": "long_tongue", + "langName": "língua comprida", + "object": "Figura", + "attribute": "Língua" + }, + { + "displayName": "oral_invitation", + "langName": "Esticar a língua para acolher a ejaculação", + "object": "Figura", + "attribute": "Língua" + }, + { + "displayName": "tongue", + "langName": "Língua", + "object": "Figura", + "attribute": "Língua" + }, + { + "displayName": "tongue_out", + "langName": "pôr a língua de fora", + "object": "Figura", + "attribute": "Língua" + }, + { + "displayName": "uvula", + "langName": "úvula | úvula | úvula", + "object": "Figura", + "attribute": "Língua" + }, + { + "displayName": "fingernails", + "langName": "unhas", + "object": "Figura", + "attribute": "Prego" + }, + { + "displayName": "toenails", + "langName": "unhas dos pés", + "object": "Figura", + "attribute": "Prego" + }, + { + "displayName": "nail_polish", + "langName": "verniz para unhas", + "object": "Figura", + "attribute": "Prego" + }, + { + "displayName": "toenail_polish", + "langName": "polimento das unhas dos pés", + "object": "Figura", + "attribute": "Prego" + }, + { + "displayName": "black_nails", + "langName": "unhas pretas", + "object": "Figura", + "attribute": "Prego" + }, + { + "displayName": "red_nails", + "langName": "unhas vermelhas", + "object": "Figura", + "attribute": "Prego" + }, + { + "displayName": "pink_nails", + "langName": "unhas cor-de-rosa", + "object": "Figura", + "attribute": "Prego" + }, + { + "displayName": "long_fingernails", + "langName": "unhas compridas", + "object": "Figura", + "attribute": "Prego" + }, + { + "displayName": "nail", + "langName": "Unhas | Unhas", + "object": "Figura", + "attribute": "Prego" + }, + { + "displayName": "multicolored_nails", + "langName": "unhas coloridas", + "object": "Figura", + "attribute": "Prego" + }, + { + "displayName": "nail_art", + "langName": "Manicure", + "object": "Figura", + "attribute": "Prego" + }, + { + "displayName": "bare shoulders", + "langName": "ombros nus", + "object": "Figura", + "attribute": "Ombros" + }, + { + "displayName": "collarbonea", + "langName": "clavícula", + "object": "Figura", + "attribute": "Ombros" + }, + { + "displayName": "armpits", + "langName": "axila", + "object": "Figura", + "attribute": "Ombros" + }, + { + "displayName": "armpit_crease", + "langName": "Rugas nas axilas", + "object": "Figura", + "attribute": "Ombros" + }, + { + "displayName": "chest", + "langName": "Tórax", + "object": "Figura", + "attribute": "Tórax" + }, + { + "displayName": "flat chest", + "langName": "Peitos pequenos (A)", + "object": "Figura", + "attribute": "Tórax" + }, + { + "displayName": "small_breasts", + "langName": "Mamas pequenas (B)", + "object": "Figura", + "attribute": "Tórax" + }, + { + "displayName": "medium breasts", + "langName": "Peito médio (C)", + "object": "Figura", + "attribute": "Tórax" + }, + { + "displayName": "big breasts", + "langName": "Mamas grandes (D)", + "object": "Figura", + "attribute": "Tórax" + }, + { + "displayName": "huge breasts", + "langName": "Seios grandes (E)", + "object": "Figura", + "attribute": "Tórax" + }, + { + "displayName": "gigantic breasts", + "langName": "Seios super grandes (F)", + "object": "Figura", + "attribute": "Tórax" + }, + { + "displayName": "breasts apart", + "langName": "peito aberto", + "object": "Figura", + "attribute": "Tórax" + }, + { + "displayName": "hanging breasts", + "langName": "inclinar-se", + "object": "Figura", + "attribute": "Tórax" + }, + { + "displayName": "bouncing breasts", + "langName": "agitar", + "object": "Figura", + "attribute": "Tórax" + }, + { + "displayName": "cleavage", + "langName": "clivagem", + "object": "Figura", + "attribute": "Tórax" + }, + { + "displayName": "areola", + "langName": "Aréola", + "object": "Figura", + "attribute": "Tórax" + }, + { + "displayName": "nipples", + "langName": "mamilo", + "object": "Figura", + "attribute": "Tórax" + }, + { + "displayName": "pectorals", + "langName": "músculos peitorais", + "object": "Figura", + "attribute": "Tórax" + }, + { + "displayName": "large_pectorals", + "langName": "Peitorais grandes", + "object": "Figura", + "attribute": "Tórax" + }, + { + "displayName": "unbuttoned clothes", + "langName": "Peito meio exposto", + "object": "Figura", + "attribute": "Tórax" + }, + { + "displayName": "belly", + "langName": "abdómen", + "object": "Figura", + "attribute": "Abdómen" + }, + { + "displayName": "absolute_territory", + "langName": "músculos abdominais", + "object": "Figura", + "attribute": "Abdómen" + }, + { + "displayName": "inflation", + "langName": "barriga saliente", + "object": "Figura", + "attribute": "Abdómen" + }, + { + "displayName": "navel", + "langName": "umbigo", + "object": "Figura", + "attribute": "Abdómen" + }, + { + "displayName": "groin", + "langName": "virilha", + "object": "Figura", + "attribute": "Abdómen" + }, + { + "displayName": "feet", + "langName": "pé", + "object": "Figura", + "attribute": "Pé" + }, + { + "displayName": "long_legs", + "langName": "pernas longas", + "object": "Figura", + "attribute": "Pé" + }, + { + "displayName": "thick_thighs", + "langName": "coxas grossas", + "object": "Figura", + "attribute": "Pé" + }, + { + "displayName": "toe-point", + "langName": "ponta do dedo do pé | ponta do dedo do pé", + "object": "Figura", + "attribute": "Pé" + }, + { + "displayName": "wings", + "langName": "asa", + "object": "Figura", + "attribute": "Asa" + }, + { + "displayName": "bat_wings", + "langName": "asas de morcego", + "object": "Figura", + "attribute": "Asa" + }, + { + "displayName": "butterfly_wings", + "langName": "asas de borboleta", + "object": "Figura", + "attribute": "Asa" + }, + { + "displayName": "black_wings", + "langName": "asas negras", + "object": "Figura", + "attribute": "Asa" + }, + { + "displayName": "demon_wings", + "langName": "Asas de demónio", + "object": "Figura", + "attribute": "Asa" + }, + { + "displayName": "asymmetrical_wings", + "langName": "asas assimétricas", + "object": "Figura", + "attribute": "Asa" + }, + { + "displayName": "detached_wings", + "langName": "Asas que não estão ligadas ao corpo", + "object": "Figura", + "attribute": "Asa" + }, + { + "displayName": "fairy_wings", + "langName": "asas de fada", + "object": "Figura", + "attribute": "Asa" + }, + { + "displayName": "fake_wings", + "langName": "imitação de asas", + "object": "Figura", + "attribute": "Asa" + }, + { + "displayName": "fiery_wings", + "langName": "asas ardentes", + "object": "Figura", + "attribute": "Asa" + }, + { + "displayName": "insect_wings", + "langName": "asas de insectos", + "object": "Figura", + "attribute": "Asa" + }, + { + "displayName": "large_wings", + "langName": "asas grandes", + "object": "Figura", + "attribute": "Asa" + }, + { + "displayName": "low_wings", + "langName": "asas na cintura", + "object": "Figura", + "attribute": "Asa" + }, + { + "displayName": "mini_wings", + "langName": "mini asas", + "object": "Figura", + "attribute": "Asa" + }, + { + "displayName": "multicolored_wings", + "langName": "Asas de muitas cores", + "object": "Figura", + "attribute": "Asa" + }, + { + "displayName": "multiple_wings", + "langName": "vários pares de asas", + "object": "Figura", + "attribute": "Asa" + }, + { + "displayName": "no_wings", + "langName": "Asas removidas (originais)", + "object": "Figura", + "attribute": "Asa" + }, + { + "displayName": "winged_helmet", + "langName": "capacete alado", + "object": "Figura", + "attribute": "Asa" + }, + { + "displayName": "smile", + "langName": "Sorrir", + "object": "Expressão", + "attribute": "Rir" + }, + { + "displayName": "laughing", + "langName": "rindo alto", + "object": "Expressão", + "attribute": "Rir" + }, + { + "displayName": ":d", + "langName": "Sorriso feliz_:D😀", + "object": "Expressão", + "attribute": "Rir" + }, + { + "displayName": ";d", + "langName": "Piscar de olhos e sorrir_:D", + "object": "Expressão", + "attribute": "Rir" + }, + { + "displayName": "grin", + "langName": "sorriso de dentes", + "object": "Expressão", + "attribute": "Rir" + }, + { + "displayName": "teasing_smile", + "langName": "divertido, a sorrir à toa", + "object": "Expressão", + "attribute": "Rir" + }, + { + "displayName": "seductive_smile", + "langName": "sorriso encantador", + "object": "Expressão", + "attribute": "Rir" + }, + { + "displayName": "smirk", + "langName": "sorriso provocador", + "object": "Expressão", + "attribute": "Rir" + }, + { + "displayName": "giggling", + "langName": "risos", + "object": "Expressão", + "attribute": "Rir" + }, + { + "displayName": "smug", + "langName": "presunçoso", + "object": "Expressão", + "attribute": "Rir" + }, + { + "displayName": "naughty_face", + "langName": "cara de malandro", + "object": "Expressão", + "attribute": "Rir" + }, + { + "displayName": "crazy_smile", + "langName": "riso louco", + "object": "Expressão", + "attribute": "Rir" + }, + { + "displayName": "kind_smile", + "langName": "sorriso suave", + "object": "Expressão", + "attribute": "Rir" + }, + { + "displayName": "evil_smile", + "langName": "Sorriso mau", + "object": "Expressão", + "attribute": "Rir" + }, + { + "displayName": "ahegao", + "langName": "Cobrir o rosto e rir | Cara de tímido", + "object": "Expressão", + "attribute": "Rir" + }, + { + "displayName": "happy_tears", + "langName": "lágrimas felizes", + "object": "Expressão", + "attribute": "Rir" + }, + { + "displayName": "sad", + "langName": "triste", + "object": "Expressão", + "attribute": "Chorar" + }, + { + "displayName": "sobs", + "langName": "soluço", + "object": "Expressão", + "attribute": "Chorar" + }, + { + "displayName": "crying", + "langName": "chorar bem alto", + "object": "Expressão", + "attribute": "Chorar" + }, + { + "displayName": "crying_with_eyes_open", + "langName": "chorar de olhos abertos", + "object": "Expressão", + "attribute": "Chorar" + }, + { + "displayName": "streaming_tears", + "langName": "derramar lágrimas", + "object": "Expressão", + "attribute": "Chorar" + }, + { + "displayName": "lacrimation", + "langName": "derramar lágrimas", + "object": "Expressão", + "attribute": "Chorar" + }, + { + "displayName": "tear stains", + "langName": "lágrimas", + "object": "Expressão", + "attribute": "Chorar" + }, + { + "displayName": "teardrop", + "langName": "lágrima", + "object": "Expressão", + "attribute": "Chorar" + }, + { + "displayName": "tearing_up", + "langName": "expressão de choro", + "object": "Expressão", + "attribute": "Chorar" + }, + { + "displayName": "wiping_tears", + "langName": "enxugar as lágrimas", + "object": "Expressão", + "attribute": "Chorar" + }, + { + "displayName": "badmood", + "langName": "Mau humor", + "object": "Expressão", + "attribute": "Chorar" + }, + { + "displayName": "tearing_clothes", + "langName": "Rasgar a roupa (quando está muito triste, rasga a roupa para libertar as emoções)", + "object": "Expressão", + "attribute": "Chorar" + }, + { + "displayName": "frustrated", + "langName": "frustrado", + "object": "Expressão", + "attribute": "Infeliz" + }, + { + "displayName": "frustrated_brow", + "langName": "sobrancelha frustrada", + "object": "Expressão", + "attribute": "Infeliz" + }, + { + "displayName": "annoyed", + "langName": "angustiado", + "object": "Expressão", + "attribute": "Infeliz" + }, + { + "displayName": "anguish", + "langName": "deprimido", + "object": "Expressão", + "attribute": "Infeliz" + }, + { + "displayName": "sigh", + "langName": "suspiro", + "object": "Expressão", + "attribute": "Infeliz" + }, + { + "displayName": "gloom", + "langName": "melancolia", + "object": "Expressão", + "attribute": "Infeliz" + }, + { + "displayName": "disappointed", + "langName": "Desiludido", + "object": "Expressão", + "attribute": "Infeliz" + }, + { + "displayName": "despair", + "langName": "desespero", + "object": "Expressão", + "attribute": "Infeliz" + }, + { + "displayName": "unamused", + "langName": "Com ar de infelicidade", + "object": "Expressão", + "attribute": "Infeliz" + }, + { + "displayName": "disgust", + "langName": "Desgostoso (parece lixo)", + "object": "Expressão", + "attribute": "Desprezo" + }, + { + "displayName": "disdain", + "langName": "desprezo", + "object": "Expressão", + "attribute": "Desprezo" + }, + { + "displayName": "contempt", + "langName": "desprezo", + "object": "Expressão", + "attribute": "Desprezo" + }, + { + "displayName": "shaded_face", + "langName": "Há uma sombra no rosto, a condizer com o desprezo", + "object": "Expressão", + "attribute": "Desprezo" + }, + { + "displayName": "jitome", + "langName": "olhar de desprezo", + "object": "Expressão", + "attribute": "Desprezo" + }, + { + "displayName": "frown", + "langName": "Franzir a testa / franzir a testa", + "object": "Expressão", + "attribute": "Desprezo" + }, + { + "displayName": "wince", + "langName": "Franzir o sobrolho (antes da relação sexual)", + "object": "Expressão", + "attribute": "Desprezo" + }, + { + "displayName": "furrowed_brow", + "langName": "carrancudo", + "object": "Expressão", + "attribute": "Desprezo" + }, + { + "displayName": "fear_kubrick", + "langName": "Medo de olhares de lado", + "object": "Expressão", + "attribute": "Desprezo" + }, + { + "displayName": "angry", + "langName": "zangado", + "object": "Expressão", + "attribute": "Zangado" + }, + { + "displayName": "glaring", + "langName": "brilho", + "object": "Expressão", + "attribute": "Zangado" + }, + { + "displayName": "serious", + "langName": "Sério (semelhante a zangado)", + "object": "Expressão", + "attribute": "Zangado" + }, + { + "displayName": "kubrick_stare", + "langName": "A olhar para ti de lado", + "object": "Expressão", + "attribute": "Zangado" + }, + { + "displayName": "sulking", + "langName": "zangado_sulky", + "object": "Expressão", + "attribute": "Zangado" + }, + { + "displayName": "screaming", + "langName": "gritar | berrar", + "object": "Expressão", + "attribute": "Zangado" + }, + { + "displayName": "shouting", + "langName": "chorar", + "object": "Expressão", + "attribute": "Zangado" + }, + { + "displayName": "expressionless", + "langName": "sem expressão", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "raised eyebrow", + "langName": "Levantar uma sobrancelha", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "blush", + "langName": "corar", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "light_blush", + "langName": "ligeiro rubor", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "full-face-blush", + "langName": "Blush em todo o rosto", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "shy", + "langName": "tímido", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "embarrassed", + "langName": "Inábil e tímido", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "embarrass", + "langName": "tímido (desajeitado)", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "flustered", + "langName": "em pânico", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "cute face", + "langName": "rosto bonito", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "thinking", + "langName": "pensar", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "bored", + "langName": "aborrecimento", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "sleepy", + "langName": "sonolento", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "surprised", + "langName": "surpresa", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "confused", + "langName": "confundir", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "facepalm", + "langName": "Cobertura do rosto", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "grimace", + "langName": "piscar de olhos", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "scowl", + "langName": "Olhar de nojo", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "staring", + "langName": "olhar", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "envy", + "langName": "inveja", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "twitching", + "langName": "contrair-se", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "spasm", + "langName": "Cãibra", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "pain", + "langName": "dor", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "endured_face", + "langName": "expressão do paciente", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "restrained", + "langName": "suportar", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "turn pale", + "langName": "pálido", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "sweat", + "langName": "suor", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "scared", + "langName": "assustado", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "naughty", + "langName": "maroto", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "dark_persona", + "langName": "escurecido", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "crazy", + "langName": "louco", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "yandere", + "langName": "yandere", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "Tsundere", + "langName": "Tsundere", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "multiple_persona", + "langName": "personalidade múltipla", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "Jekyll_and_Hyde", + "langName": "personalidade múltipla", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "exhausted", + "langName": "esgotado", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "heavy_breathing", + "langName": "Respira fundo, pode não ajudar.", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "rape_face", + "langName": "rosto violado", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "moaning", + "langName": "gemer", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "orgasm", + "langName": "clímax", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "female_orgasm", + "langName": "orgasmo feminino", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "rolling_eyes", + "langName": "Revirar os olhos (olhos de orgasmo)", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "torogao", + "langName": "Trance", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "drunk", + "langName": "bêbado", + "object": "Expressão", + "attribute": "Outras expressões" + }, + { + "displayName": "joyful", + "langName": "alegre", + "object": "Expressão", + "attribute": "Emoções positivas" + }, + { + "displayName": "cheerful", + "langName": "Alegre", + "object": "Expressão", + "attribute": "Emoções positivas" + }, + { + "displayName": "enchanting", + "langName": "encantador", + "object": "Expressão", + "attribute": "Emoções positivas" + }, + { + "displayName": "happy", + "langName": "feliz", + "object": "Expressão", + "attribute": "Emoções positivas" + }, + { + "displayName": "happy accidents", + "langName": "Uma surpresa inesperada", + "object": "Expressão", + "attribute": "Emoções positivas" + }, + { + "displayName": "vibrant", + "langName": "enérgico", + "object": "Expressão", + "attribute": "Emoções positivas" + }, + { + "displayName": "dynamic", + "langName": "enérgico", + "object": "Expressão", + "attribute": "Emoções positivas" + }, + { + "displayName": "energetic", + "langName": "cheio de energia", + "object": "Expressão", + "attribute": "Emoções positivas" + }, + { + "displayName": "bustling", + "langName": "Ocupado", + "object": "Expressão", + "attribute": "Emoções positivas" + }, + { + "displayName": "lively", + "langName": "animado", + "object": "Expressão", + "attribute": "Emoções positivas" + }, + { + "displayName": "excited", + "langName": "entusiasmado", + "object": "Expressão", + "attribute": "Emoções positivas" + }, + { + "displayName": "peaceful", + "langName": "pacífica", + "object": "Expressão", + "attribute": "Emoções positivas" + }, + { + "displayName": "serene", + "langName": "pacífica", + "object": "Expressão", + "attribute": "Emoções positivas" + }, + { + "displayName": "soothing", + "langName": "calmante", + "object": "Expressão", + "attribute": "Emoções positivas" + }, + { + "displayName": "calming", + "langName": "calma", + "object": "Expressão", + "attribute": "Emoções positivas" + }, + { + "displayName": "melancholic", + "langName": "melancolia", + "object": "Expressão", + "attribute": "Emoções negativas" + }, + { + "displayName": "eerie", + "langName": "estranho", + "object": "Expressão", + "attribute": "Emoções negativas" + }, + { + "displayName": "ominous", + "langName": "sinistro", + "object": "Expressão", + "attribute": "Emoções negativas" + }, + { + "displayName": "unsettling", + "langName": "perturbador", + "object": "Expressão", + "attribute": "Emoções negativas" + }, + { + "displayName": "lonely", + "langName": "Solitário", + "object": "Expressão", + "attribute": "Emoções negativas" + }, + { + "displayName": "beautiful", + "langName": "beleza", + "object": "Expressão", + "attribute": "Temperamento" + }, + { + "displayName": "elegant", + "langName": "elegante", + "object": "Expressão", + "attribute": "Temperamento" + }, + { + "displayName": "angelic", + "langName": "angélico", + "object": "Expressão", + "attribute": "Temperamento" + }, + { + "displayName": "Good", + "langName": "OK", + "object": "Expressão", + "attribute": "Temperamento" + }, + { + "displayName": "mysterious", + "langName": "misterioso", + "object": "Expressão", + "attribute": "Temperamento" + }, + { + "displayName": "enigmatic", + "langName": "enigmático", + "object": "Expressão", + "attribute": "Temperamento" + }, + { + "displayName": "cryptic", + "langName": "segredo", + "object": "Expressão", + "attribute": "Temperamento" + }, + { + "displayName": "evil", + "langName": "maligno", + "object": "Expressão", + "attribute": "Temperamento" + }, + { + "displayName": "standing", + "langName": "suporte", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "leaning", + "langName": "Lean | Lean", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "leaning_to_the_side", + "langName": "inclinar-se para o lado", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "leaning_back", + "langName": "inclinar-se para trás", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "leaning_forward", + "langName": "inclinar-se para a frente", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "leaning_on_object", + "langName": "apoiar-se num objeto", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "on_back", + "langName": "deitar-se de costas", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "on_side", + "langName": "Deitado de lado", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "on_stomach", + "langName": "Deitado", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "lying", + "langName": "deitado", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "lying_on_person", + "langName": "deitar-se sobre alguém", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "lying_on_the_lake", + "langName": "deitado no lago", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "lying_on_water", + "langName": "deitado na água", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "reclining", + "langName": "Posição reclinada", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "arched_back", + "langName": "Corpo em arco", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "afloat", + "langName": "flutuar na água", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "fetal_position", + "langName": "Posição fetal (deitado)", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "sleeping_upright", + "langName": "(não deitado) dormir | dormir de pé", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "waking_up", + "langName": "acordar", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "cuddling", + "langName": "Abraçar", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "comforting", + "langName": "conforto", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "biting", + "langName": "mordida", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "licking", + "langName": "lamber", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "licking_lips", + "langName": "lamber os lábios", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "lip_biting", + "langName": "morder o lábio", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "blowing", + "langName": "sopro", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "teasing", + "langName": "provocar", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "tickling", + "langName": "fazer cócegas", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "spitting", + "langName": "o ato de cuspir um líquido pela boca", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "spilling", + "langName": "O ato de verter um líquido de um recipiente", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "cooking", + "langName": "culinária", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "drinking", + "langName": "bebida", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "applying_makeup", + "langName": "maquilhagem", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "brushing_teeth", + "langName": "escovar os dentes", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "hair_brushing", + "langName": "pentear o cabelo", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "hair_tucking", + "langName": "sacudir o cabelo", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "taking_picture", + "langName": "Tirar fotografia | Selfie", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "talking_on_phone", + "langName": "Chamar", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "singing", + "langName": "Cantar", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "meditation", + "langName": "meditação", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "dancing", + "langName": "Dança", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "stylish_pose", + "langName": "pose de moda", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "the_pose", + "langName": "Deite-se no chão e levante os pés", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "standing_on_liquid", + "langName": "estar sobre água ou líquido", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "walking", + "langName": "andar", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "walking_on_liquid", + "langName": "caminhar sobre o líquido", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "running", + "langName": "correr", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "jumping", + "langName": "saltar", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "flying", + "langName": "voo", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "flapping", + "langName": "ação de bofetada", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "flying_kick", + "langName": "pontapé voador", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "fighting", + "langName": "em combate", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "fighting_stance", + "langName": "postura de combate", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "drawing_bow", + "langName": "Desembainhar o arco", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "dual_wielding", + "langName": "empunhadura dupla", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "unsheathing", + "langName": "Desembainhar", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "slashing", + "langName": "cortar", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "punching", + "langName": "soco", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "hitting", + "langName": "atingido", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "pushing", + "langName": "empurrar", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "dragging", + "langName": "arrastar algo", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "strangling", + "langName": "pendurar a cabeça", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "bullying", + "langName": "Rufia", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "chasing", + "langName": "perseguição", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "fleeing", + "langName": "Em fuga", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "hiding", + "langName": "esconder", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "tripping", + "langName": "tropeçou", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "spinning", + "langName": "rodar", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "climbing", + "langName": "subir", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "diving", + "langName": "mergulho", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "swimming", + "langName": "nadar", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "wading", + "langName": "andar na água", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "riding", + "langName": "passeio", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "driving", + "langName": "conduzir", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "fishing", + "langName": "pesca", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "pole_dancing", + "langName": "pole dance", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "writing", + "langName": "escrita", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "reading", + "langName": "ler", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "sewing", + "langName": "costura", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "shopping", + "langName": "Compras", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "cleaning", + "langName": "limpeza", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "sweeping", + "langName": "Limpeza | Varrer (trabalho doméstico)", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "washing", + "langName": "lavagem", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "showering", + "langName": "duche", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "drying", + "langName": "Seco (após o banho)", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "whispering", + "langName": "sussurro", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "sneezing", + "langName": "espirrar", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "talking", + "langName": "conversa", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "yawning", + "langName": "bocejo", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "smoking", + "langName": "fumo", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "sleeping", + "langName": "dormir", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "praying", + "langName": "rezar", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "playing_games", + "langName": "jogar jogos", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "wrestling", + "langName": "luta livre (desporto)", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "parody", + "langName": "imitar", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "trolling", + "langName": "brincadeira", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "public_indecency", + "langName": "indecência pública", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "eyelid_pull", + "langName": "pestanejar", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "top-down_bottom-up", + "langName": "Deite-se e levante as nádegas", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "bent_over", + "langName": "postura da anca", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "upside-down", + "langName": "Parada de mão", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "prone_bone", + "langName": "estilo cachorrinho deitado", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "presenting", + "langName": "Ecrã (parte traseira)", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "against_glass", + "langName": "copo espremido (inválido)", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "bleeding", + "langName": "sangramento", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "bowing", + "langName": "arco", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "breathing_fire", + "langName": "Cheiro de fogo", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "broom_riding", + "langName": "andar numa vassoura", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "bubble_blowing", + "langName": "fazer bolas de sabão", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "burning", + "langName": "combustão", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "cast", + "langName": "lançamento", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "dreaming", + "langName": "sonho", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "dropping", + "langName": "queda (acidental)", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "exercise", + "langName": "fazer exercício", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "firing", + "langName": "tiroteio", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "flashing", + "langName": "exposto", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "flexing", + "langName": "Mostrar músculos", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "hanging", + "langName": "suspenso", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "Painting_(Action)", + "langName": "sorteio", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "snowing", + "langName": "neve", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "soccer", + "langName": "desporto futebolístico", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "splashing", + "langName": "salpicos", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "steepled_fingers", + "langName": "Pontas dos dedos contra dedos", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "swing", + "langName": "baloiço", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "tail_wagging", + "langName": "cauda a abanar", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "toilet_use", + "langName": "Ir à casa de banho", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "tossing", + "langName": "lançamento", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "tying", + "langName": "Dar um nó (ação)", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "untying", + "langName": "Desamarrado", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "unzipping", + "langName": "Descompactar", + "object": "Ação", + "attribute": "Movimentos básicos" + }, + { + "displayName": "looking_at_viewer", + "langName": "olhar para o público", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "eye_contact", + "langName": "Contacto visual (olhar um para o outro)", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "eyeball", + "langName": "olhar", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "stare", + "langName": "olhar", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "looking_back", + "langName": "Olhar para trás", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "gradient", + "langName": "Inclinação do carácter", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "looking_down", + "langName": "Perspetiva do personagem olhando para baixo↘", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "looking_up", + "langName": "Perspetiva da personagem a olhar para cima", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "facing_away", + "langName": "virado para outro lado", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "looking_to_the_side", + "langName": "olhar para o lado", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "looking_away", + "langName": "desviar o olhar", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "looking_ahead", + "langName": "Olhando para o futuro", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "looking_afar", + "langName": "olhar para a distância", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "looking_outside", + "langName": "olhar para fora", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "head_tilt", + "langName": "cabeça inclinada", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "aiming", + "langName": "objetivo", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "aiming_at_viewer", + "langName": "Visar o leitor (perspetiva)", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "head_down", + "langName": "inclinar a cabeça", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "sideways_glance", + "langName": "olhar ligeiramente para o lado", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "upshirt", + "langName": "a espreitar por baixo da camisa", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "upshorts", + "langName": "saia de espreitar", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "looking_at_another", + "langName": "olhando para outro", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "looking_at_phone", + "langName": "Olhar para o telemóvel", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "looking_at_animal", + "langName": "olhar para os animais", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "looking_at_mirror", + "langName": "olhar para o espelho", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "looking_at_hand", + "langName": "olhar para as mãos", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "looking_at_food", + "langName": "olhar para os alimentos", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "looking_at_screen", + "langName": "olhar para o ecrã", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "stare at me", + "langName": "a olhar para si", + "object": "Ação", + "attribute": "Veja" + }, + { + "displayName": "clenched hand", + "langName": "punho cerrado", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "hand_to_mouth", + "langName": "Levar a mão à boca", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "hidden hands", + "langName": "esconder as mãos", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "arm_support", + "langName": "apoio com as mãos", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "arms_up", + "langName": "Levantar a mão", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "presenting armpit", + "langName": "mostrar as axilas", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "arm_behind_head", + "langName": "mãos atrás da cabeça", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "arm_above_head", + "langName": "mãos na cabeça", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "adjusting_hair", + "langName": "cabelo arrumado", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "bangs_pinned_back", + "langName": "Prenda a franja para trás", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "arm_behind_back", + "langName": "Colocar uma mão atrás das costas", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "arms_behind_back", + "langName": "mãos atrás das costas", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "arm_at_side", + "langName": "Pendurar uma mão para baixo", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "arm_blade", + "langName": "lâmina do braço", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "arm_grab", + "langName": "agarrar o braço", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "arm_around_waist", + "langName": "Uma mão à volta da cintura", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "arm_hug", + "langName": "Dar as mãos", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "arm_up", + "langName": "levantar as mãos", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "bound_arms", + "langName": "Os braços estão amarrados", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "extra_arms", + "langName": "braços múltiplos", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "locked_arms", + "langName": "Segurar os braços", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "zombie_pose", + "langName": "pose de zombie", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "cheering", + "langName": "aplaudir", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "beckoning", + "langName": "acenar", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "waving", + "langName": "acenar (dizer olá/despedida)", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "waving_arms", + "langName": "braços em movimento", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "salute", + "langName": "saudação", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "reaching", + "langName": "Estender a mão (propositadamente)", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "reaching_out", + "langName": "Alcançar o exterior do quadro", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "stretch", + "langName": "esticar", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "convenient_arm", + "langName": "Cobertura de partes importantes dos braços", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "ready_to_draw", + "langName": "Preparar para desembainhar a espada", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "double_fox_shadow_puppet", + "langName": "Fantoche de sombra de raposa dupla", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "fox_shadow_puppet", + "langName": "fantoche de sombra de raposa", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "paw_pose", + "langName": "Gesto da mão do gato da sorte (pulso dobrado para baixo)", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "self_fondle", + "langName": "auto-acariciamento", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "groping", + "langName": "apalpação", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "crotch_grab", + "langName": "Agarrar as virilhas", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "clothes_lift", + "langName": "levantar a roupa", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "clothes_pull", + "langName": "Puxar a roupa", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "strap_lift", + "langName": "alça de ombro para levantar", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "shirt_lift", + "langName": "camisa pull up lift up", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "dress_lift", + "langName": "levantar a saia", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "dress_pull", + "langName": "vestido de puxar", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "kimono_lift", + "langName": "Levantar o quimono", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "kimono_pull", + "langName": "puxar o quimono", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "shirt_pull", + "langName": "abrir o fecho da camisa", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "shorts_pull", + "langName": "Tirar os calções", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "pants_pull", + "langName": "Puxar as calças para baixo", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "leotard_pull", + "langName": "macacão com corte de pele", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "swimsuit_pull", + "langName": "Tirar o fato de banho", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "skirt_basket", + "langName": "Refere-se à forma de cesto que se forma quando a saia é levantada", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "bikini_lift", + "langName": "Biquíni que descasca", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "cheek_pull", + "langName": "Puxar a bochecha", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "bunching_hair", + "langName": "Tranças de fixação", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "mask_pull", + "langName": "Puxar a máscara", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "zipper_pull_tab", + "langName": "Aba com fecho de correr", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "bikini_pull", + "langName": "Puxar um biquíni", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "holding_hair", + "langName": "Segurar o cabelo | Enrolar os dedos à volta do cabelo", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "shou", + "langName": "Segurar uma mão atrás da cabeça", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "arm_cannon", + "langName": "canhão de mão", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "arm_ribbon", + "langName": "fita de braço", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "caramelldansen", + "langName": "A famosa ação de torcer a mão", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "arm_held_back", + "langName": "Puxar os braços para trás", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "leg_lift", + "langName": "elevação de uma perna", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "hugging_own_legs", + "langName": "Abraçar as pernas", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "cheek_pinching", + "langName": "beliscar as bochechas", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "chin_rest", + "langName": "Segurar a bochecha", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "skirt_lift", + "langName": "saia elevatória", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "skirt_flip", + "langName": "Saia levantada (incluindo o sentido de emergência)", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "skirt_pull", + "langName": "saia aberta", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "cheek_poking", + "langName": "Pancada na bochecha", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "hair_pull", + "langName": "puxar o cabelo", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "covering_chest_by_hand", + "langName": "cobrir o peito com as mãos", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "chin_stroking", + "langName": "Toque no queixo", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "hair_pulled_back", + "langName": "Cabelo atado para trás", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "adjusting_clothes", + "langName": "Mexer na roupa", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "adjusting_hat", + "langName": "chapéu de arrumação", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "adjusting_gloves", + "langName": "Luvas para violino", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "adjusting_swimsuit", + "langName": "Fato de banho", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "adjusting_thighhigh", + "langName": "Ajustar as meias até ao joelho", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "adjusting_eyewear", + "langName": "Ajustar os óculos", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "pulling", + "langName": "puxar", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "pulled_by_self", + "langName": "Puxar a roupa para baixo", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "pulled_by_another", + "langName": "ser puxado (ou puxado pela roupa) por outra pessoa", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "lifting_person", + "langName": "ir buscar alguém", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "lifted_by_self", + "langName": "Levantar a roupa", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "lifted_by_another", + "langName": "Ser levantado pelas roupas da outra pessoa", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "bandaid_on_arm", + "langName": "Penso rápido no braço", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "carrying", + "langName": "apanhar", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "carrying_under_arm", + "langName": "debaixo do braço", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "carrying_over_shoulder", + "langName": "ombro", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "wind_lift", + "langName": "Efeito do vento | Atualização", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "covering_xx", + "langName": "capa xx", + "object": "Ação", + "attribute": "Mãos" + }, + { + "displayName": "shushing", + "langName": "Gesto de shh", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "finger_to_mouth", + "langName": "Levar a mão aos lábios", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "peace sign", + "langName": "Mãos de Tesoura", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "cat_pose", + "langName": "gesto de pata de gato", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "claw_pose", + "langName": "gesto de garra", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "finger_gun", + "langName": "gesto de pistola com o dedo", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "v", + "langName": "gesto de vitória", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "double_v", + "langName": "double_v", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "thumbs_up", + "langName": "Polegares para cima", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "index_finger_raised", + "langName": "levantar o dedo indicador", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "middle_finger", + "langName": "mostrar o dedo do meio", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "fingersmile", + "langName": "Fazer uma cara sorridente com os dedos", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "finger_on_trigger", + "langName": "Pronto para puxar o gesto do gatilho", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "pointing_at_self", + "langName": "Apontar para si próprio", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "pointing_at_viewer", + "langName": "Apontar para a pessoa que está a olhar para a imagem", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "pointing_up", + "langName": "Apontar para cima", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "poking", + "langName": "carimbo", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "hand_gesture", + "langName": "fazer gestos", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "ok_sign", + "langName": "Gesto OK", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "finger_biting", + "langName": "morder os dedos", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "finger_in_mouth", + "langName": "chupar dedos", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "fingering_through_clothes", + "langName": "dedo", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "fingers_together", + "langName": "dedos juntos", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "hair_twirling", + "langName": "Dedos a encaracolar o cabelo", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "sharp_fingernails", + "langName": "unhas afiadas", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "spread_fingers", + "langName": "abrir os dedos", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "trigger_discipline", + "langName": "Sem dedo no gatilho", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "w", + "langName": "Dedo do que W", + "object": "Ação", + "attribute": "Dedo" + }, + { + "displayName": "open hands", + "langName": "mãos abertas", + "object": "Ação", + "attribute": "Movimentos das mãos" + }, + { + "displayName": "spread arms", + "langName": "braços abertos", + "object": "Ação", + "attribute": "Movimentos das mãos" + }, + { + "displayName": "interlocked_fingers", + "langName": "mãos entrelaçadas", + "object": "Ação", + "attribute": "Movimentos das mãos" + }, + { + "displayName": "tying hair", + "langName": "amarrar o cabelo", + "object": "Ação", + "attribute": "Movimentos das mãos" + }, + { + "displayName": "own hands clasped", + "langName": "mãos entrelaçadas", + "object": "Ação", + "attribute": "Movimentos das mãos" + }, + { + "displayName": "own hands together", + "langName": "mãos juntas", + "object": "Ação", + "attribute": "Movimentos das mãos" + }, + { + "displayName": "hands in hair", + "langName": "pentear o cabelo com as mãos", + "object": "Ação", + "attribute": "Movimentos das mãos" + }, + { + "displayName": "arms_behind_head", + "langName": "Segurar a cabeça com as mãos", + "object": "Ação", + "attribute": "Movimentos das mãos" + }, + { + "displayName": "double piece pose", + "langName": "Sinal de mãos em V", + "object": "Ação", + "attribute": "Movimentos das mãos" + }, + { + "displayName": "arms_crossed", + "langName": "mãos cruzadas sobre o peito", + "object": "Ação", + "attribute": "Movimentos das mãos" + }, + { + "displayName": "hands_in_opposite_sleeves", + "langName": "Cruzar as mãos e colocá-las nas mangas", + "object": "Ação", + "attribute": "Movimentos das mãos" + }, + { + "displayName": "crossed_arms", + "langName": "braços cruzados", + "object": "Ação", + "attribute": "Movimentos das mãos" + }, + { + "displayName": "outstretched_arms", + "langName": "esticar os braços", + "object": "Ação", + "attribute": "Movimentos das mãos" + }, + { + "displayName": "v_arms", + "langName": "Fazer um V com os dois braços", + "object": "Ação", + "attribute": "Movimentos das mãos" + }, + { + "displayName": "w_arms", + "langName": "Braços em posição W", + "object": "Ação", + "attribute": "Movimentos das mãos" + }, + { + "displayName": "arms_at_sides", + "langName": "sem dúvida", + "object": "Ação", + "attribute": "Movimentos das mãos" + }, + { + "displayName": "hands_clasped", + "langName": "Dedos cruzados de ambas as mãos | Mãos cerradas", + "object": "Ação", + "attribute": "Movimentos das mãos" + }, + { + "displayName": "holding", + "langName": "segurar algo", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_animal", + "langName": "animais de companhia", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_arrow", + "langName": "Desembainhar o arco", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_axe", + "langName": "segurando um machado", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_bag", + "langName": "saco de transporte", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_ball", + "langName": "segurar a bola", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_basket", + "langName": "Transportar um cesto", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_book", + "langName": "segurar o livro", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_bottle", + "langName": "segurando a garrafa", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_bouquet", + "langName": "Mão a segurar o bouquet", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_bow_(weapon)", + "langName": "Segurar um arco (arma)", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_bowl", + "langName": "Segurando uma tigela", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_box", + "langName": "Transportar uma caixa", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_breath", + "langName": "Suster a respiração", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_broom", + "langName": "Segurando uma vassoura", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_camera", + "langName": "câmara de mão", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_can", + "langName": "segurando uma lata", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_candy", + "langName": "mão a segurar um rebuçado", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_card", + "langName": "cartão de mão", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_cat", + "langName": "segurar o gato", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_chopsticks", + "langName": "segurando pauzinhos", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_cigarette", + "langName": "Cigarro na mão", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_clothes", + "langName": "segurar roupa", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_condom", + "langName": "segurar um preservativo", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_cup", + "langName": "copo de apoio", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_dagger", + "langName": "segurando um punhal", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_doll", + "langName": "segurando a boneca", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_eyewear", + "langName": "Segurar nos óculos | Tirar os óculos", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_fan", + "langName": "segurando uma ventoinha", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_flag", + "langName": "segurando a bandeira", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_flower", + "langName": "segurando flores", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_food", + "langName": "segurar alimentos", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_fork", + "langName": "segurando um garfo", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_fruit", + "langName": "segurar fruta", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_gift", + "langName": "segurar um presente", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_gun", + "langName": "segurando uma arma", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_hands", + "langName": "dar as mãos", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_hat", + "langName": "segurando o chapéu", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_head", + "langName": "com a cabeça entre as mãos", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_helmet", + "langName": "segurando o capacete", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_innertube", + "langName": "Segurar o anel de natação", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_instrument", + "langName": "segurar um instrumento musical", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_knife", + "langName": "segurando uma faca", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_leaf", + "langName": "segurando folhas", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_lollipop", + "langName": "segurando um chupa-chupa", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_mask", + "langName": "máscara de retenção", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_microphone", + "langName": "segurar um microfone", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_needle", + "langName": "segurar a agulha de costura", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_own_foot", + "langName": "segurar os pés", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_paintbrush", + "langName": "Mão segurando pincel", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_paper", + "langName": "segurar papel", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_pen", + "langName": "Segurar a caneta", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_pencil", + "langName": "mão segurando lápis", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_phone", + "langName": "segurar o telemóvel", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_pillow", + "langName": "almofada de abraço", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_pipe", + "langName": "segurando um cachimbo", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_pizza", + "langName": "segurando pizza", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_plate", + "langName": "segurando um prato", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_poke_ball", + "langName": "segurando uma poke ball", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_pokemon", + "langName": "Segurar um Pokémon", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_polearm", + "langName": "Arma de mão", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_sack", + "langName": "Transporte de bagagem", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_scythe", + "langName": "Segurando uma foice", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_sheath", + "langName": "Segurar a bainha", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_shield", + "langName": "escudo de proteção", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_shoes", + "langName": "segurar sapatos", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_sign", + "langName": "sinal de mão segura", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_spear", + "langName": "Segurando uma lança", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_spoon", + "langName": "segurando uma colher", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_staff", + "langName": "Segurar um bastão", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_strap", + "langName": "Funda de mão", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_stuffed_animal", + "langName": "Segurar um peluche", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_stylus", + "langName": "Segurar a caneta", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_sword", + "langName": "segurando a espada", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_syringe", + "langName": "seringa de mão", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_towel", + "langName": "toalha de mão", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_tray", + "langName": "segurando um prato", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_umbrella", + "langName": "Segurar num guarda-chuva", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_wand", + "langName": "segurar a vara", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "holding_whip", + "langName": "Segurando o chicote", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "arm_around_neck", + "langName": "Uma mão à volta do pescoço", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "arms_around_neck", + "langName": "Colocar as mãos à volta do pescoço", + "object": "Ação", + "attribute": "Mão (segurando algo)" + }, + { + "displayName": "covering", + "langName": "o ato de cobrir", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "covering_face", + "langName": "cobrir o rosto", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "covering_ass", + "langName": "Cobertura das nádegas", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "covering_crotch", + "langName": "Cobrir as virilhas", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "covering_eyes", + "langName": "tapar os olhos", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "covering_mouth", + "langName": "tapar a boca", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "covering_nipples", + "langName": "bicos de cobertura", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "breast lift", + "langName": "Segurar os seios com as mãos", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "breast_suppress", + "langName": "pressão da mão nos seios", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hands_on_another's", + "langName": "Pôr as mãos na cara de outra pessoa", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hands_on_another's_cheeks", + "langName": "Ponham as mãos nas bochechas um do outro", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hands_on_ass", + "langName": "Colocar as mãos no rabo", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hands_on_feet", + "langName": "Colocar as mãos nos pés", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hands_on_headwear", + "langName": "Tocar nos ornamentos da cabeça com as duas mãos", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hands_on_hilt", + "langName": "Colocar as mãos no cabo da faca", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hands_on_lap", + "langName": "Colocar as mãos entre as pernas", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hands_on_own_face", + "langName": "Colocar as mãos na cara", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hands_on_own_cheeks", + "langName": "Colocar as mãos nas bochechas", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hands_on_own_chest", + "langName": "Colocar as mãos no peito", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hands_on_own_head", + "langName": "Colocar as mãos na cabeça", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hands_on_own_knees", + "langName": "Colocar as mãos nos joelhos", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hands_on_own_stomach", + "langName": "Colocar as mãos na barriga", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hands_on_own_thighs", + "langName": "Colocar as mãos nas coxas", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hand between legs", + "langName": "Mãos entre as pernas", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "leg hold", + "langName": "Segurar as pernas com as mãos", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hands_on_another's_shoulders", + "langName": "Pôr as mãos nos ombros de outra pessoa", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hands_on_hips", + "langName": "mãos nas ancas | mãos nas ancas", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hand_on_another's", + "langName": "As mãos tocam o rosto da outra pessoa", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hand_on_another's_cheek", + "langName": "Mão a tocar na bochecha um do outro", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hand_on_another's_chest", + "langName": "Colocar as mãos no peito da outra pessoa", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hand_on_another's_chin", + "langName": "Segure o queixo da outra pessoa com a sua mão", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hand_on_another's_head", + "langName": "Colocar as mãos na cabeça da outra pessoa", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hand_on_another's_shoulder", + "langName": "Colocar as mãos nos ombros da outra pessoa", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hand_on_another's_stomach", + "langName": "Colocar as mãos na barriga da outra pessoa", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hand_on_ass", + "langName": "mãos no rabo", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hand_on_head", + "langName": "mãos na cabeça", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hand_on_headwear", + "langName": "mão a tocar no chapéu", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hand_on_hilt", + "langName": "Mão apoiada no cabo da faca", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hand_on_hip", + "langName": "mãos nas ancas | mãos nas ancas", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hand_on_own", + "langName": "Colocar as mãos na cara", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hand_on_own_cheek", + "langName": "Colocar as mãos nas bochechas", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hand_on_own_chest", + "langName": "Colocar as mãos no peito", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hand_on_own_chin", + "langName": "A mão toca-lhe no queixo", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hand_on_own_stomach", + "langName": "Colocar as mãos na barriga", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hand_on_shoulder", + "langName": "mãos nos ombros", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hand_in_another's_hair", + "langName": "Pôr as mãos no cabelo da outra pessoa", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hand_in_hair", + "langName": "mãos enterradas no cabelo", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "hand_in_pocket", + "langName": "mãos nos bolsos", + "object": "Ação", + "attribute": "Mão (colocar algures)" + }, + { + "displayName": "ass_grab", + "langName": "agarrar o rabo", + "object": "Ação", + "attribute": "Mão (agarrar algo)" + }, + { + "displayName": "flat_chest_grab", + "langName": "Agarrar seios pequenos", + "object": "Ação", + "attribute": "Mão (agarrar algo)" + }, + { + "displayName": "grabbing", + "langName": "apanhar | agarrar", + "object": "Ação", + "attribute": "Mão (agarrar algo)" + }, + { + "displayName": "grabbing_another's_ass", + "langName": "Agarrar o rabo um do outro", + "object": "Ação", + "attribute": "Mão (agarrar algo)" + }, + { + "displayName": "grabbing_another's_hair", + "langName": "Agarrar no cabelo um do outro", + "object": "Ação", + "attribute": "Mão (agarrar algo)" + }, + { + "displayName": "grabbing_from_behind", + "langName": "Esfregar os seios por trás | Agarrar os seios por trás", + "object": "Ação", + "attribute": "Mão (agarrar algo)" + }, + { + "displayName": "grabbing_own_ass", + "langName": "agarrar o rabo de alguém", + "object": "Ação", + "attribute": "Mão (agarrar algo)" + }, + { + "displayName": "guided_penetration", + "langName": "Agarre o pénis masculino e introduza-o em si", + "object": "Ação", + "attribute": "Mão (agarrar algo)" + }, + { + "displayName": "hair_grab", + "langName": "agarrar o cabelo", + "object": "Ação", + "attribute": "Mão (agarrar algo)" + }, + { + "displayName": "leg_grab", + "langName": "agarrar-se às pernas", + "object": "Ação", + "attribute": "Mão (agarrar algo)" + }, + { + "displayName": "necktie_grab", + "langName": "Segurando o empate", + "object": "Ação", + "attribute": "Mão (agarrar algo)" + }, + { + "displayName": "neckwear_grab", + "langName": "Agarrar a roupa ao pescoço", + "object": "Ação", + "attribute": "Mão (agarrar algo)" + }, + { + "displayName": "penis_grab", + "langName": "agarrar o pénis", + "object": "Ação", + "attribute": "Mão (agarrar algo)" + }, + { + "displayName": "pillow_grab", + "langName": "Agarrar numa almofada", + "object": "Ação", + "attribute": "Mão (agarrar algo)" + }, + { + "displayName": "sheet_grab", + "langName": "agarrado aos lençóis", + "object": "Ação", + "attribute": "Mão (agarrar algo)" + }, + { + "displayName": "tail_grab", + "langName": "agarrar a cauda", + "object": "Ação", + "attribute": "Mão (agarrar algo)" + }, + { + "displayName": "thigh_grab", + "langName": "Agarrar a coxa", + "object": "Ação", + "attribute": "Mão (agarrar algo)" + }, + { + "displayName": "torso_grab", + "langName": "agarrar o tronco", + "object": "Ação", + "attribute": "Mão (agarrar algo)" + }, + { + "displayName": "wrist_grab", + "langName": "agarrar o pulso", + "object": "Ação", + "attribute": "Mão (agarrar algo)" + }, + { + "displayName": "kicking", + "langName": "Pontapé de saída", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "high_kick", + "langName": "pontapé alto", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "standing_on_one_leg", + "langName": "manter-se numa só perna", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "standing_split", + "langName": "Flexões em pé | Levantamento de pernas em pé", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "legs_up", + "langName": "levantar uma perna", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "holding legs", + "langName": "abraçar as pernas", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "hands under legs", + "langName": "Colocar as mãos debaixo das pernas", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "leg hug", + "langName": "Abraçar as pernas", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "spread legs", + "langName": "pernas abertas", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "legs_together", + "langName": "pernas juntas", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "crossed_legs", + "langName": "Pernas de Erlang", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "m_legs", + "langName": "Balanço de pernas em forma de M", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "standing split, leg up", + "langName": "Cavalo de pé", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "curtsy", + "langName": "Curtsey (saudação de empregada)", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "open_stance", + "langName": "Fazer uma pausa", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "convenient_leg", + "langName": "Pernas que bloqueiam partes importantes", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "leg_lock", + "langName": "Braçadeira com pernas", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "legs", + "langName": "pernas", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "legs_over_head", + "langName": "Levantar as pernas acima da cabeça", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "squatting,_open_legs", + "langName": "Agache-se e abra as pernas", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "knees_together_feet_apart", + "langName": "Joelhos juntos, pés afastados", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "animal_on_lap", + "langName": "animal no joelho", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "hand_on_own_knee", + "langName": "Colocar as mãos nos joelhos", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "knee_up", + "langName": "Empurrar os joelhos para cima", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "knees", + "langName": "joelho", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "knees_to_chest", + "langName": "Joelhos contra o peito", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "on_lap", + "langName": "sobre os joelhos", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "squatting", + "langName": "Agachamento", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "one_knee", + "langName": "um joelho", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "kneeling", + "langName": "ajoelhar-se", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "all_fours", + "langName": "de quatro", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "gravure_pose", + "langName": "pose de gravura", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "soaking_feet", + "langName": "Mergulhar os pés", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "cropped_legs", + "langName": "Apenas uma parte das pernas foi desenhada", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "k/da_(league_of_legends)", + "langName": "Equipa KDA (League of Legends)", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "leg_belt", + "langName": "Correias para as pernas", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "leg_hair", + "langName": "Pêlos das pernas", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "leg_up", + "langName": "Levantar as pernas", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "legs_apart", + "langName": "pernas afastadas", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "lowleg", + "langName": "Balanço de pernas em forma de M", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "mechanical_legs", + "langName": "Pé protético mecânico", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "multiple_legs", + "langName": "polivalente", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "no_legs", + "langName": "Sem pernas desenhadas", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "no_legwear", + "langName": "Nus abaixo das virilhas", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "tail_between_legs", + "langName": "A cauda está enrolada entre as pernas", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "footprints", + "langName": "pegada", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "foot_out_of_frame", + "langName": "Uma perna não aparece na fotografia", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "feet_out_of_frame", + "langName": "Os pés não estão na fotografia", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "feet_up", + "langName": "Cruzar os pés", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "cameltoe", + "langName": "dedo do pé de camelo", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "pigeon-toed", + "langName": "Perna interior gira", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "tiptoes", + "langName": "ficar na ponta dos pés", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "ankle_strap", + "langName": "anel de seda para o tornozelo", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "ankle_wrap", + "langName": "punhos de tornozelo", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "crossed_ankles", + "langName": "tornozelos cruzados", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "folded", + "langName": "Levantar as pernas para expor a vagina", + "object": "Ação", + "attribute": "Pernas" + }, + { + "displayName": "sitting", + "langName": "sentar", + "object": "Ação", + "attribute": "Sentar" + }, + { + "displayName": "seiza", + "langName": "sentar-se direito", + "object": "Ação", + "attribute": "Sentar" + }, + { + "displayName": "wariza", + "langName": "pato sentado", + "object": "Ação", + "attribute": "Sentar" + }, + { + "displayName": "straddling", + "langName": "sentar-se à frente", + "object": "Ação", + "attribute": "Sentar" + }, + { + "displayName": "yokozuwari", + "langName": "sentar-se de lado", + "object": "Ação", + "attribute": "Sentar" + }, + { + "displayName": "sitting_backwards", + "langName": "sentar-se", + "object": "Ação", + "attribute": "Sentar" + }, + { + "displayName": "sitting_in_tree", + "langName": "sentado numa árvore", + "object": "Ação", + "attribute": "Sentar" + }, + { + "displayName": "sitting_on_xx", + "langName": "sentar-se num objeto", + "object": "Ação", + "attribute": "Sentar" + }, + { + "displayName": "butterfly_sitting", + "langName": "borboleta sentada", + "object": "Ação", + "attribute": "Sentar" + }, + { + "displayName": "lotus_position", + "langName": "sentar-se na mesa", + "object": "Ação", + "attribute": "Sentar" + }, + { + "displayName": "sitting_on_railing", + "langName": "sentar-se no corrimão", + "object": "Ação", + "attribute": "Sentar" + }, + { + "displayName": "sitting_on_rock", + "langName": "sentado na pedra", + "object": "Ação", + "attribute": "Sentar" + }, + { + "displayName": "sitting_on_stairs", + "langName": "sentado nas escadas", + "object": "Ação", + "attribute": "Sentar" + }, + { + "displayName": "sitting_on_table", + "langName": "sentar-se na mesa", + "object": "Ação", + "attribute": "Sentar" + }, + { + "displayName": "sitting_on_water", + "langName": "sentar-se na água", + "object": "Ação", + "attribute": "Sentar" + }, + { + "displayName": "sitting_on_chair", + "langName": "sentar-se na cadeira", + "object": "Ação", + "attribute": "Sentar" + }, + { + "displayName": "sidesaddle", + "langName": "Sentar-se de lado no selim", + "object": "Ação", + "attribute": "Sentar" + }, + { + "displayName": "sitting_on_bed", + "langName": "sentado na cama", + "object": "Ação", + "attribute": "Sentar" + }, + { + "displayName": "sitting_on_desk", + "langName": "sentado na secretária", + "object": "Ação", + "attribute": "Sentar" + }, + { + "displayName": "sitting_on_lap", + "langName": "sentar-se ao colo", + "object": "Ação", + "attribute": "Sentar" + }, + { + "displayName": "sitting_on_person", + "langName": "sentar-se em cima das pessoas", + "object": "Ação", + "attribute": "Sentar" + }, + { + "displayName": "upright_straddle", + "langName": "Postura oposta", + "object": "Ação", + "attribute": "Sentar" + }, + { + "displayName": "asymmetrical_docking", + "langName": "seios em contacto com seios seios em contacto com seios", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "back-to-back", + "langName": "de trás para a frente", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "cunnilingus", + "langName": "Cunilíngua", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "facing_another", + "langName": "face a outro", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "feeding", + "langName": "alimentação", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "finger_in_another's_mouth", + "langName": "Dedilhado oral", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "fingering", + "langName": "dedilhado", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "giving", + "langName": "entrega | presente", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "grinding", + "langName": "Meias de ligas simples | Butt Thrust", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "hug", + "langName": "Abraçar", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "imminent_kiss", + "langName": "prestes a beijar", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "incoming_food", + "langName": "Passar comida", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "incoming_gift", + "langName": "entregar uma prenda", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "Kabedon", + "langName": "pancada na parede", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "lap_pillow", + "langName": "almofada para joelhos", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "licking_penis", + "langName": "lamber o pénis", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "princess_carry", + "langName": "Abraço de princesa", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "shared_bathing", + "langName": "Banho partilhado | Banho Yuanyang", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "shared_food", + "langName": "Partilhar alimentos | Passar alimentos pela boca", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "sitting_on_head", + "langName": "sentar-se na cabeça", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "sitting_on_shoulder", + "langName": "sentar-se nos ombros", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "slapping", + "langName": "bofetada", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "spanking", + "langName": "espancar", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "special_feeling_(meme)", + "langName": "Amantes segurando um guarda-chuva na neve", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "symmetrical_docking", + "langName": "Aperto dos seios", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "ear_biting", + "langName": "sussurro", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "mixed_bathing", + "langName": "banho misto", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "selfie", + "langName": "Selfie", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "trembling", + "langName": "tremer", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "partially submerged", + "langName": "imerso em água", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "rolleyes", + "langName": "Revirar os olhos", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "headpat", + "langName": "cabeça tátil", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "cheek-to-cheek", + "langName": "bochecha a bochecha", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "Stretching", + "langName": "esticar", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "against wall", + "langName": "contra a parede", + "object": "Ação", + "attribute": "Outras acções" + }, + { + "displayName": "((water drops)),wet clothes,((beautiful detailed water)),((floating)),dynamic angle", + "langName": "magia da água", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed glow,(detailed ice),beautiful detailed water", + "langName": "magia do gelo", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.2),(ice crystal texture wings),(Iridescence and rainbow hair:2.5)", + "langName": "Modificação do sistema de gelo", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.3),(((ice crystal texture wings)))", + "langName": "Frappuccino", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "((detailed beautiful snow forest with trees)),((snowflakes)),floating", + "langName": "gelo florestal", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "(((crystals texture Hair))),((beautiful detailed glass hair)),((glass shaped texture hand)),((crystallize texture body)),gem body,hands as clear as jewels,crystallization of clothes,((crystals texture skin)),sparkle,lens flare,light leaks,broken glass,detailed glass shaped clothes,beautiful detailed gemstone sky,gemstone sea,crystals texture flowers,((detailed crystallized clothing))", + "langName": "Cristalização", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed glow,((flames of war)),(((nuclear explosion behide)))", + "langName": "explosão nuclear", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "((breeze)),flying splashes,flying petals,wind", + "langName": "magia do vento", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "((surrounded by heavy floating sand flow and floating sharp stones)),((((ink)))),((illustration)),((watercolor))", + "langName": "método das areias movediças", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "(detailed light),((lightning in hand)),lightning surrounds,(((lightning chain)))", + "langName": "Método dos raios", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "(sunlight),(angel),dynamic angle,floating,wing,halo,floating white silk,(Holy Light),silver stars", + "langName": "Método da Luz Sagrada", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed pampas grass field,open hakama,surrounded by floating sakura,yellow full moon,beautiful detailed dark midnight sky,messy white long hair", + "langName": "Método Ashina", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "beautiful and delicate water,the finest grass,very delicate light,nature,painting,water spray,breeze,flowers and grass meadow,near the water edge,(sunset,starry sky in a circle),randomly distributed clouds,river,splashing water,falling petals", + "langName": "direito natural", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "(detailed light) ,feather,leaves,nature,(sunlight),river,(forest),(bloom)", + "langName": "legislação florestal", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "floating and rainbow long hair,Iridescence and rainbow,beautiful detailed starry sky", + "langName": "método da iridescência", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "chain ring,chain storm,dark chain,((wholeblack bloomer)),darkside,night,deep dark,darkness,((dark clouds)),((ruins)),shadow,death garden", + "langName": "método de bloqueio oculto", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed glow,floating ashes,beautiful and detailed explosion,red moon,fire,fire cloud,wings on fire,a cloudy sky,smoke of gunpowder,burning,black dress,dove of peace,(floating cloud:1.2)", + "langName": "Huoshaoyun", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(magic circle:1.2),(floating palaces:1.3)", + "langName": "lei do castelo", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "(water bloom),(delicate glow),(breeze),long Flowers meadow,(((sunset)),(less stars form a circle),randomly distributed clouds,(rivers),(willows with branches falling into the water)", + "langName": "método crepuscular", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "((colorful bubble)),(floating),detailed light", + "langName": "método das bolhas", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "((rose)),(vine),cage,bandage,red rope,(detail light),falling rose petals", + "langName": "método do pau-rosa", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "(starry tornado:1.4),starry Nebula,beautiful detailed sky", + "langName": "método do céu estrelado", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "((moon)),starry sky,(lighting particle),fog,snow,(bloom)", + "langName": "método da lua", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(cold full moon),snowflake,(floating cloud:1.2)", + "langName": "método da lua de neve", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "((burning forest)),spark,light leaks,burning sky,flame,flames burning around,(flying sparks)", + "langName": "método de incêndio florestal", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "((destroyed)),explosion,buildings in disarray,The residual eaves DuanBi,cumulus,mouldy,floating,wind,Dead end machine,(broken robot),(Mechanical robot girl),in the rubble of a devastated city", + "langName": "lei dos baldios", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,((sliver)) and (broken) body", + "langName": "Método da armadura de guerra", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "Extremely gorgeous metal style,Metal crown with ornate stripes,Various metals background,Sputtered molten iron,floating hair,Hair like melted metal,Clothes made of silver,Clothes with gold lace,flowing gold and silver,everything flowing and melt,flowing iron,flowing silver,lace flowing and melt", + "langName": "regra de ouro", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "mecha clothes,robot girl", + "langName": "método da rapariga-máquina", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "ink,(((bone))),(((ribs))),rose,black hair,blue eyes,greyscale,no shadow,simple background,bright skin", + "langName": "Necromancia", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "(((gorgeous crystal armor))),(((crystal wings))),((altocumulus)),(clear_sky),(snow mountain),((flowery flowers)),(flowery bubbles),cloud map plane,crystal,crystal poppies,Brilliant light,thick_coating,glass tint,(watercolor)", + "langName": "método do cristal", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "((an extremely delicate and beautiful)),floating,(detailed wet clothes),(detailed light),feather,nature,(sunlight),river,floating palace,beautiful and delicate water,(bloom),(shine)", + "langName": "método da floresta aquática", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "(blue spark),(red and blue hair),blue eyes,burning sky,flame,Rainbow in the sky,((Flames burning ice)),(((fire butterflies))),(((ice crystal texture wings))),(Flying sparks),(detailed ice),((a lot of luminous ice crystals)),((burning feathers)),(feathers made of ice),(frozen feathers),(((ice and fire together)))", + "langName": "método do fogo de gelo", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "(anger),dragon horns,(silver armor),metal,complex pattern,cape,indifference", + "langName": "Cavaleiro Dragão", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "((full body)),(helpless),tear,crying,(((((falling from the sky))))),((Weathering With You)),((falling)),((face towards the sky)),(hair flows upwards),((disheveled hair)),(1 girl),floating,beautiful detailed sky", + "langName": "método de queda", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "((underwater)),(beautiful detailed water),((coral)),dynamic angle,floating,(detailed light),floating hair,(splash),((fishes)),leaves dress,feather,nature,(sunlight),(underwater forest),(bloom),(detailed glow),drenched,seaweed,fish,(((Tyndall effect)))", + "langName": "direito subaquático", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "(extremely detailed CG unity 8k wallpaper),(((masterpiece))),(((best quality))),((ultra-detailed)),(best illustration),(best shadow),((an extremely delicate and beautiful)),dynamic angle,floating,fairyland,dynamic angle,sea of flowers,beautiful detailed garden,wind,classic,spring,(detailed light),feather,nature,(sunlight),river,forest,(((floating palace))),((the best building)),beautiful and delicate water,(painting),(sketch),(bloom),(shine)", + "langName": "método secreto", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "(((masterpiece))),((the best quality,super fine illustrations,beautiful and delicate water)),((very delicate light)),((nature,painting)),((fine lighting,more transparent stars,high-quality snowflakes,high-quality mountains,very fine 8KCG wallpapers)),(plateau),(((snow mountain))),sunrise,randomly distributed clouds,(snow field),cliff,((rotating star sky)),((lake in mountain stream)),luminous particles", + "langName": "Fotografia", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "1980s (style),simple background,retro artstyle", + "langName": "direito moderno", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "(white hair),red long hair,red eyes,(full body),(((with sword))),angry face,(beautiful detailed eyes),Blood drop,Blood fog,floating hair,disheveled hair,Splashing blood,(Bloodstain)", + "langName": "magia de sangue", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "((dragon)),((dragon background))", + "langName": "Invocar o dragão", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "hair fluttering in the wind,((mechanical arm armor)),((mechanical body armor)),riding motor,bodysuit,((ruins of city in war,fire,burning cars,burning buildings)),air force fleet in the sky", + "langName": "Zhan Ji Fa", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,dragon wings,((a dragon stands behind the girl)),beautiful detailed sliver dragon armor", + "langName": "método da máquina dragão", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "((Beautiful butterflies in detail)),((Beautiful stars in detail)),(((halter dress ))),particle,(Starry sky in beautiful detail),(Hazy fog),(Ruins of beautiful details),(((Standing on the surface of the sea)))", + "langName": "Borboleta estrela", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "blonde wavy hair,(shiny long hair),((Gothic Lolita)),blue white skirt,((short skirt)),black Headdress,bowknot,(((hair ornament))),(hair flower),Lace,cross-laced footwear,ribbon-trimmed sleeves,building architecture,((gothic architecture)),starry sky,outdoors,church,(castle)", + "langName": "direito académico", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "walking,waves,wind,(((glistening light of waves))),(detailed sunset glow),(floating flow),((coral)),(Luminous),coast,(floating colorful bubbles),beautiful detailed sky,(fluorescence),detailed shadow,(conch),beautiful detailed water,starfish,meteor,rainbow,(seabirds),(glinting stars),(glowworm),(splash),detailed cloud,shell,(fireworks)", + "langName": "Xingxiahai", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "beautiful detailed sky,night,stars,(red plum blossom),((winter)),(((snowflakes))),((red and white flowers)),(starry sky),(sitting),((colorful)),scenery,lantern,(starfall)", + "langName": "método da neve de inverno", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "((((melt)))),(((((black and white melt))))),(((wear Black and white Taoist robes))),((((gold and silver lace)))),(((gold and silver lace lace))),(((flowing ((black)) and white background))),extremely detailed gorgeous tiara", + "langName": "O caldeirão de todas as coisas", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "Floating black ashes,Beautiful and detailed black,red moon,((The black clouds)),(black Wings) ,a black cloudy sky,burning,black dress,((Black fog)),Red eyes,(black smoke),((Black feathers floating in the air)),bat,(floating black cloud:1.5),", + "langName": "Lei Raven", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "dynamic angle,finely detail,(bloom),(shine),glinting stars,((((best detailed fireworks)))),((((depth of field)))),(((hanabi))),(((backlight))),", + "langName": "Noções básicas sobre fogo de artifício", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,(lots of big colorful Bubble),(pearl),(Galaxy),depth of field", + "langName": "Cor da estrela", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,depth of field", + "langName": "Afundando no mar de estrelas", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "dynamic angle,detailed wet clothes,blank stare,overexplosure,floating,black long straight,red eyes,aqua eyes,gradient eyes,((blood)),white dress,frills,((expressionless)),extremely beautiful detailed water,((lying on the lake)),(bloodred water:1.5),(red background:1.3)", + "langName": "Centenas de métodos de afogamento", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "((messy hair)),(grassland),(yellow eyes),incredibly absurdres,(gold hair),floating hair,Large number of environments,the medieval ,grace,prospect,water eyes,wind,breeze,god ray,lawn,Mountains and lakes in the distance,The sun shines through the trees,A vast expanse of grassland", + "langName": "Método Brilliant Sunshine", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "Starry sky adorns hair,sparkling anime eyes,beautiful detailed stars,blighting stars,emerging dark purple across with white hair,multicolored hair,beautiful detailed sky,beautiful detailed water,cinematic lighting,dramatic angle,", + "langName": "método star hair", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "There are many scattered luminous petals,Hidden in the light yellow flowers,Depth of field,Many flying drops of water,Many scattered leaves,branch ,angle ,contour deepening,cinematic angle", + "langName": "Método Senro", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "sunlight,extremely light,extremely clothes,Holy Light,dynamic angle,Light particle,very long hair,white hair,yellow eyes,glowing eyes,expressionless,((light smile)),((((white Tulle skirt)))),white silk,looking at viewer,angel wings,large wings,multiple wings,angel halo,(((starry sky))),dusk sky,Floating light spot,Lots of feathers", + "langName": "anjo da estrela", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "blonde hair,yellow eyes,white skin,mature female,sunrise,golden sky,magnificent architecture,beautiful detailed sky,overexposure,delicate gold metal decorations", + "langName": "regra de ouro", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "mechanical prosthesis,mecha coverage,emerging dark purple across with white hair,fluorescent purple,cool movement,rose red eyes,beatiful detailed cyberpunk city,hd semirealistic anime cg concept art digital painting", + "langName": "Ex Machina", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "(incredibly absurdres),(highly detailed beautiful fishtail:1.6),(((human hands))),(the lower body is a fish:1.9)AND(no human thigh:1.2),seaweed,(full body),(white seashell),(curved and slender fish tail),(the lower body is bare:1.1),{beautiful tailfin},((underwater)),(illustration),detailed water,((fishes)),(floating),watercolor (medium),(small whirlpool),((The sensation of water flowing)),(detailed scales on a mermaid)", + "langName": "Método da sereia", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "Blood Mist,background Urban rooftop,despair,Blood Cherry Blossom,torn clothes,crying with eyes open,solo,Blood Rain,bandages,Gunpowder smoke,beautiful deatailed shadow,Splashing blood,dust,tyndall effect", + "langName": "fim", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "Space opera,Space port,robot arm,elbow gloves,night,glisten,stare,cyberpunk,((((citylight)))),science fiction,bodysuit,Mechanical armor headdress,(bare shoulders)", + "langName": "Sonhos desfeitos", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "dynamic angle,rainbow hair,detailed cute anime face,((loli)),flower,cry,water,corrugated,flowers tire,broken glass,(broken screen),atlantis,transparent glass", + "langName": "Sonhos desfeitos", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "(white hair),(((red streaked hair))),red eyes,(((full body))),(red hair),(((((Hold a red sword))))),(angry face),((Blood drop)),((Blood fog)),light shafts,soft focus,((Splashing blood))),Long hair,((Bloodstain)),Fighting stance,{{{{{watercolor (medium)}}}},(((masterpiece))),((white clock)),((ultradetailed)),((Covered in blood)),flowing hair,Exquisite Flame,dynamic angle,floating,(shine),extremely delicate and beautiful girls,bright skin,lying red petals,Holy lighting", + "langName": "lei da reforma do sangue", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "dramatic shadows,black and white,monochrome,{{comic}},cross necklace,Cassock", + "langName": "Fotografia", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "((ink)),(water color),bloom effect,detailed beautiful grassland with petal,flower,butterfly,necklace,smile,petal,(((surrounded by heavy floating petal flow)))", + "langName": "método da flor flutuante", + "object": "Ação", + "attribute": "Magia" + }, + { + "displayName": "stylish outfit", + "langName": "Vestir-se de forma elegante", + "object": "Vestuário", + "attribute": "Roupa elegante" + }, + { + "displayName": "fashionable accessories", + "langName": "acessórios de moda", + "object": "Vestuário", + "attribute": "Roupa elegante" + }, + { + "displayName": "fitted jeans", + "langName": "calças de ganga skinny", + "object": "Vestuário", + "attribute": "Roupa elegante" + }, + { + "displayName": "oversized jacket", + "langName": "casaco plus size", + "object": "Vestuário", + "attribute": "Roupa elegante" + }, + { + "displayName": "baggy clothes", + "langName": "roupas largas", + "object": "Vestuário", + "attribute": "Roupa elegante" + }, + { + "displayName": "traditional_clothes", + "langName": "Vestuário tradicional | Vestuário étnico", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "chinese_clothes", + "langName": "Fato de banho", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "china_dress", + "langName": "cheongsam", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "hanfu", + "langName": "Hanfu", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "Taoist robe", + "langName": "Túnica taoísta", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "japanese_clothes", + "langName": "quimono", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "enmaided", + "langName": "mulher com quimono", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "hanten_clothes", + "langName": "Toumata (estilo japonês)", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "kimono", + "langName": "quimono", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "furisode", + "langName": "Furisode (parte do quimono)", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "sleeveless_kimono", + "langName": "quimono sem mangas", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "short_kimono", + "langName": "quimono curto", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "print_kimono", + "langName": "quimono estampado", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "uchikake", + "langName": "Bai Wujia (vestido de noiva japonês)", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "obi", + "langName": "Vestuário (e vestuário)", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "cheongsam", + "langName": "cheongsam", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "print_cheongsam", + "langName": "Cheongsam estampado", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "pelvic_curtain", + "langName": "A bainha frontal do vestuário cheongsam", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "ainu_clothes", + "langName": "Vestuário Ainu", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "korean_clothes", + "langName": "Roupa coreana", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "hanbok", + "langName": "hanbok", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "Ao_Dai", + "langName": "Vestuário vietnamita (Ao Dai)", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "western", + "langName": "estilo ocidental", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "german_clothes", + "langName": "vestuário alemão", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "indian_style", + "langName": "estilo indiano", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "arabian_clothes", + "langName": "vestuário árabe", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "egyptian_clothes", + "langName": "vestuário egípcio", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "byzantine_fashion", + "langName": "estilo bizantino", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "gothic", + "langName": "estilo gótico", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "lolita", + "langName": "estilo lolita", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "gothic_lolita", + "langName": "estilo lolita gótico", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "Tropical", + "langName": "Tropical", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "costume", + "langName": "fato", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "adapted_costume", + "langName": "Melhorar o vestuário", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "animal_costume", + "langName": "conjunto de formas de animais", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "bunny_costume", + "langName": "Conjunto estilo coelho", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "cat_costume", + "langName": "conjunto para pentear gatos", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "dog_costume", + "langName": "conjunto para pentear cães", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "bear_costume", + "langName": "Conjunto estilo urso", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "santa_costume", + "langName": "Fato de Pai Natal", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "halloween_costume", + "langName": "fatos de Halloween", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "embellished_costume", + "langName": "vestuário ornamentado", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "alternate_costume", + "langName": "Vestuário alternativo que difere do aspeto original da personagem", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "costume_switch", + "langName": "trocar de roupa brincar", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "meme_attire", + "langName": "Roupas que imitam memes da Internet", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "kourindou_tengu_costume", + "langName": "Fato de Tengu Korindo", + "object": "Vestuário", + "attribute": "Estilo de vestuário" + }, + { + "displayName": "hanfu, tang style outfits,", + "langName": "Tang Feng", + "object": "Vestuário", + "attribute": "Antiguidade" + }, + { + "displayName": "hanfu, song style outfits,", + "langName": "Song Feng", + "object": "Vestuário", + "attribute": "Antiguidade" + }, + { + "displayName": "hanfu, ming style outfits,", + "langName": "Mingfeng", + "object": "Vestuário", + "attribute": "Antiguidade" + }, + { + "displayName": "orange upper shan", + "langName": "Laranja Uesugi", + "object": "Vestuário", + "attribute": "Antiguidade" + }, + { + "displayName": "pink long upper shan", + "langName": "cedro rosa", + "object": "Vestuário", + "attribute": "Antiguidade" + }, + { + "displayName": "white chest po skirt", + "langName": "saia peituda", + "object": "Vestuário", + "attribute": "Antiguidade" + }, + { + "displayName": "red chest pleated skirt", + "langName": "Saia plissada à altura do peito", + "object": "Vestuário", + "attribute": "Antiguidade" + }, + { + "displayName": "green waistband", + "langName": "renda verde", + "object": "Vestuário", + "attribute": "Antiguidade" + }, + { + "displayName": "white pibo", + "langName": "Xaile branco", + "object": "Vestuário", + "attribute": "Antiguidade" + }, + { + "displayName": "purple short shan", + "langName": "abeto curto roxo", + "object": "Vestuário", + "attribute": "Antiguidade" + }, + { + "displayName": "light green long shan", + "langName": "cedro verde claro", + "object": "Vestuário", + "attribute": "Antiguidade" + }, + { + "displayName": "translucent white pleated skirt", + "langName": "Saia plissada branca semi-transparente", + "object": "Vestuário", + "attribute": "Antiguidade" + }, + { + "displayName": "green floral songmo", + "langName": "Floral verde Song Mo", + "object": "Vestuário", + "attribute": "Antiguidade" + }, + { + "displayName": "short coat", + "langName": "casaco curto", + "object": "Vestuário", + "attribute": "Antiguidade" + }, + { + "displayName": "mamian skirt", + "langName": "saia com cara de cavalo", + "object": "Vestuário", + "attribute": "Antiguidade" + }, + { + "displayName": "round collar", + "langName": "gola redonda", + "object": "Vestuário", + "attribute": "Antiguidade" + }, + { + "displayName": "standing collar", + "langName": "Gola alta", + "object": "Vestuário", + "attribute": "Antiguidade" + }, + { + "displayName": "square collar", + "langName": "colarinho quadrado", + "object": "Vestuário", + "attribute": "Antiguidade" + }, + { + "displayName": "overlapping collar", + "langName": "ombro de nuvem", + "object": "Vestuário", + "attribute": "Antiguidade" + }, + { + "displayName": "embroidery", + "langName": "bordado", + "object": "Vestuário", + "attribute": "Antiguidade" + }, + { + "displayName": "woven gold", + "langName": "Zhijin", + "object": "Vestuário", + "attribute": "Antiguidade" + }, + { + "displayName": "makeup flower", + "langName": "flores de maquilhagem", + "object": "Vestuário", + "attribute": "Antiguidade" + }, + { + "displayName": "bufu", + "langName": "Tomar uma dose suplementar", + "object": "Vestuário", + "attribute": "Antiguidade" + }, + { + "displayName": "suit", + "langName": "Fato", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "business_suit", + "langName": "traje de negócios", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "tuxedo", + "langName": "Smoking", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "formal_dress", + "langName": "vestido formal", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "evening_gown", + "langName": "Vestido comprido (vestido feminino que chega ao tornozelo)", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "evening dress", + "langName": "Vestido de noite", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "wedding_dress", + "langName": "vestido de noiva", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "gown", + "langName": "roupa comprida para mulher", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "cocktail_dress", + "langName": "vestido de cocktail", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "school_uniform", + "langName": "uniforme escolar", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "serafuku", + "langName": "Uniforme de marinheiro (uniforme escolar)", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "summer_uniform", + "langName": "uniforme de verão", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "kindergarten_uniform", + "langName": "Uniforme do jardim de infância", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "sailor", + "langName": "uniforme de marinheiro", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "police_uniform", + "langName": "uniforme da polícia", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "military_uniform", + "langName": "uniforme do exército", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "naval_uniform", + "langName": "uniforme da marinha", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "camouflage uniform", + "langName": "uniforme de camuflagem", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "nazi_uniform", + "langName": "uniforme nazi", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "ss_uniform", + "langName": "Uniforme SS", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "stile_uniform", + "langName": "uniforme de empregada", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "band_uniform", + "langName": "uniforme da banda", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "chef_uniform", + "langName": "macacão de cozinheiro", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "labcoat", + "langName": "bata branca", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "space_suit", + "langName": "fato espacial", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "leotard", + "langName": "collant", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "canonicals", + "langName": "vestes sacerdotais", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "domineering", + "langName": "uniforme de freira", + "object": "Vestuário", + "attribute": "Roupa formal" + }, + { + "displayName": "casual", + "langName": "Lazer", + "object": "Vestuário", + "attribute": "Roupa casual" + }, + { + "displayName": "loungewear", + "langName": "roupa casual", + "object": "Vestuário", + "attribute": "Roupa casual" + }, + { + "displayName": "hoodie", + "langName": "Casaco com capuz", + "object": "Vestuário", + "attribute": "Roupa casual" + }, + { + "displayName": "homewear", + "langName": "roupa interior", + "object": "Vestuário", + "attribute": "Roupa casual" + }, + { + "displayName": "pajamas", + "langName": "pijama", + "object": "Vestuário", + "attribute": "Roupa casual" + }, + { + "displayName": "nightgown", + "langName": "pijama", + "object": "Vestuário", + "attribute": "Roupa casual" + }, + { + "displayName": "sleepwear", + "langName": "pijama", + "object": "Vestuário", + "attribute": "Roupa casual" + }, + { + "displayName": "babydoll", + "langName": "Pijama sexy", + "object": "Vestuário", + "attribute": "Roupa casual" + }, + { + "displayName": "print_pajamas", + "langName": "pijama estampado", + "object": "Vestuário", + "attribute": "Roupa casual" + }, + { + "displayName": "polka_dot_pajamas", + "langName": "pijama de bolinhas", + "object": "Vestuário", + "attribute": "Roupa casual" + }, + { + "displayName": "yukata", + "langName": "roupão de banho", + "object": "Vestuário", + "attribute": "Roupa casual" + }, + { + "displayName": "robe", + "langName": "roupão", + "object": "Vestuário", + "attribute": "Roupa casual" + }, + { + "displayName": "robe_of_blending", + "langName": "roupão misto", + "object": "Vestuário", + "attribute": "Roupa casual" + }, + { + "displayName": "cloak", + "langName": "manto", + "object": "Vestuário", + "attribute": "Roupa casual" + }, + { + "displayName": "hooded_cloak", + "langName": "capa com capuz", + "object": "Vestuário", + "attribute": "Roupa casual" + }, + { + "displayName": "harem_outfit", + "langName": "Uniforme de bailarina", + "object": "Vestuário", + "attribute": "Roupa casual" + }, + { + "displayName": "sportswear", + "langName": "roupa de desporto", + "object": "Vestuário", + "attribute": "Roupa de desporto" + }, + { + "displayName": "gym_uniform", + "langName": "roupa de desporto", + "object": "Vestuário", + "attribute": "Roupa de desporto" + }, + { + "displayName": "athletic_leotard", + "langName": "uniforme de ginástica", + "object": "Vestuário", + "attribute": "Roupa de desporto" + }, + { + "displayName": "tennis_uniform", + "langName": "t-shirt de ténis", + "object": "Vestuário", + "attribute": "Roupa de desporto" + }, + { + "displayName": "baseball_uniform", + "langName": "uniforme de basebol", + "object": "Vestuário", + "attribute": "Roupa de desporto" + }, + { + "displayName": "letterman_jacket", + "langName": "casaco de basebol", + "object": "Vestuário", + "attribute": "Roupa de desporto" + }, + { + "displayName": "volleyball_uniform", + "langName": "uniforme de voleibol", + "object": "Vestuário", + "attribute": "Roupa de desporto" + }, + { + "displayName": "biker_clothes", + "langName": "camisola de ciclismo", + "object": "Vestuário", + "attribute": "Roupa de desporto" + }, + { + "displayName": "bikesuit", + "langName": "Fato de ciclismo", + "object": "Vestuário", + "attribute": "Roupa de desporto" + }, + { + "displayName": "wrestling_outfit", + "langName": "uniforme de luta livre", + "object": "Vestuário", + "attribute": "Roupa de desporto" + }, + { + "displayName": "dougi", + "langName": "uniforme de artes marciais", + "object": "Vestuário", + "attribute": "Roupa de desporto" + }, + { + "displayName": "swimsuit", + "langName": "fato de banho", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "swimwear", + "langName": "fato de banho", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "wet_swimsuit", + "langName": "fato de banho molhado", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "school_swimsuit", + "langName": "Fato de banho escolar (água Suiku)", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "new_school_swimsuit", + "langName": "Nova água do reservatório morto", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "old_school_swimsuit", + "langName": "Antigo reservatório de água morta", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "competition_school_swimsuit", + "langName": "água morta da piscina", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "competition_swimsuit", + "langName": "Fato de banho para competição", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "casual_one-piece_swimsuit", + "langName": "fato de banho casual de uma peça", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "front_zipper_swimsuit", + "langName": "Fato de banho com fecho de correr à frente", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "highleg_swimsuit", + "langName": "fato de banho com fenda alta", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "one-piece_swimsuit", + "langName": "fato de banho de uma peça", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "swimsuit_of_perpetual_summer", + "langName": "Fato de banho de Chang Xia (fato de banho de menina da escola fgo)", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "bikini", + "langName": "biquíni", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "highleg_bikini", + "langName": "biquíni de cintura alta", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "lowleg_bikini", + "langName": "biquíni de cintura baixa", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "slingshot_swimsuit", + "langName": "Fato de banho em V", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "sailor_bikini", + "langName": "biquíni estilo marinheiro", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "shell_bikini", + "langName": "biquíni de concha", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "sports_bikini", + "langName": "biquíni desportivo", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "string_bikini", + "langName": "biquíni de fio", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "strapless_bikini", + "langName": "biquíni sem alças", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "side-tie_bikini", + "langName": "Biquíni de cordas", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "front-tie_bikini_top", + "langName": "top de biquíni com laço à frente", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "multi-strapped_bikini", + "langName": "biquíni com várias alças", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "thong_bikini", + "langName": "biquíni fio dental", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "front-tie_bikini", + "langName": "Biquíni com nó à frente", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "frilled_bikini", + "langName": "biquíni de renda", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "o-ring_bikini", + "langName": "biquíni com o-ring", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "eyepatch_bikini", + "langName": "biquíni com venda", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "layered_bikini", + "langName": "biquíni em camadas", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "bow_bikini", + "langName": "biquíni com laço", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "mismatched_bikini", + "langName": "biquíni de dois tons", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "multicolored_bikini", + "langName": "Biquíni multicolorido", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "frilled_swimsuit", + "langName": "fato de banho de renda", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "polka_dot_swimsuit", + "langName": "fato de banho de ponto redondo", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "striped_swimsuit", + "langName": "fato de banho às riscas", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "striped_bikini", + "langName": "biquíni às riscas", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "plaid_bikini", + "langName": "biquíni xadrez", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "polka_dot_bikini", + "langName": "biquíni de bolinhas redondas", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "print_bikini", + "langName": "biquíni estampado", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "american_flag_bikini", + "langName": "biquíni com bandeira americana", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "german_flag_bikini", + "langName": "biquíni com bandeira alemã", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "impossible_swimsuit", + "langName": "fato de banho com pintura corporal", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "bikini_top", + "langName": "top de biquíni", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "bikini_top_only", + "langName": "apenas a parte de cima do biquíni", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "bikini_top_removed", + "langName": "tirou a parte de cima do biquíni", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "bikini_bottom_only", + "langName": "apenas calções de biquíni", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "bikini_bottom", + "langName": "calças de biquíni", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "untied_bikini", + "langName": "biquíni desabotoado", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "bikini_aside", + "langName": "Biquíni descolado em três pontos", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "swimsuit_aside", + "langName": "Afastar a virilha do fato de banho", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "swimsuit_under_clothes", + "langName": "Usar um fato de banho por baixo da roupa", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "torn_swimsuit", + "langName": "fato de banho danificado", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "bikini_skirt", + "langName": "saia de biquíni", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "swim_briefs", + "langName": "calções de banho", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "swim_cap", + "langName": "touca de natação", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "swim_trunks", + "langName": "calções de banho", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "male_swimwear", + "langName": "calções de banho para homem", + "object": "Vestuário", + "attribute": "Fato de banho" + }, + { + "displayName": "sailor_senshi_uniform", + "langName": "Uniforme Sailor Moon", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "adapted_uniform", + "langName": "Uniformes melhorados", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "anzio_military_uniform", + "langName": "Uniforme militar de Anzio", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "anzio_school_uniform", + "langName": "Uniforme escolar de Anzio", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "aria_company_uniform", + "langName": "Uniforme da empresa Aria", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "ashford_academy_uniform", + "langName": "Uniforme do Ashford College", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "bc_freedom_military_uniform", + "langName": "Uniforme da BC Free Academy", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "chaldea_uniform", + "langName": "Uniforme caldeu", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "chi-hatan_military_uniform", + "langName": "Uniforme da Academia Zhiha Dan", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "fleur_de_lapin_uniform", + "langName": "Conjunto de empregada doméstica Dot Rabbit", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "garreg_mach_monastery_uniform", + "langName": "Uniforme do mosteiro de Garg Marco", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "gem_uniform_(houseki_no_kuni)", + "langName": "Uniformes do país das jóias", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "hanasakigawa_school_uniform", + "langName": "Academia de raparigas de Hanasakigawa", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "hikarizaka_private_high_school_uniform", + "langName": "Uniformes da escola secundária privada de Mitsusaka", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "homurahara_academy_uniform", + "langName": "Uniforme da Academia Sui Gunhara", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "kamiyama_high_school_uniform", + "langName": "Uniforme da Kailash High School", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "keizoku_military_uniform", + "langName": "Continuar o uniforme do liceu", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "kita_high_school_uniform", + "langName": "Uniforme do liceu do Norte", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "kiyosumi_school_uniform", + "langName": "Uniforme do liceu de Kiyosumi", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "luna_nova_school_uniform", + "langName": "Uniforme escolar mágico Runanova", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "meiji_schoolgirl_uniform", + "langName": "Uniforme de estudante Meiji", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "mitakihara_school_uniform", + "langName": "Uniforme da escola secundária de Mitakihara", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "nami_junior_high_school_uniform", + "langName": "Uniforme da escola secundária de Bolu", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "nanairogaoka_middle_school_uniform", + "langName": "Uniforme da escola secundária de Qiseqiu", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "nanamori_school_uniform", + "langName": "Uniforme da Qisen Middle School", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "naoetsu_high_school_uniform", + "langName": "Uniformes do liceu privado de Naoetsu", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "national_shin_ooshima_school_uniform", + "langName": "Novo uniforme escolar da Oshima Academy", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "ooarai_military_uniform", + "langName": "Uniforme militar do Regimento de Oarai", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "ooarai_school_uniform", + "langName": "Uniforme escolar Oarai United", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "otonokizaka_school_uniform", + "langName": "Uniforme feminino da Academia Nacional Ononogizaka", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "paradis_military_uniform", + "langName": "Uniforme militar da ilha de Parade", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "polar_chaldea_uniform", + "langName": "Uniforme Polar Caldeu", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "pravda_military_uniform", + "langName": "Uniforme militar da Academia da Verdade", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "pravda_school_uniform", + "langName": "Uniforme escolar da truth academy", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "rabbit_house_uniform", + "langName": "Uniforme da Casa Diantutu", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "raimon_soccer_uniform", + "langName": "Uniforme de futebol Thunder Gate", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "ryouou_school_uniform", + "langName": "Uniforme da Academia Ryozakura", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "sakugawa_school_uniform", + "langName": "Uniforme da escola secundária de Zhachuan", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "sakuragaoka_high_school_uniform", + "langName": "Uniforme da escola secundária feminina de Sakuragaoka", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "saunders_military_uniform", + "langName": "Uniforme militar Sanders", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "saunders_school_uniform", + "langName": "Sanders anexou o uniforme do liceu", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "seishou_elementary_school_uniform", + "langName": "Uniforme escolar da escola primária afiliada à Universidade de Shengxiang", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "shinda_sekai_sensen_uniform", + "langName": "Uniformes frontais Afterlife", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "shuuchiin_academy_uniform", + "langName": "Uniforme da Academia Shuchiin", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "shuujin_academy_uniform", + "langName": "Mostrar os uniformes da faculdade", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "st._gloriana's_military_uniform", + "langName": "Farda militar de Santa Gloriana", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "st._gloriana's_school_uniform", + "langName": "Uniforme da Escola Feminina Santa Glória Anna", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "starlight_academy_uniform", + "langName": "Uniforme Star Optical Park", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "tokisadame_school_uniform", + "langName": "Uniformes universitários normais", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "tokiwadai_school_uniform", + "langName": "Uniforme escolar Tokiwa Taichung", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "tomoeda_elementary_school_uniform", + "langName": "Uniforme da escola primária de Youzhi", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "tsab_ground_military_uniform", + "langName": "Uniforme militar da Administração do Tempo e do Espaço", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "u.a._school_uniform", + "langName": "Uniforme da escola secundária de Xiongying", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "uranohoshi_school_uniform", + "langName": "Uniforme do Colégio de Raparigas Ura no Hoshi", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "yasogami_school_uniform", + "langName": "Uniforme da escola secundária de Yasogami", + "object": "Vestuário", + "attribute": "Uniforme escolar" + }, + { + "displayName": "shirt", + "langName": "camisa", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "dress_shirt", + "langName": "camisa formal", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "collared_shirt", + "langName": "camisa com lapela", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "white_shirt", + "langName": "camisa branca", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "blouse", + "langName": "camisas de senhora", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "frilled_shirt", + "langName": "camisa com folhos", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "sailor_shirt", + "langName": "camisa de marinheiro", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "plaid_shirt", + "langName": "camisa xadrez", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "striped_shirt", + "langName": "camisa às riscas", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "print_shirt", + "langName": "camisa estampada", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "impossible shirt", + "langName": "Camisa que se ajusta de forma ilógica", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "polo_shirt", + "langName": "camisa pólo", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "hawaiian_shirt", + "langName": "Camisa havaiana", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "t-shirt", + "langName": "T-SHIRT", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "casual T-shirts", + "langName": "T-shirt casual", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "short sleeve T-shirts", + "langName": "T-shirt de manga curta (camisa de ombros)", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "cropped_shirt", + "langName": "camisa curta", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "off-shoulder_shirt", + "langName": "camisa sem ombros", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "criss-cross_halter", + "langName": "Top com halteres cruzados", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "sleeveless_shirt", + "langName": "camisa sem mangas", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "sleeveless_hoodie", + "langName": "camisola com capuz sem mangas", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "tank_top", + "langName": "colete (casa)", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "camisole", + "langName": "camisola", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "crop_top", + "langName": "top de colheita", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "undershirt", + "langName": "camisola interior", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "vest", + "langName": "colete (formal)", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "brown_vest", + "langName": "colete castanho", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "waistcoat", + "langName": "Colete (formal)", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "sweatshirt", + "langName": "Casaco com capuz", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "jersey", + "langName": "Camisolas/Jerseys", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "sweater", + "langName": "camisola", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "cardigan", + "langName": "camisola de malha", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "shrug_(clothing)", + "langName": "xaile", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "jacket", + "langName": "casaco", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "hooded jacket", + "langName": "casaco com capuz", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "coat", + "langName": "casaco", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "suit jacket", + "langName": "blazer", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "tailcoat", + "langName": "Smoking", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "capelet", + "langName": "capa curta", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "kesa", + "langName": "batina", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "kappougi", + "langName": "uma blusa (para usar enquanto cozinha)", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "detached sleeves", + "langName": "Mangas com ombros separados", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "cropped vest", + "langName": "colete curto", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "spaghetti strap", + "langName": "tiras em forma de esparguete", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "tube_top", + "langName": "Top túnica", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "dudou", + "langName": "faixa do ventre", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "highleg", + "langName": "Top com fenda alta", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "shirt_tucked_in", + "langName": "camisa enfiada nas calças", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "untucked_shirt", + "langName": "camisa para fora", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "tied_shirt", + "langName": "Camisa atada (dar um nó nos cantos e na bainha)", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "partially_unbuttoned", + "langName": "Libertação parcial", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "partially_unzipped", + "langName": "Parcialmente descompactado", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "unbuttoned shirt", + "langName": "camisa desabotoada", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "open_clothes", + "langName": "roupa aberta", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "clothes_down", + "langName": "tirar a roupa", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "shirt_tug", + "langName": "camisa de puxar", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "clothes_tug", + "langName": "puxar a roupa", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "clothes_removed", + "langName": "Despir a roupa", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "shirt_removed", + "langName": "camisa tirada", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "undressing", + "langName": "tirar a roupa", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "untied", + "langName": "Desamarrado", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "button_gap", + "langName": "O espaço entre os botões (não desabotoados)", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "taut_shirt", + "langName": "camisa justa", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "taut_clothes", + "langName": "roupas justas", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "tight", + "langName": "roupa apertada", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "underbust", + "langName": "Desenhar a parte inferior do busto", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "oversized_shirt", + "langName": "camisa plus size", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "oversized_clothes", + "langName": "roupa plus size", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "borrowed_garments", + "langName": "Roupa do namorado", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "undersized_clothes", + "langName": "roupa de tamanho pequeno", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "clothing_cutout", + "langName": "roupa oca", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "back_cutout", + "langName": "top sem costas", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "cleavage_cutout", + "langName": "camisa com decote", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "navel_cutout", + "langName": "camisa com piercing no umbigo", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "midriff", + "langName": "top de colheita", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "heart_cutout", + "langName": "Tampa aberta em forma de coração", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "torn_clothes", + "langName": "roupas rasgadas", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "torn_shirt", + "langName": "camisa rasgada", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "wet_shirt", + "langName": "camisa molhada", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "clothes_theft", + "langName": "Roubo de roupa", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "strap_slip", + "langName": "A alça de ombro escorregou (provocando uma fuga)", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "wedgie", + "langName": "Incrustado (causado por vestuário que puxa a zona das virilhas)", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "wardrobe_malfunction", + "langName": "Aconteceu alguma coisa com a roupa (por exemplo, desfez-se)", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "wardrobe_error", + "langName": "roupas que escorregam", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "short sleeves", + "langName": "mangas curtas", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "long sleeves", + "langName": "mangas compridas", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "sleeveless", + "langName": "sem mangas", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "underwear", + "langName": "roupa interior", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "bra", + "langName": "sutiã", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "nude", + "langName": "nu", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "formal", + "langName": "Roupa formal", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "chemise", + "langName": "vestido largo", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "santa", + "langName": "Roupa de Natal", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "blazer", + "langName": "blazer", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "overcoat", + "langName": "casaco", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "double-breasted", + "langName": "Botões trespassados (botões trespassados", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "long_coat", + "langName": "casaco comprido", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "haori", + "langName": "Casaco de estilo japonês", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "winter_coat", + "langName": "casaco de inverno", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "hooded_coat", + "langName": "casaco com capuz", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "fur_coat", + "langName": "casaco de peles", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "fur-trimmed_coat", + "langName": "casaco de pele às riscas", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "duffel_coat", + "langName": "casaco de lona", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "fishnet_top", + "langName": "top de rede", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "parka", + "langName": "Parka", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "jacket_partially_removed", + "langName": "O casaco foi parcialmente retirado", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "jacket_removed", + "langName": "Tirar o casaco", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "open_jacket", + "langName": "casaco de malha (com pernas abertas)", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "cropped_jacket", + "langName": "casaco curto", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "track_jacket", + "langName": "blazer", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "hooded_track_jacket", + "langName": "casaco de treino com capuz", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "military_jacket", + "langName": "casaco militar", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "camouflage_jacket", + "langName": "casaco de camuflagem", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "leather_jacket", + "langName": "casaco de couro", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "bomber_jacket", + "langName": "casaco bomber", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "denim_jacket", + "langName": "casaco de ganga", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "fur-trimmed_jacket", + "langName": "casaco com acabamento em pele", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "two-tone_jacket", + "langName": "casaco de duas cores", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "trench_coat", + "langName": "corta-vento", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "windbreaker", + "langName": "Casaco", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "raincoat", + "langName": "capa de chuva", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "hagoromo", + "langName": "Deus Hagoromo", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "tunic", + "langName": "túnica", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "cape", + "langName": "xaile", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "winter_clothes", + "langName": "roupa de inverno", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "pullover_sweaters", + "langName": "camisola de malha", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "loating_jacket", + "langName": "casaco casual", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "ribbed_sweater", + "langName": "camisola com nervuras", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "sweater_vest", + "langName": "colete de malha", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "backless_sweater", + "langName": "camisola sem costas", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "aran_sweater", + "langName": "camisola irlandesa", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "beige_sweater", + "langName": "Camisola bege", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "brown_sweater", + "langName": "camisola castanha", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "hooded_sweater", + "langName": "camisola com capuz", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "off-shoulder_sweater", + "langName": "camisola sem ombros", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "striped_sweater", + "langName": "camisola às riscas", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "virgin_killer_sweater", + "langName": "camisola virgem assassina", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "down_jacket", + "langName": "casaco de penas", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "puffer_jacket", + "langName": "casaco de penas", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "open dress", + "langName": "vestido de malha", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "Piece Suit", + "langName": "blazer", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "naked towel", + "langName": "toalha de banho", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "racing suit", + "langName": "fato de corrida", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "maid dress", + "langName": "roupa de empregada", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "reverse bunnysuit", + "langName": "Rapariga coelhinha invertida", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "backless outfit", + "langName": "Vestido sem costas", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "Gorgeous and fussy clothes", + "langName": "Roupa bonita e pesada", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "highleg leotard", + "langName": "macacão com fenda alta", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "Sex underwear", + "langName": "Lingerie sexy", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "diving suit", + "langName": "fato de mergulho", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "casual wear", + "langName": "roupa casual", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "miko clothing", + "langName": "Fato de bruxa", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "nurse gown", + "langName": "uniforme de enfermeiro", + "object": "Vestuário", + "attribute": "Casaco" + }, + { + "displayName": "sailor_collar", + "langName": "gola de marinheiro", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "fur_collar", + "langName": "gola de pele", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "frilled_collar", + "langName": "gola de renda", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "popped_collar", + "langName": "Colarinho de pé", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "black_choker", + "langName": "colarinho preto", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "belt_collar", + "langName": "presilha para cinto", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "frilled_choker", + "langName": "colar de folhos", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "neckerchief", + "langName": "lenço", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "red_neckerchief", + "langName": "lenço vermelho", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "necktie", + "langName": "empate", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "short_necktie", + "langName": "gravata curta", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "white_necktie", + "langName": "gravata branca", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "bowtie", + "langName": "laço", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "headphones_around_neck", + "langName": "Auscultadores pendurados ao pescoço", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "goggles_around_neck", + "langName": "óculos de proteção para o pescoço", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "neck_bell", + "langName": "sino do pescoço", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "neck_ruff", + "langName": "decote", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "v-neck", + "langName": "Decote em V", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "towel_around_neck", + "langName": "toalha à volta do pescoço", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "loose_necktie", + "langName": "gravata solta", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "neck_tattoo", + "langName": "tatuagem no pescoço", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "ascot", + "langName": "Laço largo tipo cachecol", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "ribbon_choker", + "langName": "fita para o pescoço", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "maebari/pasties", + "langName": "Adesivo vaginal/ adesivo para mamilos", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "chinese_knot", + "langName": "Nó chinês", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "cross_necklace", + "langName": "colar de cruzes", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "bead_necklace", + "langName": "colar de contas", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "pearl_necklace", + "langName": "colar de pérolas", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "heart_necklace", + "langName": "colar em forma de coração", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "carrot_necklace", + "langName": "colar de cenouras", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "chain_necklace", + "langName": "colar de corrente", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "magatama_necklace", + "langName": "Colar de pérolas", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "tooth_necklace", + "langName": "colar de dentes", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "key_necklace", + "langName": "colar de chaves", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "anchor_necklace", + "langName": "colar de âncora", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "skull_necklace", + "langName": "colar de caveiras", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "shell_necklace", + "langName": "colar de conchas", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "gold_necklace", + "langName": "colar de ouro", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "crescent_necklace", + "langName": "colar de lua crescente", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "ring_necklace", + "langName": "colar de anéis", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "feather_necklace", + "langName": "colar de penas", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "bone_necklace", + "langName": "colar de ossos", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "ankh_necklace", + "langName": "colar de cruzes", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "multiple_necklaces", + "langName": "vários colares", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "bullet_necklace", + "langName": "colar de balas", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "holding_necklace", + "langName": "colar de mão", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "necklace_removed", + "langName": "colar retirado", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "brown_neckwear", + "langName": "Colarinho castanho", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "checkered_neckwear", + "langName": "decote xadrez", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "diagonal-striped_neckwear", + "langName": "Gravata de sarja", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "halterneck", + "langName": "gravata", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "mole_on_neck", + "langName": "Existe um sinal no pescoço", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "neck", + "langName": "pescoço", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "plaid_neckwear", + "langName": "gola tartan", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "plunging_neckline", + "langName": "Colarinho profundo", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "print_neckwear", + "langName": "gravata estampada", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "sleeveless_turtleneck", + "langName": "camisola de gola alta sem mangas", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "star_necklace", + "langName": "colar de estrelas", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "striped_neckwear", + "langName": "gola às riscas", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "turtleneck_sweater", + "langName": "Camisola de gola alta", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "undone_necktie", + "langName": "afrouxar a gravata", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "whistle_around_neck", + "langName": "Apito pendurado ao pescoço", + "object": "Vestuário", + "attribute": "Decote" + }, + { + "displayName": "plaid_scarf", + "langName": "cachecol xadrez", + "object": "Vestuário", + "attribute": "Cachecol" + }, + { + "displayName": "striped_scarf", + "langName": "cachecol às riscas", + "object": "Vestuário", + "attribute": "Cachecol" + }, + { + "displayName": "print_scarf", + "langName": "lenço estampado", + "object": "Vestuário", + "attribute": "Cachecol" + }, + { + "displayName": "vertical-striped_scarf", + "langName": "cachecol com riscas verticais", + "object": "Vestuário", + "attribute": "Cachecol" + }, + { + "displayName": "polka_dot_scarf", + "langName": "cachecol de bolinhas", + "object": "Vestuário", + "attribute": "Cachecol" + }, + { + "displayName": "argyle_scarf", + "langName": "lenço de diamantes", + "object": "Vestuário", + "attribute": "Cachecol" + }, + { + "displayName": "beige_scarf", + "langName": "cachecol bege", + "object": "Vestuário", + "attribute": "Cachecol" + }, + { + "displayName": "scarf_bow", + "langName": "laço para cachecol", + "object": "Vestuário", + "attribute": "Cachecol" + }, + { + "displayName": "fur_scarf", + "langName": "cachecol de pele", + "object": "Vestuário", + "attribute": "Cachecol" + }, + { + "displayName": "naked_scarf", + "langName": "lenço nu", + "object": "Vestuário", + "attribute": "Cachecol" + }, + { + "displayName": "multicolored_scarf", + "langName": "lenço colorido", + "object": "Vestuário", + "attribute": "Cachecol" + }, + { + "displayName": "floating_scarf", + "langName": "lenço flutuante", + "object": "Vestuário", + "attribute": "Cachecol" + }, + { + "displayName": "long_scarf", + "langName": "lenço comprido", + "object": "Vestuário", + "attribute": "Cachecol" + }, + { + "displayName": "arm_scarf", + "langName": "lenço para o braço", + "object": "Vestuário", + "attribute": "Cachecol" + }, + { + "displayName": "scarf_on_head", + "langName": "lenço na cabeça", + "object": "Vestuário", + "attribute": "Cachecol" + }, + { + "displayName": "scarf_over_mouth", + "langName": "lenço na boca", + "object": "Vestuário", + "attribute": "Cachecol" + }, + { + "displayName": "scarf_removed", + "langName": "O lenço foi retirado", + "object": "Vestuário", + "attribute": "Cachecol" + }, + { + "displayName": "adjusting_scarf", + "langName": "ajustar o lenço", + "object": "Vestuário", + "attribute": "Cachecol" + }, + { + "displayName": "holding_scarf", + "langName": "segurando um lenço", + "object": "Vestuário", + "attribute": "Cachecol" + }, + { + "displayName": "scarf_pull", + "langName": "cachecol de puxar", + "object": "Vestuário", + "attribute": "Cachecol" + }, + { + "displayName": "brown_scarf", + "langName": "lenço castanho", + "object": "Vestuário", + "attribute": "Cachecol" + }, + { + "displayName": "scarf", + "langName": "lenço", + "object": "Vestuário", + "attribute": "Cachecol" + }, + { + "displayName": "apron", + "langName": "avental", + "object": "Vestuário", + "attribute": "Cintura" + }, + { + "displayName": "waist_apron", + "langName": "avental de cintura", + "object": "Vestuário", + "attribute": "Cintura" + }, + { + "displayName": "maid_apron", + "langName": "avental de empregada", + "object": "Vestuário", + "attribute": "Cintura" + }, + { + "displayName": "bow tied at the waist", + "langName": "Laço na cintura à frente", + "object": "Vestuário", + "attribute": "Cintura" + }, + { + "displayName": "waist_cape", + "langName": "Um pequeno manto usado à volta da cintura", + "object": "Vestuário", + "attribute": "Cintura" + }, + { + "displayName": "clothes_around_waist", + "langName": "roupa de cintura", + "object": "Vestuário", + "attribute": "Cintura" + }, + { + "displayName": "jacket_around_waist", + "langName": "casaco de cintura", + "object": "Vestuário", + "attribute": "Cintura" + }, + { + "displayName": "sweater_around_waist", + "langName": "Camisola de cintura", + "object": "Vestuário", + "attribute": "Cintura" + }, + { + "displayName": "loincloth", + "langName": "Tanga", + "object": "Vestuário", + "attribute": "Cintura" + }, + { + "displayName": "bustier", + "langName": "espartilho", + "object": "Vestuário", + "attribute": "Cintura" + }, + { + "displayName": "corset", + "langName": "Espartilho (colete)", + "object": "Vestuário", + "attribute": "Cintura" + }, + { + "displayName": "girdle", + "langName": "espartilho", + "object": "Vestuário", + "attribute": "Cintura" + }, + { + "displayName": "bikini_armor", + "langName": "armadura de biquíni", + "object": "Vestuário", + "attribute": "Armadura" + }, + { + "displayName": "armor", + "langName": "armadura", + "object": "Vestuário", + "attribute": "Armadura" + }, + { + "displayName": "full_armor", + "langName": "Usar armadura completa", + "object": "Vestuário", + "attribute": "Armadura" + }, + { + "displayName": "plate_armor", + "langName": "armadura de placas", + "object": "Vestuário", + "attribute": "Armadura" + }, + { + "displayName": "japanese_armor", + "langName": "Armadura japonesa", + "object": "Vestuário", + "attribute": "Armadura" + }, + { + "displayName": "kusazuri", + "langName": "Fudang | Kusazuri (armadura inferior japonesa)", + "object": "Vestuário", + "attribute": "Armadura" + }, + { + "displayName": "power_armor", + "langName": "Armadura eléctrica", + "object": "Vestuário", + "attribute": "Armadura" + }, + { + "displayName": "helmet", + "langName": "capacete", + "object": "Vestuário", + "attribute": "Armadura" + }, + { + "displayName": "kabuto", + "langName": "Capacete (estilo japonês)", + "object": "Vestuário", + "attribute": "Armadura" + }, + { + "displayName": "off-shoulder_armor", + "langName": "Armadura sem ombros", + "object": "Vestuário", + "attribute": "Armadura" + }, + { + "displayName": "shoulder_armor", + "langName": "Ombros", + "object": "Vestuário", + "attribute": "Armadura" + }, + { + "displayName": "muneate", + "langName": "Peitoral de tiro com arco japonês", + "object": "Vestuário", + "attribute": "Armadura" + }, + { + "displayName": "breastplate", + "langName": "Peitoral", + "object": "Vestuário", + "attribute": "Armadura" + }, + { + "displayName": "faulds", + "langName": "plastrão", + "object": "Vestuário", + "attribute": "Armadura" + }, + { + "displayName": "greaves", + "langName": "Greaves", + "object": "Vestuário", + "attribute": "Armadura" + }, + { + "displayName": "shin_guards", + "langName": "Greaves", + "object": "Vestuário", + "attribute": "Armadura" + }, + { + "displayName": "armored_boots", + "langName": "botas blindadas", + "object": "Vestuário", + "attribute": "Armadura" + }, + { + "displayName": "dress", + "langName": "vestido", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "microdress", + "langName": "micro vestido", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "long_dress", + "langName": "vestido comprido", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "mermaid dress", + "langName": "saia rabo-de-peixe", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "off-shoulder_dress", + "langName": "vestido sem ombros", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "strapless_dress", + "langName": "vestido sem alças", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "backless_dress", + "langName": "vestido sem costas", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "halter_dress", + "langName": "Saia com suspensório sem pescoço e sem costas", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "sundress", + "langName": "Vestido slip (vestido sem mangas para o tempo quente)", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "sleeveless_dress", + "langName": "vestido sem mangas", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "sailor_dress", + "langName": "Saia estilo marinheiro", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "summer_dress", + "langName": "vestido comprido de verão", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "pinafore_dress", + "langName": "vestido avental", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "sweater_dress", + "langName": "vestido de camisola", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "armored_dress", + "langName": "saia de armadura de batalha", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "frilled_dress", + "langName": "vestido de renda", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "lace-trimmed_dress", + "langName": "vestido de renda", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "collared_dress", + "langName": "vestido com gola", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "fur-trimmed_dress", + "langName": "vestido com acabamento em pele", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "layered_dress", + "langName": "vestido em camadas", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "pleated_dress", + "langName": "vestido plissado", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "taut_dress", + "langName": "vestido justo", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "pencil_dress", + "langName": "saia lápis", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "impossible_dress", + "langName": "Roupas demasiado apertadas", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "multicolored_dress", + "langName": "Vestido multicolorido", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "striped_dress", + "langName": "vestido às riscas", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "ribbed_dress", + "langName": "vestido com nervuras", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "polka_dot_dress", + "langName": "vestido de bolinhas", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "print_dress", + "langName": "vestido estampado", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "vertical-striped_dress", + "langName": "vestido de riscas verticais", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "see-through_dress", + "langName": "vestido transparente", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "skirt", + "langName": "saia curta", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "microskirt", + "langName": "minissaia", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "miniskirt", + "langName": "minissaia", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "skirt_suit", + "langName": "saia formal", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "pleated_skirt", + "langName": "saia plissada", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "pencil_skirt", + "langName": "saia lápis curta", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "bubble_skirt", + "langName": "tutu", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "tutu", + "langName": "tutu", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "ballgown", + "langName": "tutu (vestido)", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "pettiskirt", + "langName": "tutu (crianças)", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "showgirl_skirt", + "langName": "traje de rapariga de feira", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "beltskirt", + "langName": "saia com cinto", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "denim_skirt", + "langName": "saia de ganga", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "suspender_skirt", + "langName": "saia com suspensório", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "skirt_set", + "langName": "Saia a condizer com a camisola", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "long_skirt", + "langName": "saia comprida", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "summer_long_skirt", + "langName": "vestido comprido de verão", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "overskirt", + "langName": "saia exterior", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "hakama_skirt", + "langName": "saia hakama", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "high-waist_skirt", + "langName": "saia de cintura alta", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "kimono_skirt", + "langName": "saia quimono", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "suspender_long_skirt", + "langName": "saia de suspensório; saia de suspensório", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "chiffon_skirt", + "langName": "saia de chiffon", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "frilled_skirt", + "langName": "saia de renda", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "fur-trimmed_skirt", + "langName": "saia com acabamento em pelo", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "lace_skirt", + "langName": "saia de renda", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "lace-trimmed_skirt", + "langName": "saia de renda", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "ribbon-trimmed_skirt", + "langName": "saia com acabamento em fita de cetim", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "layered_skirt", + "langName": "saia em camadas", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "print_skirt", + "langName": "saia estampada", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "multicolored_skirt", + "langName": "Saia multicolorida", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "striped_skirt", + "langName": "saia às riscas", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "vertical-striped_skirt", + "langName": "saia de riscas verticais", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "plaid_skirt", + "langName": "saia tartan", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "flared_skirt", + "langName": "saia guarda-chuva", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "floral_skirt", + "langName": "saia floral", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "skirt_hold", + "langName": "Levanta a saia com elegância", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "skirt_tug", + "langName": "Segurar a bainha da saia | Segurar a bainha da saia", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "dress_tug", + "langName": "Segurar a saia", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "skirt_around_one_leg", + "langName": "Uma saia curta pendurada numa perna", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "skirt_removed", + "langName": "Tirar a saia curta", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "dress_removed", + "langName": "tirar a saia", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "open_skirt", + "langName": "saia aberta", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "checkered_skirt", + "langName": "saia xadrez", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "plaid_dress", + "langName": "vestido xadrez", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "Medium length skirt", + "langName": "saia de comprimento médio", + "object": "Vestuário", + "attribute": "Saia" + }, + { + "displayName": "dress_bow", + "langName": "laço no vestido", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "dressing_another", + "langName": "vestido", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "shorts_under_skirt", + "langName": "Usar calções por baixo da saia", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "side_slit", + "langName": "fendas laterais", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "shorts", + "langName": "calções", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "micro_shorts", + "langName": "calções de tamanho pequeno", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "short_shorts", + "langName": "calças quentes", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "hot_pants", + "langName": "calças quentes", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "cutoffs", + "langName": "calças quentes", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "striped_shorts", + "langName": "calções às riscas", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "suspender_shorts", + "langName": "calções com suspensório", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "denim_shorts", + "langName": "calções de ganga", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "puffy_shorts", + "langName": "calções com puffy", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "dolphin_shorts", + "langName": "Calções de golfinho (calças verdadeiras)", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "dolfin_shorts", + "langName": "Calções de golfinho (calças verdadeiras)", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "tight_pants", + "langName": "Leggings/calças de treino", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "crotchless_pants", + "langName": "Calças sem entrepernas (justas)", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "track_pants", + "langName": "calças de treino", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "yoga_pants", + "langName": "calças de ioga", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "bike_shorts", + "langName": "calções de ciclismo", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "pants", + "langName": "calças", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "puffy_pants", + "langName": "Calças largas/calças largas", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "pumpkin_pants", + "langName": "calças de abóbora", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "hakama_pants", + "langName": "calças hakama", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "harem_pants", + "langName": "calças harém", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "bloomers", + "langName": "camisas de noite", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "buruma", + "langName": "calças de senhora", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "jeans", + "langName": "calças de ganga", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "cargo_pants", + "langName": "macacão", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "camouflage_pants", + "langName": "calças de camuflagem", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "capri_pants", + "langName": "calças curtas", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "chaps", + "langName": "Calças de couro (largas em cima e estreitas em baixo)", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "jumpsuit", + "langName": "macacão (especialmente de senhora)", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "lowleg_pants", + "langName": "calças de cintura baixa", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "plaid_pants", + "langName": "calças tartan", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "single_pantsleg", + "langName": "Calças unilaterais", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "striped_pants", + "langName": "calças às riscas", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "leotard_aside", + "langName": "Descascar a virilha do macacão para o lado", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "open_fly", + "langName": "Calças sem fecho", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "pants_down", + "langName": "tirar as calças", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "pants_rolled_up", + "langName": "Calças arregaçadas", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "pants_tucked_in", + "langName": "Enfiar as calças", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "torn_jeans", + "langName": "calças de ganga rasgadas", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "torn_pants", + "langName": "calças rasgadas", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "torn_shorts", + "langName": "calções rasgados", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "gym_shorts", + "langName": "calções de ginástica", + "object": "Vestuário", + "attribute": "Calças" + }, + { + "displayName": "leggings", + "langName": "leggings", + "object": "Vestuário", + "attribute": "Calcinhas" + }, + { + "displayName": "overalls", + "langName": "macacão", + "object": "Vestuário", + "attribute": "Calcinhas" + }, + { + "displayName": "diaper", + "langName": "fralda", + "object": "Vestuário", + "attribute": "Calcinhas" + }, + { + "displayName": "panties", + "langName": "roupa interior", + "object": "Vestuário", + "attribute": "Calcinhas" + }, + { + "displayName": "briefs", + "langName": "Resumos", + "object": "Vestuário", + "attribute": "Calcinhas" + }, + { + "displayName": "thong", + "langName": "fio dental", + "object": "Vestuário", + "attribute": "Calcinhas" + }, + { + "displayName": "fundoshi", + "langName": "Tanga japonesa", + "object": "Vestuário", + "attribute": "Calcinhas" + }, + { + "displayName": "short dress", + "langName": "saia curta", + "object": "Vestuário", + "attribute": "Calcinhas" + }, + { + "displayName": "sheath dress", + "langName": "saia que cobre a anca", + "object": "Vestuário", + "attribute": "Calcinhas" + }, + { + "displayName": "no panties", + "langName": "Sem roupa interior", + "object": "Vestuário", + "attribute": "Calcinhas" + }, + { + "displayName": "striped panties", + "langName": "roupa interior às riscas", + "object": "Vestuário", + "attribute": "Calcinhas" + }, + { + "displayName": "lowleg panties", + "langName": "roupa interior de cintura baixa", + "object": "Vestuário", + "attribute": "Calcinhas" + }, + { + "displayName": "side-tie panties", + "langName": "roupa interior com cordões", + "object": "Vestuário", + "attribute": "Calcinhas" + }, + { + "displayName": "bodystocking", + "langName": "meias de corpo inteiro", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "pantyhose", + "langName": "meia-calça | meia-calça", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "legwear", + "langName": "Collants (geralmente refere-se a collants ou meias)", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "thighhighs", + "langName": "Meias (meias até ao joelho)", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "kneehighs", + "langName": "meias até ao joelho", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "bare_legs", + "langName": "pernas nuas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "black_bodystocking", + "langName": "Meias pretas de uma peça", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "white_bodystocking", + "langName": "Peça única de seda branca", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "stocking_under_clothes", + "langName": "meias debaixo da roupa", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "black_pantyhose", + "langName": "meias pretas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "white_pantyhose", + "langName": "meias brancas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "thighband_pantyhose", + "langName": "Meias-calças com argolas para as pernas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "pantylines", + "langName": "Collants justos (contornar as linhas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "single_leg_pantyhose", + "langName": "Usar meias-calças de um lado", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "panties_under_pantyhose", + "langName": "roupa interior em meia-calça", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "fishnets", + "langName": "meias de rede", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "stirrup_legwear", + "langName": "meias de rede", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "toeless_legwear", + "langName": "meias de biqueira aberta", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "mismatched_legwear", + "langName": "Meias-calças de duas cores", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "two-tone_legwear", + "langName": "Meias-calças de duas cores", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "asymmetrical_legwear", + "langName": "collants assimétricos", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "uneven_legwear", + "langName": "meias compridas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "white_thighhighs", + "langName": "meias brancas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "black_thighhighs", + "langName": "meias pretas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "pink_thighhighs", + "langName": "meias cor-de-rosa", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "suspenders", + "langName": "ligas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "torn_legwear", + "langName": "meia-calça rasgada", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "torn_thighhighs", + "langName": "Meias até ao joelho rasgadas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "see-through_legwear", + "langName": "meias transparentes", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "frilled_legwear", + "langName": "meias de renda", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "lace-trimmed_legwear", + "langName": "meias de renda", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "seamed_legwear", + "langName": "meias com costuras", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "back-seamed_legwear", + "langName": "Meias com uma linha preta no meio", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "animal_ear_legwear", + "langName": "Meias até ao joelho com orelhas de animais", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "striped_legwear", + "langName": "meias de riscas horizontais", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "vertical-striped_legwear", + "langName": "meias com riscas verticais", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "polka_dot_legwear", + "langName": "meias de ponto redondo", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "print_legwear", + "langName": "meias estampadas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "legwear_under_shorts", + "langName": "Usar calções fora das meias", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "over-kneehighs", + "langName": "meias até ao joelho", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "bobby_socks", + "langName": "Meias Bobby (meias brancas)", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "tabi", + "langName": "Meias japonesas de sola grossa (bolsos para os pés)", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "ankle_socks", + "langName": "meias até ao tornozelo", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "leg_warmers", + "langName": "Aquecedores de pernas | aquecedores de pernas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "single_sock", + "langName": "meias individuais", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "striped_socks", + "langName": "meias às riscas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "leg_cutout", + "langName": "As meias têm aberturas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "leg_garter", + "langName": "Anéis para as pernas | ligas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "garter_straps", + "langName": "suspensórios para ligas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "thigh_strap", + "langName": "fitas para as coxas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "thigh_ribbon", + "langName": "fita para as coxas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "leg_ribbon", + "langName": "cinto de exercícios para as pernas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "bandaid_on_leg", + "langName": "ligadura na perna", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "bandaged_leg", + "langName": "perna enfaixada", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "ankle_lace-up", + "langName": "tira do tornozelo", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "thigh_holster", + "langName": "Uma correia ou um saco de ferramentas ou um coldre na perna", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "bandaid_on_knee", + "langName": "penso rápido no joelho", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "argyle_legwear", + "langName": "Collants com padrão de argolas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "bow_legwear", + "langName": "Meia-calça com laço", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "arm_garter", + "langName": "ligas de lança", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "socks", + "langName": "meia", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "stockings", + "langName": "meias", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "black stockings", + "langName": "meias pretas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "fishnet stockings", + "langName": "meias de rede", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "garters", + "langName": "ligas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "loose_socks", + "langName": "meias de bolhas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "rilled thighhighs", + "langName": "meias com folhos", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "striped pantyhose", + "langName": "meia-calça às riscas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "lace legwear", + "langName": "meia-calça de renda", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "nylon socks", + "langName": "Meias de nylon", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "soccer cocks", + "langName": "meias de futebol", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "sports socks", + "langName": "meias desportivas", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "adjusting_legwear", + "langName": "Organizar as meias-calças", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "pantyhose_pull", + "langName": "Tirar as meias-calças", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "socks_removed", + "langName": "Tirar as meias", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "sock_pull", + "langName": "Puxar as meias (meias)", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "thighhighs_pull", + "langName": "Calçar meias (meias de ligas)", + "object": "Vestuário", + "attribute": "Meia" + }, + { + "displayName": "armored", + "langName": "blindado", + "object": "Vestuário", + "attribute": "Material de vestuário" + }, + { + "displayName": "fluffy", + "langName": "peludo", + "object": "Vestuário", + "attribute": "Material de vestuário" + }, + { + "displayName": "fur", + "langName": "peles", + "object": "Vestuário", + "attribute": "Material de vestuário" + }, + { + "displayName": "latex", + "langName": "emulsão", + "object": "Vestuário", + "attribute": "Material de vestuário" + }, + { + "displayName": "see-through", + "langName": "transparente", + "object": "Vestuário", + "attribute": "Material de vestuário" + }, + { + "displayName": "frilled", + "langName": "folhos", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "center_frills", + "langName": "Renda com folho no centro", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "crease", + "langName": "enrugado (plissado)", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "layered", + "langName": "em camadas", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "lace", + "langName": "renda", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "fur_trim", + "langName": "acabamento em pele", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "fur-trimmed", + "langName": "arestas rugosas", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "fine_fabric_emphasis", + "langName": "Melhoria do material", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "latex_thighhighs", + "langName": "Meias de látex", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "see-through_thighhighs", + "langName": "Meias transparentes", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "ass_cutout", + "langName": "Roupas que revelam as nádegas", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "asymmetrical_clothes", + "langName": "vestuário assimétrico", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "back_bow", + "langName": "(vestuário) nó atado atrás das costas", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "cross-laced_clothes", + "langName": "vestuário em renda cruzada", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "double_vertical_stripe", + "langName": "Há duas riscas paralelas no vestuário", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "halter_top", + "langName": "Vestuário para a parte superior do corpo tipo funda", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "multicolored_legwear", + "langName": "Vestuário multicolorido para as pernas", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "navy_blue_legwear", + "langName": "Fato de treino azul-marinho", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "nontraditional_miko", + "langName": "Vestuário japonês modificado", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "side_cutout", + "langName": "Vestuário com aberturas laterais", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "sideless_outfit", + "langName": "Roupas sem tecido nos lados", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "single_kneehigh", + "langName": "Usar roupa até ao joelho num dos lados", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "single_vertical_stripe", + "langName": "Expor riscas verticais num dos lados da peça de vestuário", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "turtleneck", + "langName": "roupa de gola alta", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "two-sided_fabric", + "langName": "Método de desenho de vestuário de dupla camada", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "o-ring", + "langName": "Vestuário com O-rings", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "o-ring_top", + "langName": "Topo com O-ring", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "fringe_trim", + "langName": "O bordo (a extremidade do lenço)", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "loose_belt", + "langName": "Correias soltas (vestuário)", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "pom_pom_(clothes)", + "langName": "Pequenos pompons (acessórios de vestuário)", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "drawstring", + "langName": "Cordões para roupa", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "full-length_zipper", + "langName": "Um fecho de correr à altura da roupa", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "gathers", + "langName": "pregas (vestuário)", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "gusset", + "langName": "Coser o forro da roupa", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "breast_pocket", + "langName": "saco de peito", + "object": "Vestuário", + "attribute": "Decorar" + }, + { + "displayName": "argyle", + "langName": "Padrão Argyle", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "checkered", + "langName": "padrão xadrez", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "colored_stripes", + "langName": "riscas coloridas", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "diagonal_stripes", + "langName": "riscas diagonais", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "horizontal_stripes", + "langName": "riscas horizontais", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "multicolored_stripes", + "langName": "riscas coloridas", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "polka_dot", + "langName": "Padrão pontilhado", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "ribbed", + "langName": "Com nervuras", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "striped", + "langName": "riscas horizontais", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "unmoving_pattern", + "langName": "Padrões que se repetem continuamente", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "vertical_stripes", + "langName": "riscas verticais", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "plaid", + "langName": "padrão tartan", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "animal_print", + "langName": "estampa animal", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "cat_print", + "langName": "impressão de gato", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "bear_print", + "langName": "estampa de urso", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "bird_print", + "langName": "estampa de pássaros", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "bunny_print", + "langName": "estampa de coelhinho", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "cow_print", + "langName": "estampa de vaca", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "dragon_print", + "langName": "estampa de dragão", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "fish_print", + "langName": "impressão de peixe", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "frog_print", + "langName": "estampa de rã", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "shark_print", + "langName": "estampa de tubarão", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "snake_print", + "langName": "padrão de cobra", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "zebra_print", + "langName": "estampa de zebra", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "tiger_print", + "langName": "Riscas de tigre", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "leopard_print", + "langName": "estampa de leopardo", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "jaguar_print", + "langName": "estampa de leopardo", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "bat_print", + "langName": "impressão de morcego", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "aardwolf_print", + "langName": "estampa de coiote", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "african_wild_dog_print", + "langName": "Estampa de cão selvagem africano", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "cheetah_print", + "langName": "Estampa de chita", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "dog_print", + "langName": "estampa de cão", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "fox_print", + "langName": "estampa de raposa", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "giraffe_print", + "langName": "estampa de girafa", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "panda_print", + "langName": "estampa de panda", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "sand_cat_print", + "langName": "estampa de gato de areia", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "whale_print", + "langName": "estampa de baleia", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "white_tiger_print", + "langName": "padrão de tigre branco", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "goldfish_print", + "langName": "impressão de peixe dourado", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "wing_print", + "langName": "impressão de asas", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "spider_web_print", + "langName": "veias de aranha", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "butterfly_print", + "langName": "estampa de borboleta", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "floral_print", + "langName": "floral", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "leaf_print", + "langName": "impressão de folhas", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "clover_print", + "langName": "estampa de trevo", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "maple_leaf_print", + "langName": "impressão de folhas de ácer", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "rose_print", + "langName": "impressão rosa", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "strawberry_print", + "langName": "estampa de morango", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "cherry_print", + "langName": "estampa de cereja", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "bamboo_print", + "langName": "impressão de bambu", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "carrot_print", + "langName": "estampa de cenoura", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "hibiscus_print", + "langName": "estampa de hibisco", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "jack-o'-lantern_print", + "langName": "impressão jack o'lantern", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "petal_print", + "langName": "estampa de pétalas", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "sunflower_print", + "langName": "impressão de girassol", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "watermelon_print", + "langName": "estampa de melancia", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "sky_print", + "langName": "impressão do céu", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "cloud_print", + "langName": "impressão na nuvem", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "lightning_bolt_print", + "langName": "Impressão de relâmpagos", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "rainbow_print", + "langName": "impressão arco-íris", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "snowflake_print", + "langName": "estampa de floco de neve", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "starry_sky_print", + "langName": "estampa de céu estrelado", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "crescent_print", + "langName": "estampa de lua crescente", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "star_print", + "langName": "estampa de estrelas", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "star_(symbol)", + "langName": "símbolo de estrela", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "moon_print", + "langName": "impressão da lua", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "sun_print", + "langName": "impressão solar", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "character_print", + "langName": "impressão de caracteres", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "clothes_writing", + "langName": "palavras na roupa", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "anchor_print", + "langName": "estampa de âncora", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "cherry_blossom_print", + "langName": "estampa de flores de cerejeira", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "musical_note_print", + "langName": "impressão de notas musicais", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "triangle_print", + "langName": "impressão triangular", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "arrow_print", + "langName": "impressão de seta", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "wave_print", + "langName": "padrão ondulado", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "peace_symbol", + "langName": "☮(Nas roupas de Higashikata Josuke)", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "heart_print", + "langName": "padrão de coração | impressão de coração", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "flame_print", + "langName": "impressão de chama", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "hitodama_print", + "langName": "Estampado de Will-o'-the-wisp", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "paw_print", + "langName": "impressão da pata", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "skeleton_print", + "langName": "estampa de esqueleto", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "skull_print", + "langName": "estampa de caveira", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "sparkle_print", + "langName": "impressão cintilante", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "yin_yang_print", + "langName": "Impressão Yin Yang", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "cross_print", + "langName": "Padrão de elementos cruzados", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "camoflage", + "langName": "camuflagem", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "flag_print", + "langName": "impressão da bandeira", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "bone_print", + "langName": "impressão óssea", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "ghost_print", + "langName": "impressão fantasma", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "mushroom_print", + "langName": "Impressão de cogumelos", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "onigiri_print", + "langName": "impressão de bolas de arroz", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "cat_ear_cutout", + "langName": "Design oco em forma de orelha de gato", + "object": "Vestuário", + "attribute": "Padrão" + }, + { + "displayName": "barefoot", + "langName": "descalço", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "no_shoes", + "langName": "sem sapatos", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "shoes_removed", + "langName": "tirar os sapatos", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "single_shoe", + "langName": "sapatos simples", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "the_only_shoe", + "langName": "sapatos simples", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "black_loafers", + "langName": "Loafers (pequenos sapatos de couro)", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "shoes", + "langName": "sapato", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "uwabaki", + "langName": "calçado de interior", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "platform_footwear", + "langName": "sapatos de plataforma", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "high_heels", + "langName": "Salto alto", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "stiletto_heels", + "langName": "Saltos altos", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "strappy_heels", + "langName": "saltos altos com tiras", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "platform_heels", + "langName": "saltos altos com plataforma", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "rudder_footwear", + "langName": "Sapatos especiais para raparigas do navio C", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "sandals", + "langName": "sandálias", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "barefoot_sandals", + "langName": "sandálias descalças", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "clog_sandals", + "langName": "sandálias de tamancos", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "geta", + "langName": "tamancos", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "slippers", + "langName": "chinelos", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "skates", + "langName": "patins", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "roller_skates", + "langName": "patins de rodas", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "animal_feet", + "langName": "pés de animais", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "animal_slippers", + "langName": "chinelos de animais", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "brown_footwear", + "langName": "calçado castanho", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "cross-laced_footwear", + "langName": "sapatos de renda cruzada", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "loafers", + "langName": "mocassins", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "mary_janes", + "langName": "sapatos jenny", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "mismatched_footwear", + "langName": "Sapatos de dois tons", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "pointy_footwear", + "langName": "sapatos de bico fino", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "pumps", + "langName": "Vestido decotado com saltos altos", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "sandals_removed", + "langName": "tirar as sandálias", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "shoe_soles", + "langName": "único", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "shoelaces", + "langName": "atacador", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "sneakers", + "langName": "ténis", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "winged_footwear", + "langName": "sapatos com asas", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "zouri", + "langName": "Sandálias de palha japonesas", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "ballet slippers", + "langName": "sapatilhas de ballet", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "arched_soles", + "langName": "Sola arqueada", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "paw_print_soles", + "langName": "solas com impressão de patas", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "horseshoe", + "langName": "ferradura", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "flat shoes", + "langName": "sapatos rasos", + "object": "Vestuário", + "attribute": "Sapato" + }, + { + "displayName": "boots", + "langName": "botas", + "object": "Vestuário", + "attribute": "Botas" + }, + { + "displayName": "boots_removed", + "langName": "tirar as botas", + "object": "Vestuário", + "attribute": "Botas" + }, + { + "displayName": "high_heel_boots", + "langName": "botas de salto alto", + "object": "Vestuário", + "attribute": "Botas" + }, + { + "displayName": "knee_boots", + "langName": "Botas até ao joelho (botas de montar)", + "object": "Vestuário", + "attribute": "Botas" + }, + { + "displayName": "thigh_boots", + "langName": "botas altas", + "object": "Vestuário", + "attribute": "Botas" + }, + { + "displayName": "martin_boots", + "langName": "botas martin", + "object": "Vestuário", + "attribute": "Botas" + }, + { + "displayName": "ankle_boots", + "langName": "botins", + "object": "Vestuário", + "attribute": "Botas" + }, + { + "displayName": "toeless_boots", + "langName": "botas de biqueira aberta", + "object": "Vestuário", + "attribute": "Botas" + }, + { + "displayName": "lace-up_boots", + "langName": "botas com atacadores", + "object": "Vestuário", + "attribute": "Botas" + }, + { + "displayName": "fur-trimmed_boots", + "langName": "botas de cano curto", + "object": "Vestuário", + "attribute": "Botas" + }, + { + "displayName": "snow_boots", + "langName": "botas de neve", + "object": "Vestuário", + "attribute": "Botas" + }, + { + "displayName": "anklet", + "langName": "Tornozeleira", + "object": "Vestuário", + "attribute": "Botas" + }, + { + "displayName": "rubber_boots", + "langName": "botas de borracha", + "object": "Vestuário", + "attribute": "Botas" + }, + { + "displayName": "santa_boots", + "langName": "Botas de Natal", + "object": "Vestuário", + "attribute": "Botas" + }, + { + "displayName": "leather_boots", + "langName": "botas de couro", + "object": "Vestuário", + "attribute": "Botas" + }, + { + "displayName": "thighhighs_under_boots", + "langName": "meias debaixo das botas", + "object": "Vestuário", + "attribute": "Botas" + }, + { + "displayName": "combat_boots", + "langName": "botas de combate", + "object": "Vestuário", + "attribute": "Botas" + }, + { + "displayName": "doc_martens", + "langName": "botas martin", + "object": "Vestuário", + "attribute": "Botas" + }, + { + "displayName": "rain_boots", + "langName": "botas de chuva", + "object": "Vestuário", + "attribute": "Botas" + }, + { + "displayName": "belt_boots", + "langName": "botas com cinto", + "object": "Vestuário", + "attribute": "Botas" + }, + { + "displayName": "fur_boots", + "langName": "botas de pele casual de salto baixo", + "object": "Vestuário", + "attribute": "Botas" + }, + { + "displayName": "single_boot", + "langName": "Um pé sem bota", + "object": "Vestuário", + "attribute": "Botas" + }, + { + "displayName": "wide_sleeves", + "langName": "mangas largas", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "single_sleeve", + "langName": "manga única", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "asymmetrical_sleeves", + "langName": "mangas assimétricas", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "puffy_sleeves", + "langName": "mangas bufantes", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "puffy_long_sleeves", + "langName": "mangas compridas bufantes", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "puffy_short_sleeves", + "langName": "mangas curtas bufantes", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "frilled_sleeves", + "langName": "bordos das mangas com folhos", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "juliet_sleeves", + "langName": "Mangas Julieta", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "bandaged_arm", + "langName": "braço enfaixado", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "raglan_sleeves", + "langName": "Mangas raglan", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "vambraces", + "langName": "Armadura do antebraço", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "layered_sleeves", + "langName": "mangas em camadas", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "fur-trimmed_sleeves", + "langName": "mangas com rebordo em bruto", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "see-through_sleeves", + "langName": "Mangas transparentes", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "torn_sleeves", + "langName": "mangas rasgadas", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "sleeves_past_fingers", + "langName": "Mangas mais compridas do que os dedos", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "sleeves_past_wrists", + "langName": "Mangas acima do pulso", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "sleeves_past_elbows", + "langName": "Mangas acima do cotovelo", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "sleeves_pushed_up", + "langName": "mangas de apertar", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "arm_out_of_sleeve", + "langName": "braços em mangas", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "uneven_sleeves", + "langName": "mangas desiguais", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "mismatched_sleeves", + "langName": "mangas desencontradas", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "sleeve_rolled_up", + "langName": "mangas arregaçadas", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "sleeves_rolled_up", + "langName": "Uma manga arregaçada", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "feather-trimmed_sleeves", + "langName": "Mangas com acabamento em penas", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "lace-trimmed_sleeves", + "langName": "mangas de renda", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "pinching_sleeves", + "langName": "Apertar as mangas", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "puffy_detached_sleeves", + "langName": "mangas bufantes", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "ribbed_sleeves", + "langName": "mangas caneladas", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "single_detached_sleeve", + "langName": "Manga que fica de um lado", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "sleeves_folded_up", + "langName": "mangas dobradas", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "striped_sleeves", + "langName": "mangas às riscas", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "armband", + "langName": "braçadeira (braçadeira)", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "armlet", + "langName": "bracelete de braço", + "object": "Vestuário", + "attribute": "Braço" + }, + { + "displayName": "halo", + "langName": "auréola sobre a cabeça", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "mechanical_halo", + "langName": "Halo mecânico", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "headwear", + "langName": "arnês", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "headpiece", + "langName": "arnês", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "headwear_removed", + "langName": "Capacete retirado", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "head_wreath", + "langName": "corola", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "crown", + "langName": "coroa", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "mini_crown", + "langName": "mini-coroa", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "tiara", + "langName": "coroa", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "diadem", + "langName": "O mesmo que acima", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "tilted_headwear", + "langName": "toucado inclinado", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "head_fins", + "langName": "Barbatana cefálica", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "maid_headdress", + "langName": "Tiara de solteira", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "bridal_veil", + "langName": "véu de noiva", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "headband", + "langName": "fita para a cabeça", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "alternate_headwear", + "langName": "Um arnês diferente do original", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "fur-trimmed_headwear", + "langName": "chapéus de borda bruta", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "goggles_on_headwear", + "langName": "óculos de proteção no chapéu", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "earphones", + "langName": "auricular", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "earmuffs", + "langName": "protectores de ouvido", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "xx_on_head", + "langName": "xx na cabeça", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "leaf_on_head", + "langName": "folhas na cabeça", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "triangular_headpiece", + "langName": "toucado triangular", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "forehead_protector", + "langName": "protetor de testa", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "radio_antenna", + "langName": "antena", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "animal_hood", + "langName": "capuz para orelhas de animais", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "bald", + "langName": "Careca", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "bandana", + "langName": "lenço", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "circlet", + "langName": "coroa", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "hachimaki", + "langName": "turbante (substantivo)", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "helm", + "langName": "usar um capacete", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "helmet_removed", + "langName": "capacete retirado | capacete retirado", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "horned_helmet", + "langName": "capacete com chifres", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "japari_bun", + "langName": "Pãezinhos a vapor do Japari", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "kerchief", + "langName": "turbante quadrado", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "mami_mogu_mogu", + "langName": "Terrier decapitado Asami", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "skull_and_crossbones", + "langName": "Caveira e ossos cruzados (pirata, perigo, aviso)", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "turban", + "langName": "lenço de cabeça muçulmano", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "headdress", + "langName": "Chapéus (mais gerais)", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "bear_hair_ornament", + "langName": "toucado com estampado de urso", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "brown_headwear", + "langName": "Tiara castanha", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "horned_headwear", + "langName": "toucado de chifre", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "horns_through_headwear", + "langName": "Um toucado com orifícios para os chifres", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "no_headwear", + "langName": "Capacete removido (existente)", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "object_on_head", + "langName": "Há algo mais do que um arnês na cabeça", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "print_headwear", + "langName": "Chapéus estampados", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "bone_hair_ornament", + "langName": "jóias em forma de osso", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "bunny_hair_ornament", + "langName": "Bijutaria de coelho", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "horn_ornament", + "langName": "Ornamentos nos cantos", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "animal_on_head", + "langName": "animal na cabeça", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "behind-the-head_headphones", + "langName": "Auscultadores usados na parte de trás da cabeça", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "bird_on_head", + "langName": "pássaro na cabeça", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "cat_ear_headphones", + "langName": "auriculares para gatos", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "cat_on_head", + "langName": "gato deitado na cabeça", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "eyewear_on_head", + "langName": "Óculos na cabeça", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "forehead_kiss", + "langName": "beijar a testa", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "forehead-to-forehead", + "langName": "testa com testa", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "goggles_on_head", + "langName": "Usar óculos de proteção na cabeça", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "head_bump", + "langName": "Feixe na cabeça", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "head_mounted_display", + "langName": "Utilização de um dispositivo com ecrã montado na cabeça", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "head_out_of_frame", + "langName": "Parte da cabeça não está desenhada na moldura", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "head_rest", + "langName": "cabeça de almofada | cabeça de apoio", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "head_wings", + "langName": "Há asas na cabeça", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "headgear", + "langName": "Acessórios para a cabeça (contendo certos elementos de ficção científica)", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "headphones", + "langName": "auricular", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "heads-up_display", + "langName": "Barra de estado (estilo jogo e ficção científica)", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "headset", + "langName": "Auscultadores", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "inter_headset", + "langName": "Conector neural em EVA", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "on_head", + "langName": "na cabeça", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "person_on_head", + "langName": "O homenzinho está na cabeça", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "single_head_wing", + "langName": "Há asas de um lado da cabeça", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "adjusting_headwear", + "langName": "arrumar o arnês", + "object": "Acessórios", + "attribute": "Capacete" + }, + { + "displayName": "hair_ribbon", + "langName": "fita para a cabeça", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "hairband", + "langName": "emitir cartão", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "hair_tie", + "langName": "fita para a cabeça", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "lolita_hairband", + "langName": "bandolete lolita", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "frilled_hairband", + "langName": "Fita para a cabeça com folhos", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "lace-trimmed_hairband", + "langName": "bandolete de renda", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "hair_bobbles", + "langName": "fita para a cabeça", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "hair_ornament", + "langName": "acessórios para o cabelo", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "hair_flower", + "langName": "flor de cabelo", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "x_hair_ornament", + "langName": "acessórios para o cabelo", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "hair_bow", + "langName": "acessórios para o cabelo com laço", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "frog_hair_ornament", + "langName": "acessórios para cabelo de rã", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "heart_hair_ornament", + "langName": "acessórios para o cabelo em forma de coração", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "butterfly_hair_ornament", + "langName": "acessórios para o cabelo em forma de borboleta", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "star_hair_ornament", + "langName": "acessórios para o cabelo em forma de estrela", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "food-themed_hair_ornament", + "langName": "Acessórios para o cabelo com tema de comida", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "anchor_hair_ornament", + "langName": "acessórios de cabelo com âncora", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "bat_hair_ornament", + "langName": "acessórios para cabelo de morcego", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "carrot_hair_ornament", + "langName": "acessórios para o cabelo em forma de cenoura", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "cat_hair_ornament", + "langName": "Acessórios para pelo de gato", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "clover_hair_ornament", + "langName": "acessórios de cabelo trevo", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "hair pink flowers", + "langName": "flores cor-de-rosa no cabelo", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "crescent_hair_ornament", + "langName": "Acessórios para o cabelo em forma de lua crescente", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "cross_hair_ornament", + "langName": "acessórios de cabelo cruzado", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "d-pad_hair_ornament", + "langName": "Acessórios para o cabelo com chave de direção", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "fish_hair_ornament", + "langName": "acessórios para o cabelo em forma de peixe", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "hairpods", + "langName": "Pares de acessórios de cabelo Bluetooth sem fios no cabelo", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "leaf_hair_ornament", + "langName": "acessórios de cabelo em folha", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "musical_note_hair_ornament", + "langName": "acessórios para o cabelo com notas musicais", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "pumpkin_hair_ornament", + "langName": "acessórios para o cabelo em abóbora", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "skull_hair_ornament", + "langName": "acessórios para o cabelo em forma de caveira", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "snake_hair_ornament", + "langName": "Acessórios para o cabelo de cobra | Acessórios para o cabelo de sapo", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "snowflake_hair_ornament", + "langName": "acessórios para o cabelo com flocos de neve", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "strawberry_hair_ornament", + "langName": "acessórios para o cabelo de morango", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "sunflower_hair_ornament", + "langName": "acessórios para o cabelo em forma de girassol", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "hairpin", + "langName": "gancho de cabelo", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "hairclip", + "langName": "gancho de cabelo", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "hair_tubes", + "langName": "tubo de cabelo", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "hair_stick", + "langName": "Bastão para cabelo", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "hair_bell", + "langName": "tocar uma campainha", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "hair_rings", + "langName": "laço de cabelo", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "kanzashi", + "langName": "gancho de cabelo", + "object": "Acessórios", + "attribute": "Acessórios para o cabelo" + }, + { + "displayName": "hood", + "langName": "capuz", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "hat", + "langName": "chapéu", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "no_hat", + "langName": "sem chapéu", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "beret", + "langName": "boina", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "mini_top_hat", + "langName": "mini chapéu", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "party_hat", + "langName": "chapéu de festa", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "sailor_hat", + "langName": "chapéu de marinheiro", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "santa_hat", + "langName": "chapéu de Pai Natal", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "fedora", + "langName": "chapéu fedora", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "witch_hat", + "langName": "chapéu de bruxa", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "mini_witch_hat", + "langName": "Mini chapéu de bruxa", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "wizard_hat", + "langName": "chapéu de feiticeiro", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "sun_hat", + "langName": "chapéu de sol", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "straw_hat", + "langName": "chapéu de palha", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "top_hat", + "langName": "cartola", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "bucket_hat", + "langName": "chapéu de balde", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "beanie", + "langName": "gorro de lã", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "large_hat", + "langName": "chapéu grande", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "tokin_hat", + "langName": "cartola", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "mini_hat", + "langName": "mini chapéu", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "bowler_hat", + "langName": "chapéu-coco", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "pillbox_hat", + "langName": "tampa da caixa de comprimidos", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "cloche_hat", + "langName": "chapéu cloche", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "military_hat", + "langName": "boné militar", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "police_hat", + "langName": "chapéu de polícia", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "chef_hat", + "langName": "chapéu de cozinheiro", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "cowboy_hat", + "langName": "chapéu de cowboy", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "school_hat", + "langName": "boné escolar", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "pirate_hat", + "langName": "chapéu de pirata", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "cabbie_hat", + "langName": "chapéu de taxista", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "hardhat", + "langName": "capacete", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "rice_hat", + "langName": "chapéu de bambu", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "animal_hat", + "langName": "chapéu de animal", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "fur_hat", + "langName": "chapéu de couro", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "hat_with_ears", + "langName": "chapéu com orelhas", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "bobblehat", + "langName": "chapéu de bolhas", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "pillow_hat", + "langName": "Chapéu de almofada", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "pumpkin_hat", + "langName": "chapéu de abóbora", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "torn_hat", + "langName": "chapéu rasgado", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "backwards_hat", + "langName": "chapéu invertido", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "bowl_hat", + "langName": "chapéu de tigela", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "cat_hat", + "langName": "chapéu com orelhas de gato", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "cap", + "langName": "boné com bico", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "nurse_cap", + "langName": "touca de enfermeira", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "baseball_cap", + "langName": "boné de basebol", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "jester_cap", + "langName": "chapéu de palhaço", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "side_cap", + "langName": "chapéu lateral", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "garrison_cap", + "langName": "chapéu de guarnição", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "flat_cap", + "langName": "boné com bico", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "mob_cap", + "langName": "chapéu da máfia", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "newsboy_cap", + "langName": "Chapéu de jornal", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "bowknot_over_white_beret", + "langName": "Laço na boina branca", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "dixie_cup_hat", + "langName": "chapéu com tigela para cão", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "hat_bow", + "langName": "chapéu com laço", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "hat_feather", + "langName": "chapéu com penas", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "hat_flower", + "langName": "chapéu com flores", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "hat_ornament", + "langName": "chapéu com ornamentos", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "hat_over_one_eye", + "langName": "O chapéu tapa um olho", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "hat_removed", + "langName": "tira-se o chapéu | tira-se o chapéu", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "hat_ribbon", + "langName": "chapéu com fita", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "hat_tip", + "langName": "Segurando a aba do chapéu", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "hatching_(texture)", + "langName": "Sombreamento de linhas (textura)", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "hatsune_miku_(cosplay)", + "langName": "cos into Hatsune Miku", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "porkpie_hat", + "langName": "Chapéu taoísta", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "sideways_hat", + "langName": "A viseira é cortada para o lado", + "object": "Acessórios", + "attribute": "Chapéu" + }, + { + "displayName": "glasses", + "langName": "Óculos", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "eyewear", + "langName": "Olho", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "monocle", + "langName": "monóculo", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "under-rim_eyewear", + "langName": "óculos com aros", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "rimless_eyewear", + "langName": "óculos sem aro", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "semi-rimless_eyewear", + "langName": "Óculos sem aro", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "red-framed_eyewear", + "langName": "óculos de armação vermelha", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "round_eyewear", + "langName": "óculos de armação redonda", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "black-framed_eyewear", + "langName": "óculos de armação preta", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "tinted_eyewear", + "langName": "óculos escuros", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "medical_eyepatch", + "langName": "máscara médica para os olhos", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "bandage_over_one_eye", + "langName": "ligadura num olho", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "crooked_eyewear", + "langName": "óculos tortos", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "eyewear_removed", + "langName": "tirar os óculos", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "sunglasses", + "langName": "Óculos de sol (para cobrir os olhos)", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "reflection glasses", + "langName": "Óculos de sol (olhos visíveis)", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "goggles", + "langName": "óculos de proteção", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "Blindfold", + "langName": "máscara para os olhos", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "eyepatch", + "langName": "Pala para os olhos (um olho)", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "bespectacled", + "langName": "usar óculos", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "blue-framed_eyewear", + "langName": "óculos de armação azul", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "brown-framed_eyewear", + "langName": "óculos de armação castanha", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "coke-bottle_glasses", + "langName": "Copos redondos com a espessura de fundos de garrafas de vidro", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "no_eyewear", + "langName": "Óculos removidos (existentes)", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "opaque_glasses", + "langName": "Óculos que não revelam os olhos", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "over-rim_eyewear", + "langName": "Óculos sem aro na metade inferior", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "pince-nez", + "langName": "pince-nez | óculos sem pernas", + "object": "Acessórios", + "attribute": "Óculos" + }, + { + "displayName": "mask", + "langName": "máscara", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "half_mask", + "langName": "meia máscara", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "masked", + "langName": "mascarado", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "mask_lift", + "langName": "Levantar a máscara", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "mask_on_head", + "langName": "A máscara levantada na cabeça", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "mask_removed", + "langName": "Máscara retirada", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "mouth_mask", + "langName": "Máscara facial", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "surgical_mask", + "langName": "máscara médica", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "plague_doctor_mask", + "langName": "Máscara de médico da peste", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "gas_mask", + "langName": "máscara de gás", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "visor", + "langName": "Máscara facial | Viseira | Viseira solar", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "fox_mask", + "langName": "máscara de raposa", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "diving_mask", + "langName": "máscara de mergulho", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "diving_mask_on_head", + "langName": "Máscara de mergulho com cabeça", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "oni_mask", + "langName": "máscara de fantasma", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "tengu_mask", + "langName": "Máscara de tengu", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "ninja_mask", + "langName": "máscara ninja", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "skull_mask", + "langName": "máscara de caveira", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "hockey_mask", + "langName": "máscara de hóquei", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "bird_mask", + "langName": "máscara de pássaro", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "stone_mask", + "langName": "cara de fantasma de pedra", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "horse_mask", + "langName": "máscara de cavalo", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "masquerade_mask", + "langName": "máscara de mascarada", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "domino_mask", + "langName": "Máscara SM", + "object": "Acessórios", + "attribute": "Máscara" + }, + { + "displayName": "cross_earrings", + "langName": "brincos de cruz", + "object": "Acessórios", + "attribute": "Brinco" + }, + { + "displayName": "crystal_earrings", + "langName": "brincos de cristal", + "object": "Acessórios", + "attribute": "Brinco" + }, + { + "displayName": "earrings", + "langName": "brincos", + "object": "Acessórios", + "attribute": "Brinco" + }, + { + "displayName": "flower_earrings", + "langName": "brincos de flores", + "object": "Acessórios", + "attribute": "Brinco" + }, + { + "displayName": "heart_earrings", + "langName": "brincos em forma de coração", + "object": "Acessórios", + "attribute": "Brinco" + }, + { + "displayName": "hoop_earrings", + "langName": "brincos de argola", + "object": "Acessórios", + "attribute": "Brinco" + }, + { + "displayName": "multiple_earrings", + "langName": "vários brincos", + "object": "Acessórios", + "attribute": "Brinco" + }, + { + "displayName": "pill_earrings", + "langName": "brincos estilo pílula", + "object": "Acessórios", + "attribute": "Brinco" + }, + { + "displayName": "single_earring", + "langName": "Usar brincos apenas de um lado", + "object": "Acessórios", + "attribute": "Brinco" + }, + { + "displayName": "skull_earrings", + "langName": "brincos de caveira", + "object": "Acessórios", + "attribute": "Brinco" + }, + { + "displayName": "star_earrings", + "langName": "brincos de estrela", + "object": "Acessórios", + "attribute": "Brinco" + }, + { + "displayName": "crescent earrings", + "langName": "Brincos em forma de lua crescente", + "object": "Acessórios", + "attribute": "Brinco" + }, + { + "displayName": "wristwatch", + "langName": "assistir", + "object": "Acessórios", + "attribute": "Jóias de mão" + }, + { + "displayName": "cane", + "langName": "cana", + "object": "Acessórios", + "attribute": "Jóias de mão" + }, + { + "displayName": "staff", + "langName": "varinha mágica", + "object": "Acessórios", + "attribute": "Jóias de mão" + }, + { + "displayName": "holding a golden staff", + "langName": "cetro dourado", + "object": "Acessórios", + "attribute": "Jóias de mão" + }, + { + "displayName": "cuffs", + "langName": "pelourinho", + "object": "Acessórios", + "attribute": "Jóias de mão" + }, + { + "displayName": "handcuffs", + "langName": "algemas da polícia", + "object": "Acessórios", + "attribute": "Jóias de mão" + }, + { + "displayName": "revolver", + "langName": "revólver", + "object": "Acessórios", + "attribute": "Jóias de mão" + }, + { + "displayName": "bandage", + "langName": "ligadura", + "object": "Acessórios", + "attribute": "Jóias de mão" + }, + { + "displayName": "leash", + "langName": "cinto", + "object": "Acessórios", + "attribute": "Jóias de mão" + }, + { + "displayName": "arm_tattoo", + "langName": "tatuagem no braço", + "object": "Acessórios", + "attribute": "Jóias de mão" + }, + { + "displayName": "number_tattoo", + "langName": "tatuagem digital", + "object": "Acessórios", + "attribute": "Jóias de mão" + }, + { + "displayName": "bead_bracelet", + "langName": "pulseira de missangas", + "object": "Acessórios", + "attribute": "Jóias de mão" + }, + { + "displayName": "flower_bracelet", + "langName": "pulseira de flores", + "object": "Acessórios", + "attribute": "Jóias de mão" + }, + { + "displayName": "spiked_bracelet", + "langName": "pulseira com tachas", + "object": "Acessórios", + "attribute": "Jóias de mão" + }, + { + "displayName": "wrist_cuffs", + "langName": "Punhos separados das mangas", + "object": "Acessórios", + "attribute": "Jóias de mão" + }, + { + "displayName": "wristband", + "langName": "pulseira", + "object": "Acessórios", + "attribute": "Jóias de mão" + }, + { + "displayName": "bracer", + "langName": "aparelhos para os pulsos", + "object": "Acessórios", + "attribute": "Jóias de mão" + }, + { + "displayName": "bound_wrists", + "langName": "pulso de ligação", + "object": "Acessórios", + "attribute": "Jóias de mão" + }, + { + "displayName": "wrist_scrunchie", + "langName": "elásticos de cabelo de pulso", + "object": "Acessórios", + "attribute": "Jóias de mão" + }, + { + "displayName": "shackles", + "langName": "algemas", + "object": "Acessórios", + "attribute": "Jóias de mão" + }, + { + "displayName": "chains", + "langName": "cadeia", + "object": "Acessórios", + "attribute": "Jóias de mão" + }, + { + "displayName": "chain_leash", + "langName": "Corrente com trela", + "object": "Acessórios", + "attribute": "Jóias de mão" + }, + { + "displayName": "gloves", + "langName": "Luvas", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "gloves_removed", + "langName": "tirar as luvas", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "no_gloves", + "langName": "Luvas removidas (existentes)", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "single_glove", + "langName": "luva única", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "single_elbow_glove", + "langName": "Usar uma luva à altura do cotovelo numa mão", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "long_gloves", + "langName": "luvas compridas", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "elbow_gloves", + "langName": "Luvas de manga comprida (luvas de cotovelo)", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "bridal_gauntlets", + "langName": "luvas de noiva", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "half_gloves", + "langName": "luvas muito curtas | meias luvas", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "fingerless_gloves", + "langName": "luvas sem dedos", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "partially_fingerless_gloves", + "langName": "Luvas sem dedos parciais", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "paw_gloves", + "langName": "Luvas com garras (luvas de dedos)", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "mittens", + "langName": "Luvas (luvas com dois dedos)", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "baseball_mitt", + "langName": "luva de basebol", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "fur-trimmed_gloves", + "langName": "luvas com borda em bruto", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "latex_gloves", + "langName": "luvas de látex", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "lace-trimmed_gloves", + "langName": "luvas de renda", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "wears a pair of white lace gloves", + "langName": "luvas de renda branca", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "leather_gloves", + "langName": "luvas de couro", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "frilled_gloves", + "langName": "luvas de renda", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "mismatched_gloves", + "langName": "Luvas de duas cores", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "multicolored_gloves", + "langName": "Luvas multicoloridas", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "asymmetrical_gloves", + "langName": "luvas assimétricas", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "brown_gloves", + "langName": "luvas castanhas", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "oven_mitts", + "langName": "Luvas isoladas", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "print_gloves", + "langName": "luvas estampadas", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "striped_gloves", + "langName": "luvas às riscas", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "torn_gloves", + "langName": "luvas danificadas", + "object": "Acessórios", + "attribute": "Luvas" + }, + { + "displayName": "wedding_band", + "langName": "aliança de casamento", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "crystal", + "langName": "cristal", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "gem", + "langName": "gema", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "chest_jewel", + "langName": "Gema do peito", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "forehead_jewel", + "langName": "gema da testa", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "tassel", + "langName": "borla", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "belly_chain", + "langName": "corrente para o ventre", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "ribbon", + "langName": "fita", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "stitches", + "langName": "costuras", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "bandaid", + "langName": "penso rápido", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "collar", + "langName": "colarinho", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "steam", + "langName": "vapor", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "bell", + "langName": "sino", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "amulet", + "langName": "amuleto", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "emblem", + "langName": "distintivo", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "anchor_symbol", + "langName": "símbolo de âncora", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "cross", + "langName": "cruz", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "diffraction_spikes", + "langName": "cruz de difração", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "iron_cross", + "langName": "Cruz de Ferro", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "latin_cross", + "langName": "cruz latina", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "st._gloriana's_(emblem)", + "langName": "Emblema da escola St. Gloria Anna Girls' School", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "heart_lock_(kantai_collection)", + "langName": "Eclusa da rapariga do navio (Navio C)", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "joints", + "langName": "conjunta", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "kneepits", + "langName": "joelho", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "knee_pads", + "langName": "Joelheiras", + "object": "Acessórios", + "attribute": "Pequena decoração" + }, + { + "displayName": "bracelet", + "langName": "Pulseira", + "object": "Acessórios", + "attribute": "Jóias" + }, + { + "displayName": "choker", + "langName": "colarinho", + "object": "Acessórios", + "attribute": "Jóias" + }, + { + "displayName": "metal collar", + "langName": "colar de metal", + "object": "Acessórios", + "attribute": "Jóias" + }, + { + "displayName": "ring", + "langName": "anel", + "object": "Acessórios", + "attribute": "Jóias" + }, + { + "displayName": "pendant", + "langName": "pendente", + "object": "Acessórios", + "attribute": "Jóias" + }, + { + "displayName": "brooch", + "langName": "broche", + "object": "Acessórios", + "attribute": "Jóias" + }, + { + "displayName": "bangle", + "langName": "bracelete", + "object": "Acessórios", + "attribute": "Jóias" + }, + { + "displayName": "sunburst", + "langName": "jóias sunburst", + "object": "Acessórios", + "attribute": "Jóias" + }, + { + "displayName": "pearl bracelet", + "langName": "pulseira de pérolas", + "object": "Acessórios", + "attribute": "Jóias" + }, + { + "displayName": "drop earrings", + "langName": "brinco", + "object": "Acessórios", + "attribute": "Jóias" + }, + { + "displayName": "puppet rings", + "langName": "anel de marionetas", + "object": "Acessórios", + "attribute": "Jóias" + }, + { + "displayName": "corsage", + "langName": "corpete", + "object": "Acessórios", + "attribute": "Jóias" + }, + { + "displayName": "sapphire brooch", + "langName": "Pregadeira de safira", + "object": "Acessórios", + "attribute": "Jóias" + }, + { + "displayName": "jewelry", + "langName": "jóias", + "object": "Acessórios", + "attribute": "Jóias" + }, + { + "displayName": "necklace", + "langName": "colar", + "object": "Acessórios", + "attribute": "Jóias" + }, + { + "displayName": "stud_earrings", + "langName": "brincos", + "object": "Acessórios", + "attribute": "Jóias" + }, + { + "displayName": "belt", + "langName": "cinto", + "object": "Acessórios", + "attribute": "Acessórios" + }, + { + "displayName": "fanny pack", + "langName": "bolsa de cintura", + "object": "Acessórios", + "attribute": "Acessórios" + }, + { + "displayName": "girdling", + "langName": "cinta", + "object": "Acessórios", + "attribute": "Acessórios" + }, + { + "displayName": "handbag", + "langName": "mala de mão", + "object": "Acessórios", + "attribute": "Acessórios" + }, + { + "displayName": "cross-body bag", + "langName": "saco a tiracolo", + "object": "Acessórios", + "attribute": "Acessórios" + }, + { + "displayName": "One shoulder bag", + "langName": "saco a tiracolo", + "object": "Acessórios", + "attribute": "Acessórios" + }, + { + "displayName": "Canvas bag", + "langName": "saco de lona", + "object": "Acessórios", + "attribute": "Acessórios" + }, + { + "displayName": "veils", + "langName": "véu", + "object": "Acessórios", + "attribute": "Acessórios" + }, + { + "displayName": "antiseptic mask", + "langName": "Máscara facial", + "object": "Acessórios", + "attribute": "Acessórios" + }, + { + "displayName": "transparent_background", + "langName": "Fundo transparente", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "white_background", + "langName": "fundo branco", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "black_background", + "langName": "fundo preto", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "grey_background", + "langName": "fundo cinzento", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "tan_background", + "langName": "fundo sépia", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "beige_background", + "langName": "fundo bege", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "brown_background", + "langName": "fundo castanho", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "two-tone_background", + "langName": "fundo duotónico", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "multicolored_background", + "langName": "fundo colorido", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "rainbow_background", + "langName": "fundo arco-íris", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "blurry_foreground", + "langName": "Primeiro plano desfocado", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "gradient_background", + "langName": "fundo gradiente", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "abstract_background", + "langName": "fundo abstrato", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "argyle_background", + "langName": "fundo de losango", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "checkered_background", + "langName": "Fundo axadrezado", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "floral_background", + "langName": "Fundo decorado com flores", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "foral_background", + "langName": "Fundo decorativo com padrão floral", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "striped_background", + "langName": "fundo de manchas redondas", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "cyberpunk", + "langName": "cyberpunk", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "scenery", + "langName": "paisagem", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "city_lights", + "langName": "fundo de luzes da cidade", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "starry_background", + "langName": "fundo de céu estrelado", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "sparkle_background", + "langName": "fundo estrelado brilhante", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "bubble_background", + "langName": "Fundo de bolhas", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "clock_background", + "langName": "fundo do relógio", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "halftone_background", + "langName": "fundo com padrão de pontos", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "heart_background", + "langName": "fundo pêssego", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "honeycomb_background", + "langName": "Fundo estilo favo de mel", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "plaid_background", + "langName": "fundo tartan", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "simple_background", + "langName": "fundo simples", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "ban", + "langName": "Fantasia tecnológica", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "crop_top_overhang", + "langName": "Saliência do top", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "viewfinder", + "langName": "visor da câmara", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "rounded_corners", + "langName": "O fundo ou a moldura tem cantos arredondados", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "border", + "langName": "moldura", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "outside_border", + "langName": "Parte da pintura está fora da moldura de fundo", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "pillarboxed", + "langName": "fundo de ecrã colunar", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "windowboxed", + "langName": "Conjunto de molduras para fotografias (fundo)", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "flashback", + "langName": "cena de recordação", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "background_text", + "langName": "texto de fundo", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "wall_of_text", + "langName": "fundo do texto", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "blurred background", + "langName": "fundo desfocado", + "object": "Ambiente", + "attribute": "Antecedentes" + }, + { + "displayName": "in spring", + "langName": "primavera", + "object": "Ambiente", + "attribute": "Época" + }, + { + "displayName": "in summer", + "langName": "verão", + "object": "Ambiente", + "attribute": "Época" + }, + { + "displayName": "in autumn", + "langName": "outono", + "object": "Ambiente", + "attribute": "Época" + }, + { + "displayName": "in winter", + "langName": "inverno", + "object": "Ambiente", + "attribute": "Época" + }, + { + "displayName": "(autumn maple forest:1.3),(very few fallen leaves),(path)", + "langName": "Paisagem de outono", + "object": "Ambiente", + "attribute": "Época" + }, + { + "displayName": "day", + "langName": "diurno", + "object": "Ambiente", + "attribute": "Tempo" + }, + { + "displayName": "dusk", + "langName": "anoitecer", + "object": "Ambiente", + "attribute": "Tempo" + }, + { + "displayName": "night", + "langName": "noite", + "object": "Ambiente", + "attribute": "Tempo" + }, + { + "displayName": "rain", + "langName": "chuva", + "object": "Ambiente", + "attribute": "Tempo" + }, + { + "displayName": "snow,ice", + "langName": "gelo e neve", + "object": "Ambiente", + "attribute": "Tempo" + }, + { + "displayName": "snowflakes", + "langName": "floco de neve", + "object": "Ambiente", + "attribute": "Tempo" + }, + { + "displayName": "lighting", + "langName": "relâmpago", + "object": "Ambiente", + "attribute": "Tempo" + }, + { + "displayName": "rainbow", + "langName": "arco-íris", + "object": "Ambiente", + "attribute": "Tempo" + }, + { + "displayName": "meteor shower", + "langName": "chuva de meteoros", + "object": "Ambiente", + "attribute": "Tempo" + }, + { + "displayName": "cloudy", + "langName": "parcialmente nublado", + "object": "Ambiente", + "attribute": "Tempo" + }, + { + "displayName": "rainy days", + "langName": "chuva", + "object": "Ambiente", + "attribute": "Tempo" + }, + { + "displayName": "in the rain", + "langName": "à chuva", + "object": "Ambiente", + "attribute": "Tempo" + }, + { + "displayName": "shooting star", + "langName": "meteoro", + "object": "Ambiente", + "attribute": "Tempo" + }, + { + "displayName": "smooth fog", + "langName": "nevoeiro suave", + "object": "Ambiente", + "attribute": "Tempo" + }, + { + "displayName": "thunderstorms", + "langName": "tempestade", + "object": "Ambiente", + "attribute": "Tempo" + }, + { + "displayName": "stormy ocean", + "langName": "mar tempestuoso", + "object": "Ambiente", + "attribute": "Tempo" + }, + { + "displayName": "ocean backdrop", + "langName": "fundo do oceano", + "object": "Ambiente", + "attribute": "Tempo" + }, + { + "displayName": "lightning", + "langName": "relâmpago", + "object": "Ambiente", + "attribute": "Tempo" + }, + { + "displayName": "beautiful detailed sky, beautiful detailed water", + "langName": "Bom tempo e boa água", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "beautiful purple sunset at beach", + "langName": "pôr do sol junto ao mar", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "mountain", + "langName": "montanhas", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "hills", + "langName": "colinas", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "on a hill", + "langName": "montanha", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "the top of the hill", + "langName": "topo da montanha", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "forest", + "langName": "floresta", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "grove", + "langName": "floresta", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "bamboo forest", + "langName": "floresta de bambu", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "Dreamy forest", + "langName": "Floresta de sonho (sentido irreal. Partículas de luz silenciosas)", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "savanna", + "langName": "pradaria", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "plateau", + "langName": "planalto", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "valley", + "langName": "vale", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "canyon", + "langName": "desfiladeiro", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "cliff", + "langName": "penhasco", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "oasis", + "langName": "oásis", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "wasteland", + "langName": "terreno baldio", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "glacier", + "langName": "glaciar", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "volcano", + "langName": "vulcão", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "waterfall", + "langName": "outono", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "stream", + "langName": "fluxo", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "river", + "langName": "rio", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "lake", + "langName": "lago", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "ocean", + "langName": "oceano", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "sea", + "langName": "mar", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "beach", + "langName": "beira-mar", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "on the beach", + "langName": "praia", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "over the sea", + "langName": "beira-mar", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "waves", + "langName": "onda", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "seaweed", + "langName": "algas marinhas", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "underwater", + "langName": "na água", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "floating island", + "langName": "ilha flutuante", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "flowers meadows", + "langName": "Prado florido", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "flower field", + "langName": "campo de flores", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "flower sea", + "langName": "Mar de flores", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "rose petals", + "langName": "pétalas de rosa", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "falling petals", + "langName": "flores caídas", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "in a meadow", + "langName": "prados", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "field", + "langName": "rural", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "wheat field", + "langName": "campo de trigo", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "rice paddy", + "langName": "arroz", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "onsen", + "langName": "spa", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "dripping", + "langName": "água a pingar", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "swirl", + "langName": "redemoinho", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "ripples", + "langName": "ondulação", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "Alps", + "langName": "alpes", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "on a desert", + "langName": "deserto", + "object": "Ambiente", + "attribute": "Natureza" + }, + { + "displayName": "sky", + "langName": "Céu", + "object": "Ambiente", + "attribute": "Céu" + }, + { + "displayName": "gradient_sky", + "langName": "céu inclinado", + "object": "Ambiente", + "attribute": "Céu" + }, + { + "displayName": "sunset", + "langName": "pôr do sol", + "object": "Ambiente", + "attribute": "Céu" + }, + { + "displayName": "night_sky", + "langName": "céu noturno", + "object": "Ambiente", + "attribute": "Céu" + }, + { + "displayName": "starry_sky", + "langName": "céu estrelado", + "object": "Ambiente", + "attribute": "Céu" + }, + { + "displayName": "star_(sky)", + "langName": "estrelas (no céu)", + "object": "Ambiente", + "attribute": "Céu" + }, + { + "displayName": "star_trail", + "langName": "rastos de estrelas", + "object": "Ambiente", + "attribute": "Céu" + }, + { + "displayName": "moon", + "langName": "lua", + "object": "Ambiente", + "attribute": "Céu" + }, + { + "displayName": "crescent", + "langName": "lua crescente", + "object": "Ambiente", + "attribute": "Céu" + }, + { + "displayName": "crescent_moon", + "langName": "lua nova", + "object": "Ambiente", + "attribute": "Céu" + }, + { + "displayName": "full_moon", + "langName": "lua cheia", + "object": "Ambiente", + "attribute": "Céu" + }, + { + "displayName": "moonlight", + "langName": "luar", + "object": "Ambiente", + "attribute": "Céu" + }, + { + "displayName": "scarlet_moon", + "langName": "lua escarlate", + "object": "Ambiente", + "attribute": "Céu" + }, + { + "displayName": "hyper_galaxy", + "langName": "super galáxia", + "object": "Ambiente", + "attribute": "Céu" + }, + { + "displayName": "universe", + "langName": "universo", + "object": "Ambiente", + "attribute": "Céu" + }, + { + "displayName": "space", + "langName": "espaço", + "object": "Ambiente", + "attribute": "Céu" + }, + { + "displayName": "planet", + "langName": "planeta", + "object": "Ambiente", + "attribute": "Céu" + }, + { + "displayName": "from_space_station", + "langName": "estação espacial", + "object": "Ambiente", + "attribute": "Céu" + }, + { + "displayName": "satellite", + "langName": "satélite", + "object": "Ambiente", + "attribute": "Céu" + }, + { + "displayName": "lunar", + "langName": "lunar, _lunar;", + "object": "Ambiente", + "attribute": "Céu" + }, + { + "displayName": "cirrus", + "langName": "cirro", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "cirrocumulus", + "langName": "Nuvens cirrocumulus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "cirrostratus", + "langName": "cirrostratus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "altocumulus", + "langName": "Tipo Altocumulus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "altostratus", + "langName": "Nuvens Altostratus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "stratus", + "langName": "estrato", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "stratocumulus", + "langName": "Estratocúmulos", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "cumulus", + "langName": "cúmulo", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "cumulonimbus", + "langName": "cumulonimbus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "Nimbostratus", + "langName": "Nimbostratus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "cirrus_fibratus", + "langName": "Nuvem cirro", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "cirrus_uncinus", + "langName": "Nuvem cirro", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "cirrus_spissatus", + "langName": "cirros densos", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "cirrus_floccus", + "langName": "Nuvens cirros", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "cirrus_castellanus", + "langName": "Forte Cirrus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "cirrus_intortus", + "langName": "nuvens caóticas", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "cirrocumulus_stratiformis", + "langName": "estratocumulus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "cirrocumulus_floccus", + "langName": "Cirrocumulus flocculus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "cirrocumulus_castellanus", + "langName": "Cirrocumulus castellus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "cirrocumulus_lacunosus", + "langName": "Cirrocumulus reticularis", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "cirrostratus_fibratus", + "langName": "Cirrostratus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "cirrostratus_nebulosus", + "langName": "cirrostratus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "altocumulus_strataformis", + "langName": "nuvens altocumulus estratiformes", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "altocumulus_lenticularis", + "langName": "nuvens altocumulus lenticulares", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "altocumulus_castellanus", + "langName": "fortaleza altocumulus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "altocumulus_floccus", + "langName": "nuvens altocumulus floculentas", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "altocumulus_lacunosus", + "langName": "altocumulus reticular", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "altostratus_undulatus", + "langName": "nuvens altastratus onduladas", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "altostratus_duplicates", + "langName": "nuvem altostratus composta", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "altostratus_pannus", + "langName": "altostratus fragmentado", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "altostratus_translucidus", + "langName": "Nuvens Altostratus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "altostratus_opacus", + "langName": "nuvens altostratus obscurecendo", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "altostratus_radiatus", + "langName": "nuvens altostratus radiais", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "altostratus_mammatus", + "langName": "nuvens altostratus de mamíferos", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "stratus_fractus", + "langName": "nuvens stratus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "stratus_nebulosus", + "langName": "camada de nevoeiro nuvens", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "stratus_undulatus", + "langName": "Wavestratus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "stratocumulus_stratiformis", + "langName": "nuvens stratocumulus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "stratocumulus_cumulogentis", + "langName": "cumulonimbus stratocumulus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "stratocumulus_castellanus", + "langName": "nuvens stratocumulus casteladas", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "stratocumulus_lenticularis", + "langName": "nuvens stratocumulus lenticulares", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "stratocumulus_lacunosus", + "langName": "estratocumulus floculento", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "cumulus_humilis", + "langName": "Nuvens cumulus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "cumulus_mediocris", + "langName": "Nuvens mesocumulus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "cumulus_congestus", + "langName": "Cumulus congestus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "cumulus_fractus", + "langName": "nuvens cumulus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "cumulonimbus_calvus", + "langName": "cumulonimbus careca", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "cumulonimbus_capillatus", + "langName": "Crina de cumulonimbus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "cumulonimbus_incus", + "langName": "Bigorna cumulonimbus", + "object": "Ambiente", + "attribute": "Nuvem" + }, + { + "displayName": "outdoors", + "langName": "exterior", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "castle", + "langName": "castelo", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "cyberpunk city", + "langName": "cidade cyberpunk", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "Bustling city", + "langName": "cidade movimentada", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "neon lights", + "langName": "luzes de néon", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "street lamp", + "langName": "candeeiro de rua", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "skyscraper", + "langName": "arranha-céus", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "building", + "langName": "arquitetura", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "gothic architecture", + "langName": "Arquitetura gótica", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "chinese style architecture", + "langName": "Arquitetura de estilo antigo", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "Industrial wind, Chinese architecture", + "langName": "Edifícios antigos industrializados", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "church", + "langName": "igreja", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "cathedral", + "langName": "catedral", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "mosque", + "langName": "mesquita", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "torii", + "langName": "Torii", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "gohei", + "langName": "santuário", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "temple", + "langName": "templo", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "ruins", + "langName": "restos", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "remains", + "langName": "destroços", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "fountain", + "langName": "fonte", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "park", + "langName": "jardim", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "treehouse", + "langName": "casa na árvore", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "botanical garden", + "langName": "jardim botânico", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "grave", + "langName": "sepultura", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "graveyard", + "langName": "cemitério", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "tombstone", + "langName": "lápide", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "monolith", + "langName": "objeto de pedra enorme", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "rappelling", + "langName": "Nivelamento (suspenso)", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "harbor", + "langName": "porto", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "bridge", + "langName": "ponte", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "railroad tracks", + "langName": "carril", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "railroad", + "langName": "ferroviário", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "railway", + "langName": "ferroviário", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "train station", + "langName": "ESTAÇÃO DE COMBOIOS", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "bus stop", + "langName": "estação de autocarros", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "phone booth", + "langName": "cabina telefónica", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "tunnel", + "langName": "túnel", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "airport", + "langName": "Aeroporto", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "ferris wheel", + "langName": "roda gigante", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "carousel", + "langName": "carrossel", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "waterpark", + "langName": "parque aquático", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "stadium", + "langName": "estádio", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "arena", + "langName": "arena", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "Auditorium", + "langName": "salão", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "concert", + "langName": "concerto", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "market stall", + "langName": "banca de mercado", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "shop", + "langName": "loja", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "restaurant", + "langName": "Restaurante", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "bakery", + "langName": "padaria", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "convenience store", + "langName": "loja de conveniência", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "supermarket", + "langName": "supermercado", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "pharmacy", + "langName": "farmácia", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "bar", + "langName": "bar", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "izakaya", + "langName": "Izakaya", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "cafe", + "langName": "cafés", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "coffee house", + "langName": "cafés", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "Trapeze", + "langName": "cabide; baloiço", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "bowling alley", + "langName": "pista de bowling", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "gym", + "langName": "Ginásio", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "library", + "langName": "biblioteca", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "art gallery", + "langName": "galeria de arte", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "museum", + "langName": "museu", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "planetarium", + "langName": "Planetário", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "swimming pool", + "langName": "piscina", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "zoo", + "langName": "zoológico", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "aquarium", + "langName": "aquário", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "laboratory", + "langName": "laboratório", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "prison", + "langName": "prisão", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "engine room", + "langName": "casa das máquinas", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "warehouse", + "langName": "armazém", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "workshop", + "langName": "oficina", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "courtroom", + "langName": "tribunal", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "theater", + "langName": "teatro", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "movie theater", + "langName": "Cinema", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "billiard", + "langName": "mesa de bilhar", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "casino", + "langName": "casino", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "playground", + "langName": "parque infantil", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "greco-roman architectur", + "langName": "Arquitetura romana ocidental", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "in the romanesque architecture streets", + "langName": "Ruas romanas", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "handrail", + "langName": "gradeamento", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "shanty town/slum", + "langName": "favela", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "modern,Europe", + "langName": "Arquitetura europeia moderna", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "building_ruins", + "langName": "ruínas de edifícios", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "amusement_park", + "langName": "parque de diversões", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "Disney_land", + "langName": "Disneylândia", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "wrestling_ring", + "langName": "ringue de luta livre", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "Japanese_hotel", + "langName": "hotel no japão", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "jail_bars", + "langName": "bar da prisão", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "in_the_movie_theatre", + "langName": "no cinema", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "architecture", + "langName": "arquitetura", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "magnificent_architecture", + "langName": "arquitetura", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "east_asian_architecture", + "langName": "arquitetura do leste asiático", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "chinese_style_loft", + "langName": "Loft de estilo chinês", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "traditional_chinese_room", + "langName": "Quarto de estilo tradicional chinês", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "turret", + "langName": "torre", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "tower", + "langName": "torre", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "at the lighthouse", + "langName": "farol", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "reservoir", + "langName": "reservatório", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "under_bridge", + "langName": "Debaixo da ponte", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "rubble_ruins", + "langName": "escombros | ruínas", + "object": "Ambiente", + "attribute": "Ao ar livre" + }, + { + "displayName": "city", + "langName": "Cidade", + "object": "Ambiente", + "attribute": "Cidade" + }, + { + "displayName": "downtown", + "langName": "centro da cidade", + "object": "Ambiente", + "attribute": "Cidade" + }, + { + "displayName": "cityscape", + "langName": "paisagem urbana", + "object": "Ambiente", + "attribute": "Cidade" + }, + { + "displayName": "in_main_street", + "langName": "Avenida", + "object": "Ambiente", + "attribute": "Cidade" + }, + { + "displayName": "Intersection", + "langName": "intersecção", + "object": "Ambiente", + "attribute": "Cidade" + }, + { + "displayName": "street", + "langName": "rua", + "object": "Ambiente", + "attribute": "Cidade" + }, + { + "displayName": "avenue", + "langName": "Rua principal", + "object": "Ambiente", + "attribute": "Cidade" + }, + { + "displayName": "alley", + "langName": "beco", + "object": "Ambiente", + "attribute": "Cidade" + }, + { + "displayName": "crowd", + "langName": "multidão", + "object": "Ambiente", + "attribute": "Cidade" + }, + { + "displayName": "road", + "langName": "rodoviário", + "object": "Ambiente", + "attribute": "Cidade" + }, + { + "displayName": "path", + "langName": "caminho", + "object": "Ambiente", + "attribute": "Cidade" + }, + { + "displayName": "pavement", + "langName": "pavimento", + "object": "Ambiente", + "attribute": "Cidade" + }, + { + "displayName": "road_sign", + "langName": "sinalização rodoviária", + "object": "Ambiente", + "attribute": "Cidade" + }, + { + "displayName": "traffic_cone", + "langName": "Bloqueio de estrada", + "object": "Ambiente", + "attribute": "Cidade" + }, + { + "displayName": "lamppost", + "langName": "candeeiro de rua", + "object": "Ambiente", + "attribute": "Cidade" + }, + { + "displayName": "fence", + "langName": "vedação", + "object": "Ambiente", + "attribute": "Cidade" + }, + { + "displayName": "railing", + "langName": "gradeamento", + "object": "Ambiente", + "attribute": "Cidade" + }, + { + "displayName": "bench", + "langName": "banco", + "object": "Ambiente", + "attribute": "Cidade" + }, + { + "displayName": "lawn", + "langName": "relvado", + "object": "Ambiente", + "attribute": "Cidade" + }, + { + "displayName": "vending_machine", + "langName": "máquina de venda automática", + "object": "Ambiente", + "attribute": "Cidade" + }, + { + "displayName": "indoor", + "langName": "interior", + "object": "Ambiente", + "attribute": "Interior" + }, + { + "displayName": "bedroom", + "langName": "quarto", + "object": "Ambiente", + "attribute": "Interior" + }, + { + "displayName": "classroom", + "langName": "sala de aula", + "object": "Ambiente", + "attribute": "Interior" + }, + { + "displayName": "clubroom", + "langName": "clube", + "object": "Ambiente", + "attribute": "Interior" + }, + { + "displayName": "dark nightclub background", + "langName": "fundo escuro de discoteca", + "object": "Ambiente", + "attribute": "Interior" + }, + { + "displayName": "dormitory", + "langName": "dormitório", + "object": "Ambiente", + "attribute": "Interior" + }, + { + "displayName": "cafeteria", + "langName": "cafetaria", + "object": "Ambiente", + "attribute": "Interior" + }, + { + "displayName": "kitchen", + "langName": "cozinha", + "object": "Ambiente", + "attribute": "Interior" + }, + { + "displayName": "toilet stall", + "langName": "cabina de sanita", + "object": "Ambiente", + "attribute": "Interior" + }, + { + "displayName": "infirmary", + "langName": "enfermaria", + "object": "Ambiente", + "attribute": "Interior" + }, + { + "displayName": "art room", + "langName": "sala de arte", + "object": "Ambiente", + "attribute": "Interior" + }, + { + "displayName": "greenhouse", + "langName": "estufa", + "object": "Ambiente", + "attribute": "Interior" + }, + { + "displayName": "basement", + "langName": "cave", + "object": "Ambiente", + "attribute": "Interior" + }, + { + "displayName": "server room", + "langName": "Sala de servidores", + "object": "Ambiente", + "attribute": "Interior" + }, + { + "displayName": "electrical room", + "langName": "Sala de distribuição", + "object": "Ambiente", + "attribute": "Interior" + }, + { + "displayName": "dungeon", + "langName": "cave", + "object": "Ambiente", + "attribute": "Interior" + }, + { + "displayName": "otaku room", + "langName": "Quarto Otaku", + "object": "Ambiente", + "attribute": "Interior" + }, + { + "displayName": "stage", + "langName": "fase", + "object": "Ambiente", + "attribute": "Interior" + }, + { + "displayName": "bathing", + "langName": "casa de banho", + "object": "Ambiente", + "attribute": "Interior" + }, + { + "displayName": "stairs", + "langName": "escadas", + "object": "Ambiente", + "attribute": "Interior" + }, + { + "displayName": "palace", + "langName": "palácio", + "object": "Ambiente", + "attribute": "Interior" + }, + { + "displayName": "bed", + "langName": "cama", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "wardrobe", + "langName": "Guarda-roupa", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "desk lamp", + "langName": "candeeiro de secretária", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "couch", + "langName": "sofá", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "tatami", + "langName": "Tatami", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "kotatsu", + "langName": "kotatsu", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "fireplace", + "langName": "lareira", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "table", + "langName": "tabela", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "school_desk", + "langName": "secretária", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "chair", + "langName": "Cadeira", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "armchair", + "langName": "poltrona", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "lounge_chair", + "langName": "cadeira de descanso", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "beach_chair", + "langName": "cadeira de praia", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "folding_chair", + "langName": "cadeira dobrável", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "office_chair", + "langName": "cadeira de escritório", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "wheelchair", + "langName": "cadeira de rodas", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "invisible_chair", + "langName": "cadeira invisível", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "window_", + "langName": "janela", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "sash", + "langName": "faixa", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "curtains", + "langName": "cortina", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "sliding_doors", + "langName": "porta deslizante", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "door", + "langName": "Porta", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "clothes_rack", + "langName": "Cabide", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "air_conditioner", + "langName": "ar condicionado", + "object": "Ambiente", + "attribute": "Mobiliário" + }, + { + "displayName": "mattress", + "langName": "colchão; colchão", + "object": "Ambiente", + "attribute": "Roupa de cama" + }, + { + "displayName": "bed_sheet", + "langName": "folha", + "object": "Ambiente", + "attribute": "Roupa de cama" + }, + { + "displayName": "futon", + "langName": "Colchão japonês", + "object": "Ambiente", + "attribute": "Roupa de cama" + }, + { + "displayName": "pillow", + "langName": "Almofada", + "object": "Ambiente", + "attribute": "Roupa de cama" + }, + { + "displayName": "cushion", + "langName": "almofada", + "object": "Ambiente", + "attribute": "Roupa de cama" + }, + { + "displayName": "dumpling_Hug_Pillow", + "langName": "almofada de bolinhos", + "object": "Ambiente", + "attribute": "Roupa de cama" + }, + { + "displayName": "pillow_hug", + "langName": "almofada", + "object": "Ambiente", + "attribute": "Roupa de cama" + }, + { + "displayName": "yes-no_pillow", + "langName": "Sim/Não Almofada", + "object": "Ambiente", + "attribute": "Roupa de cama" + }, + { + "displayName": "stuffed_animal", + "langName": "boneca de peluche", + "object": "Ambiente", + "attribute": "Roupa de cama" + }, + { + "displayName": "stuffed_bunny", + "langName": "coelhinho de peluche", + "object": "Ambiente", + "attribute": "Roupa de cama" + }, + { + "displayName": "carpet", + "langName": "tapete", + "object": "Ambiente", + "attribute": "Roupa de cama" + }, + { + "displayName": "bathroom", + "langName": "casa de banho", + "object": "Ambiente", + "attribute": "Casa de banho" + }, + { + "displayName": "shower_head", + "langName": "cabeça de chuveiro", + "object": "Ambiente", + "attribute": "Casa de banho" + }, + { + "displayName": "toilet", + "langName": "sanita", + "object": "Ambiente", + "attribute": "Casa de banho" + }, + { + "displayName": "squat_toilet", + "langName": "Sanita de cócoras", + "object": "Ambiente", + "attribute": "Casa de banho" + }, + { + "displayName": "soap", + "langName": "Sabão", + "object": "Ambiente", + "attribute": "Casa de banho" + }, + { + "displayName": "tiles", + "langName": "telha cerâmica", + "object": "Ambiente", + "attribute": "Casa de banho" + }, + { + "displayName": "rubber_duck", + "langName": "pato de borracha", + "object": "Ambiente", + "attribute": "Casa de banho" + }, + { + "displayName": "bathtub,", + "langName": "banheira", + "object": "Ambiente", + "attribute": "Casa de banho" + }, + { + "displayName": "new year", + "langName": "ano novo", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "year of the rabbit", + "langName": "Ano do coelho", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "valentine", + "langName": "Dia dos Namorados", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "lantern festival", + "langName": "Festival das Lanternas", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "summer festival", + "langName": "festival de verão", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "tanabata", + "langName": "Festival Qixi", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "mid-autumn festival", + "langName": "Festival do meio do outono", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "halloween", + "langName": "halloween", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "christmas", + "langName": "Natal", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "fireworks", + "langName": "fogos de artifício", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "explosion", + "langName": "explodir", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "water vapor", + "langName": "vapor", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "liquid background, Sputtered water", + "langName": "fundo líquido", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "in the ocean", + "langName": "pôr do sol junto ao mar", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "magic circles", + "langName": "anel mágico", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "fluorescent mushroom forests background", + "langName": "Floresta de cogumelos fluorescentes", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "(((colorful bubble)))", + "langName": "Bolhas coloridas", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "golden hour lighting", + "langName": "iluminação da hora dourada", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "strong rim light", + "langName": "Luz de aro forte", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "against backlight at dusk", + "langName": "Noite de costas para o sol", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "intense shadows", + "langName": "sombra forte", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "ceiling window", + "langName": "Janelas do chão ao teto", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "colourful glass", + "langName": "vitrais", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "stain glass", + "langName": "vitrais", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "Graffiti wall", + "langName": "parede de graffiti", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "mosaic background", + "langName": "fundo em mosaico", + "object": "Ambiente", + "attribute": "Atmosfera" + }, + { + "displayName": "notebook", + "langName": "caderno", + "object": "Coisa", + "attribute": "Material escolar" + }, + { + "displayName": "pencil", + "langName": "lápis", + "object": "Coisa", + "attribute": "Material escolar" + }, + { + "displayName": "paintbrush", + "langName": "escova", + "object": "Coisa", + "attribute": "Material escolar" + }, + { + "displayName": "book", + "langName": "Livro", + "object": "Coisa", + "attribute": "Material escolar" + }, + { + "displayName": "open_book", + "langName": "livro aberto", + "object": "Coisa", + "attribute": "Material escolar" + }, + { + "displayName": "book_stack", + "langName": "pilha de livros", + "object": "Coisa", + "attribute": "Material escolar" + }, + { + "displayName": "bookshelf", + "langName": "estante", + "object": "Coisa", + "attribute": "Material escolar" + }, + { + "displayName": "school_bag", + "langName": "Mala de escola (bolsa de mão)", + "object": "Coisa", + "attribute": "Material escolar" + }, + { + "displayName": "backpack", + "langName": "Mochila", + "object": "Coisa", + "attribute": "Material escolar" + }, + { + "displayName": "computer", + "langName": "computador", + "object": "Coisa", + "attribute": "Equipamento digital" + }, + { + "displayName": "mouse", + "langName": "rato", + "object": "Coisa", + "attribute": "Equipamento digital" + }, + { + "displayName": "cellphone", + "langName": "telemóvel", + "object": "Coisa", + "attribute": "Equipamento digital" + }, + { + "displayName": "Smartphones", + "langName": "Smartphone", + "object": "Coisa", + "attribute": "Equipamento digital" + }, + { + "displayName": "nintendo_switch", + "langName": "nintendo switch", + "object": "Coisa", + "attribute": "Equipamento digital" + }, + { + "displayName": "handheld_game_console", + "langName": "consola de jogos portátil", + "object": "Coisa", + "attribute": "Equipamento digital" + }, + { + "displayName": "nintendo_3ds", + "langName": "Nintendo 3ds", + "object": "Coisa", + "attribute": "Equipamento digital" + }, + { + "displayName": "nintendo_ds", + "langName": "nintendo ds", + "object": "Coisa", + "attribute": "Equipamento digital" + }, + { + "displayName": "cable", + "langName": "cabo", + "object": "Coisa", + "attribute": "Equipamento digital" + }, + { + "displayName": "power_lines", + "langName": "cabo de alimentação", + "object": "Coisa", + "attribute": "Equipamento digital" + }, + { + "displayName": "buttons", + "langName": "botão", + "object": "Coisa", + "attribute": "Equipamento digital" + }, + { + "displayName": "fork", + "langName": "garfo", + "object": "Coisa", + "attribute": "Louça de mesa" + }, + { + "displayName": "spoon", + "langName": "colher", + "object": "Coisa", + "attribute": "Louça de mesa" + }, + { + "displayName": "chopsticks", + "langName": "Pauzinhos", + "object": "Coisa", + "attribute": "Louça de mesa" + }, + { + "displayName": "ladle", + "langName": "concha", + "object": "Coisa", + "attribute": "Louça de mesa" + }, + { + "displayName": "plate", + "langName": "placa", + "object": "Coisa", + "attribute": "Louça de mesa" + }, + { + "displayName": "bowl", + "langName": "tigela", + "object": "Coisa", + "attribute": "Louça de mesa" + }, + { + "displayName": "cup", + "langName": "chávena", + "object": "Coisa", + "attribute": "Louça de mesa" + }, + { + "displayName": "drinking_glass", + "langName": "copo de água", + "object": "Coisa", + "attribute": "Louça de mesa" + }, + { + "displayName": "tumbler", + "langName": "Vidro comum", + "object": "Coisa", + "attribute": "Louça de mesa" + }, + { + "displayName": "beer_mug", + "langName": "caneca de cerveja", + "object": "Coisa", + "attribute": "Louça de mesa" + }, + { + "displayName": "pot", + "langName": "panela", + "object": "Coisa", + "attribute": "Louça de mesa" + }, + { + "displayName": "teapot", + "langName": "bule", + "object": "Coisa", + "attribute": "Louça de mesa" + }, + { + "displayName": "tray", + "langName": "tabuleiro", + "object": "Coisa", + "attribute": "Louça de mesa" + }, + { + "displayName": "soda_can", + "langName": "bebidas enlatadas", + "object": "Coisa", + "attribute": "Louça de mesa" + }, + { + "displayName": "can", + "langName": "frasco", + "object": "Coisa", + "attribute": "Louça de mesa" + }, + { + "displayName": "candle", + "langName": "Vela", + "object": "Coisa", + "attribute": "Louça de mesa" + }, + { + "displayName": "gift_box", + "langName": "caixa de oferta", + "object": "Coisa", + "attribute": "Louça de mesa" + }, + { + "displayName": "heart-shaped_box", + "langName": "Caixa de oferta em forma de coração", + "object": "Coisa", + "attribute": "Louça de mesa" + }, + { + "displayName": "music", + "langName": "música", + "object": "Coisa", + "attribute": "Instrumento musical" + }, + { + "displayName": "guitar", + "langName": "Guitarra", + "object": "Coisa", + "attribute": "Instrumento musical" + }, + { + "displayName": "piano", + "langName": "piano", + "object": "Coisa", + "attribute": "Instrumento musical" + }, + { + "displayName": "cello", + "langName": "Violoncelo", + "object": "Coisa", + "attribute": "Instrumento musical" + }, + { + "displayName": "playing_instrument", + "langName": "tocar um instrumento", + "object": "Coisa", + "attribute": "Instrumento musical" + }, + { + "displayName": "wind_chime", + "langName": "sinos de vento", + "object": "Coisa", + "attribute": "Instrumento musical" + }, + { + "displayName": "Accordion", + "langName": "acordeão", + "object": "Coisa", + "attribute": "Instrumento musical" + }, + { + "displayName": "Saxophone", + "langName": "saxofone", + "object": "Coisa", + "attribute": "Instrumento musical" + }, + { + "displayName": "umbrella", + "langName": "Guarda-chuva", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "transparent_umbrella", + "langName": "guarda-chuva transparente", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "closed_umbrella", + "langName": "guarda-chuva fechado", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "oil-paper_umbrella", + "langName": "Guarda-chuva de papel a óleo", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "Parasol", + "langName": "guarda-sol", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "folding_fan", + "langName": "ventoinha dobrável", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "paper_fan", + "langName": "ventoinha de papel", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "uchiwa", + "langName": "ventoinha redonda", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "camera", + "langName": "câmara", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "lantern/lamp", + "langName": "lanterna", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "basket", + "langName": "cesto", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "bucket", + "langName": "balde", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "pail", + "langName": "balde", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "water_bottle", + "langName": "garrafa de água", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "lotion", + "langName": "protetor solar | loção corporal", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "lotion_bottle", + "langName": "frasco de loção", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "key", + "langName": "chave", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "coin", + "langName": "moeda", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "money", + "langName": "dinheiro", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "trading_card", + "langName": "cartões comerciais", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "playing_card", + "langName": "cartas de jogar", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "chess_piece", + "langName": "peça", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "ofuda", + "langName": "talismã", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "wand", + "langName": "varinha mágica", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "magic", + "langName": "mágico", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "riding_crop", + "langName": "chicote", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "whip", + "langName": "chicote", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "microphone", + "langName": "microfone", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "sack", + "langName": "saco", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "scales", + "langName": "balanças", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "trophy", + "langName": "troféu", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "molecule", + "langName": "molecular", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "diamond_(shape)", + "langName": "diamante(forma)", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "chibi_inset", + "langName": "ilustração chibi", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "damaged", + "langName": "danos", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "gourd", + "langName": "cabaça", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "mimikaki", + "langName": "palheta de orelha", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "hammer", + "langName": "martelo", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "inlet", + "langName": "Entrada", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "stubble", + "langName": "restolho", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "Cassette", + "langName": "cassete de fita", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "Lever", + "langName": "alavanca, alavanca", + "object": "Coisa", + "attribute": "Outros artigos" + }, + { + "displayName": "weapon", + "langName": "armas", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "huge_weapon", + "langName": "armas de grande porte", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "planted_weapon", + "langName": "Armas inseridas no solo", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "broken_weapon", + "langName": "arma partida", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "weapon_on_back", + "langName": "armas no verso", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "weapon_over_shoulder", + "langName": "arma de ombro", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "sword", + "langName": "faca", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "planted_sword", + "langName": "Espada de pé", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "scabbard", + "langName": "bainha", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "katana", + "langName": "Katana", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "saber_(weapon)", + "langName": "sabre (arma)", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "dagger", + "langName": "punhal", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "axe", + "langName": "machado", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "hatchet", + "langName": "machadinha", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "stake", + "langName": "pau", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "lance", + "langName": "lança", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "trident", + "langName": "tridente", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "bow_(weapon)", + "langName": "arco", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "arrow", + "langName": "seta", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "scythe", + "langName": "foice", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "claw_(weapon)", + "langName": "garra (arma)", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "nose_hatchet", + "langName": "machadinha", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "gun", + "langName": "arma", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "handgun", + "langName": "pistola", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "thompson_submachine_gun", + "langName": "submetralhadora thompson", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "magazine_(weapon)", + "langName": "carregador (arma)", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "dynamite", + "langName": "dinamite de glicerina", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "bomb", + "langName": "bomba", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "track missiles", + "langName": "rastreio de mísseis", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "cannon", + "langName": "canhão", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "tank", + "langName": "tanque", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "military_vehicle", + "langName": "veículos militares", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "motorcycle", + "langName": "motociclo", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "car", + "langName": "automóvel", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "watercraft", + "langName": "navio", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "ship", + "langName": "navio", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "machine", + "langName": "mecânico", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "machinery", + "langName": "Braços mecânicos", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "mechanical_arms", + "langName": "Braço robótico", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "mechanization", + "langName": "Mecanização", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "robot_joints", + "langName": "junta mecânica", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "variable_fighter", + "langName": "Máquina Macross", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "sorcerer's_sutra_scroll", + "langName": "Sutra do Diabo", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "scissors", + "langName": "Tesoura", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "rifle,", + "langName": "espingarda", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "complex Trajectory", + "langName": "Seguimento do trilho", + "object": "Coisa", + "attribute": "Braços" + }, + { + "displayName": "food", + "langName": "alimentos", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "makizushi", + "langName": "Sushi em rolo Nori", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "onigiri", + "langName": "bolinhos de arroz", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "obento", + "langName": "conveniente", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "ramen", + "langName": "Macarrão puxado à mão", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "noodles", + "langName": "Macarrão", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "tempura", + "langName": "Tempura", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "wagashi", + "langName": "Confeitaria japonesa", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "dango", + "langName": "bolinhos de massa", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "taiyaki", + "langName": "Taiyaki", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "sweet_potato", + "langName": "batata-doce", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "cake", + "langName": "bolo", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "pancake", + "langName": "queques", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "sweets", + "langName": "doces", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "candy", + "langName": "doces", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "candy_apple", + "langName": "maçã doce", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "candy_cane", + "langName": "Chupa-chupa", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "cookie", + "langName": "biscoito", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "cream", + "langName": "creme", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "ice_cream", + "langName": "gelado", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "doughnut", + "langName": "Donut", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "pasties", + "langName": "tarte", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "sundae", + "langName": "sundae", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "burger", + "langName": "Hambúrguer", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "egg", + "langName": "ovo", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "meat", + "langName": "Carne", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "fruit", + "langName": "fruta", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "apple", + "langName": "maçã", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "peach", + "langName": "pêssego", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "aubergine", + "langName": "beringela", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "carrot", + "langName": "cenoura", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "chips", + "langName": "batatas fritas", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "potato_chips", + "langName": "batatas fritas", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "telstar", + "langName": "Futebol Telstar", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "jam", + "langName": "compota", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "pocky", + "langName": "Pocky", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "food_stand", + "langName": "banca de comida", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "food_in_mouth", + "langName": "comida na boca", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "food_on_body", + "langName": "alimentos no corpo", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "food_print", + "langName": "impressão de alimentos", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "in_food", + "langName": "(carácter) nos alimentos", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "coffee", + "langName": "café", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "tea", + "langName": "Chá", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "teacup", + "langName": "chávena", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "sake", + "langName": "Saquê japonês", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "wine", + "langName": "vinho", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "drink", + "langName": "bebidas", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "bottled_water", + "langName": "água engarrafada", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "A_sushi_roll", + "langName": "rolo de sushi", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "cigarette", + "langName": "cigarro", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "cotton_candy_", + "langName": "Marshmallow", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "Gelatin", + "langName": "Gelatina, pudim", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "kafuu_chino", + "langName": "Cavuccino", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "food_on_", + "langName": "comida no rosto", + "object": "Coisa", + "attribute": "Alimentação" + }, + { + "displayName": "mammal", + "langName": "mamífero", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "reptile", + "langName": "réptil", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "bird", + "langName": "ave", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "crow", + "langName": "corvo", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "penguin", + "langName": "pinguim", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "chick", + "langName": "pinto", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "dragonfly", + "langName": "libélula", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "whale", + "langName": "baleia", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "cat", + "langName": "gato", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "dog", + "langName": "cão", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "fox", + "langName": "raposa", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "bunny", + "langName": "coelho", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "snow_bunny", + "langName": "lebre com raquete de neve", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "wolf", + "langName": "Lobo", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "horse", + "langName": "cavalo", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "cow", + "langName": "boi", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "tiger", + "langName": "tigre", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "bear", + "langName": "Urso", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "panda", + "langName": "panda", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "teddy_bear", + "langName": "ursinho de peluche", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "hamster", + "langName": "hamster", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "squirrel", + "langName": "esquilo", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "snake", + "langName": "serpente", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "dragon", + "langName": "dragão", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "eastern_dragon", + "langName": "Dragão oriental", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "loong", + "langName": "Dragão chinês", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "slime", + "langName": "Lodo", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "bat", + "langName": "taco", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "shell", + "langName": "concha", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "cat_teaser", + "langName": "gato engraçado", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "dog_tags", + "langName": "etiquetas para cães", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "wriggle_nightbug", + "langName": "verme noturno rastejante", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "manjuu_(azur_lane)", + "langName": "Muito chilreio", + "object": "Coisa", + "attribute": "Animal" + }, + { + "displayName": "plant", + "langName": "fábrica", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "flower", + "langName": "flor", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "flower_bloom", + "langName": "flores desabrocham", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "bouquet", + "langName": "ramalhete", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "vase", + "langName": "vaso", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "orchid", + "langName": "orquídea", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "lily", + "langName": "lírio", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "rose", + "langName": "Rosa", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "spider_lily", + "langName": "Flor da outra margem", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "hibiscus", + "langName": "flor de hibisco", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "hydrangea", + "langName": "hortênsias", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "cherry_blossoms", + "langName": "Flores de cerejeira", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "plum_blossom", + "langName": "bossom de ameixa", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "wisteria", + "langName": "glicínias", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "lotus", + "langName": "lótus", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "narcissu", + "langName": "Narciso", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "chrysanthemum", + "langName": "crisântemo", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "entangled_plants", + "langName": "plantas emaranhadas", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "tree", + "langName": "Árvore", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "pine_tree", + "langName": "pinheiro", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "palm_tree", + "langName": "palmeira", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "maple_tree", + "langName": "bordo", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "branch", + "langName": "ramos", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "maple_leaf", + "langName": "folha de ácer", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "christmas_tree", + "langName": "Árvore de Natal", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "pumpkin", + "langName": "abóbora", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "jack-o'-lantern", + "langName": "lanterna de abóbora", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "spring_onion", + "langName": "cebolas verdes", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "bamboo", + "langName": "bambu", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "bush", + "langName": "arbusto", + "object": "Coisa", + "attribute": "Planta" + }, + { + "displayName": "Sunlight", + "langName": "Luz solar", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "Natural Lighting", + "langName": "iluminação natural", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "Artificial Lighting", + "langName": "iluminação artificial", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "Studio Lighting", + "langName": "iluminação de estúdio", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "Volumetric Lighting", + "langName": "Luz volumétrica", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "volumetric Light", + "langName": "Luz volumétrica", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "Volumetric", + "langName": "Volumétrico", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "Frontlight", + "langName": "luz superior", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "Halfrear Lighting", + "langName": "Meia retroiluminação lateral", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "Backlight", + "langName": "retroiluminação", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "Rim Lighting", + "langName": "luz de aro", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "Floodlight", + "langName": "projetor", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "LED light", + "langName": "Luz LED", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "Spotlight", + "langName": "destaque", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "Marquee", + "langName": "tenda", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "Strobe", + "langName": "flash", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "Strobe Light", + "langName": "luzes intermitentes", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "Stroboscope", + "langName": "luz estroboscópica", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "bright", + "langName": "brilhante", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "Ultrabright", + "langName": "super brilhante", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "Electromagnetic Spectrum", + "langName": "espetro eletromagnético", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "Infrared", + "langName": "infravermelhos", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "Ultraviolet", + "langName": "Raios UV", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "UV", + "langName": "UV", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "X-Ray", + "langName": "Radiografia", + "object": "Efeitos de luz e sombra", + "attribute": "Fonte de luz" + }, + { + "displayName": "Cinematic Lighting", + "langName": "Iluminação cinematográfica", + "object": "Efeitos de luz e sombra", + "attribute": "Efeitos de iluminação" + }, + { + "displayName": "moody lighting", + "langName": "Iluminação ambiente", + "object": "Efeitos de luz e sombra", + "attribute": "Efeitos de iluminação" + }, + { + "displayName": "Tyndall effect", + "langName": "Efeito Tyndall", + "object": "Efeitos de luz e sombra", + "attribute": "Efeitos de iluminação" + }, + { + "displayName": "light leaks", + "langName": "efeito de fuga de luz", + "object": "Efeitos de luz e sombra", + "attribute": "Efeitos de iluminação" + }, + { + "displayName": "glowing neon lights", + "langName": "luzes de néon", + "object": "Efeitos de luz e sombra", + "attribute": "Efeitos de iluminação" + }, + { + "displayName": "Rays of Shimmering Light", + "langName": "luz intermitente", + "object": "Efeitos de luz e sombra", + "attribute": "Efeitos de iluminação" + }, + { + "displayName": "Crepuscular Rays", + "langName": "luz fraca", + "object": "Efeitos de luz e sombra", + "attribute": "Efeitos de iluminação" + }, + { + "displayName": "Crackle Tube", + "langName": "tubo de faísca", + "object": "Efeitos de luz e sombra", + "attribute": "Efeitos de iluminação" + }, + { + "displayName": "Tesla Coil", + "langName": "Bobina de Tesla", + "object": "Efeitos de luz e sombra", + "attribute": "Efeitos de iluminação" + }, + { + "displayName": "Plasma Globe", + "langName": "bola de plasma", + "object": "Efeitos de luz e sombra", + "attribute": "Efeitos de iluminação" + }, + { + "displayName": "Glow Stick", + "langName": "bastão luminoso", + "object": "Efeitos de luz e sombra", + "attribute": "Efeitos de iluminação" + }, + { + "displayName": "Neon Lamp", + "langName": "luzes de néon", + "object": "Efeitos de luz e sombra", + "attribute": "Efeitos de iluminação" + }, + { + "displayName": "lens flare", + "langName": "Reflexo da lente (retroiluminação)", + "object": "Efeitos de luz e sombra", + "attribute": "Efeitos de iluminação" + }, + { + "displayName": "Contre-Jour", + "langName": "Contra o dia", + "object": "Efeitos de luz e sombra", + "attribute": "Efeitos de iluminação" + }, + { + "displayName": "Rembrandt Lighting", + "langName": "Iluminação Rembrandt", + "object": "Efeitos de luz e sombra", + "attribute": "Efeitos de iluminação" + }, + { + "displayName": "Split Lighting", + "langName": "Iluminação dividida", + "object": "Efeitos de luz e sombra", + "attribute": "Efeitos de iluminação" + }, + { + "displayName": "Beautiful Lighting", + "langName": "luzes bonitas", + "object": "Efeitos de luz e sombra", + "attribute": "Efeitos de iluminação" + }, + { + "displayName": "Accent Lighting", + "langName": "Iluminação de realce", + "object": "Efeitos de luz e sombra", + "attribute": "Efeitos de iluminação" + }, + { + "displayName": "Global Illumination", + "langName": "iluminação global", + "object": "Efeitos de luz e sombra", + "attribute": "Efeitos de iluminação" + }, + { + "displayName": "Lumen Global Illumination", + "langName": "Lumen de iluminação global", + "object": "Efeitos de luz e sombra", + "attribute": "Efeitos de iluminação" + }, + { + "displayName": "Screen Space Global Illumination", + "langName": "iluminação global do espaço do ecrã", + "object": "Efeitos de luz e sombra", + "attribute": "Efeitos de iluminação" + }, + { + "displayName": "Ray Tracing Global Illumination", + "langName": "Iluminação global por traçado de raios", + "object": "Efeitos de luz e sombra", + "attribute": "Efeitos de iluminação" + }, + { + "displayName": "Incandescent", + "langName": "lâmpada incandescente", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Fluorescent", + "langName": "Fluorescente", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Fluorescent Lamp", + "langName": "tubo fluorescente", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Halogen", + "langName": "halogéneo", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Halogen Lamp", + "langName": "Lâmpada de halogéneo", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Xenon Lamp", + "langName": "lâmpada de xénon", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Krypton Lamp", + "langName": "lâmpada de gás crípton", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Argon Lamp", + "langName": "Lâmpada de árgon", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Helium Lamp", + "langName": "Lâmpada de hélio", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Edison Bulb", + "langName": "Lâmpada de Edison", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Vacuum Tube Lamp", + "langName": "Lâmpada de tubo de vácuo", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Nixie Tube", + "langName": "Tubo Nixie", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Carbide Lamp", + "langName": "lâmpada de carboneto de cálcio", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Argand Lamp", + "langName": "Candeeiro de argão", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Diya Lamp", + "langName": "lâmpada de manteiga", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Lantern", + "langName": "lanterna", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Schwarz Lantern", + "langName": "Lanterna preta", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Nightlight", + "langName": "luz nocturna", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Christmas Lights", + "langName": "Luzes de Natal", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Optical Fiber", + "langName": "fibra ótica", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Electroluminescent Wire", + "langName": "Fio luminoso", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Laser", + "langName": "laser", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Flare", + "langName": "foguetório", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "rim light", + "langName": "luz de aro", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "metallic luster", + "langName": "brilho metálico", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "background light", + "langName": "luz de fundo", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "available light", + "langName": "luz natural", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Electric Arc", + "langName": "arco", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Soft Lighting", + "langName": "luz suave", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "Hard Lighting", + "langName": "brilho", + "object": "Efeitos de luz e sombra", + "attribute": "Luz" + }, + { + "displayName": "CRT", + "langName": "tubo de raios catódicos", + "object": "Efeitos de luz e sombra", + "attribute": "Tecnologia de ecrã" + }, + { + "displayName": "LCD", + "langName": "Ecrã LCD", + "object": "Efeitos de luz e sombra", + "attribute": "Tecnologia de ecrã" + }, + { + "displayName": "LED", + "langName": "Ecrã LED", + "object": "Efeitos de luz e sombra", + "attribute": "Tecnologia de ecrã" + }, + { + "displayName": "OLED", + "langName": "Ecrã OLED", + "object": "Efeitos de luz e sombra", + "attribute": "Tecnologia de ecrã" + }, + { + "displayName": "AMOLED", + "langName": "Ecrã AMOLED", + "object": "Efeitos de luz e sombra", + "attribute": "Tecnologia de ecrã" + }, + { + "displayName": "7 Segment Display", + "langName": "ecrã de sete segmentos", + "object": "Efeitos de luz e sombra", + "attribute": "Tecnologia de ecrã" + }, + { + "displayName": "Dot Matrix Display", + "langName": "ecrã de matriz de pontos", + "object": "Efeitos de luz e sombra", + "attribute": "Tecnologia de ecrã" + }, + { + "displayName": "Electroluminescent Display", + "langName": "ecrã eletroluminescente", + "object": "Efeitos de luz e sombra", + "attribute": "Tecnologia de ecrã" + }, + { + "displayName": "Vacuum Fluorescent Display", + "langName": "ecrã fluorescente de vácuo", + "object": "Efeitos de luz e sombra", + "attribute": "Tecnologia de ecrã" + }, + { + "displayName": "Phosphor Display", + "langName": "ecrã fluorescente", + "object": "Efeitos de luz e sombra", + "attribute": "Tecnologia de ecrã" + }, + { + "displayName": "Plasma Display", + "langName": "ecrã de plasma", + "object": "Efeitos de luz e sombra", + "attribute": "Tecnologia de ecrã" + }, + { + "displayName": "Quantum Dot", + "langName": "pontos quânticos", + "object": "Efeitos de luz e sombra", + "attribute": "Tecnologia de ecrã" + }, + { + "displayName": "Quantum Dot Display", + "langName": "Ecrã de pontos quânticos", + "object": "Efeitos de luz e sombra", + "attribute": "Tecnologia de ecrã" + }, + { + "displayName": "Optics", + "langName": "Ótica", + "object": "Efeitos de luz e sombra", + "attribute": "Tecnologia de ecrã" + }, + { + "displayName": "Rough", + "langName": "áspero", + "object": "Efeitos de luz e sombra", + "attribute": "Reflexão/Refração" + }, + { + "displayName": "Matte", + "langName": "mate", + "object": "Efeitos de luz e sombra", + "attribute": "Reflexão/Refração" + }, + { + "displayName": "Glossy", + "langName": "brilho", + "object": "Efeitos de luz e sombra", + "attribute": "Reflexão/Refração" + }, + { + "displayName": "smooth", + "langName": "suave", + "object": "Efeitos de luz e sombra", + "attribute": "Reflexão/Refração" + }, + { + "displayName": "Shiny", + "langName": "brilhante", + "object": "Efeitos de luz e sombra", + "attribute": "Reflexão/Refração" + }, + { + "displayName": "Reflective", + "langName": "Refletor", + "object": "Efeitos de luz e sombra", + "attribute": "Reflexão/Refração" + }, + { + "displayName": "Polished", + "langName": "polimento", + "object": "Efeitos de luz e sombra", + "attribute": "Reflexão/Refração" + }, + { + "displayName": "Shadows", + "langName": "sombra", + "object": "Efeitos de luz e sombra", + "attribute": "Reflexão/Refração" + }, + { + "displayName": "Shimmer", + "langName": "cintilação", + "object": "Efeitos de luz e sombra", + "attribute": "Reflexão/Refração" + }, + { + "displayName": "Shimmering", + "langName": "cintilante", + "object": "Efeitos de luz e sombra", + "attribute": "Reflexão/Refração" + }, + { + "displayName": "Caustics", + "langName": "Cáusticos", + "object": "Efeitos de luz e sombra", + "attribute": "Reflexão/Refração" + }, + { + "displayName": "Refractive", + "langName": "refração", + "object": "Efeitos de luz e sombra", + "attribute": "Reflexão/Refração" + }, + { + "displayName": "reflection light", + "langName": "reflexão da luz", + "object": "Efeitos de luz e sombra", + "attribute": "Reflexão/Refração" + }, + { + "displayName": "Ray Tracing Reflections", + "langName": "Reflexões com traçado de raios", + "object": "Efeitos de luz e sombra", + "attribute": "Reflexão/Refração" + }, + { + "displayName": "Lumen Reflections", + "langName": "Reflexão do lúmen", + "object": "Efeitos de luz e sombra", + "attribute": "Reflexão/Refração" + }, + { + "displayName": "Screen Space Reflections", + "langName": "reflexão sobre o espaço do ecrã", + "object": "Efeitos de luz e sombra", + "attribute": "Reflexão/Refração" + }, + { + "displayName": "ray tracing", + "langName": "Traçado de raios", + "object": "Efeitos de luz e sombra", + "attribute": "Reflexão/Refração" + }, + { + "displayName": "Ambient Occlusion", + "langName": "oclusão ambiente", + "object": "Efeitos de luz e sombra", + "attribute": "Reflexão/Refração" + }, + { + "displayName": "Scattering", + "langName": "dispersão", + "object": "Efeitos de luz e sombra", + "attribute": "Reflexão/Refração" + }, + { + "displayName": "Diffraction Grading", + "langName": "grelha de difração", + "object": "Efeitos de luz e sombra", + "attribute": "Reflexão/Refração" + }, + { + "displayName": "RGB Displacement", + "langName": "Deslocação RGB", + "object": "Efeitos de luz e sombra", + "attribute": "Reflexão/Refração" + }, + { + "displayName": "Glowing", + "langName": "brilho", + "object": "Efeitos de luz e sombra", + "attribute": "Brilho" + }, + { + "displayName": "Glow-In-The-Dark", + "langName": "luminoso", + "object": "Efeitos de luz e sombra", + "attribute": "Brilho" + }, + { + "displayName": "Bioluminescence", + "langName": "bioluminescência", + "object": "Efeitos de luz e sombra", + "attribute": "Brilho" + }, + { + "displayName": "Photoluminescence", + "langName": "Fotoluminescência", + "object": "Efeitos de luz e sombra", + "attribute": "Brilho" + }, + { + "displayName": "Chemiluminescence", + "langName": "quimiluminescência", + "object": "Efeitos de luz e sombra", + "attribute": "Brilho" + }, + { + "displayName": "Cathodoluminescence", + "langName": "catodoluminescência", + "object": "Efeitos de luz e sombra", + "attribute": "Brilho" + }, + { + "displayName": "Electroluminescence", + "langName": "eletroluminescência", + "object": "Efeitos de luz e sombra", + "attribute": "Brilho" + }, + { + "displayName": "Radioluminescence", + "langName": "Radioluminescência", + "object": "Efeitos de luz e sombra", + "attribute": "Brilho" + }, + { + "displayName": "Fluorescence", + "langName": "fluorescência", + "object": "Efeitos de luz e sombra", + "attribute": "Brilho" + }, + { + "displayName": "Phosphorescence", + "langName": "Fosforescência", + "object": "Efeitos de luz e sombra", + "attribute": "Brilho" + }, + { + "displayName": "Thermoluminescence", + "langName": "termoluminescência", + "object": "Efeitos de luz e sombra", + "attribute": "Brilho" + }, + { + "displayName": "Electrochemiluminescence", + "langName": "Electroquimioluminescência", + "object": "Efeitos de luz e sombra", + "attribute": "Brilho" + }, + { + "displayName": "Crystalloluminescence", + "langName": "brilho cristalino", + "object": "Efeitos de luz e sombra", + "attribute": "Brilho" + }, + { + "displayName": "Piezoluminescence", + "langName": "Luminescência piezoeléctrica", + "object": "Efeitos de luz e sombra", + "attribute": "Brilho" + }, + { + "displayName": "Triboluminescence", + "langName": "triboluminescência", + "object": "Efeitos de luz e sombra", + "attribute": "Brilho" + }, + { + "displayName": "Mechanoluminescence", + "langName": "Luminescência mecânica", + "object": "Efeitos de luz e sombra", + "attribute": "Brilho" + }, + { + "displayName": "Lyoluminescence", + "langName": "Fotoluminescência", + "object": "Efeitos de luz e sombra", + "attribute": "Brilho" + }, + { + "displayName": "Candoluminescence", + "langName": "luz de vela", + "object": "Efeitos de luz e sombra", + "attribute": "Brilho" + }, + { + "displayName": "Fractoluminescence", + "langName": "Brilho dos fragmentos", + "object": "Efeitos de luz e sombra", + "attribute": "Brilho" + }, + { + "displayName": "Sonoluminescence", + "langName": "Sonoluminescência", + "object": "Efeitos de luz e sombra", + "attribute": "Brilho" + }, + { + "displayName": "Translucidluminescence", + "langName": "brilho translúcido", + "object": "Efeitos de luz e sombra", + "attribute": "Brilho" + }, + { + "displayName": "Materiality", + "langName": "Materialidade", + "object": "Efeitos de luz e sombra", + "attribute": "Brilho" + }, + { + "displayName": "black", + "langName": "preto", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "darkgray", + "langName": "cinzento escuro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "gray", + "langName": "cinzento", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "lightslategray", + "langName": "cinzento ardósia brilhante", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "slategray", + "langName": "cor de pedra cinzenta", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "darkslategray", + "langName": "verde escuro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "lightgray", + "langName": "cinzento claro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "gainsboro", + "langName": "O cinzento de Geng", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "white", + "langName": "Branco", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "whitesmoke", + "langName": "cor de fumo branco", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "snow", + "langName": "branca de neve", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "ghostwhite", + "langName": "branco fantasma", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "floralwhite", + "langName": "flor branca", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "linen", + "langName": "cor do linho", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "antiquewhite", + "langName": "branco antigo", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "oldlace", + "langName": "presbiopia", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "ivory", + "langName": "marfim", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "seashell", + "langName": "branco concha", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "mintcream", + "langName": "creme de menta", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "honeydew", + "langName": "cor de mel", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "azure", + "langName": "azul", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "aliceblue", + "langName": "alice blue", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "lavender", + "langName": "cor de lavanda", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "lightsteelblue", + "langName": "azul aço claro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "slateblue", + "langName": "azul pedra", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "mediumslateblue", + "langName": "azul ardósia médio", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "lightblue", + "langName": "azul claro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "powderblue", + "langName": "azul-pó", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "skyblue", + "langName": "azul-celeste profundo", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "cornflowerblue", + "langName": "azul-centáurea", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "royalblue", + "langName": "azul royal", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "mediumblue", + "langName": "azul médio", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "blue", + "langName": "azul", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "darkblue", + "langName": "azul escuro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "navy", + "langName": "azul-marinho", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "midnightblue", + "langName": "azul escuro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "teal", + "langName": "azul cinzento escuro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "darkcyan", + "langName": "Azul-petróleo", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "cadetblue", + "langName": "ciano escuro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "mediumturquoise", + "langName": "turquesa escuro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "darkturquoise", + "langName": "verde-mar claro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "turquoise", + "langName": "turquesa médio", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "paleturquoise", + "langName": "ciano claro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "aquamarine", + "langName": "turquesa", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "lightcyan", + "langName": "azul", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "cyan", + "langName": "turquesa", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "dodgerblue", + "langName": "azul dodge", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "darkgreen", + "langName": "verde", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "green", + "langName": "verde floresta", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "forestgreen", + "langName": "verde-mar", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "seagreen", + "langName": "Zhonghai Green", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "mediumseagreen", + "langName": "cor esmeralda média", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "mediumaquamarine", + "langName": "verde-mar escuro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "darkseagreen", + "langName": "turquesa", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "lightseagreen", + "langName": "Azul militar", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "springgreen", + "langName": "verde de meados da primavera", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "mediumspringgreen", + "langName": "Verde relvado", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "lightgreen", + "langName": "relva verde", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "palegreen", + "langName": "verde claro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "lime", + "langName": "verde-limão", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "limegreen", + "langName": "castanho azeitona", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "lawngreen", + "langName": "Verde Chartreuse", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "chartreuse", + "langName": "Amarelo-verde", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "greenyellow", + "langName": "laranja lima", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "yellowgreen", + "langName": "verde-azeitona", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "darkolivegreen", + "langName": "cor de azeitona", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "olivedrab", + "langName": "castanho azeitona", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "olive", + "langName": "cor de azeitona", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "darkkhaki", + "langName": "caqui escuro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "khaki", + "langName": "Cáqui", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "palegoldenrod", + "langName": "pinho-de-ouro claro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "lightyellow", + "langName": "amarelo claro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "lightgoldenrodyellow", + "langName": "amarelo dourado brilhante", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "lemonchiffon", + "langName": "cor de seda limão", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "beige", + "langName": "bege", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "cornsilk", + "langName": "cor de milho", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "wheat", + "langName": "cor de trigo", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "burlywood", + "langName": "âmbar", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "gold", + "langName": "ouro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "yellow", + "langName": "amarelo", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "darkorange", + "langName": "laranja escuro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "orange", + "langName": "cor de laranja", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "sandybrown", + "langName": "castanho alaranjado", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "peachpuff", + "langName": "cor de carne de pêssego", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "papayawhip", + "langName": "cor de papaia", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "blanchedalmond", + "langName": "amêndoa branqueada", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "bisque", + "langName": "cor de biscoito", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "moccasin", + "langName": "cor do mocassim", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "navajowhite", + "langName": "Branco Navajo", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "peru", + "langName": "Cor peruana", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "darkgoldenrod", + "langName": "Paus dourados escuros", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "goldenrod", + "langName": "Crisântemo dourado", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "chocolate", + "langName": "cor de chocolate", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "saddlebrown", + "langName": "castanho sela", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "sienna", + "langName": "Amarelo ocre terroso", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "rosybrown", + "langName": "castanho rosado", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "darksalmon", + "langName": "Cor salmão escuro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "salmon", + "langName": "Cor de carne salmão", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "lightsalmon", + "langName": "Cor salmão brilhante", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "indianred", + "langName": "Vermelho indiano", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "firebrick", + "langName": "Cor do tijolo refratário", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "brown", + "langName": "castanho", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "maroon", + "langName": "castanho", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "darkred", + "langName": "vermelho escuro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "red", + "langName": "vermelho", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "orangered", + "langName": "vermelho alaranjado", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "tomato", + "langName": "vermelho tomate", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "crimson", + "langName": "rosa escuro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "coral", + "langName": "coral", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "lightpink", + "langName": "rosa claro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "pink", + "langName": "cor-de-rosa", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "hotpink", + "langName": "cor-de-rosa quente", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "deeppink", + "langName": "rosa escuro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "palevioletred", + "langName": "vermelho lilás", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "mediumvioletred", + "langName": "vermelho violeta médio", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "lavenderblush", + "langName": "lavanda", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "lightcoral", + "langName": "cor coral clara", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "plum", + "langName": "cor de ameixa", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "mediumorchid", + "langName": "orquídea média púrpura", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "violet", + "langName": "Púrpura", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "magenta", + "langName": "magenta", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "fuchsia", + "langName": "Vermelho púrpura", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "darkmagenta", + "langName": "magenta escuro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "purple", + "langName": "Púrpura", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "darkorchid", + "langName": "púrpura orquídea escura", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "darkviolet", + "langName": "violeta escuro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "blueviolet", + "langName": "azul púrpura", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "mediumpurple", + "langName": "roxo médio", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "indigo", + "langName": "índigo", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "light_brown", + "langName": "castanho claro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "dark_pink", + "langName": "rosa escuro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "blonde", + "langName": "amarelo dourado", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "silver", + "langName": "prata", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "mistyrose", + "langName": "rosa mosqueta", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "steelblue", + "langName": "azul aço", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "thistle", + "langName": "cor de cardo", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "darkslateblue", + "langName": "azul cinzento escuro", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "Iridescent", + "langName": "Mudança de cor", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "Chromatic", + "langName": "colorido", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "Dispersion", + "langName": "Dispersão (o fenómeno em que a luz de cores diferentes é separada)", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "Prismatic", + "langName": "efeito de prisma", + "object": "Atmosfera de cor", + "attribute": "Cor" + }, + { + "displayName": "yellow color scheme", + "langName": "Cor principal amarela", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Warm Color Palette", + "langName": "Cores quentes", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Cool Color Palette", + "langName": "cores frias", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Colorful", + "langName": "colorido", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Spectral Color", + "langName": "Cor espetral", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Inverted Colors", + "langName": "cor inversa", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Chroma", + "langName": "Croma", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Dichromatism", + "langName": "dicroísmo", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Tetrachromacy", + "langName": "Visão tetracromática", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Saturated", + "langName": "saturação", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Neon", + "langName": "néon", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Electric Colors", + "langName": "cor eletrónica", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Tonal Colors", + "langName": "cor de matiz", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Vivid Colors", + "langName": "cores vivas", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Complimentary-Colors", + "langName": "cores complementares", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Split-Complementary-Colors", + "langName": "dividir cores complementares", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Supplementary-Colors", + "langName": "cores complementares", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Analogous-Colors", + "langName": "Cores semelhantes", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Triadic-Colors", + "langName": "cores triádicas", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Tetradic-Colors", + "langName": "Quatro cores (correspondência de cores retangular)", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Polychromatic-Colors", + "langName": "multicolorido", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Light", + "langName": "brilhante", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Dark", + "langName": "escuro", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Light Mode", + "langName": "modo de luz", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Dark Mode", + "langName": "modo escuro", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Tones of Black", + "langName": "tom preto", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Tones of Black in Background", + "langName": "fundo tom preto", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Light Blue Background", + "langName": "fundo azul claro", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Light Blue Foreground", + "langName": "primeiro plano azul claro", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "Light Blue", + "langName": "azul claro", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "nostalgia", + "langName": "nostálgico", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "High saturation", + "langName": "Saturação elevada", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores" + }, + { + "displayName": "monochrome", + "langName": "monocromático", + "object": "Atmosfera de cor", + "attribute": "Paleta monocromática" + }, + { + "displayName": "Black and White", + "langName": "preto e branco", + "object": "Atmosfera de cor", + "attribute": "Paleta monocromática" + }, + { + "displayName": "Desaturated", + "langName": "Dessaturar", + "object": "Atmosfera de cor", + "attribute": "Paleta monocromática" + }, + { + "displayName": "Sepia", + "langName": "Tom sépia (imita o aspeto de fotografias antigas, dando um toque nostálgico ou retro)", + "object": "Atmosfera de cor", + "attribute": "Paleta monocromática" + }, + { + "displayName": "flat_color", + "langName": "cor plana", + "object": "Atmosfera de cor", + "attribute": "Paleta monocromática" + }, + { + "displayName": "spot_color", + "langName": "cor sólida", + "object": "Atmosfera de cor", + "attribute": "Paleta monocromática" + }, + { + "displayName": "halftone", + "langName": "meio-tom", + "object": "Atmosfera de cor", + "attribute": "Paleta monocromática" + }, + { + "displayName": "greyscale", + "langName": "Escala de cinzentos", + "object": "Atmosfera de cor", + "attribute": "Paleta monocromática" + }, + { + "displayName": "partially_colored", + "langName": "coloração parcial", + "object": "Atmosfera de cor", + "attribute": "Paleta monocromática" + }, + { + "displayName": "contour_deepening", + "langName": "O contorno aprofunda-se", + "object": "Atmosfera de cor", + "attribute": "Paleta monocromática" + }, + { + "displayName": "(lineart)", + "langName": "As linhas tornam-se mais espessas", + "object": "Atmosfera de cor", + "attribute": "Paleta monocromática" + }, + { + "displayName": "outline", + "langName": "Linha de contorno", + "object": "Atmosfera de cor", + "attribute": "Paleta monocromática" + }, + { + "displayName": "high_contrast", + "langName": "alto contraste", + "object": "Atmosfera de cor", + "attribute": "Contraste" + }, + { + "displayName": "low_contrast", + "langName": "baixo contraste", + "object": "Atmosfera de cor", + "attribute": "Contraste" + }, + { + "displayName": "RGB", + "langName": "vermelho verde azul", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores do monitor" + }, + { + "displayName": "CMYK", + "langName": "CMYK", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores do monitor" + }, + { + "displayName": "VGA", + "langName": "VGA", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores do monitor" + }, + { + "displayName": "EGA", + "langName": "AGA", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores do monitor" + }, + { + "displayName": "CGA", + "langName": "CGA", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores do monitor" + }, + { + "displayName": "HDR", + "langName": "HDR", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores do monitor" + }, + { + "displayName": "Atari Graphics", + "langName": "gráficos atari", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores do monitor" + }, + { + "displayName": "IIGS Graphics", + "langName": "Gráficos IIGS", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores do monitor" + }, + { + "displayName": "Amiga OCS Graphics", + "langName": "Gráficos Amiga OCS", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores do monitor" + }, + { + "displayName": "sRGB", + "langName": "sRGB", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores do monitor" + }, + { + "displayName": "Adobe RGB", + "langName": "Adobe RGB", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores do monitor" + }, + { + "displayName": "DCI-P3", + "langName": "DCI-P3", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores do monitor" + }, + { + "displayName": "HSV", + "langName": "Matiz, saturação, luminosidade", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores do monitor" + }, + { + "displayName": "HSL", + "langName": "Matiz, saturação, brilho", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores do monitor" + }, + { + "displayName": "HCL", + "langName": "Matiz, croma, iluminação", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores do monitor" + }, + { + "displayName": "YCbCr", + "langName": "ikB", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores do monitor" + }, + { + "displayName": "YPbPr", + "langName": "wxya", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores do monitor" + }, + { + "displayName": "scRGB", + "langName": "RGB monocromático", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores do monitor" + }, + { + "displayName": "Coloroid", + "langName": "Coroide", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores do monitor" + }, + { + "displayName": "Pantone", + "langName": "Pantone", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores do monitor" + }, + { + "displayName": "ProPhoto RGB", + "langName": "ProPhoto RGB", + "object": "Atmosfera de cor", + "attribute": "Paleta de cores do monitor" + }, + { + "displayName": "1-bit", + "langName": "1 lugar", + "object": "Atmosfera de cor", + "attribute": "Bit" + }, + { + "displayName": "2-bit", + "langName": "2 dígitos", + "object": "Atmosfera de cor", + "attribute": "Bit" + }, + { + "displayName": "3-bit", + "langName": "3 dígitos", + "object": "Atmosfera de cor", + "attribute": "Bit" + }, + { + "displayName": "4-bit", + "langName": "4 dígitos", + "object": "Atmosfera de cor", + "attribute": "Bit" + }, + { + "displayName": "6-bit", + "langName": "6 bits", + "object": "Atmosfera de cor", + "attribute": "Bit" + }, + { + "displayName": "8-bit", + "langName": "8 bits", + "object": "Atmosfera de cor", + "attribute": "Bit" + }, + { + "displayName": "12-bit", + "langName": "12 bits", + "object": "Atmosfera de cor", + "attribute": "Bit" + }, + { + "displayName": "16-bit", + "langName": "16 bits", + "object": "Atmosfera de cor", + "attribute": "Bit" + }, + { + "displayName": "4-bit RGB", + "langName": "RGB de 4 bits", + "object": "Atmosfera de cor", + "attribute": "Bit" + }, + { + "displayName": "8-bit RGB", + "langName": "RGB de 8 bits", + "object": "Atmosfera de cor", + "attribute": "Bit" + }, + { + "displayName": "12-bit RGB", + "langName": "RGB de 12 bits", + "object": "Atmosfera de cor", + "attribute": "Bit" + }, + { + "displayName": "16-bit RGB", + "langName": "RGB de 16 bits", + "object": "Atmosfera de cor", + "attribute": "Bit" + }, + { + "displayName": "Technicolor", + "langName": "cor técnica", + "object": "Atmosfera de cor", + "attribute": "Produção cinematográfica" + }, + { + "displayName": "Kinemacolor", + "langName": "cor da película", + "object": "Atmosfera de cor", + "attribute": "Produção cinematográfica" + }, + { + "displayName": "Kodachrome", + "langName": "Kodachrome", + "object": "Atmosfera de cor", + "attribute": "Produção cinematográfica" + }, + { + "displayName": "Cinecolor", + "langName": "cor do filme", + "object": "Atmosfera de cor", + "attribute": "Produção cinematográfica" + }, + { + "displayName": "Agfacolor", + "langName": "Cor Agfa", + "object": "Atmosfera de cor", + "attribute": "Produção cinematográfica" + }, + { + "displayName": "dynamic pose", + "langName": "Poses dinâmicas (energéticas)", + "object": "Fotografia", + "attribute": "Perspetiva" + }, + { + "displayName": "dynamic_angle", + "langName": "ângulo dinâmico", + "object": "Fotografia", + "attribute": "Perspetiva" + }, + { + "displayName": "from_above", + "langName": "Foto de cima", + "object": "Fotografia", + "attribute": "Perspetiva" + }, + { + "displayName": "from_below", + "langName": "Foto de baixo", + "object": "Fotografia", + "attribute": "Perspetiva" + }, + { + "displayName": "cinematic_angle", + "langName": "ângulo do filme", + "object": "Fotografia", + "attribute": "Perspetiva" + }, + { + "displayName": "dutch angle", + "langName": "ângulo de inclinação", + "object": "Fotografia", + "attribute": "Perspetiva" + }, + { + "displayName": "foreshortening", + "langName": "perspetiva", + "object": "Fotografia", + "attribute": "Perspetiva" + }, + { + "displayName": "fisheye", + "langName": "pintura em perspetiva distante", + "object": "Fotografia", + "attribute": "Perspetiva" + }, + { + "displayName": "camera level/Parallel angles", + "langName": "câmara paralela", + "object": "Fotografia", + "attribute": "Perspetiva" + }, + { + "displayName": "horizontal view angle", + "langName": "Ângulo de visão horizontal", + "object": "Fotografia", + "attribute": "Perspetiva" + }, + { + "displayName": "isometric view", + "langName": "Vista isométrica", + "object": "Fotografia", + "attribute": "Perspetiva" + }, + { + "displayName": "Aerial View", + "langName": "vista superior", + "object": "Fotografia", + "attribute": "Perspetiva" + }, + { + "displayName": "Top-View", + "langName": "vista superior", + "object": "Fotografia", + "attribute": "Perspetiva" + }, + { + "displayName": "Side-View", + "langName": "vista lateral", + "object": "Fotografia", + "attribute": "Perspetiva" + }, + { + "displayName": "Satellite-View", + "langName": "vista de satélite", + "object": "Fotografia", + "attribute": "Perspetiva" + }, + { + "displayName": "phone_screen", + "langName": "ecrã do telemóvel", + "object": "Fotografia", + "attribute": "Composição" + }, + { + "displayName": "multiple_views", + "langName": "Decomposição multiperspectiva", + "object": "Fotografia", + "attribute": "Composição" + }, + { + "displayName": "mirror selfie", + "langName": "Selfie com espelho", + "object": "Fotografia", + "attribute": "Composição" + }, + { + "displayName": "three-quarter view", + "langName": "Perspetiva 3/4", + "object": "Fotografia", + "attribute": "Composição" + }, + { + "displayName": "front_view", + "langName": "vista frontal", + "object": "Fotografia", + "attribute": "Composição" + }, + { + "displayName": "from_side", + "langName": "vista lateral", + "object": "Fotografia", + "attribute": "Composição" + }, + { + "displayName": "from_outside", + "langName": "Do exterior para o interior", + "object": "Fotografia", + "attribute": "Composição" + }, + { + "displayName": "from_back", + "langName": "vista traseira", + "object": "Fotografia", + "attribute": "Composição" + }, + { + "displayName": "from behind", + "langName": "vista traseira", + "object": "Fotografia", + "attribute": "Composição" + }, + { + "displayName": "Macro View", + "langName": "vista microscópica", + "object": "Fotografia", + "attribute": "Composição" + }, + { + "displayName": "Product-View", + "langName": "vista do produto", + "object": "Fotografia", + "attribute": "Composição" + }, + { + "displayName": "Closeup-View", + "langName": "Vista de perto", + "object": "Fotografia", + "attribute": "Composição" + }, + { + "displayName": "First-Person", + "langName": "primeira pessoa", + "object": "Fotografia", + "attribute": "Composição" + }, + { + "displayName": "First-Person view", + "langName": "perspetiva na primeira pessoa", + "object": "Fotografia", + "attribute": "Composição" + }, + { + "displayName": "Third-Person", + "langName": "terceira pessoa", + "object": "Fotografia", + "attribute": "Composição" + }, + { + "displayName": "Third-Person View", + "langName": "perspetiva da terceira pessoa", + "object": "Fotografia", + "attribute": "Composição" + }, + { + "displayName": "Perspective", + "langName": "vista em perspetiva", + "object": "Fotografia", + "attribute": "Composição" + }, + { + "displayName": "Field of View", + "langName": "campo de visão", + "object": "Fotografia", + "attribute": "Composição" + }, + { + "displayName": "Extreme Close-up", + "langName": "acima do queixo", + "object": "Fotografia", + "attribute": "Altura de visualização" + }, + { + "displayName": "Medium Close-up", + "langName": "acima do pescoço", + "object": "Fotografia", + "attribute": "Altura de visualização" + }, + { + "displayName": "Full Close-up", + "langName": "Acima da clavícula", + "object": "Fotografia", + "attribute": "Altura de visualização" + }, + { + "displayName": "Wide Close-up", + "langName": "acima do ombro", + "object": "Fotografia", + "attribute": "Altura de visualização" + }, + { + "displayName": "Close Shot", + "langName": "acima do peito", + "object": "Fotografia", + "attribute": "Altura de visualização" + }, + { + "displayName": "Medium Close Shot", + "langName": "acima do umbigo", + "object": "Fotografia", + "attribute": "Altura de visualização" + }, + { + "displayName": "Medium Shot", + "langName": "acima do umbigo", + "object": "Fotografia", + "attribute": "Altura de visualização" + }, + { + "displayName": "Medium Full Shot", + "langName": "acima do joelho", + "object": "Fotografia", + "attribute": "Altura de visualização" + }, + { + "displayName": "Full Shot", + "langName": "retrato de corpo inteiro", + "object": "Fotografia", + "attribute": "Altura de visualização" + }, + { + "displayName": "mid_shot", + "langName": "tiro médio", + "object": "Fotografia", + "attribute": "Altura de visualização" + }, + { + "displayName": "bust", + "langName": "busto", + "object": "Fotografia", + "attribute": "Altura de visualização" + }, + { + "displayName": "upper_body", + "langName": "parte superior do corpo", + "object": "Fotografia", + "attribute": "Altura de visualização" + }, + { + "displayName": "lower_body", + "langName": "parte inferior do corpo", + "object": "Fotografia", + "attribute": "Altura de visualização" + }, + { + "displayName": "cowboy_shot", + "langName": "Parte superior do corpo + parte superior da coxa (lente de ganga)", + "object": "Fotografia", + "attribute": "Altura de visualização" + }, + { + "displayName": "portrait", + "langName": "Retrato (rosto + ombros + ocasionalmente peito)", + "object": "Fotografia", + "attribute": "Altura de visualização" + }, + { + "displayName": "very close portrait", + "langName": "Retrato de perto (câmara mais próxima)", + "object": "Fotografia", + "attribute": "Altura de visualização" + }, + { + "displayName": "profile", + "langName": "Retrato de perfil (versão de perfil do retrato)", + "object": "Fotografia", + "attribute": "Altura de visualização" + }, + { + "displayName": "close-up", + "langName": "grande plano", + "object": "Fotografia", + "attribute": "Altura de visualização" + }, + { + "displayName": "focus on face", + "langName": "focar o rosto", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "full-body shot", + "langName": "fotografia de corpo inteiro", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "foreground focus", + "langName": "foco frontal", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "wide_shot", + "langName": "Lente panorâmica (lente grande angular)", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "macro_shot", + "langName": "lente macro", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "inset", + "langName": "Inserir filmagens ou imagens adicionais", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "cross-section", + "langName": "Vista em corte", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "male focus", + "langName": "Foco masculino (Foco feminino)", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "solo_focus", + "langName": "Centrar-se numa única personagem (adequado para cenas complexas)", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "xx_focus", + "langName": "foco em xx", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "face_focus", + "langName": "focar o rosto", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "eyes_focus", + "langName": "focar nos olhos", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "foot_focus", + "langName": "foco nos pés", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "hip_focus", + "langName": "Concentrar-se nas nádegas", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "ass_focus", + "langName": "foco no rabo", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "vehicle_focus", + "langName": "Foco no veículo (automóvel)", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "turn_one's_back", + "langName": "Voltar à câmara", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "between_legs", + "langName": "(ênfase) entre as pernas", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "between_breasts", + "langName": "peito (saliente)", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "between_fingers", + "langName": "(proeminência) entre os dedos", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "peeking", + "langName": "espreitar", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "peeking_out", + "langName": "espreitar (gesto)", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "peeping", + "langName": "Voyeur (ênfase na perspetiva)", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "midriff_peek", + "langName": "espreitar o umbigo", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "armpit_peek", + "langName": "espreitar as axilas", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "pussy_peek", + "langName": "Puxi peek", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "panty_peek", + "langName": "espreitar as cuecas", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "pantyshot", + "langName": "Roupa interior exposta", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "caught", + "langName": "Apanhados em ação", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "upskirt", + "langName": "Vista de cima da saia", + "object": "Fotografia", + "attribute": "Focagem da lente" + }, + { + "displayName": "Macro", + "langName": "Macro", + "object": "Fotografia", + "attribute": "Lentes/Efeitos ópticos" + }, + { + "displayName": "Telephoto", + "langName": "Telefoto", + "object": "Fotografia", + "attribute": "Lentes/Efeitos ópticos" + }, + { + "displayName": "Magnification", + "langName": "alargar", + "object": "Fotografia", + "attribute": "Lentes/Efeitos ópticos" + }, + { + "displayName": "Microscopic", + "langName": "microscópico", + "object": "Fotografia", + "attribute": "Lentes/Efeitos ópticos" + }, + { + "displayName": "Electron Microscope", + "langName": "microscópio eletrónico", + "object": "Fotografia", + "attribute": "Lentes/Efeitos ópticos" + }, + { + "displayName": "Super-Resolution Microscopy", + "langName": "microscopia de super-resolução", + "object": "Fotografia", + "attribute": "Lentes/Efeitos ópticos" + }, + { + "displayName": "Wide Angle", + "langName": "grande angular", + "object": "Fotografia", + "attribute": "Lentes/Efeitos ópticos" + }, + { + "displayName": "Ultra-Wide Angle", + "langName": "super grande angular", + "object": "Fotografia", + "attribute": "Lentes/Efeitos ópticos" + }, + { + "displayName": "panorama", + "langName": "panorâmica", + "object": "Fotografia", + "attribute": "Lentes/Efeitos ópticos" + }, + { + "displayName": "360 Panorama", + "langName": "Panorama 360", + "object": "Fotografia", + "attribute": "Lentes/Efeitos ópticos" + }, + { + "displayName": "360 Angle", + "langName": "Vista de 360 graus", + "object": "Fotografia", + "attribute": "Lentes/Efeitos ópticos" + }, + { + "displayName": "Fisheye Lens", + "langName": "lente olho-de-peixe", + "object": "Fotografia", + "attribute": "Lentes/Efeitos ópticos" + }, + { + "displayName": "Fisheye Lens Effect", + "langName": "efeito de lente olho de peixe", + "object": "Fotografia", + "attribute": "Lentes/Efeitos ópticos" + }, + { + "displayName": "Miniature Faking", + "langName": "Efeito de modelo em miniatura", + "object": "Fotografia", + "attribute": "Lentes/Efeitos ópticos" + }, + { + "displayName": "Brenizer Method", + "langName": "tiro em espiral", + "object": "Fotografia", + "attribute": "Lentes/Efeitos ópticos" + }, + { + "displayName": "Panini Projection", + "langName": "Projeção Panini", + "object": "Fotografia", + "attribute": "Lentes/Efeitos ópticos" + }, + { + "displayName": "Orthographic", + "langName": "projeção ortográfica", + "object": "Fotografia", + "attribute": "Lentes/Efeitos ópticos" + }, + { + "displayName": "Isometric", + "langName": "Projeção isométrica", + "object": "Fotografia", + "attribute": "Lentes/Efeitos ópticos" + }, + { + "displayName": "DOF", + "langName": "profundidade de campo", + "object": "Fotografia", + "attribute": "Lentes/Efeitos ópticos" + }, + { + "displayName": "landscape", + "langName": "Fotografia de paisagem (fotografia longa)", + "object": "Fotografia", + "attribute": "Lentes/Efeitos ópticos" + }, + { + "displayName": "Sharp Focus", + "langName": "focagem nítida", + "object": "Fotografia", + "attribute": "Lentes/Efeitos ópticos" + }, + { + "displayName": "Zoom", + "langName": "zoom", + "object": "Fotografia", + "attribute": "Lentes/Efeitos ópticos" + }, + { + "displayName": "Dolly Zoom", + "langName": "zoom dolly", + "object": "Fotografia", + "attribute": "Lentes/Efeitos ópticos" + }, + { + "displayName": "Portrait Photogram", + "langName": "retrato", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Photorealistic", + "langName": "Fotorrealismo", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Cinematic", + "langName": "Sensação cinematográfica", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Color Grading", + "langName": "gradação de cor", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Dramatic", + "langName": "dramático", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Editorial Photography", + "langName": "fotografia editorial", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "filmic", + "langName": "Qualidade cinematográfica", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "film still", + "langName": "imagens fixas em película", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "film grain", + "langName": "grão de película", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Glamor Shot", + "langName": "fotografias encantadoras", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Golden Hour", + "langName": "horário nobre", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "High-Speed Photograph", + "langName": "fotografia de alta velocidade", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Intentional camera movement", + "langName": "movimento de câmara intencional", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Paparazzi Photography", + "langName": "fotografia de paparazzi", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Photography", + "langName": "fotografia", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Photoshoot", + "langName": "sessão fotográfica", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "photo", + "langName": "fotografia", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "polaroid", + "langName": "Fotografias (Polaroid)", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "poster,caustics", + "langName": "Cartaz/Tema em foco", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Kaleidoscope Photography", + "langName": "fotografia caleidoscópio", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Photojournalism", + "langName": "fotojornalismo", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Time-Lapse", + "langName": "Fotografia com lapso de tempo", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Satellite Imagery", + "langName": "imagens de satélite", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "War Photography", + "langName": "fotografia de guerra", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Wildlife Photography", + "langName": "fotografia da vida selvagem", + "object": "Fotografia", + "attribute": "Estilo fotográfico" + }, + { + "displayName": "Blurry", + "langName": "Vago", + "object": "Fotografia", + "attribute": "Desfoque/distorção" + }, + { + "displayName": "Blur Effect", + "langName": "Efeito de desfocagem", + "object": "Fotografia", + "attribute": "Desfoque/distorção" + }, + { + "displayName": "Tilt Blur", + "langName": "desfocagem de inclinação", + "object": "Fotografia", + "attribute": "Desfoque/distorção" + }, + { + "displayName": "Lens Distortion", + "langName": "distorção da lente", + "object": "Fotografia", + "attribute": "Desfoque/distorção" + }, + { + "displayName": "flash photography", + "langName": "Fotografia com flash", + "object": "Fotografia", + "attribute": "Definições da câmara" + }, + { + "displayName": "Exposure", + "langName": "exposição", + "object": "Fotografia", + "attribute": "Definições da câmara" + }, + { + "displayName": "Short Exposure", + "langName": "curta exposição", + "object": "Fotografia", + "attribute": "Definições da câmara" + }, + { + "displayName": "Long Exposure", + "langName": "longa exposição", + "object": "Fotografia", + "attribute": "Definições da câmara" + }, + { + "displayName": "Double-Exposure", + "langName": "dupla exposição", + "object": "Fotografia", + "attribute": "Definições da câmara" + }, + { + "displayName": "Shutter Speed 1/1000", + "langName": "Velocidade do obturador 1/1000", + "object": "Fotografia", + "attribute": "Definições da câmara" + }, + { + "displayName": "Shutter Speed 1/2", + "langName": "Velocidade do obturador 1/2", + "object": "Fotografia", + "attribute": "Definições da câmara" + }, + { + "displayName": "F/2.8", + "langName": "Abertura/2.8", + "object": "Fotografia", + "attribute": "Definições da câmara" + }, + { + "displayName": "F/22", + "langName": "F/22", + "object": "Fotografia", + "attribute": "Definições da câmara" + }, + { + "displayName": "Gamma", + "langName": "gama", + "object": "Fotografia", + "attribute": "Definições da câmara" + }, + { + "displayName": "White Balance", + "langName": "equilíbrio de brancos", + "object": "Fotografia", + "attribute": "Definições da câmara" + }, + { + "displayName": "Schlieren", + "langName": "interferência de ondas de luz", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Night Vision", + "langName": "Fotografia com pouca luz", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Hyperspectral Imaging", + "langName": "imagiologia hiperespectral", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Multispectral Imaging", + "langName": "imagiologia multiespectral", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Camcorder Effect", + "langName": "efeitos de câmara", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "DSLR", + "langName": "SLR", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "35mm", + "langName": "35mm", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Tri-X 400 TX", + "langName": "Tri-X 400TX", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Instax", + "langName": "Polaroid", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Ektachrome", + "langName": "Kodak Ektachrome", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Fujifilm Superia", + "langName": "Fujifilm", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Fujifilm XT3", + "langName": "Fujifilm XT3", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Polaroid SX-70", + "langName": "Polaroid", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Ilford HP5", + "langName": "Ilford HP5", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Kodak Ektar", + "langName": "Kodak Ektar", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Kodak Gold 200", + "langName": "Kodak Gold 200", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Kodak Portra", + "langName": "Kodak Portra", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Lomo", + "langName": "Lomo", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Nikon D750", + "langName": "Nikon D750", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Provia", + "langName": "Fuji Provia", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Shot on 70mm", + "langName": "Filmado em película de 70mm", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Velvia", + "langName": "Fuji Velvia", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Vintage", + "langName": "sessão fotográfica vintage", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Pinhole Photography", + "langName": "fotografia pinhole", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Photogram", + "langName": "fotografia", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Daguerrotype", + "langName": "Daguerreótipo", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Ambrotype", + "langName": "fotografia antiga", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Calotype", + "langName": "Fotofotografia", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Tintype", + "langName": "fotografia tintorial", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Dashcam-Footage", + "langName": "Vídeo do gravador de condução", + "object": "Fotografia", + "attribute": "Câmara" + }, + { + "displayName": "Unary", + "langName": "um yuan", + "object": "Fotografia", + "attribute": "Sistema digital" + }, + { + "displayName": "Binary", + "langName": "binário", + "object": "Fotografia", + "attribute": "Sistema digital" + }, + { + "displayName": "Ternary", + "langName": "ternário", + "object": "Fotografia", + "attribute": "Sistema digital" + }, + { + "displayName": "Quaternary", + "langName": "quaternário", + "object": "Fotografia", + "attribute": "Sistema digital" + }, + { + "displayName": "Quinary", + "langName": "quinário", + "object": "Fotografia", + "attribute": "Sistema digital" + }, + { + "displayName": "Senary", + "langName": "hexadecimal", + "object": "Fotografia", + "attribute": "Sistema digital" + }, + { + "displayName": "Septenary", + "langName": "Sete bases", + "object": "Fotografia", + "attribute": "Sistema digital" + }, + { + "displayName": "Octal", + "langName": "Octal", + "object": "Fotografia", + "attribute": "Sistema digital" + }, + { + "displayName": "Nonary", + "langName": "Nove bases", + "object": "Fotografia", + "attribute": "Sistema digital" + }, + { + "displayName": "Decimal", + "langName": "decimal", + "object": "Fotografia", + "attribute": "Sistema digital" + }, + { + "displayName": "Hexadecimal", + "langName": "hexadecimal", + "object": "Fotografia", + "attribute": "Sistema digital" + }, + { + "displayName": "depth of field", + "langName": "Profundidade de campo (coordenação de cenas humanas)", + "object": "Fotografia", + "attribute": "Efeito" + }, + { + "displayName": "motion_blur", + "langName": "desfocagem causada pelo movimento", + "object": "Fotografia", + "attribute": "Efeito" + }, + { + "displayName": "motion_lines", + "langName": "Linhas que incorporam o movimento", + "object": "Fotografia", + "attribute": "Efeito" + }, + { + "displayName": "speed_lines", + "langName": "linha de velocidade", + "object": "Fotografia", + "attribute": "Efeito" + }, + { + "displayName": "bokeh", + "langName": "Cáusticos (fundo desfocado)", + "object": "Fotografia", + "attribute": "Efeito" + }, + { + "displayName": "chromatic_aberration", + "langName": "Aberração cromática, cor fora de foco", + "object": "Fotografia", + "attribute": "Efeito" + }, + { + "displayName": "overexposure", + "langName": "sobreexposto", + "object": "Fotografia", + "attribute": "Efeito" + }, + { + "displayName": "Vignette", + "langName": "Vinheta", + "object": "Fotografia", + "attribute": "Efeito" + }, + { + "displayName": "Split Toning", + "langName": "Classificação por partes", + "object": "Fotografia", + "attribute": "Efeito" + }, + { + "displayName": "Rephotography", + "langName": "fotografia pesada", + "object": "Fotografia", + "attribute": "Efeito" + }, + { + "displayName": "miniature model film", + "langName": "filme de miniaturas", + "object": "Fotografia", + "attribute": "Efeito" + }, + { + "displayName": "Scanography", + "langName": "digitalização de fotografias", + "object": "Fotografia", + "attribute": "Efeito" + }, + { + "displayName": "Slit-Scan Photography", + "langName": "fotografia de varrimento em fenda", + "object": "Fotografia", + "attribute": "Efeito" + }, + { + "displayName": "photorealistic,realistic", + "langName": "realista, simulação", + "object": "Fotografia", + "attribute": "Efeito" + }, + { + "displayName": "realistic", + "langName": "Realista", + "object": "Fotografia", + "attribute": "Efeito" + }, + { + "displayName": "semi-realistic", + "langName": "semi-realista", + "object": "Fotografia", + "attribute": "Efeito" + }, + { + "displayName": "realistic shadows", + "langName": "sombra da realidade", + "object": "Fotografia", + "attribute": "Efeito" + }, + { + "displayName": "detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "pormenores da mão", + "object": "Fotografia", + "attribute": "Efeito" + }, + { + "displayName": "detailed feet and detailed 5 toes and detailed 5 toenails", + "langName": "pormenores dos pés", + "object": "Fotografia", + "attribute": "Efeito" + }, + { + "displayName": "Transparent", + "langName": "transparente", + "object": "Material", + "attribute": "Opacidade" + }, + { + "displayName": "Translucent", + "langName": "translúcido", + "object": "Material", + "attribute": "Opacidade" + }, + { + "displayName": "Opaque", + "langName": "opaco", + "object": "Material", + "attribute": "Opacidade" + }, + { + "displayName": "Bump Map", + "langName": "Mapa de colisões", + "object": "Material", + "attribute": "Mapa" + }, + { + "displayName": "Bump Mapped", + "langName": "Com mapa de relevo", + "object": "Material", + "attribute": "Mapa" + }, + { + "displayName": "Bump Mapping", + "langName": "Mapeamento de colisões", + "object": "Material", + "attribute": "Mapa" + }, + { + "displayName": "Normal Map", + "langName": "mapa normal", + "object": "Material", + "attribute": "Mapa" + }, + { + "displayName": "Depth Map", + "langName": "Mapa de profundidade", + "object": "Material", + "attribute": "Mapa" + }, + { + "displayName": "Soft Body", + "langName": "software", + "object": "Material", + "attribute": "Corpo mole" + }, + { + "displayName": "Squishy", + "langName": "fofo", + "object": "Material", + "attribute": "Corpo mole" + }, + { + "displayName": "Anisotropy", + "langName": "anisotropia", + "object": "Material", + "attribute": "Caraterística" + }, + { + "displayName": "Carbonated", + "langName": "Com gás", + "object": "Material", + "attribute": "Caraterística" + }, + { + "displayName": "Effervescent", + "langName": "espuma", + "object": "Material", + "attribute": "Caraterística" + }, + { + "displayName": "Icy", + "langName": "frio", + "object": "Material", + "attribute": "Caraterística" + }, + { + "displayName": "Charred", + "langName": "Carbonização", + "object": "Material", + "attribute": "Caraterística" + }, + { + "displayName": "Corrugated", + "langName": "enrugado", + "object": "Material", + "attribute": "Caraterística" + }, + { + "displayName": "Perforated", + "langName": "perfuração", + "object": "Material", + "attribute": "Caraterística" + }, + { + "displayName": "Wooden", + "langName": "de madeira", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Lumber", + "langName": "madeira", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Plywood", + "langName": "contraplacado", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Particle-Board", + "langName": "aglomerado de partículas", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Sawdust", + "langName": "serradura", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Cork", + "langName": "cortiça", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Cherry-Wood", + "langName": "madeira de cerejeira", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Maple-Wood", + "langName": "bordo", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Pine-Wood", + "langName": "pinhal", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Oak-Wood", + "langName": "carvalho", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Birch-Wood", + "langName": "bétula", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Acacia-Wood", + "langName": "Madeira de acácia", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Cedar-Wood", + "langName": "madeira de cedro", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Wood-Stain", + "langName": "corante para madeira", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Planks", + "langName": "conselho", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Wooden Planks", + "langName": "tábua de madeira", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Nailed-Wood", + "langName": "Madeira para pregos", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Wooden Fence", + "langName": "vedação de madeira", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Cardboard", + "langName": "cartão", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Corrugated Fiberboard", + "langName": "cartão canelado", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Paperboard", + "langName": "cartão", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Cardstock", + "langName": "encravamento de papel", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Paper", + "langName": "Papel", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Construction Paper", + "langName": "desenhos de construção", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Tissue Paper", + "langName": "papel higiénico", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Graph Paper", + "langName": "papel milimétrico", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Kraft Paper", + "langName": "Papel kraft", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Washi", + "langName": "Papel japonês", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Wasli", + "langName": "Papel Wasli", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Papyrus", + "langName": "Papiro", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Manuscript Paper", + "langName": "papel manuscrito", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Wrapping Paper", + "langName": "papel de embrulho", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Parchment", + "langName": "pergaminho", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Parchment Paper", + "langName": "papel para churrasco", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Medieval Parchment", + "langName": "pergaminho medieval", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Toilet Paper", + "langName": "papel higiénico", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Paper Towel", + "langName": "tecido", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Manila Paper", + "langName": "papel de manila", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Manila Folder", + "langName": "pasta de manila", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Envelope", + "langName": "envelope", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Security Paper", + "langName": "Papel anti-contrafação", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Rolling Paper", + "langName": "papel para cigarros", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Cotton Paper", + "langName": "tecido", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Hemp Fiber", + "langName": "fibra de cânhamo", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Hemp Paper", + "langName": "papel de cânhamo", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Cellulose", + "langName": "Celulose", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Plastic-Coated Paper", + "langName": "papel revestido a plástico", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Tar Paper", + "langName": "papel de alcatrão", + "object": "Material", + "attribute": "Madeira e papel" + }, + { + "displayName": "Soil", + "langName": "solo", + "object": "Material", + "attribute": "Solo" + }, + { + "displayName": "Dirt", + "langName": "pó", + "object": "Material", + "attribute": "Solo" + }, + { + "displayName": "Mud", + "langName": "lama", + "object": "Material", + "attribute": "Solo" + }, + { + "displayName": "Mud Brick", + "langName": "tijolo de barro", + "object": "Material", + "attribute": "Solo" + }, + { + "displayName": "Clay", + "langName": "argila", + "object": "Material", + "attribute": "Solo" + }, + { + "displayName": "Sand", + "langName": "areia", + "object": "Material", + "attribute": "Solo" + }, + { + "displayName": "Gravel", + "langName": "cascalho", + "object": "Material", + "attribute": "Solo" + }, + { + "displayName": "Silt", + "langName": "lodo", + "object": "Material", + "attribute": "Solo" + }, + { + "displayName": "Dust", + "langName": "pó", + "object": "Material", + "attribute": "Solo" + }, + { + "displayName": "Spodosol", + "langName": "solo de coníferas", + "object": "Material", + "attribute": "Solo" + }, + { + "displayName": "Podzol", + "langName": "solo de coníferas", + "object": "Material", + "attribute": "Solo" + }, + { + "displayName": "Sandpaper", + "langName": "lixa", + "object": "Material", + "attribute": "Solo" + }, + { + "displayName": "Stone", + "langName": "Pedra", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Cobblestone", + "langName": "paralelepípedo", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Pebbles", + "langName": "seixo", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Rock", + "langName": "rocha", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Rocky", + "langName": "rochoso", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Bedrock", + "langName": "rocha", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Flint", + "langName": "sílex", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Sandstone", + "langName": "arenito", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Basalt", + "langName": "basalto", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Marble", + "langName": "mármore", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Granite", + "langName": "granito", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Diorite", + "langName": "Diorite", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Andesite", + "langName": "andesito", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Gypsum", + "langName": "gesso", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Coal", + "langName": "carvão", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Sulfur", + "langName": "Enxofre", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Graphene", + "langName": "grafeno", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Carbon Nanotubes", + "langName": "nanotubos de carbono", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Carbon Fiber", + "langName": "fibra de carbono", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Concrete", + "langName": "concreto", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Sidewalk", + "langName": "calçada", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Asphalt", + "langName": "asfalto", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Hempcrete", + "langName": "betão de cânhamo", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Brick", + "langName": "tijolo", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Terracotta", + "langName": "barro vermelho", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Pottery", + "langName": "cerâmica", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Ceramic", + "langName": "produtos cerâmicos", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Enamel", + "langName": "esmalte", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Sheetrock", + "langName": "placa de gesso", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Plaster", + "langName": "estuque", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Asbestos", + "langName": "amianto", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Slag", + "langName": "escória", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Vermiculite", + "langName": "Vermiculite", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Perlite", + "langName": "perlite", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Borax", + "langName": "Bórax", + "object": "Material", + "attribute": "Pedras e minerais" + }, + { + "displayName": "Metallic", + "langName": "metálico", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Metal", + "langName": "Metal", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Liquid Metal", + "langName": "metal líquido", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Foil", + "langName": "folha", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Rusty", + "langName": "enferrujado", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Pewter", + "langName": "estanho", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Copper", + "langName": "cobre", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Tin", + "langName": "estanho", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Aluminum", + "langName": "alumínio", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Brushed Aluminum", + "langName": "alumínio escovado", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Bronze", + "langName": "bronze", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Brass", + "langName": "latão", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Iron", + "langName": "ferro", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Wrought Iron", + "langName": "ferro forjado", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Steel", + "langName": "aço", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Stainless Steel", + "langName": "Aço inoxidável", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Damascus Steel", + "langName": "aço damasco", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Titanium", + "langName": "titânio", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Anodized Titanium", + "langName": "titânio anodizado", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Damascus Titanium", + "langName": "titânio damasco", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Sterling Silver", + "langName": "Prata de primeira lei", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Sterling", + "langName": "Prata padrão", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Rose-Gold", + "langName": "ouro rosa", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Platinum", + "langName": "platina", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Chromium", + "langName": "crómio", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Chrome", + "langName": "cromado", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Mercury", + "langName": "mercúrio", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Mercury Metal", + "langName": "mercúrio metálico", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Molten Mercury", + "langName": "mercúrio fundido", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Molten Mercury Metal", + "langName": "metal de mercúrio fundido", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Gallium", + "langName": "gálio", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Magnesium", + "langName": "magnésio", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Zinc", + "langName": "zinco", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Lead", + "langName": "chumbo", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Tungsten", + "langName": "Tungsténio", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Zirconium", + "langName": "zircónio", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Cubic Zirconium", + "langName": "zircão cúbico", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Cobalt", + "langName": "cobalto", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Uranium", + "langName": "urânio", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Sodium", + "langName": "sódio", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Potassium", + "langName": "Potássio", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Constantan", + "langName": "Constantino", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Hepatizon", + "langName": "Cobre Hepa", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Nichrome", + "langName": "Nicromo", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Damascus", + "langName": "damasco", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Iron Filings", + "langName": "limalhas de ferro", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Copper-Sulfate", + "langName": "sulfato de cobre", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Solder", + "langName": "solda", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Metallic Fiber", + "langName": "fibra metálica", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Armature Wire", + "langName": "Arame blindado", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Metal Foam", + "langName": "espuma metálica", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Needle", + "langName": "Agulha", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Screw", + "langName": "parafuso", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Paper Clips", + "langName": "clipe de papel", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Chain-link", + "langName": "cadeia", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Chicken Wire", + "langName": "arame farpado", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Chain-link Fence", + "langName": "vedação de elos de corrente", + "object": "Material", + "attribute": "Metal" + }, + { + "displayName": "Glassy", + "langName": "Vítreo", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Stained Glass", + "langName": "vitrais", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Stained Glass Windows", + "langName": "vitrais", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Seaglass", + "langName": "vidro marinho", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Mirror", + "langName": "Espelho", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Fiberglass", + "langName": "fibra de vidro", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Glass Fiber", + "langName": "fibra de vidro", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Glass and Crystals", + "langName": "vidro e cristal", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Crystalline", + "langName": "cristal", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Diamond", + "langName": "diamante", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Amethyst", + "langName": "ametista", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Quartz", + "langName": "quartzo", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Smoky Quartz", + "langName": "quartzo fumado", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Rose Quartz", + "langName": "quartzo rosa", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Milky Quartz", + "langName": "Quartzo opalescente", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Rutilated Quartz", + "langName": "quartzo de cristal de titânio", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Sceptred Quartz", + "langName": "quartzo nodular", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Herkimer Diamond", + "langName": "Diamante Herkimer", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Ruby", + "langName": "rubi", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Sapphire", + "langName": "safira", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Emerald", + "langName": "esmeralda", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Pearl", + "langName": "pérola", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Citrine", + "langName": "citrino", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Fluorite", + "langName": "fluorite", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Onyx", + "langName": "ágata", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Lapis Lazuli", + "langName": "lápis-lazúli", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Obsidian", + "langName": "obsidiana", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Selenite", + "langName": "Gesso transparente", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Jasper", + "langName": "cornalina", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Opal", + "langName": "opala", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Opalite", + "langName": "opala ágata", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Topaz", + "langName": "topázio", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Agate", + "langName": "ágata", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Carnelian", + "langName": "ágata vermelha", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Ametrine", + "langName": "Ametrina", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Aventurine", + "langName": "turmalina verde", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Borax Crystals", + "langName": "Cristais de bórax", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Colloidal Crystal", + "langName": "cristais coloidais", + "object": "Material", + "attribute": "Vidro e cristal" + }, + { + "displayName": "Cloth", + "langName": "tecido", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Cotton", + "langName": "algodão", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Polyester", + "langName": "fibra de poliéster", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Twine", + "langName": "Cordel", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Silk", + "langName": "seda", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Denim", + "langName": "ganga", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Leather", + "langName": "couro", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Felt", + "langName": "Feltro", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Felt Cloth", + "langName": "tecido de feltro", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Cashmere", + "langName": "Caxemira", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Velvet", + "langName": "veludo", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Corduroy", + "langName": "veludo cotelê", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Nylon", + "langName": "nylon", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Polyamide", + "langName": "poliamida", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Kevlar", + "langName": "Aramida", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Spandex", + "langName": "spandex", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Rayon", + "langName": "Rayon", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Microfiber", + "langName": "microfibra", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Fibers", + "langName": "fibra", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Lyocell", + "langName": "Lyocell", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Cordura", + "langName": "Kaudura", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Lurex", + "langName": "purl", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Nomex", + "langName": "Nomex", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Quilt", + "langName": "Colcha", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Memory Foam", + "langName": "espuma viscoelástica", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Lint", + "langName": "fiapos", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Blanket", + "langName": "cobertor", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Pin Cushion", + "langName": "almofada de alfinetes", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Yarn", + "langName": "fio", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Knitted", + "langName": "tricotado", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Rug", + "langName": "tapete de área", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Crochet", + "langName": "Croché", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Cross Stich", + "langName": "ponto de cruz", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Needle Point", + "langName": "tricotar", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Patch", + "langName": "remendo", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Sewen", + "langName": "costura", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Applique", + "langName": "apliques", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Macrame", + "langName": "renda", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Weave", + "langName": "trança", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Net", + "langName": "líquido", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Netting", + "langName": "Tecido de malha", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Gauze", + "langName": "gaze", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Spider Web", + "langName": "teia de aranha", + "object": "Material", + "attribute": "Tecido" + }, + { + "displayName": "Plastic", + "langName": "plástico", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Shrink Wrap", + "langName": "película retrátil", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Plastic Wrap", + "langName": "película de plástico", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Cling Wrap", + "langName": "Película adesiva para embalagem", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Teflon", + "langName": "Teflon", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Lego", + "langName": "Lego", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Polyurethane", + "langName": "Poliuretano", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Polyethylene", + "langName": "polietileno", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Polyvinyl", + "langName": "polietileno", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Polypropylene", + "langName": "Polipropileno", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Polyimide", + "langName": "poliimida", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Styrofoam", + "langName": "esferovite", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Foam", + "langName": "Espuma", + "object": "Material", + "attribute": "Película de plástico/espuma" + }, + { + "displayName": "Rubber", + "langName": "borracha", + "object": "Material", + "attribute": "Borracha" + }, + { + "displayName": "Rubber Band", + "langName": "elástico", + "object": "Material", + "attribute": "Borracha" + }, + { + "displayName": "Rubber Band Ball", + "langName": "bola de elástico", + "object": "Material", + "attribute": "Borracha" + }, + { + "displayName": "Balloon", + "langName": "balão", + "object": "Material", + "attribute": "Borracha" + }, + { + "displayName": "Nitrile", + "langName": "Borracha nitrílica", + "object": "Material", + "attribute": "Borracha" + }, + { + "displayName": "Silicone", + "langName": "Silicone", + "object": "Material", + "attribute": "Borracha" + }, + { + "displayName": "Vinyl", + "langName": "plástico vinílico", + "object": "Material", + "attribute": "Borracha" + }, + { + "displayName": "Linoleum", + "langName": "linóleo", + "object": "Material", + "attribute": "Borracha" + }, + { + "displayName": "Silly Band", + "langName": "elástico", + "object": "Material", + "attribute": "Borracha" + }, + { + "displayName": "Wax", + "langName": "cera", + "object": "Material", + "attribute": "Cera" + }, + { + "displayName": "Wax Paper", + "langName": "estêncil", + "object": "Material", + "attribute": "Cera" + }, + { + "displayName": "Carnauba Wax", + "langName": "cera de carnaúba", + "object": "Material", + "attribute": "Cera" + }, + { + "displayName": "Candelilla Wax", + "langName": "cera de candelilha", + "object": "Material", + "attribute": "Cera" + }, + { + "displayName": "Paraffin Wax", + "langName": "parafina", + "object": "Material", + "attribute": "Cera" + }, + { + "displayName": "Shellac", + "langName": "goma-laca", + "object": "Material", + "attribute": "Cera" + }, + { + "displayName": "Ice", + "langName": "gelo", + "object": "Material", + "attribute": "Gelo e neve" + }, + { + "displayName": "Blue-Ice", + "langName": "gelo azul", + "object": "Material", + "attribute": "Gelo e neve" + }, + { + "displayName": "Dry Ice", + "langName": "gelo seco", + "object": "Material", + "attribute": "Gelo e neve" + }, + { + "displayName": "Hairy", + "langName": "peludo", + "object": "Material", + "attribute": "Cabelo/pelo" + }, + { + "displayName": "Fuzz", + "langName": "Fofura", + "object": "Material", + "attribute": "Cabelo/pelo" + }, + { + "displayName": "Beard", + "langName": "barba", + "object": "Material", + "attribute": "Cabelo/pelo" + }, + { + "displayName": "Feathers", + "langName": "pena", + "object": "Material", + "attribute": "Cabelo/pelo" + }, + { + "displayName": "Zebra", + "langName": "zebra", + "object": "Material", + "attribute": "Cabelo/pelo" + }, + { + "displayName": "Dust-Bunny", + "langName": "coelho cinzento", + "object": "Material", + "attribute": "Cabelo/pelo" + }, + { + "displayName": "Liquid", + "langName": "líquido", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Water", + "langName": "água", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Lava", + "langName": "magma", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Magma", + "langName": "lava", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Molten Rock", + "langName": "derreter rocha", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Ferro Fluid", + "langName": "ferrofluido", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Liquid Crystal", + "langName": "cristal líquido", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Gasoline", + "langName": "gasolina", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Turpentine", + "langName": "terebintina", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Mineral Oil", + "langName": "óleo mineral", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Motor Oil", + "langName": "óleo do motor", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Sea Foam", + "langName": "espuma do mar", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Emulsion", + "langName": "emulsificação", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Lipid", + "langName": "Lípidos", + "object": "Material", + "attribute": "Líquido" + }, + { + "displayName": "Flubber", + "langName": "Tecido elástico", + "object": "Material", + "attribute": "Lodo" + }, + { + "displayName": "Putty", + "langName": "Adesivos para vedação e preenchimento de espaços vazios", + "object": "Material", + "attribute": "Lodo" + }, + { + "displayName": "Poster Tack", + "langName": "Cola para cartazes", + "object": "Material", + "attribute": "Lodo" + }, + { + "displayName": "Gel", + "langName": "gel", + "object": "Material", + "attribute": "Viscosidade" + }, + { + "displayName": "Aerogel", + "langName": "aerogel", + "object": "Material", + "attribute": "Viscosidade" + }, + { + "displayName": "Softgel", + "langName": "Cápsula mole", + "object": "Material", + "attribute": "Viscosidade" + }, + { + "displayName": "Silica Gel", + "langName": "Silicone", + "object": "Material", + "attribute": "Viscosidade" + }, + { + "displayName": "Ballistic Gel", + "langName": "gel balístico", + "object": "Material", + "attribute": "Viscosidade" + }, + { + "displayName": "Jellyfish", + "langName": "medusa", + "object": "Material", + "attribute": "Viscosidade" + }, + { + "displayName": "Ballistic Foam", + "langName": "espuma balística", + "object": "Material", + "attribute": "Viscosidade" + }, + { + "displayName": "Sponge", + "langName": "esponja", + "object": "Material", + "attribute": "Viscosidade" + }, + { + "displayName": "Spongy", + "langName": "esponjoso", + "object": "Material", + "attribute": "Viscosidade" + }, + { + "displayName": "Tape", + "langName": "fita adesiva", + "object": "Material", + "attribute": "Adesivo" + }, + { + "displayName": "Duct Tape", + "langName": "Fita adesiva", + "object": "Material", + "attribute": "Adesivo" + }, + { + "displayName": "Scotch Tape", + "langName": "Cola transparente", + "object": "Material", + "attribute": "Adesivo" + }, + { + "displayName": "Clear Tape", + "langName": "Fita adesiva", + "object": "Material", + "attribute": "Adesivo" + }, + { + "displayName": "Packing Tape", + "langName": "Fita de selagem", + "object": "Material", + "attribute": "Adesivo" + }, + { + "displayName": "Masking Tape", + "langName": "Fita adesiva", + "object": "Material", + "attribute": "Adesivo" + }, + { + "displayName": "Kapton", + "langName": "kapton", + "object": "Material", + "attribute": "Adesivo" + }, + { + "displayName": "Kapton Tape", + "langName": "Fita Kapton", + "object": "Material", + "attribute": "Adesivo" + }, + { + "displayName": "Adhesive", + "langName": "Adesivo", + "object": "Material", + "attribute": "Adesivo" + }, + { + "displayName": "Glue", + "langName": "cola", + "object": "Material", + "attribute": "Adesivo" + }, + { + "displayName": "Epoxy", + "langName": "Resina epoxídica", + "object": "Material", + "attribute": "Adesivo" + }, + { + "displayName": "Polymer", + "langName": "polímero", + "object": "Material", + "attribute": "Polímero" + }, + { + "displayName": "Orbeez", + "langName": "gotículas de água", + "object": "Material", + "attribute": "Polímero" + }, + { + "displayName": "Oobleck", + "langName": "solução mista de amido", + "object": "Material", + "attribute": "Polímero" + }, + { + "displayName": "Vapor", + "langName": "vapor", + "object": "Material", + "attribute": "Gás/pó" + }, + { + "displayName": "Clouds", + "langName": "nuvem", + "object": "Material", + "attribute": "Gás/pó" + }, + { + "displayName": "Fog", + "langName": "nevoeiro", + "object": "Material", + "attribute": "Gás/pó" + }, + { + "displayName": "Mist", + "langName": "névoa", + "object": "Material", + "attribute": "Gás/pó" + }, + { + "displayName": "Gas", + "langName": "gás", + "object": "Material", + "attribute": "Gás/pó" + }, + { + "displayName": "Aerosol", + "langName": "aerossol", + "object": "Material", + "attribute": "Gás/pó" + }, + { + "displayName": "Powder", + "langName": "pó", + "object": "Material", + "attribute": "Gás/pó" + }, + { + "displayName": "Smoke", + "langName": "cigarro", + "object": "Material", + "attribute": "Gás/pó" + }, + { + "displayName": "Plasma", + "langName": "plasma", + "object": "Material", + "attribute": "Plasma e energia" + }, + { + "displayName": "Electric", + "langName": "eletricidade", + "object": "Material", + "attribute": "Plasma e energia" + }, + { + "displayName": "Electricity", + "langName": "eletricidade", + "object": "Material", + "attribute": "Plasma e energia" + }, + { + "displayName": "Fire", + "langName": "incêndio", + "object": "Material", + "attribute": "Plasma e energia" + }, + { + "displayName": "Burn", + "langName": "combustão", + "object": "Material", + "attribute": "Plasma e energia" + }, + { + "displayName": "Inferno", + "langName": "fogo do inferno", + "object": "Material", + "attribute": "Plasma e energia" + }, + { + "displayName": "Jelly", + "langName": "gelatina", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Agar", + "langName": "Ágar", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Wagyu", + "langName": "Wagyu", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Tallow", + "langName": "sebo", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Butter", + "langName": "manteiga", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Margarine", + "langName": "margarina", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Cheese", + "langName": "queijo", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Egg Yolk", + "langName": "gema", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Beans", + "langName": "feijões", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Macaroni", + "langName": "massa", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Marconi and Cheese", + "langName": "Queijo Macron", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Pretzel", + "langName": "pretzels", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Churros", + "langName": "Palitos de massa frita", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Bread", + "langName": "pão", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Made of Bread", + "langName": "Feito de pão", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Sour Cream", + "langName": "natas ácidas", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Sauce", + "langName": "Molho", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Pasta Sauce", + "langName": "molho para esparguete", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Ketchup", + "langName": "ketchup", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Mustard", + "langName": "mostarda", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Mayonnaise", + "langName": "maionese", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Syrup", + "langName": "xarope", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Maple Syrup", + "langName": "xarope de ácer", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Whipped Cream", + "langName": "Creme fresco", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Lollipop", + "langName": "Chupa-chupa", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Cinnamon", + "langName": "Canela", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Caramel", + "langName": "caramelo", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Taffy", + "langName": "caramelo", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Honeycomb", + "langName": "rebuçados de favo de mel", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Edible Ink", + "langName": "tinta comestível", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Food Coloring", + "langName": "corante alimentar", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Sprinkles", + "langName": "fragmentos de rebuçados", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Fondant Icing", + "langName": "cobertura de fondant", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Royal Icing", + "langName": "merengue", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Wedding Cake", + "langName": "bolo de casamento", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Cake Decorating", + "langName": "decoração de bolos", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Shortcrust-Pastry", + "langName": "massa folhada", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Flaky-Pastry", + "langName": "Massa folhada Mille-feuille", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Puff-Pastry", + "langName": "Massa folhada", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Eclair", + "langName": "Puffs", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Cannoli", + "langName": "rolo de donut", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Fruit-Tart", + "langName": "Tarte de fruta", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Creme Brule", + "langName": "pudim de caramelo", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Gum", + "langName": "pastilha elástica", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Toothpaste", + "langName": "pasta dentífrica", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Vegetable Oil", + "langName": "óleo vegetal", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Olive Oil", + "langName": "azeite", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Soda", + "langName": "água com gás", + "object": "Material", + "attribute": "Produtos alimentares e de consumo" + }, + { + "displayName": "Grass", + "langName": "Relva", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Grassy", + "langName": "prados", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Floral", + "langName": "flores", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Vines", + "langName": "videira", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Tree Bark", + "langName": "casca", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Branches", + "langName": "ramos", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "shrub", + "langName": "arbusto", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Leaves", + "langName": "folhas", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Pinecone", + "langName": "pinha", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Acorn", + "langName": "bolotas", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Moss", + "langName": "musgo", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Cactus", + "langName": "cato", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Straw", + "langName": "palha", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Straw-Bale", + "langName": "fardos de palha", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Hay", + "langName": "feno", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Hay-Bale", + "langName": "fardos de feno", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Hemp", + "langName": "numérico", + "object": "Material", + "attribute": "Planta" + }, + { + "displayName": "Fungi", + "langName": "fungo", + "object": "Material", + "attribute": "Bactérias" + }, + { + "displayName": "Mushrooms", + "langName": "cogumelo", + "object": "Material", + "attribute": "Bactérias" + }, + { + "displayName": "Mycelium", + "langName": "hifas", + "object": "Material", + "attribute": "Bactérias" + }, + { + "displayName": "Moldy", + "langName": "bolorento", + "object": "Material", + "attribute": "Bactérias" + }, + { + "displayName": "Lactarius-Indigo", + "langName": "Cogumelo de leite índigo", + "object": "Material", + "attribute": "Bactérias" + }, + { + "displayName": "Latticed-Stinkhorn", + "langName": "Fungo de pé de treliça", + "object": "Material", + "attribute": "Bactérias" + }, + { + "displayName": "Clathrus-Ruber", + "langName": "Rhodococcus", + "object": "Material", + "attribute": "Bactérias" + }, + { + "displayName": "Laccaria-Amethystina", + "langName": "cogumelo roxo", + "object": "Material", + "attribute": "Bactérias" + }, + { + "displayName": "Entoloma-Hochstetteri", + "langName": "Powderygophyllum holophylla", + "object": "Material", + "attribute": "Bactérias" + }, + { + "displayName": "Clavaria-Zollingeri", + "langName": "Fungo do coral roxo", + "object": "Material", + "attribute": "Bactérias" + }, + { + "displayName": "Chlorociboria", + "langName": "fungo verde", + "object": "Material", + "attribute": "Bactérias" + }, + { + "displayName": "Golden-Scruffy-Collybia", + "langName": "Cogumelo pé-de-coroa dourado", + "object": "Material", + "attribute": "Bactérias" + }, + { + "displayName": "Cyptotrama-Asprata", + "langName": "cogumelo-rabo-de-serra críptico", + "object": "Material", + "attribute": "Bactérias" + }, + { + "displayName": "Mycena Acicula", + "langName": "Phallophyllum acuminata", + "object": "Material", + "attribute": "Bactérias" + }, + { + "displayName": "Hygrocybe-Cantharellus", + "langName": "Cogumelo-de-pés-vermelhos amarelo-castanho", + "object": "Material", + "attribute": "Bactérias" + }, + { + "displayName": "Amanita-Muscaria", + "langName": "Amanita vermelha e branca", + "object": "Material", + "attribute": "Bactérias" + }, + { + "displayName": "Favolaschia-Calocera", + "langName": "fungo do dedo do orangotango", + "object": "Material", + "attribute": "Bactérias" + }, + { + "displayName": "Marasmius-Haematocephalus", + "langName": "fungo ruivo", + "object": "Material", + "attribute": "Bactérias" + }, + { + "displayName": "Cystoagaricus-Trisulphuratus", + "langName": "Cogumelo trissulfato", + "object": "Material", + "attribute": "Bactérias" + }, + { + "displayName": "Tremella-Mesenterica", + "langName": "Xanthomonas", + "object": "Material", + "attribute": "Bactérias" + }, + { + "displayName": "Tremella-Fuciformis", + "langName": "Tremela", + "object": "Material", + "attribute": "Bactérias" + }, + { + "displayName": "Tornado", + "langName": "tornado", + "object": "Material", + "attribute": "Objeto" + }, + { + "displayName": "Cage", + "langName": "gaiola", + "object": "Material", + "attribute": "Objeto" + }, + { + "displayName": "Cheese Grater", + "langName": "ralador de queijo", + "object": "Material", + "attribute": "Objeto" + }, + { + "displayName": "Slinky", + "langName": "brinquedos de primavera", + "object": "Material", + "attribute": "Objeto" + }, + { + "displayName": "Yin Yang", + "langName": "yin e yang", + "object": "Material", + "attribute": "Símbolo" + }, + { + "displayName": "Taiji", + "langName": "Tai Chi", + "object": "Material", + "attribute": "Símbolo" + }, + { + "displayName": "Bagua", + "langName": "Fofocas", + "object": "Material", + "attribute": "Símbolo" + }, + { + "displayName": "Wu Xing", + "langName": "Cinco elementos (metal, madeira, água, fogo e terra)", + "object": "Material", + "attribute": "Símbolo" + }, + { + "displayName": "Gorgeous", + "langName": "lindo", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "stunning", + "langName": "fantástico", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "intricate", + "langName": "complexo", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "detailed", + "langName": "cheio de pormenores", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "luxurious", + "langName": "luxo", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "subtle", + "langName": "delicado", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "delicate", + "langName": "requintado", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "captivating", + "langName": "encantador", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Refreshing", + "langName": "fresco", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Divine", + "langName": "sagrado", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Infused", + "langName": "misturar", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Essence", + "langName": "Essência", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Ineffable", + "langName": "indescritível", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Powerful", + "langName": "poderoso", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Weak", + "langName": "fraco", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Thick", + "langName": "grosso", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Massive Scale", + "langName": "grande escala", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Massive", + "langName": "Muitos", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Huge", + "langName": "enorme", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Large", + "langName": "grande", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Big", + "langName": "grande", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Mini", + "langName": "mini", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Tiny", + "langName": "pequeno", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Micro", + "langName": "microscópico", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Nano", + "langName": "nanómetro", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Flexible", + "langName": "Flexível", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Paradox", + "langName": "paradoxo", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Feng Shui", + "langName": "Feng Shui", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Perfectionism", + "langName": "perfeccionismo", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "OCD", + "langName": "perturbação obsessivo-compulsiva", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Array", + "langName": "uma série", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Muted", + "langName": "silenciar", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Visual Perception", + "langName": "perceção visual", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Visual Agnosia", + "langName": "agnosia visual", + "object": "Material", + "attribute": "Conceito" + }, + { + "displayName": "Amber", + "langName": "âmbar", + "object": "Material", + "attribute": "Outros materiais" + }, + { + "displayName": "Inlay", + "langName": "mosaico", + "object": "Material", + "attribute": "Outros materiais" + }, + { + "displayName": "Wires", + "langName": "fio elétrico", + "object": "Material", + "attribute": "Outros materiais" + }, + { + "displayName": "Cells", + "langName": "célula", + "object": "Material", + "attribute": "Outros materiais" + }, + { + "displayName": "Cellular", + "langName": "malha", + "object": "Material", + "attribute": "Outros materiais" + }, + { + "displayName": "Transistor", + "langName": "transístor", + "object": "Material", + "attribute": "Outros materiais" + }, + { + "displayName": "Diode", + "langName": "díodo", + "object": "Material", + "attribute": "Outros materiais" + }, + { + "displayName": "Point", + "langName": "ponto", + "object": "Composição geométrica", + "attribute": "Forma" + }, + { + "displayName": "Dot", + "langName": "ponto", + "object": "Composição geométrica", + "attribute": "Forma" + }, + { + "displayName": "Line", + "langName": "Fio", + "object": "Composição geométrica", + "attribute": "Forma" + }, + { + "displayName": "Curve", + "langName": "curva", + "object": "Composição geométrica", + "attribute": "Forma" + }, + { + "displayName": "Bezier Curve", + "langName": "Curva de Bezier", + "object": "Composição geométrica", + "attribute": "Forma" + }, + { + "displayName": "Triangle", + "langName": "triângulo", + "object": "Composição geométrica", + "attribute": "Forma" + }, + { + "displayName": "Square", + "langName": "quadrado", + "object": "Composição geométrica", + "attribute": "Forma" + }, + { + "displayName": "Pentagon", + "langName": "pentágono", + "object": "Composição geométrica", + "attribute": "Forma" + }, + { + "displayName": "Hexagon", + "langName": "hexágono", + "object": "Composição geométrica", + "attribute": "Forma" + }, + { + "displayName": "Hexagonal", + "langName": "hexágono", + "object": "Composição geométrica", + "attribute": "Forma" + }, + { + "displayName": "Heptagon", + "langName": "heptágono", + "object": "Composição geométrica", + "attribute": "Forma" + }, + { + "displayName": "Octagon", + "langName": "octógono", + "object": "Composição geométrica", + "attribute": "Forma" + }, + { + "displayName": "Nonagon", + "langName": "nonagon", + "object": "Composição geométrica", + "attribute": "Forma" + }, + { + "displayName": "Decagon", + "langName": "decágono", + "object": "Composição geométrica", + "attribute": "Forma" + }, + { + "displayName": "Rectangle", + "langName": "retângulo", + "object": "Composição geométrica", + "attribute": "Forma" + }, + { + "displayName": "Rectangular", + "langName": "Retangular", + "object": "Composição geométrica", + "attribute": "Forma" + }, + { + "displayName": "Parallelogram", + "langName": "paralelogramo", + "object": "Composição geométrica", + "attribute": "Forma" + }, + { + "displayName": "Rhombus", + "langName": "diamante", + "object": "Composição geométrica", + "attribute": "Forma" + }, + { + "displayName": "Heart", + "langName": "Coração", + "object": "Composição geométrica", + "attribute": "Forma" + }, + { + "displayName": "Spirangle", + "langName": "espiral", + "object": "Composição geométrica", + "attribute": "Forma" + }, + { + "displayName": "Cube", + "langName": "cubo", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Cuboid", + "langName": "cuboide", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Sphere", + "langName": "esfera", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Cone", + "langName": "cone", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Cylinder", + "langName": "cilindro", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Pyramid", + "langName": "pirâmide", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Torus", + "langName": "toro", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Rectangular Prism", + "langName": "prisma de ângulo reto", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Star Prism", + "langName": "prisma estelar", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Wedge", + "langName": "Cunha", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Zonohedron", + "langName": "Poliedro", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Tetrahedron", + "langName": "tetraedro", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Octahedron", + "langName": "octaedro", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Dodecahedron", + "langName": "Dodecaedro", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Icosahedron", + "langName": "icosaedro", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Kepler-Poinsot Polyhedra", + "langName": "Poliedro de pontos de Kepler", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Cuboctahedron", + "langName": "cuboctaedro", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Rhombicuboctahedron", + "langName": "cuboctaedro romboédrico", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Icosidodecahedron", + "langName": "icosaedro", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Rhombicosidodecahedron", + "langName": "icosaedro romboédrico", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Trapezohedron", + "langName": "corpo trapezoidal", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Cupola", + "langName": "cúpula", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Anticupola", + "langName": "cúpula invertida", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Hypercupolae", + "langName": "super cúpula", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Bicupola", + "langName": "cúpula dupla", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Frustum", + "langName": "cone truncado", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Bifrustum", + "langName": "duplo frustum", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Rotunda", + "langName": "rotunda", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Birotunda", + "langName": "Rotunda dupla", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Prismatoid", + "langName": "prisma", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Scutoid", + "langName": "poliedro escamoso", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Bipyramid", + "langName": "cone duplo", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Star Bipyramid", + "langName": "estrela de duplo cone", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Anti-Prism", + "langName": "Antiprisma", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Trapezohedra", + "langName": "cone trapezoidal", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Star Trapezohedron", + "langName": "cone trapezoidal em estrela", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Spherical polyhedron", + "langName": "poliedro esférico", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Mobius strip", + "langName": "Faixa de Möbius", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Hexaflexagon", + "langName": "Caixa de cartão hexagonal", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Miura fold", + "langName": "Dobragem Miura", + "object": "Composição geométrica", + "attribute": "Objeto" + }, + { + "displayName": "Hypercube", + "langName": "hipercubo", + "object": "Composição geométrica", + "attribute": "Super forma" + }, + { + "displayName": "Hyperprism", + "langName": "super prisma", + "object": "Composição geométrica", + "attribute": "Super forma" + }, + { + "displayName": "Hyperpyramid", + "langName": "super pirâmide", + "object": "Composição geométrica", + "attribute": "Super forma" + }, + { + "displayName": "Hypertorus", + "langName": "hipertoro", + "object": "Composição geométrica", + "attribute": "Super forma" + }, + { + "displayName": "Hypersphere", + "langName": "Hiperesfera", + "object": "Composição geométrica", + "attribute": "Super forma" + }, + { + "displayName": "Hypercone", + "langName": "Hipercone", + "object": "Composição geométrica", + "attribute": "Super forma" + }, + { + "displayName": "Hypercylinder", + "langName": "hipercilindro", + "object": "Composição geométrica", + "attribute": "Super forma" + }, + { + "displayName": "Hyperzonohedron", + "langName": "super poliedro", + "object": "Composição geométrica", + "attribute": "Super forma" + }, + { + "displayName": "Hypertetrahedron", + "langName": "Hipertetraedro", + "object": "Composição geométrica", + "attribute": "Super forma" + }, + { + "displayName": "Hyperoctahedron", + "langName": "superoctaedro", + "object": "Composição geométrica", + "attribute": "Super forma" + }, + { + "displayName": "Hyperdodecahedron", + "langName": "superdodecaedro", + "object": "Composição geométrica", + "attribute": "Super forma" + }, + { + "displayName": "Hypericosahedron", + "langName": "Supericosaedro", + "object": "Composição geométrica", + "attribute": "Super forma" + }, + { + "displayName": "Flexible Polyhedron", + "langName": "poliedro elástico", + "object": "Composição geométrica", + "attribute": "Super forma" + }, + { + "displayName": "Klein bottle", + "langName": "Garrafa de Klein", + "object": "Composição geométrica", + "attribute": "Super forma" + }, + { + "displayName": "Monogon", + "langName": "Hedron", + "object": "Composição geométrica", + "attribute": "Super forma" + }, + { + "displayName": "Digon", + "langName": "diedro", + "object": "Composição geométrica", + "attribute": "Super forma" + }, + { + "displayName": "AR", + "langName": "Realidade aumentada", + "object": "Composição geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "VR", + "langName": "realidade virtual", + "object": "Composição geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "2-Dimensional", + "langName": "bidimensional", + "object": "Composição geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "2D", + "langName": "2D", + "object": "Composição geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "2.5-Dimensional", + "langName": "2.5 dimensões", + "object": "Composição geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "2.5D", + "langName": "2.5D", + "object": "Composição geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "3-Dimensional", + "langName": "tridimensional", + "object": "Composição geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "3D", + "langName": "3D", + "object": "Composição geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "4-Dimensional", + "langName": "quadridimensional", + "object": "Composição geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "4D", + "langName": "4D", + "object": "Composição geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "5-Dimensional", + "langName": "cinco dimensões", + "object": "Composição geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "5D", + "langName": "5D", + "object": "Composição geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Overdimensional", + "langName": "hiperdimensionais", + "object": "Composição geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Underdimensional", + "langName": "segunda dimensão", + "object": "Composição geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Hyperdimensional", + "langName": "hiperdimensionalidade", + "object": "Composição geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Subdimensional", + "langName": "dimensão secundária", + "object": "Composição geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Omnidimensional", + "langName": "dimensão total", + "object": "Composição geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Everdimensional", + "langName": "dimensão eterna", + "object": "Composição geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Extradimensional", + "langName": "Dimensão diferente", + "object": "Composição geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Beyond-Dimensional", + "langName": "para além das dimensões", + "object": "Composição geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Excessively-dimensional", + "langName": "dimensionalidade excessiva", + "object": "Composição geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Alldimensional", + "langName": "dimensão total", + "object": "Composição geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Multiverse", + "langName": "multiverso", + "object": "Composição geométrica", + "attribute": "Multiverso" + }, + { + "displayName": "Low Poly", + "langName": "modelação de baixo perfil", + "object": "Composição geométrica", + "attribute": "Estilo" + }, + { + "displayName": "Geometric", + "langName": "geometria", + "object": "Composição geométrica", + "attribute": "Estilo" + }, + { + "displayName": "Non-Euclidian", + "langName": "Não-euclidiano", + "object": "Composição geométrica", + "attribute": "Estilo" + }, + { + "displayName": "Poly", + "langName": "Poli", + "object": "Composição geométrica", + "attribute": "Estilo" + }, + { + "displayName": "Polygon", + "langName": "polígono", + "object": "Composição geométrica", + "attribute": "Estilo" + }, + { + "displayName": "Polygonal", + "langName": "multilateral", + "object": "Composição geométrica", + "attribute": "Estilo" + }, + { + "displayName": "Polyhedron", + "langName": "poliedro", + "object": "Composição geométrica", + "attribute": "Estilo" + }, + { + "displayName": "Polyhedral", + "langName": "Muitos lados", + "object": "Composição geométrica", + "attribute": "Estilo" + }, + { + "displayName": "Platonic Solids", + "langName": "Sólidos platónicos", + "object": "Composição geométrica", + "attribute": "Estilo" + }, + { + "displayName": "Archimedean Solids", + "langName": "Sólido de Arquimedes", + "object": "Composição geométrica", + "attribute": "Estilo" + }, + { + "displayName": "Catalan solids", + "langName": "Estereótipo da Catalunha", + "object": "Composição geométrica", + "attribute": "Estilo" + }, + { + "displayName": "Vertex", + "langName": "vértice", + "object": "Composição geométrica", + "attribute": "Caraterística" + }, + { + "displayName": "Edge", + "langName": "borda", + "object": "Composição geométrica", + "attribute": "Caraterística" + }, + { + "displayName": "Surface", + "langName": "superfície", + "object": "Composição geométrica", + "attribute": "Caraterística" + }, + { + "displayName": "Interior", + "langName": "interno", + "object": "Composição geométrica", + "attribute": "Caraterística" + }, + { + "displayName": "Exterior", + "langName": "externo", + "object": "Composição geométrica", + "attribute": "Caraterística" + }, + { + "displayName": "Convex", + "langName": "convexo", + "object": "Composição geométrica", + "attribute": "Caraterística" + }, + { + "displayName": "Concave", + "langName": "côncavo", + "object": "Composição geométrica", + "attribute": "Caraterística" + }, + { + "displayName": "Equiangular", + "langName": "Equiangular", + "object": "Composição geométrica", + "attribute": "Caraterística" + }, + { + "displayName": "Equilateral", + "langName": "Equilátero", + "object": "Composição geométrica", + "attribute": "Caraterística" + }, + { + "displayName": "Cyclic", + "langName": "circular", + "object": "Composição geométrica", + "attribute": "Caraterística" + }, + { + "displayName": "Tangential", + "langName": "tangente", + "object": "Composição geométrica", + "attribute": "Caraterística" + }, + { + "displayName": "Rectilinear", + "langName": "linha reta", + "object": "Composição geométrica", + "attribute": "Caraterística" + }, + { + "displayName": "Traverse", + "langName": "transversalmente", + "object": "Composição geométrica", + "attribute": "Caraterística" + }, + { + "displayName": "Quasi", + "langName": "plano", + "object": "Composição geométrica", + "attribute": "Caraterística" + }, + { + "displayName": "Quasi-Regular", + "langName": "quase-regras", + "object": "Composição geométrica", + "attribute": "Caraterística" + }, + { + "displayName": "Isogonal", + "langName": "Equiangular", + "object": "Composição geométrica", + "attribute": "Caraterística" + }, + { + "displayName": "Isotoxal", + "langName": "À espera de veneno", + "object": "Composição geométrica", + "attribute": "Caraterística" + }, + { + "displayName": "Isohedral", + "langName": "Massas iguais", + "object": "Composição geométrica", + "attribute": "Caraterística" + }, + { + "displayName": "Stellation", + "langName": "forma de estrela", + "object": "Composição geométrica", + "attribute": "Caraterística" + }, + { + "displayName": "Ehrhart Polynomial", + "langName": "Polinómio de Ehrhart", + "object": "Composição geométrica", + "attribute": "Caraterística" + }, + { + "displayName": "Ideal polyhedron", + "langName": "poliedro ideal", + "object": "Composição geométrica", + "attribute": "Caraterística" + }, + { + "displayName": "Polytope", + "langName": "polítopo", + "object": "Composição geométrica", + "attribute": "Caraterística" + }, + { + "displayName": "Realistic Painting", + "langName": "pintura realista", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Fine Art", + "langName": "pintura de belas artes", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Still-Life", + "langName": "pintura de natureza morta", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Oil Paint", + "langName": "pintura", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "((dyeing)),((oil painting)),((impasto))", + "langName": "Pintura a óleo (combinação)", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Wet Paint", + "langName": "Pintura a húmido", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Dripping Paint", + "langName": "tinta a pingar", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Splatter Paint", + "langName": "Pintura de salpicos", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Spray Paint", + "langName": "tinta em spray", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Puffy Paint", + "langName": "pigmentos tridimensionais", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Glass Paint", + "langName": "tinta de vidro", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Tempera Paint", + "langName": "Tempera", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Gouache Paint", + "langName": "tinta guache", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Chinese Painting", + "langName": "Pintura chinesa", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Tibetan Painting", + "langName": "pintura tibetana", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Scroll Painting", + "langName": "pintura em pergaminho", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Canvas", + "langName": "pintura em tela", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Color Field Painting", + "langName": "pintura de campo de cor", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Hard Edge Painting", + "langName": "pintura de ponta", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Paper-Marbling", + "langName": "guache", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Hydrodipped", + "langName": "autocolantes de água", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Painting", + "langName": "pintura", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Ink wash painting", + "langName": "pintura a tinta", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "watercolor", + "langName": "pintura a aguarela", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "(((ink))),((watercolor))", + "langName": "pintura a aguarela", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Paint", + "langName": "pintura", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "acrylic_paint", + "langName": "pintura com tinta acrílica", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Airbrush", + "langName": "Aerógrafo", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Coffee Paint", + "langName": "tinta de café", + "object": "Tipo de imagem", + "attribute": "Pintura" + }, + { + "displayName": "Illustration", + "langName": "ilustração", + "object": "Tipo de imagem", + "attribute": "Ilustração" + }, + { + "displayName": "Storybook Illustration", + "langName": "Ilustração de um livro de histórias", + "object": "Tipo de imagem", + "attribute": "Ilustração" + }, + { + "displayName": "Children's Drawing", + "langName": "desenhos de crianças", + "object": "Tipo de imagem", + "attribute": "Ilustração" + }, + { + "displayName": "Graphic Novel", + "langName": "romance gráfico", + "object": "Tipo de imagem", + "attribute": "Ilustração" + }, + { + "displayName": "Visual Novel", + "langName": "romance visual", + "object": "Tipo de imagem", + "attribute": "Ilustração" + }, + { + "displayName": "Illustrated-Booklet", + "langName": "brochura ilustrada", + "object": "Tipo de imagem", + "attribute": "Ilustração" + }, + { + "displayName": "Illuminated Manuscript", + "langName": "Manuscrito iluminado", + "object": "Tipo de imagem", + "attribute": "Ilustração" + }, + { + "displayName": "Assembly Drawing", + "langName": "Desenho de montagem", + "object": "Tipo de imagem", + "attribute": "Ilustração" + }, + { + "displayName": "wallpaper", + "langName": "papel de parede", + "object": "Tipo de imagem", + "attribute": "Ilustração" + }, + { + "displayName": "extremely detailed wallpaper", + "langName": "Papel de parede muito pormenorizado", + "object": "Tipo de imagem", + "attribute": "Ilustração" + }, + { + "displayName": "digital illustration", + "langName": "ilustração digital", + "object": "Tipo de imagem", + "attribute": "Ilustração" + }, + { + "displayName": "multiple item spritedsheet", + "langName": "Uma coleção de imagens de vários padrões relacionados", + "object": "Tipo de imagem", + "attribute": "Ilustração" + }, + { + "displayName": "game cg", + "langName": "Jogo CG", + "object": "Tipo de imagem", + "attribute": "Ilustração" + }, + { + "displayName": "extremely detailed cg", + "langName": "Cg muito pormenorizado", + "object": "Tipo de imagem", + "attribute": "Ilustração" + }, + { + "displayName": "Drawing", + "langName": "pintura", + "object": "Tipo de imagem", + "attribute": "Desenhado à mão" + }, + { + "displayName": "Hand-Drawn", + "langName": "desenhado à mão", + "object": "Tipo de imagem", + "attribute": "Desenhado à mão" + }, + { + "displayName": "Doodle", + "langName": "Graffiti", + "object": "Tipo de imagem", + "attribute": "Desenhado à mão" + }, + { + "displayName": "sketch", + "langName": "esboço", + "object": "Tipo de imagem", + "attribute": "Desenhado à mão" + }, + { + "displayName": "posing sketch", + "langName": "esboço", + "object": "Tipo de imagem", + "attribute": "Desenhado à mão" + }, + { + "displayName": "Line Art", + "langName": "desenho de linhas", + "object": "Tipo de imagem", + "attribute": "Desenhado à mão" + }, + { + "displayName": "Crosshatch", + "langName": "hachura cruzada", + "object": "Tipo de imagem", + "attribute": "Desenhado à mão" + }, + { + "displayName": "Stipple", + "langName": "Pontilhismo", + "object": "Tipo de imagem", + "attribute": "Desenhado à mão" + }, + { + "displayName": "Dot Art", + "langName": "Pontilhismo", + "object": "Tipo de imagem", + "attribute": "Desenhado à mão" + }, + { + "displayName": "Anatomical Drawing", + "langName": "Diagrama de anatomia", + "object": "Tipo de imagem", + "attribute": "Desenhado à mão" + }, + { + "displayName": "(posing sketch),(monochrome)", + "langName": "esboço a preto e branco", + "object": "Tipo de imagem", + "attribute": "Desenhado à mão" + }, + { + "displayName": "Pencil Art", + "langName": "desenho a lápis", + "object": "Tipo de imagem", + "attribute": "Lápis" + }, + { + "displayName": "graphite", + "langName": "lápis de grafite", + "object": "Tipo de imagem", + "attribute": "Lápis" + }, + { + "displayName": "colored_pencil", + "langName": "lápis de cor", + "object": "Tipo de imagem", + "attribute": "Lápis" + }, + { + "displayName": "watercolor_pencil", + "langName": "lápis de aguarela", + "object": "Tipo de imagem", + "attribute": "Lápis" + }, + { + "displayName": "charcoal art", + "langName": "Desenho a carvão", + "object": "Tipo de imagem", + "attribute": "Lápis" + }, + { + "displayName": "millipen_(medium)", + "langName": "caneta de desenho", + "object": "Tipo de imagem", + "attribute": "Lápis" + }, + { + "displayName": "nib_pen_(medium)", + "langName": "caneta de desenho", + "object": "Tipo de imagem", + "attribute": "Lápis" + }, + { + "displayName": "(monochrome),(gray scale),(pencil sketch lines)", + "langName": "esboço a lápis", + "object": "Tipo de imagem", + "attribute": "Lápis" + }, + { + "displayName": "faux_traditional_media", + "langName": "Estilo de pintura de sinais", + "object": "Tipo de imagem", + "attribute": "Lápis" + }, + { + "displayName": "Ink", + "langName": "tinta", + "object": "Tipo de imagem", + "attribute": "Tinta" + }, + { + "displayName": "Fountain Pen", + "langName": "caneta", + "object": "Tipo de imagem", + "attribute": "Tinta" + }, + { + "displayName": "Fountain Pen Art", + "langName": "desenho a caneta", + "object": "Tipo de imagem", + "attribute": "Tinta" + }, + { + "displayName": "Ballpoint Pen", + "langName": "esferográfica", + "object": "Tipo de imagem", + "attribute": "Tinta" + }, + { + "displayName": "Gel Pen", + "langName": "caneta de gel", + "object": "Tipo de imagem", + "attribute": "Tinta" + }, + { + "displayName": "ballpoint_pen_(medium)", + "langName": "esferográfica", + "object": "Tipo de imagem", + "attribute": "Tinta" + }, + { + "displayName": "Calligraphy", + "langName": "caligrafia", + "object": "Tipo de imagem", + "attribute": "Tinta" + }, + { + "displayName": "marker_(medium)", + "langName": "caneta marcadora", + "object": "Tipo de imagem", + "attribute": "Tinta" + }, + { + "displayName": "copics", + "langName": "Marcador (cinzento neutro)", + "object": "Tipo de imagem", + "attribute": "Tinta" + }, + { + "displayName": "Dry-Erase Marker", + "langName": "marcador de quadro branco", + "object": "Tipo de imagem", + "attribute": "Tinta" + }, + { + "displayName": "Wet-Erase Marker", + "langName": "marcador apagável", + "object": "Tipo de imagem", + "attribute": "Tinta" + }, + { + "displayName": "Whiteboard", + "langName": "quadro branco", + "object": "Tipo de imagem", + "attribute": "Tinta" + }, + { + "displayName": "pastel_color", + "langName": "cores pastel", + "object": "Tipo de imagem", + "attribute": "Tinta" + }, + { + "displayName": "Crayon", + "langName": "lápis de cera", + "object": "Tipo de imagem", + "attribute": "Giz" + }, + { + "displayName": "Conte", + "langName": "Caneta Kangxi", + "object": "Tipo de imagem", + "attribute": "Giz" + }, + { + "displayName": "Chalk", + "langName": "giz", + "object": "Tipo de imagem", + "attribute": "Giz" + }, + { + "displayName": "Pastel Art", + "langName": "pintura a pastel", + "object": "Tipo de imagem", + "attribute": "Giz" + }, + { + "displayName": "Blackboard", + "langName": "quadro negro", + "object": "Tipo de imagem", + "attribute": "Giz" + }, + { + "displayName": "Chalkboard", + "langName": "quadro negro", + "object": "Tipo de imagem", + "attribute": "Giz" + }, + { + "displayName": "Text", + "langName": "texto", + "object": "Tipo de imagem", + "attribute": "Texto" + }, + { + "displayName": "Typeface", + "langName": "fonte", + "object": "Tipo de imagem", + "attribute": "Texto" + }, + { + "displayName": "Font", + "langName": "fonte", + "object": "Tipo de imagem", + "attribute": "Texto" + }, + { + "displayName": "Says", + "langName": "explicar", + "object": "Tipo de imagem", + "attribute": "Texto" + }, + { + "displayName": "Letters", + "langName": "carta", + "object": "Tipo de imagem", + "attribute": "Texto" + }, + { + "displayName": "Graphemes", + "langName": "grafema", + "object": "Tipo de imagem", + "attribute": "Texto" + }, + { + "displayName": "Written Letters", + "langName": "escrever cartas", + "object": "Tipo de imagem", + "attribute": "Texto" + }, + { + "displayName": "Words", + "langName": "palavra", + "object": "Tipo de imagem", + "attribute": "Texto" + }, + { + "displayName": "Lexemes", + "langName": "morfema", + "object": "Tipo de imagem", + "attribute": "Texto" + }, + { + "displayName": "Written Words", + "langName": "palavra escrita", + "object": "Tipo de imagem", + "attribute": "Texto" + }, + { + "displayName": "Caption", + "langName": "título", + "object": "Tipo de imagem", + "attribute": "Texto" + }, + { + "displayName": "Logo", + "langName": "marca registada", + "object": "Tipo de imagem", + "attribute": "Imprimir" + }, + { + "displayName": "Stamp", + "langName": "carimbo", + "object": "Tipo de imagem", + "attribute": "Imprimir" + }, + { + "displayName": "Postage Stamp", + "langName": "carimbo", + "object": "Tipo de imagem", + "attribute": "Imprimir" + }, + { + "displayName": "Business Card", + "langName": "cartão de visita", + "object": "Tipo de imagem", + "attribute": "Imprimir" + }, + { + "displayName": "Collage", + "langName": "colagem", + "object": "Tipo de imagem", + "attribute": "Imprimir" + }, + { + "displayName": "Photocollage", + "langName": "colagem de fotografias", + "object": "Tipo de imagem", + "attribute": "Imprimir" + }, + { + "displayName": "Fotocollage", + "langName": "colagem de fotografias", + "object": "Tipo de imagem", + "attribute": "Imprimir" + }, + { + "displayName": "Lithography", + "langName": "litografia", + "object": "Tipo de imagem", + "attribute": "Imprimir" + }, + { + "displayName": "Block Printing", + "langName": "Gravura", + "object": "Tipo de imagem", + "attribute": "Imprimir" + }, + { + "displayName": "Magazine", + "langName": "Revista", + "object": "Tipo de imagem", + "attribute": "Imprimir" + }, + { + "displayName": "Newspaper", + "langName": "jornal", + "object": "Tipo de imagem", + "attribute": "Imprimir" + }, + { + "displayName": "Newsprint", + "langName": "papel de jornal", + "object": "Tipo de imagem", + "attribute": "Imprimir" + }, + { + "displayName": "Cartographic", + "langName": "cartografia", + "object": "Tipo de imagem", + "attribute": "Imprimir" + }, + { + "displayName": "Blueprint", + "langName": "projeto", + "object": "Tipo de imagem", + "attribute": "Imprimir" + }, + { + "displayName": "comic", + "langName": "banda desenhada", + "object": "Tipo de imagem", + "attribute": "Imprimir" + }, + { + "displayName": "Comic Book", + "langName": "banda desenhada", + "object": "Tipo de imagem", + "attribute": "Imprimir" + }, + { + "displayName": "Booklet", + "langName": "folheto", + "object": "Tipo de imagem", + "attribute": "Imprimir" + }, + { + "displayName": "Poster", + "langName": "cartaz", + "object": "Tipo de imagem", + "attribute": "Imprimir" + }, + { + "displayName": "Sticker", + "langName": "autocolante", + "object": "Tipo de imagem", + "attribute": "Imprimir" + }, + { + "displayName": "Barcode", + "langName": "código de barras", + "object": "Tipo de imagem", + "attribute": "Imprimir" + }, + { + "displayName": "QR Code", + "langName": "Código QR", + "object": "Tipo de imagem", + "attribute": "Imprimir" + }, + { + "displayName": "Pokemon Card", + "langName": "Cartas Pokémon (Monstros de Bolso)", + "object": "Tipo de imagem", + "attribute": "Imprimir" + }, + { + "displayName": "Origami", + "langName": "origami", + "object": "Tipo de imagem", + "attribute": "Origami" + }, + { + "displayName": "Modular Origami", + "langName": "Origami modular", + "object": "Tipo de imagem", + "attribute": "Origami" + }, + { + "displayName": "Rigid Origami", + "langName": "origami rígido", + "object": "Tipo de imagem", + "attribute": "Origami" + }, + { + "displayName": "Sonobe", + "langName": "bouquet de origami", + "object": "Tipo de imagem", + "attribute": "Origami" + }, + { + "displayName": "Kirigami", + "langName": "corte de papel", + "object": "Tipo de imagem", + "attribute": "Origami" + }, + { + "displayName": "Moneygami", + "langName": "origami de notas", + "object": "Tipo de imagem", + "attribute": "Origami" + }, + { + "displayName": "Wet-Folding", + "langName": "Dobra húmida", + "object": "Tipo de imagem", + "attribute": "Origami" + }, + { + "displayName": "pixel art", + "langName": "arte de pixéis", + "object": "Tipo de imagem", + "attribute": "Mosaico" + }, + { + "displayName": "Mosaic", + "langName": "mosaico", + "object": "Tipo de imagem", + "attribute": "Mosaico" + }, + { + "displayName": "Micromosaic", + "langName": "Micromosaico", + "object": "Tipo de imagem", + "attribute": "Mosaico" + }, + { + "displayName": "Glass Mosaic", + "langName": "mosaico de vidro", + "object": "Tipo de imagem", + "attribute": "Mosaico" + }, + { + "displayName": "Photographic Mosaic", + "langName": "mosaico fotográfico", + "object": "Tipo de imagem", + "attribute": "Mosaico" + }, + { + "displayName": "Impressionist Mosaic", + "langName": "mosaico impressionista", + "object": "Tipo de imagem", + "attribute": "Mosaico" + }, + { + "displayName": "Frame", + "langName": "moldura fotográfica", + "object": "Tipo de imagem", + "attribute": "Moldura" + }, + { + "displayName": "Framed", + "langName": "enquadrado", + "object": "Tipo de imagem", + "attribute": "Moldura" + }, + { + "displayName": "Wooden Frame", + "langName": "moldura de madeira para fotografias", + "object": "Tipo de imagem", + "attribute": "Moldura" + }, + { + "displayName": "Wooden Framed", + "langName": "moldura de madeira", + "object": "Tipo de imagem", + "attribute": "Moldura" + }, + { + "displayName": "Carving", + "langName": "gravação", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Etching", + "langName": "gravura", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Sculpture", + "langName": "escultura", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Papercutting", + "langName": "corte de papel", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "silhouette", + "langName": "silhueta", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Whittling", + "langName": "faca de trinchar", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Wood-Carving", + "langName": "escultura em madeira", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Chip-Carving", + "langName": "escultura de flores", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Relief-Carving", + "langName": "alívio", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Ice-Carving", + "langName": "escultura em gelo", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Lacquer", + "langName": "arte em laca", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "String-Art", + "langName": "arte em cordas", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Paper-Mache", + "langName": "moldagem da pasta", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Paper Model", + "langName": "modelo em papel", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Card", + "langName": "cartão", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Carved Lacquer", + "langName": "laca entalhada", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Fretwork", + "langName": "Processo de escavação", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Intaglio", + "langName": "impressão de gravura", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Mezzotint", + "langName": "Tinta de cobre", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Aquatint", + "langName": "impressão de gravura", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Linocut", + "langName": "Impressão serigráfica", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Pyrography", + "langName": "Pintura de pontos de soldadura", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Puppet", + "langName": "fantoche", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Balloon Modelling", + "langName": "modelo de balão", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Balloon Twisting", + "langName": "Balões de várias formas", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Circuit", + "langName": "Diagrama de linhas", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Circuitry", + "langName": "circuito", + "object": "Tipo de imagem", + "attribute": "Gravura, água-forte e modelação" + }, + { + "displayName": "Dalle de verre", + "langName": "vitrais", + "object": "Tipo de imagem", + "attribute": "Cerâmica e vidro" + }, + { + "displayName": "Encaustic painting", + "langName": "pintura em porcelana", + "object": "Tipo de imagem", + "attribute": "Cerâmica e vidro" + }, + { + "displayName": "Glaze", + "langName": "esmalte", + "object": "Tipo de imagem", + "attribute": "Cerâmica e vidro" + }, + { + "displayName": "Overglaze", + "langName": "Esmalte", + "object": "Tipo de imagem", + "attribute": "Cerâmica e vidro" + }, + { + "displayName": "Inglaze", + "langName": "Underglaze", + "object": "Tipo de imagem", + "attribute": "Cerâmica e vidro" + }, + { + "displayName": "Azulejo", + "langName": "Azulejo", + "object": "Tipo de imagem", + "attribute": "Cerâmica e vidro" + }, + { + "displayName": "Paleolithic Pottery", + "langName": "Cerâmica paleolítica", + "object": "Tipo de imagem", + "attribute": "Cerâmica e vidro" + }, + { + "displayName": "Neolithic Pottery", + "langName": "Cerâmica neolítica", + "object": "Tipo de imagem", + "attribute": "Cerâmica e vidro" + }, + { + "displayName": "Bone China", + "langName": "porcelana de ossos", + "object": "Tipo de imagem", + "attribute": "Cerâmica e vidro" + }, + { + "displayName": "Ornament", + "langName": "decoração", + "object": "Tipo de imagem", + "attribute": "Cerâmica e vidro" + }, + { + "displayName": "Light Art", + "langName": "arte luminosa", + "object": "Tipo de imagem", + "attribute": "Luz" + }, + { + "displayName": "Light Painting", + "langName": "pintura de luz", + "object": "Tipo de imagem", + "attribute": "Luz" + }, + { + "displayName": "Lightpainting", + "langName": "pintura de luz", + "object": "Tipo de imagem", + "attribute": "Luz" + }, + { + "displayName": "traditional_media", + "langName": "Telas tradicionais (por exemplo, papel, etc.)", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Wall Decal", + "langName": "autocolantes de parede", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Banner", + "langName": "bandeira", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Signage", + "langName": "sinalização", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Arts and Crafts", + "langName": "artes e ofícios", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Resin", + "langName": "Resina epoxídica", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Enamel Pin", + "langName": "Alfinete de esmalte", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Bejeweled", + "langName": "Jóias incrustadas", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Latte Art", + "langName": "Arte com leite", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Coffee Stain", + "langName": "manchas de café", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Smoke Art", + "langName": "arte do fumo", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Sticker Bomb", + "langName": "bomba de autocolantes", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Jigsaw", + "langName": "puzzle", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Puzzle", + "langName": "puzzle", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Maze", + "langName": "labirinto", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Toy", + "langName": "Brinquedo", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Site-Specific art", + "langName": "arte específica do sítio", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Public Art", + "langName": "arte pública", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Diorama", + "langName": "diorama", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Hedge Trimming", + "langName": "corte de sebes", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Hatmaking", + "langName": "fabrico de chapéus", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Stencil", + "langName": "estêncil", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Negative Space", + "langName": "espaço negativo", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Scrapbooking", + "langName": "álbum de recortes", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Mixed Media", + "langName": "meios mistos", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Frottage", + "langName": "Pintura Stampede", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Outlined", + "langName": "contorno", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Glitter", + "langName": "brilho", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Sparkly", + "langName": "brilhante", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Indian Art", + "langName": "arte indiana", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Soviet Art", + "langName": "arte soviética", + "object": "Tipo de imagem", + "attribute": "Outros meios de comunicação" + }, + { + "displayName": "Rock Art", + "langName": "petróglifos", + "object": "Tipo de imagem", + "attribute": "Arte tradicional" + }, + { + "displayName": "Cave Art", + "langName": "arte rupestre", + "object": "Tipo de imagem", + "attribute": "Arte tradicional" + }, + { + "displayName": "Mural", + "langName": "mural", + "object": "Tipo de imagem", + "attribute": "Arte tradicional" + }, + { + "displayName": "Easter Egg", + "langName": "Ovo de Páscoa", + "object": "Tipo de imagem", + "attribute": "Arte tradicional" + }, + { + "displayName": "Egg Decorating", + "langName": "Ovos pintados", + "object": "Tipo de imagem", + "attribute": "Arte tradicional" + }, + { + "displayName": "((art nouveau))", + "langName": "arte nova", + "object": "Estilo artístico", + "attribute": "Estilo de arte histórico" + }, + { + "displayName": "((classicism))", + "langName": "classicismo", + "object": "Estilo artístico", + "attribute": "Estilo de arte histórico" + }, + { + "displayName": "((neoclassicism))", + "langName": "neoclassicismo", + "object": "Estilo artístico", + "attribute": "Estilo de arte histórico" + }, + { + "displayName": "((romanticism))", + "langName": "romantismo", + "object": "Estilo artístico", + "attribute": "Estilo de arte histórico" + }, + { + "displayName": "Gothic art", + "langName": "arte gótica", + "object": "Estilo artístico", + "attribute": "Estilo de arte histórico" + }, + { + "displayName": "Baroque", + "langName": "Barroco", + "object": "Estilo artístico", + "attribute": "Estilo de arte histórico" + }, + { + "displayName": "Pre-Raphaelite Brotherhood", + "langName": "Pré-rafaelita", + "object": "Estilo artístico", + "attribute": "Estilo de arte histórico" + }, + { + "displayName": "renaissance art", + "langName": "estilo renascentista", + "object": "Estilo artístico", + "attribute": "Estilo de arte histórico" + }, + { + "displayName": "academic art", + "langName": "académico", + "object": "Estilo artístico", + "attribute": "Estilo de arte histórico" + }, + { + "displayName": "academicism", + "langName": "academicismo", + "object": "Estilo artístico", + "attribute": "Estilo de arte histórico" + }, + { + "displayName": "ancient greek art", + "langName": "arte grega antiga", + "object": "Estilo artístico", + "attribute": "Estilo de arte histórico" + }, + { + "displayName": "ancient egypt", + "langName": "Egito antigo", + "object": "Estilo artístico", + "attribute": "Estilo de arte histórico" + }, + { + "displayName": "Minimalism", + "langName": "minimalismo", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "Modern Art", + "langName": "arte moderna", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "contemporary art", + "langName": "arte contemporânea", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "Concept Art", + "langName": "arte concetual", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "Digital Art", + "langName": "arte digital", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "visionary art", + "langName": "artes visuais", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "Hyperrealistic", + "langName": "hiper-realista", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "hyperrealism", + "langName": "realismo", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "abstract expressionism", + "langName": "expressionismo abstrato", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "cubism", + "langName": "cubismo", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "impressionism", + "langName": "Impressionismo", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "Neo-impressionism", + "langName": "pós-impressionismo", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "fauvism", + "langName": "fauvismo", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "expressionism", + "langName": "Expressionismo", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "Pop art", + "langName": "arte pop", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "((abstract art))", + "langName": "arte abstrata", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "((Dadaism))", + "langName": "Dadaísmo", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "((futurism))", + "langName": "futurista", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "Warhol", + "langName": "Estilo Andy Warhol", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "street art", + "langName": "arte urbana", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "folk art", + "langName": "arte popular", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "Bauhaus Style", + "langName": "Estilo Bauhaus", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "Luminsm", + "langName": "cromatismo", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "Constructivism", + "langName": "construtivismo", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "((dieselpunk))", + "langName": "dieselpunk", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "streampunk", + "langName": "steampunk", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "Disney style", + "langName": "estilo Disney", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "Picos style", + "langName": "Estilo Pixar", + "object": "Estilo artístico", + "attribute": "Arte moderna" + }, + { + "displayName": "realism", + "langName": "realismo", + "object": "Estilo artístico", + "attribute": "Ficção e realidade" + }, + { + "displayName": "Surrealistic", + "langName": "Surrealismo", + "object": "Estilo artístico", + "attribute": "Ficção e realidade" + }, + { + "displayName": "Social realism", + "langName": "realismo social", + "object": "Estilo artístico", + "attribute": "Ficção e realidade" + }, + { + "displayName": "Magic Realism", + "langName": "realismo mágico", + "object": "Estilo artístico", + "attribute": "Ficção e realidade" + }, + { + "displayName": "Fantastic Realism", + "langName": "realismo mágico", + "object": "Estilo artístico", + "attribute": "Ficção e realidade" + }, + { + "displayName": "Classical Realism", + "langName": "realismo crítico", + "object": "Estilo artístico", + "attribute": "Ficção e realidade" + }, + { + "displayName": "miserablism", + "langName": "Melancolia (crítica da pobreza e da injustiça na sociedade)", + "object": "Estilo artístico", + "attribute": "Ficção e realidade" + }, + { + "displayName": "Contemporary Realism", + "langName": "realismo contemporâneo", + "object": "Estilo artístico", + "attribute": "Ficção e realidade" + }, + { + "displayName": "Non-Fiction", + "langName": "documentário", + "object": "Estilo artístico", + "attribute": "Ficção e realidade" + }, + { + "displayName": "ukiyoe", + "langName": "Ukiyo-e japonês", + "object": "Estilo artístico", + "attribute": "Arte asiática" + }, + { + "displayName": "illustration,(((ukiyoe))),((sketch)),((japanese_art))", + "langName": "Ukiyo-e (grupo)", + "object": "Estilo artístico", + "attribute": "Arte asiática" + }, + { + "displayName": "traditional chinese painting", + "langName": "Pintura tradicional chinesa", + "object": "Estilo artístico", + "attribute": "Arte asiática" + }, + { + "displayName": "Japonism", + "langName": "Estilo japonês", + "object": "Estilo artístico", + "attribute": "Arte asiática" + }, + { + "displayName": "Japanese manga style", + "langName": "Estilo manga japonês", + "object": "Estilo artístico", + "attribute": "Arte asiática" + }, + { + "displayName": "anime style", + "langName": "estilo de animação", + "object": "Estilo artístico", + "attribute": "Arte asiática" + }, + { + "displayName": "Aestheticism Painting", + "langName": "esteticismo pintura", + "object": "Estilo artístico", + "attribute": "Estilo de fotografia/pintura" + }, + { + "displayName": "pastel color,sketch", + "langName": "Estilo de pintura rápida", + "object": "Estilo artístico", + "attribute": "Estilo de fotografia/pintura" + }, + { + "displayName": "ink doodle", + "langName": "rabisco de tinta", + "object": "Estilo artístico", + "attribute": "Estilo de fotografia/pintura" + }, + { + "displayName": "charcoal sketch", + "langName": "Esboço a carvão", + "object": "Estilo artístico", + "attribute": "Estilo de fotografia/pintura" + }, + { + "displayName": "sketch art", + "langName": "esboço artístico", + "object": "Estilo artístico", + "attribute": "Estilo de fotografia/pintura" + }, + { + "displayName": "sketch paper", + "langName": "papel de rascunho", + "object": "Estilo artístico", + "attribute": "Estilo de fotografia/pintura" + }, + { + "displayName": "manuscript", + "langName": "manuscrito", + "object": "Estilo artístico", + "attribute": "Estilo de fotografia/pintura" + }, + { + "displayName": "fading border", + "langName": "margem esbatida", + "object": "Estilo artístico", + "attribute": "Estilo de fotografia/pintura" + }, + { + "displayName": "heavy contrast", + "langName": "Forte contraste (ênfase na cor)", + "object": "Estilo artístico", + "attribute": "Estilo de fotografia/pintura" + }, + { + "displayName": "watercolor (medium)", + "langName": "pintura a aguarela transparente", + "object": "Estilo artístico", + "attribute": "Estilo de fotografia/pintura" + }, + { + "displayName": "Polaroid art", + "langName": "arte polaroid", + "object": "Estilo artístico", + "attribute": "Estilo de fotografia/pintura" + }, + { + "displayName": "opal render", + "langName": "Renderização de opalas", + "object": "Estilo artístico", + "attribute": "Estilo de fotografia/pintura" + }, + { + "displayName": "chemigram", + "langName": "Cromatograma", + "object": "Estilo artístico", + "attribute": "Estilo de fotografia/pintura" + }, + { + "displayName": "((alphonse mucha))", + "langName": "Estilo Mucha", + "object": "Estilo artístico", + "attribute": "Estilo de fotografia/pintura" + }, + { + "displayName": "((Monet style))", + "langName": "Estilo Monet", + "object": "Estilo artístico", + "attribute": "Estilo de fotografia/pintura" + }, + { + "displayName": "style of Al Williamson", + "langName": "Estilo Williamson", + "object": "Estilo artístico", + "attribute": "Estilo de fotografia/pintura" + }, + { + "displayName": "chiaroscuro", + "langName": "claro-escuro", + "object": "Estilo artístico", + "attribute": "Estilo de fotografia/pintura" + }, + { + "displayName": "film noir", + "langName": "Filme noir (culpa, desejo, vingança)", + "object": "Estilo artístico", + "attribute": "Estilo de fotografia/pintura" + }, + { + "displayName": "dark theme", + "langName": "Arte temática escura", + "object": "Estilo artístico", + "attribute": "Estilo de fotografia/pintura" + }, + { + "displayName": "fantasy", + "langName": "Adequado para cenas de ficção científica", + "object": "Estilo artístico", + "attribute": "Ficção científica" + }, + { + "displayName": "fiction", + "langName": "ficção científica", + "object": "Estilo artístico", + "attribute": "Ficção científica" + }, + { + "displayName": "science fiction", + "langName": "ficção científica", + "object": "Estilo artístico", + "attribute": "Ficção científica" + }, + { + "displayName": "sci-fi", + "langName": "estilo de ficção científica", + "object": "Estilo artístico", + "attribute": "Ficção científica" + }, + { + "displayName": "cyber punk", + "langName": "cyberpunk", + "object": "Estilo artístico", + "attribute": "Ficção científica" + }, + { + "displayName": "Dark Fantasy", + "langName": "fantasia sombria", + "object": "Estilo artístico", + "attribute": "Ficção científica" + }, + { + "displayName": "Ethereal Fantasy", + "langName": "Fantasia nublada", + "object": "Estilo artístico", + "attribute": "Ficção científica" + }, + { + "displayName": "dark fantasy style", + "langName": "estilo de fantasia negra", + "object": "Estilo artístico", + "attribute": "Ficção científica" + }, + { + "displayName": "ww3 style", + "langName": "estilo ww3", + "object": "Estilo artístico", + "attribute": "Ficção científica" + }, + { + "displayName": "Magic Vortex", + "langName": "vórtice mágico", + "object": "Estilo artístico", + "attribute": "Ficção científica" + }, + { + "displayName": "1980s anime", + "langName": "80 animações", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "80s movie", + "langName": "80 filmes", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "80s (style)", + "langName": "Estilo anos 80", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "90s (style)", + "langName": "Estilo dos anos 90", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "disney movie", + "langName": "filmes da Disney", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "goth", + "langName": "rock gótico", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "bubble bobble", + "langName": "Bubble Bobble", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "style of Pixar", + "langName": "animação da pixar", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "Studio Ghibli", + "langName": "Estilo Ghibli", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "Ghibli-like colours", + "langName": "cores ghibli", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "genshin impact", + "langName": "Impacto de Genshin", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "azur lane", + "langName": "azur lane", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "kantai collection", + "langName": "recolha da frota", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "rebecca (cyberpunk)", + "langName": "caminhante", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "chainsaw man", + "langName": "homem da motosserra", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "synthwave", + "langName": "onda de vapor", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "anime screeshot", + "langName": "captura de ecrã de animação", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "dakimakura", + "langName": "almofada", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "cosplay", + "langName": "dramatização", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "guro", + "langName": "Curiosidade", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "personification", + "langName": "personificação", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "4koma", + "langName": "Quatro grelhas", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "8 Bit Game", + "langName": "Jogos 8bit", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "DC Comics", + "langName": "Pode gerar cenas de banda desenhada para capas de banda desenhada americana", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "cartoon", + "langName": "Desenho animado", + "object": "Estilo artístico", + "attribute": "Subcultura" + }, + { + "displayName": "album", + "langName": "álbum", + "object": "Estilo artístico", + "attribute": "Publicação" + }, + { + "displayName": "album cover", + "langName": "capa do álbum", + "object": "Estilo artístico", + "attribute": "Publicação" + }, + { + "displayName": "magazine scan", + "langName": "Páginas interiores da revista", + "object": "Estilo artístico", + "attribute": "Publicação" + }, + { + "displayName": "magazine cover", + "langName": "capa de revista", + "object": "Estilo artístico", + "attribute": "Publicação" + }, + { + "displayName": "cover", + "langName": "cobertura", + "object": "Estilo artístico", + "attribute": "Publicação" + }, + { + "displayName": "artbook", + "langName": "pintura original", + "object": "Estilo artístico", + "attribute": "Publicação" + }, + { + "displayName": "column lineup", + "langName": "Uma série de pequenas imagens formam uma grande imagem", + "object": "Estilo artístico", + "attribute": "Publicação" + }, + { + "displayName": "zoom layer", + "langName": "O fundo é uma versão ampliada do primeiro plano", + "object": "Estilo artístico", + "attribute": "Publicação" + }, + { + "displayName": "3D Item Render", + "langName": "Renderização 3D", + "object": "Estilo artístico", + "attribute": "Arte digital" + }, + { + "displayName": "animated gif", + "langName": "Imagens em formato GIF", + "object": "Estilo artístico", + "attribute": "Arte digital" + }, + { + "displayName": "fine art parody", + "langName": "Imitação de pinturas famosas", + "object": "Estilo artístico", + "attribute": "Arte digital" + }, + { + "displayName": "optical illusion", + "langName": "erro visual", + "object": "Estilo artístico", + "attribute": "Arte digital" + }, + { + "displayName": "((ASCII art))", + "langName": "Arte ASCII", + "object": "Estilo artístico", + "attribute": "Arte digital" + }, + { + "displayName": "Synchronism", + "langName": "coordenação do tempo", + "object": "Estilo artístico", + "attribute": "Arte digital" + }, + { + "displayName": "highres", + "langName": "impasto (estilo)", + "object": "Estilo artístico", + "attribute": "Arte digital" + }, + { + "displayName": "sample", + "langName": "Há palavras na imagem", + "object": "Estilo artístico", + "attribute": "Arte digital" + }, + { + "displayName": "dreamlike", + "langName": "sonho", + "object": "Estilo artístico", + "attribute": "Arte digital" + }, + { + "displayName": "pixiv", + "langName": "Retrato de estilo bidimensional puro", + "object": "Estilo artístico", + "attribute": "Arte digital" + }, + { + "displayName": "a beautiful korean idol,stylish outfit,fitted jeans,oversized jacket,fashionable accessories,(realistic detailed eyes,natural skin texture,confident expression)", + "langName": "Retratos mais utilizados", + "object": "Pós-processamento", + "attribute": "Colecções normalmente utilizadas" + }, + { + "displayName": "fitted jeans,oversized jacket,navel", + "langName": "Combinação casual (calças de ganga + espartilho de umbigo)", + "object": "Pós-processamento", + "attribute": "Colecções normalmente utilizadas" + }, + { + "displayName": "black hair,earrings,flash photography,jewelry,looking at viewer and facing viewer,solo,(upper body),smirk,long hair,ponytail,short sleeves,black dress,black eyes,makeup,lipstick,(cleavage visible,large breasts),face close-up,bend over,pale skin,downblouse,Arms supporting the bed,wearing necklace,(Bedroom background,bed and curtains behind her,Wardrobe,desk lamp),,detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "Fotografias privadas", + "object": "Pós-processamento", + "attribute": "Colecções normalmente utilizadas" + }, + { + "displayName": "cityscape backdrop,rooftop or high-rise balcony,shallow depth of field,bokeh from city lights", + "langName": "fundo da cidade em altura", + "object": "Pós-processamento", + "attribute": "Colecções normalmente utilizadas" + }, + { + "displayName": "Fujifilm XT3,film still,film grain,sharp focus on subject,cinematic", + "langName": "Textura do filme", + "object": "Pós-processamento", + "attribute": "Colecções normalmente utilizadas" + }, + { + "displayName": "ultra-high definition", + "langName": "ultra alta definição", + "object": "Pós-processamento", + "attribute": "Resolução" + }, + { + "displayName": "4k", + "langName": "4k", + "object": "Pós-processamento", + "attribute": "Resolução" + }, + { + "displayName": "8K", + "langName": "8K", + "object": "Pós-processamento", + "attribute": "Resolução" + }, + { + "displayName": "16k", + "langName": "16k", + "object": "Processamento posterior", + "attribute": "Resolução" + }, + { + "displayName": "32k", + "langName": "32k", + "object": "Processamento posterior", + "attribute": "Resolução" + }, + { + "displayName": "Full-HD", + "langName": "Full HD", + "object": "Processamento posterior", + "attribute": "Resolução" + }, + { + "displayName": "HD", + "langName": "HD", + "object": "Processamento posterior", + "attribute": "Resolução" + }, + { + "displayName": "Ultra-HD", + "langName": "ultra alta definição", + "object": "Processamento posterior", + "attribute": "Resolução" + }, + { + "displayName": "Super-Resolution", + "langName": "super-resolução", + "object": "Processamento posterior", + "attribute": "Resolução" + }, + { + "displayName": "Megapixel", + "langName": "megapixéis", + "object": "Processamento posterior", + "attribute": "Resolução" + }, + { + "displayName": "absurdres", + "langName": "resolução ultra elevada", + "object": "Processamento posterior", + "attribute": "Resolução" + }, + { + "displayName": "incredibly absurdres", + "langName": "resolução extremamente elevada", + "object": "Processamento posterior", + "attribute": "Resolução" + }, + { + "displayName": "huge filesize", + "langName": "Ficheiros de super alta resolução/grandes", + "object": "Pós-processamento", + "attribute": "Resolução" + }, + { + "displayName": "Anaglyph", + "langName": "Pintura 3D", + "object": "Pós-processamento", + "attribute": "Visão estereoscópica" + }, + { + "displayName": "Multiscopy", + "langName": "multiviewer", + "object": "Processamento posterior", + "attribute": "Visão estereoscópica" + }, + { + "displayName": "Autostereoscopy", + "langName": "autostereoscópico", + "object": "Pós-processamento", + "attribute": "Visão estereoscópica" + }, + { + "displayName": "Stereoscopy", + "langName": "Estereofotografia", + "object": "Pós-processamento", + "attribute": "Visão estereoscópica" + }, + { + "displayName": "Parallax", + "langName": "Paralaxe", + "object": "Pós-processamento", + "attribute": "Visão estereoscópica" + }, + { + "displayName": "Anti-Aliasing", + "langName": "Anti-aliasing", + "object": "Pós-processamento", + "attribute": "Anti-aliasing" + }, + { + "displayName": "FXAA", + "langName": "FXAA", + "object": "Pós-processamento", + "attribute": "Anti-aliasing" + }, + { + "displayName": "TXAA", + "langName": "TxAA", + "object": "Pós-processamento", + "attribute": "Anti-aliasing" + }, + { + "displayName": "RTX", + "langName": "transmissão em tempo real", + "object": "Pós-processamento", + "attribute": "Anti-aliasing" + }, + { + "displayName": "SSAO", + "langName": "SSAO", + "object": "Pós-processamento", + "attribute": "Anti-aliasing" + }, + { + "displayName": "De-Noise", + "langName": "Redução do ruído", + "object": "Pós-processamento", + "attribute": "Anti-aliasing" + }, + { + "displayName": "Shaders", + "langName": "sombreador", + "object": "Pós-processamento", + "attribute": "Sombreador" + }, + { + "displayName": "OpenGL-Shaders", + "langName": "Shaders OpenGL", + "object": "Pós-processamento", + "attribute": "Sombreador" + }, + { + "displayName": "GLSL-Shaders", + "langName": "Sombreadores GLSL", + "object": "Pós-processamento", + "attribute": "Sombreador" + }, + { + "displayName": "Post Processing", + "langName": "pós-processamento", + "object": "Pós-processamento", + "attribute": "Sombreador" + }, + { + "displayName": "Post-Production", + "langName": "Pós-produção", + "object": "Pós-processamento", + "attribute": "Sombreador" + }, + { + "displayName": "Cel Shading", + "langName": "meta coloração", + "object": "Pós-processamento", + "attribute": "Sombreador" + }, + { + "displayName": "Tone Mapping", + "langName": "Mapeamento de tons", + "object": "Pós-processamento", + "attribute": "Sombreador" + }, + { + "displayName": "CGI", + "langName": "imagiologia informática", + "object": "Pós-processamento", + "attribute": "Sombreador" + }, + { + "displayName": "VFX", + "langName": "efeitos visuais", + "object": "Pós-processamento", + "attribute": "Sombreador" + }, + { + "displayName": "SFX", + "langName": "Efeitos sonoros", + "object": "Pós-processamento", + "attribute": "Sombreador" + }, + { + "displayName": "Unreal Engine", + "langName": "Motor Unreal", + "object": "Pós-processamento", + "attribute": "Sombreador" + }, + { + "displayName": "Scan Lines", + "langName": "linha de varrimento", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Posterization", + "langName": "segmentação tonal", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Quantization", + "langName": "Quantificar", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Sobel Operator", + "langName": "Operador de Sobel", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Edge Detection", + "langName": "deteção de bordos", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Interlaced", + "langName": "digitalização entrelaçada", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Moire Patterns", + "langName": "padrão moiré", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Rounded", + "langName": "rodada", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Wavy", + "langName": "ondulado", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Whirl", + "langName": "vórtice", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Squiggly", + "langName": "ondulação", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Morph", + "langName": "deformação", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Spiraling", + "langName": "espiral", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Twisted Rays", + "langName": "luz distorcida", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Starburst", + "langName": "explosão estelar", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Emboss", + "langName": "alívio", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Tessellated", + "langName": "mosaico", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Blobby", + "langName": "ponto", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Blobs", + "langName": "ponto", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Cracks", + "langName": "fenda", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Textured", + "langName": "textura", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Convolution Matrix", + "langName": "matriz de convolução", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Dilate", + "langName": "bom", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Erode", + "langName": "erosão", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Dirty", + "langName": "sujo", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "With Imperfections", + "langName": "defeituoso", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Distortion", + "langName": "Distorção", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Lenticular", + "langName": "Lenticular", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Cropped", + "langName": "Cultura", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Quantum-Wavetracing", + "langName": "Traçado de ondas quânticas", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Tornadic", + "langName": "tornado", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Sabattier Effect", + "langName": "Fornece bordos suaves e desfocados e sombreamento de cores", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Smudged", + "langName": "Vago", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Sharpened", + "langName": "afiar", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Glowing Edges", + "langName": "borda brilhante", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Spherize", + "langName": "esferoidização", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Harris Shutter", + "langName": "Capte objectos em movimento rápido ou mantenha a nitidez da imagem em ambientes com pouca luz", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Mordancage", + "langName": "fotografia de gravura", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Ray Traced", + "langName": "Traçado de raios", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "Ray Tracing Ambient Occlusion", + "langName": "Oclusão ambiente de traçado de raios", + "object": "Pós-processamento", + "attribute": "Processamento de imagens" + }, + { + "displayName": "award winning", + "langName": "Obras premiadas", + "object": "Pós-processamento", + "attribute": "Qualidade" + }, + { + "displayName": "professional", + "langName": "importante", + "object": "Pós-processamento", + "attribute": "Qualidade" + }, + { + "displayName": "breathtaking", + "langName": "Impressionante", + "object": "Pós-processamento", + "attribute": "Qualidade" + }, + { + "displayName": "groundbreaking", + "langName": "Inauguração", + "object": "Pós-processamento", + "attribute": "Qualidade" + }, + { + "displayName": "superb", + "langName": "primeira classe", + "object": "Pós-processamento", + "attribute": "Qualidade" + }, + { + "displayName": "outstanding", + "langName": "Extraordinário", + "object": "Pós-processamento", + "attribute": "Qualidade" + }, + { + "displayName": "best quality", + "langName": "melhor qualidade", + "object": "Pós-processamento", + "attribute": "Qualidade" + }, + { + "displayName": "best aesthetic", + "langName": "melhor estética", + "object": "Pós-processamento", + "attribute": "Qualidade" + }, + { + "displayName": "masterpiece", + "langName": "obra-prima", + "object": "Pós-processamento", + "attribute": "Qualidade" + }, + { + "displayName": "extreme detail", + "langName": "pormenor extremo", + "object": "Pós-processamento", + "attribute": "Qualidade" + }, + { + "displayName": "amazing", + "langName": "fantástico", + "object": "Pós-processamento", + "attribute": "Qualidade" + }, + { + "displayName": "original", + "langName": "Original", + "object": "Pós-processamento", + "attribute": "Qualidade" + }, + { + "displayName": "in a symbolic and meaningful style", + "langName": "Estilo simbólico e significativo", + "object": "Pós-processamento", + "attribute": "Qualidade" + }, + { + "displayName": "insanely detailed and intricate", + "langName": "extremamente pormenorizado e complexo", + "object": "Pós-processamento", + "attribute": "Qualidade" + }, + { + "displayName": "very coherent symmetrical artwork", + "langName": "Estrutura coerente e simétrica", + "object": "Pós-processamento", + "attribute": "Qualidade" + }, + { + "displayName": "Trending on ArtStation", + "langName": "Estação de arte", + "object": "Pós-processamento", + "attribute": "Plataforma | Tendências" + }, + { + "displayName": "Trending on Facebook", + "langName": "Facebook", + "object": "Pós-processamento", + "attribute": "Plataforma | Tendências" + }, + { + "displayName": "Trending on Pixiv", + "langName": "Pixiv", + "object": "Pós-processamento", + "attribute": "Plataforma | Tendências" + }, + { + "displayName": "Trending on Pixbay", + "langName": "Pixbay", + "object": "Pós-processamento", + "attribute": "Plataforma | Tendências" + }, + { + "displayName": "reddit", + "langName": "fórum reddit", + "object": "Pós-processamento", + "attribute": "Plataforma | Tendências" + } +] \ No newline at end of file diff --git a/src/app/data/prompt/prompt-ru.json b/src/app/data/prompt/prompt-ru.json new file mode 100644 index 0000000..f9a6b2f --- /dev/null +++ b/src/app/data/prompt/prompt-ru.json @@ -0,0 +1,29606 @@ +[ + { + "displayName": "female", + "langName": "женский", + "object": "Фигура", + "attribute": "Основная часть" + }, + { + "displayName": "male", + "langName": "мужской", + "object": "Фигура", + "attribute": "Основная часть" + }, + { + "displayName": "mature_female", + "langName": "зрелые женщины", + "object": "Фигура", + "attribute": "Основная часть" + }, + { + "displayName": "mature", + "langName": "зрелый", + "object": "Фигура", + "attribute": "Основная часть" + }, + { + "displayName": "little_girl", + "langName": "маленькая девочка", + "object": "Фигура", + "attribute": "Основная часть" + }, + { + "displayName": "little_boy", + "langName": "маленький мальчик", + "object": "Фигура", + "attribute": "Основная часть" + }, + { + "displayName": "1girl", + "langName": "1 девушка", + "object": "Фигура", + "attribute": "Основная часть" + }, + { + "displayName": "1boy", + "langName": "1 мальчик", + "object": "Фигура", + "attribute": "Основная часть" + }, + { + "displayName": "2girls", + "langName": "2 девочки", + "object": "Фигура", + "attribute": "Основная часть" + }, + { + "displayName": "2boys", + "langName": "2 мальчика", + "object": "Фигура", + "attribute": "Основная часть" + }, + { + "displayName": "sisters", + "langName": "сестры", + "object": "Фигура", + "attribute": "Основная часть" + }, + { + "displayName": "multiple_girls", + "langName": "несколько девушек", + "object": "Фигура", + "attribute": "Основная часть" + }, + { + "displayName": "solo", + "langName": "одинокий", + "object": "Фигура", + "attribute": "Основная часть" + }, + { + "displayName": "ojousama", + "langName": "Скучать", + "object": "Фигура", + "attribute": "Основная часть" + }, + { + "displayName": "bishoujo", + "langName": "красивая девушка", + "object": "Фигура", + "attribute": "Основная часть" + }, + { + "displayName": "kawaii", + "langName": "милый", + "object": "Фигура", + "attribute": "Основная часть" + }, + { + "displayName": "adorable_girl", + "langName": "милая девушка", + "object": "Фигура", + "attribute": "Основная часть" + }, + { + "displayName": "female_pervert", + "langName": "Шлюха", + "object": "Фигура", + "attribute": "Основная часть" + }, + { + "displayName": "milf", + "langName": "МИЛФ", + "object": "Фигура", + "attribute": "Основная часть" + }, + { + "displayName": "a beautiful korean idol", + "langName": "корейский идол", + "object": "Фигура", + "attribute": "Основная часть" + }, + { + "displayName": "lifeguard", + "langName": "Спасатель", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "goalkeeper", + "langName": "вратарь", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "racer", + "langName": "гонщик", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "motorcyclist", + "langName": "мотоциклист", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "boxer", + "langName": "боксер", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "acrobat", + "langName": "акробат", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "athletes", + "langName": "спортсмен", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "cheerleader", + "langName": "Чирлидинг", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "stewardess", + "langName": "Стюардесса авиакомпании", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "waitress", + "langName": "официантка", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "waiter", + "langName": "официант", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "chef", + "langName": "шеф-повар", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "barista", + "langName": "бариста", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "cashier", + "langName": "касса", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "mailman", + "langName": "почтальон", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "office_lady", + "langName": "работающие женщины", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "maid", + "langName": "служанка", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "housemaid", + "langName": "экономка", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "doctor", + "langName": "доктор", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "nurse", + "langName": "Медсестра", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "scientist", + "langName": "ученый", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "detective", + "langName": "детектив", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "police", + "langName": "полиция", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "soldier", + "langName": "Солдат", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "firefighter", + "langName": "пожарный", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "hacker", + "langName": "хакер", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "spy", + "langName": "шпион", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "agent", + "langName": "агент", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "assassin", + "langName": "убийца", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "magician", + "langName": "фокусник", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "pilot", + "langName": "пилот", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "astronaut", + "langName": "астронавт", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "diver", + "langName": "дайвер", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "bar censor", + "langName": "экзаменатор адвокатуры", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "missionary", + "langName": "миссионер", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "poet", + "langName": "поэт", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "actor", + "langName": "актер", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "actress", + "langName": "актриса", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "idol", + "langName": "Идол", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "queen", + "langName": "Королева", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "race_queen", + "langName": "гоночная девушка", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "dancer", + "langName": "танцор", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "ballerina", + "langName": "балерина", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "dancing girl", + "langName": "танцующая девушка", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "gym_leader", + "langName": "тренер по спортивной гимнастике", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "priest", + "langName": "священник", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "cleric", + "langName": "Духовенство (христианское)", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "monk", + "langName": "монах", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "nun", + "langName": "монахиня", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "makihitsuji", + "langName": "пасти", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "the hermit", + "langName": "отшельник", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "teacher", + "langName": "учитель", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "classmate", + "langName": "одноклассник", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "student", + "langName": "студент", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "harem", + "langName": "гарем", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "ghost", + "langName": "призрак", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "doll", + "langName": "кукла", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "albino", + "langName": "альбиносы", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "amputee", + "langName": "ампутант", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "trap", + "langName": "Трансвестит (мужчины с женскими признаками могут быть ошибочно приняты за женщин)", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "crossdressing", + "langName": "Трансвестит (ношение одежды, не соответствующей гендерной идентичности)", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "otoko_no_ko", + "langName": "Трансвестит (мужчина, обладающий внешними признаками женщины)", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "wa_maid", + "langName": "японская горничная", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "yaoi", + "langName": "Будь геем", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "yuri", + "langName": "Лили", + "object": "Фигура", + "attribute": "Личность" + }, + { + "displayName": "pikachu", + "langName": "Пикачу", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "pokemon", + "langName": "Покемоны", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "doraemon", + "langName": "дораэмон", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "crayon shin-chan", + "langName": "карандаш шин-тян", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "slam dunk", + "langName": "слэм-данк", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "harry potter", + "langName": "гарри поттер", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "avengers", + "langName": "Мстители", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "captain america", + "langName": "капитан америка", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "gojou satoru", + "langName": "Годзё Сатору", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "neon genesis evangelion", + "langName": "Евангелион Неонового Генезиса", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "mazinger", + "langName": "чудо-женщина", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "saint seiya", + "langName": "Святой Сейя", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "kamen rider", + "langName": "Камен Райдер", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "mario", + "langName": "марио", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "sun wukong", + "langName": "Сунь Укун", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "hatsune miku", + "langName": "Хацунэ Мику", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "magical_girl", + "langName": "волшебная девочка", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "sailor_senshi", + "langName": "Сейлор Мун", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "witch", + "langName": "ведьма", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "miko", + "langName": "мико", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "mage", + "langName": "волшебник", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "magister", + "langName": "Магистр", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "ninja", + "langName": "ниндзя", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "samurai", + "langName": "самурай", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "vampire", + "langName": "вампир", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "knight", + "langName": "рыцарь", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "orc", + "langName": "орк", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "druid", + "langName": "Друид", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "elf", + "langName": "гоблин", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "dark_elf", + "langName": "темный эльф", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "fairy", + "langName": "эльф", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "succubus", + "langName": "суккуб", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "imp", + "langName": "маленький дьявол", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "devil", + "langName": "дьявол", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "angel", + "langName": "Ангел", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "monster", + "langName": "монстр", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "monster_girl", + "langName": "Мать иностранца", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "dominatrix", + "langName": "Королева (SM средний)", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "mecha", + "langName": "Меха", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "mecha_musume", + "langName": "Меха-девушка", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "humanoid_robot", + "langName": "гуманоидный робот", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "cyborg", + "langName": "киборг", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "dragon_girl", + "langName": "леди-дракон", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "centaur", + "langName": "Кентавр", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "slime_musume", + "langName": "Девушка-слизь", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "spider_girl", + "langName": "девушка-паук", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "mermaid", + "langName": "русалка", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "cat_girl", + "langName": "Девушка-кошка", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "dog_girl", + "langName": "Девушка-собака", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "wolf_girl", + "langName": "девушка-волчица", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "fox_girl", + "langName": "девушка-лиса", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "kitsune", + "langName": "лис демон", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "kyuubi", + "langName": "девять хвостов | девятихвостая лиса", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "raccoon_girl", + "langName": "девочка-енот", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "bunny_girl", + "langName": "девочка-кролик", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "cow_girl", + "langName": "ковбойша", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "horse_girl", + "langName": "Ма Ньянг", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "furry", + "langName": "орк", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "furry/orc", + "langName": "Орки/Орки", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "kemonomimi_mode", + "langName": "Уши животных в стиле лоли", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "giantess", + "langName": "великанша", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "minigirl", + "langName": "мини-девочка", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "mesugaki", + "langName": "самка чертенка", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "santa alter", + "langName": "Санта Клаус", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "spider-man", + "langName": "человек-паук", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "demo", + "langName": "демон", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "no humans", + "langName": "бесчеловечный", + "object": "Фигура", + "attribute": "Двумерный персонаж" + }, + { + "displayName": "toddler", + "langName": "ребенок, начинающий ходить", + "object": "Фигура", + "attribute": "Возраст" + }, + { + "displayName": "kindergartener", + "langName": "детский сад", + "object": "Фигура", + "attribute": "Возраст" + }, + { + "displayName": "child", + "langName": "ребенок", + "object": "Фигура", + "attribute": "Возраст" + }, + { + "displayName": "underage", + "langName": "несовершеннолетний", + "object": "Фигура", + "attribute": "Возраст" + }, + { + "displayName": "teenager", + "langName": "Подростки (13-19)", + "object": "Фигура", + "attribute": "Возраст" + }, + { + "displayName": "teen", + "langName": "Подростки (13-19)", + "object": "Фигура", + "attribute": "Возраст" + }, + { + "displayName": "early teen", + "langName": "Ранний подростковый возраст (11-15)", + "object": "Фигура", + "attribute": "Возраст" + }, + { + "displayName": "adult", + "langName": "взрослые", + "object": "Фигура", + "attribute": "Возраст" + }, + { + "displayName": "elder", + "langName": "старший", + "object": "Фигура", + "attribute": "Возраст" + }, + { + "displayName": "old", + "langName": "пожилые люди", + "object": "Фигура", + "attribute": "Возраст" + }, + { + "displayName": "loli", + "langName": "лоли", + "object": "Фигура", + "attribute": "Возраст" + }, + { + "displayName": "shota", + "langName": "Шота", + "object": "Фигура", + "attribute": "Возраст" + }, + { + "displayName": "white_skin", + "langName": "белая кожа", + "object": "Фигура", + "attribute": "Кожа" + }, + { + "displayName": "pale_skin", + "langName": "Бледная кожа (подходит для темной или яркой одежды)", + "object": "Фигура", + "attribute": "Кожа" + }, + { + "displayName": "fair_skin", + "langName": "светлая кожа", + "object": "Фигура", + "attribute": "Кожа" + }, + { + "displayName": "olive_skin", + "langName": "оливковая кожа", + "object": "Фигура", + "attribute": "Кожа" + }, + { + "displayName": "brown_skin", + "langName": "смуглая кожа", + "object": "Фигура", + "attribute": "Кожа" + }, + { + "displayName": "deep_skin", + "langName": "темная кожа", + "object": "Фигура", + "attribute": "Кожа" + }, + { + "displayName": "dark_skin", + "langName": "темная кожа", + "object": "Фигура", + "attribute": "Кожа" + }, + { + "displayName": "black_skin", + "langName": "темная кожа", + "object": "Фигура", + "attribute": "Кожа" + }, + { + "displayName": "shiny_skin", + "langName": "блестящая кожа", + "object": "Фигура", + "attribute": "Кожа" + }, + { + "displayName": "white_marble_glowing_skin", + "langName": "белая мраморная светящаяся кожа", + "object": "Фигура", + "attribute": "Кожа" + }, + { + "displayName": "tattoo", + "langName": "татуировка", + "object": "Фигура", + "attribute": "Кожа" + }, + { + "displayName": "tan", + "langName": "Воздействие солнца", + "object": "Фигура", + "attribute": "Кожа" + }, + { + "displayName": "tanlines", + "langName": "повреждение от солнца", + "object": "Фигура", + "attribute": "Кожа" + }, + { + "displayName": "oil", + "langName": "маслянистый", + "object": "Фигура", + "attribute": "Кожа" + }, + { + "displayName": "skinny", + "langName": "Тощий", + "object": "Фигура", + "attribute": "Фигура" + }, + { + "displayName": "plump", + "langName": "полный", + "object": "Фигура", + "attribute": "Фигура" + }, + { + "displayName": "curvy", + "langName": "Фигура дьявола", + "object": "Фигура", + "attribute": "Фигура" + }, + { + "displayName": "(navel,wide hip,curvy)", + "langName": "раскрыть фигуру", + "object": "Фигура", + "attribute": "Фигура" + }, + { + "displayName": "gyaru", + "langName": "Горячие девушки (японские девушки)", + "object": "Фигура", + "attribute": "Фигура" + }, + { + "displayName": "pregnant", + "langName": "Беременная", + "object": "Фигура", + "attribute": "Фигура" + }, + { + "displayName": "fat", + "langName": "ожирение", + "object": "Фигура", + "attribute": "Фигура" + }, + { + "displayName": "thin", + "langName": "тонкий", + "object": "Фигура", + "attribute": "Фигура" + }, + { + "displayName": "slender", + "langName": "стройный", + "object": "Фигура", + "attribute": "Фигура" + }, + { + "displayName": "glamor", + "langName": "очарование", + "object": "Фигура", + "attribute": "Фигура" + }, + { + "displayName": "tall", + "langName": "высокий", + "object": "Фигура", + "attribute": "Фигура" + }, + { + "displayName": "petite", + "langName": "маленькая", + "object": "Фигура", + "attribute": "Фигура" + }, + { + "displayName": "chibi", + "langName": "Стиль печати Mengmeng/Q", + "object": "Фигура", + "attribute": "Фигура" + }, + { + "displayName": "muscular", + "langName": "мышца", + "object": "Фигура", + "attribute": "Фигура" + }, + { + "displayName": "big tits", + "langName": "большая грудь", + "object": "Фигура", + "attribute": "Фигура" + }, + { + "displayName": "(cleavage visible,large breasts)", + "langName": "Большая грудь (с декольте)", + "object": "Фигура", + "attribute": "Фигура" + }, + { + "displayName": "Small waist", + "langName": "Узкая талия", + "object": "Фигура", + "attribute": "Фигура" + }, + { + "displayName": "narrow_waist", + "langName": "тонкая талия", + "object": "Фигура", + "attribute": "Фигура" + }, + { + "displayName": "slender_waist", + "langName": "тонкая талия", + "object": "Фигура", + "attribute": "Фигура" + }, + { + "displayName": "strong", + "langName": "сильный", + "object": "Фигура", + "attribute": "Фигура" + }, + { + "displayName": "slim", + "langName": "стройный", + "object": "Фигура", + "attribute": "Фигура" + }, + { + "displayName": "slender face", + "langName": "похудение лица", + "object": "Фигура", + "attribute": "Форма лица" + }, + { + "displayName": "round face", + "langName": "круглое лицо", + "object": "Фигура", + "attribute": "Форма лица" + }, + { + "displayName": "oval face", + "langName": "Овальное лицо", + "object": "Фигура", + "attribute": "Форма лица" + }, + { + "displayName": "baby face", + "langName": "детское личико", + "object": "Фигура", + "attribute": "Форма лица" + }, + { + "displayName": "inverted triangle face", + "langName": "Лицо в форме перевернутого треугольника", + "object": "Фигура", + "attribute": "Форма лица" + }, + { + "displayName": "heart shaped face", + "langName": "лицо в форме сердца", + "object": "Фигура", + "attribute": "Форма лица" + }, + { + "displayName": "diamond face", + "langName": "алмазное лицо", + "object": "Фигура", + "attribute": "Форма лица" + }, + { + "displayName": "square face", + "langName": "квадратное лицо", + "object": "Фигура", + "attribute": "Форма лица" + }, + { + "displayName": "long face", + "langName": "длинное лицо", + "object": "Фигура", + "attribute": "Форма лица" + }, + { + "displayName": "triangular face", + "langName": "треугольное лицо", + "object": "Фигура", + "attribute": "Форма лица" + }, + { + "displayName": "detailed gorgeous face", + "langName": "прекрасное лицо", + "object": "Фигура", + "attribute": "Форма лица" + }, + { + "displayName": "delicate features", + "langName": "Изысканные черты лица", + "object": "Фигура", + "attribute": "Форма лица" + }, + { + "displayName": "black hair", + "langName": "черные волосы", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "white hair", + "langName": "белые волосы", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "grey hair", + "langName": "седые волосы", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "silver hair", + "langName": "серебряные волосы", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "blonde hair", + "langName": "светлые волосы", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "light brown hair", + "langName": "светло-каштановые волосы", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "brown hair", + "langName": "каштановые волосы", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "red hair", + "langName": "рыжие волосы", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "pink hair", + "langName": "розовые волосы", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "purple hair", + "langName": "фиолетовые волосы", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "blue hair", + "langName": "синие волосы", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "light blue hair", + "langName": "светло-голубые волосы", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "dark blue hair", + "langName": "темно-синие волосы", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "green hair", + "langName": "зеленые волосы", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "yellow hair", + "langName": "желтые волосы", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "two-tone hair", + "langName": "двухцветные волосы", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "multicolored hair", + "langName": "смешанный цвет волос", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "grey gradient hair", + "langName": "седые волосы градиент", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "Gradation of hair", + "langName": "Волосы омбре", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "streaked hair", + "langName": "Осветленные волосы", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "hair_down", + "langName": "волосы распущены", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "hair_spread_out", + "langName": "распущенные волосы", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "hair_flip", + "langName": "расчесывать волосы", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "hair_up", + "langName": "волосы вверх", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "hair_behind_ear", + "langName": "волосы за ухом", + "object": "Фигура", + "attribute": "Волосы" + }, + { + "displayName": "straight_hair", + "langName": "прямые волосы", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "curly hair", + "langName": "кудри", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "wavy hair", + "langName": "Естественный объем", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "short hair", + "langName": "короткие волосы", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "medium hair", + "langName": "Чжунфа", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "long hair", + "langName": "длинные волосы", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "very long hair", + "langName": "супер длинные волосы", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "short ponytail", + "langName": "короткий конский хвост", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "ponytail", + "langName": "конский хвост", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "high ponytail", + "langName": "высокий конский хвост", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "low ponytail", + "langName": "низкий конский хвост", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "front ponytail", + "langName": "передний хвост", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "Side ponytail", + "langName": "боковой хвост", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "folded ponytail", + "langName": "сложенный конский хвост", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "braided ponytail", + "langName": "волосы, заплетенные в хвост", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "quad tails", + "langName": "четыре хвостика", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "twin braids", + "langName": "двойная коса", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "low twin braids", + "langName": "низкая двойная коса", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "side braid", + "langName": "боковая коса", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "single braid", + "langName": "одинарная коса", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "crown braid", + "langName": "коса-корона", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "french braid", + "langName": "Французская коса", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "braid", + "langName": "коса", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "drill hair", + "langName": "ролл-ролл принцесса", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "twin_drills", + "langName": "прическа двойной ромб", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "bunches", + "langName": "Двойные хвостики", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "twintails", + "langName": "Двойные хвостики два", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "hair bun", + "langName": "Булочка | Пельмень", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "single_hair_bun", + "langName": "одинарная булочка", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "double_bun", + "langName": "Две булочки", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "braided bangs", + "langName": "косички челки", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "braided bun", + "langName": "косичка-пучок", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "cone hair bun", + "langName": "конический пучок", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "doughnut hair bun", + "langName": "булочка-пончик", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "heart hair bun", + "langName": "булочка в форме сердца", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "bob cut", + "langName": "Боб-каре", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "bob haircut", + "langName": "Боб-каре", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "hime cut", + "langName": "Огранка «Принцесса»", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "updo", + "langName": "волосы в пучок", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "topknot", + "langName": "голова фрикадельки", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "one side up", + "langName": "Волосы завязаны на одну сторону", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "two side up", + "langName": "Двусторонняя резинка для волос", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "multi-tied hair", + "langName": "Завяжите побольше волос", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "payot", + "langName": "длинные бакенбарды", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "dynamic hair", + "langName": "динамичные волосы", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "swept bangs", + "langName": "косая челка", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "crossed bangs", + "langName": "Перекрестная челка", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "bangs", + "langName": "Челка", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "blunt bangs", + "langName": "Ци челки", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "Slanted bangs", + "langName": "косая челка", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "long bangs", + "langName": "длинная челка", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "air bangs", + "langName": "воздушные удары", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "asymmetric bangs", + "langName": "асимметричная челка", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "asymmetrical bangs", + "langName": "асимметричная челка", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "parted bangs", + "langName": "Раздельная челка", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "side_blunt_bangs", + "langName": "боковые воздушные удары", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "centre parting bangs", + "langName": "Челка с пробором по центру", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "middle Fringe", + "langName": "Челка с пробором по центру", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "bowl_cut", + "langName": "грибовидная головка | горшечная головка", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "hair_flaps", + "langName": "крылья для волос", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "hair wings", + "langName": "волосы крыла", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "hair in takes", + "langName": "закрыть", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "flipped hair", + "langName": "Искривленные волосы", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "messy hair", + "langName": "Небрежная прическа", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "disheveled hair", + "langName": "Неопрятные волосы", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "antenna hair", + "langName": "Много тусклых волос", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "ahoge", + "langName": "Тупой", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "forehead", + "langName": "Показать лоб", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "dreadlocks", + "langName": "Дреды", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "wet hair", + "langName": "мокрые волосы", + "object": "Фигура", + "attribute": "Прическа" + }, + { + "displayName": "makeup", + "langName": "составить", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "eyeshadow", + "langName": "тени для век", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "red eyeshadow", + "langName": "красные тени для век", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "blue eyeshadow", + "langName": "синие тени для век", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "purple eyeshadow", + "langName": "Фиолетовые тени для век", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "pink eyeshadow", + "langName": "розовые тени для век", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "green eyeshadow", + "langName": "Зеленые тени для век", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "mascara", + "langName": "тушь для ресниц", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "long_eyelashes", + "langName": "длинные ресницы", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "colored_eyelashes", + "langName": "Цветные ресницы", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "lipgloss", + "langName": "блеск для губ", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "red_lips", + "langName": "красные губы", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "anime_style_blush", + "langName": "анимированный румянец", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "nose_blush", + "langName": "румянец на носу", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "freckles", + "langName": "веснушка", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "mole", + "langName": "крот", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "mole_under_eye", + "langName": "родинки под глазами", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "scar", + "langName": "шрам", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "scar_across_eye", + "langName": "шрамы на глазах", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "facial_mark", + "langName": "Узорчатое лицо", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "forehead_mark", + "langName": "На лбу есть узор.", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "anger_vein", + "langName": "Символ гнева головы", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "bags_under_eyes", + "langName": "мешки под глазами", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "bruise_on_face", + "langName": "синяки на лице", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "whisker_markings", + "langName": "отметины на бороде", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "facepaint", + "langName": "раскрашивание лица", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "hair between eyes", + "langName": "волосы между глазами", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "smoking_pipe", + "langName": "трубка", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "mustache", + "langName": "усы", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "goatee", + "langName": "эспаньолка", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "food_on_face", + "langName": "еда на лице", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "rice_on_face", + "langName": "Рис на лице", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "cream_on_face", + "langName": "крем на лицо", + "object": "Фигура", + "attribute": "Лицо" + }, + { + "displayName": "elf ears", + "langName": "уши эльфа", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "pointy_ears", + "langName": "заостренные уши", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "long_pointy_ears", + "langName": "длинные заостренные уши", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "demon ears", + "langName": "уши дьявола", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "angel ears", + "langName": "ангельские уши", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "alien ears", + "langName": "инопланетные уши", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "animal_ears", + "langName": "уши животных", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "fake_animal_ears", + "langName": "поддельные уши животных", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "ears_through_headwear", + "langName": "Уши, продетые сквозь шляпы или головные уборы", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "ear_blush", + "langName": "Уши красные.", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "ear_ornament", + "langName": "серьга", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "ear_piercing", + "langName": "Прокалывание ушей", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "animal_ear_fluff", + "langName": "плюшевые уши животных", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "ears_down", + "langName": "Опущенные уши", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "floppy_ears", + "langName": "висячие уши", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "fox_ears", + "langName": "лисьи уши", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "cat_ears", + "langName": "кошачьи уши", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "dog_ears", + "langName": "собачьи уши", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "coyote_ears", + "langName": "уши койота", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "bunny_ears", + "langName": "Кроличьи уши", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "mouse_ears", + "langName": "мышиные уши", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "squirrel_ears", + "langName": "беличьи уши", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "raccoon_ears", + "langName": "уши енота", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "bear_ears", + "langName": "медвежьи уши", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "panda_ears", + "langName": "уши панды", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "lion_ears", + "langName": "львиные уши", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "jaguar_ears", + "langName": "уши ягуара", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "tiger_ears", + "langName": "ухо тигра", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "wolf ears", + "langName": "волчьи уши", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "horse_ears", + "langName": "конское ухо", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "cow ears", + "langName": "коровьи уши", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "pig ears", + "langName": "свиные уши", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "sheep ears", + "langName": "овечьи уши", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "goat ears", + "langName": "козьи уши", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "goat_horns", + "langName": "козьи рога", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "curled_horns", + "langName": "угол", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "hair_on_horn", + "langName": "волосы на рогах", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "deer ears", + "langName": "уши оленя", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "antelope ears", + "langName": "уши антилопы", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "antlers", + "langName": "рога", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "rhino ears", + "langName": "уши носорога", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "elephant ears", + "langName": "уши слона", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "bat_ears", + "langName": "уши летучей мыши", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "extra_ears", + "langName": "дополнительные уши", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "alpaca_ears", + "langName": "уши альпаки", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "dragon ears", + "langName": "уши дракона", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "robot_ears", + "langName": "механическое ухо", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "dragon_horns", + "langName": "рог дракона", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "oni_horns", + "langName": "рог призрака", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "horns", + "langName": "рога", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "fake_horns", + "langName": "Ложный рог", + "object": "Фигура", + "attribute": "Ухо" + }, + { + "displayName": "thick eyebrows", + "langName": "Густые брови", + "object": "Фигура", + "attribute": "Бровь" + }, + { + "displayName": "cocked eyebrow", + "langName": "брови подняты", + "object": "Фигура", + "attribute": "Бровь" + }, + { + "displayName": "short eyebrows", + "langName": "короткие брови", + "object": "Фигура", + "attribute": "Бровь" + }, + { + "displayName": "v-shaped eyebrows", + "langName": "V-образная бровь", + "object": "Фигура", + "attribute": "Бровь" + }, + { + "displayName": "beautiful_detailed_eyes", + "langName": "красивые глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "glistening_eyes", + "langName": "слезящиеся глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "sparkling_eyes", + "langName": "глаза звезды", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "sparkling_anime_eyes", + "langName": "флэш анимированные глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "gradient_eyes", + "langName": "градиентные глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "water_eyes", + "langName": "слезящиеся глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "eye_relfection", + "langName": "Глазной рефлекс (реакция зрачка на свет)", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "reflective_eyes", + "langName": "отражающие глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "multicolored_eyes", + "langName": "разноцветные глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "red eyes", + "langName": "красные глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "green eyes", + "langName": "зеленые глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "blue_eyes", + "langName": "голубые глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "purple eyes", + "langName": "фиолетовые глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "pink eyes", + "langName": "розовые глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "yellow eyes", + "langName": "желтые глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "orange eyes", + "langName": "оранжевые глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "brown_eyes", + "langName": "карие глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "light_brown_eyes", + "langName": "светло-карие глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "silver_eyes", + "langName": "серебряные глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "grey eyes", + "langName": "серые глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "black eyes", + "langName": "черные глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "white eyes", + "langName": "белые глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "aqua_eyes", + "langName": "глаза цвета морской волны", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "hidden eyes", + "langName": "спрятать глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "heart-shaped eyes", + "langName": "глаза в форме сердца", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "heart_in_eye", + "langName": "глаза в форме сердца", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "hollow_eyes", + "langName": "зрачки_в_форме_звезды", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "mechanical_eye", + "langName": "механический глаз", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "ringed_eyes", + "langName": "кольцевые глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "clock_eyes", + "langName": "колокольчик", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "compound_eyes", + "langName": "сложный глаз", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "devil_eyes", + "langName": "дурной глаз", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "cephalopod_eyes", + "langName": "глаза головоногих моллюсков", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "mismatched_sclera", + "langName": "Несоответствие склеры", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "solid circle eyes", + "langName": "Сплошные круглые глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "solid_oval_eyes", + "langName": "Q-версия, сплошные овальные глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "anime_style_eyes", + "langName": "глаза в стиле аниме", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "blush_stickers", + "langName": "наклейка румян Q-версии", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "button eyes", + "langName": "глаза-пуговицы", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "cross eyed", + "langName": "Косоглазый", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "blank eyes", + "langName": "пустые глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "spiral_eyes", + "langName": "Водоворотный глаз", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "sanpaku", + "langName": "Синдром тройного белого (смещение зрачка)", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "flaming_eye", + "langName": "Хомура", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "bloodshot_eyes", + "langName": "налитые кровью глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "blood_from_eyes", + "langName": "кровь течет из глаз", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "extra_eyes", + "langName": "несколько глаз", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "one-eyed", + "langName": "Одноглазый", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "third_eye", + "langName": "третий глаз", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "eye_of_horus", + "langName": "Глаз Гора", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "closed_eyes", + "langName": "закрытые глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "half_closed_eye", + "langName": "Полузакрытый глаз (один глаз)", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "half_closed_eyes", + "langName": "полузакрытые глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "narrowed_eyes", + "langName": "Прищуривайте глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "squinting", + "langName": "прищуривайте глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "tears", + "langName": "слезы", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "upturned_eyes", + "langName": "поднятые вверх глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "eyes_closed", + "langName": "Закрой глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "one_eye_covered", + "langName": "Один глаз закрыт", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "covered_eyes", + "langName": "завязанные глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "hair_over_eyes", + "langName": "волосы, закрывающие глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "hair_over_one_eye", + "langName": "Волосы закрывают один глаз.", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "eyes_visible_through_hair", + "langName": "глаза видны сквозь волосы", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "shading eyes", + "langName": "Глаза с тенями для век", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "one eye closed", + "langName": "один глаз закрыт", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "no_blindfold", + "langName": "Удален (оригинальный) элемент повязки на глаза.", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "no_eyepatch", + "langName": "Удалил (существующую) маску для глаз", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "eyeliner", + "langName": "Подводка для глаз", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "no_eyes", + "langName": "Глаз нет", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "uneven_eyes", + "langName": "Большие и маленькие глаза", + "object": "Фигура", + "attribute": "Глаз" + }, + { + "displayName": "pupils", + "langName": "ученик", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "bright_pupils", + "langName": "яркие зрачки", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "blue_pupils", + "langName": "оранжевые зрачки", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "purple_pupils", + "langName": "Фиолетовые зрачки", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "orange_pupils", + "langName": "оранжевые зрачки", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "heterochromia", + "langName": "гетерохроматические зрачки", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "mismatched_pupils", + "langName": "несоответствующие зрачки", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "solid_circle_pupils", + "langName": "Q-версия со сплошными круглыми зрачками", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "dilated_pupils", + "langName": "расширенные зрачки", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "constricted_pupils", + "langName": "суженные зрачки", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "slit_pupils", + "langName": "Вертикальные зрачки/кошачьи глаза", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "snake_pupils", + "langName": "Змеиные зрачки (мигание зрачков)", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "horizontal_pupils", + "langName": "горизонтальный зрачок", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "rectangular_pupils", + "langName": "Прямоугольные зрачки", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "square_pupils", + "langName": "квадратные зрачки", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "dot_pupils", + "langName": "точечный зрачок", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "star-shaped_pupils", + "langName": "Зрачки в форме пентаграммы", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "flower-shaped pupils", + "langName": "зрачки в форме цветка", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "heart-shaped_pupils", + "langName": "зрачки в форме сердца", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "diamond-shaped_pupils", + "langName": "зрачки в форме ромба", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "butterfly-shaped_pupils", + "langName": "зрачки в форме бабочки", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "symbol-shaped_pupils", + "langName": "Символические зрачки", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "x-shaped_pupils", + "langName": "Х-образные зрачки", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "cross-shaped_pupils", + "langName": "Символические зрачки (без эффекта)", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "\"+_+\"", + "langName": "крест звездный глаз", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "extra_pupils", + "langName": "дополнительные ученики", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "no_pupils", + "langName": "нет учеников", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "devil pupils", + "langName": "волшебный зрачок", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "pupils sparkling", + "langName": "зрачки мерцают", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "symbol_in_eye", + "langName": "В глазах есть символы", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "star_in_eye", + "langName": "звезды в глазах", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "dashed_eyes", + "langName": "точечные глаза", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "color contact lenses", + "langName": "Контактные линзы", + "object": "Фигура", + "attribute": "Ученик" + }, + { + "displayName": "light_eyes", + "langName": "яркие глаза", + "object": "Фигура", + "attribute": "Выражение глаз" + }, + { + "displayName": "glowing_eyes", + "langName": "светящиеся глаза", + "object": "Фигура", + "attribute": "Выражение глаз" + }, + { + "displayName": "shiny_eyes", + "langName": "сияющие глаза", + "object": "Фигура", + "attribute": "Выражение глаз" + }, + { + "displayName": "evil_eyes", + "langName": "дурной глаз", + "object": "Фигура", + "attribute": "Выражение глаз" + }, + { + "displayName": "crazy_eyes", + "langName": "сумасшедшие глаза", + "object": "Фигура", + "attribute": "Выражение глаз" + }, + { + "displayName": "empty_eyes", + "langName": "пустые глаза", + "object": "Фигура", + "attribute": "Выражение глаз" + }, + { + "displayName": "solid_eyes", + "langName": "твердые глаза", + "object": "Фигура", + "attribute": "Выражение глаз" + }, + { + "displayName": "sharp_eyes", + "langName": "острые глаза", + "object": "Фигура", + "attribute": "Выражение глаз" + }, + { + "displayName": "slanted_eyes", + "langName": "острые глаза", + "object": "Фигура", + "attribute": "Выражение глаз" + }, + { + "displayName": "wink", + "langName": "моргать", + "object": "Фигура", + "attribute": "Выражение глаз" + }, + { + "displayName": "wide-eyed", + "langName": "Держи глаза открытыми", + "object": "Фигура", + "attribute": "Выражение глаз" + }, + { + "displayName": "glint", + "langName": "сильные эмоции, мелькающие в глазах", + "object": "Фигура", + "attribute": "Выражение глаз" + }, + { + "displayName": "tsurime", + "langName": "Глаза хвост подняты", + "object": "Фигура", + "attribute": "Выражение глаз" + }, + { + "displayName": "tareme", + "langName": "Опущение хвостика глаза", + "object": "Фигура", + "attribute": "Выражение глаз" + }, + { + "displayName": "pointed nose", + "langName": "заостренный нос", + "object": "Фигура", + "attribute": "Нос" + }, + { + "displayName": "small nose", + "langName": "маленький нос", + "object": "Фигура", + "attribute": "Нос" + }, + { + "displayName": "big nose", + "langName": "большой нос", + "object": "Фигура", + "attribute": "Нос" + }, + { + "displayName": "no_nose", + "langName": "Нет носа.", + "object": "Фигура", + "attribute": "Нос" + }, + { + "displayName": "dot_nose", + "langName": "нос с точками", + "object": "Фигура", + "attribute": "Нос" + }, + { + "displayName": "nose_bubble", + "langName": "Пузыри в носу", + "object": "Фигура", + "attribute": "Нос" + }, + { + "displayName": "smelling", + "langName": "запах", + "object": "Фигура", + "attribute": "Нос" + }, + { + "displayName": "nose", + "langName": "нос", + "object": "Фигура", + "attribute": "Нос" + }, + { + "displayName": "nosebleed", + "langName": "носовое кровотечение", + "object": "Фигура", + "attribute": "Нос" + }, + { + "displayName": "snot", + "langName": "выделения из носа", + "object": "Фигура", + "attribute": "Нос" + }, + { + "displayName": "snout", + "langName": "морда животного", + "object": "Фигура", + "attribute": "Нос" + }, + { + "displayName": "thick lips", + "langName": "толстые губы", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "puffy lips", + "langName": "опухшие губы", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "lipstick", + "langName": "помада", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "heart-shaped mouth", + "langName": "рот в форме сердца", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "pout", + "langName": "надутые губки", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "mole under mouth", + "langName": "Родинки под ртом", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "open_mouth", + "langName": "Открой рот", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "gasping", + "langName": "Задыхаясь (открывая рот)", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "Slightly_open_mouth", + "langName": "рот слегка приоткрыт", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "wavy_mouth", + "langName": "волнистый рот", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "close_mouth", + "langName": "Замолчи", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "dot_mouth", + "langName": "Кивок", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "no_mouth", + "langName": "нет рта", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "gag", + "langName": "кляп", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "gnaw", + "langName": "кусать", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": ":3", + "langName": "Маозуй", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": ":o", + "langName": "Открой рот", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": ":>", + "langName": "V-образный рот", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "parted_lips", + "langName": "губы открыты", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "bit_gag", + "langName": "замолчи", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "chestnut_mouth", + "langName": "Лизизуи", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "cleave_gag", + "langName": "заткнули рот", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "closed_mouth", + "langName": "закрытый рот", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "covered_mouth", + "langName": "прикрытый рот", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "extra_mouth", + "langName": "Сколько ртов", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "hair_in_mouth", + "langName": "волосы во рту", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "hair_tie_in_mouth", + "langName": "Держи резинку для волос во рту.", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "homu", + "langName": "Надутые губки | Надутые губки", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "lips", + "langName": "губы", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "mouth", + "langName": "Рот", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "mouth_hold", + "langName": "Держи это во рту.", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "oral", + "langName": "с ртом", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "pacifier", + "langName": "сосок", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "Pouted lips", + "langName": "поджатые губы", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "sideways_mouth", + "langName": "Нарисуйте рот в профиль.", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "spoon_in_mouth", + "langName": "ложка во рту", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "triangle_mouth", + "langName": "треугольный рот", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "saliva", + "langName": "слюна", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "drooling", + "langName": "Слюни текут", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "mouth_drool", + "langName": "В углу рта имеется щель в форме капли слюны.", + "object": "Фигура", + "attribute": "Рот" + }, + { + "displayName": "tooth", + "langName": "зуб", + "object": "Фигура", + "attribute": "Зубы" + }, + { + "displayName": "upper_teeth", + "langName": "верхние зубы", + "object": "Фигура", + "attribute": "Зубы" + }, + { + "displayName": "fangs", + "langName": "зубы тигра | клыки", + "object": "Фигура", + "attribute": "Зубы" + }, + { + "displayName": "skin_fang", + "langName": "цвет кожи тигровые зубы", + "object": "Фигура", + "attribute": "Зубы" + }, + { + "displayName": "round_teeth", + "langName": "зубчатые зубы", + "object": "Фигура", + "attribute": "Зубы" + }, + { + "displayName": "sharp_teeth", + "langName": "острые зубы", + "object": "Фигура", + "attribute": "Зубы" + }, + { + "displayName": "clenched_teeth", + "langName": "Стисните зубы", + "object": "Фигура", + "attribute": "Зубы" + }, + { + "displayName": "buck_teeth", + "langName": "Зубы торчат", + "object": "Фигура", + "attribute": "Зубы" + }, + { + "displayName": "fang_out", + "langName": "Обнажить клыки | Обнажить клыки", + "object": "Фигура", + "attribute": "Зубы" + }, + { + "displayName": "spiked_club", + "langName": "Булава", + "object": "Фигура", + "attribute": "Зубы" + }, + { + "displayName": "toothbrush", + "langName": "зубная щетка", + "object": "Фигура", + "attribute": "Зубы" + }, + { + "displayName": "tusks", + "langName": "слоновая кость", + "object": "Фигура", + "attribute": "Зубы" + }, + { + "displayName": "shark_mouth", + "langName": "зубы акулы", + "object": "Фигура", + "attribute": "Зубы" + }, + { + "displayName": ":q", + "langName": "язык на верхней губе", + "object": "Фигура", + "attribute": "Язык" + }, + { + "displayName": ":p", + "langName": "язык на нижней губе", + "object": "Фигура", + "attribute": "Язык" + }, + { + "displayName": ";p", + "langName": "Моргнуть и высунуть язык", + "object": "Фигура", + "attribute": "Язык" + }, + { + "displayName": "french_kiss", + "langName": "Поцелуй с языком | Французский мокрый поцелуй", + "object": "Фигура", + "attribute": "Язык" + }, + { + "displayName": "long_tongue", + "langName": "длинный язык", + "object": "Фигура", + "attribute": "Язык" + }, + { + "displayName": "oral_invitation", + "langName": "Высуньте язык, чтобы приветствовать эякуляцию.", + "object": "Фигура", + "attribute": "Язык" + }, + { + "displayName": "tongue", + "langName": "Язык", + "object": "Фигура", + "attribute": "Язык" + }, + { + "displayName": "tongue_out", + "langName": "высунуть язык", + "object": "Фигура", + "attribute": "Язык" + }, + { + "displayName": "uvula", + "langName": "язычок | язычок | язычок", + "object": "Фигура", + "attribute": "Язык" + }, + { + "displayName": "fingernails", + "langName": "ногти", + "object": "Фигура", + "attribute": "Ноготь" + }, + { + "displayName": "toenails", + "langName": "ногти на ногах", + "object": "Фигура", + "attribute": "Ноготь" + }, + { + "displayName": "nail_polish", + "langName": "лак для ногтей", + "object": "Фигура", + "attribute": "Ноготь" + }, + { + "displayName": "toenail_polish", + "langName": "лак для ногтей на ногах", + "object": "Фигура", + "attribute": "Ноготь" + }, + { + "displayName": "black_nails", + "langName": "черные ногти", + "object": "Фигура", + "attribute": "Ноготь" + }, + { + "displayName": "red_nails", + "langName": "красные ногти", + "object": "Фигура", + "attribute": "Ноготь" + }, + { + "displayName": "pink_nails", + "langName": "розовые ногти", + "object": "Фигура", + "attribute": "Ноготь" + }, + { + "displayName": "long_fingernails", + "langName": "длинные ногти", + "object": "Фигура", + "attribute": "Ноготь" + }, + { + "displayName": "nail", + "langName": "Гвозди | Гвозди", + "object": "Фигура", + "attribute": "Ноготь" + }, + { + "displayName": "multicolored_nails", + "langName": "цветные ногти", + "object": "Фигура", + "attribute": "Ноготь" + }, + { + "displayName": "nail_art", + "langName": "Маникюр", + "object": "Фигура", + "attribute": "Ноготь" + }, + { + "displayName": "bare shoulders", + "langName": "голые плечи", + "object": "Фигура", + "attribute": "Плечи" + }, + { + "displayName": "collarbonea", + "langName": "ключица", + "object": "Фигура", + "attribute": "Плечи" + }, + { + "displayName": "armpits", + "langName": "подмышка", + "object": "Фигура", + "attribute": "Плечи" + }, + { + "displayName": "armpit_crease", + "langName": "Морщины подмышками", + "object": "Фигура", + "attribute": "Плечи" + }, + { + "displayName": "chest", + "langName": "Грудь", + "object": "Фигура", + "attribute": "Грудь" + }, + { + "displayName": "flat chest", + "langName": "Маленькая грудь (А)", + "object": "Фигура", + "attribute": "Грудь" + }, + { + "displayName": "small_breasts", + "langName": "Маленькие сиськи (Б)", + "object": "Фигура", + "attribute": "Грудь" + }, + { + "displayName": "medium breasts", + "langName": "Средняя грудь (С)", + "object": "Фигура", + "attribute": "Грудь" + }, + { + "displayName": "big breasts", + "langName": "Большие сиськи (D)", + "object": "Фигура", + "attribute": "Грудь" + }, + { + "displayName": "huge breasts", + "langName": "Большая грудь (Е)", + "object": "Фигура", + "attribute": "Грудь" + }, + { + "displayName": "gigantic breasts", + "langName": "Очень большая грудь (Ж)", + "object": "Фигура", + "attribute": "Грудь" + }, + { + "displayName": "breasts apart", + "langName": "грудь раскрылась", + "object": "Фигура", + "attribute": "Грудь" + }, + { + "displayName": "hanging breasts", + "langName": "свисать", + "object": "Фигура", + "attribute": "Грудь" + }, + { + "displayName": "bouncing breasts", + "langName": "встряхнуть", + "object": "Фигура", + "attribute": "Грудь" + }, + { + "displayName": "cleavage", + "langName": "расщепление", + "object": "Фигура", + "attribute": "Грудь" + }, + { + "displayName": "areola", + "langName": "Ареола", + "object": "Фигура", + "attribute": "Грудь" + }, + { + "displayName": "nipples", + "langName": "сосок", + "object": "Фигура", + "attribute": "Грудь" + }, + { + "displayName": "pectorals", + "langName": "грудные мышцы", + "object": "Фигура", + "attribute": "Грудь" + }, + { + "displayName": "large_pectorals", + "langName": "Большие грудные мышцы", + "object": "Фигура", + "attribute": "Грудь" + }, + { + "displayName": "unbuttoned clothes", + "langName": "Полуобнаженная грудь", + "object": "Фигура", + "attribute": "Грудь" + }, + { + "displayName": "belly", + "langName": "живот", + "object": "Фигура", + "attribute": "Живот" + }, + { + "displayName": "absolute_territory", + "langName": "мышцы живота", + "object": "Фигура", + "attribute": "Живот" + }, + { + "displayName": "inflation", + "langName": "выпирающий живот", + "object": "Фигура", + "attribute": "Живот" + }, + { + "displayName": "navel", + "langName": "пупок", + "object": "Фигура", + "attribute": "Живот" + }, + { + "displayName": "groin", + "langName": "пах", + "object": "Фигура", + "attribute": "Живот" + }, + { + "displayName": "feet", + "langName": "ступня", + "object": "Фигура", + "attribute": "Ступня" + }, + { + "displayName": "long_legs", + "langName": "длинные ноги", + "object": "Фигура", + "attribute": "Ступня" + }, + { + "displayName": "thick_thighs", + "langName": "толстые бедра", + "object": "Фигура", + "attribute": "Ступня" + }, + { + "displayName": "toe-point", + "langName": "кончик пальца ноги | кончик пальца ноги", + "object": "Фигура", + "attribute": "Ступня" + }, + { + "displayName": "wings", + "langName": "крыло", + "object": "Фигура", + "attribute": "Крыло" + }, + { + "displayName": "bat_wings", + "langName": "крылья летучей мыши", + "object": "Фигура", + "attribute": "Крыло" + }, + { + "displayName": "butterfly_wings", + "langName": "крылья бабочки", + "object": "Фигура", + "attribute": "Крыло" + }, + { + "displayName": "black_wings", + "langName": "черные крылья", + "object": "Фигура", + "attribute": "Крыло" + }, + { + "displayName": "demon_wings", + "langName": "Крылья Демона", + "object": "Фигура", + "attribute": "Крыло" + }, + { + "displayName": "asymmetrical_wings", + "langName": "асимметричные крылья", + "object": "Фигура", + "attribute": "Крыло" + }, + { + "displayName": "detached_wings", + "langName": "Крылья, не соединенные с телом", + "object": "Фигура", + "attribute": "Крыло" + }, + { + "displayName": "fairy_wings", + "langName": "крылья феи", + "object": "Фигура", + "attribute": "Крыло" + }, + { + "displayName": "fake_wings", + "langName": "имитация крыльев", + "object": "Фигура", + "attribute": "Крыло" + }, + { + "displayName": "fiery_wings", + "langName": "горящие крылья", + "object": "Фигура", + "attribute": "Крыло" + }, + { + "displayName": "insect_wings", + "langName": "крылья насекомого", + "object": "Фигура", + "attribute": "Крыло" + }, + { + "displayName": "large_wings", + "langName": "большие крылья", + "object": "Фигура", + "attribute": "Крыло" + }, + { + "displayName": "low_wings", + "langName": "крылья на талии", + "object": "Фигура", + "attribute": "Крыло" + }, + { + "displayName": "mini_wings", + "langName": "мини-крылышки", + "object": "Фигура", + "attribute": "Крыло" + }, + { + "displayName": "multicolored_wings", + "langName": "Крылья разных цветов", + "object": "Фигура", + "attribute": "Крыло" + }, + { + "displayName": "multiple_wings", + "langName": "несколько пар крыльев", + "object": "Фигура", + "attribute": "Крыло" + }, + { + "displayName": "no_wings", + "langName": "Удалены (оригинальные) крылья", + "object": "Фигура", + "attribute": "Крыло" + }, + { + "displayName": "winged_helmet", + "langName": "крылатый шлем", + "object": "Фигура", + "attribute": "Крыло" + }, + { + "displayName": "smile", + "langName": "Улыбка", + "object": "Выражение", + "attribute": "Смех" + }, + { + "displayName": "laughing", + "langName": "смеяться вслух", + "object": "Выражение", + "attribute": "Смех" + }, + { + "displayName": ":d", + "langName": "Счастливая улыбка_:D😀", + "object": "Выражение", + "attribute": "Смех" + }, + { + "displayName": ";d", + "langName": "Подмигни и улыбнись_:D", + "object": "Выражение", + "attribute": "Смех" + }, + { + "displayName": "grin", + "langName": "зубастая усмешка", + "object": "Выражение", + "attribute": "Смех" + }, + { + "displayName": "teasing_smile", + "langName": "забавлялся, глупо ухмылялся", + "object": "Выражение", + "attribute": "Смех" + }, + { + "displayName": "seductive_smile", + "langName": "очаровательная улыбка", + "object": "Выражение", + "attribute": "Смех" + }, + { + "displayName": "smirk", + "langName": "провокационная улыбка", + "object": "Выражение", + "attribute": "Смех" + }, + { + "displayName": "giggling", + "langName": "хихиканье", + "object": "Выражение", + "attribute": "Смех" + }, + { + "displayName": "smug", + "langName": "самодовольный", + "object": "Выражение", + "attribute": "Смех" + }, + { + "displayName": "naughty_face", + "langName": "непослушное лицо", + "object": "Выражение", + "attribute": "Смех" + }, + { + "displayName": "crazy_smile", + "langName": "безумный смех", + "object": "Выражение", + "attribute": "Смех" + }, + { + "displayName": "kind_smile", + "langName": "нежная улыбка", + "object": "Выражение", + "attribute": "Смех" + }, + { + "displayName": "evil_smile", + "langName": "Плохая улыбка", + "object": "Выражение", + "attribute": "Смех" + }, + { + "displayName": "ahegao", + "langName": "Закрой лицо и смейся | Застенчивое лицо", + "object": "Выражение", + "attribute": "Смех" + }, + { + "displayName": "happy_tears", + "langName": "счастливые слезы", + "object": "Выражение", + "attribute": "Смех" + }, + { + "displayName": "sad", + "langName": "грустно", + "object": "Выражение", + "attribute": "Плакать" + }, + { + "displayName": "sobs", + "langName": "рыдать", + "object": "Выражение", + "attribute": "Плакать" + }, + { + "displayName": "crying", + "langName": "громко плакать", + "object": "Выражение", + "attribute": "Плакать" + }, + { + "displayName": "crying_with_eyes_open", + "langName": "плакать с открытыми глазами", + "object": "Выражение", + "attribute": "Плакать" + }, + { + "displayName": "streaming_tears", + "langName": "проливать слезы", + "object": "Выражение", + "attribute": "Плакать" + }, + { + "displayName": "lacrimation", + "langName": "проливать слезы", + "object": "Выражение", + "attribute": "Плакать" + }, + { + "displayName": "tear stains", + "langName": "слезы", + "object": "Выражение", + "attribute": "Плакать" + }, + { + "displayName": "teardrop", + "langName": "слеза", + "object": "Выражение", + "attribute": "Плакать" + }, + { + "displayName": "tearing_up", + "langName": "плачущее выражение", + "object": "Выражение", + "attribute": "Плакать" + }, + { + "displayName": "wiping_tears", + "langName": "вытри слезы", + "object": "Выражение", + "attribute": "Плакать" + }, + { + "displayName": "badmood", + "langName": "Плохое настроение", + "object": "Выражение", + "attribute": "Плакать" + }, + { + "displayName": "tearing_clothes", + "langName": "Рвать одежду (когда очень грустно, рвите одежду, чтобы выплеснуть эмоции)", + "object": "Выражение", + "attribute": "Плакать" + }, + { + "displayName": "frustrated", + "langName": "расстроенный", + "object": "Выражение", + "attribute": "Несчастный" + }, + { + "displayName": "frustrated_brow", + "langName": "расстроенный лоб", + "object": "Выражение", + "attribute": "Несчастный" + }, + { + "displayName": "annoyed", + "langName": "огорченный", + "object": "Выражение", + "attribute": "Несчастный" + }, + { + "displayName": "anguish", + "langName": "подавленный", + "object": "Выражение", + "attribute": "Несчастный" + }, + { + "displayName": "sigh", + "langName": "вздох", + "object": "Выражение", + "attribute": "Несчастный" + }, + { + "displayName": "gloom", + "langName": "меланхолия", + "object": "Выражение", + "attribute": "Несчастный" + }, + { + "displayName": "disappointed", + "langName": "Расстроенный", + "object": "Выражение", + "attribute": "Несчастный" + }, + { + "displayName": "despair", + "langName": "отчаяние", + "object": "Выражение", + "attribute": "Несчастный" + }, + { + "displayName": "unamused", + "langName": "Выглядит несчастным", + "object": "Выражение", + "attribute": "Несчастный" + }, + { + "displayName": "disgust", + "langName": "Отвращение (выглядит как мусор)", + "object": "Выражение", + "attribute": "Презрение" + }, + { + "displayName": "disdain", + "langName": "презрение", + "object": "Выражение", + "attribute": "Презрение" + }, + { + "displayName": "contempt", + "langName": "презрение", + "object": "Выражение", + "attribute": "Презрение" + }, + { + "displayName": "shaded_face", + "langName": "На лице тень, соответствующая презрению.", + "object": "Выражение", + "attribute": "Презрение" + }, + { + "displayName": "jitome", + "langName": "презрительный взгляд", + "object": "Выражение", + "attribute": "Презрение" + }, + { + "displayName": "frown", + "langName": "Нахмуриться / хмуриться", + "object": "Выражение", + "attribute": "Презрение" + }, + { + "displayName": "wince", + "langName": "Нахмуривание (перед половым актом)", + "object": "Выражение", + "attribute": "Презрение" + }, + { + "displayName": "furrowed_brow", + "langName": "хмуриться", + "object": "Выражение", + "attribute": "Презрение" + }, + { + "displayName": "fear_kubrick", + "langName": "Боится косых взглядов", + "object": "Выражение", + "attribute": "Презрение" + }, + { + "displayName": "angry", + "langName": "злой", + "object": "Выражение", + "attribute": "Злой" + }, + { + "displayName": "glaring", + "langName": "блики", + "object": "Выражение", + "attribute": "Злой" + }, + { + "displayName": "serious", + "langName": "Серьёзный (похож на сердитый)", + "object": "Выражение", + "attribute": "Злой" + }, + { + "displayName": "kubrick_stare", + "langName": "Смотрю на тебя искоса", + "object": "Выражение", + "attribute": "Злой" + }, + { + "displayName": "sulking", + "langName": "сердитая_надутая", + "object": "Выражение", + "attribute": "Злой" + }, + { + "displayName": "screaming", + "langName": "кричать | кричать", + "object": "Выражение", + "attribute": "Злой" + }, + { + "displayName": "shouting", + "langName": "плакать", + "object": "Выражение", + "attribute": "Злой" + }, + { + "displayName": "expressionless", + "langName": "невыразительный", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "raised eyebrow", + "langName": "Поднимите бровь.", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "blush", + "langName": "краснеть", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "light_blush", + "langName": "легкий румянец", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "full-face-blush", + "langName": "Румянец по всему лицу", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "shy", + "langName": "застенчивый", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "embarrassed", + "langName": "Неловкий и застенчивый", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "embarrass", + "langName": "застенчивый (неловкий)", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "flustered", + "langName": "запаниковал", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "cute face", + "langName": "милое лицо", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "thinking", + "langName": "думать", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "bored", + "langName": "скучный", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "sleepy", + "langName": "сонный", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "surprised", + "langName": "сюрприз", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "confused", + "langName": "запутать", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "facepalm", + "langName": "Покрытие лица", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "grimace", + "langName": "подмигивание", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "scowl", + "langName": "Отвращение взгляд", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "staring", + "langName": "взгляд", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "envy", + "langName": "завидовать", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "twitching", + "langName": "дергаться", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "spasm", + "langName": "Судорога", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "pain", + "langName": "боль", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "endured_face", + "langName": "выражение пациента", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "restrained", + "langName": "терпеть", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "turn pale", + "langName": "бледный", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "sweat", + "langName": "пот", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "scared", + "langName": "испуганный", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "naughty", + "langName": "непослушный", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "dark_persona", + "langName": "почерневший", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "crazy", + "langName": "сумасшедший", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "yandere", + "langName": "яндере", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "Tsundere", + "langName": "Цундэрэ", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "multiple_persona", + "langName": "множественная личность", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "Jekyll_and_Hyde", + "langName": "множественная личность", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "exhausted", + "langName": "измученный", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "heavy_breathing", + "langName": "Дышите глубже, это может не помочь.", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "rape_face", + "langName": "изнасилование лицо", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "moaning", + "langName": "стон", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "orgasm", + "langName": "кульминация", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "female_orgasm", + "langName": "женский оргазм", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "rolling_eyes", + "langName": "Закатывай глаза (глаза оргазма)", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "torogao", + "langName": "Транс", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "drunk", + "langName": "пьяный", + "object": "Выражение", + "attribute": "Другие выражения" + }, + { + "displayName": "joyful", + "langName": "радостный", + "object": "Выражение", + "attribute": "Положительные эмоции" + }, + { + "displayName": "cheerful", + "langName": "Жизнерадостный", + "object": "Выражение", + "attribute": "Положительные эмоции" + }, + { + "displayName": "enchanting", + "langName": "очаровательный", + "object": "Выражение", + "attribute": "Положительные эмоции" + }, + { + "displayName": "happy", + "langName": "счастливый", + "object": "Выражение", + "attribute": "Положительные эмоции" + }, + { + "displayName": "happy accidents", + "langName": "Неожиданный сюрприз", + "object": "Выражение", + "attribute": "Положительные эмоции" + }, + { + "displayName": "vibrant", + "langName": "энергичный", + "object": "Выражение", + "attribute": "Положительные эмоции" + }, + { + "displayName": "dynamic", + "langName": "энергичный", + "object": "Выражение", + "attribute": "Положительные эмоции" + }, + { + "displayName": "energetic", + "langName": "полный энергии", + "object": "Выражение", + "attribute": "Положительные эмоции" + }, + { + "displayName": "bustling", + "langName": "Занятый", + "object": "Выражение", + "attribute": "Положительные эмоции" + }, + { + "displayName": "lively", + "langName": "живой", + "object": "Выражение", + "attribute": "Положительные эмоции" + }, + { + "displayName": "excited", + "langName": "взволнованный", + "object": "Выражение", + "attribute": "Положительные эмоции" + }, + { + "displayName": "peaceful", + "langName": "мирный", + "object": "Выражение", + "attribute": "Положительные эмоции" + }, + { + "displayName": "serene", + "langName": "мирный", + "object": "Выражение", + "attribute": "Положительные эмоции" + }, + { + "displayName": "soothing", + "langName": "успокаивающий", + "object": "Выражение", + "attribute": "Положительные эмоции" + }, + { + "displayName": "calming", + "langName": "спокойствие", + "object": "Выражение", + "attribute": "Положительные эмоции" + }, + { + "displayName": "melancholic", + "langName": "меланхолия", + "object": "Выражение", + "attribute": "Отрицательные эмоции" + }, + { + "displayName": "eerie", + "langName": "странный", + "object": "Выражение", + "attribute": "Отрицательные эмоции" + }, + { + "displayName": "ominous", + "langName": "зловещий", + "object": "Выражение", + "attribute": "Отрицательные эмоции" + }, + { + "displayName": "unsettling", + "langName": "тревожный", + "object": "Выражение", + "attribute": "Отрицательные эмоции" + }, + { + "displayName": "lonely", + "langName": "Одинокий", + "object": "Выражение", + "attribute": "Отрицательные эмоции" + }, + { + "displayName": "beautiful", + "langName": "красота", + "object": "Выражение", + "attribute": "Темперамент" + }, + { + "displayName": "elegant", + "langName": "элегантный", + "object": "Выражение", + "attribute": "Темперамент" + }, + { + "displayName": "angelic", + "langName": "ангельский", + "object": "Выражение", + "attribute": "Темперамент" + }, + { + "displayName": "Good", + "langName": "ХОРОШО", + "object": "Выражение", + "attribute": "Темперамент" + }, + { + "displayName": "mysterious", + "langName": "таинственный", + "object": "Выражение", + "attribute": "Темперамент" + }, + { + "displayName": "enigmatic", + "langName": "загадочный", + "object": "Выражение", + "attribute": "Темперамент" + }, + { + "displayName": "cryptic", + "langName": "секрет", + "object": "Выражение", + "attribute": "Темперамент" + }, + { + "displayName": "evil", + "langName": "зло", + "object": "Выражение", + "attribute": "Темперамент" + }, + { + "displayName": "standing", + "langName": "стоять", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "leaning", + "langName": "Бережливый | Бережливый", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "leaning_to_the_side", + "langName": "наклониться в сторону", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "leaning_back", + "langName": "откинуться назад", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "leaning_forward", + "langName": "наклониться вперед", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "leaning_on_object", + "langName": "опереться на предмет", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "on_back", + "langName": "лежать на спине", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "on_side", + "langName": "Лежа на боку", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "on_stomach", + "langName": "Лежа", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "lying", + "langName": "лежа", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "lying_on_person", + "langName": "лежать на ком-то", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "lying_on_the_lake", + "langName": "лежать на озере", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "lying_on_water", + "langName": "лежать в воде", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "reclining", + "langName": "Положение лежа", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "arched_back", + "langName": "Носовая часть корпуса", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "afloat", + "langName": "плавать на воде", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "fetal_position", + "langName": "Поза плода (лежа)", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "sleeping_upright", + "langName": "(не лежа) спать | спать в вертикальном положении", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "waking_up", + "langName": "проснуться", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "cuddling", + "langName": "Объятие", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "comforting", + "langName": "комфорт", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "biting", + "langName": "кусать", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "licking", + "langName": "лизать", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "licking_lips", + "langName": "облизывать губы", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "lip_biting", + "langName": "прикусить губу", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "blowing", + "langName": "дуть", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "teasing", + "langName": "дразнить", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "tickling", + "langName": "щекотать", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "spitting", + "langName": "акт выплевывания жидкости изо рта", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "spilling", + "langName": "Процесс выливания жидкости из емкости.", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "cooking", + "langName": "приготовление пищи", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "drinking", + "langName": "напиток", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "applying_makeup", + "langName": "составить", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "brushing_teeth", + "langName": "чистить зубы", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "hair_brushing", + "langName": "расчесывать волосы", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "hair_tucking", + "langName": "переверните волосы", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "taking_picture", + "langName": "Сфотографировать | Селфи", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "talking_on_phone", + "langName": "Позвонить", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "singing", + "langName": "Петь", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "meditation", + "langName": "медитация", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "dancing", + "langName": "Танец", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "stylish_pose", + "langName": "модная поза", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "the_pose", + "langName": "Лягте на пол и поднимите ноги.", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "standing_on_liquid", + "langName": "стоя на воде или жидкости", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "walking", + "langName": "ходить", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "walking_on_liquid", + "langName": "хождение по жидкости", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "running", + "langName": "бегать", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "jumping", + "langName": "прыжок", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "flying", + "langName": "полет", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "flapping", + "langName": "пощечины действие", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "flying_kick", + "langName": "удар ногой в полете", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "fighting", + "langName": "в бою", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "fighting_stance", + "langName": "боевая стойка", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "drawing_bow", + "langName": "Натянуть лук", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "dual_wielding", + "langName": "двойное оружие", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "unsheathing", + "langName": "Вынуть из ножен", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "slashing", + "langName": "резать", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "punching", + "langName": "ударить кулаком", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "hitting", + "langName": "ударять", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "pushing", + "langName": "толкать", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "dragging", + "langName": "перетащить что-нибудь", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "strangling", + "langName": "повесить голову", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "bullying", + "langName": "Терроризировать", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "chasing", + "langName": "гнаться", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "fleeing", + "langName": "В бегах", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "hiding", + "langName": "скрывать", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "tripping", + "langName": "споткнулся", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "spinning", + "langName": "вращать", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "climbing", + "langName": "взбираться", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "diving", + "langName": "дайвинг", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "swimming", + "langName": "плавать", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "wading", + "langName": "идти вброд по воде", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "riding", + "langName": "поездка", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "driving", + "langName": "водить машину", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "fishing", + "langName": "рыбалка", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "pole_dancing", + "langName": "танец на пилоне", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "writing", + "langName": "письмо", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "reading", + "langName": "читать", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "sewing", + "langName": "шитье", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "shopping", + "langName": "Покупки", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "cleaning", + "langName": "убирать |", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "sweeping", + "langName": "Уборка | Подметание (работа по дому)", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "washing", + "langName": "стирка", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "showering", + "langName": "душ", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "drying", + "langName": "Сухой (после купания)", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "whispering", + "langName": "шепот", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "sneezing", + "langName": "чихнуть", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "talking", + "langName": "разговаривать", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "yawning", + "langName": "зевать", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "smoking", + "langName": "дым", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "sleeping", + "langName": "спать", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "praying", + "langName": "молиться", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "playing_games", + "langName": "играть в игры", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "wrestling", + "langName": "борьба (спорт)", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "parody", + "langName": "подражать", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "trolling", + "langName": "розыгрыш", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "public_indecency", + "langName": "публичная непристойность", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "eyelid_pull", + "langName": "моргать", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "top-down_bottom-up", + "langName": "Лягте и поднимите ягодицы.", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "bent_over", + "langName": "поза бедра", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "upside-down", + "langName": "Стойка на руках", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "prone_bone", + "langName": "лежа на животе по-собачьи", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "presenting", + "langName": "Дисплей (задняя часть)", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "against_glass", + "langName": "выдавливание стекла (недействительно)", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "bleeding", + "langName": "кровотечение", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "bowing", + "langName": "поклон", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "breathing_fire", + "langName": "Дышащий огнём", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "broom_riding", + "langName": "верхом на метле", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "bubble_blowing", + "langName": "пускать пузыри", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "burning", + "langName": "сгорание", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "cast", + "langName": "бросать", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "dreaming", + "langName": "мечтать", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "dropping", + "langName": "(случайное) падение", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "exercise", + "langName": "делать упражнения", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "firing", + "langName": "стрельба", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "flashing", + "langName": "незащищенный", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "flexing", + "langName": "Покажи мускулы", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "hanging", + "langName": "висит", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "Painting_(Action)", + "langName": "рисовать", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "snowing", + "langName": "снег", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "soccer", + "langName": "футбол спорт", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "splashing", + "langName": "всплеск", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "steepled_fingers", + "langName": "Кончики пальцев против пальцев", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "swing", + "langName": "качать", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "tail_wagging", + "langName": "виляющий хвост", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "toilet_use", + "langName": "Иди в туалет.", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "tossing", + "langName": "бросать", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "tying", + "langName": "Завязать узел (действие)", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "untying", + "langName": "Развязанный", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "unzipping", + "langName": "Распаковать", + "object": "Действие", + "attribute": "Базовые движения" + }, + { + "displayName": "looking_at_viewer", + "langName": "посмотрите на аудиторию", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "eye_contact", + "langName": "Зрительный контакт (смотрим друг на друга)", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "eyeball", + "langName": "смотреть", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "stare", + "langName": "взгляд", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "looking_back", + "langName": "Оглядываясь назад", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "gradient", + "langName": "Наклон персонажа", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "looking_down", + "langName": "Перспектива персонажа, смотрящего вниз↘", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "looking_up", + "langName": "Перспектива персонажа, смотрящего вверх↗", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "facing_away", + "langName": "лицом к лицу в другом месте", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "looking_to_the_side", + "langName": "смотреть в сторону", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "looking_away", + "langName": "отвести взгляд", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "looking_ahead", + "langName": "Взгляд в будущее", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "looking_afar", + "langName": "смотреть вдаль", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "looking_outside", + "langName": "посмотрите снаружи", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "head_tilt", + "langName": "наклонить голову", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "aiming", + "langName": "цель", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "aiming_at_viewer", + "langName": "Нацельтесь на читателя (перспектива)", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "head_down", + "langName": "склони голову", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "sideways_glance", + "langName": "взгляд слегка в сторону", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "upshirt", + "langName": "выглядывает из-под рубашки", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "upshorts", + "langName": "заглянуть под юбку", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "looking_at_another", + "langName": "глядя на другого", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "looking_at_phone", + "langName": "Посмотрите на мобильный телефон.", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "looking_at_animal", + "langName": "смотреть на животных", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "looking_at_mirror", + "langName": "посмотри в зеркало", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "looking_at_hand", + "langName": "глядя на руки", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "looking_at_food", + "langName": "смотреть на еду", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "looking_at_screen", + "langName": "глядя на экран", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "stare at me", + "langName": "смотрю на тебя", + "object": "Действие", + "attribute": "Смотреть" + }, + { + "displayName": "clenched hand", + "langName": "сжатый кулак", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "hand_to_mouth", + "langName": "Поднеси руку ко рту", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "hidden hands", + "langName": "спрячь свои руки", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "arm_support", + "langName": "поддержка руками", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "arms_up", + "langName": "Поднимите руку", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "presenting armpit", + "langName": "показать подмышки", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "arm_behind_head", + "langName": "руки за головой", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "arm_above_head", + "langName": "руки на голове", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "adjusting_hair", + "langName": "аккуратные волосы", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "bangs_pinned_back", + "langName": "Заколите челку назад", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "arm_behind_back", + "langName": "Положите одну руку за спину.", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "arms_behind_back", + "langName": "руки за спиной", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "arm_at_side", + "langName": "Опустив одну руку вниз", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "arm_blade", + "langName": "лезвие руки", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "arm_grab", + "langName": "схватить за руку", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "arm_around_waist", + "langName": "Одна рука вокруг талии", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "arm_hug", + "langName": "Держитесь за руки", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "arm_up", + "langName": "поднимите руки", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "bound_arms", + "langName": "Руки связаны.", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "extra_arms", + "langName": "несколько рук", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "locked_arms", + "langName": "Держа руки", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "zombie_pose", + "langName": "поза зомби", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "cheering", + "langName": "радость", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "beckoning", + "langName": "манить", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "waving", + "langName": "помахать рукой (поздороваться/попрощаться)", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "waving_arms", + "langName": "размахивая руками", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "salute", + "langName": "салют", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "reaching", + "langName": "Протянуть руку (целенаправленно)", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "reaching_out", + "langName": "Выйдите за рамки картины", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "stretch", + "langName": "потягиваться", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "convenient_arm", + "langName": "Покрытие ключевых частей оружия", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "ready_to_draw", + "langName": "Готовясь вытащить меч", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "double_fox_shadow_puppet", + "langName": "Кукла-тень Double Fox", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "fox_shadow_puppet", + "langName": "кукла-тень лисы", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "paw_pose", + "langName": "Жест рукой «счастливый кот» (запястье согнуто вниз)", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "self_fondle", + "langName": "ласкающий себя", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "groping", + "langName": "ощупывание", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "crotch_grab", + "langName": "Обхватывающий промежность", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "clothes_lift", + "langName": "поднять одежду", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "clothes_pull", + "langName": "Натягивание одежды", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "strap_lift", + "langName": "подъемный плечевой ремень", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "shirt_lift", + "langName": "подтянуть поднять рубашку", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "dress_lift", + "langName": "поднять юбку", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "dress_pull", + "langName": "платье с застежкой-молнией", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "kimono_lift", + "langName": "Подними кимоно.", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "kimono_pull", + "langName": "натянуть кимоно", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "shirt_pull", + "langName": "расстегни рубашку", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "shorts_pull", + "langName": "Сними шорты.", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "pants_pull", + "langName": "Стягивание штанов", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "leotard_pull", + "langName": "комбинезон-пленка", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "swimsuit_pull", + "langName": "Сними купальник.", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "skirt_basket", + "langName": "Относится к форме корзины, образующейся при поднятии юбки.", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "bikini_lift", + "langName": "Бикини, которое отслаивается", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "cheek_pull", + "langName": "Потяните за щеку", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "bunching_hair", + "langName": "Держать косы", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "mask_pull", + "langName": "Натягивание маски", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "zipper_pull_tab", + "langName": "Застежка-молния", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "bikini_pull", + "langName": "Надеваю бикини", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "holding_hair", + "langName": "Держать волосы | Обхватывать волосы пальцами", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "shou", + "langName": "Держа одну руку за головой", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "arm_cannon", + "langName": "ручная пушка", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "arm_ribbon", + "langName": "лента на руку", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "caramelldansen", + "langName": "Знаменитое действие по выкручиванию рук", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "arm_held_back", + "langName": "Отвести руки назад", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "leg_lift", + "langName": "подъем одной ноги", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "hugging_own_legs", + "langName": "Обними свои ноги", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "cheek_pinching", + "langName": "щипать щеки", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "chin_rest", + "langName": "Держись за щеку", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "skirt_lift", + "langName": "юбка-лифтинг", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "skirt_flip", + "langName": "Юбка поднята (включая аварийное значение)", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "skirt_pull", + "langName": "открытая юбка", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "cheek_poking", + "langName": "Удар в щеку", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "hair_pull", + "langName": "тянуть за волосы", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "covering_chest_by_hand", + "langName": "прикрыть грудь руками", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "chin_stroking", + "langName": "Коснуться подбородка", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "hair_pulled_back", + "langName": "Волосы завязаны сзади", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "adjusting_clothes", + "langName": "Возиться с одеждой", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "adjusting_hat", + "langName": "приводить в порядок шляпу", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "adjusting_gloves", + "langName": "Перчатки для игры в скрипку", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "adjusting_swimsuit", + "langName": "Скрипка с купальником", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "adjusting_thighhigh", + "langName": "Отрегулируйте носки до колен", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "adjusting_eyewear", + "langName": "Отрегулируйте очки", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "pulling", + "langName": "тянуть", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "pulled_by_self", + "langName": "Сними одежду.", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "pulled_by_another", + "langName": "быть тянутым (или тянутым за одежду) другим человеком", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "lifting_person", + "langName": "забрать кого-нибудь", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "lifted_by_self", + "langName": "Подними свою одежду", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "lifted_by_another", + "langName": "Поднятие за одежду другого человека", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "bandaid_on_arm", + "langName": "Пластырь на руку", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "carrying", + "langName": "подобрать", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "carrying_under_arm", + "langName": "под мышкой", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "carrying_over_shoulder", + "langName": "плечо", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "wind_lift", + "langName": "Эффект ветра | Восходящий поток", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "covering_xx", + "langName": "обложка хх", + "object": "Действие", + "attribute": "Руки" + }, + { + "displayName": "shushing", + "langName": "жест "тссс"", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "finger_to_mouth", + "langName": "Поднеси руку к губам", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "peace sign", + "langName": "Руки-ножницы", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "cat_pose", + "langName": "жест кошачьей лапки", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "claw_pose", + "langName": "жест когтя", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "finger_gun", + "langName": "жест пальцем-пистолетом", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "v", + "langName": "жест победы", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "double_v", + "langName": "двойной_в", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "thumbs_up", + "langName": "Недурно", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "index_finger_raised", + "langName": "поднимите указательный палец", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "middle_finger", + "langName": "показать средний палец", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "fingersmile", + "langName": "Сделай пальцами смайлик", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "finger_on_trigger", + "langName": "Жест готовности нажать на курок", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "pointing_at_self", + "langName": "Указывая на себя", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "pointing_at_viewer", + "langName": "Укажите на человека, смотрящего на картинку.", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "pointing_up", + "langName": "Направьте вверх", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "poking", + "langName": "штамп", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "hand_gesture", + "langName": "делать жесты", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "ok_sign", + "langName": "жест ОК", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "finger_biting", + "langName": "кусающие пальцы", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "finger_in_mouth", + "langName": "сосание пальцев", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "fingering_through_clothes", + "langName": "палец", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "fingers_together", + "langName": "пальцы вместе", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "hair_twirling", + "langName": "Пальцы завивают волосы", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "sharp_fingernails", + "langName": "острые ногти", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "spread_fingers", + "langName": "растопырить пальцы", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "trigger_discipline", + "langName": "Палец не на курке", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "w", + "langName": "Палец, чем W", + "object": "Действие", + "attribute": "Палец" + }, + { + "displayName": "open hands", + "langName": "открытые руки", + "object": "Действие", + "attribute": "Движения рук" + }, + { + "displayName": "spread arms", + "langName": "распростертые объятия", + "object": "Действие", + "attribute": "Движения рук" + }, + { + "displayName": "interlocked_fingers", + "langName": "руки сложены", + "object": "Действие", + "attribute": "Движения рук" + }, + { + "displayName": "tying hair", + "langName": "завязать волосы", + "object": "Действие", + "attribute": "Движения рук" + }, + { + "displayName": "own hands clasped", + "langName": "руки сложены вместе", + "object": "Действие", + "attribute": "Движения рук" + }, + { + "displayName": "own hands together", + "langName": "руки вместе", + "object": "Действие", + "attribute": "Движения рук" + }, + { + "displayName": "hands in hair", + "langName": "расчесывать волосы руками", + "object": "Действие", + "attribute": "Движения рук" + }, + { + "displayName": "arms_behind_head", + "langName": "Держать голову руками", + "object": "Действие", + "attribute": "Движения рук" + }, + { + "displayName": "double piece pose", + "langName": "Знак руки V", + "object": "Действие", + "attribute": "Движения рук" + }, + { + "displayName": "arms_crossed", + "langName": "руки скрещены на груди", + "object": "Действие", + "attribute": "Движения рук" + }, + { + "displayName": "hands_in_opposite_sleeves", + "langName": "Скрестите руки и спрячьте их в рукава.", + "object": "Действие", + "attribute": "Движения рук" + }, + { + "displayName": "crossed_arms", + "langName": "скрещенные руки", + "object": "Действие", + "attribute": "Движения рук" + }, + { + "displayName": "outstretched_arms", + "langName": "вытянуть руки", + "object": "Действие", + "attribute": "Движения рук" + }, + { + "displayName": "v_arms", + "langName": "Сложите обе руки в форме буквы V.", + "object": "Действие", + "attribute": "Движения рук" + }, + { + "displayName": "w_arms", + "langName": "Руки в положении W.", + "object": "Действие", + "attribute": "Движения рук" + }, + { + "displayName": "arms_at_sides", + "langName": "руки вниз", + "object": "Действие", + "attribute": "Движения рук" + }, + { + "displayName": "hands_clasped", + "langName": "Скрещенные пальцы обеих рук | Сжатые руки", + "object": "Действие", + "attribute": "Движения рук" + }, + { + "displayName": "holding", + "langName": "держит что-то", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_animal", + "langName": "держать животных", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_arrow", + "langName": "Натягивание лука", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_axe", + "langName": "держащий топор", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_bag", + "langName": "сумка для переноски", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_ball", + "langName": "держа мяч", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_basket", + "langName": "Несение корзины", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_book", + "langName": "держа книгу", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_bottle", + "langName": "держа бутылку", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_bouquet", + "langName": "Рука держит букет", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_bow_(weapon)", + "langName": "Держит лук (оружие)", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_bowl", + "langName": "Держу миску", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_box", + "langName": "Несение коробки", + "object": "Действие", + "attribute": "Рука (что-то держащая)" + }, + { + "displayName": "holding_breath", + "langName": "Задержи дыхание.", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_broom", + "langName": "Держу метлу", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_camera", + "langName": "ручная камера", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_can", + "langName": "держа банку", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_candy", + "langName": "рука держит конфету", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_card", + "langName": "держащая карта", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_cat", + "langName": "держит кошку", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_chopsticks", + "langName": "держа палочки для еды", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_cigarette", + "langName": "Сигарета в руке", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_clothes", + "langName": "держа одежду", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_condom", + "langName": "держит презерватив", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_cup", + "langName": "держа чашку", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_dagger", + "langName": "держащий кинжал", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_doll", + "langName": "держащая куклу", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_eyewear", + "langName": "Держать очки | Снимать очки", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_fan", + "langName": "держа веер", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_flag", + "langName": "держа флаг", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_flower", + "langName": "держа цветы", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_food", + "langName": "держать еду", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_fork", + "langName": "держать вилку", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_fruit", + "langName": "держащий фрукты", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_gift", + "langName": "держа в руках подарок", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_gun", + "langName": "держит пистолет", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_hands", + "langName": "держаться за руки", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_hat", + "langName": "держа шляпу", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_head", + "langName": "держа голову руками", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_helmet", + "langName": "держит шлем", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_innertube", + "langName": "Держи плавательный круг", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_instrument", + "langName": "держит музыкальный инструмент", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_knife", + "langName": "держит нож", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_leaf", + "langName": "держа листья", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_lollipop", + "langName": "держит леденец", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_mask", + "langName": "держа маску", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_microphone", + "langName": "держит микрофон", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_needle", + "langName": "держит швейную иглу", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_own_foot", + "langName": "держаться за ноги", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_paintbrush", + "langName": "Рука держит кисть", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_paper", + "langName": "держа бумагу", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_pen", + "langName": "Держи ручку.", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_pencil", + "langName": "рука держит карандаш", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_phone", + "langName": "держит мобильный телефон", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_pillow", + "langName": "подушка для объятий", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_pipe", + "langName": "держит трубку", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_pizza", + "langName": "держит пиццу", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_plate", + "langName": "держит тарелку", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_poke_ball", + "langName": "держит покебол", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_pokemon", + "langName": "Держу покемона", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_polearm", + "langName": "Ручное древковое оружие", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_sack", + "langName": "Перевозка багажа", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_scythe", + "langName": "Держит серп", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_sheath", + "langName": "Держа ножны", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_shield", + "langName": "держащий щит", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_shoes", + "langName": "держа обувь", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_sign", + "langName": "рука держит знак", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_spear", + "langName": "Держит копье", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_spoon", + "langName": "держит ложку", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_staff", + "langName": "Держа посох", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_strap", + "langName": "Слинг для удерживания руки", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_stuffed_animal", + "langName": "Держит мягкую игрушку", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_stylus", + "langName": "Удерживание стилуса", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_sword", + "langName": "держащий меч", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_syringe", + "langName": "ручной шприц", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_towel", + "langName": "держа полотенце", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_tray", + "langName": "держит тарелку", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_umbrella", + "langName": "Держи зонтик.", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_wand", + "langName": "держа палку", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "holding_whip", + "langName": "Держа кнут", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "arm_around_neck", + "langName": "Одна рука вокруг шеи", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "arms_around_neck", + "langName": "Положите руки на шею.", + "object": "Действие", + "attribute": "Рука (что-то держит)" + }, + { + "displayName": "covering", + "langName": "акт покрытия", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "covering_face", + "langName": "обложка", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "covering_ass", + "langName": "Прикрытие ягодиц", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "covering_crotch", + "langName": "Прикрытие промежности", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "covering_eyes", + "langName": "прикрыть глаза", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "covering_mouth", + "langName": "прикрыть рот", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "covering_nipples", + "langName": "крышка сосков", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "breast lift", + "langName": "Держать грудь руками", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "breast_suppress", + "langName": "надавливание рукой на грудь", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hands_on_another's", + "langName": "Положи руки на лицо другого человека", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hands_on_another's_cheeks", + "langName": "Положите руки друг другу на щеки.", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hands_on_ass", + "langName": "Положи руки на задницу", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hands_on_feet", + "langName": "Положите руки на ноги.", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hands_on_headwear", + "langName": "Прикосновение к украшениям на голове обеими руками", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hands_on_hilt", + "langName": "Положите руки на рукоятку ножа.", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hands_on_lap", + "langName": "Положите руки между ног.", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hands_on_own_face", + "langName": "Положите руки на лицо.", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hands_on_own_cheeks", + "langName": "Положите руки на щеки.", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hands_on_own_chest", + "langName": "Положите руки на грудь.", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hands_on_own_head", + "langName": "Положите руки на голову.", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hands_on_own_knees", + "langName": "Положите руки на колени.", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hands_on_own_stomach", + "langName": "Положите руки на живот.", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hands_on_own_thighs", + "langName": "Положите руки на бедра.", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hand between legs", + "langName": "Руки между ног", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "leg hold", + "langName": "Держа ноги руками", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hands_on_another's_shoulders", + "langName": "Положи руки на плечи кому-нибудь другому", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hands_on_hips", + "langName": "руки на бедрах | руки на бедрах", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hand_on_another's", + "langName": "Руки касаются лица другого человека", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hand_on_another's_cheek", + "langName": "Руки касаются щек друг друга", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hand_on_another's_chest", + "langName": "Положите руки на грудь другого человека.", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hand_on_another's_chin", + "langName": "Возьмитесь рукой за подбородок другого человека.", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hand_on_another's_head", + "langName": "Положите руки на голову другого человека.", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hand_on_another's_shoulder", + "langName": "Положите руки на плечи другого человека.", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hand_on_another's_stomach", + "langName": "Положите руки на живот другого человека.", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hand_on_ass", + "langName": "руки на заднице", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hand_on_head", + "langName": "руки на голове", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hand_on_headwear", + "langName": "рука касается шляпы", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hand_on_hilt", + "langName": "Рука лежит на рукояти ножа", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hand_on_hip", + "langName": "руки на бедрах | руки на бедрах", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hand_on_own", + "langName": "Положите руки на лицо.", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hand_on_own_cheek", + "langName": "Положите руки на щеки.", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hand_on_own_chest", + "langName": "Положите руки на грудь.", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hand_on_own_chin", + "langName": "Рука касается его подбородка.", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hand_on_own_stomach", + "langName": "Положите руки на живот.", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hand_on_shoulder", + "langName": "руки на плечах", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hand_in_another's_hair", + "langName": "Положи руки на волосы другого человека.", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hand_in_hair", + "langName": "руки зарылись в волосы", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "hand_in_pocket", + "langName": "руки в карманах", + "object": "Действие", + "attribute": "Рука (положить куда-нибудь)" + }, + { + "displayName": "ass_grab", + "langName": "хватаясь за задницу", + "object": "Действие", + "attribute": "Рука (хватающая что-либо)" + }, + { + "displayName": "flat_chest_grab", + "langName": "Обхватывая маленькую грудь", + "object": "Действие", + "attribute": "Рука (хватающая что-либо)" + }, + { + "displayName": "grabbing", + "langName": "поймать | схватить", + "object": "Действие", + "attribute": "Рука (хватающая что-либо)" + }, + { + "displayName": "grabbing_another's_ass", + "langName": "Хватают друг друга за задницу", + "object": "Действие", + "attribute": "Рука (хватающая что-либо)" + }, + { + "displayName": "grabbing_another's_hair", + "langName": "Хватают друг друга за волосы", + "object": "Действие", + "attribute": "Рука (хватающая что-либо)" + }, + { + "displayName": "grabbing_from_behind", + "langName": "Потри грудь сзади | Схватить грудь сзади", + "object": "Действие", + "attribute": "Рука (хватающая что-либо)" + }, + { + "displayName": "grabbing_own_ass", + "langName": "хватание за задницу", + "object": "Действие", + "attribute": "Рука (хватающая что-либо)" + }, + { + "displayName": "guided_penetration", + "langName": "Возьмите мужской пенис и вставьте его в себя.", + "object": "Действие", + "attribute": "Рука (хватающая что-либо)" + }, + { + "displayName": "hair_grab", + "langName": "хватание за волосы", + "object": "Действие", + "attribute": "Рука (хватающая что-либо)" + }, + { + "displayName": "leg_grab", + "langName": "держась за ноги", + "object": "Действие", + "attribute": "Рука (хватающая что-либо)" + }, + { + "displayName": "necktie_grab", + "langName": "Держись за галстук", + "object": "Действие", + "attribute": "Рука (хватающая что-либо)" + }, + { + "displayName": "neckwear_grab", + "langName": "Сжимая одежду вокруг шеи", + "object": "Действие", + "attribute": "Рука (хватающая что-либо)" + }, + { + "displayName": "penis_grab", + "langName": "хватающий пенис", + "object": "Действие", + "attribute": "Рука (хватающая что-либо)" + }, + { + "displayName": "pillow_grab", + "langName": "Схватив подушку,", + "object": "Действие", + "attribute": "Рука (хватающая что-либо)" + }, + { + "displayName": "sheet_grab", + "langName": "сжимая простыни", + "object": "Действие", + "attribute": "Рука (хватающая что-либо)" + }, + { + "displayName": "tail_grab", + "langName": "хватая за хвост", + "object": "Действие", + "attribute": "Рука (хватающая что-либо)" + }, + { + "displayName": "thigh_grab", + "langName": "Захват бедра", + "object": "Действие", + "attribute": "Рука (хватающая что-либо)" + }, + { + "displayName": "torso_grab", + "langName": "сжимающий туловище", + "object": "Действие", + "attribute": "Рука (хватающая что-либо)" + }, + { + "displayName": "wrist_grab", + "langName": "хватая за запястье", + "object": "Действие", + "attribute": "Рука (хватающая что-либо)" + }, + { + "displayName": "kicking", + "langName": "Пинать", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "high_kick", + "langName": "высокий удар ногой", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "standing_on_one_leg", + "langName": "стоять на одной ноге", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "standing_split", + "langName": "Шпагат стоя | Подъемы ног стоя", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "legs_up", + "langName": "подними одну ногу", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "holding legs", + "langName": "обнимаю ноги", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "hands under legs", + "langName": "Положите руки под ноги.", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "leg hug", + "langName": "Обнимай ноги", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "spread legs", + "langName": "раздвинь ноги", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "legs_together", + "langName": "ноги вместе", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "crossed_legs", + "langName": "ноги Эрланга", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "m_legs", + "langName": "М-образный мах ногой", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "standing split, leg up", + "langName": "Стоящая лошадь", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "curtsy", + "langName": "Реверанс (приветствие горничной)", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "open_stance", + "langName": "Сделай перерыв", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "convenient_leg", + "langName": "Ножки, блокирующие ключевые части", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "leg_lock", + "langName": "Зажим с ножками", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "legs", + "langName": "ноги", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "legs_over_head", + "langName": "Поднимите ноги над головой.", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "squatting,_open_legs", + "langName": "Присядьте и расставьте ноги.", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "knees_together_feet_apart", + "langName": "Колени вместе, ступни врозь.", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "animal_on_lap", + "langName": "животное на колене", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "hand_on_own_knee", + "langName": "Положите руки на колени.", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "knee_up", + "langName": "Поднимите колени.", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "knees", + "langName": "колено", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "knees_to_chest", + "langName": "Колени к груди", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "on_lap", + "langName": "на коленях", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "squatting", + "langName": "Присядьте", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "one_knee", + "langName": "одно колено", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "kneeling", + "langName": "встать на колени", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "all_fours", + "langName": "на четвереньках", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "gravure_pose", + "langName": "поза гравюры", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "soaking_feet", + "langName": "Замочите ноги", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "cropped_legs", + "langName": "Только часть ног была нарисована.", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "k/da_(league_of_legends)", + "langName": "Команда KDA (Лига Легенд)", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "leg_belt", + "langName": "Ремни для ног", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "leg_hair", + "langName": "Волосы на ногах", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "leg_up", + "langName": "Подними ноги.", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "legs_apart", + "langName": "ноги врозь", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "lowleg", + "langName": "М-образный мах ногой", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "mechanical_legs", + "langName": "Механический протез стопы", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "multiple_legs", + "langName": "многоцелевой", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "no_legs", + "langName": "Ноги не нарисованы.", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "no_legwear", + "langName": "Обнаженная ниже промежности", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "tail_between_legs", + "langName": "Хвост закручен между ног.", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "footprints", + "langName": "след", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "foot_out_of_frame", + "langName": "Одна нога не на фотографии", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "feet_out_of_frame", + "langName": "Ноги не на картинке", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "feet_up", + "langName": "Скрестите ноги", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "cameltoe", + "langName": "верблюжья лапка", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "pigeon-toed", + "langName": "Милая внутренняя часть ноги", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "tiptoes", + "langName": "встать на цыпочки", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "ankle_strap", + "langName": "шелковое кольцо на лодыжку", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "ankle_wrap", + "langName": "манжеты на лодыжки", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "crossed_ankles", + "langName": "скрестить лодыжки", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "folded", + "langName": "Поднимите ноги, чтобы обнажить влагалище.", + "object": "Действие", + "attribute": "Ноги" + }, + { + "displayName": "sitting", + "langName": "сидеть", + "object": "Действие", + "attribute": "Сидеть" + }, + { + "displayName": "seiza", + "langName": "сидеть прямо", + "object": "Действие", + "attribute": "Сидеть" + }, + { + "displayName": "wariza", + "langName": "утка сидит", + "object": "Действие", + "attribute": "Сидеть" + }, + { + "displayName": "straddling", + "langName": "сидеть верхом", + "object": "Действие", + "attribute": "Сидеть" + }, + { + "displayName": "yokozuwari", + "langName": "сидеть боком", + "object": "Действие", + "attribute": "Сидеть" + }, + { + "displayName": "sitting_backwards", + "langName": "откиньтесь назад", + "object": "Действие", + "attribute": "Сидеть" + }, + { + "displayName": "sitting_in_tree", + "langName": "сидя на дереве", + "object": "Действие", + "attribute": "Сидеть" + }, + { + "displayName": "sitting_on_xx", + "langName": "сидеть на объекте", + "object": "Действие", + "attribute": "Сидеть" + }, + { + "displayName": "butterfly_sitting", + "langName": "бабочка сидит", + "object": "Действие", + "attribute": "Сидеть" + }, + { + "displayName": "lotus_position", + "langName": "сидеть на столе", + "object": "Действие", + "attribute": "Сидеть" + }, + { + "displayName": "sitting_on_railing", + "langName": "сидеть на перилах", + "object": "Действие", + "attribute": "Сидеть" + }, + { + "displayName": "sitting_on_rock", + "langName": "сидя на камне", + "object": "Действие", + "attribute": "Сидеть" + }, + { + "displayName": "sitting_on_stairs", + "langName": "сидя на лестнице", + "object": "Действие", + "attribute": "Сидеть" + }, + { + "displayName": "sitting_on_table", + "langName": "сидеть на столе", + "object": "Действие", + "attribute": "Сидеть" + }, + { + "displayName": "sitting_on_water", + "langName": "сидеть на воде", + "object": "Действие", + "attribute": "Сидеть" + }, + { + "displayName": "sitting_on_chair", + "langName": "сидеть на стуле", + "object": "Действие", + "attribute": "Сидеть" + }, + { + "displayName": "sidesaddle", + "langName": "Сидя боком в седле", + "object": "Действие", + "attribute": "Сидеть" + }, + { + "displayName": "sitting_on_bed", + "langName": "сидя на кровати", + "object": "Действие", + "attribute": "Сидеть" + }, + { + "displayName": "sitting_on_desk", + "langName": "сидя на столе", + "object": "Действие", + "attribute": "Сидеть" + }, + { + "displayName": "sitting_on_lap", + "langName": "сидеть на коленях", + "object": "Действие", + "attribute": "Сидеть" + }, + { + "displayName": "sitting_on_person", + "langName": "сидеть на людях", + "object": "Действие", + "attribute": "Сидеть" + }, + { + "displayName": "upright_straddle", + "langName": "Противоположная поза", + "object": "Действие", + "attribute": "Сидеть" + }, + { + "displayName": "asymmetrical_docking", + "langName": "груди соприкасаются | груди соприкасаются груди", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "back-to-back", + "langName": "спина к спине", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "cunnilingus", + "langName": "Куннилингус", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "facing_another", + "langName": "лицом к лицу с другим", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "feeding", + "langName": "кормление", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "finger_in_another's_mouth", + "langName": "Оральная аппликатура", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "fingering", + "langName": "аппликатура", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "giving", + "langName": "доставка | подарок", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "grinding", + "langName": "Простые чулки | Butt Thrust", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "hug", + "langName": "Объятие", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "imminent_kiss", + "langName": "собирается поцеловать", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "incoming_food", + "langName": "Передать еду", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "incoming_gift", + "langName": "вручить подарок", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "Kabedon", + "langName": "удар в стену", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "lap_pillow", + "langName": "подушка под колено", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "licking_penis", + "langName": "лизать пенис", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "princess_carry", + "langName": "Принцесса обнимает", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "shared_bathing", + "langName": "Совместное купание | Купание в Юаньяне", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "shared_food", + "langName": "Совместное употребление пищи | Передача пищи через рот", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "sitting_on_head", + "langName": "сидеть на голове", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "sitting_on_shoulder", + "langName": "сидеть на плечах", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "slapping", + "langName": "шлепок", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "spanking", + "langName": "шлепать", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "special_feeling_(meme)", + "langName": "Влюбленные держат зонтик в снегу", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "symmetrical_docking", + "langName": "Сдавливание груди", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "ear_biting", + "langName": "шепот", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "mixed_bathing", + "langName": "смешанная ванна", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "selfie", + "langName": "Селфи", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "trembling", + "langName": "дрожать", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "partially submerged", + "langName": "погруженный в воду", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "rolleyes", + "langName": "Закатывай глаза", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "headpat", + "langName": "сенсорная головка", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "cheek-to-cheek", + "langName": "щека к щеке", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "Stretching", + "langName": "потягиваться", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "against wall", + "langName": "к стене", + "object": "Действие", + "attribute": "Другие действия" + }, + { + "displayName": "((water drops)),wet clothes,((beautiful detailed water)),((floating)),dynamic angle", + "langName": "магия воды", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "beautiful detailed glow,(detailed ice),beautiful detailed water", + "langName": "ледяная магия", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.2),(ice crystal texture wings),(Iridescence and rainbow hair:2.5)", + "langName": "Модификация ледовой системы", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.3),(((ice crystal texture wings)))", + "langName": "Фраппучино", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "((detailed beautiful snow forest with trees)),((snowflakes)),floating", + "langName": "лесной лед", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "(((crystals texture Hair))),((beautiful detailed glass hair)),((glass shaped texture hand)),((crystallize texture body)),gem body,hands as clear as jewels,crystallization of clothes,((crystals texture skin)),sparkle,lens flare,light leaks,broken glass,detailed glass shaped clothes,beautiful detailed gemstone sky,gemstone sea,crystals texture flowers,((detailed crystallized clothing))", + "langName": "Кристаллизация", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "beautiful detailed glow,((flames of war)),(((nuclear explosion behide)))", + "langName": "ядерный взрыв", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "((breeze)),flying splashes,flying petals,wind", + "langName": "магия ветра", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "((surrounded by heavy floating sand flow and floating sharp stones)),((((ink)))),((illustration)),((watercolor))", + "langName": "метод зыбучих песков", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "(detailed light),((lightning in hand)),lightning surrounds,(((lightning chain)))", + "langName": "Молниеносный метод", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "(sunlight),(angel),dynamic angle,floating,wing,halo,floating white silk,(Holy Light),silver stars", + "langName": "Метод Святого Света", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "beautiful detailed pampas grass field,open hakama,surrounded by floating sakura,yellow full moon,beautiful detailed dark midnight sky,messy white long hair", + "langName": "Метод Ашина", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "beautiful and delicate water,the finest grass,very delicate light,nature,painting,water spray,breeze,flowers and grass meadow,near the water edge,(sunset,starry sky in a circle),randomly distributed clouds,river,splashing water,falling petals", + "langName": "естественный закон", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "(detailed light) ,feather,leaves,nature,(sunlight),river,(forest),(bloom)", + "langName": "лесное право", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "floating and rainbow long hair,Iridescence and rainbow,beautiful detailed starry sky", + "langName": "метод иризации", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "chain ring,chain storm,dark chain,((wholeblack bloomer)),darkside,night,deep dark,darkness,((dark clouds)),((ruins)),shadow,death garden", + "langName": "метод скрытой блокировки", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "beautiful detailed glow,floating ashes,beautiful and detailed explosion,red moon,fire,fire cloud,wings on fire,a cloudy sky,smoke of gunpowder,burning,black dress,dove of peace,(floating cloud:1.2)", + "langName": "Хуошаоюнь", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(magic circle:1.2),(floating palaces:1.3)", + "langName": "закон замка", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "(water bloom),(delicate glow),(breeze),long Flowers meadow,(((sunset)),(less stars form a circle),randomly distributed clouds,(rivers),(willows with branches falling into the water)", + "langName": "сумеречный метод", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "((colorful bubble)),(floating),detailed light", + "langName": "метод пузыря", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "((rose)),(vine),cage,bandage,red rope,(detail light),falling rose petals", + "langName": "метод палисандра", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "(starry tornado:1.4),starry Nebula,beautiful detailed sky", + "langName": "метод звездного неба", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "((moon)),starry sky,(lighting particle),fog,snow,(bloom)", + "langName": "метод луны", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(cold full moon),snowflake,(floating cloud:1.2)", + "langName": "метод снежной луны", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "((burning forest)),spark,light leaks,burning sky,flame,flames burning around,(flying sparks)", + "langName": "метод лесного пожара", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "((destroyed)),explosion,buildings in disarray,The residual eaves DuanBi,cumulus,mouldy,floating,wind,Dead end machine,(broken robot),(Mechanical robot girl),in the rubble of a devastated city", + "langName": "закон о пустошах", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,((sliver)) and (broken) body", + "langName": "Метод боевой брони", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "Extremely gorgeous metal style,Metal crown with ornate stripes,Various metals background,Sputtered molten iron,floating hair,Hair like melted metal,Clothes made of silver,Clothes with gold lace,flowing gold and silver,everything flowing and melt,flowing iron,flowing silver,lace flowing and melt", + "langName": "золотое правило", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "mecha clothes,robot girl", + "langName": "метод девушки-машины", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "ink,(((bone))),(((ribs))),rose,black hair,blue eyes,greyscale,no shadow,simple background,bright skin", + "langName": "Некромантия", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "(((gorgeous crystal armor))),(((crystal wings))),((altocumulus)),(clear_sky),(snow mountain),((flowery flowers)),(flowery bubbles),cloud map plane,crystal,crystal poppies,Brilliant light,thick_coating,glass tint,(watercolor)", + "langName": "метод кристалла", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "((an extremely delicate and beautiful)),floating,(detailed wet clothes),(detailed light),feather,nature,(sunlight),river,floating palace,beautiful and delicate water,(bloom),(shine)", + "langName": "метод водного леса", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "(blue spark),(red and blue hair),blue eyes,burning sky,flame,Rainbow in the sky,((Flames burning ice)),(((fire butterflies))),(((ice crystal texture wings))),(Flying sparks),(detailed ice),((a lot of luminous ice crystals)),((burning feathers)),(feathers made of ice),(frozen feathers),(((ice and fire together)))", + "langName": "метод ледяного огня", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "(anger),dragon horns,(silver armor),metal,complex pattern,cape,indifference", + "langName": "Рыцарь-дракон", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "((full body)),(helpless),tear,crying,(((((falling from the sky))))),((Weathering With You)),((falling)),((face towards the sky)),(hair flows upwards),((disheveled hair)),(1 girl),floating,beautiful detailed sky", + "langName": "метод падения", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "((underwater)),(beautiful detailed water),((coral)),dynamic angle,floating,(detailed light),floating hair,(splash),((fishes)),leaves dress,feather,nature,(sunlight),(underwater forest),(bloom),(detailed glow),drenched,seaweed,fish,(((Tyndall effect)))", + "langName": "подводный закон", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "(extremely detailed CG unity 8k wallpaper),(((masterpiece))),(((best quality))),((ultra-detailed)),(best illustration),(best shadow),((an extremely delicate and beautiful)),dynamic angle,floating,fairyland,dynamic angle,sea of flowers,beautiful detailed garden,wind,classic,spring,(detailed light),feather,nature,(sunlight),river,forest,(((floating palace))),((the best building)),beautiful and delicate water,(painting),(sketch),(bloom),(shine)", + "langName": "секретный метод", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "(((masterpiece))),((the best quality,super fine illustrations,beautiful and delicate water)),((very delicate light)),((nature,painting)),((fine lighting,more transparent stars,high-quality snowflakes,high-quality mountains,very fine 8KCG wallpapers)),(plateau),(((snow mountain))),sunrise,randomly distributed clouds,(snow field),cliff,((rotating star sky)),((lake in mountain stream)),luminous particles", + "langName": "Фотография", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "1980s (style),simple background,retro artstyle", + "langName": "современное право", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "(white hair),red long hair,red eyes,(full body),(((with sword))),angry face,(beautiful detailed eyes),Blood drop,Blood fog,floating hair,disheveled hair,Splashing blood,(Bloodstain)", + "langName": "магия крови", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "((dragon)),((dragon background))", + "langName": "Вызов дракона", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "hair fluttering in the wind,((mechanical arm armor)),((mechanical body armor)),riding motor,bodysuit,((ruins of city in war,fire,burning cars,burning buildings)),air force fleet in the sky", + "langName": "Чжан Цзи Фа", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,dragon wings,((a dragon stands behind the girl)),beautiful detailed sliver dragon armor", + "langName": "метод дракона-машины", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "((Beautiful butterflies in detail)),((Beautiful stars in detail)),(((halter dress ))),particle,(Starry sky in beautiful detail),(Hazy fog),(Ruins of beautiful details),(((Standing on the surface of the sea)))", + "langName": "Звездная бабочка", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "blonde wavy hair,(shiny long hair),((Gothic Lolita)),blue white skirt,((short skirt)),black Headdress,bowknot,(((hair ornament))),(hair flower),Lace,cross-laced footwear,ribbon-trimmed sleeves,building architecture,((gothic architecture)),starry sky,outdoors,church,(castle)", + "langName": "академическое право", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "walking,waves,wind,(((glistening light of waves))),(detailed sunset glow),(floating flow),((coral)),(Luminous),coast,(floating colorful bubbles),beautiful detailed sky,(fluorescence),detailed shadow,(conch),beautiful detailed water,starfish,meteor,rainbow,(seabirds),(glinting stars),(glowworm),(splash),detailed cloud,shell,(fireworks)", + "langName": "Синсяхай", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "beautiful detailed sky,night,stars,(red plum blossom),((winter)),(((snowflakes))),((red and white flowers)),(starry sky),(sitting),((colorful)),scenery,lantern,(starfall)", + "langName": "зимний снежный метод", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "((((melt)))),(((((black and white melt))))),(((wear Black and white Taoist robes))),((((gold and silver lace)))),(((gold and silver lace lace))),(((flowing ((black)) and white background))),extremely detailed gorgeous tiara", + "langName": "Плавильный котел всех вещей", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "Floating black ashes,Beautiful and detailed black,red moon,((The black clouds)),(black Wings) ,a black cloudy sky,burning,black dress,((Black fog)),Red eyes,(black smoke),((Black feathers floating in the air)),bat,(floating black cloud:1.5),", + "langName": "Закон Равена", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "dynamic angle,finely detail,(bloom),(shine),glinting stars,((((best detailed fireworks)))),((((depth of field)))),(((hanabi))),(((backlight))),", + "langName": "Основы фейерверков", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,(lots of big colorful Bubble),(pearl),(Galaxy),depth of field", + "langName": "Цвет звезды", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,depth of field", + "langName": "Погружаясь в море звезд", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "dynamic angle,detailed wet clothes,blank stare,overexplosure,floating,black long straight,red eyes,aqua eyes,gradient eyes,((blood)),white dress,frills,((expressionless)),extremely beautiful detailed water,((lying on the lake)),(bloodred water:1.5),(red background:1.3)", + "langName": "Сотни методов утопления", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "((messy hair)),(grassland),(yellow eyes),incredibly absurdres,(gold hair),floating hair,Large number of environments,the medieval ,grace,prospect,water eyes,wind,breeze,god ray,lawn,Mountains and lakes in the distance,The sun shines through the trees,A vast expanse of grassland", + "langName": "Метод «Блестящий солнечный свет»", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "Starry sky adorns hair,sparkling anime eyes,beautiful detailed stars,blighting stars,emerging dark purple across with white hair,multicolored hair,beautiful detailed sky,beautiful detailed water,cinematic lighting,dramatic angle,", + "langName": "метод звездных волос", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "There are many scattered luminous petals,Hidden in the light yellow flowers,Depth of field,Many flying drops of water,Many scattered leaves,branch ,angle ,contour deepening,cinematic angle", + "langName": "Метод Сенро", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "sunlight,extremely light,extremely clothes,Holy Light,dynamic angle,Light particle,very long hair,white hair,yellow eyes,glowing eyes,expressionless,((light smile)),((((white Tulle skirt)))),white silk,looking at viewer,angel wings,large wings,multiple wings,angel halo,(((starry sky))),dusk sky,Floating light spot,Lots of feathers", + "langName": "звездный ангел", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "blonde hair,yellow eyes,white skin,mature female,sunrise,golden sky,magnificent architecture,beautiful detailed sky,overexposure,delicate gold metal decorations", + "langName": "золотое правило", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "mechanical prosthesis,mecha coverage,emerging dark purple across with white hair,fluorescent purple,cool movement,rose red eyes,beatiful detailed cyberpunk city,hd semirealistic anime cg concept art digital painting", + "langName": "Из машины", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "(incredibly absurdres),(highly detailed beautiful fishtail:1.6),(((human hands))),(the lower body is a fish:1.9)AND(no human thigh:1.2),seaweed,(full body),(white seashell),(curved and slender fish tail),(the lower body is bare:1.1),{beautiful tailfin},((underwater)),(illustration),detailed water,((fishes)),(floating),watercolor (medium),(small whirlpool),((The sensation of water flowing)),(detailed scales on a mermaid)", + "langName": "Метод русалки", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "Blood Mist,background Urban rooftop,despair,Blood Cherry Blossom,torn clothes,crying with eyes open,solo,Blood Rain,bandages,Gunpowder smoke,beautiful deatailed shadow,Splashing blood,dust,tyndall effect", + "langName": "конец", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "Space opera,Space port,robot arm,elbow gloves,night,glisten,stare,cyberpunk,((((citylight)))),science fiction,bodysuit,Mechanical armor headdress,(bare shoulders)", + "langName": "Разбитые мечты", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "dynamic angle,rainbow hair,detailed cute anime face,((loli)),flower,cry,water,corrugated,flowers tire,broken glass,(broken screen),atlantis,transparent glass", + "langName": "Разбитые мечты", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "(white hair),(((red streaked hair))),red eyes,(((full body))),(red hair),(((((Hold a red sword))))),(angry face),((Blood drop)),((Blood fog)),light shafts,soft focus,((Splashing blood))),Long hair,((Bloodstain)),Fighting stance,{{{{{watercolor (medium)}}}},(((masterpiece))),((white clock)),((ultradetailed)),((Covered in blood)),flowing hair,Exquisite Flame,dynamic angle,floating,(shine),extremely delicate and beautiful girls,bright skin,lying red petals,Holy lighting", + "langName": "закон реформы крови", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "dramatic shadows,black and white,monochrome,{{comic}},cross necklace,Cassock", + "langName": "Фотография", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "((ink)),(water color),bloom effect,detailed beautiful grassland with petal,flower,butterfly,necklace,smile,petal,(((surrounded by heavy floating petal flow)))", + "langName": "метод плавающего цветка", + "object": "Действие", + "attribute": "Магия" + }, + { + "displayName": "stylish outfit", + "langName": "Одевайтесь модно", + "object": "Одежда", + "attribute": "Модный наряд" + }, + { + "displayName": "fashionable accessories", + "langName": "модные аксессуары", + "object": "Одежда", + "attribute": "Модный наряд" + }, + { + "displayName": "fitted jeans", + "langName": "узкие джинсы", + "object": "Одежда", + "attribute": "Модный наряд" + }, + { + "displayName": "oversized jacket", + "langName": "куртка больших размеров", + "object": "Одежда", + "attribute": "Модный наряд" + }, + { + "displayName": "baggy clothes", + "langName": "свободная одежда", + "object": "Одежда", + "attribute": "Модный наряд" + }, + { + "displayName": "traditional_clothes", + "langName": "Традиционная одежда | Этническая одежда", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "chinese_clothes", + "langName": "костюм Тан", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "china_dress", + "langName": "чонсам", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "hanfu", + "langName": "Ханьфу", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "Taoist robe", + "langName": "Даосский халат", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "japanese_clothes", + "langName": "кимоно", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "enmaided", + "langName": "женщина в кимоно", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "hanten_clothes", + "langName": "Тоумата (в японском стиле)", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "kimono", + "langName": "кимоно", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "furisode", + "langName": "Фурисодэ (часть кимоно)", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "sleeveless_kimono", + "langName": "кимоно без рукавов", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "short_kimono", + "langName": "короткое кимоно", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "print_kimono", + "langName": "кимоно с принтом", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "uchikake", + "langName": "Бай Уцзя (японское свадебное платье)", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "obi", + "langName": "Предметы одежды (и одежда)", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "cheongsam", + "langName": "чонсам", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "print_cheongsam", + "langName": "Печатный чонсам", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "pelvic_curtain", + "langName": "Передний край одежды чеонгсам", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "ainu_clothes", + "langName": "Одежда айнов", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "korean_clothes", + "langName": "корейская одежда", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "hanbok", + "langName": "ханбок", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "Ao_Dai", + "langName": "Вьетнамская одежда (Аозай)", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "western", + "langName": "западный стиль", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "german_clothes", + "langName": "немецкая одежда", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "indian_style", + "langName": "индийский стиль", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "arabian_clothes", + "langName": "арабская одежда", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "egyptian_clothes", + "langName": "египетская одежда", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "byzantine_fashion", + "langName": "византийский стиль", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "gothic", + "langName": "готический стиль", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "lolita", + "langName": "стиль лолиты", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "gothic_lolita", + "langName": "готический стиль лолиты", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "Tropical", + "langName": "тропический", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "costume", + "langName": "подходить", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "adapted_costume", + "langName": "Улучшить одежду", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "animal_costume", + "langName": "набор фигурок животных", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "bunny_costume", + "langName": "Набор в стиле кролика", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "cat_costume", + "langName": "набор для укладки кошек", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "dog_costume", + "langName": "набор для укладки собак", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "bear_costume", + "langName": "Набор в стиле медведя", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "santa_costume", + "langName": "Костюм Санта Клауса", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "halloween_costume", + "langName": "костюмы на хэллоуин", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "embellished_costume", + "langName": "богато украшенная одежда", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "alternate_costume", + "langName": "Альтернативная одежда, отличающаяся от оригинального облика персонажа.", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "costume_switch", + "langName": "переодеться играть", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "meme_attire", + "langName": "Наряды, имитирующие интернет-мемы", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "kourindou_tengu_costume", + "langName": "Костюм Кориндо Тэнгу", + "object": "Одежда", + "attribute": "Стиль одежды" + }, + { + "displayName": "hanfu, tang style outfits,", + "langName": "Тан Фэн", + "object": "Одежда", + "attribute": "Древность" + }, + { + "displayName": "hanfu, song style outfits,", + "langName": "Сун Фэн", + "object": "Одежда", + "attribute": "Древность" + }, + { + "displayName": "hanfu, ming style outfits,", + "langName": "Минфэн", + "object": "Одежда", + "attribute": "Древность" + }, + { + "displayName": "orange upper shan", + "langName": "Оранжевый Уэсуги", + "object": "Одежда", + "attribute": "Древность" + }, + { + "displayName": "pink long upper shan", + "langName": "розовый кедр", + "object": "Одежда", + "attribute": "Древность" + }, + { + "displayName": "white chest po skirt", + "langName": "пышногрудая юбка", + "object": "Одежда", + "attribute": "Древность" + }, + { + "displayName": "red chest pleated skirt", + "langName": "Юбка-плиссе длиной до груди", + "object": "Одежда", + "attribute": "Древность" + }, + { + "displayName": "green waistband", + "langName": "зеленое кружево", + "object": "Одежда", + "attribute": "Древность" + }, + { + "displayName": "white pibo", + "langName": "Белая шаль", + "object": "Одежда", + "attribute": "Древность" + }, + { + "displayName": "purple short shan", + "langName": "пихта пурпурная короткая", + "object": "Одежда", + "attribute": "Древность" + }, + { + "displayName": "light green long shan", + "langName": "светло-зеленый кедр", + "object": "Одежда", + "attribute": "Древность" + }, + { + "displayName": "translucent white pleated skirt", + "langName": "Полупрозрачная белая плиссированная юбка", + "object": "Одежда", + "attribute": "Древность" + }, + { + "displayName": "green floral songmo", + "langName": "Зеленый цветочный Song Mo", + "object": "Одежда", + "attribute": "Древность" + }, + { + "displayName": "short coat", + "langName": "короткое пальто", + "object": "Одежда", + "attribute": "Древность" + }, + { + "displayName": "mamian skirt", + "langName": "юбка с изображением лошадиной морды", + "object": "Одежда", + "attribute": "Древность" + }, + { + "displayName": "round collar", + "langName": "круглый вырез", + "object": "Одежда", + "attribute": "Древность" + }, + { + "displayName": "standing collar", + "langName": "Воротник-стойка", + "object": "Одежда", + "attribute": "Древность" + }, + { + "displayName": "square collar", + "langName": "квадратный воротник", + "object": "Одежда", + "attribute": "Древность" + }, + { + "displayName": "overlapping collar", + "langName": "облачное плечо", + "object": "Одежда", + "attribute": "Древность" + }, + { + "displayName": "embroidery", + "langName": "вышивка", + "object": "Одежда", + "attribute": "Древность" + }, + { + "displayName": "woven gold", + "langName": "Чжицзинь", + "object": "Одежда", + "attribute": "Древность" + }, + { + "displayName": "makeup flower", + "langName": "макияж цветы", + "object": "Одежда", + "attribute": "Древность" + }, + { + "displayName": "bufu", + "langName": "Принять дополнительную дозу", + "object": "Одежда", + "attribute": "Древность" + }, + { + "displayName": "suit", + "langName": "Подходить", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "business_suit", + "langName": "деловой костюм", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "tuxedo", + "langName": "Смокинг", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "formal_dress", + "langName": "официальное платье", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "evening_gown", + "langName": "Длинное платье (женское платье длиной до щиколотки)", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "evening dress", + "langName": "Вечернее платье", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "wedding_dress", + "langName": "свадебное платье", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "gown", + "langName": "женская длинная одежда", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "cocktail_dress", + "langName": "коктейльное платье", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "school_uniform", + "langName": "школьная форма", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "serafuku", + "langName": "Матросская форма (школьная форма)", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "summer_uniform", + "langName": "летняя форма", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "kindergarten_uniform", + "langName": "Форма для детского сада", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "sailor", + "langName": "матросская форма", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "police_uniform", + "langName": "полицейская форма", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "military_uniform", + "langName": "армейская форма", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "naval_uniform", + "langName": "военно-морская форма", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "camouflage uniform", + "langName": "камуфляжная форма", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "nazi_uniform", + "langName": "нацистская форма", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "ss_uniform", + "langName": "униформа СС", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "stile_uniform", + "langName": "униформа горничной", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "band_uniform", + "langName": "форма группы", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "chef_uniform", + "langName": "комбинезон повара", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "labcoat", + "langName": "белое пальто", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "space_suit", + "langName": "космический костюм", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "leotard", + "langName": "трико", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "canonicals", + "langName": "священнические одежды", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "domineering", + "langName": "монашеская униформа", + "object": "Одежда", + "attribute": "Официальная одежда" + }, + { + "displayName": "casual", + "langName": "Досуг", + "object": "Одежда", + "attribute": "Повседневная одежда" + }, + { + "displayName": "loungewear", + "langName": "повседневная одежда", + "object": "Одежда", + "attribute": "Повседневная одежда" + }, + { + "displayName": "hoodie", + "langName": "Толстовка с капюшоном", + "object": "Одежда", + "attribute": "Повседневная одежда" + }, + { + "displayName": "homewear", + "langName": "домашняя одежда", + "object": "Одежда", + "attribute": "Повседневная одежда" + }, + { + "displayName": "pajamas", + "langName": "пижама", + "object": "Одежда", + "attribute": "Повседневная одежда" + }, + { + "displayName": "nightgown", + "langName": "пижама", + "object": "Одежда", + "attribute": "Повседневная одежда" + }, + { + "displayName": "sleepwear", + "langName": "пижама", + "object": "Одежда", + "attribute": "Повседневная одежда" + }, + { + "displayName": "babydoll", + "langName": "Сексуальная пижама", + "object": "Одежда", + "attribute": "Повседневная одежда" + }, + { + "displayName": "print_pajamas", + "langName": "пижамы с принтом", + "object": "Одежда", + "attribute": "Повседневная одежда" + }, + { + "displayName": "polka_dot_pajamas", + "langName": "пижама в горошек", + "object": "Одежда", + "attribute": "Повседневная одежда" + }, + { + "displayName": "yukata", + "langName": "халат", + "object": "Одежда", + "attribute": "Повседневная одежда" + }, + { + "displayName": "robe", + "langName": "халат", + "object": "Одежда", + "attribute": "Повседневная одежда" + }, + { + "displayName": "robe_of_blending", + "langName": "смешанный халат", + "object": "Одежда", + "attribute": "Повседневная одежда" + }, + { + "displayName": "cloak", + "langName": "плащ", + "object": "Одежда", + "attribute": "Повседневная одежда" + }, + { + "displayName": "hooded_cloak", + "langName": "плащ с капюшоном", + "object": "Одежда", + "attribute": "Повседневная одежда" + }, + { + "displayName": "harem_outfit", + "langName": "Форма танцора", + "object": "Одежда", + "attribute": "Повседневная одежда" + }, + { + "displayName": "sportswear", + "langName": "спортивная одежда", + "object": "Одежда", + "attribute": "Спортивная одежда" + }, + { + "displayName": "gym_uniform", + "langName": "спортивная одежда", + "object": "Одежда", + "attribute": "Спортивная одежда" + }, + { + "displayName": "athletic_leotard", + "langName": "гимнастическая форма", + "object": "Одежда", + "attribute": "Спортивная одежда" + }, + { + "displayName": "tennis_uniform", + "langName": "теннисная рубашка", + "object": "Одежда", + "attribute": "Спортивная одежда" + }, + { + "displayName": "baseball_uniform", + "langName": "бейсбольная форма", + "object": "Одежда", + "attribute": "Спортивная одежда" + }, + { + "displayName": "letterman_jacket", + "langName": "бейсбольная куртка", + "object": "Одежда", + "attribute": "Спортивная одежда" + }, + { + "displayName": "volleyball_uniform", + "langName": "волейбольная форма", + "object": "Одежда", + "attribute": "Спортивная одежда" + }, + { + "displayName": "biker_clothes", + "langName": "велосипедная майка", + "object": "Одежда", + "attribute": "Спортивная одежда" + }, + { + "displayName": "bikesuit", + "langName": "Велосипедный костюм", + "object": "Одежда", + "attribute": "Спортивная одежда" + }, + { + "displayName": "wrestling_outfit", + "langName": "форма для борьбы", + "object": "Одежда", + "attribute": "Спортивная одежда" + }, + { + "displayName": "dougi", + "langName": "форма для боевых искусств", + "object": "Одежда", + "attribute": "Спортивная одежда" + }, + { + "displayName": "swimsuit", + "langName": "купальник", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "swimwear", + "langName": "купальник", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "wet_swimsuit", + "langName": "мокрый купальник", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "school_swimsuit", + "langName": "Школьные купальники (вода Suiku)", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "new_school_swimsuit", + "langName": "Новая мертвая вода в резервуаре", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "old_school_swimsuit", + "langName": "Старый резервуар с мертвой водой", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "competition_school_swimsuit", + "langName": "бассейн с мертвой водой", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "competition_swimsuit", + "langName": "Купальник для соревнований", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "casual_one-piece_swimsuit", + "langName": "повседневный цельный купальник", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "front_zipper_swimsuit", + "langName": "Купальник с застежкой-молнией спереди", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "highleg_swimsuit", + "langName": "купальник с высоким разрезом", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "one-piece_swimsuit", + "langName": "цельный купальник", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "swimsuit_of_perpetual_summer", + "langName": "Купальник Чан Ся (костюм школьницы fgo)", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "bikini", + "langName": "бикини", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "highleg_bikini", + "langName": "бикини с высокой талией", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "lowleg_bikini", + "langName": "бикини с низкой талией", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "slingshot_swimsuit", + "langName": "Купальник V-образной формы", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "sailor_bikini", + "langName": "бикини в матросском стиле", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "shell_bikini", + "langName": "бикини-ракушка", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "sports_bikini", + "langName": "спортивное бикини", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "string_bikini", + "langName": "бикини-стринги", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "strapless_bikini", + "langName": "бикини без бретелек", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "side-tie_bikini", + "langName": "Бикини-стринги", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "front-tie_bikini_top", + "langName": "завязывающийся спереди верх бикини", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "multi-strapped_bikini", + "langName": "бикини с несколькими лямками", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "thong_bikini", + "langName": "бикини-стринги", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "front-tie_bikini", + "langName": "Бикини завязывается спереди", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "frilled_bikini", + "langName": "кружевное бикини", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "o-ring_bikini", + "langName": "бикини с о-рингом", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "eyepatch_bikini", + "langName": "бикини с завязанными глазами", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "layered_bikini", + "langName": "многослойное бикини", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "bow_bikini", + "langName": "бикини с бантом", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "mismatched_bikini", + "langName": "двухцветное бикини", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "multicolored_bikini", + "langName": "Разноцветное бикини", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "frilled_swimsuit", + "langName": "кружевной купальник", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "polka_dot_swimsuit", + "langName": "купальник с круглыми пятнами", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "striped_swimsuit", + "langName": "полосатый купальник", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "striped_bikini", + "langName": "полосатый бикини", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "plaid_bikini", + "langName": "бикини в клетку", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "polka_dot_bikini", + "langName": "круглое пятно бикини", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "print_bikini", + "langName": "бикини с принтом", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "american_flag_bikini", + "langName": "американский флаг бикини", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "german_flag_bikini", + "langName": "немецкий флаг бикини", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "impossible_swimsuit", + "langName": "купальник с боди-артом", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "bikini_top", + "langName": "верх бикини", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "bikini_top_only", + "langName": "только верх бикини", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "bikini_top_removed", + "langName": "сняла верхнюю часть бикини", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "bikini_bottom_only", + "langName": "только плавки бикини", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "bikini_bottom", + "langName": "плавки бикини", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "untied_bikini", + "langName": "расстегнутое бикини", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "bikini_aside", + "langName": "Бикини сняли с трех точек", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "swimsuit_aside", + "langName": "Отодвиньте промежность купальника в сторону.", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "swimsuit_under_clothes", + "langName": "Ношение купальника под одеждой", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "torn_swimsuit", + "langName": "поврежденный купальник", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "bikini_skirt", + "langName": "юбка бикини", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "swim_briefs", + "langName": "плавки", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "swim_cap", + "langName": "шапочка для плавания", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "swim_trunks", + "langName": "плавки", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "male_swimwear", + "langName": "мужские плавки", + "object": "Одежда", + "attribute": "Купальник" + }, + { + "displayName": "sailor_senshi_uniform", + "langName": "Униформа Сейлор Мун", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "adapted_uniform", + "langName": "Улучшенная униформа", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "anzio_military_uniform", + "langName": "военная форма Анцио", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "anzio_school_uniform", + "langName": "школьная форма Анцио", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "aria_company_uniform", + "langName": "Униформа компании «Ария»", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "ashford_academy_uniform", + "langName": "Форма колледжа Эшфорд", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "bc_freedom_military_uniform", + "langName": "Форма BC Free Academy", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "chaldea_uniform", + "langName": "Халдейская униформа", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "chi-hatan_military_uniform", + "langName": "Форма Академии Чжиха Дан", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "fleur_de_lapin_uniform", + "langName": "Костюм горничной в виде кролика в горошек", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "garreg_mach_monastery_uniform", + "langName": "Униформа монастыря Гарг Марко", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "gem_uniform_(houseki_no_kuni)", + "langName": "Униформа Страны Самоцветов", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "hanasakigawa_school_uniform", + "langName": "Академия для девочек Ханасакигава", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "hikarizaka_private_high_school_uniform", + "langName": "Форма частной средней школы Мицусака", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "homurahara_academy_uniform", + "langName": "Форма Академии Суи Гунхара", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "kamiyama_high_school_uniform", + "langName": "Форма средней школы Кайлаш", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "keizoku_military_uniform", + "langName": "Продолжить школьную форму", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "kita_high_school_uniform", + "langName": "Северная школьная форма", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "kiyosumi_school_uniform", + "langName": "Форма старшей школы Киёсуми", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "luna_nova_school_uniform", + "langName": "Форма школы магии Рунанова", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "meiji_schoolgirl_uniform", + "langName": "школьная форма Мэйдзи", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "mitakihara_school_uniform", + "langName": "Форма средней школы Митакихара", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "nami_junior_high_school_uniform", + "langName": "Форма средней школы Болу", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "nanairogaoka_middle_school_uniform", + "langName": "Форма средней школы Цисэцю", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "nanamori_school_uniform", + "langName": "Форма средней школы Цисен", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "naoetsu_high_school_uniform", + "langName": "Частная форма старшей школы Наоэцу", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "national_shin_ooshima_school_uniform", + "langName": "Новая школьная форма Академии Осима", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "ooarai_military_uniform", + "langName": "Военная форма полка Оараи", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "ooarai_school_uniform", + "langName": "Школьная форма Oarai United", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "otonokizaka_school_uniform", + "langName": "Женская униформа Национальной академии Ононогизака", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "paradis_military_uniform", + "langName": "Военная форма острова Парад", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "polar_chaldea_uniform", + "langName": "Полярная халдейская форма", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "pravda_military_uniform", + "langName": "Военная форма Академии Истины", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "pravda_school_uniform", + "langName": "Школьная форма академии правды", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "rabbit_house_uniform", + "langName": "Униформа дома Дьянтуту", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "raimon_soccer_uniform", + "langName": "Футбольная форма Thunder Gate", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "ryouou_school_uniform", + "langName": "Форма Академии Рёдзакура", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "sakugawa_school_uniform", + "langName": "Форма средней школы Чжачуань", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "sakuragaoka_high_school_uniform", + "langName": "Форма для девочек старшей школы Сакурагаока", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "saunders_military_uniform", + "langName": "Военная форма Сандерса", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "saunders_school_uniform", + "langName": "Сандерс прикрепил школьную форму", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "seishou_elementary_school_uniform", + "langName": "Школьная форма начальной школы при Университете Шэнсян", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "shinda_sekai_sensen_uniform", + "langName": "Униформа фронта загробной жизни", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "shuuchiin_academy_uniform", + "langName": "Форма Академии Сучиин", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "shuujin_academy_uniform", + "langName": "Похвастайтесь студенческой формой", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "st._gloriana's_military_uniform", + "langName": "Военная форма Святой Глорианы", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "st._gloriana's_school_uniform", + "langName": "Школьная форма для девочек St. Gloria Anna", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "starlight_academy_uniform", + "langName": "Звездная оптическая парковая форма", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "tokisadame_school_uniform", + "langName": "Обычная форма колледжа", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "tokiwadai_school_uniform", + "langName": "Школьная форма Tokiwa Taichung", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "tomoeda_elementary_school_uniform", + "langName": "Форма начальной школы Ючжи", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "tsab_ground_military_uniform", + "langName": "Военная форма Управления Времени и Пространства", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "u.a._school_uniform", + "langName": "Форма средней школы Сюнъин", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "uranohoshi_school_uniform", + "langName": "Форма женского колледжа Ура но Хоши", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "yasogami_school_uniform", + "langName": "Форма старшей школы Ясогами", + "object": "Одежда", + "attribute": "Школьная форма" + }, + { + "displayName": "shirt", + "langName": "рубашка", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "dress_shirt", + "langName": "официальная рубашка", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "collared_shirt", + "langName": "рубашка с лацканами", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "white_shirt", + "langName": "белая рубашка", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "blouse", + "langName": "женские рубашки", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "frilled_shirt", + "langName": "рубашка с оборками", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "sailor_shirt", + "langName": "матросская рубашка", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "plaid_shirt", + "langName": "клетчатая рубашка", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "striped_shirt", + "langName": "полосатая рубашка", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "print_shirt", + "langName": "рубашка с принтом", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "impossible shirt", + "langName": "Рубашка, которая сидит нелогично", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "polo_shirt", + "langName": "рубашка поло", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "hawaiian_shirt", + "langName": "гавайская рубашка", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "t-shirt", + "langName": "ФУТБОЛКА", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "casual T-shirts", + "langName": "Повседневная футболка", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "short sleeve T-shirts", + "langName": "Футболка с коротким рукавом (плечевая рубашка)", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "cropped_shirt", + "langName": "короткая рубашка", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "off-shoulder_shirt", + "langName": "рубашка с открытыми плечами", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "criss-cross_halter", + "langName": "Топ с перекрещивающимися бретельками", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "sleeveless_shirt", + "langName": "рубашка без рукавов", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "sleeveless_hoodie", + "langName": "толстовка без рукавов", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "tank_top", + "langName": "жилет (домашний)", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "camisole", + "langName": "камзол", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "crop_top", + "langName": "укороченный топ", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "undershirt", + "langName": "майка", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "vest", + "langName": "жилет (формальный)", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "brown_vest", + "langName": "коричневый жилет", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "waistcoat", + "langName": "Жилет (официальный)", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "sweatshirt", + "langName": "Толстовка с капюшоном", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "jersey", + "langName": "Толстовки/Джерси", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "sweater", + "langName": "свитер", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "cardigan", + "langName": "кардиган свитер", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "shrug_(clothing)", + "langName": "шаль", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "jacket", + "langName": "куртка", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "hooded jacket", + "langName": "куртка с капюшоном", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "coat", + "langName": "пальто", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "suit jacket", + "langName": "блейзер", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "tailcoat", + "langName": "Смокинг", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "capelet", + "langName": "короткий плащ", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "kesa", + "langName": "ряса", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "kappougi", + "langName": "блузка (надевается во время готовки)", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "detached sleeves", + "langName": "Раздельные плечевые рукава", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "cropped vest", + "langName": "укороченный жилет", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "spaghetti strap", + "langName": "тонкие бретельки", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "tube_top", + "langName": "Верх туники", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "dudou", + "langName": "поясной ремень", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "highleg", + "langName": "Топ с высоким разрезом", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "shirt_tucked_in", + "langName": "рубашка заправлена в брюки", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "untucked_shirt", + "langName": "рубашка навыпуск", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "tied_shirt", + "langName": "Завяжите рубашку (завяжите углы и подол)", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "partially_unbuttoned", + "langName": "Частичное освобождение", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "partially_unzipped", + "langName": "Частично распакован", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "unbuttoned shirt", + "langName": "расстегнутая рубашка", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "open_clothes", + "langName": "открытая одежда", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "clothes_down", + "langName": "снять одежду", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "shirt_tug", + "langName": "тянуть рубашку", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "clothes_tug", + "langName": "тянуть одежду", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "clothes_removed", + "langName": "Сними одежду", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "shirt_removed", + "langName": "рубашка снята", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "undressing", + "langName": "снять одежду", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "untied", + "langName": "Развязанный", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "button_gap", + "langName": "Зазор между пуговицами (не расстегнут)", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "taut_shirt", + "langName": "обтягивающая рубашка", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "taut_clothes", + "langName": "тесная одежда", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "tight", + "langName": "тесная одежда", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "underbust", + "langName": "Вытяните нижнюю часть груди", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "oversized_shirt", + "langName": "рубашка больших размеров", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "oversized_clothes", + "langName": "одежда больших размеров", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "borrowed_garments", + "langName": "Одежда парня", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "undersized_clothes", + "langName": "одежда маленького размера", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "clothing_cutout", + "langName": "полые одежды", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "back_cutout", + "langName": "топ без спинки", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "cleavage_cutout", + "langName": "декольте рубашка декольте", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "navel_cutout", + "langName": "рубашка с проколотым пупком", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "midriff", + "langName": "укороченный топ", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "heart_cutout", + "langName": "Открытый верх в форме сердца", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "torn_clothes", + "langName": "рваная одежда", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "torn_shirt", + "langName": "порванная рубашка", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "wet_shirt", + "langName": "мокрая рубашка", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "clothes_theft", + "langName": "Одежда украдена", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "strap_slip", + "langName": "Плечевой ремень соскользнул (что привело к протечке)", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "wedgie", + "langName": "Вдавленный (вызванный натяжением одежды в области промежности)", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "wardrobe_malfunction", + "langName": "Что-то случилось с одеждой (например, она развалилась)", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "wardrobe_error", + "langName": "одежда соскальзывает", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "short sleeves", + "langName": "короткие рукава", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "long sleeves", + "langName": "длинные рукава", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "sleeveless", + "langName": "без рукавов", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "underwear", + "langName": "нижнее белье", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "bra", + "langName": "бюстгальтер", + "object": "Одежда", + "attribute": "Куртка" + }, + { + "displayName": "nude", + "langName": "голый", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "formal", + "langName": "Официальная одежда", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "chemise", + "langName": "свободное платье", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "santa", + "langName": "Рождественский наряд", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "blazer", + "langName": "блейзер", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "overcoat", + "langName": "пальто", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "double-breasted", + "langName": "Двубортные пуговицы (двубортные пуговицы", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "long_coat", + "langName": "длинное пальто", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "haori", + "langName": "Куртка в японском стиле", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "winter_coat", + "langName": "зимнее пальто", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "hooded_coat", + "langName": "пальто с капюшоном", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "fur_coat", + "langName": "шуба", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "fur-trimmed_coat", + "langName": "полосатая шуба", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "duffel_coat", + "langName": "дафлкот", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "fishnet_top", + "langName": "сетчатый топ", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "parka", + "langName": "Парка", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "jacket_partially_removed", + "langName": "Куртка частично снята.", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "jacket_removed", + "langName": "Куртка снята", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "open_jacket", + "langName": "кардиган-жакет (с раздвинутыми ногами)", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "cropped_jacket", + "langName": "укороченная куртка", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "track_jacket", + "langName": "блейзер", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "hooded_track_jacket", + "langName": "спортивная куртка с капюшоном", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "military_jacket", + "langName": "военная куртка", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "camouflage_jacket", + "langName": "камуфляжная куртка", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "leather_jacket", + "langName": "кожаная куртка", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "bomber_jacket", + "langName": "куртка-бомбер", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "denim_jacket", + "langName": "джинсовая куртка", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "fur-trimmed_jacket", + "langName": "куртка с меховой отделкой", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "two-tone_jacket", + "langName": "двухцветная куртка", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "trench_coat", + "langName": "ветровка", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "windbreaker", + "langName": "Куртка", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "raincoat", + "langName": "плащ", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "hagoromo", + "langName": "Бог Хагоромо", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "tunic", + "langName": "туника", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "cape", + "langName": "шаль", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "winter_clothes", + "langName": "зимняя одежда", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "pullover_sweaters", + "langName": "пуловер свитер", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "loating_jacket", + "langName": "повседневная куртка", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "ribbed_sweater", + "langName": "ребристый свитер", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "sweater_vest", + "langName": "свитер жилет", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "backless_sweater", + "langName": "свитер с открытой спиной", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "aran_sweater", + "langName": "ирландский свитер", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "beige_sweater", + "langName": "Бежевый свитер", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "brown_sweater", + "langName": "коричневый свитер", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "hooded_sweater", + "langName": "свитер с капюшоном", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "off-shoulder_sweater", + "langName": "свитер с открытыми плечами", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "striped_sweater", + "langName": "полосатый свитер", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "virgin_killer_sweater", + "langName": "свитер девственницы-убийцы", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "down_jacket", + "langName": "пуховик", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "puffer_jacket", + "langName": "пуховик", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "open dress", + "langName": "платье-кардиган", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "Piece Suit", + "langName": "блейзер", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "naked towel", + "langName": "банное полотенце", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "racing suit", + "langName": "гоночный костюм", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "maid dress", + "langName": "наряд горничной", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "reverse bunnysuit", + "langName": "Обратный кролик-девочка", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "backless outfit", + "langName": "Платье с открытой спиной", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "Gorgeous and fussy clothes", + "langName": "Великолепная и громоздкая одежда", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "highleg leotard", + "langName": "комбинезон с высоким разрезом", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "Sex underwear", + "langName": "Сексуальное белье", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "diving suit", + "langName": "гидрокостюм", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "casual wear", + "langName": "повседневная одежда", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "miko clothing", + "langName": "Костюм ведьмы", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "nurse gown", + "langName": "униформа медсестры", + "object": "Одежда", + "attribute": "Пальто" + }, + { + "displayName": "sailor_collar", + "langName": "матросский воротник", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "fur_collar", + "langName": "меховой воротник", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "frilled_collar", + "langName": "кружевной воротник", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "popped_collar", + "langName": "Воротник-стойка", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "black_choker", + "langName": "черный ошейник", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "belt_collar", + "langName": "петля для ремня на шею", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "frilled_choker", + "langName": "ожерелье с рюшами", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "neckerchief", + "langName": "шарф", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "red_neckerchief", + "langName": "красный шарф", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "necktie", + "langName": "галстук", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "short_necktie", + "langName": "короткий галстук", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "white_necktie", + "langName": "белый галстук", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "bowtie", + "langName": "галстук-бабочка", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "headphones_around_neck", + "langName": "Наушники висят на шее", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "goggles_around_neck", + "langName": "защитные очки для шеи", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "neck_bell", + "langName": "шейный колокольчик", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "neck_ruff", + "langName": "вырез", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "v-neck", + "langName": "V-образный вырез", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "towel_around_neck", + "langName": "полотенце вокруг шеи", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "loose_necktie", + "langName": "свободный галстук", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "neck_tattoo", + "langName": "татуировка на шее", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "ascot", + "langName": "Широкий галстук в виде шарфа", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "ribbon_choker", + "langName": "шейная лента", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "maebari/pasties", + "langName": "Вагинальный пластырь/пластырь на сосок", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "chinese_knot", + "langName": "китайский узел", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "cross_necklace", + "langName": "крестовое ожерелье", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "bead_necklace", + "langName": "ожерелье из бисера", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "pearl_necklace", + "langName": "жемчужное ожерелье", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "heart_necklace", + "langName": "ожерелье в форме сердца", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "carrot_necklace", + "langName": "ожерелье из моркови", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "chain_necklace", + "langName": "цепочка ожерелье", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "magatama_necklace", + "langName": "Жемчужное ожерелье", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "tooth_necklace", + "langName": "ожерелье из зубов", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "key_necklace", + "langName": "ожерелье с ключом", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "anchor_necklace", + "langName": "ожерелье якорь", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "skull_necklace", + "langName": "ожерелье из черепа", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "shell_necklace", + "langName": "ожерелье из ракушек", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "gold_necklace", + "langName": "золотое ожерелье", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "crescent_necklace", + "langName": "ожерелье в виде полумесяца", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "ring_necklace", + "langName": "кольцо ожерелье", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "feather_necklace", + "langName": "ожерелье из перьев", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "bone_necklace", + "langName": "ожерелье из костей", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "ankh_necklace", + "langName": "крестовое ожерелье", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "multiple_necklaces", + "langName": "несколько ожерелий", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "bullet_necklace", + "langName": "ожерелье из пуль", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "holding_necklace", + "langName": "держит ожерелье", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "necklace_removed", + "langName": "ожерелье снято", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "brown_neckwear", + "langName": "Коричневый воротник", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "checkered_neckwear", + "langName": "клетчатый вырез", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "diagonal-striped_neckwear", + "langName": "Галстук из твила", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "halterneck", + "langName": "галстук", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "mole_on_neck", + "langName": "На шее есть родинка", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "neck", + "langName": "шея", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "plaid_neckwear", + "langName": "воротник-шотландка", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "plunging_neckline", + "langName": "Глубокий воротник", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "print_neckwear", + "langName": "напечатанный галстук", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "sleeveless_turtleneck", + "langName": "свитер без рукавов с высоким воротом", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "star_necklace", + "langName": "звездное ожерелье", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "striped_neckwear", + "langName": "полосатый воротник", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "turtleneck_sweater", + "langName": "Водолазка-свитер", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "undone_necktie", + "langName": "ослабить галстук", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "whistle_around_neck", + "langName": "Свисток висит на шее", + "object": "Одежда", + "attribute": "Вырез горловины" + }, + { + "displayName": "plaid_scarf", + "langName": "клетчатый шарф", + "object": "Одежда", + "attribute": "Шарф" + }, + { + "displayName": "striped_scarf", + "langName": "полосатый шарф", + "object": "Одежда", + "attribute": "Шарф" + }, + { + "displayName": "print_scarf", + "langName": "шарф с принтом", + "object": "Одежда", + "attribute": "Шарф" + }, + { + "displayName": "vertical-striped_scarf", + "langName": "шарф в вертикальную полоску", + "object": "Одежда", + "attribute": "Шарф" + }, + { + "displayName": "polka_dot_scarf", + "langName": "шарф в горошек", + "object": "Одежда", + "attribute": "Шарф" + }, + { + "displayName": "argyle_scarf", + "langName": "алмазный шарф", + "object": "Одежда", + "attribute": "Шарф" + }, + { + "displayName": "beige_scarf", + "langName": "бежевый шарф", + "object": "Одежда", + "attribute": "Шарф" + }, + { + "displayName": "scarf_bow", + "langName": "шарф-бант", + "object": "Одежда", + "attribute": "Шарф" + }, + { + "displayName": "fur_scarf", + "langName": "меховой шарф", + "object": "Одежда", + "attribute": "Шарф" + }, + { + "displayName": "naked_scarf", + "langName": "голый шарф", + "object": "Одежда", + "attribute": "Шарф" + }, + { + "displayName": "multicolored_scarf", + "langName": "цветной шарф", + "object": "Одежда", + "attribute": "Шарф" + }, + { + "displayName": "floating_scarf", + "langName": "плавающий шарф", + "object": "Одежда", + "attribute": "Шарф" + }, + { + "displayName": "long_scarf", + "langName": "длинный шарф", + "object": "Одежда", + "attribute": "Шарф" + }, + { + "displayName": "arm_scarf", + "langName": "шарф на руку", + "object": "Одежда", + "attribute": "Шарф" + }, + { + "displayName": "scarf_on_head", + "langName": "шарф на голове", + "object": "Одежда", + "attribute": "Шарф" + }, + { + "displayName": "scarf_over_mouth", + "langName": "шарф на рот", + "object": "Одежда", + "attribute": "Шарф" + }, + { + "displayName": "scarf_removed", + "langName": "Шарф был снят.", + "object": "Одежда", + "attribute": "Шарф" + }, + { + "displayName": "adjusting_scarf", + "langName": "поправьте шарф", + "object": "Одежда", + "attribute": "Шарф" + }, + { + "displayName": "holding_scarf", + "langName": "держа шарф", + "object": "Одежда", + "attribute": "Шарф" + }, + { + "displayName": "scarf_pull", + "langName": "тянуть шарф", + "object": "Одежда", + "attribute": "Шарф" + }, + { + "displayName": "brown_scarf", + "langName": "коричневый шарф", + "object": "Одежда", + "attribute": "Шарф" + }, + { + "displayName": "scarf", + "langName": "шарф", + "object": "Одежда", + "attribute": "Шарф" + }, + { + "displayName": "apron", + "langName": "фартук", + "object": "Одежда", + "attribute": "Талия" + }, + { + "displayName": "waist_apron", + "langName": "фартук на талии", + "object": "Одежда", + "attribute": "Талия" + }, + { + "displayName": "maid_apron", + "langName": "фартук горничной", + "object": "Одежда", + "attribute": "Талия" + }, + { + "displayName": "bow tied at the waist", + "langName": "Галстук-бабочка спереди на талии", + "object": "Одежда", + "attribute": "Талия" + }, + { + "displayName": "waist_cape", + "langName": "Маленький плащ, который носят вокруг талии.", + "object": "Одежда", + "attribute": "Талия" + }, + { + "displayName": "clothes_around_waist", + "langName": "одежда на талии", + "object": "Одежда", + "attribute": "Талия" + }, + { + "displayName": "jacket_around_waist", + "langName": "куртка на талии", + "object": "Одежда", + "attribute": "Талия" + }, + { + "displayName": "sweater_around_waist", + "langName": "Свитер на талии", + "object": "Одежда", + "attribute": "Талия" + }, + { + "displayName": "loincloth", + "langName": "Набедренная повязка", + "object": "Одежда", + "attribute": "Талия" + }, + { + "displayName": "bustier", + "langName": "корсет", + "object": "Одежда", + "attribute": "Талия" + }, + { + "displayName": "corset", + "langName": "Корсет (жилет)", + "object": "Одежда", + "attribute": "Талия" + }, + { + "displayName": "girdle", + "langName": "корсет", + "object": "Одежда", + "attribute": "Талия" + }, + { + "displayName": "bikini_armor", + "langName": "бикини-броня", + "object": "Одежда", + "attribute": "Броня" + }, + { + "displayName": "armor", + "langName": "броня", + "object": "Одежда", + "attribute": "Броня" + }, + { + "displayName": "full_armor", + "langName": "Ношение полного доспеха", + "object": "Одежда", + "attribute": "Броня" + }, + { + "displayName": "plate_armor", + "langName": "пластинчатая броня", + "object": "Одежда", + "attribute": "Броня" + }, + { + "displayName": "japanese_armor", + "langName": "Японские доспехи", + "object": "Одежда", + "attribute": "Броня" + }, + { + "displayName": "kusazuri", + "langName": "Фудан | Кусадзури (японская нижняя часть доспеха)", + "object": "Одежда", + "attribute": "Броня" + }, + { + "displayName": "power_armor", + "langName": "Силовая броня", + "object": "Одежда", + "attribute": "Броня" + }, + { + "displayName": "helmet", + "langName": "шлем", + "object": "Одежда", + "attribute": "Броня" + }, + { + "displayName": "kabuto", + "langName": "Шлем (в японском стиле)", + "object": "Одежда", + "attribute": "Броня" + }, + { + "displayName": "off-shoulder_armor", + "langName": "Безплечевая броня", + "object": "Одежда", + "attribute": "Броня" + }, + { + "displayName": "shoulder_armor", + "langName": "Плечи", + "object": "Одежда", + "attribute": "Броня" + }, + { + "displayName": "muneate", + "langName": "Японский нагрудник для стрельбы из лука", + "object": "Одежда", + "attribute": "Броня" + }, + { + "displayName": "breastplate", + "langName": "Нагрудник", + "object": "Одежда", + "attribute": "Броня" + }, + { + "displayName": "faulds", + "langName": "пластрон", + "object": "Одежда", + "attribute": "Броня" + }, + { + "displayName": "greaves", + "langName": "Гривз", + "object": "Одежда", + "attribute": "Броня" + }, + { + "displayName": "shin_guards", + "langName": "Гривз", + "object": "Одежда", + "attribute": "Броня" + }, + { + "displayName": "armored_boots", + "langName": "бронированные ботинки", + "object": "Одежда", + "attribute": "Броня" + }, + { + "displayName": "dress", + "langName": "одеваться", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "microdress", + "langName": "микро платье", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "long_dress", + "langName": "длинное платье", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "mermaid dress", + "langName": "юбка-рыбий хвост", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "off-shoulder_dress", + "langName": "платье с открытыми плечами", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "strapless_dress", + "langName": "платье без бретелек", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "backless_dress", + "langName": "платье с открытой спиной", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "halter_dress", + "langName": "Юбка с открытой спиной и подтяжками", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "sundress", + "langName": "Платье-комбинация (платье без рукавов для жаркой погоды)", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "sleeveless_dress", + "langName": "платье без рукавов", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "sailor_dress", + "langName": "Юбка в матросском стиле", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "summer_dress", + "langName": "летнее длинное платье", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "pinafore_dress", + "langName": "платье-фартук", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "sweater_dress", + "langName": "платье-свитер", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "armored_dress", + "langName": "юбка боевой брони", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "frilled_dress", + "langName": "кружевное платье", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "lace-trimmed_dress", + "langName": "кружевное платье", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "collared_dress", + "langName": "платье с воротником", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "fur-trimmed_dress", + "langName": "платье с меховой отделкой", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "layered_dress", + "langName": "многослойное платье", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "pleated_dress", + "langName": "плиссированное платье", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "taut_dress", + "langName": "обтягивающее платье", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "pencil_dress", + "langName": "юбка-карандаш", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "impossible_dress", + "langName": "Слишком тесная одежда", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "multicolored_dress", + "langName": "Разноцветное платье", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "striped_dress", + "langName": "полосатое платье", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "ribbed_dress", + "langName": "платье в рубчик", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "polka_dot_dress", + "langName": "платье в горошек", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "print_dress", + "langName": "платье с принтом", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "vertical-striped_dress", + "langName": "платье в вертикальную полоску", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "see-through_dress", + "langName": "прозрачное платье", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "skirt", + "langName": "короткая юбка", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "microskirt", + "langName": "мини-юбка", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "miniskirt", + "langName": "мини-юбка", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "skirt_suit", + "langName": "формальная юбка", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "pleated_skirt", + "langName": "плиссированная юбка", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "pencil_skirt", + "langName": "короткая юбка-карандаш", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "bubble_skirt", + "langName": "пачка", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "tutu", + "langName": "пачка", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "ballgown", + "langName": "пачка (платье)", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "pettiskirt", + "langName": "пачка (детская)", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "showgirl_skirt", + "langName": "наряд для девушки на торговой выставке", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "beltskirt", + "langName": "юбка с поясом", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "denim_skirt", + "langName": "джинсовая юбка", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "suspender_skirt", + "langName": "юбка на подтяжках", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "skirt_set", + "langName": "Юбка в тон к верху", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "long_skirt", + "langName": "длинная юбка", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "summer_long_skirt", + "langName": "летнее длинное платье", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "overskirt", + "langName": "внешняя юбка", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "hakama_skirt", + "langName": "юбка хакама", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "high-waist_skirt", + "langName": "юбка с высокой талией", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "kimono_skirt", + "langName": "юбка-кимоно", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "suspender_long_skirt", + "langName": "юбка на подтяжках; юбка на подтяжках", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "chiffon_skirt", + "langName": "юбка из шифона", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "frilled_skirt", + "langName": "кружевная юбка", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "fur-trimmed_skirt", + "langName": "юбка с меховой отделкой", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "lace_skirt", + "langName": "кружевная юбка", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "lace-trimmed_skirt", + "langName": "кружевная юбка", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "ribbon-trimmed_skirt", + "langName": "юбка с отделкой из атласной ленты", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "layered_skirt", + "langName": "многослойная юбка", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "print_skirt", + "langName": "юбка с принтом", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "multicolored_skirt", + "langName": "Разноцветная юбка", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "striped_skirt", + "langName": "полосатая юбка", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "vertical-striped_skirt", + "langName": "юбка в вертикальную полоску", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "plaid_skirt", + "langName": "юбка в клетку", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "flared_skirt", + "langName": "юбка-зонтик", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "floral_skirt", + "langName": "юбка с цветочным узором", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "skirt_hold", + "langName": "Элегантно приподнимите юбку.", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "skirt_tug", + "langName": "Придержи подол юбки | Придержи подол юбки", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "dress_tug", + "langName": "Придержи юбку", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "skirt_around_one_leg", + "langName": "Короткая юбка свисает с одной ноги.", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "skirt_removed", + "langName": "Сними короткую юбку", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "dress_removed", + "langName": "снять юбку", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "open_skirt", + "langName": "открытая юбка", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "checkered_skirt", + "langName": "клетчатая юбка", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "plaid_dress", + "langName": "клетчатое платье", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "Medium length skirt", + "langName": "юбка средней длины", + "object": "Одежда", + "attribute": "Юбка" + }, + { + "displayName": "dress_bow", + "langName": "бант на платье", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "dressing_another", + "langName": "одеваться", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "shorts_under_skirt", + "langName": "Ношение шорт под юбкой", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "side_slit", + "langName": "боковые разрезы", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "shorts", + "langName": "шорты", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "micro_shorts", + "langName": "шорты маленького размера", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "short_shorts", + "langName": "шорты", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "hot_pants", + "langName": "шорты", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "cutoffs", + "langName": "шорты", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "striped_shorts", + "langName": "полосатые шорты", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "suspender_shorts", + "langName": "шорты с подтяжками", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "denim_shorts", + "langName": "джинсовые шорты", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "puffy_shorts", + "langName": "пышные шорты", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "dolphin_shorts", + "langName": "Шорты «Дельфин» (брюки «Правда»)", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "dolfin_shorts", + "langName": "Шорты «Дельфин» (брюки «Правда»)", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "tight_pants", + "langName": "Леггинсы/Спортивные штаны", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "crotchless_pants", + "langName": "Брюки с вырезом (узкие)", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "track_pants", + "langName": "спортивные штаны", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "yoga_pants", + "langName": "штаны для йоги", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "bike_shorts", + "langName": "велосипедные шорты", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "pants", + "langName": "брюки", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "puffy_pants", + "langName": "Пышные брюки/свободные брюки", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "pumpkin_pants", + "langName": "штаны-тыквы", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "hakama_pants", + "langName": "штаны хакама", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "harem_pants", + "langName": "шаровары", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "bloomers", + "langName": "шаровары", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "buruma", + "langName": "женские панталоны", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "jeans", + "langName": "джинсы", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "cargo_pants", + "langName": "комбинезон", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "camouflage_pants", + "langName": "камуфляжные штаны", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "capri_pants", + "langName": "укороченные брюки", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "chaps", + "langName": "Кожаные краги (широкие сверху и узкие снизу)", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "jumpsuit", + "langName": "(особенно женский) комбинезон", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "lowleg_pants", + "langName": "брюки с низкой талией", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "plaid_pants", + "langName": "брюки в клетку", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "single_pantsleg", + "langName": "Односторонние брюки", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "striped_pants", + "langName": "полосатые брюки", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "leotard_aside", + "langName": "Отогните промежность комбинезона в сторону.", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "open_fly", + "langName": "Расстегнутые брюки", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "pants_down", + "langName": "снять штаны", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "pants_rolled_up", + "langName": "Подвернутые штаны", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "pants_tucked_in", + "langName": "Заправь штаны", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "torn_jeans", + "langName": "рваные джинсы", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "torn_pants", + "langName": "рваные штаны", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "torn_shorts", + "langName": "рваные шорты", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "gym_shorts", + "langName": "гимнастические шорты", + "object": "Одежда", + "attribute": "Брюки" + }, + { + "displayName": "leggings", + "langName": "леггинсы", + "object": "Одежда", + "attribute": "Нижние части" + }, + { + "displayName": "overalls", + "langName": "комбинезон", + "object": "Одежда", + "attribute": "Нижние части" + }, + { + "displayName": "diaper", + "langName": "подгузник", + "object": "Одежда", + "attribute": "Нижние части" + }, + { + "displayName": "panties", + "langName": "нижнее белье", + "object": "Одежда", + "attribute": "Нижние части" + }, + { + "displayName": "briefs", + "langName": "Трусы", + "object": "Одежда", + "attribute": "Нижние части" + }, + { + "displayName": "thong", + "langName": "стринги", + "object": "Одежда", + "attribute": "Нижние части" + }, + { + "displayName": "fundoshi", + "langName": "японские стринги", + "object": "Одежда", + "attribute": "Нижние части" + }, + { + "displayName": "short dress", + "langName": "короткая юбка", + "object": "Одежда", + "attribute": "Нижние части" + }, + { + "displayName": "sheath dress", + "langName": "юбка, прикрывающая бедра", + "object": "Одежда", + "attribute": "Нижние части" + }, + { + "displayName": "no panties", + "langName": "Без нижнего белья", + "object": "Одежда", + "attribute": "Нижние части" + }, + { + "displayName": "striped panties", + "langName": "полосатое нижнее белье", + "object": "Одежда", + "attribute": "Нижние части" + }, + { + "displayName": "lowleg panties", + "langName": "нижнее белье с низкой посадкой", + "object": "Одежда", + "attribute": "Нижние части" + }, + { + "displayName": "side-tie panties", + "langName": "нижнее белье со шнуровкой", + "object": "Одежда", + "attribute": "Нижние части" + }, + { + "displayName": "bodystocking", + "langName": "носки для всего тела", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "pantyhose", + "langName": "колготки | колготки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "legwear", + "langName": "Колготки (обычно относится к колготкам или чулкам)", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "thighhighs", + "langName": "Чулки (гольфы)", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "kneehighs", + "langName": "гольфы", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "bare_legs", + "langName": "голые ноги", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "black_bodystocking", + "langName": "Цельные черные чулки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "white_bodystocking", + "langName": "Цельный белый шелк", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "stocking_under_clothes", + "langName": "носки под одеждой", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "black_pantyhose", + "langName": "черные чулки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "white_pantyhose", + "langName": "белые чулки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "thighband_pantyhose", + "langName": "Колготки с кольцами для ног", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "pantylines", + "langName": "Плотные колготки (обведите линии)", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "single_leg_pantyhose", + "langName": "Носите колготки на одну сторону", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "panties_under_pantyhose", + "langName": "нижнее белье в колготках", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "fishnets", + "langName": "ажурные чулки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "stirrup_legwear", + "langName": "ажурные чулки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "toeless_legwear", + "langName": "носки с открытым носком", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "mismatched_legwear", + "langName": "Двухцветные колготки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "two-tone_legwear", + "langName": "Двухцветные колготки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "asymmetrical_legwear", + "langName": "асимметричные колготки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "uneven_legwear", + "langName": "длинные носки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "white_thighhighs", + "langName": "белые чулки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "black_thighhighs", + "langName": "черные чулки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "pink_thighhighs", + "langName": "розовые чулки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "suspenders", + "langName": "подвязки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "torn_legwear", + "langName": "рваные колготки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "torn_thighhighs", + "langName": "Рваные носки до колена", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "see-through_legwear", + "langName": "прозрачные носки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "frilled_legwear", + "langName": "кружевные носки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "lace-trimmed_legwear", + "langName": "кружевные чулки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "seamed_legwear", + "langName": "носки со швами", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "back-seamed_legwear", + "langName": "Носки с черной полосой посередине", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "animal_ear_legwear", + "langName": "Гольфы выше колена с ушками животных", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "striped_legwear", + "langName": "носки в горизонтальную полоску", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "vertical-striped_legwear", + "langName": "носки в вертикальную полоску", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "polka_dot_legwear", + "langName": "носки с круглыми пятнами", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "print_legwear", + "langName": "носки с принтом", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "legwear_under_shorts", + "langName": "Носить шорты поверх носков", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "over-kneehighs", + "langName": "гольфы", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "bobby_socks", + "langName": "Носки Бобби (белые носки)", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "tabi", + "langName": "Японские носки на толстой подошве (карманы для ног)", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "ankle_socks", + "langName": "носки по щиколотку", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "leg_warmers", + "langName": "Гетры | гетры", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "single_sock", + "langName": "одиночные носки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "striped_socks", + "langName": "полосатые носки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "leg_cutout", + "langName": "Носки имеют отверстия", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "leg_garter", + "langName": "Кольца для ног | подвязки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "garter_straps", + "langName": "подтяжки для подвязок", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "thigh_strap", + "langName": "лямки на бедрах", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "thigh_ribbon", + "langName": "лента на бедре", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "leg_ribbon", + "langName": "пояс для упражнений на ноги", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "bandaid_on_leg", + "langName": "повязка на ногу", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "bandaged_leg", + "langName": "забинтованная нога", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "ankle_lace-up", + "langName": "ремешок на лодыжку", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "thigh_holster", + "langName": "Ремень или сумка для инструментов или кобура на ногу", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "bandaid_on_knee", + "langName": "пластырь на колене", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "argyle_legwear", + "langName": "Колготки с узором ромбик", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "bow_legwear", + "langName": "Колготки с бантом", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "arm_garter", + "langName": "подвязки для бумов", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "socks", + "langName": "носок", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "stockings", + "langName": "чулки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "black stockings", + "langName": "черные чулки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "fishnet stockings", + "langName": "ажурные чулки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "garters", + "langName": "подвязки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "loose_socks", + "langName": "носки с пузырьками", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "rilled thighhighs", + "langName": "чулки с оборками", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "striped pantyhose", + "langName": "полосатые колготки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "lace legwear", + "langName": "кружевные колготки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "nylon socks", + "langName": "Нейлоновые носки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "soccer cocks", + "langName": "футбольные носки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "sports socks", + "langName": "спортивные носки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "adjusting_legwear", + "langName": "Организуйте колготки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "pantyhose_pull", + "langName": "Снял колготки", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "socks_removed", + "langName": "Снимите носки.", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "sock_pull", + "langName": "Натягивание носков (носков)", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "thighhighs_pull", + "langName": "Надевание носков (чулок)", + "object": "Одежда", + "attribute": "Носок" + }, + { + "displayName": "armored", + "langName": "бронированный", + "object": "Одежда", + "attribute": "Материал одежды" + }, + { + "displayName": "fluffy", + "langName": "волосатый", + "object": "Одежда", + "attribute": "Материал одежды" + }, + { + "displayName": "fur", + "langName": "шерсть", + "object": "Одежда", + "attribute": "Материал одежды" + }, + { + "displayName": "latex", + "langName": "эмульсия", + "object": "Одежда", + "attribute": "Материал одежды" + }, + { + "displayName": "see-through", + "langName": "прозрачный", + "object": "Одежда", + "attribute": "Материал одежды" + }, + { + "displayName": "frilled", + "langName": "оборки", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "center_frills", + "langName": "Кружево с оборкой по центру", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "crease", + "langName": "морщинистый (складчатый)", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "layered", + "langName": "слоистый", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "lace", + "langName": "кружево", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "fur_trim", + "langName": "меховая отделка", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "fur-trimmed", + "langName": "грубые края", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "fine_fabric_emphasis", + "langName": "Улучшение материала", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "latex_thighhighs", + "langName": "Латексные чулки", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "see-through_thighhighs", + "langName": "Прозрачные чулки", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "ass_cutout", + "langName": "Одежда, открывающая ягодицы", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "asymmetrical_clothes", + "langName": "асимметричная одежда", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "back_bow", + "langName": "(одежда) узел, завязанный за спиной", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "cross-laced_clothes", + "langName": "одежда с перекрёстным кружевом", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "double_vertical_stripe", + "langName": "На одежде две параллельные полосы.", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "halter_top", + "langName": "Одежда в стиле слинг для верхней части тела", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "multicolored_legwear", + "langName": "Разноцветная одежда для ног", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "navy_blue_legwear", + "langName": "Тёмно-синие чулочно-носочные изделия", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "nontraditional_miko", + "langName": "Модифицированная японская одежда", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "side_cutout", + "langName": "Одежда с боковыми разрезами", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "sideless_outfit", + "langName": "Одежда без ткани по бокам", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "single_kneehigh", + "langName": "Ношение одежды длиной до колена с одной стороны", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "single_vertical_stripe", + "langName": "Выявить вертикальные полосы на одной стороне одежды.", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "turtleneck", + "langName": "водолазка одежда", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "two-sided_fabric", + "langName": "Метод рисования одежды в двухслойном стиле", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "o-ring", + "langName": "Одежда с уплотнительными кольцами", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "o-ring_top", + "langName": "Верх с уплотнительным кольцом", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "fringe_trim", + "langName": "Край (конец шарфа)", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "loose_belt", + "langName": "Свободные ремни (одежда)", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "pom_pom_(clothes)", + "langName": "Маленькие помпоны (аксессуары для одежды)", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "drawstring", + "langName": "Шнурки для одежды", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "full-length_zipper", + "langName": "Молния длиной во всю одежду", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "gathers", + "langName": "складки (одежда)", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "gusset", + "langName": "Пришивание подкладки к одежде", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "breast_pocket", + "langName": "сумка на грудь", + "object": "Одежда", + "attribute": "Украшать" + }, + { + "displayName": "argyle", + "langName": "Узор Аргайл", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "checkered", + "langName": "клетчатый узор", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "colored_stripes", + "langName": "цветные полосы", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "diagonal_stripes", + "langName": "диагональные полосы", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "horizontal_stripes", + "langName": "горизонтальные полосы", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "multicolored_stripes", + "langName": "цветные полосы", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "polka_dot", + "langName": "Точечный узор", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "ribbed", + "langName": "Ребристый", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "striped", + "langName": "горизонтальные полосы", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "unmoving_pattern", + "langName": "Постоянно повторяющиеся узоры", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "vertical_stripes", + "langName": "вертикальные полосы", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "plaid", + "langName": "узор тартан", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "animal_print", + "langName": "анималистический принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "cat_print", + "langName": "кошачий принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "bear_print", + "langName": "медвежий принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "bird_print", + "langName": "птичий принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "bunny_print", + "langName": "принт кролика", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "cow_print", + "langName": "коровий принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "dragon_print", + "langName": "драконий принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "fish_print", + "langName": "рыбный принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "frog_print", + "langName": "лягушачий отпечаток", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "shark_print", + "langName": "акулья печать", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "snake_print", + "langName": "узор змеи", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "zebra_print", + "langName": "зебровый принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "tiger_print", + "langName": "Тигровые полосы", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "leopard_print", + "langName": "леопардовый принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "jaguar_print", + "langName": "леопардовый принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "bat_print", + "langName": "отпечаток летучей мыши", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "aardwolf_print", + "langName": "принт койота", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "african_wild_dog_print", + "langName": "Печать африканской дикой собаки", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "cheetah_print", + "langName": "Печать гепарда", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "dog_print", + "langName": "собачий отпечаток", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "fox_print", + "langName": "лисья печать", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "giraffe_print", + "langName": "жираф принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "panda_print", + "langName": "принт панды", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "sand_cat_print", + "langName": "принт на песке", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "whale_print", + "langName": "китовый принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "white_tiger_print", + "langName": "белый тигровый узор", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "goldfish_print", + "langName": "принт с золотой рыбкой", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "wing_print", + "langName": "отпечаток крыла", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "spider_web_print", + "langName": "сосудистые звездочки", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "butterfly_print", + "langName": "принт бабочки", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "floral_print", + "langName": "цветочный", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "leaf_print", + "langName": "отпечаток листа", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "clover_print", + "langName": "клеверный принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "maple_leaf_print", + "langName": "принт кленового листа", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "rose_print", + "langName": "принт розы", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "strawberry_print", + "langName": "клубничный принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "cherry_print", + "langName": "вишневый принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "bamboo_print", + "langName": "бамбуковый принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "carrot_print", + "langName": "морковный принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "hibiscus_print", + "langName": "принт гибискуса", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "jack-o'-lantern_print", + "langName": "принт Джека О'Лантерна", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "petal_print", + "langName": "лепестковый принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "sunflower_print", + "langName": "печать подсолнуха", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "watermelon_print", + "langName": "арбузный принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "sky_print", + "langName": "небесный принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "cloud_print", + "langName": "облачная печать", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "lightning_bolt_print", + "langName": "Печать молнии", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "rainbow_print", + "langName": "радужный принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "snowflake_print", + "langName": "принт снежинки", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "starry_sky_print", + "langName": "принт звездного неба", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "crescent_print", + "langName": "печать полумесяца", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "star_print", + "langName": "Звездный принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "star_(symbol)", + "langName": "символ звезды", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "moon_print", + "langName": "лунный принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "sun_print", + "langName": "солнечный принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "character_print", + "langName": "печать характера", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "clothes_writing", + "langName": "слова на одежде", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "anchor_print", + "langName": "якорь принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "cherry_blossom_print", + "langName": "принт с изображением цветущей вишни", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "musical_note_print", + "langName": "музыкальная нота печать", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "triangle_print", + "langName": "треугольный принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "arrow_print", + "langName": "стрелочный отпечаток", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "wave_print", + "langName": "волнистый узор", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "peace_symbol", + "langName": "☮(На одежде Хигашиката Джоске)", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "heart_print", + "langName": "узор сердца | сердечный принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "flame_print", + "langName": "пламенный отпечаток", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "hitodama_print", + "langName": "Печать блуждающего огонька", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "paw_print", + "langName": "отпечаток лапы", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "skeleton_print", + "langName": "скелетный отпечаток", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "skull_print", + "langName": "печать черепа", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "sparkle_print", + "langName": "сверкающий принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "yin_yang_print", + "langName": "Печать Инь-Ян", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "cross_print", + "langName": "Рисунок с перекрестными элементами", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "camoflage", + "langName": "камуфляж", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "flag_print", + "langName": "печать флага", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "bone_print", + "langName": "отпечаток кости", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "ghost_print", + "langName": "призрачный отпечаток", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "mushroom_print", + "langName": "Грибной принт", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "onigiri_print", + "langName": "печать на рисовых шариках", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "cat_ear_cutout", + "langName": "Полый дизайн в форме кошачьего уха", + "object": "Одежда", + "attribute": "Шаблон" + }, + { + "displayName": "barefoot", + "langName": "босиком", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "no_shoes", + "langName": "без обуви", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "shoes_removed", + "langName": "обувь снята", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "single_shoe", + "langName": "одиночные туфли", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "the_only_shoe", + "langName": "одиночные туфли", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "black_loafers", + "langName": "Лоферы (маленькие кожаные туфли)", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "shoes", + "langName": "башмак", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "uwabaki", + "langName": "домашняя обувь", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "platform_footwear", + "langName": "туфли на платформе", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "high_heels", + "langName": "Высокий каблук", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "stiletto_heels", + "langName": "Туфли на шпильках", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "strappy_heels", + "langName": "высокие каблуки с ремешками", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "platform_heels", + "langName": "туфли на платформе и высоком каблуке", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "rudder_footwear", + "langName": "Специальная обувь для судовых девушек Ship C", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "sandals", + "langName": "сандалии", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "barefoot_sandals", + "langName": "босые сандалии", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "clog_sandals", + "langName": "сандалии-сабо", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "geta", + "langName": "забивает", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "slippers", + "langName": "тапочки", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "skates", + "langName": "коньки", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "roller_skates", + "langName": "роликовые коньки", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "animal_feet", + "langName": "ноги животных", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "animal_slippers", + "langName": "тапочки в виде животных", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "brown_footwear", + "langName": "коричневая обувь", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "cross-laced_footwear", + "langName": "обувь со шнуровкой", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "loafers", + "langName": "мокасины", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "mary_janes", + "langName": "обувь дженни", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "mismatched_footwear", + "langName": "Двухцветные туфли", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "pointy_footwear", + "langName": "туфли с острым носком", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "pumps", + "langName": "Платье с глубоким вырезом и высокими каблуками.", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "sandals_removed", + "langName": "снять сандалии", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "shoe_soles", + "langName": "подошва", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "shoelaces", + "langName": "шнурок", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "sneakers", + "langName": "кроссовки", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "winged_footwear", + "langName": "туфли с крыльями", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "zouri", + "langName": "Японские соломенные сандалии", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "ballet slippers", + "langName": "балетки", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "arched_soles", + "langName": "Арочная подошва", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "paw_print_soles", + "langName": "подошвы с отпечатками лап", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "horseshoe", + "langName": "подкова", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "flat shoes", + "langName": "плоские туфли", + "object": "Одежда", + "attribute": "Обувь" + }, + { + "displayName": "boots", + "langName": "сапоги", + "object": "Одежда", + "attribute": "Сапоги" + }, + { + "displayName": "boots_removed", + "langName": "сапоги сняты", + "object": "Одежда", + "attribute": "Сапоги" + }, + { + "displayName": "high_heel_boots", + "langName": "сапоги на высоком каблуке", + "object": "Одежда", + "attribute": "Сапоги" + }, + { + "displayName": "knee_boots", + "langName": "Сапоги выше колена (сапоги для верховой езды)", + "object": "Одежда", + "attribute": "Сапоги" + }, + { + "displayName": "thigh_boots", + "langName": "высокие сапоги", + "object": "Одежда", + "attribute": "Сапоги" + }, + { + "displayName": "martin_boots", + "langName": "ботинки мартин", + "object": "Одежда", + "attribute": "Сапоги" + }, + { + "displayName": "ankle_boots", + "langName": "ботинки по щиколотку", + "object": "Одежда", + "attribute": "Сапоги" + }, + { + "displayName": "toeless_boots", + "langName": "сапоги с открытым носком", + "object": "Одежда", + "attribute": "Сапоги" + }, + { + "displayName": "lace-up_boots", + "langName": "ботинки на шнуровке", + "object": "Одежда", + "attribute": "Сапоги" + }, + { + "displayName": "fur-trimmed_boots", + "langName": "ботинки с необработанными краями", + "object": "Одежда", + "attribute": "Сапоги" + }, + { + "displayName": "snow_boots", + "langName": "зимние ботинки", + "object": "Одежда", + "attribute": "Сапоги" + }, + { + "displayName": "anklet", + "langName": "Ножной браслет", + "object": "Одежда", + "attribute": "Сапоги" + }, + { + "displayName": "rubber_boots", + "langName": "резиновые сапоги", + "object": "Одежда", + "attribute": "Сапоги" + }, + { + "displayName": "santa_boots", + "langName": "Рождественские сапоги", + "object": "Одежда", + "attribute": "Сапоги" + }, + { + "displayName": "leather_boots", + "langName": "кожаные сапоги", + "object": "Одежда", + "attribute": "Сапоги" + }, + { + "displayName": "thighhighs_under_boots", + "langName": "чулки под сапоги", + "object": "Одежда", + "attribute": "Сапоги" + }, + { + "displayName": "combat_boots", + "langName": "военные ботинки", + "object": "Одежда", + "attribute": "Сапоги" + }, + { + "displayName": "doc_martens", + "langName": "ботинки мартин", + "object": "Одежда", + "attribute": "Сапоги" + }, + { + "displayName": "rain_boots", + "langName": "сапоги от дождя", + "object": "Одежда", + "attribute": "Сапоги" + }, + { + "displayName": "belt_boots", + "langName": "сапоги с поясом", + "object": "Одежда", + "attribute": "Сапоги" + }, + { + "displayName": "fur_boots", + "langName": "повседневные меховые сапоги на низком каблуке", + "object": "Одежда", + "attribute": "Сапоги" + }, + { + "displayName": "single_boot", + "langName": "Одна нога без ботинка", + "object": "Одежда", + "attribute": "Сапоги" + }, + { + "displayName": "wide_sleeves", + "langName": "широкие рукава", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "single_sleeve", + "langName": "одинарный рукав", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "asymmetrical_sleeves", + "langName": "асимметричные рукава", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "puffy_sleeves", + "langName": "пышные рукава", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "puffy_long_sleeves", + "langName": "пышные длинные рукава", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "puffy_short_sleeves", + "langName": "пышные короткие рукава", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "frilled_sleeves", + "langName": "оборчатые края рукавов", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "juliet_sleeves", + "langName": "Рукава Джульетты", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "bandaged_arm", + "langName": "рука перевязана", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "raglan_sleeves", + "langName": "Рукава реглан", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "vambraces", + "langName": "Броня нижней части руки", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "layered_sleeves", + "langName": "многослойные рукава", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "fur-trimmed_sleeves", + "langName": "рукава с необработанным краем", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "see-through_sleeves", + "langName": "Прозрачные рукава", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "torn_sleeves", + "langName": "рваные рукава", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "sleeves_past_fingers", + "langName": "Рукава длиннее пальцев.", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "sleeves_past_wrists", + "langName": "Рукава выше запястья", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "sleeves_past_elbows", + "langName": "Рукава выше локтя", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "sleeves_pushed_up", + "langName": "подвернуть рукава", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "arm_out_of_sleeve", + "langName": "руки в рукавах", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "uneven_sleeves", + "langName": "неровные рукава", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "mismatched_sleeves", + "langName": "несоответствующие рукава", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "sleeve_rolled_up", + "langName": "закатанные рукава", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "sleeves_rolled_up", + "langName": "Один рукав закатан", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "feather-trimmed_sleeves", + "langName": "Рукава с отделкой из перьев", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "lace-trimmed_sleeves", + "langName": "кружевные рукава", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "pinching_sleeves", + "langName": "Защипните рукава", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "puffy_detached_sleeves", + "langName": "пышные рукава", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "ribbed_sleeves", + "langName": "ребристые рукава", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "single_detached_sleeve", + "langName": "Рукав, остающийся на одной стороне", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "sleeves_folded_up", + "langName": "подвернутые рукава", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "striped_sleeves", + "langName": "полосатые рукава", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "armband", + "langName": "повязка на руку (повязка на руку)", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "armlet", + "langName": "браслет на руку", + "object": "Одежда", + "attribute": "Рука" + }, + { + "displayName": "halo", + "langName": "нимб над головой", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "mechanical_halo", + "langName": "Механический Гало", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "headwear", + "langName": "головной убор", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "headpiece", + "langName": "головной убор", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "headwear_removed", + "langName": "Головной убор снят", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "head_wreath", + "langName": "венчик", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "crown", + "langName": "корона", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "mini_crown", + "langName": "мини-корона", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "tiara", + "langName": "корона", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "diadem", + "langName": "То же, что и выше", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "tilted_headwear", + "langName": "наклонный головной убор", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "head_fins", + "langName": "Головной плавник", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "maid_headdress", + "langName": "Тиара горничной", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "bridal_veil", + "langName": "фата невесты", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "headband", + "langName": "повязка на голову", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "alternate_headwear", + "langName": "Головной убор, отличающийся от оригинального", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "fur-trimmed_headwear", + "langName": "головной убор с необработанными краями", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "goggles_on_headwear", + "langName": "очки на шляпе", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "earphones", + "langName": "наушник", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "earmuffs", + "langName": "наушники", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "xx_on_head", + "langName": "хх на голове", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "leaf_on_head", + "langName": "листья на голове", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "triangular_headpiece", + "langName": "треугольный головной убор", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "forehead_protector", + "langName": "протектор лба", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "radio_antenna", + "langName": "антенна", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "animal_hood", + "langName": "капюшон для ушей животного", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "bald", + "langName": "Лысый", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "bandana", + "langName": "шарф", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "circlet", + "langName": "корона", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "hachimaki", + "langName": "тюрбан (существительное)", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "helm", + "langName": "носить шлем", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "helmet_removed", + "langName": "шлем снят | шлем снят", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "horned_helmet", + "langName": "рогатый шлем", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "japari_bun", + "langName": "Паровые булочки Джапари", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "kerchief", + "langName": "квадратный тюрбан", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "mami_mogu_mogu", + "langName": "Асами обезглавленный терьер", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "skull_and_crossbones", + "langName": "Череп и скрещенные кости (пират, опасность, предупреждение)", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "turban", + "langName": "мусульманский платок", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "headdress", + "langName": "Головной убор (более общий)", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "bear_hair_ornament", + "langName": "головной убор с принтом медведя", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "brown_headwear", + "langName": "Коричневая тиара", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "horned_headwear", + "langName": "головной убор из рога", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "horns_through_headwear", + "langName": "Головной убор с отверстиями для рогов", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "no_headwear", + "langName": "Удалённый (существующий) головной убор", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "object_on_head", + "langName": "На голове есть что-то, кроме головного убора.", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "print_headwear", + "langName": "Печатные головные уборы", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "bone_hair_ornament", + "langName": "украшения в форме кости", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "bunny_hair_ornament", + "langName": "Украшения с кроликами", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "horn_ornament", + "langName": "Орнаменты на углах", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "animal_on_head", + "langName": "животное на голове", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "behind-the-head_headphones", + "langName": "Наушники, надеваемые на затылок", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "bird_on_head", + "langName": "птица на голове", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "cat_ear_headphones", + "langName": "наушники кошачьи ушки", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "cat_on_head", + "langName": "кот лежит на голове", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "eyewear_on_head", + "langName": "Очки на голове", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "forehead_kiss", + "langName": "поцелуй в лоб", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "forehead-to-forehead", + "langName": "лоб ко лбу", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "goggles_on_head", + "langName": "Наденьте защитные очки на голову.", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "head_bump", + "langName": "Пучок на голове", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "head_mounted_display", + "langName": "Ношение устройства с дисплеем, закрепленным на голове", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "head_out_of_frame", + "langName": "Часть головы не прорисована в кадре.", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "head_rest", + "langName": "подушка для головы | поддержка головы", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "head_wings", + "langName": "На голове есть крылья.", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "headgear", + "langName": "Головные уборы (содержащие определенные элементы научной фантастики)", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "headphones", + "langName": "наушник", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "heads-up_display", + "langName": "Строка состояния (в стиле игры и научной фантастики)", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "headset", + "langName": "Наушники", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "inter_headset", + "langName": "Нейронный соединитель EVA", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "on_head", + "langName": "на голове", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "person_on_head", + "langName": "Маленький человечек на голове", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "single_head_wing", + "langName": "На одной стороне головы есть крылья.", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "adjusting_headwear", + "langName": "приведите в порядок головной убор", + "object": "Аксессуары", + "attribute": "Головной убор" + }, + { + "displayName": "hair_ribbon", + "langName": "повязка на голову", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "hairband", + "langName": "выдать карту", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "hair_tie", + "langName": "повязка на голову", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "lolita_hairband", + "langName": "повязка на голову лолита", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "frilled_hairband", + "langName": "Оборчатая повязка на голову", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "lace-trimmed_hairband", + "langName": "кружевная повязка на голову", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "hair_bobbles", + "langName": "повязка на голову", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "hair_ornament", + "langName": "аксессуары для волос", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "hair_flower", + "langName": "цветок в волосах", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "x_hair_ornament", + "langName": "аксессуары для волос", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "hair_bow", + "langName": "банты для волос", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "frog_hair_ornament", + "langName": "аксессуары для волос лягушки", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "heart_hair_ornament", + "langName": "аксессуары для волос в форме сердца", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "butterfly_hair_ornament", + "langName": "аксессуары для волос бабочки", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "star_hair_ornament", + "langName": "звездные аксессуары для волос", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "food-themed_hair_ornament", + "langName": "Аксессуары для волос с пищевой тематикой", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "anchor_hair_ornament", + "langName": "аксессуары для волос якорь", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "bat_hair_ornament", + "langName": "аксессуары для волос летучая мышь", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "carrot_hair_ornament", + "langName": "аксессуары для волос из моркови", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "cat_hair_ornament", + "langName": "Аксессуары для кошачьей шерсти", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "clover_hair_ornament", + "langName": "аксессуары для волос клевер", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "hair pink flowers", + "langName": "розовые цветы в волосах", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "crescent_hair_ornament", + "langName": "Аксессуары для волос в форме полумесяца", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "cross_hair_ornament", + "langName": "аксессуары для прицела", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "d-pad_hair_ornament", + "langName": "Аксессуары для волос с ключевыми указаниями", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "fish_hair_ornament", + "langName": "аксессуары для волос в форме рыб", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "hairpods", + "langName": "Пары беспроводных Bluetooth-аксессуаров для волос на голове", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "leaf_hair_ornament", + "langName": "аксессуары для волос из листьев", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "musical_note_hair_ornament", + "langName": "аксессуары для волос в виде музыкальных нот", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "pumpkin_hair_ornament", + "langName": "аксессуары для волос из тыквы", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "skull_hair_ornament", + "langName": "аксессуары для волос в виде черепа", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "snake_hair_ornament", + "langName": "Аксессуары для волос в виде змеи | Аксессуары для волос в виде лягушки", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "snowflake_hair_ornament", + "langName": "аксессуары для волос в виде снежинок", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "strawberry_hair_ornament", + "langName": "клубничные аксессуары для волос", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "sunflower_hair_ornament", + "langName": "аксессуары для волос подсолнечник", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "hairpin", + "langName": "шпилька", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "hairclip", + "langName": "шпилька", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "hair_tubes", + "langName": "трубка для волос", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "hair_stick", + "langName": "Палочка для волос", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "hair_bell", + "langName": "звонить в колокол", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "hair_rings", + "langName": "резинка для волос", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "kanzashi", + "langName": "шпилька", + "object": "Аксессуары", + "attribute": "Аксессуары для волос" + }, + { + "displayName": "hood", + "langName": "капюшон", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "hat", + "langName": "шляпа", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "no_hat", + "langName": "без шляпы", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "beret", + "langName": "берет", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "mini_top_hat", + "langName": "мини-шляпка", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "party_hat", + "langName": "праздничная шляпа", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "sailor_hat", + "langName": "матросская шапка", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "santa_hat", + "langName": "шапка Санты", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "fedora", + "langName": "фетровая шляпа", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "witch_hat", + "langName": "шляпа ведьмы", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "mini_witch_hat", + "langName": "Мини-ведьмовская шляпа", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "wizard_hat", + "langName": "шляпа волшебника", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "sun_hat", + "langName": "шляпа от солнца", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "straw_hat", + "langName": "соломенная шляпа", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "top_hat", + "langName": "цилиндр", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "bucket_hat", + "langName": "шляпа-ведро", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "beanie", + "langName": "флисовая шапка", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "large_hat", + "langName": "большая шляпа", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "tokin_hat", + "langName": "цилиндр", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "mini_hat", + "langName": "мини-шляпка", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "bowler_hat", + "langName": "котелок", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "pillbox_hat", + "langName": "крышка от коробки для таблеток", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "cloche_hat", + "langName": "шляпа-клош", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "military_hat", + "langName": "военная фуражка", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "police_hat", + "langName": "полицейская шляпа", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "chef_hat", + "langName": "поварской колпак", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "cowboy_hat", + "langName": "ковбойская шляпа", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "school_hat", + "langName": "школьная шапочка", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "pirate_hat", + "langName": "пиратская шляпа", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "cabbie_hat", + "langName": "шляпа таксиста", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "hardhat", + "langName": "шлем", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "rice_hat", + "langName": "бамбуковая шляпа", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "animal_hat", + "langName": "шляпа животного", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "fur_hat", + "langName": "кожаная шляпа", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "hat_with_ears", + "langName": "шапка с ушками", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "bobblehat", + "langName": "шляпа-пузырь", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "pillow_hat", + "langName": "Подушка-шляпа", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "pumpkin_hat", + "langName": "тыквенная шляпа", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "torn_hat", + "langName": "рваная шляпа", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "backwards_hat", + "langName": "обратная шляпа", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "bowl_hat", + "langName": "шляпа-миска", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "cat_hat", + "langName": "шапка с кошачьими ушками", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "cap", + "langName": "кепка", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "nurse_cap", + "langName": "шапочка медсестры", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "baseball_cap", + "langName": "бейсболка", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "jester_cap", + "langName": "клоунская шляпа", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "side_cap", + "langName": "шляпа сбоку", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "garrison_cap", + "langName": "гарнизонная шляпа", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "flat_cap", + "langName": "кепка", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "mob_cap", + "langName": "шляпа мафии", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "newsboy_cap", + "langName": "Шляпа газетчика", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "bowknot_over_white_beret", + "langName": "Бант на белом берете", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "dixie_cup_hat", + "langName": "шляпа для собачьей миски", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "hat_bow", + "langName": "шляпа с бантом", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "hat_feather", + "langName": "шляпа с перьями", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "hat_flower", + "langName": "шляпа с цветами", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "hat_ornament", + "langName": "шляпа с украшениями", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "hat_over_one_eye", + "langName": "Шляпа закрывает один глаз.", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "hat_removed", + "langName": "шляпа снята | шляпа снята", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "hat_ribbon", + "langName": "шляпа с лентой", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "hat_tip", + "langName": "Держась за поля шляпы", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "hatching_(texture)", + "langName": "Затенение линий (текстура)", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "hatsune_miku_(cosplay)", + "langName": "потому что в Хацунэ Мику", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "porkpie_hat", + "langName": "Даосская шляпа", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "sideways_hat", + "langName": "Козырек срезан сбоку.", + "object": "Аксессуары", + "attribute": "Шляпа" + }, + { + "displayName": "glasses", + "langName": "Очки", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "eyewear", + "langName": "Глаз", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "monocle", + "langName": "монокль", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "under-rim_eyewear", + "langName": "очки в оправе", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "rimless_eyewear", + "langName": "очки без оправы", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "semi-rimless_eyewear", + "langName": "Очки без оправы", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "red-framed_eyewear", + "langName": "очки в красной оправе", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "round_eyewear", + "langName": "очки в круглой оправе", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "black-framed_eyewear", + "langName": "очки в черной оправе", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "tinted_eyewear", + "langName": "тонированные очки", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "medical_eyepatch", + "langName": "медицинская маска для глаз", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "bandage_over_one_eye", + "langName": "повязка на один глаз", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "crooked_eyewear", + "langName": "кривые очки", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "eyewear_removed", + "langName": "сними очки", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "sunglasses", + "langName": "Солнцезащитные очки (закрывающие глаза)", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "reflection glasses", + "langName": "Солнцезащитные очки (глаза видны)", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "goggles", + "langName": "очки", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "Blindfold", + "langName": "маска для глаз", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "eyepatch", + "langName": "Повязка на глаз (один глаз)", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "bespectacled", + "langName": "носить очки", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "blue-framed_eyewear", + "langName": "очки в синей оправе", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "brown-framed_eyewear", + "langName": "очки в коричневой оправе", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "coke-bottle_glasses", + "langName": "Круглые стаканы толщиной с донышко стеклянной бутылки", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "no_eyewear", + "langName": "Удалены (существующие) очки", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "opaque_glasses", + "langName": "Очки, не открывающие глаза", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "over-rim_eyewear", + "langName": "Очки без нижней половины оправы", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "pince-nez", + "langName": "пенсне | очки без ножек", + "object": "Аксессуары", + "attribute": "Очки" + }, + { + "displayName": "mask", + "langName": "маска", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "half_mask", + "langName": "полумаска", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "masked", + "langName": "замаскированный", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "mask_lift", + "langName": "Снимите маску.", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "mask_on_head", + "langName": "Маска поднята на голове", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "mask_removed", + "langName": "Маска снята", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "mouth_mask", + "langName": "Медицинская маска", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "surgical_mask", + "langName": "медицинская маска", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "plague_doctor_mask", + "langName": "Маска Чумного Доктора", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "gas_mask", + "langName": "противогаз", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "visor", + "langName": "Маска для лица | Козырек | Солнцезащитный козырек", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "fox_mask", + "langName": "маска лисы", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "diving_mask", + "langName": "маска для дайвинга", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "diving_mask_on_head", + "langName": "Маска для дайвинга с креплением на голове", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "oni_mask", + "langName": "маска призрака", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "tengu_mask", + "langName": "Маска Тэнгу", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "ninja_mask", + "langName": "маска ниндзя", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "skull_mask", + "langName": "маска черепа", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "hockey_mask", + "langName": "хоккейная маска", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "bird_mask", + "langName": "маска птицы", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "stone_mask", + "langName": "каменное лицо призрака", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "horse_mask", + "langName": "маска лошади", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "masquerade_mask", + "langName": "маскарадная маска", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "domino_mask", + "langName": "СМ маска", + "object": "Аксессуары", + "attribute": "Маска" + }, + { + "displayName": "cross_earrings", + "langName": "серьги крестики", + "object": "Аксессуары", + "attribute": "Серьга" + }, + { + "displayName": "crystal_earrings", + "langName": "хрустальные серьги", + "object": "Аксессуары", + "attribute": "Серьга" + }, + { + "displayName": "earrings", + "langName": "серьги", + "object": "Аксессуары", + "attribute": "Серьга" + }, + { + "displayName": "flower_earrings", + "langName": "цветочные серьги", + "object": "Аксессуары", + "attribute": "Серьга" + }, + { + "displayName": "heart_earrings", + "langName": "серьги в форме сердца", + "object": "Аксессуары", + "attribute": "Серьга" + }, + { + "displayName": "hoop_earrings", + "langName": "серьги-кольца", + "object": "Аксессуары", + "attribute": "Серьга" + }, + { + "displayName": "multiple_earrings", + "langName": "несколько сережек", + "object": "Аксессуары", + "attribute": "Серьга" + }, + { + "displayName": "pill_earrings", + "langName": "серьги в форме таблеток", + "object": "Аксессуары", + "attribute": "Серьга" + }, + { + "displayName": "single_earring", + "langName": "Ношение сережек только с одной стороны", + "object": "Аксессуары", + "attribute": "Серьга" + }, + { + "displayName": "skull_earrings", + "langName": "серьги в виде черепа", + "object": "Аксессуары", + "attribute": "Серьга" + }, + { + "displayName": "star_earrings", + "langName": "серьги-звезды", + "object": "Аксессуары", + "attribute": "Серьга" + }, + { + "displayName": "crescent earrings", + "langName": "Серьги в форме полумесяца", + "object": "Аксессуары", + "attribute": "Серьга" + }, + { + "displayName": "wristwatch", + "langName": "смотреть", + "object": "Аксессуары", + "attribute": "Украшения для рук" + }, + { + "displayName": "cane", + "langName": "трость", + "object": "Аксессуары", + "attribute": "Украшения для рук" + }, + { + "displayName": "staff", + "langName": "волшебная палочка", + "object": "Аксессуары", + "attribute": "Украшения для рук" + }, + { + "displayName": "holding a golden staff", + "langName": "золотой скипетр", + "object": "Аксессуары", + "attribute": "Украшения для рук" + }, + { + "displayName": "cuffs", + "langName": "позорный столб", + "object": "Аксессуары", + "attribute": "Украшения для рук" + }, + { + "displayName": "handcuffs", + "langName": "полицейские наручники", + "object": "Аксессуары", + "attribute": "Украшения для рук" + }, + { + "displayName": "revolver", + "langName": "револьвер", + "object": "Аксессуары", + "attribute": "Украшения для рук" + }, + { + "displayName": "bandage", + "langName": "повязка", + "object": "Аксессуары", + "attribute": "Украшения для рук" + }, + { + "displayName": "leash", + "langName": "пояс", + "object": "Аксессуары", + "attribute": "Украшения для рук" + }, + { + "displayName": "arm_tattoo", + "langName": "татуировка на руке", + "object": "Аксессуары", + "attribute": "Украшения для рук" + }, + { + "displayName": "number_tattoo", + "langName": "цифровая татуировка", + "object": "Аксессуары", + "attribute": "Украшения для рук" + }, + { + "displayName": "bead_bracelet", + "langName": "браслет из бисера", + "object": "Аксессуары", + "attribute": "Украшения для рук" + }, + { + "displayName": "flower_bracelet", + "langName": "цветочный браслет", + "object": "Аксессуары", + "attribute": "Украшения для рук" + }, + { + "displayName": "spiked_bracelet", + "langName": "браслет с заклепками", + "object": "Аксессуары", + "attribute": "Украшения для рук" + }, + { + "displayName": "wrist_cuffs", + "langName": "Манжеты на запястьях отделены от рукавов", + "object": "Аксессуары", + "attribute": "Украшения для рук" + }, + { + "displayName": "wristband", + "langName": "браслет", + "object": "Аксессуары", + "attribute": "Украшения для рук" + }, + { + "displayName": "bracer", + "langName": "фиксаторы запястья", + "object": "Аксессуары", + "attribute": "Украшения для рук" + }, + { + "displayName": "bound_wrists", + "langName": "связывание запястья", + "object": "Аксессуары", + "attribute": "Украшения для рук" + }, + { + "displayName": "wrist_scrunchie", + "langName": "резинки для волос на запястье", + "object": "Аксессуары", + "attribute": "Украшения для рук" + }, + { + "displayName": "shackles", + "langName": "наручники", + "object": "Аксессуары", + "attribute": "Украшения для рук" + }, + { + "displayName": "chains", + "langName": "цепь", + "object": "Аксессуары", + "attribute": "Украшения для рук" + }, + { + "displayName": "chain_leash", + "langName": "Цепь с поводком", + "object": "Аксессуары", + "attribute": "Украшения для рук" + }, + { + "displayName": "gloves", + "langName": "Перчатки", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "gloves_removed", + "langName": "сними перчатки", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "no_gloves", + "langName": "Снятые (существующие) перчатки", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "single_glove", + "langName": "одинарная перчатка", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "single_elbow_glove", + "langName": "Ношение перчатки длиной до локтя на одной руке", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "long_gloves", + "langName": "длинные перчатки", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "elbow_gloves", + "langName": "Перчатки с длинными рукавами (до локтя)", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "bridal_gauntlets", + "langName": "свадебные перчатки", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "half_gloves", + "langName": "очень короткие перчатки | полуперчатки", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "fingerless_gloves", + "langName": "перчатки без пальцев", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "partially_fingerless_gloves", + "langName": "Перчатки с частичной обрезкой пальцев", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "paw_gloves", + "langName": "Перчатки с когтями (перчатки с пальцами)", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "mittens", + "langName": "Варежки (двупалые перчатки)", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "baseball_mitt", + "langName": "бейсбольная перчатка", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "fur-trimmed_gloves", + "langName": "перчатки с необработанными краями", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "latex_gloves", + "langName": "латексные перчатки", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "lace-trimmed_gloves", + "langName": "кружевные перчатки", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "wears a pair of white lace gloves", + "langName": "белые кружевные перчатки", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "leather_gloves", + "langName": "кожаные перчатки", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "frilled_gloves", + "langName": "кружевные перчатки", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "mismatched_gloves", + "langName": "Двухцветные перчатки", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "multicolored_gloves", + "langName": "Разноцветные перчатки", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "asymmetrical_gloves", + "langName": "асимметричные перчатки", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "brown_gloves", + "langName": "коричневые перчатки", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "oven_mitts", + "langName": "Утепленные перчатки", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "print_gloves", + "langName": "перчатки с принтом", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "striped_gloves", + "langName": "полосатые перчатки", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "torn_gloves", + "langName": "поврежденные перчатки", + "object": "Аксессуары", + "attribute": "Перчатки" + }, + { + "displayName": "wedding_band", + "langName": "обручальное кольцо", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "crystal", + "langName": "кристалл", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "gem", + "langName": "драгоценный камень", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "chest_jewel", + "langName": "Драгоценный камень в сундуке", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "forehead_jewel", + "langName": "драгоценный камень на лбу", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "tassel", + "langName": "кисточка", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "belly_chain", + "langName": "цепь на животе", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "ribbon", + "langName": "лента", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "stitches", + "langName": "швы", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "bandaid", + "langName": "лейкопластырь", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "collar", + "langName": "воротник", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "steam", + "langName": "пар", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "bell", + "langName": "колокол", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "amulet", + "langName": "амулет", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "emblem", + "langName": "значок", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "anchor_symbol", + "langName": "символ якоря", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "cross", + "langName": "крест", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "diffraction_spikes", + "langName": "дифракционный крест", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "iron_cross", + "langName": "Железный крест", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "latin_cross", + "langName": "латинский крест", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "st._gloriana's_(emblem)", + "langName": "Эмблема школы для девочек St. Gloria Anna", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "heart_lock_(kantai_collection)", + "langName": "Шлюз для судовой девушки (корабль C)", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "joints", + "langName": "соединение", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "kneepits", + "langName": "колено", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "knee_pads", + "langName": "Наколенники", + "object": "Аксессуары", + "attribute": "Небольшое украшение" + }, + { + "displayName": "bracelet", + "langName": "Браслет", + "object": "Аксессуары", + "attribute": "Ювелирные изделия" + }, + { + "displayName": "choker", + "langName": "воротник", + "object": "Аксессуары", + "attribute": "Ювелирные изделия" + }, + { + "displayName": "metal collar", + "langName": "металлический ошейник", + "object": "Аксессуары", + "attribute": "Ювелирные изделия" + }, + { + "displayName": "ring", + "langName": "кольцо", + "object": "Аксессуары", + "attribute": "Ювелирные изделия" + }, + { + "displayName": "pendant", + "langName": "кулон", + "object": "Аксессуары", + "attribute": "Ювелирные изделия" + }, + { + "displayName": "brooch", + "langName": "брошь", + "object": "Аксессуары", + "attribute": "Ювелирные изделия" + }, + { + "displayName": "bangle", + "langName": "браслет", + "object": "Аксессуары", + "attribute": "Ювелирные изделия" + }, + { + "displayName": "sunburst", + "langName": "ювелирные изделия в виде солнечных лучей", + "object": "Аксессуары", + "attribute": "Ювелирные изделия" + }, + { + "displayName": "pearl bracelet", + "langName": "жемчужный браслет", + "object": "Аксессуары", + "attribute": "Ювелирные изделия" + }, + { + "displayName": "drop earrings", + "langName": "серьга", + "object": "Аксессуары", + "attribute": "Ювелирные изделия" + }, + { + "displayName": "puppet rings", + "langName": "кольцо марионетки", + "object": "Аксессуары", + "attribute": "Ювелирные изделия" + }, + { + "displayName": "corsage", + "langName": "корсаж", + "object": "Аксессуары", + "attribute": "Ювелирные изделия" + }, + { + "displayName": "sapphire brooch", + "langName": "Сапфировая брошь", + "object": "Аксессуары", + "attribute": "Ювелирные изделия" + }, + { + "displayName": "jewelry", + "langName": "ювелирные изделия", + "object": "Аксессуары", + "attribute": "Ювелирные изделия" + }, + { + "displayName": "necklace", + "langName": "ожерелье", + "object": "Аксессуары", + "attribute": "Ювелирные изделия" + }, + { + "displayName": "stud_earrings", + "langName": "серьги", + "object": "Аксессуары", + "attribute": "Ювелирные изделия" + }, + { + "displayName": "belt", + "langName": "пояс", + "object": "Аксессуары", + "attribute": "Аксессуары" + }, + { + "displayName": "fanny pack", + "langName": "поясная сумка", + "object": "Аксессуары", + "attribute": "Аксессуары" + }, + { + "displayName": "girdling", + "langName": "пояс", + "object": "Аксессуары", + "attribute": "Аксессуары" + }, + { + "displayName": "handbag", + "langName": "сумочка", + "object": "Аксессуары", + "attribute": "Аксессуары" + }, + { + "displayName": "cross-body bag", + "langName": "сумка через плечо", + "object": "Аксессуары", + "attribute": "Аксессуары" + }, + { + "displayName": "One shoulder bag", + "langName": "сумка через плечо", + "object": "Аксессуары", + "attribute": "Аксессуары" + }, + { + "displayName": "Canvas bag", + "langName": "холщовая сумка", + "object": "Аксессуары", + "attribute": "Аксессуары" + }, + { + "displayName": "veils", + "langName": "вуаль", + "object": "Аксессуары", + "attribute": "Аксессуары" + }, + { + "displayName": "antiseptic mask", + "langName": "Медицинская маска", + "object": "Аксессуары", + "attribute": "Аксессуары" + }, + { + "displayName": "transparent_background", + "langName": "Прозрачный фон", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "white_background", + "langName": "белый фон", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "black_background", + "langName": "черный фон", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "grey_background", + "langName": "серый фон", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "tan_background", + "langName": "фон сепия", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "beige_background", + "langName": "бежевый фон", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "brown_background", + "langName": "коричневый фон", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "two-tone_background", + "langName": "двухцветный фон", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "multicolored_background", + "langName": "красочный фон", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "rainbow_background", + "langName": "радужный фон", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "blurry_foreground", + "langName": "Размытый передний план", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "gradient_background", + "langName": "градиентный фон", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "abstract_background", + "langName": "абстрактный фон", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "argyle_background", + "langName": "ромбовый фон", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "checkered_background", + "langName": "Клетчатый фон", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "floral_background", + "langName": "Фон украшен цветами", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "foral_background", + "langName": "Цветочный узор декоративный фон", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "striped_background", + "langName": "фон с круглыми пятнами", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "cyberpunk", + "langName": "киберпанк", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "scenery", + "langName": "пейзаж", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "city_lights", + "langName": "фон огни города", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "starry_background", + "langName": "фон звездного неба", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "sparkle_background", + "langName": "сверкающий звездный фон", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "bubble_background", + "langName": "Фон с пузырьками", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "clock_background", + "langName": "фон часов", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "halftone_background", + "langName": "фон с точечным узором", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "heart_background", + "langName": "персиковый фон", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "honeycomb_background", + "langName": "Фон в стиле сот", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "plaid_background", + "langName": "фон тартан", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "simple_background", + "langName": "простой фон", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "ban", + "langName": "Технологическая Фэнтези", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "crop_top_overhang", + "langName": "Свес укороченного топа", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "viewfinder", + "langName": "видоискатель камеры", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "rounded_corners", + "langName": "Фон или рамка имеют закругленные углы.", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "border", + "langName": "рамка", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "outside_border", + "langName": "Часть картины находится за пределами фоновой рамы.", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "pillarboxed", + "langName": "фон из столбчатого холста", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "windowboxed", + "langName": "Набор рамок для фотографий (фон)", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "flashback", + "langName": "вспомнить сцену", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "background_text", + "langName": "фоновый текст", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "wall_of_text", + "langName": "фон текста", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "blurred background", + "langName": "размытый фон", + "object": "Среда", + "attribute": "Фон" + }, + { + "displayName": "in spring", + "langName": "весна", + "object": "Среда", + "attribute": "Сезон" + }, + { + "displayName": "in summer", + "langName": "лето", + "object": "Среда", + "attribute": "Сезон" + }, + { + "displayName": "in autumn", + "langName": "Осень", + "object": "Среда", + "attribute": "Сезон" + }, + { + "displayName": "in winter", + "langName": "зима", + "object": "Среда", + "attribute": "Сезон" + }, + { + "displayName": "(autumn maple forest:1.3),(very few fallen leaves),(path)", + "langName": "Осенний пейзаж", + "object": "Среда", + "attribute": "Сезон" + }, + { + "displayName": "day", + "langName": "дневное время", + "object": "Среда", + "attribute": "Погода" + }, + { + "displayName": "dusk", + "langName": "сумерки", + "object": "Среда", + "attribute": "Погода" + }, + { + "displayName": "night", + "langName": "ночь", + "object": "Среда", + "attribute": "Погода" + }, + { + "displayName": "rain", + "langName": "дождь", + "object": "Среда", + "attribute": "Погода" + }, + { + "displayName": "snow,ice", + "langName": "лед и снег", + "object": "Среда", + "attribute": "Погода" + }, + { + "displayName": "snowflakes", + "langName": "снежинка", + "object": "Среда", + "attribute": "Погода" + }, + { + "displayName": "lighting", + "langName": "молния", + "object": "Среда", + "attribute": "Погода" + }, + { + "displayName": "rainbow", + "langName": "радуга", + "object": "Среда", + "attribute": "Погода" + }, + { + "displayName": "meteor shower", + "langName": "метеоритный дождь", + "object": "Среда", + "attribute": "Погода" + }, + { + "displayName": "cloudy", + "langName": "переменная облачность", + "object": "Среда", + "attribute": "Погода" + }, + { + "displayName": "rainy days", + "langName": "дождь", + "object": "Среда", + "attribute": "Погода" + }, + { + "displayName": "in the rain", + "langName": "под дождем", + "object": "Среда", + "attribute": "Погода" + }, + { + "displayName": "shooting star", + "langName": "метеор", + "object": "Среда", + "attribute": "Погода" + }, + { + "displayName": "smooth fog", + "langName": "мягкий туман", + "object": "Среда", + "attribute": "Погода" + }, + { + "displayName": "thunderstorms", + "langName": "шторм", + "object": "Среда", + "attribute": "Погода" + }, + { + "displayName": "stormy ocean", + "langName": "бурное море", + "object": "Среда", + "attribute": "Погода" + }, + { + "displayName": "ocean backdrop", + "langName": "фон океана", + "object": "Среда", + "attribute": "Погода" + }, + { + "displayName": "lightning", + "langName": "молния", + "object": "Среда", + "attribute": "Погода" + }, + { + "displayName": "beautiful detailed sky, beautiful detailed water", + "langName": "Хорошая погода и хорошая вода", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "beautiful purple sunset at beach", + "langName": "закат на море", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "mountain", + "langName": "горы", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "hills", + "langName": "холмы", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "on a hill", + "langName": "гора", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "the top of the hill", + "langName": "вершина горы", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "forest", + "langName": "лес", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "grove", + "langName": "лес", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "bamboo forest", + "langName": "бамбуковый лес", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "Dreamy forest", + "langName": "Лес мечты (нереальный смысл. Тихие частицы света)", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "savanna", + "langName": "прерия", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "plateau", + "langName": "плато", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "valley", + "langName": "долина", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "canyon", + "langName": "каньон", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "cliff", + "langName": "утес", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "oasis", + "langName": "оазис", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "wasteland", + "langName": "пустошь", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "glacier", + "langName": "ледник", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "volcano", + "langName": "вулкан", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "waterfall", + "langName": "Падать", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "stream", + "langName": "транслировать", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "river", + "langName": "река", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "lake", + "langName": "озеро", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "ocean", + "langName": "океан", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "sea", + "langName": "море", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "beach", + "langName": "побережье", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "on the beach", + "langName": "пляж", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "over the sea", + "langName": "побережье", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "waves", + "langName": "волна", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "seaweed", + "langName": "водоросли", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "underwater", + "langName": "в воде", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "floating island", + "langName": "плавучий остров", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "flowers meadows", + "langName": "Цветущий луг", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "flower field", + "langName": "цветочное поле", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "flower sea", + "langName": "Море цветов", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "rose petals", + "langName": "лепестки роз", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "falling petals", + "langName": "опавшие цветы", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "in a meadow", + "langName": "луг", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "field", + "langName": "деревенский", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "wheat field", + "langName": "пшеничное поле", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "rice paddy", + "langName": "Пэдди", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "onsen", + "langName": "спа", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "dripping", + "langName": "капающая вода", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "swirl", + "langName": "вихрь", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "ripples", + "langName": "рябь", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "Alps", + "langName": "Альпы", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "on a desert", + "langName": "пустыня", + "object": "Среда", + "attribute": "Природа" + }, + { + "displayName": "sky", + "langName": "Небо", + "object": "Среда", + "attribute": "Небо" + }, + { + "displayName": "gradient_sky", + "langName": "наклонное небо", + "object": "Среда", + "attribute": "Небо" + }, + { + "displayName": "sunset", + "langName": "закат", + "object": "Среда", + "attribute": "Небо" + }, + { + "displayName": "night_sky", + "langName": "ночное небо", + "object": "Среда", + "attribute": "Небо" + }, + { + "displayName": "starry_sky", + "langName": "звездное небо", + "object": "Среда", + "attribute": "Небо" + }, + { + "displayName": "star_(sky)", + "langName": "звёзды (на небе)", + "object": "Среда", + "attribute": "Небо" + }, + { + "displayName": "star_trail", + "langName": "звездные тропы", + "object": "Среда", + "attribute": "Небо" + }, + { + "displayName": "moon", + "langName": "луна", + "object": "Среда", + "attribute": "Небо" + }, + { + "displayName": "crescent", + "langName": "полумесяц", + "object": "Среда", + "attribute": "Небо" + }, + { + "displayName": "crescent_moon", + "langName": "новолуние", + "object": "Среда", + "attribute": "Небо" + }, + { + "displayName": "full_moon", + "langName": "полная луна", + "object": "Среда", + "attribute": "Небо" + }, + { + "displayName": "moonlight", + "langName": "лунный свет", + "object": "Среда", + "attribute": "Небо" + }, + { + "displayName": "scarlet_moon", + "langName": "алая луна", + "object": "Среда", + "attribute": "Небо" + }, + { + "displayName": "hyper_galaxy", + "langName": "супергалактика", + "object": "Среда", + "attribute": "Небо" + }, + { + "displayName": "universe", + "langName": "вселенная", + "object": "Среда", + "attribute": "Небо" + }, + { + "displayName": "space", + "langName": "космос", + "object": "Среда", + "attribute": "Небо" + }, + { + "displayName": "planet", + "langName": "планета", + "object": "Среда", + "attribute": "Небо" + }, + { + "displayName": "from_space_station", + "langName": "космическая станция", + "object": "Среда", + "attribute": "Небо" + }, + { + "displayName": "satellite", + "langName": "спутник", + "object": "Среда", + "attribute": "Небо" + }, + { + "displayName": "lunar", + "langName": "лунный, _лунный;", + "object": "Среда", + "attribute": "Небо" + }, + { + "displayName": "cirrus", + "langName": "перистые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "cirrocumulus", + "langName": "Перисто-кучевые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "cirrostratus", + "langName": "перисто-слоистые", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "altocumulus", + "langName": "Тип высококучевых облаков", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "altostratus", + "langName": "Высокослоистые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "stratus", + "langName": "стратус", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "stratocumulus", + "langName": "Слоисто-кучевые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "cumulus", + "langName": "кучевые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "cumulonimbus", + "langName": "кучево-дождевые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "Nimbostratus", + "langName": "Слоисто-дождевые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "cirrus_fibratus", + "langName": "Перистые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "cirrus_uncinus", + "langName": "Перистые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "cirrus_spissatus", + "langName": "плотные перистые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "cirrus_floccus", + "langName": "Перистые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "cirrus_castellanus", + "langName": "Форт-Циррус", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "cirrus_intortus", + "langName": "хаотичные облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "cirrocumulus_stratiformis", + "langName": "слоисто-кучевые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "cirrocumulus_floccus", + "langName": "Перисто-кучевые хлопья", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "cirrocumulus_castellanus", + "langName": "Перисто-кучевые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "cirrocumulus_lacunosus", + "langName": "Перисто-кучевые сетчатые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "cirrostratus_fibratus", + "langName": "Перисто-слоистые", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "cirrostratus_nebulosus", + "langName": "перисто-слоистые", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "altocumulus_strataformis", + "langName": "слоистообразные высококучевые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "altocumulus_lenticularis", + "langName": "линзовидные высококучевые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "altocumulus_castellanus", + "langName": "крепость высококучевых облаков", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "altocumulus_floccus", + "langName": "хлопьевидные высококучевые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "altocumulus_lacunosus", + "langName": "сетчатые высококучевые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "altostratus_undulatus", + "langName": "волнистые высокослоистые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "altostratus_duplicates", + "langName": "составное высокослоистое облако", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "altostratus_pannus", + "langName": "фрагментированный высокослоистый", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "altostratus_translucidus", + "langName": "Высокослоистые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "altostratus_opacus", + "langName": "скрывающие высокослоистые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "altostratus_radiatus", + "langName": "радиальные высокослоистые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "altostratus_mammatus", + "langName": "высокослоистые облака млекопитающих", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "stratus_fractus", + "langName": "слоистые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "stratus_nebulosus", + "langName": "туманные облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "stratus_undulatus", + "langName": "Wavestratus", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "stratocumulus_stratiformis", + "langName": "слоисто-кучевые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "stratocumulus_cumulogentis", + "langName": "кучево-дождевые слоисто-кучевые", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "stratocumulus_castellanus", + "langName": "зубчатые слоисто-кучевые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "stratocumulus_lenticularis", + "langName": "линзовидные слоисто-кучевые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "stratocumulus_lacunosus", + "langName": "слоисто-кучевые хлопья", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "cumulus_humilis", + "langName": "Кучевые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "cumulus_mediocris", + "langName": "Среднекучевые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "cumulus_congestus", + "langName": "Cumulus congestus", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "cumulus_fractus", + "langName": "кучевые облака", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "cumulonimbus_calvus", + "langName": "кучево-дождевые лысые", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "cumulonimbus_capillatus", + "langName": "Кучево-дождевая грива", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "cumulonimbus_incus", + "langName": "наковальня кучево-дождевых облаков", + "object": "Среда", + "attribute": "Облако" + }, + { + "displayName": "outdoors", + "langName": "на открытом воздухе", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "castle", + "langName": "замок", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "cyberpunk city", + "langName": "город киберпанка", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "Bustling city", + "langName": "шумный город", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "neon lights", + "langName": "неоновые огни", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "street lamp", + "langName": "уличный фонарь", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "skyscraper", + "langName": "небоскреб", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "building", + "langName": "архитектура", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "gothic architecture", + "langName": "готическая архитектура", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "chinese style architecture", + "langName": "Архитектура в античном стиле", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "Industrial wind, Chinese architecture", + "langName": "Индустриализированные старинные здания", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "church", + "langName": "церковь", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "cathedral", + "langName": "собор", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "mosque", + "langName": "мечеть", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "torii", + "langName": "Тории", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "gohei", + "langName": "святыня", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "temple", + "langName": "храм", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "ruins", + "langName": "останки", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "remains", + "langName": "обломки", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "fountain", + "langName": "фонтан", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "park", + "langName": "сад", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "treehouse", + "langName": "дом на дереве", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "botanical garden", + "langName": "ботанический сад", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "grave", + "langName": "могила", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "graveyard", + "langName": "кладбище", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "tombstone", + "langName": "надгробие", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "monolith", + "langName": "огромный каменный объект", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "rappelling", + "langName": "Выравнивание (подвешивание)", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "harbor", + "langName": "порт", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "bridge", + "langName": "мост", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "railroad tracks", + "langName": "рельс", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "railroad", + "langName": "железная дорога", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "railway", + "langName": "железная дорога", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "train station", + "langName": "ЖЕЛЕЗНОДОРОЖНАЯ СТАНЦИЯ", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "bus stop", + "langName": "автовокзал", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "phone booth", + "langName": "телефонная будка", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "tunnel", + "langName": "туннель", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "airport", + "langName": "Аэропорт", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "ferris wheel", + "langName": "колесо обозрения", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "carousel", + "langName": "карусель", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "waterpark", + "langName": "аквапарк", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "stadium", + "langName": "стадион", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "arena", + "langName": "арена", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "Auditorium", + "langName": "зал", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "concert", + "langName": "концерт", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "market stall", + "langName": "рыночный прилавок", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "shop", + "langName": "магазин", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "restaurant", + "langName": "Ресторан", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "bakery", + "langName": "пекарня", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "convenience store", + "langName": "магазин товаров повседневного спроса", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "supermarket", + "langName": "супермаркет", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "pharmacy", + "langName": "аптека", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "bar", + "langName": "бар", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "izakaya", + "langName": "Изакая", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "cafe", + "langName": "кафе", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "coffee house", + "langName": "кафе", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "Trapeze", + "langName": "вешалка; качели", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "bowling alley", + "langName": "боулинг", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "gym", + "langName": "Спортзал", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "library", + "langName": "библиотека", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "art gallery", + "langName": "художественная галерея", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "museum", + "langName": "музей", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "planetarium", + "langName": "Планетарий", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "swimming pool", + "langName": "бассейн", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "zoo", + "langName": "зоопарк", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "aquarium", + "langName": "аквариум", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "laboratory", + "langName": "лаборатория", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "prison", + "langName": "тюрьма", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "engine room", + "langName": "машинное отделение", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "warehouse", + "langName": "склад", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "workshop", + "langName": "мастерская", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "courtroom", + "langName": "суд", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "theater", + "langName": "театр", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "movie theater", + "langName": "Кино", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "billiard", + "langName": "бильярдный стол", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "casino", + "langName": "казино", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "playground", + "langName": "детская площадка", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "greco-roman architectur", + "langName": "Западная Римская Архитектура", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "in the romanesque architecture streets", + "langName": "Римские улицы", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "handrail", + "langName": "перила", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "shanty town/slum", + "langName": "трущобы", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "modern,Europe", + "langName": "Современная европейская архитектура", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "building_ruins", + "langName": "руины здания", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "amusement_park", + "langName": "парк с аттракционами", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "Disney_land", + "langName": "диснейленд", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "wrestling_ring", + "langName": "борцовский ринг", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "Japanese_hotel", + "langName": "японский отель", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "jail_bars", + "langName": "тюремный бар", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "in_the_movie_theatre", + "langName": "в кино", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "architecture", + "langName": "архитектура", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "magnificent_architecture", + "langName": "архитектура", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "east_asian_architecture", + "langName": "восточноазиатская архитектура", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "chinese_style_loft", + "langName": "Лофт в китайском стиле", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "traditional_chinese_room", + "langName": "Традиционная китайская комната в стиле", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "turret", + "langName": "башня", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "tower", + "langName": "башня", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "at the lighthouse", + "langName": "маяк", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "reservoir", + "langName": "резервуар", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "under_bridge", + "langName": "Под мостом", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "rubble_ruins", + "langName": "обломки | руины", + "object": "Среда", + "attribute": "На открытом воздухе" + }, + { + "displayName": "city", + "langName": "Город", + "object": "Среда", + "attribute": "Город" + }, + { + "displayName": "downtown", + "langName": "центр города", + "object": "Среда", + "attribute": "Город" + }, + { + "displayName": "cityscape", + "langName": "городской пейзаж", + "object": "Среда", + "attribute": "Город" + }, + { + "displayName": "in_main_street", + "langName": "Авеню", + "object": "Среда", + "attribute": "Город" + }, + { + "displayName": "Intersection", + "langName": "пересечение", + "object": "Среда", + "attribute": "Город" + }, + { + "displayName": "street", + "langName": "улица", + "object": "Среда", + "attribute": "Город" + }, + { + "displayName": "avenue", + "langName": "Главная улица", + "object": "Среда", + "attribute": "Город" + }, + { + "displayName": "alley", + "langName": "переулок", + "object": "Среда", + "attribute": "Город" + }, + { + "displayName": "crowd", + "langName": "толпа", + "object": "Среда", + "attribute": "Город" + }, + { + "displayName": "road", + "langName": "дорога", + "object": "Среда", + "attribute": "Город" + }, + { + "displayName": "path", + "langName": "путь", + "object": "Среда", + "attribute": "Город" + }, + { + "displayName": "pavement", + "langName": "тротуар", + "object": "Среда", + "attribute": "Город" + }, + { + "displayName": "road_sign", + "langName": "дорожный знак", + "object": "Среда", + "attribute": "Город" + }, + { + "displayName": "traffic_cone", + "langName": "Препятствие на дороге", + "object": "Среда", + "attribute": "Город" + }, + { + "displayName": "lamppost", + "langName": "уличный фонарь", + "object": "Среда", + "attribute": "Город" + }, + { + "displayName": "fence", + "langName": "изгородь", + "object": "Среда", + "attribute": "Город" + }, + { + "displayName": "railing", + "langName": "перила", + "object": "Среда", + "attribute": "Город" + }, + { + "displayName": "bench", + "langName": "лавка", + "object": "Среда", + "attribute": "Город" + }, + { + "displayName": "lawn", + "langName": "лужайка", + "object": "Среда", + "attribute": "Город" + }, + { + "displayName": "vending_machine", + "langName": "торговый автомат", + "object": "Среда", + "attribute": "Город" + }, + { + "displayName": "indoor", + "langName": "в помещении", + "object": "Среда", + "attribute": "В помещении" + }, + { + "displayName": "bedroom", + "langName": "спальня", + "object": "Среда", + "attribute": "В помещении" + }, + { + "displayName": "classroom", + "langName": "класс", + "object": "Среда", + "attribute": "В помещении" + }, + { + "displayName": "clubroom", + "langName": "клуб", + "object": "Среда", + "attribute": "В помещении" + }, + { + "displayName": "dark nightclub background", + "langName": "тусклый фон ночного клуба", + "object": "Среда", + "attribute": "В помещении" + }, + { + "displayName": "dormitory", + "langName": "общежитие", + "object": "Среда", + "attribute": "В помещении" + }, + { + "displayName": "cafeteria", + "langName": "кафетерий", + "object": "Среда", + "attribute": "В помещении" + }, + { + "displayName": "kitchen", + "langName": "кухня", + "object": "Среда", + "attribute": "В помещении" + }, + { + "displayName": "toilet stall", + "langName": "туалетная кабинка", + "object": "Среда", + "attribute": "В помещении" + }, + { + "displayName": "infirmary", + "langName": "лазарет", + "object": "Среда", + "attribute": "В помещении" + }, + { + "displayName": "art room", + "langName": "художественная комната", + "object": "Среда", + "attribute": "В помещении" + }, + { + "displayName": "greenhouse", + "langName": "теплица", + "object": "Среда", + "attribute": "В помещении" + }, + { + "displayName": "basement", + "langName": "подвал", + "object": "Среда", + "attribute": "В помещении" + }, + { + "displayName": "server room", + "langName": "Серверная комната", + "object": "Среда", + "attribute": "В помещении" + }, + { + "displayName": "electrical room", + "langName": "Распределительная комната", + "object": "Среда", + "attribute": "В помещении" + }, + { + "displayName": "dungeon", + "langName": "подвал", + "object": "Среда", + "attribute": "В помещении" + }, + { + "displayName": "otaku room", + "langName": "Комната Отаку", + "object": "Среда", + "attribute": "В помещении" + }, + { + "displayName": "stage", + "langName": "этап", + "object": "Среда", + "attribute": "В помещении" + }, + { + "displayName": "bathing", + "langName": "ванная комната", + "object": "Среда", + "attribute": "В помещении" + }, + { + "displayName": "stairs", + "langName": "лестница", + "object": "Среда", + "attribute": "В помещении" + }, + { + "displayName": "palace", + "langName": "дворец", + "object": "Среда", + "attribute": "В помещении" + }, + { + "displayName": "bed", + "langName": "кровать", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "wardrobe", + "langName": "Гардероб", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "desk lamp", + "langName": "настольная лампа", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "couch", + "langName": "диван", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "tatami", + "langName": "Татами", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "kotatsu", + "langName": "котацу", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "fireplace", + "langName": "камин", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "table", + "langName": "стол", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "school_desk", + "langName": "рабочий стол", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "chair", + "langName": "Стул", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "armchair", + "langName": "кресло", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "lounge_chair", + "langName": "кресло для отдыха", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "beach_chair", + "langName": "пляжный стул", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "folding_chair", + "langName": "складной стул", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "office_chair", + "langName": "офисное кресло", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "wheelchair", + "langName": "инвалидная коляска", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "invisible_chair", + "langName": "невидимый стул", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "window_", + "langName": "окно", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "sash", + "langName": "пояс", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "curtains", + "langName": "занавес", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "sliding_doors", + "langName": "раздвижная дверь", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "door", + "langName": "Дверь", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "clothes_rack", + "langName": "Вешалка для одежды", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "air_conditioner", + "langName": "кондиционер", + "object": "Среда", + "attribute": "Мебель" + }, + { + "displayName": "mattress", + "langName": "матрас; матрац", + "object": "Среда", + "attribute": "Постельные принадлежности" + }, + { + "displayName": "bed_sheet", + "langName": "лист", + "object": "Среда", + "attribute": "Постельные принадлежности" + }, + { + "displayName": "futon", + "langName": "японский матрас", + "object": "Среда", + "attribute": "Постельные принадлежности" + }, + { + "displayName": "pillow", + "langName": "Подушка", + "object": "Среда", + "attribute": "Постельные принадлежности" + }, + { + "displayName": "cushion", + "langName": "подушка", + "object": "Среда", + "attribute": "Постельные принадлежности" + }, + { + "displayName": "dumpling_Hug_Pillow", + "langName": "подушка для пельменей", + "object": "Среда", + "attribute": "Постельные принадлежности" + }, + { + "displayName": "pillow_hug", + "langName": "подушка", + "object": "Среда", + "attribute": "Постельные принадлежности" + }, + { + "displayName": "yes-no_pillow", + "langName": "Подушка Да/Нет", + "object": "Среда", + "attribute": "Постельные принадлежности" + }, + { + "displayName": "stuffed_animal", + "langName": "плюшевая кукла", + "object": "Среда", + "attribute": "Постельные принадлежности" + }, + { + "displayName": "stuffed_bunny", + "langName": "плюшевый кролик", + "object": "Среда", + "attribute": "Постельные принадлежности" + }, + { + "displayName": "carpet", + "langName": "ковер", + "object": "Среда", + "attribute": "Постельные принадлежности" + }, + { + "displayName": "bathroom", + "langName": "ванная комната", + "object": "Среда", + "attribute": "Ванная комната" + }, + { + "displayName": "shower_head", + "langName": "душевая головка", + "object": "Среда", + "attribute": "Ванная комната" + }, + { + "displayName": "toilet", + "langName": "туалет", + "object": "Среда", + "attribute": "Ванная комната" + }, + { + "displayName": "squat_toilet", + "langName": "Приседание в туалете", + "object": "Среда", + "attribute": "Ванная комната" + }, + { + "displayName": "soap", + "langName": "Мыло", + "object": "Среда", + "attribute": "Ванная комната" + }, + { + "displayName": "tiles", + "langName": "керамическая плитка", + "object": "Среда", + "attribute": "Ванная комната" + }, + { + "displayName": "rubber_duck", + "langName": "резиновая уточка", + "object": "Среда", + "attribute": "Ванная комната" + }, + { + "displayName": "bathtub,", + "langName": "ванна", + "object": "Среда", + "attribute": "Ванная комната" + }, + { + "displayName": "new year", + "langName": "новый год", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "year of the rabbit", + "langName": "Год Кролика", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "valentine", + "langName": "День святого Валентина", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "lantern festival", + "langName": "Фестиваль фонарей", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "summer festival", + "langName": "летний фестиваль", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "tanabata", + "langName": "Праздник Циси", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "mid-autumn festival", + "langName": "Праздник середины осени", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "halloween", + "langName": "хэллоуин", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "christmas", + "langName": "Рождество", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "fireworks", + "langName": "фейерверк", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "explosion", + "langName": "взорваться", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "water vapor", + "langName": "пар", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "liquid background, Sputtered water", + "langName": "жидкий фон", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "in the ocean", + "langName": "закат на море", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "magic circles", + "langName": "волшебное кольцо", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "fluorescent mushroom forests background", + "langName": "Флуоресцентный грибной лес", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "(((colorful bubble)))", + "langName": "Разноцветные пузыри", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "golden hour lighting", + "langName": "освещение золотого часа", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "strong rim light", + "langName": "Яркий кольцевой свет", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "against backlight at dusk", + "langName": "Вечером, спиной к солнцу", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "intense shadows", + "langName": "сильная тень", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "ceiling window", + "langName": "Окна от пола до потолка", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "colourful glass", + "langName": "витраж", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "stain glass", + "langName": "витраж", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "Graffiti wall", + "langName": "стена граффити", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "mosaic background", + "langName": "мозаичный фон", + "object": "Среда", + "attribute": "Атмосфера" + }, + { + "displayName": "notebook", + "langName": "блокнот", + "object": "Вещь", + "attribute": "Школьные принадлежности" + }, + { + "displayName": "pencil", + "langName": "карандаш", + "object": "Вещь", + "attribute": "Школьные принадлежности" + }, + { + "displayName": "paintbrush", + "langName": "щетка", + "object": "Вещь", + "attribute": "Школьные принадлежности" + }, + { + "displayName": "book", + "langName": "Книга", + "object": "Вещь", + "attribute": "Школьные принадлежности" + }, + { + "displayName": "open_book", + "langName": "открытая книга", + "object": "Вещь", + "attribute": "Школьные принадлежности" + }, + { + "displayName": "book_stack", + "langName": "стопка книг", + "object": "Вещь", + "attribute": "Школьные принадлежности" + }, + { + "displayName": "bookshelf", + "langName": "книжная полка", + "object": "Вещь", + "attribute": "Школьные принадлежности" + }, + { + "displayName": "school_bag", + "langName": "Школьная сумка (рюкзак)", + "object": "Вещь", + "attribute": "Школьные принадлежности" + }, + { + "displayName": "backpack", + "langName": "Рюкзак", + "object": "Вещь", + "attribute": "Школьные принадлежности" + }, + { + "displayName": "computer", + "langName": "компьютер", + "object": "Вещь", + "attribute": "Цифровое оборудование" + }, + { + "displayName": "mouse", + "langName": "мышь", + "object": "Вещь", + "attribute": "Цифровое оборудование" + }, + { + "displayName": "cellphone", + "langName": "сотовый телефон", + "object": "Вещь", + "attribute": "Цифровое оборудование" + }, + { + "displayName": "Smartphones", + "langName": "Смартфон", + "object": "Вещь", + "attribute": "Цифровое оборудование" + }, + { + "displayName": "nintendo_switch", + "langName": "переключатель нинтендо", + "object": "Вещь", + "attribute": "Цифровое оборудование" + }, + { + "displayName": "handheld_game_console", + "langName": "портативная игровая консоль", + "object": "Вещь", + "attribute": "Цифровое оборудование" + }, + { + "displayName": "nintendo_3ds", + "langName": "Нинтендо 3дс", + "object": "Вещь", + "attribute": "Цифровое оборудование" + }, + { + "displayName": "nintendo_ds", + "langName": "нинтендо дс", + "object": "Вещь", + "attribute": "Цифровое оборудование" + }, + { + "displayName": "cable", + "langName": "кабель", + "object": "Вещь", + "attribute": "Цифровое оборудование" + }, + { + "displayName": "power_lines", + "langName": "шнур питания", + "object": "Вещь", + "attribute": "Цифровое оборудование" + }, + { + "displayName": "buttons", + "langName": "кнопка", + "object": "Вещь", + "attribute": "Цифровое оборудование" + }, + { + "displayName": "fork", + "langName": "вилка", + "object": "Вещь", + "attribute": "Посуда" + }, + { + "displayName": "spoon", + "langName": "ложка", + "object": "Вещь", + "attribute": "Посуда" + }, + { + "displayName": "chopsticks", + "langName": "Палочки для еды", + "object": "Вещь", + "attribute": "Посуда" + }, + { + "displayName": "ladle", + "langName": "половник", + "object": "Вещь", + "attribute": "Посуда" + }, + { + "displayName": "plate", + "langName": "тарелка", + "object": "Вещь", + "attribute": "Посуда" + }, + { + "displayName": "bowl", + "langName": "чаша", + "object": "Вещь", + "attribute": "Посуда" + }, + { + "displayName": "cup", + "langName": "чашка", + "object": "Вещь", + "attribute": "Посуда" + }, + { + "displayName": "drinking_glass", + "langName": "стакан воды", + "object": "Вещь", + "attribute": "Посуда" + }, + { + "displayName": "tumbler", + "langName": "Обычное стекло", + "object": "Вещь", + "attribute": "Посуда" + }, + { + "displayName": "beer_mug", + "langName": "пивная кружка", + "object": "Вещь", + "attribute": "Посуда" + }, + { + "displayName": "pot", + "langName": "горшок", + "object": "Вещь", + "attribute": "Посуда" + }, + { + "displayName": "teapot", + "langName": "чайник", + "object": "Вещь", + "attribute": "Посуда" + }, + { + "displayName": "tray", + "langName": "поднос", + "object": "Вещь", + "attribute": "Посуда" + }, + { + "displayName": "soda_can", + "langName": "консервированные напитки", + "object": "Вещь", + "attribute": "Посуда" + }, + { + "displayName": "can", + "langName": "банка", + "object": "Вещь", + "attribute": "Посуда" + }, + { + "displayName": "candle", + "langName": "Свеча", + "object": "Вещь", + "attribute": "Посуда" + }, + { + "displayName": "gift_box", + "langName": "подарочная коробка", + "object": "Вещь", + "attribute": "Посуда" + }, + { + "displayName": "heart-shaped_box", + "langName": "Подарочная коробка в форме сердца", + "object": "Вещь", + "attribute": "Посуда" + }, + { + "displayName": "music", + "langName": "музыка", + "object": "Вещь", + "attribute": "Музыкальный инструмент" + }, + { + "displayName": "guitar", + "langName": "Гитара", + "object": "Вещь", + "attribute": "Музыкальный инструмент" + }, + { + "displayName": "piano", + "langName": "пианино", + "object": "Вещь", + "attribute": "Музыкальный инструмент" + }, + { + "displayName": "cello", + "langName": "Виолончель", + "object": "Вещь", + "attribute": "Музыкальный инструмент" + }, + { + "displayName": "playing_instrument", + "langName": "играть на музыкальном инструменте", + "object": "Вещь", + "attribute": "Музыкальный инструмент" + }, + { + "displayName": "wind_chime", + "langName": "колокольчики ветра", + "object": "Вещь", + "attribute": "Музыкальный инструмент" + }, + { + "displayName": "Accordion", + "langName": "аккордеон", + "object": "Вещь", + "attribute": "Музыкальный инструмент" + }, + { + "displayName": "Saxophone", + "langName": "саксофон", + "object": "Вещь", + "attribute": "Музыкальный инструмент" + }, + { + "displayName": "umbrella", + "langName": "Зонтик", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "transparent_umbrella", + "langName": "прозрачный зонт", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "closed_umbrella", + "langName": "закрытый зонт", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "oil-paper_umbrella", + "langName": "Зонтик из масляной бумаги", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "Parasol", + "langName": "зонтик", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "folding_fan", + "langName": "складной веер", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "paper_fan", + "langName": "бумажный веер", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "uchiwa", + "langName": "круглый вентилятор", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "camera", + "langName": "камера", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "lantern/lamp", + "langName": "фонарь", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "basket", + "langName": "корзина", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "bucket", + "langName": "ведро", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "pail", + "langName": "ведро", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "water_bottle", + "langName": "бутылка с водой", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "lotion", + "langName": "солнцезащитный крем | лосьон для тела", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "lotion_bottle", + "langName": "флакончик с лосьоном", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "key", + "langName": "ключ", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "coin", + "langName": "монета", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "money", + "langName": "деньги", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "trading_card", + "langName": "коллекционные карточки", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "playing_card", + "langName": "игральные карты", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "chess_piece", + "langName": "кусок", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "ofuda", + "langName": "талисман", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "wand", + "langName": "волшебная палочка", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "magic", + "langName": "магия", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "riding_crop", + "langName": "хлыст", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "whip", + "langName": "хлыст", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "microphone", + "langName": "микрофон", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "sack", + "langName": "мешок", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "scales", + "langName": "весы", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "trophy", + "langName": "трофей", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "molecule", + "langName": "молекулярный", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "diamond_(shape)", + "langName": "ромб(форма)", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "chibi_inset", + "langName": "чиби-иллюстрация", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "damaged", + "langName": "повреждать", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "gourd", + "langName": "тыква", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "mimikaki", + "langName": "ковырять в ушах", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "hammer", + "langName": "молоток", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "inlet", + "langName": "Вход", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "stubble", + "langName": "щетина", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "Cassette", + "langName": "кассета с лентой", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "Lever", + "langName": "рычаг, рычаг", + "object": "Вещь", + "attribute": "Другие предметы" + }, + { + "displayName": "weapon", + "langName": "оружие", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "huge_weapon", + "langName": "крупногабаритное оружие", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "planted_weapon", + "langName": "Оружие, воткнутое в землю", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "broken_weapon", + "langName": "сломанное оружие", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "weapon_on_back", + "langName": "оружие на спине", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "weapon_over_shoulder", + "langName": "наплечное оружие", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "sword", + "langName": "нож", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "planted_sword", + "langName": "Стоящий меч", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "scabbard", + "langName": "ножны", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "katana", + "langName": "Катана", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "saber_(weapon)", + "langName": "сабля (оружие)", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "dagger", + "langName": "кинжал", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "axe", + "langName": "топор", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "hatchet", + "langName": "топорик", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "stake", + "langName": "палка", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "lance", + "langName": "копье", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "trident", + "langName": "трезубец", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "bow_(weapon)", + "langName": "поклон", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "arrow", + "langName": "стрелка", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "scythe", + "langName": "серп", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "claw_(weapon)", + "langName": "коготь (оружие)", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "nose_hatchet", + "langName": "топорик", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "gun", + "langName": "пистолет", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "handgun", + "langName": "пистолет", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "thompson_submachine_gun", + "langName": "пистолет-пулемет томпсона", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "magazine_(weapon)", + "langName": "магазин (оружие)", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "dynamite", + "langName": "глицериновый динамит", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "bomb", + "langName": "бомбить", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "track missiles", + "langName": "ракета слежения", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "cannon", + "langName": "пушка", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "tank", + "langName": "танк", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "military_vehicle", + "langName": "военные транспортные средства", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "motorcycle", + "langName": "мотоцикл", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "car", + "langName": "машина", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "watercraft", + "langName": "корабль", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "ship", + "langName": "корабль", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "machine", + "langName": "механический", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "machinery", + "langName": "Механическое оружие", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "mechanical_arms", + "langName": "Роботизированная рука", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "mechanization", + "langName": "Механизация", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "robot_joints", + "langName": "механическое соединение", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "variable_fighter", + "langName": "Макросс машина", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "sorcerer's_sutra_scroll", + "langName": "Дьявольская сутра", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "scissors", + "langName": "Ножницы", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "rifle,", + "langName": "винтовка", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "complex Trajectory", + "langName": "Отслеживание следов", + "object": "Вещь", + "attribute": "Оружие" + }, + { + "displayName": "food", + "langName": "еда", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "makizushi", + "langName": "Нори ролл суши", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "onigiri", + "langName": "рисовые шарики", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "obento", + "langName": "удобный", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "ramen", + "langName": "Лапша, вытащенная вручную", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "noodles", + "langName": "Лапша", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "tempura", + "langName": "Темпура", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "wagashi", + "langName": "японские сладости", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "dango", + "langName": "пельмени", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "taiyaki", + "langName": "Тайяки", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "sweet_potato", + "langName": "сладкий картофель", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "cake", + "langName": "торт", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "pancake", + "langName": "кексы", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "sweets", + "langName": "конфеты", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "candy", + "langName": "конфеты", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "candy_apple", + "langName": "карамельное яблоко", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "candy_cane", + "langName": "Леденец", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "cookie", + "langName": "печенье", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "cream", + "langName": "крем", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "ice_cream", + "langName": "мороженое", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "doughnut", + "langName": "Пончик", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "pasties", + "langName": "пирог", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "sundae", + "langName": "мороженое с фруктами", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "burger", + "langName": "Гамбургер", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "egg", + "langName": "яйцо", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "meat", + "langName": "Мясо", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "fruit", + "langName": "фрукты", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "apple", + "langName": "яблоко", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "peach", + "langName": "персик", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "aubergine", + "langName": "баклажан", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "carrot", + "langName": "морковь", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "chips", + "langName": "картофельные чипсы", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "potato_chips", + "langName": "картофельные чипсы", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "telstar", + "langName": "Телстар футбол", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "jam", + "langName": "варенье", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "pocky", + "langName": "Поки", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "food_stand", + "langName": "ларек с едой", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "food_in_mouth", + "langName": "еда во рту", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "food_on_body", + "langName": "еда на теле", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "food_print", + "langName": "пищевая печать", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "in_food", + "langName": "(персонаж) в еде", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "coffee", + "langName": "кофе", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "tea", + "langName": "Чай", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "teacup", + "langName": "чашка", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "sake", + "langName": "японское сакэ", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "wine", + "langName": "вино", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "drink", + "langName": "напитки", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "bottled_water", + "langName": "бутилированная вода", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "A_sushi_roll", + "langName": "суши ролл", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "cigarette", + "langName": "сигарета", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "cotton_candy_", + "langName": "Зефир", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "Gelatin", + "langName": "Желатин, пудинг", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "kafuu_chino", + "langName": "Кавучино", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "food_on_", + "langName": "еда на лице", + "object": "Вещь", + "attribute": "Еда" + }, + { + "displayName": "mammal", + "langName": "млекопитающее", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "reptile", + "langName": "рептилия", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "bird", + "langName": "птица", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "crow", + "langName": "ворона", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "penguin", + "langName": "пингвин", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "chick", + "langName": "цыпленок", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "dragonfly", + "langName": "стрекоза", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "whale", + "langName": "кит", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "cat", + "langName": "кот", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "dog", + "langName": "собака", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "fox", + "langName": "лиса", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "bunny", + "langName": "кролик", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "snow_bunny", + "langName": "заяц-беляк", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "wolf", + "langName": "Волк", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "horse", + "langName": "лошадь", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "cow", + "langName": "бык", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "tiger", + "langName": "тигр", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "bear", + "langName": "Медведь", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "panda", + "langName": "панда", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "teddy_bear", + "langName": "плюшевый мишка", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "hamster", + "langName": "хомяк", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "squirrel", + "langName": "белка", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "snake", + "langName": "змея", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "dragon", + "langName": "дракон", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "eastern_dragon", + "langName": "Восточный дракон", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "loong", + "langName": "китайский дракон", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "slime", + "langName": "Слизь", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "bat", + "langName": "летучая мышь", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "shell", + "langName": "оболочка", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "cat_teaser", + "langName": "забавный кот", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "dog_tags", + "langName": "собачьи жетоны", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "wriggle_nightbug", + "langName": "ползающий ночной червь", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "manjuu_(azur_lane)", + "langName": "Довольно щебечущий", + "object": "Вещь", + "attribute": "Животное" + }, + { + "displayName": "plant", + "langName": "растение", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "flower", + "langName": "цветок", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "flower_bloom", + "langName": "цветы цветут", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "bouquet", + "langName": "букет", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "vase", + "langName": "ваза", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "orchid", + "langName": "орхидея", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "lily", + "langName": "Лили", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "rose", + "langName": "Роза", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "spider_lily", + "langName": "Цветок другого берега", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "hibiscus", + "langName": "цветок гибискуса", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "hydrangea", + "langName": "гортензии", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "cherry_blossoms", + "langName": "Цветение вишни", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "plum_blossom", + "langName": "сливовый пучок", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "wisteria", + "langName": "Глициния", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "lotus", + "langName": "лотос", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "narcissu", + "langName": "Нарцисс", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "chrysanthemum", + "langName": "хризантема", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "entangled_plants", + "langName": "запутанные растения", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "tree", + "langName": "Дерево", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "pine_tree", + "langName": "сосна", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "palm_tree", + "langName": "пальма", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "maple_tree", + "langName": "клен", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "branch", + "langName": "ветви", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "maple_leaf", + "langName": "кленовый лист", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "christmas_tree", + "langName": "Рождественская елка", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "pumpkin", + "langName": "тыква", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "jack-o'-lantern", + "langName": "тыквенный фонарь", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "spring_onion", + "langName": "зеленый лук", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "bamboo", + "langName": "бамбук", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "bush", + "langName": "кустарник", + "object": "Вещь", + "attribute": "Растение" + }, + { + "displayName": "Sunlight", + "langName": "Солнечный свет", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "Natural Lighting", + "langName": "естественное освещение", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "Artificial Lighting", + "langName": "искусственное освещение", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "Studio Lighting", + "langName": "студийное освещение", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "Volumetric Lighting", + "langName": "Объемный свет", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "volumetric Light", + "langName": "Объемный свет", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "Volumetric", + "langName": "Объемный", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "Frontlight", + "langName": "верхний свет", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "Halfrear Lighting", + "langName": "Боковая подсветка наполовину", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "Backlight", + "langName": "подсветка", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "Rim Lighting", + "langName": "фара дальнего света", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "Floodlight", + "langName": "прожектор", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "LED light", + "langName": "Светодиодный свет", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "Spotlight", + "langName": "в центре внимания", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "Marquee", + "langName": "шатер", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "Strobe", + "langName": "вспышка", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "Strobe Light", + "langName": "фонарики", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "Stroboscope", + "langName": "стробоскопический свет", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "bright", + "langName": "яркий", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "Ultrabright", + "langName": "супер яркий", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "Electromagnetic Spectrum", + "langName": "электромагнитный спектр", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "Infrared", + "langName": "инфракрасный", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "Ultraviolet", + "langName": "УФ-лучи", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "UV", + "langName": "УФ", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "X-Ray", + "langName": "рентген", + "object": "Эффекты света и тени", + "attribute": "Источник света" + }, + { + "displayName": "Cinematic Lighting", + "langName": "Кинематографическое освещение", + "object": "Эффекты света и тени", + "attribute": "Световые эффекты" + }, + { + "displayName": "moody lighting", + "langName": "Окружающее освещение", + "object": "Эффекты света и тени", + "attribute": "Световые эффекты" + }, + { + "displayName": "Tyndall effect", + "langName": "эффект Тиндаля", + "object": "Эффекты света и тени", + "attribute": "Световые эффекты" + }, + { + "displayName": "light leaks", + "langName": "эффект утечки света", + "object": "Эффекты света и тени", + "attribute": "Световые эффекты" + }, + { + "displayName": "glowing neon lights", + "langName": "неоновые огни", + "object": "Эффекты света и тени", + "attribute": "Световые эффекты" + }, + { + "displayName": "Rays of Shimmering Light", + "langName": "мигающий свет", + "object": "Эффекты света и тени", + "attribute": "Световые эффекты" + }, + { + "displayName": "Crepuscular Rays", + "langName": "тусклый свет", + "object": "Эффекты света и тени", + "attribute": "Световые эффекты" + }, + { + "displayName": "Crackle Tube", + "langName": "искровая трубка", + "object": "Эффекты света и тени", + "attribute": "Световые эффекты" + }, + { + "displayName": "Tesla Coil", + "langName": "Катушка Теслы", + "object": "Эффекты света и тени", + "attribute": "Световые эффекты" + }, + { + "displayName": "Plasma Globe", + "langName": "плазменный шар", + "object": "Эффекты света и тени", + "attribute": "Световые эффекты" + }, + { + "displayName": "Glow Stick", + "langName": "светящаяся палочка", + "object": "Эффекты света и тени", + "attribute": "Световые эффекты" + }, + { + "displayName": "Neon Lamp", + "langName": "неоновые огни", + "object": "Эффекты света и тени", + "attribute": "Световые эффекты" + }, + { + "displayName": "lens flare", + "langName": "Блики объектива (контровое освещение)", + "object": "Эффекты света и тени", + "attribute": "Световые эффекты" + }, + { + "displayName": "Contre-Jour", + "langName": "Против дня", + "object": "Эффекты света и тени", + "attribute": "Световые эффекты" + }, + { + "displayName": "Rembrandt Lighting", + "langName": "Освещение Рембрандта", + "object": "Эффекты света и тени", + "attribute": "Световые эффекты" + }, + { + "displayName": "Split Lighting", + "langName": "Раздельное освещение", + "object": "Эффекты света и тени", + "attribute": "Световые эффекты" + }, + { + "displayName": "Beautiful Lighting", + "langName": "красивые огни", + "object": "Эффекты света и тени", + "attribute": "Световые эффекты" + }, + { + "displayName": "Accent Lighting", + "langName": "Акцентное освещение", + "object": "Эффекты света и тени", + "attribute": "Световые эффекты" + }, + { + "displayName": "Global Illumination", + "langName": "глобальное освещение", + "object": "Эффекты света и тени", + "attribute": "Световые эффекты" + }, + { + "displayName": "Lumen Global Illumination", + "langName": "Люмен глобального освещения", + "object": "Эффекты света и тени", + "attribute": "Световые эффекты" + }, + { + "displayName": "Screen Space Global Illumination", + "langName": "глобальное освещение экранного пространства", + "object": "Эффекты света и тени", + "attribute": "Световые эффекты" + }, + { + "displayName": "Ray Tracing Global Illumination", + "langName": "Трассировка лучей глобального освещения", + "object": "Эффекты света и тени", + "attribute": "Световые эффекты" + }, + { + "displayName": "Incandescent", + "langName": "лампа накаливания", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Fluorescent", + "langName": "Флуоресцентный", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Fluorescent Lamp", + "langName": "люминесцентная трубка", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Halogen", + "langName": "галоген", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Halogen Lamp", + "langName": "Галогеновая лампа", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Xenon Lamp", + "langName": "ксеноновая лампа", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Krypton Lamp", + "langName": "криптоновая газовая лампа", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Argon Lamp", + "langName": "Аргоновая лампа", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Helium Lamp", + "langName": "Гелиевая лампа", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Edison Bulb", + "langName": "лампочка Эдисона", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Vacuum Tube Lamp", + "langName": "Лампа вакуумная", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Nixie Tube", + "langName": "Газоразрядная лампа", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Carbide Lamp", + "langName": "лампа из карбида кальция", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Argand Lamp", + "langName": "Аргановая лампа", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Diya Lamp", + "langName": "масляная лампа", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Lantern", + "langName": "фонарь", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Schwarz Lantern", + "langName": "Черный Фонарь", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Nightlight", + "langName": "ночник", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Christmas Lights", + "langName": "Рождественские огни", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Optical Fiber", + "langName": "оптическое волокно", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Electroluminescent Wire", + "langName": "Светящийся провод", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Laser", + "langName": "лазер", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Flare", + "langName": "вспышка", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "rim light", + "langName": "фара дальнего света", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "metallic luster", + "langName": "металлический блеск", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "background light", + "langName": "фоновый свет", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "available light", + "langName": "естественный свет", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Electric Arc", + "langName": "дуга", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Soft Lighting", + "langName": "мягкий свет", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "Hard Lighting", + "langName": "блики", + "object": "Эффекты света и тени", + "attribute": "Свет" + }, + { + "displayName": "CRT", + "langName": "электронно-лучевая трубка", + "object": "Эффекты света и тени", + "attribute": "Технология отображения" + }, + { + "displayName": "LCD", + "langName": "ЖК-дисплей", + "object": "Эффекты света и тени", + "attribute": "Технология отображения" + }, + { + "displayName": "LED", + "langName": "Светодиодный дисплей", + "object": "Эффекты света и тени", + "attribute": "Технология отображения" + }, + { + "displayName": "OLED", + "langName": "OLED-дисплей", + "object": "Эффекты света и тени", + "attribute": "Технология отображения" + }, + { + "displayName": "AMOLED", + "langName": "AMOLED-дисплей", + "object": "Эффекты света и тени", + "attribute": "Технология отображения" + }, + { + "displayName": "7 Segment Display", + "langName": "семисегментный дисплей", + "object": "Эффекты света и тени", + "attribute": "Технология отображения" + }, + { + "displayName": "Dot Matrix Display", + "langName": "точечно-матричный дисплей", + "object": "Эффекты света и тени", + "attribute": "Технология отображения" + }, + { + "displayName": "Electroluminescent Display", + "langName": "электролюминесцентный дисплей", + "object": "Эффекты света и тени", + "attribute": "Технология отображения" + }, + { + "displayName": "Vacuum Fluorescent Display", + "langName": "вакуумный флуоресцентный дисплей", + "object": "Эффекты света и тени", + "attribute": "Технология отображения" + }, + { + "displayName": "Phosphor Display", + "langName": "флуоресцентный дисплей", + "object": "Эффекты света и тени", + "attribute": "Технология отображения" + }, + { + "displayName": "Plasma Display", + "langName": "плазменный дисплей", + "object": "Эффекты света и тени", + "attribute": "Технология отображения" + }, + { + "displayName": "Quantum Dot", + "langName": "квантовые точки", + "object": "Эффекты света и тени", + "attribute": "Технология отображения" + }, + { + "displayName": "Quantum Dot Display", + "langName": "Дисплей на квантовых точках", + "object": "Эффекты света и тени", + "attribute": "Технология отображения" + }, + { + "displayName": "Optics", + "langName": "Оптика", + "object": "Эффекты света и тени", + "attribute": "Технология отображения" + }, + { + "displayName": "Rough", + "langName": "грубый", + "object": "Эффекты света и тени", + "attribute": "Отражение/Преломление" + }, + { + "displayName": "Matte", + "langName": "матовый", + "object": "Эффекты света и тени", + "attribute": "Отражение/Преломление" + }, + { + "displayName": "Glossy", + "langName": "блеск", + "object": "Эффекты света и тени", + "attribute": "Отражение/Преломление" + }, + { + "displayName": "smooth", + "langName": "гладкий", + "object": "Эффекты света и тени", + "attribute": "Отражение/Преломление" + }, + { + "displayName": "Shiny", + "langName": "блестящий", + "object": "Эффекты света и тени", + "attribute": "Отражение/Преломление" + }, + { + "displayName": "Reflective", + "langName": "Отражающий", + "object": "Эффекты света и тени", + "attribute": "Отражение/Преломление" + }, + { + "displayName": "Polished", + "langName": "полировка", + "object": "Эффекты света и тени", + "attribute": "Отражение/Преломление" + }, + { + "displayName": "Shadows", + "langName": "тень", + "object": "Эффекты света и тени", + "attribute": "Отражение/Преломление" + }, + { + "displayName": "Shimmer", + "langName": "мерцание", + "object": "Эффекты света и тени", + "attribute": "Отражение/Преломление" + }, + { + "displayName": "Shimmering", + "langName": "игристый", + "object": "Эффекты света и тени", + "attribute": "Отражение/Преломление" + }, + { + "displayName": "Caustics", + "langName": "Каустики", + "object": "Эффекты света и тени", + "attribute": "Отражение/Преломление" + }, + { + "displayName": "Refractive", + "langName": "преломление", + "object": "Эффекты света и тени", + "attribute": "Отражение/Преломление" + }, + { + "displayName": "reflection light", + "langName": "отражение света", + "object": "Эффекты света и тени", + "attribute": "Отражение/Преломление" + }, + { + "displayName": "Ray Tracing Reflections", + "langName": "Трассированные отражения лучей", + "object": "Эффекты света и тени", + "attribute": "Отражение/Преломление" + }, + { + "displayName": "Lumen Reflections", + "langName": "Отражение люмена", + "object": "Эффекты света и тени", + "attribute": "Отражение/Преломление" + }, + { + "displayName": "Screen Space Reflections", + "langName": "отражение экранного пространства", + "object": "Эффекты света и тени", + "attribute": "Отражение/Преломление" + }, + { + "displayName": "ray tracing", + "langName": "Трассировка лучей", + "object": "Эффекты света и тени", + "attribute": "Отражение/Преломление" + }, + { + "displayName": "Ambient Occlusion", + "langName": "окклюзия окружающего пространства", + "object": "Эффекты света и тени", + "attribute": "Отражение/Преломление" + }, + { + "displayName": "Scattering", + "langName": "рассеивание", + "object": "Эффекты света и тени", + "attribute": "Отражение/Преломление" + }, + { + "displayName": "Diffraction Grading", + "langName": "дифракционная решетка", + "object": "Эффекты света и тени", + "attribute": "Отражение/Преломление" + }, + { + "displayName": "RGB Displacement", + "langName": "RGB-сдвиг", + "object": "Эффекты света и тени", + "attribute": "Отражение/Преломление" + }, + { + "displayName": "Glowing", + "langName": "светиться", + "object": "Эффекты света и тени", + "attribute": "Светиться" + }, + { + "displayName": "Glow-In-The-Dark", + "langName": "светящийся", + "object": "Эффекты света и тени", + "attribute": "Светиться" + }, + { + "displayName": "Bioluminescence", + "langName": "биолюминесценция", + "object": "Эффекты света и тени", + "attribute": "Светиться" + }, + { + "displayName": "Photoluminescence", + "langName": "Фотолюминесценция", + "object": "Эффекты света и тени", + "attribute": "Светиться" + }, + { + "displayName": "Chemiluminescence", + "langName": "хемилюминесценция", + "object": "Эффекты света и тени", + "attribute": "Светиться" + }, + { + "displayName": "Cathodoluminescence", + "langName": "катодолюминесценция", + "object": "Эффекты света и тени", + "attribute": "Светиться" + }, + { + "displayName": "Electroluminescence", + "langName": "электролюминесценция", + "object": "Эффекты света и тени", + "attribute": "Светиться" + }, + { + "displayName": "Radioluminescence", + "langName": "Радиолюминесценция", + "object": "Эффекты света и тени", + "attribute": "Светиться" + }, + { + "displayName": "Fluorescence", + "langName": "флуоресценция", + "object": "Эффекты света и тени", + "attribute": "Светиться" + }, + { + "displayName": "Phosphorescence", + "langName": "Фосфоресценция", + "object": "Эффекты света и тени", + "attribute": "Светиться" + }, + { + "displayName": "Thermoluminescence", + "langName": "термолюминесценция", + "object": "Эффекты света и тени", + "attribute": "Светиться" + }, + { + "displayName": "Electrochemiluminescence", + "langName": "Электрохемилюминесценция", + "object": "Эффекты света и тени", + "attribute": "Светиться" + }, + { + "displayName": "Crystalloluminescence", + "langName": "кристальное свечение", + "object": "Эффекты света и тени", + "attribute": "Светиться" + }, + { + "displayName": "Piezoluminescence", + "langName": "Пьезоэлектрическая люминесценция", + "object": "Эффекты света и тени", + "attribute": "Светиться" + }, + { + "displayName": "Triboluminescence", + "langName": "триболюминесценция", + "object": "Эффекты света и тени", + "attribute": "Светиться" + }, + { + "displayName": "Mechanoluminescence", + "langName": "Механическая люминесценция", + "object": "Эффекты света и тени", + "attribute": "Светиться" + }, + { + "displayName": "Lyoluminescence", + "langName": "Фотолюминесценция", + "object": "Эффекты света и тени", + "attribute": "Светиться" + }, + { + "displayName": "Candoluminescence", + "langName": "при свечах", + "object": "Эффекты света и тени", + "attribute": "Светиться" + }, + { + "displayName": "Fractoluminescence", + "langName": "Осколки светятся", + "object": "Эффекты света и тени", + "attribute": "Светиться" + }, + { + "displayName": "Sonoluminescence", + "langName": "Сонолюминесценция", + "object": "Эффекты света и тени", + "attribute": "Светиться" + }, + { + "displayName": "Translucidluminescence", + "langName": "полупрозрачное свечение", + "object": "Эффекты света и тени", + "attribute": "Светиться" + }, + { + "displayName": "Materiality", + "langName": "Существенность", + "object": "Эффекты света и тени", + "attribute": "Светиться" + }, + { + "displayName": "black", + "langName": "черный", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "darkgray", + "langName": "темно-серый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "gray", + "langName": "серый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "lightslategray", + "langName": "яркий сланцево-серый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "slategray", + "langName": "цвет серого камня", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "darkslategray", + "langName": "темно-зеленый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "lightgray", + "langName": "светло-серый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "gainsboro", + "langName": "серый цвет Гэна", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "white", + "langName": "Белый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "whitesmoke", + "langName": "цвет белого дыма", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "snow", + "langName": "чистый белый цвет", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "ghostwhite", + "langName": "белый призрак", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "floralwhite", + "langName": "цветок белый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "linen", + "langName": "цвет льна", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "antiquewhite", + "langName": "античный белый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "oldlace", + "langName": "пресбиопия", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "ivory", + "langName": "слоновая кость", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "seashell", + "langName": "ракушка белая", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "mintcream", + "langName": "мятный крем", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "honeydew", + "langName": "медовый цвет", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "azure", + "langName": "лазурный", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "aliceblue", + "langName": "алиса блю", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "lavender", + "langName": "цвет лаванды", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "lightsteelblue", + "langName": "светло-стальной синий", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "slateblue", + "langName": "синий камень", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "mediumslateblue", + "langName": "средний сланцево-синий", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "lightblue", + "langName": "светло-голубой", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "powderblue", + "langName": "пудрово-голубой", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "skyblue", + "langName": "глубокий небесно-голубой", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "cornflowerblue", + "langName": "васильковый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "royalblue", + "langName": "королевский синий", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "mediumblue", + "langName": "средне-синий", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "blue", + "langName": "синий", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "darkblue", + "langName": "темно-синий", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "navy", + "langName": "темно-синий", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "midnightblue", + "langName": "темно-синий", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "teal", + "langName": "темно-серо-синий", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "darkcyan", + "langName": "Бирюзовый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "cadetblue", + "langName": "темно-голубой", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "mediumturquoise", + "langName": "темно-бирюзовый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "darkturquoise", + "langName": "светло-зеленый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "turquoise", + "langName": "средний бирюзовый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "paleturquoise", + "langName": "светло-голубой", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "aquamarine", + "langName": "бирюзовый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "lightcyan", + "langName": "синий", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "cyan", + "langName": "бирюзовый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "dodgerblue", + "langName": "уклониться от синего", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "darkgreen", + "langName": "зеленый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "green", + "langName": "лесной зеленый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "forestgreen", + "langName": "цвет морской волны", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "seagreen", + "langName": "Чжунхай Грин", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "mediumseagreen", + "langName": "средне-изумрудный цвет", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "mediumaquamarine", + "langName": "темно-зеленый морской", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "darkseagreen", + "langName": "бирюзовый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "lightseagreen", + "langName": "Военный синий", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "springgreen", + "langName": "середина весны зеленый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "mediumspringgreen", + "langName": "Зеленый газон", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "lightgreen", + "langName": "трава зеленая", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "palegreen", + "langName": "светло-зеленый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "lime", + "langName": "лаймово-зеленый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "limegreen", + "langName": "оливково-коричневый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "lawngreen", + "langName": "зеленый шартрез", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "chartreuse", + "langName": "Желто-зеленый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "greenyellow", + "langName": "лаймовый апельсин", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "yellowgreen", + "langName": "оливково-зеленый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "darkolivegreen", + "langName": "оливковый цвет", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "olivedrab", + "langName": "оливково-коричневый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "olive", + "langName": "оливковый цвет", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "darkkhaki", + "langName": "темный хаки", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "khaki", + "langName": "Хаки", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "palegoldenrod", + "langName": "светлый золотарник", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "lightyellow", + "langName": "светло-желтый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "lightgoldenrodyellow", + "langName": "яркий золотисто-желтый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "lemonchiffon", + "langName": "лимонный шелковый цвет", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "beige", + "langName": "бежевый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "cornsilk", + "langName": "цвет кукурузы", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "wheat", + "langName": "пшеничный цвет", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "burlywood", + "langName": "янтарь", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "gold", + "langName": "золото", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "yellow", + "langName": "желтый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "darkorange", + "langName": "темно-оранжевый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "orange", + "langName": "оранжевый цвет", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "sandybrown", + "langName": "оранжево-коричневый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "peachpuff", + "langName": "цвет персиковой мякоти", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "papayawhip", + "langName": "цвет папайи", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "blanchedalmond", + "langName": "отбеленный миндаль", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "bisque", + "langName": "бисквитный цвет", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "moccasin", + "langName": "цвет мокасин", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "navajowhite", + "langName": "Навахо Уайт", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "peru", + "langName": "перуанский колорит", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "darkgoldenrod", + "langName": "Темный золотарник", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "goldenrod", + "langName": "Золотая хризантема", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "chocolate", + "langName": "шоколадный цвет", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "saddlebrown", + "langName": "седло-коричневый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "sienna", + "langName": "Желтая землистая охра", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "rosybrown", + "langName": "розово-коричневый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "darksalmon", + "langName": "Цвет темно-лососевый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "salmon", + "langName": "Цвет мякоти лосося", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "lightsalmon", + "langName": "Яркий лососевый цвет", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "indianred", + "langName": "индийский красный", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "firebrick", + "langName": "Цвет огнеупорного кирпича", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "brown", + "langName": "коричневый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "maroon", + "langName": "бордовый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "darkred", + "langName": "темно-красный", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "red", + "langName": "красный", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "orangered", + "langName": "оранжево-красный", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "tomato", + "langName": "томатный красный", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "crimson", + "langName": "темно-розовый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "coral", + "langName": "коралловый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "lightpink", + "langName": "светло-розовый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "pink", + "langName": "розовый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "hotpink", + "langName": "ярко-розовый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "deeppink", + "langName": "темно-розовый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "palevioletred", + "langName": "сиренево-красный", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "mediumvioletred", + "langName": "средний фиолетово-красный", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "lavenderblush", + "langName": "лаванда", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "lightcoral", + "langName": "светло-коралловый цвет", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "plum", + "langName": "цвет сливы", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "mediumorchid", + "langName": "средний орхидея фиолетовый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "violet", + "langName": "Фиолетовый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "magenta", + "langName": "пурпурный", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "fuchsia", + "langName": "Пурпурно-красный", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "darkmagenta", + "langName": "темно-пурпурный", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "purple", + "langName": "Фиолетовый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "darkorchid", + "langName": "темная орхидея пурпурная", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "darkviolet", + "langName": "темно-фиолетовый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "blueviolet", + "langName": "сине-фиолетовый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "mediumpurple", + "langName": "средний фиолетовый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "indigo", + "langName": "индиго", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "light_brown", + "langName": "светло-коричневый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "dark_pink", + "langName": "темно-розовый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "blonde", + "langName": "золотисто-желтый", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "silver", + "langName": "серебро", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "mistyrose", + "langName": "туман поднялся", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "steelblue", + "langName": "стальной синий", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "thistle", + "langName": "цвет чертополоха", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "darkslateblue", + "langName": "темно-серо-синий", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "Iridescent", + "langName": "Изменение цвета", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "Chromatic", + "langName": "красочный", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "Dispersion", + "langName": "Дисперсия (явление, при котором свет разных цветов разделяется)", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "Prismatic", + "langName": "эффект призмы", + "object": "Цветовая атмосфера", + "attribute": "Цвет" + }, + { + "displayName": "yellow color scheme", + "langName": "Желтый основной цвет", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Warm Color Palette", + "langName": "Теплые цвета", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Cool Color Palette", + "langName": "классные цвета", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Colorful", + "langName": "красочный", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Spectral Color", + "langName": "Спектральный цвет", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Inverted Colors", + "langName": "обратный цвет", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Chroma", + "langName": "Цветность", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Dichromatism", + "langName": "дихроизм", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Tetrachromacy", + "langName": "Тетрахроматическое зрение", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Saturated", + "langName": "насыщенность", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Neon", + "langName": "неон", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Electric Colors", + "langName": "электронный цвет", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Tonal Colors", + "langName": "оттенок цвета", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Vivid Colors", + "langName": "яркие цвета", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Complimentary-Colors", + "langName": "дополнительные цвета", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Split-Complementary-Colors", + "langName": "разделить дополнительные цвета", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Supplementary-Colors", + "langName": "дополнительные цвета", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Analogous-Colors", + "langName": "Похожие цвета", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Triadic-Colors", + "langName": "триадические цвета", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Tetradic-Colors", + "langName": "Четыре цвета (прямоугольное сопоставление цветов)", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Polychromatic-Colors", + "langName": "многоцветный", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Light", + "langName": "яркий", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Dark", + "langName": "темный", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Light Mode", + "langName": "легкий режим", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Dark Mode", + "langName": "темный режим", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Tones of Black", + "langName": "черный тон", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Tones of Black in Background", + "langName": "фон черный тон", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Light Blue Background", + "langName": "светло-голубой фон", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Light Blue Foreground", + "langName": "светло-голубой передний план", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "Light Blue", + "langName": "светло-голубой", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "nostalgia", + "langName": "ностальгический", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "High saturation", + "langName": "Высокая насыщенность", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра" + }, + { + "displayName": "monochrome", + "langName": "монохромный", + "object": "Цветовая атмосфера", + "attribute": "Монохромная палитра" + }, + { + "displayName": "Black and White", + "langName": "черно-белый", + "object": "Цветовая атмосфера", + "attribute": "Монохромная палитра" + }, + { + "displayName": "Desaturated", + "langName": "Обесцвечивание", + "object": "Цветовая атмосфера", + "attribute": "Монохромная палитра" + }, + { + "displayName": "Sepia", + "langName": "Тон сепии (имитирует вид старых фотографий, создавая ностальгический или ретро-настрой)", + "object": "Цветовая атмосфера", + "attribute": "Монохромная палитра" + }, + { + "displayName": "flat_color", + "langName": "плоский цвет", + "object": "Цветовая атмосфера", + "attribute": "Монохромная палитра" + }, + { + "displayName": "spot_color", + "langName": "сплошной цвет", + "object": "Цветовая атмосфера", + "attribute": "Монохромная палитра" + }, + { + "displayName": "halftone", + "langName": "полутон", + "object": "Цветовая атмосфера", + "attribute": "Монохромная палитра" + }, + { + "displayName": "greyscale", + "langName": "Оттенки серого", + "object": "Цветовая атмосфера", + "attribute": "Монохромная палитра" + }, + { + "displayName": "partially_colored", + "langName": "частичная окраска", + "object": "Цветовая атмосфера", + "attribute": "Монохромная палитра" + }, + { + "displayName": "contour_deepening", + "langName": "Контур углубляется", + "object": "Цветовая атмосфера", + "attribute": "Монохромная палитра" + }, + { + "displayName": "(lineart)", + "langName": "Линии становятся толще", + "object": "Цветовая атмосфера", + "attribute": "Монохромная палитра" + }, + { + "displayName": "outline", + "langName": "Контурная линия", + "object": "Цветовая атмосфера", + "attribute": "Монохромная палитра" + }, + { + "displayName": "high_contrast", + "langName": "высокая контрастность", + "object": "Цветовая атмосфера", + "attribute": "Контраст" + }, + { + "displayName": "low_contrast", + "langName": "низкий контраст", + "object": "Цветовая атмосфера", + "attribute": "Контраст" + }, + { + "displayName": "RGB", + "langName": "красный зеленый синий", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра монитора" + }, + { + "displayName": "CMYK", + "langName": "CMYK", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра монитора" + }, + { + "displayName": "VGA", + "langName": "VGA", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра монитора" + }, + { + "displayName": "EGA", + "langName": "ЭГА", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра монитора" + }, + { + "displayName": "CGA", + "langName": "CGA", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра монитора" + }, + { + "displayName": "HDR", + "langName": "HDR", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра монитора" + }, + { + "displayName": "Atari Graphics", + "langName": "графика атари", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра монитора" + }, + { + "displayName": "IIGS Graphics", + "langName": "Графика IIGS", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра монитора" + }, + { + "displayName": "Amiga OCS Graphics", + "langName": "Amiga OCS Графика", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра монитора" + }, + { + "displayName": "sRGB", + "langName": "sRGB", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра монитора" + }, + { + "displayName": "Adobe RGB", + "langName": "AdobeRGB-цвет", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра монитора" + }, + { + "displayName": "DCI-P3", + "langName": "DCI-P3", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра монитора" + }, + { + "displayName": "HSV", + "langName": "Оттенок, насыщенность, светлота", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра монитора" + }, + { + "displayName": "HSL", + "langName": "Оттенок, насыщенность, яркость", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра монитора" + }, + { + "displayName": "HCL", + "langName": "Оттенок, цветность, освещенность", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра монитора" + }, + { + "displayName": "YCbCr", + "langName": "икБ", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра монитора" + }, + { + "displayName": "YPbPr", + "langName": "wxya", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра монитора" + }, + { + "displayName": "scRGB", + "langName": "Монохромный RGB", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра монитора" + }, + { + "displayName": "Coloroid", + "langName": "Колороид", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра монитора" + }, + { + "displayName": "Pantone", + "langName": "Пантон", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра монитора" + }, + { + "displayName": "ProPhoto RGB", + "langName": "ProPhoto RGB", + "object": "Цветовая атмосфера", + "attribute": "Цветовая палитра монитора" + }, + { + "displayName": "1-bit", + "langName": "1 место", + "object": "Цветовая атмосфера", + "attribute": "Кусочек" + }, + { + "displayName": "2-bit", + "langName": "2 цифры", + "object": "Цветовая атмосфера", + "attribute": "Кусочек" + }, + { + "displayName": "3-bit", + "langName": "3 цифры", + "object": "Цветовая атмосфера", + "attribute": "Кусочек" + }, + { + "displayName": "4-bit", + "langName": "4 цифры", + "object": "Цветовая атмосфера", + "attribute": "Кусочек" + }, + { + "displayName": "6-bit", + "langName": "6 бит", + "object": "Цветовая атмосфера", + "attribute": "Кусочек" + }, + { + "displayName": "8-bit", + "langName": "8 бит", + "object": "Цветовая атмосфера", + "attribute": "Кусочек" + }, + { + "displayName": "12-bit", + "langName": "12 бит", + "object": "Цветовая атмосфера", + "attribute": "Кусочек" + }, + { + "displayName": "16-bit", + "langName": "16 бит", + "object": "Цветовая атмосфера", + "attribute": "Кусочек" + }, + { + "displayName": "4-bit RGB", + "langName": "4-битный RGB-цвет", + "object": "Цветовая атмосфера", + "attribute": "Кусочек" + }, + { + "displayName": "8-bit RGB", + "langName": "8-битный RGB-цвет", + "object": "Цветовая атмосфера", + "attribute": "Кусочек" + }, + { + "displayName": "12-bit RGB", + "langName": "12-битный RGB-цвет", + "object": "Цветовая атмосфера", + "attribute": "Кусочек" + }, + { + "displayName": "16-bit RGB", + "langName": "16-битный RGB-цвет", + "object": "Цветовая атмосфера", + "attribute": "Кусочек" + }, + { + "displayName": "Technicolor", + "langName": "технический цвет", + "object": "Цветовая атмосфера", + "attribute": "Кинопроизводство" + }, + { + "displayName": "Kinemacolor", + "langName": "цвет пленки", + "object": "Цветовая атмосфера", + "attribute": "Кинопроизводство" + }, + { + "displayName": "Kodachrome", + "langName": "Кодахром", + "object": "Цветовая атмосфера", + "attribute": "Кинопроизводство" + }, + { + "displayName": "Cinecolor", + "langName": "цвет фильма", + "object": "Цветовая атмосфера", + "attribute": "Кинопроизводство" + }, + { + "displayName": "Agfacolor", + "langName": "Агфа цвет", + "object": "Цветовая атмосфера", + "attribute": "Кинопроизводство" + }, + { + "displayName": "dynamic pose", + "langName": "Динамичные позы (энергичные)", + "object": "Фотография", + "attribute": "Перспектива" + }, + { + "displayName": "dynamic_angle", + "langName": "динамический угол", + "object": "Фотография", + "attribute": "Перспектива" + }, + { + "displayName": "from_above", + "langName": "Снято сверху", + "object": "Фотография", + "attribute": "Перспектива" + }, + { + "displayName": "from_below", + "langName": "Снято снизу", + "object": "Фотография", + "attribute": "Перспектива" + }, + { + "displayName": "cinematic_angle", + "langName": "угол обзора фильма", + "object": "Фотография", + "attribute": "Перспектива" + }, + { + "displayName": "dutch angle", + "langName": "угол наклона", + "object": "Фотография", + "attribute": "Перспектива" + }, + { + "displayName": "foreshortening", + "langName": "перспектива", + "object": "Фотография", + "attribute": "Перспектива" + }, + { + "displayName": "fisheye", + "langName": "дальняя перспектива живописи", + "object": "Фотография", + "attribute": "Перспектива" + }, + { + "displayName": "camera level/Parallel angles", + "langName": "камера параллельная", + "object": "Фотография", + "attribute": "Перспектива" + }, + { + "displayName": "horizontal view angle", + "langName": "Горизонтальный угол обзора", + "object": "Фотография", + "attribute": "Перспектива" + }, + { + "displayName": "isometric view", + "langName": "Изометрическая проекция", + "object": "Фотография", + "attribute": "Перспектива" + }, + { + "displayName": "Aerial View", + "langName": "вид сверху", + "object": "Фотография", + "attribute": "Перспектива" + }, + { + "displayName": "Top-View", + "langName": "вид сверху", + "object": "Фотография", + "attribute": "Перспектива" + }, + { + "displayName": "Side-View", + "langName": "вид сбоку", + "object": "Фотография", + "attribute": "Перспектива" + }, + { + "displayName": "Satellite-View", + "langName": "вид со спутника", + "object": "Фотография", + "attribute": "Перспектива" + }, + { + "displayName": "phone_screen", + "langName": "экран мобильного телефона", + "object": "Фотография", + "attribute": "Состав" + }, + { + "displayName": "multiple_views", + "langName": "Многоперспективная декомпозиция", + "object": "Фотография", + "attribute": "Состав" + }, + { + "displayName": "mirror selfie", + "langName": "Зеркальное селфи", + "object": "Фотография", + "attribute": "Состав" + }, + { + "displayName": "three-quarter view", + "langName": "3/4 перспектива", + "object": "Фотография", + "attribute": "Состав" + }, + { + "displayName": "front_view", + "langName": "вид спереди", + "object": "Фотография", + "attribute": "Состав" + }, + { + "displayName": "from_side", + "langName": "вид сбоку", + "object": "Фотография", + "attribute": "Состав" + }, + { + "displayName": "from_outside", + "langName": "Снаружи внутрь", + "object": "Фотография", + "attribute": "Состав" + }, + { + "displayName": "from_back", + "langName": "вид сзади", + "object": "Фотография", + "attribute": "Состав" + }, + { + "displayName": "from behind", + "langName": "вид сзади", + "object": "Фотография", + "attribute": "Состав" + }, + { + "displayName": "Macro View", + "langName": "микроскопический вид", + "object": "Фотография", + "attribute": "Состав" + }, + { + "displayName": "Product-View", + "langName": "вид продукта", + "object": "Фотография", + "attribute": "Состав" + }, + { + "displayName": "Closeup-View", + "langName": "Вид крупным планом", + "object": "Фотография", + "attribute": "Состав" + }, + { + "displayName": "First-Person", + "langName": "первое лицо", + "object": "Фотография", + "attribute": "Состав" + }, + { + "displayName": "First-Person view", + "langName": "вид от первого лица", + "object": "Фотография", + "attribute": "Состав" + }, + { + "displayName": "Third-Person", + "langName": "третье лицо", + "object": "Фотография", + "attribute": "Состав" + }, + { + "displayName": "Third-Person View", + "langName": "вид от третьего лица", + "object": "Фотография", + "attribute": "Состав" + }, + { + "displayName": "Perspective", + "langName": "перспективный вид", + "object": "Фотография", + "attribute": "Состав" + }, + { + "displayName": "Field of View", + "langName": "поле зрения", + "object": "Фотография", + "attribute": "Состав" + }, + { + "displayName": "Extreme Close-up", + "langName": "выше подбородка", + "object": "Фотография", + "attribute": "Высота обзора" + }, + { + "displayName": "Medium Close-up", + "langName": "выше шеи", + "object": "Фотография", + "attribute": "Высота обзора" + }, + { + "displayName": "Full Close-up", + "langName": "Над ключицей", + "object": "Фотография", + "attribute": "Высота обзора" + }, + { + "displayName": "Wide Close-up", + "langName": "выше плеча", + "object": "Фотография", + "attribute": "Высота обзора" + }, + { + "displayName": "Close Shot", + "langName": "выше груди", + "object": "Фотография", + "attribute": "Высота обзора" + }, + { + "displayName": "Medium Close Shot", + "langName": "выше пупка", + "object": "Фотография", + "attribute": "Высота обзора" + }, + { + "displayName": "Medium Shot", + "langName": "выше пупка", + "object": "Фотография", + "attribute": "Высота обзора" + }, + { + "displayName": "Medium Full Shot", + "langName": "выше колена", + "object": "Фотография", + "attribute": "Высота обзора" + }, + { + "displayName": "Full Shot", + "langName": "портрет в полный рост", + "object": "Фотография", + "attribute": "Высота обзора" + }, + { + "displayName": "mid_shot", + "langName": "средний план", + "object": "Фотография", + "attribute": "Высота обзора" + }, + { + "displayName": "bust", + "langName": "бюст", + "object": "Фотография", + "attribute": "Высота обзора" + }, + { + "displayName": "upper_body", + "langName": "верхняя часть тела", + "object": "Фотография", + "attribute": "Высота обзора" + }, + { + "displayName": "lower_body", + "langName": "нижняя часть тела", + "object": "Фотография", + "attribute": "Высота обзора" + }, + { + "displayName": "cowboy_shot", + "langName": "Верхняя часть тела + верхняя часть бедра (линза из денима)", + "object": "Фотография", + "attribute": "Высота обзора" + }, + { + "displayName": "portrait", + "langName": "Портрет (лицо + плечи + иногда грудь)", + "object": "Фотография", + "attribute": "Высота обзора" + }, + { + "displayName": "very close portrait", + "langName": "Портрет крупным планом (камера ближе)", + "object": "Фотография", + "attribute": "Высота обзора" + }, + { + "displayName": "profile", + "langName": "Профильный портрет (профильная версия портрета)", + "object": "Фотография", + "attribute": "Высота обзора" + }, + { + "displayName": "close-up", + "langName": "крупный план", + "object": "Фотография", + "attribute": "Высота обзора" + }, + { + "displayName": "focus on face", + "langName": "фокус на лице", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "full-body shot", + "langName": "снимок всего тела", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "foreground focus", + "langName": "передний фокус", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "wide_shot", + "langName": "Панорамный объектив (широкоугольный объектив)", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "macro_shot", + "langName": "макрообъектив", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "inset", + "langName": "Вставьте дополнительные кадры или изображения", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "cross-section", + "langName": "Вид в разрезе", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "male focus", + "langName": "Мужской фокус (Женский фокус)", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "solo_focus", + "langName": "Сосредоточьтесь на одном персонаже (подходит для сложных сцен)", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "xx_focus", + "langName": "сосредоточиться на хх", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "face_focus", + "langName": "фокус на лице", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "eyes_focus", + "langName": "фокус на глазах", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "foot_focus", + "langName": "фокус на ноги", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "hip_focus", + "langName": "Сосредоточьтесь на ягодицах", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "ass_focus", + "langName": "фокус на заднице", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "vehicle_focus", + "langName": "Сосредоточьтесь на транспортном средстве (автомобиле)", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "turn_one's_back", + "langName": "Вернуться к камере", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "between_legs", + "langName": "(выделено) между ног", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "between_breasts", + "langName": "(выступающая) грудь", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "between_fingers", + "langName": "(выступ) между пальцами", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "peeking", + "langName": "подглядывание", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "peeking_out", + "langName": "подглядывание (жест)", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "peeping", + "langName": "Вуайерист (акцент на перспективе)", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "midriff_peek", + "langName": "заглянуть в пупок", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "armpit_peek", + "langName": "подмышечный взгляд", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "pussy_peek", + "langName": "Пуси заглядывает", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "panty_peek", + "langName": "заглянуть в трусики", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "pantyshot", + "langName": "Нижнее белье открыто", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "caught", + "langName": "Пойман в действии", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "upskirt", + "langName": "Вид снизу", + "object": "Фотография", + "attribute": "Фокусировка объектива" + }, + { + "displayName": "Macro", + "langName": "Макро", + "object": "Фотография", + "attribute": "Линзы/Оптические эффекты" + }, + { + "displayName": "Telephoto", + "langName": "Телефото", + "object": "Фотография", + "attribute": "Линзы/Оптические эффекты" + }, + { + "displayName": "Magnification", + "langName": "увеличить", + "object": "Фотография", + "attribute": "Линзы/Оптические эффекты" + }, + { + "displayName": "Microscopic", + "langName": "микроскопический", + "object": "Фотография", + "attribute": "Линзы/Оптические эффекты" + }, + { + "displayName": "Electron Microscope", + "langName": "электронный микроскоп", + "object": "Фотография", + "attribute": "Линзы/Оптические эффекты" + }, + { + "displayName": "Super-Resolution Microscopy", + "langName": "микроскопия сверхвысокого разрешения", + "object": "Фотография", + "attribute": "Линзы/Оптические эффекты" + }, + { + "displayName": "Wide Angle", + "langName": "широкий угол", + "object": "Фотография", + "attribute": "Линзы/Оптические эффекты" + }, + { + "displayName": "Ultra-Wide Angle", + "langName": "сверхширокий угол", + "object": "Фотография", + "attribute": "Линзы/Оптические эффекты" + }, + { + "displayName": "panorama", + "langName": "панорамный", + "object": "Фотография", + "attribute": "Линзы/Оптические эффекты" + }, + { + "displayName": "360 Panorama", + "langName": "360 панорама", + "object": "Фотография", + "attribute": "Линзы/Оптические эффекты" + }, + { + "displayName": "360 Angle", + "langName": "Обзор на 360 градусов", + "object": "Фотография", + "attribute": "Линзы/Оптические эффекты" + }, + { + "displayName": "Fisheye Lens", + "langName": "объектив «рыбий глаз»", + "object": "Фотография", + "attribute": "Линзы/Оптические эффекты" + }, + { + "displayName": "Fisheye Lens Effect", + "langName": "эффект рыбьего глаза", + "object": "Фотография", + "attribute": "Линзы/Оптические эффекты" + }, + { + "displayName": "Miniature Faking", + "langName": "Эффект миниатюрной модели", + "object": "Фотография", + "attribute": "Линзы/Оптические эффекты" + }, + { + "displayName": "Brenizer Method", + "langName": "спиральный выстрел", + "object": "Фотография", + "attribute": "Линзы/Оптические эффекты" + }, + { + "displayName": "Panini Projection", + "langName": "Проекция Панини", + "object": "Фотография", + "attribute": "Линзы/Оптические эффекты" + }, + { + "displayName": "Orthographic", + "langName": "ортографическая проекция", + "object": "Фотография", + "attribute": "Линзы/Оптические эффекты" + }, + { + "displayName": "Isometric", + "langName": "Изометрическая проекция", + "object": "Фотография", + "attribute": "Линзы/Оптические эффекты" + }, + { + "displayName": "DOF", + "langName": "глубина резкости", + "object": "Фотография", + "attribute": "Линзы/Оптические эффекты" + }, + { + "displayName": "landscape", + "langName": "Пейзажный снимок (дальний план)", + "object": "Фотография", + "attribute": "Линзы/Оптические эффекты" + }, + { + "displayName": "Sharp Focus", + "langName": "четкий фокус", + "object": "Фотография", + "attribute": "Линзы/Оптические эффекты" + }, + { + "displayName": "Zoom", + "langName": "зум", + "object": "Фотография", + "attribute": "Линзы/Оптические эффекты" + }, + { + "displayName": "Dolly Zoom", + "langName": "зум-долли", + "object": "Фотография", + "attribute": "Линзы/Оптические эффекты" + }, + { + "displayName": "Portrait Photogram", + "langName": "портрет", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "Photorealistic", + "langName": "Фотореализм", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "Cinematic", + "langName": "Кинематографическое ощущение", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "Color Grading", + "langName": "цветокоррекция", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "Dramatic", + "langName": "драматический", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "Editorial Photography", + "langName": "редакционная фотография", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "filmic", + "langName": "Кинематографическое качество", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "film still", + "langName": "неподвижные изображения фильма", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "film grain", + "langName": "зернистость пленки", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "Glamor Shot", + "langName": "очаровательные кадры", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "Golden Hour", + "langName": "лучшее время", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "High-Speed Photograph", + "langName": "высокоскоростная фотография", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "Intentional camera movement", + "langName": "преднамеренное движение камеры", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "Paparazzi Photography", + "langName": "папарацци фотографии", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "Photography", + "langName": "фотография", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "Photoshoot", + "langName": "фотосессия", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "photo", + "langName": "фото", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "polaroid", + "langName": "Фотографии (Полароид)", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "poster,caustics", + "langName": "Плакат/Фокус на теме", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "Kaleidoscope Photography", + "langName": "калейдоскоп фотография", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "Photojournalism", + "langName": "фотожурналистика", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "Time-Lapse", + "langName": "Покадровая съемка", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "Satellite Imagery", + "langName": "спутниковые снимки", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "War Photography", + "langName": "военная фотография", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "Wildlife Photography", + "langName": "фотография дикой природы", + "object": "Фотография", + "attribute": "Стиль фотографии" + }, + { + "displayName": "Blurry", + "langName": "Нечеткий", + "object": "Фотография", + "attribute": "Размытие/искажение" + }, + { + "displayName": "Blur Effect", + "langName": "Эффект размытия", + "object": "Фотография", + "attribute": "Размытие/искажение" + }, + { + "displayName": "Tilt Blur", + "langName": "размытие наклона", + "object": "Фотография", + "attribute": "Размытие/искажение" + }, + { + "displayName": "Lens Distortion", + "langName": "искажение объектива", + "object": "Фотография", + "attribute": "Размытие/искажение" + }, + { + "displayName": "flash photography", + "langName": "Фотосъемка со вспышкой", + "object": "Фотография", + "attribute": "Настройки камеры" + }, + { + "displayName": "Exposure", + "langName": "контакт", + "object": "Фотография", + "attribute": "Настройки камеры" + }, + { + "displayName": "Short Exposure", + "langName": "короткая выдержка", + "object": "Фотография", + "attribute": "Настройки камеры" + }, + { + "displayName": "Long Exposure", + "langName": "длительная выдержка", + "object": "Фотография", + "attribute": "Настройки камеры" + }, + { + "displayName": "Double-Exposure", + "langName": "двойная экспозиция", + "object": "Фотография", + "attribute": "Настройки камеры" + }, + { + "displayName": "Shutter Speed 1/1000", + "langName": "Скорость затвора 1/1000", + "object": "Фотография", + "attribute": "Настройки камеры" + }, + { + "displayName": "Shutter Speed 1/2", + "langName": "Скорость затвора 1/2", + "object": "Фотография", + "attribute": "Настройки камеры" + }, + { + "displayName": "F/2.8", + "langName": "Диафрагма/2.8", + "object": "Фотография", + "attribute": "Настройки камеры" + }, + { + "displayName": "F/22", + "langName": "Ф/22", + "object": "Фотография", + "attribute": "Настройки камеры" + }, + { + "displayName": "Gamma", + "langName": "гамма", + "object": "Фотография", + "attribute": "Настройки камеры" + }, + { + "displayName": "White Balance", + "langName": "баланс белого", + "object": "Фотография", + "attribute": "Настройки камеры" + }, + { + "displayName": "Schlieren", + "langName": "интерференция световых волн", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Night Vision", + "langName": "Фотосъемка при слабом освещении", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Hyperspectral Imaging", + "langName": "гиперспектральная съемка", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Multispectral Imaging", + "langName": "многоспектральная съемка", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Camcorder Effect", + "langName": "эффекты камеры", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "DSLR", + "langName": "зеркальный фотоаппарат", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "35mm", + "langName": "35мм", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Tri-X 400 TX", + "langName": "Tri-X 400TX", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Instax", + "langName": "Полароид", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Ektachrome", + "langName": "Кодак Эктахром", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Fujifilm Superia", + "langName": "Фудзифильм", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Fujifilm XT3", + "langName": "Fujifilm XT3", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Polaroid SX-70", + "langName": "Полароид", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Ilford HP5", + "langName": "Илфорд HP5", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Kodak Ektar", + "langName": "Кодак Эктар", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Kodak Gold 200", + "langName": "Кодак Голд 200", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Kodak Portra", + "langName": "Кодак Портра", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Lomo", + "langName": "Ломо", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Nikon D750", + "langName": "Никон Д750", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Provia", + "langName": "Фудзи Провиа", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Shot on 70mm", + "langName": "Снято на 70-мм пленку", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Velvia", + "langName": "Фудзи Вельвия", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Vintage", + "langName": "винтажная съемка", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Pinhole Photography", + "langName": "пинхол-фотография", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Photogram", + "langName": "фото", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Daguerrotype", + "langName": "Дагерротип", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Ambrotype", + "langName": "старая фотография", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Calotype", + "langName": "Фотофотография", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Tintype", + "langName": "тинтайпная фотография", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Dashcam-Footage", + "langName": "Видеорегистратор вождения", + "object": "Фотография", + "attribute": "Камера" + }, + { + "displayName": "Unary", + "langName": "один юань", + "object": "Фотография", + "attribute": "Цифровая система" + }, + { + "displayName": "Binary", + "langName": "двоичный", + "object": "Фотография", + "attribute": "Цифровая система" + }, + { + "displayName": "Ternary", + "langName": "троичный", + "object": "Фотография", + "attribute": "Цифровая система" + }, + { + "displayName": "Quaternary", + "langName": "четвертичный", + "object": "Фотография", + "attribute": "Цифровая система" + }, + { + "displayName": "Quinary", + "langName": "пятеричный", + "object": "Фотография", + "attribute": "Цифровая система" + }, + { + "displayName": "Senary", + "langName": "шестнадцатеричный", + "object": "Фотография", + "attribute": "Цифровая система" + }, + { + "displayName": "Septenary", + "langName": "Семь баз", + "object": "Фотография", + "attribute": "Цифровая система" + }, + { + "displayName": "Octal", + "langName": "Восьмеричный", + "object": "Фотография", + "attribute": "Цифровая система" + }, + { + "displayName": "Nonary", + "langName": "Девять баз", + "object": "Фотография", + "attribute": "Цифровая система" + }, + { + "displayName": "Decimal", + "langName": "десятичный", + "object": "Фотография", + "attribute": "Цифровая система" + }, + { + "displayName": "Hexadecimal", + "langName": "шестнадцатеричный", + "object": "Фотография", + "attribute": "Цифровая система" + }, + { + "displayName": "depth of field", + "langName": "Глубина резкости (координация человеческих сцен)", + "object": "Фотография", + "attribute": "Эффект" + }, + { + "displayName": "motion_blur", + "langName": "размытость, вызванная движением", + "object": "Фотография", + "attribute": "Эффект" + }, + { + "displayName": "motion_lines", + "langName": "Линии, олицетворяющие движение", + "object": "Фотография", + "attribute": "Эффект" + }, + { + "displayName": "speed_lines", + "langName": "линия скорости", + "object": "Фотография", + "attribute": "Эффект" + }, + { + "displayName": "bokeh", + "langName": "Каустика (размытый фон)", + "object": "Фотография", + "attribute": "Эффект" + }, + { + "displayName": "chromatic_aberration", + "langName": "Хроматическая аберрация, цвет вне фокуса", + "object": "Фотография", + "attribute": "Эффект" + }, + { + "displayName": "overexposure", + "langName": "передержанный", + "object": "Фотография", + "attribute": "Эффект" + }, + { + "displayName": "Vignette", + "langName": "Виньетка", + "object": "Фотография", + "attribute": "Эффект" + }, + { + "displayName": "Split Toning", + "langName": "Раздельная оценка", + "object": "Фотография", + "attribute": "Эффект" + }, + { + "displayName": "Rephotography", + "langName": "тяжелая фотография", + "object": "Фотография", + "attribute": "Эффект" + }, + { + "displayName": "miniature model film", + "langName": "миниатюры фильм", + "object": "Фотография", + "attribute": "Эффект" + }, + { + "displayName": "Scanography", + "langName": "сканирующая фотография", + "object": "Фотография", + "attribute": "Эффект" + }, + { + "displayName": "Slit-Scan Photography", + "langName": "щелевая сканирующая фотография", + "object": "Фотография", + "attribute": "Эффект" + }, + { + "displayName": "photorealistic,realistic", + "langName": "реалистичный, симуляция", + "object": "Фотография", + "attribute": "Эффект" + }, + { + "displayName": "realistic", + "langName": "Реалистичный", + "object": "Фотография", + "attribute": "Эффект" + }, + { + "displayName": "semi-realistic", + "langName": "полуреалистичный", + "object": "Фотография", + "attribute": "Эффект" + }, + { + "displayName": "realistic shadows", + "langName": "тень реальности", + "object": "Фотография", + "attribute": "Эффект" + }, + { + "displayName": "detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "детали руки", + "object": "Фотография", + "attribute": "Эффект" + }, + { + "displayName": "detailed feet and detailed 5 toes and detailed 5 toenails", + "langName": "детали стоп", + "object": "Фотография", + "attribute": "Эффект" + }, + { + "displayName": "Transparent", + "langName": "прозрачный", + "object": "Материал", + "attribute": "Непрозрачность" + }, + { + "displayName": "Translucent", + "langName": "полупрозрачный", + "object": "Материал", + "attribute": "Непрозрачность" + }, + { + "displayName": "Opaque", + "langName": "непрозрачный", + "object": "Материал", + "attribute": "Непрозрачность" + }, + { + "displayName": "Bump Map", + "langName": "Карта рельефа", + "object": "Материал", + "attribute": "Карта" + }, + { + "displayName": "Bump Mapped", + "langName": "С картой неровностей", + "object": "Материал", + "attribute": "Карта" + }, + { + "displayName": "Bump Mapping", + "langName": "Рельефное отображение", + "object": "Материал", + "attribute": "Карта" + }, + { + "displayName": "Normal Map", + "langName": "нормальная карта", + "object": "Материал", + "attribute": "Карта" + }, + { + "displayName": "Depth Map", + "langName": "Карта глубины", + "object": "Материал", + "attribute": "Карта" + }, + { + "displayName": "Soft Body", + "langName": "программное обеспечение", + "object": "Материал", + "attribute": "Мягкое тело" + }, + { + "displayName": "Squishy", + "langName": "пушистый", + "object": "Материал", + "attribute": "Мягкое тело" + }, + { + "displayName": "Anisotropy", + "langName": "анизотропия", + "object": "Материал", + "attribute": "Характеристика" + }, + { + "displayName": "Carbonated", + "langName": "Газированный", + "object": "Материал", + "attribute": "Характеристика" + }, + { + "displayName": "Effervescent", + "langName": "вспенивание", + "object": "Материал", + "attribute": "Характеристика" + }, + { + "displayName": "Icy", + "langName": "холодный", + "object": "Материал", + "attribute": "Характеристика" + }, + { + "displayName": "Charred", + "langName": "Карбонизация", + "object": "Материал", + "attribute": "Характеристика" + }, + { + "displayName": "Corrugated", + "langName": "морщинистый", + "object": "Материал", + "attribute": "Характеристика" + }, + { + "displayName": "Perforated", + "langName": "перфорация", + "object": "Материал", + "attribute": "Характеристика" + }, + { + "displayName": "Wooden", + "langName": "деревянный", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Lumber", + "langName": "древесина", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Plywood", + "langName": "фанера", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Particle-Board", + "langName": "ДСП", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Sawdust", + "langName": "опилки", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Cork", + "langName": "пробка", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Cherry-Wood", + "langName": "вишневое дерево", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Maple-Wood", + "langName": "клен", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Pine-Wood", + "langName": "сосновый лес", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Oak-Wood", + "langName": "дуб", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Birch-Wood", + "langName": "береза", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Acacia-Wood", + "langName": "Древесина акации", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Cedar-Wood", + "langName": "кедровая древесина", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Wood-Stain", + "langName": "морилка для дерева", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Planks", + "langName": "доска", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Wooden Planks", + "langName": "деревянная доска", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Nailed-Wood", + "langName": "Гвоздь деревянный", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Wooden Fence", + "langName": "деревянный забор", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Cardboard", + "langName": "картон", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Corrugated Fiberboard", + "langName": "гофрированный картон", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Paperboard", + "langName": "картон", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Cardstock", + "langName": "замятие бумаги", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Paper", + "langName": "Бумага", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Construction Paper", + "langName": "строительные чертежи", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Tissue Paper", + "langName": "туалетная бумага", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Graph Paper", + "langName": "миллиметровая бумага", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Kraft Paper", + "langName": "Крафт-бумага", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Washi", + "langName": "японская бумага", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Wasli", + "langName": "Бумага васли", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Papyrus", + "langName": "Папирус", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Manuscript Paper", + "langName": "рукописная бумага", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Wrapping Paper", + "langName": "оберточная бумага", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Parchment", + "langName": "пергамент", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Parchment Paper", + "langName": "бумага для барбекю", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Medieval Parchment", + "langName": "средневековый пергамент", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Toilet Paper", + "langName": "туалетная бумага", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Paper Towel", + "langName": "салфетка", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Manila Paper", + "langName": "манильская бумага", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Manila Folder", + "langName": "папка манильская", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Envelope", + "langName": "конверт", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Security Paper", + "langName": "Бумага для защиты от подделок", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Rolling Paper", + "langName": "папиросная бумага", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Cotton Paper", + "langName": "салфетка", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Hemp Fiber", + "langName": "конопляное волокно", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Hemp Paper", + "langName": "конопляная бумага", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Cellulose", + "langName": "Целлюлоза", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Plastic-Coated Paper", + "langName": "бумага с пластиковым покрытием", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Tar Paper", + "langName": "толь", + "object": "Материал", + "attribute": "Дерево и бумага" + }, + { + "displayName": "Soil", + "langName": "земля", + "object": "Материал", + "attribute": "Земля" + }, + { + "displayName": "Dirt", + "langName": "пыль", + "object": "Материал", + "attribute": "Земля" + }, + { + "displayName": "Mud", + "langName": "грязь", + "object": "Материал", + "attribute": "Земля" + }, + { + "displayName": "Mud Brick", + "langName": "глиняный кирпич", + "object": "Материал", + "attribute": "Земля" + }, + { + "displayName": "Clay", + "langName": "глина", + "object": "Материал", + "attribute": "Земля" + }, + { + "displayName": "Sand", + "langName": "песок", + "object": "Материал", + "attribute": "Земля" + }, + { + "displayName": "Gravel", + "langName": "гравий", + "object": "Материал", + "attribute": "Земля" + }, + { + "displayName": "Silt", + "langName": "ил", + "object": "Материал", + "attribute": "Земля" + }, + { + "displayName": "Dust", + "langName": "пыль", + "object": "Материал", + "attribute": "Земля" + }, + { + "displayName": "Spodosol", + "langName": "хвойная почва", + "object": "Материал", + "attribute": "Земля" + }, + { + "displayName": "Podzol", + "langName": "хвойная почва", + "object": "Материал", + "attribute": "Земля" + }, + { + "displayName": "Sandpaper", + "langName": "наждачная бумага", + "object": "Материал", + "attribute": "Земля" + }, + { + "displayName": "Stone", + "langName": "Камень", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Cobblestone", + "langName": "булыжник", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Pebbles", + "langName": "галька", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Rock", + "langName": "камень", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Rocky", + "langName": "скалистый", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Bedrock", + "langName": "коренная порода", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Flint", + "langName": "кремень", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Sandstone", + "langName": "песчаник", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Basalt", + "langName": "базальт", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Marble", + "langName": "мрамор", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Granite", + "langName": "гранит", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Diorite", + "langName": "Диорит", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Andesite", + "langName": "андезит", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Gypsum", + "langName": "штукатурка", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Coal", + "langName": "уголь", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Sulfur", + "langName": "Сера", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Graphene", + "langName": "графен", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Carbon Nanotubes", + "langName": "углеродные нанотрубки", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Carbon Fiber", + "langName": "углеродное волокно", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Concrete", + "langName": "конкретный", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Sidewalk", + "langName": "тротуар", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Asphalt", + "langName": "асфальт", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Hempcrete", + "langName": "конопляный бетон", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Brick", + "langName": "кирпич", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Terracotta", + "langName": "красная глина", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Pottery", + "langName": "керамика", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Ceramic", + "langName": "керамические изделия", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Enamel", + "langName": "эмаль", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Sheetrock", + "langName": "гипсокартон", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Plaster", + "langName": "штукатурка", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Asbestos", + "langName": "асбест", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Slag", + "langName": "шлак", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Vermiculite", + "langName": "Вермикулит", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Perlite", + "langName": "перлит", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Borax", + "langName": "Бура", + "object": "Материал", + "attribute": "Камни и минералы" + }, + { + "displayName": "Metallic", + "langName": "металлический", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Metal", + "langName": "Металл", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Liquid Metal", + "langName": "жидкий металл", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Foil", + "langName": "фольга", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Rusty", + "langName": "ржавый", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Pewter", + "langName": "олово", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Copper", + "langName": "медь", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Tin", + "langName": "олово", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Aluminum", + "langName": "алюминий", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Brushed Aluminum", + "langName": "шлифованный алюминий", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Bronze", + "langName": "бронза", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Brass", + "langName": "латунь", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Iron", + "langName": "железо", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Wrought Iron", + "langName": "кованое железо", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Steel", + "langName": "сталь", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Stainless Steel", + "langName": "Нержавеющая сталь", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Damascus Steel", + "langName": "дамасская сталь", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Titanium", + "langName": "титан", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Anodized Titanium", + "langName": "анодированный титан", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Damascus Titanium", + "langName": "дамасский титан", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Sterling Silver", + "langName": "Серебро 925 пробы", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Sterling", + "langName": "Стандартное серебро", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Rose-Gold", + "langName": "розовое золото", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Platinum", + "langName": "платина", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Chromium", + "langName": "хром", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Chrome", + "langName": "хромированный", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Mercury", + "langName": "Меркурий", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Mercury Metal", + "langName": "ртуть металлическая", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Molten Mercury", + "langName": "расплавленная ртуть", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Molten Mercury Metal", + "langName": "расплавленная ртуть", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Gallium", + "langName": "галлий", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Magnesium", + "langName": "магний", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Zinc", + "langName": "цинк", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Lead", + "langName": "вести", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Tungsten", + "langName": "Вольфрам", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Zirconium", + "langName": "цирконий", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Cubic Zirconium", + "langName": "кубический циркон", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Cobalt", + "langName": "кобальт", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Uranium", + "langName": "уран", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Sodium", + "langName": "натрий", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Potassium", + "langName": "Калий", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Constantan", + "langName": "Константан", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Hepatizon", + "langName": "Гепа Медь", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Nichrome", + "langName": "Нихром", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Damascus", + "langName": "дамаск", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Iron Filings", + "langName": "железные опилки", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Copper-Sulfate", + "langName": "медный купорос", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Solder", + "langName": "припой", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Metallic Fiber", + "langName": "металлическое волокно", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Armature Wire", + "langName": "Бронированный провод", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Metal Foam", + "langName": "металлическая пена", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Needle", + "langName": "Иголка", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Screw", + "langName": "винт", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Paper Clips", + "langName": "скрепка для бумаг", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Chain-link", + "langName": "цепь", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Chicken Wire", + "langName": "колючая проволока", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Chain-link Fence", + "langName": "забор из цепной сетки", + "object": "Материал", + "attribute": "Металл" + }, + { + "displayName": "Glassy", + "langName": "Стекловидное тело", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Stained Glass", + "langName": "витраж", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Stained Glass Windows", + "langName": "витражи", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Seaglass", + "langName": "морское стекло", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Mirror", + "langName": "Зеркало", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Fiberglass", + "langName": "стекловолокно", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Glass Fiber", + "langName": "стекловолокно", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Glass and Crystals", + "langName": "стекло и хрусталь", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Crystalline", + "langName": "кристалл", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Diamond", + "langName": "алмаз", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Amethyst", + "langName": "аметист", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Quartz", + "langName": "кварц", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Smoky Quartz", + "langName": "дымчатый кварц", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Rose Quartz", + "langName": "розовый кварц", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Milky Quartz", + "langName": "Опаловый кварц", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Rutilated Quartz", + "langName": "титановый кристалл кварца", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Sceptred Quartz", + "langName": "шаровидный кварц", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Herkimer Diamond", + "langName": "Херкимерский алмаз", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Ruby", + "langName": "рубин", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Sapphire", + "langName": "сапфир", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Emerald", + "langName": "изумруд", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Pearl", + "langName": "жемчужина", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Citrine", + "langName": "цитрин", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Fluorite", + "langName": "флюорит", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Onyx", + "langName": "агат", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Lapis Lazuli", + "langName": "лазурит", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Obsidian", + "langName": "обсидиан", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Selenite", + "langName": "Прозрачная штукатурка", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Jasper", + "langName": "сердолик", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Opal", + "langName": "опал", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Opalite", + "langName": "опаловый агат", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Topaz", + "langName": "топаз", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Agate", + "langName": "агат", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Carnelian", + "langName": "красный агат", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Ametrine", + "langName": "Аметрин", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Aventurine", + "langName": "зеленый турмалин", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Borax Crystals", + "langName": "Кристаллы буры", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Colloidal Crystal", + "langName": "коллоидные кристаллы", + "object": "Материал", + "attribute": "Стекло и хрусталь" + }, + { + "displayName": "Cloth", + "langName": "ткань", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Cotton", + "langName": "хлопок", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Polyester", + "langName": "полиэфирное волокно", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Twine", + "langName": "Шпагат", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Silk", + "langName": "шелк", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Denim", + "langName": "деним", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Leather", + "langName": "кожа", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Felt", + "langName": "Чувствовал себя", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Felt Cloth", + "langName": "войлочная ткань", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Cashmere", + "langName": "Кашемир", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Velvet", + "langName": "бархат", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Corduroy", + "langName": "вельвет", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Nylon", + "langName": "нейлон", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Polyamide", + "langName": "полиамид", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Kevlar", + "langName": "Арамид", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Spandex", + "langName": "спандекс", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Rayon", + "langName": "Район", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Microfiber", + "langName": "микрофибра", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Fibers", + "langName": "волокно", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Lyocell", + "langName": "Лиоцелл", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Cordura", + "langName": "Каудура", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Lurex", + "langName": "изнаночная", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Nomex", + "langName": "Номекс", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Quilt", + "langName": "Одеяло", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Memory Foam", + "langName": "пена с эффектом памяти", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Lint", + "langName": "ворс", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Blanket", + "langName": "одеяло", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Pin Cushion", + "langName": "игольница", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Yarn", + "langName": "пряжа", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Knitted", + "langName": "вязаный", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Rug", + "langName": "коврик", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Crochet", + "langName": "Вязание крючком", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Cross Stich", + "langName": "вышивка крестом", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Needle Point", + "langName": "вязание", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Patch", + "langName": "пластырь", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Sewen", + "langName": "шитье", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Applique", + "langName": "аппликация", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Macrame", + "langName": "кружево", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Weave", + "langName": "коса", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Net", + "langName": "сеть", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Netting", + "langName": "Сетчатая ткань", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Gauze", + "langName": "марля", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Spider Web", + "langName": "паутина", + "object": "Материал", + "attribute": "Ткань" + }, + { + "displayName": "Plastic", + "langName": "пластик", + "object": "Материал", + "attribute": "Пластиковая/пенопластовая пленка" + }, + { + "displayName": "Shrink Wrap", + "langName": "термоусадочная пленка", + "object": "Материал", + "attribute": "Пластиковая/пенопластовая пленка" + }, + { + "displayName": "Plastic Wrap", + "langName": "пластиковая пленка", + "object": "Материал", + "attribute": "Пластиковая/пенопластовая пленка" + }, + { + "displayName": "Cling Wrap", + "langName": "Липкая упаковочная пленка", + "object": "Материал", + "attribute": "Пластиковая/пенопластовая пленка" + }, + { + "displayName": "Teflon", + "langName": "тефлон", + "object": "Материал", + "attribute": "Пластиковая/пенопластовая пленка" + }, + { + "displayName": "Lego", + "langName": "Лего", + "object": "Материал", + "attribute": "Пластиковая/пенопластовая пленка" + }, + { + "displayName": "Polyurethane", + "langName": "Полиуретан", + "object": "Материал", + "attribute": "Пластиковая/пенопластовая пленка" + }, + { + "displayName": "Polyethylene", + "langName": "полиэтилен", + "object": "Материал", + "attribute": "Пластиковая/пенопластовая пленка" + }, + { + "displayName": "Polyvinyl", + "langName": "полиэтилен", + "object": "Материал", + "attribute": "Пластиковая/пенопластовая пленка" + }, + { + "displayName": "Polypropylene", + "langName": "Полипропилен", + "object": "Материал", + "attribute": "Пластиковая/пенопластовая пленка" + }, + { + "displayName": "Polyimide", + "langName": "полиимид", + "object": "Материал", + "attribute": "Пластиковая/пенопластовая пленка" + }, + { + "displayName": "Styrofoam", + "langName": "Пенополистирол", + "object": "Материал", + "attribute": "Пластиковая/пенопластовая пленка" + }, + { + "displayName": "Foam", + "langName": "Мыло", + "object": "Материал", + "attribute": "Пластиковая/пенопластовая пленка" + }, + { + "displayName": "Rubber", + "langName": "резина", + "object": "Материал", + "attribute": "Резина" + }, + { + "displayName": "Rubber Band", + "langName": "резинка", + "object": "Материал", + "attribute": "Резина" + }, + { + "displayName": "Rubber Band Ball", + "langName": "резиновый мяч", + "object": "Материал", + "attribute": "Резина" + }, + { + "displayName": "Balloon", + "langName": "воздушный шар", + "object": "Материал", + "attribute": "Резина" + }, + { + "displayName": "Nitrile", + "langName": "Нитриловый каучук", + "object": "Материал", + "attribute": "Резина" + }, + { + "displayName": "Silicone", + "langName": "Силикон", + "object": "Материал", + "attribute": "Резина" + }, + { + "displayName": "Vinyl", + "langName": "виниловый пластик", + "object": "Материал", + "attribute": "Резина" + }, + { + "displayName": "Linoleum", + "langName": "линолеум", + "object": "Материал", + "attribute": "Резина" + }, + { + "displayName": "Silly Band", + "langName": "резинка", + "object": "Материал", + "attribute": "Резина" + }, + { + "displayName": "Wax", + "langName": "воск", + "object": "Материал", + "attribute": "Воск" + }, + { + "displayName": "Wax Paper", + "langName": "трафарет", + "object": "Материал", + "attribute": "Воск" + }, + { + "displayName": "Carnauba Wax", + "langName": "карнаубский воск", + "object": "Материал", + "attribute": "Воск" + }, + { + "displayName": "Candelilla Wax", + "langName": "канделильский воск", + "object": "Материал", + "attribute": "Воск" + }, + { + "displayName": "Paraffin Wax", + "langName": "парафин", + "object": "Материал", + "attribute": "Воск" + }, + { + "displayName": "Shellac", + "langName": "шеллак", + "object": "Материал", + "attribute": "Воск" + }, + { + "displayName": "Ice", + "langName": "лед", + "object": "Материал", + "attribute": "Лед и снег" + }, + { + "displayName": "Blue-Ice", + "langName": "голубой лед", + "object": "Материал", + "attribute": "Лед и снег" + }, + { + "displayName": "Dry Ice", + "langName": "сухой лед", + "object": "Материал", + "attribute": "Лед и снег" + }, + { + "displayName": "Hairy", + "langName": "волосатый", + "object": "Материал", + "attribute": "Волосы/мех" + }, + { + "displayName": "Fuzz", + "langName": "Пух", + "object": "Материал", + "attribute": "Волосы/мех" + }, + { + "displayName": "Beard", + "langName": "борода", + "object": "Материал", + "attribute": "Волосы/мех" + }, + { + "displayName": "Feathers", + "langName": "перо", + "object": "Материал", + "attribute": "Волосы/мех" + }, + { + "displayName": "Zebra", + "langName": "зебра", + "object": "Материал", + "attribute": "Волосы/мех" + }, + { + "displayName": "Dust-Bunny", + "langName": "серый кролик", + "object": "Материал", + "attribute": "Волосы/мех" + }, + { + "displayName": "Liquid", + "langName": "жидкость", + "object": "Материал", + "attribute": "Жидкость" + }, + { + "displayName": "Water", + "langName": "вода", + "object": "Материал", + "attribute": "Жидкость" + }, + { + "displayName": "Lava", + "langName": "магма", + "object": "Материал", + "attribute": "Жидкость" + }, + { + "displayName": "Magma", + "langName": "лава", + "object": "Материал", + "attribute": "Жидкость" + }, + { + "displayName": "Molten Rock", + "langName": "расплавить камень", + "object": "Материал", + "attribute": "Жидкость" + }, + { + "displayName": "Ferro Fluid", + "langName": "феррожидкость", + "object": "Материал", + "attribute": "Жидкость" + }, + { + "displayName": "Liquid Crystal", + "langName": "жидкий кристалл", + "object": "Материал", + "attribute": "Жидкость" + }, + { + "displayName": "Gasoline", + "langName": "бензин", + "object": "Материал", + "attribute": "Жидкость" + }, + { + "displayName": "Turpentine", + "langName": "скипидар", + "object": "Материал", + "attribute": "Жидкость" + }, + { + "displayName": "Mineral Oil", + "langName": "минеральное масло", + "object": "Материал", + "attribute": "Жидкость" + }, + { + "displayName": "Motor Oil", + "langName": "моторное масло", + "object": "Материал", + "attribute": "Жидкость" + }, + { + "displayName": "Sea Foam", + "langName": "морская пена", + "object": "Материал", + "attribute": "Жидкость" + }, + { + "displayName": "Emulsion", + "langName": "эмульгирование", + "object": "Материал", + "attribute": "Жидкость" + }, + { + "displayName": "Lipid", + "langName": "Липиды", + "object": "Материал", + "attribute": "Жидкость" + }, + { + "displayName": "Flubber", + "langName": "Эластичная ткань", + "object": "Материал", + "attribute": "Слизь" + }, + { + "displayName": "Putty", + "langName": "Клеи для герметизации и заполнения пустот", + "object": "Материал", + "attribute": "Слизь" + }, + { + "displayName": "Poster Tack", + "langName": "Клей для плакатов", + "object": "Материал", + "attribute": "Слизь" + }, + { + "displayName": "Gel", + "langName": "гель", + "object": "Материал", + "attribute": "Вязкость" + }, + { + "displayName": "Aerogel", + "langName": "аэрогель", + "object": "Материал", + "attribute": "Вязкость" + }, + { + "displayName": "Softgel", + "langName": "Мягкая капсула", + "object": "Материал", + "attribute": "Вязкость" + }, + { + "displayName": "Silica Gel", + "langName": "Силикон", + "object": "Материал", + "attribute": "Вязкость" + }, + { + "displayName": "Ballistic Gel", + "langName": "баллистический гель", + "object": "Материал", + "attribute": "Вязкость" + }, + { + "displayName": "Jellyfish", + "langName": "медуза", + "object": "Материал", + "attribute": "Вязкость" + }, + { + "displayName": "Ballistic Foam", + "langName": "баллистическая пена", + "object": "Материал", + "attribute": "Вязкость" + }, + { + "displayName": "Sponge", + "langName": "губка", + "object": "Материал", + "attribute": "Вязкость" + }, + { + "displayName": "Spongy", + "langName": "губчатый", + "object": "Материал", + "attribute": "Вязкость" + }, + { + "displayName": "Tape", + "langName": "клейкая лента", + "object": "Материал", + "attribute": "Клей" + }, + { + "displayName": "Duct Tape", + "langName": "Лента", + "object": "Материал", + "attribute": "Клей" + }, + { + "displayName": "Scotch Tape", + "langName": "Прозрачный клей", + "object": "Материал", + "attribute": "Клей" + }, + { + "displayName": "Clear Tape", + "langName": "скотч", + "object": "Материал", + "attribute": "Клей" + }, + { + "displayName": "Packing Tape", + "langName": "Уплотнительная лента", + "object": "Материал", + "attribute": "Клей" + }, + { + "displayName": "Masking Tape", + "langName": "Малярная лента", + "object": "Материал", + "attribute": "Клей" + }, + { + "displayName": "Kapton", + "langName": "каптон", + "object": "Материал", + "attribute": "Клей" + }, + { + "displayName": "Kapton Tape", + "langName": "Каптоновая лента", + "object": "Материал", + "attribute": "Клей" + }, + { + "displayName": "Adhesive", + "langName": "Клей", + "object": "Материал", + "attribute": "Клей" + }, + { + "displayName": "Glue", + "langName": "клей", + "object": "Материал", + "attribute": "Клей" + }, + { + "displayName": "Epoxy", + "langName": "Эпоксидная смола", + "object": "Материал", + "attribute": "Клей" + }, + { + "displayName": "Polymer", + "langName": "полимер", + "object": "Материал", + "attribute": "Полимер" + }, + { + "displayName": "Orbeez", + "langName": "капли воды", + "object": "Материал", + "attribute": "Полимер" + }, + { + "displayName": "Oobleck", + "langName": "смешанный раствор крахмала", + "object": "Материал", + "attribute": "Полимер" + }, + { + "displayName": "Vapor", + "langName": "пар", + "object": "Материал", + "attribute": "Газ/порошок" + }, + { + "displayName": "Clouds", + "langName": "облако", + "object": "Материал", + "attribute": "Газ/порошок" + }, + { + "displayName": "Fog", + "langName": "туман", + "object": "Материал", + "attribute": "Газ/порошок" + }, + { + "displayName": "Mist", + "langName": "туман", + "object": "Материал", + "attribute": "Газ/порошок" + }, + { + "displayName": "Gas", + "langName": "газ", + "object": "Материал", + "attribute": "Газ/порошок" + }, + { + "displayName": "Aerosol", + "langName": "аэрозоль", + "object": "Материал", + "attribute": "Газ/порошок" + }, + { + "displayName": "Powder", + "langName": "пудра", + "object": "Материал", + "attribute": "Газ/порошок" + }, + { + "displayName": "Smoke", + "langName": "сигарета", + "object": "Материал", + "attribute": "Газ/порошок" + }, + { + "displayName": "Plasma", + "langName": "плазма", + "object": "Материал", + "attribute": "Плазма и энергия" + }, + { + "displayName": "Electric", + "langName": "электричество", + "object": "Материал", + "attribute": "Плазма и энергия" + }, + { + "displayName": "Electricity", + "langName": "электричество", + "object": "Материал", + "attribute": "Плазма и энергия" + }, + { + "displayName": "Fire", + "langName": "огонь", + "object": "Материал", + "attribute": "Плазма и энергия" + }, + { + "displayName": "Burn", + "langName": "сгорание", + "object": "Материал", + "attribute": "Плазма и энергия" + }, + { + "displayName": "Inferno", + "langName": "адский огонь", + "object": "Материал", + "attribute": "Плазма и энергия" + }, + { + "displayName": "Jelly", + "langName": "желе", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Agar", + "langName": "Агар", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Wagyu", + "langName": "Вагю", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Tallow", + "langName": "сало", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Butter", + "langName": "масло", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Margarine", + "langName": "маргарин", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Cheese", + "langName": "сыр", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Egg Yolk", + "langName": "желток", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Beans", + "langName": "бобы", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Macaroni", + "langName": "паста", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Marconi and Cheese", + "langName": "сыр Макрон", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Pretzel", + "langName": "крендельки", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Churros", + "langName": "Жареные палочки из теста", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Bread", + "langName": "хлеб", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Made of Bread", + "langName": "Сделано из хлеба", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Sour Cream", + "langName": "сметана", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Sauce", + "langName": "Соус", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Pasta Sauce", + "langName": "соус для спагетти", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Ketchup", + "langName": "кетчуп", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Mustard", + "langName": "горчица", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Mayonnaise", + "langName": "майонез", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Syrup", + "langName": "сироп", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Maple Syrup", + "langName": "кленовый сироп", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Whipped Cream", + "langName": "Свежие сливки", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Lollipop", + "langName": "Леденец", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Cinnamon", + "langName": "Корица", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Caramel", + "langName": "карамель", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Taffy", + "langName": "ириска", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Honeycomb", + "langName": "конфеты в виде сот", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Edible Ink", + "langName": "съедобные чернила", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Food Coloring", + "langName": "пищевой краситель", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Sprinkles", + "langName": "осколки конфет", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Fondant Icing", + "langName": "помадная глазурь", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Royal Icing", + "langName": "безе", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Wedding Cake", + "langName": "свадебный торт", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Cake Decorating", + "langName": "украшение торта", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Shortcrust-Pastry", + "langName": "слоёное тесто", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Flaky-Pastry", + "langName": "Слоеное тесто «Мильфей»", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Puff-Pastry", + "langName": "слоёное тесто", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Eclair", + "langName": "Слойки", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Cannoli", + "langName": "пончик рулет", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Fruit-Tart", + "langName": "Фруктовый тарт", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Creme Brule", + "langName": "карамельный пудинг", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Gum", + "langName": "жевательная резинка", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Toothpaste", + "langName": "зубная паста", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Vegetable Oil", + "langName": "растительное масло", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Olive Oil", + "langName": "оливковое масло", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Soda", + "langName": "газированная вода", + "object": "Материал", + "attribute": "Продукты питания и расходные материалы" + }, + { + "displayName": "Grass", + "langName": "Трава", + "object": "Материал", + "attribute": "Растение" + }, + { + "displayName": "Grassy", + "langName": "луг", + "object": "Материал", + "attribute": "Растение" + }, + { + "displayName": "Floral", + "langName": "цветы", + "object": "Материал", + "attribute": "Растение" + }, + { + "displayName": "Vines", + "langName": "виноградная лоза", + "object": "Материал", + "attribute": "Растение" + }, + { + "displayName": "Tree Bark", + "langName": "лаять", + "object": "Материал", + "attribute": "Растение" + }, + { + "displayName": "Branches", + "langName": "ветви", + "object": "Материал", + "attribute": "Растение" + }, + { + "displayName": "shrub", + "langName": "кустарник", + "object": "Материал", + "attribute": "Растение" + }, + { + "displayName": "Leaves", + "langName": "листья", + "object": "Материал", + "attribute": "Растение" + }, + { + "displayName": "Pinecone", + "langName": "сосновая шишка", + "object": "Материал", + "attribute": "Растение" + }, + { + "displayName": "Acorn", + "langName": "желуди", + "object": "Материал", + "attribute": "Растение" + }, + { + "displayName": "Moss", + "langName": "мох", + "object": "Материал", + "attribute": "Растение" + }, + { + "displayName": "Cactus", + "langName": "кактус", + "object": "Материал", + "attribute": "Растение" + }, + { + "displayName": "Straw", + "langName": "солома", + "object": "Материал", + "attribute": "Растение" + }, + { + "displayName": "Straw-Bale", + "langName": "тюки соломы", + "object": "Материал", + "attribute": "Растение" + }, + { + "displayName": "Hay", + "langName": "сено", + "object": "Материал", + "attribute": "Растение" + }, + { + "displayName": "Hay-Bale", + "langName": "тюки сена", + "object": "Материал", + "attribute": "Растение" + }, + { + "displayName": "Hemp", + "langName": "онемевший", + "object": "Материал", + "attribute": "Растение" + }, + { + "displayName": "Fungi", + "langName": "грибок", + "object": "Материал", + "attribute": "Бактерии" + }, + { + "displayName": "Mushrooms", + "langName": "гриб", + "object": "Материал", + "attribute": "Бактерии" + }, + { + "displayName": "Mycelium", + "langName": "гифы", + "object": "Материал", + "attribute": "Бактерии" + }, + { + "displayName": "Moldy", + "langName": "заплесневелый", + "object": "Материал", + "attribute": "Бактерии" + }, + { + "displayName": "Lactarius-Indigo", + "langName": "Молочный гриб Индиго", + "object": "Материал", + "attribute": "Бактерии" + }, + { + "displayName": "Latticed-Stinkhorn", + "langName": "Гриб решетчато-стебельчатый", + "object": "Материал", + "attribute": "Бактерии" + }, + { + "displayName": "Clathrus-Ruber", + "langName": "Родококк", + "object": "Материал", + "attribute": "Бактерии" + }, + { + "displayName": "Laccaria-Amethystina", + "langName": "фиолетовый гриб", + "object": "Материал", + "attribute": "Бактерии" + }, + { + "displayName": "Entoloma-Hochstetteri", + "langName": "Powderygophyllum holophylla", + "object": "Материал", + "attribute": "Бактерии" + }, + { + "displayName": "Clavaria-Zollingeri", + "langName": "Фиолетовый коралловый гриб", + "object": "Материал", + "attribute": "Бактерии" + }, + { + "displayName": "Chlorociboria", + "langName": "зеленый гриб", + "object": "Материал", + "attribute": "Бактерии" + }, + { + "displayName": "Golden-Scruffy-Collybia", + "langName": "Гриб «Золотая воронья лапка»", + "object": "Материал", + "attribute": "Бактерии" + }, + { + "displayName": "Cyptotrama-Asprata", + "langName": "загадочный пилообразный гриб", + "object": "Материал", + "attribute": "Бактерии" + }, + { + "displayName": "Mycena Acicula", + "langName": "Фаллофиллум заостренный", + "object": "Материал", + "attribute": "Бактерии" + }, + { + "displayName": "Hygrocybe-Cantharellus", + "langName": "Желто-коричневый красноногий гриб", + "object": "Материал", + "attribute": "Бактерии" + }, + { + "displayName": "Amanita-Muscaria", + "langName": "Мухомор красный и белый", + "object": "Материал", + "attribute": "Бактерии" + }, + { + "displayName": "Favolaschia-Calocera", + "langName": "грибок пальца орангутана", + "object": "Материал", + "attribute": "Бактерии" + }, + { + "displayName": "Marasmius-Haematocephalus", + "langName": "рыжий грибок", + "object": "Материал", + "attribute": "Бактерии" + }, + { + "displayName": "Cystoagaricus-Trisulphuratus", + "langName": "Трисульфатный гриб", + "object": "Материал", + "attribute": "Бактерии" + }, + { + "displayName": "Tremella-Mesenterica", + "langName": "Ксантомонас", + "object": "Материал", + "attribute": "Бактерии" + }, + { + "displayName": "Tremella-Fuciformis", + "langName": "Тремелла", + "object": "Материал", + "attribute": "Бактерии" + }, + { + "displayName": "Tornado", + "langName": "торнадо", + "object": "Материал", + "attribute": "Объект" + }, + { + "displayName": "Cage", + "langName": "клетка", + "object": "Материал", + "attribute": "Объект" + }, + { + "displayName": "Cheese Grater", + "langName": "терка для сыра", + "object": "Материал", + "attribute": "Объект" + }, + { + "displayName": "Slinky", + "langName": "весенние игрушки", + "object": "Материал", + "attribute": "Объект" + }, + { + "displayName": "Yin Yang", + "langName": "инь и янь", + "object": "Материал", + "attribute": "Символ" + }, + { + "displayName": "Taiji", + "langName": "Тайцзи", + "object": "Материал", + "attribute": "Символ" + }, + { + "displayName": "Bagua", + "langName": "Слух", + "object": "Материал", + "attribute": "Символ" + }, + { + "displayName": "Wu Xing", + "langName": "Пять стихий (металл, дерево, вода, огонь и земля)", + "object": "Материал", + "attribute": "Символ" + }, + { + "displayName": "Gorgeous", + "langName": "великолепный", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "stunning", + "langName": "удивительный", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "intricate", + "langName": "сложный", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "detailed", + "langName": "полный деталей", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "luxurious", + "langName": "роскошь", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "subtle", + "langName": "деликатный", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "delicate", + "langName": "изысканный", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "captivating", + "langName": "очаровательный", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Refreshing", + "langName": "свежий", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Divine", + "langName": "священный", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Infused", + "langName": "вписаться", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Essence", + "langName": "Сущность", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Ineffable", + "langName": "неописуемый", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Powerful", + "langName": "мощный", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Weak", + "langName": "слабый", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Thick", + "langName": "толстый", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Massive Scale", + "langName": "большой масштаб", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Massive", + "langName": "Много", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Huge", + "langName": "огромный", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Large", + "langName": "большой", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Big", + "langName": "большой", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Mini", + "langName": "мини", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Tiny", + "langName": "маленький", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Micro", + "langName": "микроскопический", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Nano", + "langName": "нанометр", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Flexible", + "langName": "Гибкий", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Paradox", + "langName": "парадокс", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Feng Shui", + "langName": "Фэн-шуй", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Perfectionism", + "langName": "перфекционизм", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "OCD", + "langName": "обсессивно-компульсивное расстройство", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Array", + "langName": "серия", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Muted", + "langName": "немой", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Visual Perception", + "langName": "визуальное восприятие", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Visual Agnosia", + "langName": "зрительная агнозия", + "object": "Материал", + "attribute": "Концепция" + }, + { + "displayName": "Amber", + "langName": "янтарь", + "object": "Материал", + "attribute": "Другие материалы" + }, + { + "displayName": "Inlay", + "langName": "мозаика", + "object": "Материал", + "attribute": "Другие материалы" + }, + { + "displayName": "Wires", + "langName": "электрический провод", + "object": "Материал", + "attribute": "Другие материалы" + }, + { + "displayName": "Cells", + "langName": "клетка", + "object": "Материал", + "attribute": "Другие материалы" + }, + { + "displayName": "Cellular", + "langName": "сетка", + "object": "Материал", + "attribute": "Другие материалы" + }, + { + "displayName": "Transistor", + "langName": "транзистор", + "object": "Материал", + "attribute": "Другие материалы" + }, + { + "displayName": "Diode", + "langName": "диод", + "object": "Материал", + "attribute": "Другие материалы" + }, + { + "displayName": "Point", + "langName": "точка", + "object": "Геометрическая композиция", + "attribute": "Форма" + }, + { + "displayName": "Dot", + "langName": "точка", + "object": "Геометрическая композиция", + "attribute": "Форма" + }, + { + "displayName": "Line", + "langName": "Проволока", + "object": "Геометрическая композиция", + "attribute": "Форма" + }, + { + "displayName": "Curve", + "langName": "изгиб", + "object": "Геометрическая композиция", + "attribute": "Форма" + }, + { + "displayName": "Bezier Curve", + "langName": "кривая Безье", + "object": "Геометрическая композиция", + "attribute": "Форма" + }, + { + "displayName": "Triangle", + "langName": "треугольник", + "object": "Геометрическая композиция", + "attribute": "Форма" + }, + { + "displayName": "Square", + "langName": "квадрат", + "object": "Геометрическая композиция", + "attribute": "Форма" + }, + { + "displayName": "Pentagon", + "langName": "пятиугольник", + "object": "Геометрическая композиция", + "attribute": "Форма" + }, + { + "displayName": "Hexagon", + "langName": "шестиугольник", + "object": "Геометрическая композиция", + "attribute": "Форма" + }, + { + "displayName": "Hexagonal", + "langName": "шестиугольник", + "object": "Геометрическая композиция", + "attribute": "Форма" + }, + { + "displayName": "Heptagon", + "langName": "семиугольник", + "object": "Геометрическая композиция", + "attribute": "Форма" + }, + { + "displayName": "Octagon", + "langName": "восьмиугольник", + "object": "Геометрическая композиция", + "attribute": "Форма" + }, + { + "displayName": "Nonagon", + "langName": "девятиугольник", + "object": "Геометрическая композиция", + "attribute": "Форма" + }, + { + "displayName": "Decagon", + "langName": "декагон", + "object": "Геометрическая композиция", + "attribute": "Форма" + }, + { + "displayName": "Rectangle", + "langName": "прямоугольник", + "object": "Геометрическая композиция", + "attribute": "Форма" + }, + { + "displayName": "Rectangular", + "langName": "Прямоугольный", + "object": "Геометрическая композиция", + "attribute": "Форма" + }, + { + "displayName": "Parallelogram", + "langName": "параллелограмм", + "object": "Геометрическая композиция", + "attribute": "Форма" + }, + { + "displayName": "Rhombus", + "langName": "алмаз", + "object": "Геометрическая композиция", + "attribute": "Форма" + }, + { + "displayName": "Heart", + "langName": "Сердце", + "object": "Геометрическая композиция", + "attribute": "Форма" + }, + { + "displayName": "Spirangle", + "langName": "спираль", + "object": "Геометрическая композиция", + "attribute": "Форма" + }, + { + "displayName": "Cube", + "langName": "куб", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Cuboid", + "langName": "кубоид", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Sphere", + "langName": "сфера", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Cone", + "langName": "конус", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Cylinder", + "langName": "цилиндр", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Pyramid", + "langName": "пирамида", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Torus", + "langName": "тор", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Rectangular Prism", + "langName": "прямоугольная призма", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Star Prism", + "langName": "звездная призма", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Wedge", + "langName": "Клин", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Zonohedron", + "langName": "Многогранник", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Tetrahedron", + "langName": "тетраэдр", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Octahedron", + "langName": "октаэдр", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Dodecahedron", + "langName": "Додекаэдр", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Icosahedron", + "langName": "икосаэдр", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Kepler-Poinsot Polyhedra", + "langName": "Точка Кеплера многогранник", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Cuboctahedron", + "langName": "кубооктаэдр", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Rhombicuboctahedron", + "langName": "ромбоэдрический кубооктаэдр", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Icosidodecahedron", + "langName": "икосаэдр", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Rhombicosidodecahedron", + "langName": "ромбоэдрический икосаэдр", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Trapezohedron", + "langName": "трапециевидный корпус", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Cupola", + "langName": "купол", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Anticupola", + "langName": "обратный купол", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Hypercupolae", + "langName": "супер купол", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Bicupola", + "langName": "двойной купол", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Frustum", + "langName": "усеченный конус", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Bifrustum", + "langName": "двойной усеченный конус", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Rotunda", + "langName": "ротонда", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Birotunda", + "langName": "Двойная ротонда", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Prismatoid", + "langName": "призма", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Scutoid", + "langName": "чешуйчатый многогранник", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Bipyramid", + "langName": "двойной конус", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Star Bipyramid", + "langName": "звезда двойной конус", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Anti-Prism", + "langName": "Антипризма", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Trapezohedra", + "langName": "трапециевидный конус", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Star Trapezohedron", + "langName": "звезда трапециевидный конус", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Spherical polyhedron", + "langName": "сферический многогранник", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Mobius strip", + "langName": "лента Мёбиуса", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Hexaflexagon", + "langName": "Шестиугольная коробка", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Miura fold", + "langName": "Миура складной", + "object": "Геометрическая композиция", + "attribute": "Объект" + }, + { + "displayName": "Hypercube", + "langName": "гиперкуб", + "object": "Геометрическая композиция", + "attribute": "Супер форма" + }, + { + "displayName": "Hyperprism", + "langName": "супер призма", + "object": "Геометрическая композиция", + "attribute": "Супер форма" + }, + { + "displayName": "Hyperpyramid", + "langName": "супер пирамида", + "object": "Геометрическая композиция", + "attribute": "Супер форма" + }, + { + "displayName": "Hypertorus", + "langName": "гипертор", + "object": "Геометрическая композиция", + "attribute": "Супер форма" + }, + { + "displayName": "Hypersphere", + "langName": "Гиперсфера", + "object": "Геометрическая композиция", + "attribute": "Супер форма" + }, + { + "displayName": "Hypercone", + "langName": "Гиперконус", + "object": "Геометрическая композиция", + "attribute": "Супер форма" + }, + { + "displayName": "Hypercylinder", + "langName": "гиперцилиндр", + "object": "Геометрическая композиция", + "attribute": "Супер форма" + }, + { + "displayName": "Hyperzonohedron", + "langName": "супермногогранник", + "object": "Геометрическая композиция", + "attribute": "Супер форма" + }, + { + "displayName": "Hypertetrahedron", + "langName": "Гипертетраэдр", + "object": "Геометрическая композиция", + "attribute": "Супер форма" + }, + { + "displayName": "Hyperoctahedron", + "langName": "супероктаэдр", + "object": "Геометрическая композиция", + "attribute": "Супер форма" + }, + { + "displayName": "Hyperdodecahedron", + "langName": "супердодекаэдр", + "object": "Геометрическая композиция", + "attribute": "Супер форма" + }, + { + "displayName": "Hypericosahedron", + "langName": "Суперикосаэдр", + "object": "Геометрическая композиция", + "attribute": "Супер форма" + }, + { + "displayName": "Flexible Polyhedron", + "langName": "эластичный многогранник", + "object": "Геометрическая композиция", + "attribute": "Супер форма" + }, + { + "displayName": "Klein bottle", + "langName": "Бутылка Клейна", + "object": "Геометрическая композиция", + "attribute": "Супер форма" + }, + { + "displayName": "Monogon", + "langName": "Хедрон", + "object": "Геометрическая композиция", + "attribute": "Супер форма" + }, + { + "displayName": "Digon", + "langName": "диэдр", + "object": "Геометрическая композиция", + "attribute": "Супер форма" + }, + { + "displayName": "AR", + "langName": "Дополненная реальность", + "object": "Геометрическая композиция", + "attribute": "Мультивселенная" + }, + { + "displayName": "VR", + "langName": "виртуальная реальность", + "object": "Геометрическая композиция", + "attribute": "Мультивселенная" + }, + { + "displayName": "2-Dimensional", + "langName": "двумерный", + "object": "Геометрическая композиция", + "attribute": "Мультивселенная" + }, + { + "displayName": "2D", + "langName": "2D", + "object": "Геометрическая композиция", + "attribute": "Мультивселенная" + }, + { + "displayName": "2.5-Dimensional", + "langName": "2.5 измерения", + "object": "Геометрическая композиция", + "attribute": "Мультивселенная" + }, + { + "displayName": "2.5D", + "langName": "2.5D", + "object": "Геометрическая композиция", + "attribute": "Мультивселенная" + }, + { + "displayName": "3-Dimensional", + "langName": "трехмерный", + "object": "Геометрическая композиция", + "attribute": "Мультивселенная" + }, + { + "displayName": "3D", + "langName": "3D", + "object": "Геометрическая композиция", + "attribute": "Мультивселенная" + }, + { + "displayName": "4-Dimensional", + "langName": "четырехмерный", + "object": "Геометрическая композиция", + "attribute": "Мультивселенная" + }, + { + "displayName": "4D", + "langName": "4D", + "object": "Геометрическая композиция", + "attribute": "Мультивселенная" + }, + { + "displayName": "5-Dimensional", + "langName": "пять измерений", + "object": "Геометрическая композиция", + "attribute": "Мультивселенная" + }, + { + "displayName": "5D", + "langName": "5D", + "object": "Геометрическая композиция", + "attribute": "Мультивселенная" + }, + { + "displayName": "Overdimensional", + "langName": "гиперпространственный", + "object": "Геометрическая композиция", + "attribute": "Мультивселенная" + }, + { + "displayName": "Underdimensional", + "langName": "второе измерение", + "object": "Геометрическая композиция", + "attribute": "Мультивселенная" + }, + { + "displayName": "Hyperdimensional", + "langName": "гипермерность", + "object": "Геометрическая композиция", + "attribute": "Мультивселенная" + }, + { + "displayName": "Subdimensional", + "langName": "вторичное измерение", + "object": "Геометрическая композиция", + "attribute": "Мультивселенная" + }, + { + "displayName": "Omnidimensional", + "langName": "полное измерение", + "object": "Геометрическая композиция", + "attribute": "Мультивселенная" + }, + { + "displayName": "Everdimensional", + "langName": "вечное измерение", + "object": "Геометрическая композиция", + "attribute": "Мультивселенная" + }, + { + "displayName": "Extradimensional", + "langName": "Другое измерение", + "object": "Геометрическая композиция", + "attribute": "Мультивселенная" + }, + { + "displayName": "Beyond-Dimensional", + "langName": "за пределами измерений", + "object": "Геометрическая композиция", + "attribute": "Мультивселенная" + }, + { + "displayName": "Excessively-dimensional", + "langName": "чрезмерная размерность", + "object": "Геометрическая композиция", + "attribute": "Мультивселенная" + }, + { + "displayName": "Alldimensional", + "langName": "полное измерение", + "object": "Геометрическая композиция", + "attribute": "Мультивселенная" + }, + { + "displayName": "Multiverse", + "langName": "мультивселенная", + "object": "Геометрическая композиция", + "attribute": "Мультивселенная" + }, + { + "displayName": "Low Poly", + "langName": "низкопрофильное моделирование", + "object": "Геометрическая композиция", + "attribute": "Стиль" + }, + { + "displayName": "Geometric", + "langName": "геометрия", + "object": "Геометрическая композиция", + "attribute": "Стиль" + }, + { + "displayName": "Non-Euclidian", + "langName": "Неевклидово", + "object": "Геометрическая композиция", + "attribute": "Стиль" + }, + { + "displayName": "Poly", + "langName": "Поли", + "object": "Геометрическая композиция", + "attribute": "Стиль" + }, + { + "displayName": "Polygon", + "langName": "многоугольник", + "object": "Геометрическая композиция", + "attribute": "Стиль" + }, + { + "displayName": "Polygonal", + "langName": "многосторонний", + "object": "Геометрическая композиция", + "attribute": "Стиль" + }, + { + "displayName": "Polyhedron", + "langName": "многогранник", + "object": "Геометрическая композиция", + "attribute": "Стиль" + }, + { + "displayName": "Polyhedral", + "langName": "Много сторон", + "object": "Геометрическая композиция", + "attribute": "Стиль" + }, + { + "displayName": "Platonic Solids", + "langName": "Платоновы тела", + "object": "Геометрическая композиция", + "attribute": "Стиль" + }, + { + "displayName": "Archimedean Solids", + "langName": "Архимедовы тела", + "object": "Геометрическая композиция", + "attribute": "Стиль" + }, + { + "displayName": "Catalan solids", + "langName": "Стереотип о Каталонии", + "object": "Геометрическая композиция", + "attribute": "Стиль" + }, + { + "displayName": "Vertex", + "langName": "вершина", + "object": "Геометрическая композиция", + "attribute": "Характеристика" + }, + { + "displayName": "Edge", + "langName": "край", + "object": "Геометрическая композиция", + "attribute": "Характеристика" + }, + { + "displayName": "Surface", + "langName": "поверхность", + "object": "Геометрическая композиция", + "attribute": "Характеристика" + }, + { + "displayName": "Interior", + "langName": "внутренний", + "object": "Геометрическая композиция", + "attribute": "Характеристика" + }, + { + "displayName": "Exterior", + "langName": "внешний", + "object": "Геометрическая композиция", + "attribute": "Характеристика" + }, + { + "displayName": "Convex", + "langName": "выпуклый", + "object": "Геометрическая композиция", + "attribute": "Характеристика" + }, + { + "displayName": "Concave", + "langName": "вогнутый", + "object": "Геометрическая композиция", + "attribute": "Характеристика" + }, + { + "displayName": "Equiangular", + "langName": "Равноугольный", + "object": "Геометрическая композиция", + "attribute": "Характеристика" + }, + { + "displayName": "Equilateral", + "langName": "Равносторонний", + "object": "Геометрическая композиция", + "attribute": "Характеристика" + }, + { + "displayName": "Cyclic", + "langName": "круговой", + "object": "Геометрическая композиция", + "attribute": "Характеристика" + }, + { + "displayName": "Tangential", + "langName": "касательная", + "object": "Геометрическая композиция", + "attribute": "Характеристика" + }, + { + "displayName": "Rectilinear", + "langName": "прямая линия", + "object": "Геометрическая композиция", + "attribute": "Характеристика" + }, + { + "displayName": "Traverse", + "langName": "через", + "object": "Геометрическая композиция", + "attribute": "Характеристика" + }, + { + "displayName": "Quasi", + "langName": "план", + "object": "Геометрическая композиция", + "attribute": "Характеристика" + }, + { + "displayName": "Quasi-Regular", + "langName": "квазиправила", + "object": "Геометрическая композиция", + "attribute": "Характеристика" + }, + { + "displayName": "Isogonal", + "langName": "Равноугольный", + "object": "Геометрическая композиция", + "attribute": "Характеристика" + }, + { + "displayName": "Isotoxal", + "langName": "В ожидании яда", + "object": "Геометрическая композиция", + "attribute": "Характеристика" + }, + { + "displayName": "Isohedral", + "langName": "Одинаковая лапша", + "object": "Геометрическая композиция", + "attribute": "Характеристика" + }, + { + "displayName": "Stellation", + "langName": "форма звезды", + "object": "Геометрическая композиция", + "attribute": "Характеристика" + }, + { + "displayName": "Ehrhart Polynomial", + "langName": "многочлен Эрхарта", + "object": "Геометрическая композиция", + "attribute": "Характеристика" + }, + { + "displayName": "Ideal polyhedron", + "langName": "идеальный многогранник", + "object": "Геометрическая композиция", + "attribute": "Характеристика" + }, + { + "displayName": "Polytope", + "langName": "многогранник", + "object": "Геометрическая композиция", + "attribute": "Характеристика" + }, + { + "displayName": "Realistic Painting", + "langName": "реалистичная живопись", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Fine Art", + "langName": "изобразительное искусство живопись", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Still-Life", + "langName": "натюрморт живопись", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Oil Paint", + "langName": "рисование", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "((dyeing)),((oil painting)),((impasto))", + "langName": "Масляная живопись (комбинированная)", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Wet Paint", + "langName": "Мокрая покраска", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Dripping Paint", + "langName": "капающая краска", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Splatter Paint", + "langName": "Брызги краски", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Spray Paint", + "langName": "аэрозольная краска", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Puffy Paint", + "langName": "трехмерные пигменты", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Glass Paint", + "langName": "краска для стекла", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Tempera Paint", + "langName": "Темпера", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Gouache Paint", + "langName": "гуашь", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Chinese Painting", + "langName": "китайская живопись", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Tibetan Painting", + "langName": "тибетская живопись", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Scroll Painting", + "langName": "свиток живописи", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Canvas", + "langName": "картина на холсте", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Color Field Painting", + "langName": "живопись цветового поля", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Hard Edge Painting", + "langName": "жесткая покраска краев", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Paper-Marbling", + "langName": "гуашь", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Hydrodipped", + "langName": "водные наклейки", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Painting", + "langName": "рисование", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Ink wash painting", + "langName": "живопись тушью", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "watercolor", + "langName": "акварельная живопись", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "(((ink))),((watercolor))", + "langName": "акварельная живопись", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Paint", + "langName": "краска", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "acrylic_paint", + "langName": "акриловая краска живопись", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Airbrush", + "langName": "Аэрография", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Coffee Paint", + "langName": "кофейная краска", + "object": "Тип изображения", + "attribute": "Рисование" + }, + { + "displayName": "Illustration", + "langName": "иллюстрация", + "object": "Тип изображения", + "attribute": "Иллюстрация" + }, + { + "displayName": "Storybook Illustration", + "langName": "Иллюстрация из сборника рассказов", + "object": "Тип изображения", + "attribute": "Иллюстрация" + }, + { + "displayName": "Children's Drawing", + "langName": "детские рисунки", + "object": "Тип изображения", + "attribute": "Иллюстрация" + }, + { + "displayName": "Graphic Novel", + "langName": "графический роман", + "object": "Тип изображения", + "attribute": "Иллюстрация" + }, + { + "displayName": "Visual Novel", + "langName": "визуальный роман", + "object": "Тип изображения", + "attribute": "Иллюстрация" + }, + { + "displayName": "Illustrated-Booklet", + "langName": "иллюстрированная брошюра", + "object": "Тип изображения", + "attribute": "Иллюстрация" + }, + { + "displayName": "Illuminated Manuscript", + "langName": "Иллюстрированная рукопись", + "object": "Тип изображения", + "attribute": "Иллюстрация" + }, + { + "displayName": "Assembly Drawing", + "langName": "Сборочный чертеж", + "object": "Тип изображения", + "attribute": "Иллюстрация" + }, + { + "displayName": "wallpaper", + "langName": "обои", + "object": "Тип изображения", + "attribute": "Иллюстрация" + }, + { + "displayName": "extremely detailed wallpaper", + "langName": "Очень подробные обои", + "object": "Тип изображения", + "attribute": "Иллюстрация" + }, + { + "displayName": "digital illustration", + "langName": "цифровая иллюстрация", + "object": "Тип изображения", + "attribute": "Иллюстрация" + }, + { + "displayName": "multiple item spritedsheet", + "langName": "Коллекция изображений нескольких связанных узоров", + "object": "Тип изображения", + "attribute": "Иллюстрация" + }, + { + "displayName": "game cg", + "langName": "Игра CG", + "object": "Тип изображения", + "attribute": "Иллюстрация" + }, + { + "displayName": "extremely detailed cg", + "langName": "Очень подробная компьютерная графика", + "object": "Тип изображения", + "attribute": "Иллюстрация" + }, + { + "displayName": "Drawing", + "langName": "рисование", + "object": "Тип изображения", + "attribute": "Нарисовано от руки" + }, + { + "displayName": "Hand-Drawn", + "langName": "нарисовано от руки", + "object": "Тип изображения", + "attribute": "Нарисовано от руки" + }, + { + "displayName": "Doodle", + "langName": "Граффити", + "object": "Тип изображения", + "attribute": "Нарисовано от руки" + }, + { + "displayName": "sketch", + "langName": "эскиз", + "object": "Тип изображения", + "attribute": "Нарисовано от руки" + }, + { + "displayName": "posing sketch", + "langName": "эскиз", + "object": "Тип изображения", + "attribute": "Нарисовано от руки" + }, + { + "displayName": "Line Art", + "langName": "линейный рисунок", + "object": "Тип изображения", + "attribute": "Нарисовано от руки" + }, + { + "displayName": "Crosshatch", + "langName": "перекрестная штриховка", + "object": "Тип изображения", + "attribute": "Нарисовано от руки" + }, + { + "displayName": "Stipple", + "langName": "Пуантилизм", + "object": "Тип изображения", + "attribute": "Нарисовано от руки" + }, + { + "displayName": "Dot Art", + "langName": "Пуантилизм", + "object": "Тип изображения", + "attribute": "Нарисовано от руки" + }, + { + "displayName": "Anatomical Drawing", + "langName": "Анатомическая диаграмма", + "object": "Тип изображения", + "attribute": "Нарисовано от руки" + }, + { + "displayName": "(posing sketch),(monochrome)", + "langName": "черно-белый набросок", + "object": "Тип изображения", + "attribute": "Нарисовано от руки" + }, + { + "displayName": "Pencil Art", + "langName": "рисунок карандашом", + "object": "Тип изображения", + "attribute": "Карандаш" + }, + { + "displayName": "graphite", + "langName": "графитовый карандаш", + "object": "Тип изображения", + "attribute": "Карандаш" + }, + { + "displayName": "colored_pencil", + "langName": "цветные карандаши", + "object": "Тип изображения", + "attribute": "Карандаш" + }, + { + "displayName": "watercolor_pencil", + "langName": "акварельный карандаш", + "object": "Тип изображения", + "attribute": "Карандаш" + }, + { + "displayName": "charcoal art", + "langName": "Рисунок углем", + "object": "Тип изображения", + "attribute": "Карандаш" + }, + { + "displayName": "millipen_(medium)", + "langName": "ручка для рисования", + "object": "Тип изображения", + "attribute": "Карандаш" + }, + { + "displayName": "nib_pen_(medium)", + "langName": "ручка для рисования", + "object": "Тип изображения", + "attribute": "Карандаш" + }, + { + "displayName": "(monochrome),(gray scale),(pencil sketch lines)", + "langName": "карандашный набросок", + "object": "Тип изображения", + "attribute": "Карандаш" + }, + { + "displayName": "faux_traditional_media", + "langName": "Стиль живописи знака", + "object": "Тип изображения", + "attribute": "Карандаш" + }, + { + "displayName": "Ink", + "langName": "чернила", + "object": "Тип изображения", + "attribute": "Чернила" + }, + { + "displayName": "Fountain Pen", + "langName": "ручка", + "object": "Тип изображения", + "attribute": "Чернила" + }, + { + "displayName": "Fountain Pen Art", + "langName": "рисунок пером", + "object": "Тип изображения", + "attribute": "Чернила" + }, + { + "displayName": "Ballpoint Pen", + "langName": "шариковая ручка", + "object": "Тип изображения", + "attribute": "Чернила" + }, + { + "displayName": "Gel Pen", + "langName": "гелевая ручка", + "object": "Тип изображения", + "attribute": "Чернила" + }, + { + "displayName": "ballpoint_pen_(medium)", + "langName": "шариковая ручка", + "object": "Тип изображения", + "attribute": "Чернила" + }, + { + "displayName": "Calligraphy", + "langName": "каллиграфия", + "object": "Тип изображения", + "attribute": "Чернила" + }, + { + "displayName": "marker_(medium)", + "langName": "маркер", + "object": "Тип изображения", + "attribute": "Чернила" + }, + { + "displayName": "copics", + "langName": "Маркер (нейтральный серый)", + "object": "Тип изображения", + "attribute": "Чернила" + }, + { + "displayName": "Dry-Erase Marker", + "langName": "маркер для белой доски", + "object": "Тип изображения", + "attribute": "Чернила" + }, + { + "displayName": "Wet-Erase Marker", + "langName": "стираемый маркер", + "object": "Тип изображения", + "attribute": "Чернила" + }, + { + "displayName": "Whiteboard", + "langName": "белая доска", + "object": "Тип изображения", + "attribute": "Чернила" + }, + { + "displayName": "pastel_color", + "langName": "пастельные тона", + "object": "Тип изображения", + "attribute": "Чернила" + }, + { + "displayName": "Crayon", + "langName": "мелок", + "object": "Тип изображения", + "attribute": "Мел" + }, + { + "displayName": "Conte", + "langName": "Канси ручка", + "object": "Тип изображения", + "attribute": "Мел" + }, + { + "displayName": "Chalk", + "langName": "мел", + "object": "Тип изображения", + "attribute": "Мел" + }, + { + "displayName": "Pastel Art", + "langName": "пастельная живопись", + "object": "Тип изображения", + "attribute": "Мел" + }, + { + "displayName": "Blackboard", + "langName": "доска", + "object": "Тип изображения", + "attribute": "Мел" + }, + { + "displayName": "Chalkboard", + "langName": "доска", + "object": "Тип изображения", + "attribute": "Мел" + }, + { + "displayName": "Text", + "langName": "текст", + "object": "Тип изображения", + "attribute": "Текст" + }, + { + "displayName": "Typeface", + "langName": "шрифт", + "object": "Тип изображения", + "attribute": "Текст" + }, + { + "displayName": "Font", + "langName": "шрифт", + "object": "Тип изображения", + "attribute": "Текст" + }, + { + "displayName": "Says", + "langName": "объяснять", + "object": "Тип изображения", + "attribute": "Текст" + }, + { + "displayName": "Letters", + "langName": "письмо", + "object": "Тип изображения", + "attribute": "Текст" + }, + { + "displayName": "Graphemes", + "langName": "графема", + "object": "Тип изображения", + "attribute": "Текст" + }, + { + "displayName": "Written Letters", + "langName": "написание писем", + "object": "Тип изображения", + "attribute": "Текст" + }, + { + "displayName": "Words", + "langName": "слово", + "object": "Тип изображения", + "attribute": "Текст" + }, + { + "displayName": "Lexemes", + "langName": "морфема", + "object": "Тип изображения", + "attribute": "Текст" + }, + { + "displayName": "Written Words", + "langName": "написанное слово", + "object": "Тип изображения", + "attribute": "Текст" + }, + { + "displayName": "Caption", + "langName": "заголовок", + "object": "Тип изображения", + "attribute": "Текст" + }, + { + "displayName": "Logo", + "langName": "торговая марка", + "object": "Тип изображения", + "attribute": "Печать" + }, + { + "displayName": "Stamp", + "langName": "штамп", + "object": "Тип изображения", + "attribute": "Печать" + }, + { + "displayName": "Postage Stamp", + "langName": "штамп", + "object": "Тип изображения", + "attribute": "Печать" + }, + { + "displayName": "Business Card", + "langName": "визитная карточка", + "object": "Тип изображения", + "attribute": "Печать" + }, + { + "displayName": "Collage", + "langName": "коллаж", + "object": "Тип изображения", + "attribute": "Печать" + }, + { + "displayName": "Photocollage", + "langName": "фотоколлаж", + "object": "Тип изображения", + "attribute": "Печать" + }, + { + "displayName": "Fotocollage", + "langName": "фотоколлаж", + "object": "Тип изображения", + "attribute": "Печать" + }, + { + "displayName": "Lithography", + "langName": "литография", + "object": "Тип изображения", + "attribute": "Печать" + }, + { + "displayName": "Block Printing", + "langName": "Печать", + "object": "Тип изображения", + "attribute": "Печать" + }, + { + "displayName": "Magazine", + "langName": "Журнал", + "object": "Тип изображения", + "attribute": "Печать" + }, + { + "displayName": "Newspaper", + "langName": "газета", + "object": "Тип изображения", + "attribute": "Печать" + }, + { + "displayName": "Newsprint", + "langName": "газетная бумага", + "object": "Тип изображения", + "attribute": "Печать" + }, + { + "displayName": "Cartographic", + "langName": "картографирование", + "object": "Тип изображения", + "attribute": "Печать" + }, + { + "displayName": "Blueprint", + "langName": "план", + "object": "Тип изображения", + "attribute": "Печать" + }, + { + "displayName": "comic", + "langName": "комиксы", + "object": "Тип изображения", + "attribute": "Печать" + }, + { + "displayName": "Comic Book", + "langName": "комикс", + "object": "Тип изображения", + "attribute": "Печать" + }, + { + "displayName": "Booklet", + "langName": "буклет", + "object": "Тип изображения", + "attribute": "Печать" + }, + { + "displayName": "Poster", + "langName": "постер", + "object": "Тип изображения", + "attribute": "Печать" + }, + { + "displayName": "Sticker", + "langName": "наклейка", + "object": "Тип изображения", + "attribute": "Печать" + }, + { + "displayName": "Barcode", + "langName": "штрих-код", + "object": "Тип изображения", + "attribute": "Печать" + }, + { + "displayName": "QR Code", + "langName": "QR-код", + "object": "Тип изображения", + "attribute": "Печать" + }, + { + "displayName": "Pokemon Card", + "langName": "Карты покемонов (карманные монстры)", + "object": "Тип изображения", + "attribute": "Печать" + }, + { + "displayName": "Origami", + "langName": "оригами", + "object": "Тип изображения", + "attribute": "Оригами" + }, + { + "displayName": "Modular Origami", + "langName": "Модульное оригами", + "object": "Тип изображения", + "attribute": "Оригами" + }, + { + "displayName": "Rigid Origami", + "langName": "жесткое оригами", + "object": "Тип изображения", + "attribute": "Оригами" + }, + { + "displayName": "Sonobe", + "langName": "оригами букет", + "object": "Тип изображения", + "attribute": "Оригами" + }, + { + "displayName": "Kirigami", + "langName": "резка бумаги", + "object": "Тип изображения", + "attribute": "Оригами" + }, + { + "displayName": "Moneygami", + "langName": "оригами из банкнот", + "object": "Тип изображения", + "attribute": "Оригами" + }, + { + "displayName": "Wet-Folding", + "langName": "Мокрая складка", + "object": "Тип изображения", + "attribute": "Оригами" + }, + { + "displayName": "pixel art", + "langName": "пиксельное искусство", + "object": "Тип изображения", + "attribute": "Мозаика" + }, + { + "displayName": "Mosaic", + "langName": "мозаика", + "object": "Тип изображения", + "attribute": "Мозаика" + }, + { + "displayName": "Micromosaic", + "langName": "Микромозаика", + "object": "Тип изображения", + "attribute": "Мозаика" + }, + { + "displayName": "Glass Mosaic", + "langName": "стеклянная мозаика", + "object": "Тип изображения", + "attribute": "Мозаика" + }, + { + "displayName": "Photographic Mosaic", + "langName": "фотомозаика", + "object": "Тип изображения", + "attribute": "Мозаика" + }, + { + "displayName": "Impressionist Mosaic", + "langName": "импрессионистская мозаика", + "object": "Тип изображения", + "attribute": "Мозаика" + }, + { + "displayName": "Frame", + "langName": "фоторамка", + "object": "Тип изображения", + "attribute": "Рамка" + }, + { + "displayName": "Framed", + "langName": "оформленный", + "object": "Тип изображения", + "attribute": "Рамка" + }, + { + "displayName": "Wooden Frame", + "langName": "деревянная фоторамка", + "object": "Тип изображения", + "attribute": "Рамка" + }, + { + "displayName": "Wooden Framed", + "langName": "деревянная рамка для картины", + "object": "Тип изображения", + "attribute": "Рамка" + }, + { + "displayName": "Carving", + "langName": "гравировка", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Etching", + "langName": "травление", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Sculpture", + "langName": "скульптура", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Papercutting", + "langName": "резка бумаги", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "silhouette", + "langName": "силуэт", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Whittling", + "langName": "нож для разделки", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Wood-Carving", + "langName": "резьба по дереву", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Chip-Carving", + "langName": "цветочная резьба", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Relief-Carving", + "langName": "облегчение", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Ice-Carving", + "langName": "ледяная скульптура", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Lacquer", + "langName": "лаковое искусство", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "String-Art", + "langName": "струнное искусство", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Paper-Mache", + "langName": "формирование пульпы", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Paper Model", + "langName": "бумажная модель", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Card", + "langName": "карта", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Carved Lacquer", + "langName": "резной лак", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Fretwork", + "langName": "Процесс выдалбливания", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Intaglio", + "langName": "глубокая печать", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Mezzotint", + "langName": "Краска для медной пластины", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Aquatint", + "langName": "глубокая печать", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Linocut", + "langName": "Трафаретная печать", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Pyrography", + "langName": "Окраска точек припоя", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Puppet", + "langName": "кукольный", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Balloon Modelling", + "langName": "модель воздушного шара", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Balloon Twisting", + "langName": "Воздушные шары разных форм", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Circuit", + "langName": "Линейная диаграмма", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Circuitry", + "langName": "схема", + "object": "Тип изображения", + "attribute": "Гравюра, травление и моделирование" + }, + { + "displayName": "Dalle de verre", + "langName": "витраж", + "object": "Тип изображения", + "attribute": "Керамика и стекло" + }, + { + "displayName": "Encaustic painting", + "langName": "роспись по фарфору", + "object": "Тип изображения", + "attribute": "Керамика и стекло" + }, + { + "displayName": "Glaze", + "langName": "глазурь", + "object": "Тип изображения", + "attribute": "Керамика и стекло" + }, + { + "displayName": "Overglaze", + "langName": "Глазурь", + "object": "Тип изображения", + "attribute": "Керамика и стекло" + }, + { + "displayName": "Inglaze", + "langName": "Подглазурная", + "object": "Тип изображения", + "attribute": "Керамика и стекло" + }, + { + "displayName": "Azulejo", + "langName": "Азулежу", + "object": "Тип изображения", + "attribute": "Керамика и стекло" + }, + { + "displayName": "Paleolithic Pottery", + "langName": "Палеолитическая керамика", + "object": "Тип изображения", + "attribute": "Керамика и стекло" + }, + { + "displayName": "Neolithic Pottery", + "langName": "Керамика эпохи неолита", + "object": "Тип изображения", + "attribute": "Керамика и стекло" + }, + { + "displayName": "Bone China", + "langName": "костяной фарфор", + "object": "Тип изображения", + "attribute": "Керамика и стекло" + }, + { + "displayName": "Ornament", + "langName": "украшение", + "object": "Тип изображения", + "attribute": "Керамика и стекло" + }, + { + "displayName": "Light Art", + "langName": "световое искусство", + "object": "Тип изображения", + "attribute": "Свет" + }, + { + "displayName": "Light Painting", + "langName": "световая живопись", + "object": "Тип изображения", + "attribute": "Свет" + }, + { + "displayName": "Lightpainting", + "langName": "световая живопись", + "object": "Тип изображения", + "attribute": "Свет" + }, + { + "displayName": "traditional_media", + "langName": "Традиционный холст (например, бумага и т.п.)", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Wall Decal", + "langName": "настенные наклейки", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Banner", + "langName": "баннер", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Signage", + "langName": "вывески", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Arts and Crafts", + "langName": "искусство и ремесла", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Resin", + "langName": "Эпоксидная смола", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Enamel Pin", + "langName": "Эмалевая булавка", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Bejeweled", + "langName": "Инкрустированные драгоценные камни", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Latte Art", + "langName": "Латте-арт", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Coffee Stain", + "langName": "пятна от кофе", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Smoke Art", + "langName": "дымовое искусство", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Sticker Bomb", + "langName": "бомба-наклейка", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Jigsaw", + "langName": "головоломка", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Puzzle", + "langName": "пазл", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Maze", + "langName": "лабиринт", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Toy", + "langName": "Игрушка", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Site-Specific art", + "langName": "сайт-специфическое искусство", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Public Art", + "langName": "публичное искусство", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Diorama", + "langName": "диорама", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Hedge Trimming", + "langName": "обрезка живой изгороди", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Hatmaking", + "langName": "изготовление шляп", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Stencil", + "langName": "трафарет", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Negative Space", + "langName": "отрицательное пространство", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Scrapbooking", + "langName": "альбом для вырезок", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Mixed Media", + "langName": "смешанная техника", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Frottage", + "langName": "Картина «Паническое бегство»", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Outlined", + "langName": "контур", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Glitter", + "langName": "блеск", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Sparkly", + "langName": "блестящий", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Indian Art", + "langName": "индийское искусство", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Soviet Art", + "langName": "советское искусство", + "object": "Тип изображения", + "attribute": "Другие медиа" + }, + { + "displayName": "Rock Art", + "langName": "петроглифы", + "object": "Тип изображения", + "attribute": "Традиционное искусство" + }, + { + "displayName": "Cave Art", + "langName": "пещерное искусство", + "object": "Тип изображения", + "attribute": "Традиционное искусство" + }, + { + "displayName": "Mural", + "langName": "фреска", + "object": "Тип изображения", + "attribute": "Традиционное искусство" + }, + { + "displayName": "Easter Egg", + "langName": "пасхальное яйцо", + "object": "Тип изображения", + "attribute": "Традиционное искусство" + }, + { + "displayName": "Egg Decorating", + "langName": "Крашеные яйца", + "object": "Тип изображения", + "attribute": "Традиционное искусство" + }, + { + "displayName": "((art nouveau))", + "langName": "модерн", + "object": "Художественный стиль", + "attribute": "Исторический художественный стиль" + }, + { + "displayName": "((classicism))", + "langName": "классицизм", + "object": "Художественный стиль", + "attribute": "Исторический художественный стиль" + }, + { + "displayName": "((neoclassicism))", + "langName": "неоклассицизм", + "object": "Художественный стиль", + "attribute": "Исторический художественный стиль" + }, + { + "displayName": "((romanticism))", + "langName": "романтизм", + "object": "Художественный стиль", + "attribute": "Исторический художественный стиль" + }, + { + "displayName": "Gothic art", + "langName": "готическое искусство", + "object": "Художественный стиль", + "attribute": "Исторический художественный стиль" + }, + { + "displayName": "Baroque", + "langName": "Барокко", + "object": "Художественный стиль", + "attribute": "Исторический художественный стиль" + }, + { + "displayName": "Pre-Raphaelite Brotherhood", + "langName": "Прерафаэлит", + "object": "Художественный стиль", + "attribute": "Исторический художественный стиль" + }, + { + "displayName": "renaissance art", + "langName": "стиль ренессанс", + "object": "Художественный стиль", + "attribute": "Исторический художественный стиль" + }, + { + "displayName": "academic art", + "langName": "академический", + "object": "Художественный стиль", + "attribute": "Исторический художественный стиль" + }, + { + "displayName": "academicism", + "langName": "академизм", + "object": "Художественный стиль", + "attribute": "Исторический художественный стиль" + }, + { + "displayName": "ancient greek art", + "langName": "древнегреческое искусство", + "object": "Художественный стиль", + "attribute": "Исторический художественный стиль" + }, + { + "displayName": "ancient egypt", + "langName": "древний египет", + "object": "Художественный стиль", + "attribute": "Исторический художественный стиль" + }, + { + "displayName": "Minimalism", + "langName": "минимализм", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "Modern Art", + "langName": "современное искусство", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "contemporary art", + "langName": "современное искусство", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "Concept Art", + "langName": "концепт-арт", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "Digital Art", + "langName": "цифровое искусство", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "visionary art", + "langName": "изобразительное искусство", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "Hyperrealistic", + "langName": "гиперреалистичный", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "hyperrealism", + "langName": "реализм", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "abstract expressionism", + "langName": "абстрактный экспрессионизм", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "cubism", + "langName": "кубизм", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "impressionism", + "langName": "Импрессионизм", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "Neo-impressionism", + "langName": "постимпрессионизм", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "fauvism", + "langName": "фовизм", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "expressionism", + "langName": "Экспрессионизм", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "Pop art", + "langName": "поп-арт", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "((abstract art))", + "langName": "абстрактное искусство", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "((Dadaism))", + "langName": "Дадаизм", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "((futurism))", + "langName": "футуристический", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "Warhol", + "langName": "Стиль Энди Уорхола", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "street art", + "langName": "уличное искусство", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "folk art", + "langName": "народное искусство", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "Bauhaus Style", + "langName": "стиль Баухаус", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "Luminsm", + "langName": "хроматизм", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "Constructivism", + "langName": "конструктивизм", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "((dieselpunk))", + "langName": "дизельпанк", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "streampunk", + "langName": "стимпанк", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "Disney style", + "langName": "стиль диснея", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "Picos style", + "langName": "стиль Пиксар", + "object": "Художественный стиль", + "attribute": "Современное искусство" + }, + { + "displayName": "realism", + "langName": "реализм", + "object": "Художественный стиль", + "attribute": "Вымысел и реальность" + }, + { + "displayName": "Surrealistic", + "langName": "Сюрреализм", + "object": "Художественный стиль", + "attribute": "Вымысел и реальность" + }, + { + "displayName": "Social realism", + "langName": "социальный реализм", + "object": "Художественный стиль", + "attribute": "Вымысел и реальность" + }, + { + "displayName": "Magic Realism", + "langName": "магический реализм", + "object": "Художественный стиль", + "attribute": "Вымысел и реальность" + }, + { + "displayName": "Fantastic Realism", + "langName": "магический реализм", + "object": "Художественный стиль", + "attribute": "Вымысел и реальность" + }, + { + "displayName": "Classical Realism", + "langName": "критический реализм", + "object": "Художественный стиль", + "attribute": "Вымысел и реальность" + }, + { + "displayName": "miserablism", + "langName": "Меланхолия (критика бедности и несправедливости в обществе)", + "object": "Художественный стиль", + "attribute": "Вымысел и реальность" + }, + { + "displayName": "Contemporary Realism", + "langName": "современный реализм", + "object": "Художественный стиль", + "attribute": "Вымысел и реальность" + }, + { + "displayName": "Non-Fiction", + "langName": "документальный фильм", + "object": "Художественный стиль", + "attribute": "Вымысел и реальность" + }, + { + "displayName": "ukiyoe", + "langName": "Японский Укиё-э", + "object": "Художественный стиль", + "attribute": "азиатское искусство" + }, + { + "displayName": "illustration,(((ukiyoe))),((sketch)),((japanese_art))", + "langName": "Укиё-э (группа)", + "object": "Художественный стиль", + "attribute": "азиатское искусство" + }, + { + "displayName": "traditional chinese painting", + "langName": "Китайская традиционная живопись", + "object": "Художественный стиль", + "attribute": "азиатское искусство" + }, + { + "displayName": "Japonism", + "langName": "японский стиль", + "object": "Художественный стиль", + "attribute": "азиатское искусство" + }, + { + "displayName": "Japanese manga style", + "langName": "Японский стиль манга", + "object": "Художественный стиль", + "attribute": "азиатское искусство" + }, + { + "displayName": "anime style", + "langName": "стиль анимации", + "object": "Художественный стиль", + "attribute": "азиатское искусство" + }, + { + "displayName": "Aestheticism Painting", + "langName": "эстетизм живопись", + "object": "Художественный стиль", + "attribute": "Стиль фотографии/живописи" + }, + { + "displayName": "pastel color,sketch", + "langName": "Стиль быстрой покраски", + "object": "Художественный стиль", + "attribute": "Стиль фотографии/живописи" + }, + { + "displayName": "ink doodle", + "langName": "чернильный рисунок", + "object": "Художественный стиль", + "attribute": "Стиль фотографии/живописи" + }, + { + "displayName": "charcoal sketch", + "langName": "Набросок углем", + "object": "Художественный стиль", + "attribute": "Стиль фотографии/живописи" + }, + { + "displayName": "sketch art", + "langName": "эскизное искусство", + "object": "Художественный стиль", + "attribute": "Стиль фотографии/живописи" + }, + { + "displayName": "sketch paper", + "langName": "бумага для эскизов", + "object": "Художественный стиль", + "attribute": "Стиль фотографии/живописи" + }, + { + "displayName": "manuscript", + "langName": "рукопись", + "object": "Художественный стиль", + "attribute": "Стиль фотографии/живописи" + }, + { + "displayName": "fading border", + "langName": "выцветшая граница", + "object": "Художественный стиль", + "attribute": "Стиль фотографии/живописи" + }, + { + "displayName": "heavy contrast", + "langName": "Сильный контраст (акцент на цвете)", + "object": "Художественный стиль", + "attribute": "Стиль фотографии/живописи" + }, + { + "displayName": "watercolor (medium)", + "langName": "прозрачная акварельная живопись", + "object": "Художественный стиль", + "attribute": "Стиль фотографии/живописи" + }, + { + "displayName": "Polaroid art", + "langName": "полароидное искусство", + "object": "Художественный стиль", + "attribute": "Стиль фотографии/живописи" + }, + { + "displayName": "opal render", + "langName": "Опаловый рендеринг", + "object": "Художественный стиль", + "attribute": "Стиль фотографии/живописи" + }, + { + "displayName": "chemigram", + "langName": "Хроматограмма", + "object": "Художественный стиль", + "attribute": "Стиль фотографии/живописи" + }, + { + "displayName": "((alphonse mucha))", + "langName": "стиль Мухи", + "object": "Художественный стиль", + "attribute": "Стиль фотографии/живописи" + }, + { + "displayName": "((Monet style))", + "langName": "стиль Моне", + "object": "Художественный стиль", + "attribute": "Стиль фотографии/живописи" + }, + { + "displayName": "style of Al Williamson", + "langName": "стиль Уильямсона", + "object": "Художественный стиль", + "attribute": "Стиль фотографии/живописи" + }, + { + "displayName": "chiaroscuro", + "langName": "светотени", + "object": "Художественный стиль", + "attribute": "Стиль фотографии/живописи" + }, + { + "displayName": "film noir", + "langName": "Фильм нуар (вина, желание, месть)", + "object": "Художественный стиль", + "attribute": "Стиль фотографии/живописи" + }, + { + "displayName": "dark theme", + "langName": "Темная тема искусства", + "object": "Художественный стиль", + "attribute": "Стиль фотографии/живописи" + }, + { + "displayName": "fantasy", + "langName": "Подходит для научно-фантастических сцен.", + "object": "Художественный стиль", + "attribute": "научная фантастика" + }, + { + "displayName": "fiction", + "langName": "научная фантастика", + "object": "Художественный стиль", + "attribute": "научная фантастика" + }, + { + "displayName": "science fiction", + "langName": "научная фантастика", + "object": "Художественный стиль", + "attribute": "научная фантастика" + }, + { + "displayName": "sci-fi", + "langName": "научно-фантастический стиль", + "object": "Художественный стиль", + "attribute": "научная фантастика" + }, + { + "displayName": "cyber punk", + "langName": "киберпанк", + "object": "Художественный стиль", + "attribute": "научная фантастика" + }, + { + "displayName": "Dark Fantasy", + "langName": "темное фэнтези", + "object": "Художественный стиль", + "attribute": "научная фантастика" + }, + { + "displayName": "Ethereal Fantasy", + "langName": "Туманная фантазия", + "object": "Художественный стиль", + "attribute": "научная фантастика" + }, + { + "displayName": "dark fantasy style", + "langName": "стиль темного фэнтези", + "object": "Художественный стиль", + "attribute": "научная фантастика" + }, + { + "displayName": "ww3 style", + "langName": "стиль 3 мировой войны", + "object": "Художественный стиль", + "attribute": "научная фантастика" + }, + { + "displayName": "Magic Vortex", + "langName": "магический вихрь", + "object": "Художественный стиль", + "attribute": "научная фантастика" + }, + { + "displayName": "1980s anime", + "langName": "80 анимаций", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "80s movie", + "langName": "80 фильмов", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "80s (style)", + "langName": "стиль 80-х", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "90s (style)", + "langName": "стиль 90-х", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "disney movie", + "langName": "фильмы Диснея", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "goth", + "langName": "готический рок", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "bubble bobble", + "langName": "Пузырь-бубль", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "style of Pixar", + "langName": "пиксар анимация", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "Studio Ghibli", + "langName": "Стиль Гибли", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "Ghibli-like colours", + "langName": "цвета гибли", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "genshin impact", + "langName": "Геншин Удар", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "azur lane", + "langName": "Лазурный переулок", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "kantai collection", + "langName": "сбор флота", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "rebecca (cyberpunk)", + "langName": "ходящий по краю", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "chainsaw man", + "langName": "человек с бензопилой", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "synthwave", + "langName": "паровая волна", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "anime screeshot", + "langName": "скриншот анимации", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "dakimakura", + "langName": "подушка", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "cosplay", + "langName": "ролевые игры", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "guro", + "langName": "Любопытство", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "personification", + "langName": "олицетворение", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "4koma", + "langName": "Четыре сетки", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "8 Bit Game", + "langName": "8-битные игры", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "DC Comics", + "langName": "Может генерировать комические сцены для обложек американских комиксов.", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "cartoon", + "langName": "Мультфильм", + "object": "Художественный стиль", + "attribute": "Субкультура" + }, + { + "displayName": "album", + "langName": "альбом", + "object": "Художественный стиль", + "attribute": "Публикация" + }, + { + "displayName": "album cover", + "langName": "обложка альбома", + "object": "Художественный стиль", + "attribute": "Публикация" + }, + { + "displayName": "magazine scan", + "langName": "Внутренние страницы журнала", + "object": "Художественный стиль", + "attribute": "Публикация" + }, + { + "displayName": "magazine cover", + "langName": "обложка журнала", + "object": "Художественный стиль", + "attribute": "Публикация" + }, + { + "displayName": "cover", + "langName": "крышка", + "object": "Художественный стиль", + "attribute": "Публикация" + }, + { + "displayName": "artbook", + "langName": "оригинальная картина", + "object": "Художественный стиль", + "attribute": "Публикация" + }, + { + "displayName": "column lineup", + "langName": "Серия маленьких картинок составляет большую картину", + "object": "Художественный стиль", + "attribute": "Публикация" + }, + { + "displayName": "zoom layer", + "langName": "Задний план представляет собой увеличенную версию переднего плана.", + "object": "Художественный стиль", + "attribute": "Публикация" + }, + { + "displayName": "3D Item Render", + "langName": "3D-рендеринг", + "object": "Художественный стиль", + "attribute": "Цифровое искусство" + }, + { + "displayName": "animated gif", + "langName": "Изображения в формате GIF", + "object": "Художественный стиль", + "attribute": "Цифровое искусство" + }, + { + "displayName": "fine art parody", + "langName": "Подражание известным картинам", + "object": "Художественный стиль", + "attribute": "Цифровое искусство" + }, + { + "displayName": "optical illusion", + "langName": "визуальная ошибка", + "object": "Художественный стиль", + "attribute": "Цифровое искусство" + }, + { + "displayName": "((ASCII art))", + "langName": "ASCII-искусство", + "object": "Художественный стиль", + "attribute": "Цифровое искусство" + }, + { + "displayName": "Synchronism", + "langName": "координация времени", + "object": "Художественный стиль", + "attribute": "Цифровое искусство" + }, + { + "displayName": "highres", + "langName": "импасто (стиль)", + "object": "Художественный стиль", + "attribute": "Цифровое искусство" + }, + { + "displayName": "sample", + "langName": "На картинке есть слова.", + "object": "Художественный стиль", + "attribute": "Цифровое искусство" + }, + { + "displayName": "dreamlike", + "langName": "мечтать", + "object": "Художественный стиль", + "attribute": "Цифровое искусство" + }, + { + "displayName": "pixiv", + "langName": "Портрет в чистом двухмерном стиле", + "object": "Художественный стиль", + "attribute": "Цифровое искусство" + }, + { + "displayName": "a beautiful korean idol,stylish outfit,fitted jeans,oversized jacket,fashionable accessories,(realistic detailed eyes,natural skin texture,confident expression)", + "langName": "Часто используемые портреты", + "object": "Постобработка", + "attribute": "Часто используемые коллекции" + }, + { + "displayName": "fitted jeans,oversized jacket,navel", + "langName": "Повседневное сочетание (джинсы + корсет для пупка)", + "object": "Постобработка", + "attribute": "Часто используемые коллекции" + }, + { + "displayName": "black hair,earrings,flash photography,jewelry,looking at viewer and facing viewer,solo,(upper body),smirk,long hair,ponytail,short sleeves,black dress,black eyes,makeup,lipstick,(cleavage visible,large breasts),face close-up,bend over,pale skin,downblouse,Arms supporting the bed,wearing necklace,(Bedroom background,bed and curtains behind her,Wardrobe,desk lamp),,detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "Частные фото", + "object": "Постобработка", + "attribute": "Часто используемые коллекции" + }, + { + "displayName": "cityscape backdrop,rooftop or high-rise balcony,shallow depth of field,bokeh from city lights", + "langName": "городской фон высотных зданий", + "object": "Постобработка", + "attribute": "Часто используемые коллекции" + }, + { + "displayName": "Fujifilm XT3,film still,film grain,sharp focus on subject,cinematic", + "langName": "Текстура пленки", + "object": "Постобработка", + "attribute": "Часто используемые коллекции" + }, + { + "displayName": "ultra-high definition", + "langName": "сверхвысокое разрешение", + "object": "Постобработка", + "attribute": "Разрешение" + }, + { + "displayName": "4k", + "langName": "4к", + "object": "Постобработка", + "attribute": "Разрешение" + }, + { + "displayName": "8K", + "langName": "8К", + "object": "Постобработка", + "attribute": "Разрешение" + }, + { + "displayName": "16k", + "langName": "16 тыс.", + "object": "Постобработка", + "attribute": "Разрешение" + }, + { + "displayName": "32k", + "langName": "32 тыс.", + "object": "Постобработка", + "attribute": "Разрешение" + }, + { + "displayName": "Full-HD", + "langName": "Full HD", + "object": "Постобработка", + "attribute": "Разрешение" + }, + { + "displayName": "HD", + "langName": "HD", + "object": "Постобработка", + "attribute": "Разрешение" + }, + { + "displayName": "Ultra-HD", + "langName": "сверхвысокое разрешение", + "object": "Постобработка", + "attribute": "Разрешение" + }, + { + "displayName": "Super-Resolution", + "langName": "супер разрешение", + "object": "Постобработка", + "attribute": "Разрешение" + }, + { + "displayName": "Megapixel", + "langName": "мегапиксели", + "object": "Постобработка", + "attribute": "Разрешение" + }, + { + "displayName": "absurdres", + "langName": "сверхвысокое разрешение", + "object": "Постобработка", + "attribute": "Разрешение" + }, + { + "displayName": "incredibly absurdres", + "langName": "чрезвычайно высокое разрешение", + "object": "Постобработка", + "attribute": "Разрешение" + }, + { + "displayName": "huge filesize", + "langName": "Супервысокое разрешение/большие файлы", + "object": "Постобработка", + "attribute": "Разрешение" + }, + { + "displayName": "Anaglyph", + "langName": "3D-живопись", + "object": "Постобработка", + "attribute": "Стереоскопическое зрение" + }, + { + "displayName": "Multiscopy", + "langName": "мультивьювер", + "object": "Постобработка", + "attribute": "Стереоскопическое зрение" + }, + { + "displayName": "Autostereoscopy", + "langName": "автостереоскопический", + "object": "Постобработка", + "attribute": "Стереоскопическое зрение" + }, + { + "displayName": "Stereoscopy", + "langName": "Стереофотография", + "object": "Постобработка", + "attribute": "Стереоскопическое зрение" + }, + { + "displayName": "Parallax", + "langName": "Параллакс", + "object": "Постобработка", + "attribute": "Стереоскопическое зрение" + }, + { + "displayName": "Anti-Aliasing", + "langName": "Сглаживание", + "object": "Постобработка", + "attribute": "Сглаживание" + }, + { + "displayName": "FXAA", + "langName": "FXAA", + "object": "Постобработка", + "attribute": "Сглаживание" + }, + { + "displayName": "TXAA", + "langName": "ТхАА", + "object": "Постобработка", + "attribute": "Сглаживание" + }, + { + "displayName": "RTX", + "langName": "передача в реальном времени", + "object": "Постобработка", + "attribute": "Сглаживание" + }, + { + "displayName": "SSAO", + "langName": "ССАО", + "object": "Постобработка", + "attribute": "Сглаживание" + }, + { + "displayName": "De-Noise", + "langName": "Снижение шума", + "object": "Постобработка", + "attribute": "Сглаживание" + }, + { + "displayName": "Shaders", + "langName": "шейдер", + "object": "Постобработка", + "attribute": "Шейдер" + }, + { + "displayName": "OpenGL-Shaders", + "langName": "OpenGL шейдеры", + "object": "Постобработка", + "attribute": "Шейдер" + }, + { + "displayName": "GLSL-Shaders", + "langName": "GLSL-шейдеры", + "object": "Постобработка", + "attribute": "Шейдер" + }, + { + "displayName": "Post Processing", + "langName": "постобработка", + "object": "Постобработка", + "attribute": "Шейдер" + }, + { + "displayName": "Post-Production", + "langName": "Пост-продакшн", + "object": "Постобработка", + "attribute": "Шейдер" + }, + { + "displayName": "Cel Shading", + "langName": "мета-раскраска", + "object": "Постобработка", + "attribute": "Шейдер" + }, + { + "displayName": "Tone Mapping", + "langName": "Тональное отображение", + "object": "Постобработка", + "attribute": "Шейдер" + }, + { + "displayName": "CGI", + "langName": "компьютерная визуализация", + "object": "Постобработка", + "attribute": "Шейдер" + }, + { + "displayName": "VFX", + "langName": "визуальные эффекты", + "object": "Постобработка", + "attribute": "Шейдер" + }, + { + "displayName": "SFX", + "langName": "Звуковые эффекты", + "object": "Постобработка", + "attribute": "Шейдер" + }, + { + "displayName": "Unreal Engine", + "langName": "Нереальный движок", + "object": "Постобработка", + "attribute": "Шейдер" + }, + { + "displayName": "Scan Lines", + "langName": "строка сканирования", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Posterization", + "langName": "тональная сегментация", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Quantization", + "langName": "Количественно", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Sobel Operator", + "langName": "Оператор Собеля", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Edge Detection", + "langName": "обнаружение края", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Interlaced", + "langName": "чересстрочная развертка", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Moire Patterns", + "langName": "муаровый узор", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Rounded", + "langName": "круглый", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Wavy", + "langName": "волнистый", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Whirl", + "langName": "вихрь", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Squiggly", + "langName": "рябь", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Morph", + "langName": "деформация", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Spiraling", + "langName": "спираль", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Twisted Rays", + "langName": "искаженный свет", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Starburst", + "langName": "звездообразование", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Emboss", + "langName": "облегчение", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Tessellated", + "langName": "мозаика", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Blobby", + "langName": "место", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Blobs", + "langName": "место", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Cracks", + "langName": "трескаться", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Textured", + "langName": "текстура", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Convolution Matrix", + "langName": "матрица свертки", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Dilate", + "langName": "зыбь", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Erode", + "langName": "эрозия", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Dirty", + "langName": "грязный", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "With Imperfections", + "langName": "дефектный", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Distortion", + "langName": "Искажение", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Lenticular", + "langName": "линзовидный", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Cropped", + "langName": "Обрезать", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Quantum-Wavetracing", + "langName": "Квантовая волновая трассировка", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Tornadic", + "langName": "торнадо", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Sabattier Effect", + "langName": "Обеспечивает мягкие, размытые края и цветовые переходы", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Smudged", + "langName": "Нечеткий", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Sharpened", + "langName": "заострить", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Glowing Edges", + "langName": "светящийся край", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Spherize", + "langName": "сфероидизация", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Harris Shutter", + "langName": "Снимайте быстродвижущиеся объекты или сохраняйте четкость изображения в условиях низкой освещенности", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Mordancage", + "langName": "офортная фотография", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Ray Traced", + "langName": "Трассировка лучей", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "Ray Tracing Ambient Occlusion", + "langName": "Трассировка лучей, окружающая окклюзия", + "object": "Постобработка", + "attribute": "Обработка изображений" + }, + { + "displayName": "award winning", + "langName": "Работы, отмеченные наградами", + "object": "Постобработка", + "attribute": "Качество" + }, + { + "displayName": "professional", + "langName": "главный", + "object": "Постобработка", + "attribute": "Качество" + }, + { + "displayName": "breathtaking", + "langName": "Оглушительный", + "object": "Постобработка", + "attribute": "Качество" + }, + { + "displayName": "groundbreaking", + "langName": "Новаторский", + "object": "Постобработка", + "attribute": "Качество" + }, + { + "displayName": "superb", + "langName": "первый класс", + "object": "Постобработка", + "attribute": "Качество" + }, + { + "displayName": "outstanding", + "langName": "Выдающийся", + "object": "Постобработка", + "attribute": "Качество" + }, + { + "displayName": "best quality", + "langName": "лучшее качество", + "object": "Постобработка", + "attribute": "Качество" + }, + { + "displayName": "best aesthetic", + "langName": "лучшая эстетика", + "object": "Постобработка", + "attribute": "Качество" + }, + { + "displayName": "masterpiece", + "langName": "шедевр", + "object": "Постобработка", + "attribute": "Качество" + }, + { + "displayName": "extreme detail", + "langName": "экстремальная детализация", + "object": "Постобработка", + "attribute": "Качество" + }, + { + "displayName": "amazing", + "langName": "удивительный", + "object": "Постобработка", + "attribute": "Качество" + }, + { + "displayName": "original", + "langName": "Оригинал", + "object": "Постобработка", + "attribute": "Качество" + }, + { + "displayName": "in a symbolic and meaningful style", + "langName": "Символический и значимый стиль", + "object": "Постобработка", + "attribute": "Качество" + }, + { + "displayName": "insanely detailed and intricate", + "langName": "чрезвычайно подробный и сложный", + "object": "Постобработка", + "attribute": "Качество" + }, + { + "displayName": "very coherent symmetrical artwork", + "langName": "Последовательная и симметричная структура", + "object": "Постобработка", + "attribute": "Качество" + }, + { + "displayName": "Trending on ArtStation", + "langName": "ArtStation", + "object": "Постобработка", + "attribute": "Платформа | Тенденции" + }, + { + "displayName": "Trending on Facebook", + "langName": "Фейсбук", + "object": "Постобработка", + "attribute": "Платформа | Тенденции" + }, + { + "displayName": "Trending on Pixiv", + "langName": "Пиксив", + "object": "Постобработка", + "attribute": "Платформа | Тенденции" + }, + { + "displayName": "Trending on Pixbay", + "langName": "Пиксбэй", + "object": "Постобработка", + "attribute": "Платформа | Тенденции" + }, + { + "displayName": "reddit", + "langName": "форум реддит", + "object": "Постобработка", + "attribute": "Платформа | Тенденции" + } +] \ No newline at end of file diff --git a/src/app/data/prompt/prompt-zh-hant.json b/src/app/data/prompt/prompt-zh-hant.json new file mode 100644 index 0000000..b0d530b --- /dev/null +++ b/src/app/data/prompt/prompt-zh-hant.json @@ -0,0 +1,29606 @@ +[ + { + "displayName": "female", + "langName": "女性", + "object": "人物", + "attribute": "主體" + }, + { + "displayName": "male", + "langName": "男性", + "object": "人物", + "attribute": "主體" + }, + { + "displayName": "mature_female", + "langName": "成熟女性", + "object": "人物", + "attribute": "主體" + }, + { + "displayName": "mature", + "langName": "成熟", + "object": "人物", + "attribute": "主體" + }, + { + "displayName": "little_girl", + "langName": "小女孩", + "object": "人物", + "attribute": "主體" + }, + { + "displayName": "little_boy", + "langName": "小男孩", + "object": "人物", + "attribute": "主體" + }, + { + "displayName": "1girl", + "langName": "1個女孩", + "object": "人物", + "attribute": "主體" + }, + { + "displayName": "1boy", + "langName": "1個男孩", + "object": "人物", + "attribute": "主體" + }, + { + "displayName": "2girls", + "langName": "2個女孩", + "object": "人物", + "attribute": "主體" + }, + { + "displayName": "2boys", + "langName": "2個男孩", + "object": "人物", + "attribute": "主體" + }, + { + "displayName": "sisters", + "langName": "姐妹", + "object": "人物", + "attribute": "主體" + }, + { + "displayName": "multiple_girls", + "langName": "多個女孩", + "object": "人物", + "attribute": "主體" + }, + { + "displayName": "solo", + "langName": "單人", + "object": "人物", + "attribute": "主體" + }, + { + "displayName": "ojousama", + "langName": "大小姐", + "object": "人物", + "attribute": "主體" + }, + { + "displayName": "bishoujo", + "langName": "美少女", + "object": "人物", + "attribute": "主體" + }, + { + "displayName": "kawaii", + "langName": "可愛", + "object": "人物", + "attribute": "主體" + }, + { + "displayName": "adorable_girl", + "langName": "可愛的女孩", + "object": "人物", + "attribute": "主體" + }, + { + "displayName": "female_pervert", + "langName": "痴女", + "object": "人物", + "attribute": "主體" + }, + { + "displayName": "milf", + "langName": "熟女", + "object": "人物", + "attribute": "主體" + }, + { + "displayName": "a beautiful korean idol", + "langName": "韓國偶像", + "object": "人物", + "attribute": "主體" + }, + { + "displayName": "lifeguard", + "langName": "救生員", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "goalkeeper", + "langName": "守門員", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "racer", + "langName": "賽車手", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "motorcyclist", + "langName": "摩托車手", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "boxer", + "langName": "拳擊手", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "acrobat", + "langName": "雜技演員", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "athletes", + "langName": "運動員", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "cheerleader", + "langName": "啦啦隊", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "stewardess", + "langName": "空姐", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "waitress", + "langName": "女服務員", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "waiter", + "langName": "男服務員", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "chef", + "langName": "廚師", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "barista", + "langName": "咖啡師", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "cashier", + "langName": "收銀員", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "mailman", + "langName": "郵遞員", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "office_lady", + "langName": "職場女性", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "maid", + "langName": "女僕", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "housemaid", + "langName": "女管家", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "doctor", + "langName": "醫生", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "nurse", + "langName": "護士", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "scientist", + "langName": "科學家", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "detective", + "langName": "偵探", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "police", + "langName": "警察", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "soldier", + "langName": "士兵", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "firefighter", + "langName": "消防員", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "hacker", + "langName": "黑客", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "spy", + "langName": "間諜", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "agent", + "langName": "特工", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "assassin", + "langName": "刺客", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "magician", + "langName": "魔術師", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "pilot", + "langName": "飛行員", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "astronaut", + "langName": "宇航員", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "diver", + "langName": "潛水員", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "bar censor", + "langName": "酒吧審查員", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "missionary", + "langName": "傳教士", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "poet", + "langName": "詩人", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "actor", + "langName": "男演員", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "actress", + "langName": "女演員", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "idol", + "langName": "偶像", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "queen", + "langName": "女王", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "race_queen", + "langName": "賽車女郎", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "dancer", + "langName": "舞者", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "ballerina", + "langName": "芭蕾舞演員", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "dancing girl", + "langName": "舞女", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "gym_leader", + "langName": "體操教練", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "priest", + "langName": "牧師", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "cleric", + "langName": "神職人員(基督教)", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "monk", + "langName": "和尚", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "nun", + "langName": "修女", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "makihitsuji", + "langName": "牧羊人", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "the hermit", + "langName": "隱士", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "teacher", + "langName": "老師", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "classmate", + "langName": "同學", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "student", + "langName": "學生", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "harem", + "langName": "後宮", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "ghost", + "langName": "幽靈", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "doll", + "langName": "人偶", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "albino", + "langName": "白化病患者", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "amputee", + "langName": "截肢者", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "trap", + "langName": "偽娘(具有女性特徵的男性可能被誤認為是女性)", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "crossdressing", + "langName": "偽娘(穿著與自己性別身份不相符的服裝)", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "otoko_no_ko", + "langName": "偽娘(外觀上表現出女性特徵的男性)", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "wa_maid", + "langName": "和風女僕", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "yaoi", + "langName": "搞基", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "yuri", + "langName": "百合", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "pikachu", + "langName": "皮卡丘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "pokemon", + "langName": "寶可夢", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "doraemon", + "langName": "哆啦A夢", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "crayon shin-chan", + "langName": "蠟筆小新", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "slam dunk", + "langName": "灌籃高手", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "harry potter", + "langName": "哈利波特", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "avengers", + "langName": "復仇者聯盟", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "captain america", + "langName": "美國隊長", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "gojou satoru", + "langName": "五條悟", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "neon genesis evangelion", + "langName": "新世紀福音戰士", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "mazinger", + "langName": "神奇女俠", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "saint seiya", + "langName": "聖鬥士星矢", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "kamen rider", + "langName": "假面騎士", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "mario", + "langName": "馬里奧", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "sun wukong", + "langName": "孫悟空", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "hatsune miku", + "langName": "初音未來", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "magical_girl", + "langName": "魔法少女", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "sailor_senshi", + "langName": "美少女戰士", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "witch", + "langName": "女巫", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "miko", + "langName": "巫女", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "mage", + "langName": "巫師", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "magister", + "langName": "魔導師", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "ninja", + "langName": "忍者", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "samurai", + "langName": "日本武士", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "vampire", + "langName": "吸血鬼", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "knight", + "langName": "騎士", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "orc", + "langName": "半獸人", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "druid", + "langName": "德魯伊", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "elf", + "langName": "妖精", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "dark_elf", + "langName": "暗精靈", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "fairy", + "langName": "小精靈", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "succubus", + "langName": "魅魔", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "imp", + "langName": "小惡魔", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "devil", + "langName": "魔鬼", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "angel", + "langName": "天使", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "monster", + "langName": "怪物", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "monster_girl", + "langName": "人外娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "dominatrix", + "langName": "女王(SM中)", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "mecha", + "langName": "機甲", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "mecha_musume", + "langName": "機甲娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "humanoid_robot", + "langName": "類人機器人", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "cyborg", + "langName": "半機械人", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "dragon_girl", + "langName": "龍娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "centaur", + "langName": "半人馬", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "slime_musume", + "langName": "史萊姆娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "spider_girl", + "langName": "蜘蛛娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "mermaid", + "langName": "美人魚", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "cat_girl", + "langName": "貓娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "dog_girl", + "langName": "犬娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "wolf_girl", + "langName": "狼女孩", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "fox_girl", + "langName": "狐娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "kitsune", + "langName": "狐妖", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "kyuubi", + "langName": "九尾|九尾狐", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "raccoon_girl", + "langName": "浣熊娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "bunny_girl", + "langName": "兔娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "cow_girl", + "langName": "牛娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "horse_girl", + "langName": "馬娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "furry", + "langName": "獸人", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "furry/orc", + "langName": "獸人/半獸人", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "kemonomimi_mode", + "langName": "獸耳蘿莉模式", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "giantess", + "langName": "女巨人", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "minigirl", + "langName": "迷你女孩", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "mesugaki", + "langName": "雌小鬼", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "santa alter", + "langName": "聖誕老人", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "spider-man", + "langName": "蜘蛛俠", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "demo", + "langName": "惡魔", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "no humans", + "langName": "非人", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "toddler", + "langName": "幼童", + "object": "人物", + "attribute": "年齡" + }, + { + "displayName": "kindergartener", + "langName": "幼兒園", + "object": "人物", + "attribute": "年齡" + }, + { + "displayName": "child", + "langName": "兒童", + "object": "人物", + "attribute": "年齡" + }, + { + "displayName": "underage", + "langName": "未成年", + "object": "人物", + "attribute": "年齡" + }, + { + "displayName": "teenager", + "langName": "青少年(13-19)", + "object": "人物", + "attribute": "年齡" + }, + { + "displayName": "teen", + "langName": "青少年(13-19)", + "object": "人物", + "attribute": "年齡" + }, + { + "displayName": "early teen", + "langName": "青少年早期(11-15)", + "object": "人物", + "attribute": "年齡" + }, + { + "displayName": "adult", + "langName": "大人", + "object": "人物", + "attribute": "年齡" + }, + { + "displayName": "elder", + "langName": "老人", + "object": "人物", + "attribute": "年齡" + }, + { + "displayName": "old", + "langName": "老年", + "object": "人物", + "attribute": "年齡" + }, + { + "displayName": "loli", + "langName": "蘿莉", + "object": "人物", + "attribute": "年齡" + }, + { + "displayName": "shota", + "langName": "正太", + "object": "人物", + "attribute": "年齡" + }, + { + "displayName": "white_skin", + "langName": "白皮膚", + "object": "人物", + "attribute": "皮膚" + }, + { + "displayName": "pale_skin", + "langName": "蒼白的皮膚(適合深色或鮮豔顏色的衣服)", + "object": "人物", + "attribute": "皮膚" + }, + { + "displayName": "fair_skin", + "langName": "白皙的皮膚", + "object": "人物", + "attribute": "皮膚" + }, + { + "displayName": "olive_skin", + "langName": "橄欖色皮膚", + "object": "人物", + "attribute": "皮膚" + }, + { + "displayName": "brown_skin", + "langName": "棕色皮膚", + "object": "人物", + "attribute": "皮膚" + }, + { + "displayName": "deep_skin", + "langName": "深色皮膚", + "object": "人物", + "attribute": "皮膚" + }, + { + "displayName": "dark_skin", + "langName": "黑皮膚", + "object": "人物", + "attribute": "皮膚" + }, + { + "displayName": "black_skin", + "langName": "黑皮膚", + "object": "人物", + "attribute": "皮膚" + }, + { + "displayName": "shiny_skin", + "langName": "有光澤的皮膚", + "object": "人物", + "attribute": "皮膚" + }, + { + "displayName": "white_marble_glowing_skin", + "langName": "白色大理石發光皮膚", + "object": "人物", + "attribute": "皮膚" + }, + { + "displayName": "tattoo", + "langName": "紋身", + "object": "人物", + "attribute": "皮膚" + }, + { + "displayName": "tan", + "langName": "日曬", + "object": "人物", + "attribute": "皮膚" + }, + { + "displayName": "tanlines", + "langName": "日曬痕跡", + "object": "人物", + "attribute": "皮膚" + }, + { + "displayName": "oil", + "langName": "油性", + "object": "人物", + "attribute": "皮膚" + }, + { + "displayName": "skinny", + "langName": "骨感", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "plump", + "langName": "豐滿", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "curvy", + "langName": "魔鬼身材", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "(navel,wide hip,curvy)", + "langName": "顯露身材", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "gyaru", + "langName": "辣妹(日本太妹)", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "pregnant", + "langName": "懷孕", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "fat", + "langName": "肥胖", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "thin", + "langName": "瘦", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "slender", + "langName": "苗條", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "glamor", + "langName": "魅力", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "tall", + "langName": "高大", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "petite", + "langName": "嬌小", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "chibi", + "langName": "萌萌/Q 版畫風", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "muscular", + "langName": "肌肉", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "big tits", + "langName": "巨乳", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "(cleavage visible,large breasts)", + "langName": "巨乳(有乳溝)", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "Small waist", + "langName": "小蠻腰", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "narrow_waist", + "langName": "細腰", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "slender_waist", + "langName": "纖細的腰", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "strong", + "langName": "強壯", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "slim", + "langName": "苗條", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "slender face", + "langName": "瘦臉", + "object": "人物", + "attribute": "臉型" + }, + { + "displayName": "round face", + "langName": "圓臉", + "object": "人物", + "attribute": "臉型" + }, + { + "displayName": "oval face", + "langName": "鵝蛋臉", + "object": "人物", + "attribute": "臉型" + }, + { + "displayName": "baby face", + "langName": "娃娃臉", + "object": "人物", + "attribute": "臉型" + }, + { + "displayName": "inverted triangle face", + "langName": "倒三角臉", + "object": "人物", + "attribute": "臉型" + }, + { + "displayName": "heart shaped face", + "langName": "心形臉", + "object": "人物", + "attribute": "臉型" + }, + { + "displayName": "diamond face", + "langName": "菱形臉", + "object": "人物", + "attribute": "臉型" + }, + { + "displayName": "square face", + "langName": "方臉", + "object": "人物", + "attribute": "臉型" + }, + { + "displayName": "long face", + "langName": "長臉", + "object": "人物", + "attribute": "臉型" + }, + { + "displayName": "triangular face", + "langName": "三角臉", + "object": "人物", + "attribute": "臉型" + }, + { + "displayName": "detailed gorgeous face", + "langName": "精細的面容", + "object": "人物", + "attribute": "臉型" + }, + { + "displayName": "delicate features", + "langName": "精緻五官", + "object": "人物", + "attribute": "臉型" + }, + { + "displayName": "black hair", + "langName": "黑色頭髮", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "white hair", + "langName": "白色頭髮", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "grey hair", + "langName": "灰色頭髮", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "silver hair", + "langName": "銀色頭髮", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "blonde hair", + "langName": "金色頭髮", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "light brown hair", + "langName": "淺棕色頭髮", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "brown hair", + "langName": "棕色頭髮", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "red hair", + "langName": "紅色頭髮", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "pink hair", + "langName": "粉色頭髮", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "purple hair", + "langName": "紫色頭髮", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "blue hair", + "langName": "藍色頭髮", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "light blue hair", + "langName": "淺藍髮", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "dark blue hair", + "langName": "深藍髮", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "green hair", + "langName": "綠色頭髮", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "yellow hair", + "langName": "黃色頭髮", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "two-tone hair", + "langName": "雙色頭髮", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "multicolored hair", + "langName": "混色發", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "grey gradient hair", + "langName": "灰漸變發", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "Gradation of hair", + "langName": "漸變色頭髮", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "streaked hair", + "langName": "挑染的頭髮", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "hair_down", + "langName": "披下來的頭髮", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "hair_spread_out", + "langName": "散開的頭髮", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "hair_flip", + "langName": "撥頭髮", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "hair_up", + "langName": "盤起來的頭髮", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "hair_behind_ear", + "langName": "耳後有頭髮", + "object": "人物", + "attribute": "頭髮" + }, + { + "displayName": "straight_hair", + "langName": "直髮", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "curly hair", + "langName": "捲髮", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "wavy hair", + "langName": "自然捲", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "short hair", + "langName": "短髮", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "medium hair", + "langName": "中發", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "long hair", + "langName": "長髮", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "very long hair", + "langName": "超長髮", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "short ponytail", + "langName": "短馬尾", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "ponytail", + "langName": "馬尾辮", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "high ponytail", + "langName": "高馬尾", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "low ponytail", + "langName": "低馬尾", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "front ponytail", + "langName": "前馬尾", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "Side ponytail", + "langName": "側馬尾", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "folded ponytail", + "langName": "折迭馬尾辮", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "braided ponytail", + "langName": "馬尾編髮", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "quad tails", + "langName": "四馬尾", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "twin braids", + "langName": "雙辮子", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "low twin braids", + "langName": "低雙辮", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "side braid", + "langName": "側織辮", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "single braid", + "langName": "單辮", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "crown braid", + "langName": "冠型織辮", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "french braid", + "langName": "法式辮子", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "braid", + "langName": "辮子", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "drill hair", + "langName": "鑽頭卷公主卷", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "twin_drills", + "langName": "雙鑽頭髮型", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "bunches", + "langName": "雙馬尾", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "twintails", + "langName": "雙馬尾二", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "hair bun", + "langName": "髮髻|糰子頭", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "single_hair_bun", + "langName": "單髮髻", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "double_bun", + "langName": "倆包子頭", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "braided bangs", + "langName": "辮子劉海", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "braided bun", + "langName": "辮子髻", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "cone hair bun", + "langName": "錐形髮髻", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "doughnut hair bun", + "langName": "甜甜圈髮髻", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "heart hair bun", + "langName": "心型髮髻", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "bob cut", + "langName": "波波頭", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "bob haircut", + "langName": "波波頭", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "hime cut", + "langName": "公主切", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "updo", + "langName": "盤發", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "topknot", + "langName": "丸子頭", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "one side up", + "langName": "一側綁發", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "two side up", + "langName": "雙側綁發", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "multi-tied hair", + "langName": "多綁頭髮", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "payot", + "langName": "長鬢角", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "dynamic hair", + "langName": "動態頭髮", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "swept bangs", + "langName": "側掃劉海", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "crossed bangs", + "langName": "交叉劉海", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "bangs", + "langName": "劉海", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "blunt bangs", + "langName": "齊劉海", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "Slanted bangs", + "langName": "斜劉海", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "long bangs", + "langName": "長劉海", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "air bangs", + "langName": "空氣劉海", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "asymmetric bangs", + "langName": "不對稱劉海", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "asymmetrical bangs", + "langName": "不對稱劉海", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "parted bangs", + "langName": "分劉海", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "side_blunt_bangs", + "langName": "側面空氣劉海", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "centre parting bangs", + "langName": "中分劉海", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "middle Fringe", + "langName": "中分劉海", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "bowl_cut", + "langName": "蘑菇頭|鍋蓋頭", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "hair_flaps", + "langName": "發翼", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "hair wings", + "langName": "翼狀頭髮", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "hair in takes", + "langName": "收攏", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "flipped hair", + "langName": "翹發", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "messy hair", + "langName": "凌亂髮型", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "disheveled hair", + "langName": "蓬髮", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "antenna hair", + "langName": "多根呆毛", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "ahoge", + "langName": "呆毛", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "forehead", + "langName": "露額頭", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "dreadlocks", + "langName": "髒辮", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "wet hair", + "langName": "溼發", + "object": "人物", + "attribute": "髮型" + }, + { + "displayName": "makeup", + "langName": "化妝", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "eyeshadow", + "langName": "眼影", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "red eyeshadow", + "langName": "紅色眼影", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "blue eyeshadow", + "langName": "藍色眼影", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "purple eyeshadow", + "langName": "紫色眼影", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "pink eyeshadow", + "langName": "粉色眼影", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "green eyeshadow", + "langName": "綠色眼影", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "mascara", + "langName": "睫毛膏", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "long_eyelashes", + "langName": "長睫毛", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "colored_eyelashes", + "langName": "彩色睫毛", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "lipgloss", + "langName": "唇彩", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "red_lips", + "langName": "紅唇", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "anime_style_blush", + "langName": "動畫式臉紅", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "nose_blush", + "langName": "鼻腮紅", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "freckles", + "langName": "雀斑", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "mole", + "langName": "痣", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "mole_under_eye", + "langName": "眼睛下方的痣", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "scar", + "langName": "疤痕", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "scar_across_eye", + "langName": "眼睛上的疤痕", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "facial_mark", + "langName": "面部有圖案", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "forehead_mark", + "langName": "額頭有圖案", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "anger_vein", + "langName": "頭部憤怒符號", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "bags_under_eyes", + "langName": "眼袋", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "bruise_on_face", + "langName": "臉上有瘀傷", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "whisker_markings", + "langName": "鬍鬚斑紋", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "facepaint", + "langName": "面部塗裝", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "hair between eyes", + "langName": "眸間發", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "smoking_pipe", + "langName": "菸斗", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "mustache", + "langName": "小鬍子", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "goatee", + "langName": "山羊鬍", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "food_on_face", + "langName": "食物在臉上", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "rice_on_face", + "langName": "飯在臉上", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "cream_on_face", + "langName": "奶油在臉上", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "elf ears", + "langName": "精靈耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "pointy_ears", + "langName": "尖耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "long_pointy_ears", + "langName": "長尖耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "demon ears", + "langName": "惡魔耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "angel ears", + "langName": "天使耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "alien ears", + "langName": "外星人耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "animal_ears", + "langName": "獸耳", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "fake_animal_ears", + "langName": "假獸耳", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "ears_through_headwear", + "langName": "耳朵穿過帽子或頭飾", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "ear_blush", + "langName": "耳朵通紅", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "ear_ornament", + "langName": "耳飾", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "ear_piercing", + "langName": "耳洞", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "animal_ear_fluff", + "langName": "動物耳朵絨毛", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "ears_down", + "langName": "垂耳", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "floppy_ears", + "langName": "鬆軟的耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "fox_ears", + "langName": "狐狸耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "cat_ears", + "langName": "貓耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "dog_ears", + "langName": "狗耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "coyote_ears", + "langName": "郊狼耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "bunny_ears", + "langName": "兔耳", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "mouse_ears", + "langName": "老鼠耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "squirrel_ears", + "langName": "松鼠耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "raccoon_ears", + "langName": "浣熊耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "bear_ears", + "langName": "熊耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "panda_ears", + "langName": "熊貓耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "lion_ears", + "langName": "獅子耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "jaguar_ears", + "langName": "美洲豹耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "tiger_ears", + "langName": "虎耳", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "wolf ears", + "langName": "狼耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "horse_ears", + "langName": "馬耳", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "cow ears", + "langName": "牛耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "pig ears", + "langName": "豬耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "sheep ears", + "langName": "羊耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "goat ears", + "langName": "山羊耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "goat_horns", + "langName": "山羊角", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "curled_horns", + "langName": "彎角", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "hair_on_horn", + "langName": "角上的頭髮", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "deer ears", + "langName": "鹿耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "antelope ears", + "langName": "羚羊耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "antlers", + "langName": "鹿角", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "rhino ears", + "langName": "犀牛耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "elephant ears", + "langName": "大象耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "bat_ears", + "langName": "蝙蝠耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "extra_ears", + "langName": "額外的耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "alpaca_ears", + "langName": "羊駝耳", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "dragon ears", + "langName": "龍耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "robot_ears", + "langName": "機械耳", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "dragon_horns", + "langName": "龍角", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "oni_horns", + "langName": "鬼角", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "horns", + "langName": "獸角", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "fake_horns", + "langName": "假角", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "thick eyebrows", + "langName": "濃眉", + "object": "人物", + "attribute": "眉毛" + }, + { + "displayName": "cocked eyebrow", + "langName": "眉毛翹起", + "object": "人物", + "attribute": "眉毛" + }, + { + "displayName": "short eyebrows", + "langName": "短眉毛", + "object": "人物", + "attribute": "眉毛" + }, + { + "displayName": "v-shaped eyebrows", + "langName": "V字眉", + "object": "人物", + "attribute": "眉毛" + }, + { + "displayName": "beautiful_detailed_eyes", + "langName": "美麗的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "glistening_eyes", + "langName": "水汪汪的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "sparkling_eyes", + "langName": "星星眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "sparkling_anime_eyes", + "langName": "閃光動畫眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "gradient_eyes", + "langName": "漸變眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "water_eyes", + "langName": "含淚的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "eye_relfection", + "langName": "眼球反射(瞳孔對光線的反應)", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "reflective_eyes", + "langName": "反光的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "multicolored_eyes", + "langName": "多彩多姿的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "red eyes", + "langName": "紅色眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "green eyes", + "langName": "綠色眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "blue_eyes", + "langName": "藍眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "purple eyes", + "langName": "紫色眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "pink eyes", + "langName": "粉色眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "yellow eyes", + "langName": "黃色眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "orange eyes", + "langName": "橙色眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "brown_eyes", + "langName": "棕色的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "light_brown_eyes", + "langName": "淺棕色眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "silver_eyes", + "langName": "銀色的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "grey eyes", + "langName": "灰色眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "black eyes", + "langName": "黑色眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "white eyes", + "langName": "白色眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "aqua_eyes", + "langName": "水藍色眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "hidden eyes", + "langName": "隱藏眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "heart-shaped eyes", + "langName": "心形眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "heart_in_eye", + "langName": "心形眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "hollow_eyes", + "langName": "star-shaped_pupils", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "mechanical_eye", + "langName": "機械眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "ringed_eyes", + "langName": "圈狀眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "clock_eyes", + "langName": "鍾眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "compound_eyes", + "langName": "複眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "devil_eyes", + "langName": "惡魔之眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "cephalopod_eyes", + "langName": "頭足類眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "mismatched_sclera", + "langName": "不匹配鞏膜", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "solid circle eyes", + "langName": "實心圓眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "solid_oval_eyes", + "langName": "Q版實心橢圓眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "anime_style_eyes", + "langName": "動漫風格的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "blush_stickers", + "langName": "Q版腮紅貼紙", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "button eyes", + "langName": "紐釦眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "cross eyed", + "langName": "鬥雞眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "blank eyes", + "langName": "空白的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "spiral_eyes", + "langName": "漩渦眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "sanpaku", + "langName": "三白症(瞳孔偏移)", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "flaming_eye", + "langName": "焰目", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "bloodshot_eyes", + "langName": "佈滿血絲的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "blood_from_eyes", + "langName": "血從眼裡流出", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "extra_eyes", + "langName": "多隻眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "one-eyed", + "langName": "獨眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "third_eye", + "langName": "第三隻眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "eye_of_horus", + "langName": "荷魯斯之眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "closed_eyes", + "langName": "閉上的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "half_closed_eye", + "langName": "半閉的眼睛(單眼)", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "half_closed_eyes", + "langName": "半閉的雙眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "narrowed_eyes", + "langName": "眯起眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "squinting", + "langName": "眯起眼睛看", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "tears", + "langName": "眼淚", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "upturned_eyes", + "langName": "上翹的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "eyes_closed", + "langName": "閉眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "one_eye_covered", + "langName": "一隻眼被遮住", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "covered_eyes", + "langName": "矇住的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "hair_over_eyes", + "langName": "頭髮遮著雙眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "hair_over_one_eye", + "langName": "頭髮遮住了一隻眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "eyes_visible_through_hair", + "langName": "透過頭髮可以看到的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "shading eyes", + "langName": "塗眼影的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "one eye closed", + "langName": "一隻眼睛閉著", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "no_blindfold", + "langName": "去掉了(原設有的)矇眼要素", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "no_eyepatch", + "langName": "去掉了(原設有的)眼罩", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "eyeliner", + "langName": "眼線", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "no_eyes", + "langName": "沒眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "uneven_eyes", + "langName": "大小眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "pupils", + "langName": "瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "bright_pupils", + "langName": "明亮的瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "blue_pupils", + "langName": "橙色瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "purple_pupils", + "langName": "紫色瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "orange_pupils", + "langName": "橙色瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "heterochromia", + "langName": "異色瞳", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "mismatched_pupils", + "langName": "不匹配的瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "solid_circle_pupils", + "langName": "Q版實心圓瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "dilated_pupils", + "langName": "瞳孔散大", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "constricted_pupils", + "langName": "收縮的瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "slit_pupils", + "langName": "豎的瞳孔/貓眼", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "snake_pupils", + "langName": "蛇瞳(瞳孔閃光)", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "horizontal_pupils", + "langName": "水平瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "rectangular_pupils", + "langName": "長方形瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "square_pupils", + "langName": "方形瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "dot_pupils", + "langName": "點瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "star-shaped_pupils", + "langName": "五角星形狀瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "flower-shaped pupils", + "langName": "花狀瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "heart-shaped_pupils", + "langName": "愛心形瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "diamond-shaped_pupils", + "langName": "鑽石形狀瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "butterfly-shaped_pupils", + "langName": "蝴蝶形瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "symbol-shaped_pupils", + "langName": "符號形瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "x-shaped_pupils", + "langName": "X形瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "cross-shaped_pupils", + "langName": "符號形瞳孔(沒有效果", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "\"+_+\"", + "langName": "十字星星眼", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "extra_pupils", + "langName": "額外的瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "no_pupils", + "langName": "沒有瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "devil pupils", + "langName": "魔瞳", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "pupils sparkling", + "langName": "瞳孔閃爍", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "symbol_in_eye", + "langName": "眼睛裡有符號", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "star_in_eye", + "langName": "眼睛裡的星星", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "dashed_eyes", + "langName": "虛線的眼睛", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "color contact lenses", + "langName": "美瞳", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "light_eyes", + "langName": "明亮的眼睛", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "glowing_eyes", + "langName": "發光的眼睛", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "shiny_eyes", + "langName": "閃亮的眼睛", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "evil_eyes", + "langName": "邪惡的眼睛", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "crazy_eyes", + "langName": "瘋狂的眼睛", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "empty_eyes", + "langName": "空洞的眼睛", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "solid_eyes", + "langName": "堅定的眼睛", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "sharp_eyes", + "langName": "銳利的眼", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "slanted_eyes", + "langName": "銳利的眼睛", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "wink", + "langName": "眨眼", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "wide-eyed", + "langName": "睜大眼睛", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "glint", + "langName": "眼中閃現強烈的情感", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "tsurime", + "langName": "眼尾上揚", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "tareme", + "langName": "眼尾下垂", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "pointed nose", + "langName": "尖鼻子", + "object": "人物", + "attribute": "鼻子" + }, + { + "displayName": "small nose", + "langName": "小鼻子", + "object": "人物", + "attribute": "鼻子" + }, + { + "displayName": "big nose", + "langName": "大鼻子", + "object": "人物", + "attribute": "鼻子" + }, + { + "displayName": "no_nose", + "langName": "沒鼻子的", + "object": "人物", + "attribute": "鼻子" + }, + { + "displayName": "dot_nose", + "langName": "點狀鼻", + "object": "人物", + "attribute": "鼻子" + }, + { + "displayName": "nose_bubble", + "langName": "鼻泡", + "object": "人物", + "attribute": "鼻子" + }, + { + "displayName": "smelling", + "langName": "聞", + "object": "人物", + "attribute": "鼻子" + }, + { + "displayName": "nose", + "langName": "鼻子", + "object": "人物", + "attribute": "鼻子" + }, + { + "displayName": "nosebleed", + "langName": "流鼻血", + "object": "人物", + "attribute": "鼻子" + }, + { + "displayName": "snot", + "langName": "鼻涕", + "object": "人物", + "attribute": "鼻子" + }, + { + "displayName": "snout", + "langName": "動物口鼻部", + "object": "人物", + "attribute": "鼻子" + }, + { + "displayName": "thick lips", + "langName": "厚嘴唇", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "puffy lips", + "langName": "腫嘴唇", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "lipstick", + "langName": "口紅", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "heart-shaped mouth", + "langName": "心形嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "pout", + "langName": "嘟嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "mole under mouth", + "langName": "嘴下痣", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "open_mouth", + "langName": "張嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "gasping", + "langName": "喘氣(張大嘴)", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "Slightly_open_mouth", + "langName": "嘴巴微微張開", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "wavy_mouth", + "langName": "波浪嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "close_mouth", + "langName": "閉嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "dot_mouth", + "langName": "點嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "no_mouth", + "langName": "沒有嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "gag", + "langName": "堵嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "gnaw", + "langName": "啃", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": ":3", + "langName": "貓嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": ":o", + "langName": "張嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": ":>", + "langName": "V嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "parted_lips", + "langName": "嘴唇張開", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "bit_gag", + "langName": "勒住嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "chestnut_mouth", + "langName": "栗子嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "cleave_gag", + "langName": "被封住嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "closed_mouth", + "langName": "閉著的嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "covered_mouth", + "langName": "矇住的嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "extra_mouth", + "langName": "有多張嘴巴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "hair_in_mouth", + "langName": "嘴裡有頭髮", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "hair_tie_in_mouth", + "langName": "將系頭髮的東西叼在嘴裡", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "homu", + "langName": "嘟嘴|抿嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "lips", + "langName": "嘴唇", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "mouth", + "langName": "嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "mouth_hold", + "langName": "用嘴叼著", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "oral", + "langName": "用嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "pacifier", + "langName": "奶嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "Pouted lips", + "langName": "撅起的嘴唇", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "sideways_mouth", + "langName": "把嘴畫在側臉", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "spoon_in_mouth", + "langName": "嘴裡含著勺子", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "triangle_mouth", + "langName": "三角嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "saliva", + "langName": "唾液", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "drooling", + "langName": "流口水", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "mouth_drool", + "langName": "嘴角畫著口水滴形狀的缺口", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "tooth", + "langName": "牙", + "object": "人物", + "attribute": "牙齒" + }, + { + "displayName": "upper_teeth", + "langName": "上牙", + "object": "人物", + "attribute": "牙齒" + }, + { + "displayName": "fangs", + "langName": "虎牙|尖牙", + "object": "人物", + "attribute": "牙齒" + }, + { + "displayName": "skin_fang", + "langName": "膚色虎牙", + "object": "人物", + "attribute": "牙齒" + }, + { + "displayName": "round_teeth", + "langName": "圓齒", + "object": "人物", + "attribute": "牙齒" + }, + { + "displayName": "sharp_teeth", + "langName": "鋒利的牙齒", + "object": "人物", + "attribute": "牙齒" + }, + { + "displayName": "clenched_teeth", + "langName": "咬緊牙關", + "object": "人物", + "attribute": "牙齒" + }, + { + "displayName": "buck_teeth", + "langName": "齙牙", + "object": "人物", + "attribute": "牙齒" + }, + { + "displayName": "fang_out", + "langName": "露出虎牙|露出尖牙", + "object": "人物", + "attribute": "牙齒" + }, + { + "displayName": "spiked_club", + "langName": "狼牙棒", + "object": "人物", + "attribute": "牙齒" + }, + { + "displayName": "toothbrush", + "langName": "牙刷", + "object": "人物", + "attribute": "牙齒" + }, + { + "displayName": "tusks", + "langName": "象牙", + "object": "人物", + "attribute": "牙齒" + }, + { + "displayName": "shark_mouth", + "langName": "鯊魚牙", + "object": "人物", + "attribute": "牙齒" + }, + { + "displayName": ":q", + "langName": "舌頭放在上唇", + "object": "人物", + "attribute": "舌頭" + }, + { + "displayName": ":p", + "langName": "舌頭放在下唇", + "object": "人物", + "attribute": "舌頭" + }, + { + "displayName": ";p", + "langName": "眨眼舌頭上伸", + "object": "人物", + "attribute": "舌頭" + }, + { + "displayName": "french_kiss", + "langName": "舌吻|法式溼吻", + "object": "人物", + "attribute": "舌頭" + }, + { + "displayName": "long_tongue", + "langName": "長舌頭", + "object": "人物", + "attribute": "舌頭" + }, + { + "displayName": "oral_invitation", + "langName": "迎接射精而伸出舌頭", + "object": "人物", + "attribute": "舌頭" + }, + { + "displayName": "tongue", + "langName": "舌頭", + "object": "人物", + "attribute": "舌頭" + }, + { + "displayName": "tongue_out", + "langName": "吐舌頭", + "object": "人物", + "attribute": "舌頭" + }, + { + "displayName": "uvula", + "langName": "小舌頭|口蓋垂|懸雍垂", + "object": "人物", + "attribute": "舌頭" + }, + { + "displayName": "fingernails", + "langName": "手指甲", + "object": "人物", + "attribute": "指甲" + }, + { + "displayName": "toenails", + "langName": "腳趾甲", + "object": "人物", + "attribute": "指甲" + }, + { + "displayName": "nail_polish", + "langName": "指甲油", + "object": "人物", + "attribute": "指甲" + }, + { + "displayName": "toenail_polish", + "langName": "腳趾甲油", + "object": "人物", + "attribute": "指甲" + }, + { + "displayName": "black_nails", + "langName": "黑指甲", + "object": "人物", + "attribute": "指甲" + }, + { + "displayName": "red_nails", + "langName": "紅指甲", + "object": "人物", + "attribute": "指甲" + }, + { + "displayName": "pink_nails", + "langName": "粉色指甲", + "object": "人物", + "attribute": "指甲" + }, + { + "displayName": "long_fingernails", + "langName": "長指甲", + "object": "人物", + "attribute": "指甲" + }, + { + "displayName": "nail", + "langName": "釘子|指甲", + "object": "人物", + "attribute": "指甲" + }, + { + "displayName": "multicolored_nails", + "langName": "多彩指甲", + "object": "人物", + "attribute": "指甲" + }, + { + "displayName": "nail_art", + "langName": "美甲", + "object": "人物", + "attribute": "指甲" + }, + { + "displayName": "bare shoulders", + "langName": "赤肩", + "object": "人物", + "attribute": "肩部" + }, + { + "displayName": "collarbonea", + "langName": "鎖骨", + "object": "人物", + "attribute": "肩部" + }, + { + "displayName": "armpits", + "langName": "腋下", + "object": "人物", + "attribute": "肩部" + }, + { + "displayName": "armpit_crease", + "langName": "腋窩皺痕", + "object": "人物", + "attribute": "肩部" + }, + { + "displayName": "chest", + "langName": "胸部", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "flat chest", + "langName": "貧乳(A)", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "small_breasts", + "langName": "小胸部(B)", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "medium breasts", + "langName": "中等胸部(C)", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "big breasts", + "langName": "大胸部(D)", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "huge breasts", + "langName": "巨乳(E)", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "gigantic breasts", + "langName": "超巨乳(F)", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "breasts apart", + "langName": "胸部分開", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "hanging breasts", + "langName": "下垂", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "bouncing breasts", + "langName": "晃動", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "cleavage", + "langName": "乳溝", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "areola", + "langName": "乳暈", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "nipples", + "langName": "乳頭", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "pectorals", + "langName": "胸肌", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "large_pectorals", + "langName": "大胸肌", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "unbuttoned clothes", + "langName": "半露前胸", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "belly", + "langName": "肚子", + "object": "人物", + "attribute": "腹部" + }, + { + "displayName": "absolute_territory", + "langName": "腹肌", + "object": "人物", + "attribute": "腹部" + }, + { + "displayName": "inflation", + "langName": "隆起的腹部", + "object": "人物", + "attribute": "腹部" + }, + { + "displayName": "navel", + "langName": "肚臍", + "object": "人物", + "attribute": "腹部" + }, + { + "displayName": "groin", + "langName": "腹股溝", + "object": "人物", + "attribute": "腹部" + }, + { + "displayName": "feet", + "langName": "腳", + "object": "人物", + "attribute": "腳" + }, + { + "displayName": "long_legs", + "langName": "大長腿", + "object": "人物", + "attribute": "腳" + }, + { + "displayName": "thick_thighs", + "langName": "粗壯的大腿", + "object": "人物", + "attribute": "腳" + }, + { + "displayName": "toe-point", + "langName": "趾尖|腳尖", + "object": "人物", + "attribute": "腳" + }, + { + "displayName": "wings", + "langName": "翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "bat_wings", + "langName": "蝙蝠翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "butterfly_wings", + "langName": "蝴蝶翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "black_wings", + "langName": "黑色之翼", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "demon_wings", + "langName": "惡魔之翼", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "asymmetrical_wings", + "langName": "不對稱的翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "detached_wings", + "langName": "不與本體相連的翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "fairy_wings", + "langName": "妖精的翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "fake_wings", + "langName": "仿造的翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "fiery_wings", + "langName": "燃燒著的翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "insect_wings", + "langName": "昆蟲翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "large_wings", + "langName": "大翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "low_wings", + "langName": "腰間的翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "mini_wings", + "langName": "迷你翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "multicolored_wings", + "langName": "有多種顏色的翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "multiple_wings", + "langName": "多對翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "no_wings", + "langName": "去掉了(原設有的)翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "winged_helmet", + "langName": "帶翅膀的頭盔", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "smile", + "langName": "微笑", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "laughing", + "langName": "大笑", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": ":d", + "langName": "開心的笑_:D😀", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": ";d", + "langName": "眨眼笑_:D", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "grin", + "langName": "露齒咧嘴笑", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "teasing_smile", + "langName": "被逗笑,咧嘴傻笑", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "seductive_smile", + "langName": "迷人的微笑", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "smirk", + "langName": "挑逗的微笑", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "giggling", + "langName": "咯咯傻笑", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "smug", + "langName": "洋洋得意", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "naughty_face", + "langName": "調皮的臉", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "crazy_smile", + "langName": "瘋狂的笑", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "kind_smile", + "langName": "溫柔的微笑", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "evil_smile", + "langName": "壞笑", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "ahegao", + "langName": "捂臉笑|害羞臉", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "happy_tears", + "langName": "開心的眼淚", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "sad", + "langName": "傷心", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "sobs", + "langName": "啜泣", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "crying", + "langName": "大哭", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "crying_with_eyes_open", + "langName": "睜著眼睛哭", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "streaming_tears", + "langName": "流淚", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "lacrimation", + "langName": "流淚", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "tear stains", + "langName": "淚痕", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "teardrop", + "langName": "淚珠", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "tearing_up", + "langName": "要哭的表情", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "wiping_tears", + "langName": "擦眼淚", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "badmood", + "langName": "心情不好", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "tearing_clothes", + "langName": "撕破衣服(極度悲傷下,通過撕扯衣服來發洩情緒)", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "frustrated", + "langName": "沮喪", + "object": "表情", + "attribute": "不開心" + }, + { + "displayName": "frustrated_brow", + "langName": "沮喪的眉頭", + "object": "表情", + "attribute": "不開心" + }, + { + "displayName": "annoyed", + "langName": "苦惱的", + "object": "表情", + "attribute": "不開心" + }, + { + "displayName": "anguish", + "langName": "苦悶", + "object": "表情", + "attribute": "不開心" + }, + { + "displayName": "sigh", + "langName": "嘆氣", + "object": "表情", + "attribute": "不開心" + }, + { + "displayName": "gloom", + "langName": "憂鬱的", + "object": "表情", + "attribute": "不開心" + }, + { + "displayName": "disappointed", + "langName": "失望的", + "object": "表情", + "attribute": "不開心" + }, + { + "displayName": "despair", + "langName": "絕望", + "object": "表情", + "attribute": "不開心" + }, + { + "displayName": "unamused", + "langName": "一臉不悅", + "object": "表情", + "attribute": "不開心" + }, + { + "displayName": "disgust", + "langName": "厭惡(看垃圾一樣的眼神)", + "object": "表情", + "attribute": "蔑視" + }, + { + "displayName": "disdain", + "langName": "輕蔑", + "object": "表情", + "attribute": "蔑視" + }, + { + "displayName": "contempt", + "langName": "蔑視", + "object": "表情", + "attribute": "蔑視" + }, + { + "displayName": "shaded_face", + "langName": "臉上有陰影,配合蔑視", + "object": "表情", + "attribute": "蔑視" + }, + { + "displayName": "jitome", + "langName": "鄙夷的眼神", + "object": "表情", + "attribute": "蔑視" + }, + { + "displayName": "frown", + "langName": "皺眉/蹙額", + "object": "表情", + "attribute": "蔑視" + }, + { + "displayName": "wince", + "langName": "皺眉蹙額(性交前)", + "object": "表情", + "attribute": "蔑視" + }, + { + "displayName": "furrowed_brow", + "langName": "眉頭緊鎖", + "object": "表情", + "attribute": "蔑視" + }, + { + "displayName": "fear_kubrick", + "langName": "害怕側目", + "object": "表情", + "attribute": "蔑視" + }, + { + "displayName": "angry", + "langName": "生氣的", + "object": "表情", + "attribute": "生氣" + }, + { + "displayName": "glaring", + "langName": "怒目而視", + "object": "表情", + "attribute": "生氣" + }, + { + "displayName": "serious", + "langName": "嚴肅的(和angry有點像)", + "object": "表情", + "attribute": "生氣" + }, + { + "displayName": "kubrick_stare", + "langName": "側頭瞪著你", + "object": "表情", + "attribute": "生氣" + }, + { + "displayName": "sulking", + "langName": "生_悶氣", + "object": "表情", + "attribute": "生氣" + }, + { + "displayName": "screaming", + "langName": "尖叫|大聲喊", + "object": "表情", + "attribute": "生氣" + }, + { + "displayName": "shouting", + "langName": "喊叫", + "object": "表情", + "attribute": "生氣" + }, + { + "displayName": "expressionless", + "langName": "面無表情", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "raised eyebrow", + "langName": "挑眉", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "blush", + "langName": "臉紅", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "light_blush", + "langName": "輕微臉紅", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "full-face-blush", + "langName": "滿臉腮紅", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "shy", + "langName": "害羞的", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "embarrassed", + "langName": "尷尬害羞", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "embarrass", + "langName": "害羞的(尷尬的)", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "flustered", + "langName": "慌張的", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "cute face", + "langName": "可愛的臉", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "thinking", + "langName": "思考", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "bored", + "langName": "無聊的", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "sleepy", + "langName": "睏乏的", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "surprised", + "langName": "驚訝", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "confused", + "langName": "使困惑", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "facepalm", + "langName": "捂臉", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "grimace", + "langName": "擠眉弄眼", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "scowl", + "langName": "嫌棄的眼神", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "staring", + "langName": "凝視", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "envy", + "langName": "嫉妒", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "twitching", + "langName": "抽搐", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "spasm", + "langName": "痙攣", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "pain", + "langName": "疼痛", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "endured_face", + "langName": "忍耐的表情", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "restrained", + "langName": "忍耐", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "turn pale", + "langName": "臉色蒼白", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "sweat", + "langName": "流汗", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "scared", + "langName": "害怕的", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "naughty", + "langName": "淘氣", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "dark_persona", + "langName": "黑化的", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "crazy", + "langName": "瘋狂的", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "yandere", + "langName": "病嬌", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "Tsundere", + "langName": "傲嬌", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "multiple_persona", + "langName": "多重人格", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "Jekyll_and_Hyde", + "langName": "多重人格", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "exhausted", + "langName": "筋疲力盡的", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "heavy_breathing", + "langName": "重呼吸,可能沒用", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "rape_face", + "langName": "強姦臉", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "moaning", + "langName": "呻吟", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "orgasm", + "langName": "高潮", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "female_orgasm", + "langName": "女性性高潮", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "rolling_eyes", + "langName": "翻白眼(高潮眼)", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "torogao", + "langName": "恍惚", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "drunk", + "langName": "喝醉的", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "joyful", + "langName": "喜悅的", + "object": "表情", + "attribute": "積極情緒" + }, + { + "displayName": "cheerful", + "langName": "開朗的", + "object": "表情", + "attribute": "積極情緒" + }, + { + "displayName": "enchanting", + "langName": "迷人的", + "object": "表情", + "attribute": "積極情緒" + }, + { + "displayName": "happy", + "langName": "快樂的", + "object": "表情", + "attribute": "積極情緒" + }, + { + "displayName": "happy accidents", + "langName": "意外之喜", + "object": "表情", + "attribute": "積極情緒" + }, + { + "displayName": "vibrant", + "langName": "充滿活力的", + "object": "表情", + "attribute": "積極情緒" + }, + { + "displayName": "dynamic", + "langName": "有活力", + "object": "表情", + "attribute": "積極情緒" + }, + { + "displayName": "energetic", + "langName": "充滿活力", + "object": "表情", + "attribute": "積極情緒" + }, + { + "displayName": "bustling", + "langName": "忙碌", + "object": "表情", + "attribute": "積極情緒" + }, + { + "displayName": "lively", + "langName": "活潑", + "object": "表情", + "attribute": "積極情緒" + }, + { + "displayName": "excited", + "langName": "興奮的", + "object": "表情", + "attribute": "積極情緒" + }, + { + "displayName": "peaceful", + "langName": "平和的", + "object": "表情", + "attribute": "積極情緒" + }, + { + "displayName": "serene", + "langName": "寧靜", + "object": "表情", + "attribute": "積極情緒" + }, + { + "displayName": "soothing", + "langName": "舒緩", + "object": "表情", + "attribute": "積極情緒" + }, + { + "displayName": "calming", + "langName": "平靜", + "object": "表情", + "attribute": "積極情緒" + }, + { + "displayName": "melancholic", + "langName": "憂鬱", + "object": "表情", + "attribute": "負面情緒" + }, + { + "displayName": "eerie", + "langName": "怪異", + "object": "表情", + "attribute": "負面情緒" + }, + { + "displayName": "ominous", + "langName": "不祥", + "object": "表情", + "attribute": "負面情緒" + }, + { + "displayName": "unsettling", + "langName": "令人不安", + "object": "表情", + "attribute": "負面情緒" + }, + { + "displayName": "lonely", + "langName": "孤獨", + "object": "表情", + "attribute": "負面情緒" + }, + { + "displayName": "beautiful", + "langName": "美麗", + "object": "表情", + "attribute": "氣質" + }, + { + "displayName": "elegant", + "langName": "優雅的", + "object": "表情", + "attribute": "氣質" + }, + { + "displayName": "angelic", + "langName": "天使般的", + "object": "表情", + "attribute": "氣質" + }, + { + "displayName": "Good", + "langName": "好的", + "object": "表情", + "attribute": "氣質" + }, + { + "displayName": "mysterious", + "langName": "神秘的", + "object": "表情", + "attribute": "氣質" + }, + { + "displayName": "enigmatic", + "langName": "謎一般的", + "object": "表情", + "attribute": "氣質" + }, + { + "displayName": "cryptic", + "langName": "秘密的", + "object": "表情", + "attribute": "氣質" + }, + { + "displayName": "evil", + "langName": "邪惡的", + "object": "表情", + "attribute": "氣質" + }, + { + "displayName": "standing", + "langName": "站立", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "leaning", + "langName": "倚靠|身體傾斜", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "leaning_to_the_side", + "langName": "靠在一邊", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "leaning_back", + "langName": "身體往後靠", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "leaning_forward", + "langName": "身體前傾", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "leaning_on_object", + "langName": "靠在物體上", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "on_back", + "langName": "仰躺", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "on_side", + "langName": "側臥", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "on_stomach", + "langName": "趴著", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "lying", + "langName": "躺著的", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "lying_on_person", + "langName": "躺在人身上", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "lying_on_the_lake", + "langName": "躺在湖面上", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "lying_on_water", + "langName": "躺在水中", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "reclining", + "langName": "斜倒斜躺姿勢", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "arched_back", + "langName": "弓身體", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "afloat", + "langName": "浮在水上", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "fetal_position", + "langName": "胎兒姿勢(躺)", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "sleeping_upright", + "langName": "(不躺著)睡覺|直立睡覺", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "waking_up", + "langName": "醒來", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "cuddling", + "langName": "擁抱", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "comforting", + "langName": "安慰", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "biting", + "langName": "咬", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "licking", + "langName": "舔", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "licking_lips", + "langName": "舔嘴唇", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "lip_biting", + "langName": "咬嘴唇", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "blowing", + "langName": "吹", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "teasing", + "langName": "戲弄", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "tickling", + "langName": "撓癢癢", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "spitting", + "langName": "從嘴裡吐出液體的動作", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "spilling", + "langName": "從容器中倒出液體的動作", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "cooking", + "langName": "烹飪", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "drinking", + "langName": "喝", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "applying_makeup", + "langName": "化妝", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "brushing_teeth", + "langName": "刷牙", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "hair_brushing", + "langName": "梳頭", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "hair_tucking", + "langName": "撩頭髮", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "taking_picture", + "langName": "拍照|自拍", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "talking_on_phone", + "langName": "打電話", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "singing", + "langName": "唱歌", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "meditation", + "langName": "冥想", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "dancing", + "langName": "跳舞", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "stylish_pose", + "langName": "時尚姿勢", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "the_pose", + "langName": "趴在地上並翹起腳", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "standing_on_liquid", + "langName": "站在水上或液體上", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "walking", + "langName": "走路", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "walking_on_liquid", + "langName": "在液體上行走", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "running", + "langName": "奔跑", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "jumping", + "langName": "跳躍", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "flying", + "langName": "飛行", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "flapping", + "langName": "拍打動作", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "flying_kick", + "langName": "飛踢", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "fighting", + "langName": "戰鬥中的", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "fighting_stance", + "langName": "戰鬥姿態", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "drawing_bow", + "langName": "拉弓", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "dual_wielding", + "langName": "雙持", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "unsheathing", + "langName": "出鞘", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "slashing", + "langName": "砍", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "punching", + "langName": "揮拳", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "hitting", + "langName": "擊打", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "pushing", + "langName": "推搡", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "dragging", + "langName": "拖某物", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "strangling", + "langName": "絞首", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "bullying", + "langName": "欺負", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "chasing", + "langName": "追逐", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "fleeing", + "langName": "在逃跑的", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "hiding", + "langName": "躲藏", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "tripping", + "langName": "被絆倒", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "spinning", + "langName": "旋轉", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "climbing", + "langName": "攀爬", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "diving", + "langName": "潛水", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "swimming", + "langName": "游泳", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "wading", + "langName": "蹚水", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "riding", + "langName": "騎", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "driving", + "langName": "駕駛", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "fishing", + "langName": "釣魚", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "pole_dancing", + "langName": "鋼管舞", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "writing", + "langName": "寫作", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "reading", + "langName": "閱讀", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "sewing", + "langName": "縫紉", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "shopping", + "langName": "購物", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "cleaning", + "langName": "清理|打掃", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "sweeping", + "langName": "清掃|掃除(家務)", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "washing", + "langName": "洗滌", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "showering", + "langName": "淋浴", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "drying", + "langName": "弄乾(浴後)", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "whispering", + "langName": "講悄悄話", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "sneezing", + "langName": "打噴嚏", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "talking", + "langName": "談論", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "yawning", + "langName": "打哈欠", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "smoking", + "langName": "抽菸", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "sleeping", + "langName": "睡覺", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "praying", + "langName": "祈禱", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "playing_games", + "langName": "打遊戲", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "wrestling", + "langName": "摔角(運動)", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "parody", + "langName": "模仿", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "trolling", + "langName": "惡搞行為", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "public_indecency", + "langName": "公然猥褻", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "eyelid_pull", + "langName": "眨眼", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "top-down_bottom-up", + "langName": "趴著翹臀", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "bent_over", + "langName": "翹臀姿勢", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "upside-down", + "langName": "倒立", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "prone_bone", + "langName": "俯臥後入", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "presenting", + "langName": "展示(後接部位)", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "against_glass", + "langName": "擠壓玻璃(無效)", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "bleeding", + "langName": "出血", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "bowing", + "langName": "鞠躬", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "breathing_fire", + "langName": "噴火", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "broom_riding", + "langName": "騎掃帚", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "bubble_blowing", + "langName": "吹泡泡", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "burning", + "langName": "燃燒", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "cast", + "langName": "投擲", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "dreaming", + "langName": "做夢", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "dropping", + "langName": "(意外)掉落", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "exercise", + "langName": "做運動", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "firing", + "langName": "射擊", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "flashing", + "langName": "露出", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "flexing", + "langName": "秀肌肉", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "hanging", + "langName": "吊起來的", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "Painting_(Action)", + "langName": "畫畫", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "snowing", + "langName": "下雪", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "soccer", + "langName": "足球運動", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "splashing", + "langName": "飛濺", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "steepled_fingers", + "langName": "指尖抵著指間", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "swing", + "langName": "擺動", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "tail_wagging", + "langName": "搖尾巴", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "toilet_use", + "langName": "上廁所", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "tossing", + "langName": "投擲", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "tying", + "langName": "打結(動作)", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "untying", + "langName": "解開的", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "unzipping", + "langName": "拉開拉鍊", + "object": "動作", + "attribute": "基礎動作" + }, + { + "displayName": "looking_at_viewer", + "langName": "看向觀眾", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "eye_contact", + "langName": "眼神接觸(對視)", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "eyeball", + "langName": "盯著看", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "stare", + "langName": "凝視", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "looking_back", + "langName": "回眸", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "gradient", + "langName": "人物傾斜", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "looking_down", + "langName": "人物視角向下看↘", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "looking_up", + "langName": "人物視角抬頭看↗", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "facing_away", + "langName": "面向別處", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "looking_to_the_side", + "langName": "看向側面", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "looking_away", + "langName": "看著別處", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "looking_ahead", + "langName": "展望未來", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "looking_afar", + "langName": "遙望", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "looking_outside", + "langName": "向外看", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "head_tilt", + "langName": "歪頭", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "aiming", + "langName": "瞄準", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "aiming_at_viewer", + "langName": "瞄準了讀者(的視角)", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "head_down", + "langName": "低頭", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "sideways_glance", + "langName": "輕輕向側面瞥", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "upshirt", + "langName": "從襯衫下方瞥", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "upshorts", + "langName": "從裙底瞥", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "looking_at_another", + "langName": "看著另一個", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "looking_at_phone", + "langName": "看手機", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "looking_at_animal", + "langName": "看著動物", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "looking_at_mirror", + "langName": "照鏡子", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "looking_at_hand", + "langName": "看著手", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "looking_at_food", + "langName": "看食物", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "looking_at_screen", + "langName": "看著屏幕", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "stare at me", + "langName": "盯著你", + "object": "動作", + "attribute": "看" + }, + { + "displayName": "clenched hand", + "langName": "攥拳", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "hand_to_mouth", + "langName": "手放在嘴邊", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "hidden hands", + "langName": "將手藏起來", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "arm_support", + "langName": "用手支撐住", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "arms_up", + "langName": "抬手", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "presenting armpit", + "langName": "展示腋窩", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "arm_behind_head", + "langName": "手放頭後", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "arm_above_head", + "langName": "手在頭上", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "adjusting_hair", + "langName": "整理頭髮", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "bangs_pinned_back", + "langName": "將劉海別在腦後", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "arm_behind_back", + "langName": "單手背到身後", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "arms_behind_back", + "langName": "手放在身後", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "arm_at_side", + "langName": "單手垂放", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "arm_blade", + "langName": "手臂刀刃", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "arm_grab", + "langName": "抓住手臂", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "arm_around_waist", + "langName": "單手摟腰", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "arm_hug", + "langName": "挽手", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "arm_up", + "langName": "舉著手", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "bound_arms", + "langName": "手臂被束縛", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "extra_arms", + "langName": "多隻手臂", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "locked_arms", + "langName": "互挽手臂", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "zombie_pose", + "langName": "殭屍姿勢", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "cheering", + "langName": "助威", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "beckoning", + "langName": "招手示意", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "waving", + "langName": "揮手(打招呼/告別)", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "waving_arms", + "langName": "揮舞著手臂", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "salute", + "langName": "敬禮", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "reaching", + "langName": "(有目的地)伸手", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "reaching_out", + "langName": "朝畫外伸手", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "stretch", + "langName": "伸懶腰", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "convenient_arm", + "langName": "遮住關鍵部位的手臂", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "ready_to_draw", + "langName": "準備拔刀的姿勢", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "double_fox_shadow_puppet", + "langName": "雙狐影偶", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "fox_shadow_puppet", + "langName": "狐狸影偶", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "paw_pose", + "langName": "招財貓手勢(下彎手腕)", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "self_fondle", + "langName": "自我撫摸", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "groping", + "langName": "摸索", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "crotch_grab", + "langName": "手抓襠部", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "clothes_lift", + "langName": "掀起衣物", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "clothes_pull", + "langName": "拉扯衣物", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "strap_lift", + "langName": "抬起肩帶", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "shirt_lift", + "langName": "拉起掀起捲起襯衫", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "dress_lift", + "langName": "掀起裙子", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "dress_pull", + "langName": "拉連衣裙", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "kimono_lift", + "langName": "掀起和服", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "kimono_pull", + "langName": "拉和服", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "shirt_pull", + "langName": "拉開襯衫", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "shorts_pull", + "langName": "褪下短褲", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "pants_pull", + "langName": "拉著褲子", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "leotard_pull", + "langName": "剝開連衣褲", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "swimsuit_pull", + "langName": "扯下泳衣", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "skirt_basket", + "langName": "指掀起裙子時形成的籃子形狀", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "bikini_lift", + "langName": "往上剝開的比基尼", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "cheek_pull", + "langName": "扯臉頰", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "bunching_hair", + "langName": "手持辮子", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "mask_pull", + "langName": "拉著口罩", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "zipper_pull_tab", + "langName": "拉鍊的拉片", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "bikini_pull", + "langName": "扯著比基尼", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "holding_hair", + "langName": "握著頭髮|手指繞著頭髮", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "shou", + "langName": "單手託在腦後", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "arm_cannon", + "langName": "手炮", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "arm_ribbon", + "langName": "手臂絲帶", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "caramelldansen", + "langName": "某著名伸手扭腰動作", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "arm_held_back", + "langName": "手臂往後拉", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "leg_lift", + "langName": "單腿抬高", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "hugging_own_legs", + "langName": "抱自己的雙腿", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "cheek_pinching", + "langName": "捏臉頰", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "chin_rest", + "langName": "託臉頰", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "skirt_lift", + "langName": "掀裙子", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "skirt_flip", + "langName": "被掀起裙子(含突發情況意義)", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "skirt_pull", + "langName": "拉開裙子", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "cheek_poking", + "langName": "戳臉頰", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "hair_pull", + "langName": "拉頭髮", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "covering_chest_by_hand", + "langName": "用手遮住胸部", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "chin_stroking", + "langName": "摸下巴", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "hair_pulled_back", + "langName": "頭髮往後扎", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "adjusting_clothes", + "langName": "撥弄衣服", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "adjusting_hat", + "langName": "整理帽子", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "adjusting_gloves", + "langName": "撥弄手套", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "adjusting_swimsuit", + "langName": "撥弄泳衣", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "adjusting_thighhigh", + "langName": "調整過膝襪", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "adjusting_eyewear", + "langName": "扶正眼鏡", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "pulling", + "langName": "拉", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "pulled_by_self", + "langName": "拉下自己的衣物", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "pulled_by_another", + "langName": "被另一個人拉(或拉衣物)", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "lifting_person", + "langName": "將人抱起", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "lifted_by_self", + "langName": "掀起自己的衣物", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "lifted_by_another", + "langName": "被對方掀起衣物", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "bandaid_on_arm", + "langName": "手臂上貼著創可貼", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "carrying", + "langName": "抱起", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "carrying_under_arm", + "langName": "夾在腋下", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "carrying_over_shoulder", + "langName": "肩扛", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "wind_lift", + "langName": "起風效果|上升氣流", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "covering_xx", + "langName": "遮蓋xx", + "object": "動作", + "attribute": "手部" + }, + { + "displayName": "shushing", + "langName": "噓手勢", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "finger_to_mouth", + "langName": "手抵在嘴唇邊", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "peace sign", + "langName": "剪刀手", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "cat_pose", + "langName": "貓爪手勢", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "claw_pose", + "langName": "爪手勢", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "finger_gun", + "langName": "手指槍手勢", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "v", + "langName": "勝利手勢", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "double_v", + "langName": "雙_v", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "thumbs_up", + "langName": "翹大拇指", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "index_finger_raised", + "langName": "抬起食指", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "middle_finger", + "langName": "比出中指", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "fingersmile", + "langName": "用手指做出笑臉", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "finger_on_trigger", + "langName": "準備扣扳機的手勢", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "pointing_at_self", + "langName": "指著自己", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "pointing_at_viewer", + "langName": "指向看圖的人", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "pointing_up", + "langName": "向上指", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "poking", + "langName": "戳", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "hand_gesture", + "langName": "做手勢", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "ok_sign", + "langName": "OK手勢", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "finger_biting", + "langName": "咬手指", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "finger_in_mouth", + "langName": "吮吸手指", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "fingering_through_clothes", + "langName": "手指", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "fingers_together", + "langName": "手指併攏", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "hair_twirling", + "langName": "手指卷著頭髮", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "sharp_fingernails", + "langName": "銳利的手指甲", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "spread_fingers", + "langName": "張開手指", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "trigger_discipline", + "langName": "手指沒放在扳機上", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "w", + "langName": "手指比W", + "object": "動作", + "attribute": "手指" + }, + { + "displayName": "open hands", + "langName": "張開雙手", + "object": "動作", + "attribute": "雙手動作" + }, + { + "displayName": "spread arms", + "langName": "張開雙臂", + "object": "動作", + "attribute": "雙手動作" + }, + { + "displayName": "interlocked_fingers", + "langName": "雙手緊握", + "object": "動作", + "attribute": "雙手動作" + }, + { + "displayName": "tying hair", + "langName": "扎頭髮", + "object": "動作", + "attribute": "雙手動作" + }, + { + "displayName": "own hands clasped", + "langName": "雙手相扣", + "object": "動作", + "attribute": "雙手動作" + }, + { + "displayName": "own hands together", + "langName": "雙手相合", + "object": "動作", + "attribute": "雙手動作" + }, + { + "displayName": "hands in hair", + "langName": "雙手撥頭髮", + "object": "動作", + "attribute": "雙手動作" + }, + { + "displayName": "arms_behind_head", + "langName": "雙手抱頭", + "object": "動作", + "attribute": "雙手動作" + }, + { + "displayName": "double piece pose", + "langName": "雙手 V 手勢", + "object": "動作", + "attribute": "雙手動作" + }, + { + "displayName": "arms_crossed", + "langName": "手交叉於胸前", + "object": "動作", + "attribute": "雙手動作" + }, + { + "displayName": "hands_in_opposite_sleeves", + "langName": "雙手交叉伸進袖子裡", + "object": "動作", + "attribute": "雙手動作" + }, + { + "displayName": "crossed_arms", + "langName": "交叉雙臂", + "object": "動作", + "attribute": "雙手動作" + }, + { + "displayName": "outstretched_arms", + "langName": "伸出雙臂", + "object": "動作", + "attribute": "雙手動作" + }, + { + "displayName": "v_arms", + "langName": "雙臂擺出V", + "object": "動作", + "attribute": "雙手動作" + }, + { + "displayName": "w_arms", + "langName": "雙臂擺出W", + "object": "動作", + "attribute": "雙手動作" + }, + { + "displayName": "arms_at_sides", + "langName": "雙手垂放", + "object": "動作", + "attribute": "雙手動作" + }, + { + "displayName": "hands_clasped", + "langName": "雙手手指交叉|雙手緊握", + "object": "動作", + "attribute": "雙手動作" + }, + { + "displayName": "holding", + "langName": "拿著某物", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_animal", + "langName": "抱著動物", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_arrow", + "langName": "拉著弓", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_axe", + "langName": "握著斧頭", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_bag", + "langName": "提著包", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_ball", + "langName": "抱著球", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_basket", + "langName": "提著籃子", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_book", + "langName": "捧著書", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_bottle", + "langName": "拿著瓶子", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_bouquet", + "langName": "手捧花束", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_bow_(weapon)", + "langName": "拿著弓(武器)", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_bowl", + "langName": "端著碗", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_box", + "langName": "端著箱子", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_breath", + "langName": "憋氣", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_broom", + "langName": "手持掃帚", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_camera", + "langName": "手持攝像機", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_can", + "langName": "拿著易拉罐", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_candy", + "langName": "手持糖果", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_card", + "langName": "手持卡片", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_cat", + "langName": "抱著貓", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_chopsticks", + "langName": "拿著筷子", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_cigarette", + "langName": "手叼香菸", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_clothes", + "langName": "拿著衣服", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_condom", + "langName": "拿著避孕套", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_cup", + "langName": "手持杯子", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_dagger", + "langName": "手持匕首", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_doll", + "langName": "抱著玩偶", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_eyewear", + "langName": "拿著眼鏡|正在摘眼鏡", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_fan", + "langName": "拿著扇子", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_flag", + "langName": "手持旗幟", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_flower", + "langName": "拿著花", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_food", + "langName": "拿著食物", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_fork", + "langName": "拿著餐叉", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_fruit", + "langName": "拿著水果", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_gift", + "langName": "拿著禮物", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_gun", + "langName": "拿著槍", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_hands", + "langName": "牽手", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_hat", + "langName": "拿著帽子", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_head", + "langName": "手裡捧著頭", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_helmet", + "langName": "拿著頭盔", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_innertube", + "langName": "拿著泳圈", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_instrument", + "langName": "拿著樂器", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_knife", + "langName": "拿著刀", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_leaf", + "langName": "拿著葉子", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_lollipop", + "langName": "拿著棒棒糖", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_mask", + "langName": "拿著面具", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_microphone", + "langName": "拿著麥克風", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_needle", + "langName": "拿著縫衣針", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_own_foot", + "langName": "握著自己的腳", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_paintbrush", + "langName": "手握畫筆", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_paper", + "langName": "拿著紙", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_pen", + "langName": "握筆", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_pencil", + "langName": "手持鉛筆", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_phone", + "langName": "拿著手機", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_pillow", + "langName": "抱著枕頭", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_pipe", + "langName": "拿著菸斗", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_pizza", + "langName": "拿著披薩", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_plate", + "langName": "端著碟子", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_poke_ball", + "langName": "拿著精靈球", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_pokemon", + "langName": "抱著寶可夢", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_polearm", + "langName": "手持長柄武器", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_sack", + "langName": "拎著包袱", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_scythe", + "langName": "手持鐮刀", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_sheath", + "langName": "握著刀鞘", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_shield", + "langName": "手持盾牌", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_shoes", + "langName": "拿著鞋子", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_sign", + "langName": "手持招牌", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_spear", + "langName": "手持長矛", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_spoon", + "langName": "拿著湯勺", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_staff", + "langName": "手持法杖", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_strap", + "langName": "手拉著吊帶", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_stuffed_animal", + "langName": "抱著毛絨玩具", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_stylus", + "langName": "手持手寫筆", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_sword", + "langName": "手持劍", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_syringe", + "langName": "手持注射器", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_towel", + "langName": "拿著毛巾", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_tray", + "langName": "託著盤子", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_umbrella", + "langName": "撐傘", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_wand", + "langName": "握著棒子", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "holding_whip", + "langName": "握著鞭子", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "arm_around_neck", + "langName": "單手摟著脖子", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "arms_around_neck", + "langName": "雙手摟著脖子", + "object": "動作", + "attribute": "手(拿著某物)" + }, + { + "displayName": "covering", + "langName": "遮蓋的動作", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "covering_face", + "langName": "擋住臉", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "covering_ass", + "langName": "遮著臀部", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "covering_crotch", + "langName": "遮著襠部", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "covering_eyes", + "langName": "遮住眼睛", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "covering_mouth", + "langName": "擋住嘴巴", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "covering_nipples", + "langName": "擋住乳頭", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "breast lift", + "langName": "手託乳房", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "breast_suppress", + "langName": "手圧在乳房上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_another's", + "langName": "雙手放在別人的臉上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_another's_cheeks", + "langName": "雙手放在對方的臉頰上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_ass", + "langName": "雙手放在屁股上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_feet", + "langName": "雙手放在腳上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_headwear", + "langName": "雙手碰到頭上的飾物", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_hilt", + "langName": "雙手搭在刀柄上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_lap", + "langName": "雙手放在兩腿之間", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_own_face", + "langName": "雙手放在自己的臉上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_own_cheeks", + "langName": "雙手放在自己的臉頰上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_own_chest", + "langName": "雙手放在自己的胸口", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_own_head", + "langName": "雙手放在自己的頭上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_own_knees", + "langName": "雙手放在自己的膝蓋上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_own_stomach", + "langName": "雙手放在自己的肚子上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_own_thighs", + "langName": "雙手放在自己的大腿上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand between legs", + "langName": "手夾腿間", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "leg hold", + "langName": "手把腿抓著", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_another's_shoulders", + "langName": "雙手放在別人的肩膀上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_hips", + "langName": "雙手叉腰|雙手擱在腰上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_another's", + "langName": "手接觸到對方的臉", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_another's_cheek", + "langName": "手摸著對方的臉頰", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_another's_chest", + "langName": "手放在對方的胸前", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_another's_chin", + "langName": "手託著對方的下巴", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_another's_head", + "langName": "手放在對方的頭上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_another's_shoulder", + "langName": "手放在對方的肩上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_another's_stomach", + "langName": "手放在對方的肚子上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_ass", + "langName": "手放在屁股上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_head", + "langName": "手放在頭上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_headwear", + "langName": "手觸碰帽子", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_hilt", + "langName": "手擱在刀柄上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_hip", + "langName": "手叉著腰|手擱在腰上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_own", + "langName": "把手放在自己臉上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_own_cheek", + "langName": "把手放在自己的臉頰上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_own_chest", + "langName": "把手放在自己的胸口", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_own_chin", + "langName": "手碰著自己的下巴", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_own_stomach", + "langName": "把手放在自己的肚子上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_shoulder", + "langName": "手放在肩上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_in_another's_hair", + "langName": "手放在對方的頭髮上", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_in_hair", + "langName": "手埋在頭髮裡", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_in_pocket", + "langName": "手插在口袋裡", + "object": "動作", + "attribute": "手(放在某地)" + }, + { + "displayName": "ass_grab", + "langName": "抓著屁股", + "object": "動作", + "attribute": "手(抓著某物)" + }, + { + "displayName": "flat_chest_grab", + "langName": "抓著貧乳", + "object": "動作", + "attribute": "手(抓著某物)" + }, + { + "displayName": "grabbing", + "langName": "抓住|抓著", + "object": "動作", + "attribute": "手(抓著某物)" + }, + { + "displayName": "grabbing_another's_ass", + "langName": "抓著對方屁股", + "object": "動作", + "attribute": "手(抓著某物)" + }, + { + "displayName": "grabbing_another's_hair", + "langName": "抓著對方的頭髮", + "object": "動作", + "attribute": "手(抓著某物)" + }, + { + "displayName": "grabbing_from_behind", + "langName": "從背後揉胸|從背後抓住胸部", + "object": "動作", + "attribute": "手(抓著某物)" + }, + { + "displayName": "grabbing_own_ass", + "langName": "抓著自己的屁股", + "object": "動作", + "attribute": "手(抓著某物)" + }, + { + "displayName": "guided_penetration", + "langName": "抓住男性器插入自己", + "object": "動作", + "attribute": "手(抓著某物)" + }, + { + "displayName": "hair_grab", + "langName": "抓著頭髮", + "object": "動作", + "attribute": "手(抓著某物)" + }, + { + "displayName": "leg_grab", + "langName": "抓著腿", + "object": "動作", + "attribute": "手(抓著某物)" + }, + { + "displayName": "necktie_grab", + "langName": "抓著領帶", + "object": "動作", + "attribute": "手(抓著某物)" + }, + { + "displayName": "neckwear_grab", + "langName": "抓著頸部的衣服", + "object": "動作", + "attribute": "手(抓著某物)" + }, + { + "displayName": "penis_grab", + "langName": "抓著陰莖", + "object": "動作", + "attribute": "手(抓著某物)" + }, + { + "displayName": "pillow_grab", + "langName": "抓著枕頭", + "object": "動作", + "attribute": "手(抓著某物)" + }, + { + "displayName": "sheet_grab", + "langName": "抓著床單", + "object": "動作", + "attribute": "手(抓著某物)" + }, + { + "displayName": "tail_grab", + "langName": "抓著尾巴", + "object": "動作", + "attribute": "手(抓著某物)" + }, + { + "displayName": "thigh_grab", + "langName": "抓著大腿", + "object": "動作", + "attribute": "手(抓著某物)" + }, + { + "displayName": "torso_grab", + "langName": "抓著軀幹", + "object": "動作", + "attribute": "手(抓著某物)" + }, + { + "displayName": "wrist_grab", + "langName": "抓著手腕", + "object": "動作", + "attribute": "手(抓著某物)" + }, + { + "displayName": "kicking", + "langName": "踢", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "high_kick", + "langName": "高踢", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "standing_on_one_leg", + "langName": "單腿站立", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "standing_split", + "langName": "站立劈叉|站立高抬腿", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "legs_up", + "langName": "抬一隻腿", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "holding legs", + "langName": "抱住腿", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "hands under legs", + "langName": "手放在腿下", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "leg hug", + "langName": "抱腿", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "spread legs", + "langName": "張開雙腿", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "legs_together", + "langName": "兩腿併攏", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "crossed_legs", + "langName": "二郎腿", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "m_legs", + "langName": "M字擺腿", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "standing split, leg up", + "langName": "站立一字馬", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "curtsy", + "langName": "屈膝禮(女僕行禮)", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "open_stance", + "langName": "稍息", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "convenient_leg", + "langName": "擋住關鍵部位的腿", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "leg_lock", + "langName": "用雙腿夾住", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "legs", + "langName": "雙腿", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "legs_over_head", + "langName": "雙腿抬過頭", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "squatting,_open_legs", + "langName": "蹲下分開雙腿", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "knees_together_feet_apart", + "langName": "膝蓋合併,兩腳分開", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "animal_on_lap", + "langName": "膝蓋上有動物", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "hand_on_own_knee", + "langName": "手放在自己的膝蓋上", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "knee_up", + "langName": "頂起膝蓋", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "knees", + "langName": "膝蓋", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "knees_to_chest", + "langName": "膝蓋頂到胸部", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "on_lap", + "langName": "在膝蓋上", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "squatting", + "langName": "蹲下", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "one_knee", + "langName": "一隻膝蓋", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "kneeling", + "langName": "下跪", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "all_fours", + "langName": "四肢著地", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "gravure_pose", + "langName": "凹版姿勢", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "soaking_feet", + "langName": "泡腳", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "cropped_legs", + "langName": "只畫了一部分腿", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "k/da_(league_of_legends)", + "langName": "KDA組合(英雄聯盟)", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "leg_belt", + "langName": "腿部繫著帶子", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "leg_hair", + "langName": "腿毛", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "leg_up", + "langName": "抬起腿", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "legs_apart", + "langName": "兩腿分開", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "lowleg", + "langName": "M字擺腿", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "mechanical_legs", + "langName": "機械義足", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "multiple_legs", + "langName": "多足角色", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "no_legs", + "langName": "沒畫出腿", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "no_legwear", + "langName": "襠胯以下裸著", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "tail_between_legs", + "langName": "尾巴蜷到兩腿之間", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "footprints", + "langName": "腳印", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "foot_out_of_frame", + "langName": "單腳不在圖內", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "feet_out_of_frame", + "langName": "雙腳不在圖內", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "feet_up", + "langName": "翹起腳", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "cameltoe", + "langName": "駱駝趾", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "pigeon-toed", + "langName": "萌向的內八腿", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "tiptoes", + "langName": "踮起腳尖", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "ankle_strap", + "langName": "腳踝絲環", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "ankle_wrap", + "langName": "腳踝套", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "crossed_ankles", + "langName": "交叉腳踝", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "folded", + "langName": "抬腿露陰", + "object": "動作", + "attribute": "腿部" + }, + { + "displayName": "sitting", + "langName": "坐", + "object": "動作", + "attribute": "坐" + }, + { + "displayName": "seiza", + "langName": "正坐", + "object": "動作", + "attribute": "坐" + }, + { + "displayName": "wariza", + "langName": "鴨子坐", + "object": "動作", + "attribute": "坐" + }, + { + "displayName": "straddling", + "langName": "跨坐", + "object": "動作", + "attribute": "坐" + }, + { + "displayName": "yokozuwari", + "langName": "側身坐", + "object": "動作", + "attribute": "坐" + }, + { + "displayName": "sitting_backwards", + "langName": "向後坐", + "object": "動作", + "attribute": "坐" + }, + { + "displayName": "sitting_in_tree", + "langName": "坐在樹上", + "object": "動作", + "attribute": "坐" + }, + { + "displayName": "sitting_on_xx", + "langName": "坐在物體上", + "object": "動作", + "attribute": "坐" + }, + { + "displayName": "butterfly_sitting", + "langName": "蝴蝶坐", + "object": "動作", + "attribute": "坐" + }, + { + "displayName": "lotus_position", + "langName": "坐在桌子上", + "object": "動作", + "attribute": "坐" + }, + { + "displayName": "sitting_on_railing", + "langName": "坐在欄杆上", + "object": "動作", + "attribute": "坐" + }, + { + "displayName": "sitting_on_rock", + "langName": "坐在石頭", + "object": "動作", + "attribute": "坐" + }, + { + "displayName": "sitting_on_stairs", + "langName": "坐在樓梯上", + "object": "動作", + "attribute": "坐" + }, + { + "displayName": "sitting_on_table", + "langName": "坐在桌子上", + "object": "動作", + "attribute": "坐" + }, + { + "displayName": "sitting_on_water", + "langName": "坐在水上", + "object": "動作", + "attribute": "坐" + }, + { + "displayName": "sitting_on_chair", + "langName": "坐在椅子上", + "object": "動作", + "attribute": "坐" + }, + { + "displayName": "sidesaddle", + "langName": "側坐在鞍上", + "object": "動作", + "attribute": "坐" + }, + { + "displayName": "sitting_on_bed", + "langName": "坐在床上", + "object": "動作", + "attribute": "坐" + }, + { + "displayName": "sitting_on_desk", + "langName": "坐在課桌上", + "object": "動作", + "attribute": "坐" + }, + { + "displayName": "sitting_on_lap", + "langName": "坐在大腿上", + "object": "動作", + "attribute": "坐" + }, + { + "displayName": "sitting_on_person", + "langName": "坐在人身上", + "object": "動作", + "attribute": "坐" + }, + { + "displayName": "upright_straddle", + "langName": "對坐體位", + "object": "動作", + "attribute": "坐" + }, + { + "displayName": "asymmetrical_docking", + "langName": "胸部互碰|胸頂著胸", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "back-to-back", + "langName": "背對背", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "cunnilingus", + "langName": "舔陰", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "facing_another", + "langName": "面對另一個", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "feeding", + "langName": "餵食", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "finger_in_another's_mouth", + "langName": "口內指交", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "fingering", + "langName": "指交", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "giving", + "langName": "遞|贈送", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "grinding", + "langName": "素股|臀推", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "hug", + "langName": "擁抱", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "imminent_kiss", + "langName": "即將接吻", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "incoming_food", + "langName": "遞食物", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "incoming_gift", + "langName": "遞禮物", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "Kabedon", + "langName": "壁咚", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "lap_pillow", + "langName": "膝枕", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "licking_penis", + "langName": "舔陰莖", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "princess_carry", + "langName": "公主抱", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "shared_bathing", + "langName": "共浴|鴛鴦浴", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "shared_food", + "langName": "共享食物|用嘴遞食物", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "sitting_on_head", + "langName": "坐在頭上", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "sitting_on_shoulder", + "langName": "坐在肩膀上", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "slapping", + "langName": "掌摑", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "spanking", + "langName": "打屁股", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "special_feeling_(meme)", + "langName": "雪中打傘的戀人梗", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "symmetrical_docking", + "langName": "胸擠胸", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "ear_biting", + "langName": "咬耳朵", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "mixed_bathing", + "langName": "混浴", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "selfie", + "langName": "自拍", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "trembling", + "langName": "顫抖", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "partially submerged", + "langName": "浸在水中", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "rolleyes", + "langName": "翻白眼", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "headpat", + "langName": "摸頭", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "cheek-to-cheek", + "langName": "臉貼臉", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "Stretching", + "langName": "拉伸", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "against wall", + "langName": "靠牆", + "object": "動作", + "attribute": "其他動作" + }, + { + "displayName": "((water drops)),wet clothes,((beautiful detailed water)),((floating)),dynamic angle", + "langName": "水魔法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed glow,(detailed ice),beautiful detailed water", + "langName": "冰魔法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.2),(ice crystal texture wings),(Iridescence and rainbow hair:2.5)", + "langName": "冰系改", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.3),(((ice crystal texture wings)))", + "langName": "星冰樂", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "((detailed beautiful snow forest with trees)),((snowflakes)),floating", + "langName": "森林冰", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "(((crystals texture Hair))),((beautiful detailed glass hair)),((glass shaped texture hand)),((crystallize texture body)),gem body,hands as clear as jewels,crystallization of clothes,((crystals texture skin)),sparkle,lens flare,light leaks,broken glass,detailed glass shaped clothes,beautiful detailed gemstone sky,gemstone sea,crystals texture flowers,((detailed crystallized clothing))", + "langName": "結晶法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed glow,((flames of war)),(((nuclear explosion behide)))", + "langName": "核爆法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "((breeze)),flying splashes,flying petals,wind", + "langName": "風魔法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "((surrounded by heavy floating sand flow and floating sharp stones)),((((ink)))),((illustration)),((watercolor))", + "langName": "流沙法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "(detailed light),((lightning in hand)),lightning surrounds,(((lightning chain)))", + "langName": "雷電法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "(sunlight),(angel),dynamic angle,floating,wing,halo,floating white silk,(Holy Light),silver stars", + "langName": "聖光法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed pampas grass field,open hakama,surrounded by floating sakura,yellow full moon,beautiful detailed dark midnight sky,messy white long hair", + "langName": "葦名法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "beautiful and delicate water,the finest grass,very delicate light,nature,painting,water spray,breeze,flowers and grass meadow,near the water edge,(sunset,starry sky in a circle),randomly distributed clouds,river,splashing water,falling petals", + "langName": "自然法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "(detailed light) ,feather,leaves,nature,(sunlight),river,(forest),(bloom)", + "langName": "森林法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "floating and rainbow long hair,Iridescence and rainbow,beautiful detailed starry sky", + "langName": "虹彩法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "chain ring,chain storm,dark chain,((wholeblack bloomer)),darkside,night,deep dark,darkness,((dark clouds)),((ruins)),shadow,death garden", + "langName": "暗鎖法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed glow,floating ashes,beautiful and detailed explosion,red moon,fire,fire cloud,wings on fire,a cloudy sky,smoke of gunpowder,burning,black dress,dove of peace,(floating cloud:1.2)", + "langName": "火燒雲", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(magic circle:1.2),(floating palaces:1.3)", + "langName": "城堡法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "(water bloom),(delicate glow),(breeze),long Flowers meadow,(((sunset)),(less stars form a circle),randomly distributed clouds,(rivers),(willows with branches falling into the water)", + "langName": "黃昏法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "((colorful bubble)),(floating),detailed light", + "langName": "泡泡法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "((rose)),(vine),cage,bandage,red rope,(detail light),falling rose petals", + "langName": "薔薇法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "(starry tornado:1.4),starry Nebula,beautiful detailed sky", + "langName": "星空法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "((moon)),starry sky,(lighting particle),fog,snow,(bloom)", + "langName": "月亮法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(cold full moon),snowflake,(floating cloud:1.2)", + "langName": "雪月法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "((burning forest)),spark,light leaks,burning sky,flame,flames burning around,(flying sparks)", + "langName": "森火法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "((destroyed)),explosion,buildings in disarray,The residual eaves DuanBi,cumulus,mouldy,floating,wind,Dead end machine,(broken robot),(Mechanical robot girl),in the rubble of a devastated city", + "langName": "廢土法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,((sliver)) and (broken) body", + "langName": "戰甲法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "Extremely gorgeous metal style,Metal crown with ornate stripes,Various metals background,Sputtered molten iron,floating hair,Hair like melted metal,Clothes made of silver,Clothes with gold lace,flowing gold and silver,everything flowing and melt,flowing iron,flowing silver,lace flowing and melt", + "langName": "黃金法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "mecha clothes,robot girl", + "langName": "機娘法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "ink,(((bone))),(((ribs))),rose,black hair,blue eyes,greyscale,no shadow,simple background,bright skin", + "langName": "死靈法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "(((gorgeous crystal armor))),(((crystal wings))),((altocumulus)),(clear_sky),(snow mountain),((flowery flowers)),(flowery bubbles),cloud map plane,crystal,crystal poppies,Brilliant light,thick_coating,glass tint,(watercolor)", + "langName": "水晶法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "((an extremely delicate and beautiful)),floating,(detailed wet clothes),(detailed light),feather,nature,(sunlight),river,floating palace,beautiful and delicate water,(bloom),(shine)", + "langName": "水森法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "(blue spark),(red and blue hair),blue eyes,burning sky,flame,Rainbow in the sky,((Flames burning ice)),(((fire butterflies))),(((ice crystal texture wings))),(Flying sparks),(detailed ice),((a lot of luminous ice crystals)),((burning feathers)),(feathers made of ice),(frozen feathers),(((ice and fire together)))", + "langName": "冰火法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "(anger),dragon horns,(silver armor),metal,complex pattern,cape,indifference", + "langName": "龍騎士", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "((full body)),(helpless),tear,crying,(((((falling from the sky))))),((Weathering With You)),((falling)),((face towards the sky)),(hair flows upwards),((disheveled hair)),(1 girl),floating,beautiful detailed sky", + "langName": "墜落法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "((underwater)),(beautiful detailed water),((coral)),dynamic angle,floating,(detailed light),floating hair,(splash),((fishes)),leaves dress,feather,nature,(sunlight),(underwater forest),(bloom),(detailed glow),drenched,seaweed,fish,(((Tyndall effect)))", + "langName": "水下法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "(extremely detailed CG unity 8k wallpaper),(((masterpiece))),(((best quality))),((ultra-detailed)),(best illustration),(best shadow),((an extremely delicate and beautiful)),dynamic angle,floating,fairyland,dynamic angle,sea of flowers,beautiful detailed garden,wind,classic,spring,(detailed light),feather,nature,(sunlight),river,forest,(((floating palace))),((the best building)),beautiful and delicate water,(painting),(sketch),(bloom),(shine)", + "langName": "秘境法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "(((masterpiece))),((the best quality,super fine illustrations,beautiful and delicate water)),((very delicate light)),((nature,painting)),((fine lighting,more transparent stars,high-quality snowflakes,high-quality mountains,very fine 8KCG wallpapers)),(plateau),(((snow mountain))),sunrise,randomly distributed clouds,(snow field),cliff,((rotating star sky)),((lake in mountain stream)),luminous particles", + "langName": "攝影法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "1980s (style),simple background,retro artstyle", + "langName": "摩登法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "(white hair),red long hair,red eyes,(full body),(((with sword))),angry face,(beautiful detailed eyes),Blood drop,Blood fog,floating hair,disheveled hair,Splashing blood,(Bloodstain)", + "langName": "血魔法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "((dragon)),((dragon background))", + "langName": "喚龍術", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "hair fluttering in the wind,((mechanical arm armor)),((mechanical body armor)),riding motor,bodysuit,((ruins of city in war,fire,burning cars,burning buildings)),air force fleet in the sky", + "langName": "戰姬法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,dragon wings,((a dragon stands behind the girl)),beautiful detailed sliver dragon armor", + "langName": "龍機法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "((Beautiful butterflies in detail)),((Beautiful stars in detail)),(((halter dress ))),particle,(Starry sky in beautiful detail),(Hazy fog),(Ruins of beautiful details),(((Standing on the surface of the sea)))", + "langName": "星蝶術", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "blonde wavy hair,(shiny long hair),((Gothic Lolita)),blue white skirt,((short skirt)),black Headdress,bowknot,(((hair ornament))),(hair flower),Lace,cross-laced footwear,ribbon-trimmed sleeves,building architecture,((gothic architecture)),starry sky,outdoors,church,(castle)", + "langName": "學院法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "walking,waves,wind,(((glistening light of waves))),(detailed sunset glow),(floating flow),((coral)),(Luminous),coast,(floating colorful bubbles),beautiful detailed sky,(fluorescence),detailed shadow,(conch),beautiful detailed water,starfish,meteor,rainbow,(seabirds),(glinting stars),(glowworm),(splash),detailed cloud,shell,(fireworks)", + "langName": "星霞海", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed sky,night,stars,(red plum blossom),((winter)),(((snowflakes))),((red and white flowers)),(starry sky),(sitting),((colorful)),scenery,lantern,(starfall)", + "langName": "冬雪法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "((((melt)))),(((((black and white melt))))),(((wear Black and white Taoist robes))),((((gold and silver lace)))),(((gold and silver lace lace))),(((flowing ((black)) and white background))),extremely detailed gorgeous tiara", + "langName": "萬物熔爐", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "Floating black ashes,Beautiful and detailed black,red moon,((The black clouds)),(black Wings) ,a black cloudy sky,burning,black dress,((Black fog)),Red eyes,(black smoke),((Black feathers floating in the air)),bat,(floating black cloud:1.5),", + "langName": "暗鴉法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "dynamic angle,finely detail,(bloom),(shine),glinting stars,((((best detailed fireworks)))),((((depth of field)))),(((hanabi))),(((backlight))),", + "langName": "花火基礎", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,(lots of big colorful Bubble),(pearl),(Galaxy),depth of field", + "langName": "星之彩", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,depth of field", + "langName": "沉入星海", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "dynamic angle,detailed wet clothes,blank stare,overexplosure,floating,black long straight,red eyes,aqua eyes,gradient eyes,((blood)),white dress,frills,((expressionless)),extremely beautiful detailed water,((lying on the lake)),(bloodred water:1.5),(red background:1.3)", + "langName": "百溺法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "((messy hair)),(grassland),(yellow eyes),incredibly absurdres,(gold hair),floating hair,Large number of environments,the medieval ,grace,prospect,water eyes,wind,breeze,god ray,lawn,Mountains and lakes in the distance,The sun shines through the trees,A vast expanse of grassland", + "langName": "輝煌陽光法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "Starry sky adorns hair,sparkling anime eyes,beautiful detailed stars,blighting stars,emerging dark purple across with white hair,multicolored hair,beautiful detailed sky,beautiful detailed water,cinematic lighting,dramatic angle,", + "langName": "星鬢法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "There are many scattered luminous petals,Hidden in the light yellow flowers,Depth of field,Many flying drops of water,Many scattered leaves,branch ,angle ,contour deepening,cinematic angle", + "langName": "森羅法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "sunlight,extremely light,extremely clothes,Holy Light,dynamic angle,Light particle,very long hair,white hair,yellow eyes,glowing eyes,expressionless,((light smile)),((((white Tulle skirt)))),white silk,looking at viewer,angel wings,large wings,multiple wings,angel halo,(((starry sky))),dusk sky,Floating light spot,Lots of feathers", + "langName": "星天使", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "blonde hair,yellow eyes,white skin,mature female,sunrise,golden sky,magnificent architecture,beautiful detailed sky,overexposure,delicate gold metal decorations", + "langName": "黃金律", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "mechanical prosthesis,mecha coverage,emerging dark purple across with white hair,fluorescent purple,cool movement,rose red eyes,beatiful detailed cyberpunk city,hd semirealistic anime cg concept art digital painting", + "langName": "機械姬", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "(incredibly absurdres),(highly detailed beautiful fishtail:1.6),(((human hands))),(the lower body is a fish:1.9)AND(no human thigh:1.2),seaweed,(full body),(white seashell),(curved and slender fish tail),(the lower body is bare:1.1),{beautiful tailfin},((underwater)),(illustration),detailed water,((fishes)),(floating),watercolor (medium),(small whirlpool),((The sensation of water flowing)),(detailed scales on a mermaid)", + "langName": "人魚法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "Blood Mist,background Urban rooftop,despair,Blood Cherry Blossom,torn clothes,crying with eyes open,solo,Blood Rain,bandages,Gunpowder smoke,beautiful deatailed shadow,Splashing blood,dust,tyndall effect", + "langName": "末日", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "Space opera,Space port,robot arm,elbow gloves,night,glisten,stare,cyberpunk,((((citylight)))),science fiction,bodysuit,Mechanical armor headdress,(bare shoulders)", + "langName": "碎夢", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "dynamic angle,rainbow hair,detailed cute anime face,((loli)),flower,cry,water,corrugated,flowers tire,broken glass,(broken screen),atlantis,transparent glass", + "langName": "幻碎夢", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "(white hair),(((red streaked hair))),red eyes,(((full body))),(red hair),(((((Hold a red sword))))),(angry face),((Blood drop)),((Blood fog)),light shafts,soft focus,((Splashing blood))),Long hair,((Bloodstain)),Fighting stance,{{{{{watercolor (medium)}}}},(((masterpiece))),((white clock)),((ultradetailed)),((Covered in blood)),flowing hair,Exquisite Flame,dynamic angle,floating,(shine),extremely delicate and beautiful girls,bright skin,lying red petals,Holy lighting", + "langName": "血改法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "dramatic shadows,black and white,monochrome,{{comic}},cross necklace,Cassock", + "langName": "留影術", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "((ink)),(water color),bloom effect,detailed beautiful grassland with petal,flower,butterfly,necklace,smile,petal,(((surrounded by heavy floating petal flow)))", + "langName": "飄花法", + "object": "動作", + "attribute": "魔法" + }, + { + "displayName": "stylish outfit", + "langName": "衣著時髦", + "object": "服飾", + "attribute": "時尚穿搭" + }, + { + "displayName": "fashionable accessories", + "langName": "時尚配飾", + "object": "服飾", + "attribute": "時尚穿搭" + }, + { + "displayName": "fitted jeans", + "langName": "緊身牛仔褲", + "object": "服飾", + "attribute": "時尚穿搭" + }, + { + "displayName": "oversized jacket", + "langName": "大碼夾克", + "object": "服飾", + "attribute": "時尚穿搭" + }, + { + "displayName": "baggy clothes", + "langName": "寬鬆的衣服", + "object": "服飾", + "attribute": "時尚穿搭" + }, + { + "displayName": "traditional_clothes", + "langName": "傳統服裝|民族服裝", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "chinese_clothes", + "langName": "唐裝", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "china_dress", + "langName": "旗袍", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "hanfu", + "langName": "漢服", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "Taoist robe", + "langName": "道袍", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "japanese_clothes", + "langName": "和服", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "enmaided", + "langName": "穿著和服的女性", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "hanten_clothes", + "langName": "袢纏(日式)", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "kimono", + "langName": "和服", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "furisode", + "langName": "振袖(和服的一部份)", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "sleeveless_kimono", + "langName": "無袖和服", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "short_kimono", + "langName": "短和服", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "print_kimono", + "langName": "印花和服", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "uchikake", + "langName": "白無垢(日式嫁衣)", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "obi", + "langName": "衣帶(和服用)", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "cheongsam", + "langName": "旗袍", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "print_cheongsam", + "langName": "印花旗袍", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "pelvic_curtain", + "langName": "旗袍類衣物的前擺", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "ainu_clothes", + "langName": "阿伊努人的服飾", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "korean_clothes", + "langName": "朝鮮服飾", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "hanbok", + "langName": "韓服", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "Ao_Dai", + "langName": "越南服飾(奧黛)", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "western", + "langName": "西部風格", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "german_clothes", + "langName": "德國服飾", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "indian_style", + "langName": "印度風格", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "arabian_clothes", + "langName": "阿拉伯服飾", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "egyptian_clothes", + "langName": "埃及服飾", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "byzantine_fashion", + "langName": "拜占庭風格", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "gothic", + "langName": "哥特風格", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "lolita", + "langName": "洛麗塔風格", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "gothic_lolita", + "langName": "哥特洛麗塔風格", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "Tropical", + "langName": "熱帶特徵的", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "costume", + "langName": "套裝", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "adapted_costume", + "langName": "改良服飾", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "animal_costume", + "langName": "動物造型套裝", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "bunny_costume", + "langName": "兔子造型套裝", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "cat_costume", + "langName": "貓造型套裝", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "dog_costume", + "langName": "狗造型套裝", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "bear_costume", + "langName": "熊造型套裝", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "santa_costume", + "langName": "聖誕老人服裝", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "halloween_costume", + "langName": "萬聖節服裝", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "embellished_costume", + "langName": "裝飾華麗的服裝", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "alternate_costume", + "langName": "不同於角色原本造型的替代服裝", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "costume_switch", + "langName": "換衣play", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "meme_attire", + "langName": "模仿網絡迷因的服裝", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "kourindou_tengu_costume", + "langName": "香霖堂天狗裝束", + "object": "服飾", + "attribute": "服飾風格" + }, + { + "displayName": "hanfu, tang style outfits,", + "langName": "唐風", + "object": "服飾", + "attribute": "古風" + }, + { + "displayName": "hanfu, song style outfits,", + "langName": "宋風", + "object": "服飾", + "attribute": "古風" + }, + { + "displayName": "hanfu, ming style outfits,", + "langName": "明風", + "object": "服飾", + "attribute": "古風" + }, + { + "displayName": "orange upper shan", + "langName": "橙色上杉", + "object": "服飾", + "attribute": "古風" + }, + { + "displayName": "pink long upper shan", + "langName": "粉色長上杉", + "object": "服飾", + "attribute": "古風" + }, + { + "displayName": "white chest po skirt", + "langName": "齊胸破裙", + "object": "服飾", + "attribute": "古風" + }, + { + "displayName": "red chest pleated skirt", + "langName": "齊胸褶裙", + "object": "服飾", + "attribute": "古風" + }, + { + "displayName": "green waistband", + "langName": "綠色系帶", + "object": "服飾", + "attribute": "古風" + }, + { + "displayName": "white pibo", + "langName": "白色披帛", + "object": "服飾", + "attribute": "古風" + }, + { + "displayName": "purple short shan", + "langName": "紫色短杉", + "object": "服飾", + "attribute": "古風" + }, + { + "displayName": "light green long shan", + "langName": "淺綠長杉", + "object": "服飾", + "attribute": "古風" + }, + { + "displayName": "translucent white pleated skirt", + "langName": "半透白百褶裙", + "object": "服飾", + "attribute": "古風" + }, + { + "displayName": "green floral songmo", + "langName": "綠碎花宋抹", + "object": "服飾", + "attribute": "古風" + }, + { + "displayName": "short coat", + "langName": "短襖", + "object": "服飾", + "attribute": "古風" + }, + { + "displayName": "mamian skirt", + "langName": "馬面裙", + "object": "服飾", + "attribute": "古風" + }, + { + "displayName": "round collar", + "langName": "圓領", + "object": "服飾", + "attribute": "古風" + }, + { + "displayName": "standing collar", + "langName": "立領", + "object": "服飾", + "attribute": "古風" + }, + { + "displayName": "square collar", + "langName": "方領", + "object": "服飾", + "attribute": "古風" + }, + { + "displayName": "overlapping collar", + "langName": "雲肩", + "object": "服飾", + "attribute": "古風" + }, + { + "displayName": "embroidery", + "langName": "刺繡", + "object": "服飾", + "attribute": "古風" + }, + { + "displayName": "woven gold", + "langName": "織金", + "object": "服飾", + "attribute": "古風" + }, + { + "displayName": "makeup flower", + "langName": "妝花", + "object": "服飾", + "attribute": "古風" + }, + { + "displayName": "bufu", + "langName": "補服", + "object": "服飾", + "attribute": "古風" + }, + { + "displayName": "suit", + "langName": "西裝", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "business_suit", + "langName": "商務裝", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "tuxedo", + "langName": "燕尾服", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "formal_dress", + "langName": "正裝禮服", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "evening_gown", + "langName": "長禮服(長至腳踝的女性禮服)", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "evening dress", + "langName": "晚禮服", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "wedding_dress", + "langName": "婚紗", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "gown", + "langName": "女長服", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "cocktail_dress", + "langName": "雞尾酒連衣裙", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "school_uniform", + "langName": "校服", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "serafuku", + "langName": "水手服(校服)", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "summer_uniform", + "langName": "夏季制服", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "kindergarten_uniform", + "langName": "幼兒園制服", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "sailor", + "langName": "海員制服", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "police_uniform", + "langName": "警服", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "military_uniform", + "langName": "陸軍制服", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "naval_uniform", + "langName": "海軍制服", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "camouflage uniform", + "langName": "迷彩服", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "nazi_uniform", + "langName": "納粹制服", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "ss_uniform", + "langName": "黨衛軍制服", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "stile_uniform", + "langName": "女侍從的制服", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "band_uniform", + "langName": "樂隊制服", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "chef_uniform", + "langName": "廚師工裝", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "labcoat", + "langName": "白大褂", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "space_suit", + "langName": "宇航服", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "leotard", + "langName": "緊身連衣褲", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "canonicals", + "langName": "神職長袍", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "domineering", + "langName": "修女服", + "object": "服飾", + "attribute": "正裝" + }, + { + "displayName": "casual", + "langName": "休閒", + "object": "服飾", + "attribute": "休閒裝" + }, + { + "displayName": "loungewear", + "langName": "休閒服", + "object": "服飾", + "attribute": "休閒裝" + }, + { + "displayName": "hoodie", + "langName": "衛衣", + "object": "服飾", + "attribute": "休閒裝" + }, + { + "displayName": "homewear", + "langName": "居家服", + "object": "服飾", + "attribute": "休閒裝" + }, + { + "displayName": "pajamas", + "langName": "睡衣", + "object": "服飾", + "attribute": "休閒裝" + }, + { + "displayName": "nightgown", + "langName": "睡衣", + "object": "服飾", + "attribute": "休閒裝" + }, + { + "displayName": "sleepwear", + "langName": "睡衣", + "object": "服飾", + "attribute": "休閒裝" + }, + { + "displayName": "babydoll", + "langName": "情趣睡衣", + "object": "服飾", + "attribute": "休閒裝" + }, + { + "displayName": "print_pajamas", + "langName": "印花睡衣", + "object": "服飾", + "attribute": "休閒裝" + }, + { + "displayName": "polka_dot_pajamas", + "langName": "波點睡衣", + "object": "服飾", + "attribute": "休閒裝" + }, + { + "displayName": "yukata", + "langName": "浴衣", + "object": "服飾", + "attribute": "休閒裝" + }, + { + "displayName": "robe", + "langName": "長袍", + "object": "服飾", + "attribute": "休閒裝" + }, + { + "displayName": "robe_of_blending", + "langName": "混合長袍", + "object": "服飾", + "attribute": "休閒裝" + }, + { + "displayName": "cloak", + "langName": "斗篷", + "object": "服飾", + "attribute": "休閒裝" + }, + { + "displayName": "hooded_cloak", + "langName": "連帽斗篷", + "object": "服飾", + "attribute": "休閒裝" + }, + { + "displayName": "harem_outfit", + "langName": "舞娘服", + "object": "服飾", + "attribute": "休閒裝" + }, + { + "displayName": "sportswear", + "langName": "運動服", + "object": "服飾", + "attribute": "運動服" + }, + { + "displayName": "gym_uniform", + "langName": "運動服", + "object": "服飾", + "attribute": "運動服" + }, + { + "displayName": "athletic_leotard", + "langName": "體操服", + "object": "服飾", + "attribute": "運動服" + }, + { + "displayName": "tennis_uniform", + "langName": "網球衫", + "object": "服飾", + "attribute": "運動服" + }, + { + "displayName": "baseball_uniform", + "langName": "棒球服", + "object": "服飾", + "attribute": "運動服" + }, + { + "displayName": "letterman_jacket", + "langName": "棒球夾克", + "object": "服飾", + "attribute": "運動服" + }, + { + "displayName": "volleyball_uniform", + "langName": "排球服", + "object": "服飾", + "attribute": "運動服" + }, + { + "displayName": "biker_clothes", + "langName": "自行車運動服", + "object": "服飾", + "attribute": "運動服" + }, + { + "displayName": "bikesuit", + "langName": "騎行套裝", + "object": "服飾", + "attribute": "運動服" + }, + { + "displayName": "wrestling_outfit", + "langName": "摔角服", + "object": "服飾", + "attribute": "運動服" + }, + { + "displayName": "dougi", + "langName": "武道服", + "object": "服飾", + "attribute": "運動服" + }, + { + "displayName": "swimsuit", + "langName": "泳裝", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "swimwear", + "langName": "泳衣", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "wet_swimsuit", + "langName": "溼泳衣", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "school_swimsuit", + "langName": "學校泳裝(死庫水)", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "new_school_swimsuit", + "langName": "新式死庫水", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "old_school_swimsuit", + "langName": "舊式死庫水", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "competition_school_swimsuit", + "langName": "競泳死庫水", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "competition_swimsuit", + "langName": "賽用泳衣", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "casual_one-piece_swimsuit", + "langName": "休閒連體泳衣", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "front_zipper_swimsuit", + "langName": "拉鍊在正面的泳衣", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "highleg_swimsuit", + "langName": "高開衩的泳衣", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "one-piece_swimsuit", + "langName": "連體泳衣", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "swimsuit_of_perpetual_summer", + "langName": "常夏的泳衣(fgo學妹靈衣)", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "bikini", + "langName": "比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "highleg_bikini", + "langName": "高腰比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "lowleg_bikini", + "langName": "低腰比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "slingshot_swimsuit", + "langName": "V字泳衣", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "sailor_bikini", + "langName": "水手服款比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "shell_bikini", + "langName": "貝殼比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "sports_bikini", + "langName": "運動比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "string_bikini", + "langName": "繫繩比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "strapless_bikini", + "langName": "無肩帶比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "side-tie_bikini", + "langName": "細帶款比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "front-tie_bikini_top", + "langName": "前繫帶比基尼上衣", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "multi-strapped_bikini", + "langName": "多綁帶比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "thong_bikini", + "langName": "丁字褲比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "front-tie_bikini", + "langName": "從正面打結的比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "frilled_bikini", + "langName": "花邊比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "o-ring_bikini", + "langName": "帶O型環的比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "eyepatch_bikini", + "langName": "眼罩比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "layered_bikini", + "langName": "分層比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "bow_bikini", + "langName": "帶蝴蝶結的比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "mismatched_bikini", + "langName": "雙色比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "multicolored_bikini", + "langName": "多色款比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "frilled_swimsuit", + "langName": "花邊泳衣", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "polka_dot_swimsuit", + "langName": "圓斑泳衣", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "striped_swimsuit", + "langName": "條紋泳衣", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "striped_bikini", + "langName": "條紋比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "plaid_bikini", + "langName": "格子比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "polka_dot_bikini", + "langName": "圓斑比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "print_bikini", + "langName": "印花比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "american_flag_bikini", + "langName": "美國國旗比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "german_flag_bikini", + "langName": "德國國旗比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "impossible_swimsuit", + "langName": "人體彩繪般的泳衣", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "bikini_top", + "langName": "比基尼上衣", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "bikini_top_only", + "langName": "僅比基尼上衣", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "bikini_top_removed", + "langName": "脫下了比基尼上衣", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "bikini_bottom_only", + "langName": "僅比基尼下裝", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "bikini_bottom", + "langName": "比基尼泳褲", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "untied_bikini", + "langName": "解開的比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "bikini_aside", + "langName": "從三點剝開的比基尼", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "swimsuit_aside", + "langName": "把泳衣的襠部挪到一邊", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "swimsuit_under_clothes", + "langName": "衣服裡面穿著泳衣", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "torn_swimsuit", + "langName": "破損的泳衣", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "bikini_skirt", + "langName": "比基尼裙", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "swim_briefs", + "langName": "泳褲", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "swim_cap", + "langName": "泳帽", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "swim_trunks", + "langName": "泳褲", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "male_swimwear", + "langName": "男用泳褲", + "object": "服飾", + "attribute": "泳裝" + }, + { + "displayName": "sailor_senshi_uniform", + "langName": "美少女戰士制服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "adapted_uniform", + "langName": "改良制服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "anzio_military_uniform", + "langName": "安齊奧軍服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "anzio_school_uniform", + "langName": "安齊奧校服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "aria_company_uniform", + "langName": "亞利亞公司制服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "ashford_academy_uniform", + "langName": "阿什福特學院制服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "bc_freedom_military_uniform", + "langName": "BC自由學園制服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "chaldea_uniform", + "langName": "迦勒底制服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "chi-hatan_military_uniform", + "langName": "知波單學院制服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "fleur_de_lapin_uniform", + "langName": "點兔女僕裝", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "garreg_mach_monastery_uniform", + "langName": "加爾格·馬可大修道院制服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "gem_uniform_(houseki_no_kuni)", + "langName": "寶石之國的制服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "hanasakigawa_school_uniform", + "langName": "花咲川女子學園", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "hikarizaka_private_high_school_uniform", + "langName": "私立光坂高等學校校服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "homurahara_academy_uniform", + "langName": "穗群原學園制服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "kamiyama_high_school_uniform", + "langName": "神山高中校服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "keizoku_military_uniform", + "langName": "繼續高中軍服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "kita_high_school_uniform", + "langName": "北高中制服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "kiyosumi_school_uniform", + "langName": "清澄高中校服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "luna_nova_school_uniform", + "langName": "魯納諾娃魔法學校校服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "meiji_schoolgirl_uniform", + "langName": "明治女學生制服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "mitakihara_school_uniform", + "langName": "見瀧原中學校制服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "nami_junior_high_school_uniform", + "langName": "波路中學校服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "nanairogaoka_middle_school_uniform", + "langName": "七色丘中學校服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "nanamori_school_uniform", + "langName": "七森中學校服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "naoetsu_high_school_uniform", + "langName": "私立直江津高校制服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "national_shin_ooshima_school_uniform", + "langName": "新大島學園校服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "ooarai_military_uniform", + "langName": "大洗聯隊軍裝", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "ooarai_school_uniform", + "langName": "大洗聯隊校服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "otonokizaka_school_uniform", + "langName": "國立音乃木坂學院女子制服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "paradis_military_uniform", + "langName": "帕拉迪島軍裝", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "polar_chaldea_uniform", + "langName": "極地迦勒底制服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "pravda_military_uniform", + "langName": "真理學院軍裝", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "pravda_school_uniform", + "langName": "真理學院校服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "rabbit_house_uniform", + "langName": "點兔兔之家制服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "raimon_soccer_uniform", + "langName": "雷門足球隊服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "ryouou_school_uniform", + "langName": "陵櫻學園制服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "sakugawa_school_uniform", + "langName": "柵川中學校服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "sakuragaoka_high_school_uniform", + "langName": "櫻丘女子高等學校校服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "saunders_military_uniform", + "langName": "桑德斯軍裝", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "saunders_school_uniform", + "langName": "桑德斯附高校服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "seishou_elementary_school_uniform", + "langName": "聖祥大附小學校校服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "shinda_sekai_sensen_uniform", + "langName": "死後世界戰線制服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "shuuchiin_academy_uniform", + "langName": "秀知院學園制服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "shuujin_academy_uniform", + "langName": "秀盡學院制服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "st._gloriana's_military_uniform", + "langName": "聖葛羅莉安娜軍裝", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "st._gloriana's_school_uniform", + "langName": "聖葛羅莉安娜女學園校服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "starlight_academy_uniform", + "langName": "星光學園制服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "tokisadame_school_uniform", + "langName": "時定高校校服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "tokiwadai_school_uniform", + "langName": "常盤臺中學校服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "tomoeda_elementary_school_uniform", + "langName": "友枝小學校服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "tsab_ground_military_uniform", + "langName": "時空管理局軍服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "u.a._school_uniform", + "langName": "雄英高中校服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "uranohoshi_school_uniform", + "langName": "浦之星女學院校服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "yasogami_school_uniform", + "langName": "八十神高中校服", + "object": "服飾", + "attribute": "校服" + }, + { + "displayName": "shirt", + "langName": "襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "dress_shirt", + "langName": "正裝襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "collared_shirt", + "langName": "翻領襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "white_shirt", + "langName": "白襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "blouse", + "langName": "女式襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "frilled_shirt", + "langName": "荷葉邊襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "sailor_shirt", + "langName": "水手衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "plaid_shirt", + "langName": "格子襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "striped_shirt", + "langName": "條紋襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "print_shirt", + "langName": "印花襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "impossible shirt", + "langName": "貼合程度不合邏輯的襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "polo_shirt", + "langName": "馬球衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "hawaiian_shirt", + "langName": "夏威夷襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "t-shirt", + "langName": "T恤", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "casual T-shirts", + "langName": "休閒T恤", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "short sleeve T-shirts", + "langName": "短袖T恤(搭肩衫)", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "cropped_shirt", + "langName": "短款襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "off-shoulder_shirt", + "langName": "露肩襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "criss-cross_halter", + "langName": "交叉吊帶衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "sleeveless_shirt", + "langName": "無袖襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "sleeveless_hoodie", + "langName": "無袖連帽衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "tank_top", + "langName": "背心(居家)", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "camisole", + "langName": "吊帶背心", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "crop_top", + "langName": "露臍上衣", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "undershirt", + "langName": "汗衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "vest", + "langName": "背心(正式)", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "brown_vest", + "langName": "棕色背心", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "waistcoat", + "langName": "馬甲(正式)", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "sweatshirt", + "langName": "衛衣", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "jersey", + "langName": "運動衫/球衣", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "sweater", + "langName": "毛衣", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "cardigan", + "langName": "開襟毛衣", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "shrug_(clothing)", + "langName": "披肩", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "jacket", + "langName": "夾克", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "hooded jacket", + "langName": "連帽夾克", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "coat", + "langName": "外套", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "suit jacket", + "langName": "西裝外套", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "tailcoat", + "langName": "燕尾服", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "capelet", + "langName": "短披風", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "kesa", + "langName": "袈裟", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "kappougi", + "langName": "(烹飪時穿的)罩衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "detached sleeves", + "langName": "袖肩分離袖", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "cropped vest", + "langName": "短款背心", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "spaghetti strap", + "langName": "細肩帶", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "tube_top", + "langName": "束腰短上衣", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "dudou", + "langName": "肚兜", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "highleg", + "langName": "高開衩上衣", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "shirt_tucked_in", + "langName": "襯衫扎進褲子", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "untucked_shirt", + "langName": "未扎進褲子的襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "tied_shirt", + "langName": "繫帶襯衫(把衣角和下擺打結)", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "partially_unbuttoned", + "langName": "部分解釦", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "partially_unzipped", + "langName": "部分拉開的拉鍊", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "unbuttoned shirt", + "langName": "解開紐扣的襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "open_clothes", + "langName": "敞開的衣服", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "clothes_down", + "langName": "褪下衣物", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "shirt_tug", + "langName": "拉扯襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "clothes_tug", + "langName": "拉扯衣服", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "clothes_removed", + "langName": "脫下的衣服", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "shirt_removed", + "langName": "脫下的襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "undressing", + "langName": "脫衣服", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "untied", + "langName": "未系衣服", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "button_gap", + "langName": "紐扣之間的縫隙(沒解開)", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "taut_shirt", + "langName": "緊繃的襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "taut_clothes", + "langName": "緊繃的衣服", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "tight", + "langName": "緊身衣物", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "underbust", + "langName": "勒出下胸圍", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "oversized_shirt", + "langName": "大號襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "oversized_clothes", + "langName": "大號衣服", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "borrowed_garments", + "langName": "男友的衣服", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "undersized_clothes", + "langName": "小號衣服", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "clothing_cutout", + "langName": "鏤空衣服", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "back_cutout", + "langName": "露背上衣", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "cleavage_cutout", + "langName": "乳溝開洞襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "navel_cutout", + "langName": "肚臍開洞襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "midriff", + "langName": "露腰上衣", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "heart_cutout", + "langName": "心形開口上衣", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "torn_clothes", + "langName": "撕裂的衣服", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "torn_shirt", + "langName": "撕裂的襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "wet_shirt", + "langName": "溼襯衫", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "clothes_theft", + "langName": "衣物被盜", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "strap_slip", + "langName": "肩帶滑落(導致走光)", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "wedgie", + "langName": "嵌入(拉襠部衣物所致)", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "wardrobe_malfunction", + "langName": "衣服出了意外(如崩開)", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "wardrobe_error", + "langName": "衣服滑落", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "short sleeves", + "langName": "短袖", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "long sleeves", + "langName": "長袖", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "sleeveless", + "langName": "無袖", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "underwear", + "langName": "內衣", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "bra", + "langName": "文胸", + "object": "服飾", + "attribute": "上衣" + }, + { + "displayName": "nude", + "langName": "裸體的", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "formal", + "langName": "正裝", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "chemise", + "langName": "寬鬆連衣裙", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "santa", + "langName": "聖誕裝", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "blazer", + "langName": "西裝外套", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "overcoat", + "langName": "大衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "double-breasted", + "langName": "雙排紐扣(雙排扣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "long_coat", + "langName": "長外套", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "haori", + "langName": "和式外套", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "winter_coat", + "langName": "冬季大衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "hooded_coat", + "langName": "連帽大衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "fur_coat", + "langName": "皮草大衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "fur-trimmed_coat", + "langName": "鑲邊皮草大衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "duffel_coat", + "langName": "粗呢大衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "fishnet_top", + "langName": "漁網上衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "parka", + "langName": "派克大衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "jacket_partially_removed", + "langName": "夾克已被部分脫下", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "jacket_removed", + "langName": "已脫下夾克", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "open_jacket", + "langName": "開襟夾克(配合spread_legs)", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "cropped_jacket", + "langName": "短款夾克", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "track_jacket", + "langName": "運動夾克", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "hooded_track_jacket", + "langName": "連帽運動夾克", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "military_jacket", + "langName": "軍裝夾克", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "camouflage_jacket", + "langName": "迷彩夾克", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "leather_jacket", + "langName": "皮夾克", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "bomber_jacket", + "langName": "飛行員夾克", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "denim_jacket", + "langName": "牛仔夾克", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "fur-trimmed_jacket", + "langName": "毛皮邊飾夾克", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "two-tone_jacket", + "langName": "兩色夾克", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "trench_coat", + "langName": "風衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "windbreaker", + "langName": "衝鋒衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "raincoat", + "langName": "雨衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "hagoromo", + "langName": "神羽衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "tunic", + "langName": "束腰長袍", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "cape", + "langName": "披肩", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "winter_clothes", + "langName": "冬裝", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "pullover_sweaters", + "langName": "套頭毛衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "loating_jacket", + "langName": "休閒夾克", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "ribbed_sweater", + "langName": "羅紋毛衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "sweater_vest", + "langName": "毛衣背心", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "backless_sweater", + "langName": "露背毛衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "aran_sweater", + "langName": "愛爾蘭毛衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "beige_sweater", + "langName": "米色毛衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "brown_sweater", + "langName": "棕色毛衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "hooded_sweater", + "langName": "連帽毛衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "off-shoulder_sweater", + "langName": "露肩毛衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "striped_sweater", + "langName": "條紋毛衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "virgin_killer_sweater", + "langName": "處男殺手毛衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "down_jacket", + "langName": "羽絨服", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "puffer_jacket", + "langName": "羽絨服", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "open dress", + "langName": "開襟連衣裙", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "Piece Suit", + "langName": "西裝夾克", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "naked towel", + "langName": "浴巾", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "racing suit", + "langName": "賽車服", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "maid dress", + "langName": "女僕裝", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "reverse bunnysuit", + "langName": "逆兔女郎", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "backless outfit", + "langName": "露背裝", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "Gorgeous and fussy clothes", + "langName": "華麗繁瑣的服裝", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "highleg leotard", + "langName": "高開衩的連身衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "Sex underwear", + "langName": "情趣內衣", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "diving suit", + "langName": "潛水服", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "casual wear", + "langName": "休閒服", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "miko clothing", + "langName": "女巫服", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "nurse gown", + "langName": "護士服", + "object": "服飾", + "attribute": "外套" + }, + { + "displayName": "sailor_collar", + "langName": "水手領", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "fur_collar", + "langName": "毛皮衣領", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "frilled_collar", + "langName": "花邊衣領", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "popped_collar", + "langName": "豎起來的衣領", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "black_choker", + "langName": "黑色頸圈", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "belt_collar", + "langName": "皮帶頸環", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "frilled_choker", + "langName": "褶邊項鍊", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "neckerchief", + "langName": "領巾", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "red_neckerchief", + "langName": "紅領巾", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "necktie", + "langName": "領帶", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "short_necktie", + "langName": "短領帶", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "white_necktie", + "langName": "白色領帶", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "bowtie", + "langName": "蝴蝶結領帶", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "headphones_around_neck", + "langName": "掛在脖子上的耳機", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "goggles_around_neck", + "langName": "脖子上護目鏡", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "neck_bell", + "langName": "頸鈴", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "neck_ruff", + "langName": "領口", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "v-neck", + "langName": "V領", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "towel_around_neck", + "langName": "脖子上的毛巾", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "loose_necktie", + "langName": "寬鬆領帶", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "neck_tattoo", + "langName": "頸部紋身", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "ascot", + "langName": "領巾狀寬領帶", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "ribbon_choker", + "langName": "頸絲帶", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "maebari/pasties", + "langName": "陰貼/乳貼", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "chinese_knot", + "langName": "中國結", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "cross_necklace", + "langName": "十字架項鍊", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "bead_necklace", + "langName": "珠子項鍊", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "pearl_necklace", + "langName": "珍珠項鍊", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "heart_necklace", + "langName": "心形項鍊", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "carrot_necklace", + "langName": "胡蘿蔔項鍊", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "chain_necklace", + "langName": "鎖鏈項鍊", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "magatama_necklace", + "langName": "珠玉項鍊", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "tooth_necklace", + "langName": "牙項鍊", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "key_necklace", + "langName": "鑰匙項鍊", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "anchor_necklace", + "langName": "錨項鍊", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "skull_necklace", + "langName": "骷髏項鍊", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "shell_necklace", + "langName": "貝殼項鍊", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "gold_necklace", + "langName": "金項鍊", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "crescent_necklace", + "langName": "新月項鍊", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "ring_necklace", + "langName": "戒指項鍊", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "feather_necklace", + "langName": "羽毛項鍊", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "bone_necklace", + "langName": "骨項鍊", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "ankh_necklace", + "langName": "十字項鍊", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "multiple_necklaces", + "langName": "多條項鍊", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "bullet_necklace", + "langName": "子彈項鍊", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "holding_necklace", + "langName": "拿著項鍊", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "necklace_removed", + "langName": "項鍊被移除", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "brown_neckwear", + "langName": "棕色領飾", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "checkered_neckwear", + "langName": "格子領口", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "diagonal-striped_neckwear", + "langName": "斜紋領結", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "halterneck", + "langName": "繞頸繫帶", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "mole_on_neck", + "langName": "脖子上有痣", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "neck", + "langName": "脖子", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "plaid_neckwear", + "langName": "格子呢領子", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "plunging_neckline", + "langName": "深領", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "print_neckwear", + "langName": "印花領帶", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "sleeveless_turtleneck", + "langName": "無袖高領毛衣", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "star_necklace", + "langName": "星形項鍊", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "striped_neckwear", + "langName": "條紋領子", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "turtleneck_sweater", + "langName": "高領毛衣", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "undone_necktie", + "langName": "解開領帶", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "whistle_around_neck", + "langName": "脖子上掛著口哨", + "object": "服飾", + "attribute": "領口" + }, + { + "displayName": "plaid_scarf", + "langName": "格子圍巾", + "object": "服飾", + "attribute": "圍巾" + }, + { + "displayName": "striped_scarf", + "langName": "條紋圍巾", + "object": "服飾", + "attribute": "圍巾" + }, + { + "displayName": "print_scarf", + "langName": "印花圍巾", + "object": "服飾", + "attribute": "圍巾" + }, + { + "displayName": "vertical-striped_scarf", + "langName": "豎條紋圍巾", + "object": "服飾", + "attribute": "圍巾" + }, + { + "displayName": "polka_dot_scarf", + "langName": "波點圍巾", + "object": "服飾", + "attribute": "圍巾" + }, + { + "displayName": "argyle_scarf", + "langName": "菱形圍巾", + "object": "服飾", + "attribute": "圍巾" + }, + { + "displayName": "beige_scarf", + "langName": "米色圍巾", + "object": "服飾", + "attribute": "圍巾" + }, + { + "displayName": "scarf_bow", + "langName": "圍巾蝴蝶結", + "object": "服飾", + "attribute": "圍巾" + }, + { + "displayName": "fur_scarf", + "langName": "皮草圍巾", + "object": "服飾", + "attribute": "圍巾" + }, + { + "displayName": "naked_scarf", + "langName": "裸圍巾", + "object": "服飾", + "attribute": "圍巾" + }, + { + "displayName": "multicolored_scarf", + "langName": "五彩圍巾", + "object": "服飾", + "attribute": "圍巾" + }, + { + "displayName": "floating_scarf", + "langName": "漂浮圍巾", + "object": "服飾", + "attribute": "圍巾" + }, + { + "displayName": "long_scarf", + "langName": "長圍巾", + "object": "服飾", + "attribute": "圍巾" + }, + { + "displayName": "arm_scarf", + "langName": "手臂圍巾", + "object": "服飾", + "attribute": "圍巾" + }, + { + "displayName": "scarf_on_head", + "langName": "頭上的圍巾", + "object": "服飾", + "attribute": "圍巾" + }, + { + "displayName": "scarf_over_mouth", + "langName": "圍巾在嘴上", + "object": "服飾", + "attribute": "圍巾" + }, + { + "displayName": "scarf_removed", + "langName": "圍巾被取下", + "object": "服飾", + "attribute": "圍巾" + }, + { + "displayName": "adjusting_scarf", + "langName": "調整圍巾", + "object": "服飾", + "attribute": "圍巾" + }, + { + "displayName": "holding_scarf", + "langName": "拿著圍巾", + "object": "服飾", + "attribute": "圍巾" + }, + { + "displayName": "scarf_pull", + "langName": "扯圍巾", + "object": "服飾", + "attribute": "圍巾" + }, + { + "displayName": "brown_scarf", + "langName": "棕色圍巾", + "object": "服飾", + "attribute": "圍巾" + }, + { + "displayName": "scarf", + "langName": "圍巾", + "object": "服飾", + "attribute": "圍巾" + }, + { + "displayName": "apron", + "langName": "圍裙", + "object": "服飾", + "attribute": "腰部" + }, + { + "displayName": "waist_apron", + "langName": "腰圍裙", + "object": "服飾", + "attribute": "腰部" + }, + { + "displayName": "maid_apron", + "langName": "女僕圍裙", + "object": "服飾", + "attribute": "腰部" + }, + { + "displayName": "bow tied at the waist", + "langName": "系在前腰的蝴蝶結", + "object": "服飾", + "attribute": "腰部" + }, + { + "displayName": "waist_cape", + "langName": "穿在腰部的小披風", + "object": "服飾", + "attribute": "腰部" + }, + { + "displayName": "clothes_around_waist", + "langName": "腰間衣服", + "object": "服飾", + "attribute": "腰部" + }, + { + "displayName": "jacket_around_waist", + "langName": "腰圍夾克", + "object": "服飾", + "attribute": "腰部" + }, + { + "displayName": "sweater_around_waist", + "langName": "圍腰毛衣", + "object": "服飾", + "attribute": "腰部" + }, + { + "displayName": "loincloth", + "langName": "纏腰布", + "object": "服飾", + "attribute": "腰部" + }, + { + "displayName": "bustier", + "langName": "胸衣", + "object": "服飾", + "attribute": "腰部" + }, + { + "displayName": "corset", + "langName": "束腰(馬甲)", + "object": "服飾", + "attribute": "腰部" + }, + { + "displayName": "girdle", + "langName": "緊身褡", + "object": "服飾", + "attribute": "腰部" + }, + { + "displayName": "bikini_armor", + "langName": "比基尼盔甲", + "object": "服飾", + "attribute": "盔甲" + }, + { + "displayName": "armor", + "langName": "盔甲", + "object": "服飾", + "attribute": "盔甲" + }, + { + "displayName": "full_armor", + "langName": "穿著全套盔甲的", + "object": "服飾", + "attribute": "盔甲" + }, + { + "displayName": "plate_armor", + "langName": "板甲", + "object": "服飾", + "attribute": "盔甲" + }, + { + "displayName": "japanese_armor", + "langName": "日本鎧甲", + "object": "服飾", + "attribute": "盔甲" + }, + { + "displayName": "kusazuri", + "langName": "腹當|草摺(日式下半盔甲", + "object": "服飾", + "attribute": "盔甲" + }, + { + "displayName": "power_armor", + "langName": "動力裝甲", + "object": "服飾", + "attribute": "盔甲" + }, + { + "displayName": "helmet", + "langName": "頭盔", + "object": "服飾", + "attribute": "盔甲" + }, + { + "displayName": "kabuto", + "langName": "頭盔(日式)", + "object": "服飾", + "attribute": "盔甲" + }, + { + "displayName": "off-shoulder_armor", + "langName": "無肩甲盔甲", + "object": "服飾", + "attribute": "盔甲" + }, + { + "displayName": "shoulder_armor", + "langName": "肩甲", + "object": "服飾", + "attribute": "盔甲" + }, + { + "displayName": "muneate", + "langName": "日本弓道護胸甲", + "object": "服飾", + "attribute": "盔甲" + }, + { + "displayName": "breastplate", + "langName": "胸甲", + "object": "服飾", + "attribute": "盔甲" + }, + { + "displayName": "faulds", + "langName": "腹甲", + "object": "服飾", + "attribute": "盔甲" + }, + { + "displayName": "greaves", + "langName": "脛甲", + "object": "服飾", + "attribute": "盔甲" + }, + { + "displayName": "shin_guards", + "langName": "脛甲", + "object": "服飾", + "attribute": "盔甲" + }, + { + "displayName": "armored_boots", + "langName": "裝甲靴", + "object": "服飾", + "attribute": "盔甲" + }, + { + "displayName": "dress", + "langName": "連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "microdress", + "langName": "微型連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "long_dress", + "langName": "長連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "mermaid dress", + "langName": "魚尾裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "off-shoulder_dress", + "langName": "露肩連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "strapless_dress", + "langName": "無肩帶連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "backless_dress", + "langName": "露背連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "halter_dress", + "langName": "繞頸露背吊帶裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "sundress", + "langName": "吊帶連衣裙(大熱天穿的無袖連衣裙)", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "sleeveless_dress", + "langName": "無袖連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "sailor_dress", + "langName": "水手服款裙子", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "summer_dress", + "langName": "夏日長裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "pinafore_dress", + "langName": "圍裙連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "sweater_dress", + "langName": "毛衣連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "armored_dress", + "langName": "戰甲裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "frilled_dress", + "langName": "花邊連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "lace-trimmed_dress", + "langName": "蕾絲邊連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "collared_dress", + "langName": "有領連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "fur-trimmed_dress", + "langName": "毛皮鑲邊連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "layered_dress", + "langName": "分層連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "pleated_dress", + "langName": "百褶連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "taut_dress", + "langName": "緊身連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "pencil_dress", + "langName": "鉛筆裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "impossible_dress", + "langName": "過分緊身的衣服", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "multicolored_dress", + "langName": "多色款連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "striped_dress", + "langName": "條紋連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "ribbed_dress", + "langName": "羅紋連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "polka_dot_dress", + "langName": "波點連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "print_dress", + "langName": "印花連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "vertical-striped_dress", + "langName": "豎條紋連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "see-through_dress", + "langName": "透視連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "skirt", + "langName": "短裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "microskirt", + "langName": "超短裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "miniskirt", + "langName": "迷你裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "skirt_suit", + "langName": "正裝短裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "pleated_skirt", + "langName": "百褶裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "pencil_skirt", + "langName": "短鉛筆裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "bubble_skirt", + "langName": "蓬蓬裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "tutu", + "langName": "芭蕾舞裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "ballgown", + "langName": "蓬蓬裙(禮服)", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "pettiskirt", + "langName": "蓬蓬裙(兒童)", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "showgirl_skirt", + "langName": "展會女郎裝束", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "beltskirt", + "langName": "皮帶裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "denim_skirt", + "langName": "牛仔裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "suspender_skirt", + "langName": "吊帶裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "skirt_set", + "langName": "與上衣搭配的短裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "long_skirt", + "langName": "長裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "summer_long_skirt", + "langName": "夏日長裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "overskirt", + "langName": "外裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "hakama_skirt", + "langName": "袴裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "high-waist_skirt", + "langName": "高腰裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "kimono_skirt", + "langName": "和服裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "suspender_long_skirt", + "langName": "揹帶裙;吊帶裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "chiffon_skirt", + "langName": "雪紡裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "frilled_skirt", + "langName": "花邊裙子", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "fur-trimmed_skirt", + "langName": "毛皮鑲邊短裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "lace_skirt", + "langName": "蕾絲短裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "lace-trimmed_skirt", + "langName": "蕾絲邊短裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "ribbon-trimmed_skirt", + "langName": "緞帶飾邊短裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "layered_skirt", + "langName": "分層的半裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "print_skirt", + "langName": "印花短裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "multicolored_skirt", + "langName": "多色款裙子", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "striped_skirt", + "langName": "條紋裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "vertical-striped_skirt", + "langName": "豎條紋裙子", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "plaid_skirt", + "langName": "格子呢短裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "flared_skirt", + "langName": "傘裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "floral_skirt", + "langName": "碎花裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "skirt_hold", + "langName": "優雅地提著裙子", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "skirt_tug", + "langName": "扯住裙襬|按住裙襬", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "dress_tug", + "langName": "壓住裙襬", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "skirt_around_one_leg", + "langName": "一條腿上掛著短裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "skirt_removed", + "langName": "脫下的短裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "dress_removed", + "langName": "脫下裙子", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "open_skirt", + "langName": "敞開的裙子", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "checkered_skirt", + "langName": "格子裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "plaid_dress", + "langName": "格子連衣裙", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "Medium length skirt", + "langName": "中等長裙子", + "object": "服飾", + "attribute": "裙子" + }, + { + "displayName": "dress_bow", + "langName": "連衣裙上的蝴蝶結", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "dressing_another", + "langName": "著裝", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "shorts_under_skirt", + "langName": "短裙裡穿著短褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "side_slit", + "langName": "側開衩", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "shorts", + "langName": "短褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "micro_shorts", + "langName": "小尺寸短褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "short_shorts", + "langName": "熱褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "hot_pants", + "langName": "熱褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "cutoffs", + "langName": "熱褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "striped_shorts", + "langName": "條紋短褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "suspender_shorts", + "langName": "吊帶短褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "denim_shorts", + "langName": "牛仔短褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "puffy_shorts", + "langName": "蓬蓬的短褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "dolphin_shorts", + "langName": "海豚短褲(真理褲)", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "dolfin_shorts", + "langName": "海豚短褲(真理褲)", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "tight_pants", + "langName": "緊身褲/運動褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "crotchless_pants", + "langName": "無襠褲(緊身)", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "track_pants", + "langName": "運動褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "yoga_pants", + "langName": "瑜伽褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "bike_shorts", + "langName": "自行車短褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "pants", + "langName": "長褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "puffy_pants", + "langName": "蓬鬆褲/寬鬆褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "pumpkin_pants", + "langName": "南瓜褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "hakama_pants", + "langName": "袴褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "harem_pants", + "langName": "哈倫褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "bloomers", + "langName": "燈籠褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "buruma", + "langName": "女式燈籠褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "jeans", + "langName": "牛仔褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "cargo_pants", + "langName": "工裝褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "camouflage_pants", + "langName": "迷彩褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "capri_pants", + "langName": "七分褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "chaps", + "langName": "皮套褲(上寬下窄", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "jumpsuit", + "langName": "(尤指女式)連衫褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "lowleg_pants", + "langName": "低腰褲子", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "plaid_pants", + "langName": "格子呢褲子", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "single_pantsleg", + "langName": "單邊長褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "striped_pants", + "langName": "條紋褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "leotard_aside", + "langName": "把連衣褲襠部剝到一邊", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "open_fly", + "langName": "解開的褲子拉鍊", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "pants_down", + "langName": "褪下褲子", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "pants_rolled_up", + "langName": "褲子捲起來", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "pants_tucked_in", + "langName": "褲子塞進去", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "torn_jeans", + "langName": "破牛仔褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "torn_pants", + "langName": "破褲子", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "torn_shorts", + "langName": "破短褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "gym_shorts", + "langName": "體操短褲", + "object": "服飾", + "attribute": "褲子" + }, + { + "displayName": "leggings", + "langName": "緊身褲", + "object": "服飾", + "attribute": "下裝" + }, + { + "displayName": "overalls", + "langName": "揹帶褲", + "object": "服飾", + "attribute": "下裝" + }, + { + "displayName": "diaper", + "langName": "尿布", + "object": "服飾", + "attribute": "下裝" + }, + { + "displayName": "panties", + "langName": "內褲", + "object": "服飾", + "attribute": "下裝" + }, + { + "displayName": "briefs", + "langName": "三角褲", + "object": "服飾", + "attribute": "下裝" + }, + { + "displayName": "thong", + "langName": "丁字褲", + "object": "服飾", + "attribute": "下裝" + }, + { + "displayName": "fundoshi", + "langName": "日式丁字褲", + "object": "服飾", + "attribute": "下裝" + }, + { + "displayName": "short dress", + "langName": "短裙", + "object": "服飾", + "attribute": "下裝" + }, + { + "displayName": "sheath dress", + "langName": "包臀裙", + "object": "服飾", + "attribute": "下裝" + }, + { + "displayName": "no panties", + "langName": "沒內褲", + "object": "服飾", + "attribute": "下裝" + }, + { + "displayName": "striped panties", + "langName": "條紋內褲", + "object": "服飾", + "attribute": "下裝" + }, + { + "displayName": "lowleg panties", + "langName": "低腰式內褲", + "object": "服飾", + "attribute": "下裝" + }, + { + "displayName": "side-tie panties", + "langName": "繫帶式內褲", + "object": "服飾", + "attribute": "下裝" + }, + { + "displayName": "bodystocking", + "langName": "全身襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "pantyhose", + "langName": "連褲襪|褲襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "legwear", + "langName": "褲襪(泛指褲襪或長筒襪)", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "thighhighs", + "langName": "長筒襪(過膝高筒襪)", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "kneehighs", + "langName": "齊膝襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "bare_legs", + "langName": "裸腿", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "black_bodystocking", + "langName": "連體黑絲", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "white_bodystocking", + "langName": "連體白絲", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "stocking_under_clothes", + "langName": "衣服下的襪子", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "black_pantyhose", + "langName": "黑絲褲襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "white_pantyhose", + "langName": "白絲褲襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "thighband_pantyhose", + "langName": "有腿環的褲襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "pantylines", + "langName": "緊緻的褲襪(勾勒出線條)", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "single_leg_pantyhose", + "langName": "單邊穿著連褲襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "panties_under_pantyhose", + "langName": "褲襪裡的內褲", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "fishnets", + "langName": "網襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "stirrup_legwear", + "langName": "漁網襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "toeless_legwear", + "langName": "露趾襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "mismatched_legwear", + "langName": "雙色褲襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "two-tone_legwear", + "langName": "雙色褲襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "asymmetrical_legwear", + "langName": "不對稱褲襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "uneven_legwear", + "langName": "長短襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "white_thighhighs", + "langName": "白色長筒襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "black_thighhighs", + "langName": "黑色長筒襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "pink_thighhighs", + "langName": "粉色長筒襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "suspenders", + "langName": "吊帶襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "torn_legwear", + "langName": "破損的褲襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "torn_thighhighs", + "langName": "破損的過膝襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "see-through_legwear", + "langName": "透明的襪子", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "frilled_legwear", + "langName": "花邊襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "lace-trimmed_legwear", + "langName": "蕾邊襪絲", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "seamed_legwear", + "langName": "有接縫的襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "back-seamed_legwear", + "langName": "中間有一條黑線的襪子", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "animal_ear_legwear", + "langName": "動物耳朵過膝襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "striped_legwear", + "langName": "橫條紋襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "vertical-striped_legwear", + "langName": "豎條紋襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "polka_dot_legwear", + "langName": "圓斑襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "print_legwear", + "langName": "印花襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "legwear_under_shorts", + "langName": "短褲穿在襪子外", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "over-kneehighs", + "langName": "過膝襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "bobby_socks", + "langName": "鮑比襪(白短襪)", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "tabi", + "langName": "日式厚底短襪(足袋)", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "ankle_socks", + "langName": "踝襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "leg_warmers", + "langName": "腿套|暖腿襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "single_sock", + "langName": "單短襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "striped_socks", + "langName": "橫條短襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "leg_cutout", + "langName": "襪子有開口", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "leg_garter", + "langName": "腿環|襪帶", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "garter_straps", + "langName": "吊帶襪的吊帶", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "thigh_strap", + "langName": "大腿綁帶", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "thigh_ribbon", + "langName": "大腿緞帶", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "leg_ribbon", + "langName": "腿鍛帶", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "bandaid_on_leg", + "langName": "腿上的繃帶", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "bandaged_leg", + "langName": "包紮過的腿", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "ankle_lace-up", + "langName": "腳踝繫帶", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "thigh_holster", + "langName": "腿上繫著帶子或工具包或槍套", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "bandaid_on_knee", + "langName": "膝蓋上的創可貼", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "argyle_legwear", + "langName": "含菱形花紋的褲襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "bow_legwear", + "langName": "帶蝴蝶結的褲襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "arm_garter", + "langName": "吊臂襪帶", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "socks", + "langName": "短襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "stockings", + "langName": "絲襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "black stockings", + "langName": "黑絲", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "fishnet stockings", + "langName": "漁網襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "garters", + "langName": "吊帶襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "loose_socks", + "langName": "泡泡襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "rilled thighhighs", + "langName": "褶邊長筒襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "striped pantyhose", + "langName": "條紋連褲襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "lace legwear", + "langName": "蕾絲褲襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "nylon socks", + "langName": "尼龍襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "soccer cocks", + "langName": "足球襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "sports socks", + "langName": "運動襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "adjusting_legwear", + "langName": "整理褲襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "pantyhose_pull", + "langName": "褪下的褲襪", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "socks_removed", + "langName": "脫襪子", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "sock_pull", + "langName": "拉著襪子(短襪)", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "thighhighs_pull", + "langName": "拉著襪子(長襪)", + "object": "服飾", + "attribute": "襪子" + }, + { + "displayName": "armored", + "langName": "裝甲的", + "object": "服飾", + "attribute": "服飾材質" + }, + { + "displayName": "fluffy", + "langName": "毛茸茸", + "object": "服飾", + "attribute": "服飾材質" + }, + { + "displayName": "fur", + "langName": "毛皮", + "object": "服飾", + "attribute": "服飾材質" + }, + { + "displayName": "latex", + "langName": "乳膠", + "object": "服飾", + "attribute": "服飾材質" + }, + { + "displayName": "see-through", + "langName": "透明", + "object": "服飾", + "attribute": "服飾材質" + }, + { + "displayName": "frilled", + "langName": "褶邊", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "center_frills", + "langName": "中心褶花邊", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "crease", + "langName": "起皺的(有褶的)", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "layered", + "langName": "分層的", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "lace", + "langName": "蕾絲", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "fur_trim", + "langName": "皮草飾邊", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "fur-trimmed", + "langName": "毛邊的", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "fine_fabric_emphasis", + "langName": "材質增強", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "latex_thighhighs", + "langName": "乳膠材質的長筒襪", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "see-through_thighhighs", + "langName": "透明的長筒襪", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "ass_cutout", + "langName": "露出屁股的服飾", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "asymmetrical_clothes", + "langName": "不對稱的服飾", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "back_bow", + "langName": "(服飾)打在背後的結", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "cross-laced_clothes", + "langName": "交叉花邊服飾", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "double_vertical_stripe", + "langName": "服飾上有兩條平行條紋", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "halter_top", + "langName": "吊帶式的上身的服飾", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "multicolored_legwear", + "langName": "多色款腿部服飾", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "navy_blue_legwear", + "langName": "海軍藍腿部服飾", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "nontraditional_miko", + "langName": "改款過的日本服飾", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "side_cutout", + "langName": "側邊開口的服飾", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "sideless_outfit", + "langName": "側面沒有布料的服飾", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "single_kneehigh", + "langName": "單邊穿著過膝服飾", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "single_vertical_stripe", + "langName": "露出單邊服飾上的垂直條紋", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "turtleneck", + "langName": "高領服飾", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "two-sided_fabric", + "langName": "雙層樣式的服飾畫法", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "o-ring", + "langName": "帶O型環的衣物", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "o-ring_top", + "langName": "帶O型環的上衣", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "fringe_trim", + "langName": "須邊(圍巾末端", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "loose_belt", + "langName": "鬆散的帶子(衣物)", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "pom_pom_(clothes)", + "langName": "小絨球(衣物掛件)", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "drawstring", + "langName": "衣服的抽繩", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "full-length_zipper", + "langName": "有整件衣物長的拉鍊", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "gathers", + "langName": "褶襉(衣物)", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "gusset", + "langName": "縫在衣服上襯料", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "breast_pocket", + "langName": "胸口的袋子", + "object": "服飾", + "attribute": "裝飾" + }, + { + "displayName": "argyle", + "langName": "阿蓋爾菱形花紋", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "checkered", + "langName": "格子花紋", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "colored_stripes", + "langName": "多彩條紋", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "diagonal_stripes", + "langName": "斜條紋", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "horizontal_stripes", + "langName": "水平條紋", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "multicolored_stripes", + "langName": "多彩條紋", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "polka_dot", + "langName": "點裝紋", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "ribbed", + "langName": "稜紋", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "striped", + "langName": "橫條紋", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "unmoving_pattern", + "langName": "連續重複花紋", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "vertical_stripes", + "langName": "豎條紋", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "plaid", + "langName": "格子呢圖案", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "animal_print", + "langName": "動物印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "cat_print", + "langName": "貓咪印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "bear_print", + "langName": "熊印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "bird_print", + "langName": "鳥印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "bunny_print", + "langName": "兔子印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "cow_print", + "langName": "奶牛印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "dragon_print", + "langName": "龍印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "fish_print", + "langName": "魚印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "frog_print", + "langName": "青蛙印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "shark_print", + "langName": "鯊魚印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "snake_print", + "langName": "蛇紋", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "zebra_print", + "langName": "斑馬印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "tiger_print", + "langName": "虎紋", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "leopard_print", + "langName": "豹紋", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "jaguar_print", + "langName": "美洲豹印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "bat_print", + "langName": "蝙蝠印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "aardwolf_print", + "langName": "土狼印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "african_wild_dog_print", + "langName": "非洲野狗印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "cheetah_print", + "langName": "獵豹印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "dog_print", + "langName": "狗印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "fox_print", + "langName": "狐狸印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "giraffe_print", + "langName": "長頸鹿印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "panda_print", + "langName": "熊貓印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "sand_cat_print", + "langName": "沙貓印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "whale_print", + "langName": "鯨魚印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "white_tiger_print", + "langName": "白虎紋", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "goldfish_print", + "langName": "金魚印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "wing_print", + "langName": "翼印", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "spider_web_print", + "langName": "蛛網紋", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "butterfly_print", + "langName": "蝴蝶印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "floral_print", + "langName": "碎花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "leaf_print", + "langName": "葉印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "clover_print", + "langName": "三葉草印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "maple_leaf_print", + "langName": "楓葉印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "rose_print", + "langName": "玫瑰印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "strawberry_print", + "langName": "草莓印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "cherry_print", + "langName": "櫻桃印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "bamboo_print", + "langName": "竹印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "carrot_print", + "langName": "胡蘿蔔印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "hibiscus_print", + "langName": "芙蓉印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "jack-o'-lantern_print", + "langName": "南瓜燈印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "petal_print", + "langName": "花瓣印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "sunflower_print", + "langName": "向日葵印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "watermelon_print", + "langName": "西瓜印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "sky_print", + "langName": "天空印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "cloud_print", + "langName": "雲印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "lightning_bolt_print", + "langName": "閃電印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "rainbow_print", + "langName": "彩虹印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "snowflake_print", + "langName": "雪花印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "starry_sky_print", + "langName": "星空印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "crescent_print", + "langName": "新月印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "star_print", + "langName": "星形印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "star_(symbol)", + "langName": "星形符號", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "moon_print", + "langName": "月亮印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "sun_print", + "langName": "太陽印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "character_print", + "langName": "字符印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "clothes_writing", + "langName": "衣服上的字", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "anchor_print", + "langName": "錨印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "cherry_blossom_print", + "langName": "櫻花印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "musical_note_print", + "langName": "音符印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "triangle_print", + "langName": "三角印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "arrow_print", + "langName": "箭頭打印", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "wave_print", + "langName": "波浪紋", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "peace_symbol", + "langName": "☮(東方仗助衣服上有)", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "heart_print", + "langName": "心形圖案|心形印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "flame_print", + "langName": "火焰印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "hitodama_print", + "langName": "鬼火印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "paw_print", + "langName": "爪印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "skeleton_print", + "langName": "骨架印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "skull_print", + "langName": "骷髏頭印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "sparkle_print", + "langName": "閃閃發光的印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "yin_yang_print", + "langName": "陰陽印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "cross_print", + "langName": "十字架元素圖案", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "camoflage", + "langName": "迷彩", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "flag_print", + "langName": "旗幟印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "bone_print", + "langName": "骨印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "ghost_print", + "langName": "幽靈印畫", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "mushroom_print", + "langName": "蘑菇印花", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "onigiri_print", + "langName": "飯糰打印", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "cat_ear_cutout", + "langName": "貓耳造型的鏤空設計", + "object": "服飾", + "attribute": "花紋" + }, + { + "displayName": "barefoot", + "langName": "赤腳", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "no_shoes", + "langName": "沒有鞋子", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "shoes_removed", + "langName": "脫下的鞋子", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "single_shoe", + "langName": "單鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "the_only_shoe", + "langName": "單鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "black_loafers", + "langName": "樂福鞋(小皮鞋)", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "shoes", + "langName": "鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "uwabaki", + "langName": "室內鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "platform_footwear", + "langName": "厚底鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "high_heels", + "langName": "高跟鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "stiletto_heels", + "langName": "細跟高跟鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "strappy_heels", + "langName": "帶束帶的高跟鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "platform_heels", + "langName": "厚底高跟鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "rudder_footwear", + "langName": "艦C艦娘專用鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "sandals", + "langName": "涼鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "barefoot_sandals", + "langName": "裸足涼鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "clog_sandals", + "langName": "木屐涼鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "geta", + "langName": "木屐", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "slippers", + "langName": "拖鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "skates", + "langName": "溜冰鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "roller_skates", + "langName": "旱冰鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "animal_feet", + "langName": "動物腳", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "animal_slippers", + "langName": "動物拖鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "brown_footwear", + "langName": "棕色鞋類", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "cross-laced_footwear", + "langName": "交叉繫帶鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "loafers", + "langName": "樂福鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "mary_janes", + "langName": "珍妮鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "mismatched_footwear", + "langName": "雙色鞋子", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "pointy_footwear", + "langName": "尖頭鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "pumps", + "langName": "低胸裝高跟鞋打扮", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "sandals_removed", + "langName": "脫下涼鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "shoe_soles", + "langName": "鞋底", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "shoelaces", + "langName": "鞋帶", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "sneakers", + "langName": "運動鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "winged_footwear", + "langName": "帶翅膀的鞋子", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "zouri", + "langName": "日式草鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "ballet slippers", + "langName": "芭蕾舞鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "arched_soles", + "langName": "拱形鞋底", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "paw_print_soles", + "langName": "爪印鞋底", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "horseshoe", + "langName": "馬蹄鐵", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "flat shoes", + "langName": "平底鞋", + "object": "服飾", + "attribute": "鞋子" + }, + { + "displayName": "boots", + "langName": "靴子", + "object": "服飾", + "attribute": "靴子" + }, + { + "displayName": "boots_removed", + "langName": "脫下的靴子", + "object": "服飾", + "attribute": "靴子" + }, + { + "displayName": "high_heel_boots", + "langName": "高跟長靴", + "object": "服飾", + "attribute": "靴子" + }, + { + "displayName": "knee_boots", + "langName": "及膝靴(馬靴)", + "object": "服飾", + "attribute": "靴子" + }, + { + "displayName": "thigh_boots", + "langName": "高幫靴", + "object": "服飾", + "attribute": "靴子" + }, + { + "displayName": "martin_boots", + "langName": "馬丁靴", + "object": "服飾", + "attribute": "靴子" + }, + { + "displayName": "ankle_boots", + "langName": "踝靴", + "object": "服飾", + "attribute": "靴子" + }, + { + "displayName": "toeless_boots", + "langName": "露趾靴", + "object": "服飾", + "attribute": "靴子" + }, + { + "displayName": "lace-up_boots", + "langName": "繫帶靴", + "object": "服飾", + "attribute": "靴子" + }, + { + "displayName": "fur-trimmed_boots", + "langName": "毛邊靴子", + "object": "服飾", + "attribute": "靴子" + }, + { + "displayName": "snow_boots", + "langName": "雪地靴", + "object": "服飾", + "attribute": "靴子" + }, + { + "displayName": "anklet", + "langName": "腳鏈", + "object": "服飾", + "attribute": "靴子" + }, + { + "displayName": "rubber_boots", + "langName": "膠靴", + "object": "服飾", + "attribute": "靴子" + }, + { + "displayName": "santa_boots", + "langName": "聖誕靴", + "object": "服飾", + "attribute": "靴子" + }, + { + "displayName": "leather_boots", + "langName": "皮靴", + "object": "服飾", + "attribute": "靴子" + }, + { + "displayName": "thighhighs_under_boots", + "langName": "靴子下的長筒襪", + "object": "服飾", + "attribute": "靴子" + }, + { + "displayName": "combat_boots", + "langName": "作戰靴", + "object": "服飾", + "attribute": "靴子" + }, + { + "displayName": "doc_martens", + "langName": "馬丁靴", + "object": "服飾", + "attribute": "靴子" + }, + { + "displayName": "rain_boots", + "langName": "雨靴", + "object": "服飾", + "attribute": "靴子" + }, + { + "displayName": "belt_boots", + "langName": "皮帶靴", + "object": "服飾", + "attribute": "靴子" + }, + { + "displayName": "fur_boots", + "langName": "矮跟休閒皮草靴", + "object": "服飾", + "attribute": "靴子" + }, + { + "displayName": "single_boot", + "langName": "一隻腳沒穿靴子", + "object": "服飾", + "attribute": "靴子" + }, + { + "displayName": "wide_sleeves", + "langName": "寬袖", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "single_sleeve", + "langName": "單袖", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "asymmetrical_sleeves", + "langName": "不對稱袖子", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "puffy_sleeves", + "langName": "蓬鬆的袖子", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "puffy_long_sleeves", + "langName": "蓬蓬長袖", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "puffy_short_sleeves", + "langName": "蓬蓬短袖", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "frilled_sleeves", + "langName": "褶袖邊", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "juliet_sleeves", + "langName": "朱麗葉袖", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "bandaged_arm", + "langName": "手臂纏著繃帶", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "raglan_sleeves", + "langName": "插肩袖", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "vambraces", + "langName": "下臂護甲", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "layered_sleeves", + "langName": "分層袖子", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "fur-trimmed_sleeves", + "langName": "毛邊袖子", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "see-through_sleeves", + "langName": "透明袖子", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "torn_sleeves", + "langName": "撕裂的袖子", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "sleeves_past_fingers", + "langName": "袖子長過手指", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "sleeves_past_wrists", + "langName": "袖子過腕", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "sleeves_past_elbows", + "langName": "袖子過肘", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "sleeves_pushed_up", + "langName": "袖子上推", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "arm_out_of_sleeve", + "langName": "袖子裡的手臂", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "uneven_sleeves", + "langName": "不均勻的袖子", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "mismatched_sleeves", + "langName": "不匹配的袖子", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "sleeve_rolled_up", + "langName": "袖子捲起", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "sleeves_rolled_up", + "langName": "單隻袖子捲起", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "feather-trimmed_sleeves", + "langName": "羽毛裝飾的袖子", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "lace-trimmed_sleeves", + "langName": "蕾絲邊袖子", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "pinching_sleeves", + "langName": "掐袖子", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "puffy_detached_sleeves", + "langName": "蓬蓬的袖子", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "ribbed_sleeves", + "langName": "稜紋袖子", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "single_detached_sleeve", + "langName": "單邊沒脫掉的袖子", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "sleeves_folded_up", + "langName": "疊起來的袖子", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "striped_sleeves", + "langName": "條紋袖子", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "armband", + "langName": "袖章(臂帶)", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "armlet", + "langName": "臂鐲", + "object": "服飾", + "attribute": "手臂" + }, + { + "displayName": "halo", + "langName": "頭頂光環", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "mechanical_halo", + "langName": "機械光環", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "headwear", + "langName": "頭飾", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "headpiece", + "langName": "頭飾", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "headwear_removed", + "langName": "頭飾已移除", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "head_wreath", + "langName": "花冠", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "crown", + "langName": "皇冠", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "mini_crown", + "langName": "迷你皇冠", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "tiara", + "langName": "頭冠", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "diadem", + "langName": "同上", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "tilted_headwear", + "langName": "傾斜的頭飾", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "head_fins", + "langName": "頭鰭", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "maid_headdress", + "langName": "女僕頭飾", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "bridal_veil", + "langName": "新娘頭紗", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "headband", + "langName": "頭帶", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "alternate_headwear", + "langName": "與原設不同的頭飾", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "fur-trimmed_headwear", + "langName": "毛邊頭飾", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "goggles_on_headwear", + "langName": "帽子上的護目鏡", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "earphones", + "langName": "耳機", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "earmuffs", + "langName": "耳罩", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "xx_on_head", + "langName": "xx在頭上", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "leaf_on_head", + "langName": "頭上的葉子", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "triangular_headpiece", + "langName": "三角頭飾", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "forehead_protector", + "langName": "護額", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "radio_antenna", + "langName": "天線", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "animal_hood", + "langName": "獸耳頭罩", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "bald", + "langName": "禿頭", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "bandana", + "langName": "頭巾", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "circlet", + "langName": "頭冠", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "hachimaki", + "langName": "扎頭巾(名詞)", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "helm", + "langName": "戴著頭盔的", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "helmet_removed", + "langName": "摘下頭盔|被摘下的頭盔", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "horned_helmet", + "langName": "帶角頭盔", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "japari_bun", + "langName": "加帕裡饅頭", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "kerchief", + "langName": "方頭巾", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "mami_mogu_mogu", + "langName": "麻美斷頭梗", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "skull_and_crossbones", + "langName": "頭骨和交叉的骨頭(海盜、危險、警告)", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "turban", + "langName": "穆斯林頭巾", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "headdress", + "langName": "頭部穿戴物(偏籠統)", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "bear_hair_ornament", + "langName": "熊印花頭飾", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "brown_headwear", + "langName": "棕色頭飾", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "horned_headwear", + "langName": "角狀頭飾", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "horns_through_headwear", + "langName": "為角留了洞的頭飾", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "no_headwear", + "langName": "去掉了(原設有的)頭飾", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "object_on_head", + "langName": "頭上有非頭飾類的物體", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "print_headwear", + "langName": "印花頭飾", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "bone_hair_ornament", + "langName": "骨頭狀飾品", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "bunny_hair_ornament", + "langName": "兔子飾品", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "horn_ornament", + "langName": "角上有飾物", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "animal_on_head", + "langName": "頭上有動物", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "behind-the-head_headphones", + "langName": "從後腦戴上的耳機", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "bird_on_head", + "langName": "頭上的鳥", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "cat_ear_headphones", + "langName": "貓耳式耳機", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "cat_on_head", + "langName": "頭上趴著貓", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "eyewear_on_head", + "langName": "眼鏡別在頭上", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "forehead_kiss", + "langName": "親吻額頭", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "forehead-to-forehead", + "langName": "額頭貼額頭", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "goggles_on_head", + "langName": "頭上彆著護目鏡", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "head_bump", + "langName": "頭上起包", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "head_mounted_display", + "langName": "戴著頭戴顯示設備", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "head_out_of_frame", + "langName": "一部分頭部沒畫進框裡", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "head_rest", + "langName": "枕著頭|託著頭", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "head_wings", + "langName": "頭上有翅膀", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "headgear", + "langName": "頭部飾品(含一定科幻元素)", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "headphones", + "langName": "耳機", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "heads-up_display", + "langName": "狀態條(遊戲和科幻風格)", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "headset", + "langName": "頭戴式耳機", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "inter_headset", + "langName": "EVA神經連接器", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "on_head", + "langName": "在頭上", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "person_on_head", + "langName": "小人兒在頭上", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "single_head_wing", + "langName": "單側頭上有翅膀", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "adjusting_headwear", + "langName": "整理頭飾", + "object": "飾品", + "attribute": "頭飾" + }, + { + "displayName": "hair_ribbon", + "langName": "髮帶", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "hairband", + "langName": "髮卡", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "hair_tie", + "langName": "髮帶", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "lolita_hairband", + "langName": "洛麗塔髮帶", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "frilled_hairband", + "langName": "褶邊髮帶", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "lace-trimmed_hairband", + "langName": "蕾絲邊髮帶", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "hair_bobbles", + "langName": "頭繩", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "hair_ornament", + "langName": "髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "hair_flower", + "langName": "發花", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "x_hair_ornament", + "langName": "髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "hair_bow", + "langName": "蝴蝶結髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "frog_hair_ornament", + "langName": "青蛙髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "heart_hair_ornament", + "langName": "心形髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "butterfly_hair_ornament", + "langName": "蝴蝶髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "star_hair_ornament", + "langName": "星星髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "food-themed_hair_ornament", + "langName": "食物主題髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "anchor_hair_ornament", + "langName": "錨形髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "bat_hair_ornament", + "langName": "蝙蝠髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "carrot_hair_ornament", + "langName": "胡蘿蔔髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "cat_hair_ornament", + "langName": "貓系髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "clover_hair_ornament", + "langName": "三葉草髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "hair pink flowers", + "langName": "頭髮上的粉色花朵", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "crescent_hair_ornament", + "langName": "月牙髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "cross_hair_ornament", + "langName": "十字髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "d-pad_hair_ornament", + "langName": "方向鍵髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "fish_hair_ornament", + "langName": "魚形髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "hairpods", + "langName": "頭髮上成對的像無線藍牙的髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "leaf_hair_ornament", + "langName": "葉子髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "musical_note_hair_ornament", + "langName": "音符髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "pumpkin_hair_ornament", + "langName": "南瓜髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "skull_hair_ornament", + "langName": "骷髏髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "snake_hair_ornament", + "langName": "蛇形髮飾|蛙頭髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "snowflake_hair_ornament", + "langName": "雪花髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "strawberry_hair_ornament", + "langName": "草莓髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "sunflower_hair_ornament", + "langName": "向日葵髮飾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "hairpin", + "langName": "髮夾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "hairclip", + "langName": "髮夾", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "hair_tubes", + "langName": "發管", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "hair_stick", + "langName": "發棒", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "hair_bell", + "langName": "發鈴", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "hair_rings", + "langName": "髮圈", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "kanzashi", + "langName": "簪子", + "object": "飾品", + "attribute": "髮飾" + }, + { + "displayName": "hood", + "langName": "兜帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "hat", + "langName": "帽子", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "no_hat", + "langName": "沒有帽子", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "beret", + "langName": "貝雷帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "mini_top_hat", + "langName": "迷你禮帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "party_hat", + "langName": "派對帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "sailor_hat", + "langName": "水手帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "santa_hat", + "langName": "聖誕帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "fedora", + "langName": "軟呢帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "witch_hat", + "langName": "女巫帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "mini_witch_hat", + "langName": "迷你魔女帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "wizard_hat", + "langName": "巫師帽子", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "sun_hat", + "langName": "太陽帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "straw_hat", + "langName": "草帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "top_hat", + "langName": "高頂禮帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "bucket_hat", + "langName": "漁夫帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "beanie", + "langName": "絨線帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "large_hat", + "langName": "大帽子", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "tokin_hat", + "langName": "大禮帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "mini_hat", + "langName": "迷你帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "bowler_hat", + "langName": "圓頂禮帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "pillbox_hat", + "langName": "藥盒帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "cloche_hat", + "langName": "鐘形女帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "military_hat", + "langName": "軍帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "police_hat", + "langName": "警察帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "chef_hat", + "langName": "廚師帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "cowboy_hat", + "langName": "牛仔帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "school_hat", + "langName": "校帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "pirate_hat", + "langName": "海盜帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "cabbie_hat", + "langName": "出租車司機帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "hardhat", + "langName": "安全帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "rice_hat", + "langName": "斗笠", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "animal_hat", + "langName": "動物帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "fur_hat", + "langName": "皮帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "hat_with_ears", + "langName": "帶耳朵的帽子", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "bobblehat", + "langName": "泡泡帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "pillow_hat", + "langName": "枕帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "pumpkin_hat", + "langName": "南瓜帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "torn_hat", + "langName": "撕裂的帽子", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "backwards_hat", + "langName": "反扣的帽子", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "bowl_hat", + "langName": "碗狀帽子", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "cat_hat", + "langName": "貓耳帽子", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "cap", + "langName": "鴨舌帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "nurse_cap", + "langName": "護士帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "baseball_cap", + "langName": "棒球帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "jester_cap", + "langName": "小丑帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "side_cap", + "langName": "側邊帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "garrison_cap", + "langName": "駐軍帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "flat_cap", + "langName": "鴨舌帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "mob_cap", + "langName": "暴民帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "newsboy_cap", + "langName": "報童帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "bowknot_over_white_beret", + "langName": "白色貝雷帽上的蝴蝶結", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "dixie_cup_hat", + "langName": "狗盆帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "hat_bow", + "langName": "帶有蝴蝶結的帽子", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "hat_feather", + "langName": "帶有羽毛的帽子", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "hat_flower", + "langName": "帶著花的帽子", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "hat_ornament", + "langName": "帶有飾物的帽子", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "hat_over_one_eye", + "langName": "帽子遮住了一隻眼", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "hat_removed", + "langName": "帽子被摘下|摘下帽子", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "hat_ribbon", + "langName": "帶有緞帶的帽子", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "hat_tip", + "langName": "捏著帽簷", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "hatching_(texture)", + "langName": "線影法(紋理)", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "hatsune_miku_(cosplay)", + "langName": "cos成初音未來", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "porkpie_hat", + "langName": "道士帽", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "sideways_hat", + "langName": "帽舌劃到側面", + "object": "飾品", + "attribute": "帽子" + }, + { + "displayName": "glasses", + "langName": "眼鏡", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "eyewear", + "langName": "眼睛", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "monocle", + "langName": "單片眼鏡", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "under-rim_eyewear", + "langName": "帶框眼鏡", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "rimless_eyewear", + "langName": "無框眼鏡", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "semi-rimless_eyewear", + "langName": "半無框眼鏡", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "red-framed_eyewear", + "langName": "紅框眼鏡", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "round_eyewear", + "langName": "圓框眼鏡", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "black-framed_eyewear", + "langName": "黑框眼鏡", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "tinted_eyewear", + "langName": "有色眼鏡", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "medical_eyepatch", + "langName": "醫用眼罩", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "bandage_over_one_eye", + "langName": "用繃帶包紮一隻眼睛", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "crooked_eyewear", + "langName": "歪斜的眼鏡", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "eyewear_removed", + "langName": "取下眼鏡", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "sunglasses", + "langName": "太陽鏡(遮住了眼睛)", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "reflection glasses", + "langName": "太陽鏡(能看到眼睛)", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "goggles", + "langName": "護目鏡", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "Blindfold", + "langName": "眼罩", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "eyepatch", + "langName": "眼罩(獨眼)", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "bespectacled", + "langName": "戴眼鏡的", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "blue-framed_eyewear", + "langName": "藍框眼鏡", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "brown-framed_eyewear", + "langName": "棕色鏡框眼鏡", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "coke-bottle_glasses", + "langName": "厚如玻璃瓶底的圓眼鏡", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "no_eyewear", + "langName": "去掉了(原設有的)眼鏡", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "opaque_glasses", + "langName": "沒透出眼睛的眼鏡", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "over-rim_eyewear", + "langName": "下半無框眼鏡", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "pince-nez", + "langName": "夾鼻眼鏡|無腳眼鏡", + "object": "飾品", + "attribute": "眼鏡" + }, + { + "displayName": "mask", + "langName": "面具", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "half_mask", + "langName": "半面罩", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "masked", + "langName": "蒙面", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "mask_lift", + "langName": "抬起面罩", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "mask_on_head", + "langName": "掀到頭上的面具", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "mask_removed", + "langName": "摘下的面具", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "mouth_mask", + "langName": "口罩", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "surgical_mask", + "langName": "醫用口罩", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "plague_doctor_mask", + "langName": "瘟疫醫生口罩", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "gas_mask", + "langName": "防毒面具", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "visor", + "langName": "面罩|遮陽帽舌|遮陽板", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "fox_mask", + "langName": "狐狸面具", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "diving_mask", + "langName": "潛水面罩", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "diving_mask_on_head", + "langName": "頭戴式潛水面罩", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "oni_mask", + "langName": "鬼面具", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "tengu_mask", + "langName": "天狗面具", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "ninja_mask", + "langName": "忍者面具", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "skull_mask", + "langName": "骷髏面具", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "hockey_mask", + "langName": "曲棍球面具", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "bird_mask", + "langName": "鳥面具", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "stone_mask", + "langName": "石鬼面", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "horse_mask", + "langName": "馬面具", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "masquerade_mask", + "langName": "化妝舞會面具", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "domino_mask", + "langName": "SM面具", + "object": "飾品", + "attribute": "面具" + }, + { + "displayName": "cross_earrings", + "langName": "十字耳環", + "object": "飾品", + "attribute": "耳飾" + }, + { + "displayName": "crystal_earrings", + "langName": "水晶耳環", + "object": "飾品", + "attribute": "耳飾" + }, + { + "displayName": "earrings", + "langName": "耳環", + "object": "飾品", + "attribute": "耳飾" + }, + { + "displayName": "flower_earrings", + "langName": "花耳環", + "object": "飾品", + "attribute": "耳飾" + }, + { + "displayName": "heart_earrings", + "langName": "心形耳環", + "object": "飾品", + "attribute": "耳飾" + }, + { + "displayName": "hoop_earrings", + "langName": "環狀耳環", + "object": "飾品", + "attribute": "耳飾" + }, + { + "displayName": "multiple_earrings", + "langName": "多個耳環", + "object": "飾品", + "attribute": "耳飾" + }, + { + "displayName": "pill_earrings", + "langName": "藥丸樣式的耳環", + "object": "飾品", + "attribute": "耳飾" + }, + { + "displayName": "single_earring", + "langName": "只一邊戴著耳環", + "object": "飾品", + "attribute": "耳飾" + }, + { + "displayName": "skull_earrings", + "langName": "骷髏耳環", + "object": "飾品", + "attribute": "耳飾" + }, + { + "displayName": "star_earrings", + "langName": "星形耳環", + "object": "飾品", + "attribute": "耳飾" + }, + { + "displayName": "crescent earrings", + "langName": "月牙耳環", + "object": "飾品", + "attribute": "耳飾" + }, + { + "displayName": "wristwatch", + "langName": "手錶", + "object": "飾品", + "attribute": "手飾" + }, + { + "displayName": "cane", + "langName": "手杖", + "object": "飾品", + "attribute": "手飾" + }, + { + "displayName": "staff", + "langName": "魔杖", + "object": "飾品", + "attribute": "手飾" + }, + { + "displayName": "holding a golden staff", + "langName": "金權杖", + "object": "飾品", + "attribute": "手飾" + }, + { + "displayName": "cuffs", + "langName": "手枷", + "object": "飾品", + "attribute": "手飾" + }, + { + "displayName": "handcuffs", + "langName": "警用手銬", + "object": "飾品", + "attribute": "手飾" + }, + { + "displayName": "revolver", + "langName": "左輪手槍", + "object": "飾品", + "attribute": "手飾" + }, + { + "displayName": "bandage", + "langName": "繃帶", + "object": "飾品", + "attribute": "手飾" + }, + { + "displayName": "leash", + "langName": "皮帶", + "object": "飾品", + "attribute": "手飾" + }, + { + "displayName": "arm_tattoo", + "langName": "手臂紋身", + "object": "飾品", + "attribute": "手飾" + }, + { + "displayName": "number_tattoo", + "langName": "數字文身", + "object": "飾品", + "attribute": "手飾" + }, + { + "displayName": "bead_bracelet", + "langName": "珠子手鍊", + "object": "飾品", + "attribute": "手飾" + }, + { + "displayName": "flower_bracelet", + "langName": "花手鐲", + "object": "飾品", + "attribute": "手飾" + }, + { + "displayName": "spiked_bracelet", + "langName": "帶釘手鐲", + "object": "飾品", + "attribute": "手飾" + }, + { + "displayName": "wrist_cuffs", + "langName": "和袖子分開的手腕的袖口", + "object": "飾品", + "attribute": "手飾" + }, + { + "displayName": "wristband", + "langName": "腕帶", + "object": "飾品", + "attribute": "手飾" + }, + { + "displayName": "bracer", + "langName": "護腕", + "object": "飾品", + "attribute": "手飾" + }, + { + "displayName": "bound_wrists", + "langName": "綁定手腕", + "object": "飾品", + "attribute": "手飾" + }, + { + "displayName": "wrist_scrunchie", + "langName": "手腕髮圈", + "object": "飾品", + "attribute": "手飾" + }, + { + "displayName": "shackles", + "langName": "手銬", + "object": "飾品", + "attribute": "手飾" + }, + { + "displayName": "chains", + "langName": "鎖鏈", + "object": "飾品", + "attribute": "手飾" + }, + { + "displayName": "chain_leash", + "langName": "鎖鏈帶牽繩", + "object": "飾品", + "attribute": "手飾" + }, + { + "displayName": "gloves", + "langName": "手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "gloves_removed", + "langName": "脫下手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "no_gloves", + "langName": "去掉了(原設有的)手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "single_glove", + "langName": "單隻手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "single_elbow_glove", + "langName": "單手戴著過肘的手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "long_gloves", + "langName": "長手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "elbow_gloves", + "langName": "長袖手套(肘部手套)", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "bridal_gauntlets", + "langName": "新娘手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "half_gloves", + "langName": "很短的手套|半截手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "fingerless_gloves", + "langName": "露指手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "partially_fingerless_gloves", + "langName": "部分露指手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "paw_gloves", + "langName": "爪子手套(分指手套)", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "mittens", + "langName": "連指手套(兩指手套)", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "baseball_mitt", + "langName": "棒球手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "fur-trimmed_gloves", + "langName": "毛邊手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "latex_gloves", + "langName": "乳膠手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "lace-trimmed_gloves", + "langName": "蕾絲邊手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "wears a pair of white lace gloves", + "langName": "白蕾絲手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "leather_gloves", + "langName": "皮手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "frilled_gloves", + "langName": "花邊手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "mismatched_gloves", + "langName": "雙色手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "multicolored_gloves", + "langName": "多色款手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "asymmetrical_gloves", + "langName": "不對稱的手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "brown_gloves", + "langName": "棕色手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "oven_mitts", + "langName": "隔熱手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "print_gloves", + "langName": "印花手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "striped_gloves", + "langName": "條紋手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "torn_gloves", + "langName": "破損的手套", + "object": "飾品", + "attribute": "手套" + }, + { + "displayName": "wedding_band", + "langName": "婚戒", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "crystal", + "langName": "水晶", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "gem", + "langName": "寶石", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "chest_jewel", + "langName": "胸前寶石", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "forehead_jewel", + "langName": "額頭寶石", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "tassel", + "langName": "流蘇", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "belly_chain", + "langName": "肚鏈", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "ribbon", + "langName": "絲帶", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "stitches", + "langName": "縫飾", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "bandaid", + "langName": "創可貼", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "collar", + "langName": "項圈", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "steam", + "langName": "蒸汽", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "bell", + "langName": "鈴鐺", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "amulet", + "langName": "護身符", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "emblem", + "langName": "徽章", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "anchor_symbol", + "langName": "錨符號", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "cross", + "langName": "十字", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "diffraction_spikes", + "langName": "衍射十字星", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "iron_cross", + "langName": "鐵十字架勳章", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "latin_cross", + "langName": "拉丁式十字架", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "st._gloriana's_(emblem)", + "langName": "聖葛羅莉安娜女學園校徽", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "heart_lock_(kantai_collection)", + "langName": "艦娘鎖(艦C)", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "joints", + "langName": "關節", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "kneepits", + "langName": "膝蓋", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "knee_pads", + "langName": "護膝", + "object": "飾品", + "attribute": "小裝飾" + }, + { + "displayName": "bracelet", + "langName": "手鍊", + "object": "飾品", + "attribute": "首飾" + }, + { + "displayName": "choker", + "langName": "項圈", + "object": "飾品", + "attribute": "首飾" + }, + { + "displayName": "metal collar", + "langName": "金屬項圈", + "object": "飾品", + "attribute": "首飾" + }, + { + "displayName": "ring", + "langName": "戒指", + "object": "飾品", + "attribute": "首飾" + }, + { + "displayName": "pendant", + "langName": "吊墜", + "object": "飾品", + "attribute": "首飾" + }, + { + "displayName": "brooch", + "langName": "胸針", + "object": "飾品", + "attribute": "首飾" + }, + { + "displayName": "bangle", + "langName": "手鐲", + "object": "飾品", + "attribute": "首飾" + }, + { + "displayName": "sunburst", + "langName": "旭日形首飾", + "object": "飾品", + "attribute": "首飾" + }, + { + "displayName": "pearl bracelet", + "langName": "珍珠手鍊", + "object": "飾品", + "attribute": "首飾" + }, + { + "displayName": "drop earrings", + "langName": "耳墜", + "object": "飾品", + "attribute": "首飾" + }, + { + "displayName": "puppet rings", + "langName": "木偶戒指", + "object": "飾品", + "attribute": "首飾" + }, + { + "displayName": "corsage", + "langName": "胸花", + "object": "飾品", + "attribute": "首飾" + }, + { + "displayName": "sapphire brooch", + "langName": "藍寶石胸針", + "object": "飾品", + "attribute": "首飾" + }, + { + "displayName": "jewelry", + "langName": "珠寶首飾", + "object": "飾品", + "attribute": "首飾" + }, + { + "displayName": "necklace", + "langName": "項鍊", + "object": "飾品", + "attribute": "首飾" + }, + { + "displayName": "stud_earrings", + "langName": "耳釘", + "object": "飾品", + "attribute": "首飾" + }, + { + "displayName": "belt", + "langName": "腰帶", + "object": "飾品", + "attribute": "配飾" + }, + { + "displayName": "fanny pack", + "langName": "腰包", + "object": "飾品", + "attribute": "配飾" + }, + { + "displayName": "girdling", + "langName": "束腰", + "object": "飾品", + "attribute": "配飾" + }, + { + "displayName": "handbag", + "langName": "手提包", + "object": "飾品", + "attribute": "配飾" + }, + { + "displayName": "cross-body bag", + "langName": "斜挎包", + "object": "飾品", + "attribute": "配飾" + }, + { + "displayName": "One shoulder bag", + "langName": "單肩包", + "object": "飾品", + "attribute": "配飾" + }, + { + "displayName": "Canvas bag", + "langName": "帆布包", + "object": "飾品", + "attribute": "配飾" + }, + { + "displayName": "veils", + "langName": "面紗", + "object": "飾品", + "attribute": "配飾" + }, + { + "displayName": "antiseptic mask", + "langName": "口罩", + "object": "飾品", + "attribute": "配飾" + }, + { + "displayName": "transparent_background", + "langName": "透明背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "white_background", + "langName": "白色背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "black_background", + "langName": "黑色背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "grey_background", + "langName": "灰色背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "tan_background", + "langName": "棕褐色背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "beige_background", + "langName": "米色背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "brown_background", + "langName": "棕色背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "two-tone_background", + "langName": "雙色調背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "multicolored_background", + "langName": "多彩的背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "rainbow_background", + "langName": "彩虹背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "blurry_foreground", + "langName": "前景模糊", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "gradient_background", + "langName": "漸變的背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "abstract_background", + "langName": "抽象背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "argyle_background", + "langName": "菱形背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "checkered_background", + "langName": "方格背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "floral_background", + "langName": "花朵點綴的背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "foral_background", + "langName": "花卉圖案裝飾的背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "striped_background", + "langName": "圓斑背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "cyberpunk", + "langName": "賽博朋克", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "scenery", + "langName": "風景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "city_lights", + "langName": "城市燈光背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "starry_background", + "langName": "星空背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "sparkle_background", + "langName": "閃著星光的背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "bubble_background", + "langName": "氣泡背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "clock_background", + "langName": "時鐘背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "halftone_background", + "langName": "網點圖背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "heart_background", + "langName": "桃色背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "honeycomb_background", + "langName": "蜂窩風格背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "plaid_background", + "langName": "格子呢背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "simple_background", + "langName": "簡單的背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "ban", + "langName": "科技幻想", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "crop_top_overhang", + "langName": "作物頂部懸垂", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "viewfinder", + "langName": "相機取景框", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "rounded_corners", + "langName": "背景或畫框是圓角", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "border", + "langName": "邊框", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "outside_border", + "langName": "一部分畫到了背景框外", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "pillarboxed", + "langName": "柱狀畫布背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "windowboxed", + "langName": "套著畫框(背景)", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "flashback", + "langName": "回憶場景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "background_text", + "langName": "背景文字", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "wall_of_text", + "langName": "文字背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "blurred background", + "langName": "模糊背景", + "object": "環境", + "attribute": "背景" + }, + { + "displayName": "in spring", + "langName": "春", + "object": "環境", + "attribute": "季節" + }, + { + "displayName": "in summer", + "langName": "夏", + "object": "環境", + "attribute": "季節" + }, + { + "displayName": "in autumn", + "langName": "秋", + "object": "環境", + "attribute": "季節" + }, + { + "displayName": "in winter", + "langName": "冬", + "object": "環境", + "attribute": "季節" + }, + { + "displayName": "(autumn maple forest:1.3),(very few fallen leaves),(path)", + "langName": "秋景", + "object": "環境", + "attribute": "季節" + }, + { + "displayName": "day", + "langName": "白天", + "object": "環境", + "attribute": "天氣" + }, + { + "displayName": "dusk", + "langName": "黃昏", + "object": "環境", + "attribute": "天氣" + }, + { + "displayName": "night", + "langName": "夜晚", + "object": "環境", + "attribute": "天氣" + }, + { + "displayName": "rain", + "langName": "下雨", + "object": "環境", + "attribute": "天氣" + }, + { + "displayName": "snow,ice", + "langName": "冰雪", + "object": "環境", + "attribute": "天氣" + }, + { + "displayName": "snowflakes", + "langName": "雪花", + "object": "環境", + "attribute": "天氣" + }, + { + "displayName": "lighting", + "langName": "閃電", + "object": "環境", + "attribute": "天氣" + }, + { + "displayName": "rainbow", + "langName": "彩虹", + "object": "環境", + "attribute": "天氣" + }, + { + "displayName": "meteor shower", + "langName": "流星雨", + "object": "環境", + "attribute": "天氣" + }, + { + "displayName": "cloudy", + "langName": "多雲", + "object": "環境", + "attribute": "天氣" + }, + { + "displayName": "rainy days", + "langName": "雨天", + "object": "環境", + "attribute": "天氣" + }, + { + "displayName": "in the rain", + "langName": "雨中", + "object": "環境", + "attribute": "天氣" + }, + { + "displayName": "shooting star", + "langName": "流星", + "object": "環境", + "attribute": "天氣" + }, + { + "displayName": "smooth fog", + "langName": "柔和的霧", + "object": "環境", + "attribute": "天氣" + }, + { + "displayName": "thunderstorms", + "langName": "暴風雨", + "object": "環境", + "attribute": "天氣" + }, + { + "displayName": "stormy ocean", + "langName": "暴風雨的海面", + "object": "環境", + "attribute": "天氣" + }, + { + "displayName": "ocean backdrop", + "langName": "海洋背景", + "object": "環境", + "attribute": "天氣" + }, + { + "displayName": "lightning", + "langName": "閃電", + "object": "環境", + "attribute": "天氣" + }, + { + "displayName": "beautiful detailed sky, beautiful detailed water", + "langName": "好天好水", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "beautiful purple sunset at beach", + "langName": "海邊日落", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "mountain", + "langName": "山脈", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "hills", + "langName": "山丘", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "on a hill", + "langName": "山上", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "the top of the hill", + "langName": "山頂", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "forest", + "langName": "森林", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "grove", + "langName": "樹林", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "bamboo forest", + "langName": "竹林", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "Dreamy forest", + "langName": "夢幻之森(虛幻感.光粒子幽靜)", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "savanna", + "langName": "大草原", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "plateau", + "langName": "高原", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "valley", + "langName": "山谷", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "canyon", + "langName": "峽谷", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "cliff", + "langName": "懸崖", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "oasis", + "langName": "綠洲", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "wasteland", + "langName": "荒地", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "glacier", + "langName": "冰川", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "volcano", + "langName": "火山", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "waterfall", + "langName": "瀑布", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "stream", + "langName": "溪流", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "river", + "langName": "河流", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "lake", + "langName": "湖泊", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "ocean", + "langName": "海洋", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "sea", + "langName": "大海", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "beach", + "langName": "海邊", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "on the beach", + "langName": "海灘", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "over the sea", + "langName": "海邊", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "waves", + "langName": "波浪", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "seaweed", + "langName": "海藻", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "underwater", + "langName": "水中", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "floating island", + "langName": "浮島", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "flowers meadows", + "langName": "繁花草甸", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "flower field", + "langName": "花田", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "flower sea", + "langName": "花海", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "rose petals", + "langName": "玫瑰花瓣", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "falling petals", + "langName": "落花", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "in a meadow", + "langName": "草地", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "field", + "langName": "田園", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "wheat field", + "langName": "麥田", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "rice paddy", + "langName": "稻田", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "onsen", + "langName": "溫泉", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "dripping", + "langName": "滴水", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "swirl", + "langName": "漩渦", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "ripples", + "langName": "漣漪", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "Alps", + "langName": "阿爾卑斯山脈", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "on a desert", + "langName": "沙漠", + "object": "環境", + "attribute": "大自然" + }, + { + "displayName": "sky", + "langName": "天空", + "object": "環境", + "attribute": "天空" + }, + { + "displayName": "gradient_sky", + "langName": "傾斜的天空", + "object": "環境", + "attribute": "天空" + }, + { + "displayName": "sunset", + "langName": "落日", + "object": "環境", + "attribute": "天空" + }, + { + "displayName": "night_sky", + "langName": "夜空", + "object": "環境", + "attribute": "天空" + }, + { + "displayName": "starry_sky", + "langName": "星空", + "object": "環境", + "attribute": "天空" + }, + { + "displayName": "star_(sky)", + "langName": "星星(天空中的)", + "object": "環境", + "attribute": "天空" + }, + { + "displayName": "star_trail", + "langName": "星星軌跡", + "object": "環境", + "attribute": "天空" + }, + { + "displayName": "moon", + "langName": "月亮", + "object": "環境", + "attribute": "天空" + }, + { + "displayName": "crescent", + "langName": "月牙", + "object": "環境", + "attribute": "天空" + }, + { + "displayName": "crescent_moon", + "langName": "新月", + "object": "環境", + "attribute": "天空" + }, + { + "displayName": "full_moon", + "langName": "滿月", + "object": "環境", + "attribute": "天空" + }, + { + "displayName": "moonlight", + "langName": "月光", + "object": "環境", + "attribute": "天空" + }, + { + "displayName": "scarlet_moon", + "langName": "猩紅月亮", + "object": "環境", + "attribute": "天空" + }, + { + "displayName": "hyper_galaxy", + "langName": "超級銀河", + "object": "環境", + "attribute": "天空" + }, + { + "displayName": "universe", + "langName": "宇宙", + "object": "環境", + "attribute": "天空" + }, + { + "displayName": "space", + "langName": "太空", + "object": "環境", + "attribute": "天空" + }, + { + "displayName": "planet", + "langName": "星球", + "object": "環境", + "attribute": "天空" + }, + { + "displayName": "from_space_station", + "langName": "空間站", + "object": "環境", + "attribute": "天空" + }, + { + "displayName": "satellite", + "langName": "衛星", + "object": "環境", + "attribute": "天空" + }, + { + "displayName": "lunar", + "langName": "月的,_月球的;", + "object": "環境", + "attribute": "天空" + }, + { + "displayName": "cirrus", + "langName": "捲雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrocumulus", + "langName": "卷積雲類", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrostratus", + "langName": "卷層雲類", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altocumulus", + "langName": "高積雲類", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altostratus", + "langName": "高層雲類", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "stratus", + "langName": "層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "stratocumulus", + "langName": "層積雲類", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cumulus", + "langName": "積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cumulonimbus", + "langName": "積雨雲類", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "Nimbostratus", + "langName": "雨層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrus_fibratus", + "langName": "毛卷雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrus_uncinus", + "langName": "鉤捲雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrus_spissatus", + "langName": "密捲雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrus_floccus", + "langName": "絮捲雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrus_castellanus", + "langName": "堡捲雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrus_intortus", + "langName": "亂捲雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrocumulus_stratiformis", + "langName": "層狀卷積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrocumulus_floccus", + "langName": "絮狀卷積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrocumulus_castellanus", + "langName": "堡狀卷積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrocumulus_lacunosus", + "langName": "網狀卷積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrostratus_fibratus", + "langName": "毛卷層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cirrostratus_nebulosus", + "langName": "霧卷層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altocumulus_strataformis", + "langName": "層狀高積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altocumulus_lenticularis", + "langName": "莢狀高積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altocumulus_castellanus", + "langName": "堡狀高積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altocumulus_floccus", + "langName": "絮狀高積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altocumulus_lacunosus", + "langName": "網狀高積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altostratus_undulatus", + "langName": "波狀高層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altostratus_duplicates", + "langName": "複合高層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altostratus_pannus", + "langName": "破片高層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altostratus_translucidus", + "langName": "透光高層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altostratus_opacus", + "langName": "蔽光高層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altostratus_radiatus", + "langName": "輻狀高層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "altostratus_mammatus", + "langName": "乳狀高層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "stratus_fractus", + "langName": "碎層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "stratus_nebulosus", + "langName": "霧層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "stratus_undulatus", + "langName": "波層雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "stratocumulus_stratiformis", + "langName": "層狀層積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "stratocumulus_cumulogentis", + "langName": "積雨性層積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "stratocumulus_castellanus", + "langName": "堡狀層積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "stratocumulus_lenticularis", + "langName": "莢狀層積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "stratocumulus_lacunosus", + "langName": "絮狀層積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cumulus_humilis", + "langName": "淡積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cumulus_mediocris", + "langName": "中積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cumulus_congestus", + "langName": "濃積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cumulus_fractus", + "langName": "碎積雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cumulonimbus_calvus", + "langName": "禿積雨雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cumulonimbus_capillatus", + "langName": "鬃積雨雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "cumulonimbus_incus", + "langName": "砧積雨雲", + "object": "環境", + "attribute": "雲" + }, + { + "displayName": "outdoors", + "langName": "室外", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "castle", + "langName": "城堡", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "cyberpunk city", + "langName": "賽博朋克城市", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "Bustling city", + "langName": "繁華都市", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "neon lights", + "langName": "霓虹燈", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "street lamp", + "langName": "路燈", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "skyscraper", + "langName": "摩天樓", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "building", + "langName": "建築", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "gothic architecture", + "langName": "哥特式建築", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "chinese style architecture", + "langName": "古風建築", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "Industrial wind, Chinese architecture", + "langName": "工業化古建築", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "church", + "langName": "教堂", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "cathedral", + "langName": "大教堂", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "mosque", + "langName": "清真寺", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "torii", + "langName": "鳥居", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "gohei", + "langName": "神社", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "temple", + "langName": "寺廟", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "ruins", + "langName": "遺蹟", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "remains", + "langName": "殘骸", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "fountain", + "langName": "噴泉", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "park", + "langName": "公園", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "treehouse", + "langName": "樹屋", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "botanical garden", + "langName": "植物園", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "grave", + "langName": "墳墓", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "graveyard", + "langName": "墓地", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "tombstone", + "langName": "墓碑", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "monolith", + "langName": "巨大的石頭物體", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "rappelling", + "langName": "拉平(懸掛)", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "harbor", + "langName": "港口", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "bridge", + "langName": "橋", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "railroad tracks", + "langName": "鐵軌", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "railroad", + "langName": "鐵路", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "railway", + "langName": "鐵路", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "train station", + "langName": "火車站", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "bus stop", + "langName": "巴士車站", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "phone booth", + "langName": "電話亭", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "tunnel", + "langName": "隧道", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "airport", + "langName": "機場", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "ferris wheel", + "langName": "摩天輪", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "carousel", + "langName": "旋轉木馬", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "waterpark", + "langName": "水上樂園", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "stadium", + "langName": "體育場", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "arena", + "langName": "競技場", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "Auditorium", + "langName": "禮堂", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "concert", + "langName": "音樂會", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "market stall", + "langName": "市場攤位", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "shop", + "langName": "商店", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "restaurant", + "langName": "飯店", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "bakery", + "langName": "麵包店", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "convenience store", + "langName": "便利店", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "supermarket", + "langName": "超市", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "pharmacy", + "langName": "藥店", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "bar", + "langName": "酒吧", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "izakaya", + "langName": "居酒屋", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "cafe", + "langName": "咖啡館", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "coffee house", + "langName": "咖啡館", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "Trapeze", + "langName": "吊架;鞦韆", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "bowling alley", + "langName": "保齡球館", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "gym", + "langName": "健身房", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "library", + "langName": "圖書館", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "art gallery", + "langName": "美術館", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "museum", + "langName": "博物館", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "planetarium", + "langName": "天文館", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "swimming pool", + "langName": "游泳池", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "zoo", + "langName": "動物園", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "aquarium", + "langName": "水族館", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "laboratory", + "langName": "實驗室", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "prison", + "langName": "監獄", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "engine room", + "langName": "輪機艙", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "warehouse", + "langName": "倉庫", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "workshop", + "langName": "工作坊", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "courtroom", + "langName": "法庭", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "theater", + "langName": "劇院", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "movie theater", + "langName": "電影院", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "billiard", + "langName": "檯球桌", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "casino", + "langName": "賭場", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "playground", + "langName": "遊樂場", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "greco-roman architectur", + "langName": "西羅馬建築", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "in the romanesque architecture streets", + "langName": "羅馬街道", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "handrail", + "langName": "欄杆", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "shanty town/slum", + "langName": "貧民窟", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "modern,Europe", + "langName": "現代歐式建築", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "building_ruins", + "langName": "建築廢墟", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "amusement_park", + "langName": "遊樂園", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "Disney_land", + "langName": "迪士尼樂園", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "wrestling_ring", + "langName": "摔角場", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "Japanese_hotel", + "langName": "日本旅館", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "jail_bars", + "langName": "監獄酒吧", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "in_the_movie_theatre", + "langName": "在電影院裡", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "architecture", + "langName": "建築", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "magnificent_architecture", + "langName": "建築", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "east_asian_architecture", + "langName": "東亞建築", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "chinese_style_loft", + "langName": "中式閣樓", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "traditional_chinese_room", + "langName": "傳統中式客房", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "turret", + "langName": "塔樓", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "tower", + "langName": "塔", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "at the lighthouse", + "langName": "燈塔", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "reservoir", + "langName": "水庫", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "under_bridge", + "langName": "橋下", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "rubble_ruins", + "langName": "瓦礫|廢墟", + "object": "環境", + "attribute": "室外" + }, + { + "displayName": "city", + "langName": "城市", + "object": "環境", + "attribute": "城市" + }, + { + "displayName": "downtown", + "langName": "市中心", + "object": "環境", + "attribute": "城市" + }, + { + "displayName": "cityscape", + "langName": "城市風景", + "object": "環境", + "attribute": "城市" + }, + { + "displayName": "in_main_street", + "langName": "大道", + "object": "環境", + "attribute": "城市" + }, + { + "displayName": "Intersection", + "langName": "路口", + "object": "環境", + "attribute": "城市" + }, + { + "displayName": "street", + "langName": "街道", + "object": "環境", + "attribute": "城市" + }, + { + "displayName": "avenue", + "langName": "大街", + "object": "環境", + "attribute": "城市" + }, + { + "displayName": "alley", + "langName": "小巷", + "object": "環境", + "attribute": "城市" + }, + { + "displayName": "crowd", + "langName": "人群", + "object": "環境", + "attribute": "城市" + }, + { + "displayName": "road", + "langName": "路", + "object": "環境", + "attribute": "城市" + }, + { + "displayName": "path", + "langName": "路徑", + "object": "環境", + "attribute": "城市" + }, + { + "displayName": "pavement", + "langName": "路面", + "object": "環境", + "attribute": "城市" + }, + { + "displayName": "road_sign", + "langName": "路標", + "object": "環境", + "attribute": "城市" + }, + { + "displayName": "traffic_cone", + "langName": "路障", + "object": "環境", + "attribute": "城市" + }, + { + "displayName": "lamppost", + "langName": "路燈", + "object": "環境", + "attribute": "城市" + }, + { + "displayName": "fence", + "langName": "柵欄", + "object": "環境", + "attribute": "城市" + }, + { + "displayName": "railing", + "langName": "欄杆", + "object": "環境", + "attribute": "城市" + }, + { + "displayName": "bench", + "langName": "長凳", + "object": "環境", + "attribute": "城市" + }, + { + "displayName": "lawn", + "langName": "草坪", + "object": "環境", + "attribute": "城市" + }, + { + "displayName": "vending_machine", + "langName": "自動販賣機", + "object": "環境", + "attribute": "城市" + }, + { + "displayName": "indoor", + "langName": "室內", + "object": "環境", + "attribute": "室內" + }, + { + "displayName": "bedroom", + "langName": "臥室", + "object": "環境", + "attribute": "室內" + }, + { + "displayName": "classroom", + "langName": "教室", + "object": "環境", + "attribute": "室內" + }, + { + "displayName": "clubroom", + "langName": "俱樂部", + "object": "環境", + "attribute": "室內" + }, + { + "displayName": "dark nightclub background", + "langName": "昏暗的夜總會背景", + "object": "環境", + "attribute": "室內" + }, + { + "displayName": "dormitory", + "langName": "宿舍", + "object": "環境", + "attribute": "室內" + }, + { + "displayName": "cafeteria", + "langName": "自助餐廳", + "object": "環境", + "attribute": "室內" + }, + { + "displayName": "kitchen", + "langName": "廚房", + "object": "環境", + "attribute": "室內" + }, + { + "displayName": "toilet stall", + "langName": "廁所隔間", + "object": "環境", + "attribute": "室內" + }, + { + "displayName": "infirmary", + "langName": "醫務室", + "object": "環境", + "attribute": "室內" + }, + { + "displayName": "art room", + "langName": "美術室", + "object": "環境", + "attribute": "室內" + }, + { + "displayName": "greenhouse", + "langName": "溫室", + "object": "環境", + "attribute": "室內" + }, + { + "displayName": "basement", + "langName": "地下室", + "object": "環境", + "attribute": "室內" + }, + { + "displayName": "server room", + "langName": "服務器機房", + "object": "環境", + "attribute": "室內" + }, + { + "displayName": "electrical room", + "langName": "配電房", + "object": "環境", + "attribute": "室內" + }, + { + "displayName": "dungeon", + "langName": "地庫", + "object": "環境", + "attribute": "室內" + }, + { + "displayName": "otaku room", + "langName": "宅男房間", + "object": "環境", + "attribute": "室內" + }, + { + "displayName": "stage", + "langName": "舞臺", + "object": "環境", + "attribute": "室內" + }, + { + "displayName": "bathing", + "langName": "浴室", + "object": "環境", + "attribute": "室內" + }, + { + "displayName": "stairs", + "langName": "樓梯", + "object": "環境", + "attribute": "室內" + }, + { + "displayName": "palace", + "langName": "宮廷", + "object": "環境", + "attribute": "室內" + }, + { + "displayName": "bed", + "langName": "床", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "wardrobe", + "langName": "衣櫃", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "desk lamp", + "langName": "檯燈", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "couch", + "langName": "沙發", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "tatami", + "langName": "榻榻米", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "kotatsu", + "langName": "被爐", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "fireplace", + "langName": "壁爐", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "table", + "langName": "桌子", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "school_desk", + "langName": "課桌", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "chair", + "langName": "椅子", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "armchair", + "langName": "扶手椅", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "lounge_chair", + "langName": "躺椅", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "beach_chair", + "langName": "沙灘椅", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "folding_chair", + "langName": "摺疊椅", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "office_chair", + "langName": "辦公椅", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "wheelchair", + "langName": "輪椅", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "invisible_chair", + "langName": "隱形椅子", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "window_", + "langName": "窗", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "sash", + "langName": "窗扇", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "curtains", + "langName": "窗簾", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "sliding_doors", + "langName": "推拉門", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "door", + "langName": "門", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "clothes_rack", + "langName": "衣架", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "air_conditioner", + "langName": "空調", + "object": "環境", + "attribute": "傢俱" + }, + { + "displayName": "mattress", + "langName": "床墊;褥子", + "object": "環境", + "attribute": "床上用品" + }, + { + "displayName": "bed_sheet", + "langName": "床單", + "object": "環境", + "attribute": "床上用品" + }, + { + "displayName": "futon", + "langName": "日本床墊", + "object": "環境", + "attribute": "床上用品" + }, + { + "displayName": "pillow", + "langName": "枕頭", + "object": "環境", + "attribute": "床上用品" + }, + { + "displayName": "cushion", + "langName": "坐墊", + "object": "環境", + "attribute": "床上用品" + }, + { + "displayName": "dumpling_Hug_Pillow", + "langName": "糰子抱枕", + "object": "環境", + "attribute": "床上用品" + }, + { + "displayName": "pillow_hug", + "langName": "抱枕", + "object": "環境", + "attribute": "床上用品" + }, + { + "displayName": "yes-no_pillow", + "langName": "Yes/No枕頭", + "object": "環境", + "attribute": "床上用品" + }, + { + "displayName": "stuffed_animal", + "langName": "毛絨玩偶", + "object": "環境", + "attribute": "床上用品" + }, + { + "displayName": "stuffed_bunny", + "langName": "毛絨兔子", + "object": "環境", + "attribute": "床上用品" + }, + { + "displayName": "carpet", + "langName": "地毯", + "object": "環境", + "attribute": "床上用品" + }, + { + "displayName": "bathroom", + "langName": "浴室", + "object": "環境", + "attribute": "浴室" + }, + { + "displayName": "shower_head", + "langName": "淋浴噴頭", + "object": "環境", + "attribute": "浴室" + }, + { + "displayName": "toilet", + "langName": "馬桶", + "object": "環境", + "attribute": "浴室" + }, + { + "displayName": "squat_toilet", + "langName": "蹲便器", + "object": "環境", + "attribute": "浴室" + }, + { + "displayName": "soap", + "langName": "肥皂", + "object": "環境", + "attribute": "浴室" + }, + { + "displayName": "tiles", + "langName": "瓷磚", + "object": "環境", + "attribute": "浴室" + }, + { + "displayName": "rubber_duck", + "langName": "橡皮鴨", + "object": "環境", + "attribute": "浴室" + }, + { + "displayName": "bathtub,", + "langName": "浴缸", + "object": "環境", + "attribute": "浴室" + }, + { + "displayName": "new year", + "langName": "新年", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "year of the rabbit", + "langName": "兔年", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "valentine", + "langName": "情人節", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "lantern festival", + "langName": "元宵節", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "summer festival", + "langName": "夏日祭", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "tanabata", + "langName": "七夕節", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "mid-autumn festival", + "langName": "中秋節", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "halloween", + "langName": "萬聖節", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "christmas", + "langName": "聖誕節", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "fireworks", + "langName": "焰火", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "explosion", + "langName": "爆炸", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "water vapor", + "langName": "蒸汽", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "liquid background, Sputtered water", + "langName": "液體背景", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "in the ocean", + "langName": "海邊日落", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "magic circles", + "langName": "魔法環", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "fluorescent mushroom forests background", + "langName": "熒光蘑菇森林", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "(((colorful bubble)))", + "langName": "彩色泡泡", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "golden hour lighting", + "langName": "黃金時段照明", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "strong rim light", + "langName": "強邊緣光", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "against backlight at dusk", + "langName": "傍晚背對陽光", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "intense shadows", + "langName": "強陰影", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "ceiling window", + "langName": "落地窗", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "colourful glass", + "langName": "彩色玻璃", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "stain glass", + "langName": "染色玻璃", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "Graffiti wall", + "langName": "塗鴉牆", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "mosaic background", + "langName": "馬賽克背景", + "object": "環境", + "attribute": "氛圍" + }, + { + "displayName": "notebook", + "langName": "筆記本", + "object": "物品", + "attribute": "學習用品" + }, + { + "displayName": "pencil", + "langName": "鉛筆", + "object": "物品", + "attribute": "學習用品" + }, + { + "displayName": "paintbrush", + "langName": "畫筆", + "object": "物品", + "attribute": "學習用品" + }, + { + "displayName": "book", + "langName": "書", + "object": "物品", + "attribute": "學習用品" + }, + { + "displayName": "open_book", + "langName": "翻開的書", + "object": "物品", + "attribute": "學習用品" + }, + { + "displayName": "book_stack", + "langName": "書摞", + "object": "物品", + "attribute": "學習用品" + }, + { + "displayName": "bookshelf", + "langName": "書架", + "object": "物品", + "attribute": "學習用品" + }, + { + "displayName": "school_bag", + "langName": "上學包(手提包)", + "object": "物品", + "attribute": "學習用品" + }, + { + "displayName": "backpack", + "langName": "揹包", + "object": "物品", + "attribute": "學習用品" + }, + { + "displayName": "computer", + "langName": "電腦", + "object": "物品", + "attribute": "數碼設備" + }, + { + "displayName": "mouse", + "langName": "鼠標", + "object": "物品", + "attribute": "數碼設備" + }, + { + "displayName": "cellphone", + "langName": "手機", + "object": "物品", + "attribute": "數碼設備" + }, + { + "displayName": "Smartphones", + "langName": "智能手機", + "object": "物品", + "attribute": "數碼設備" + }, + { + "displayName": "nintendo_switch", + "langName": "任天堂switch", + "object": "物品", + "attribute": "數碼設備" + }, + { + "displayName": "handheld_game_console", + "langName": "掌上游戲機", + "object": "物品", + "attribute": "數碼設備" + }, + { + "displayName": "nintendo_3ds", + "langName": "任天堂3ds", + "object": "物品", + "attribute": "數碼設備" + }, + { + "displayName": "nintendo_ds", + "langName": "任天堂ds", + "object": "物品", + "attribute": "數碼設備" + }, + { + "displayName": "cable", + "langName": "電纜", + "object": "物品", + "attribute": "數碼設備" + }, + { + "displayName": "power_lines", + "langName": "電源線", + "object": "物品", + "attribute": "數碼設備" + }, + { + "displayName": "buttons", + "langName": "按鈕", + "object": "物品", + "attribute": "數碼設備" + }, + { + "displayName": "fork", + "langName": "叉子", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "spoon", + "langName": "勺子", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "chopsticks", + "langName": "筷子", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "ladle", + "langName": "長柄勺", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "plate", + "langName": "盤子", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "bowl", + "langName": "碗", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "cup", + "langName": "杯子", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "drinking_glass", + "langName": "水杯", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "tumbler", + "langName": "普通玻璃杯", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "beer_mug", + "langName": "啤酒杯", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "pot", + "langName": "鍋", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "teapot", + "langName": "茶壺", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "tray", + "langName": "托盤", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "soda_can", + "langName": "罐裝飲料", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "can", + "langName": "罐子", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "candle", + "langName": "蠟燭", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "gift_box", + "langName": "禮物盒", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "heart-shaped_box", + "langName": "心形狀的禮盒", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "music", + "langName": "音樂", + "object": "物品", + "attribute": "樂器" + }, + { + "displayName": "guitar", + "langName": "吉他", + "object": "物品", + "attribute": "樂器" + }, + { + "displayName": "piano", + "langName": "鋼琴", + "object": "物品", + "attribute": "樂器" + }, + { + "displayName": "cello", + "langName": "大提琴", + "object": "物品", + "attribute": "樂器" + }, + { + "displayName": "playing_instrument", + "langName": "演奏樂器", + "object": "物品", + "attribute": "樂器" + }, + { + "displayName": "wind_chime", + "langName": "風鈴", + "object": "物品", + "attribute": "樂器" + }, + { + "displayName": "Accordion", + "langName": "手風琴", + "object": "物品", + "attribute": "樂器" + }, + { + "displayName": "Saxophone", + "langName": "薩克斯管", + "object": "物品", + "attribute": "樂器" + }, + { + "displayName": "umbrella", + "langName": "雨傘", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "transparent_umbrella", + "langName": "透明雨傘", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "closed_umbrella", + "langName": "封閉傘", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "oil-paper_umbrella", + "langName": "油紙傘", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "Parasol", + "langName": "遮陽傘", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "folding_fan", + "langName": "摺扇", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "paper_fan", + "langName": "紙扇", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "uchiwa", + "langName": "團扇", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "camera", + "langName": "相機", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "lantern/lamp", + "langName": "燈籠", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "basket", + "langName": "籃子", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "bucket", + "langName": "桶", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "pail", + "langName": "桶", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "water_bottle", + "langName": "水瓶", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "lotion", + "langName": "防曬霜|身體乳", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "lotion_bottle", + "langName": "乳液瓶子", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "key", + "langName": "鑰匙", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "coin", + "langName": "硬幣", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "money", + "langName": "錢", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "trading_card", + "langName": "交易卡", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "playing_card", + "langName": "撲克牌", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "chess_piece", + "langName": "棋子", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "ofuda", + "langName": "札符", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "wand", + "langName": "魔杖", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "magic", + "langName": "魔術", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "riding_crop", + "langName": "馬鞭", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "whip", + "langName": "鞭", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "microphone", + "langName": "麥克風", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "sack", + "langName": "麻袋", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "scales", + "langName": "秤", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "trophy", + "langName": "獎盃", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "molecule", + "langName": "分子", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "diamond_(shape)", + "langName": "鑽石(形狀)", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "chibi_inset", + "langName": "赤壁插圖", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "damaged", + "langName": "損壞", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "gourd", + "langName": "葫蘆", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "mimikaki", + "langName": "掏耳勺", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "hammer", + "langName": "錘子", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "inlet", + "langName": "入口", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "stubble", + "langName": "茬", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "Cassette", + "langName": "磁帶盒", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "Lever", + "langName": "槓桿,操作杆", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "weapon", + "langName": "武器", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "huge_weapon", + "langName": "大尺寸武器", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "planted_weapon", + "langName": "往地上插的武器", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "broken_weapon", + "langName": "破碎的武器", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "weapon_on_back", + "langName": "背上的武器", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "weapon_over_shoulder", + "langName": "肩上的武器", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "sword", + "langName": "刀", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "planted_sword", + "langName": "立劍", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "scabbard", + "langName": "刀鞘", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "katana", + "langName": "武士刀", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "saber_(weapon)", + "langName": "軍刀(武器)", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "dagger", + "langName": "匕首", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "axe", + "langName": "斧頭", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "hatchet", + "langName": "短斧", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "stake", + "langName": "棍子", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "lance", + "langName": "長矛", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "trident", + "langName": "三叉戟", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "bow_(weapon)", + "langName": "弓", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "arrow", + "langName": "箭", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "scythe", + "langName": "鐮刀", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "claw_(weapon)", + "langName": "爪(武器)", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "nose_hatchet", + "langName": "柴刀", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "gun", + "langName": "槍", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "handgun", + "langName": "手槍", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "thompson_submachine_gun", + "langName": "湯普森衝鋒槍", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "magazine_(weapon)", + "langName": "彈匣(武器)", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "dynamite", + "langName": "甘油炸藥", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "bomb", + "langName": "炸彈", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "track missiles", + "langName": "跟蹤導彈", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "cannon", + "langName": "大炮", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "tank", + "langName": "坦克", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "military_vehicle", + "langName": "軍用載具", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "motorcycle", + "langName": "摩托車", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "car", + "langName": "汽車", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "watercraft", + "langName": "船舶", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "ship", + "langName": "船舶", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "machine", + "langName": "機械", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "machinery", + "langName": "機械武裝", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "mechanical_arms", + "langName": "機械臂", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "mechanization", + "langName": "機械化", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "robot_joints", + "langName": "機械關節", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "variable_fighter", + "langName": "超時空要塞機體", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "sorcerer's_sutra_scroll", + "langName": "魔人經卷", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "scissors", + "langName": "剪刀", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "rifle,", + "langName": "步槍", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "complex Trajectory", + "langName": "軌跡拖尾", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "food", + "langName": "食物", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "makizushi", + "langName": "海苔卷壽司", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "onigiri", + "langName": "飯糰", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "obento", + "langName": "便當", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "ramen", + "langName": "拉麵", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "noodles", + "langName": "麵條", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "tempura", + "langName": "天婦羅", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "wagashi", + "langName": "和果子", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "dango", + "langName": "糰子", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "taiyaki", + "langName": "鯛魚燒", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "sweet_potato", + "langName": "甘薯", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "cake", + "langName": "蛋糕", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "pancake", + "langName": "鬆餅", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "sweets", + "langName": "糖果", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "candy", + "langName": "糖果", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "candy_apple", + "langName": "蘋果糖", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "candy_cane", + "langName": "棒棒糖", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "cookie", + "langName": "餅乾", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "cream", + "langName": "奶油", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "ice_cream", + "langName": "冰激凌", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "doughnut", + "langName": "甜甜圈", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "pasties", + "langName": "餡餅", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "sundae", + "langName": "聖代", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "burger", + "langName": "漢堡", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "egg", + "langName": "雞蛋", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "meat", + "langName": "肉", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "fruit", + "langName": "水果", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "apple", + "langName": "蘋果", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "peach", + "langName": "桃子", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "aubergine", + "langName": "茄子", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "carrot", + "langName": "胡蘿蔔", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "chips", + "langName": "薯片", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "potato_chips", + "langName": "薯片", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "telstar", + "langName": "泰事達牌足球", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "jam", + "langName": "果醬", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "pocky", + "langName": "百奇", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "food_stand", + "langName": "食品攤", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "food_in_mouth", + "langName": "嘴裡有食物", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "food_on_body", + "langName": "身體上有食物", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "food_print", + "langName": "食物印花", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "in_food", + "langName": "(角色)在食物裡", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "coffee", + "langName": "咖啡", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "tea", + "langName": "茶", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "teacup", + "langName": "茶杯", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "sake", + "langName": "日本清酒", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "wine", + "langName": "葡萄酒", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "drink", + "langName": "飲料", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "bottled_water", + "langName": "瓶裝水", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "A_sushi_roll", + "langName": "壽司卷", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "cigarette", + "langName": "香菸", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "cotton_candy_", + "langName": "棉花糖", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "Gelatin", + "langName": "明膠、布丁", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "kafuu_chino", + "langName": "卡夫奇諾", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "food_on_", + "langName": "臉上有食物", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "mammal", + "langName": "哺乳動物", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "reptile", + "langName": "爬行動物", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "bird", + "langName": "鳥", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "crow", + "langName": "烏鴉", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "penguin", + "langName": "企鵝", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "chick", + "langName": "小雞", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "dragonfly", + "langName": "蜻蜓", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "whale", + "langName": "鯨", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "cat", + "langName": "貓", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "dog", + "langName": "狗", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "fox", + "langName": "狐狸", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "bunny", + "langName": "兔子", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "snow_bunny", + "langName": "雪兔", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "wolf", + "langName": "狼", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "horse", + "langName": "馬", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "cow", + "langName": "牛", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "tiger", + "langName": "老虎", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "bear", + "langName": "熊", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "panda", + "langName": "熊貓", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "teddy_bear", + "langName": "泰迪熊", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "hamster", + "langName": "倉鼠", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "squirrel", + "langName": "松鼠", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "snake", + "langName": "蛇", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "dragon", + "langName": "龍", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "eastern_dragon", + "langName": "東方龍", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "loong", + "langName": "中國龍", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "slime", + "langName": "史萊姆", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "bat", + "langName": "蝙蝠", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "shell", + "langName": "貝殼", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "cat_teaser", + "langName": "逗貓", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "dog_tags", + "langName": "狗牌", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "wriggle_nightbug", + "langName": "蠕動夜蟲", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "manjuu_(azur_lane)", + "langName": "蠻啾", + "object": "物品", + "attribute": "動物" + }, + { + "displayName": "plant", + "langName": "植物", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "flower", + "langName": "花", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "flower_bloom", + "langName": "花盛開", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "bouquet", + "langName": "花束", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "vase", + "langName": "花瓶", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "orchid", + "langName": "蘭花", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "lily", + "langName": "百合花", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "rose", + "langName": "玫瑰", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "spider_lily", + "langName": "彼岸花", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "hibiscus", + "langName": "芙蓉花", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "hydrangea", + "langName": "繡球花", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "cherry_blossoms", + "langName": "櫻花", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "plum_blossom", + "langName": "梅花", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "wisteria", + "langName": "紫藤", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "lotus", + "langName": "蓮花", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "narcissu", + "langName": "水仙", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "chrysanthemum", + "langName": "菊花", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "entangled_plants", + "langName": "纏結型植物", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "tree", + "langName": "樹", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "pine_tree", + "langName": "松樹", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "palm_tree", + "langName": "棕櫚樹", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "maple_tree", + "langName": "楓樹", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "branch", + "langName": "樹枝", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "maple_leaf", + "langName": "楓葉", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "christmas_tree", + "langName": "聖誕樹", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "pumpkin", + "langName": "南瓜", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "jack-o'-lantern", + "langName": "南瓜燈", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "spring_onion", + "langName": "大蔥", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "bamboo", + "langName": "竹子", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "bush", + "langName": "灌木", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "Sunlight", + "langName": "陽光", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Natural Lighting", + "langName": "自然採光", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Artificial Lighting", + "langName": "人工照明", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Studio Lighting", + "langName": "攝影棚燈光", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Volumetric Lighting", + "langName": "體積光", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "volumetric Light", + "langName": "體積光", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Volumetric", + "langName": "容積式", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Frontlight", + "langName": "頂光", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Halfrear Lighting", + "langName": "半側背光", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Backlight", + "langName": "背光", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Rim Lighting", + "langName": "輪廓光", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Floodlight", + "langName": "泛光燈", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "LED light", + "langName": "LED 燈", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Spotlight", + "langName": "聚光燈", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Marquee", + "langName": "跑馬燈", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Strobe", + "langName": "閃光燈", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Strobe Light", + "langName": "閃光燈光", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Stroboscope", + "langName": "頻閃燈", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "bright", + "langName": "明亮的", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Ultrabright", + "langName": "超亮", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Electromagnetic Spectrum", + "langName": "電磁頻譜", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Infrared", + "langName": "紅外線的", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Ultraviolet", + "langName": "紫外線", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "UV", + "langName": "UV", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "X-Ray", + "langName": "X 射線", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Cinematic Lighting", + "langName": "電影級光照", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "moody lighting", + "langName": "氛圍光照", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Tyndall effect", + "langName": "丁達爾效應", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "light leaks", + "langName": "漏光光效", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "glowing neon lights", + "langName": "霓虹燈", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Rays of Shimmering Light", + "langName": "閃爍光線", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Crepuscular Rays", + "langName": "昏暗光線", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Crackle Tube", + "langName": "火花管", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Tesla Coil", + "langName": "特斯拉線圈", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Plasma Globe", + "langName": "等離子球", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Glow Stick", + "langName": "熒光棒", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Neon Lamp", + "langName": "霓虹燈", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "lens flare", + "langName": "透鏡光暈(逆光)", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Contre-Jour", + "langName": "反白日", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Rembrandt Lighting", + "langName": "倫勃朗燈光", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Split Lighting", + "langName": "分體照明", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Beautiful Lighting", + "langName": "美麗的燈光", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Accent Lighting", + "langName": "重點照明", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Global Illumination", + "langName": "全局光照", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Lumen Global Illumination", + "langName": "流明全局照明", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Screen Space Global Illumination", + "langName": "屏幕空間全局光照", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Ray Tracing Global Illumination", + "langName": "光線追蹤全局光照", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Incandescent", + "langName": "白熾燈", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Fluorescent", + "langName": "熒光的", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Fluorescent Lamp", + "langName": "日光燈管", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Halogen", + "langName": "鹵素", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Halogen Lamp", + "langName": "鹵素燈", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Xenon Lamp", + "langName": "氙氣燈", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Krypton Lamp", + "langName": "氪氣燈", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Argon Lamp", + "langName": "氬氣燈", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Helium Lamp", + "langName": "氦氣燈", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Edison Bulb", + "langName": "愛迪生燈泡", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Vacuum Tube Lamp", + "langName": "真空管燈", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Nixie Tube", + "langName": "輝光管", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Carbide Lamp", + "langName": "碳化鈣燈", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Argand Lamp", + "langName": "阿爾幹燈", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Diya Lamp", + "langName": "酥油燈", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Lantern", + "langName": "燈籠", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Schwarz Lantern", + "langName": "黑蘭特燈籠", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Nightlight", + "langName": "小夜燈", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Christmas Lights", + "langName": "聖誕彩燈", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Optical Fiber", + "langName": "光纖", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Electroluminescent Wire", + "langName": "發光導線", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Laser", + "langName": "激光", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Flare", + "langName": "耀斑", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "rim light", + "langName": "輪廓光", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "metallic luster", + "langName": "金屬光澤", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "background light", + "langName": "背景光", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "available light", + "langName": "自然光", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Electric Arc", + "langName": "電弧", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Soft Lighting", + "langName": "柔光", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "Hard Lighting", + "langName": "強光", + "object": "光影效果", + "attribute": "燈光" + }, + { + "displayName": "CRT", + "langName": "陰極射線管", + "object": "光影效果", + "attribute": "顯示技術" + }, + { + "displayName": "LCD", + "langName": "液晶顯示器", + "object": "光影效果", + "attribute": "顯示技術" + }, + { + "displayName": "LED", + "langName": "LED 顯示器", + "object": "光影效果", + "attribute": "顯示技術" + }, + { + "displayName": "OLED", + "langName": "OLED 顯示器", + "object": "光影效果", + "attribute": "顯示技術" + }, + { + "displayName": "AMOLED", + "langName": "AMOLED 顯示器", + "object": "光影效果", + "attribute": "顯示技術" + }, + { + "displayName": "7 Segment Display", + "langName": "七段顯示器", + "object": "光影效果", + "attribute": "顯示技術" + }, + { + "displayName": "Dot Matrix Display", + "langName": "點陣顯示器", + "object": "光影效果", + "attribute": "顯示技術" + }, + { + "displayName": "Electroluminescent Display", + "langName": "電致發光顯示器", + "object": "光影效果", + "attribute": "顯示技術" + }, + { + "displayName": "Vacuum Fluorescent Display", + "langName": "真空熒光顯示器", + "object": "光影效果", + "attribute": "顯示技術" + }, + { + "displayName": "Phosphor Display", + "langName": "熒光顯示器", + "object": "光影效果", + "attribute": "顯示技術" + }, + { + "displayName": "Plasma Display", + "langName": "等離子顯示器", + "object": "光影效果", + "attribute": "顯示技術" + }, + { + "displayName": "Quantum Dot", + "langName": "量子點", + "object": "光影效果", + "attribute": "顯示技術" + }, + { + "displayName": "Quantum Dot Display", + "langName": "量子點顯示器", + "object": "光影效果", + "attribute": "顯示技術" + }, + { + "displayName": "Optics", + "langName": "光學", + "object": "光影效果", + "attribute": "顯示技術" + }, + { + "displayName": "Rough", + "langName": "粗糙的", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Matte", + "langName": "啞光的", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Glossy", + "langName": "光澤", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "smooth", + "langName": "光滑的", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Shiny", + "langName": "閃亮的", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Reflective", + "langName": "反光", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Polished", + "langName": "拋光", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Shadows", + "langName": "陰影", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Shimmer", + "langName": "微光", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Shimmering", + "langName": "閃閃發光", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Caustics", + "langName": "焦散", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Refractive", + "langName": "折射", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "reflection light", + "langName": "光線反射", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Ray Tracing Reflections", + "langName": "光線追蹤反射", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Lumen Reflections", + "langName": "流明反射", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Screen Space Reflections", + "langName": "屏幕空間反射", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "ray tracing", + "langName": "光線追蹤", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Ambient Occlusion", + "langName": "環境光遮蔽", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Scattering", + "langName": "散射", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Diffraction Grading", + "langName": "衍射光柵", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "RGB Displacement", + "langName": "RGB 位移", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Glowing", + "langName": "發光", + "object": "光影效果", + "attribute": "發光" + }, + { + "displayName": "Glow-In-The-Dark", + "langName": "夜光", + "object": "光影效果", + "attribute": "發光" + }, + { + "displayName": "Bioluminescence", + "langName": "生物發光", + "object": "光影效果", + "attribute": "發光" + }, + { + "displayName": "Photoluminescence", + "langName": "光致發光", + "object": "光影效果", + "attribute": "發光" + }, + { + "displayName": "Chemiluminescence", + "langName": "化學發光", + "object": "光影效果", + "attribute": "發光" + }, + { + "displayName": "Cathodoluminescence", + "langName": "陰極發光", + "object": "光影效果", + "attribute": "發光" + }, + { + "displayName": "Electroluminescence", + "langName": "電致發光", + "object": "光影效果", + "attribute": "發光" + }, + { + "displayName": "Radioluminescence", + "langName": "放射發光", + "object": "光影效果", + "attribute": "發光" + }, + { + "displayName": "Fluorescence", + "langName": "熒光", + "object": "光影效果", + "attribute": "發光" + }, + { + "displayName": "Phosphorescence", + "langName": "磷光", + "object": "光影效果", + "attribute": "發光" + }, + { + "displayName": "Thermoluminescence", + "langName": "熱發光", + "object": "光影效果", + "attribute": "發光" + }, + { + "displayName": "Electrochemiluminescence", + "langName": "電化學發光", + "object": "光影效果", + "attribute": "發光" + }, + { + "displayName": "Crystalloluminescence", + "langName": "晶體發光", + "object": "光影效果", + "attribute": "發光" + }, + { + "displayName": "Piezoluminescence", + "langName": "壓電發光", + "object": "光影效果", + "attribute": "發光" + }, + { + "displayName": "Triboluminescence", + "langName": "摩擦發光", + "object": "光影效果", + "attribute": "發光" + }, + { + "displayName": "Mechanoluminescence", + "langName": "機械發光", + "object": "光影效果", + "attribute": "發光" + }, + { + "displayName": "Lyoluminescence", + "langName": "光致發光", + "object": "光影效果", + "attribute": "發光" + }, + { + "displayName": "Candoluminescence", + "langName": "燭光", + "object": "光影效果", + "attribute": "發光" + }, + { + "displayName": "Fractoluminescence", + "langName": "碎片發光", + "object": "光影效果", + "attribute": "發光" + }, + { + "displayName": "Sonoluminescence", + "langName": "聲致發光", + "object": "光影效果", + "attribute": "發光" + }, + { + "displayName": "Translucidluminescence", + "langName": "半透明發光", + "object": "光影效果", + "attribute": "發光" + }, + { + "displayName": "Materiality", + "langName": "材質性", + "object": "光影效果", + "attribute": "發光" + }, + { + "displayName": "black", + "langName": "黑色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "darkgray", + "langName": "深灰色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "gray", + "langName": "灰色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "lightslategray", + "langName": "亮石板灰", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "slategray", + "langName": "灰石色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "darkslategray", + "langName": "深綠色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "lightgray", + "langName": "淺灰色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "gainsboro", + "langName": "庚氏灰色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "white", + "langName": "白色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "whitesmoke", + "langName": "白煙色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "snow", + "langName": "雪白色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "ghostwhite", + "langName": "幽靈白", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "floralwhite", + "langName": "花白色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "linen", + "langName": "亞麻色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "antiquewhite", + "langName": "古董白", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "oldlace", + "langName": "老花色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "ivory", + "langName": "象牙色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "seashell", + "langName": "貝殼白", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "mintcream", + "langName": "薄荷奶油色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "honeydew", + "langName": "蜜色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "azure", + "langName": "蔚藍色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "aliceblue", + "langName": "艾莉絲藍", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "lavender", + "langName": "薰衣草色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "lightsteelblue", + "langName": "淡鋼藍色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "slateblue", + "langName": "石藍色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "mediumslateblue", + "langName": "中石板藍色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "lightblue", + "langName": "淡藍色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "powderblue", + "langName": "粉藍色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "skyblue", + "langName": "深天藍", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "cornflowerblue", + "langName": "矢車菊藍", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "royalblue", + "langName": "皇家藍", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "mediumblue", + "langName": "中藍色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "blue", + "langName": "藍色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "darkblue", + "langName": "深藍色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "navy", + "langName": "海軍藍", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "midnightblue", + "langName": "午夜藍", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "teal", + "langName": "暗灰藍色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "darkcyan", + "langName": "水鴨色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "cadetblue", + "langName": "深青色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "mediumturquoise", + "langName": "深綠松石色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "darkturquoise", + "langName": "淺海綠色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "turquoise", + "langName": "中綠松石色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "paleturquoise", + "langName": "淡青色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "aquamarine", + "langName": "綠松石色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "lightcyan", + "langName": "青色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "cyan", + "langName": "碧綠色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "dodgerblue", + "langName": "道奇藍", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "darkgreen", + "langName": "綠色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "green", + "langName": "森林綠色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "forestgreen", + "langName": "海綠色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "seagreen", + "langName": "中海綠色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "mediumseagreen", + "langName": "中綠寶石色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "mediumaquamarine", + "langName": "暗海綠色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "darkseagreen", + "langName": "綠松石色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "lightseagreen", + "langName": "軍服藍色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "springgreen", + "langName": "中春綠色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "mediumspringgreen", + "langName": "草坪綠", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "lightgreen", + "langName": "草綠色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "palegreen", + "langName": "淡綠色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "lime", + "langName": "酸橙綠", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "limegreen", + "langName": "橄欖褐色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "lawngreen", + "langName": "查特酒綠色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "chartreuse", + "langName": "黃綠色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "greenyellow", + "langName": "酸橙色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "yellowgreen", + "langName": "橄欖綠色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "darkolivegreen", + "langName": "橄欖色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "olivedrab", + "langName": "橄欖褐色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "olive", + "langName": "橄欖色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "darkkhaki", + "langName": "暗卡其色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "khaki", + "langName": "卡其色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "palegoldenrod", + "langName": "淡金菊色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "lightyellow", + "langName": "淺黃色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "lightgoldenrodyellow", + "langName": "亮金黃色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "lemonchiffon", + "langName": "檸檬綢色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "beige", + "langName": "米色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "cornsilk", + "langName": "玉米色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "wheat", + "langName": "小麥色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "burlywood", + "langName": "琥珀色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "gold", + "langName": "金色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "yellow", + "langName": "黃色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "darkorange", + "langName": "暗橙色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "orange", + "langName": "橙色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "sandybrown", + "langName": "橙褐色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "peachpuff", + "langName": "桃肉色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "papayawhip", + "langName": "番木瓜色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "blanchedalmond", + "langName": "漂白杏仁色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "bisque", + "langName": "餅乾色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "moccasin", + "langName": "鹿皮鞋色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "navajowhite", + "langName": "納瓦霍白", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "peru", + "langName": "秘魯色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "darkgoldenrod", + "langName": "暗金菊色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "goldenrod", + "langName": "金菊色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "chocolate", + "langName": "巧克力色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "saddlebrown", + "langName": "馬鞍棕色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "sienna", + "langName": "黃土赭色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "rosybrown", + "langName": "玫瑰棕色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "darksalmon", + "langName": "深鮭魚肉色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "salmon", + "langName": "鮭魚肉色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "lightsalmon", + "langName": "亮鮭魚肉色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "indianred", + "langName": "印第安紅色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "firebrick", + "langName": "耐火磚色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "brown", + "langName": "棕色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "maroon", + "langName": "栗色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "darkred", + "langName": "暗紅色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "red", + "langName": "紅色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "orangered", + "langName": "橙紅色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "tomato", + "langName": "番茄紅", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "crimson", + "langName": "深粉紅色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "coral", + "langName": "珊瑚色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "lightpink", + "langName": "淺粉色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "pink", + "langName": "粉色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "hotpink", + "langName": "熱粉紅色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "deeppink", + "langName": "深粉色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "palevioletred", + "langName": "淡紫羅蘭紅色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "mediumvioletred", + "langName": "中紫羅蘭紅色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "lavenderblush", + "langName": "淡紫紅色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "lightcoral", + "langName": "淺珊瑚色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "plum", + "langName": "洋李色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "mediumorchid", + "langName": "中蘭花紫色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "violet", + "langName": "紫色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "magenta", + "langName": "洋紅色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "fuchsia", + "langName": "紫紅色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "darkmagenta", + "langName": "暗洋紅色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "purple", + "langName": "紫色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "darkorchid", + "langName": "暗蘭花紫色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "darkviolet", + "langName": "暗紫羅蘭色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "blueviolet", + "langName": "藍紫色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "mediumpurple", + "langName": "中紫色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "indigo", + "langName": "靛藍色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "light_brown", + "langName": "淺棕色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "dark_pink", + "langName": "深粉色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "blonde", + "langName": "金黃色的", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "silver", + "langName": "銀色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "mistyrose", + "langName": "薄霧玫瑰", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "steelblue", + "langName": "鋼藍色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "thistle", + "langName": "薊色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "darkslateblue", + "langName": "暗灰藍色", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "Iridescent", + "langName": "變幻色彩的", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "Chromatic", + "langName": "多彩的", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "Dispersion", + "langName": "色散(不同顏色的光被分離的現象)", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "Prismatic", + "langName": "有稜鏡效果的", + "object": "色彩氛圍", + "attribute": "顏色" + }, + { + "displayName": "yellow color scheme", + "langName": "黃色主色調", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Warm Color Palette", + "langName": "暖色調", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Cool Color Palette", + "langName": "冷色調", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Colorful", + "langName": "豐富多彩的", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Spectral Color", + "langName": "光譜顏色", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Inverted Colors", + "langName": "反色", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Chroma", + "langName": "色度", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Dichromatism", + "langName": "雙色性", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Tetrachromacy", + "langName": "四色視覺", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Saturated", + "langName": "飽和", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Neon", + "langName": "霓虹", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Electric Colors", + "langName": "電子色", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Tonal Colors", + "langName": "色調顏色", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Vivid Colors", + "langName": "鮮豔的顏色", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Complimentary-Colors", + "langName": "互補色", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Split-Complementary-Colors", + "langName": "分裂互補色", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Supplementary-Colors", + "langName": "補充色", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Analogous-Colors", + "langName": "相似色", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Triadic-Colors", + "langName": "三元色", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Tetradic-Colors", + "langName": "四色(矩形配色)", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Polychromatic-Colors", + "langName": "多色彩", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Light", + "langName": "明亮", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Dark", + "langName": "黑暗", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Light Mode", + "langName": "淺色模式", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Dark Mode", + "langName": "深色模式", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Tones of Black", + "langName": "黑色調", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Tones of Black in Background", + "langName": "背景黑色調", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Light Blue Background", + "langName": "淺藍色背景", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Light Blue Foreground", + "langName": "淺藍色前景", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "Light Blue", + "langName": "淺藍色", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "nostalgia", + "langName": "懷舊的", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "High saturation", + "langName": "高飽和", + "object": "色彩氛圍", + "attribute": "彩色調色板" + }, + { + "displayName": "monochrome", + "langName": "單色", + "object": "色彩氛圍", + "attribute": "單色調色板" + }, + { + "displayName": "Black and White", + "langName": "黑白", + "object": "色彩氛圍", + "attribute": "單色調色板" + }, + { + "displayName": "Desaturated", + "langName": "去飽和", + "object": "色彩氛圍", + "attribute": "單色調色板" + }, + { + "displayName": "Sepia", + "langName": "褐色調(模仿老照片的外觀,給人一種懷舊或復古的感覺)", + "object": "色彩氛圍", + "attribute": "單色調色板" + }, + { + "displayName": "flat_color", + "langName": "平面色", + "object": "色彩氛圍", + "attribute": "單色調色板" + }, + { + "displayName": "spot_color", + "langName": "純色", + "object": "色彩氛圍", + "attribute": "單色調色板" + }, + { + "displayName": "halftone", + "langName": "半色調", + "object": "色彩氛圍", + "attribute": "單色調色板" + }, + { + "displayName": "greyscale", + "langName": "灰度", + "object": "色彩氛圍", + "attribute": "單色調色板" + }, + { + "displayName": "partially_colored", + "langName": "部分著色", + "object": "色彩氛圍", + "attribute": "單色調色板" + }, + { + "displayName": "contour_deepening", + "langName": "輪廓加深", + "object": "色彩氛圍", + "attribute": "單色調色板" + }, + { + "displayName": "(lineart)", + "langName": "線條變粗", + "object": "色彩氛圍", + "attribute": "單色調色板" + }, + { + "displayName": "outline", + "langName": "輪廓線", + "object": "色彩氛圍", + "attribute": "單色調色板" + }, + { + "displayName": "high_contrast", + "langName": "高對比度", + "object": "色彩氛圍", + "attribute": "對比度" + }, + { + "displayName": "low_contrast", + "langName": "低對比度", + "object": "色彩氛圍", + "attribute": "對比度" + }, + { + "displayName": "RGB", + "langName": "紅綠藍", + "object": "色彩氛圍", + "attribute": "顯示器調色板" + }, + { + "displayName": "CMYK", + "langName": "CMYK", + "object": "色彩氛圍", + "attribute": "顯示器調色板" + }, + { + "displayName": "VGA", + "langName": "VGA", + "object": "色彩氛圍", + "attribute": "顯示器調色板" + }, + { + "displayName": "EGA", + "langName": "EGA", + "object": "色彩氛圍", + "attribute": "顯示器調色板" + }, + { + "displayName": "CGA", + "langName": "CGA", + "object": "色彩氛圍", + "attribute": "顯示器調色板" + }, + { + "displayName": "HDR", + "langName": "HDR", + "object": "色彩氛圍", + "attribute": "顯示器調色板" + }, + { + "displayName": "Atari Graphics", + "langName": "雅達利圖形", + "object": "色彩氛圍", + "attribute": "顯示器調色板" + }, + { + "displayName": "IIGS Graphics", + "langName": "IIGS 圖形", + "object": "色彩氛圍", + "attribute": "顯示器調色板" + }, + { + "displayName": "Amiga OCS Graphics", + "langName": "Amiga OCS 圖形", + "object": "色彩氛圍", + "attribute": "顯示器調色板" + }, + { + "displayName": "sRGB", + "langName": "sRGB", + "object": "色彩氛圍", + "attribute": "顯示器調色板" + }, + { + "displayName": "Adobe RGB", + "langName": "Adobe RGB", + "object": "色彩氛圍", + "attribute": "顯示器調色板" + }, + { + "displayName": "DCI-P3", + "langName": "DCI-P3", + "object": "色彩氛圍", + "attribute": "顯示器調色板" + }, + { + "displayName": "HSV", + "langName": "色相、飽和度、明度", + "object": "色彩氛圍", + "attribute": "顯示器調色板" + }, + { + "displayName": "HSL", + "langName": "色相、飽和度、亮度", + "object": "色彩氛圍", + "attribute": "顯示器調色板" + }, + { + "displayName": "HCL", + "langName": "色相、色度、照度", + "object": "色彩氛圍", + "attribute": "顯示器調色板" + }, + { + "displayName": "YCbCr", + "langName": "YCbCr", + "object": "色彩氛圍", + "attribute": "顯示器調色板" + }, + { + "displayName": "YPbPr", + "langName": "YPbPr", + "object": "色彩氛圍", + "attribute": "顯示器調色板" + }, + { + "displayName": "scRGB", + "langName": "單色 RGB", + "object": "色彩氛圍", + "attribute": "顯示器調色板" + }, + { + "displayName": "Coloroid", + "langName": "Coloroid", + "object": "色彩氛圍", + "attribute": "顯示器調色板" + }, + { + "displayName": "Pantone", + "langName": "潘通", + "object": "色彩氛圍", + "attribute": "顯示器調色板" + }, + { + "displayName": "ProPhoto RGB", + "langName": "ProPhoto RGB", + "object": "色彩氛圍", + "attribute": "顯示器調色板" + }, + { + "displayName": "1-bit", + "langName": "1 位", + "object": "色彩氛圍", + "attribute": "Bit" + }, + { + "displayName": "2-bit", + "langName": "2 位", + "object": "色彩氛圍", + "attribute": "Bit" + }, + { + "displayName": "3-bit", + "langName": "3 位", + "object": "色彩氛圍", + "attribute": "Bit" + }, + { + "displayName": "4-bit", + "langName": "4 位", + "object": "色彩氛圍", + "attribute": "Bit" + }, + { + "displayName": "6-bit", + "langName": "6 位", + "object": "色彩氛圍", + "attribute": "Bit" + }, + { + "displayName": "8-bit", + "langName": "8 位", + "object": "色彩氛圍", + "attribute": "Bit" + }, + { + "displayName": "12-bit", + "langName": "12 位", + "object": "色彩氛圍", + "attribute": "Bit" + }, + { + "displayName": "16-bit", + "langName": "16 位", + "object": "色彩氛圍", + "attribute": "Bit" + }, + { + "displayName": "4-bit RGB", + "langName": "4 位 RGB", + "object": "色彩氛圍", + "attribute": "Bit" + }, + { + "displayName": "8-bit RGB", + "langName": "8 位 RGB", + "object": "色彩氛圍", + "attribute": "Bit" + }, + { + "displayName": "12-bit RGB", + "langName": "12 位 RGB", + "object": "色彩氛圍", + "attribute": "Bit" + }, + { + "displayName": "16-bit RGB", + "langName": "16 位 RGB", + "object": "色彩氛圍", + "attribute": "Bit" + }, + { + "displayName": "Technicolor", + "langName": "技術色彩", + "object": "色彩氛圍", + "attribute": "電影製作" + }, + { + "displayName": "Kinemacolor", + "langName": "電影色彩", + "object": "色彩氛圍", + "attribute": "電影製作" + }, + { + "displayName": "Kodachrome", + "langName": "柯達彩", + "object": "色彩氛圍", + "attribute": "電影製作" + }, + { + "displayName": "Cinecolor", + "langName": "電影色", + "object": "色彩氛圍", + "attribute": "電影製作" + }, + { + "displayName": "Agfacolor", + "langName": "愛克發彩", + "object": "色彩氛圍", + "attribute": "電影製作" + }, + { + "displayName": "dynamic pose", + "langName": "動態姿勢(有活力)", + "object": "攝影", + "attribute": "視角" + }, + { + "displayName": "dynamic_angle", + "langName": "動態角度", + "object": "攝影", + "attribute": "視角" + }, + { + "displayName": "from_above", + "langName": "從上面拍", + "object": "攝影", + "attribute": "視角" + }, + { + "displayName": "from_below", + "langName": "從下面拍", + "object": "攝影", + "attribute": "視角" + }, + { + "displayName": "cinematic_angle", + "langName": "電影角度", + "object": "攝影", + "attribute": "視角" + }, + { + "displayName": "dutch angle", + "langName": "傾斜角度", + "object": "攝影", + "attribute": "視角" + }, + { + "displayName": "foreshortening", + "langName": "透視法", + "object": "攝影", + "attribute": "視角" + }, + { + "displayName": "fisheye", + "langName": "遠景透視畫法", + "object": "攝影", + "attribute": "視角" + }, + { + "displayName": "camera level/Parallel angles", + "langName": "相機平行", + "object": "攝影", + "attribute": "視角" + }, + { + "displayName": "horizontal view angle", + "langName": "水平視角", + "object": "攝影", + "attribute": "視角" + }, + { + "displayName": "isometric view", + "langName": "等距視圖", + "object": "攝影", + "attribute": "視角" + }, + { + "displayName": "Aerial View", + "langName": "俯視圖", + "object": "攝影", + "attribute": "視角" + }, + { + "displayName": "Top-View", + "langName": "頂視圖", + "object": "攝影", + "attribute": "視角" + }, + { + "displayName": "Side-View", + "langName": "側視圖", + "object": "攝影", + "attribute": "視角" + }, + { + "displayName": "Satellite-View", + "langName": "衛星視圖", + "object": "攝影", + "attribute": "視角" + }, + { + "displayName": "phone_screen", + "langName": "手機屏幕", + "object": "攝影", + "attribute": "構圖" + }, + { + "displayName": "multiple_views", + "langName": "多視角分解", + "object": "攝影", + "attribute": "構圖" + }, + { + "displayName": "mirror selfie", + "langName": "對鏡自拍", + "object": "攝影", + "attribute": "構圖" + }, + { + "displayName": "three-quarter view", + "langName": "3/4視角", + "object": "攝影", + "attribute": "構圖" + }, + { + "displayName": "front_view", + "langName": "正面視角", + "object": "攝影", + "attribute": "構圖" + }, + { + "displayName": "from_side", + "langName": "側面視角", + "object": "攝影", + "attribute": "構圖" + }, + { + "displayName": "from_outside", + "langName": "由室外向室內", + "object": "攝影", + "attribute": "構圖" + }, + { + "displayName": "from_back", + "langName": "後背視角", + "object": "攝影", + "attribute": "構圖" + }, + { + "displayName": "from behind", + "langName": "後背視角", + "object": "攝影", + "attribute": "構圖" + }, + { + "displayName": "Macro View", + "langName": "微觀視圖", + "object": "攝影", + "attribute": "構圖" + }, + { + "displayName": "Product-View", + "langName": "產品視圖", + "object": "攝影", + "attribute": "構圖" + }, + { + "displayName": "Closeup-View", + "langName": "特寫視圖", + "object": "攝影", + "attribute": "構圖" + }, + { + "displayName": "First-Person", + "langName": "第一人稱", + "object": "攝影", + "attribute": "構圖" + }, + { + "displayName": "First-Person view", + "langName": "第一人稱視角", + "object": "攝影", + "attribute": "構圖" + }, + { + "displayName": "Third-Person", + "langName": "第三人稱", + "object": "攝影", + "attribute": "構圖" + }, + { + "displayName": "Third-Person View", + "langName": "第三人稱視角", + "object": "攝影", + "attribute": "構圖" + }, + { + "displayName": "Perspective", + "langName": "透視圖", + "object": "攝影", + "attribute": "構圖" + }, + { + "displayName": "Field of View", + "langName": "視場", + "object": "攝影", + "attribute": "構圖" + }, + { + "displayName": "Extreme Close-up", + "langName": "下巴以上", + "object": "攝影", + "attribute": "取景高度" + }, + { + "displayName": "Medium Close-up", + "langName": "頸部以上", + "object": "攝影", + "attribute": "取景高度" + }, + { + "displayName": "Full Close-up", + "langName": "鎖骨以上", + "object": "攝影", + "attribute": "取景高度" + }, + { + "displayName": "Wide Close-up", + "langName": "肩膀以上", + "object": "攝影", + "attribute": "取景高度" + }, + { + "displayName": "Close Shot", + "langName": "胸部以上", + "object": "攝影", + "attribute": "取景高度" + }, + { + "displayName": "Medium Close Shot", + "langName": "肚臍以上", + "object": "攝影", + "attribute": "取景高度" + }, + { + "displayName": "Medium Shot", + "langName": "肚臍以上", + "object": "攝影", + "attribute": "取景高度" + }, + { + "displayName": "Medium Full Shot", + "langName": "膝蓋以上", + "object": "攝影", + "attribute": "取景高度" + }, + { + "displayName": "Full Shot", + "langName": "全身像", + "object": "攝影", + "attribute": "取景高度" + }, + { + "displayName": "mid_shot", + "langName": "中景鏡頭", + "object": "攝影", + "attribute": "取景高度" + }, + { + "displayName": "bust", + "langName": "半身像", + "object": "攝影", + "attribute": "取景高度" + }, + { + "displayName": "upper_body", + "langName": "上半身", + "object": "攝影", + "attribute": "取景高度" + }, + { + "displayName": "lower_body", + "langName": "下半身", + "object": "攝影", + "attribute": "取景高度" + }, + { + "displayName": "cowboy_shot", + "langName": "上半身+上半大腿(牛仔鏡頭)", + "object": "攝影", + "attribute": "取景高度" + }, + { + "displayName": "portrait", + "langName": "肖像畫(臉+肩+偶爾再加胸)", + "object": "攝影", + "attribute": "取景高度" + }, + { + "displayName": "very close portrait", + "langName": "接近肖像畫(鏡頭更近)", + "object": "攝影", + "attribute": "取景高度" + }, + { + "displayName": "profile", + "langName": "側面肖像畫(portrait的側臉版)", + "object": "攝影", + "attribute": "取景高度" + }, + { + "displayName": "close-up", + "langName": "特寫鏡頭", + "object": "攝影", + "attribute": "取景高度" + }, + { + "displayName": "focus on face", + "langName": "專注於臉", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "full-body shot", + "langName": "全身拍攝", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "foreground focus", + "langName": "前置焦點", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "wide_shot", + "langName": "全景鏡頭(廣角鏡頭)", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "macro_shot", + "langName": "微距鏡頭", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "inset", + "langName": "插入其他鏡頭或圖片", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "cross-section", + "langName": "剖面圖", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "male focus", + "langName": "男性焦點(女性焦點)", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "solo_focus", + "langName": "聚焦在單個人物(適合複雜場景)", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "xx_focus", + "langName": "聚焦在xx上", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "face_focus", + "langName": "聚焦在面部", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "eyes_focus", + "langName": "聚焦在眼睛", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "foot_focus", + "langName": "聚焦在腳上", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "hip_focus", + "langName": "聚焦在臀部", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "ass_focus", + "langName": "聚焦在屁股上", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "vehicle_focus", + "langName": "聚焦在載具(車)上", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "turn_one's_back", + "langName": "背對鏡頭", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "between_legs", + "langName": "(強調)兩腿之間", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "between_breasts", + "langName": "(突出)胸部", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "between_fingers", + "langName": "(突出)指間", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "peeking", + "langName": "偷窺", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "peeking_out", + "langName": "偷窺(的姿態)", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "peeping", + "langName": "偷窺(強調視角)", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "midriff_peek", + "langName": "肚臍偷看", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "armpit_peek", + "langName": "腋窩偷看", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "pussy_peek", + "langName": "浦西偷看", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "panty_peek", + "langName": "內褲偷看", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "pantyshot", + "langName": "內褲走光", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "caught", + "langName": "被抓現行", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "upskirt", + "langName": "裙底視角", + "object": "攝影", + "attribute": "鏡頭聚焦" + }, + { + "displayName": "Macro", + "langName": "微距", + "object": "攝影", + "attribute": "鏡頭/光學效果" + }, + { + "displayName": "Telephoto", + "langName": "長焦", + "object": "攝影", + "attribute": "鏡頭/光學效果" + }, + { + "displayName": "Magnification", + "langName": "放大", + "object": "攝影", + "attribute": "鏡頭/光學效果" + }, + { + "displayName": "Microscopic", + "langName": "微觀的", + "object": "攝影", + "attribute": "鏡頭/光學效果" + }, + { + "displayName": "Electron Microscope", + "langName": "電子顯微鏡", + "object": "攝影", + "attribute": "鏡頭/光學效果" + }, + { + "displayName": "Super-Resolution Microscopy", + "langName": "超分辨率顯微鏡", + "object": "攝影", + "attribute": "鏡頭/光學效果" + }, + { + "displayName": "Wide Angle", + "langName": "廣角", + "object": "攝影", + "attribute": "鏡頭/光學效果" + }, + { + "displayName": "Ultra-Wide Angle", + "langName": "超廣角", + "object": "攝影", + "attribute": "鏡頭/光學效果" + }, + { + "displayName": "panorama", + "langName": "全景", + "object": "攝影", + "attribute": "鏡頭/光學效果" + }, + { + "displayName": "360 Panorama", + "langName": "360 全景", + "object": "攝影", + "attribute": "鏡頭/光學效果" + }, + { + "displayName": "360 Angle", + "langName": "360 度視角", + "object": "攝影", + "attribute": "鏡頭/光學效果" + }, + { + "displayName": "Fisheye Lens", + "langName": "魚眼鏡頭", + "object": "攝影", + "attribute": "鏡頭/光學效果" + }, + { + "displayName": "Fisheye Lens Effect", + "langName": "魚眼鏡頭效果", + "object": "攝影", + "attribute": "鏡頭/光學效果" + }, + { + "displayName": "Miniature Faking", + "langName": "微縮模型效果", + "object": "攝影", + "attribute": "鏡頭/光學效果" + }, + { + "displayName": "Brenizer Method", + "langName": "螺旋拍攝", + "object": "攝影", + "attribute": "鏡頭/光學效果" + }, + { + "displayName": "Panini Projection", + "langName": "帕尼尼投影", + "object": "攝影", + "attribute": "鏡頭/光學效果" + }, + { + "displayName": "Orthographic", + "langName": "正投影", + "object": "攝影", + "attribute": "鏡頭/光學效果" + }, + { + "displayName": "Isometric", + "langName": "等角投影", + "object": "攝影", + "attribute": "鏡頭/光學效果" + }, + { + "displayName": "DOF", + "langName": "景深", + "object": "攝影", + "attribute": "鏡頭/光學效果" + }, + { + "displayName": "landscape", + "langName": "風景鏡頭(遠景)", + "object": "攝影", + "attribute": "鏡頭/光學效果" + }, + { + "displayName": "Sharp Focus", + "langName": "銳聚焦", + "object": "攝影", + "attribute": "鏡頭/光學效果" + }, + { + "displayName": "Zoom", + "langName": "變焦", + "object": "攝影", + "attribute": "鏡頭/光學效果" + }, + { + "displayName": "Dolly Zoom", + "langName": "多莉變焦", + "object": "攝影", + "attribute": "鏡頭/光學效果" + }, + { + "displayName": "Portrait Photogram", + "langName": "肖像照", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "Photorealistic", + "langName": "相片擬真", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "Cinematic", + "langName": "電影感", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "Color Grading", + "langName": "色彩分級", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "Dramatic", + "langName": "戲劇性", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "Editorial Photography", + "langName": "社論攝影", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "filmic", + "langName": "電影質感", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "film still", + "langName": "膠片靜止圖像", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "film grain", + "langName": "膠片顆粒", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "Glamor Shot", + "langName": "迷人鏡頭", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "Golden Hour", + "langName": "黃金時段", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "High-Speed Photograph", + "langName": "高速攝影", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "Intentional camera movement", + "langName": "故意的相機移動", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "Paparazzi Photography", + "langName": "狗仔攝影", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "Photography", + "langName": "攝影", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "Photoshoot", + "langName": "照片拍攝", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "photo", + "langName": "照片", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "polaroid", + "langName": "照片(拍立得)", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "poster,caustics", + "langName": "海報/主題聚焦", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "Kaleidoscope Photography", + "langName": "萬花筒攝影", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "Photojournalism", + "langName": "新聞攝影", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "Time-Lapse", + "langName": "延時攝影", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "Satellite Imagery", + "langName": "衛星圖像", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "War Photography", + "langName": "戰爭攝影", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "Wildlife Photography", + "langName": "野生動物攝影", + "object": "攝影", + "attribute": "攝影風格" + }, + { + "displayName": "Blurry", + "langName": "模糊", + "object": "攝影", + "attribute": "模糊/失真" + }, + { + "displayName": "Blur Effect", + "langName": "模糊效果", + "object": "攝影", + "attribute": "模糊/失真" + }, + { + "displayName": "Tilt Blur", + "langName": "傾斜模糊", + "object": "攝影", + "attribute": "模糊/失真" + }, + { + "displayName": "Lens Distortion", + "langName": "鏡頭畸變", + "object": "攝影", + "attribute": "模糊/失真" + }, + { + "displayName": "flash photography", + "langName": "閃光燈拍攝", + "object": "攝影", + "attribute": "相機設置" + }, + { + "displayName": "Exposure", + "langName": "曝光", + "object": "攝影", + "attribute": "相機設置" + }, + { + "displayName": "Short Exposure", + "langName": "短曝光", + "object": "攝影", + "attribute": "相機設置" + }, + { + "displayName": "Long Exposure", + "langName": "長曝光", + "object": "攝影", + "attribute": "相機設置" + }, + { + "displayName": "Double-Exposure", + "langName": "雙重曝光", + "object": "攝影", + "attribute": "相機設置" + }, + { + "displayName": "Shutter Speed 1/1000", + "langName": "快門速度 1/1000", + "object": "攝影", + "attribute": "相機設置" + }, + { + "displayName": "Shutter Speed 1/2", + "langName": "快門速度 1/2", + "object": "攝影", + "attribute": "相機設置" + }, + { + "displayName": "F/2.8", + "langName": "光圈/2.8", + "object": "攝影", + "attribute": "相機設置" + }, + { + "displayName": "F/22", + "langName": "F/22", + "object": "攝影", + "attribute": "相機設置" + }, + { + "displayName": "Gamma", + "langName": "伽馬", + "object": "攝影", + "attribute": "相機設置" + }, + { + "displayName": "White Balance", + "langName": "白平衡", + "object": "攝影", + "attribute": "相機設置" + }, + { + "displayName": "Schlieren", + "langName": "光波干涉", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Night Vision", + "langName": "微光攝像", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Hyperspectral Imaging", + "langName": "高光譜成像", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Multispectral Imaging", + "langName": "多光譜成像", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Camcorder Effect", + "langName": "攝像機效果", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "DSLR", + "langName": "單反", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "35mm", + "langName": "35mm", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Tri-X 400 TX", + "langName": "Tri-X 400 TX", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Instax", + "langName": "拍立得", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Ektachrome", + "langName": "柯達 Ektachrome", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Fujifilm Superia", + "langName": "富士膠片", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Fujifilm XT3", + "langName": "富士相機 XT3", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Polaroid SX-70", + "langName": "拍立得", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Ilford HP5", + "langName": "伊爾福 HP5", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Kodak Ektar", + "langName": "柯達 Ektar", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Kodak Gold 200", + "langName": "柯達金 200", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Kodak Portra", + "langName": "柯達 Portra", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Lomo", + "langName": "Lomo", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Nikon D750", + "langName": "尼康 D750", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Provia", + "langName": "富士 Provia", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Shot on 70mm", + "langName": "70 毫米膠片拍攝", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Velvia", + "langName": "富士 Velvia", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Vintage", + "langName": "復古拍攝", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Pinhole Photography", + "langName": "針孔攝影", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Photogram", + "langName": "相片", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Daguerrotype", + "langName": "達蓋爾銀版", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Ambrotype", + "langName": "舊式照相", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Calotype", + "langName": "光力攝影法", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Tintype", + "langName": "錫版攝影", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Dashcam-Footage", + "langName": "行車記錄儀錄像", + "object": "攝影", + "attribute": "攝影機" + }, + { + "displayName": "Unary", + "langName": "一元", + "object": "攝影", + "attribute": "數字系統" + }, + { + "displayName": "Binary", + "langName": "二進制", + "object": "攝影", + "attribute": "數字系統" + }, + { + "displayName": "Ternary", + "langName": "三進制", + "object": "攝影", + "attribute": "數字系統" + }, + { + "displayName": "Quaternary", + "langName": "四進制", + "object": "攝影", + "attribute": "數字系統" + }, + { + "displayName": "Quinary", + "langName": "五進制", + "object": "攝影", + "attribute": "數字系統" + }, + { + "displayName": "Senary", + "langName": "六進制", + "object": "攝影", + "attribute": "數字系統" + }, + { + "displayName": "Septenary", + "langName": "七進制", + "object": "攝影", + "attribute": "數字系統" + }, + { + "displayName": "Octal", + "langName": "八進制", + "object": "攝影", + "attribute": "數字系統" + }, + { + "displayName": "Nonary", + "langName": "九進制", + "object": "攝影", + "attribute": "數字系統" + }, + { + "displayName": "Decimal", + "langName": "十進制", + "object": "攝影", + "attribute": "數字系統" + }, + { + "displayName": "Hexadecimal", + "langName": "十六進制", + "object": "攝影", + "attribute": "數字系統" + }, + { + "displayName": "depth of field", + "langName": "景深(協調人景)", + "object": "攝影", + "attribute": "效果" + }, + { + "displayName": "motion_blur", + "langName": "運動導致的模糊", + "object": "攝影", + "attribute": "效果" + }, + { + "displayName": "motion_lines", + "langName": "體現運動的線", + "object": "攝影", + "attribute": "效果" + }, + { + "displayName": "speed_lines", + "langName": "速度線", + "object": "攝影", + "attribute": "效果" + }, + { + "displayName": "bokeh", + "langName": "焦散(背景虛化)", + "object": "攝影", + "attribute": "效果" + }, + { + "displayName": "chromatic_aberration", + "langName": "色差、色失焦", + "object": "攝影", + "attribute": "效果" + }, + { + "displayName": "overexposure", + "langName": "過曝", + "object": "攝影", + "attribute": "效果" + }, + { + "displayName": "Vignette", + "langName": "暈影", + "object": "攝影", + "attribute": "效果" + }, + { + "displayName": "Split Toning", + "langName": "分離調色", + "object": "攝影", + "attribute": "效果" + }, + { + "displayName": "Rephotography", + "langName": "重攝影", + "object": "攝影", + "attribute": "效果" + }, + { + "displayName": "miniature model film", + "langName": "微縮模型電影", + "object": "攝影", + "attribute": "效果" + }, + { + "displayName": "Scanography", + "langName": "掃描攝影", + "object": "攝影", + "attribute": "效果" + }, + { + "displayName": "Slit-Scan Photography", + "langName": "狹縫掃描攝影", + "object": "攝影", + "attribute": "效果" + }, + { + "displayName": "photorealistic,realistic", + "langName": "逼真,仿真", + "object": "攝影", + "attribute": "效果" + }, + { + "displayName": "realistic", + "langName": "寫實", + "object": "攝影", + "attribute": "效果" + }, + { + "displayName": "semi-realistic", + "langName": "半寫實", + "object": "攝影", + "attribute": "效果" + }, + { + "displayName": "realistic shadows", + "langName": "現實的陰影", + "object": "攝影", + "attribute": "效果" + }, + { + "displayName": "detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "手部細節", + "object": "攝影", + "attribute": "效果" + }, + { + "displayName": "detailed feet and detailed 5 toes and detailed 5 toenails", + "langName": "腳的細節", + "object": "攝影", + "attribute": "效果" + }, + { + "displayName": "Transparent", + "langName": "透明", + "object": "素材", + "attribute": "不透明度" + }, + { + "displayName": "Translucent", + "langName": "半透明", + "object": "素材", + "attribute": "不透明度" + }, + { + "displayName": "Opaque", + "langName": "不透明", + "object": "素材", + "attribute": "不透明度" + }, + { + "displayName": "Bump Map", + "langName": "凹凸貼圖", + "object": "素材", + "attribute": "地圖" + }, + { + "displayName": "Bump Mapped", + "langName": "帶凹凸貼圖", + "object": "素材", + "attribute": "地圖" + }, + { + "displayName": "Bump Mapping", + "langName": "凹凸映射", + "object": "素材", + "attribute": "地圖" + }, + { + "displayName": "Normal Map", + "langName": "法線貼圖", + "object": "素材", + "attribute": "地圖" + }, + { + "displayName": "Depth Map", + "langName": "深度圖", + "object": "素材", + "attribute": "地圖" + }, + { + "displayName": "Soft Body", + "langName": "軟體", + "object": "素材", + "attribute": "柔體" + }, + { + "displayName": "Squishy", + "langName": "鬆軟的", + "object": "素材", + "attribute": "柔體" + }, + { + "displayName": "Anisotropy", + "langName": "各向異性", + "object": "素材", + "attribute": "特性" + }, + { + "displayName": "Carbonated", + "langName": "碳酸的", + "object": "素材", + "attribute": "特性" + }, + { + "displayName": "Effervescent", + "langName": "起泡", + "object": "素材", + "attribute": "特性" + }, + { + "displayName": "Icy", + "langName": "冰冷的", + "object": "素材", + "attribute": "特性" + }, + { + "displayName": "Charred", + "langName": "炭化", + "object": "素材", + "attribute": "特性" + }, + { + "displayName": "Corrugated", + "langName": "起皺的", + "object": "素材", + "attribute": "特性" + }, + { + "displayName": "Perforated", + "langName": "穿孔", + "object": "素材", + "attribute": "特性" + }, + { + "displayName": "Wooden", + "langName": "木質", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Lumber", + "langName": "木材", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Plywood", + "langName": "膠合板", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Particle-Board", + "langName": "刨花板", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Sawdust", + "langName": "鋸末", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Cork", + "langName": "軟木", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Cherry-Wood", + "langName": "櫻桃木", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Maple-Wood", + "langName": "楓木", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Pine-Wood", + "langName": "松林", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Oak-Wood", + "langName": "橡木", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Birch-Wood", + "langName": "樺木", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Acacia-Wood", + "langName": "相思木", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Cedar-Wood", + "langName": "雪松木", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Wood-Stain", + "langName": "木材染色", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Planks", + "langName": "木板", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Wooden Planks", + "langName": "木質板", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Nailed-Wood", + "langName": "釘木", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Wooden Fence", + "langName": "木柵欄", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Cardboard", + "langName": "硬紙板", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Corrugated Fiberboard", + "langName": "瓦楞紙板", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Paperboard", + "langName": "紙板", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Cardstock", + "langName": "卡紙", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Paper", + "langName": "紙", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Construction Paper", + "langName": "施工圖紙", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Tissue Paper", + "langName": "衛生紙", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Graph Paper", + "langName": "方格紙", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Kraft Paper", + "langName": "牛皮紙", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Washi", + "langName": "和紙", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Wasli", + "langName": "瓦斯里紙", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Papyrus", + "langName": "莎草紙", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Manuscript Paper", + "langName": "手稿紙", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Wrapping Paper", + "langName": "包裝紙", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Parchment", + "langName": "羊皮紙", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Parchment Paper", + "langName": "烤肉紙", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Medieval Parchment", + "langName": "中世紀的羊皮紙", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Toilet Paper", + "langName": "衛生紙", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Paper Towel", + "langName": "紙巾", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Manila Paper", + "langName": "馬尼拉紙", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Manila Folder", + "langName": "馬尼拉文件夾", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Envelope", + "langName": "信封", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Security Paper", + "langName": "防偽紙", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Rolling Paper", + "langName": "捲菸紙", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Cotton Paper", + "langName": "棉紙", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Hemp Fiber", + "langName": "麻纖維", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Hemp Paper", + "langName": "麻紙", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Cellulose", + "langName": "纖維素", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Plastic-Coated Paper", + "langName": "塑料塗層紙", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Tar Paper", + "langName": "瀝青紙", + "object": "素材", + "attribute": "木材和紙張" + }, + { + "displayName": "Soil", + "langName": "土壤", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Dirt", + "langName": "塵土", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Mud", + "langName": "泥漿", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Mud Brick", + "langName": "泥磚", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Clay", + "langName": "黏土", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Sand", + "langName": "沙子", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Gravel", + "langName": "碎石", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Silt", + "langName": "淤泥", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Dust", + "langName": "灰塵", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Spodosol", + "langName": "針葉林土", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Podzol", + "langName": "針葉林土壤", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Sandpaper", + "langName": "砂紙", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Stone", + "langName": "石頭", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Cobblestone", + "langName": "鵝卵石", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Pebbles", + "langName": "卵石", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Rock", + "langName": "岩石", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Rocky", + "langName": "多巖", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Bedrock", + "langName": "基岩", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Flint", + "langName": "燧石", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Sandstone", + "langName": "砂岩", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Basalt", + "langName": "玄武岩", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Marble", + "langName": "大理石", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Granite", + "langName": "花崗岩", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Diorite", + "langName": "閃長巖", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Andesite", + "langName": "安山岩", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Gypsum", + "langName": "石膏", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Coal", + "langName": "煤炭", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Sulfur", + "langName": "硫黃", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Graphene", + "langName": "石墨烯", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Carbon Nanotubes", + "langName": "碳納米管", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Carbon Fiber", + "langName": "碳纖維", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Concrete", + "langName": "混凝土", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Sidewalk", + "langName": "人行道", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Asphalt", + "langName": "瀝青", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Hempcrete", + "langName": "麻絮混凝土", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Brick", + "langName": "磚", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Terracotta", + "langName": "紅陶土", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Pottery", + "langName": "陶器", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Ceramic", + "langName": "陶瓷製品", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Enamel", + "langName": "搪瓷", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Sheetrock", + "langName": "石膏板", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Plaster", + "langName": "灰泥", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Asbestos", + "langName": "石棉", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Slag", + "langName": "礦渣", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Vermiculite", + "langName": "蛭石", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Perlite", + "langName": "珍珠岩", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Borax", + "langName": "硼砂", + "object": "素材", + "attribute": "石頭和礦物" + }, + { + "displayName": "Metallic", + "langName": "金屬質的", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Metal", + "langName": "金屬", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Liquid Metal", + "langName": "液態金屬", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Foil", + "langName": "箔", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Rusty", + "langName": "生鏽的", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Pewter", + "langName": "白鑞", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Copper", + "langName": "銅", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Tin", + "langName": "錫", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Aluminum", + "langName": "鋁", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Brushed Aluminum", + "langName": "拉絲鋁", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Bronze", + "langName": "青銅", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Brass", + "langName": "黃銅", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Iron", + "langName": "鐵", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Wrought Iron", + "langName": "鍛鐵", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Steel", + "langName": "鋼", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Stainless Steel", + "langName": "不鏽鋼", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Damascus Steel", + "langName": "大馬士革鋼", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Titanium", + "langName": "鈦", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Anodized Titanium", + "langName": "陽極氧化鈦", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Damascus Titanium", + "langName": "大馬士革鈦", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Sterling Silver", + "langName": "純銀", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Sterling", + "langName": "標準銀", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Rose-Gold", + "langName": "玫瑰金", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Platinum", + "langName": "鉑", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Chromium", + "langName": "鉻", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Chrome", + "langName": "鍍鉻", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Mercury", + "langName": "汞", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Mercury Metal", + "langName": "汞金屬", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Molten Mercury", + "langName": "熔融水銀", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Molten Mercury Metal", + "langName": "熔融汞金屬", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Gallium", + "langName": "鎵", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Magnesium", + "langName": "鎂", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Zinc", + "langName": "鋅", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Lead", + "langName": "鉛", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Tungsten", + "langName": "鎢", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Zirconium", + "langName": "鋯", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Cubic Zirconium", + "langName": "立方鋯石", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Cobalt", + "langName": "鈷", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Uranium", + "langName": "鈾", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Sodium", + "langName": "鈉", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Potassium", + "langName": "鉀", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Constantan", + "langName": "康銅", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Hepatizon", + "langName": "赫帕銅", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Nichrome", + "langName": "鎳鉻合金", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Damascus", + "langName": "大馬士革", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Iron Filings", + "langName": "鐵屑", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Copper-Sulfate", + "langName": "硫酸銅", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Solder", + "langName": "焊錫", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Metallic Fiber", + "langName": "金屬纖維", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Armature Wire", + "langName": "鎧裝線", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Metal Foam", + "langName": "金屬泡沫", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Needle", + "langName": "針", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Screw", + "langName": "螺絲", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Paper Clips", + "langName": "回形針", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Chain-link", + "langName": "鏈條", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Chicken Wire", + "langName": "鐵絲網", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Chain-link Fence", + "langName": "鏈式圍欄", + "object": "素材", + "attribute": "金屬" + }, + { + "displayName": "Glassy", + "langName": "玻璃質", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Stained Glass", + "langName": "彩繪玻璃", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Stained Glass Windows", + "langName": "彩色玻璃窗", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Seaglass", + "langName": "海玻璃", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Mirror", + "langName": "鏡子", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Fiberglass", + "langName": "玻璃纖維", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Glass Fiber", + "langName": "玻璃纖維", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Glass and Crystals", + "langName": "玻璃和水晶", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Crystalline", + "langName": "晶體", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Diamond", + "langName": "鑽石", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Amethyst", + "langName": "紫晶", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Quartz", + "langName": "石英", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Smoky Quartz", + "langName": "煙燻石英", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Rose Quartz", + "langName": "玫瑰石英", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Milky Quartz", + "langName": "乳白石英", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Rutilated Quartz", + "langName": "鈦晶石英", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Sceptred Quartz", + "langName": "節晶石英", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Herkimer Diamond", + "langName": "赫基默鑽石", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Ruby", + "langName": "紅寶石", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Sapphire", + "langName": "藍寶石", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Emerald", + "langName": "祖母綠", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Pearl", + "langName": "珍珠", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Citrine", + "langName": "黃水晶", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Fluorite", + "langName": "螢石", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Onyx", + "langName": "瑪瑙", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Lapis Lazuli", + "langName": "青金石", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Obsidian", + "langName": "黑曜石", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Selenite", + "langName": "透明石膏", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Jasper", + "langName": "紅玉髓", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Opal", + "langName": "蛋白石", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Opalite", + "langName": "蛋白石瑪瑙", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Topaz", + "langName": "黃玉", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Agate", + "langName": "瑪瑙", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Carnelian", + "langName": "紅瑪瑙", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Ametrine", + "langName": "紫黃晶", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Aventurine", + "langName": "綠碧璽", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Borax Crystals", + "langName": "硼砂晶體", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Colloidal Crystal", + "langName": "膠體晶體", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Cloth", + "langName": "布料", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Cotton", + "langName": "棉布", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Polyester", + "langName": "聚酯纖維", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Twine", + "langName": "麻線", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Silk", + "langName": "絲綢", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Denim", + "langName": "牛仔布", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Leather", + "langName": "皮革", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Felt", + "langName": "毛氈", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Felt Cloth", + "langName": "毛氈布", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Cashmere", + "langName": "羊絨", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Velvet", + "langName": "天鵝絨", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Corduroy", + "langName": "燈心絨", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Nylon", + "langName": "尼龍", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Polyamide", + "langName": "聚酰胺", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Kevlar", + "langName": "芳綸", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Spandex", + "langName": "氨綸", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Rayon", + "langName": "人造絲", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Microfiber", + "langName": "超細纖維", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Fibers", + "langName": "纖維", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Lyocell", + "langName": "萊賽爾", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Cordura", + "langName": "考杜拉", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Lurex", + "langName": "金銀絲", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Nomex", + "langName": "諾梅克斯", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Quilt", + "langName": "被子", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Memory Foam", + "langName": "記憶泡沫", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Lint", + "langName": "皮棉", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Blanket", + "langName": "毯子", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Pin Cushion", + "langName": "針墊", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Yarn", + "langName": "紗線", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Knitted", + "langName": "針織的", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Rug", + "langName": "小地毯", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Crochet", + "langName": "鉤針", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Cross Stich", + "langName": "十字繡", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Needle Point", + "langName": "針織", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Patch", + "langName": "補丁", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Sewen", + "langName": "縫製", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Applique", + "langName": "貼花", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Macrame", + "langName": "花邊", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Weave", + "langName": "編織", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Net", + "langName": "網", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Netting", + "langName": "網布", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Gauze", + "langName": "紗布", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Spider Web", + "langName": "蜘蛛網", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Plastic", + "langName": "塑料", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Shrink Wrap", + "langName": "收縮膜", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Plastic Wrap", + "langName": "保鮮膜", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Cling Wrap", + "langName": "粘包裝膜", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Teflon", + "langName": "鐵氟龍", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Lego", + "langName": "樂高", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Polyurethane", + "langName": "聚氨酯", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Polyethylene", + "langName": "聚乙烯", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Polyvinyl", + "langName": "聚乙烯", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Polypropylene", + "langName": "聚丙烯", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Polyimide", + "langName": "聚酰亞胺", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Styrofoam", + "langName": "保麗龍", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Foam", + "langName": "泡沫", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Rubber", + "langName": "橡膠", + "object": "素材", + "attribute": "橡膠" + }, + { + "displayName": "Rubber Band", + "langName": "橡皮筋", + "object": "素材", + "attribute": "橡膠" + }, + { + "displayName": "Rubber Band Ball", + "langName": "橡皮筋球", + "object": "素材", + "attribute": "橡膠" + }, + { + "displayName": "Balloon", + "langName": "氣球", + "object": "素材", + "attribute": "橡膠" + }, + { + "displayName": "Nitrile", + "langName": "丁腈橡膠", + "object": "素材", + "attribute": "橡膠" + }, + { + "displayName": "Silicone", + "langName": "硅膠", + "object": "素材", + "attribute": "橡膠" + }, + { + "displayName": "Vinyl", + "langName": "乙烯基塑料", + "object": "素材", + "attribute": "橡膠" + }, + { + "displayName": "Linoleum", + "langName": "油氈", + "object": "素材", + "attribute": "橡膠" + }, + { + "displayName": "Silly Band", + "langName": "橡皮筋", + "object": "素材", + "attribute": "橡膠" + }, + { + "displayName": "Wax", + "langName": "蠟", + "object": "素材", + "attribute": "蠟" + }, + { + "displayName": "Wax Paper", + "langName": "蠟紙", + "object": "素材", + "attribute": "蠟" + }, + { + "displayName": "Carnauba Wax", + "langName": "巴西棕櫚蠟", + "object": "素材", + "attribute": "蠟" + }, + { + "displayName": "Candelilla Wax", + "langName": "小燭樹蠟", + "object": "素材", + "attribute": "蠟" + }, + { + "displayName": "Paraffin Wax", + "langName": "石蠟", + "object": "素材", + "attribute": "蠟" + }, + { + "displayName": "Shellac", + "langName": "蟲膠", + "object": "素材", + "attribute": "蠟" + }, + { + "displayName": "Ice", + "langName": "冰", + "object": "素材", + "attribute": "冰雪" + }, + { + "displayName": "Blue-Ice", + "langName": "藍冰", + "object": "素材", + "attribute": "冰雪" + }, + { + "displayName": "Dry Ice", + "langName": "乾冰", + "object": "素材", + "attribute": "冰雪" + }, + { + "displayName": "Hairy", + "langName": "毛茸茸的", + "object": "素材", + "attribute": "頭髮/毛皮" + }, + { + "displayName": "Fuzz", + "langName": "絨毛", + "object": "素材", + "attribute": "頭髮/毛皮" + }, + { + "displayName": "Beard", + "langName": "鬍鬚", + "object": "素材", + "attribute": "頭髮/毛皮" + }, + { + "displayName": "Feathers", + "langName": "羽毛", + "object": "素材", + "attribute": "頭髮/毛皮" + }, + { + "displayName": "Zebra", + "langName": "斑馬", + "object": "素材", + "attribute": "頭髮/毛皮" + }, + { + "displayName": "Dust-Bunny", + "langName": "灰兔子", + "object": "素材", + "attribute": "頭髮/毛皮" + }, + { + "displayName": "Liquid", + "langName": "液體", + "object": "素材", + "attribute": "液體" + }, + { + "displayName": "Water", + "langName": "水", + "object": "素材", + "attribute": "液體" + }, + { + "displayName": "Lava", + "langName": "岩漿", + "object": "素材", + "attribute": "液體" + }, + { + "displayName": "Magma", + "langName": "熔岩", + "object": "素材", + "attribute": "液體" + }, + { + "displayName": "Molten Rock", + "langName": "熔化岩石", + "object": "素材", + "attribute": "液體" + }, + { + "displayName": "Ferro Fluid", + "langName": "鐵磁流體", + "object": "素材", + "attribute": "液體" + }, + { + "displayName": "Liquid Crystal", + "langName": "液晶", + "object": "素材", + "attribute": "液體" + }, + { + "displayName": "Gasoline", + "langName": "汽油", + "object": "素材", + "attribute": "液體" + }, + { + "displayName": "Turpentine", + "langName": "松節油", + "object": "素材", + "attribute": "液體" + }, + { + "displayName": "Mineral Oil", + "langName": "礦物油", + "object": "素材", + "attribute": "液體" + }, + { + "displayName": "Motor Oil", + "langName": "機油", + "object": "素材", + "attribute": "液體" + }, + { + "displayName": "Sea Foam", + "langName": "海沫", + "object": "素材", + "attribute": "液體" + }, + { + "displayName": "Emulsion", + "langName": "乳化", + "object": "素材", + "attribute": "液體" + }, + { + "displayName": "Lipid", + "langName": "脂質", + "object": "素材", + "attribute": "液體" + }, + { + "displayName": "Flubber", + "langName": "彈力布", + "object": "素材", + "attribute": "黏液" + }, + { + "displayName": "Putty", + "langName": "密封和填充空隙的黏合劑", + "object": "素材", + "attribute": "黏液" + }, + { + "displayName": "Poster Tack", + "langName": "海報膠", + "object": "素材", + "attribute": "黏液" + }, + { + "displayName": "Gel", + "langName": "凝膠", + "object": "素材", + "attribute": "黏稠度" + }, + { + "displayName": "Aerogel", + "langName": "氣凝膠", + "object": "素材", + "attribute": "黏稠度" + }, + { + "displayName": "Softgel", + "langName": "軟膠囊", + "object": "素材", + "attribute": "黏稠度" + }, + { + "displayName": "Silica Gel", + "langName": "硅膠", + "object": "素材", + "attribute": "黏稠度" + }, + { + "displayName": "Ballistic Gel", + "langName": "彈道凝膠", + "object": "素材", + "attribute": "黏稠度" + }, + { + "displayName": "Jellyfish", + "langName": "海蜇", + "object": "素材", + "attribute": "黏稠度" + }, + { + "displayName": "Ballistic Foam", + "langName": "彈道泡沫", + "object": "素材", + "attribute": "黏稠度" + }, + { + "displayName": "Sponge", + "langName": "海綿", + "object": "素材", + "attribute": "黏稠度" + }, + { + "displayName": "Spongy", + "langName": "海綿狀", + "object": "素材", + "attribute": "黏稠度" + }, + { + "displayName": "Tape", + "langName": "膠帶", + "object": "素材", + "attribute": "粘合劑" + }, + { + "displayName": "Duct Tape", + "langName": "膠布", + "object": "素材", + "attribute": "粘合劑" + }, + { + "displayName": "Scotch Tape", + "langName": "透明膠", + "object": "素材", + "attribute": "粘合劑" + }, + { + "displayName": "Clear Tape", + "langName": "透明膠帶", + "object": "素材", + "attribute": "粘合劑" + }, + { + "displayName": "Packing Tape", + "langName": "封箱膠帶", + "object": "素材", + "attribute": "粘合劑" + }, + { + "displayName": "Masking Tape", + "langName": "美紋紙膠帶", + "object": "素材", + "attribute": "粘合劑" + }, + { + "displayName": "Kapton", + "langName": "卡普頓", + "object": "素材", + "attribute": "粘合劑" + }, + { + "displayName": "Kapton Tape", + "langName": "卡普頓膠帶", + "object": "素材", + "attribute": "粘合劑" + }, + { + "displayName": "Adhesive", + "langName": "粘合劑", + "object": "素材", + "attribute": "粘合劑" + }, + { + "displayName": "Glue", + "langName": "膠水", + "object": "素材", + "attribute": "粘合劑" + }, + { + "displayName": "Epoxy", + "langName": "環氧樹脂", + "object": "素材", + "attribute": "粘合劑" + }, + { + "displayName": "Polymer", + "langName": "聚合物", + "object": "素材", + "attribute": "聚合物" + }, + { + "displayName": "Orbeez", + "langName": "水珠", + "object": "素材", + "attribute": "聚合物" + }, + { + "displayName": "Oobleck", + "langName": "混合澱粉溶液", + "object": "素材", + "attribute": "聚合物" + }, + { + "displayName": "Vapor", + "langName": "蒸汽", + "object": "素材", + "attribute": "氣體/粉末" + }, + { + "displayName": "Clouds", + "langName": "雲", + "object": "素材", + "attribute": "氣體/粉末" + }, + { + "displayName": "Fog", + "langName": "霧", + "object": "素材", + "attribute": "氣體/粉末" + }, + { + "displayName": "Mist", + "langName": "薄霧", + "object": "素材", + "attribute": "氣體/粉末" + }, + { + "displayName": "Gas", + "langName": "氣體", + "object": "素材", + "attribute": "氣體/粉末" + }, + { + "displayName": "Aerosol", + "langName": "氣溶膠", + "object": "素材", + "attribute": "氣體/粉末" + }, + { + "displayName": "Powder", + "langName": "粉末", + "object": "素材", + "attribute": "氣體/粉末" + }, + { + "displayName": "Smoke", + "langName": "煙", + "object": "素材", + "attribute": "氣體/粉末" + }, + { + "displayName": "Plasma", + "langName": "等離子", + "object": "素材", + "attribute": "等離子與能源" + }, + { + "displayName": "Electric", + "langName": "電", + "object": "素材", + "attribute": "等離子與能源" + }, + { + "displayName": "Electricity", + "langName": "電力", + "object": "素材", + "attribute": "等離子與能源" + }, + { + "displayName": "Fire", + "langName": "火", + "object": "素材", + "attribute": "等離子與能源" + }, + { + "displayName": "Burn", + "langName": "燃燒", + "object": "素材", + "attribute": "等離子與能源" + }, + { + "displayName": "Inferno", + "langName": "地獄火", + "object": "素材", + "attribute": "等離子與能源" + }, + { + "displayName": "Jelly", + "langName": "果凍", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Agar", + "langName": "瓊脂", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Wagyu", + "langName": "和牛", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Tallow", + "langName": "動物脂", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Butter", + "langName": "黃油", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Margarine", + "langName": "人造黃油", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Cheese", + "langName": "奶酪", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Egg Yolk", + "langName": "蛋黃", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Beans", + "langName": "豆子", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Macaroni", + "langName": "通心粉", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Marconi and Cheese", + "langName": "馬克龍奶酪", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Pretzel", + "langName": "椒鹽脆餅", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Churros", + "langName": "油條", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Bread", + "langName": "麵包", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Made of Bread", + "langName": "麵包做的", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Sour Cream", + "langName": "酸奶油", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Sauce", + "langName": "醬汁", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Pasta Sauce", + "langName": "意大利麵醬", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Ketchup", + "langName": "番茄醬", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Mustard", + "langName": "芥末", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Mayonnaise", + "langName": "蛋黃醬", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Syrup", + "langName": "糖漿", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Maple Syrup", + "langName": "楓糖漿", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Whipped Cream", + "langName": "鮮奶油", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Lollipop", + "langName": "棒棒糖", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Cinnamon", + "langName": "肉桂", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Caramel", + "langName": "焦糖", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Taffy", + "langName": "太妃糖", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Honeycomb", + "langName": "蜂巢糖", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Edible Ink", + "langName": "食用墨水", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Food Coloring", + "langName": "食用色素", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Sprinkles", + "langName": "糖果碎片", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Fondant Icing", + "langName": "翻糖糖衣", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Royal Icing", + "langName": "蛋白糖霜", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Wedding Cake", + "langName": "婚禮蛋糕", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Cake Decorating", + "langName": "蛋糕裝飾", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Shortcrust-Pastry", + "langName": "酥皮", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Flaky-Pastry", + "langName": "千層酥皮", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Puff-Pastry", + "langName": "泡芙糕點", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Eclair", + "langName": "泡芙", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Cannoli", + "langName": "甜甜圈卷", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Fruit-Tart", + "langName": "水果撻", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Creme Brule", + "langName": "焦糖布丁", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Gum", + "langName": "口香糖", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Toothpaste", + "langName": "牙膏", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Vegetable Oil", + "langName": "植物油", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Olive Oil", + "langName": "橄欖油", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Soda", + "langName": "蘇打水", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Grass", + "langName": "草", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Grassy", + "langName": "草地", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Floral", + "langName": "花卉", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Vines", + "langName": "藤蔓", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Tree Bark", + "langName": "樹皮", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Branches", + "langName": "樹枝", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "shrub", + "langName": "灌木", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Leaves", + "langName": "樹葉", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Pinecone", + "langName": "松果", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Acorn", + "langName": "橡子", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Moss", + "langName": "苔蘚", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Cactus", + "langName": "仙人掌", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Straw", + "langName": "稻草", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Straw-Bale", + "langName": "稻草捆", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Hay", + "langName": "乾草", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Hay-Bale", + "langName": "乾草捆", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Hemp", + "langName": "麻", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Fungi", + "langName": "菌類", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Mushrooms", + "langName": "蘑菇", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Mycelium", + "langName": "菌絲", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Moldy", + "langName": "發黴的", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Lactarius-Indigo", + "langName": "靛青乳菇", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Latticed-Stinkhorn", + "langName": "格子柄燈盞菌", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Clathrus-Ruber", + "langName": "紅籠菌", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Laccaria-Amethystina", + "langName": "紫蘑", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Entoloma-Hochstetteri", + "langName": "霍氏粉褶菌", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Clavaria-Zollingeri", + "langName": "紫紅珊瑚菌", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Chlorociboria", + "langName": "青綠木耳", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Golden-Scruffy-Collybia", + "langName": "金絲烏鴉腳蘑菇", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Cyptotrama-Asprata", + "langName": "隱色鋸腳蘑", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Mycena Acicula", + "langName": "尖銳鬼筆菌", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Hygrocybe-Cantharellus", + "langName": "黃褐紅腳燈蘑", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Amanita-Muscaria", + "langName": "紅白鵝膏菌", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Favolaschia-Calocera", + "langName": "紅猩猩手指菌", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Marasmius-Haematocephalus", + "langName": "紅頭髮菌", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Cystoagaricus-Trisulphuratus", + "langName": "三硫囊菇", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Tremella-Mesenterica", + "langName": "黃腦菌", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Tremella-Fuciformis", + "langName": "銀耳", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Tornado", + "langName": "龍捲風", + "object": "素材", + "attribute": "對象" + }, + { + "displayName": "Cage", + "langName": "籠子", + "object": "素材", + "attribute": "對象" + }, + { + "displayName": "Cheese Grater", + "langName": "奶酪刨絲器", + "object": "素材", + "attribute": "對象" + }, + { + "displayName": "Slinky", + "langName": "彈簧玩具", + "object": "素材", + "attribute": "對象" + }, + { + "displayName": "Yin Yang", + "langName": "陰陽", + "object": "素材", + "attribute": "符號" + }, + { + "displayName": "Taiji", + "langName": "太極", + "object": "素材", + "attribute": "符號" + }, + { + "displayName": "Bagua", + "langName": "八卦", + "object": "素材", + "attribute": "符號" + }, + { + "displayName": "Wu Xing", + "langName": "五行(金木水火土)", + "object": "素材", + "attribute": "符號" + }, + { + "displayName": "Gorgeous", + "langName": "華麗", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "stunning", + "langName": "驚人的", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "intricate", + "langName": "複雜的", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "detailed", + "langName": "充滿細節", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "luxurious", + "langName": "豪華", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "subtle", + "langName": "細膩的", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "delicate", + "langName": "精緻的", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "captivating", + "langName": "迷人的", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Refreshing", + "langName": "清新", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Divine", + "langName": "神聖的", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Infused", + "langName": "融入", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Essence", + "langName": "精華", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Ineffable", + "langName": "無法言喻", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Powerful", + "langName": "有力的", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Weak", + "langName": "虛弱", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Thick", + "langName": "厚", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Massive Scale", + "langName": "大規模", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Massive", + "langName": "大量的", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Huge", + "langName": "巨大的", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Large", + "langName": "大", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Big", + "langName": "大的", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Mini", + "langName": "迷你", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Tiny", + "langName": "微小", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Micro", + "langName": "微觀", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Nano", + "langName": "納米", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Flexible", + "langName": "柔韌", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Paradox", + "langName": "悖論", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Feng Shui", + "langName": "風水", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Perfectionism", + "langName": "完美主義", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "OCD", + "langName": "強迫症", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Array", + "langName": "一系列", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Muted", + "langName": "靜音", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Visual Perception", + "langName": "視覺感知", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Visual Agnosia", + "langName": "視覺失認症", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Amber", + "langName": "琥珀", + "object": "素材", + "attribute": "其他素材" + }, + { + "displayName": "Inlay", + "langName": "鑲嵌", + "object": "素材", + "attribute": "其他素材" + }, + { + "displayName": "Wires", + "langName": "電線", + "object": "素材", + "attribute": "其他素材" + }, + { + "displayName": "Cells", + "langName": "細胞", + "object": "素材", + "attribute": "其他素材" + }, + { + "displayName": "Cellular", + "langName": "網狀的", + "object": "素材", + "attribute": "其他素材" + }, + { + "displayName": "Transistor", + "langName": "晶體管", + "object": "素材", + "attribute": "其他素材" + }, + { + "displayName": "Diode", + "langName": "二極管", + "object": "素材", + "attribute": "其他素材" + }, + { + "displayName": "Point", + "langName": "點", + "object": "幾何構成", + "attribute": "形狀" + }, + { + "displayName": "Dot", + "langName": "點", + "object": "幾何構成", + "attribute": "形狀" + }, + { + "displayName": "Line", + "langName": "線", + "object": "幾何構成", + "attribute": "形狀" + }, + { + "displayName": "Curve", + "langName": "曲線", + "object": "幾何構成", + "attribute": "形狀" + }, + { + "displayName": "Bezier Curve", + "langName": "貝塞爾曲線", + "object": "幾何構成", + "attribute": "形狀" + }, + { + "displayName": "Triangle", + "langName": "三角形", + "object": "幾何構成", + "attribute": "形狀" + }, + { + "displayName": "Square", + "langName": "正方形", + "object": "幾何構成", + "attribute": "形狀" + }, + { + "displayName": "Pentagon", + "langName": "五邊形", + "object": "幾何構成", + "attribute": "形狀" + }, + { + "displayName": "Hexagon", + "langName": "六邊形", + "object": "幾何構成", + "attribute": "形狀" + }, + { + "displayName": "Hexagonal", + "langName": "六角形", + "object": "幾何構成", + "attribute": "形狀" + }, + { + "displayName": "Heptagon", + "langName": "七邊形", + "object": "幾何構成", + "attribute": "形狀" + }, + { + "displayName": "Octagon", + "langName": "八角形", + "object": "幾何構成", + "attribute": "形狀" + }, + { + "displayName": "Nonagon", + "langName": "九邊形", + "object": "幾何構成", + "attribute": "形狀" + }, + { + "displayName": "Decagon", + "langName": "十邊形", + "object": "幾何構成", + "attribute": "形狀" + }, + { + "displayName": "Rectangle", + "langName": "長方形", + "object": "幾何構成", + "attribute": "形狀" + }, + { + "displayName": "Rectangular", + "langName": "矩形的", + "object": "幾何構成", + "attribute": "形狀" + }, + { + "displayName": "Parallelogram", + "langName": "平行四邊形", + "object": "幾何構成", + "attribute": "形狀" + }, + { + "displayName": "Rhombus", + "langName": "菱形", + "object": "幾何構成", + "attribute": "形狀" + }, + { + "displayName": "Heart", + "langName": "心", + "object": "幾何構成", + "attribute": "形狀" + }, + { + "displayName": "Spirangle", + "langName": "螺旋形", + "object": "幾何構成", + "attribute": "形狀" + }, + { + "displayName": "Cube", + "langName": "立方體", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Cuboid", + "langName": "長方體", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Sphere", + "langName": "球體", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Cone", + "langName": "圓錐", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Cylinder", + "langName": "圓柱", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Pyramid", + "langName": "金字塔", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Torus", + "langName": "圓環體", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Rectangular Prism", + "langName": "直角稜鏡", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Star Prism", + "langName": "星稜鏡", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Wedge", + "langName": "楔形", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Zonohedron", + "langName": "多面稜體", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Tetrahedron", + "langName": "四面體", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Octahedron", + "langName": "八面體", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Dodecahedron", + "langName": "十二面體", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Icosahedron", + "langName": "二十面體", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Kepler-Poinsot Polyhedra", + "langName": "開普勒點多面體", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Cuboctahedron", + "langName": "立方八面體", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Rhombicuboctahedron", + "langName": "菱形立方八面體", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Icosidodecahedron", + "langName": "二十面體", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Rhombicosidodecahedron", + "langName": "菱形二十面體", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Trapezohedron", + "langName": "梯形體", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Cupola", + "langName": "圓頂", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Anticupola", + "langName": "反圓頂", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Hypercupolae", + "langName": "超圓頂", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Bicupola", + "langName": "雙圓頂", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Frustum", + "langName": "截錐體", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Bifrustum", + "langName": "雙截頭臺", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Rotunda", + "langName": "圓形大廳", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Birotunda", + "langName": "雙圓形大廳", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Prismatoid", + "langName": "稜柱體", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Scutoid", + "langName": "鱗片狀多面體", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Bipyramid", + "langName": "雙錐體", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Star Bipyramid", + "langName": "星形雙錐", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Anti-Prism", + "langName": "反稜柱體", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Trapezohedra", + "langName": "梯形錐體", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Star Trapezohedron", + "langName": "星形梯形錐體", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Spherical polyhedron", + "langName": "球形多面體", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Mobius strip", + "langName": "莫比烏斯環", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Hexaflexagon", + "langName": "六邊形紙盒", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Miura fold", + "langName": "三浦摺疊", + "object": "幾何構成", + "attribute": "物體" + }, + { + "displayName": "Hypercube", + "langName": "超立方體", + "object": "幾何構成", + "attribute": "超形狀" + }, + { + "displayName": "Hyperprism", + "langName": "超稜鏡", + "object": "幾何構成", + "attribute": "超形狀" + }, + { + "displayName": "Hyperpyramid", + "langName": "超金字塔", + "object": "幾何構成", + "attribute": "超形狀" + }, + { + "displayName": "Hypertorus", + "langName": "超圓環體", + "object": "幾何構成", + "attribute": "超形狀" + }, + { + "displayName": "Hypersphere", + "langName": "超球體", + "object": "幾何構成", + "attribute": "超形狀" + }, + { + "displayName": "Hypercone", + "langName": "超圓錐", + "object": "幾何構成", + "attribute": "超形狀" + }, + { + "displayName": "Hypercylinder", + "langName": "超圓柱體", + "object": "幾何構成", + "attribute": "超形狀" + }, + { + "displayName": "Hyperzonohedron", + "langName": "超多面稜體", + "object": "幾何構成", + "attribute": "超形狀" + }, + { + "displayName": "Hypertetrahedron", + "langName": "超四面體", + "object": "幾何構成", + "attribute": "超形狀" + }, + { + "displayName": "Hyperoctahedron", + "langName": "超八面體", + "object": "幾何構成", + "attribute": "超形狀" + }, + { + "displayName": "Hyperdodecahedron", + "langName": "超十二面體", + "object": "幾何構成", + "attribute": "超形狀" + }, + { + "displayName": "Hypericosahedron", + "langName": "超二十面體", + "object": "幾何構成", + "attribute": "超形狀" + }, + { + "displayName": "Flexible Polyhedron", + "langName": "彈性多面體", + "object": "幾何構成", + "attribute": "超形狀" + }, + { + "displayName": "Klein bottle", + "langName": "克萊因瓶", + "object": "幾何構成", + "attribute": "超形狀" + }, + { + "displayName": "Monogon", + "langName": "一面體", + "object": "幾何構成", + "attribute": "超形狀" + }, + { + "displayName": "Digon", + "langName": "二面體", + "object": "幾何構成", + "attribute": "超形狀" + }, + { + "displayName": "AR", + "langName": "增強現實", + "object": "幾何構成", + "attribute": "多元宇宙" + }, + { + "displayName": "VR", + "langName": "虛擬現實", + "object": "幾何構成", + "attribute": "多元宇宙" + }, + { + "displayName": "2-Dimensional", + "langName": "二維", + "object": "幾何構成", + "attribute": "多元宇宙" + }, + { + "displayName": "2D", + "langName": "2D", + "object": "幾何構成", + "attribute": "多元宇宙" + }, + { + "displayName": "2.5-Dimensional", + "langName": "2.5 維", + "object": "幾何構成", + "attribute": "多元宇宙" + }, + { + "displayName": "2.5D", + "langName": "2.5D", + "object": "幾何構成", + "attribute": "多元宇宙" + }, + { + "displayName": "3-Dimensional", + "langName": "三維", + "object": "幾何構成", + "attribute": "多元宇宙" + }, + { + "displayName": "3D", + "langName": "3D", + "object": "幾何構成", + "attribute": "多元宇宙" + }, + { + "displayName": "4-Dimensional", + "langName": "四維", + "object": "幾何構成", + "attribute": "多元宇宙" + }, + { + "displayName": "4D", + "langName": "4D", + "object": "幾何構成", + "attribute": "多元宇宙" + }, + { + "displayName": "5-Dimensional", + "langName": "五維", + "object": "幾何構成", + "attribute": "多元宇宙" + }, + { + "displayName": "5D", + "langName": "5D", + "object": "幾何構成", + "attribute": "多元宇宙" + }, + { + "displayName": "Overdimensional", + "langName": "超維", + "object": "幾何構成", + "attribute": "多元宇宙" + }, + { + "displayName": "Underdimensional", + "langName": "次維", + "object": "幾何構成", + "attribute": "多元宇宙" + }, + { + "displayName": "Hyperdimensional", + "langName": "超維度", + "object": "幾何構成", + "attribute": "多元宇宙" + }, + { + "displayName": "Subdimensional", + "langName": "次維度", + "object": "幾何構成", + "attribute": "多元宇宙" + }, + { + "displayName": "Omnidimensional", + "langName": "全維度", + "object": "幾何構成", + "attribute": "多元宇宙" + }, + { + "displayName": "Everdimensional", + "langName": "永維度", + "object": "幾何構成", + "attribute": "多元宇宙" + }, + { + "displayName": "Extradimensional", + "langName": "異次元", + "object": "幾何構成", + "attribute": "多元宇宙" + }, + { + "displayName": "Beyond-Dimensional", + "langName": "超越維度", + "object": "幾何構成", + "attribute": "多元宇宙" + }, + { + "displayName": "Excessively-dimensional", + "langName": "過分維數", + "object": "幾何構成", + "attribute": "多元宇宙" + }, + { + "displayName": "Alldimensional", + "langName": "全維度", + "object": "幾何構成", + "attribute": "多元宇宙" + }, + { + "displayName": "Multiverse", + "langName": "多元宇宙", + "object": "幾何構成", + "attribute": "多元宇宙" + }, + { + "displayName": "Low Poly", + "langName": "低面建模", + "object": "幾何構成", + "attribute": "樣式" + }, + { + "displayName": "Geometric", + "langName": "幾何", + "object": "幾何構成", + "attribute": "樣式" + }, + { + "displayName": "Non-Euclidian", + "langName": "非歐幾里得", + "object": "幾何構成", + "attribute": "樣式" + }, + { + "displayName": "Poly", + "langName": "Poly", + "object": "幾何構成", + "attribute": "樣式" + }, + { + "displayName": "Polygon", + "langName": "多邊形", + "object": "幾何構成", + "attribute": "樣式" + }, + { + "displayName": "Polygonal", + "langName": "多邊", + "object": "幾何構成", + "attribute": "樣式" + }, + { + "displayName": "Polyhedron", + "langName": "多面體", + "object": "幾何構成", + "attribute": "樣式" + }, + { + "displayName": "Polyhedral", + "langName": "多面", + "object": "幾何構成", + "attribute": "樣式" + }, + { + "displayName": "Platonic Solids", + "langName": "柏拉圖立體", + "object": "幾何構成", + "attribute": "樣式" + }, + { + "displayName": "Archimedean Solids", + "langName": "阿基米德立體", + "object": "幾何構成", + "attribute": "樣式" + }, + { + "displayName": "Catalan solids", + "langName": "加泰羅尼亞立體", + "object": "幾何構成", + "attribute": "樣式" + }, + { + "displayName": "Vertex", + "langName": "頂點", + "object": "幾何構成", + "attribute": "特性" + }, + { + "displayName": "Edge", + "langName": "邊緣", + "object": "幾何構成", + "attribute": "特性" + }, + { + "displayName": "Surface", + "langName": "表面", + "object": "幾何構成", + "attribute": "特性" + }, + { + "displayName": "Interior", + "langName": "內部的", + "object": "幾何構成", + "attribute": "特性" + }, + { + "displayName": "Exterior", + "langName": "外部的", + "object": "幾何構成", + "attribute": "特性" + }, + { + "displayName": "Convex", + "langName": "凸的", + "object": "幾何構成", + "attribute": "特性" + }, + { + "displayName": "Concave", + "langName": "凹", + "object": "幾何構成", + "attribute": "特性" + }, + { + "displayName": "Equiangular", + "langName": "等角", + "object": "幾何構成", + "attribute": "特性" + }, + { + "displayName": "Equilateral", + "langName": "等邊的", + "object": "幾何構成", + "attribute": "特性" + }, + { + "displayName": "Cyclic", + "langName": "循環的", + "object": "幾何構成", + "attribute": "特性" + }, + { + "displayName": "Tangential", + "langName": "切線", + "object": "幾何構成", + "attribute": "特性" + }, + { + "displayName": "Rectilinear", + "langName": "直線", + "object": "幾何構成", + "attribute": "特性" + }, + { + "displayName": "Traverse", + "langName": "橫跨", + "object": "幾何構成", + "attribute": "特性" + }, + { + "displayName": "Quasi", + "langName": "擬", + "object": "幾何構成", + "attribute": "特性" + }, + { + "displayName": "Quasi-Regular", + "langName": "擬規則", + "object": "幾何構成", + "attribute": "特性" + }, + { + "displayName": "Isogonal", + "langName": "等角", + "object": "幾何構成", + "attribute": "特性" + }, + { + "displayName": "Isotoxal", + "langName": "等毒", + "object": "幾何構成", + "attribute": "特性" + }, + { + "displayName": "Isohedral", + "langName": "等面", + "object": "幾何構成", + "attribute": "特性" + }, + { + "displayName": "Stellation", + "langName": "星狀", + "object": "幾何構成", + "attribute": "特性" + }, + { + "displayName": "Ehrhart Polynomial", + "langName": "Ehrhart 多項式", + "object": "幾何構成", + "attribute": "特性" + }, + { + "displayName": "Ideal polyhedron", + "langName": "理想多面體", + "object": "幾何構成", + "attribute": "特性" + }, + { + "displayName": "Polytope", + "langName": "多胞體", + "object": "幾何構成", + "attribute": "特性" + }, + { + "displayName": "Realistic Painting", + "langName": "寫實畫", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Fine Art", + "langName": "美術繪畫", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Still-Life", + "langName": "靜物畫", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Oil Paint", + "langName": "油畫", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "((dyeing)),((oil painting)),((impasto))", + "langName": "油畫(組合)", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Wet Paint", + "langName": "溼畫化", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Dripping Paint", + "langName": "滴漆", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Splatter Paint", + "langName": "潑漆", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Spray Paint", + "langName": "噴漆", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Puffy Paint", + "langName": "立體顏料", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Glass Paint", + "langName": "玻璃漆", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Tempera Paint", + "langName": "蛋彩畫", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Gouache Paint", + "langName": "水粉顏料", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Chinese Painting", + "langName": "中國畫", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Tibetan Painting", + "langName": "西藏繪畫", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Scroll Painting", + "langName": "卷軸畫", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Canvas", + "langName": "帆布畫", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Color Field Painting", + "langName": "色域繪畫", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Hard Edge Painting", + "langName": "硬邊繪畫", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Paper-Marbling", + "langName": "水粉畫", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Hydrodipped", + "langName": "水貼畫", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Painting", + "langName": "繪畫", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Ink wash painting", + "langName": "水墨畫", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "watercolor", + "langName": "水彩畫", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "(((ink))),((watercolor))", + "langName": "水彩畫", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Paint", + "langName": "油漆", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "acrylic_paint", + "langName": "丙烯漆料畫", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Airbrush", + "langName": "噴筆", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Coffee Paint", + "langName": "咖啡漆", + "object": "圖像種類", + "attribute": "繪畫" + }, + { + "displayName": "Illustration", + "langName": "插圖", + "object": "圖像種類", + "attribute": "插畫" + }, + { + "displayName": "Storybook Illustration", + "langName": "故事書插圖", + "object": "圖像種類", + "attribute": "插畫" + }, + { + "displayName": "Children's Drawing", + "langName": "兒童畫", + "object": "圖像種類", + "attribute": "插畫" + }, + { + "displayName": "Graphic Novel", + "langName": "繪本小說", + "object": "圖像種類", + "attribute": "插畫" + }, + { + "displayName": "Visual Novel", + "langName": "視覺小說", + "object": "圖像種類", + "attribute": "插畫" + }, + { + "displayName": "Illustrated-Booklet", + "langName": "插圖小冊子", + "object": "圖像種類", + "attribute": "插畫" + }, + { + "displayName": "Illuminated Manuscript", + "langName": "彩繪手稿", + "object": "圖像種類", + "attribute": "插畫" + }, + { + "displayName": "Assembly Drawing", + "langName": "裝配圖", + "object": "圖像種類", + "attribute": "插畫" + }, + { + "displayName": "wallpaper", + "langName": "壁紙", + "object": "圖像種類", + "attribute": "插畫" + }, + { + "displayName": "extremely detailed wallpaper", + "langName": "非常詳細的壁紙", + "object": "圖像種類", + "attribute": "插畫" + }, + { + "displayName": "digital illustration", + "langName": "數字插畫", + "object": "圖像種類", + "attribute": "插畫" + }, + { + "displayName": "multiple item spritedsheet", + "langName": "多個相關圖案的圖像集合", + "object": "圖像種類", + "attribute": "插畫" + }, + { + "displayName": "game cg", + "langName": "遊戲CG", + "object": "圖像種類", + "attribute": "插畫" + }, + { + "displayName": "extremely detailed cg", + "langName": "非常詳細的 cg", + "object": "圖像種類", + "attribute": "插畫" + }, + { + "displayName": "Drawing", + "langName": "繪畫", + "object": "圖像種類", + "attribute": "手繪" + }, + { + "displayName": "Hand-Drawn", + "langName": "手繪", + "object": "圖像種類", + "attribute": "手繪" + }, + { + "displayName": "Doodle", + "langName": "塗鴉", + "object": "圖像種類", + "attribute": "手繪" + }, + { + "displayName": "sketch", + "langName": "素描", + "object": "圖像種類", + "attribute": "手繪" + }, + { + "displayName": "posing sketch", + "langName": "草圖", + "object": "圖像種類", + "attribute": "手繪" + }, + { + "displayName": "Line Art", + "langName": "線描畫", + "object": "圖像種類", + "attribute": "手繪" + }, + { + "displayName": "Crosshatch", + "langName": "交叉影線", + "object": "圖像種類", + "attribute": "手繪" + }, + { + "displayName": "Stipple", + "langName": "點畫法", + "object": "圖像種類", + "attribute": "手繪" + }, + { + "displayName": "Dot Art", + "langName": "點彩畫", + "object": "圖像種類", + "attribute": "手繪" + }, + { + "displayName": "Anatomical Drawing", + "langName": "解剖圖", + "object": "圖像種類", + "attribute": "手繪" + }, + { + "displayName": "(posing sketch),(monochrome)", + "langName": "黑白草圖", + "object": "圖像種類", + "attribute": "手繪" + }, + { + "displayName": "Pencil Art", + "langName": "鉛筆畫", + "object": "圖像種類", + "attribute": "鉛筆" + }, + { + "displayName": "graphite", + "langName": "石墨鉛筆", + "object": "圖像種類", + "attribute": "鉛筆" + }, + { + "displayName": "colored_pencil", + "langName": "彩色鉛筆", + "object": "圖像種類", + "attribute": "鉛筆" + }, + { + "displayName": "watercolor_pencil", + "langName": "水彩鉛筆", + "object": "圖像種類", + "attribute": "鉛筆" + }, + { + "displayName": "charcoal art", + "langName": "炭筆畫", + "object": "圖像種類", + "attribute": "鉛筆" + }, + { + "displayName": "millipen_(medium)", + "langName": "繪圖筆", + "object": "圖像種類", + "attribute": "鉛筆" + }, + { + "displayName": "nib_pen_(medium)", + "langName": "繪圖筆", + "object": "圖像種類", + "attribute": "鉛筆" + }, + { + "displayName": "(monochrome),(gray scale),(pencil sketch lines)", + "langName": "鉛筆速寫", + "object": "圖像種類", + "attribute": "鉛筆" + }, + { + "displayName": "faux_traditional_media", + "langName": "籤繪風格", + "object": "圖像種類", + "attribute": "鉛筆" + }, + { + "displayName": "Ink", + "langName": "墨水", + "object": "圖像種類", + "attribute": "墨水" + }, + { + "displayName": "Fountain Pen", + "langName": "鋼筆", + "object": "圖像種類", + "attribute": "墨水" + }, + { + "displayName": "Fountain Pen Art", + "langName": "鋼筆畫", + "object": "圖像種類", + "attribute": "墨水" + }, + { + "displayName": "Ballpoint Pen", + "langName": "圓珠筆", + "object": "圖像種類", + "attribute": "墨水" + }, + { + "displayName": "Gel Pen", + "langName": "中性筆", + "object": "圖像種類", + "attribute": "墨水" + }, + { + "displayName": "ballpoint_pen_(medium)", + "langName": "圓珠筆", + "object": "圖像種類", + "attribute": "墨水" + }, + { + "displayName": "Calligraphy", + "langName": "書法", + "object": "圖像種類", + "attribute": "墨水" + }, + { + "displayName": "marker_(medium)", + "langName": "馬克筆", + "object": "圖像種類", + "attribute": "墨水" + }, + { + "displayName": "copics", + "langName": "馬克筆(中性灰色)", + "object": "圖像種類", + "attribute": "墨水" + }, + { + "displayName": "Dry-Erase Marker", + "langName": "白板筆", + "object": "圖像種類", + "attribute": "墨水" + }, + { + "displayName": "Wet-Erase Marker", + "langName": "可擦記號筆", + "object": "圖像種類", + "attribute": "墨水" + }, + { + "displayName": "Whiteboard", + "langName": "白板", + "object": "圖像種類", + "attribute": "墨水" + }, + { + "displayName": "pastel_color", + "langName": "柔和的色彩", + "object": "圖像種類", + "attribute": "墨水" + }, + { + "displayName": "Crayon", + "langName": "蠟筆", + "object": "圖像種類", + "attribute": "粉筆" + }, + { + "displayName": "Conte", + "langName": "康熙筆", + "object": "圖像種類", + "attribute": "粉筆" + }, + { + "displayName": "Chalk", + "langName": "粉筆", + "object": "圖像種類", + "attribute": "粉筆" + }, + { + "displayName": "Pastel Art", + "langName": "粉彩畫", + "object": "圖像種類", + "attribute": "粉筆" + }, + { + "displayName": "Blackboard", + "langName": "黑板", + "object": "圖像種類", + "attribute": "粉筆" + }, + { + "displayName": "Chalkboard", + "langName": "黑板", + "object": "圖像種類", + "attribute": "粉筆" + }, + { + "displayName": "Text", + "langName": "文本", + "object": "圖像種類", + "attribute": "文本" + }, + { + "displayName": "Typeface", + "langName": "字體", + "object": "圖像種類", + "attribute": "文本" + }, + { + "displayName": "Font", + "langName": "字體", + "object": "圖像種類", + "attribute": "文本" + }, + { + "displayName": "Says", + "langName": "說", + "object": "圖像種類", + "attribute": "文本" + }, + { + "displayName": "Letters", + "langName": "字母", + "object": "圖像種類", + "attribute": "文本" + }, + { + "displayName": "Graphemes", + "langName": "字素", + "object": "圖像種類", + "attribute": "文本" + }, + { + "displayName": "Written Letters", + "langName": "書寫字母", + "object": "圖像種類", + "attribute": "文本" + }, + { + "displayName": "Words", + "langName": "單詞", + "object": "圖像種類", + "attribute": "文本" + }, + { + "displayName": "Lexemes", + "langName": "詞素", + "object": "圖像種類", + "attribute": "文本" + }, + { + "displayName": "Written Words", + "langName": "書面單詞", + "object": "圖像種類", + "attribute": "文本" + }, + { + "displayName": "Caption", + "langName": "標題", + "object": "圖像種類", + "attribute": "文本" + }, + { + "displayName": "Logo", + "langName": "商標", + "object": "圖像種類", + "attribute": "打印" + }, + { + "displayName": "Stamp", + "langName": "郵票", + "object": "圖像種類", + "attribute": "打印" + }, + { + "displayName": "Postage Stamp", + "langName": "郵票", + "object": "圖像種類", + "attribute": "打印" + }, + { + "displayName": "Business Card", + "langName": "名片", + "object": "圖像種類", + "attribute": "打印" + }, + { + "displayName": "Collage", + "langName": "拼貼畫", + "object": "圖像種類", + "attribute": "打印" + }, + { + "displayName": "Photocollage", + "langName": "照片拼貼畫", + "object": "圖像種類", + "attribute": "打印" + }, + { + "displayName": "Fotocollage", + "langName": "照片拼貼畫", + "object": "圖像種類", + "attribute": "打印" + }, + { + "displayName": "Lithography", + "langName": "平版印刷術", + "object": "圖像種類", + "attribute": "打印" + }, + { + "displayName": "Block Printing", + "langName": "印版畫", + "object": "圖像種類", + "attribute": "打印" + }, + { + "displayName": "Magazine", + "langName": "雜誌", + "object": "圖像種類", + "attribute": "打印" + }, + { + "displayName": "Newspaper", + "langName": "報紙", + "object": "圖像種類", + "attribute": "打印" + }, + { + "displayName": "Newsprint", + "langName": "新聞紙", + "object": "圖像種類", + "attribute": "打印" + }, + { + "displayName": "Cartographic", + "langName": "製圖", + "object": "圖像種類", + "attribute": "打印" + }, + { + "displayName": "Blueprint", + "langName": "藍圖", + "object": "圖像種類", + "attribute": "打印" + }, + { + "displayName": "comic", + "langName": "漫畫", + "object": "圖像種類", + "attribute": "打印" + }, + { + "displayName": "Comic Book", + "langName": "漫畫書", + "object": "圖像種類", + "attribute": "打印" + }, + { + "displayName": "Booklet", + "langName": "小冊子", + "object": "圖像種類", + "attribute": "打印" + }, + { + "displayName": "Poster", + "langName": "海報", + "object": "圖像種類", + "attribute": "打印" + }, + { + "displayName": "Sticker", + "langName": "貼紙", + "object": "圖像種類", + "attribute": "打印" + }, + { + "displayName": "Barcode", + "langName": "條形碼", + "object": "圖像種類", + "attribute": "打印" + }, + { + "displayName": "QR Code", + "langName": "二維碼", + "object": "圖像種類", + "attribute": "打印" + }, + { + "displayName": "Pokemon Card", + "langName": "寶可夢卡片(口袋妖怪)", + "object": "圖像種類", + "attribute": "打印" + }, + { + "displayName": "Origami", + "langName": "摺紙", + "object": "圖像種類", + "attribute": "摺紙" + }, + { + "displayName": "Modular Origami", + "langName": "模塊化摺紙", + "object": "圖像種類", + "attribute": "摺紙" + }, + { + "displayName": "Rigid Origami", + "langName": "剛性摺紙", + "object": "圖像種類", + "attribute": "摺紙" + }, + { + "displayName": "Sonobe", + "langName": "摺紙花球", + "object": "圖像種類", + "attribute": "摺紙" + }, + { + "displayName": "Kirigami", + "langName": "剪紙", + "object": "圖像種類", + "attribute": "摺紙" + }, + { + "displayName": "Moneygami", + "langName": "鈔票摺紙", + "object": "圖像種類", + "attribute": "摺紙" + }, + { + "displayName": "Wet-Folding", + "langName": "溼折", + "object": "圖像種類", + "attribute": "摺紙" + }, + { + "displayName": "pixel art", + "langName": "像素畫", + "object": "圖像種類", + "attribute": "馬賽克" + }, + { + "displayName": "Mosaic", + "langName": "馬賽克", + "object": "圖像種類", + "attribute": "馬賽克" + }, + { + "displayName": "Micromosaic", + "langName": "微縮馬賽克", + "object": "圖像種類", + "attribute": "馬賽克" + }, + { + "displayName": "Glass Mosaic", + "langName": "玻璃馬賽克", + "object": "圖像種類", + "attribute": "馬賽克" + }, + { + "displayName": "Photographic Mosaic", + "langName": "照片馬賽克", + "object": "圖像種類", + "attribute": "馬賽克" + }, + { + "displayName": "Impressionist Mosaic", + "langName": "印象派馬賽克", + "object": "圖像種類", + "attribute": "馬賽克" + }, + { + "displayName": "Frame", + "langName": "相框", + "object": "圖像種類", + "attribute": "框架" + }, + { + "displayName": "Framed", + "langName": "裝裱的", + "object": "圖像種類", + "attribute": "框架" + }, + { + "displayName": "Wooden Frame", + "langName": "木質相框", + "object": "圖像種類", + "attribute": "框架" + }, + { + "displayName": "Wooden Framed", + "langName": "木製相框", + "object": "圖像種類", + "attribute": "框架" + }, + { + "displayName": "Carving", + "langName": "雕刻", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Etching", + "langName": "蝕刻", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Sculpture", + "langName": "雕塑", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Papercutting", + "langName": "剪紙", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "silhouette", + "langName": "剪影", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Whittling", + "langName": "刻刀雕刻", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Wood-Carving", + "langName": "木雕", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Chip-Carving", + "langName": "花刻", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Relief-Carving", + "langName": "浮雕", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Ice-Carving", + "langName": "冰雕", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Lacquer", + "langName": "漆藝", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "String-Art", + "langName": "絃樂藝術", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Paper-Mache", + "langName": "紙漿塑形", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Paper Model", + "langName": "紙模型", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Card", + "langName": "卡片", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Carved Lacquer", + "langName": "雕漆", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Fretwork", + "langName": "鏤空工藝", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Intaglio", + "langName": "凹版印刷", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Mezzotint", + "langName": "銅版漆", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Aquatint", + "langName": "凹印", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Linocut", + "langName": "絲網印刷", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Pyrography", + "langName": "焊點畫", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Puppet", + "langName": "木偶", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Balloon Modelling", + "langName": "氣球模型", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Balloon Twisting", + "langName": "扎各種形狀的氣球", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Circuit", + "langName": "線路圖", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Circuitry", + "langName": "電路", + "object": "圖像種類", + "attribute": "雕刻、蝕刻和建模" + }, + { + "displayName": "Dalle de verre", + "langName": "彩色玻璃", + "object": "圖像種類", + "attribute": "陶器和玻璃" + }, + { + "displayName": "Encaustic painting", + "langName": "瓷畫", + "object": "圖像種類", + "attribute": "陶器和玻璃" + }, + { + "displayName": "Glaze", + "langName": "釉料", + "object": "圖像種類", + "attribute": "陶器和玻璃" + }, + { + "displayName": "Overglaze", + "langName": "上釉", + "object": "圖像種類", + "attribute": "陶器和玻璃" + }, + { + "displayName": "Inglaze", + "langName": "下釉", + "object": "圖像種類", + "attribute": "陶器和玻璃" + }, + { + "displayName": "Azulejo", + "langName": "Azulejo", + "object": "圖像種類", + "attribute": "陶器和玻璃" + }, + { + "displayName": "Paleolithic Pottery", + "langName": "舊石器時代的陶器", + "object": "圖像種類", + "attribute": "陶器和玻璃" + }, + { + "displayName": "Neolithic Pottery", + "langName": "新石器時代的陶器", + "object": "圖像種類", + "attribute": "陶器和玻璃" + }, + { + "displayName": "Bone China", + "langName": "骨瓷", + "object": "圖像種類", + "attribute": "陶器和玻璃" + }, + { + "displayName": "Ornament", + "langName": "裝飾品", + "object": "圖像種類", + "attribute": "陶器和玻璃" + }, + { + "displayName": "Light Art", + "langName": "燈光藝術", + "object": "圖像種類", + "attribute": "光" + }, + { + "displayName": "Light Painting", + "langName": "光繪", + "object": "圖像種類", + "attribute": "光" + }, + { + "displayName": "Lightpainting", + "langName": "光繪", + "object": "圖像種類", + "attribute": "光" + }, + { + "displayName": "traditional_media", + "langName": "傳統畫布(如紙等)", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Wall Decal", + "langName": "牆貼", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Banner", + "langName": "橫幅", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Signage", + "langName": "指示牌", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Arts and Crafts", + "langName": "工藝美術", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Resin", + "langName": "環氧樹脂", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Enamel Pin", + "langName": "琺琅別針", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Bejeweled", + "langName": "鑲嵌寶石", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Latte Art", + "langName": "拿鐵拉花", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Coffee Stain", + "langName": "咖啡漬", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Smoke Art", + "langName": "煙霧藝術", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Sticker Bomb", + "langName": "貼紙炸彈", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Jigsaw", + "langName": "拼圖", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Puzzle", + "langName": "拼圖玩具", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Maze", + "langName": "迷宮", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Toy", + "langName": "玩具", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Site-Specific art", + "langName": "特定地點的藝術", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Public Art", + "langName": "公共藝術", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Diorama", + "langName": "西洋鏡", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Hedge Trimming", + "langName": "綠籬修剪", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Hatmaking", + "langName": "制帽", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Stencil", + "langName": "模版", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Negative Space", + "langName": "負空間", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Scrapbooking", + "langName": "剪貼簿", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Mixed Media", + "langName": "混合媒介", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Frottage", + "langName": "踩印畫", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Outlined", + "langName": "輪廓", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Glitter", + "langName": "閃粉", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Sparkly", + "langName": "閃亮的", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Indian Art", + "langName": "印度藝術", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Soviet Art", + "langName": "蘇聯藝術", + "object": "圖像種類", + "attribute": "其他媒介" + }, + { + "displayName": "Rock Art", + "langName": "巖畫", + "object": "圖像種類", + "attribute": "傳統藝術" + }, + { + "displayName": "Cave Art", + "langName": "洞窟藝術", + "object": "圖像種類", + "attribute": "傳統藝術" + }, + { + "displayName": "Mural", + "langName": "壁畫", + "object": "圖像種類", + "attribute": "傳統藝術" + }, + { + "displayName": "Easter Egg", + "langName": "復活節彩蛋", + "object": "圖像種類", + "attribute": "傳統藝術" + }, + { + "displayName": "Egg Decorating", + "langName": "彩繪蛋", + "object": "圖像種類", + "attribute": "傳統藝術" + }, + { + "displayName": "((art nouveau))", + "langName": "新藝術主義", + "object": "藝術風格", + "attribute": "歷史藝術風格" + }, + { + "displayName": "((classicism))", + "langName": "古典主義", + "object": "藝術風格", + "attribute": "歷史藝術風格" + }, + { + "displayName": "((neoclassicism))", + "langName": "新古典主義", + "object": "藝術風格", + "attribute": "歷史藝術風格" + }, + { + "displayName": "((romanticism))", + "langName": "浪漫主義", + "object": "藝術風格", + "attribute": "歷史藝術風格" + }, + { + "displayName": "Gothic art", + "langName": "哥特式藝術", + "object": "藝術風格", + "attribute": "歷史藝術風格" + }, + { + "displayName": "Baroque", + "langName": "巴洛克", + "object": "藝術風格", + "attribute": "歷史藝術風格" + }, + { + "displayName": "Pre-Raphaelite Brotherhood", + "langName": "先拉斐爾派", + "object": "藝術風格", + "attribute": "歷史藝術風格" + }, + { + "displayName": "renaissance art", + "langName": "文藝復興風格", + "object": "藝術風格", + "attribute": "歷史藝術風格" + }, + { + "displayName": "academic art", + "langName": "學院派", + "object": "藝術風格", + "attribute": "歷史藝術風格" + }, + { + "displayName": "academicism", + "langName": "學院主義", + "object": "藝術風格", + "attribute": "歷史藝術風格" + }, + { + "displayName": "ancient greek art", + "langName": "古希臘藝術", + "object": "藝術風格", + "attribute": "歷史藝術風格" + }, + { + "displayName": "ancient egypt", + "langName": "古埃及", + "object": "藝術風格", + "attribute": "歷史藝術風格" + }, + { + "displayName": "Minimalism", + "langName": "極簡主義", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "Modern Art", + "langName": "現代藝術", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "contemporary art", + "langName": "當代藝術", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "Concept Art", + "langName": "概念藝術", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "Digital Art", + "langName": "數字藝術", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "visionary art", + "langName": "視覺藝術", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "Hyperrealistic", + "langName": "超寫實", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "hyperrealism", + "langName": "寫實主義", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "abstract expressionism", + "langName": "抽象表現主義", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "cubism", + "langName": "立體主義", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "impressionism", + "langName": "印象派", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "Neo-impressionism", + "langName": "後印象派", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "fauvism", + "langName": "野獸派", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "expressionism", + "langName": "表現主義", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "Pop art", + "langName": "波普藝術", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "((abstract art))", + "langName": "抽象藝術", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "((Dadaism))", + "langName": "達達主義", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "((futurism))", + "langName": "未來主義", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "Warhol", + "langName": "安迪·沃霍爾風格", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "street art", + "langName": "街頭藝術", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "folk art", + "langName": "民間藝術", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "Bauhaus Style", + "langName": "包豪斯風格", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "Luminsm", + "langName": "光色主義", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "Constructivism", + "langName": "建構主義", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "((dieselpunk))", + "langName": "柴油朋克", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "streampunk", + "langName": "蒸汽朋克", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "Disney style", + "langName": "迪士尼風格", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "Picos style", + "langName": "皮克斯風格", + "object": "藝術風格", + "attribute": "現代藝術" + }, + { + "displayName": "realism", + "langName": "現實主義", + "object": "藝術風格", + "attribute": "虛構與現實" + }, + { + "displayName": "Surrealistic", + "langName": "超現實主義", + "object": "藝術風格", + "attribute": "虛構與現實" + }, + { + "displayName": "Social realism", + "langName": "社會現實主義", + "object": "藝術風格", + "attribute": "虛構與現實" + }, + { + "displayName": "Magic Realism", + "langName": "魔幻現實主義", + "object": "藝術風格", + "attribute": "虛構與現實" + }, + { + "displayName": "Fantastic Realism", + "langName": "魔幻現實主義", + "object": "藝術風格", + "attribute": "虛構與現實" + }, + { + "displayName": "Classical Realism", + "langName": "批判現實主義", + "object": "藝術風格", + "attribute": "虛構與現實" + }, + { + "displayName": "miserablism", + "langName": "愁苦主義(批評社會的貧困不公)", + "object": "藝術風格", + "attribute": "虛構與現實" + }, + { + "displayName": "Contemporary Realism", + "langName": "當代寫實主義", + "object": "藝術風格", + "attribute": "虛構與現實" + }, + { + "displayName": "Non-Fiction", + "langName": "紀實的", + "object": "藝術風格", + "attribute": "虛構與現實" + }, + { + "displayName": "ukiyoe", + "langName": "日本浮世繪", + "object": "藝術風格", + "attribute": "亞洲藝術" + }, + { + "displayName": "illustration,(((ukiyoe))),((sketch)),((japanese_art))", + "langName": "浮世繪(組)", + "object": "藝術風格", + "attribute": "亞洲藝術" + }, + { + "displayName": "traditional chinese painting", + "langName": "中國國畫", + "object": "藝術風格", + "attribute": "亞洲藝術" + }, + { + "displayName": "Japonism", + "langName": "日式風格", + "object": "藝術風格", + "attribute": "亞洲藝術" + }, + { + "displayName": "Japanese manga style", + "langName": "日本漫畫風格", + "object": "藝術風格", + "attribute": "亞洲藝術" + }, + { + "displayName": "anime style", + "langName": "動畫風格", + "object": "藝術風格", + "attribute": "亞洲藝術" + }, + { + "displayName": "Aestheticism Painting", + "langName": "唯美主義繪畫", + "object": "藝術風格", + "attribute": "攝影/繪畫風格" + }, + { + "displayName": "pastel color,sketch", + "langName": "速塗風格", + "object": "藝術風格", + "attribute": "攝影/繪畫風格" + }, + { + "displayName": "ink doodle", + "langName": "墨水塗鴉", + "object": "藝術風格", + "attribute": "攝影/繪畫風格" + }, + { + "displayName": "charcoal sketch", + "langName": "炭筆素描", + "object": "藝術風格", + "attribute": "攝影/繪畫風格" + }, + { + "displayName": "sketch art", + "langName": "素描藝術", + "object": "藝術風格", + "attribute": "攝影/繪畫風格" + }, + { + "displayName": "sketch paper", + "langName": "素描紙", + "object": "藝術風格", + "attribute": "攝影/繪畫風格" + }, + { + "displayName": "manuscript", + "langName": "手稿", + "object": "藝術風格", + "attribute": "攝影/繪畫風格" + }, + { + "displayName": "fading border", + "langName": "褪色的邊界", + "object": "藝術風格", + "attribute": "攝影/繪畫風格" + }, + { + "displayName": "heavy contrast", + "langName": "濃重的對比 (強調顏色)", + "object": "藝術風格", + "attribute": "攝影/繪畫風格" + }, + { + "displayName": "watercolor (medium)", + "langName": "透明水彩繪", + "object": "藝術風格", + "attribute": "攝影/繪畫風格" + }, + { + "displayName": "Polaroid art", + "langName": "寶麗來藝術", + "object": "藝術風格", + "attribute": "攝影/繪畫風格" + }, + { + "displayName": "opal render", + "langName": "歐泊渲染", + "object": "藝術風格", + "attribute": "攝影/繪畫風格" + }, + { + "displayName": "chemigram", + "langName": "色譜圖", + "object": "藝術風格", + "attribute": "攝影/繪畫風格" + }, + { + "displayName": "((alphonse mucha))", + "langName": "穆夏風格", + "object": "藝術風格", + "attribute": "攝影/繪畫風格" + }, + { + "displayName": "((Monet style))", + "langName": "莫奈風格", + "object": "藝術風格", + "attribute": "攝影/繪畫風格" + }, + { + "displayName": "style of Al Williamson", + "langName": "威廉森風格", + "object": "藝術風格", + "attribute": "攝影/繪畫風格" + }, + { + "displayName": "chiaroscuro", + "langName": "明暗對比", + "object": "藝術風格", + "attribute": "攝影/繪畫風格" + }, + { + "displayName": "film noir", + "langName": "黑色電影(罪惡、慾望、復仇)", + "object": "藝術風格", + "attribute": "攝影/繪畫風格" + }, + { + "displayName": "dark theme", + "langName": "暗黑主題藝術", + "object": "藝術風格", + "attribute": "攝影/繪畫風格" + }, + { + "displayName": "fantasy", + "langName": "適合科幻場景", + "object": "藝術風格", + "attribute": "科幻" + }, + { + "displayName": "fiction", + "langName": "科幻的", + "object": "藝術風格", + "attribute": "科幻" + }, + { + "displayName": "science fiction", + "langName": "科幻", + "object": "藝術風格", + "attribute": "科幻" + }, + { + "displayName": "sci-fi", + "langName": "科幻風格", + "object": "藝術風格", + "attribute": "科幻" + }, + { + "displayName": "cyber punk", + "langName": "賽博朋克", + "object": "藝術風格", + "attribute": "科幻" + }, + { + "displayName": "Dark Fantasy", + "langName": "黑暗奇幻", + "object": "藝術風格", + "attribute": "科幻" + }, + { + "displayName": "Ethereal Fantasy", + "langName": "飄渺奇幻", + "object": "藝術風格", + "attribute": "科幻" + }, + { + "displayName": "dark fantasy style", + "langName": "黑暗幻想風格", + "object": "藝術風格", + "attribute": "科幻" + }, + { + "displayName": "ww3 style", + "langName": "ww3 風格", + "object": "藝術風格", + "attribute": "科幻" + }, + { + "displayName": "Magic Vortex", + "langName": "魔法旋渦", + "object": "藝術風格", + "attribute": "科幻" + }, + { + "displayName": "1980s anime", + "langName": "80動畫", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "80s movie", + "langName": "80電影", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "80s (style)", + "langName": "80 年代風格", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "90s (style)", + "langName": "90 年代風格", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "disney movie", + "langName": "迪士尼電影", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "goth", + "langName": "哥特搖滾", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "bubble bobble", + "langName": "泡泡龍", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "style of Pixar", + "langName": "皮克斯動畫", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "Studio Ghibli", + "langName": "吉卜力風格", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "Ghibli-like colours", + "langName": "吉卜力色彩", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "genshin impact", + "langName": "原神衝擊", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "azur lane", + "langName": "碧藍航線", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "kantai collection", + "langName": "艦隊收藏", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "rebecca (cyberpunk)", + "langName": "邊緣行者", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "chainsaw man", + "langName": "電鋸人", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "synthwave", + "langName": "蒸汽波", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "anime screeshot", + "langName": "動畫截圖", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "dakimakura", + "langName": "抱枕", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "cosplay", + "langName": "角色扮演", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "guro", + "langName": "獵奇", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "personification", + "langName": "擬人", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "4koma", + "langName": "四格", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "8 Bit Game", + "langName": "8bit遊戲", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "DC Comics", + "langName": "能生成美漫封面的漫畫畫面", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "cartoon", + "langName": "卡通", + "object": "藝術風格", + "attribute": "次文化" + }, + { + "displayName": "album", + "langName": "專輯", + "object": "藝術風格", + "attribute": "出版物" + }, + { + "displayName": "album cover", + "langName": "專輯封面", + "object": "藝術風格", + "attribute": "出版物" + }, + { + "displayName": "magazine scan", + "langName": "雜誌內頁", + "object": "藝術風格", + "attribute": "出版物" + }, + { + "displayName": "magazine cover", + "langName": "雜誌封面", + "object": "藝術風格", + "attribute": "出版物" + }, + { + "displayName": "cover", + "langName": "封面", + "object": "藝術風格", + "attribute": "出版物" + }, + { + "displayName": "artbook", + "langName": "原畫", + "object": "藝術風格", + "attribute": "出版物" + }, + { + "displayName": "column lineup", + "langName": "一列列小圖組成大圖", + "object": "藝術風格", + "attribute": "出版物" + }, + { + "displayName": "zoom layer", + "langName": "背景是前景的放大版", + "object": "藝術風格", + "attribute": "出版物" + }, + { + "displayName": "3D Item Render", + "langName": "三維渲染", + "object": "藝術風格", + "attribute": "數字藝術" + }, + { + "displayName": "animated gif", + "langName": "GIF格式圖片", + "object": "藝術風格", + "attribute": "數字藝術" + }, + { + "displayName": "fine art parody", + "langName": "名畫模仿", + "object": "藝術風格", + "attribute": "數字藝術" + }, + { + "displayName": "optical illusion", + "langName": "視覺錯誤", + "object": "藝術風格", + "attribute": "數字藝術" + }, + { + "displayName": "((ASCII art))", + "langName": "ASCII藝術", + "object": "藝術風格", + "attribute": "數字藝術" + }, + { + "displayName": "Synchronism", + "langName": "時間協調性", + "object": "藝術風格", + "attribute": "數字藝術" + }, + { + "displayName": "highres", + "langName": "厚塗(風格)", + "object": "藝術風格", + "attribute": "數字藝術" + }, + { + "displayName": "sample", + "langName": "圖上有字樣", + "object": "藝術風格", + "attribute": "數字藝術" + }, + { + "displayName": "dreamlike", + "langName": "夢幻", + "object": "藝術風格", + "attribute": "數字藝術" + }, + { + "displayName": "pixiv", + "langName": "純二次元風格人像", + "object": "藝術風格", + "attribute": "數字藝術" + }, + { + "displayName": "a beautiful korean idol,stylish outfit,fitted jeans,oversized jacket,fashionable accessories,(realistic detailed eyes,natural skin texture,confident expression)", + "langName": "常用人像", + "object": "後期處理", + "attribute": "常用合集" + }, + { + "displayName": "fitted jeans,oversized jacket,navel", + "langName": "休閒搭配(牛仔+肚臍束胸)", + "object": "後期處理", + "attribute": "常用合集" + }, + { + "displayName": "black hair,earrings,flash photography,jewelry,looking at viewer and facing viewer,solo,(upper body),smirk,long hair,ponytail,short sleeves,black dress,black eyes,makeup,lipstick,(cleavage visible,large breasts),face close-up,bend over,pale skin,downblouse,Arms supporting the bed,wearing necklace,(Bedroom background,bed and curtains behind her,Wardrobe,desk lamp),,detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "私房寫真", + "object": "後期處理", + "attribute": "常用合集" + }, + { + "displayName": "cityscape backdrop,rooftop or high-rise balcony,shallow depth of field,bokeh from city lights", + "langName": "城市高層背景", + "object": "後期處理", + "attribute": "常用合集" + }, + { + "displayName": "Fujifilm XT3,film still,film grain,sharp focus on subject,cinematic", + "langName": "膠片質感", + "object": "後期處理", + "attribute": "常用合集" + }, + { + "displayName": "ultra-high definition", + "langName": "超高清", + "object": "後期處理", + "attribute": "分辨率" + }, + { + "displayName": "4k", + "langName": "4k", + "object": "後期處理", + "attribute": "分辨率" + }, + { + "displayName": "8K", + "langName": "8K", + "object": "後期處理", + "attribute": "分辨率" + }, + { + "displayName": "16k", + "langName": "16k", + "object": "後期處理", + "attribute": "分辨率" + }, + { + "displayName": "32k", + "langName": "32k", + "object": "後期處理", + "attribute": "分辨率" + }, + { + "displayName": "Full-HD", + "langName": "全高清", + "object": "後期處理", + "attribute": "分辨率" + }, + { + "displayName": "HD", + "langName": "高清", + "object": "後期處理", + "attribute": "分辨率" + }, + { + "displayName": "Ultra-HD", + "langName": "超高清", + "object": "後期處理", + "attribute": "分辨率" + }, + { + "displayName": "Super-Resolution", + "langName": "超分辨率", + "object": "後期處理", + "attribute": "分辨率" + }, + { + "displayName": "Megapixel", + "langName": "百萬像素", + "object": "後期處理", + "attribute": "分辨率" + }, + { + "displayName": "absurdres", + "langName": "超高分辨率", + "object": "後期處理", + "attribute": "分辨率" + }, + { + "displayName": "incredibly absurdres", + "langName": "極高分辨率", + "object": "後期處理", + "attribute": "分辨率" + }, + { + "displayName": "huge filesize", + "langName": "超級高分辨率/大文件", + "object": "後期處理", + "attribute": "分辨率" + }, + { + "displayName": "Anaglyph", + "langName": "立體畫", + "object": "後期處理", + "attribute": "立體視覺" + }, + { + "displayName": "Multiscopy", + "langName": "多視鏡", + "object": "後期處理", + "attribute": "立體視覺" + }, + { + "displayName": "Autostereoscopy", + "langName": "自動立體", + "object": "後期處理", + "attribute": "立體視覺" + }, + { + "displayName": "Stereoscopy", + "langName": "立體攝影", + "object": "後期處理", + "attribute": "立體視覺" + }, + { + "displayName": "Parallax", + "langName": "視差", + "object": "後期處理", + "attribute": "立體視覺" + }, + { + "displayName": "Anti-Aliasing", + "langName": "抗鋸齒", + "object": "後期處理", + "attribute": "抗鋸齒" + }, + { + "displayName": "FXAA", + "langName": "FXAA", + "object": "後期處理", + "attribute": "抗鋸齒" + }, + { + "displayName": "TXAA", + "langName": "TXAA", + "object": "後期處理", + "attribute": "抗鋸齒" + }, + { + "displayName": "RTX", + "langName": "實時傳輸", + "object": "後期處理", + "attribute": "抗鋸齒" + }, + { + "displayName": "SSAO", + "langName": "SSAO", + "object": "後期處理", + "attribute": "抗鋸齒" + }, + { + "displayName": "De-Noise", + "langName": "降噪", + "object": "後期處理", + "attribute": "抗鋸齒" + }, + { + "displayName": "Shaders", + "langName": "著色器", + "object": "後期處理", + "attribute": "著色器" + }, + { + "displayName": "OpenGL-Shaders", + "langName": "OpenGL 著色器", + "object": "後期處理", + "attribute": "著色器" + }, + { + "displayName": "GLSL-Shaders", + "langName": "GLSL 著色器", + "object": "後期處理", + "attribute": "著色器" + }, + { + "displayName": "Post Processing", + "langName": "後期處理", + "object": "後期處理", + "attribute": "著色器" + }, + { + "displayName": "Post-Production", + "langName": "後期製作", + "object": "後期處理", + "attribute": "著色器" + }, + { + "displayName": "Cel Shading", + "langName": "元著色", + "object": "後期處理", + "attribute": "著色器" + }, + { + "displayName": "Tone Mapping", + "langName": "色調映射", + "object": "後期處理", + "attribute": "著色器" + }, + { + "displayName": "CGI", + "langName": "電腦影像", + "object": "後期處理", + "attribute": "著色器" + }, + { + "displayName": "VFX", + "langName": "視覺特效", + "object": "後期處理", + "attribute": "著色器" + }, + { + "displayName": "SFX", + "langName": "音效", + "object": "後期處理", + "attribute": "著色器" + }, + { + "displayName": "Unreal Engine", + "langName": "虛幻引擎", + "object": "後期處理", + "attribute": "著色器" + }, + { + "displayName": "Scan Lines", + "langName": "掃描線", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Posterization", + "langName": "色調分割", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Quantization", + "langName": "量化", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Sobel Operator", + "langName": "Sobel 算子", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Edge Detection", + "langName": "邊緣檢測", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Interlaced", + "langName": "隔行掃描", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Moire Patterns", + "langName": "雲紋圖案", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Rounded", + "langName": "圓形", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Wavy", + "langName": "波浪狀的", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Whirl", + "langName": "旋渦", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Squiggly", + "langName": "波紋", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Morph", + "langName": "變形", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Spiraling", + "langName": "螺旋", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Twisted Rays", + "langName": "扭曲的光線", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Starburst", + "langName": "星芒", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Emboss", + "langName": "浮雕", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Tessellated", + "langName": "鑲嵌", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Blobby", + "langName": "斑點", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Blobs", + "langName": "斑點", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Cracks", + "langName": "裂縫", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Textured", + "langName": "紋理", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Convolution Matrix", + "langName": "卷積矩陣", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Dilate", + "langName": "膨脹", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Erode", + "langName": "侵蝕", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Dirty", + "langName": "骯髒的", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "With Imperfections", + "langName": "有瑕疵", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Distortion", + "langName": "畸變失真", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Lenticular", + "langName": "透鏡狀", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Cropped", + "langName": "裁剪", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Quantum-Wavetracing", + "langName": "量子波追蹤", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Tornadic", + "langName": "龍捲風", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Sabattier Effect", + "langName": "呈現出柔和、模糊的邊緣和色彩暈染", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Smudged", + "langName": "模糊", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Sharpened", + "langName": "銳化", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Glowing Edges", + "langName": "發光的邊緣", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Spherize", + "langName": "球化", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Harris Shutter", + "langName": "捕捉高速移動的物體或者在低光環境下保持圖像的清晰度", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Mordancage", + "langName": "蝕刻攝影", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Ray Traced", + "langName": "光線追蹤", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "Ray Tracing Ambient Occlusion", + "langName": "光線追蹤環境遮擋", + "object": "後期處理", + "attribute": "圖像處理" + }, + { + "displayName": "award winning", + "langName": "獲獎作品", + "object": "後期處理", + "attribute": "質量" + }, + { + "displayName": "professional", + "langName": "專業", + "object": "後期處理", + "attribute": "質量" + }, + { + "displayName": "breathtaking", + "langName": "驚豔", + "object": "後期處理", + "attribute": "質量" + }, + { + "displayName": "groundbreaking", + "langName": "開創性的", + "object": "後期處理", + "attribute": "質量" + }, + { + "displayName": "superb", + "langName": "一流的", + "object": "後期處理", + "attribute": "質量" + }, + { + "displayName": "outstanding", + "langName": "傑出的", + "object": "後期處理", + "attribute": "質量" + }, + { + "displayName": "best quality", + "langName": "最佳質量", + "object": "後期處理", + "attribute": "質量" + }, + { + "displayName": "best aesthetic", + "langName": "最佳審美", + "object": "後期處理", + "attribute": "質量" + }, + { + "displayName": "masterpiece", + "langName": "傑作", + "object": "後期處理", + "attribute": "質量" + }, + { + "displayName": "extreme detail", + "langName": "極致的細節", + "object": "後期處理", + "attribute": "質量" + }, + { + "displayName": "amazing", + "langName": "驚人的", + "object": "後期處理", + "attribute": "質量" + }, + { + "displayName": "original", + "langName": "原創", + "object": "後期處理", + "attribute": "質量" + }, + { + "displayName": "in a symbolic and meaningful style", + "langName": "象徵性且有意義的風格", + "object": "後期處理", + "attribute": "質量" + }, + { + "displayName": "insanely detailed and intricate", + "langName": "極其細緻而複雜", + "object": "後期處理", + "attribute": "質量" + }, + { + "displayName": "very coherent symmetrical artwork", + "langName": "連貫且對稱的結構", + "object": "後期處理", + "attribute": "質量" + }, + { + "displayName": "Trending on ArtStation", + "langName": "ArtStation", + "object": "後期處理", + "attribute": "平臺|趨勢" + }, + { + "displayName": "Trending on Facebook", + "langName": "Facebook", + "object": "後期處理", + "attribute": "平臺|趨勢" + }, + { + "displayName": "Trending on Pixiv", + "langName": "Pixiv", + "object": "後期處理", + "attribute": "平臺|趨勢" + }, + { + "displayName": "Trending on Pixbay", + "langName": "Pixbay", + "object": "後期處理", + "attribute": "平臺|趨勢" + }, + { + "displayName": "reddit", + "langName": "reddit 論壇", + "object": "後期處理", + "attribute": "平臺|趨勢" + } +] \ No newline at end of file diff --git a/src/app/data/prompt/prompt-zh.json b/src/app/data/prompt/prompt-zh.json new file mode 100644 index 0000000..5dde023 --- /dev/null +++ b/src/app/data/prompt/prompt-zh.json @@ -0,0 +1,29606 @@ +[ + { + "displayName": "female", + "langName": "女性", + "object": "人物", + "attribute": "主体" + }, + { + "displayName": "male", + "langName": "男性", + "object": "人物", + "attribute": "主体" + }, + { + "displayName": "mature_female", + "langName": "成熟女性", + "object": "人物", + "attribute": "主体" + }, + { + "displayName": "mature", + "langName": "成熟", + "object": "人物", + "attribute": "主体" + }, + { + "displayName": "little_girl", + "langName": "小女孩", + "object": "人物", + "attribute": "主体" + }, + { + "displayName": "little_boy", + "langName": "小男孩", + "object": "人物", + "attribute": "主体" + }, + { + "displayName": "1girl", + "langName": "1个女孩", + "object": "人物", + "attribute": "主体" + }, + { + "displayName": "1boy", + "langName": "1个男孩", + "object": "人物", + "attribute": "主体" + }, + { + "displayName": "2girls", + "langName": "2个女孩", + "object": "人物", + "attribute": "主体" + }, + { + "displayName": "2boys", + "langName": "2个男孩", + "object": "人物", + "attribute": "主体" + }, + { + "displayName": "sisters", + "langName": "姐妹", + "object": "人物", + "attribute": "主体" + }, + { + "displayName": "multiple_girls", + "langName": "多个女孩", + "object": "人物", + "attribute": "主体" + }, + { + "displayName": "solo", + "langName": "单人", + "object": "人物", + "attribute": "主体" + }, + { + "displayName": "ojousama", + "langName": "大小姐", + "object": "人物", + "attribute": "主体" + }, + { + "displayName": "bishoujo", + "langName": "美少女", + "object": "人物", + "attribute": "主体" + }, + { + "displayName": "kawaii", + "langName": "可爱", + "object": "人物", + "attribute": "主体" + }, + { + "displayName": "adorable_girl", + "langName": "可爱的女孩", + "object": "人物", + "attribute": "主体" + }, + { + "displayName": "female_pervert", + "langName": "痴女", + "object": "人物", + "attribute": "主体" + }, + { + "displayName": "milf", + "langName": "熟女", + "object": "人物", + "attribute": "主体" + }, + { + "displayName": "a beautiful korean idol", + "langName": "韩国偶像", + "object": "人物", + "attribute": "主体" + }, + { + "displayName": "lifeguard", + "langName": "救生员", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "goalkeeper", + "langName": "守门员", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "racer", + "langName": "赛车手", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "motorcyclist", + "langName": "摩托车手", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "boxer", + "langName": "拳击手", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "acrobat", + "langName": "杂技演员", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "athletes", + "langName": "运动员", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "cheerleader", + "langName": "啦啦队", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "stewardess", + "langName": "空姐", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "waitress", + "langName": "女服务员", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "waiter", + "langName": "男服务员", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "chef", + "langName": "厨师", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "barista", + "langName": "咖啡师", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "cashier", + "langName": "收银员", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "mailman", + "langName": "邮递员", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "office_lady", + "langName": "职场女性", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "maid", + "langName": "女仆", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "housemaid", + "langName": "女管家", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "doctor", + "langName": "医生", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "nurse", + "langName": "护士", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "scientist", + "langName": "科学家", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "detective", + "langName": "侦探", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "police", + "langName": "警察", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "soldier", + "langName": "士兵", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "firefighter", + "langName": "消防员", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "hacker", + "langName": "黑客", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "spy", + "langName": "间谍", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "agent", + "langName": "特工", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "assassin", + "langName": "刺客", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "magician", + "langName": "魔术师", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "pilot", + "langName": "飞行员", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "astronaut", + "langName": "宇航员", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "diver", + "langName": "潜水员", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "bar censor", + "langName": "酒吧审查员", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "missionary", + "langName": "传教士", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "poet", + "langName": "诗人", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "actor", + "langName": "男演员", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "actress", + "langName": "女演员", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "idol", + "langName": "偶像", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "queen", + "langName": "女王", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "race_queen", + "langName": "赛车女郎", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "dancer", + "langName": "舞者", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "ballerina", + "langName": "芭蕾舞演员", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "dancing girl", + "langName": "舞女", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "gym_leader", + "langName": "体操教练", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "priest", + "langName": "牧师", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "cleric", + "langName": "神职人员(基督教)", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "monk", + "langName": "和尚", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "nun", + "langName": "修女", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "makihitsuji", + "langName": "牧羊人", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "the hermit", + "langName": "隐士", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "teacher", + "langName": "老师", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "classmate", + "langName": "同学", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "student", + "langName": "学生", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "harem", + "langName": "后宫", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "ghost", + "langName": "幽灵", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "doll", + "langName": "人偶", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "albino", + "langName": "白化病患者", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "amputee", + "langName": "截肢者", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "trap", + "langName": "伪娘(具有女性特征的男性可能被误认为是女性)", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "crossdressing", + "langName": "伪娘(穿着与自己性别身份不相符的服装)", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "otoko_no_ko", + "langName": "伪娘(外观上表现出女性特征的男性)", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "wa_maid", + "langName": "和风女仆", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "yaoi", + "langName": "搞基", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "yuri", + "langName": "百合", + "object": "人物", + "attribute": "身份" + }, + { + "displayName": "pikachu", + "langName": "皮卡丘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "pokemon", + "langName": "宝可梦", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "doraemon", + "langName": "哆啦A梦", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "crayon shin-chan", + "langName": "蜡笔小新", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "slam dunk", + "langName": "灌篮高手", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "harry potter", + "langName": "哈利波特", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "avengers", + "langName": "复仇者联盟", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "captain america", + "langName": "美国队长", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "gojou satoru", + "langName": "五条悟", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "neon genesis evangelion", + "langName": "新世纪福音战士", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "mazinger", + "langName": "神奇女侠", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "saint seiya", + "langName": "圣斗士星矢", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "kamen rider", + "langName": "假面骑士", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "mario", + "langName": "马里奥", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "sun wukong", + "langName": "孙悟空", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "hatsune miku", + "langName": "初音未来", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "magical_girl", + "langName": "魔法少女", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "sailor_senshi", + "langName": "美少女战士", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "witch", + "langName": "女巫", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "miko", + "langName": "巫女", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "mage", + "langName": "巫师", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "magister", + "langName": "魔导师", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "ninja", + "langName": "忍者", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "samurai", + "langName": "日本武士", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "vampire", + "langName": "吸血鬼", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "knight", + "langName": "骑士", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "orc", + "langName": "半兽人", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "druid", + "langName": "德鲁伊", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "elf", + "langName": "妖精", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "dark_elf", + "langName": "暗精灵", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "fairy", + "langName": "小精灵", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "succubus", + "langName": "魅魔", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "imp", + "langName": "小恶魔", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "devil", + "langName": "魔鬼", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "angel", + "langName": "天使", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "monster", + "langName": "怪物", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "monster_girl", + "langName": "人外娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "dominatrix", + "langName": "女王(SM中)", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "mecha", + "langName": "机甲", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "mecha_musume", + "langName": "机甲娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "humanoid_robot", + "langName": "类人机器人", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "cyborg", + "langName": "半机械人", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "dragon_girl", + "langName": "龙娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "centaur", + "langName": "半人马", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "slime_musume", + "langName": "史莱姆娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "spider_girl", + "langName": "蜘蛛娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "mermaid", + "langName": "美人鱼", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "cat_girl", + "langName": "猫娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "dog_girl", + "langName": "犬娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "wolf_girl", + "langName": "狼女孩", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "fox_girl", + "langName": "狐娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "kitsune", + "langName": "狐妖", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "kyuubi", + "langName": "九尾|九尾狐", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "raccoon_girl", + "langName": "浣熊娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "bunny_girl", + "langName": "兔娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "cow_girl", + "langName": "牛娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "horse_girl", + "langName": "马娘", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "furry", + "langName": "兽人", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "furry/orc", + "langName": "兽人/半兽人", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "kemonomimi_mode", + "langName": "兽耳萝莉模式", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "giantess", + "langName": "女巨人", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "minigirl", + "langName": "迷你女孩", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "mesugaki", + "langName": "雌小鬼", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "santa alter", + "langName": "圣诞老人", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "spider-man", + "langName": "蜘蛛侠", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "demo", + "langName": "恶魔", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "no humans", + "langName": "非人", + "object": "人物", + "attribute": "二次元角色" + }, + { + "displayName": "toddler", + "langName": "幼童", + "object": "人物", + "attribute": "年龄" + }, + { + "displayName": "kindergartener", + "langName": "幼儿园", + "object": "人物", + "attribute": "年龄" + }, + { + "displayName": "child", + "langName": "儿童", + "object": "人物", + "attribute": "年龄" + }, + { + "displayName": "underage", + "langName": "未成年", + "object": "人物", + "attribute": "年龄" + }, + { + "displayName": "teenager", + "langName": "青少年(13-19)", + "object": "人物", + "attribute": "年龄" + }, + { + "displayName": "teen", + "langName": "青少年(13-19)", + "object": "人物", + "attribute": "年龄" + }, + { + "displayName": "early teen", + "langName": "青少年早期(11-15)", + "object": "人物", + "attribute": "年龄" + }, + { + "displayName": "adult", + "langName": "大人", + "object": "人物", + "attribute": "年龄" + }, + { + "displayName": "elder", + "langName": "老人", + "object": "人物", + "attribute": "年龄" + }, + { + "displayName": "old", + "langName": "老年", + "object": "人物", + "attribute": "年龄" + }, + { + "displayName": "loli", + "langName": "萝莉", + "object": "人物", + "attribute": "年龄" + }, + { + "displayName": "shota", + "langName": "正太", + "object": "人物", + "attribute": "年龄" + }, + { + "displayName": "white_skin", + "langName": "白皮肤", + "object": "人物", + "attribute": "皮肤" + }, + { + "displayName": "pale_skin", + "langName": "苍白的皮肤(适合深色或鲜艳颜色的衣服)", + "object": "人物", + "attribute": "皮肤" + }, + { + "displayName": "fair_skin", + "langName": "白皙的皮肤", + "object": "人物", + "attribute": "皮肤" + }, + { + "displayName": "olive_skin", + "langName": "橄榄色皮肤", + "object": "人物", + "attribute": "皮肤" + }, + { + "displayName": "brown_skin", + "langName": "棕色皮肤", + "object": "人物", + "attribute": "皮肤" + }, + { + "displayName": "deep_skin", + "langName": "深色皮肤", + "object": "人物", + "attribute": "皮肤" + }, + { + "displayName": "dark_skin", + "langName": "黑皮肤", + "object": "人物", + "attribute": "皮肤" + }, + { + "displayName": "black_skin", + "langName": "黑皮肤", + "object": "人物", + "attribute": "皮肤" + }, + { + "displayName": "shiny_skin", + "langName": "有光泽的皮肤", + "object": "人物", + "attribute": "皮肤" + }, + { + "displayName": "white_marble_glowing_skin", + "langName": "白色大理石发光皮肤", + "object": "人物", + "attribute": "皮肤" + }, + { + "displayName": "tattoo", + "langName": "纹身", + "object": "人物", + "attribute": "皮肤" + }, + { + "displayName": "tan", + "langName": "日晒", + "object": "人物", + "attribute": "皮肤" + }, + { + "displayName": "tanlines", + "langName": "日晒痕迹", + "object": "人物", + "attribute": "皮肤" + }, + { + "displayName": "oil", + "langName": "油性", + "object": "人物", + "attribute": "皮肤" + }, + { + "displayName": "skinny", + "langName": "骨感", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "plump", + "langName": "丰满", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "curvy", + "langName": "魔鬼身材", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "(navel,wide hip,curvy)", + "langName": "显露身材", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "gyaru", + "langName": "辣妹(日本太妹)", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "pregnant", + "langName": "怀孕", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "fat", + "langName": "肥胖", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "thin", + "langName": "瘦", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "slender", + "langName": "苗条", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "glamor", + "langName": "魅力", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "tall", + "langName": "高大", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "petite", + "langName": "娇小", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "chibi", + "langName": "萌萌/Q 版画风", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "muscular", + "langName": "肌肉", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "big tits", + "langName": "巨乳", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "(cleavage visible,large breasts)", + "langName": "巨乳(有乳沟)", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "Small waist", + "langName": "小蛮腰", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "narrow_waist", + "langName": "细腰", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "slender_waist", + "langName": "纤细的腰", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "strong", + "langName": "强壮", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "slim", + "langName": "苗条", + "object": "人物", + "attribute": "身材" + }, + { + "displayName": "slender face", + "langName": "瘦脸", + "object": "人物", + "attribute": "脸型" + }, + { + "displayName": "round face", + "langName": "圆脸", + "object": "人物", + "attribute": "脸型" + }, + { + "displayName": "oval face", + "langName": "鹅蛋脸", + "object": "人物", + "attribute": "脸型" + }, + { + "displayName": "baby face", + "langName": "娃娃脸", + "object": "人物", + "attribute": "脸型" + }, + { + "displayName": "inverted triangle face", + "langName": "倒三角脸", + "object": "人物", + "attribute": "脸型" + }, + { + "displayName": "heart shaped face", + "langName": "心形脸", + "object": "人物", + "attribute": "脸型" + }, + { + "displayName": "diamond face", + "langName": "菱形脸", + "object": "人物", + "attribute": "脸型" + }, + { + "displayName": "square face", + "langName": "方脸", + "object": "人物", + "attribute": "脸型" + }, + { + "displayName": "long face", + "langName": "长脸", + "object": "人物", + "attribute": "脸型" + }, + { + "displayName": "triangular face", + "langName": "三角脸", + "object": "人物", + "attribute": "脸型" + }, + { + "displayName": "detailed gorgeous face", + "langName": "精细的面容", + "object": "人物", + "attribute": "脸型" + }, + { + "displayName": "delicate features", + "langName": "精致五官", + "object": "人物", + "attribute": "脸型" + }, + { + "displayName": "black hair", + "langName": "黑色头发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "white hair", + "langName": "白色头发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "grey hair", + "langName": "灰色头发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "silver hair", + "langName": "银色头发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "blonde hair", + "langName": "金色头发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "light brown hair", + "langName": "浅棕色头发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "brown hair", + "langName": "棕色头发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "red hair", + "langName": "红色头发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "pink hair", + "langName": "粉色头发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "purple hair", + "langName": "紫色头发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "blue hair", + "langName": "蓝色头发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "light blue hair", + "langName": "浅蓝发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "dark blue hair", + "langName": "深蓝发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "green hair", + "langName": "绿色头发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "yellow hair", + "langName": "黄色头发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "two-tone hair", + "langName": "双色头发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "multicolored hair", + "langName": "混色发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "grey gradient hair", + "langName": "灰渐变发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "Gradation of hair", + "langName": "渐变色头发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "streaked hair", + "langName": "挑染的头发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "hair_down", + "langName": "披下来的头发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "hair_spread_out", + "langName": "散开的头发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "hair_flip", + "langName": "拨头发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "hair_up", + "langName": "盘起来的头发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "hair_behind_ear", + "langName": "耳后有头发", + "object": "人物", + "attribute": "头发" + }, + { + "displayName": "straight_hair", + "langName": "直发", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "curly hair", + "langName": "卷发", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "wavy hair", + "langName": "自然卷", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "short hair", + "langName": "短发", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "medium hair", + "langName": "中发", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "long hair", + "langName": "长发", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "very long hair", + "langName": "超长发", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "short ponytail", + "langName": "短马尾", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "ponytail", + "langName": "马尾辫", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "high ponytail", + "langName": "高马尾", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "low ponytail", + "langName": "低马尾", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "front ponytail", + "langName": "前马尾", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "Side ponytail", + "langName": "侧马尾", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "folded ponytail", + "langName": "折迭马尾辫", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "braided ponytail", + "langName": "马尾编发", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "quad tails", + "langName": "四马尾", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "twin braids", + "langName": "双辫子", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "low twin braids", + "langName": "低双辫", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "side braid", + "langName": "侧织辫", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "single braid", + "langName": "单辫", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "crown braid", + "langName": "冠型织辫", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "french braid", + "langName": "法式辫子", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "braid", + "langName": "辫子", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "drill hair", + "langName": "钻头卷公主卷", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "twin_drills", + "langName": "双钻头发型", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "bunches", + "langName": "双马尾", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "twintails", + "langName": "双马尾二", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "hair bun", + "langName": "发髻|团子头", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "single_hair_bun", + "langName": "单发髻", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "double_bun", + "langName": "俩包子头", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "braided bangs", + "langName": "辫子刘海", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "braided bun", + "langName": "辫子髻", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "cone hair bun", + "langName": "锥形发髻", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "doughnut hair bun", + "langName": "甜甜圈发髻", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "heart hair bun", + "langName": "心型发髻", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "bob cut", + "langName": "波波头", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "bob haircut", + "langName": "波波头", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "hime cut", + "langName": "公主切", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "updo", + "langName": "盘发", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "topknot", + "langName": "丸子头", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "one side up", + "langName": "一侧绑发", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "two side up", + "langName": "双侧绑发", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "multi-tied hair", + "langName": "多绑头发", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "payot", + "langName": "长鬓角", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "dynamic hair", + "langName": "动态头发", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "swept bangs", + "langName": "侧扫刘海", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "crossed bangs", + "langName": "交叉刘海", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "bangs", + "langName": "刘海", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "blunt bangs", + "langName": "齐刘海", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "Slanted bangs", + "langName": "斜刘海", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "long bangs", + "langName": "长刘海", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "air bangs", + "langName": "空气刘海", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "asymmetric bangs", + "langName": "不对称刘海", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "asymmetrical bangs", + "langName": "不对称刘海", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "parted bangs", + "langName": "分刘海", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "side_blunt_bangs", + "langName": "侧面空气刘海", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "centre parting bangs", + "langName": "中分刘海", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "middle Fringe", + "langName": "中分刘海", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "bowl_cut", + "langName": "蘑菇头|锅盖头", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "hair_flaps", + "langName": "发翼", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "hair wings", + "langName": "翼状头发", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "hair in takes", + "langName": "收拢", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "flipped hair", + "langName": "翘发", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "messy hair", + "langName": "凌乱发型", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "disheveled hair", + "langName": "蓬发", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "antenna hair", + "langName": "多根呆毛", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "ahoge", + "langName": "呆毛", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "forehead", + "langName": "露额头", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "dreadlocks", + "langName": "脏辫", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "wet hair", + "langName": "湿发", + "object": "人物", + "attribute": "发型" + }, + { + "displayName": "makeup", + "langName": "化妆", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "eyeshadow", + "langName": "眼影", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "red eyeshadow", + "langName": "红色眼影", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "blue eyeshadow", + "langName": "蓝色眼影", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "purple eyeshadow", + "langName": "紫色眼影", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "pink eyeshadow", + "langName": "粉色眼影", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "green eyeshadow", + "langName": "绿色眼影", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "mascara", + "langName": "睫毛膏", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "long_eyelashes", + "langName": "长睫毛", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "colored_eyelashes", + "langName": "彩色睫毛", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "lipgloss", + "langName": "唇彩", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "red_lips", + "langName": "红唇", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "anime_style_blush", + "langName": "动画式脸红", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "nose_blush", + "langName": "鼻腮红", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "freckles", + "langName": "雀斑", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "mole", + "langName": "痣", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "mole_under_eye", + "langName": "眼睛下方的痣", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "scar", + "langName": "疤痕", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "scar_across_eye", + "langName": "眼睛上的疤痕", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "facial_mark", + "langName": "面部有图案", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "forehead_mark", + "langName": "额头有图案", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "anger_vein", + "langName": "头部愤怒符号", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "bags_under_eyes", + "langName": "眼袋", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "bruise_on_face", + "langName": "脸上有瘀伤", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "whisker_markings", + "langName": "胡须斑纹", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "facepaint", + "langName": "面部涂装", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "hair between eyes", + "langName": "眸间发", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "smoking_pipe", + "langName": "烟斗", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "mustache", + "langName": "小胡子", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "goatee", + "langName": "山羊胡", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "food_on_face", + "langName": "食物在脸上", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "rice_on_face", + "langName": "饭在脸上", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "cream_on_face", + "langName": "奶油在脸上", + "object": "人物", + "attribute": "面部" + }, + { + "displayName": "elf ears", + "langName": "精灵耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "pointy_ears", + "langName": "尖耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "long_pointy_ears", + "langName": "长尖耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "demon ears", + "langName": "恶魔耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "angel ears", + "langName": "天使耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "alien ears", + "langName": "外星人耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "animal_ears", + "langName": "兽耳", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "fake_animal_ears", + "langName": "假兽耳", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "ears_through_headwear", + "langName": "耳朵穿过帽子或头饰", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "ear_blush", + "langName": "耳朵通红", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "ear_ornament", + "langName": "耳饰", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "ear_piercing", + "langName": "耳洞", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "animal_ear_fluff", + "langName": "动物耳朵绒毛", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "ears_down", + "langName": "垂耳", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "floppy_ears", + "langName": "松软的耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "fox_ears", + "langName": "狐狸耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "cat_ears", + "langName": "猫耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "dog_ears", + "langName": "狗耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "coyote_ears", + "langName": "郊狼耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "bunny_ears", + "langName": "兔耳", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "mouse_ears", + "langName": "老鼠耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "squirrel_ears", + "langName": "松鼠耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "raccoon_ears", + "langName": "浣熊耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "bear_ears", + "langName": "熊耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "panda_ears", + "langName": "熊猫耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "lion_ears", + "langName": "狮子耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "jaguar_ears", + "langName": "美洲豹耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "tiger_ears", + "langName": "虎耳", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "wolf ears", + "langName": "狼耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "horse_ears", + "langName": "马耳", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "cow ears", + "langName": "牛耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "pig ears", + "langName": "猪耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "sheep ears", + "langName": "羊耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "goat ears", + "langName": "山羊耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "goat_horns", + "langName": "山羊角", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "curled_horns", + "langName": "弯角", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "hair_on_horn", + "langName": "角上的头发", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "deer ears", + "langName": "鹿耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "antelope ears", + "langName": "羚羊耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "antlers", + "langName": "鹿角", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "rhino ears", + "langName": "犀牛耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "elephant ears", + "langName": "大象耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "bat_ears", + "langName": "蝙蝠耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "extra_ears", + "langName": "额外的耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "alpaca_ears", + "langName": "羊驼耳", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "dragon ears", + "langName": "龙耳朵", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "robot_ears", + "langName": "机械耳", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "dragon_horns", + "langName": "龙角", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "oni_horns", + "langName": "鬼角", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "horns", + "langName": "兽角", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "fake_horns", + "langName": "假角", + "object": "人物", + "attribute": "耳朵" + }, + { + "displayName": "thick eyebrows", + "langName": "浓眉", + "object": "人物", + "attribute": "眉毛" + }, + { + "displayName": "cocked eyebrow", + "langName": "眉毛翘起", + "object": "人物", + "attribute": "眉毛" + }, + { + "displayName": "short eyebrows", + "langName": "短眉毛", + "object": "人物", + "attribute": "眉毛" + }, + { + "displayName": "v-shaped eyebrows", + "langName": "V字眉", + "object": "人物", + "attribute": "眉毛" + }, + { + "displayName": "beautiful_detailed_eyes", + "langName": "美丽的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "glistening_eyes", + "langName": "水汪汪的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "sparkling_eyes", + "langName": "星星眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "sparkling_anime_eyes", + "langName": "闪光动画眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "gradient_eyes", + "langName": "渐变眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "water_eyes", + "langName": "含泪的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "eye_relfection", + "langName": "眼球反射(瞳孔对光线的反应)", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "reflective_eyes", + "langName": "反光的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "multicolored_eyes", + "langName": "多彩多姿的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "red eyes", + "langName": "红色眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "green eyes", + "langName": "绿色眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "blue_eyes", + "langName": "蓝眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "purple eyes", + "langName": "紫色眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "pink eyes", + "langName": "粉色眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "yellow eyes", + "langName": "黄色眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "orange eyes", + "langName": "橙色眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "brown_eyes", + "langName": "棕色的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "light_brown_eyes", + "langName": "浅棕色眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "silver_eyes", + "langName": "银色的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "grey eyes", + "langName": "灰色眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "black eyes", + "langName": "黑色眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "white eyes", + "langName": "白色眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "aqua_eyes", + "langName": "水蓝色眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "hidden eyes", + "langName": "隐藏眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "heart-shaped eyes", + "langName": "心形眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "heart_in_eye", + "langName": "心形眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "hollow_eyes", + "langName": "star-shaped_pupils", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "mechanical_eye", + "langName": "机械眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "ringed_eyes", + "langName": "圈状眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "clock_eyes", + "langName": "钟眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "compound_eyes", + "langName": "复眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "devil_eyes", + "langName": "恶魔之眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "cephalopod_eyes", + "langName": "头足类眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "mismatched_sclera", + "langName": "不匹配巩膜", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "solid circle eyes", + "langName": "实心圆眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "solid_oval_eyes", + "langName": "Q版实心椭圆眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "anime_style_eyes", + "langName": "动漫风格的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "blush_stickers", + "langName": "Q版腮红贴纸", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "button eyes", + "langName": "纽扣眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "cross eyed", + "langName": "斗鸡眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "blank eyes", + "langName": "空白的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "spiral_eyes", + "langName": "漩涡眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "sanpaku", + "langName": "三白症(瞳孔偏移)", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "flaming_eye", + "langName": "焰目", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "bloodshot_eyes", + "langName": "布满血丝的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "blood_from_eyes", + "langName": "血从眼里流出", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "extra_eyes", + "langName": "多只眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "one-eyed", + "langName": "独眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "third_eye", + "langName": "第三只眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "eye_of_horus", + "langName": "荷鲁斯之眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "closed_eyes", + "langName": "闭上的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "half_closed_eye", + "langName": "半闭的眼睛(单眼)", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "half_closed_eyes", + "langName": "半闭的双眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "narrowed_eyes", + "langName": "眯起眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "squinting", + "langName": "眯起眼睛看", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "tears", + "langName": "眼泪", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "upturned_eyes", + "langName": "上翘的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "eyes_closed", + "langName": "闭眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "one_eye_covered", + "langName": "一只眼被遮住", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "covered_eyes", + "langName": "蒙住的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "hair_over_eyes", + "langName": "头发遮着双眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "hair_over_one_eye", + "langName": "头发遮住了一只眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "eyes_visible_through_hair", + "langName": "透过头发可以看到的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "shading eyes", + "langName": "涂眼影的眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "one eye closed", + "langName": "一只眼睛闭着", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "no_blindfold", + "langName": "去掉了(原设有的)蒙眼要素", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "no_eyepatch", + "langName": "去掉了(原设有的)眼罩", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "eyeliner", + "langName": "眼线", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "no_eyes", + "langName": "没眼睛", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "uneven_eyes", + "langName": "大小眼", + "object": "人物", + "attribute": "眼睛" + }, + { + "displayName": "pupils", + "langName": "瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "bright_pupils", + "langName": "明亮的瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "blue_pupils", + "langName": "橙色瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "purple_pupils", + "langName": "紫色瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "orange_pupils", + "langName": "橙色瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "heterochromia", + "langName": "异色瞳", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "mismatched_pupils", + "langName": "不匹配的瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "solid_circle_pupils", + "langName": "Q版实心圆瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "dilated_pupils", + "langName": "瞳孔散大", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "constricted_pupils", + "langName": "收缩的瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "slit_pupils", + "langName": "竖的瞳孔/猫眼", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "snake_pupils", + "langName": "蛇瞳(瞳孔闪光)", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "horizontal_pupils", + "langName": "水平瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "rectangular_pupils", + "langName": "长方形瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "square_pupils", + "langName": "方形瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "dot_pupils", + "langName": "点瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "star-shaped_pupils", + "langName": "五角星形状瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "flower-shaped pupils", + "langName": "花状瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "heart-shaped_pupils", + "langName": "爱心形瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "diamond-shaped_pupils", + "langName": "钻石形状瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "butterfly-shaped_pupils", + "langName": "蝴蝶形瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "symbol-shaped_pupils", + "langName": "符号形瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "x-shaped_pupils", + "langName": "X形瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "cross-shaped_pupils", + "langName": "符号形瞳孔(没有效果", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "\"+_+\"", + "langName": "十字星星眼", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "extra_pupils", + "langName": "额外的瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "no_pupils", + "langName": "没有瞳孔", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "devil pupils", + "langName": "魔瞳", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "pupils sparkling", + "langName": "瞳孔闪烁", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "symbol_in_eye", + "langName": "眼睛里有符号", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "star_in_eye", + "langName": "眼睛里的星星", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "dashed_eyes", + "langName": "虚线的眼睛", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "color contact lenses", + "langName": "美瞳", + "object": "人物", + "attribute": "瞳孔" + }, + { + "displayName": "light_eyes", + "langName": "明亮的眼睛", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "glowing_eyes", + "langName": "发光的眼睛", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "shiny_eyes", + "langName": "闪亮的眼睛", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "evil_eyes", + "langName": "邪恶的眼睛", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "crazy_eyes", + "langName": "疯狂的眼睛", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "empty_eyes", + "langName": "空洞的眼睛", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "solid_eyes", + "langName": "坚定的眼睛", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "sharp_eyes", + "langName": "锐利的眼", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "slanted_eyes", + "langName": "锐利的眼睛", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "wink", + "langName": "眨眼", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "wide-eyed", + "langName": "睁大眼睛", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "glint", + "langName": "眼中闪现强烈的情感", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "tsurime", + "langName": "眼尾上扬", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "tareme", + "langName": "眼尾下垂", + "object": "人物", + "attribute": "眼神" + }, + { + "displayName": "pointed nose", + "langName": "尖鼻子", + "object": "人物", + "attribute": "鼻子" + }, + { + "displayName": "small nose", + "langName": "小鼻子", + "object": "人物", + "attribute": "鼻子" + }, + { + "displayName": "big nose", + "langName": "大鼻子", + "object": "人物", + "attribute": "鼻子" + }, + { + "displayName": "no_nose", + "langName": "没鼻子的", + "object": "人物", + "attribute": "鼻子" + }, + { + "displayName": "dot_nose", + "langName": "点状鼻", + "object": "人物", + "attribute": "鼻子" + }, + { + "displayName": "nose_bubble", + "langName": "鼻泡", + "object": "人物", + "attribute": "鼻子" + }, + { + "displayName": "smelling", + "langName": "闻", + "object": "人物", + "attribute": "鼻子" + }, + { + "displayName": "nose", + "langName": "鼻子", + "object": "人物", + "attribute": "鼻子" + }, + { + "displayName": "nosebleed", + "langName": "流鼻血", + "object": "人物", + "attribute": "鼻子" + }, + { + "displayName": "snot", + "langName": "鼻涕", + "object": "人物", + "attribute": "鼻子" + }, + { + "displayName": "snout", + "langName": "动物口鼻部", + "object": "人物", + "attribute": "鼻子" + }, + { + "displayName": "thick lips", + "langName": "厚嘴唇", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "puffy lips", + "langName": "肿嘴唇", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "lipstick", + "langName": "口红", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "heart-shaped mouth", + "langName": "心形嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "pout", + "langName": "嘟嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "mole under mouth", + "langName": "嘴下痣", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "open_mouth", + "langName": "张嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "gasping", + "langName": "喘气(张大嘴)", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "Slightly_open_mouth", + "langName": "嘴巴微微张开", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "wavy_mouth", + "langName": "波浪嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "close_mouth", + "langName": "闭嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "dot_mouth", + "langName": "点嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "no_mouth", + "langName": "没有嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "gag", + "langName": "堵嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "gnaw", + "langName": "啃", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": ":3", + "langName": "猫嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": ":o", + "langName": "张嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": ":>", + "langName": "V嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "parted_lips", + "langName": "嘴唇张开", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "bit_gag", + "langName": "勒住嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "chestnut_mouth", + "langName": "栗子嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "cleave_gag", + "langName": "被封住嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "closed_mouth", + "langName": "闭着的嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "covered_mouth", + "langName": "蒙住的嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "extra_mouth", + "langName": "有多张嘴巴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "hair_in_mouth", + "langName": "嘴里有头发", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "hair_tie_in_mouth", + "langName": "将系头发的东西叼在嘴里", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "homu", + "langName": "嘟嘴|抿嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "lips", + "langName": "嘴唇", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "mouth", + "langName": "嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "mouth_hold", + "langName": "用嘴叼着", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "oral", + "langName": "用嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "pacifier", + "langName": "奶嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "Pouted lips", + "langName": "撅起的嘴唇", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "sideways_mouth", + "langName": "把嘴画在侧脸", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "spoon_in_mouth", + "langName": "嘴里含着勺子", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "triangle_mouth", + "langName": "三角嘴", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "saliva", + "langName": "唾液", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "drooling", + "langName": "流口水", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "mouth_drool", + "langName": "嘴角画着口水滴形状的缺口", + "object": "人物", + "attribute": "嘴巴" + }, + { + "displayName": "tooth", + "langName": "牙", + "object": "人物", + "attribute": "牙齿" + }, + { + "displayName": "upper_teeth", + "langName": "上牙", + "object": "人物", + "attribute": "牙齿" + }, + { + "displayName": "fangs", + "langName": "虎牙|尖牙", + "object": "人物", + "attribute": "牙齿" + }, + { + "displayName": "skin_fang", + "langName": "肤色虎牙", + "object": "人物", + "attribute": "牙齿" + }, + { + "displayName": "round_teeth", + "langName": "圆齿", + "object": "人物", + "attribute": "牙齿" + }, + { + "displayName": "sharp_teeth", + "langName": "锋利的牙齿", + "object": "人物", + "attribute": "牙齿" + }, + { + "displayName": "clenched_teeth", + "langName": "咬紧牙关", + "object": "人物", + "attribute": "牙齿" + }, + { + "displayName": "buck_teeth", + "langName": "龅牙", + "object": "人物", + "attribute": "牙齿" + }, + { + "displayName": "fang_out", + "langName": "露出虎牙|露出尖牙", + "object": "人物", + "attribute": "牙齿" + }, + { + "displayName": "spiked_club", + "langName": "狼牙棒", + "object": "人物", + "attribute": "牙齿" + }, + { + "displayName": "toothbrush", + "langName": "牙刷", + "object": "人物", + "attribute": "牙齿" + }, + { + "displayName": "tusks", + "langName": "象牙", + "object": "人物", + "attribute": "牙齿" + }, + { + "displayName": "shark_mouth", + "langName": "鲨鱼牙", + "object": "人物", + "attribute": "牙齿" + }, + { + "displayName": ":q", + "langName": "舌头放在上唇", + "object": "人物", + "attribute": "舌头" + }, + { + "displayName": ":p", + "langName": "舌头放在下唇", + "object": "人物", + "attribute": "舌头" + }, + { + "displayName": ";p", + "langName": "眨眼舌头上伸", + "object": "人物", + "attribute": "舌头" + }, + { + "displayName": "french_kiss", + "langName": "舌吻|法式湿吻", + "object": "人物", + "attribute": "舌头" + }, + { + "displayName": "long_tongue", + "langName": "长舌头", + "object": "人物", + "attribute": "舌头" + }, + { + "displayName": "oral_invitation", + "langName": "迎接射精而伸出舌头", + "object": "人物", + "attribute": "舌头" + }, + { + "displayName": "tongue", + "langName": "舌头", + "object": "人物", + "attribute": "舌头" + }, + { + "displayName": "tongue_out", + "langName": "吐舌头", + "object": "人物", + "attribute": "舌头" + }, + { + "displayName": "uvula", + "langName": "小舌头|口盖垂|悬雍垂", + "object": "人物", + "attribute": "舌头" + }, + { + "displayName": "fingernails", + "langName": "手指甲", + "object": "人物", + "attribute": "指甲" + }, + { + "displayName": "toenails", + "langName": "脚趾甲", + "object": "人物", + "attribute": "指甲" + }, + { + "displayName": "nail_polish", + "langName": "指甲油", + "object": "人物", + "attribute": "指甲" + }, + { + "displayName": "toenail_polish", + "langName": "脚趾甲油", + "object": "人物", + "attribute": "指甲" + }, + { + "displayName": "black_nails", + "langName": "黑指甲", + "object": "人物", + "attribute": "指甲" + }, + { + "displayName": "red_nails", + "langName": "红指甲", + "object": "人物", + "attribute": "指甲" + }, + { + "displayName": "pink_nails", + "langName": "粉色指甲", + "object": "人物", + "attribute": "指甲" + }, + { + "displayName": "long_fingernails", + "langName": "长指甲", + "object": "人物", + "attribute": "指甲" + }, + { + "displayName": "nail", + "langName": "钉子|指甲", + "object": "人物", + "attribute": "指甲" + }, + { + "displayName": "multicolored_nails", + "langName": "多彩指甲", + "object": "人物", + "attribute": "指甲" + }, + { + "displayName": "nail_art", + "langName": "美甲", + "object": "人物", + "attribute": "指甲" + }, + { + "displayName": "bare shoulders", + "langName": "赤肩", + "object": "人物", + "attribute": "肩部" + }, + { + "displayName": "collarbonea", + "langName": "锁骨", + "object": "人物", + "attribute": "肩部" + }, + { + "displayName": "armpits", + "langName": "腋下", + "object": "人物", + "attribute": "肩部" + }, + { + "displayName": "armpit_crease", + "langName": "腋窝皱痕", + "object": "人物", + "attribute": "肩部" + }, + { + "displayName": "chest", + "langName": "胸部", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "flat chest", + "langName": "贫乳(A)", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "small_breasts", + "langName": "小胸部(B)", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "medium breasts", + "langName": "中等胸部(C)", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "big breasts", + "langName": "大胸部(D)", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "huge breasts", + "langName": "巨乳(E)", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "gigantic breasts", + "langName": "超巨乳(F)", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "breasts apart", + "langName": "胸部分开", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "hanging breasts", + "langName": "下垂", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "bouncing breasts", + "langName": "晃动", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "cleavage", + "langName": "乳沟", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "areola", + "langName": "乳晕", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "nipples", + "langName": "乳头", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "pectorals", + "langName": "胸肌", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "large_pectorals", + "langName": "大胸肌", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "unbuttoned clothes", + "langName": "半露前胸", + "object": "人物", + "attribute": "胸部" + }, + { + "displayName": "belly", + "langName": "肚子", + "object": "人物", + "attribute": "腹部" + }, + { + "displayName": "absolute_territory", + "langName": "腹肌", + "object": "人物", + "attribute": "腹部" + }, + { + "displayName": "inflation", + "langName": "隆起的腹部", + "object": "人物", + "attribute": "腹部" + }, + { + "displayName": "navel", + "langName": "肚脐", + "object": "人物", + "attribute": "腹部" + }, + { + "displayName": "groin", + "langName": "腹股沟", + "object": "人物", + "attribute": "腹部" + }, + { + "displayName": "feet", + "langName": "脚", + "object": "人物", + "attribute": "脚" + }, + { + "displayName": "long_legs", + "langName": "大长腿", + "object": "人物", + "attribute": "脚" + }, + { + "displayName": "thick_thighs", + "langName": "粗壮的大腿", + "object": "人物", + "attribute": "脚" + }, + { + "displayName": "toe-point", + "langName": "趾尖|脚尖", + "object": "人物", + "attribute": "脚" + }, + { + "displayName": "wings", + "langName": "翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "bat_wings", + "langName": "蝙蝠翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "butterfly_wings", + "langName": "蝴蝶翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "black_wings", + "langName": "黑色之翼", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "demon_wings", + "langName": "恶魔之翼", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "asymmetrical_wings", + "langName": "不对称的翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "detached_wings", + "langName": "不与本体相连的翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "fairy_wings", + "langName": "妖精的翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "fake_wings", + "langName": "仿造的翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "fiery_wings", + "langName": "燃烧着的翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "insect_wings", + "langName": "昆虫翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "large_wings", + "langName": "大翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "low_wings", + "langName": "腰间的翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "mini_wings", + "langName": "迷你翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "multicolored_wings", + "langName": "有多种颜色的翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "multiple_wings", + "langName": "多对翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "no_wings", + "langName": "去掉了(原设有的)翅膀", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "winged_helmet", + "langName": "带翅膀的头盔", + "object": "人物", + "attribute": "翅膀" + }, + { + "displayName": "smile", + "langName": "微笑", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "laughing", + "langName": "大笑", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": ":d", + "langName": "开心的笑_:D😀", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": ";d", + "langName": "眨眼笑_:D", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "grin", + "langName": "露齿咧嘴笑", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "teasing_smile", + "langName": "被逗笑,咧嘴傻笑", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "seductive_smile", + "langName": "迷人的微笑", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "smirk", + "langName": "挑逗的微笑", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "giggling", + "langName": "咯咯傻笑", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "smug", + "langName": "洋洋得意", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "naughty_face", + "langName": "调皮的脸", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "crazy_smile", + "langName": "疯狂的笑", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "kind_smile", + "langName": "温柔的微笑", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "evil_smile", + "langName": "坏笑", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "ahegao", + "langName": "捂脸笑|害羞脸", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "happy_tears", + "langName": "开心的眼泪", + "object": "表情", + "attribute": "笑" + }, + { + "displayName": "sad", + "langName": "伤心", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "sobs", + "langName": "啜泣", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "crying", + "langName": "大哭", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "crying_with_eyes_open", + "langName": "睁着眼睛哭", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "streaming_tears", + "langName": "流泪", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "lacrimation", + "langName": "流泪", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "tear stains", + "langName": "泪痕", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "teardrop", + "langName": "泪珠", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "tearing_up", + "langName": "要哭的表情", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "wiping_tears", + "langName": "擦眼泪", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "badmood", + "langName": "心情不好", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "tearing_clothes", + "langName": "撕破衣服(极度悲伤下,通过撕扯衣服来发泄情绪)", + "object": "表情", + "attribute": "哭" + }, + { + "displayName": "frustrated", + "langName": "沮丧", + "object": "表情", + "attribute": "不开心" + }, + { + "displayName": "frustrated_brow", + "langName": "沮丧的眉头", + "object": "表情", + "attribute": "不开心" + }, + { + "displayName": "annoyed", + "langName": "苦恼的", + "object": "表情", + "attribute": "不开心" + }, + { + "displayName": "anguish", + "langName": "苦闷", + "object": "表情", + "attribute": "不开心" + }, + { + "displayName": "sigh", + "langName": "叹气", + "object": "表情", + "attribute": "不开心" + }, + { + "displayName": "gloom", + "langName": "忧郁的", + "object": "表情", + "attribute": "不开心" + }, + { + "displayName": "disappointed", + "langName": "失望的", + "object": "表情", + "attribute": "不开心" + }, + { + "displayName": "despair", + "langName": "绝望", + "object": "表情", + "attribute": "不开心" + }, + { + "displayName": "unamused", + "langName": "一脸不悦", + "object": "表情", + "attribute": "不开心" + }, + { + "displayName": "disgust", + "langName": "厌恶(看垃圾一样的眼神)", + "object": "表情", + "attribute": "蔑视" + }, + { + "displayName": "disdain", + "langName": "轻蔑", + "object": "表情", + "attribute": "蔑视" + }, + { + "displayName": "contempt", + "langName": "蔑视", + "object": "表情", + "attribute": "蔑视" + }, + { + "displayName": "shaded_face", + "langName": "脸上有阴影,配合蔑视", + "object": "表情", + "attribute": "蔑视" + }, + { + "displayName": "jitome", + "langName": "鄙夷的眼神", + "object": "表情", + "attribute": "蔑视" + }, + { + "displayName": "frown", + "langName": "皱眉/蹙额", + "object": "表情", + "attribute": "蔑视" + }, + { + "displayName": "wince", + "langName": "皱眉蹙额(性交前)", + "object": "表情", + "attribute": "蔑视" + }, + { + "displayName": "furrowed_brow", + "langName": "眉头紧锁", + "object": "表情", + "attribute": "蔑视" + }, + { + "displayName": "fear_kubrick", + "langName": "害怕侧目", + "object": "表情", + "attribute": "蔑视" + }, + { + "displayName": "angry", + "langName": "生气的", + "object": "表情", + "attribute": "生气" + }, + { + "displayName": "glaring", + "langName": "怒目而视", + "object": "表情", + "attribute": "生气" + }, + { + "displayName": "serious", + "langName": "严肃的(和angry有点像)", + "object": "表情", + "attribute": "生气" + }, + { + "displayName": "kubrick_stare", + "langName": "侧头瞪着你", + "object": "表情", + "attribute": "生气" + }, + { + "displayName": "sulking", + "langName": "生_闷气", + "object": "表情", + "attribute": "生气" + }, + { + "displayName": "screaming", + "langName": "尖叫|大声喊", + "object": "表情", + "attribute": "生气" + }, + { + "displayName": "shouting", + "langName": "喊叫", + "object": "表情", + "attribute": "生气" + }, + { + "displayName": "expressionless", + "langName": "面无表情", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "raised eyebrow", + "langName": "挑眉", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "blush", + "langName": "脸红", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "light_blush", + "langName": "轻微脸红", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "full-face-blush", + "langName": "满脸腮红", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "shy", + "langName": "害羞的", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "embarrassed", + "langName": "尴尬害羞", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "embarrass", + "langName": "害羞的(尴尬的)", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "flustered", + "langName": "慌张的", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "cute face", + "langName": "可爱的脸", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "thinking", + "langName": "思考", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "bored", + "langName": "无聊的", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "sleepy", + "langName": "困乏的", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "surprised", + "langName": "惊讶", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "confused", + "langName": "使困惑", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "facepalm", + "langName": "捂脸", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "grimace", + "langName": "挤眉弄眼", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "scowl", + "langName": "嫌弃的眼神", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "staring", + "langName": "凝视", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "envy", + "langName": "嫉妒", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "twitching", + "langName": "抽搐", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "spasm", + "langName": "痉挛", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "pain", + "langName": "疼痛", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "endured_face", + "langName": "忍耐的表情", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "restrained", + "langName": "忍耐", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "turn pale", + "langName": "脸色苍白", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "sweat", + "langName": "流汗", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "scared", + "langName": "害怕的", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "naughty", + "langName": "淘气", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "dark_persona", + "langName": "黑化的", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "crazy", + "langName": "疯狂的", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "yandere", + "langName": "病娇", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "Tsundere", + "langName": "傲娇", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "multiple_persona", + "langName": "多重人格", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "Jekyll_and_Hyde", + "langName": "多重人格", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "exhausted", + "langName": "筋疲力尽的", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "heavy_breathing", + "langName": "重呼吸,可能没用", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "rape_face", + "langName": "强奸脸", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "moaning", + "langName": "呻吟", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "orgasm", + "langName": "高潮", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "female_orgasm", + "langName": "女性性高潮", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "rolling_eyes", + "langName": "翻白眼(高潮眼)", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "torogao", + "langName": "恍惚", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "drunk", + "langName": "喝醉的", + "object": "表情", + "attribute": "其他表情" + }, + { + "displayName": "joyful", + "langName": "喜悦的", + "object": "表情", + "attribute": "积极情绪" + }, + { + "displayName": "cheerful", + "langName": "开朗的", + "object": "表情", + "attribute": "积极情绪" + }, + { + "displayName": "enchanting", + "langName": "迷人的", + "object": "表情", + "attribute": "积极情绪" + }, + { + "displayName": "happy", + "langName": "快乐的", + "object": "表情", + "attribute": "积极情绪" + }, + { + "displayName": "happy accidents", + "langName": "意外之喜", + "object": "表情", + "attribute": "积极情绪" + }, + { + "displayName": "vibrant", + "langName": "充满活力的", + "object": "表情", + "attribute": "积极情绪" + }, + { + "displayName": "dynamic", + "langName": "有活力", + "object": "表情", + "attribute": "积极情绪" + }, + { + "displayName": "energetic", + "langName": "充满活力", + "object": "表情", + "attribute": "积极情绪" + }, + { + "displayName": "bustling", + "langName": "忙碌", + "object": "表情", + "attribute": "积极情绪" + }, + { + "displayName": "lively", + "langName": "活泼", + "object": "表情", + "attribute": "积极情绪" + }, + { + "displayName": "excited", + "langName": "兴奋的", + "object": "表情", + "attribute": "积极情绪" + }, + { + "displayName": "peaceful", + "langName": "平和的", + "object": "表情", + "attribute": "积极情绪" + }, + { + "displayName": "serene", + "langName": "宁静", + "object": "表情", + "attribute": "积极情绪" + }, + { + "displayName": "soothing", + "langName": "舒缓", + "object": "表情", + "attribute": "积极情绪" + }, + { + "displayName": "calming", + "langName": "平静", + "object": "表情", + "attribute": "积极情绪" + }, + { + "displayName": "melancholic", + "langName": "忧郁", + "object": "表情", + "attribute": "负面情绪" + }, + { + "displayName": "eerie", + "langName": "怪异", + "object": "表情", + "attribute": "负面情绪" + }, + { + "displayName": "ominous", + "langName": "不祥", + "object": "表情", + "attribute": "负面情绪" + }, + { + "displayName": "unsettling", + "langName": "令人不安", + "object": "表情", + "attribute": "负面情绪" + }, + { + "displayName": "lonely", + "langName": "孤独", + "object": "表情", + "attribute": "负面情绪" + }, + { + "displayName": "beautiful", + "langName": "美丽", + "object": "表情", + "attribute": "气质" + }, + { + "displayName": "elegant", + "langName": "优雅的", + "object": "表情", + "attribute": "气质" + }, + { + "displayName": "angelic", + "langName": "天使般的", + "object": "表情", + "attribute": "气质" + }, + { + "displayName": "Good", + "langName": "好的", + "object": "表情", + "attribute": "气质" + }, + { + "displayName": "mysterious", + "langName": "神秘的", + "object": "表情", + "attribute": "气质" + }, + { + "displayName": "enigmatic", + "langName": "谜一般的", + "object": "表情", + "attribute": "气质" + }, + { + "displayName": "cryptic", + "langName": "秘密的", + "object": "表情", + "attribute": "气质" + }, + { + "displayName": "evil", + "langName": "邪恶的", + "object": "表情", + "attribute": "气质" + }, + { + "displayName": "standing", + "langName": "站立", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "leaning", + "langName": "倚靠|身体倾斜", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "leaning_to_the_side", + "langName": "靠在一边", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "leaning_back", + "langName": "身体往后靠", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "leaning_forward", + "langName": "身体前倾", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "leaning_on_object", + "langName": "靠在物体上", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "on_back", + "langName": "仰躺", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "on_side", + "langName": "侧卧", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "on_stomach", + "langName": "趴着", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "lying", + "langName": "躺着的", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "lying_on_person", + "langName": "躺在人身上", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "lying_on_the_lake", + "langName": "躺在湖面上", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "lying_on_water", + "langName": "躺在水中", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "reclining", + "langName": "斜倒斜躺姿势", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "arched_back", + "langName": "弓身体", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "afloat", + "langName": "浮在水上", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "fetal_position", + "langName": "胎儿姿势(躺)", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "sleeping_upright", + "langName": "(不躺着)睡觉|直立睡觉", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "waking_up", + "langName": "醒来", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "cuddling", + "langName": "拥抱", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "comforting", + "langName": "安慰", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "biting", + "langName": "咬", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "licking", + "langName": "舔", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "licking_lips", + "langName": "舔嘴唇", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "lip_biting", + "langName": "咬嘴唇", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "blowing", + "langName": "吹", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "teasing", + "langName": "戏弄", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "tickling", + "langName": "挠痒痒", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "spitting", + "langName": "从嘴里吐出液体的动作", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "spilling", + "langName": "从容器中倒出液体的动作", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "cooking", + "langName": "烹饪", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "drinking", + "langName": "喝", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "applying_makeup", + "langName": "化妆", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "brushing_teeth", + "langName": "刷牙", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "hair_brushing", + "langName": "梳头", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "hair_tucking", + "langName": "撩头发", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "taking_picture", + "langName": "拍照|自拍", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "talking_on_phone", + "langName": "打电话", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "singing", + "langName": "唱歌", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "meditation", + "langName": "冥想", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "dancing", + "langName": "跳舞", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "stylish_pose", + "langName": "时尚姿势", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "the_pose", + "langName": "趴在地上并翘起脚", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "standing_on_liquid", + "langName": "站在水上或液体上", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "walking", + "langName": "走路", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "walking_on_liquid", + "langName": "在液体上行走", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "running", + "langName": "奔跑", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "jumping", + "langName": "跳跃", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "flying", + "langName": "飞行", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "flapping", + "langName": "拍打动作", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "flying_kick", + "langName": "飞踢", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "fighting", + "langName": "战斗中的", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "fighting_stance", + "langName": "战斗姿态", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "drawing_bow", + "langName": "拉弓", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "dual_wielding", + "langName": "双持", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "unsheathing", + "langName": "出鞘", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "slashing", + "langName": "砍", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "punching", + "langName": "挥拳", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "hitting", + "langName": "击打", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "pushing", + "langName": "推搡", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "dragging", + "langName": "拖某物", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "strangling", + "langName": "绞首", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "bullying", + "langName": "欺负", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "chasing", + "langName": "追逐", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "fleeing", + "langName": "在逃跑的", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "hiding", + "langName": "躲藏", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "tripping", + "langName": "被绊倒", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "spinning", + "langName": "旋转", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "climbing", + "langName": "攀爬", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "diving", + "langName": "潜水", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "swimming", + "langName": "游泳", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "wading", + "langName": "蹚水", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "riding", + "langName": "骑", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "driving", + "langName": "驾驶", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "fishing", + "langName": "钓鱼", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "pole_dancing", + "langName": "钢管舞", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "writing", + "langName": "写作", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "reading", + "langName": "阅读", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "sewing", + "langName": "缝纫", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "shopping", + "langName": "购物", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "cleaning", + "langName": "清理|打扫", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "sweeping", + "langName": "清扫|扫除(家务)", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "washing", + "langName": "洗涤", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "showering", + "langName": "淋浴", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "drying", + "langName": "弄干(浴后)", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "whispering", + "langName": "讲悄悄话", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "sneezing", + "langName": "打喷嚏", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "talking", + "langName": "谈论", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "yawning", + "langName": "打哈欠", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "smoking", + "langName": "抽烟", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "sleeping", + "langName": "睡觉", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "praying", + "langName": "祈祷", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "playing_games", + "langName": "打游戏", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "wrestling", + "langName": "摔角(运动)", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "parody", + "langName": "模仿", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "trolling", + "langName": "恶搞行为", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "public_indecency", + "langName": "公然猥亵", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "eyelid_pull", + "langName": "眨眼", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "top-down_bottom-up", + "langName": "趴着翘臀", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "bent_over", + "langName": "翘臀姿势", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "upside-down", + "langName": "倒立", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "prone_bone", + "langName": "俯卧后入", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "presenting", + "langName": "展示(后接部位)", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "against_glass", + "langName": "挤压玻璃(无效)", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "bleeding", + "langName": "出血", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "bowing", + "langName": "鞠躬", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "breathing_fire", + "langName": "喷火", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "broom_riding", + "langName": "骑扫帚", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "bubble_blowing", + "langName": "吹泡泡", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "burning", + "langName": "燃烧", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "cast", + "langName": "投掷", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "dreaming", + "langName": "做梦", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "dropping", + "langName": "(意外)掉落", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "exercise", + "langName": "做运动", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "firing", + "langName": "射击", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "flashing", + "langName": "露出", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "flexing", + "langName": "秀肌肉", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "hanging", + "langName": "吊起来的", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "Painting_(Action)", + "langName": "画画", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "snowing", + "langName": "下雪", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "soccer", + "langName": "足球运动", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "splashing", + "langName": "飞溅", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "steepled_fingers", + "langName": "指尖抵着指间", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "swing", + "langName": "摆动", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "tail_wagging", + "langName": "摇尾巴", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "toilet_use", + "langName": "上厕所", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "tossing", + "langName": "投掷", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "tying", + "langName": "打结(动作)", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "untying", + "langName": "解开的", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "unzipping", + "langName": "拉开拉链", + "object": "动作", + "attribute": "基础动作" + }, + { + "displayName": "looking_at_viewer", + "langName": "看向观众", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "eye_contact", + "langName": "眼神接触(对视)", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "eyeball", + "langName": "盯着看", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "stare", + "langName": "凝视", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "looking_back", + "langName": "回眸", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "gradient", + "langName": "人物倾斜", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "looking_down", + "langName": "人物视角向下看↘", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "looking_up", + "langName": "人物视角抬头看↗", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "facing_away", + "langName": "面向别处", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "looking_to_the_side", + "langName": "看向侧面", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "looking_away", + "langName": "看着别处", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "looking_ahead", + "langName": "展望未来", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "looking_afar", + "langName": "遥望", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "looking_outside", + "langName": "向外看", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "head_tilt", + "langName": "歪头", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "aiming", + "langName": "瞄准", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "aiming_at_viewer", + "langName": "瞄准了读者(的视角)", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "head_down", + "langName": "低头", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "sideways_glance", + "langName": "轻轻向侧面瞥", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "upshirt", + "langName": "从衬衫下方瞥", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "upshorts", + "langName": "从裙底瞥", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "looking_at_another", + "langName": "看着另一个", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "looking_at_phone", + "langName": "看手机", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "looking_at_animal", + "langName": "看着动物", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "looking_at_mirror", + "langName": "照镜子", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "looking_at_hand", + "langName": "看着手", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "looking_at_food", + "langName": "看食物", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "looking_at_screen", + "langName": "看着屏幕", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "stare at me", + "langName": "盯着你", + "object": "动作", + "attribute": "看" + }, + { + "displayName": "clenched hand", + "langName": "攥拳", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "hand_to_mouth", + "langName": "手放在嘴边", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "hidden hands", + "langName": "将手藏起来", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "arm_support", + "langName": "用手支撑住", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "arms_up", + "langName": "抬手", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "presenting armpit", + "langName": "展示腋窝", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "arm_behind_head", + "langName": "手放头后", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "arm_above_head", + "langName": "手在头上", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "adjusting_hair", + "langName": "整理头发", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "bangs_pinned_back", + "langName": "将刘海别在脑后", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "arm_behind_back", + "langName": "单手背到身后", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "arms_behind_back", + "langName": "手放在身后", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "arm_at_side", + "langName": "单手垂放", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "arm_blade", + "langName": "手臂刀刃", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "arm_grab", + "langName": "抓住手臂", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "arm_around_waist", + "langName": "单手搂腰", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "arm_hug", + "langName": "挽手", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "arm_up", + "langName": "举着手", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "bound_arms", + "langName": "手臂被束缚", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "extra_arms", + "langName": "多只手臂", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "locked_arms", + "langName": "互挽手臂", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "zombie_pose", + "langName": "僵尸姿势", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "cheering", + "langName": "助威", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "beckoning", + "langName": "招手示意", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "waving", + "langName": "挥手(打招呼/告别)", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "waving_arms", + "langName": "挥舞着手臂", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "salute", + "langName": "敬礼", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "reaching", + "langName": "(有目的地)伸手", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "reaching_out", + "langName": "朝画外伸手", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "stretch", + "langName": "伸懒腰", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "convenient_arm", + "langName": "遮住关键部位的手臂", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "ready_to_draw", + "langName": "准备拔刀的姿势", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "double_fox_shadow_puppet", + "langName": "双狐影偶", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "fox_shadow_puppet", + "langName": "狐狸影偶", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "paw_pose", + "langName": "招财猫手势(下弯手腕)", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "self_fondle", + "langName": "自我抚摸", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "groping", + "langName": "摸索", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "crotch_grab", + "langName": "手抓裆部", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "clothes_lift", + "langName": "掀起衣物", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "clothes_pull", + "langName": "拉扯衣物", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "strap_lift", + "langName": "抬起肩带", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "shirt_lift", + "langName": "拉起掀起卷起衬衫", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "dress_lift", + "langName": "掀起裙子", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "dress_pull", + "langName": "拉连衣裙", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "kimono_lift", + "langName": "掀起和服", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "kimono_pull", + "langName": "拉和服", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "shirt_pull", + "langName": "拉开衬衫", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "shorts_pull", + "langName": "褪下短裤", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "pants_pull", + "langName": "拉着裤子", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "leotard_pull", + "langName": "剥开连衣裤", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "swimsuit_pull", + "langName": "扯下泳衣", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "skirt_basket", + "langName": "指掀起裙子时形成的篮子形状", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "bikini_lift", + "langName": "往上剥开的比基尼", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "cheek_pull", + "langName": "扯脸颊", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "bunching_hair", + "langName": "手持辫子", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "mask_pull", + "langName": "拉着口罩", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "zipper_pull_tab", + "langName": "拉链的拉片", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "bikini_pull", + "langName": "扯着比基尼", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "holding_hair", + "langName": "握着头发|手指绕着头发", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "shou", + "langName": "单手托在脑后", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "arm_cannon", + "langName": "手炮", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "arm_ribbon", + "langName": "手臂丝带", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "caramelldansen", + "langName": "某著名伸手扭腰动作", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "arm_held_back", + "langName": "手臂往后拉", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "leg_lift", + "langName": "单腿抬高", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "hugging_own_legs", + "langName": "抱自己的双腿", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "cheek_pinching", + "langName": "捏脸颊", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "chin_rest", + "langName": "托脸颊", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "skirt_lift", + "langName": "掀裙子", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "skirt_flip", + "langName": "被掀起裙子(含突发情况意义)", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "skirt_pull", + "langName": "拉开裙子", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "cheek_poking", + "langName": "戳脸颊", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "hair_pull", + "langName": "拉头发", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "covering_chest_by_hand", + "langName": "用手遮住胸部", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "chin_stroking", + "langName": "摸下巴", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "hair_pulled_back", + "langName": "头发往后扎", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "adjusting_clothes", + "langName": "拨弄衣服", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "adjusting_hat", + "langName": "整理帽子", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "adjusting_gloves", + "langName": "拨弄手套", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "adjusting_swimsuit", + "langName": "拨弄泳衣", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "adjusting_thighhigh", + "langName": "调整过膝袜", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "adjusting_eyewear", + "langName": "扶正眼镜", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "pulling", + "langName": "拉", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "pulled_by_self", + "langName": "拉下自己的衣物", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "pulled_by_another", + "langName": "被另一个人拉(或拉衣物)", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "lifting_person", + "langName": "将人抱起", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "lifted_by_self", + "langName": "掀起自己的衣物", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "lifted_by_another", + "langName": "被对方掀起衣物", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "bandaid_on_arm", + "langName": "手臂上贴着创可贴", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "carrying", + "langName": "抱起", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "carrying_under_arm", + "langName": "夹在腋下", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "carrying_over_shoulder", + "langName": "肩扛", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "wind_lift", + "langName": "起风效果|上升气流", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "covering_xx", + "langName": "遮盖xx", + "object": "动作", + "attribute": "手部" + }, + { + "displayName": "shushing", + "langName": "嘘手势", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "finger_to_mouth", + "langName": "手抵在嘴唇边", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "peace sign", + "langName": "剪刀手", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "cat_pose", + "langName": "猫爪手势", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "claw_pose", + "langName": "爪手势", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "finger_gun", + "langName": "手指枪手势", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "v", + "langName": "胜利手势", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "double_v", + "langName": "双_v", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "thumbs_up", + "langName": "翘大拇指", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "index_finger_raised", + "langName": "抬起食指", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "middle_finger", + "langName": "比出中指", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "fingersmile", + "langName": "用手指做出笑脸", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "finger_on_trigger", + "langName": "准备扣扳机的手势", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "pointing_at_self", + "langName": "指着自己", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "pointing_at_viewer", + "langName": "指向看图的人", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "pointing_up", + "langName": "向上指", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "poking", + "langName": "戳", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "hand_gesture", + "langName": "做手势", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "ok_sign", + "langName": "OK手势", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "finger_biting", + "langName": "咬手指", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "finger_in_mouth", + "langName": "吮吸手指", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "fingering_through_clothes", + "langName": "手指", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "fingers_together", + "langName": "手指并拢", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "hair_twirling", + "langName": "手指卷着头发", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "sharp_fingernails", + "langName": "锐利的手指甲", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "spread_fingers", + "langName": "张开手指", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "trigger_discipline", + "langName": "手指没放在扳机上", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "w", + "langName": "手指比W", + "object": "动作", + "attribute": "手指" + }, + { + "displayName": "open hands", + "langName": "张开双手", + "object": "动作", + "attribute": "双手动作" + }, + { + "displayName": "spread arms", + "langName": "张开双臂", + "object": "动作", + "attribute": "双手动作" + }, + { + "displayName": "interlocked_fingers", + "langName": "双手紧握", + "object": "动作", + "attribute": "双手动作" + }, + { + "displayName": "tying hair", + "langName": "扎头发", + "object": "动作", + "attribute": "双手动作" + }, + { + "displayName": "own hands clasped", + "langName": "双手相扣", + "object": "动作", + "attribute": "双手动作" + }, + { + "displayName": "own hands together", + "langName": "双手相合", + "object": "动作", + "attribute": "双手动作" + }, + { + "displayName": "hands in hair", + "langName": "双手拨头发", + "object": "动作", + "attribute": "双手动作" + }, + { + "displayName": "arms_behind_head", + "langName": "双手抱头", + "object": "动作", + "attribute": "双手动作" + }, + { + "displayName": "double piece pose", + "langName": "双手 V 手势", + "object": "动作", + "attribute": "双手动作" + }, + { + "displayName": "arms_crossed", + "langName": "手交叉于胸前", + "object": "动作", + "attribute": "双手动作" + }, + { + "displayName": "hands_in_opposite_sleeves", + "langName": "双手交叉伸进袖子里", + "object": "动作", + "attribute": "双手动作" + }, + { + "displayName": "crossed_arms", + "langName": "交叉双臂", + "object": "动作", + "attribute": "双手动作" + }, + { + "displayName": "outstretched_arms", + "langName": "伸出双臂", + "object": "动作", + "attribute": "双手动作" + }, + { + "displayName": "v_arms", + "langName": "双臂摆出V", + "object": "动作", + "attribute": "双手动作" + }, + { + "displayName": "w_arms", + "langName": "双臂摆出W", + "object": "动作", + "attribute": "双手动作" + }, + { + "displayName": "arms_at_sides", + "langName": "双手垂放", + "object": "动作", + "attribute": "双手动作" + }, + { + "displayName": "hands_clasped", + "langName": "双手手指交叉|双手紧握", + "object": "动作", + "attribute": "双手动作" + }, + { + "displayName": "holding", + "langName": "拿着某物", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_animal", + "langName": "抱着动物", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_arrow", + "langName": "拉着弓", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_axe", + "langName": "握着斧头", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_bag", + "langName": "提着包", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_ball", + "langName": "抱着球", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_basket", + "langName": "提着篮子", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_book", + "langName": "捧着书", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_bottle", + "langName": "拿着瓶子", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_bouquet", + "langName": "手捧花束", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_bow_(weapon)", + "langName": "拿着弓(武器)", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_bowl", + "langName": "端着碗", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_box", + "langName": "端着箱子", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_breath", + "langName": "憋气", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_broom", + "langName": "手持扫帚", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_camera", + "langName": "手持摄像机", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_can", + "langName": "拿着易拉罐", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_candy", + "langName": "手持糖果", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_card", + "langName": "手持卡片", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_cat", + "langName": "抱着猫", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_chopsticks", + "langName": "拿着筷子", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_cigarette", + "langName": "手叼香烟", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_clothes", + "langName": "拿着衣服", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_condom", + "langName": "拿着避孕套", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_cup", + "langName": "手持杯子", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_dagger", + "langName": "手持匕首", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_doll", + "langName": "抱着玩偶", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_eyewear", + "langName": "拿着眼镜|正在摘眼镜", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_fan", + "langName": "拿着扇子", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_flag", + "langName": "手持旗帜", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_flower", + "langName": "拿着花", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_food", + "langName": "拿着食物", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_fork", + "langName": "拿着餐叉", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_fruit", + "langName": "拿着水果", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_gift", + "langName": "拿着礼物", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_gun", + "langName": "拿着枪", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_hands", + "langName": "牵手", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_hat", + "langName": "拿着帽子", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_head", + "langName": "手里捧着头", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_helmet", + "langName": "拿着头盔", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_innertube", + "langName": "拿着泳圈", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_instrument", + "langName": "拿着乐器", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_knife", + "langName": "拿着刀", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_leaf", + "langName": "拿着叶子", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_lollipop", + "langName": "拿着棒棒糖", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_mask", + "langName": "拿着面具", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_microphone", + "langName": "拿着麦克风", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_needle", + "langName": "拿着缝衣针", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_own_foot", + "langName": "握着自己的脚", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_paintbrush", + "langName": "手握画笔", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_paper", + "langName": "拿着纸", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_pen", + "langName": "握笔", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_pencil", + "langName": "手持铅笔", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_phone", + "langName": "拿着手机", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_pillow", + "langName": "抱着枕头", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_pipe", + "langName": "拿着烟斗", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_pizza", + "langName": "拿着披萨", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_plate", + "langName": "端着碟子", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_poke_ball", + "langName": "拿着精灵球", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_pokemon", + "langName": "抱着宝可梦", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_polearm", + "langName": "手持长柄武器", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_sack", + "langName": "拎着包袱", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_scythe", + "langName": "手持镰刀", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_sheath", + "langName": "握着刀鞘", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_shield", + "langName": "手持盾牌", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_shoes", + "langName": "拿着鞋子", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_sign", + "langName": "手持招牌", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_spear", + "langName": "手持长矛", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_spoon", + "langName": "拿着汤勺", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_staff", + "langName": "手持法杖", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_strap", + "langName": "手拉着吊带", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_stuffed_animal", + "langName": "抱着毛绒玩具", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_stylus", + "langName": "手持手写笔", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_sword", + "langName": "手持剑", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_syringe", + "langName": "手持注射器", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_towel", + "langName": "拿着毛巾", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_tray", + "langName": "托着盘子", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_umbrella", + "langName": "撑伞", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_wand", + "langName": "握着棒子", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "holding_whip", + "langName": "握着鞭子", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "arm_around_neck", + "langName": "单手搂着脖子", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "arms_around_neck", + "langName": "双手搂着脖子", + "object": "动作", + "attribute": "手(拿着某物)" + }, + { + "displayName": "covering", + "langName": "遮盖的动作", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "covering_face", + "langName": "挡住脸", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "covering_ass", + "langName": "遮着臀部", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "covering_crotch", + "langName": "遮着裆部", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "covering_eyes", + "langName": "遮住眼睛", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "covering_mouth", + "langName": "挡住嘴巴", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "covering_nipples", + "langName": "挡住乳头", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "breast lift", + "langName": "手托乳房", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "breast_suppress", + "langName": "手圧在乳房上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_another's", + "langName": "双手放在别人的脸上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_another's_cheeks", + "langName": "双手放在对方的脸颊上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_ass", + "langName": "双手放在屁股上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_feet", + "langName": "双手放在脚上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_headwear", + "langName": "双手碰到头上的饰物", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_hilt", + "langName": "双手搭在刀柄上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_lap", + "langName": "双手放在两腿之间", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_own_face", + "langName": "双手放在自己的脸上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_own_cheeks", + "langName": "双手放在自己的脸颊上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_own_chest", + "langName": "双手放在自己的胸口", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_own_head", + "langName": "双手放在自己的头上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_own_knees", + "langName": "双手放在自己的膝盖上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_own_stomach", + "langName": "双手放在自己的肚子上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_own_thighs", + "langName": "双手放在自己的大腿上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand between legs", + "langName": "手夹腿间", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "leg hold", + "langName": "手把腿抓着", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_another's_shoulders", + "langName": "双手放在别人的肩膀上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hands_on_hips", + "langName": "双手叉腰|双手搁在腰上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_another's", + "langName": "手接触到对方的脸", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_another's_cheek", + "langName": "手摸着对方的脸颊", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_another's_chest", + "langName": "手放在对方的胸前", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_another's_chin", + "langName": "手托着对方的下巴", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_another's_head", + "langName": "手放在对方的头上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_another's_shoulder", + "langName": "手放在对方的肩上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_another's_stomach", + "langName": "手放在对方的肚子上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_ass", + "langName": "手放在屁股上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_head", + "langName": "手放在头上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_headwear", + "langName": "手触碰帽子", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_hilt", + "langName": "手搁在刀柄上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_hip", + "langName": "手叉着腰|手搁在腰上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_own", + "langName": "把手放在自己脸上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_own_cheek", + "langName": "把手放在自己的脸颊上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_own_chest", + "langName": "把手放在自己的胸口", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_own_chin", + "langName": "手碰着自己的下巴", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_own_stomach", + "langName": "把手放在自己的肚子上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_on_shoulder", + "langName": "手放在肩上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_in_another's_hair", + "langName": "手放在对方的头发上", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_in_hair", + "langName": "手埋在头发里", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "hand_in_pocket", + "langName": "手插在口袋里", + "object": "动作", + "attribute": "手(放在某地)" + }, + { + "displayName": "ass_grab", + "langName": "抓着屁股", + "object": "动作", + "attribute": "手(抓着某物)" + }, + { + "displayName": "flat_chest_grab", + "langName": "抓着贫乳", + "object": "动作", + "attribute": "手(抓着某物)" + }, + { + "displayName": "grabbing", + "langName": "抓住|抓着", + "object": "动作", + "attribute": "手(抓着某物)" + }, + { + "displayName": "grabbing_another's_ass", + "langName": "抓着对方屁股", + "object": "动作", + "attribute": "手(抓着某物)" + }, + { + "displayName": "grabbing_another's_hair", + "langName": "抓着对方的头发", + "object": "动作", + "attribute": "手(抓着某物)" + }, + { + "displayName": "grabbing_from_behind", + "langName": "从背后揉胸|从背后抓住胸部", + "object": "动作", + "attribute": "手(抓着某物)" + }, + { + "displayName": "grabbing_own_ass", + "langName": "抓着自己的屁股", + "object": "动作", + "attribute": "手(抓着某物)" + }, + { + "displayName": "guided_penetration", + "langName": "抓住男性器插入自己", + "object": "动作", + "attribute": "手(抓着某物)" + }, + { + "displayName": "hair_grab", + "langName": "抓着头发", + "object": "动作", + "attribute": "手(抓着某物)" + }, + { + "displayName": "leg_grab", + "langName": "抓着腿", + "object": "动作", + "attribute": "手(抓着某物)" + }, + { + "displayName": "necktie_grab", + "langName": "抓着领带", + "object": "动作", + "attribute": "手(抓着某物)" + }, + { + "displayName": "neckwear_grab", + "langName": "抓着颈部的衣服", + "object": "动作", + "attribute": "手(抓着某物)" + }, + { + "displayName": "penis_grab", + "langName": "抓着阴茎", + "object": "动作", + "attribute": "手(抓着某物)" + }, + { + "displayName": "pillow_grab", + "langName": "抓着枕头", + "object": "动作", + "attribute": "手(抓着某物)" + }, + { + "displayName": "sheet_grab", + "langName": "抓着床单", + "object": "动作", + "attribute": "手(抓着某物)" + }, + { + "displayName": "tail_grab", + "langName": "抓着尾巴", + "object": "动作", + "attribute": "手(抓着某物)" + }, + { + "displayName": "thigh_grab", + "langName": "抓着大腿", + "object": "动作", + "attribute": "手(抓着某物)" + }, + { + "displayName": "torso_grab", + "langName": "抓着躯干", + "object": "动作", + "attribute": "手(抓着某物)" + }, + { + "displayName": "wrist_grab", + "langName": "抓着手腕", + "object": "动作", + "attribute": "手(抓着某物)" + }, + { + "displayName": "kicking", + "langName": "踢", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "high_kick", + "langName": "高踢", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "standing_on_one_leg", + "langName": "单腿站立", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "standing_split", + "langName": "站立劈叉|站立高抬腿", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "legs_up", + "langName": "抬一只腿", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "holding legs", + "langName": "抱住腿", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "hands under legs", + "langName": "手放在腿下", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "leg hug", + "langName": "抱腿", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "spread legs", + "langName": "张开双腿", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "legs_together", + "langName": "两腿并拢", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "crossed_legs", + "langName": "二郎腿", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "m_legs", + "langName": "M字摆腿", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "standing split, leg up", + "langName": "站立一字马", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "curtsy", + "langName": "屈膝礼(女仆行礼)", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "open_stance", + "langName": "稍息", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "convenient_leg", + "langName": "挡住关键部位的腿", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "leg_lock", + "langName": "用双腿夹住", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "legs", + "langName": "双腿", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "legs_over_head", + "langName": "双腿抬过头", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "squatting,_open_legs", + "langName": "蹲下分开双腿", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "knees_together_feet_apart", + "langName": "膝盖合并,两脚分开", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "animal_on_lap", + "langName": "膝盖上有动物", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "hand_on_own_knee", + "langName": "手放在自己的膝盖上", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "knee_up", + "langName": "顶起膝盖", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "knees", + "langName": "膝盖", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "knees_to_chest", + "langName": "膝盖顶到胸部", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "on_lap", + "langName": "在膝盖上", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "squatting", + "langName": "蹲下", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "one_knee", + "langName": "一只膝盖", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "kneeling", + "langName": "下跪", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "all_fours", + "langName": "四肢着地", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "gravure_pose", + "langName": "凹版姿势", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "soaking_feet", + "langName": "泡脚", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "cropped_legs", + "langName": "只画了一部分腿", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "k/da_(league_of_legends)", + "langName": "KDA组合(英雄联盟)", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "leg_belt", + "langName": "腿部系着带子", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "leg_hair", + "langName": "腿毛", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "leg_up", + "langName": "抬起腿", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "legs_apart", + "langName": "两腿分开", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "lowleg", + "langName": "M字摆腿", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "mechanical_legs", + "langName": "机械义足", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "multiple_legs", + "langName": "多足角色", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "no_legs", + "langName": "没画出腿", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "no_legwear", + "langName": "裆胯以下裸着", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "tail_between_legs", + "langName": "尾巴蜷到两腿之间", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "footprints", + "langName": "脚印", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "foot_out_of_frame", + "langName": "单脚不在图内", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "feet_out_of_frame", + "langName": "双脚不在图内", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "feet_up", + "langName": "翘起脚", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "cameltoe", + "langName": "骆驼趾", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "pigeon-toed", + "langName": "萌向的内八腿", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "tiptoes", + "langName": "踮起脚尖", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "ankle_strap", + "langName": "脚踝丝环", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "ankle_wrap", + "langName": "脚踝套", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "crossed_ankles", + "langName": "交叉脚踝", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "folded", + "langName": "抬腿露阴", + "object": "动作", + "attribute": "腿部" + }, + { + "displayName": "sitting", + "langName": "坐", + "object": "动作", + "attribute": "坐" + }, + { + "displayName": "seiza", + "langName": "正坐", + "object": "动作", + "attribute": "坐" + }, + { + "displayName": "wariza", + "langName": "鸭子坐", + "object": "动作", + "attribute": "坐" + }, + { + "displayName": "straddling", + "langName": "跨坐", + "object": "动作", + "attribute": "坐" + }, + { + "displayName": "yokozuwari", + "langName": "侧身坐", + "object": "动作", + "attribute": "坐" + }, + { + "displayName": "sitting_backwards", + "langName": "向后坐", + "object": "动作", + "attribute": "坐" + }, + { + "displayName": "sitting_in_tree", + "langName": "坐在树上", + "object": "动作", + "attribute": "坐" + }, + { + "displayName": "sitting_on_xx", + "langName": "坐在物体上", + "object": "动作", + "attribute": "坐" + }, + { + "displayName": "butterfly_sitting", + "langName": "蝴蝶坐", + "object": "动作", + "attribute": "坐" + }, + { + "displayName": "lotus_position", + "langName": "坐在桌子上", + "object": "动作", + "attribute": "坐" + }, + { + "displayName": "sitting_on_railing", + "langName": "坐在栏杆上", + "object": "动作", + "attribute": "坐" + }, + { + "displayName": "sitting_on_rock", + "langName": "坐在石头", + "object": "动作", + "attribute": "坐" + }, + { + "displayName": "sitting_on_stairs", + "langName": "坐在楼梯上", + "object": "动作", + "attribute": "坐" + }, + { + "displayName": "sitting_on_table", + "langName": "坐在桌子上", + "object": "动作", + "attribute": "坐" + }, + { + "displayName": "sitting_on_water", + "langName": "坐在水上", + "object": "动作", + "attribute": "坐" + }, + { + "displayName": "sitting_on_chair", + "langName": "坐在椅子上", + "object": "动作", + "attribute": "坐" + }, + { + "displayName": "sidesaddle", + "langName": "侧坐在鞍上", + "object": "动作", + "attribute": "坐" + }, + { + "displayName": "sitting_on_bed", + "langName": "坐在床上", + "object": "动作", + "attribute": "坐" + }, + { + "displayName": "sitting_on_desk", + "langName": "坐在课桌上", + "object": "动作", + "attribute": "坐" + }, + { + "displayName": "sitting_on_lap", + "langName": "坐在大腿上", + "object": "动作", + "attribute": "坐" + }, + { + "displayName": "sitting_on_person", + "langName": "坐在人身上", + "object": "动作", + "attribute": "坐" + }, + { + "displayName": "upright_straddle", + "langName": "对坐体位", + "object": "动作", + "attribute": "坐" + }, + { + "displayName": "asymmetrical_docking", + "langName": "胸部互碰|胸顶着胸", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "back-to-back", + "langName": "背对背", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "cunnilingus", + "langName": "舔阴", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "facing_another", + "langName": "面对另一个", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "feeding", + "langName": "喂食", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "finger_in_another's_mouth", + "langName": "口内指交", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "fingering", + "langName": "指交", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "giving", + "langName": "递|赠送", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "grinding", + "langName": "素股|臀推", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "hug", + "langName": "拥抱", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "imminent_kiss", + "langName": "即将接吻", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "incoming_food", + "langName": "递食物", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "incoming_gift", + "langName": "递礼物", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "Kabedon", + "langName": "壁咚", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "lap_pillow", + "langName": "膝枕", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "licking_penis", + "langName": "舔阴茎", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "princess_carry", + "langName": "公主抱", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "shared_bathing", + "langName": "共浴|鸳鸯浴", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "shared_food", + "langName": "共享食物|用嘴递食物", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "sitting_on_head", + "langName": "坐在头上", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "sitting_on_shoulder", + "langName": "坐在肩膀上", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "slapping", + "langName": "掌掴", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "spanking", + "langName": "打屁股", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "special_feeling_(meme)", + "langName": "雪中打伞的恋人梗", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "symmetrical_docking", + "langName": "胸挤胸", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "ear_biting", + "langName": "咬耳朵", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "mixed_bathing", + "langName": "混浴", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "selfie", + "langName": "自拍", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "trembling", + "langName": "颤抖", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "partially submerged", + "langName": "浸在水中", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "rolleyes", + "langName": "翻白眼", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "headpat", + "langName": "摸头", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "cheek-to-cheek", + "langName": "脸贴脸", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "Stretching", + "langName": "拉伸", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "against wall", + "langName": "靠墙", + "object": "动作", + "attribute": "其他动作" + }, + { + "displayName": "((water drops)),wet clothes,((beautiful detailed water)),((floating)),dynamic angle", + "langName": "水魔法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed glow,(detailed ice),beautiful detailed water", + "langName": "冰魔法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.2),(ice crystal texture wings),(Iridescence and rainbow hair:2.5)", + "langName": "冰系改", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(floating palaces:1.3),(((ice crystal texture wings)))", + "langName": "星冰乐", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "((detailed beautiful snow forest with trees)),((snowflakes)),floating", + "langName": "森林冰", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "(((crystals texture Hair))),((beautiful detailed glass hair)),((glass shaped texture hand)),((crystallize texture body)),gem body,hands as clear as jewels,crystallization of clothes,((crystals texture skin)),sparkle,lens flare,light leaks,broken glass,detailed glass shaped clothes,beautiful detailed gemstone sky,gemstone sea,crystals texture flowers,((detailed crystallized clothing))", + "langName": "结晶法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed glow,((flames of war)),(((nuclear explosion behide)))", + "langName": "核爆法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "((breeze)),flying splashes,flying petals,wind", + "langName": "风魔法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "((surrounded by heavy floating sand flow and floating sharp stones)),((((ink)))),((illustration)),((watercolor))", + "langName": "流沙法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "(detailed light),((lightning in hand)),lightning surrounds,(((lightning chain)))", + "langName": "雷电法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "(sunlight),(angel),dynamic angle,floating,wing,halo,floating white silk,(Holy Light),silver stars", + "langName": "圣光法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed pampas grass field,open hakama,surrounded by floating sakura,yellow full moon,beautiful detailed dark midnight sky,messy white long hair", + "langName": "苇名法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "beautiful and delicate water,the finest grass,very delicate light,nature,painting,water spray,breeze,flowers and grass meadow,near the water edge,(sunset,starry sky in a circle),randomly distributed clouds,river,splashing water,falling petals", + "langName": "自然法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "(detailed light) ,feather,leaves,nature,(sunlight),river,(forest),(bloom)", + "langName": "森林法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "floating and rainbow long hair,Iridescence and rainbow,beautiful detailed starry sky", + "langName": "虹彩法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "chain ring,chain storm,dark chain,((wholeblack bloomer)),darkside,night,deep dark,darkness,((dark clouds)),((ruins)),shadow,death garden", + "langName": "暗锁法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed glow,floating ashes,beautiful and detailed explosion,red moon,fire,fire cloud,wings on fire,a cloudy sky,smoke of gunpowder,burning,black dress,dove of peace,(floating cloud:1.2)", + "langName": "火烧云", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(magic circle:1.2),(floating palaces:1.3)", + "langName": "城堡法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "(water bloom),(delicate glow),(breeze),long Flowers meadow,(((sunset)),(less stars form a circle),randomly distributed clouds,(rivers),(willows with branches falling into the water)", + "langName": "黄昏法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "((colorful bubble)),(floating),detailed light", + "langName": "泡泡法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "((rose)),(vine),cage,bandage,red rope,(detail light),falling rose petals", + "langName": "蔷薇法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "(starry tornado:1.4),starry Nebula,beautiful detailed sky", + "langName": "星空法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "((moon)),starry sky,(lighting particle),fog,snow,(bloom)", + "langName": "月亮法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed glow,detailed ice,beautiful detailed water,(cold full moon),snowflake,(floating cloud:1.2)", + "langName": "雪月法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "((burning forest)),spark,light leaks,burning sky,flame,flames burning around,(flying sparks)", + "langName": "森火法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "((destroyed)),explosion,buildings in disarray,The residual eaves DuanBi,cumulus,mouldy,floating,wind,Dead end machine,(broken robot),(Mechanical robot girl),in the rubble of a devastated city", + "langName": "废土法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,((sliver)) and (broken) body", + "langName": "战甲法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "Extremely gorgeous metal style,Metal crown with ornate stripes,Various metals background,Sputtered molten iron,floating hair,Hair like melted metal,Clothes made of silver,Clothes with gold lace,flowing gold and silver,everything flowing and melt,flowing iron,flowing silver,lace flowing and melt", + "langName": "黄金法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "mecha clothes,robot girl", + "langName": "机娘法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "ink,(((bone))),(((ribs))),rose,black hair,blue eyes,greyscale,no shadow,simple background,bright skin", + "langName": "死灵法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "(((gorgeous crystal armor))),(((crystal wings))),((altocumulus)),(clear_sky),(snow mountain),((flowery flowers)),(flowery bubbles),cloud map plane,crystal,crystal poppies,Brilliant light,thick_coating,glass tint,(watercolor)", + "langName": "水晶法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "((an extremely delicate and beautiful)),floating,(detailed wet clothes),(detailed light),feather,nature,(sunlight),river,floating palace,beautiful and delicate water,(bloom),(shine)", + "langName": "水森法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "(blue spark),(red and blue hair),blue eyes,burning sky,flame,Rainbow in the sky,((Flames burning ice)),(((fire butterflies))),(((ice crystal texture wings))),(Flying sparks),(detailed ice),((a lot of luminous ice crystals)),((burning feathers)),(feathers made of ice),(frozen feathers),(((ice and fire together)))", + "langName": "冰火法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "(anger),dragon horns,(silver armor),metal,complex pattern,cape,indifference", + "langName": "龙骑士", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "((full body)),(helpless),tear,crying,(((((falling from the sky))))),((Weathering With You)),((falling)),((face towards the sky)),(hair flows upwards),((disheveled hair)),(1 girl),floating,beautiful detailed sky", + "langName": "坠落法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "((underwater)),(beautiful detailed water),((coral)),dynamic angle,floating,(detailed light),floating hair,(splash),((fishes)),leaves dress,feather,nature,(sunlight),(underwater forest),(bloom),(detailed glow),drenched,seaweed,fish,(((Tyndall effect)))", + "langName": "水下法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "(extremely detailed CG unity 8k wallpaper),(((masterpiece))),(((best quality))),((ultra-detailed)),(best illustration),(best shadow),((an extremely delicate and beautiful)),dynamic angle,floating,fairyland,dynamic angle,sea of flowers,beautiful detailed garden,wind,classic,spring,(detailed light),feather,nature,(sunlight),river,forest,(((floating palace))),((the best building)),beautiful and delicate water,(painting),(sketch),(bloom),(shine)", + "langName": "秘境法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "(((masterpiece))),((the best quality,super fine illustrations,beautiful and delicate water)),((very delicate light)),((nature,painting)),((fine lighting,more transparent stars,high-quality snowflakes,high-quality mountains,very fine 8KCG wallpapers)),(plateau),(((snow mountain))),sunrise,randomly distributed clouds,(snow field),cliff,((rotating star sky)),((lake in mountain stream)),luminous particles", + "langName": "摄影法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "1980s (style),simple background,retro artstyle", + "langName": "摩登法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "(white hair),red long hair,red eyes,(full body),(((with sword))),angry face,(beautiful detailed eyes),Blood drop,Blood fog,floating hair,disheveled hair,Splashing blood,(Bloodstain)", + "langName": "血魔法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "((dragon)),((dragon background))", + "langName": "唤龙术", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "hair fluttering in the wind,((mechanical arm armor)),((mechanical body armor)),riding motor,bodysuit,((ruins of city in war,fire,burning cars,burning buildings)),air force fleet in the sky", + "langName": "战姬法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "mecha clothes,robot girl,sliver bodysuit,dragon wings,((a dragon stands behind the girl)),beautiful detailed sliver dragon armor", + "langName": "龙机法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "((Beautiful butterflies in detail)),((Beautiful stars in detail)),(((halter dress ))),particle,(Starry sky in beautiful detail),(Hazy fog),(Ruins of beautiful details),(((Standing on the surface of the sea)))", + "langName": "星蝶术", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "blonde wavy hair,(shiny long hair),((Gothic Lolita)),blue white skirt,((short skirt)),black Headdress,bowknot,(((hair ornament))),(hair flower),Lace,cross-laced footwear,ribbon-trimmed sleeves,building architecture,((gothic architecture)),starry sky,outdoors,church,(castle)", + "langName": "学院法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "walking,waves,wind,(((glistening light of waves))),(detailed sunset glow),(floating flow),((coral)),(Luminous),coast,(floating colorful bubbles),beautiful detailed sky,(fluorescence),detailed shadow,(conch),beautiful detailed water,starfish,meteor,rainbow,(seabirds),(glinting stars),(glowworm),(splash),detailed cloud,shell,(fireworks)", + "langName": "星霞海", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "beautiful detailed sky,night,stars,(red plum blossom),((winter)),(((snowflakes))),((red and white flowers)),(starry sky),(sitting),((colorful)),scenery,lantern,(starfall)", + "langName": "冬雪法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "((((melt)))),(((((black and white melt))))),(((wear Black and white Taoist robes))),((((gold and silver lace)))),(((gold and silver lace lace))),(((flowing ((black)) and white background))),extremely detailed gorgeous tiara", + "langName": "万物熔炉", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "Floating black ashes,Beautiful and detailed black,red moon,((The black clouds)),(black Wings) ,a black cloudy sky,burning,black dress,((Black fog)),Red eyes,(black smoke),((Black feathers floating in the air)),bat,(floating black cloud:1.5),", + "langName": "暗鸦法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "dynamic angle,finely detail,(bloom),(shine),glinting stars,((((best detailed fireworks)))),((((depth of field)))),(((hanabi))),(((backlight))),", + "langName": "花火基础", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,(lots of big colorful Bubble),(pearl),(Galaxy),depth of field", + "langName": "星之彩", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "stars in the eyes,messy floating hair,colored inner hair,Starry sky adorns hair,depth of field", + "langName": "沉入星海", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "dynamic angle,detailed wet clothes,blank stare,overexplosure,floating,black long straight,red eyes,aqua eyes,gradient eyes,((blood)),white dress,frills,((expressionless)),extremely beautiful detailed water,((lying on the lake)),(bloodred water:1.5),(red background:1.3)", + "langName": "百溺法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "((messy hair)),(grassland),(yellow eyes),incredibly absurdres,(gold hair),floating hair,Large number of environments,the medieval ,grace,prospect,water eyes,wind,breeze,god ray,lawn,Mountains and lakes in the distance,The sun shines through the trees,A vast expanse of grassland", + "langName": "辉煌阳光法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "Starry sky adorns hair,sparkling anime eyes,beautiful detailed stars,blighting stars,emerging dark purple across with white hair,multicolored hair,beautiful detailed sky,beautiful detailed water,cinematic lighting,dramatic angle,", + "langName": "星鬓法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "There are many scattered luminous petals,Hidden in the light yellow flowers,Depth of field,Many flying drops of water,Many scattered leaves,branch ,angle ,contour deepening,cinematic angle", + "langName": "森罗法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "sunlight,extremely light,extremely clothes,Holy Light,dynamic angle,Light particle,very long hair,white hair,yellow eyes,glowing eyes,expressionless,((light smile)),((((white Tulle skirt)))),white silk,looking at viewer,angel wings,large wings,multiple wings,angel halo,(((starry sky))),dusk sky,Floating light spot,Lots of feathers", + "langName": "星天使", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "blonde hair,yellow eyes,white skin,mature female,sunrise,golden sky,magnificent architecture,beautiful detailed sky,overexposure,delicate gold metal decorations", + "langName": "黄金律", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "mechanical prosthesis,mecha coverage,emerging dark purple across with white hair,fluorescent purple,cool movement,rose red eyes,beatiful detailed cyberpunk city,hd semirealistic anime cg concept art digital painting", + "langName": "机械姬", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "(incredibly absurdres),(highly detailed beautiful fishtail:1.6),(((human hands))),(the lower body is a fish:1.9)AND(no human thigh:1.2),seaweed,(full body),(white seashell),(curved and slender fish tail),(the lower body is bare:1.1),{beautiful tailfin},((underwater)),(illustration),detailed water,((fishes)),(floating),watercolor (medium),(small whirlpool),((The sensation of water flowing)),(detailed scales on a mermaid)", + "langName": "人鱼法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "Blood Mist,background Urban rooftop,despair,Blood Cherry Blossom,torn clothes,crying with eyes open,solo,Blood Rain,bandages,Gunpowder smoke,beautiful deatailed shadow,Splashing blood,dust,tyndall effect", + "langName": "末日", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "Space opera,Space port,robot arm,elbow gloves,night,glisten,stare,cyberpunk,((((citylight)))),science fiction,bodysuit,Mechanical armor headdress,(bare shoulders)", + "langName": "碎梦", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "dynamic angle,rainbow hair,detailed cute anime face,((loli)),flower,cry,water,corrugated,flowers tire,broken glass,(broken screen),atlantis,transparent glass", + "langName": "幻碎梦", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "(white hair),(((red streaked hair))),red eyes,(((full body))),(red hair),(((((Hold a red sword))))),(angry face),((Blood drop)),((Blood fog)),light shafts,soft focus,((Splashing blood))),Long hair,((Bloodstain)),Fighting stance,{{{{{watercolor (medium)}}}},(((masterpiece))),((white clock)),((ultradetailed)),((Covered in blood)),flowing hair,Exquisite Flame,dynamic angle,floating,(shine),extremely delicate and beautiful girls,bright skin,lying red petals,Holy lighting", + "langName": "血改法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "dramatic shadows,black and white,monochrome,{{comic}},cross necklace,Cassock", + "langName": "留影术", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "((ink)),(water color),bloom effect,detailed beautiful grassland with petal,flower,butterfly,necklace,smile,petal,(((surrounded by heavy floating petal flow)))", + "langName": "飘花法", + "object": "动作", + "attribute": "魔法" + }, + { + "displayName": "stylish outfit", + "langName": "衣着时髦", + "object": "服饰", + "attribute": "时尚穿搭" + }, + { + "displayName": "fashionable accessories", + "langName": "时尚配饰", + "object": "服饰", + "attribute": "时尚穿搭" + }, + { + "displayName": "fitted jeans", + "langName": "紧身牛仔裤", + "object": "服饰", + "attribute": "时尚穿搭" + }, + { + "displayName": "oversized jacket", + "langName": "大码夹克", + "object": "服饰", + "attribute": "时尚穿搭" + }, + { + "displayName": "baggy clothes", + "langName": "宽松的衣服", + "object": "服饰", + "attribute": "时尚穿搭" + }, + { + "displayName": "traditional_clothes", + "langName": "传统服装|民族服装", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "chinese_clothes", + "langName": "唐装", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "china_dress", + "langName": "旗袍", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "hanfu", + "langName": "汉服", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "Taoist robe", + "langName": "道袍", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "japanese_clothes", + "langName": "和服", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "enmaided", + "langName": "穿着和服的女性", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "hanten_clothes", + "langName": "袢缠(日式)", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "kimono", + "langName": "和服", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "furisode", + "langName": "振袖(和服的一部份)", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "sleeveless_kimono", + "langName": "无袖和服", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "short_kimono", + "langName": "短和服", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "print_kimono", + "langName": "印花和服", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "uchikake", + "langName": "白无垢(日式嫁衣)", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "obi", + "langName": "衣带(和服用)", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "cheongsam", + "langName": "旗袍", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "print_cheongsam", + "langName": "印花旗袍", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "pelvic_curtain", + "langName": "旗袍类衣物的前摆", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "ainu_clothes", + "langName": "阿伊努人的服饰", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "korean_clothes", + "langName": "朝鲜服饰", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "hanbok", + "langName": "韩服", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "Ao_Dai", + "langName": "越南服饰(奥黛)", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "western", + "langName": "西部风格", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "german_clothes", + "langName": "德国服饰", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "indian_style", + "langName": "印度风格", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "arabian_clothes", + "langName": "阿拉伯服饰", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "egyptian_clothes", + "langName": "埃及服饰", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "byzantine_fashion", + "langName": "拜占庭风格", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "gothic", + "langName": "哥特风格", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "lolita", + "langName": "洛丽塔风格", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "gothic_lolita", + "langName": "哥特洛丽塔风格", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "Tropical", + "langName": "热带特征的", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "costume", + "langName": "套装", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "adapted_costume", + "langName": "改良服饰", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "animal_costume", + "langName": "动物造型套装", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "bunny_costume", + "langName": "兔子造型套装", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "cat_costume", + "langName": "猫造型套装", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "dog_costume", + "langName": "狗造型套装", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "bear_costume", + "langName": "熊造型套装", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "santa_costume", + "langName": "圣诞老人服装", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "halloween_costume", + "langName": "万圣节服装", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "embellished_costume", + "langName": "装饰华丽的服装", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "alternate_costume", + "langName": "不同于角色原本造型的替代服装", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "costume_switch", + "langName": "换衣play", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "meme_attire", + "langName": "模仿网络迷因的服装", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "kourindou_tengu_costume", + "langName": "香霖堂天狗装束", + "object": "服饰", + "attribute": "服饰风格" + }, + { + "displayName": "hanfu, tang style outfits,", + "langName": "唐风", + "object": "服饰", + "attribute": "古风" + }, + { + "displayName": "hanfu, song style outfits,", + "langName": "宋风", + "object": "服饰", + "attribute": "古风" + }, + { + "displayName": "hanfu, ming style outfits,", + "langName": "明风", + "object": "服饰", + "attribute": "古风" + }, + { + "displayName": "orange upper shan", + "langName": "橙色上杉", + "object": "服饰", + "attribute": "古风" + }, + { + "displayName": "pink long upper shan", + "langName": "粉色长上杉", + "object": "服饰", + "attribute": "古风" + }, + { + "displayName": "white chest po skirt", + "langName": "齐胸破裙", + "object": "服饰", + "attribute": "古风" + }, + { + "displayName": "red chest pleated skirt", + "langName": "齐胸褶裙", + "object": "服饰", + "attribute": "古风" + }, + { + "displayName": "green waistband", + "langName": "绿色系带", + "object": "服饰", + "attribute": "古风" + }, + { + "displayName": "white pibo", + "langName": "白色披帛", + "object": "服饰", + "attribute": "古风" + }, + { + "displayName": "purple short shan", + "langName": "紫色短杉", + "object": "服饰", + "attribute": "古风" + }, + { + "displayName": "light green long shan", + "langName": "浅绿长杉", + "object": "服饰", + "attribute": "古风" + }, + { + "displayName": "translucent white pleated skirt", + "langName": "半透白百褶裙", + "object": "服饰", + "attribute": "古风" + }, + { + "displayName": "green floral songmo", + "langName": "绿碎花宋抹", + "object": "服饰", + "attribute": "古风" + }, + { + "displayName": "short coat", + "langName": "短袄", + "object": "服饰", + "attribute": "古风" + }, + { + "displayName": "mamian skirt", + "langName": "马面裙", + "object": "服饰", + "attribute": "古风" + }, + { + "displayName": "round collar", + "langName": "圆领", + "object": "服饰", + "attribute": "古风" + }, + { + "displayName": "standing collar", + "langName": "立领", + "object": "服饰", + "attribute": "古风" + }, + { + "displayName": "square collar", + "langName": "方领", + "object": "服饰", + "attribute": "古风" + }, + { + "displayName": "overlapping collar", + "langName": "云肩", + "object": "服饰", + "attribute": "古风" + }, + { + "displayName": "embroidery", + "langName": "刺绣", + "object": "服饰", + "attribute": "古风" + }, + { + "displayName": "woven gold", + "langName": "织金", + "object": "服饰", + "attribute": "古风" + }, + { + "displayName": "makeup flower", + "langName": "妆花", + "object": "服饰", + "attribute": "古风" + }, + { + "displayName": "bufu", + "langName": "补服", + "object": "服饰", + "attribute": "古风" + }, + { + "displayName": "suit", + "langName": "西装", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "business_suit", + "langName": "商务装", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "tuxedo", + "langName": "燕尾服", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "formal_dress", + "langName": "正装礼服", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "evening_gown", + "langName": "长礼服(长至脚踝的女性礼服)", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "evening dress", + "langName": "晚礼服", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "wedding_dress", + "langName": "婚纱", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "gown", + "langName": "女长服", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "cocktail_dress", + "langName": "鸡尾酒连衣裙", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "school_uniform", + "langName": "校服", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "serafuku", + "langName": "水手服(校服)", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "summer_uniform", + "langName": "夏季制服", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "kindergarten_uniform", + "langName": "幼儿园制服", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "sailor", + "langName": "海员制服", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "police_uniform", + "langName": "警服", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "military_uniform", + "langName": "陆军制服", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "naval_uniform", + "langName": "海军制服", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "camouflage uniform", + "langName": "迷彩服", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "nazi_uniform", + "langName": "纳粹制服", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "ss_uniform", + "langName": "党卫军制服", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "stile_uniform", + "langName": "女侍从的制服", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "band_uniform", + "langName": "乐队制服", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "chef_uniform", + "langName": "厨师工装", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "labcoat", + "langName": "白大褂", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "space_suit", + "langName": "宇航服", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "leotard", + "langName": "紧身连衣裤", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "canonicals", + "langName": "神职长袍", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "domineering", + "langName": "修女服", + "object": "服饰", + "attribute": "正装" + }, + { + "displayName": "casual", + "langName": "休闲", + "object": "服饰", + "attribute": "休闲装" + }, + { + "displayName": "loungewear", + "langName": "休闲服", + "object": "服饰", + "attribute": "休闲装" + }, + { + "displayName": "hoodie", + "langName": "卫衣", + "object": "服饰", + "attribute": "休闲装" + }, + { + "displayName": "homewear", + "langName": "居家服", + "object": "服饰", + "attribute": "休闲装" + }, + { + "displayName": "pajamas", + "langName": "睡衣", + "object": "服饰", + "attribute": "休闲装" + }, + { + "displayName": "nightgown", + "langName": "睡衣", + "object": "服饰", + "attribute": "休闲装" + }, + { + "displayName": "sleepwear", + "langName": "睡衣", + "object": "服饰", + "attribute": "休闲装" + }, + { + "displayName": "babydoll", + "langName": "情趣睡衣", + "object": "服饰", + "attribute": "休闲装" + }, + { + "displayName": "print_pajamas", + "langName": "印花睡衣", + "object": "服饰", + "attribute": "休闲装" + }, + { + "displayName": "polka_dot_pajamas", + "langName": "波点睡衣", + "object": "服饰", + "attribute": "休闲装" + }, + { + "displayName": "yukata", + "langName": "浴衣", + "object": "服饰", + "attribute": "休闲装" + }, + { + "displayName": "robe", + "langName": "长袍", + "object": "服饰", + "attribute": "休闲装" + }, + { + "displayName": "robe_of_blending", + "langName": "混合长袍", + "object": "服饰", + "attribute": "休闲装" + }, + { + "displayName": "cloak", + "langName": "斗篷", + "object": "服饰", + "attribute": "休闲装" + }, + { + "displayName": "hooded_cloak", + "langName": "连帽斗篷", + "object": "服饰", + "attribute": "休闲装" + }, + { + "displayName": "harem_outfit", + "langName": "舞娘服", + "object": "服饰", + "attribute": "休闲装" + }, + { + "displayName": "sportswear", + "langName": "运动服", + "object": "服饰", + "attribute": "运动服" + }, + { + "displayName": "gym_uniform", + "langName": "运动服", + "object": "服饰", + "attribute": "运动服" + }, + { + "displayName": "athletic_leotard", + "langName": "体操服", + "object": "服饰", + "attribute": "运动服" + }, + { + "displayName": "tennis_uniform", + "langName": "网球衫", + "object": "服饰", + "attribute": "运动服" + }, + { + "displayName": "baseball_uniform", + "langName": "棒球服", + "object": "服饰", + "attribute": "运动服" + }, + { + "displayName": "letterman_jacket", + "langName": "棒球夹克", + "object": "服饰", + "attribute": "运动服" + }, + { + "displayName": "volleyball_uniform", + "langName": "排球服", + "object": "服饰", + "attribute": "运动服" + }, + { + "displayName": "biker_clothes", + "langName": "自行车运动服", + "object": "服饰", + "attribute": "运动服" + }, + { + "displayName": "bikesuit", + "langName": "骑行套装", + "object": "服饰", + "attribute": "运动服" + }, + { + "displayName": "wrestling_outfit", + "langName": "摔角服", + "object": "服饰", + "attribute": "运动服" + }, + { + "displayName": "dougi", + "langName": "武道服", + "object": "服饰", + "attribute": "运动服" + }, + { + "displayName": "swimsuit", + "langName": "泳装", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "swimwear", + "langName": "泳衣", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "wet_swimsuit", + "langName": "湿泳衣", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "school_swimsuit", + "langName": "学校泳装(死库水)", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "new_school_swimsuit", + "langName": "新式死库水", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "old_school_swimsuit", + "langName": "旧式死库水", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "competition_school_swimsuit", + "langName": "竞泳死库水", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "competition_swimsuit", + "langName": "赛用泳衣", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "casual_one-piece_swimsuit", + "langName": "休闲连体泳衣", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "front_zipper_swimsuit", + "langName": "拉链在正面的泳衣", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "highleg_swimsuit", + "langName": "高开衩的泳衣", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "one-piece_swimsuit", + "langName": "连体泳衣", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "swimsuit_of_perpetual_summer", + "langName": "常夏的泳衣(fgo学妹灵衣)", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "bikini", + "langName": "比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "highleg_bikini", + "langName": "高腰比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "lowleg_bikini", + "langName": "低腰比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "slingshot_swimsuit", + "langName": "V字泳衣", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "sailor_bikini", + "langName": "水手服款比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "shell_bikini", + "langName": "贝壳比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "sports_bikini", + "langName": "运动比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "string_bikini", + "langName": "系绳比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "strapless_bikini", + "langName": "无肩带比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "side-tie_bikini", + "langName": "细带款比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "front-tie_bikini_top", + "langName": "前系带比基尼上衣", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "multi-strapped_bikini", + "langName": "多绑带比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "thong_bikini", + "langName": "丁字裤比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "front-tie_bikini", + "langName": "从正面打结的比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "frilled_bikini", + "langName": "花边比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "o-ring_bikini", + "langName": "带O型环的比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "eyepatch_bikini", + "langName": "眼罩比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "layered_bikini", + "langName": "分层比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "bow_bikini", + "langName": "带蝴蝶结的比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "mismatched_bikini", + "langName": "双色比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "multicolored_bikini", + "langName": "多色款比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "frilled_swimsuit", + "langName": "花边泳衣", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "polka_dot_swimsuit", + "langName": "圆斑泳衣", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "striped_swimsuit", + "langName": "条纹泳衣", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "striped_bikini", + "langName": "条纹比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "plaid_bikini", + "langName": "格子比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "polka_dot_bikini", + "langName": "圆斑比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "print_bikini", + "langName": "印花比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "american_flag_bikini", + "langName": "美国国旗比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "german_flag_bikini", + "langName": "德国国旗比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "impossible_swimsuit", + "langName": "人体彩绘般的泳衣", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "bikini_top", + "langName": "比基尼上衣", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "bikini_top_only", + "langName": "仅比基尼上衣", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "bikini_top_removed", + "langName": "脱下了比基尼上衣", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "bikini_bottom_only", + "langName": "仅比基尼下装", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "bikini_bottom", + "langName": "比基尼泳裤", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "untied_bikini", + "langName": "解开的比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "bikini_aside", + "langName": "从三点剥开的比基尼", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "swimsuit_aside", + "langName": "把泳衣的裆部挪到一边", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "swimsuit_under_clothes", + "langName": "衣服里面穿着泳衣", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "torn_swimsuit", + "langName": "破损的泳衣", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "bikini_skirt", + "langName": "比基尼裙", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "swim_briefs", + "langName": "泳裤", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "swim_cap", + "langName": "泳帽", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "swim_trunks", + "langName": "泳裤", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "male_swimwear", + "langName": "男用泳裤", + "object": "服饰", + "attribute": "泳装" + }, + { + "displayName": "sailor_senshi_uniform", + "langName": "美少女战士制服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "adapted_uniform", + "langName": "改良制服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "anzio_military_uniform", + "langName": "安齐奥军服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "anzio_school_uniform", + "langName": "安齐奥校服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "aria_company_uniform", + "langName": "亚利亚公司制服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "ashford_academy_uniform", + "langName": "阿什福特学院制服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "bc_freedom_military_uniform", + "langName": "BC自由学园制服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "chaldea_uniform", + "langName": "迦勒底制服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "chi-hatan_military_uniform", + "langName": "知波单学院制服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "fleur_de_lapin_uniform", + "langName": "点兔女仆装", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "garreg_mach_monastery_uniform", + "langName": "加尔格·马可大修道院制服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "gem_uniform_(houseki_no_kuni)", + "langName": "宝石之国的制服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "hanasakigawa_school_uniform", + "langName": "花咲川女子学园", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "hikarizaka_private_high_school_uniform", + "langName": "私立光坂高等学校校服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "homurahara_academy_uniform", + "langName": "穗群原学园制服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "kamiyama_high_school_uniform", + "langName": "神山高中校服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "keizoku_military_uniform", + "langName": "继续高中军服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "kita_high_school_uniform", + "langName": "北高中制服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "kiyosumi_school_uniform", + "langName": "清澄高中校服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "luna_nova_school_uniform", + "langName": "鲁纳诺娃魔法学校校服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "meiji_schoolgirl_uniform", + "langName": "明治女学生制服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "mitakihara_school_uniform", + "langName": "见泷原中学校制服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "nami_junior_high_school_uniform", + "langName": "波路中学校服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "nanairogaoka_middle_school_uniform", + "langName": "七色丘中学校服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "nanamori_school_uniform", + "langName": "七森中学校服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "naoetsu_high_school_uniform", + "langName": "私立直江津高校制服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "national_shin_ooshima_school_uniform", + "langName": "新大岛学园校服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "ooarai_military_uniform", + "langName": "大洗联队军装", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "ooarai_school_uniform", + "langName": "大洗联队校服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "otonokizaka_school_uniform", + "langName": "国立音乃木坂学院女子制服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "paradis_military_uniform", + "langName": "帕拉迪岛军装", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "polar_chaldea_uniform", + "langName": "极地迦勒底制服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "pravda_military_uniform", + "langName": "真理学院军装", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "pravda_school_uniform", + "langName": "真理学院校服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "rabbit_house_uniform", + "langName": "点兔兔之家制服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "raimon_soccer_uniform", + "langName": "雷门足球队服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "ryouou_school_uniform", + "langName": "陵樱学园制服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "sakugawa_school_uniform", + "langName": "栅川中学校服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "sakuragaoka_high_school_uniform", + "langName": "樱丘女子高等学校校服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "saunders_military_uniform", + "langName": "桑德斯军装", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "saunders_school_uniform", + "langName": "桑德斯附高校服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "seishou_elementary_school_uniform", + "langName": "圣祥大附小学校校服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "shinda_sekai_sensen_uniform", + "langName": "死后世界战线制服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "shuuchiin_academy_uniform", + "langName": "秀知院学园制服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "shuujin_academy_uniform", + "langName": "秀尽学院制服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "st._gloriana's_military_uniform", + "langName": "圣葛罗莉安娜军装", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "st._gloriana's_school_uniform", + "langName": "圣葛罗莉安娜女学园校服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "starlight_academy_uniform", + "langName": "星光学园制服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "tokisadame_school_uniform", + "langName": "时定高校校服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "tokiwadai_school_uniform", + "langName": "常盘台中学校服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "tomoeda_elementary_school_uniform", + "langName": "友枝小学校服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "tsab_ground_military_uniform", + "langName": "时空管理局军服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "u.a._school_uniform", + "langName": "雄英高中校服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "uranohoshi_school_uniform", + "langName": "浦之星女学院校服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "yasogami_school_uniform", + "langName": "八十神高中校服", + "object": "服饰", + "attribute": "校服" + }, + { + "displayName": "shirt", + "langName": "衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "dress_shirt", + "langName": "正装衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "collared_shirt", + "langName": "翻领衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "white_shirt", + "langName": "白衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "blouse", + "langName": "女式衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "frilled_shirt", + "langName": "荷叶边衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "sailor_shirt", + "langName": "水手衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "plaid_shirt", + "langName": "格子衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "striped_shirt", + "langName": "条纹衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "print_shirt", + "langName": "印花衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "impossible shirt", + "langName": "贴合程度不合逻辑的衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "polo_shirt", + "langName": "马球衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "hawaiian_shirt", + "langName": "夏威夷衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "t-shirt", + "langName": "T恤", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "casual T-shirts", + "langName": "休闲T恤", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "short sleeve T-shirts", + "langName": "短袖T恤(搭肩衫)", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "cropped_shirt", + "langName": "短款衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "off-shoulder_shirt", + "langName": "露肩衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "criss-cross_halter", + "langName": "交叉吊带衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "sleeveless_shirt", + "langName": "无袖衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "sleeveless_hoodie", + "langName": "无袖连帽衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "tank_top", + "langName": "背心(居家)", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "camisole", + "langName": "吊带背心", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "crop_top", + "langName": "露脐上衣", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "undershirt", + "langName": "汗衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "vest", + "langName": "背心(正式)", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "brown_vest", + "langName": "棕色背心", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "waistcoat", + "langName": "马甲(正式)", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "sweatshirt", + "langName": "卫衣", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "jersey", + "langName": "运动衫/球衣", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "sweater", + "langName": "毛衣", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "cardigan", + "langName": "开襟毛衣", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "shrug_(clothing)", + "langName": "披肩", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "jacket", + "langName": "夹克", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "hooded jacket", + "langName": "连帽夹克", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "coat", + "langName": "外套", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "suit jacket", + "langName": "西装外套", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "tailcoat", + "langName": "燕尾服", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "capelet", + "langName": "短披风", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "kesa", + "langName": "袈裟", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "kappougi", + "langName": "(烹饪时穿的)罩衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "detached sleeves", + "langName": "袖肩分离袖", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "cropped vest", + "langName": "短款背心", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "spaghetti strap", + "langName": "细肩带", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "tube_top", + "langName": "束腰短上衣", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "dudou", + "langName": "肚兜", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "highleg", + "langName": "高开衩上衣", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "shirt_tucked_in", + "langName": "衬衫扎进裤子", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "untucked_shirt", + "langName": "未扎进裤子的衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "tied_shirt", + "langName": "系带衬衫(把衣角和下擺打结)", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "partially_unbuttoned", + "langName": "部分解扣", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "partially_unzipped", + "langName": "部分拉开的拉链", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "unbuttoned shirt", + "langName": "解开纽扣的衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "open_clothes", + "langName": "敞开的衣服", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "clothes_down", + "langName": "褪下衣物", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "shirt_tug", + "langName": "拉扯衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "clothes_tug", + "langName": "拉扯衣服", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "clothes_removed", + "langName": "脱下的衣服", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "shirt_removed", + "langName": "脱下的衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "undressing", + "langName": "脱衣服", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "untied", + "langName": "未系衣服", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "button_gap", + "langName": "纽扣之间的缝隙(没解开)", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "taut_shirt", + "langName": "紧绷的衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "taut_clothes", + "langName": "紧绷的衣服", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "tight", + "langName": "紧身衣物", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "underbust", + "langName": "勒出下胸围", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "oversized_shirt", + "langName": "大号衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "oversized_clothes", + "langName": "大号衣服", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "borrowed_garments", + "langName": "男友的衣服", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "undersized_clothes", + "langName": "小号衣服", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "clothing_cutout", + "langName": "镂空衣服", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "back_cutout", + "langName": "露背上衣", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "cleavage_cutout", + "langName": "乳沟开洞衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "navel_cutout", + "langName": "肚脐开洞衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "midriff", + "langName": "露腰上衣", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "heart_cutout", + "langName": "心形开口上衣", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "torn_clothes", + "langName": "撕裂的衣服", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "torn_shirt", + "langName": "撕裂的衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "wet_shirt", + "langName": "湿衬衫", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "clothes_theft", + "langName": "衣物被盗", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "strap_slip", + "langName": "肩带滑落(导致走光)", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "wedgie", + "langName": "嵌入(拉裆部衣物所致)", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "wardrobe_malfunction", + "langName": "衣服出了意外(如崩开)", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "wardrobe_error", + "langName": "衣服滑落", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "short sleeves", + "langName": "短袖", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "long sleeves", + "langName": "长袖", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "sleeveless", + "langName": "无袖", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "underwear", + "langName": "内衣", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "bra", + "langName": "文胸", + "object": "服饰", + "attribute": "上衣" + }, + { + "displayName": "nude", + "langName": "裸体的", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "formal", + "langName": "正装", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "chemise", + "langName": "宽松连衣裙", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "santa", + "langName": "圣诞装", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "blazer", + "langName": "西装外套", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "overcoat", + "langName": "大衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "double-breasted", + "langName": "双排纽扣(双排扣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "long_coat", + "langName": "长外套", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "haori", + "langName": "和式外套", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "winter_coat", + "langName": "冬季大衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "hooded_coat", + "langName": "连帽大衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "fur_coat", + "langName": "皮草大衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "fur-trimmed_coat", + "langName": "镶边皮草大衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "duffel_coat", + "langName": "粗呢大衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "fishnet_top", + "langName": "渔网上衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "parka", + "langName": "派克大衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "jacket_partially_removed", + "langName": "夹克已被部分脱下", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "jacket_removed", + "langName": "已脱下夹克", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "open_jacket", + "langName": "开襟夹克(配合spread_legs)", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "cropped_jacket", + "langName": "短款夹克", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "track_jacket", + "langName": "运动夹克", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "hooded_track_jacket", + "langName": "连帽运动夹克", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "military_jacket", + "langName": "军装夹克", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "camouflage_jacket", + "langName": "迷彩夹克", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "leather_jacket", + "langName": "皮夹克", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "bomber_jacket", + "langName": "飞行员夹克", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "denim_jacket", + "langName": "牛仔夹克", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "fur-trimmed_jacket", + "langName": "毛皮边饰夹克", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "two-tone_jacket", + "langName": "两色夹克", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "trench_coat", + "langName": "风衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "windbreaker", + "langName": "冲锋衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "raincoat", + "langName": "雨衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "hagoromo", + "langName": "神羽衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "tunic", + "langName": "束腰长袍", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "cape", + "langName": "披肩", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "winter_clothes", + "langName": "冬装", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "pullover_sweaters", + "langName": "套頭毛衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "loating_jacket", + "langName": "休闲夹克", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "ribbed_sweater", + "langName": "罗纹毛衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "sweater_vest", + "langName": "毛衣背心", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "backless_sweater", + "langName": "露背毛衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "aran_sweater", + "langName": "爱尔兰毛衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "beige_sweater", + "langName": "米色毛衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "brown_sweater", + "langName": "棕色毛衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "hooded_sweater", + "langName": "连帽毛衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "off-shoulder_sweater", + "langName": "露肩毛衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "striped_sweater", + "langName": "条纹毛衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "virgin_killer_sweater", + "langName": "处男杀手毛衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "down_jacket", + "langName": "羽绒服", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "puffer_jacket", + "langName": "羽绒服", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "open dress", + "langName": "开襟连衣裙", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "Piece Suit", + "langName": "西装夹克", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "naked towel", + "langName": "浴巾", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "racing suit", + "langName": "赛车服", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "maid dress", + "langName": "女仆装", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "reverse bunnysuit", + "langName": "逆兔女郎", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "backless outfit", + "langName": "露背装", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "Gorgeous and fussy clothes", + "langName": "华丽繁琐的服装", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "highleg leotard", + "langName": "高开衩的连身衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "Sex underwear", + "langName": "情趣内衣", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "diving suit", + "langName": "潜水服", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "casual wear", + "langName": "休闲服", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "miko clothing", + "langName": "女巫服", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "nurse gown", + "langName": "护士服", + "object": "服饰", + "attribute": "外套" + }, + { + "displayName": "sailor_collar", + "langName": "水手领", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "fur_collar", + "langName": "毛皮衣领", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "frilled_collar", + "langName": "花边衣领", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "popped_collar", + "langName": "竖起来的衣领", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "black_choker", + "langName": "黑色颈圈", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "belt_collar", + "langName": "皮带颈环", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "frilled_choker", + "langName": "褶边项链", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "neckerchief", + "langName": "领巾", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "red_neckerchief", + "langName": "红领巾", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "necktie", + "langName": "领带", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "short_necktie", + "langName": "短领带", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "white_necktie", + "langName": "白色领带", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "bowtie", + "langName": "蝴蝶结领带", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "headphones_around_neck", + "langName": "挂在脖子上的耳机", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "goggles_around_neck", + "langName": "脖子上护目镜", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "neck_bell", + "langName": "颈铃", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "neck_ruff", + "langName": "领口", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "v-neck", + "langName": "V领", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "towel_around_neck", + "langName": "脖子上的毛巾", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "loose_necktie", + "langName": "宽松领带", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "neck_tattoo", + "langName": "颈部纹身", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "ascot", + "langName": "领巾状宽领带", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "ribbon_choker", + "langName": "颈丝带", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "maebari/pasties", + "langName": "阴贴/乳贴", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "chinese_knot", + "langName": "中国结", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "cross_necklace", + "langName": "十字架项链", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "bead_necklace", + "langName": "珠子项链", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "pearl_necklace", + "langName": "珍珠项链", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "heart_necklace", + "langName": "心形项链", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "carrot_necklace", + "langName": "胡萝卜项链", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "chain_necklace", + "langName": "锁链项链", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "magatama_necklace", + "langName": "珠玉项链", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "tooth_necklace", + "langName": "牙项链", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "key_necklace", + "langName": "钥匙项链", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "anchor_necklace", + "langName": "锚项链", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "skull_necklace", + "langName": "骷髅项链", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "shell_necklace", + "langName": "贝壳项链", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "gold_necklace", + "langName": "金项链", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "crescent_necklace", + "langName": "新月项链", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "ring_necklace", + "langName": "戒指项链", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "feather_necklace", + "langName": "羽毛项链", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "bone_necklace", + "langName": "骨项链", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "ankh_necklace", + "langName": "十字项链", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "multiple_necklaces", + "langName": "多条项链", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "bullet_necklace", + "langName": "子弹项链", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "holding_necklace", + "langName": "拿着项链", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "necklace_removed", + "langName": "项链被移除", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "brown_neckwear", + "langName": "棕色领饰", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "checkered_neckwear", + "langName": "格子领口", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "diagonal-striped_neckwear", + "langName": "斜纹领结", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "halterneck", + "langName": "绕颈系带", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "mole_on_neck", + "langName": "脖子上有痣", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "neck", + "langName": "脖子", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "plaid_neckwear", + "langName": "格子呢领子", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "plunging_neckline", + "langName": "深领", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "print_neckwear", + "langName": "印花领带", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "sleeveless_turtleneck", + "langName": "无袖高领毛衣", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "star_necklace", + "langName": "星形项链", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "striped_neckwear", + "langName": "条纹领子", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "turtleneck_sweater", + "langName": "高领毛衣", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "undone_necktie", + "langName": "解开领带", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "whistle_around_neck", + "langName": "脖子上挂着口哨", + "object": "服饰", + "attribute": "领口" + }, + { + "displayName": "plaid_scarf", + "langName": "格子围巾", + "object": "服饰", + "attribute": "围巾" + }, + { + "displayName": "striped_scarf", + "langName": "条纹围巾", + "object": "服饰", + "attribute": "围巾" + }, + { + "displayName": "print_scarf", + "langName": "印花围巾", + "object": "服饰", + "attribute": "围巾" + }, + { + "displayName": "vertical-striped_scarf", + "langName": "竖条纹围巾", + "object": "服饰", + "attribute": "围巾" + }, + { + "displayName": "polka_dot_scarf", + "langName": "波点围巾", + "object": "服饰", + "attribute": "围巾" + }, + { + "displayName": "argyle_scarf", + "langName": "菱形围巾", + "object": "服饰", + "attribute": "围巾" + }, + { + "displayName": "beige_scarf", + "langName": "米色围巾", + "object": "服饰", + "attribute": "围巾" + }, + { + "displayName": "scarf_bow", + "langName": "围巾蝴蝶结", + "object": "服饰", + "attribute": "围巾" + }, + { + "displayName": "fur_scarf", + "langName": "皮草围巾", + "object": "服饰", + "attribute": "围巾" + }, + { + "displayName": "naked_scarf", + "langName": "裸围巾", + "object": "服饰", + "attribute": "围巾" + }, + { + "displayName": "multicolored_scarf", + "langName": "五彩围巾", + "object": "服饰", + "attribute": "围巾" + }, + { + "displayName": "floating_scarf", + "langName": "漂浮围巾", + "object": "服饰", + "attribute": "围巾" + }, + { + "displayName": "long_scarf", + "langName": "长围巾", + "object": "服饰", + "attribute": "围巾" + }, + { + "displayName": "arm_scarf", + "langName": "手臂围巾", + "object": "服饰", + "attribute": "围巾" + }, + { + "displayName": "scarf_on_head", + "langName": "头上的围巾", + "object": "服饰", + "attribute": "围巾" + }, + { + "displayName": "scarf_over_mouth", + "langName": "围巾在嘴上", + "object": "服饰", + "attribute": "围巾" + }, + { + "displayName": "scarf_removed", + "langName": "围巾被取下", + "object": "服饰", + "attribute": "围巾" + }, + { + "displayName": "adjusting_scarf", + "langName": "调整围巾", + "object": "服饰", + "attribute": "围巾" + }, + { + "displayName": "holding_scarf", + "langName": "拿着围巾", + "object": "服饰", + "attribute": "围巾" + }, + { + "displayName": "scarf_pull", + "langName": "扯围巾", + "object": "服饰", + "attribute": "围巾" + }, + { + "displayName": "brown_scarf", + "langName": "棕色围巾", + "object": "服饰", + "attribute": "围巾" + }, + { + "displayName": "scarf", + "langName": "围巾", + "object": "服饰", + "attribute": "围巾" + }, + { + "displayName": "apron", + "langName": "围裙", + "object": "服饰", + "attribute": "腰部" + }, + { + "displayName": "waist_apron", + "langName": "腰围裙", + "object": "服饰", + "attribute": "腰部" + }, + { + "displayName": "maid_apron", + "langName": "女仆围裙", + "object": "服饰", + "attribute": "腰部" + }, + { + "displayName": "bow tied at the waist", + "langName": "系在前腰的蝴蝶结", + "object": "服饰", + "attribute": "腰部" + }, + { + "displayName": "waist_cape", + "langName": "穿在腰部的小披风", + "object": "服饰", + "attribute": "腰部" + }, + { + "displayName": "clothes_around_waist", + "langName": "腰间衣服", + "object": "服饰", + "attribute": "腰部" + }, + { + "displayName": "jacket_around_waist", + "langName": "腰围夹克", + "object": "服饰", + "attribute": "腰部" + }, + { + "displayName": "sweater_around_waist", + "langName": "围腰毛衣", + "object": "服饰", + "attribute": "腰部" + }, + { + "displayName": "loincloth", + "langName": "缠腰布", + "object": "服饰", + "attribute": "腰部" + }, + { + "displayName": "bustier", + "langName": "胸衣", + "object": "服饰", + "attribute": "腰部" + }, + { + "displayName": "corset", + "langName": "束腰(马甲)", + "object": "服饰", + "attribute": "腰部" + }, + { + "displayName": "girdle", + "langName": "紧身褡", + "object": "服饰", + "attribute": "腰部" + }, + { + "displayName": "bikini_armor", + "langName": "比基尼盔甲", + "object": "服饰", + "attribute": "盔甲" + }, + { + "displayName": "armor", + "langName": "盔甲", + "object": "服饰", + "attribute": "盔甲" + }, + { + "displayName": "full_armor", + "langName": "穿着全套盔甲的", + "object": "服饰", + "attribute": "盔甲" + }, + { + "displayName": "plate_armor", + "langName": "板甲", + "object": "服饰", + "attribute": "盔甲" + }, + { + "displayName": "japanese_armor", + "langName": "日本铠甲", + "object": "服饰", + "attribute": "盔甲" + }, + { + "displayName": "kusazuri", + "langName": "腹当|草摺(日式下半盔甲", + "object": "服饰", + "attribute": "盔甲" + }, + { + "displayName": "power_armor", + "langName": "动力装甲", + "object": "服饰", + "attribute": "盔甲" + }, + { + "displayName": "helmet", + "langName": "头盔", + "object": "服饰", + "attribute": "盔甲" + }, + { + "displayName": "kabuto", + "langName": "头盔(日式)", + "object": "服饰", + "attribute": "盔甲" + }, + { + "displayName": "off-shoulder_armor", + "langName": "無肩甲盔甲", + "object": "服饰", + "attribute": "盔甲" + }, + { + "displayName": "shoulder_armor", + "langName": "肩甲", + "object": "服饰", + "attribute": "盔甲" + }, + { + "displayName": "muneate", + "langName": "日本弓道護胸甲", + "object": "服饰", + "attribute": "盔甲" + }, + { + "displayName": "breastplate", + "langName": "胸甲", + "object": "服饰", + "attribute": "盔甲" + }, + { + "displayName": "faulds", + "langName": "腹甲", + "object": "服饰", + "attribute": "盔甲" + }, + { + "displayName": "greaves", + "langName": "胫甲", + "object": "服饰", + "attribute": "盔甲" + }, + { + "displayName": "shin_guards", + "langName": "胫甲", + "object": "服饰", + "attribute": "盔甲" + }, + { + "displayName": "armored_boots", + "langName": "装甲靴", + "object": "服饰", + "attribute": "盔甲" + }, + { + "displayName": "dress", + "langName": "连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "microdress", + "langName": "微型连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "long_dress", + "langName": "长连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "mermaid dress", + "langName": "鱼尾裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "off-shoulder_dress", + "langName": "露肩连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "strapless_dress", + "langName": "无肩带连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "backless_dress", + "langName": "露背连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "halter_dress", + "langName": "绕颈露背吊带裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "sundress", + "langName": "吊帶連衣裙(大熱天穿的無袖連衣裙)", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "sleeveless_dress", + "langName": "无袖连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "sailor_dress", + "langName": "水手服款裙子", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "summer_dress", + "langName": "夏日长裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "pinafore_dress", + "langName": "围裙连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "sweater_dress", + "langName": "毛衣连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "armored_dress", + "langName": "战甲裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "frilled_dress", + "langName": "花边连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "lace-trimmed_dress", + "langName": "蕾丝边连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "collared_dress", + "langName": "有领连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "fur-trimmed_dress", + "langName": "毛皮镶边连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "layered_dress", + "langName": "分层连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "pleated_dress", + "langName": "百褶连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "taut_dress", + "langName": "紧身连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "pencil_dress", + "langName": "铅笔裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "impossible_dress", + "langName": "过分紧身的衣服", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "multicolored_dress", + "langName": "多色款连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "striped_dress", + "langName": "条纹连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "ribbed_dress", + "langName": "罗纹连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "polka_dot_dress", + "langName": "波点连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "print_dress", + "langName": "印花连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "vertical-striped_dress", + "langName": "竖条纹连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "see-through_dress", + "langName": "透视连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "skirt", + "langName": "短裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "microskirt", + "langName": "超短裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "miniskirt", + "langName": "迷你裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "skirt_suit", + "langName": "正装短裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "pleated_skirt", + "langName": "百褶裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "pencil_skirt", + "langName": "短铅笔裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "bubble_skirt", + "langName": "蓬蓬裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "tutu", + "langName": "芭蕾舞裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "ballgown", + "langName": "蓬蓬裙(禮服)", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "pettiskirt", + "langName": "蓬蓬裙(兒童)", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "showgirl_skirt", + "langName": "展会女郎装束", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "beltskirt", + "langName": "皮带裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "denim_skirt", + "langName": "牛仔裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "suspender_skirt", + "langName": "吊带裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "skirt_set", + "langName": "与上衣搭配的短裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "long_skirt", + "langName": "长裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "summer_long_skirt", + "langName": "夏日长裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "overskirt", + "langName": "外裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "hakama_skirt", + "langName": "袴裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "high-waist_skirt", + "langName": "高腰裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "kimono_skirt", + "langName": "和服裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "suspender_long_skirt", + "langName": "背带裙;吊带裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "chiffon_skirt", + "langName": "雪紡裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "frilled_skirt", + "langName": "花边裙子", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "fur-trimmed_skirt", + "langName": "毛皮镶边短裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "lace_skirt", + "langName": "蕾絲短裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "lace-trimmed_skirt", + "langName": "蕾丝边短裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "ribbon-trimmed_skirt", + "langName": "缎带饰边短裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "layered_skirt", + "langName": "分层的半裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "print_skirt", + "langName": "印花短裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "multicolored_skirt", + "langName": "多色款裙子", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "striped_skirt", + "langName": "条纹裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "vertical-striped_skirt", + "langName": "竖条纹裙子", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "plaid_skirt", + "langName": "格子呢短裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "flared_skirt", + "langName": "伞裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "floral_skirt", + "langName": "碎花裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "skirt_hold", + "langName": "优雅地提着裙子", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "skirt_tug", + "langName": "扯住裙摆|按住裙摆", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "dress_tug", + "langName": "压住裙摆", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "skirt_around_one_leg", + "langName": "一条腿上挂着短裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "skirt_removed", + "langName": "脱下的短裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "dress_removed", + "langName": "脱下裙子", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "open_skirt", + "langName": "敞开的裙子", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "checkered_skirt", + "langName": "格子裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "plaid_dress", + "langName": "格子连衣裙", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "Medium length skirt", + "langName": "中等长裙子", + "object": "服饰", + "attribute": "裙子" + }, + { + "displayName": "dress_bow", + "langName": "连衣裙上的蝴蝶结", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "dressing_another", + "langName": "着装", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "shorts_under_skirt", + "langName": "短裙里穿着短裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "side_slit", + "langName": "侧开衩", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "shorts", + "langName": "短裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "micro_shorts", + "langName": "小尺寸短裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "short_shorts", + "langName": "热裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "hot_pants", + "langName": "热裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "cutoffs", + "langName": "热裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "striped_shorts", + "langName": "条纹短裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "suspender_shorts", + "langName": "吊带短裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "denim_shorts", + "langName": "牛仔短裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "puffy_shorts", + "langName": "蓬蓬的短裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "dolphin_shorts", + "langName": "海豚短褲(真理褲)", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "dolfin_shorts", + "langName": "海豚短褲(真理褲)", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "tight_pants", + "langName": "紧身裤/运动裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "crotchless_pants", + "langName": "无裆裤(紧身)", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "track_pants", + "langName": "运动裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "yoga_pants", + "langName": "瑜伽裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "bike_shorts", + "langName": "自行车短裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "pants", + "langName": "长裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "puffy_pants", + "langName": "蓬松裤/宽松裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "pumpkin_pants", + "langName": "南瓜裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "hakama_pants", + "langName": "袴裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "harem_pants", + "langName": "哈伦裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "bloomers", + "langName": "灯笼裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "buruma", + "langName": "女式灯笼裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "jeans", + "langName": "牛仔裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "cargo_pants", + "langName": "工装裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "camouflage_pants", + "langName": "迷彩裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "capri_pants", + "langName": "七分裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "chaps", + "langName": "皮套裤(上宽下窄", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "jumpsuit", + "langName": "(尤指女式)连衫裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "lowleg_pants", + "langName": "低腰裤子", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "plaid_pants", + "langName": "格子呢裤子", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "single_pantsleg", + "langName": "单边长裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "striped_pants", + "langName": "条纹裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "leotard_aside", + "langName": "把连衣裤裆部剥到一边", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "open_fly", + "langName": "解开的裤子拉链", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "pants_down", + "langName": "褪下裤子", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "pants_rolled_up", + "langName": "裤子卷起来", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "pants_tucked_in", + "langName": "裤子塞进去", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "torn_jeans", + "langName": "破牛仔裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "torn_pants", + "langName": "破裤子", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "torn_shorts", + "langName": "破短裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "gym_shorts", + "langName": "体操短裤", + "object": "服饰", + "attribute": "裤子" + }, + { + "displayName": "leggings", + "langName": "紧身裤", + "object": "服饰", + "attribute": "下装" + }, + { + "displayName": "overalls", + "langName": "背带裤", + "object": "服饰", + "attribute": "下装" + }, + { + "displayName": "diaper", + "langName": "尿布", + "object": "服饰", + "attribute": "下装" + }, + { + "displayName": "panties", + "langName": "内裤", + "object": "服饰", + "attribute": "下装" + }, + { + "displayName": "briefs", + "langName": "三角裤", + "object": "服饰", + "attribute": "下装" + }, + { + "displayName": "thong", + "langName": "丁字裤", + "object": "服饰", + "attribute": "下装" + }, + { + "displayName": "fundoshi", + "langName": "日式丁字裤", + "object": "服饰", + "attribute": "下装" + }, + { + "displayName": "short dress", + "langName": "短裙", + "object": "服饰", + "attribute": "下装" + }, + { + "displayName": "sheath dress", + "langName": "包臀裙", + "object": "服饰", + "attribute": "下装" + }, + { + "displayName": "no panties", + "langName": "没内裤", + "object": "服饰", + "attribute": "下装" + }, + { + "displayName": "striped panties", + "langName": "条纹内裤", + "object": "服饰", + "attribute": "下装" + }, + { + "displayName": "lowleg panties", + "langName": "低腰式内裤", + "object": "服饰", + "attribute": "下装" + }, + { + "displayName": "side-tie panties", + "langName": "系带式内裤", + "object": "服饰", + "attribute": "下装" + }, + { + "displayName": "bodystocking", + "langName": "全身袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "pantyhose", + "langName": "连裤袜|裤袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "legwear", + "langName": "裤袜(泛指裤袜或长筒袜)", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "thighhighs", + "langName": "长筒袜(过膝高筒袜)", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "kneehighs", + "langName": "齐膝袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "bare_legs", + "langName": "裸腿", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "black_bodystocking", + "langName": "连体黑丝", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "white_bodystocking", + "langName": "连体白丝", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "stocking_under_clothes", + "langName": "衣服下的袜子", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "black_pantyhose", + "langName": "黑丝裤袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "white_pantyhose", + "langName": "白丝裤袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "thighband_pantyhose", + "langName": "有腿环的裤袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "pantylines", + "langName": "紧致的裤袜(勾勒出线条)", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "single_leg_pantyhose", + "langName": "单边穿着连裤袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "panties_under_pantyhose", + "langName": "裤袜里的内裤", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "fishnets", + "langName": "网袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "stirrup_legwear", + "langName": "渔网袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "toeless_legwear", + "langName": "露趾袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "mismatched_legwear", + "langName": "双色裤袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "two-tone_legwear", + "langName": "双色裤袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "asymmetrical_legwear", + "langName": "不对称裤袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "uneven_legwear", + "langName": "长短袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "white_thighhighs", + "langName": "白色长筒袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "black_thighhighs", + "langName": "黑色长筒袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "pink_thighhighs", + "langName": "粉色长筒袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "suspenders", + "langName": "吊带袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "torn_legwear", + "langName": "破损的裤袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "torn_thighhighs", + "langName": "破损的过膝袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "see-through_legwear", + "langName": "透明的袜子", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "frilled_legwear", + "langName": "花边袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "lace-trimmed_legwear", + "langName": "蕾边袜丝", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "seamed_legwear", + "langName": "有接缝的袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "back-seamed_legwear", + "langName": "中间有一条黑线的袜子", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "animal_ear_legwear", + "langName": "动物耳朵过膝袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "striped_legwear", + "langName": "横条纹袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "vertical-striped_legwear", + "langName": "竖条纹袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "polka_dot_legwear", + "langName": "圆斑袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "print_legwear", + "langName": "印花袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "legwear_under_shorts", + "langName": "短裤穿在袜子外", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "over-kneehighs", + "langName": "过膝袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "bobby_socks", + "langName": "鲍比袜(白短袜)", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "tabi", + "langName": "日式厚底短袜(足袋)", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "ankle_socks", + "langName": "踝袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "leg_warmers", + "langName": "腿套|暖腿袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "single_sock", + "langName": "单短袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "striped_socks", + "langName": "横条短袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "leg_cutout", + "langName": "袜子有开口", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "leg_garter", + "langName": "腿环|袜带", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "garter_straps", + "langName": "吊带袜的吊带", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "thigh_strap", + "langName": "大腿绑带", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "thigh_ribbon", + "langName": "大腿缎带", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "leg_ribbon", + "langName": "腿锻带", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "bandaid_on_leg", + "langName": "腿上的绷带", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "bandaged_leg", + "langName": "包扎过的腿", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "ankle_lace-up", + "langName": "脚踝系带", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "thigh_holster", + "langName": "腿上系着带子或工具包或枪套", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "bandaid_on_knee", + "langName": "膝盖上的创可贴", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "argyle_legwear", + "langName": "含菱形花纹的裤袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "bow_legwear", + "langName": "带蝴蝶结的裤袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "arm_garter", + "langName": "吊臂袜带", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "socks", + "langName": "短袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "stockings", + "langName": "丝袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "black stockings", + "langName": "黑丝", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "fishnet stockings", + "langName": "渔网袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "garters", + "langName": "吊带袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "loose_socks", + "langName": "泡泡袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "rilled thighhighs", + "langName": "褶边长筒袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "striped pantyhose", + "langName": "条纹连裤袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "lace legwear", + "langName": "蕾丝裤袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "nylon socks", + "langName": "尼龙袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "soccer cocks", + "langName": "足球袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "sports socks", + "langName": "运动袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "adjusting_legwear", + "langName": "整理裤袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "pantyhose_pull", + "langName": "褪下的裤袜", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "socks_removed", + "langName": "脱袜子", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "sock_pull", + "langName": "拉着袜子(短袜)", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "thighhighs_pull", + "langName": "拉着袜子(长袜)", + "object": "服饰", + "attribute": "袜子" + }, + { + "displayName": "armored", + "langName": "装甲的", + "object": "服饰", + "attribute": "服饰材质" + }, + { + "displayName": "fluffy", + "langName": "毛茸茸", + "object": "服饰", + "attribute": "服饰材质" + }, + { + "displayName": "fur", + "langName": "毛皮", + "object": "服饰", + "attribute": "服饰材质" + }, + { + "displayName": "latex", + "langName": "乳胶", + "object": "服饰", + "attribute": "服饰材质" + }, + { + "displayName": "see-through", + "langName": "透明", + "object": "服饰", + "attribute": "服饰材质" + }, + { + "displayName": "frilled", + "langName": "褶边", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "center_frills", + "langName": "中心褶花边", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "crease", + "langName": "起皱的(有褶的)", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "layered", + "langName": "分层的", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "lace", + "langName": "蕾丝", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "fur_trim", + "langName": "皮草饰边", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "fur-trimmed", + "langName": "毛边的", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "fine_fabric_emphasis", + "langName": "材质增强", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "latex_thighhighs", + "langName": "乳胶材质的长筒袜", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "see-through_thighhighs", + "langName": "透明的长筒袜", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "ass_cutout", + "langName": "露出屁股的服饰", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "asymmetrical_clothes", + "langName": "不对称的服饰", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "back_bow", + "langName": "(服饰)打在背后的结", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "cross-laced_clothes", + "langName": "交叉花边服饰", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "double_vertical_stripe", + "langName": "服饰上有两条平行条纹", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "halter_top", + "langName": "吊带式的上身的服饰", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "multicolored_legwear", + "langName": "多色款腿部服饰", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "navy_blue_legwear", + "langName": "海军蓝腿部服饰", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "nontraditional_miko", + "langName": "改款过的日本服饰", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "side_cutout", + "langName": "侧边开口的服饰", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "sideless_outfit", + "langName": "侧面没有布料的服饰", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "single_kneehigh", + "langName": "单边穿着过膝服饰", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "single_vertical_stripe", + "langName": "露出单边服饰上的垂直条纹", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "turtleneck", + "langName": "高领服饰", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "two-sided_fabric", + "langName": "双层样式的服饰画法", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "o-ring", + "langName": "带O型环的衣物", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "o-ring_top", + "langName": "带O型环的上衣", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "fringe_trim", + "langName": "须边(围巾末端", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "loose_belt", + "langName": "松散的带子(衣物)", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "pom_pom_(clothes)", + "langName": "小绒球(衣物挂件)", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "drawstring", + "langName": "衣服的抽绳", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "full-length_zipper", + "langName": "有整件衣物长的拉链", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "gathers", + "langName": "褶裥(衣物)", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "gusset", + "langName": "缝在衣服上衬料", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "breast_pocket", + "langName": "胸口的袋子", + "object": "服饰", + "attribute": "装饰" + }, + { + "displayName": "argyle", + "langName": "阿盖尔菱形花纹", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "checkered", + "langName": "格子花纹", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "colored_stripes", + "langName": "多彩条纹", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "diagonal_stripes", + "langName": "斜条纹", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "horizontal_stripes", + "langName": "水平条纹", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "multicolored_stripes", + "langName": "多彩条纹", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "polka_dot", + "langName": "点装纹", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "ribbed", + "langName": "棱纹", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "striped", + "langName": "横条纹", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "unmoving_pattern", + "langName": "连续重复花纹", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "vertical_stripes", + "langName": "竖条纹", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "plaid", + "langName": "格子呢图案", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "animal_print", + "langName": "动物印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "cat_print", + "langName": "猫咪印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "bear_print", + "langName": "熊印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "bird_print", + "langName": "鸟印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "bunny_print", + "langName": "兔子印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "cow_print", + "langName": "奶牛印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "dragon_print", + "langName": "龙印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "fish_print", + "langName": "鱼印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "frog_print", + "langName": "青蛙印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "shark_print", + "langName": "鲨鱼印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "snake_print", + "langName": "蛇纹", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "zebra_print", + "langName": "斑马印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "tiger_print", + "langName": "虎纹", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "leopard_print", + "langName": "豹纹", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "jaguar_print", + "langName": "美洲豹印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "bat_print", + "langName": "蝙蝠印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "aardwolf_print", + "langName": "土狼印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "african_wild_dog_print", + "langName": "非洲野狗印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "cheetah_print", + "langName": "猎豹印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "dog_print", + "langName": "狗印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "fox_print", + "langName": "狐狸印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "giraffe_print", + "langName": "长颈鹿印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "panda_print", + "langName": "熊猫印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "sand_cat_print", + "langName": "沙猫印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "whale_print", + "langName": "鲸鱼印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "white_tiger_print", + "langName": "白虎纹", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "goldfish_print", + "langName": "金鱼印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "wing_print", + "langName": "翼印", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "spider_web_print", + "langName": "蛛网纹", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "butterfly_print", + "langName": "蝴蝶印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "floral_print", + "langName": "碎花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "leaf_print", + "langName": "叶印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "clover_print", + "langName": "三叶草印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "maple_leaf_print", + "langName": "枫叶印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "rose_print", + "langName": "玫瑰印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "strawberry_print", + "langName": "草莓印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "cherry_print", + "langName": "樱桃印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "bamboo_print", + "langName": "竹印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "carrot_print", + "langName": "胡萝卜印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "hibiscus_print", + "langName": "芙蓉印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "jack-o'-lantern_print", + "langName": "南瓜灯印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "petal_print", + "langName": "花瓣印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "sunflower_print", + "langName": "向日葵印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "watermelon_print", + "langName": "西瓜印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "sky_print", + "langName": "天空印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "cloud_print", + "langName": "云印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "lightning_bolt_print", + "langName": "闪电印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "rainbow_print", + "langName": "彩虹印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "snowflake_print", + "langName": "雪花印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "starry_sky_print", + "langName": "星空印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "crescent_print", + "langName": "新月印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "star_print", + "langName": "星形印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "star_(symbol)", + "langName": "星形符号", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "moon_print", + "langName": "月亮印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "sun_print", + "langName": "太阳印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "character_print", + "langName": "字符印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "clothes_writing", + "langName": "衣服上的字", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "anchor_print", + "langName": "锚印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "cherry_blossom_print", + "langName": "樱花印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "musical_note_print", + "langName": "音符印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "triangle_print", + "langName": "三角印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "arrow_print", + "langName": "箭头打印", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "wave_print", + "langName": "波浪纹", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "peace_symbol", + "langName": "☮(东方仗助衣服上有)", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "heart_print", + "langName": "心形图案|心形印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "flame_print", + "langName": "火焰印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "hitodama_print", + "langName": "鬼火印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "paw_print", + "langName": "爪印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "skeleton_print", + "langName": "骨架印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "skull_print", + "langName": "骷髅头印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "sparkle_print", + "langName": "闪闪发光的印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "yin_yang_print", + "langName": "阴阳印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "cross_print", + "langName": "十字架元素图案", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "camoflage", + "langName": "迷彩", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "flag_print", + "langName": "旗帜印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "bone_print", + "langName": "骨印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "ghost_print", + "langName": "幽灵印画", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "mushroom_print", + "langName": "蘑菇印花", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "onigiri_print", + "langName": "饭团打印", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "cat_ear_cutout", + "langName": "猫耳造型的镂空设计", + "object": "服饰", + "attribute": "花纹" + }, + { + "displayName": "barefoot", + "langName": "赤脚", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "no_shoes", + "langName": "没有鞋子", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "shoes_removed", + "langName": "脱下的鞋子", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "single_shoe", + "langName": "单鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "the_only_shoe", + "langName": "单鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "black_loafers", + "langName": "乐福鞋(小皮鞋)", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "shoes", + "langName": "鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "uwabaki", + "langName": "室内鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "platform_footwear", + "langName": "厚底鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "high_heels", + "langName": "高跟鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "stiletto_heels", + "langName": "细跟高跟鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "strappy_heels", + "langName": "带束带的高跟鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "platform_heels", + "langName": "厚底高跟鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "rudder_footwear", + "langName": "舰C舰娘专用鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "sandals", + "langName": "凉鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "barefoot_sandals", + "langName": "裸足凉鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "clog_sandals", + "langName": "木屐凉鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "geta", + "langName": "木屐", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "slippers", + "langName": "拖鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "skates", + "langName": "溜冰鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "roller_skates", + "langName": "旱冰鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "animal_feet", + "langName": "动物脚", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "animal_slippers", + "langName": "动物拖鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "brown_footwear", + "langName": "棕色鞋类", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "cross-laced_footwear", + "langName": "交叉系带鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "loafers", + "langName": "乐福鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "mary_janes", + "langName": "珍妮鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "mismatched_footwear", + "langName": "双色鞋子", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "pointy_footwear", + "langName": "尖头鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "pumps", + "langName": "低胸装高跟鞋打扮", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "sandals_removed", + "langName": "脱下凉鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "shoe_soles", + "langName": "鞋底", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "shoelaces", + "langName": "鞋带", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "sneakers", + "langName": "运动鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "winged_footwear", + "langName": "带翅膀的鞋子", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "zouri", + "langName": "日式草鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "ballet slippers", + "langName": "芭蕾舞鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "arched_soles", + "langName": "拱形鞋底", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "paw_print_soles", + "langName": "爪印鞋底", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "horseshoe", + "langName": "马蹄铁", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "flat shoes", + "langName": "平底鞋", + "object": "服饰", + "attribute": "鞋子" + }, + { + "displayName": "boots", + "langName": "靴子", + "object": "服饰", + "attribute": "靴子" + }, + { + "displayName": "boots_removed", + "langName": "脱下的靴子", + "object": "服饰", + "attribute": "靴子" + }, + { + "displayName": "high_heel_boots", + "langName": "高跟长靴", + "object": "服饰", + "attribute": "靴子" + }, + { + "displayName": "knee_boots", + "langName": "及膝靴(马靴)", + "object": "服饰", + "attribute": "靴子" + }, + { + "displayName": "thigh_boots", + "langName": "高帮靴", + "object": "服饰", + "attribute": "靴子" + }, + { + "displayName": "martin_boots", + "langName": "马丁靴", + "object": "服饰", + "attribute": "靴子" + }, + { + "displayName": "ankle_boots", + "langName": "踝靴", + "object": "服饰", + "attribute": "靴子" + }, + { + "displayName": "toeless_boots", + "langName": "露趾靴", + "object": "服饰", + "attribute": "靴子" + }, + { + "displayName": "lace-up_boots", + "langName": "系带靴", + "object": "服饰", + "attribute": "靴子" + }, + { + "displayName": "fur-trimmed_boots", + "langName": "毛边靴子", + "object": "服饰", + "attribute": "靴子" + }, + { + "displayName": "snow_boots", + "langName": "雪地靴", + "object": "服饰", + "attribute": "靴子" + }, + { + "displayName": "anklet", + "langName": "脚链", + "object": "服饰", + "attribute": "靴子" + }, + { + "displayName": "rubber_boots", + "langName": "胶靴", + "object": "服饰", + "attribute": "靴子" + }, + { + "displayName": "santa_boots", + "langName": "圣诞靴", + "object": "服饰", + "attribute": "靴子" + }, + { + "displayName": "leather_boots", + "langName": "皮靴", + "object": "服饰", + "attribute": "靴子" + }, + { + "displayName": "thighhighs_under_boots", + "langName": "靴子下的长筒袜", + "object": "服饰", + "attribute": "靴子" + }, + { + "displayName": "combat_boots", + "langName": "作战靴", + "object": "服饰", + "attribute": "靴子" + }, + { + "displayName": "doc_martens", + "langName": "马丁靴", + "object": "服饰", + "attribute": "靴子" + }, + { + "displayName": "rain_boots", + "langName": "雨靴", + "object": "服饰", + "attribute": "靴子" + }, + { + "displayName": "belt_boots", + "langName": "皮带靴", + "object": "服饰", + "attribute": "靴子" + }, + { + "displayName": "fur_boots", + "langName": "矮跟休闲皮草靴", + "object": "服饰", + "attribute": "靴子" + }, + { + "displayName": "single_boot", + "langName": "一只脚没穿靴子", + "object": "服饰", + "attribute": "靴子" + }, + { + "displayName": "wide_sleeves", + "langName": "宽袖", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "single_sleeve", + "langName": "单袖", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "asymmetrical_sleeves", + "langName": "不对称袖子", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "puffy_sleeves", + "langName": "蓬松的袖子", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "puffy_long_sleeves", + "langName": "蓬蓬长袖", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "puffy_short_sleeves", + "langName": "蓬蓬短袖", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "frilled_sleeves", + "langName": "褶袖边", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "juliet_sleeves", + "langName": "朱丽叶袖", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "bandaged_arm", + "langName": "手臂缠着绷带", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "raglan_sleeves", + "langName": "插肩袖", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "vambraces", + "langName": "下臂护甲", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "layered_sleeves", + "langName": "分层袖子", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "fur-trimmed_sleeves", + "langName": "毛边袖子", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "see-through_sleeves", + "langName": "透明袖子", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "torn_sleeves", + "langName": "撕裂的袖子", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "sleeves_past_fingers", + "langName": "袖子长过手指", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "sleeves_past_wrists", + "langName": "袖子过腕", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "sleeves_past_elbows", + "langName": "袖子过肘", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "sleeves_pushed_up", + "langName": "袖子上推", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "arm_out_of_sleeve", + "langName": "袖子里的手臂", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "uneven_sleeves", + "langName": "不均匀的袖子", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "mismatched_sleeves", + "langName": "不匹配的袖子", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "sleeve_rolled_up", + "langName": "袖子卷起", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "sleeves_rolled_up", + "langName": "单只袖子卷起", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "feather-trimmed_sleeves", + "langName": "羽毛装饰的袖子", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "lace-trimmed_sleeves", + "langName": "蕾丝边袖子", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "pinching_sleeves", + "langName": "掐袖子", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "puffy_detached_sleeves", + "langName": "蓬蓬的袖子", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "ribbed_sleeves", + "langName": "棱纹袖子", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "single_detached_sleeve", + "langName": "单边没脱掉的袖子", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "sleeves_folded_up", + "langName": "叠起来的袖子", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "striped_sleeves", + "langName": "条纹袖子", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "armband", + "langName": "袖章(臂带)", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "armlet", + "langName": "臂镯", + "object": "服饰", + "attribute": "手臂" + }, + { + "displayName": "halo", + "langName": "头顶光环", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "mechanical_halo", + "langName": "机械光环", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "headwear", + "langName": "头饰", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "headpiece", + "langName": "头饰", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "headwear_removed", + "langName": "头饰已移除", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "head_wreath", + "langName": "花冠", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "crown", + "langName": "皇冠", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "mini_crown", + "langName": "迷你皇冠", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "tiara", + "langName": "头冠", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "diadem", + "langName": "同上", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "tilted_headwear", + "langName": "倾斜的头饰", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "head_fins", + "langName": "头鳍", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "maid_headdress", + "langName": "女仆头饰", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "bridal_veil", + "langName": "新娘头纱", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "headband", + "langName": "头带", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "alternate_headwear", + "langName": "与原设不同的头饰", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "fur-trimmed_headwear", + "langName": "毛边头饰", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "goggles_on_headwear", + "langName": "帽子上的护目镜", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "earphones", + "langName": "耳机", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "earmuffs", + "langName": "耳罩", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "xx_on_head", + "langName": "xx在头上", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "leaf_on_head", + "langName": "头上的叶子", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "triangular_headpiece", + "langName": "三角头饰", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "forehead_protector", + "langName": "护额", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "radio_antenna", + "langName": "天线", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "animal_hood", + "langName": "兽耳头罩", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "bald", + "langName": "秃头", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "bandana", + "langName": "头巾", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "circlet", + "langName": "头冠", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "hachimaki", + "langName": "扎头巾(名词)", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "helm", + "langName": "戴着头盔的", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "helmet_removed", + "langName": "摘下头盔|被摘下的头盔", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "horned_helmet", + "langName": "带角头盔", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "japari_bun", + "langName": "加帕里馒头", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "kerchief", + "langName": "方头巾", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "mami_mogu_mogu", + "langName": "麻美断头梗", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "skull_and_crossbones", + "langName": "头骨和交叉的骨头(海盗、危险、警告)", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "turban", + "langName": "穆斯林头巾", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "headdress", + "langName": "头部穿戴物(偏笼统)", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "bear_hair_ornament", + "langName": "熊印花头饰", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "brown_headwear", + "langName": "棕色头饰", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "horned_headwear", + "langName": "角状头饰", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "horns_through_headwear", + "langName": "为角留了洞的头饰", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "no_headwear", + "langName": "去掉了(原设有的)头饰", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "object_on_head", + "langName": "头上有非头饰类的物体", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "print_headwear", + "langName": "印花头饰", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "bone_hair_ornament", + "langName": "骨头状饰品", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "bunny_hair_ornament", + "langName": "兔子饰品", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "horn_ornament", + "langName": "角上有饰物", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "animal_on_head", + "langName": "头上有动物", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "behind-the-head_headphones", + "langName": "从后脑戴上的耳机", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "bird_on_head", + "langName": "头上的鸟", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "cat_ear_headphones", + "langName": "猫耳式耳机", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "cat_on_head", + "langName": "头上趴着猫", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "eyewear_on_head", + "langName": "眼镜别在头上", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "forehead_kiss", + "langName": "亲吻额头", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "forehead-to-forehead", + "langName": "额头贴额头", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "goggles_on_head", + "langName": "头上别着护目镜", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "head_bump", + "langName": "头上起包", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "head_mounted_display", + "langName": "戴着头戴显示设备", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "head_out_of_frame", + "langName": "一部分头部没画进框里", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "head_rest", + "langName": "枕着头|托着头", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "head_wings", + "langName": "头上有翅膀", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "headgear", + "langName": "头部饰品(含一定科幻元素)", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "headphones", + "langName": "耳机", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "heads-up_display", + "langName": "状态条(游戏和科幻风格)", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "headset", + "langName": "头戴式耳机", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "inter_headset", + "langName": "EVA神经连接器", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "on_head", + "langName": "在头上", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "person_on_head", + "langName": "小人儿在头上", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "single_head_wing", + "langName": "单侧头上有翅膀", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "adjusting_headwear", + "langName": "整理头饰", + "object": "饰品", + "attribute": "头饰" + }, + { + "displayName": "hair_ribbon", + "langName": "发带", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "hairband", + "langName": "发卡", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "hair_tie", + "langName": "发带", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "lolita_hairband", + "langName": "洛丽塔发带", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "frilled_hairband", + "langName": "褶边发带", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "lace-trimmed_hairband", + "langName": "蕾丝边发带", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "hair_bobbles", + "langName": "头绳", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "hair_ornament", + "langName": "发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "hair_flower", + "langName": "发花", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "x_hair_ornament", + "langName": "发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "hair_bow", + "langName": "蝴蝶结发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "frog_hair_ornament", + "langName": "青蛙发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "heart_hair_ornament", + "langName": "心形发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "butterfly_hair_ornament", + "langName": "蝴蝶发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "star_hair_ornament", + "langName": "星星发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "food-themed_hair_ornament", + "langName": "食物主题发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "anchor_hair_ornament", + "langName": "锚形发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "bat_hair_ornament", + "langName": "蝙蝠发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "carrot_hair_ornament", + "langName": "胡萝卜发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "cat_hair_ornament", + "langName": "猫系发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "clover_hair_ornament", + "langName": "三叶草发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "hair pink flowers", + "langName": "头发上的粉色花朵", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "crescent_hair_ornament", + "langName": "月牙发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "cross_hair_ornament", + "langName": "十字发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "d-pad_hair_ornament", + "langName": "方向键发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "fish_hair_ornament", + "langName": "鱼形发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "hairpods", + "langName": "头发上成对的像无线蓝牙的发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "leaf_hair_ornament", + "langName": "叶子发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "musical_note_hair_ornament", + "langName": "音符发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "pumpkin_hair_ornament", + "langName": "南瓜发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "skull_hair_ornament", + "langName": "骷髅发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "snake_hair_ornament", + "langName": "蛇形发饰|蛙头发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "snowflake_hair_ornament", + "langName": "雪花发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "strawberry_hair_ornament", + "langName": "草莓发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "sunflower_hair_ornament", + "langName": "向日葵发饰", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "hairpin", + "langName": "发夹", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "hairclip", + "langName": "发夹", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "hair_tubes", + "langName": "发管", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "hair_stick", + "langName": "发棒", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "hair_bell", + "langName": "发铃", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "hair_rings", + "langName": "发圈", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "kanzashi", + "langName": "簪子", + "object": "饰品", + "attribute": "发饰" + }, + { + "displayName": "hood", + "langName": "兜帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "hat", + "langName": "帽子", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "no_hat", + "langName": "没有帽子", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "beret", + "langName": "贝雷帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "mini_top_hat", + "langName": "迷你礼帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "party_hat", + "langName": "派对帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "sailor_hat", + "langName": "水手帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "santa_hat", + "langName": "圣诞帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "fedora", + "langName": "软呢帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "witch_hat", + "langName": "女巫帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "mini_witch_hat", + "langName": "迷你魔女帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "wizard_hat", + "langName": "巫师帽子", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "sun_hat", + "langName": "太阳帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "straw_hat", + "langName": "草帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "top_hat", + "langName": "高顶礼帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "bucket_hat", + "langName": "渔夫帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "beanie", + "langName": "绒线帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "large_hat", + "langName": "大帽子", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "tokin_hat", + "langName": "大礼帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "mini_hat", + "langName": "迷你帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "bowler_hat", + "langName": "圆顶礼帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "pillbox_hat", + "langName": "药盒帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "cloche_hat", + "langName": "钟形女帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "military_hat", + "langName": "军帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "police_hat", + "langName": "警察帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "chef_hat", + "langName": "厨师帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "cowboy_hat", + "langName": "牛仔帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "school_hat", + "langName": "校帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "pirate_hat", + "langName": "海盗帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "cabbie_hat", + "langName": "出租车司机帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "hardhat", + "langName": "安全帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "rice_hat", + "langName": "斗笠", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "animal_hat", + "langName": "动物帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "fur_hat", + "langName": "皮帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "hat_with_ears", + "langName": "带耳朵的帽子", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "bobblehat", + "langName": "泡泡帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "pillow_hat", + "langName": "枕帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "pumpkin_hat", + "langName": "南瓜帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "torn_hat", + "langName": "撕裂的帽子", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "backwards_hat", + "langName": "反扣的帽子", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "bowl_hat", + "langName": "碗状帽子", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "cat_hat", + "langName": "猫耳帽子", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "cap", + "langName": "鸭舌帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "nurse_cap", + "langName": "护士帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "baseball_cap", + "langName": "棒球帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "jester_cap", + "langName": "小丑帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "side_cap", + "langName": "侧边帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "garrison_cap", + "langName": "驻军帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "flat_cap", + "langName": "鸭舌帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "mob_cap", + "langName": "暴民帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "newsboy_cap", + "langName": "报童帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "bowknot_over_white_beret", + "langName": "白色贝雷帽上的蝴蝶结", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "dixie_cup_hat", + "langName": "狗盆帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "hat_bow", + "langName": "带有蝴蝶结的帽子", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "hat_feather", + "langName": "带有羽毛的帽子", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "hat_flower", + "langName": "带着花的帽子", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "hat_ornament", + "langName": "带有饰物的帽子", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "hat_over_one_eye", + "langName": "帽子遮住了一只眼", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "hat_removed", + "langName": "帽子被摘下|摘下帽子", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "hat_ribbon", + "langName": "带有缎带的帽子", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "hat_tip", + "langName": "捏着帽檐", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "hatching_(texture)", + "langName": "线影法(纹理)", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "hatsune_miku_(cosplay)", + "langName": "cos成初音未来", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "porkpie_hat", + "langName": "道士帽", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "sideways_hat", + "langName": "帽舌划到侧面", + "object": "饰品", + "attribute": "帽子" + }, + { + "displayName": "glasses", + "langName": "眼镜", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "eyewear", + "langName": "眼睛", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "monocle", + "langName": "单片眼镜", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "under-rim_eyewear", + "langName": "带框眼镜", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "rimless_eyewear", + "langName": "无框眼镜", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "semi-rimless_eyewear", + "langName": "半无框眼镜", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "red-framed_eyewear", + "langName": "红框眼镜", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "round_eyewear", + "langName": "圆框眼镜", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "black-framed_eyewear", + "langName": "黑框眼镜", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "tinted_eyewear", + "langName": "有色眼镜", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "medical_eyepatch", + "langName": "医用眼罩", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "bandage_over_one_eye", + "langName": "用绷带包扎一只眼睛", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "crooked_eyewear", + "langName": "歪斜的眼镜", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "eyewear_removed", + "langName": "取下眼镜", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "sunglasses", + "langName": "太阳镜(遮住了眼睛)", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "reflection glasses", + "langName": "太阳镜(能看到眼睛)", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "goggles", + "langName": "护目镜", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "Blindfold", + "langName": "眼罩", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "eyepatch", + "langName": "眼罩(独眼)", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "bespectacled", + "langName": "戴眼镜的", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "blue-framed_eyewear", + "langName": "蓝框眼镜", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "brown-framed_eyewear", + "langName": "棕色镜框眼镜", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "coke-bottle_glasses", + "langName": "厚如玻璃瓶底的圆眼镜", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "no_eyewear", + "langName": "去掉了(原设有的)眼镜", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "opaque_glasses", + "langName": "没透出眼睛的眼镜", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "over-rim_eyewear", + "langName": "下半无框眼镜", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "pince-nez", + "langName": "夹鼻眼镜|无脚眼镜", + "object": "饰品", + "attribute": "眼镜" + }, + { + "displayName": "mask", + "langName": "面具", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "half_mask", + "langName": "半面罩", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "masked", + "langName": "蒙面", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "mask_lift", + "langName": "抬起面罩", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "mask_on_head", + "langName": "掀到头上的面具", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "mask_removed", + "langName": "摘下的面具", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "mouth_mask", + "langName": "口罩", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "surgical_mask", + "langName": "医用口罩", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "plague_doctor_mask", + "langName": "瘟疫医生口罩", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "gas_mask", + "langName": "防毒面具", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "visor", + "langName": "面罩|遮阳帽舌|遮阳板", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "fox_mask", + "langName": "狐狸面具", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "diving_mask", + "langName": "潜水面罩", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "diving_mask_on_head", + "langName": "头戴式潜水面罩", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "oni_mask", + "langName": "鬼面具", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "tengu_mask", + "langName": "天狗面具", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "ninja_mask", + "langName": "忍者面具", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "skull_mask", + "langName": "骷髅面具", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "hockey_mask", + "langName": "曲棍球面具", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "bird_mask", + "langName": "鸟面具", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "stone_mask", + "langName": "石鬼面", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "horse_mask", + "langName": "马面具", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "masquerade_mask", + "langName": "化妆舞会面具", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "domino_mask", + "langName": "SM面具", + "object": "饰品", + "attribute": "面具" + }, + { + "displayName": "cross_earrings", + "langName": "十字耳环", + "object": "饰品", + "attribute": "耳饰" + }, + { + "displayName": "crystal_earrings", + "langName": "水晶耳环", + "object": "饰品", + "attribute": "耳饰" + }, + { + "displayName": "earrings", + "langName": "耳环", + "object": "饰品", + "attribute": "耳饰" + }, + { + "displayName": "flower_earrings", + "langName": "花耳环", + "object": "饰品", + "attribute": "耳饰" + }, + { + "displayName": "heart_earrings", + "langName": "心形耳环", + "object": "饰品", + "attribute": "耳饰" + }, + { + "displayName": "hoop_earrings", + "langName": "环状耳环", + "object": "饰品", + "attribute": "耳饰" + }, + { + "displayName": "multiple_earrings", + "langName": "多个耳环", + "object": "饰品", + "attribute": "耳饰" + }, + { + "displayName": "pill_earrings", + "langName": "药丸样式的耳环", + "object": "饰品", + "attribute": "耳饰" + }, + { + "displayName": "single_earring", + "langName": "只一边戴着耳环", + "object": "饰品", + "attribute": "耳饰" + }, + { + "displayName": "skull_earrings", + "langName": "骷髅耳环", + "object": "饰品", + "attribute": "耳饰" + }, + { + "displayName": "star_earrings", + "langName": "星形耳环", + "object": "饰品", + "attribute": "耳饰" + }, + { + "displayName": "crescent earrings", + "langName": "月牙耳环", + "object": "饰品", + "attribute": "耳饰" + }, + { + "displayName": "wristwatch", + "langName": "手表", + "object": "饰品", + "attribute": "手饰" + }, + { + "displayName": "cane", + "langName": "手杖", + "object": "饰品", + "attribute": "手饰" + }, + { + "displayName": "staff", + "langName": "魔杖", + "object": "饰品", + "attribute": "手饰" + }, + { + "displayName": "holding a golden staff", + "langName": "金权杖", + "object": "饰品", + "attribute": "手饰" + }, + { + "displayName": "cuffs", + "langName": "手枷", + "object": "饰品", + "attribute": "手饰" + }, + { + "displayName": "handcuffs", + "langName": "警用手铐", + "object": "饰品", + "attribute": "手饰" + }, + { + "displayName": "revolver", + "langName": "左轮手枪", + "object": "饰品", + "attribute": "手饰" + }, + { + "displayName": "bandage", + "langName": "绷带", + "object": "饰品", + "attribute": "手饰" + }, + { + "displayName": "leash", + "langName": "皮带", + "object": "饰品", + "attribute": "手饰" + }, + { + "displayName": "arm_tattoo", + "langName": "手臂纹身", + "object": "饰品", + "attribute": "手饰" + }, + { + "displayName": "number_tattoo", + "langName": "数字文身", + "object": "饰品", + "attribute": "手饰" + }, + { + "displayName": "bead_bracelet", + "langName": "珠子手链", + "object": "饰品", + "attribute": "手饰" + }, + { + "displayName": "flower_bracelet", + "langName": "花手镯", + "object": "饰品", + "attribute": "手饰" + }, + { + "displayName": "spiked_bracelet", + "langName": "带钉手镯", + "object": "饰品", + "attribute": "手饰" + }, + { + "displayName": "wrist_cuffs", + "langName": "和袖子分开的手腕的袖口", + "object": "饰品", + "attribute": "手饰" + }, + { + "displayName": "wristband", + "langName": "腕带", + "object": "饰品", + "attribute": "手饰" + }, + { + "displayName": "bracer", + "langName": "护腕", + "object": "饰品", + "attribute": "手饰" + }, + { + "displayName": "bound_wrists", + "langName": "绑定手腕", + "object": "饰品", + "attribute": "手饰" + }, + { + "displayName": "wrist_scrunchie", + "langName": "手腕发圈", + "object": "饰品", + "attribute": "手饰" + }, + { + "displayName": "shackles", + "langName": "手铐", + "object": "饰品", + "attribute": "手饰" + }, + { + "displayName": "chains", + "langName": "锁链", + "object": "饰品", + "attribute": "手饰" + }, + { + "displayName": "chain_leash", + "langName": "锁链带牵绳", + "object": "饰品", + "attribute": "手饰" + }, + { + "displayName": "gloves", + "langName": "手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "gloves_removed", + "langName": "脱下手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "no_gloves", + "langName": "去掉了(原设有的)手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "single_glove", + "langName": "单只手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "single_elbow_glove", + "langName": "单手戴着过肘的手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "long_gloves", + "langName": "长手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "elbow_gloves", + "langName": "长袖手套(肘部手套)", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "bridal_gauntlets", + "langName": "新娘手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "half_gloves", + "langName": "很短的手套|半截手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "fingerless_gloves", + "langName": "露指手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "partially_fingerless_gloves", + "langName": "部分露指手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "paw_gloves", + "langName": "爪子手套(分指手套)", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "mittens", + "langName": "连指手套(两指手套)", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "baseball_mitt", + "langName": "棒球手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "fur-trimmed_gloves", + "langName": "毛边手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "latex_gloves", + "langName": "乳胶手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "lace-trimmed_gloves", + "langName": "蕾丝边手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "wears a pair of white lace gloves", + "langName": "白蕾丝手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "leather_gloves", + "langName": "皮手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "frilled_gloves", + "langName": "花边手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "mismatched_gloves", + "langName": "双色手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "multicolored_gloves", + "langName": "多色款手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "asymmetrical_gloves", + "langName": "不对称的手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "brown_gloves", + "langName": "棕色手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "oven_mitts", + "langName": "隔热手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "print_gloves", + "langName": "印花手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "striped_gloves", + "langName": "条纹手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "torn_gloves", + "langName": "破损的手套", + "object": "饰品", + "attribute": "手套" + }, + { + "displayName": "wedding_band", + "langName": "婚戒", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "crystal", + "langName": "水晶", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "gem", + "langName": "宝石", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "chest_jewel", + "langName": "胸前宝石", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "forehead_jewel", + "langName": "额头宝石", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "tassel", + "langName": "流苏", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "belly_chain", + "langName": "肚链", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "ribbon", + "langName": "丝带", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "stitches", + "langName": "缝饰", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "bandaid", + "langName": "创可贴", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "collar", + "langName": "项圈", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "steam", + "langName": "蒸汽", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "bell", + "langName": "铃铛", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "amulet", + "langName": "护身符", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "emblem", + "langName": "徽章", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "anchor_symbol", + "langName": "锚符号", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "cross", + "langName": "十字", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "diffraction_spikes", + "langName": "衍射十字星", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "iron_cross", + "langName": "铁十字架勋章", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "latin_cross", + "langName": "拉丁式十字架", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "st._gloriana's_(emblem)", + "langName": "圣葛罗莉安娜女学园校徽", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "heart_lock_(kantai_collection)", + "langName": "舰娘锁(舰C)", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "joints", + "langName": "关节", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "kneepits", + "langName": "膝盖", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "knee_pads", + "langName": "护膝", + "object": "饰品", + "attribute": "小装饰" + }, + { + "displayName": "bracelet", + "langName": "手链", + "object": "饰品", + "attribute": "首饰" + }, + { + "displayName": "choker", + "langName": "项圈", + "object": "饰品", + "attribute": "首饰" + }, + { + "displayName": "metal collar", + "langName": "金属项圈", + "object": "饰品", + "attribute": "首饰" + }, + { + "displayName": "ring", + "langName": "戒指", + "object": "饰品", + "attribute": "首饰" + }, + { + "displayName": "pendant", + "langName": "吊坠", + "object": "饰品", + "attribute": "首饰" + }, + { + "displayName": "brooch", + "langName": "胸针", + "object": "饰品", + "attribute": "首饰" + }, + { + "displayName": "bangle", + "langName": "手镯", + "object": "饰品", + "attribute": "首饰" + }, + { + "displayName": "sunburst", + "langName": "旭日形首饰", + "object": "饰品", + "attribute": "首饰" + }, + { + "displayName": "pearl bracelet", + "langName": "珍珠手链", + "object": "饰品", + "attribute": "首饰" + }, + { + "displayName": "drop earrings", + "langName": "耳坠", + "object": "饰品", + "attribute": "首饰" + }, + { + "displayName": "puppet rings", + "langName": "木偶戒指", + "object": "饰品", + "attribute": "首饰" + }, + { + "displayName": "corsage", + "langName": "胸花", + "object": "饰品", + "attribute": "首饰" + }, + { + "displayName": "sapphire brooch", + "langName": "蓝宝石胸针", + "object": "饰品", + "attribute": "首饰" + }, + { + "displayName": "jewelry", + "langName": "珠宝首饰", + "object": "饰品", + "attribute": "首饰" + }, + { + "displayName": "necklace", + "langName": "项链", + "object": "饰品", + "attribute": "首饰" + }, + { + "displayName": "stud_earrings", + "langName": "耳钉", + "object": "饰品", + "attribute": "首饰" + }, + { + "displayName": "belt", + "langName": "腰带", + "object": "饰品", + "attribute": "配饰" + }, + { + "displayName": "fanny pack", + "langName": "腰包", + "object": "饰品", + "attribute": "配饰" + }, + { + "displayName": "girdling", + "langName": "束腰", + "object": "饰品", + "attribute": "配饰" + }, + { + "displayName": "handbag", + "langName": "手提包", + "object": "饰品", + "attribute": "配饰" + }, + { + "displayName": "cross-body bag", + "langName": "斜挎包", + "object": "饰品", + "attribute": "配饰" + }, + { + "displayName": "One shoulder bag", + "langName": "单肩包", + "object": "饰品", + "attribute": "配饰" + }, + { + "displayName": "Canvas bag", + "langName": "帆布包", + "object": "饰品", + "attribute": "配饰" + }, + { + "displayName": "veils", + "langName": "面纱", + "object": "饰品", + "attribute": "配饰" + }, + { + "displayName": "antiseptic mask", + "langName": "口罩", + "object": "饰品", + "attribute": "配饰" + }, + { + "displayName": "transparent_background", + "langName": "透明背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "white_background", + "langName": "白色背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "black_background", + "langName": "黑色背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "grey_background", + "langName": "灰色背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "tan_background", + "langName": "棕褐色背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "beige_background", + "langName": "米色背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "brown_background", + "langName": "棕色背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "two-tone_background", + "langName": "双色调背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "multicolored_background", + "langName": "多彩的背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "rainbow_background", + "langName": "彩虹背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "blurry_foreground", + "langName": "前景模糊", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "gradient_background", + "langName": "渐变的背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "abstract_background", + "langName": "抽象背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "argyle_background", + "langName": "菱形背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "checkered_background", + "langName": "方格背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "floral_background", + "langName": "花朵点缀的背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "foral_background", + "langName": "花卉图案装饰的背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "striped_background", + "langName": "圆斑背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "cyberpunk", + "langName": "赛博朋克", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "scenery", + "langName": "风景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "city_lights", + "langName": "城市灯光背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "starry_background", + "langName": "星空背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "sparkle_background", + "langName": "闪着星光的背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "bubble_background", + "langName": "气泡背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "clock_background", + "langName": "时钟背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "halftone_background", + "langName": "网点图背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "heart_background", + "langName": "桃色背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "honeycomb_background", + "langName": "蜂窝风格背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "plaid_background", + "langName": "格子呢背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "simple_background", + "langName": "简单的背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "ban", + "langName": "科技幻想", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "crop_top_overhang", + "langName": "作物顶部悬垂", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "viewfinder", + "langName": "相机取景框", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "rounded_corners", + "langName": "背景或画框是圆角", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "border", + "langName": "边框", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "outside_border", + "langName": "一部分画到了背景框外", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "pillarboxed", + "langName": "柱状画布背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "windowboxed", + "langName": "套着画框(背景)", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "flashback", + "langName": "回忆场景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "background_text", + "langName": "背景文字", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "wall_of_text", + "langName": "文字背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "blurred background", + "langName": "模糊背景", + "object": "环境", + "attribute": "背景" + }, + { + "displayName": "in spring", + "langName": "春", + "object": "环境", + "attribute": "季节" + }, + { + "displayName": "in summer", + "langName": "夏", + "object": "环境", + "attribute": "季节" + }, + { + "displayName": "in autumn", + "langName": "秋", + "object": "环境", + "attribute": "季节" + }, + { + "displayName": "in winter", + "langName": "冬", + "object": "环境", + "attribute": "季节" + }, + { + "displayName": "(autumn maple forest:1.3),(very few fallen leaves),(path)", + "langName": "秋景", + "object": "环境", + "attribute": "季节" + }, + { + "displayName": "day", + "langName": "白天", + "object": "环境", + "attribute": "天气" + }, + { + "displayName": "dusk", + "langName": "黄昏", + "object": "环境", + "attribute": "天气" + }, + { + "displayName": "night", + "langName": "夜晚", + "object": "环境", + "attribute": "天气" + }, + { + "displayName": "rain", + "langName": "下雨", + "object": "环境", + "attribute": "天气" + }, + { + "displayName": "snow,ice", + "langName": "冰雪", + "object": "环境", + "attribute": "天气" + }, + { + "displayName": "snowflakes", + "langName": "雪花", + "object": "环境", + "attribute": "天气" + }, + { + "displayName": "lighting", + "langName": "闪电", + "object": "环境", + "attribute": "天气" + }, + { + "displayName": "rainbow", + "langName": "彩虹", + "object": "环境", + "attribute": "天气" + }, + { + "displayName": "meteor shower", + "langName": "流星雨", + "object": "环境", + "attribute": "天气" + }, + { + "displayName": "cloudy", + "langName": "多云", + "object": "环境", + "attribute": "天气" + }, + { + "displayName": "rainy days", + "langName": "雨天", + "object": "环境", + "attribute": "天气" + }, + { + "displayName": "in the rain", + "langName": "雨中", + "object": "环境", + "attribute": "天气" + }, + { + "displayName": "shooting star", + "langName": "流星", + "object": "环境", + "attribute": "天气" + }, + { + "displayName": "smooth fog", + "langName": "柔和的雾", + "object": "环境", + "attribute": "天气" + }, + { + "displayName": "thunderstorms", + "langName": "暴风雨", + "object": "环境", + "attribute": "天气" + }, + { + "displayName": "stormy ocean", + "langName": "暴风雨的海面", + "object": "环境", + "attribute": "天气" + }, + { + "displayName": "ocean backdrop", + "langName": "海洋背景", + "object": "环境", + "attribute": "天气" + }, + { + "displayName": "lightning", + "langName": "闪电", + "object": "环境", + "attribute": "天气" + }, + { + "displayName": "beautiful detailed sky, beautiful detailed water", + "langName": "好天好水", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "beautiful purple sunset at beach", + "langName": "海边日落", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "mountain", + "langName": "山脉", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "hills", + "langName": "山丘", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "on a hill", + "langName": "山上", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "the top of the hill", + "langName": "山顶", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "forest", + "langName": "森林", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "grove", + "langName": "树林", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "bamboo forest", + "langName": "竹林", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "Dreamy forest", + "langName": "梦幻之森(虚幻感.光粒子幽静)", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "savanna", + "langName": "大草原", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "plateau", + "langName": "高原", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "valley", + "langName": "山谷", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "canyon", + "langName": "峡谷", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "cliff", + "langName": "悬崖", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "oasis", + "langName": "绿洲", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "wasteland", + "langName": "荒地", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "glacier", + "langName": "冰川", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "volcano", + "langName": "火山", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "waterfall", + "langName": "瀑布", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "stream", + "langName": "溪流", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "river", + "langName": "河流", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "lake", + "langName": "湖泊", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "ocean", + "langName": "海洋", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "sea", + "langName": "大海", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "beach", + "langName": "海边", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "on the beach", + "langName": "海滩", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "over the sea", + "langName": "海边", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "waves", + "langName": "波浪", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "seaweed", + "langName": "海藻", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "underwater", + "langName": "水中", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "floating island", + "langName": "浮岛", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "flowers meadows", + "langName": "繁花草甸", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "flower field", + "langName": "花田", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "flower sea", + "langName": "花海", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "rose petals", + "langName": "玫瑰花瓣", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "falling petals", + "langName": "落花", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "in a meadow", + "langName": "草地", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "field", + "langName": "田园", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "wheat field", + "langName": "麦田", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "rice paddy", + "langName": "稻田", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "onsen", + "langName": "温泉", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "dripping", + "langName": "滴水", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "swirl", + "langName": "漩涡", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "ripples", + "langName": "涟漪", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "Alps", + "langName": "阿尔卑斯山脉", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "on a desert", + "langName": "沙漠", + "object": "环境", + "attribute": "大自然" + }, + { + "displayName": "sky", + "langName": "天空", + "object": "环境", + "attribute": "天空" + }, + { + "displayName": "gradient_sky", + "langName": "倾斜的天空", + "object": "环境", + "attribute": "天空" + }, + { + "displayName": "sunset", + "langName": "落日", + "object": "环境", + "attribute": "天空" + }, + { + "displayName": "night_sky", + "langName": "夜空", + "object": "环境", + "attribute": "天空" + }, + { + "displayName": "starry_sky", + "langName": "星空", + "object": "环境", + "attribute": "天空" + }, + { + "displayName": "star_(sky)", + "langName": "星星(天空中的)", + "object": "环境", + "attribute": "天空" + }, + { + "displayName": "star_trail", + "langName": "星星轨迹", + "object": "环境", + "attribute": "天空" + }, + { + "displayName": "moon", + "langName": "月亮", + "object": "环境", + "attribute": "天空" + }, + { + "displayName": "crescent", + "langName": "月牙", + "object": "环境", + "attribute": "天空" + }, + { + "displayName": "crescent_moon", + "langName": "新月", + "object": "环境", + "attribute": "天空" + }, + { + "displayName": "full_moon", + "langName": "满月", + "object": "环境", + "attribute": "天空" + }, + { + "displayName": "moonlight", + "langName": "月光", + "object": "环境", + "attribute": "天空" + }, + { + "displayName": "scarlet_moon", + "langName": "猩红月亮", + "object": "环境", + "attribute": "天空" + }, + { + "displayName": "hyper_galaxy", + "langName": "超级银河", + "object": "环境", + "attribute": "天空" + }, + { + "displayName": "universe", + "langName": "宇宙", + "object": "环境", + "attribute": "天空" + }, + { + "displayName": "space", + "langName": "太空", + "object": "环境", + "attribute": "天空" + }, + { + "displayName": "planet", + "langName": "星球", + "object": "环境", + "attribute": "天空" + }, + { + "displayName": "from_space_station", + "langName": "空间站", + "object": "环境", + "attribute": "天空" + }, + { + "displayName": "satellite", + "langName": "卫星", + "object": "环境", + "attribute": "天空" + }, + { + "displayName": "lunar", + "langName": "月的,_月球的;", + "object": "环境", + "attribute": "天空" + }, + { + "displayName": "cirrus", + "langName": "卷云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "cirrocumulus", + "langName": "卷积云类", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "cirrostratus", + "langName": "卷层云类", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "altocumulus", + "langName": "高积云类", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "altostratus", + "langName": "高层云类", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "stratus", + "langName": "层云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "stratocumulus", + "langName": "层积云类", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "cumulus", + "langName": "积云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "cumulonimbus", + "langName": "积雨云类", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "Nimbostratus", + "langName": "雨层云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "cirrus_fibratus", + "langName": "毛卷云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "cirrus_uncinus", + "langName": "钩卷云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "cirrus_spissatus", + "langName": "密卷云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "cirrus_floccus", + "langName": "絮卷云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "cirrus_castellanus", + "langName": "堡卷云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "cirrus_intortus", + "langName": "乱卷云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "cirrocumulus_stratiformis", + "langName": "层状卷积云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "cirrocumulus_floccus", + "langName": "絮状卷积云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "cirrocumulus_castellanus", + "langName": "堡状卷积云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "cirrocumulus_lacunosus", + "langName": "网状卷积云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "cirrostratus_fibratus", + "langName": "毛卷层云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "cirrostratus_nebulosus", + "langName": "雾卷层云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "altocumulus_strataformis", + "langName": "层状高积云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "altocumulus_lenticularis", + "langName": "荚状高积云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "altocumulus_castellanus", + "langName": "堡状高积云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "altocumulus_floccus", + "langName": "絮状高积云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "altocumulus_lacunosus", + "langName": "网状高积云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "altostratus_undulatus", + "langName": "波状高层云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "altostratus_duplicates", + "langName": "复合高层云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "altostratus_pannus", + "langName": "破片高层云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "altostratus_translucidus", + "langName": "透光高层云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "altostratus_opacus", + "langName": "蔽光高层云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "altostratus_radiatus", + "langName": "辐状高层云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "altostratus_mammatus", + "langName": "乳状高层云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "stratus_fractus", + "langName": "碎层云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "stratus_nebulosus", + "langName": "雾层云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "stratus_undulatus", + "langName": "波层云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "stratocumulus_stratiformis", + "langName": "层状层积云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "stratocumulus_cumulogentis", + "langName": "积雨性层积云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "stratocumulus_castellanus", + "langName": "堡状层积云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "stratocumulus_lenticularis", + "langName": "荚状层积云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "stratocumulus_lacunosus", + "langName": "絮状层积云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "cumulus_humilis", + "langName": "淡积云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "cumulus_mediocris", + "langName": "中积云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "cumulus_congestus", + "langName": "浓积云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "cumulus_fractus", + "langName": "碎积云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "cumulonimbus_calvus", + "langName": "秃积雨云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "cumulonimbus_capillatus", + "langName": "鬃积雨云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "cumulonimbus_incus", + "langName": "砧积雨云", + "object": "环境", + "attribute": "云" + }, + { + "displayName": "outdoors", + "langName": "室外", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "castle", + "langName": "城堡", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "cyberpunk city", + "langName": "赛博朋克城市", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "Bustling city", + "langName": "繁华都市", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "neon lights", + "langName": "霓虹灯", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "street lamp", + "langName": "路灯", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "skyscraper", + "langName": "摩天楼", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "building", + "langName": "建筑", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "gothic architecture", + "langName": "哥特式建筑", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "chinese style architecture", + "langName": "古风建筑", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "Industrial wind, Chinese architecture", + "langName": "工业化古建筑", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "church", + "langName": "教堂", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "cathedral", + "langName": "大教堂", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "mosque", + "langName": "清真寺", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "torii", + "langName": "鸟居", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "gohei", + "langName": "神社", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "temple", + "langName": "寺庙", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "ruins", + "langName": "遗迹", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "remains", + "langName": "残骸", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "fountain", + "langName": "喷泉", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "park", + "langName": "公园", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "treehouse", + "langName": "树屋", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "botanical garden", + "langName": "植物园", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "grave", + "langName": "坟墓", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "graveyard", + "langName": "墓地", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "tombstone", + "langName": "墓碑", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "monolith", + "langName": "巨大的石头物体", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "rappelling", + "langName": "拉平(悬挂)", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "harbor", + "langName": "港口", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "bridge", + "langName": "桥", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "railroad tracks", + "langName": "铁轨", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "railroad", + "langName": "铁路", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "railway", + "langName": "铁路", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "train station", + "langName": "火车站", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "bus stop", + "langName": "巴士车站", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "phone booth", + "langName": "电话亭", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "tunnel", + "langName": "隧道", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "airport", + "langName": "机场", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "ferris wheel", + "langName": "摩天轮", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "carousel", + "langName": "旋转木马", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "waterpark", + "langName": "水上乐园", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "stadium", + "langName": "体育场", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "arena", + "langName": "竞技场", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "Auditorium", + "langName": "礼堂", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "concert", + "langName": "音乐会", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "market stall", + "langName": "市场摊位", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "shop", + "langName": "商店", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "restaurant", + "langName": "饭店", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "bakery", + "langName": "面包店", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "convenience store", + "langName": "便利店", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "supermarket", + "langName": "超市", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "pharmacy", + "langName": "药店", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "bar", + "langName": "酒吧", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "izakaya", + "langName": "居酒屋", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "cafe", + "langName": "咖啡馆", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "coffee house", + "langName": "咖啡馆", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "Trapeze", + "langName": "吊架;秋千", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "bowling alley", + "langName": "保龄球馆", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "gym", + "langName": "健身房", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "library", + "langName": "图书馆", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "art gallery", + "langName": "美术馆", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "museum", + "langName": "博物馆", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "planetarium", + "langName": "天文馆", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "swimming pool", + "langName": "游泳池", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "zoo", + "langName": "动物园", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "aquarium", + "langName": "水族馆", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "laboratory", + "langName": "实验室", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "prison", + "langName": "监狱", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "engine room", + "langName": "轮机舱", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "warehouse", + "langName": "仓库", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "workshop", + "langName": "工作坊", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "courtroom", + "langName": "法庭", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "theater", + "langName": "剧院", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "movie theater", + "langName": "电影院", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "billiard", + "langName": "台球桌", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "casino", + "langName": "赌场", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "playground", + "langName": "游乐场", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "greco-roman architectur", + "langName": "西罗马建筑", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "in the romanesque architecture streets", + "langName": "罗马街道", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "handrail", + "langName": "栏杆", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "shanty town/slum", + "langName": "贫民窟", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "modern,Europe", + "langName": "现代欧式建筑", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "building_ruins", + "langName": "建筑废墟", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "amusement_park", + "langName": "游乐园", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "Disney_land", + "langName": "迪士尼乐园", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "wrestling_ring", + "langName": "摔角场", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "Japanese_hotel", + "langName": "日本旅馆", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "jail_bars", + "langName": "监狱酒吧", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "in_the_movie_theatre", + "langName": "在电影院里", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "architecture", + "langName": "建筑", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "magnificent_architecture", + "langName": "建筑", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "east_asian_architecture", + "langName": "东亚建筑", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "chinese_style_loft", + "langName": "中式阁楼", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "traditional_chinese_room", + "langName": "传统中式客房", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "turret", + "langName": "塔楼", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "tower", + "langName": "塔", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "at the lighthouse", + "langName": "灯塔", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "reservoir", + "langName": "水库", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "under_bridge", + "langName": "桥下", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "rubble_ruins", + "langName": "瓦砾|废墟", + "object": "环境", + "attribute": "室外" + }, + { + "displayName": "city", + "langName": "城市", + "object": "环境", + "attribute": "城市" + }, + { + "displayName": "downtown", + "langName": "市中心", + "object": "环境", + "attribute": "城市" + }, + { + "displayName": "cityscape", + "langName": "城市风景", + "object": "环境", + "attribute": "城市" + }, + { + "displayName": "in_main_street", + "langName": "大道", + "object": "环境", + "attribute": "城市" + }, + { + "displayName": "Intersection", + "langName": "路口", + "object": "环境", + "attribute": "城市" + }, + { + "displayName": "street", + "langName": "街道", + "object": "环境", + "attribute": "城市" + }, + { + "displayName": "avenue", + "langName": "大街", + "object": "环境", + "attribute": "城市" + }, + { + "displayName": "alley", + "langName": "小巷", + "object": "环境", + "attribute": "城市" + }, + { + "displayName": "crowd", + "langName": "人群", + "object": "环境", + "attribute": "城市" + }, + { + "displayName": "road", + "langName": "路", + "object": "环境", + "attribute": "城市" + }, + { + "displayName": "path", + "langName": "路径", + "object": "环境", + "attribute": "城市" + }, + { + "displayName": "pavement", + "langName": "路面", + "object": "环境", + "attribute": "城市" + }, + { + "displayName": "road_sign", + "langName": "路标", + "object": "环境", + "attribute": "城市" + }, + { + "displayName": "traffic_cone", + "langName": "路障", + "object": "环境", + "attribute": "城市" + }, + { + "displayName": "lamppost", + "langName": "路灯", + "object": "环境", + "attribute": "城市" + }, + { + "displayName": "fence", + "langName": "栅栏", + "object": "环境", + "attribute": "城市" + }, + { + "displayName": "railing", + "langName": "栏杆", + "object": "环境", + "attribute": "城市" + }, + { + "displayName": "bench", + "langName": "长凳", + "object": "环境", + "attribute": "城市" + }, + { + "displayName": "lawn", + "langName": "草坪", + "object": "环境", + "attribute": "城市" + }, + { + "displayName": "vending_machine", + "langName": "自动贩卖机", + "object": "环境", + "attribute": "城市" + }, + { + "displayName": "indoor", + "langName": "室内", + "object": "环境", + "attribute": "室内" + }, + { + "displayName": "bedroom", + "langName": "卧室", + "object": "环境", + "attribute": "室内" + }, + { + "displayName": "classroom", + "langName": "教室", + "object": "环境", + "attribute": "室内" + }, + { + "displayName": "clubroom", + "langName": "俱乐部", + "object": "环境", + "attribute": "室内" + }, + { + "displayName": "dark nightclub background", + "langName": "昏暗的夜总会背景", + "object": "环境", + "attribute": "室内" + }, + { + "displayName": "dormitory", + "langName": "宿舍", + "object": "环境", + "attribute": "室内" + }, + { + "displayName": "cafeteria", + "langName": "自助餐厅", + "object": "环境", + "attribute": "室内" + }, + { + "displayName": "kitchen", + "langName": "厨房", + "object": "环境", + "attribute": "室内" + }, + { + "displayName": "toilet stall", + "langName": "厕所隔间", + "object": "环境", + "attribute": "室内" + }, + { + "displayName": "infirmary", + "langName": "医务室", + "object": "环境", + "attribute": "室内" + }, + { + "displayName": "art room", + "langName": "美术室", + "object": "环境", + "attribute": "室内" + }, + { + "displayName": "greenhouse", + "langName": "温室", + "object": "环境", + "attribute": "室内" + }, + { + "displayName": "basement", + "langName": "地下室", + "object": "环境", + "attribute": "室内" + }, + { + "displayName": "server room", + "langName": "服务器机房", + "object": "环境", + "attribute": "室内" + }, + { + "displayName": "electrical room", + "langName": "配电房", + "object": "环境", + "attribute": "室内" + }, + { + "displayName": "dungeon", + "langName": "地库", + "object": "环境", + "attribute": "室内" + }, + { + "displayName": "otaku room", + "langName": "宅男房间", + "object": "环境", + "attribute": "室内" + }, + { + "displayName": "stage", + "langName": "舞台", + "object": "环境", + "attribute": "室内" + }, + { + "displayName": "bathing", + "langName": "浴室", + "object": "环境", + "attribute": "室内" + }, + { + "displayName": "stairs", + "langName": "楼梯", + "object": "环境", + "attribute": "室内" + }, + { + "displayName": "palace", + "langName": "宫廷", + "object": "环境", + "attribute": "室内" + }, + { + "displayName": "bed", + "langName": "床", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "wardrobe", + "langName": "衣柜", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "desk lamp", + "langName": "台灯", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "couch", + "langName": "沙发", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "tatami", + "langName": "榻榻米", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "kotatsu", + "langName": "被炉", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "fireplace", + "langName": "壁炉", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "table", + "langName": "桌子", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "school_desk", + "langName": "课桌", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "chair", + "langName": "椅子", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "armchair", + "langName": "扶手椅", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "lounge_chair", + "langName": "躺椅", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "beach_chair", + "langName": "沙滩椅", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "folding_chair", + "langName": "折叠椅", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "office_chair", + "langName": "办公椅", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "wheelchair", + "langName": "轮椅", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "invisible_chair", + "langName": "隐形椅子", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "window_", + "langName": "窗", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "sash", + "langName": "窗扇", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "curtains", + "langName": "窗帘", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "sliding_doors", + "langName": "推拉门", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "door", + "langName": "门", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "clothes_rack", + "langName": "衣架", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "air_conditioner", + "langName": "空调", + "object": "环境", + "attribute": "家具" + }, + { + "displayName": "mattress", + "langName": "床垫;褥子", + "object": "环境", + "attribute": "床上用品" + }, + { + "displayName": "bed_sheet", + "langName": "床单", + "object": "环境", + "attribute": "床上用品" + }, + { + "displayName": "futon", + "langName": "日本床垫", + "object": "环境", + "attribute": "床上用品" + }, + { + "displayName": "pillow", + "langName": "枕头", + "object": "环境", + "attribute": "床上用品" + }, + { + "displayName": "cushion", + "langName": "坐垫", + "object": "环境", + "attribute": "床上用品" + }, + { + "displayName": "dumpling_Hug_Pillow", + "langName": "团子抱枕", + "object": "环境", + "attribute": "床上用品" + }, + { + "displayName": "pillow_hug", + "langName": "抱枕", + "object": "环境", + "attribute": "床上用品" + }, + { + "displayName": "yes-no_pillow", + "langName": "Yes/No枕头", + "object": "环境", + "attribute": "床上用品" + }, + { + "displayName": "stuffed_animal", + "langName": "毛绒玩偶", + "object": "环境", + "attribute": "床上用品" + }, + { + "displayName": "stuffed_bunny", + "langName": "毛绒兔子", + "object": "环境", + "attribute": "床上用品" + }, + { + "displayName": "carpet", + "langName": "地毯", + "object": "环境", + "attribute": "床上用品" + }, + { + "displayName": "bathroom", + "langName": "浴室", + "object": "环境", + "attribute": "浴室" + }, + { + "displayName": "shower_head", + "langName": "淋浴喷头", + "object": "环境", + "attribute": "浴室" + }, + { + "displayName": "toilet", + "langName": "马桶", + "object": "环境", + "attribute": "浴室" + }, + { + "displayName": "squat_toilet", + "langName": "蹲便器", + "object": "环境", + "attribute": "浴室" + }, + { + "displayName": "soap", + "langName": "肥皂", + "object": "环境", + "attribute": "浴室" + }, + { + "displayName": "tiles", + "langName": "瓷砖", + "object": "环境", + "attribute": "浴室" + }, + { + "displayName": "rubber_duck", + "langName": "橡皮鸭", + "object": "环境", + "attribute": "浴室" + }, + { + "displayName": "bathtub,", + "langName": "浴缸", + "object": "环境", + "attribute": "浴室" + }, + { + "displayName": "new year", + "langName": "新年", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "year of the rabbit", + "langName": "兔年", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "valentine", + "langName": "情人节", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "lantern festival", + "langName": "元宵节", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "summer festival", + "langName": "夏日祭", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "tanabata", + "langName": "七夕节", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "mid-autumn festival", + "langName": "中秋节", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "halloween", + "langName": "万圣节", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "christmas", + "langName": "圣诞节", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "fireworks", + "langName": "焰火", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "explosion", + "langName": "爆炸", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "water vapor", + "langName": "蒸汽", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "liquid background, Sputtered water", + "langName": "液体背景", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "in the ocean", + "langName": "海边日落", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "magic circles", + "langName": "魔法环", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "fluorescent mushroom forests background", + "langName": "荧光蘑菇森林", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "(((colorful bubble)))", + "langName": "彩色泡泡", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "golden hour lighting", + "langName": "黄金时段照明", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "strong rim light", + "langName": "强边缘光", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "against backlight at dusk", + "langName": "傍晚背对阳光", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "intense shadows", + "langName": "强阴影", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "ceiling window", + "langName": "落地窗", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "colourful glass", + "langName": "彩色玻璃", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "stain glass", + "langName": "染色玻璃", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "Graffiti wall", + "langName": "涂鸦墙", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "mosaic background", + "langName": "马赛克背景", + "object": "环境", + "attribute": "氛围" + }, + { + "displayName": "notebook", + "langName": "笔记本", + "object": "物品", + "attribute": "学习用品" + }, + { + "displayName": "pencil", + "langName": "铅笔", + "object": "物品", + "attribute": "学习用品" + }, + { + "displayName": "paintbrush", + "langName": "画笔", + "object": "物品", + "attribute": "学习用品" + }, + { + "displayName": "book", + "langName": "书", + "object": "物品", + "attribute": "学习用品" + }, + { + "displayName": "open_book", + "langName": "翻开的书", + "object": "物品", + "attribute": "学习用品" + }, + { + "displayName": "book_stack", + "langName": "书摞", + "object": "物品", + "attribute": "学习用品" + }, + { + "displayName": "bookshelf", + "langName": "书架", + "object": "物品", + "attribute": "学习用品" + }, + { + "displayName": "school_bag", + "langName": "上学包(手提包)", + "object": "物品", + "attribute": "学习用品" + }, + { + "displayName": "backpack", + "langName": "背包", + "object": "物品", + "attribute": "学习用品" + }, + { + "displayName": "computer", + "langName": "电脑", + "object": "物品", + "attribute": "数码设备" + }, + { + "displayName": "mouse", + "langName": "鼠标", + "object": "物品", + "attribute": "数码设备" + }, + { + "displayName": "cellphone", + "langName": "手机", + "object": "物品", + "attribute": "数码设备" + }, + { + "displayName": "Smartphones", + "langName": "智能手机", + "object": "物品", + "attribute": "数码设备" + }, + { + "displayName": "nintendo_switch", + "langName": "任天堂switch", + "object": "物品", + "attribute": "数码设备" + }, + { + "displayName": "handheld_game_console", + "langName": "掌上游戏机", + "object": "物品", + "attribute": "数码设备" + }, + { + "displayName": "nintendo_3ds", + "langName": "任天堂3ds", + "object": "物品", + "attribute": "数码设备" + }, + { + "displayName": "nintendo_ds", + "langName": "任天堂ds", + "object": "物品", + "attribute": "数码设备" + }, + { + "displayName": "cable", + "langName": "电缆", + "object": "物品", + "attribute": "数码设备" + }, + { + "displayName": "power_lines", + "langName": "电源线", + "object": "物品", + "attribute": "数码设备" + }, + { + "displayName": "buttons", + "langName": "按钮", + "object": "物品", + "attribute": "数码设备" + }, + { + "displayName": "fork", + "langName": "叉子", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "spoon", + "langName": "勺子", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "chopsticks", + "langName": "筷子", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "ladle", + "langName": "长柄勺", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "plate", + "langName": "盘子", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "bowl", + "langName": "碗", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "cup", + "langName": "杯子", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "drinking_glass", + "langName": "水杯", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "tumbler", + "langName": "普通玻璃杯", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "beer_mug", + "langName": "啤酒杯", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "pot", + "langName": "锅", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "teapot", + "langName": "茶壶", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "tray", + "langName": "托盘", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "soda_can", + "langName": "罐装饮料", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "can", + "langName": "罐子", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "candle", + "langName": "蜡烛", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "gift_box", + "langName": "礼物盒", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "heart-shaped_box", + "langName": "心形状的礼盒", + "object": "物品", + "attribute": "餐具" + }, + { + "displayName": "music", + "langName": "音乐", + "object": "物品", + "attribute": "乐器" + }, + { + "displayName": "guitar", + "langName": "吉他", + "object": "物品", + "attribute": "乐器" + }, + { + "displayName": "piano", + "langName": "钢琴", + "object": "物品", + "attribute": "乐器" + }, + { + "displayName": "cello", + "langName": "大提琴", + "object": "物品", + "attribute": "乐器" + }, + { + "displayName": "playing_instrument", + "langName": "演奏乐器", + "object": "物品", + "attribute": "乐器" + }, + { + "displayName": "wind_chime", + "langName": "风铃", + "object": "物品", + "attribute": "乐器" + }, + { + "displayName": "Accordion", + "langName": "手风琴", + "object": "物品", + "attribute": "乐器" + }, + { + "displayName": "Saxophone", + "langName": "萨克斯管", + "object": "物品", + "attribute": "乐器" + }, + { + "displayName": "umbrella", + "langName": "雨伞", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "transparent_umbrella", + "langName": "透明雨伞", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "closed_umbrella", + "langName": "封闭伞", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "oil-paper_umbrella", + "langName": "油纸伞", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "Parasol", + "langName": "遮阳伞", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "folding_fan", + "langName": "折扇", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "paper_fan", + "langName": "纸扇", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "uchiwa", + "langName": "团扇", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "camera", + "langName": "相机", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "lantern/lamp", + "langName": "灯笼", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "basket", + "langName": "篮子", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "bucket", + "langName": "桶", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "pail", + "langName": "桶", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "water_bottle", + "langName": "水瓶", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "lotion", + "langName": "防晒霜|身体乳", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "lotion_bottle", + "langName": "乳液瓶子", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "key", + "langName": "钥匙", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "coin", + "langName": "硬币", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "money", + "langName": "钱", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "trading_card", + "langName": "交易卡", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "playing_card", + "langName": "扑克牌", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "chess_piece", + "langName": "棋子", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "ofuda", + "langName": "札符", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "wand", + "langName": "魔杖", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "magic", + "langName": "魔术", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "riding_crop", + "langName": "马鞭", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "whip", + "langName": "鞭", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "microphone", + "langName": "麦克风", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "sack", + "langName": "麻袋", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "scales", + "langName": "秤", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "trophy", + "langName": "奖杯", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "molecule", + "langName": "分子", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "diamond_(shape)", + "langName": "钻石(形状)", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "chibi_inset", + "langName": "赤壁插图", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "damaged", + "langName": "损坏", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "gourd", + "langName": "葫芦", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "mimikaki", + "langName": "掏耳勺", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "hammer", + "langName": "锤子", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "inlet", + "langName": "入口", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "stubble", + "langName": "茬", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "Cassette", + "langName": "磁带盒", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "Lever", + "langName": "杠杆,操作杆", + "object": "物品", + "attribute": "其它物品" + }, + { + "displayName": "weapon", + "langName": "武器", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "huge_weapon", + "langName": "大尺寸武器", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "planted_weapon", + "langName": "往地上插的武器", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "broken_weapon", + "langName": "破碎的武器", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "weapon_on_back", + "langName": "背上的武器", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "weapon_over_shoulder", + "langName": "肩上的武器", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "sword", + "langName": "刀", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "planted_sword", + "langName": "立剑", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "scabbard", + "langName": "刀鞘", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "katana", + "langName": "武士刀", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "saber_(weapon)", + "langName": "军刀(武器)", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "dagger", + "langName": "匕首", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "axe", + "langName": "斧头", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "hatchet", + "langName": "短斧", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "stake", + "langName": "棍子", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "lance", + "langName": "长矛", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "trident", + "langName": "三叉戟", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "bow_(weapon)", + "langName": "弓", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "arrow", + "langName": "箭", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "scythe", + "langName": "镰刀", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "claw_(weapon)", + "langName": "爪(武器)", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "nose_hatchet", + "langName": "柴刀", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "gun", + "langName": "枪", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "handgun", + "langName": "手枪", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "thompson_submachine_gun", + "langName": "汤普森冲锋枪", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "magazine_(weapon)", + "langName": "弹匣(武器)", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "dynamite", + "langName": "甘油炸药", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "bomb", + "langName": "炸弹", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "track missiles", + "langName": "跟踪导弹", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "cannon", + "langName": "大炮", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "tank", + "langName": "坦克", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "military_vehicle", + "langName": "军用载具", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "motorcycle", + "langName": "摩托车", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "car", + "langName": "汽车", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "watercraft", + "langName": "船舶", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "ship", + "langName": "船舶", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "machine", + "langName": "机械", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "machinery", + "langName": "机械武装", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "mechanical_arms", + "langName": "机械臂", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "mechanization", + "langName": "机械化", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "robot_joints", + "langName": "机械关节", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "variable_fighter", + "langName": "超时空要塞机体", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "sorcerer's_sutra_scroll", + "langName": "魔人经卷", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "scissors", + "langName": "剪刀", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "rifle,", + "langName": "步枪", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "complex Trajectory", + "langName": "轨迹拖尾", + "object": "物品", + "attribute": "武器" + }, + { + "displayName": "food", + "langName": "食物", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "makizushi", + "langName": "海苔卷寿司", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "onigiri", + "langName": "饭团", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "obento", + "langName": "便当", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "ramen", + "langName": "拉面", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "noodles", + "langName": "面条", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "tempura", + "langName": "天妇罗", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "wagashi", + "langName": "和果子", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "dango", + "langName": "团子", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "taiyaki", + "langName": "鲷鱼烧", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "sweet_potato", + "langName": "甘薯", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "cake", + "langName": "蛋糕", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "pancake", + "langName": "鬆餅", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "sweets", + "langName": "糖果", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "candy", + "langName": "糖果", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "candy_apple", + "langName": "苹果糖", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "candy_cane", + "langName": "棒棒糖", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "cookie", + "langName": "饼干", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "cream", + "langName": "奶油", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "ice_cream", + "langName": "冰激凌", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "doughnut", + "langName": "甜甜圈", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "pasties", + "langName": "馅饼", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "sundae", + "langName": "圣代", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "burger", + "langName": "汉堡", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "egg", + "langName": "鸡蛋", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "meat", + "langName": "肉", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "fruit", + "langName": "水果", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "apple", + "langName": "苹果", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "peach", + "langName": "桃子", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "aubergine", + "langName": "茄子", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "carrot", + "langName": "胡萝卜", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "chips", + "langName": "薯片", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "potato_chips", + "langName": "薯片", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "telstar", + "langName": "泰事达牌足球", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "jam", + "langName": "果酱", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "pocky", + "langName": "百奇", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "food_stand", + "langName": "食品摊", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "food_in_mouth", + "langName": "嘴里有食物", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "food_on_body", + "langName": "身体上有食物", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "food_print", + "langName": "食物印花", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "in_food", + "langName": "(角色)在食物里", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "coffee", + "langName": "咖啡", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "tea", + "langName": "茶", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "teacup", + "langName": "茶杯", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "sake", + "langName": "日本清酒", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "wine", + "langName": "葡萄酒", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "drink", + "langName": "饮料", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "bottled_water", + "langName": "瓶裝水", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "A_sushi_roll", + "langName": "寿司卷", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "cigarette", + "langName": "香烟", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "cotton_candy_", + "langName": "棉花糖", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "Gelatin", + "langName": "明胶、布丁", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "kafuu_chino", + "langName": "卡夫奇诺", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "food_on_", + "langName": "脸上有食物", + "object": "物品", + "attribute": "食物" + }, + { + "displayName": "mammal", + "langName": "哺乳动物", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "reptile", + "langName": "爬行动物", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "bird", + "langName": "鸟", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "crow", + "langName": "乌鸦", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "penguin", + "langName": "企鹅", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "chick", + "langName": "小鸡", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "dragonfly", + "langName": "蜻蜓", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "whale", + "langName": "鲸", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "cat", + "langName": "猫", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "dog", + "langName": "狗", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "fox", + "langName": "狐狸", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "bunny", + "langName": "兔子", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "snow_bunny", + "langName": "雪兔", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "wolf", + "langName": "狼", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "horse", + "langName": "马", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "cow", + "langName": "牛", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "tiger", + "langName": "老虎", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "bear", + "langName": "熊", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "panda", + "langName": "熊猫", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "teddy_bear", + "langName": "泰迪熊", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "hamster", + "langName": "仓鼠", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "squirrel", + "langName": "松鼠", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "snake", + "langName": "蛇", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "dragon", + "langName": "龙", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "eastern_dragon", + "langName": "东方龙", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "loong", + "langName": "中国龙", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "slime", + "langName": "史莱姆", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "bat", + "langName": "蝙蝠", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "shell", + "langName": "贝壳", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "cat_teaser", + "langName": "逗猫", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "dog_tags", + "langName": "狗牌", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "wriggle_nightbug", + "langName": "蠕动夜虫", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "manjuu_(azur_lane)", + "langName": "蛮啾", + "object": "物品", + "attribute": "动物" + }, + { + "displayName": "plant", + "langName": "植物", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "flower", + "langName": "花", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "flower_bloom", + "langName": "花盛开", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "bouquet", + "langName": "花束", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "vase", + "langName": "花瓶", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "orchid", + "langName": "兰花", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "lily", + "langName": "百合花", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "rose", + "langName": "玫瑰", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "spider_lily", + "langName": "彼岸花", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "hibiscus", + "langName": "芙蓉花", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "hydrangea", + "langName": "绣球花", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "cherry_blossoms", + "langName": "樱花", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "plum_blossom", + "langName": "梅花", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "wisteria", + "langName": "紫藤", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "lotus", + "langName": "莲花", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "narcissu", + "langName": "水仙", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "chrysanthemum", + "langName": "菊花", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "entangled_plants", + "langName": "缠结型植物", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "tree", + "langName": "树", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "pine_tree", + "langName": "松树", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "palm_tree", + "langName": "棕榈树", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "maple_tree", + "langName": "枫树", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "branch", + "langName": "树枝", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "maple_leaf", + "langName": "枫叶", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "christmas_tree", + "langName": "圣诞树", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "pumpkin", + "langName": "南瓜", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "jack-o'-lantern", + "langName": "南瓜灯", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "spring_onion", + "langName": "大葱", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "bamboo", + "langName": "竹子", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "bush", + "langName": "灌木", + "object": "物品", + "attribute": "植物" + }, + { + "displayName": "Sunlight", + "langName": "阳光", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Natural Lighting", + "langName": "自然采光", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Artificial Lighting", + "langName": "人工照明", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Studio Lighting", + "langName": "摄影棚灯光", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Volumetric Lighting", + "langName": "体积光", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "volumetric Light", + "langName": "体积光", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Volumetric", + "langName": "容积式", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Frontlight", + "langName": "顶光", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Halfrear Lighting", + "langName": "半侧背光", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Backlight", + "langName": "背光", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Rim Lighting", + "langName": "轮廓光", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Floodlight", + "langName": "泛光灯", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "LED light", + "langName": "LED 灯", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Spotlight", + "langName": "聚光灯", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Marquee", + "langName": "跑马灯", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Strobe", + "langName": "闪光灯", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Strobe Light", + "langName": "闪光灯光", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Stroboscope", + "langName": "频闪灯", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "bright", + "langName": "明亮的", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Ultrabright", + "langName": "超亮", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Electromagnetic Spectrum", + "langName": "电磁频谱", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Infrared", + "langName": "红外线的", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Ultraviolet", + "langName": "紫外线", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "UV", + "langName": "UV", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "X-Ray", + "langName": "X 射线", + "object": "光影效果", + "attribute": "光源" + }, + { + "displayName": "Cinematic Lighting", + "langName": "电影级光照", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "moody lighting", + "langName": "氛围光照", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Tyndall effect", + "langName": "丁达尔效应", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "light leaks", + "langName": "漏光光效", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "glowing neon lights", + "langName": "霓虹灯", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Rays of Shimmering Light", + "langName": "闪烁光线", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Crepuscular Rays", + "langName": "昏暗光线", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Crackle Tube", + "langName": "火花管", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Tesla Coil", + "langName": "特斯拉线圈", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Plasma Globe", + "langName": "等离子球", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Glow Stick", + "langName": "荧光棒", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Neon Lamp", + "langName": "霓虹灯", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "lens flare", + "langName": "透镜光晕(逆光)", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Contre-Jour", + "langName": "反白日", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Rembrandt Lighting", + "langName": "伦勃朗灯光", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Split Lighting", + "langName": "分体照明", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Beautiful Lighting", + "langName": "美丽的灯光", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Accent Lighting", + "langName": "重点照明", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Global Illumination", + "langName": "全局光照", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Lumen Global Illumination", + "langName": "流明全局照明", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Screen Space Global Illumination", + "langName": "屏幕空间全局光照", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Ray Tracing Global Illumination", + "langName": "光线追踪全局光照", + "object": "光影效果", + "attribute": "光照效果" + }, + { + "displayName": "Incandescent", + "langName": "白炽灯", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Fluorescent", + "langName": "荧光的", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Fluorescent Lamp", + "langName": "日光灯管", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Halogen", + "langName": "卤素", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Halogen Lamp", + "langName": "卤素灯", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Xenon Lamp", + "langName": "氙气灯", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Krypton Lamp", + "langName": "氪气灯", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Argon Lamp", + "langName": "氩气灯", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Helium Lamp", + "langName": "氦气灯", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Edison Bulb", + "langName": "爱迪生灯泡", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Vacuum Tube Lamp", + "langName": "真空管灯", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Nixie Tube", + "langName": "辉光管", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Carbide Lamp", + "langName": "碳化钙灯", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Argand Lamp", + "langName": "阿尔干灯", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Diya Lamp", + "langName": "酥油灯", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Lantern", + "langName": "灯笼", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Schwarz Lantern", + "langName": "黑兰特灯笼", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Nightlight", + "langName": "小夜灯", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Christmas Lights", + "langName": "圣诞彩灯", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Optical Fiber", + "langName": "光纤", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Electroluminescent Wire", + "langName": "发光导线", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Laser", + "langName": "激光", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Flare", + "langName": "耀斑", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "rim light", + "langName": "轮廓光", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "metallic luster", + "langName": "金属光泽", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "background light", + "langName": "背景光", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "available light", + "langName": "自然光", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Electric Arc", + "langName": "电弧", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Soft Lighting", + "langName": "柔光", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "Hard Lighting", + "langName": "强光", + "object": "光影效果", + "attribute": "灯光" + }, + { + "displayName": "CRT", + "langName": "阴极射线管", + "object": "光影效果", + "attribute": "显示技术" + }, + { + "displayName": "LCD", + "langName": "液晶显示器", + "object": "光影效果", + "attribute": "显示技术" + }, + { + "displayName": "LED", + "langName": "LED 显示器", + "object": "光影效果", + "attribute": "显示技术" + }, + { + "displayName": "OLED", + "langName": "OLED 显示器", + "object": "光影效果", + "attribute": "显示技术" + }, + { + "displayName": "AMOLED", + "langName": "AMOLED 显示器", + "object": "光影效果", + "attribute": "显示技术" + }, + { + "displayName": "7 Segment Display", + "langName": "七段显示器", + "object": "光影效果", + "attribute": "显示技术" + }, + { + "displayName": "Dot Matrix Display", + "langName": "点阵显示器", + "object": "光影效果", + "attribute": "显示技术" + }, + { + "displayName": "Electroluminescent Display", + "langName": "电致发光显示器", + "object": "光影效果", + "attribute": "显示技术" + }, + { + "displayName": "Vacuum Fluorescent Display", + "langName": "真空荧光显示器", + "object": "光影效果", + "attribute": "显示技术" + }, + { + "displayName": "Phosphor Display", + "langName": "荧光显示器", + "object": "光影效果", + "attribute": "显示技术" + }, + { + "displayName": "Plasma Display", + "langName": "等离子显示器", + "object": "光影效果", + "attribute": "显示技术" + }, + { + "displayName": "Quantum Dot", + "langName": "量子点", + "object": "光影效果", + "attribute": "显示技术" + }, + { + "displayName": "Quantum Dot Display", + "langName": "量子点显示器", + "object": "光影效果", + "attribute": "显示技术" + }, + { + "displayName": "Optics", + "langName": "光学", + "object": "光影效果", + "attribute": "显示技术" + }, + { + "displayName": "Rough", + "langName": "粗糙的", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Matte", + "langName": "哑光的", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Glossy", + "langName": "光泽", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "smooth", + "langName": "光滑的", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Shiny", + "langName": "闪亮的", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Reflective", + "langName": "反光", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Polished", + "langName": "抛光", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Shadows", + "langName": "阴影", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Shimmer", + "langName": "微光", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Shimmering", + "langName": "闪闪发光", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Caustics", + "langName": "焦散", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Refractive", + "langName": "折射", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "reflection light", + "langName": "光线反射", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Ray Tracing Reflections", + "langName": "光线追踪反射", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Lumen Reflections", + "langName": "流明反射", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Screen Space Reflections", + "langName": "屏幕空间反射", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "ray tracing", + "langName": "光线追踪", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Ambient Occlusion", + "langName": "环境光遮蔽", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Scattering", + "langName": "散射", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Diffraction Grading", + "langName": "衍射光栅", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "RGB Displacement", + "langName": "RGB 位移", + "object": "光影效果", + "attribute": "反射/折射" + }, + { + "displayName": "Glowing", + "langName": "发光", + "object": "光影效果", + "attribute": "发光" + }, + { + "displayName": "Glow-In-The-Dark", + "langName": "夜光", + "object": "光影效果", + "attribute": "发光" + }, + { + "displayName": "Bioluminescence", + "langName": "生物发光", + "object": "光影效果", + "attribute": "发光" + }, + { + "displayName": "Photoluminescence", + "langName": "光致发光", + "object": "光影效果", + "attribute": "发光" + }, + { + "displayName": "Chemiluminescence", + "langName": "化学发光", + "object": "光影效果", + "attribute": "发光" + }, + { + "displayName": "Cathodoluminescence", + "langName": "阴极发光", + "object": "光影效果", + "attribute": "发光" + }, + { + "displayName": "Electroluminescence", + "langName": "电致发光", + "object": "光影效果", + "attribute": "发光" + }, + { + "displayName": "Radioluminescence", + "langName": "放射发光", + "object": "光影效果", + "attribute": "发光" + }, + { + "displayName": "Fluorescence", + "langName": "荧光", + "object": "光影效果", + "attribute": "发光" + }, + { + "displayName": "Phosphorescence", + "langName": "磷光", + "object": "光影效果", + "attribute": "发光" + }, + { + "displayName": "Thermoluminescence", + "langName": "热发光", + "object": "光影效果", + "attribute": "发光" + }, + { + "displayName": "Electrochemiluminescence", + "langName": "电化学发光", + "object": "光影效果", + "attribute": "发光" + }, + { + "displayName": "Crystalloluminescence", + "langName": "晶体发光", + "object": "光影效果", + "attribute": "发光" + }, + { + "displayName": "Piezoluminescence", + "langName": "压电发光", + "object": "光影效果", + "attribute": "发光" + }, + { + "displayName": "Triboluminescence", + "langName": "摩擦发光", + "object": "光影效果", + "attribute": "发光" + }, + { + "displayName": "Mechanoluminescence", + "langName": "机械发光", + "object": "光影效果", + "attribute": "发光" + }, + { + "displayName": "Lyoluminescence", + "langName": "光致发光", + "object": "光影效果", + "attribute": "发光" + }, + { + "displayName": "Candoluminescence", + "langName": "烛光", + "object": "光影效果", + "attribute": "发光" + }, + { + "displayName": "Fractoluminescence", + "langName": "碎片发光", + "object": "光影效果", + "attribute": "发光" + }, + { + "displayName": "Sonoluminescence", + "langName": "声致发光", + "object": "光影效果", + "attribute": "发光" + }, + { + "displayName": "Translucidluminescence", + "langName": "半透明发光", + "object": "光影效果", + "attribute": "发光" + }, + { + "displayName": "Materiality", + "langName": "材质性", + "object": "光影效果", + "attribute": "发光" + }, + { + "displayName": "black", + "langName": "黑色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "darkgray", + "langName": "深灰色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "gray", + "langName": "灰色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "lightslategray", + "langName": "亮石板灰", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "slategray", + "langName": "灰石色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "darkslategray", + "langName": "深绿色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "lightgray", + "langName": "浅灰色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "gainsboro", + "langName": "庚氏灰色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "white", + "langName": "白色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "whitesmoke", + "langName": "白烟色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "snow", + "langName": "雪白色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "ghostwhite", + "langName": "幽灵白", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "floralwhite", + "langName": "花白色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "linen", + "langName": "亚麻色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "antiquewhite", + "langName": "古董白", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "oldlace", + "langName": "老花色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "ivory", + "langName": "象牙色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "seashell", + "langName": "贝壳白", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "mintcream", + "langName": "薄荷奶油色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "honeydew", + "langName": "蜜色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "azure", + "langName": "蔚蓝色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "aliceblue", + "langName": "艾莉丝蓝", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "lavender", + "langName": "薰衣草色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "lightsteelblue", + "langName": "淡钢蓝色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "slateblue", + "langName": "石蓝色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "mediumslateblue", + "langName": "中石板蓝色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "lightblue", + "langName": "淡蓝色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "powderblue", + "langName": "粉蓝色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "skyblue", + "langName": "深天蓝", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "cornflowerblue", + "langName": "矢车菊蓝", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "royalblue", + "langName": "皇家蓝", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "mediumblue", + "langName": "中蓝色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "blue", + "langName": "蓝色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "darkblue", + "langName": "深蓝色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "navy", + "langName": "海军蓝", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "midnightblue", + "langName": "午夜蓝", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "teal", + "langName": "暗灰蓝色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "darkcyan", + "langName": "水鸭色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "cadetblue", + "langName": "深青色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "mediumturquoise", + "langName": "深绿松石色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "darkturquoise", + "langName": "浅海绿色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "turquoise", + "langName": "中绿松石色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "paleturquoise", + "langName": "淡青色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "aquamarine", + "langName": "绿松石色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "lightcyan", + "langName": "青色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "cyan", + "langName": "碧绿色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "dodgerblue", + "langName": "道奇蓝", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "darkgreen", + "langName": "绿色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "green", + "langName": "森林绿色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "forestgreen", + "langName": "海绿色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "seagreen", + "langName": "中海绿色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "mediumseagreen", + "langName": "中绿宝石色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "mediumaquamarine", + "langName": "暗海绿色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "darkseagreen", + "langName": "绿松石色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "lightseagreen", + "langName": "军服蓝色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "springgreen", + "langName": "中春绿色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "mediumspringgreen", + "langName": "草坪绿", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "lightgreen", + "langName": "草绿色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "palegreen", + "langName": "淡绿色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "lime", + "langName": "酸橙绿", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "limegreen", + "langName": "橄榄褐色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "lawngreen", + "langName": "查特酒绿色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "chartreuse", + "langName": "黄绿色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "greenyellow", + "langName": "酸橙色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "yellowgreen", + "langName": "橄榄绿色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "darkolivegreen", + "langName": "橄榄色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "olivedrab", + "langName": "橄榄褐色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "olive", + "langName": "橄榄色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "darkkhaki", + "langName": "暗卡其色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "khaki", + "langName": "卡其色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "palegoldenrod", + "langName": "淡金菊色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "lightyellow", + "langName": "浅黄色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "lightgoldenrodyellow", + "langName": "亮金黄色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "lemonchiffon", + "langName": "柠檬绸色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "beige", + "langName": "米色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "cornsilk", + "langName": "玉米色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "wheat", + "langName": "小麦色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "burlywood", + "langName": "琥珀色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "gold", + "langName": "金色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "yellow", + "langName": "黄色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "darkorange", + "langName": "暗橙色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "orange", + "langName": "橙色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "sandybrown", + "langName": "橙褐色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "peachpuff", + "langName": "桃肉色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "papayawhip", + "langName": "番木瓜色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "blanchedalmond", + "langName": "漂白杏仁色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "bisque", + "langName": "饼干色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "moccasin", + "langName": "鹿皮鞋色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "navajowhite", + "langName": "纳瓦霍白", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "peru", + "langName": "秘鲁色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "darkgoldenrod", + "langName": "暗金菊色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "goldenrod", + "langName": "金菊色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "chocolate", + "langName": "巧克力色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "saddlebrown", + "langName": "马鞍棕色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "sienna", + "langName": "黄土赭色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "rosybrown", + "langName": "玫瑰棕色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "darksalmon", + "langName": "深鲑鱼肉色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "salmon", + "langName": "鲑鱼肉色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "lightsalmon", + "langName": "亮鲑鱼肉色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "indianred", + "langName": "印第安红色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "firebrick", + "langName": "耐火砖色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "brown", + "langName": "棕色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "maroon", + "langName": "栗色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "darkred", + "langName": "暗红色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "red", + "langName": "红色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "orangered", + "langName": "橙红色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "tomato", + "langName": "番茄红", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "crimson", + "langName": "深粉红色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "coral", + "langName": "珊瑚色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "lightpink", + "langName": "浅粉色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "pink", + "langName": "粉色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "hotpink", + "langName": "热粉红色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "deeppink", + "langName": "深粉色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "palevioletred", + "langName": "淡紫罗兰红色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "mediumvioletred", + "langName": "中紫罗兰红色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "lavenderblush", + "langName": "淡紫红色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "lightcoral", + "langName": "浅珊瑚色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "plum", + "langName": "洋李色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "mediumorchid", + "langName": "中兰花紫色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "violet", + "langName": "紫色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "magenta", + "langName": "洋红色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "fuchsia", + "langName": "紫红色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "darkmagenta", + "langName": "暗洋红色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "purple", + "langName": "紫色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "darkorchid", + "langName": "暗兰花紫色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "darkviolet", + "langName": "暗紫罗兰色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "blueviolet", + "langName": "蓝紫色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "mediumpurple", + "langName": "中紫色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "indigo", + "langName": "靛蓝色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "light_brown", + "langName": "浅棕色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "dark_pink", + "langName": "深粉色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "blonde", + "langName": "金黄色的", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "silver", + "langName": "银色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "mistyrose", + "langName": "薄雾玫瑰", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "steelblue", + "langName": "钢蓝色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "thistle", + "langName": "蓟色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "darkslateblue", + "langName": "暗灰蓝色", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "Iridescent", + "langName": "变幻色彩的", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "Chromatic", + "langName": "多彩的", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "Dispersion", + "langName": "色散(不同颜色的光被分离的现象)", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "Prismatic", + "langName": "有棱镜效果的", + "object": "色彩氛围", + "attribute": "颜色" + }, + { + "displayName": "yellow color scheme", + "langName": "黄色主色调", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Warm Color Palette", + "langName": "暖色调", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Cool Color Palette", + "langName": "冷色调", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Colorful", + "langName": "丰富多彩的", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Spectral Color", + "langName": "光谱颜色", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Inverted Colors", + "langName": "反色", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Chroma", + "langName": "色度", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Dichromatism", + "langName": "双色性", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Tetrachromacy", + "langName": "四色视觉", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Saturated", + "langName": "饱和", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Neon", + "langName": "霓虹", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Electric Colors", + "langName": "电子色", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Tonal Colors", + "langName": "色调颜色", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Vivid Colors", + "langName": "鲜艳的颜色", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Complimentary-Colors", + "langName": "互补色", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Split-Complementary-Colors", + "langName": "分裂互补色", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Supplementary-Colors", + "langName": "补充色", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Analogous-Colors", + "langName": "相似色", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Triadic-Colors", + "langName": "三元色", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Tetradic-Colors", + "langName": "四色(矩形配色)", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Polychromatic-Colors", + "langName": "多色彩", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Light", + "langName": "明亮", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Dark", + "langName": "黑暗", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Light Mode", + "langName": "浅色模式", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Dark Mode", + "langName": "深色模式", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Tones of Black", + "langName": "黑色调", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Tones of Black in Background", + "langName": "背景黑色调", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Light Blue Background", + "langName": "浅蓝色背景", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Light Blue Foreground", + "langName": "浅蓝色前景", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "Light Blue", + "langName": "浅蓝色", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "nostalgia", + "langName": "怀旧的", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "High saturation", + "langName": "高饱和", + "object": "色彩氛围", + "attribute": "彩色调色板" + }, + { + "displayName": "monochrome", + "langName": "单色", + "object": "色彩氛围", + "attribute": "单色调色板" + }, + { + "displayName": "Black and White", + "langName": "黑白", + "object": "色彩氛围", + "attribute": "单色调色板" + }, + { + "displayName": "Desaturated", + "langName": "去饱和", + "object": "色彩氛围", + "attribute": "单色调色板" + }, + { + "displayName": "Sepia", + "langName": "褐色调(模仿老照片的外观,给人一种怀旧或复古的感觉)", + "object": "色彩氛围", + "attribute": "单色调色板" + }, + { + "displayName": "flat_color", + "langName": "平面色", + "object": "色彩氛围", + "attribute": "单色调色板" + }, + { + "displayName": "spot_color", + "langName": "纯色", + "object": "色彩氛围", + "attribute": "单色调色板" + }, + { + "displayName": "halftone", + "langName": "半色调", + "object": "色彩氛围", + "attribute": "单色调色板" + }, + { + "displayName": "greyscale", + "langName": "灰度", + "object": "色彩氛围", + "attribute": "单色调色板" + }, + { + "displayName": "partially_colored", + "langName": "部分着色", + "object": "色彩氛围", + "attribute": "单色调色板" + }, + { + "displayName": "contour_deepening", + "langName": "轮廓加深", + "object": "色彩氛围", + "attribute": "单色调色板" + }, + { + "displayName": "(lineart)", + "langName": "线条变粗", + "object": "色彩氛围", + "attribute": "单色调色板" + }, + { + "displayName": "outline", + "langName": "轮廓线", + "object": "色彩氛围", + "attribute": "单色调色板" + }, + { + "displayName": "high_contrast", + "langName": "高对比度", + "object": "色彩氛围", + "attribute": "对比度" + }, + { + "displayName": "low_contrast", + "langName": "低对比度", + "object": "色彩氛围", + "attribute": "对比度" + }, + { + "displayName": "RGB", + "langName": "红绿蓝", + "object": "色彩氛围", + "attribute": "显示器调色板" + }, + { + "displayName": "CMYK", + "langName": "CMYK", + "object": "色彩氛围", + "attribute": "显示器调色板" + }, + { + "displayName": "VGA", + "langName": "VGA", + "object": "色彩氛围", + "attribute": "显示器调色板" + }, + { + "displayName": "EGA", + "langName": "EGA", + "object": "色彩氛围", + "attribute": "显示器调色板" + }, + { + "displayName": "CGA", + "langName": "CGA", + "object": "色彩氛围", + "attribute": "显示器调色板" + }, + { + "displayName": "HDR", + "langName": "HDR", + "object": "色彩氛围", + "attribute": "显示器调色板" + }, + { + "displayName": "Atari Graphics", + "langName": "雅达利图形", + "object": "色彩氛围", + "attribute": "显示器调色板" + }, + { + "displayName": "IIGS Graphics", + "langName": "IIGS 图形", + "object": "色彩氛围", + "attribute": "显示器调色板" + }, + { + "displayName": "Amiga OCS Graphics", + "langName": "Amiga OCS 图形", + "object": "色彩氛围", + "attribute": "显示器调色板" + }, + { + "displayName": "sRGB", + "langName": "sRGB", + "object": "色彩氛围", + "attribute": "显示器调色板" + }, + { + "displayName": "Adobe RGB", + "langName": "Adobe RGB", + "object": "色彩氛围", + "attribute": "显示器调色板" + }, + { + "displayName": "DCI-P3", + "langName": "DCI-P3", + "object": "色彩氛围", + "attribute": "显示器调色板" + }, + { + "displayName": "HSV", + "langName": "色相、饱和度、明度", + "object": "色彩氛围", + "attribute": "显示器调色板" + }, + { + "displayName": "HSL", + "langName": "色相、饱和度、亮度", + "object": "色彩氛围", + "attribute": "显示器调色板" + }, + { + "displayName": "HCL", + "langName": "色相、色度、照度", + "object": "色彩氛围", + "attribute": "显示器调色板" + }, + { + "displayName": "YCbCr", + "langName": "YCbCr", + "object": "色彩氛围", + "attribute": "显示器调色板" + }, + { + "displayName": "YPbPr", + "langName": "YPbPr", + "object": "色彩氛围", + "attribute": "显示器调色板" + }, + { + "displayName": "scRGB", + "langName": "单色 RGB", + "object": "色彩氛围", + "attribute": "显示器调色板" + }, + { + "displayName": "Coloroid", + "langName": "Coloroid", + "object": "色彩氛围", + "attribute": "显示器调色板" + }, + { + "displayName": "Pantone", + "langName": "潘通", + "object": "色彩氛围", + "attribute": "显示器调色板" + }, + { + "displayName": "ProPhoto RGB", + "langName": "ProPhoto RGB", + "object": "色彩氛围", + "attribute": "显示器调色板" + }, + { + "displayName": "1-bit", + "langName": "1 位", + "object": "色彩氛围", + "attribute": "Bit" + }, + { + "displayName": "2-bit", + "langName": "2 位", + "object": "色彩氛围", + "attribute": "Bit" + }, + { + "displayName": "3-bit", + "langName": "3 位", + "object": "色彩氛围", + "attribute": "Bit" + }, + { + "displayName": "4-bit", + "langName": "4 位", + "object": "色彩氛围", + "attribute": "Bit" + }, + { + "displayName": "6-bit", + "langName": "6 位", + "object": "色彩氛围", + "attribute": "Bit" + }, + { + "displayName": "8-bit", + "langName": "8 位", + "object": "色彩氛围", + "attribute": "Bit" + }, + { + "displayName": "12-bit", + "langName": "12 位", + "object": "色彩氛围", + "attribute": "Bit" + }, + { + "displayName": "16-bit", + "langName": "16 位", + "object": "色彩氛围", + "attribute": "Bit" + }, + { + "displayName": "4-bit RGB", + "langName": "4 位 RGB", + "object": "色彩氛围", + "attribute": "Bit" + }, + { + "displayName": "8-bit RGB", + "langName": "8 位 RGB", + "object": "色彩氛围", + "attribute": "Bit" + }, + { + "displayName": "12-bit RGB", + "langName": "12 位 RGB", + "object": "色彩氛围", + "attribute": "Bit" + }, + { + "displayName": "16-bit RGB", + "langName": "16 位 RGB", + "object": "色彩氛围", + "attribute": "Bit" + }, + { + "displayName": "Technicolor", + "langName": "技术色彩", + "object": "色彩氛围", + "attribute": "电影制作" + }, + { + "displayName": "Kinemacolor", + "langName": "电影色彩", + "object": "色彩氛围", + "attribute": "电影制作" + }, + { + "displayName": "Kodachrome", + "langName": "柯达彩", + "object": "色彩氛围", + "attribute": "电影制作" + }, + { + "displayName": "Cinecolor", + "langName": "电影色", + "object": "色彩氛围", + "attribute": "电影制作" + }, + { + "displayName": "Agfacolor", + "langName": "爱克发彩", + "object": "色彩氛围", + "attribute": "电影制作" + }, + { + "displayName": "dynamic pose", + "langName": "动态姿势(有活力)", + "object": "摄影", + "attribute": "视角" + }, + { + "displayName": "dynamic_angle", + "langName": "动态角度", + "object": "摄影", + "attribute": "视角" + }, + { + "displayName": "from_above", + "langName": "从上面拍", + "object": "摄影", + "attribute": "视角" + }, + { + "displayName": "from_below", + "langName": "从下面拍", + "object": "摄影", + "attribute": "视角" + }, + { + "displayName": "cinematic_angle", + "langName": "电影角度", + "object": "摄影", + "attribute": "视角" + }, + { + "displayName": "dutch angle", + "langName": "倾斜角度", + "object": "摄影", + "attribute": "视角" + }, + { + "displayName": "foreshortening", + "langName": "透视法", + "object": "摄影", + "attribute": "视角" + }, + { + "displayName": "fisheye", + "langName": "远景透视画法", + "object": "摄影", + "attribute": "视角" + }, + { + "displayName": "camera level/Parallel angles", + "langName": "相机平行", + "object": "摄影", + "attribute": "视角" + }, + { + "displayName": "horizontal view angle", + "langName": "水平视角", + "object": "摄影", + "attribute": "视角" + }, + { + "displayName": "isometric view", + "langName": "等距视图", + "object": "摄影", + "attribute": "视角" + }, + { + "displayName": "Aerial View", + "langName": "俯视图", + "object": "摄影", + "attribute": "视角" + }, + { + "displayName": "Top-View", + "langName": "顶视图", + "object": "摄影", + "attribute": "视角" + }, + { + "displayName": "Side-View", + "langName": "侧视图", + "object": "摄影", + "attribute": "视角" + }, + { + "displayName": "Satellite-View", + "langName": "卫星视图", + "object": "摄影", + "attribute": "视角" + }, + { + "displayName": "phone_screen", + "langName": "手机屏幕", + "object": "摄影", + "attribute": "构图" + }, + { + "displayName": "multiple_views", + "langName": "多视角分解", + "object": "摄影", + "attribute": "构图" + }, + { + "displayName": "mirror selfie", + "langName": "对镜自拍", + "object": "摄影", + "attribute": "构图" + }, + { + "displayName": "three-quarter view", + "langName": "3/4视角", + "object": "摄影", + "attribute": "构图" + }, + { + "displayName": "front_view", + "langName": "正面视角", + "object": "摄影", + "attribute": "构图" + }, + { + "displayName": "from_side", + "langName": "侧面视角", + "object": "摄影", + "attribute": "构图" + }, + { + "displayName": "from_outside", + "langName": "由室外向室内", + "object": "摄影", + "attribute": "构图" + }, + { + "displayName": "from_back", + "langName": "后背视角", + "object": "摄影", + "attribute": "构图" + }, + { + "displayName": "from behind", + "langName": "后背视角", + "object": "摄影", + "attribute": "构图" + }, + { + "displayName": "Macro View", + "langName": "微观视图", + "object": "摄影", + "attribute": "构图" + }, + { + "displayName": "Product-View", + "langName": "产品视图", + "object": "摄影", + "attribute": "构图" + }, + { + "displayName": "Closeup-View", + "langName": "特写视图", + "object": "摄影", + "attribute": "构图" + }, + { + "displayName": "First-Person", + "langName": "第一人称", + "object": "摄影", + "attribute": "构图" + }, + { + "displayName": "First-Person view", + "langName": "第一人称视角", + "object": "摄影", + "attribute": "构图" + }, + { + "displayName": "Third-Person", + "langName": "第三人称", + "object": "摄影", + "attribute": "构图" + }, + { + "displayName": "Third-Person View", + "langName": "第三人称视角", + "object": "摄影", + "attribute": "构图" + }, + { + "displayName": "Perspective", + "langName": "透视图", + "object": "摄影", + "attribute": "构图" + }, + { + "displayName": "Field of View", + "langName": "视场", + "object": "摄影", + "attribute": "构图" + }, + { + "displayName": "Extreme Close-up", + "langName": "下巴以上", + "object": "摄影", + "attribute": "取景高度" + }, + { + "displayName": "Medium Close-up", + "langName": "颈部以上", + "object": "摄影", + "attribute": "取景高度" + }, + { + "displayName": "Full Close-up", + "langName": "锁骨以上", + "object": "摄影", + "attribute": "取景高度" + }, + { + "displayName": "Wide Close-up", + "langName": "肩膀以上", + "object": "摄影", + "attribute": "取景高度" + }, + { + "displayName": "Close Shot", + "langName": "胸部以上", + "object": "摄影", + "attribute": "取景高度" + }, + { + "displayName": "Medium Close Shot", + "langName": "肚脐以上", + "object": "摄影", + "attribute": "取景高度" + }, + { + "displayName": "Medium Shot", + "langName": "肚脐以上", + "object": "摄影", + "attribute": "取景高度" + }, + { + "displayName": "Medium Full Shot", + "langName": "膝盖以上", + "object": "摄影", + "attribute": "取景高度" + }, + { + "displayName": "Full Shot", + "langName": "全身像", + "object": "摄影", + "attribute": "取景高度" + }, + { + "displayName": "mid_shot", + "langName": "中景镜头", + "object": "摄影", + "attribute": "取景高度" + }, + { + "displayName": "bust", + "langName": "半身像", + "object": "摄影", + "attribute": "取景高度" + }, + { + "displayName": "upper_body", + "langName": "上半身", + "object": "摄影", + "attribute": "取景高度" + }, + { + "displayName": "lower_body", + "langName": "下半身", + "object": "摄影", + "attribute": "取景高度" + }, + { + "displayName": "cowboy_shot", + "langName": "上半身+上半大腿(牛仔镜头)", + "object": "摄影", + "attribute": "取景高度" + }, + { + "displayName": "portrait", + "langName": "肖像画(脸+肩+偶尔再加胸)", + "object": "摄影", + "attribute": "取景高度" + }, + { + "displayName": "very close portrait", + "langName": "接近肖像画(镜头更近)", + "object": "摄影", + "attribute": "取景高度" + }, + { + "displayName": "profile", + "langName": "侧面肖像画(portrait的侧脸版)", + "object": "摄影", + "attribute": "取景高度" + }, + { + "displayName": "close-up", + "langName": "特写镜头", + "object": "摄影", + "attribute": "取景高度" + }, + { + "displayName": "focus on face", + "langName": "专注于脸", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "full-body shot", + "langName": "全身拍摄", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "foreground focus", + "langName": "前置焦点", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "wide_shot", + "langName": "全景镜头(广角镜头)", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "macro_shot", + "langName": "微距镜头", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "inset", + "langName": "插入其他镜头或图片", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "cross-section", + "langName": "剖面图", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "male focus", + "langName": "男性焦点(女性焦点)", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "solo_focus", + "langName": "聚焦在单个人物(适合复杂场景)", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "xx_focus", + "langName": "聚焦在xx上", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "face_focus", + "langName": "聚焦在面部", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "eyes_focus", + "langName": "聚焦在眼睛", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "foot_focus", + "langName": "聚焦在脚上", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "hip_focus", + "langName": "聚焦在臀部", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "ass_focus", + "langName": "聚焦在屁股上", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "vehicle_focus", + "langName": "聚焦在载具(车)上", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "turn_one's_back", + "langName": "背对镜头", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "between_legs", + "langName": "(强调)两腿之间", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "between_breasts", + "langName": "(突出)胸部", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "between_fingers", + "langName": "(突出)指间", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "peeking", + "langName": "偷窥", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "peeking_out", + "langName": "偷窥(的姿态)", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "peeping", + "langName": "偷窥(强调视角)", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "midriff_peek", + "langName": "肚脐偷看", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "armpit_peek", + "langName": "腋窝偷看", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "pussy_peek", + "langName": "浦西偷看", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "panty_peek", + "langName": "内裤偷看", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "pantyshot", + "langName": "内裤走光", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "caught", + "langName": "被抓现行", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "upskirt", + "langName": "裙底视角", + "object": "摄影", + "attribute": "镜头聚焦" + }, + { + "displayName": "Macro", + "langName": "微距", + "object": "摄影", + "attribute": "镜头/光学效果" + }, + { + "displayName": "Telephoto", + "langName": "长焦", + "object": "摄影", + "attribute": "镜头/光学效果" + }, + { + "displayName": "Magnification", + "langName": "放大", + "object": "摄影", + "attribute": "镜头/光学效果" + }, + { + "displayName": "Microscopic", + "langName": "微观的", + "object": "摄影", + "attribute": "镜头/光学效果" + }, + { + "displayName": "Electron Microscope", + "langName": "电子显微镜", + "object": "摄影", + "attribute": "镜头/光学效果" + }, + { + "displayName": "Super-Resolution Microscopy", + "langName": "超分辨率显微镜", + "object": "摄影", + "attribute": "镜头/光学效果" + }, + { + "displayName": "Wide Angle", + "langName": "广角", + "object": "摄影", + "attribute": "镜头/光学效果" + }, + { + "displayName": "Ultra-Wide Angle", + "langName": "超广角", + "object": "摄影", + "attribute": "镜头/光学效果" + }, + { + "displayName": "panorama", + "langName": "全景", + "object": "摄影", + "attribute": "镜头/光学效果" + }, + { + "displayName": "360 Panorama", + "langName": "360 全景", + "object": "摄影", + "attribute": "镜头/光学效果" + }, + { + "displayName": "360 Angle", + "langName": "360 度视角", + "object": "摄影", + "attribute": "镜头/光学效果" + }, + { + "displayName": "Fisheye Lens", + "langName": "鱼眼镜头", + "object": "摄影", + "attribute": "镜头/光学效果" + }, + { + "displayName": "Fisheye Lens Effect", + "langName": "鱼眼镜头效果", + "object": "摄影", + "attribute": "镜头/光学效果" + }, + { + "displayName": "Miniature Faking", + "langName": "微缩模型效果", + "object": "摄影", + "attribute": "镜头/光学效果" + }, + { + "displayName": "Brenizer Method", + "langName": "螺旋拍摄", + "object": "摄影", + "attribute": "镜头/光学效果" + }, + { + "displayName": "Panini Projection", + "langName": "帕尼尼投影", + "object": "摄影", + "attribute": "镜头/光学效果" + }, + { + "displayName": "Orthographic", + "langName": "正投影", + "object": "摄影", + "attribute": "镜头/光学效果" + }, + { + "displayName": "Isometric", + "langName": "等角投影", + "object": "摄影", + "attribute": "镜头/光学效果" + }, + { + "displayName": "DOF", + "langName": "景深", + "object": "摄影", + "attribute": "镜头/光学效果" + }, + { + "displayName": "landscape", + "langName": "风景镜头(远景)", + "object": "摄影", + "attribute": "镜头/光学效果" + }, + { + "displayName": "Sharp Focus", + "langName": "锐聚焦", + "object": "摄影", + "attribute": "镜头/光学效果" + }, + { + "displayName": "Zoom", + "langName": "变焦", + "object": "摄影", + "attribute": "镜头/光学效果" + }, + { + "displayName": "Dolly Zoom", + "langName": "多莉变焦", + "object": "摄影", + "attribute": "镜头/光学效果" + }, + { + "displayName": "Portrait Photogram", + "langName": "肖像照", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "Photorealistic", + "langName": "相片拟真", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "Cinematic", + "langName": "电影感", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "Color Grading", + "langName": "色彩分级", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "Dramatic", + "langName": "戏剧性", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "Editorial Photography", + "langName": "社论摄影", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "filmic", + "langName": "电影质感", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "film still", + "langName": "胶片静止图像", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "film grain", + "langName": "胶片颗粒", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "Glamor Shot", + "langName": "迷人镜头", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "Golden Hour", + "langName": "黄金时段", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "High-Speed Photograph", + "langName": "高速摄影", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "Intentional camera movement", + "langName": "故意的相机移动", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "Paparazzi Photography", + "langName": "狗仔摄影", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "Photography", + "langName": "摄影", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "Photoshoot", + "langName": "照片拍摄", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "photo", + "langName": "照片", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "polaroid", + "langName": "照片(拍立得)", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "poster,caustics", + "langName": "海报/主题聚焦", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "Kaleidoscope Photography", + "langName": "万花筒摄影", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "Photojournalism", + "langName": "新闻摄影", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "Time-Lapse", + "langName": "延时摄影", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "Satellite Imagery", + "langName": "卫星图像", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "War Photography", + "langName": "战争摄影", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "Wildlife Photography", + "langName": "野生动物摄影", + "object": "摄影", + "attribute": "摄影风格" + }, + { + "displayName": "Blurry", + "langName": "模糊", + "object": "摄影", + "attribute": "模糊/失真" + }, + { + "displayName": "Blur Effect", + "langName": "模糊效果", + "object": "摄影", + "attribute": "模糊/失真" + }, + { + "displayName": "Tilt Blur", + "langName": "倾斜模糊", + "object": "摄影", + "attribute": "模糊/失真" + }, + { + "displayName": "Lens Distortion", + "langName": "镜头畸变", + "object": "摄影", + "attribute": "模糊/失真" + }, + { + "displayName": "flash photography", + "langName": "闪光灯拍摄", + "object": "摄影", + "attribute": "相机设置" + }, + { + "displayName": "Exposure", + "langName": "曝光", + "object": "摄影", + "attribute": "相机设置" + }, + { + "displayName": "Short Exposure", + "langName": "短曝光", + "object": "摄影", + "attribute": "相机设置" + }, + { + "displayName": "Long Exposure", + "langName": "长曝光", + "object": "摄影", + "attribute": "相机设置" + }, + { + "displayName": "Double-Exposure", + "langName": "双重曝光", + "object": "摄影", + "attribute": "相机设置" + }, + { + "displayName": "Shutter Speed 1/1000", + "langName": "快门速度 1/1000", + "object": "摄影", + "attribute": "相机设置" + }, + { + "displayName": "Shutter Speed 1/2", + "langName": "快门速度 1/2", + "object": "摄影", + "attribute": "相机设置" + }, + { + "displayName": "F/2.8", + "langName": "光圈/2.8", + "object": "摄影", + "attribute": "相机设置" + }, + { + "displayName": "F/22", + "langName": "F/22", + "object": "摄影", + "attribute": "相机设置" + }, + { + "displayName": "Gamma", + "langName": "伽马", + "object": "摄影", + "attribute": "相机设置" + }, + { + "displayName": "White Balance", + "langName": "白平衡", + "object": "摄影", + "attribute": "相机设置" + }, + { + "displayName": "Schlieren", + "langName": "光波干涉", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Night Vision", + "langName": "微光摄像", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Hyperspectral Imaging", + "langName": "高光谱成像", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Multispectral Imaging", + "langName": "多光谱成像", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Camcorder Effect", + "langName": "摄像机效果", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "DSLR", + "langName": "单反", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "35mm", + "langName": "35mm", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Tri-X 400 TX", + "langName": "Tri-X 400 TX", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Instax", + "langName": "拍立得", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Ektachrome", + "langName": "柯达 Ektachrome", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Fujifilm Superia", + "langName": "富士胶片", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Fujifilm XT3", + "langName": "富士相机 XT3", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Polaroid SX-70", + "langName": "拍立得", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Ilford HP5", + "langName": "伊尔福 HP5", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Kodak Ektar", + "langName": "柯达 Ektar", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Kodak Gold 200", + "langName": "柯达金 200", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Kodak Portra", + "langName": "柯达 Portra", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Lomo", + "langName": "Lomo", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Nikon D750", + "langName": "尼康 D750", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Provia", + "langName": "富士 Provia", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Shot on 70mm", + "langName": "70 毫米胶片拍摄", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Velvia", + "langName": "富士 Velvia", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Vintage", + "langName": "复古拍摄", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Pinhole Photography", + "langName": "针孔摄影", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Photogram", + "langName": "相片", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Daguerrotype", + "langName": "达盖尔银版", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Ambrotype", + "langName": "旧式照相", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Calotype", + "langName": "光力摄影法", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Tintype", + "langName": "锡版摄影", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Dashcam-Footage", + "langName": "行车记录仪录像", + "object": "摄影", + "attribute": "摄影机" + }, + { + "displayName": "Unary", + "langName": "一元", + "object": "摄影", + "attribute": "数字系统" + }, + { + "displayName": "Binary", + "langName": "二进制", + "object": "摄影", + "attribute": "数字系统" + }, + { + "displayName": "Ternary", + "langName": "三进制", + "object": "摄影", + "attribute": "数字系统" + }, + { + "displayName": "Quaternary", + "langName": "四进制", + "object": "摄影", + "attribute": "数字系统" + }, + { + "displayName": "Quinary", + "langName": "五进制", + "object": "摄影", + "attribute": "数字系统" + }, + { + "displayName": "Senary", + "langName": "六进制", + "object": "摄影", + "attribute": "数字系统" + }, + { + "displayName": "Septenary", + "langName": "七进制", + "object": "摄影", + "attribute": "数字系统" + }, + { + "displayName": "Octal", + "langName": "八进制", + "object": "摄影", + "attribute": "数字系统" + }, + { + "displayName": "Nonary", + "langName": "九进制", + "object": "摄影", + "attribute": "数字系统" + }, + { + "displayName": "Decimal", + "langName": "十进制", + "object": "摄影", + "attribute": "数字系统" + }, + { + "displayName": "Hexadecimal", + "langName": "十六进制", + "object": "摄影", + "attribute": "数字系统" + }, + { + "displayName": "depth of field", + "langName": "景深(协调人景)", + "object": "摄影", + "attribute": "效果" + }, + { + "displayName": "motion_blur", + "langName": "运动导致的模糊", + "object": "摄影", + "attribute": "效果" + }, + { + "displayName": "motion_lines", + "langName": "体现运动的线", + "object": "摄影", + "attribute": "效果" + }, + { + "displayName": "speed_lines", + "langName": "速度线", + "object": "摄影", + "attribute": "效果" + }, + { + "displayName": "bokeh", + "langName": "焦散(背景虚化)", + "object": "摄影", + "attribute": "效果" + }, + { + "displayName": "chromatic_aberration", + "langName": "色差、色失焦", + "object": "摄影", + "attribute": "效果" + }, + { + "displayName": "overexposure", + "langName": "过曝", + "object": "摄影", + "attribute": "效果" + }, + { + "displayName": "Vignette", + "langName": "晕影", + "object": "摄影", + "attribute": "效果" + }, + { + "displayName": "Split Toning", + "langName": "分离调色", + "object": "摄影", + "attribute": "效果" + }, + { + "displayName": "Rephotography", + "langName": "重摄影", + "object": "摄影", + "attribute": "效果" + }, + { + "displayName": "miniature model film", + "langName": "微缩模型电影", + "object": "摄影", + "attribute": "效果" + }, + { + "displayName": "Scanography", + "langName": "扫描摄影", + "object": "摄影", + "attribute": "效果" + }, + { + "displayName": "Slit-Scan Photography", + "langName": "狭缝扫描摄影", + "object": "摄影", + "attribute": "效果" + }, + { + "displayName": "photorealistic,realistic", + "langName": "逼真,仿真", + "object": "摄影", + "attribute": "效果" + }, + { + "displayName": "realistic", + "langName": "写实", + "object": "摄影", + "attribute": "效果" + }, + { + "displayName": "semi-realistic", + "langName": "半写实", + "object": "摄影", + "attribute": "效果" + }, + { + "displayName": "realistic shadows", + "langName": "现实的阴影", + "object": "摄影", + "attribute": "效果" + }, + { + "displayName": "detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "手部细节", + "object": "摄影", + "attribute": "效果" + }, + { + "displayName": "detailed feet and detailed 5 toes and detailed 5 toenails", + "langName": "脚的细节", + "object": "摄影", + "attribute": "效果" + }, + { + "displayName": "Transparent", + "langName": "透明", + "object": "素材", + "attribute": "不透明度" + }, + { + "displayName": "Translucent", + "langName": "半透明", + "object": "素材", + "attribute": "不透明度" + }, + { + "displayName": "Opaque", + "langName": "不透明", + "object": "素材", + "attribute": "不透明度" + }, + { + "displayName": "Bump Map", + "langName": "凹凸贴图", + "object": "素材", + "attribute": "地图" + }, + { + "displayName": "Bump Mapped", + "langName": "带凹凸贴图", + "object": "素材", + "attribute": "地图" + }, + { + "displayName": "Bump Mapping", + "langName": "凹凸映射", + "object": "素材", + "attribute": "地图" + }, + { + "displayName": "Normal Map", + "langName": "法线贴图", + "object": "素材", + "attribute": "地图" + }, + { + "displayName": "Depth Map", + "langName": "深度图", + "object": "素材", + "attribute": "地图" + }, + { + "displayName": "Soft Body", + "langName": "软体", + "object": "素材", + "attribute": "柔体" + }, + { + "displayName": "Squishy", + "langName": "松软的", + "object": "素材", + "attribute": "柔体" + }, + { + "displayName": "Anisotropy", + "langName": "各向异性", + "object": "素材", + "attribute": "特性" + }, + { + "displayName": "Carbonated", + "langName": "碳酸的", + "object": "素材", + "attribute": "特性" + }, + { + "displayName": "Effervescent", + "langName": "起泡", + "object": "素材", + "attribute": "特性" + }, + { + "displayName": "Icy", + "langName": "冰冷的", + "object": "素材", + "attribute": "特性" + }, + { + "displayName": "Charred", + "langName": "炭化", + "object": "素材", + "attribute": "特性" + }, + { + "displayName": "Corrugated", + "langName": "起皱的", + "object": "素材", + "attribute": "特性" + }, + { + "displayName": "Perforated", + "langName": "穿孔", + "object": "素材", + "attribute": "特性" + }, + { + "displayName": "Wooden", + "langName": "木质", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Lumber", + "langName": "木材", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Plywood", + "langName": "胶合板", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Particle-Board", + "langName": "刨花板", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Sawdust", + "langName": "锯末", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Cork", + "langName": "软木", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Cherry-Wood", + "langName": "樱桃木", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Maple-Wood", + "langName": "枫木", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Pine-Wood", + "langName": "松林", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Oak-Wood", + "langName": "橡木", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Birch-Wood", + "langName": "桦木", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Acacia-Wood", + "langName": "相思木", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Cedar-Wood", + "langName": "雪松木", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Wood-Stain", + "langName": "木材染色", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Planks", + "langName": "木板", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Wooden Planks", + "langName": "木质板", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Nailed-Wood", + "langName": "钉木", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Wooden Fence", + "langName": "木栅栏", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Cardboard", + "langName": "硬纸板", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Corrugated Fiberboard", + "langName": "瓦楞纸板", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Paperboard", + "langName": "纸板", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Cardstock", + "langName": "卡纸", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Paper", + "langName": "纸", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Construction Paper", + "langName": "施工图纸", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Tissue Paper", + "langName": "卫生纸", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Graph Paper", + "langName": "方格纸", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Kraft Paper", + "langName": "牛皮纸", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Washi", + "langName": "和纸", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Wasli", + "langName": "瓦斯里纸", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Papyrus", + "langName": "莎草纸", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Manuscript Paper", + "langName": "手稿纸", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Wrapping Paper", + "langName": "包装纸", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Parchment", + "langName": "羊皮纸", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Parchment Paper", + "langName": "烤肉纸", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Medieval Parchment", + "langName": "中世纪的羊皮纸", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Toilet Paper", + "langName": "卫生纸", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Paper Towel", + "langName": "纸巾", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Manila Paper", + "langName": "马尼拉纸", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Manila Folder", + "langName": "马尼拉文件夹", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Envelope", + "langName": "信封", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Security Paper", + "langName": "防伪纸", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Rolling Paper", + "langName": "卷烟纸", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Cotton Paper", + "langName": "棉纸", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Hemp Fiber", + "langName": "麻纤维", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Hemp Paper", + "langName": "麻纸", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Cellulose", + "langName": "纤维素", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Plastic-Coated Paper", + "langName": "塑料涂层纸", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Tar Paper", + "langName": "沥青纸", + "object": "素材", + "attribute": "木材和纸张" + }, + { + "displayName": "Soil", + "langName": "土壤", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Dirt", + "langName": "尘土", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Mud", + "langName": "泥浆", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Mud Brick", + "langName": "泥砖", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Clay", + "langName": "黏土", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Sand", + "langName": "沙子", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Gravel", + "langName": "碎石", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Silt", + "langName": "淤泥", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Dust", + "langName": "灰尘", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Spodosol", + "langName": "针叶林土", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Podzol", + "langName": "针叶林土壤", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Sandpaper", + "langName": "砂纸", + "object": "素材", + "attribute": "土壤" + }, + { + "displayName": "Stone", + "langName": "石头", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Cobblestone", + "langName": "鹅卵石", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Pebbles", + "langName": "卵石", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Rock", + "langName": "岩石", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Rocky", + "langName": "多岩", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Bedrock", + "langName": "基岩", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Flint", + "langName": "燧石", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Sandstone", + "langName": "砂岩", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Basalt", + "langName": "玄武岩", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Marble", + "langName": "大理石", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Granite", + "langName": "花岗岩", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Diorite", + "langName": "闪长岩", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Andesite", + "langName": "安山岩", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Gypsum", + "langName": "石膏", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Coal", + "langName": "煤炭", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Sulfur", + "langName": "硫黄", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Graphene", + "langName": "石墨烯", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Carbon Nanotubes", + "langName": "碳纳米管", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Carbon Fiber", + "langName": "碳纤维", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Concrete", + "langName": "混凝土", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Sidewalk", + "langName": "人行道", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Asphalt", + "langName": "沥青", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Hempcrete", + "langName": "麻絮混凝土", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Brick", + "langName": "砖", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Terracotta", + "langName": "红陶土", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Pottery", + "langName": "陶器", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Ceramic", + "langName": "陶瓷制品", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Enamel", + "langName": "搪瓷", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Sheetrock", + "langName": "石膏板", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Plaster", + "langName": "灰泥", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Asbestos", + "langName": "石棉", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Slag", + "langName": "矿渣", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Vermiculite", + "langName": "蛭石", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Perlite", + "langName": "珍珠岩", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Borax", + "langName": "硼砂", + "object": "素材", + "attribute": "石头和矿物" + }, + { + "displayName": "Metallic", + "langName": "金属质的", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Metal", + "langName": "金属", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Liquid Metal", + "langName": "液态金属", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Foil", + "langName": "箔", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Rusty", + "langName": "生锈的", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Pewter", + "langName": "白镴", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Copper", + "langName": "铜", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Tin", + "langName": "锡", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Aluminum", + "langName": "铝", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Brushed Aluminum", + "langName": "拉丝铝", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Bronze", + "langName": "青铜", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Brass", + "langName": "黄铜", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Iron", + "langName": "铁", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Wrought Iron", + "langName": "锻铁", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Steel", + "langName": "钢", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Stainless Steel", + "langName": "不锈钢", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Damascus Steel", + "langName": "大马士革钢", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Titanium", + "langName": "钛", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Anodized Titanium", + "langName": "阳极氧化钛", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Damascus Titanium", + "langName": "大马士革钛", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Sterling Silver", + "langName": "纯银", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Sterling", + "langName": "标准银", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Rose-Gold", + "langName": "玫瑰金", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Platinum", + "langName": "铂", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Chromium", + "langName": "铬", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Chrome", + "langName": "镀铬", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Mercury", + "langName": "汞", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Mercury Metal", + "langName": "汞金属", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Molten Mercury", + "langName": "熔融水银", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Molten Mercury Metal", + "langName": "熔融汞金属", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Gallium", + "langName": "镓", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Magnesium", + "langName": "镁", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Zinc", + "langName": "锌", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Lead", + "langName": "铅", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Tungsten", + "langName": "钨", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Zirconium", + "langName": "锆", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Cubic Zirconium", + "langName": "立方锆石", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Cobalt", + "langName": "钴", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Uranium", + "langName": "铀", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Sodium", + "langName": "钠", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Potassium", + "langName": "钾", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Constantan", + "langName": "康铜", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Hepatizon", + "langName": "赫帕铜", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Nichrome", + "langName": "镍铬合金", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Damascus", + "langName": "大马士革", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Iron Filings", + "langName": "铁屑", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Copper-Sulfate", + "langName": "硫酸铜", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Solder", + "langName": "焊锡", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Metallic Fiber", + "langName": "金属纤维", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Armature Wire", + "langName": "铠装线", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Metal Foam", + "langName": "金属泡沫", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Needle", + "langName": "针", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Screw", + "langName": "螺丝", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Paper Clips", + "langName": "回形针", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Chain-link", + "langName": "链条", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Chicken Wire", + "langName": "铁丝网", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Chain-link Fence", + "langName": "链式围栏", + "object": "素材", + "attribute": "金属" + }, + { + "displayName": "Glassy", + "langName": "玻璃质", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Stained Glass", + "langName": "彩绘玻璃", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Stained Glass Windows", + "langName": "彩色玻璃窗", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Seaglass", + "langName": "海玻璃", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Mirror", + "langName": "镜子", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Fiberglass", + "langName": "玻璃纤维", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Glass Fiber", + "langName": "玻璃纤维", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Glass and Crystals", + "langName": "玻璃和水晶", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Crystalline", + "langName": "晶体", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Diamond", + "langName": "钻石", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Amethyst", + "langName": "紫晶", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Quartz", + "langName": "石英", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Smoky Quartz", + "langName": "烟熏石英", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Rose Quartz", + "langName": "玫瑰石英", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Milky Quartz", + "langName": "乳白石英", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Rutilated Quartz", + "langName": "钛晶石英", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Sceptred Quartz", + "langName": "节晶石英", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Herkimer Diamond", + "langName": "赫基默钻石", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Ruby", + "langName": "红宝石", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Sapphire", + "langName": "蓝宝石", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Emerald", + "langName": "祖母绿", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Pearl", + "langName": "珍珠", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Citrine", + "langName": "黄水晶", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Fluorite", + "langName": "萤石", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Onyx", + "langName": "玛瑙", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Lapis Lazuli", + "langName": "青金石", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Obsidian", + "langName": "黑曜石", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Selenite", + "langName": "透明石膏", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Jasper", + "langName": "红玉髓", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Opal", + "langName": "蛋白石", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Opalite", + "langName": "蛋白石玛瑙", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Topaz", + "langName": "黄玉", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Agate", + "langName": "玛瑙", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Carnelian", + "langName": "红玛瑙", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Ametrine", + "langName": "紫黄晶", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Aventurine", + "langName": "绿碧玺", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Borax Crystals", + "langName": "硼砂晶体", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Colloidal Crystal", + "langName": "胶体晶体", + "object": "素材", + "attribute": "玻璃和水晶" + }, + { + "displayName": "Cloth", + "langName": "布料", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Cotton", + "langName": "棉布", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Polyester", + "langName": "聚酯纤维", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Twine", + "langName": "麻线", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Silk", + "langName": "丝绸", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Denim", + "langName": "牛仔布", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Leather", + "langName": "皮革", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Felt", + "langName": "毛毡", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Felt Cloth", + "langName": "毛毡布", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Cashmere", + "langName": "羊绒", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Velvet", + "langName": "天鹅绒", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Corduroy", + "langName": "灯心绒", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Nylon", + "langName": "尼龙", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Polyamide", + "langName": "聚酰胺", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Kevlar", + "langName": "芳纶", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Spandex", + "langName": "氨纶", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Rayon", + "langName": "人造丝", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Microfiber", + "langName": "超细纤维", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Fibers", + "langName": "纤维", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Lyocell", + "langName": "莱赛尔", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Cordura", + "langName": "考杜拉", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Lurex", + "langName": "金银丝", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Nomex", + "langName": "诺梅克斯", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Quilt", + "langName": "被子", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Memory Foam", + "langName": "记忆泡沫", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Lint", + "langName": "皮棉", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Blanket", + "langName": "毯子", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Pin Cushion", + "langName": "针垫", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Yarn", + "langName": "纱线", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Knitted", + "langName": "针织的", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Rug", + "langName": "小地毯", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Crochet", + "langName": "钩针", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Cross Stich", + "langName": "十字绣", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Needle Point", + "langName": "针织", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Patch", + "langName": "补丁", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Sewen", + "langName": "缝制", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Applique", + "langName": "贴花", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Macrame", + "langName": "花边", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Weave", + "langName": "编织", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Net", + "langName": "网", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Netting", + "langName": "网布", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Gauze", + "langName": "纱布", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Spider Web", + "langName": "蜘蛛网", + "object": "素材", + "attribute": "布料" + }, + { + "displayName": "Plastic", + "langName": "塑料", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Shrink Wrap", + "langName": "收缩膜", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Plastic Wrap", + "langName": "保鲜膜", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Cling Wrap", + "langName": "粘包装膜", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Teflon", + "langName": "铁氟龙", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Lego", + "langName": "乐高", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Polyurethane", + "langName": "聚氨酯", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Polyethylene", + "langName": "聚乙烯", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Polyvinyl", + "langName": "聚乙烯", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Polypropylene", + "langName": "聚丙烯", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Polyimide", + "langName": "聚酰亚胺", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Styrofoam", + "langName": "保丽龙", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Foam", + "langName": "泡沫", + "object": "素材", + "attribute": "塑料/泡沫膜" + }, + { + "displayName": "Rubber", + "langName": "橡胶", + "object": "素材", + "attribute": "橡胶" + }, + { + "displayName": "Rubber Band", + "langName": "橡皮筋", + "object": "素材", + "attribute": "橡胶" + }, + { + "displayName": "Rubber Band Ball", + "langName": "橡皮筋球", + "object": "素材", + "attribute": "橡胶" + }, + { + "displayName": "Balloon", + "langName": "气球", + "object": "素材", + "attribute": "橡胶" + }, + { + "displayName": "Nitrile", + "langName": "丁腈橡胶", + "object": "素材", + "attribute": "橡胶" + }, + { + "displayName": "Silicone", + "langName": "硅胶", + "object": "素材", + "attribute": "橡胶" + }, + { + "displayName": "Vinyl", + "langName": "乙烯基塑料", + "object": "素材", + "attribute": "橡胶" + }, + { + "displayName": "Linoleum", + "langName": "油毡", + "object": "素材", + "attribute": "橡胶" + }, + { + "displayName": "Silly Band", + "langName": "橡皮筋", + "object": "素材", + "attribute": "橡胶" + }, + { + "displayName": "Wax", + "langName": "蜡", + "object": "素材", + "attribute": "蜡" + }, + { + "displayName": "Wax Paper", + "langName": "蜡纸", + "object": "素材", + "attribute": "蜡" + }, + { + "displayName": "Carnauba Wax", + "langName": "巴西棕榈蜡", + "object": "素材", + "attribute": "蜡" + }, + { + "displayName": "Candelilla Wax", + "langName": "小烛树蜡", + "object": "素材", + "attribute": "蜡" + }, + { + "displayName": "Paraffin Wax", + "langName": "石蜡", + "object": "素材", + "attribute": "蜡" + }, + { + "displayName": "Shellac", + "langName": "虫胶", + "object": "素材", + "attribute": "蜡" + }, + { + "displayName": "Ice", + "langName": "冰", + "object": "素材", + "attribute": "冰雪" + }, + { + "displayName": "Blue-Ice", + "langName": "蓝冰", + "object": "素材", + "attribute": "冰雪" + }, + { + "displayName": "Dry Ice", + "langName": "干冰", + "object": "素材", + "attribute": "冰雪" + }, + { + "displayName": "Hairy", + "langName": "毛茸茸的", + "object": "素材", + "attribute": "头发/毛皮" + }, + { + "displayName": "Fuzz", + "langName": "绒毛", + "object": "素材", + "attribute": "头发/毛皮" + }, + { + "displayName": "Beard", + "langName": "胡须", + "object": "素材", + "attribute": "头发/毛皮" + }, + { + "displayName": "Feathers", + "langName": "羽毛", + "object": "素材", + "attribute": "头发/毛皮" + }, + { + "displayName": "Zebra", + "langName": "斑马", + "object": "素材", + "attribute": "头发/毛皮" + }, + { + "displayName": "Dust-Bunny", + "langName": "灰兔子", + "object": "素材", + "attribute": "头发/毛皮" + }, + { + "displayName": "Liquid", + "langName": "液体", + "object": "素材", + "attribute": "液体" + }, + { + "displayName": "Water", + "langName": "水", + "object": "素材", + "attribute": "液体" + }, + { + "displayName": "Lava", + "langName": "岩浆", + "object": "素材", + "attribute": "液体" + }, + { + "displayName": "Magma", + "langName": "熔岩", + "object": "素材", + "attribute": "液体" + }, + { + "displayName": "Molten Rock", + "langName": "熔化岩石", + "object": "素材", + "attribute": "液体" + }, + { + "displayName": "Ferro Fluid", + "langName": "铁磁流体", + "object": "素材", + "attribute": "液体" + }, + { + "displayName": "Liquid Crystal", + "langName": "液晶", + "object": "素材", + "attribute": "液体" + }, + { + "displayName": "Gasoline", + "langName": "汽油", + "object": "素材", + "attribute": "液体" + }, + { + "displayName": "Turpentine", + "langName": "松节油", + "object": "素材", + "attribute": "液体" + }, + { + "displayName": "Mineral Oil", + "langName": "矿物油", + "object": "素材", + "attribute": "液体" + }, + { + "displayName": "Motor Oil", + "langName": "机油", + "object": "素材", + "attribute": "液体" + }, + { + "displayName": "Sea Foam", + "langName": "海沫", + "object": "素材", + "attribute": "液体" + }, + { + "displayName": "Emulsion", + "langName": "乳化", + "object": "素材", + "attribute": "液体" + }, + { + "displayName": "Lipid", + "langName": "脂质", + "object": "素材", + "attribute": "液体" + }, + { + "displayName": "Flubber", + "langName": "弹力布", + "object": "素材", + "attribute": "黏液" + }, + { + "displayName": "Putty", + "langName": "密封和填充空隙的黏合剂", + "object": "素材", + "attribute": "黏液" + }, + { + "displayName": "Poster Tack", + "langName": "海报胶", + "object": "素材", + "attribute": "黏液" + }, + { + "displayName": "Gel", + "langName": "凝胶", + "object": "素材", + "attribute": "黏稠度" + }, + { + "displayName": "Aerogel", + "langName": "气凝胶", + "object": "素材", + "attribute": "黏稠度" + }, + { + "displayName": "Softgel", + "langName": "软胶囊", + "object": "素材", + "attribute": "黏稠度" + }, + { + "displayName": "Silica Gel", + "langName": "硅胶", + "object": "素材", + "attribute": "黏稠度" + }, + { + "displayName": "Ballistic Gel", + "langName": "弹道凝胶", + "object": "素材", + "attribute": "黏稠度" + }, + { + "displayName": "Jellyfish", + "langName": "海蜇", + "object": "素材", + "attribute": "黏稠度" + }, + { + "displayName": "Ballistic Foam", + "langName": "弹道泡沫", + "object": "素材", + "attribute": "黏稠度" + }, + { + "displayName": "Sponge", + "langName": "海绵", + "object": "素材", + "attribute": "黏稠度" + }, + { + "displayName": "Spongy", + "langName": "海绵状", + "object": "素材", + "attribute": "黏稠度" + }, + { + "displayName": "Tape", + "langName": "胶带", + "object": "素材", + "attribute": "粘合剂" + }, + { + "displayName": "Duct Tape", + "langName": "胶布", + "object": "素材", + "attribute": "粘合剂" + }, + { + "displayName": "Scotch Tape", + "langName": "透明胶", + "object": "素材", + "attribute": "粘合剂" + }, + { + "displayName": "Clear Tape", + "langName": "透明胶带", + "object": "素材", + "attribute": "粘合剂" + }, + { + "displayName": "Packing Tape", + "langName": "封箱胶带", + "object": "素材", + "attribute": "粘合剂" + }, + { + "displayName": "Masking Tape", + "langName": "美纹纸胶带", + "object": "素材", + "attribute": "粘合剂" + }, + { + "displayName": "Kapton", + "langName": "卡普顿", + "object": "素材", + "attribute": "粘合剂" + }, + { + "displayName": "Kapton Tape", + "langName": "卡普顿胶带", + "object": "素材", + "attribute": "粘合剂" + }, + { + "displayName": "Adhesive", + "langName": "粘合剂", + "object": "素材", + "attribute": "粘合剂" + }, + { + "displayName": "Glue", + "langName": "胶水", + "object": "素材", + "attribute": "粘合剂" + }, + { + "displayName": "Epoxy", + "langName": "环氧树脂", + "object": "素材", + "attribute": "粘合剂" + }, + { + "displayName": "Polymer", + "langName": "聚合物", + "object": "素材", + "attribute": "聚合物" + }, + { + "displayName": "Orbeez", + "langName": "水珠", + "object": "素材", + "attribute": "聚合物" + }, + { + "displayName": "Oobleck", + "langName": "混合淀粉溶液", + "object": "素材", + "attribute": "聚合物" + }, + { + "displayName": "Vapor", + "langName": "蒸汽", + "object": "素材", + "attribute": "气体/粉末" + }, + { + "displayName": "Clouds", + "langName": "云", + "object": "素材", + "attribute": "气体/粉末" + }, + { + "displayName": "Fog", + "langName": "雾", + "object": "素材", + "attribute": "气体/粉末" + }, + { + "displayName": "Mist", + "langName": "薄雾", + "object": "素材", + "attribute": "气体/粉末" + }, + { + "displayName": "Gas", + "langName": "气体", + "object": "素材", + "attribute": "气体/粉末" + }, + { + "displayName": "Aerosol", + "langName": "气溶胶", + "object": "素材", + "attribute": "气体/粉末" + }, + { + "displayName": "Powder", + "langName": "粉末", + "object": "素材", + "attribute": "气体/粉末" + }, + { + "displayName": "Smoke", + "langName": "烟", + "object": "素材", + "attribute": "气体/粉末" + }, + { + "displayName": "Plasma", + "langName": "等离子", + "object": "素材", + "attribute": "等离子与能源" + }, + { + "displayName": "Electric", + "langName": "电", + "object": "素材", + "attribute": "等离子与能源" + }, + { + "displayName": "Electricity", + "langName": "电力", + "object": "素材", + "attribute": "等离子与能源" + }, + { + "displayName": "Fire", + "langName": "火", + "object": "素材", + "attribute": "等离子与能源" + }, + { + "displayName": "Burn", + "langName": "燃烧", + "object": "素材", + "attribute": "等离子与能源" + }, + { + "displayName": "Inferno", + "langName": "地狱火", + "object": "素材", + "attribute": "等离子与能源" + }, + { + "displayName": "Jelly", + "langName": "果冻", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Agar", + "langName": "琼脂", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Wagyu", + "langName": "和牛", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Tallow", + "langName": "动物脂", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Butter", + "langName": "黄油", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Margarine", + "langName": "人造黄油", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Cheese", + "langName": "奶酪", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Egg Yolk", + "langName": "蛋黄", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Beans", + "langName": "豆子", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Macaroni", + "langName": "通心粉", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Marconi and Cheese", + "langName": "马克龙奶酪", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Pretzel", + "langName": "椒盐脆饼", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Churros", + "langName": "油条", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Bread", + "langName": "面包", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Made of Bread", + "langName": "面包做的", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Sour Cream", + "langName": "酸奶油", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Sauce", + "langName": "酱汁", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Pasta Sauce", + "langName": "意大利面酱", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Ketchup", + "langName": "番茄酱", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Mustard", + "langName": "芥末", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Mayonnaise", + "langName": "蛋黄酱", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Syrup", + "langName": "糖浆", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Maple Syrup", + "langName": "枫糖浆", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Whipped Cream", + "langName": "鲜奶油", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Lollipop", + "langName": "棒棒糖", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Cinnamon", + "langName": "肉桂", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Caramel", + "langName": "焦糖", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Taffy", + "langName": "太妃糖", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Honeycomb", + "langName": "蜂巢糖", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Edible Ink", + "langName": "食用墨水", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Food Coloring", + "langName": "食用色素", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Sprinkles", + "langName": "糖果碎片", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Fondant Icing", + "langName": "翻糖糖衣", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Royal Icing", + "langName": "蛋白糖霜", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Wedding Cake", + "langName": "婚礼蛋糕", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Cake Decorating", + "langName": "蛋糕装饰", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Shortcrust-Pastry", + "langName": "酥皮", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Flaky-Pastry", + "langName": "千层酥皮", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Puff-Pastry", + "langName": "泡芙糕点", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Eclair", + "langName": "泡芙", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Cannoli", + "langName": "甜甜圈卷", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Fruit-Tart", + "langName": "水果挞", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Creme Brule", + "langName": "焦糖布丁", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Gum", + "langName": "口香糖", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Toothpaste", + "langName": "牙膏", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Vegetable Oil", + "langName": "植物油", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Olive Oil", + "langName": "橄榄油", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Soda", + "langName": "苏打水", + "object": "素材", + "attribute": "食品和消耗品" + }, + { + "displayName": "Grass", + "langName": "草", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Grassy", + "langName": "草地", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Floral", + "langName": "花卉", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Vines", + "langName": "藤蔓", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Tree Bark", + "langName": "树皮", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Branches", + "langName": "树枝", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "shrub", + "langName": "灌木", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Leaves", + "langName": "树叶", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Pinecone", + "langName": "松果", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Acorn", + "langName": "橡子", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Moss", + "langName": "苔藓", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Cactus", + "langName": "仙人掌", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Straw", + "langName": "稻草", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Straw-Bale", + "langName": "稻草捆", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Hay", + "langName": "干草", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Hay-Bale", + "langName": "干草捆", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Hemp", + "langName": "麻", + "object": "素材", + "attribute": "植物" + }, + { + "displayName": "Fungi", + "langName": "菌类", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Mushrooms", + "langName": "蘑菇", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Mycelium", + "langName": "菌丝", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Moldy", + "langName": "发霉的", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Lactarius-Indigo", + "langName": "靛青乳菇", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Latticed-Stinkhorn", + "langName": "格子柄灯盏菌", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Clathrus-Ruber", + "langName": "红笼菌", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Laccaria-Amethystina", + "langName": "紫蘑", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Entoloma-Hochstetteri", + "langName": "霍氏粉褶菌", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Clavaria-Zollingeri", + "langName": "紫红珊瑚菌", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Chlorociboria", + "langName": "青绿木耳", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Golden-Scruffy-Collybia", + "langName": "金丝乌鸦脚蘑菇", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Cyptotrama-Asprata", + "langName": "隐色锯脚蘑", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Mycena Acicula", + "langName": "尖锐鬼笔菌", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Hygrocybe-Cantharellus", + "langName": "黄褐红脚灯蘑", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Amanita-Muscaria", + "langName": "红白鹅膏菌", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Favolaschia-Calocera", + "langName": "红猩猩手指菌", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Marasmius-Haematocephalus", + "langName": "红头发菌", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Cystoagaricus-Trisulphuratus", + "langName": "三硫囊菇", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Tremella-Mesenterica", + "langName": "黄脑菌", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Tremella-Fuciformis", + "langName": "银耳", + "object": "素材", + "attribute": "菌" + }, + { + "displayName": "Tornado", + "langName": "龙卷风", + "object": "素材", + "attribute": "对象" + }, + { + "displayName": "Cage", + "langName": "笼子", + "object": "素材", + "attribute": "对象" + }, + { + "displayName": "Cheese Grater", + "langName": "奶酪刨丝器", + "object": "素材", + "attribute": "对象" + }, + { + "displayName": "Slinky", + "langName": "弹簧玩具", + "object": "素材", + "attribute": "对象" + }, + { + "displayName": "Yin Yang", + "langName": "阴阳", + "object": "素材", + "attribute": "符号" + }, + { + "displayName": "Taiji", + "langName": "太极", + "object": "素材", + "attribute": "符号" + }, + { + "displayName": "Bagua", + "langName": "八卦", + "object": "素材", + "attribute": "符号" + }, + { + "displayName": "Wu Xing", + "langName": "五行(金木水火土)", + "object": "素材", + "attribute": "符号" + }, + { + "displayName": "Gorgeous", + "langName": "华丽", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "stunning", + "langName": "惊人的", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "intricate", + "langName": "复杂的", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "detailed", + "langName": "充满细节", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "luxurious", + "langName": "豪华", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "subtle", + "langName": "细腻的", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "delicate", + "langName": "精致的", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "captivating", + "langName": "迷人的", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Refreshing", + "langName": "清新", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Divine", + "langName": "神圣的", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Infused", + "langName": "融入", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Essence", + "langName": "精华", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Ineffable", + "langName": "无法言喻", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Powerful", + "langName": "有力的", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Weak", + "langName": "虚弱", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Thick", + "langName": "厚", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Massive Scale", + "langName": "大规模", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Massive", + "langName": "大量的", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Huge", + "langName": "巨大的", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Large", + "langName": "大", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Big", + "langName": "大的", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Mini", + "langName": "迷你", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Tiny", + "langName": "微小", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Micro", + "langName": "微观", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Nano", + "langName": "纳米", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Flexible", + "langName": "柔韧", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Paradox", + "langName": "悖论", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Feng Shui", + "langName": "风水", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Perfectionism", + "langName": "完美主义", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "OCD", + "langName": "强迫症", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Array", + "langName": "一系列", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Muted", + "langName": "静音", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Visual Perception", + "langName": "视觉感知", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Visual Agnosia", + "langName": "视觉失认症", + "object": "素材", + "attribute": "概念" + }, + { + "displayName": "Amber", + "langName": "琥珀", + "object": "素材", + "attribute": "其他素材" + }, + { + "displayName": "Inlay", + "langName": "镶嵌", + "object": "素材", + "attribute": "其他素材" + }, + { + "displayName": "Wires", + "langName": "电线", + "object": "素材", + "attribute": "其他素材" + }, + { + "displayName": "Cells", + "langName": "细胞", + "object": "素材", + "attribute": "其他素材" + }, + { + "displayName": "Cellular", + "langName": "网状的", + "object": "素材", + "attribute": "其他素材" + }, + { + "displayName": "Transistor", + "langName": "晶体管", + "object": "素材", + "attribute": "其他素材" + }, + { + "displayName": "Diode", + "langName": "二极管", + "object": "素材", + "attribute": "其他素材" + }, + { + "displayName": "Point", + "langName": "点", + "object": "几何构成", + "attribute": "形状" + }, + { + "displayName": "Dot", + "langName": "点", + "object": "几何构成", + "attribute": "形状" + }, + { + "displayName": "Line", + "langName": "线", + "object": "几何构成", + "attribute": "形状" + }, + { + "displayName": "Curve", + "langName": "曲线", + "object": "几何构成", + "attribute": "形状" + }, + { + "displayName": "Bezier Curve", + "langName": "贝塞尔曲线", + "object": "几何构成", + "attribute": "形状" + }, + { + "displayName": "Triangle", + "langName": "三角形", + "object": "几何构成", + "attribute": "形状" + }, + { + "displayName": "Square", + "langName": "正方形", + "object": "几何构成", + "attribute": "形状" + }, + { + "displayName": "Pentagon", + "langName": "五边形", + "object": "几何构成", + "attribute": "形状" + }, + { + "displayName": "Hexagon", + "langName": "六边形", + "object": "几何构成", + "attribute": "形状" + }, + { + "displayName": "Hexagonal", + "langName": "六角形", + "object": "几何构成", + "attribute": "形状" + }, + { + "displayName": "Heptagon", + "langName": "七边形", + "object": "几何构成", + "attribute": "形状" + }, + { + "displayName": "Octagon", + "langName": "八角形", + "object": "几何构成", + "attribute": "形状" + }, + { + "displayName": "Nonagon", + "langName": "九边形", + "object": "几何构成", + "attribute": "形状" + }, + { + "displayName": "Decagon", + "langName": "十边形", + "object": "几何构成", + "attribute": "形状" + }, + { + "displayName": "Rectangle", + "langName": "长方形", + "object": "几何构成", + "attribute": "形状" + }, + { + "displayName": "Rectangular", + "langName": "矩形的", + "object": "几何构成", + "attribute": "形状" + }, + { + "displayName": "Parallelogram", + "langName": "平行四边形", + "object": "几何构成", + "attribute": "形状" + }, + { + "displayName": "Rhombus", + "langName": "菱形", + "object": "几何构成", + "attribute": "形状" + }, + { + "displayName": "Heart", + "langName": "心", + "object": "几何构成", + "attribute": "形状" + }, + { + "displayName": "Spirangle", + "langName": "螺旋形", + "object": "几何构成", + "attribute": "形状" + }, + { + "displayName": "Cube", + "langName": "立方体", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Cuboid", + "langName": "长方体", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Sphere", + "langName": "球体", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Cone", + "langName": "圆锥", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Cylinder", + "langName": "圆柱", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Pyramid", + "langName": "金字塔", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Torus", + "langName": "圆环体", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Rectangular Prism", + "langName": "直角棱镜", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Star Prism", + "langName": "星棱镜", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Wedge", + "langName": "楔形", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Zonohedron", + "langName": "多面棱体", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Tetrahedron", + "langName": "四面体", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Octahedron", + "langName": "八面体", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Dodecahedron", + "langName": "十二面体", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Icosahedron", + "langName": "二十面体", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Kepler-Poinsot Polyhedra", + "langName": "开普勒点多面体", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Cuboctahedron", + "langName": "立方八面体", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Rhombicuboctahedron", + "langName": "菱形立方八面体", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Icosidodecahedron", + "langName": "二十面体", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Rhombicosidodecahedron", + "langName": "菱形二十面体", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Trapezohedron", + "langName": "梯形体", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Cupola", + "langName": "圆顶", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Anticupola", + "langName": "反圆顶", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Hypercupolae", + "langName": "超圆顶", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Bicupola", + "langName": "双圆顶", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Frustum", + "langName": "截锥体", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Bifrustum", + "langName": "双截头台", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Rotunda", + "langName": "圆形大厅", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Birotunda", + "langName": "双圆形大厅", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Prismatoid", + "langName": "棱柱体", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Scutoid", + "langName": "鳞片状多面体", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Bipyramid", + "langName": "双锥体", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Star Bipyramid", + "langName": "星形双锥", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Anti-Prism", + "langName": "反棱柱体", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Trapezohedra", + "langName": "梯形锥体", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Star Trapezohedron", + "langName": "星形梯形锥体", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Spherical polyhedron", + "langName": "球形多面体", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Mobius strip", + "langName": "莫比乌斯环", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Hexaflexagon", + "langName": "六边形纸盒", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Miura fold", + "langName": "三浦折叠", + "object": "几何构成", + "attribute": "物体" + }, + { + "displayName": "Hypercube", + "langName": "超立方体", + "object": "几何构成", + "attribute": "超形状" + }, + { + "displayName": "Hyperprism", + "langName": "超棱镜", + "object": "几何构成", + "attribute": "超形状" + }, + { + "displayName": "Hyperpyramid", + "langName": "超金字塔", + "object": "几何构成", + "attribute": "超形状" + }, + { + "displayName": "Hypertorus", + "langName": "超圆环体", + "object": "几何构成", + "attribute": "超形状" + }, + { + "displayName": "Hypersphere", + "langName": "超球体", + "object": "几何构成", + "attribute": "超形状" + }, + { + "displayName": "Hypercone", + "langName": "超圆锥", + "object": "几何构成", + "attribute": "超形状" + }, + { + "displayName": "Hypercylinder", + "langName": "超圆柱体", + "object": "几何构成", + "attribute": "超形状" + }, + { + "displayName": "Hyperzonohedron", + "langName": "超多面棱体", + "object": "几何构成", + "attribute": "超形状" + }, + { + "displayName": "Hypertetrahedron", + "langName": "超四面体", + "object": "几何构成", + "attribute": "超形状" + }, + { + "displayName": "Hyperoctahedron", + "langName": "超八面体", + "object": "几何构成", + "attribute": "超形状" + }, + { + "displayName": "Hyperdodecahedron", + "langName": "超十二面体", + "object": "几何构成", + "attribute": "超形状" + }, + { + "displayName": "Hypericosahedron", + "langName": "超二十面体", + "object": "几何构成", + "attribute": "超形状" + }, + { + "displayName": "Flexible Polyhedron", + "langName": "弹性多面体", + "object": "几何构成", + "attribute": "超形状" + }, + { + "displayName": "Klein bottle", + "langName": "克莱因瓶", + "object": "几何构成", + "attribute": "超形状" + }, + { + "displayName": "Monogon", + "langName": "一面体", + "object": "几何构成", + "attribute": "超形状" + }, + { + "displayName": "Digon", + "langName": "二面体", + "object": "几何构成", + "attribute": "超形状" + }, + { + "displayName": "AR", + "langName": "增强现实", + "object": "几何构成", + "attribute": "多元宇宙" + }, + { + "displayName": "VR", + "langName": "虚拟现实", + "object": "几何构成", + "attribute": "多元宇宙" + }, + { + "displayName": "2-Dimensional", + "langName": "二维", + "object": "几何构成", + "attribute": "多元宇宙" + }, + { + "displayName": "2D", + "langName": "2D", + "object": "几何构成", + "attribute": "多元宇宙" + }, + { + "displayName": "2.5-Dimensional", + "langName": "2.5 维", + "object": "几何构成", + "attribute": "多元宇宙" + }, + { + "displayName": "2.5D", + "langName": "2.5D", + "object": "几何构成", + "attribute": "多元宇宙" + }, + { + "displayName": "3-Dimensional", + "langName": "三维", + "object": "几何构成", + "attribute": "多元宇宙" + }, + { + "displayName": "3D", + "langName": "3D", + "object": "几何构成", + "attribute": "多元宇宙" + }, + { + "displayName": "4-Dimensional", + "langName": "四维", + "object": "几何构成", + "attribute": "多元宇宙" + }, + { + "displayName": "4D", + "langName": "4D", + "object": "几何构成", + "attribute": "多元宇宙" + }, + { + "displayName": "5-Dimensional", + "langName": "五维", + "object": "几何构成", + "attribute": "多元宇宙" + }, + { + "displayName": "5D", + "langName": "5D", + "object": "几何构成", + "attribute": "多元宇宙" + }, + { + "displayName": "Overdimensional", + "langName": "超维", + "object": "几何构成", + "attribute": "多元宇宙" + }, + { + "displayName": "Underdimensional", + "langName": "次维", + "object": "几何构成", + "attribute": "多元宇宙" + }, + { + "displayName": "Hyperdimensional", + "langName": "超维度", + "object": "几何构成", + "attribute": "多元宇宙" + }, + { + "displayName": "Subdimensional", + "langName": "次维度", + "object": "几何构成", + "attribute": "多元宇宙" + }, + { + "displayName": "Omnidimensional", + "langName": "全维度", + "object": "几何构成", + "attribute": "多元宇宙" + }, + { + "displayName": "Everdimensional", + "langName": "永维度", + "object": "几何构成", + "attribute": "多元宇宙" + }, + { + "displayName": "Extradimensional", + "langName": "异次元", + "object": "几何构成", + "attribute": "多元宇宙" + }, + { + "displayName": "Beyond-Dimensional", + "langName": "超越维度", + "object": "几何构成", + "attribute": "多元宇宙" + }, + { + "displayName": "Excessively-dimensional", + "langName": "过分维数", + "object": "几何构成", + "attribute": "多元宇宙" + }, + { + "displayName": "Alldimensional", + "langName": "全维度", + "object": "几何构成", + "attribute": "多元宇宙" + }, + { + "displayName": "Multiverse", + "langName": "多元宇宙", + "object": "几何构成", + "attribute": "多元宇宙" + }, + { + "displayName": "Low Poly", + "langName": "低面建模", + "object": "几何构成", + "attribute": "样式" + }, + { + "displayName": "Geometric", + "langName": "几何", + "object": "几何构成", + "attribute": "样式" + }, + { + "displayName": "Non-Euclidian", + "langName": "非欧几里得", + "object": "几何构成", + "attribute": "样式" + }, + { + "displayName": "Poly", + "langName": "Poly", + "object": "几何构成", + "attribute": "样式" + }, + { + "displayName": "Polygon", + "langName": "多边形", + "object": "几何构成", + "attribute": "样式" + }, + { + "displayName": "Polygonal", + "langName": "多边", + "object": "几何构成", + "attribute": "样式" + }, + { + "displayName": "Polyhedron", + "langName": "多面体", + "object": "几何构成", + "attribute": "样式" + }, + { + "displayName": "Polyhedral", + "langName": "多面", + "object": "几何构成", + "attribute": "样式" + }, + { + "displayName": "Platonic Solids", + "langName": "柏拉图立体", + "object": "几何构成", + "attribute": "样式" + }, + { + "displayName": "Archimedean Solids", + "langName": "阿基米德立体", + "object": "几何构成", + "attribute": "样式" + }, + { + "displayName": "Catalan solids", + "langName": "加泰罗尼亚立体", + "object": "几何构成", + "attribute": "样式" + }, + { + "displayName": "Vertex", + "langName": "顶点", + "object": "几何构成", + "attribute": "特性" + }, + { + "displayName": "Edge", + "langName": "边缘", + "object": "几何构成", + "attribute": "特性" + }, + { + "displayName": "Surface", + "langName": "表面", + "object": "几何构成", + "attribute": "特性" + }, + { + "displayName": "Interior", + "langName": "内部的", + "object": "几何构成", + "attribute": "特性" + }, + { + "displayName": "Exterior", + "langName": "外部的", + "object": "几何构成", + "attribute": "特性" + }, + { + "displayName": "Convex", + "langName": "凸的", + "object": "几何构成", + "attribute": "特性" + }, + { + "displayName": "Concave", + "langName": "凹", + "object": "几何构成", + "attribute": "特性" + }, + { + "displayName": "Equiangular", + "langName": "等角", + "object": "几何构成", + "attribute": "特性" + }, + { + "displayName": "Equilateral", + "langName": "等边的", + "object": "几何构成", + "attribute": "特性" + }, + { + "displayName": "Cyclic", + "langName": "循环的", + "object": "几何构成", + "attribute": "特性" + }, + { + "displayName": "Tangential", + "langName": "切线", + "object": "几何构成", + "attribute": "特性" + }, + { + "displayName": "Rectilinear", + "langName": "直线", + "object": "几何构成", + "attribute": "特性" + }, + { + "displayName": "Traverse", + "langName": "横跨", + "object": "几何构成", + "attribute": "特性" + }, + { + "displayName": "Quasi", + "langName": "拟", + "object": "几何构成", + "attribute": "特性" + }, + { + "displayName": "Quasi-Regular", + "langName": "拟规则", + "object": "几何构成", + "attribute": "特性" + }, + { + "displayName": "Isogonal", + "langName": "等角", + "object": "几何构成", + "attribute": "特性" + }, + { + "displayName": "Isotoxal", + "langName": "等毒", + "object": "几何构成", + "attribute": "特性" + }, + { + "displayName": "Isohedral", + "langName": "等面", + "object": "几何构成", + "attribute": "特性" + }, + { + "displayName": "Stellation", + "langName": "星状", + "object": "几何构成", + "attribute": "特性" + }, + { + "displayName": "Ehrhart Polynomial", + "langName": "Ehrhart 多项式", + "object": "几何构成", + "attribute": "特性" + }, + { + "displayName": "Ideal polyhedron", + "langName": "理想多面体", + "object": "几何构成", + "attribute": "特性" + }, + { + "displayName": "Polytope", + "langName": "多胞体", + "object": "几何构成", + "attribute": "特性" + }, + { + "displayName": "Realistic Painting", + "langName": "写实画", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Fine Art", + "langName": "美术绘画", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Still-Life", + "langName": "静物画", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Oil Paint", + "langName": "油画", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "((dyeing)),((oil painting)),((impasto))", + "langName": "油画(组合)", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Wet Paint", + "langName": "湿画化", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Dripping Paint", + "langName": "滴漆", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Splatter Paint", + "langName": "泼漆", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Spray Paint", + "langName": "喷漆", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Puffy Paint", + "langName": "立体颜料", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Glass Paint", + "langName": "玻璃漆", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Tempera Paint", + "langName": "蛋彩画", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Gouache Paint", + "langName": "水粉颜料", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Chinese Painting", + "langName": "中国画", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Tibetan Painting", + "langName": "西藏绘画", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Scroll Painting", + "langName": "卷轴画", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Canvas", + "langName": "帆布画", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Color Field Painting", + "langName": "色域绘画", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Hard Edge Painting", + "langName": "硬边绘画", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Paper-Marbling", + "langName": "水粉画", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Hydrodipped", + "langName": "水贴画", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Painting", + "langName": "绘画", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Ink wash painting", + "langName": "水墨画", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "watercolor", + "langName": "水彩画", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "(((ink))),((watercolor))", + "langName": "水彩画", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Paint", + "langName": "油漆", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "acrylic_paint", + "langName": "丙烯漆料画", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Airbrush", + "langName": "喷笔", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Coffee Paint", + "langName": "咖啡漆", + "object": "图像种类", + "attribute": "绘画" + }, + { + "displayName": "Illustration", + "langName": "插图", + "object": "图像种类", + "attribute": "插画" + }, + { + "displayName": "Storybook Illustration", + "langName": "故事书插图", + "object": "图像种类", + "attribute": "插画" + }, + { + "displayName": "Children's Drawing", + "langName": "儿童画", + "object": "图像种类", + "attribute": "插画" + }, + { + "displayName": "Graphic Novel", + "langName": "绘本小说", + "object": "图像种类", + "attribute": "插画" + }, + { + "displayName": "Visual Novel", + "langName": "视觉小说", + "object": "图像种类", + "attribute": "插画" + }, + { + "displayName": "Illustrated-Booklet", + "langName": "插图小册子", + "object": "图像种类", + "attribute": "插画" + }, + { + "displayName": "Illuminated Manuscript", + "langName": "彩绘手稿", + "object": "图像种类", + "attribute": "插画" + }, + { + "displayName": "Assembly Drawing", + "langName": "装配图", + "object": "图像种类", + "attribute": "插画" + }, + { + "displayName": "wallpaper", + "langName": "壁纸", + "object": "图像种类", + "attribute": "插画" + }, + { + "displayName": "extremely detailed wallpaper", + "langName": "非常详细的壁纸", + "object": "图像种类", + "attribute": "插画" + }, + { + "displayName": "digital illustration", + "langName": "数字插画", + "object": "图像种类", + "attribute": "插画" + }, + { + "displayName": "multiple item spritedsheet", + "langName": "多个相关图案的图像集合", + "object": "图像种类", + "attribute": "插画" + }, + { + "displayName": "game cg", + "langName": "游戏CG", + "object": "图像种类", + "attribute": "插画" + }, + { + "displayName": "extremely detailed cg", + "langName": "非常详细的 cg", + "object": "图像种类", + "attribute": "插画" + }, + { + "displayName": "Drawing", + "langName": "绘画", + "object": "图像种类", + "attribute": "手绘" + }, + { + "displayName": "Hand-Drawn", + "langName": "手绘", + "object": "图像种类", + "attribute": "手绘" + }, + { + "displayName": "Doodle", + "langName": "涂鸦", + "object": "图像种类", + "attribute": "手绘" + }, + { + "displayName": "sketch", + "langName": "素描", + "object": "图像种类", + "attribute": "手绘" + }, + { + "displayName": "posing sketch", + "langName": "草图", + "object": "图像种类", + "attribute": "手绘" + }, + { + "displayName": "Line Art", + "langName": "线描画", + "object": "图像种类", + "attribute": "手绘" + }, + { + "displayName": "Crosshatch", + "langName": "交叉影线", + "object": "图像种类", + "attribute": "手绘" + }, + { + "displayName": "Stipple", + "langName": "点画法", + "object": "图像种类", + "attribute": "手绘" + }, + { + "displayName": "Dot Art", + "langName": "点彩画", + "object": "图像种类", + "attribute": "手绘" + }, + { + "displayName": "Anatomical Drawing", + "langName": "解剖图", + "object": "图像种类", + "attribute": "手绘" + }, + { + "displayName": "(posing sketch),(monochrome)", + "langName": "黑白草图", + "object": "图像种类", + "attribute": "手绘" + }, + { + "displayName": "Pencil Art", + "langName": "铅笔画", + "object": "图像种类", + "attribute": "铅笔" + }, + { + "displayName": "graphite", + "langName": "石墨铅笔", + "object": "图像种类", + "attribute": "铅笔" + }, + { + "displayName": "colored_pencil", + "langName": "彩色铅笔", + "object": "图像种类", + "attribute": "铅笔" + }, + { + "displayName": "watercolor_pencil", + "langName": "水彩铅笔", + "object": "图像种类", + "attribute": "铅笔" + }, + { + "displayName": "charcoal art", + "langName": "炭笔画", + "object": "图像种类", + "attribute": "铅笔" + }, + { + "displayName": "millipen_(medium)", + "langName": "绘图笔", + "object": "图像种类", + "attribute": "铅笔" + }, + { + "displayName": "nib_pen_(medium)", + "langName": "绘图笔", + "object": "图像种类", + "attribute": "铅笔" + }, + { + "displayName": "(monochrome),(gray scale),(pencil sketch lines)", + "langName": "铅笔速写", + "object": "图像种类", + "attribute": "铅笔" + }, + { + "displayName": "faux_traditional_media", + "langName": "签绘风格", + "object": "图像种类", + "attribute": "铅笔" + }, + { + "displayName": "Ink", + "langName": "墨水", + "object": "图像种类", + "attribute": "墨水" + }, + { + "displayName": "Fountain Pen", + "langName": "钢笔", + "object": "图像种类", + "attribute": "墨水" + }, + { + "displayName": "Fountain Pen Art", + "langName": "钢笔画", + "object": "图像种类", + "attribute": "墨水" + }, + { + "displayName": "Ballpoint Pen", + "langName": "圆珠笔", + "object": "图像种类", + "attribute": "墨水" + }, + { + "displayName": "Gel Pen", + "langName": "中性笔", + "object": "图像种类", + "attribute": "墨水" + }, + { + "displayName": "ballpoint_pen_(medium)", + "langName": "圆珠笔", + "object": "图像种类", + "attribute": "墨水" + }, + { + "displayName": "Calligraphy", + "langName": "书法", + "object": "图像种类", + "attribute": "墨水" + }, + { + "displayName": "marker_(medium)", + "langName": "马克笔", + "object": "图像种类", + "attribute": "墨水" + }, + { + "displayName": "copics", + "langName": "马克笔(中性灰色)", + "object": "图像种类", + "attribute": "墨水" + }, + { + "displayName": "Dry-Erase Marker", + "langName": "白板笔", + "object": "图像种类", + "attribute": "墨水" + }, + { + "displayName": "Wet-Erase Marker", + "langName": "可擦记号笔", + "object": "图像种类", + "attribute": "墨水" + }, + { + "displayName": "Whiteboard", + "langName": "白板", + "object": "图像种类", + "attribute": "墨水" + }, + { + "displayName": "pastel_color", + "langName": "柔和的色彩", + "object": "图像种类", + "attribute": "墨水" + }, + { + "displayName": "Crayon", + "langName": "蜡笔", + "object": "图像种类", + "attribute": "粉笔" + }, + { + "displayName": "Conte", + "langName": "康熙笔", + "object": "图像种类", + "attribute": "粉笔" + }, + { + "displayName": "Chalk", + "langName": "粉笔", + "object": "图像种类", + "attribute": "粉笔" + }, + { + "displayName": "Pastel Art", + "langName": "粉彩画", + "object": "图像种类", + "attribute": "粉笔" + }, + { + "displayName": "Blackboard", + "langName": "黑板", + "object": "图像种类", + "attribute": "粉笔" + }, + { + "displayName": "Chalkboard", + "langName": "黑板", + "object": "图像种类", + "attribute": "粉笔" + }, + { + "displayName": "Text", + "langName": "文本", + "object": "图像种类", + "attribute": "文本" + }, + { + "displayName": "Typeface", + "langName": "字体", + "object": "图像种类", + "attribute": "文本" + }, + { + "displayName": "Font", + "langName": "字体", + "object": "图像种类", + "attribute": "文本" + }, + { + "displayName": "Says", + "langName": "说", + "object": "图像种类", + "attribute": "文本" + }, + { + "displayName": "Letters", + "langName": "字母", + "object": "图像种类", + "attribute": "文本" + }, + { + "displayName": "Graphemes", + "langName": "字素", + "object": "图像种类", + "attribute": "文本" + }, + { + "displayName": "Written Letters", + "langName": "书写字母", + "object": "图像种类", + "attribute": "文本" + }, + { + "displayName": "Words", + "langName": "单词", + "object": "图像种类", + "attribute": "文本" + }, + { + "displayName": "Lexemes", + "langName": "词素", + "object": "图像种类", + "attribute": "文本" + }, + { + "displayName": "Written Words", + "langName": "书面单词", + "object": "图像种类", + "attribute": "文本" + }, + { + "displayName": "Caption", + "langName": "标题", + "object": "图像种类", + "attribute": "文本" + }, + { + "displayName": "Logo", + "langName": "商标", + "object": "图像种类", + "attribute": "打印" + }, + { + "displayName": "Stamp", + "langName": "邮票", + "object": "图像种类", + "attribute": "打印" + }, + { + "displayName": "Postage Stamp", + "langName": "邮票", + "object": "图像种类", + "attribute": "打印" + }, + { + "displayName": "Business Card", + "langName": "名片", + "object": "图像种类", + "attribute": "打印" + }, + { + "displayName": "Collage", + "langName": "拼贴画", + "object": "图像种类", + "attribute": "打印" + }, + { + "displayName": "Photocollage", + "langName": "照片拼贴画", + "object": "图像种类", + "attribute": "打印" + }, + { + "displayName": "Fotocollage", + "langName": "照片拼贴画", + "object": "图像种类", + "attribute": "打印" + }, + { + "displayName": "Lithography", + "langName": "平版印刷术", + "object": "图像种类", + "attribute": "打印" + }, + { + "displayName": "Block Printing", + "langName": "印版画", + "object": "图像种类", + "attribute": "打印" + }, + { + "displayName": "Magazine", + "langName": "杂志", + "object": "图像种类", + "attribute": "打印" + }, + { + "displayName": "Newspaper", + "langName": "报纸", + "object": "图像种类", + "attribute": "打印" + }, + { + "displayName": "Newsprint", + "langName": "新闻纸", + "object": "图像种类", + "attribute": "打印" + }, + { + "displayName": "Cartographic", + "langName": "制图", + "object": "图像种类", + "attribute": "打印" + }, + { + "displayName": "Blueprint", + "langName": "蓝图", + "object": "图像种类", + "attribute": "打印" + }, + { + "displayName": "comic", + "langName": "漫画", + "object": "图像种类", + "attribute": "打印" + }, + { + "displayName": "Comic Book", + "langName": "漫画书", + "object": "图像种类", + "attribute": "打印" + }, + { + "displayName": "Booklet", + "langName": "小册子", + "object": "图像种类", + "attribute": "打印" + }, + { + "displayName": "Poster", + "langName": "海报", + "object": "图像种类", + "attribute": "打印" + }, + { + "displayName": "Sticker", + "langName": "贴纸", + "object": "图像种类", + "attribute": "打印" + }, + { + "displayName": "Barcode", + "langName": "条形码", + "object": "图像种类", + "attribute": "打印" + }, + { + "displayName": "QR Code", + "langName": "二维码", + "object": "图像种类", + "attribute": "打印" + }, + { + "displayName": "Pokemon Card", + "langName": "宝可梦卡片(口袋妖怪)", + "object": "图像种类", + "attribute": "打印" + }, + { + "displayName": "Origami", + "langName": "折纸", + "object": "图像种类", + "attribute": "折纸" + }, + { + "displayName": "Modular Origami", + "langName": "模块化折纸", + "object": "图像种类", + "attribute": "折纸" + }, + { + "displayName": "Rigid Origami", + "langName": "刚性折纸", + "object": "图像种类", + "attribute": "折纸" + }, + { + "displayName": "Sonobe", + "langName": "折纸花球", + "object": "图像种类", + "attribute": "折纸" + }, + { + "displayName": "Kirigami", + "langName": "剪纸", + "object": "图像种类", + "attribute": "折纸" + }, + { + "displayName": "Moneygami", + "langName": "钞票折纸", + "object": "图像种类", + "attribute": "折纸" + }, + { + "displayName": "Wet-Folding", + "langName": "湿折", + "object": "图像种类", + "attribute": "折纸" + }, + { + "displayName": "pixel art", + "langName": "像素画", + "object": "图像种类", + "attribute": "马赛克" + }, + { + "displayName": "Mosaic", + "langName": "马赛克", + "object": "图像种类", + "attribute": "马赛克" + }, + { + "displayName": "Micromosaic", + "langName": "微缩马赛克", + "object": "图像种类", + "attribute": "马赛克" + }, + { + "displayName": "Glass Mosaic", + "langName": "玻璃马赛克", + "object": "图像种类", + "attribute": "马赛克" + }, + { + "displayName": "Photographic Mosaic", + "langName": "照片马赛克", + "object": "图像种类", + "attribute": "马赛克" + }, + { + "displayName": "Impressionist Mosaic", + "langName": "印象派马赛克", + "object": "图像种类", + "attribute": "马赛克" + }, + { + "displayName": "Frame", + "langName": "相框", + "object": "图像种类", + "attribute": "框架" + }, + { + "displayName": "Framed", + "langName": "装裱的", + "object": "图像种类", + "attribute": "框架" + }, + { + "displayName": "Wooden Frame", + "langName": "木质相框", + "object": "图像种类", + "attribute": "框架" + }, + { + "displayName": "Wooden Framed", + "langName": "木制相框", + "object": "图像种类", + "attribute": "框架" + }, + { + "displayName": "Carving", + "langName": "雕刻", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Etching", + "langName": "蚀刻", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Sculpture", + "langName": "雕塑", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Papercutting", + "langName": "剪纸", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "silhouette", + "langName": "剪影", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Whittling", + "langName": "刻刀雕刻", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Wood-Carving", + "langName": "木雕", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Chip-Carving", + "langName": "花刻", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Relief-Carving", + "langName": "浮雕", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Ice-Carving", + "langName": "冰雕", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Lacquer", + "langName": "漆艺", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "String-Art", + "langName": "弦乐艺术", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Paper-Mache", + "langName": "纸浆塑形", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Paper Model", + "langName": "纸模型", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Card", + "langName": "卡片", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Carved Lacquer", + "langName": "雕漆", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Fretwork", + "langName": "镂空工艺", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Intaglio", + "langName": "凹版印刷", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Mezzotint", + "langName": "铜版漆", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Aquatint", + "langName": "凹印", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Linocut", + "langName": "丝网印刷", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Pyrography", + "langName": "焊点画", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Puppet", + "langName": "木偶", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Balloon Modelling", + "langName": "气球模型", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Balloon Twisting", + "langName": "扎各种形状的气球", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Circuit", + "langName": "线路图", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Circuitry", + "langName": "电路", + "object": "图像种类", + "attribute": "雕刻、蚀刻和建模" + }, + { + "displayName": "Dalle de verre", + "langName": "彩色玻璃", + "object": "图像种类", + "attribute": "陶器和玻璃" + }, + { + "displayName": "Encaustic painting", + "langName": "瓷画", + "object": "图像种类", + "attribute": "陶器和玻璃" + }, + { + "displayName": "Glaze", + "langName": "釉料", + "object": "图像种类", + "attribute": "陶器和玻璃" + }, + { + "displayName": "Overglaze", + "langName": "上釉", + "object": "图像种类", + "attribute": "陶器和玻璃" + }, + { + "displayName": "Inglaze", + "langName": "下釉", + "object": "图像种类", + "attribute": "陶器和玻璃" + }, + { + "displayName": "Azulejo", + "langName": "Azulejo", + "object": "图像种类", + "attribute": "陶器和玻璃" + }, + { + "displayName": "Paleolithic Pottery", + "langName": "旧石器时代的陶器", + "object": "图像种类", + "attribute": "陶器和玻璃" + }, + { + "displayName": "Neolithic Pottery", + "langName": "新石器时代的陶器", + "object": "图像种类", + "attribute": "陶器和玻璃" + }, + { + "displayName": "Bone China", + "langName": "骨瓷", + "object": "图像种类", + "attribute": "陶器和玻璃" + }, + { + "displayName": "Ornament", + "langName": "装饰品", + "object": "图像种类", + "attribute": "陶器和玻璃" + }, + { + "displayName": "Light Art", + "langName": "灯光艺术", + "object": "图像种类", + "attribute": "光" + }, + { + "displayName": "Light Painting", + "langName": "光绘", + "object": "图像种类", + "attribute": "光" + }, + { + "displayName": "Lightpainting", + "langName": "光绘", + "object": "图像种类", + "attribute": "光" + }, + { + "displayName": "traditional_media", + "langName": "传统画布(如纸等)", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Wall Decal", + "langName": "墙贴", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Banner", + "langName": "横幅", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Signage", + "langName": "指示牌", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Arts and Crafts", + "langName": "工艺美术", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Resin", + "langName": "环氧树脂", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Enamel Pin", + "langName": "珐琅别针", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Bejeweled", + "langName": "镶嵌宝石", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Latte Art", + "langName": "拿铁拉花", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Coffee Stain", + "langName": "咖啡渍", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Smoke Art", + "langName": "烟雾艺术", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Sticker Bomb", + "langName": "贴纸炸弹", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Jigsaw", + "langName": "拼图", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Puzzle", + "langName": "拼图玩具", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Maze", + "langName": "迷宫", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Toy", + "langName": "玩具", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Site-Specific art", + "langName": "特定地点的艺术", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Public Art", + "langName": "公共艺术", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Diorama", + "langName": "西洋镜", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Hedge Trimming", + "langName": "绿篱修剪", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Hatmaking", + "langName": "制帽", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Stencil", + "langName": "模版", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Negative Space", + "langName": "负空间", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Scrapbooking", + "langName": "剪贴簿", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Mixed Media", + "langName": "混合媒介", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Frottage", + "langName": "踩印画", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Outlined", + "langName": "轮廓", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Glitter", + "langName": "闪粉", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Sparkly", + "langName": "闪亮的", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Indian Art", + "langName": "印度艺术", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Soviet Art", + "langName": "苏联艺术", + "object": "图像种类", + "attribute": "其他媒介" + }, + { + "displayName": "Rock Art", + "langName": "岩画", + "object": "图像种类", + "attribute": "传统艺术" + }, + { + "displayName": "Cave Art", + "langName": "洞窟艺术", + "object": "图像种类", + "attribute": "传统艺术" + }, + { + "displayName": "Mural", + "langName": "壁画", + "object": "图像种类", + "attribute": "传统艺术" + }, + { + "displayName": "Easter Egg", + "langName": "复活节彩蛋", + "object": "图像种类", + "attribute": "传统艺术" + }, + { + "displayName": "Egg Decorating", + "langName": "彩绘蛋", + "object": "图像种类", + "attribute": "传统艺术" + }, + { + "displayName": "((art nouveau))", + "langName": "新艺术主义", + "object": "艺术风格", + "attribute": "历史艺术风格" + }, + { + "displayName": "((classicism))", + "langName": "古典主义", + "object": "艺术风格", + "attribute": "历史艺术风格" + }, + { + "displayName": "((neoclassicism))", + "langName": "新古典主义", + "object": "艺术风格", + "attribute": "历史艺术风格" + }, + { + "displayName": "((romanticism))", + "langName": "浪漫主义", + "object": "艺术风格", + "attribute": "历史艺术风格" + }, + { + "displayName": "Gothic art", + "langName": "哥特式艺术", + "object": "艺术风格", + "attribute": "历史艺术风格" + }, + { + "displayName": "Baroque", + "langName": "巴洛克", + "object": "艺术风格", + "attribute": "历史艺术风格" + }, + { + "displayName": "Pre-Raphaelite Brotherhood", + "langName": "先拉斐尔派", + "object": "艺术风格", + "attribute": "历史艺术风格" + }, + { + "displayName": "renaissance art", + "langName": "文艺复兴风格", + "object": "艺术风格", + "attribute": "历史艺术风格" + }, + { + "displayName": "academic art", + "langName": "学院派", + "object": "艺术风格", + "attribute": "历史艺术风格" + }, + { + "displayName": "academicism", + "langName": "学院主义", + "object": "艺术风格", + "attribute": "历史艺术风格" + }, + { + "displayName": "ancient greek art", + "langName": "古希腊艺术", + "object": "艺术风格", + "attribute": "历史艺术风格" + }, + { + "displayName": "ancient egypt", + "langName": "古埃及", + "object": "艺术风格", + "attribute": "历史艺术风格" + }, + { + "displayName": "Minimalism", + "langName": "极简主义", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "Modern Art", + "langName": "现代艺术", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "contemporary art", + "langName": "当代艺术", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "Concept Art", + "langName": "概念艺术", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "Digital Art", + "langName": "数字艺术", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "visionary art", + "langName": "视觉艺术", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "Hyperrealistic", + "langName": "超写实", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "hyperrealism", + "langName": "写实主义", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "abstract expressionism", + "langName": "抽象表现主义", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "cubism", + "langName": "立体主义", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "impressionism", + "langName": "印象派", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "Neo-impressionism", + "langName": "后印象派", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "fauvism", + "langName": "野兽派", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "expressionism", + "langName": "表现主义", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "Pop art", + "langName": "波普艺术", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "((abstract art))", + "langName": "抽象艺术", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "((Dadaism))", + "langName": "达达主义", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "((futurism))", + "langName": "未来主义", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "Warhol", + "langName": "安迪·沃霍尔风格", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "street art", + "langName": "街头艺术", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "folk art", + "langName": "民间艺术", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "Bauhaus Style", + "langName": "包豪斯风格", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "Luminsm", + "langName": "光色主义", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "Constructivism", + "langName": "建构主义", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "((dieselpunk))", + "langName": "柴油朋克", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "streampunk", + "langName": "蒸汽朋克", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "Disney style", + "langName": "迪士尼风格", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "Picos style", + "langName": "皮克斯风格", + "object": "艺术风格", + "attribute": "现代艺术" + }, + { + "displayName": "realism", + "langName": "现实主义", + "object": "艺术风格", + "attribute": "虚构与现实" + }, + { + "displayName": "Surrealistic", + "langName": "超现实主义", + "object": "艺术风格", + "attribute": "虚构与现实" + }, + { + "displayName": "Social realism", + "langName": "社会现实主义", + "object": "艺术风格", + "attribute": "虚构与现实" + }, + { + "displayName": "Magic Realism", + "langName": "魔幻现实主义", + "object": "艺术风格", + "attribute": "虚构与现实" + }, + { + "displayName": "Fantastic Realism", + "langName": "魔幻现实主义", + "object": "艺术风格", + "attribute": "虚构与现实" + }, + { + "displayName": "Classical Realism", + "langName": "批判现实主义", + "object": "艺术风格", + "attribute": "虚构与现实" + }, + { + "displayName": "miserablism", + "langName": "愁苦主义(批评社会的贫困不公)", + "object": "艺术风格", + "attribute": "虚构与现实" + }, + { + "displayName": "Contemporary Realism", + "langName": "当代写实主义", + "object": "艺术风格", + "attribute": "虚构与现实" + }, + { + "displayName": "Non-Fiction", + "langName": "纪实的", + "object": "艺术风格", + "attribute": "虚构与现实" + }, + { + "displayName": "ukiyoe", + "langName": "日本浮世绘", + "object": "艺术风格", + "attribute": "亚洲艺术" + }, + { + "displayName": "illustration,(((ukiyoe))),((sketch)),((japanese_art))", + "langName": "浮世绘(组)", + "object": "艺术风格", + "attribute": "亚洲艺术" + }, + { + "displayName": "traditional chinese painting", + "langName": "中国国画", + "object": "艺术风格", + "attribute": "亚洲艺术" + }, + { + "displayName": "Japonism", + "langName": "日式风格", + "object": "艺术风格", + "attribute": "亚洲艺术" + }, + { + "displayName": "Japanese manga style", + "langName": "日本漫画风格", + "object": "艺术风格", + "attribute": "亚洲艺术" + }, + { + "displayName": "anime style", + "langName": "动画风格", + "object": "艺术风格", + "attribute": "亚洲艺术" + }, + { + "displayName": "Aestheticism Painting", + "langName": "唯美主义绘画", + "object": "艺术风格", + "attribute": "摄影/绘画风格" + }, + { + "displayName": "pastel color,sketch", + "langName": "速涂风格", + "object": "艺术风格", + "attribute": "摄影/绘画风格" + }, + { + "displayName": "ink doodle", + "langName": "墨水涂鸦", + "object": "艺术风格", + "attribute": "摄影/绘画风格" + }, + { + "displayName": "charcoal sketch", + "langName": "炭笔素描", + "object": "艺术风格", + "attribute": "摄影/绘画风格" + }, + { + "displayName": "sketch art", + "langName": "素描艺术", + "object": "艺术风格", + "attribute": "摄影/绘画风格" + }, + { + "displayName": "sketch paper", + "langName": "素描纸", + "object": "艺术风格", + "attribute": "摄影/绘画风格" + }, + { + "displayName": "manuscript", + "langName": "手稿", + "object": "艺术风格", + "attribute": "摄影/绘画风格" + }, + { + "displayName": "fading border", + "langName": "褪色的边界", + "object": "艺术风格", + "attribute": "摄影/绘画风格" + }, + { + "displayName": "heavy contrast", + "langName": "浓重的对比 (强调颜色)", + "object": "艺术风格", + "attribute": "摄影/绘画风格" + }, + { + "displayName": "watercolor (medium)", + "langName": "透明水彩绘", + "object": "艺术风格", + "attribute": "摄影/绘画风格" + }, + { + "displayName": "Polaroid art", + "langName": "宝丽来艺术", + "object": "艺术风格", + "attribute": "摄影/绘画风格" + }, + { + "displayName": "opal render", + "langName": "欧泊渲染", + "object": "艺术风格", + "attribute": "摄影/绘画风格" + }, + { + "displayName": "chemigram", + "langName": "色谱图", + "object": "艺术风格", + "attribute": "摄影/绘画风格" + }, + { + "displayName": "((alphonse mucha))", + "langName": "穆夏风格", + "object": "艺术风格", + "attribute": "摄影/绘画风格" + }, + { + "displayName": "((Monet style))", + "langName": "莫奈风格", + "object": "艺术风格", + "attribute": "摄影/绘画风格" + }, + { + "displayName": "style of Al Williamson", + "langName": "威廉森风格", + "object": "艺术风格", + "attribute": "摄影/绘画风格" + }, + { + "displayName": "chiaroscuro", + "langName": "明暗对比", + "object": "艺术风格", + "attribute": "摄影/绘画风格" + }, + { + "displayName": "film noir", + "langName": "黑色电影(罪恶、欲望、复仇)", + "object": "艺术风格", + "attribute": "摄影/绘画风格" + }, + { + "displayName": "dark theme", + "langName": "暗黑主题艺术", + "object": "艺术风格", + "attribute": "摄影/绘画风格" + }, + { + "displayName": "fantasy", + "langName": "适合科幻场景", + "object": "艺术风格", + "attribute": "科幻" + }, + { + "displayName": "fiction", + "langName": "科幻的", + "object": "艺术风格", + "attribute": "科幻" + }, + { + "displayName": "science fiction", + "langName": "科幻", + "object": "艺术风格", + "attribute": "科幻" + }, + { + "displayName": "sci-fi", + "langName": "科幻风格", + "object": "艺术风格", + "attribute": "科幻" + }, + { + "displayName": "cyber punk", + "langName": "赛博朋克", + "object": "艺术风格", + "attribute": "科幻" + }, + { + "displayName": "Dark Fantasy", + "langName": "黑暗奇幻", + "object": "艺术风格", + "attribute": "科幻" + }, + { + "displayName": "Ethereal Fantasy", + "langName": "飘渺奇幻", + "object": "艺术风格", + "attribute": "科幻" + }, + { + "displayName": "dark fantasy style", + "langName": "黑暗幻想风格", + "object": "艺术风格", + "attribute": "科幻" + }, + { + "displayName": "ww3 style", + "langName": "ww3 风格", + "object": "艺术风格", + "attribute": "科幻" + }, + { + "displayName": "Magic Vortex", + "langName": "魔法旋涡", + "object": "艺术风格", + "attribute": "科幻" + }, + { + "displayName": "1980s anime", + "langName": "80动画", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "80s movie", + "langName": "80电影", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "80s (style)", + "langName": "80 年代风格", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "90s (style)", + "langName": "90 年代风格", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "disney movie", + "langName": "迪士尼电影", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "goth", + "langName": "哥特摇滚", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "bubble bobble", + "langName": "泡泡龙", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "style of Pixar", + "langName": "皮克斯动画", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "Studio Ghibli", + "langName": "吉卜力风格", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "Ghibli-like colours", + "langName": "吉卜力色彩", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "genshin impact", + "langName": "原神冲击", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "azur lane", + "langName": "碧蓝航线", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "kantai collection", + "langName": "舰队收藏", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "rebecca (cyberpunk)", + "langName": "边缘行者", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "chainsaw man", + "langName": "电锯人", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "synthwave", + "langName": "蒸汽波", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "anime screeshot", + "langName": "动画截图", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "dakimakura", + "langName": "抱枕", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "cosplay", + "langName": "角色扮演", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "guro", + "langName": "猎奇", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "personification", + "langName": "拟人", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "4koma", + "langName": "四格", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "8 Bit Game", + "langName": "8bit游戏", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "DC Comics", + "langName": "能生成美漫封面的漫画画面", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "cartoon", + "langName": "卡通", + "object": "艺术风格", + "attribute": "次文化" + }, + { + "displayName": "album", + "langName": "专辑", + "object": "艺术风格", + "attribute": "出版物" + }, + { + "displayName": "album cover", + "langName": "专辑封面", + "object": "艺术风格", + "attribute": "出版物" + }, + { + "displayName": "magazine scan", + "langName": "杂志内页", + "object": "艺术风格", + "attribute": "出版物" + }, + { + "displayName": "magazine cover", + "langName": "杂志封面", + "object": "艺术风格", + "attribute": "出版物" + }, + { + "displayName": "cover", + "langName": "封面", + "object": "艺术风格", + "attribute": "出版物" + }, + { + "displayName": "artbook", + "langName": "原画", + "object": "艺术风格", + "attribute": "出版物" + }, + { + "displayName": "column lineup", + "langName": "一列列小图组成大图", + "object": "艺术风格", + "attribute": "出版物" + }, + { + "displayName": "zoom layer", + "langName": "背景是前景的放大版", + "object": "艺术风格", + "attribute": "出版物" + }, + { + "displayName": "3D Item Render", + "langName": "三维渲染", + "object": "艺术风格", + "attribute": "数字艺术" + }, + { + "displayName": "animated gif", + "langName": "GIF格式图片", + "object": "艺术风格", + "attribute": "数字艺术" + }, + { + "displayName": "fine art parody", + "langName": "名画模仿", + "object": "艺术风格", + "attribute": "数字艺术" + }, + { + "displayName": "optical illusion", + "langName": "视觉错误", + "object": "艺术风格", + "attribute": "数字艺术" + }, + { + "displayName": "((ASCII art))", + "langName": "ASCII艺术", + "object": "艺术风格", + "attribute": "数字艺术" + }, + { + "displayName": "Synchronism", + "langName": "时间协调性", + "object": "艺术风格", + "attribute": "数字艺术" + }, + { + "displayName": "highres", + "langName": "厚涂(风格)", + "object": "艺术风格", + "attribute": "数字艺术" + }, + { + "displayName": "sample", + "langName": "图上有字样", + "object": "艺术风格", + "attribute": "数字艺术" + }, + { + "displayName": "dreamlike", + "langName": "梦幻", + "object": "艺术风格", + "attribute": "数字艺术" + }, + { + "displayName": "pixiv", + "langName": "纯二次元风格人像", + "object": "艺术风格", + "attribute": "数字艺术" + }, + { + "displayName": "a beautiful korean idol,stylish outfit,fitted jeans,oversized jacket,fashionable accessories,(realistic detailed eyes,natural skin texture,confident expression)", + "langName": "常用人像", + "object": "后期处理", + "attribute": "常用合集" + }, + { + "displayName": "fitted jeans,oversized jacket,navel", + "langName": "休闲搭配(牛仔+肚脐束胸)", + "object": "后期处理", + "attribute": "常用合集" + }, + { + "displayName": "black hair,earrings,flash photography,jewelry,looking at viewer and facing viewer,solo,(upper body),smirk,long hair,ponytail,short sleeves,black dress,black eyes,makeup,lipstick,(cleavage visible,large breasts),face close-up,bend over,pale skin,downblouse,Arms supporting the bed,wearing necklace,(Bedroom background,bed and curtains behind her,Wardrobe,desk lamp),,detailed hands and detailed 5 fingers and detailed 5 finger nails", + "langName": "私房写真", + "object": "后期处理", + "attribute": "常用合集" + }, + { + "displayName": "cityscape backdrop,rooftop or high-rise balcony,shallow depth of field,bokeh from city lights", + "langName": "城市高层背景", + "object": "后期处理", + "attribute": "常用合集" + }, + { + "displayName": "Fujifilm XT3,film still,film grain,sharp focus on subject,cinematic", + "langName": "胶片质感", + "object": "后期处理", + "attribute": "常用合集" + }, + { + "displayName": "ultra-high definition", + "langName": "超高清", + "object": "后期处理", + "attribute": "分辨率" + }, + { + "displayName": "4k", + "langName": "4k", + "object": "后期处理", + "attribute": "分辨率" + }, + { + "displayName": "8K", + "langName": "8K", + "object": "后期处理", + "attribute": "分辨率" + }, + { + "displayName": "16k", + "langName": "16k", + "object": "后期处理", + "attribute": "分辨率" + }, + { + "displayName": "32k", + "langName": "32k", + "object": "后期处理", + "attribute": "分辨率" + }, + { + "displayName": "Full-HD", + "langName": "全高清", + "object": "后期处理", + "attribute": "分辨率" + }, + { + "displayName": "HD", + "langName": "高清", + "object": "后期处理", + "attribute": "分辨率" + }, + { + "displayName": "Ultra-HD", + "langName": "超高清", + "object": "后期处理", + "attribute": "分辨率" + }, + { + "displayName": "Super-Resolution", + "langName": "超分辨率", + "object": "后期处理", + "attribute": "分辨率" + }, + { + "displayName": "Megapixel", + "langName": "百万像素", + "object": "后期处理", + "attribute": "分辨率" + }, + { + "displayName": "absurdres", + "langName": "超高分辨率", + "object": "后期处理", + "attribute": "分辨率" + }, + { + "displayName": "incredibly absurdres", + "langName": "极高分辨率", + "object": "后期处理", + "attribute": "分辨率" + }, + { + "displayName": "huge filesize", + "langName": "超级高分辨率/大文件", + "object": "后期处理", + "attribute": "分辨率" + }, + { + "displayName": "Anaglyph", + "langName": "立体画", + "object": "后期处理", + "attribute": "立体视觉" + }, + { + "displayName": "Multiscopy", + "langName": "多视镜", + "object": "后期处理", + "attribute": "立体视觉" + }, + { + "displayName": "Autostereoscopy", + "langName": "自动立体", + "object": "后期处理", + "attribute": "立体视觉" + }, + { + "displayName": "Stereoscopy", + "langName": "立体摄影", + "object": "后期处理", + "attribute": "立体视觉" + }, + { + "displayName": "Parallax", + "langName": "视差", + "object": "后期处理", + "attribute": "立体视觉" + }, + { + "displayName": "Anti-Aliasing", + "langName": "抗锯齿", + "object": "后期处理", + "attribute": "抗锯齿" + }, + { + "displayName": "FXAA", + "langName": "FXAA", + "object": "后期处理", + "attribute": "抗锯齿" + }, + { + "displayName": "TXAA", + "langName": "TXAA", + "object": "后期处理", + "attribute": "抗锯齿" + }, + { + "displayName": "RTX", + "langName": "实时传输", + "object": "后期处理", + "attribute": "抗锯齿" + }, + { + "displayName": "SSAO", + "langName": "SSAO", + "object": "后期处理", + "attribute": "抗锯齿" + }, + { + "displayName": "De-Noise", + "langName": "降噪", + "object": "后期处理", + "attribute": "抗锯齿" + }, + { + "displayName": "Shaders", + "langName": "着色器", + "object": "后期处理", + "attribute": "着色器" + }, + { + "displayName": "OpenGL-Shaders", + "langName": "OpenGL 着色器", + "object": "后期处理", + "attribute": "着色器" + }, + { + "displayName": "GLSL-Shaders", + "langName": "GLSL 着色器", + "object": "后期处理", + "attribute": "着色器" + }, + { + "displayName": "Post Processing", + "langName": "后期处理", + "object": "后期处理", + "attribute": "着色器" + }, + { + "displayName": "Post-Production", + "langName": "后期制作", + "object": "后期处理", + "attribute": "着色器" + }, + { + "displayName": "Cel Shading", + "langName": "元着色", + "object": "后期处理", + "attribute": "着色器" + }, + { + "displayName": "Tone Mapping", + "langName": "色调映射", + "object": "后期处理", + "attribute": "着色器" + }, + { + "displayName": "CGI", + "langName": "电脑影像", + "object": "后期处理", + "attribute": "着色器" + }, + { + "displayName": "VFX", + "langName": "视觉特效", + "object": "后期处理", + "attribute": "着色器" + }, + { + "displayName": "SFX", + "langName": "音效", + "object": "后期处理", + "attribute": "着色器" + }, + { + "displayName": "Unreal Engine", + "langName": "虚幻引擎", + "object": "后期处理", + "attribute": "着色器" + }, + { + "displayName": "Scan Lines", + "langName": "扫描线", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Posterization", + "langName": "色调分割", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Quantization", + "langName": "量化", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Sobel Operator", + "langName": "Sobel 算子", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Edge Detection", + "langName": "边缘检测", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Interlaced", + "langName": "隔行扫描", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Moire Patterns", + "langName": "云纹图案", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Rounded", + "langName": "圆形", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Wavy", + "langName": "波浪状的", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Whirl", + "langName": "旋涡", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Squiggly", + "langName": "波纹", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Morph", + "langName": "变形", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Spiraling", + "langName": "螺旋", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Twisted Rays", + "langName": "扭曲的光线", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Starburst", + "langName": "星芒", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Emboss", + "langName": "浮雕", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Tessellated", + "langName": "镶嵌", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Blobby", + "langName": "斑点", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Blobs", + "langName": "斑点", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Cracks", + "langName": "裂缝", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Textured", + "langName": "纹理", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Convolution Matrix", + "langName": "卷积矩阵", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Dilate", + "langName": "膨胀", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Erode", + "langName": "侵蚀", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Dirty", + "langName": "肮脏的", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "With Imperfections", + "langName": "有瑕疵", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Distortion", + "langName": "畸变失真", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Lenticular", + "langName": "透镜状", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Cropped", + "langName": "裁剪", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Quantum-Wavetracing", + "langName": "量子波追踪", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Tornadic", + "langName": "龙卷风", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Sabattier Effect", + "langName": "呈现出柔和、模糊的边缘和色彩晕染", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Smudged", + "langName": "模糊", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Sharpened", + "langName": "锐化", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Glowing Edges", + "langName": "发光的边缘", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Spherize", + "langName": "球化", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Harris Shutter", + "langName": "捕捉高速移动的物体或者在低光环境下保持图像的清晰度", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Mordancage", + "langName": "蚀刻摄影", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Ray Traced", + "langName": "光线追踪", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "Ray Tracing Ambient Occlusion", + "langName": "光线追踪环境遮挡", + "object": "后期处理", + "attribute": "图像处理" + }, + { + "displayName": "award winning", + "langName": "获奖作品", + "object": "后期处理", + "attribute": "质量" + }, + { + "displayName": "professional", + "langName": "专业", + "object": "后期处理", + "attribute": "质量" + }, + { + "displayName": "breathtaking", + "langName": "惊艳", + "object": "后期处理", + "attribute": "质量" + }, + { + "displayName": "groundbreaking", + "langName": "开创性的", + "object": "后期处理", + "attribute": "质量" + }, + { + "displayName": "superb", + "langName": "一流的", + "object": "后期处理", + "attribute": "质量" + }, + { + "displayName": "outstanding", + "langName": "杰出的", + "object": "后期处理", + "attribute": "质量" + }, + { + "displayName": "best quality", + "langName": "最佳质量", + "object": "后期处理", + "attribute": "质量" + }, + { + "displayName": "best aesthetic", + "langName": "最佳审美", + "object": "后期处理", + "attribute": "质量" + }, + { + "displayName": "masterpiece", + "langName": "杰作", + "object": "后期处理", + "attribute": "质量" + }, + { + "displayName": "extreme detail", + "langName": "极致的细节", + "object": "后期处理", + "attribute": "质量" + }, + { + "displayName": "amazing", + "langName": "惊人的", + "object": "后期处理", + "attribute": "质量" + }, + { + "displayName": "original", + "langName": "原创", + "object": "后期处理", + "attribute": "质量" + }, + { + "displayName": "in a symbolic and meaningful style", + "langName": "象征性且有意义的风格", + "object": "后期处理", + "attribute": "质量" + }, + { + "displayName": "insanely detailed and intricate", + "langName": "极其细致而复杂", + "object": "后期处理", + "attribute": "质量" + }, + { + "displayName": "very coherent symmetrical artwork", + "langName": "连贯且对称的结构", + "object": "后期处理", + "attribute": "质量" + }, + { + "displayName": "Trending on ArtStation", + "langName": "ArtStation", + "object": "后期处理", + "attribute": "平台|趋势" + }, + { + "displayName": "Trending on Facebook", + "langName": "Facebook", + "object": "后期处理", + "attribute": "平台|趋势" + }, + { + "displayName": "Trending on Pixiv", + "langName": "Pixiv", + "object": "后期处理", + "attribute": "平台|趋势" + }, + { + "displayName": "Trending on Pixbay", + "langName": "Pixbay", + "object": "后期处理", + "attribute": "平台|趋势" + }, + { + "displayName": "reddit", + "langName": "reddit 论坛", + "object": "后期处理", + "attribute": "平台|趋势" + } +] \ No newline at end of file diff --git a/public/favicon.ico b/src/app/favicon.ico similarity index 100% rename from public/favicon.ico rename to src/app/favicon.ico diff --git a/src/app/globals.css b/src/app/globals.css index 05d6370..2574518 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -2,19 +2,6 @@ @tailwind components; @tailwind utilities; -/* 全局样式 */ -body { - background-color: #f0f2f5; - margin: 0; - padding: 0; -} - -main { - margin: 0 auto; - max-width: 1200px; - padding: 24px; -} - /* :root { --foreground-rgb: 0, 0, 0; --background-start-rgb: 214, 219, 220; @@ -38,25 +25,3 @@ body { ) rgb(var(--background-start-rgb)); } */ - -/* 全局滚动条样式 */ -::-webkit-scrollbar { - width: 5px; /* 对于垂直滚动条,设置滚动条的宽度 */ - height: 5px; /* 对于横向滚动条,设置滚动条的高度 */ -} - -/* 滚动条轨道样式 */ -::-webkit-scrollbar-track { - background: #f1f1f1; /* 淡灰色背景,与白色页面背景形成对比 */ -} - -/* 滚动条滑块样式 */ -::-webkit-scrollbar-thumb { - background: #c1c1c1; - border-radius: 10px; /* 圆角效果 */ -} - -/* 滑块悬停效果 */ -::-webkit-scrollbar-thumb:hover { - background: #a8a8a8; -} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 62987ed..20e4088 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,29 +1,5 @@ import React from "react"; -import Script from "next/script"; -import type { Metadata } from "next"; -import "./globals.css"; -import { Navigation } from "./ui/Navigation"; -import { AntdRegistry } from "@ant-design/nextjs-registry"; -import ClientScripts from "./ClientScripts"; - -export const metadata: Metadata = { - title: "IMGPrompt - Stable Diffusion、Midjourney 和 DALL·E 的图像提示词生成工具", - description: - "IMGPrompt 是一个直观的图像提示词生成工具,可以方便地在 Stable Diffusion、Midjourney 和 DALL·E 的流程中使用,使图像提示词的创建变得简单而有效,轻松激发创意并获得更好的图片结果。通过 IMGPrompt,你可以将自己的创意想法转化为视觉现实。", - keywords: "IMGPrompt, Stable Diffusion, Midjourney, DALL·E, Image prompt generation, Visual creativity toolprompt, ai, prompt, 提示词", -}; export default function RootLayout({ children }: { children: React.ReactNode }) { - return ( - - - - - -
{children}
-
-