From 2ced160c0ddf49f6c8733308177e8aebd23de5ee Mon Sep 17 00:00:00 2001 From: luoxuhai <15186743693@163.com> Date: Sat, 12 Feb 2022 17:59:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9C=AC=E5=9C=B0=E5=8C=96=E6=A0=87?= =?UTF-8?q?=E8=AF=86=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 26 +- src/identifiers.json | 1317 ++++++++++++++++++++++++++++++++++++++++++ src/index.ts | 35 +- 3 files changed, 1369 insertions(+), 9 deletions(-) create mode 100644 src/identifiers.json diff --git a/README.md b/README.md index 5ac7406..dc47930 100644 --- a/README.md +++ b/README.md @@ -9,19 +9,31 @@ ```js [ { - identifier: "animal"; // 动物 + identifier: { + en: "animal", + zh_cn: "动物" + }, confidence: 0.848; }, { - identifier: "cat"; // 猫 + identifier: { + en: "cat", + zh_cn: "猫" + }, confidence: 0.848; }, { - identifier: "clothing"; - confidence: 0.676; // 衣服 + identifier: { + en: "clothing", + zh_cn: "衣服" + }, + confidence: 0.676; }, { - identifier: "hat"; // 帽子 + identifier: { + en: "hat", + zh_cn: "帽子" + }, confidence: 0.631; }, ... @@ -98,6 +110,8 @@ RNFS.downloadFile({ | **path** | string | 图像文件的本地绝对路径. 可使用 [react-native-fs constants](https://github.com/itinance/react-native-fs#constants) 获取 | | **options** (可选) | object | 可选项,见下 `Options` | +### `supportedIdentifiers(): Promise` + ### Options | 参数 | 类型 | 描述 | 默认值 | @@ -111,7 +125,7 @@ RNFS.downloadFile({ | 名称 | 类型 | 描述 | | -------------- | ------ | --------------- | -| **identifier** | string | 分类标签名 | +| **identifier** | object | 分类标签名 | | **confidence** | number | 置信度,[0 - 1] | ### Orientation diff --git a/src/identifiers.json b/src/identifiers.json new file mode 100644 index 0000000..30b2b9e --- /dev/null +++ b/src/identifiers.json @@ -0,0 +1,1317 @@ +{ + "abacus": { "en": "abacus", "zh_cn": "算盘" }, + "accordion": { "en": "accordion", "zh_cn": "手风琴" }, + "acorn": { "en": "acorn", "zh_cn": "橡子" }, + "acrobat": { "en": "acrobat", "zh_cn": "杂技演员" }, + "adult": { "en": "adult", "zh_cn": "成人" }, + "adult_cat": { "en": "adult cat", "zh_cn": "成年猫" }, + "agriculture": { "en": "agriculture", "zh_cn": "农业" }, + "aircraft": { "en": "aircraft", "zh_cn": "飞机" }, + "airplane": { "en": "airplane", "zh_cn": "飞机" }, + "airport": { "en": "airport", "zh_cn": "航空站" }, + "airshow": { "en": "airshow", "zh_cn": "航展" }, + "alley": { "en": "alley", "zh_cn": "小巷" }, + "alligator_crocodile": { "en": "alligator crocodile", "zh_cn": "鳄鱼" }, + "almond": { "en": "almond", "zh_cn": "杏仁" }, + "ambulance": { "en": "ambulance", "zh_cn": "救护车" }, + "amusement_park": { "en": "amusement park", "zh_cn": "游乐园" }, + "anchovy": { "en": "anchovy", "zh_cn": "凤尾鱼" }, + "angelfish": { "en": "angelfish", "zh_cn": "天使鱼" }, + "animal": { "en": "animal", "zh_cn": "动物" }, + "ant": { "en": "ant", "zh_cn": "蚂蚁" }, + "antipasti": { "en": "antipasti", "zh_cn": "反巴斯蒂" }, + "anvil": { "en": "anvil", "zh_cn": "铁砧" }, + "apartment": { "en": "apartment", "zh_cn": "公寓" }, + "apple": { "en": "apple", "zh_cn": "苹果" }, + "appliance": { "en": "appliance", "zh_cn": "器具" }, + "apricot": { "en": "apricot", "zh_cn": "杏子" }, + "apron": { "en": "apron", "zh_cn": "围裙" }, + "aquarium": { "en": "aquarium", "zh_cn": "养鱼缸" }, + "arachnid": { "en": "arachnid", "zh_cn": "蜘蛛纲动物" }, + "arch": { "en": "arch", "zh_cn": "拱" }, + "archery": { "en": "archery", "zh_cn": "射箭" }, + "arena": { "en": "arena", "zh_cn": "竞技场" }, + "armchair": { "en": "armchair", "zh_cn": "扶手椅" }, + "art": { "en": "art", "zh_cn": "艺术" }, + "arthropods": { "en": "arthropods", "zh_cn": "节肢动物" }, + "artichoke": { "en": "artichoke", "zh_cn": "朝鲜蓟" }, + "arugula": { "en": "arugula", "zh_cn": "芝麻菜" }, + "asparagus": { "en": "asparagus", "zh_cn": "芦笋" }, + "athletics": { "en": "athletics", "zh_cn": "体育" }, + "atm": { "en": "atm", "zh_cn": "自动取款机" }, + "atv": { "en": "atv", "zh_cn": "亚视" }, + "auditorium": { "en": "auditorium", "zh_cn": "听众席" }, + "aurora": { "en": "aurora", "zh_cn": "极光" }, + "australian_shepherd": { + "en": "australian shepherd", + "zh_cn": "澳大利亚牧羊犬" + }, + "automobile": { "en": "automobile", "zh_cn": "汽车" }, + "avocado": { "en": "avocado", "zh_cn": "鳄梨" }, + "axe": { "en": "axe", "zh_cn": "斧头" }, + "baby": { "en": "baby", "zh_cn": "宝贝" }, + "backgammon": { "en": "backgammon", "zh_cn": "双陆棋" }, + "backhoe": { "en": "backhoe", "zh_cn": "反铲" }, + "backpack": { "en": "backpack", "zh_cn": "背包" }, + "bacon": { "en": "bacon", "zh_cn": "培根" }, + "badminton": { "en": "badminton", "zh_cn": "羽毛球" }, + "bag": { "en": "bag", "zh_cn": "纸袋" }, + "bagel": { "en": "bagel", "zh_cn": "百吉饼" }, + "baked_goods": { "en": "baked goods", "zh_cn": "烤制食品" }, + "baklava": { "en": "baklava", "zh_cn": "巴克拉瓦" }, + "balcony": { "en": "balcony", "zh_cn": "阳台" }, + "ball": { "en": "ball", "zh_cn": "球" }, + "ballet": { "en": "ballet", "zh_cn": "芭蕾" }, + "ballet_dancer": { "en": "ballet dancer", "zh_cn": "芭蕾舞演员" }, + "ballgames": { "en": "ballgames", "zh_cn": "球赛" }, + "balloon": { "en": "balloon", "zh_cn": "气球" }, + "balloon_hotair": { "en": "balloon hotair", "zh_cn": "热气球" }, + "banana": { "en": "banana", "zh_cn": "香蕉" }, + "banner": { "en": "banner", "zh_cn": "横幅" }, + "bar": { "en": "bar", "zh_cn": "酒吧" }, + "barbell": { "en": "barbell", "zh_cn": "杠铃" }, + "barge": { "en": "barge", "zh_cn": "驳船" }, + "barn": { "en": "barn", "zh_cn": "谷仓" }, + "barnacle": { "en": "barnacle", "zh_cn": "藤壶" }, + "barracuda": { "en": "barracuda", "zh_cn": "梭鱼" }, + "barrel": { "en": "barrel", "zh_cn": "桶" }, + "baseball": { "en": "baseball", "zh_cn": "棒球运动" }, + "baseball_bat": { "en": "baseball bat", "zh_cn": "棒球棒" }, + "baseball_hat": { "en": "baseball hat", "zh_cn": "棒球帽" }, + "basenji": { "en": "basenji", "zh_cn": "巴森吉" }, + "basket_container": { "en": "basket container", "zh_cn": "篮式集装箱" }, + "basketball": { "en": "basketball", "zh_cn": "篮球运动" }, + "basset": { "en": "basset", "zh_cn": "巴塞特" }, + "bath": { "en": "bath", "zh_cn": "浴缸" }, + "bathrobe": { "en": "bathrobe", "zh_cn": "浴袍" }, + "bathroom": { "en": "bathroom", "zh_cn": "浴室" }, + "bathroom_faucet": { "en": "bathroom faucet", "zh_cn": "浴室水龙头" }, + "bathroom_room": { "en": "bathroom room", "zh_cn": "浴室" }, + "beach": { "en": "beach", "zh_cn": "海滩" }, + "beagle": { "en": "beagle", "zh_cn": "小猎犬" }, + "bean": { "en": "bean", "zh_cn": "豆" }, + "beanie": { "en": "beanie", "zh_cn": "无檐小便帽" }, + "bear": { "en": "bear", "zh_cn": "熊" }, + "bed": { "en": "bed", "zh_cn": "床" }, + "bedding": { "en": "bedding", "zh_cn": "床上用品" }, + "bedroom": { "en": "bedroom", "zh_cn": "卧室" }, + "bee": { "en": "bee", "zh_cn": "蜜蜂" }, + "beef": { "en": "beef", "zh_cn": "牛肉" }, + "beehive": { "en": "beehive", "zh_cn": "蜂巢" }, + "beekeeping": { "en": "beekeeping", "zh_cn": "养蜂" }, + "beer": { "en": "beer", "zh_cn": "啤酒" }, + "beet": { "en": "beet", "zh_cn": "甜菜" }, + "begonia": { "en": "begonia", "zh_cn": "海棠" }, + "bell": { "en": "bell", "zh_cn": "钟" }, + "bell_pepper": { "en": "bell pepper", "zh_cn": "甜椒" }, + "belltower": { "en": "belltower", "zh_cn": "钟楼" }, + "bellydance": { "en": "bellydance", "zh_cn": "肚皮舞" }, + "bench": { "en": "bench", "zh_cn": "长凳" }, + "bernese_mountain": { "en": "bernese mountain", "zh_cn": "伯尔尼山" }, + "berry": { "en": "berry", "zh_cn": "浆果" }, + "bib": { "en": "bib", "zh_cn": "围兜" }, + "bichon": { "en": "bichon", "zh_cn": "比丘" }, + "bicycle": { "en": "bicycle", "zh_cn": "自行车" }, + "billboards": { "en": "billboards", "zh_cn": "广告牌" }, + "billiards": { "en": "billiards", "zh_cn": "台球" }, + "binoculars": { "en": "binoculars", "zh_cn": "双筒望远镜" }, + "bird": { "en": "bird", "zh_cn": "鸟" }, + "birdhouse": { "en": "birdhouse", "zh_cn": "鸟舍" }, + "birthday_cake": { "en": "birthday cake", "zh_cn": "生日蛋糕" }, + "biryani": { "en": "biryani", "zh_cn": "印度炒米饭" }, + "biscotti": { "en": "biscotti", "zh_cn": "比斯科蒂" }, + "biscuit": { "en": "biscuit", "zh_cn": "饼干" }, + "bison": { "en": "bison", "zh_cn": "野牛" }, + "blackberry": { "en": "blackberry", "zh_cn": "黑莓" }, + "bleachers": { "en": "bleachers", "zh_cn": "看台" }, + "blender": { "en": "blender", "zh_cn": "搅拌机" }, + "blizzard": { "en": "blizzard", "zh_cn": "暴风雪" }, + "blocks": { "en": "blocks", "zh_cn": "阻碍" }, + "blossom": { "en": "blossom", "zh_cn": "开花" }, + "blue_sky": { "en": "blue sky", "zh_cn": "蓝天" }, + "blueberry": { "en": "blueberry", "zh_cn": "蓝莓" }, + "boar": { "en": "boar", "zh_cn": "野猪" }, + "board_game": { "en": "board game", "zh_cn": "棋盘游戏" }, + "boat": { "en": "boat", "zh_cn": "船" }, + "boathouse": { "en": "boathouse", "zh_cn": "船坞" }, + "bobcat": { "en": "bobcat", "zh_cn": "山猫" }, + "bodyboard": { "en": "bodyboard", "zh_cn": "车身板" }, + "bongo_drum": { "en": "bongo drum", "zh_cn": "邦戈鼓" }, + "bonsai": { "en": "bonsai", "zh_cn": "盆景" }, + "book": { "en": "book", "zh_cn": "书" }, + "bookshelf": { "en": "bookshelf", "zh_cn": "书架" }, + "boot": { "en": "boot", "zh_cn": "靴子" }, + "bottle": { "en": "bottle", "zh_cn": "瓶子" }, + "bouquet": { "en": "bouquet", "zh_cn": "花束" }, + "bowl": { "en": "bowl", "zh_cn": "碗" }, + "bowling": { "en": "bowling", "zh_cn": "保龄球" }, + "bowtie": { "en": "bowtie", "zh_cn": "领结" }, + "boxing": { "en": "boxing", "zh_cn": "拳击" }, + "branch": { "en": "branch", "zh_cn": "树枝" }, + "brass_music": { "en": "brass music", "zh_cn": "铜管音乐" }, + "bread": { "en": "bread", "zh_cn": "面包" }, + "breakdancing": { "en": "breakdancing", "zh_cn": "霹雳舞" }, + "brick": { "en": "brick", "zh_cn": "砖" }, + "brick_oven": { "en": "brick oven", "zh_cn": "砖炉" }, + "bride": { "en": "bride", "zh_cn": "新娘" }, + "bridesmaid": { "en": "bridesmaid", "zh_cn": "伴娘" }, + "bridge": { "en": "bridge", "zh_cn": "桥" }, + "briefcase": { "en": "briefcase", "zh_cn": "公文包" }, + "broccoli": { "en": "broccoli", "zh_cn": "西兰花" }, + "broom": { "en": "broom", "zh_cn": "扫把" }, + "brownie": { "en": "brownie", "zh_cn": "布朗尼" }, + "bruschetta": { "en": "bruschetta", "zh_cn": "布鲁什塔" }, + "bubble_tea": { "en": "bubble tea", "zh_cn": "泡茶" }, + "bucket": { "en": "bucket", "zh_cn": "水桶" }, + "building": { "en": "building", "zh_cn": "建筑物" }, + "bulldog": { "en": "bulldog", "zh_cn": "斗牛犬" }, + "bulldozer": { "en": "bulldozer", "zh_cn": "推土机" }, + "bullfighting": { "en": "bullfighting", "zh_cn": "斗牛" }, + "bungee": { "en": "bungee", "zh_cn": "蹦极" }, + "burrito": { "en": "burrito", "zh_cn": "玉米煎饼" }, + "bus": { "en": "bus", "zh_cn": "公共汽车" }, + "butter": { "en": "butter", "zh_cn": "黄油" }, + "butterfly": { "en": "butterfly", "zh_cn": "蝴蝶" }, + "cabinet": { "en": "cabinet", "zh_cn": "内阁" }, + "cableway": { "en": "cableway", "zh_cn": "索道" }, + "cactus": { "en": "cactus", "zh_cn": "仙人掌" }, + "cage": { "en": "cage", "zh_cn": "笼子" }, + "cake": { "en": "cake", "zh_cn": "糕饼" }, + "cake_regular": { "en": "cake regular", "zh_cn": "普通蛋糕" }, + "cakestand": { "en": "cakestand", "zh_cn": "结块" }, + "calculator": { "en": "calculator", "zh_cn": "计算器" }, + "calendar": { "en": "calendar", "zh_cn": "日历" }, + "caliper": { "en": "caliper", "zh_cn": "卡尺" }, + "camel": { "en": "camel", "zh_cn": "骆驼" }, + "camera": { "en": "camera", "zh_cn": "照相机" }, + "camping": { "en": "camping", "zh_cn": "露营" }, + "candle": { "en": "candle", "zh_cn": "蜡烛" }, + "candlestick": { "en": "candlestick", "zh_cn": "烛台" }, + "candy": { "en": "candy", "zh_cn": "糖果" }, + "candy_cane": { "en": "candy cane", "zh_cn": "甘蔗糖" }, + "candy_other": { "en": "candy other", "zh_cn": "糖果其他" }, + "canine": { "en": "canine", "zh_cn": "犬的" }, + "canoe": { "en": "canoe", "zh_cn": "皮划艇" }, + "cantaloupe": { "en": "cantaloupe", "zh_cn": "甜瓜" }, + "canyon": { "en": "canyon", "zh_cn": "峡谷" }, + "caprese": { "en": "caprese", "zh_cn": "卡普列塞" }, + "car": { "en": "car", "zh_cn": "汽车" }, + "car_seat": { "en": "car seat", "zh_cn": "汽车座椅" }, + "caramel": { "en": "caramel", "zh_cn": "焦糖" }, + "cardboard_box": { "en": "cardboard box", "zh_cn": "纸板箱" }, + "carnation": { "en": "carnation", "zh_cn": "康乃馨" }, + "carnival": { "en": "carnival", "zh_cn": "狂欢节" }, + "carousel": { "en": "carousel", "zh_cn": "旋转木马" }, + "carrot": { "en": "carrot", "zh_cn": "胡萝卜" }, + "cart": { "en": "cart", "zh_cn": "运货马车" }, + "carton": { "en": "carton", "zh_cn": "纸箱" }, + "cashew": { "en": "cashew", "zh_cn": "腰果" }, + "casino": { "en": "casino", "zh_cn": "赌场" }, + "casserole": { "en": "casserole", "zh_cn": "砂锅菜" }, + "cassette": { "en": "cassette", "zh_cn": "盒式录音带" }, + "castle": { "en": "castle", "zh_cn": "城堡" }, + "cat": { "en": "cat", "zh_cn": "猫" }, + "caterpillar": { "en": "caterpillar", "zh_cn": "毛虫" }, + "cauliflower": { "en": "cauliflower", "zh_cn": "花椰菜" }, + "cave": { "en": "cave", "zh_cn": "山洞" }, + "cd": { "en": "cd", "zh_cn": "光盘" }, + "celebration": { "en": "celebration", "zh_cn": "庆典" }, + "celery": { "en": "celery", "zh_cn": "芹菜" }, + "celestial_body": { "en": "celestial body", "zh_cn": "天体" }, + "celestial_body_other": { "en": "celestial body other", "zh_cn": "天体其他" }, + "cellar": { "en": "cellar", "zh_cn": "地窖" }, + "cello": { "en": "cello", "zh_cn": "大提琴" }, + "centipede": { "en": "centipede", "zh_cn": "蜈蚣" }, + "cephalopod": { "en": "cephalopod", "zh_cn": "头足类" }, + "cereal": { "en": "cereal", "zh_cn": "谷类食品" }, + "ceremony": { "en": "ceremony", "zh_cn": "典礼" }, + "cetacean": { "en": "cetacean", "zh_cn": "鲸目动物" }, + "chainsaw": { "en": "chainsaw", "zh_cn": "电锯" }, + "chair": { "en": "chair", "zh_cn": "椅子" }, + "chair_other": { "en": "chair other", "zh_cn": "主持其他" }, + "chairlift": { "en": "chairlift", "zh_cn": "升降椅" }, + "chaise": { "en": "chaise", "zh_cn": "轻型两轮马车" }, + "chalkboard": { "en": "chalkboard", "zh_cn": "黑板" }, + "chameleon": { "en": "chameleon", "zh_cn": "避役" }, + "chandelier": { "en": "chandelier", "zh_cn": "吊灯" }, + "chart": { "en": "chart", "zh_cn": "图表" }, + "checkbook": { "en": "checkbook", "zh_cn": "支票簿" }, + "cheerleading": { "en": "cheerleading", "zh_cn": "啦啦队" }, + "cheese": { "en": "cheese", "zh_cn": "干酪" }, + "cheesecake": { "en": "cheesecake", "zh_cn": "芝士蛋糕" }, + "cheetah": { "en": "cheetah", "zh_cn": "猎豹" }, + "cherry": { "en": "cherry", "zh_cn": "樱桃" }, + "chess": { "en": "chess", "zh_cn": "国际象棋" }, + "chestnut": { "en": "chestnut", "zh_cn": "栗树" }, + "chewing_gum": { "en": "chewing gum", "zh_cn": "口香糖" }, + "chihuahua": { "en": "chihuahua", "zh_cn": "吉娃娃" }, + "child": { "en": "child", "zh_cn": "小孩" }, + "chimney": { "en": "chimney", "zh_cn": "烟囱" }, + "chinchilla": { "en": "chinchilla", "zh_cn": "栗鼠" }, + "chives": { "en": "chives", "zh_cn": "韭菜" }, + "chocolate": { "en": "chocolate", "zh_cn": "巧克力" }, + "chocolate_chip": { "en": "chocolate chip", "zh_cn": "巧克力片" }, + "chopsticks": { "en": "chopsticks", "zh_cn": "筷子" }, + "christmas_decoration": { "en": "christmas decoration", "zh_cn": "圣诞装饰" }, + "christmas_tree": { "en": "christmas tree", "zh_cn": "圣诞树" }, + "chrysanthemum": { "en": "chrysanthemum", "zh_cn": "菊花" }, + "cigar": { "en": "cigar", "zh_cn": "雪茄" }, + "cigarette": { "en": "cigarette", "zh_cn": "香烟" }, + "cilantro": { "en": "cilantro", "zh_cn": "香菜" }, + "circuit_board": { "en": "circuit board", "zh_cn": "电路板" }, + "circus": { "en": "circus", "zh_cn": "马戏团" }, + "citrus_fruit": { "en": "citrus fruit", "zh_cn": "柑橘类水果" }, + "cityscape": { "en": "cityscape", "zh_cn": "城市景观" }, + "clam": { "en": "clam", "zh_cn": "蛤" }, + "clarinet": { "en": "clarinet", "zh_cn": "单簧管" }, + "classroom": { "en": "classroom", "zh_cn": "教室" }, + "cliff": { "en": "cliff", "zh_cn": "悬崖" }, + "cloak": { "en": "cloak", "zh_cn": "斗篷" }, + "clock": { "en": "clock", "zh_cn": "时钟" }, + "clock_tower": { "en": "clock tower", "zh_cn": "钟楼" }, + "closet": { "en": "closet", "zh_cn": "壁橱" }, + "clothesline": { "en": "clothesline", "zh_cn": "晒衣绳" }, + "clothespin": { "en": "clothespin", "zh_cn": "衣夹" }, + "clothing": { "en": "clothing", "zh_cn": "服装" }, + "cloudy": { "en": "cloudy", "zh_cn": "多云的" }, + "clover": { "en": "clover", "zh_cn": "三叶草" }, + "clown": { "en": "clown", "zh_cn": "丑角" }, + "clownfish": { "en": "clownfish", "zh_cn": "小丑鱼" }, + "cockatoo": { "en": "cockatoo", "zh_cn": "凤头鹦鹉" }, + "cocktail": { "en": "cocktail", "zh_cn": "鸡尾酒" }, + "coconut": { "en": "coconut", "zh_cn": "椰子" }, + "coffee": { "en": "coffee", "zh_cn": "咖啡" }, + "coffee_bean": { "en": "coffee bean", "zh_cn": "咖啡豆" }, + "coin": { "en": "coin", "zh_cn": "硬币" }, + "coleslaw": { "en": "coleslaw", "zh_cn": "凉拌卷心菜" }, + "collie": { "en": "collie", "zh_cn": "牧羊犬" }, + "compass": { "en": "compass", "zh_cn": "罗盘" }, + "computer": { "en": "computer", "zh_cn": "计算机" }, + "computer_keyboard": { "en": "computer keyboard", "zh_cn": "电脑键盘" }, + "computer_monitor": { "en": "computer monitor", "zh_cn": "计算机显示器" }, + "computer_mouse": { "en": "computer mouse", "zh_cn": "电脑鼠标" }, + "computer_tower": { "en": "computer tower", "zh_cn": "计算机塔" }, + "concert": { "en": "concert", "zh_cn": "音乐会" }, + "conch": { "en": "conch", "zh_cn": "海螺" }, + "condiment": { "en": "condiment", "zh_cn": "调味品" }, + "conference": { "en": "conference", "zh_cn": "会议" }, + "consumer_electronics": { + "en": "consumer electronics", + "zh_cn": "消费电子产品" + }, + "container": { "en": "container", "zh_cn": "容器" }, + "convertible": { "en": "convertible", "zh_cn": "敞篷车" }, + "conveyance": { "en": "conveyance", "zh_cn": "运输" }, + "cookie": { "en": "cookie", "zh_cn": "曲奇" }, + "cookware": { "en": "cookware", "zh_cn": "炊具" }, + "coral_reef": { "en": "coral reef", "zh_cn": "珊瑚礁" }, + "cord": { "en": "cord", "zh_cn": "绳" }, + "corgi": { "en": "corgi", "zh_cn": "科基" }, + "corkscrew": { "en": "corkscrew", "zh_cn": "开瓶器" }, + "corn": { "en": "corn", "zh_cn": "玉米" }, + "cornflower": { "en": "cornflower", "zh_cn": "矢车菊" }, + "cosmetic_tool": { "en": "cosmetic tool", "zh_cn": "化妆工具" }, + "costume": { "en": "costume", "zh_cn": "服装" }, + "cougar": { "en": "cougar", "zh_cn": "美洲狮" }, + "coupon": { "en": "coupon", "zh_cn": "息票" }, + "cow": { "en": "cow", "zh_cn": "母牛" }, + "cowboy_hat": { "en": "cowboy hat", "zh_cn": "牛仔帽" }, + "coyote_wolf": { "en": "coyote wolf", "zh_cn": "狼狼" }, + "crab": { "en": "crab", "zh_cn": "蟹" }, + "cranberry": { "en": "cranberry", "zh_cn": "蔓越莓" }, + "crane_construction": { "en": "crane construction", "zh_cn": "起重机施工" }, + "crate": { "en": "crate", "zh_cn": "大木箱" }, + "credit_card": { "en": "credit card", "zh_cn": "信用卡" }, + "creek": { "en": "creek", "zh_cn": "小溪" }, + "crepe": { "en": "crepe", "zh_cn": "绉纱" }, + "crib": { "en": "crib", "zh_cn": "婴儿床" }, + "cricket_sport": { "en": "cricket sport", "zh_cn": "板球运动" }, + "croissant": { "en": "croissant", "zh_cn": "牛角面包" }, + "crosswalk": { "en": "crosswalk", "zh_cn": "人行横道" }, + "crowd": { "en": "crowd", "zh_cn": "人群" }, + "cruise_ship": { "en": "cruise ship", "zh_cn": "游轮" }, + "crutch": { "en": "crutch", "zh_cn": "拐杖" }, + "cubicle": { "en": "cubicle", "zh_cn": "小卧室" }, + "cucumber": { "en": "cucumber", "zh_cn": "黄瓜" }, + "cup": { "en": "cup", "zh_cn": "杯子" }, + "cupcake": { "en": "cupcake", "zh_cn": "纸杯蛋糕" }, + "currency": { "en": "currency", "zh_cn": "通货" }, + "curry": { "en": "curry", "zh_cn": "咖喱" }, + "curtain": { "en": "curtain", "zh_cn": "窗帘" }, + "cutting_board": { "en": "cutting board", "zh_cn": "砧板" }, + "cycling": { "en": "cycling", "zh_cn": "骑脚踏车兜风" }, + "dachshund": { "en": "dachshund", "zh_cn": "腊肠犬" }, + "daffodil": { "en": "daffodil", "zh_cn": "水仙花" }, + "dahlia": { "en": "dahlia", "zh_cn": "大丽花" }, + "daikon": { "en": "daikon", "zh_cn": "大康" }, + "daisy": { "en": "daisy", "zh_cn": "雏菊" }, + "dalmatian": { "en": "dalmatian", "zh_cn": "达尔马提亚" }, + "dam": { "en": "dam", "zh_cn": "水坝" }, + "dancing": { "en": "dancing", "zh_cn": "跳舞" }, + "dandelion": { "en": "dandelion", "zh_cn": "蒲公英" }, + "dartboard": { "en": "dartboard", "zh_cn": "飞镖" }, + "dashboard": { "en": "dashboard", "zh_cn": "仪表板" }, + "daytime": { "en": "daytime", "zh_cn": "白天" }, + "decanter": { "en": "decanter", "zh_cn": "酒瓶" }, + "deck": { "en": "deck", "zh_cn": "甲板" }, + "decoration": { "en": "decoration", "zh_cn": "装饰" }, + "decorative_plant": { "en": "decorative plant", "zh_cn": "装饰植物" }, + "deejay": { "en": "deejay", "zh_cn": "迪杰" }, + "deer": { "en": "deer", "zh_cn": "鹿" }, + "desert": { "en": "desert", "zh_cn": "沙漠" }, + "desk": { "en": "desk", "zh_cn": "书桌" }, + "dessert": { "en": "dessert", "zh_cn": "甜点" }, + "diagram": { "en": "diagram", "zh_cn": "简图" }, + "dial": { "en": "dial", "zh_cn": "拨号" }, + "diaper": { "en": "diaper", "zh_cn": "尿布" }, + "dice": { "en": "dice", "zh_cn": "掷骰子" }, + "dill": { "en": "dill", "zh_cn": "小茴香" }, + "dining_room": { "en": "dining room", "zh_cn": "餐厅" }, + "dinosaur": { "en": "dinosaur", "zh_cn": "恐龙" }, + "diorama": { "en": "diorama", "zh_cn": "透景化" }, + "dirt_road": { "en": "dirt road", "zh_cn": "土路" }, + "disco_ball": { "en": "disco ball", "zh_cn": "迪斯科球" }, + "dishwasher": { "en": "dishwasher", "zh_cn": "洗碗机" }, + "diskette": { "en": "diskette", "zh_cn": "软盘" }, + "diving": { "en": "diving", "zh_cn": "潜水" }, + "doberman": { "en": "doberman", "zh_cn": "杜宾" }, + "dock": { "en": "dock", "zh_cn": "船坞" }, + "document": { "en": "document", "zh_cn": "文件" }, + "dog": { "en": "dog", "zh_cn": "狗" }, + "doll": { "en": "doll", "zh_cn": "洋娃娃" }, + "dolphin": { "en": "dolphin", "zh_cn": "海豚" }, + "dome": { "en": "dome", "zh_cn": "穹顶" }, + "domicile": { "en": "domicile", "zh_cn": "住所" }, + "domino": { "en": "domino", "zh_cn": "多米诺骨牌" }, + "donkey": { "en": "donkey", "zh_cn": "驴" }, + "donut": { "en": "donut", "zh_cn": "甜甜圈" }, + "door": { "en": "door", "zh_cn": "门" }, + "dove": { "en": "dove", "zh_cn": "鸽子" }, + "dragon_parade": { "en": "dragon parade", "zh_cn": "龙游" }, + "dragonfly": { "en": "dragonfly", "zh_cn": "蜻蜓" }, + "dressage": { "en": "dressage", "zh_cn": "盛装舞步" }, + "drink": { "en": "drink", "zh_cn": "喝" }, + "drinking_glass": { "en": "drinking glass", "zh_cn": "酒杯" }, + "driveway": { "en": "driveway", "zh_cn": "车道" }, + "drone_machine": { "en": "drone machine", "zh_cn": "无人机" }, + "drum": { "en": "drum", "zh_cn": "鼓" }, + "dumbbell": { "en": "dumbbell", "zh_cn": "哑铃" }, + "dumpling": { "en": "dumpling", "zh_cn": "小面团" }, + "durian": { "en": "durian", "zh_cn": "榴莲" }, + "eagle": { "en": "eagle", "zh_cn": "鹰" }, + "earmuffs": { "en": "earmuffs", "zh_cn": "耳罩" }, + "easel": { "en": "easel", "zh_cn": "画架" }, + "easter_egg": { "en": "easter egg", "zh_cn": "复活节彩蛋" }, + "edamame": { "en": "edamame", "zh_cn": "毛豆" }, + "egg": { "en": "egg", "zh_cn": "鸡蛋" }, + "eggplant": { "en": "eggplant", "zh_cn": "茄子" }, + "electric_fan": { "en": "electric fan", "zh_cn": "电风扇" }, + "elephant": { "en": "elephant", "zh_cn": "大象" }, + "elevator": { "en": "elevator", "zh_cn": "电梯" }, + "elk": { "en": "elk", "zh_cn": "麋鹿" }, + "embers": { "en": "embers", "zh_cn": "余烬" }, + "engine_vehicle": { "en": "engine vehicle", "zh_cn": "机动车辆" }, + "entertainer": { "en": "entertainer", "zh_cn": "艺人" }, + "envelope": { "en": "envelope", "zh_cn": "信封" }, + "equestrian": { "en": "equestrian", "zh_cn": "马术" }, + "escalator": { "en": "escalator", "zh_cn": "自动扶梯" }, + "eucalyptus_tree": { "en": "eucalyptus tree", "zh_cn": "桉树" }, + "evergreen": { "en": "evergreen", "zh_cn": "常青树" }, + "extinguisher": { "en": "extinguisher", "zh_cn": "灭火器" }, + "eyeglasses": { "en": "eyeglasses", "zh_cn": "眼镜" }, + "fairground": { "en": "fairground", "zh_cn": "游乐场" }, + "falafel": { "en": "falafel", "zh_cn": "法拉费" }, + "farm": { "en": "farm", "zh_cn": "农场" }, + "fedora": { "en": "fedora", "zh_cn": "软呢帽" }, + "feline": { "en": "feline", "zh_cn": "猫科动物" }, + "fence": { "en": "fence", "zh_cn": "栅栏" }, + "fencing_sport": { "en": "fencing sport", "zh_cn": "击剑运动" }, + "ferns": { "en": "ferns", "zh_cn": "蕨类植物" }, + "ferret": { "en": "ferret", "zh_cn": "雪貂" }, + "ferris_wheel": { "en": "ferris wheel", "zh_cn": "摩天轮" }, + "fig": { "en": "fig", "zh_cn": "无花果" }, + "figurine": { "en": "figurine", "zh_cn": "小雕像" }, + "fire": { "en": "fire", "zh_cn": "火" }, + "firecracker": { "en": "firecracker", "zh_cn": "鞭炮" }, + "fireplace": { "en": "fireplace", "zh_cn": "壁炉" }, + "firetruck": { "en": "firetruck", "zh_cn": "消防车" }, + "fireworks": { "en": "fireworks", "zh_cn": "烟火" }, + "fish": { "en": "fish", "zh_cn": "鱼" }, + "fishbowl": { "en": "fishbowl", "zh_cn": "鱼缸" }, + "fishing": { "en": "fishing", "zh_cn": "钓鱼" }, + "fishtank": { "en": "fishtank", "zh_cn": "鱼缸" }, + "flag": { "en": "flag", "zh_cn": "旗帜" }, + "flagpole": { "en": "flagpole", "zh_cn": "旗杆" }, + "flame": { "en": "flame", "zh_cn": "火焰" }, + "flamingo": { "en": "flamingo", "zh_cn": "火烈鸟" }, + "flan": { "en": "flan", "zh_cn": "法兰" }, + "flashlight": { "en": "flashlight", "zh_cn": "手电筒" }, + "flipchart": { "en": "flipchart", "zh_cn": "挂图" }, + "flipper": { "en": "flipper", "zh_cn": "脚蹼" }, + "flower": { "en": "flower", "zh_cn": "花" }, + "flower_arrangement": { "en": "flower arrangement", "zh_cn": "插花" }, + "flute": { "en": "flute", "zh_cn": "长笛" }, + "folding_chair": { "en": "folding chair", "zh_cn": "折叠椅" }, + "foliage": { "en": "foliage", "zh_cn": "树叶" }, + "fondue": { "en": "fondue", "zh_cn": "火锅" }, + "food": { "en": "food", "zh_cn": "食物" }, + "foosball": { "en": "foosball", "zh_cn": "足球" }, + "football": { "en": "football", "zh_cn": "足球运动" }, + "footwear": { "en": "footwear", "zh_cn": "鞋类" }, + "forest": { "en": "forest", "zh_cn": "森林" }, + "fork": { "en": "fork", "zh_cn": "叉" }, + "forklift": { "en": "forklift", "zh_cn": "叉车" }, + "formula_one_car": { "en": "formula one car", "zh_cn": "一级方程式赛车" }, + "fountain": { "en": "fountain", "zh_cn": "人工喷泉" }, + "fox": { "en": "fox", "zh_cn": "狐" }, + "frame": { "en": "frame", "zh_cn": "框架" }, + "fried_chicken": { "en": "fried chicken", "zh_cn": "炸鸡" }, + "fried_egg": { "en": "fried egg", "zh_cn": "炒鸡蛋" }, + "fries": { "en": "fries", "zh_cn": "炸薯条" }, + "frisbee": { "en": "frisbee", "zh_cn": "飞盘" }, + "frog": { "en": "frog", "zh_cn": "蛙" }, + "frozen": { "en": "frozen", "zh_cn": "冻结的" }, + "frozen_dessert": { "en": "frozen dessert", "zh_cn": "冷冻甜食" }, + "fruit": { "en": "fruit", "zh_cn": "水果" }, + "fruitcake": { "en": "fruitcake", "zh_cn": "水果蛋糕" }, + "furniture": { "en": "furniture", "zh_cn": "家具" }, + "gamepad": { "en": "gamepad", "zh_cn": "游戏板" }, + "games": { "en": "games", "zh_cn": "游戏" }, + "garage": { "en": "garage", "zh_cn": "停车房" }, + "garden": { "en": "garden", "zh_cn": "花园" }, + "gargoyle": { "en": "gargoyle", "zh_cn": "滴水嘴" }, + "garlic": { "en": "garlic", "zh_cn": "蒜" }, + "gas_mask": { "en": "gas mask", "zh_cn": "防毒面具" }, + "gastropod": { "en": "gastropod", "zh_cn": "腹足动物" }, + "gazebo": { "en": "gazebo", "zh_cn": "露台" }, + "gears": { "en": "gears", "zh_cn": "齿轮" }, + "gecko": { "en": "gecko", "zh_cn": "壁虎" }, + "gerbil": { "en": "gerbil", "zh_cn": "沙鼠" }, + "german_shepherd": { "en": "german shepherd", "zh_cn": "德国牧羊犬" }, + "geyser": { "en": "geyser", "zh_cn": "间歇泉" }, + "gift": { "en": "gift", "zh_cn": "礼物" }, + "gift_card": { "en": "gift card", "zh_cn": "礼品卡" }, + "gingerbread": { "en": "gingerbread", "zh_cn": "姜饼" }, + "giraffe": { "en": "giraffe", "zh_cn": "长颈鹿" }, + "glacier": { "en": "glacier", "zh_cn": "冰川" }, + "glove": { "en": "glove", "zh_cn": "手套" }, + "glove_other": { "en": "glove other", "zh_cn": "手套" }, + "go_kart": { "en": "go kart", "zh_cn": "卡丁车" }, + "goat": { "en": "goat", "zh_cn": "山羊" }, + "goggles": { "en": "goggles", "zh_cn": "护目镜" }, + "goldfish": { "en": "goldfish", "zh_cn": "金鱼" }, + "golf": { "en": "golf", "zh_cn": "高尔夫球运动" }, + "golf_ball": { "en": "golf ball", "zh_cn": "高尔夫球" }, + "golf_club": { "en": "golf club", "zh_cn": "高尔夫俱乐部" }, + "golf_course": { "en": "golf course", "zh_cn": "高尔夫球场" }, + "gown": { "en": "gown", "zh_cn": "长袍" }, + "graduation": { "en": "graduation", "zh_cn": "毕业" }, + "graffiti": { "en": "graffiti", "zh_cn": "涂鸦" }, + "grain": { "en": "grain", "zh_cn": "粮食" }, + "grand_prix": { "en": "grand prix", "zh_cn": "大奖赛" }, + "grape": { "en": "grape", "zh_cn": "葡萄" }, + "grapefruit": { "en": "grapefruit", "zh_cn": "葡萄柚" }, + "grass": { "en": "grass", "zh_cn": "草" }, + "grater": { "en": "grater", "zh_cn": "磨碎机" }, + "grave": { "en": "grave", "zh_cn": "坟墓" }, + "green_beans": { "en": "green beans", "zh_cn": "青豆" }, + "greenhouse": { "en": "greenhouse", "zh_cn": "温室" }, + "greyhound": { "en": "greyhound", "zh_cn": "灰狗" }, + "grill": { "en": "grill", "zh_cn": "烤架" }, + "grilled_chicken": { "en": "grilled chicken", "zh_cn": "烤鸡" }, + "groom": { "en": "groom", "zh_cn": "新郎" }, + "guacamole": { "en": "guacamole", "zh_cn": "鳄梨酱" }, + "guava": { "en": "guava", "zh_cn": "番石榴" }, + "guitar": { "en": "guitar", "zh_cn": "吉他" }, + "gull": { "en": "gull", "zh_cn": "海鸥" }, + "guppy": { "en": "guppy", "zh_cn": "孔雀鱼" }, + "gymnastics": { "en": "gymnastics", "zh_cn": "体操" }, + "gyoza": { "en": "gyoza", "zh_cn": "加扎" }, + "habanero": { "en": "habanero", "zh_cn": "哈巴内罗" }, + "ham": { "en": "ham", "zh_cn": "火腿" }, + "hamburger": { "en": "hamburger", "zh_cn": "汉堡包" }, + "hammer": { "en": "hammer", "zh_cn": "锤子" }, + "hammock": { "en": "hammock", "zh_cn": "吊床" }, + "hamster": { "en": "hamster", "zh_cn": "仓鼠" }, + "handwriting": { "en": "handwriting", "zh_cn": "手写" }, + "hangar": { "en": "hangar", "zh_cn": "飞机库" }, + "hangglider": { "en": "hangglider", "zh_cn": "悬挂式滑翔机" }, + "harbour": { "en": "harbour", "zh_cn": "港湾" }, + "hardhat": { "en": "hardhat", "zh_cn": "安全帽" }, + "harp": { "en": "harp", "zh_cn": "竖琴" }, + "hat": { "en": "hat", "zh_cn": "帽子" }, + "haze": { "en": "haze", "zh_cn": "薄雾" }, + "headgear": { "en": "headgear", "zh_cn": "头饰" }, + "headphones": { "en": "headphones", "zh_cn": "耳机" }, + "health_club": { "en": "health club", "zh_cn": "健身俱乐部" }, + "hedgehog": { "en": "hedgehog", "zh_cn": "刺猬" }, + "helicopter": { "en": "helicopter", "zh_cn": "直升机" }, + "helmet": { "en": "helmet", "zh_cn": "头盔" }, + "henna": { "en": "henna", "zh_cn": "指甲花" }, + "herb": { "en": "herb", "zh_cn": "药草" }, + "heron": { "en": "heron", "zh_cn": "苍鹭" }, + "high_chair": { "en": "high chair", "zh_cn": "高脚椅" }, + "high_heel": { "en": "high heel", "zh_cn": "高跟鞋" }, + "hiking": { "en": "hiking", "zh_cn": "徒步旅行" }, + "hill": { "en": "hill", "zh_cn": "山丘" }, + "hippopotamus": { "en": "hippopotamus", "zh_cn": "河马" }, + "hockey": { "en": "hockey", "zh_cn": "曲棍球" }, + "holly": { "en": "holly", "zh_cn": "冬青" }, + "honey": { "en": "honey", "zh_cn": "蜂蜜" }, + "honeydew": { "en": "honeydew", "zh_cn": "蜜露" }, + "hoodie": { "en": "hoodie", "zh_cn": "连帽衫" }, + "hookah": { "en": "hookah", "zh_cn": "水烟" }, + "horse": { "en": "horse", "zh_cn": "马" }, + "horseshoe": { "en": "horseshoe", "zh_cn": "马蹄铁" }, + "hospital": { "en": "hospital", "zh_cn": "医院" }, + "hotdog": { "en": "hotdog", "zh_cn": "热狗" }, + "hound": { "en": "hound", "zh_cn": "猎犬" }, + "hourglass": { "en": "hourglass", "zh_cn": "沙漏" }, + "house_single": { "en": "house single", "zh_cn": "单人房" }, + "houseboat": { "en": "houseboat", "zh_cn": "游艇" }, + "housewares": { "en": "housewares", "zh_cn": "家庭用品" }, + "hula": { "en": "hula", "zh_cn": "草裙舞" }, + "hummingbird": { "en": "hummingbird", "zh_cn": "蜂鸟" }, + "hummus": { "en": "hummus", "zh_cn": "鹰嘴豆泥" }, + "hunting": { "en": "hunting", "zh_cn": "狩猎" }, + "hurdle": { "en": "hurdle", "zh_cn": "栏架" }, + "husky": { "en": "husky", "zh_cn": "深沉沙哑的" }, + "hydrant": { "en": "hydrant", "zh_cn": "消防栓" }, + "hyena": { "en": "hyena", "zh_cn": "鬣狗" }, + "ice": { "en": "ice", "zh_cn": "冰" }, + "ice_cream": { "en": "ice cream", "zh_cn": "冰淇淋" }, + "ice_skates": { "en": "ice skates", "zh_cn": "溜冰鞋" }, + "ice_skating": { "en": "ice skating", "zh_cn": "溜冰" }, + "iceberg": { "en": "iceberg", "zh_cn": "冰山" }, + "igloo": { "en": "igloo", "zh_cn": "雪块砌成的圆顶小屋" }, + "iguana": { "en": "iguana", "zh_cn": "鬣蜥" }, + "illustrations": { "en": "illustrations", "zh_cn": "插图" }, + "insect": { "en": "insect", "zh_cn": "昆虫" }, + "interior_room": { "en": "interior room", "zh_cn": "室内" }, + "interior_shop": { "en": "interior shop", "zh_cn": "室内商店" }, + "irish_wolfhound": { "en": "irish wolfhound", "zh_cn": "爱尔兰猎狼犬" }, + "iron_clothing": { "en": "iron clothing", "zh_cn": "铁衣" }, + "island": { "en": "island", "zh_cn": "岛" }, + "ivy": { "en": "ivy", "zh_cn": "常春藤" }, + "jack_o_lantern": { "en": "jack o lantern", "zh_cn": "杰克o灯笼" }, + "jack_russell_terrier": { + "en": "jack russell terrier", + "zh_cn": "杰克罗素梗" + }, + "jacket": { "en": "jacket", "zh_cn": "夹克" }, + "jacuzzi": { "en": "jacuzzi", "zh_cn": "按摩浴缸" }, + "jalapeno": { "en": "jalapeno", "zh_cn": "墨西哥胡椒" }, + "jar": { "en": "jar", "zh_cn": "罐子" }, + "jeans": { "en": "jeans", "zh_cn": "牛仔裤" }, + "jeep": { "en": "jeep", "zh_cn": "吉普车" }, + "jello": { "en": "jello", "zh_cn": "果冻" }, + "jelly": { "en": "jelly", "zh_cn": "果冻" }, + "jellyfish": { "en": "jellyfish", "zh_cn": "水母" }, + "jetski": { "en": "jetski", "zh_cn": "杰茨基" }, + "jewelry": { "en": "jewelry", "zh_cn": "珠宝" }, + "jigsaw": { "en": "jigsaw", "zh_cn": "拼图" }, + "jockey_horse": { "en": "jockey horse", "zh_cn": "赛马" }, + "joystick": { "en": "joystick", "zh_cn": "操纵杆" }, + "jug": { "en": "jug", "zh_cn": "大罐" }, + "juggling": { "en": "juggling", "zh_cn": "杂耍" }, + "juice": { "en": "juice", "zh_cn": "果汁" }, + "juicer": { "en": "juicer", "zh_cn": "榨汁机" }, + "jungle": { "en": "jungle", "zh_cn": "丛林" }, + "kangaroo": { "en": "kangaroo", "zh_cn": "袋鼠" }, + "karaoke": { "en": "karaoke", "zh_cn": "卡拉OK" }, + "kayak": { "en": "kayak", "zh_cn": "皮艇" }, + "kebab": { "en": "kebab", "zh_cn": "烤肉串" }, + "keg": { "en": "keg", "zh_cn": "桶" }, + "kettle": { "en": "kettle", "zh_cn": "水壶" }, + "keypad": { "en": "keypad", "zh_cn": "键盘" }, + "kickboxing": { "en": "kickboxing", "zh_cn": "跆拳道" }, + "kilt": { "en": "kilt", "zh_cn": "短裙" }, + "kimono": { "en": "kimono", "zh_cn": "和服" }, + "kitchen": { "en": "kitchen", "zh_cn": "厨房" }, + "kitchen_countertop": { "en": "kitchen countertop", "zh_cn": "厨房台面" }, + "kitchen_faucet": { "en": "kitchen faucet", "zh_cn": "厨房龙头" }, + "kitchen_oven": { "en": "kitchen oven", "zh_cn": "厨房烤箱" }, + "kitchen_room": { "en": "kitchen room", "zh_cn": "厨房" }, + "kitchen_sink": { "en": "kitchen sink", "zh_cn": "厨房水槽" }, + "kite": { "en": "kite", "zh_cn": "风筝" }, + "kiteboarding": { "en": "kiteboarding", "zh_cn": "风筝板" }, + "kitten": { "en": "kitten", "zh_cn": "小猫" }, + "kiwi": { "en": "kiwi", "zh_cn": "几维鸟" }, + "knife": { "en": "knife", "zh_cn": "刀" }, + "koala": { "en": "koala", "zh_cn": "树袋熊" }, + "kohlrabi": { "en": "kohlrabi", "zh_cn": "大头菜" }, + "koi": { "en": "koi", "zh_cn": "锦鲤" }, + "lab_coat": { "en": "lab coat", "zh_cn": "实验服" }, + "ladle": { "en": "ladle", "zh_cn": "长柄勺" }, + "ladybug": { "en": "ladybug", "zh_cn": "瓢虫" }, + "lake": { "en": "lake", "zh_cn": "湖" }, + "lamp": { "en": "lamp", "zh_cn": "灯" }, + "lamppost": { "en": "lamppost", "zh_cn": "灯柱" }, + "land": { "en": "land", "zh_cn": "土地" }, + "lantern": { "en": "lantern", "zh_cn": "灯笼" }, + "laptop": { "en": "laptop", "zh_cn": "笔记本电脑" }, + "laundry_machine": { "en": "laundry machine", "zh_cn": "洗衣机" }, + "lava": { "en": "lava", "zh_cn": "熔岩" }, + "leash": { "en": "leash", "zh_cn": "皮带" }, + "leek": { "en": "leek", "zh_cn": "韭菜" }, + "lemon": { "en": "lemon", "zh_cn": "柠檬" }, + "lemongrass": { "en": "lemongrass", "zh_cn": "柠檬草" }, + "lemur": { "en": "lemur", "zh_cn": "狐猴" }, + "leopard": { "en": "leopard", "zh_cn": "豹子" }, + "leotard": { "en": "leotard", "zh_cn": "紧身衣" }, + "lettuce": { "en": "lettuce", "zh_cn": "莴苣" }, + "library": { "en": "library", "zh_cn": "图书馆" }, + "license_plate": { "en": "license plate", "zh_cn": "车牌" }, + "lifejacket": { "en": "lifejacket", "zh_cn": "救生衣" }, + "lifesaver": { "en": "lifesaver", "zh_cn": "救星" }, + "light": { "en": "light", "zh_cn": "光" }, + "light_bulb": { "en": "light bulb", "zh_cn": "灯泡" }, + "lighter": { "en": "lighter", "zh_cn": "打火机" }, + "lighthouse": { "en": "lighthouse", "zh_cn": "灯塔" }, + "lightning": { "en": "lightning", "zh_cn": "闪电" }, + "lily": { "en": "lily", "zh_cn": "百合花" }, + "lime": { "en": "lime", "zh_cn": "石灰" }, + "limousine": { "en": "limousine", "zh_cn": "豪华轿车" }, + "lion": { "en": "lion", "zh_cn": "狮" }, + "lionfish": { "en": "lionfish", "zh_cn": "狮子鱼" }, + "liquid": { "en": "liquid", "zh_cn": "液体" }, + "liquor": { "en": "liquor", "zh_cn": "酒" }, + "living_room": { "en": "living room", "zh_cn": "客厅" }, + "lizard": { "en": "lizard", "zh_cn": "蜥蜴" }, + "llama": { "en": "llama", "zh_cn": "美洲驼" }, + "loafer": { "en": "loafer", "zh_cn": "游手好闲的" }, + "lobster": { "en": "lobster", "zh_cn": "龙虾" }, + "lollipop": { "en": "lollipop", "zh_cn": "棒棒糖" }, + "luggage": { "en": "luggage", "zh_cn": "行李" }, + "lychee": { "en": "lychee", "zh_cn": "荔枝" }, + "lynx": { "en": "lynx", "zh_cn": "猞猁" }, + "macadamia": { "en": "macadamia", "zh_cn": "澳洲坚果" }, + "machine": { "en": "machine", "zh_cn": "机器" }, + "mackerel": { "en": "mackerel", "zh_cn": "鲭鱼" }, + "magazine": { "en": "magazine", "zh_cn": "杂志" }, + "mailbox": { "en": "mailbox", "zh_cn": "邮箱" }, + "malamute": { "en": "malamute", "zh_cn": "马拉默特" }, + "malinois": { "en": "malinois", "zh_cn": "马利诺" }, + "mallet": { "en": "mallet", "zh_cn": "木槌" }, + "mammal": { "en": "mammal", "zh_cn": "哺乳动物" }, + "mandarine": { "en": "mandarine", "zh_cn": "官吏" }, + "mango": { "en": "mango", "zh_cn": "芒果" }, + "mangosteen": { "en": "mangosteen", "zh_cn": "山竹" }, + "mangrove": { "en": "mangrove", "zh_cn": "红树林" }, + "manhole": { "en": "manhole", "zh_cn": "人孔" }, + "map": { "en": "map", "zh_cn": "地图" }, + "maple_tree": { "en": "maple tree", "zh_cn": "枫树" }, + "margarita": { "en": "margarita", "zh_cn": "玛格丽塔" }, + "marigold": { "en": "marigold", "zh_cn": "万寿菊" }, + "marshmallow": { "en": "marshmallow", "zh_cn": "棉花糖" }, + "marsupial": { "en": "marsupial", "zh_cn": "有袋动物" }, + "martial_arts": { "en": "martial arts", "zh_cn": "武术" }, + "martini": { "en": "martini", "zh_cn": "马提尼" }, + "mask": { "en": "mask", "zh_cn": "面具" }, + "mast": { "en": "mast", "zh_cn": "桅杆" }, + "mastiff": { "en": "mastiff", "zh_cn": "獒" }, + "matches": { "en": "matches", "zh_cn": "比赛" }, + "material": { "en": "material", "zh_cn": "布料" }, + "matzo": { "en": "matzo", "zh_cn": "马特佐" }, + "measuring_tape": { "en": "measuring tape", "zh_cn": "卷尺" }, + "meat": { "en": "meat", "zh_cn": "肉" }, + "meatball": { "en": "meatball", "zh_cn": "肉丸" }, + "medal": { "en": "medal", "zh_cn": "奖章" }, + "media": { "en": "media", "zh_cn": "媒体" }, + "medicine": { "en": "medicine", "zh_cn": "医学" }, + "megalith": { "en": "megalith", "zh_cn": "巨石" }, + "megaphone": { "en": "megaphone", "zh_cn": "扩音器" }, + "melon": { "en": "melon", "zh_cn": "甜瓜" }, + "microphone": { "en": "microphone", "zh_cn": "麦克风" }, + "microscope": { "en": "microscope", "zh_cn": "显微镜" }, + "microwave": { "en": "microwave", "zh_cn": "微波炉" }, + "military_uniform": { "en": "military uniform", "zh_cn": "军装" }, + "milkshake": { "en": "milkshake", "zh_cn": "奶昔" }, + "millipede": { "en": "millipede", "zh_cn": "马陆" }, + "mistletoe": { "en": "mistletoe", "zh_cn": "槲寄生" }, + "mitten": { "en": "mitten", "zh_cn": "连指手套" }, + "moccasin": { "en": "moccasin", "zh_cn": "莫卡辛软皮鞋" }, + "mojito": { "en": "mojito", "zh_cn": "莫吉托" }, + "mollusk": { "en": "mollusk", "zh_cn": "软体动物" }, + "money": { "en": "money", "zh_cn": "钱" }, + "monitor_lizard": { "en": "monitor lizard", "zh_cn": "监控蜥蜴" }, + "monorail": { "en": "monorail", "zh_cn": "单轨铁路" }, + "monument": { "en": "monument", "zh_cn": "纪念碑" }, + "moon": { "en": "moon", "zh_cn": "月球" }, + "moose": { "en": "moose", "zh_cn": "驼鹿" }, + "mop": { "en": "mop", "zh_cn": "拖把" }, + "moss": { "en": "moss", "zh_cn": "苔藓" }, + "moth": { "en": "moth", "zh_cn": "飞蛾" }, + "motocross": { "en": "motocross", "zh_cn": "摩托车越野赛" }, + "motorcycle": { "en": "motorcycle", "zh_cn": "摩托车" }, + "motorhome": { "en": "motorhome", "zh_cn": "房车" }, + "motorsport": { "en": "motorsport", "zh_cn": "赛车运动" }, + "mountain": { "en": "mountain", "zh_cn": "山" }, + "mousetrap": { "en": "mousetrap", "zh_cn": "捕鼠器" }, + "mower": { "en": "mower", "zh_cn": "割草机" }, + "muffin": { "en": "muffin", "zh_cn": "松饼" }, + "mug": { "en": "mug", "zh_cn": "杯子" }, + "museum": { "en": "museum", "zh_cn": "博物馆" }, + "mushroom": { "en": "mushroom", "zh_cn": "蘑菇" }, + "music": { "en": "music", "zh_cn": "音乐" }, + "musical_instrument": { "en": "musical instrument", "zh_cn": "乐器" }, + "mussel": { "en": "mussel", "zh_cn": "蚌" }, + "mustard": { "en": "mustard", "zh_cn": "芥末" }, + "naan": { "en": "naan", "zh_cn": "印度薄饼" }, + "nachos": { "en": "nachos", "zh_cn": "烤干酪辣味玉米片" }, + "nascar": { "en": "nascar", "zh_cn": "纳斯卡" }, + "necktie": { "en": "necktie", "zh_cn": "领带" }, + "nectarine": { "en": "nectarine", "zh_cn": "油桃" }, + "nest": { "en": "nest", "zh_cn": "巢" }, + "newfoundland": { "en": "newfoundland", "zh_cn": "纽芬兰" }, + "newspaper": { "en": "newspaper", "zh_cn": "报纸" }, + "night_sky": { "en": "night sky", "zh_cn": "夜空" }, + "nightclub": { "en": "nightclub", "zh_cn": "夜总会" }, + "nut": { "en": "nut", "zh_cn": "坚果" }, + "oak_tree": { "en": "oak tree", "zh_cn": "橡树" }, + "oar": { "en": "oar", "zh_cn": "船桨" }, + "oatmeal": { "en": "oatmeal", "zh_cn": "燕麦粥" }, + "obelisk": { "en": "obelisk", "zh_cn": "方尖碑" }, + "ocean": { "en": "ocean", "zh_cn": "大海" }, + "office_supplies": { "en": "office supplies", "zh_cn": "办公用品" }, + "omelet": { "en": "omelet", "zh_cn": "煎蛋卷" }, + "onion": { "en": "onion", "zh_cn": "洋葱" }, + "optical_equipment": { "en": "optical equipment", "zh_cn": "光学设备" }, + "oranges": { "en": "oranges", "zh_cn": "橘子" }, + "orchard": { "en": "orchard", "zh_cn": "果园" }, + "orchestra": { "en": "orchestra", "zh_cn": "管弦乐队" }, + "orchid": { "en": "orchid", "zh_cn": "兰科植物" }, + "organ_instrument": { "en": "organ instrument", "zh_cn": "风琴乐器" }, + "origami": { "en": "origami", "zh_cn": "折纸" }, + "ostrich": { "en": "ostrich", "zh_cn": "鸵鸟" }, + "otter": { "en": "otter", "zh_cn": "水獭" }, + "outdoor": { "en": "outdoor", "zh_cn": "户外的" }, + "oven": { "en": "oven", "zh_cn": "烤箱" }, + "owl": { "en": "owl", "zh_cn": "猫头鹰" }, + "oyster": { "en": "oyster", "zh_cn": "牡蛎" }, + "pacifier": { "en": "pacifier", "zh_cn": "奶嘴" }, + "paella": { "en": "paella", "zh_cn": "海鲜饭" }, + "paintball": { "en": "paintball", "zh_cn": "彩弹" }, + "paintbrush": { "en": "paintbrush", "zh_cn": "画笔" }, + "painting": { "en": "painting", "zh_cn": "绘画" }, + "palm_tree": { "en": "palm tree", "zh_cn": "棕榈树" }, + "pan": { "en": "pan", "zh_cn": "平锅" }, + "pancake": { "en": "pancake", "zh_cn": "薄饼" }, + "panda": { "en": "panda", "zh_cn": "熊猫" }, + "papaya": { "en": "papaya", "zh_cn": "番木瓜" }, + "paper_bag": { "en": "paper bag", "zh_cn": "纸袋" }, + "parachute": { "en": "parachute", "zh_cn": "降落伞" }, + "parade": { "en": "parade", "zh_cn": "游行" }, + "parakeet": { "en": "parakeet", "zh_cn": "鹦鹉" }, + "parasailing": { "en": "parasailing", "zh_cn": "伞" }, + "park": { "en": "park", "zh_cn": "公园" }, + "parking_lot": { "en": "parking lot", "zh_cn": "停车场" }, + "parrot": { "en": "parrot", "zh_cn": "鹦鹉" }, + "passionfruit": { "en": "passionfruit", "zh_cn": "西番莲" }, + "passport": { "en": "passport", "zh_cn": "护照" }, + "pasta": { "en": "pasta", "zh_cn": "意大利面食" }, + "pastry": { "en": "pastry", "zh_cn": "油酥面团" }, + "path": { "en": "path", "zh_cn": "路径" }, + "patio": { "en": "patio", "zh_cn": "露台" }, + "payphone": { "en": "payphone", "zh_cn": "公用电话" }, + "pea": { "en": "pea", "zh_cn": "豌豆" }, + "peach": { "en": "peach", "zh_cn": "桃" }, + "peacock": { "en": "peacock", "zh_cn": "雄孔雀" }, + "peanut": { "en": "peanut", "zh_cn": "花生" }, + "pear": { "en": "pear", "zh_cn": "梨" }, + "pecan": { "en": "pecan", "zh_cn": "美洲山核桃" }, + "pelican": { "en": "pelican", "zh_cn": "鹈鹕" }, + "pen": { "en": "pen", "zh_cn": "笔" }, + "penguin": { "en": "penguin", "zh_cn": "企鹅" }, + "people": { "en": "people", "zh_cn": "人" }, + "pepper_veggie": { "en": "pepper veggie", "zh_cn": "胡椒蔬菜" }, + "pepperoni": { "en": "pepperoni", "zh_cn": "意大利 辣味 香肠" }, + "peregrine": { "en": "peregrine", "zh_cn": "游隼" }, + "performance": { "en": "performance", "zh_cn": "表演" }, + "pergola": { "en": "pergola", "zh_cn": "凉棚" }, + "persimmon": { "en": "persimmon", "zh_cn": "柿子" }, + "petunia": { "en": "petunia", "zh_cn": "矮牵牛" }, + "phone": { "en": "phone", "zh_cn": "电话" }, + "piano": { "en": "piano", "zh_cn": "钢琴" }, + "pickle": { "en": "pickle", "zh_cn": "泡菜" }, + "pie": { "en": "pie", "zh_cn": "馅饼" }, + "pier": { "en": "pier", "zh_cn": "码头" }, + "pierogi": { "en": "pierogi", "zh_cn": "皮耶罗吉" }, + "pig": { "en": "pig", "zh_cn": "猪" }, + "pigeon": { "en": "pigeon", "zh_cn": "鸽子" }, + "piggybank": { "en": "piggybank", "zh_cn": "养猪罐" }, + "pillow": { "en": "pillow", "zh_cn": "枕头" }, + "pineapple": { "en": "pineapple", "zh_cn": "菠萝" }, + "ping_pong": { "en": "ping pong", "zh_cn": "乒乓球" }, + "pipe": { "en": "pipe", "zh_cn": "管" }, + "pistachio": { "en": "pistachio", "zh_cn": "开心果" }, + "pita": { "en": "pita", "zh_cn": "皮塔" }, + "pitbull": { "en": "pitbull", "zh_cn": "斗牛犬" }, + "pizza": { "en": "pizza", "zh_cn": "披萨" }, + "plant": { "en": "plant", "zh_cn": "植物" }, + "plate": { "en": "plate", "zh_cn": "盘子" }, + "play_card": { "en": "play card", "zh_cn": "打牌" }, + "playground": { "en": "playground", "zh_cn": "游戏场" }, + "pliers": { "en": "pliers", "zh_cn": "钳子" }, + "plum": { "en": "plum", "zh_cn": "梅子" }, + "podium": { "en": "podium", "zh_cn": "讲台" }, + "poinsettia": { "en": "poinsettia", "zh_cn": "一品红" }, + "poker": { "en": "poker", "zh_cn": "扑克" }, + "pole": { "en": "pole", "zh_cn": "极" }, + "police_car": { "en": "police car", "zh_cn": "警车" }, + "polka_dots": { "en": "polka dots", "zh_cn": "圆点" }, + "polo": { "en": "polo", "zh_cn": "马球" }, + "pomegranate": { "en": "pomegranate", "zh_cn": "石榴" }, + "pomeranian": { "en": "pomeranian", "zh_cn": "博美犬" }, + "poncho": { "en": "poncho", "zh_cn": "斗篷" }, + "poodle": { "en": "poodle", "zh_cn": "贵宾犬" }, + "pool": { "en": "pool", "zh_cn": "水塘" }, + "popcorn": { "en": "popcorn", "zh_cn": "爆米花" }, + "popsicle": { "en": "popsicle", "zh_cn": "冰棍" }, + "porch": { "en": "porch", "zh_cn": "门廊" }, + "porcupine": { "en": "porcupine", "zh_cn": "豪猪" }, + "portal": { "en": "portal", "zh_cn": "门户" }, + "porthole": { "en": "porthole", "zh_cn": "舷窗" }, + "pot_cooking": { "en": "pot cooking", "zh_cn": "锅煮" }, + "potato": { "en": "potato", "zh_cn": "马铃薯" }, + "poultry": { "en": "poultry", "zh_cn": "家禽" }, + "power_saw": { "en": "power saw", "zh_cn": "电锯" }, + "prairie_dog": { "en": "prairie dog", "zh_cn": "土拨鼠" }, + "pretzel": { "en": "pretzel", "zh_cn": "椒盐脆饼" }, + "printed_page": { "en": "printed page", "zh_cn": "打印页" }, + "printer": { "en": "printer", "zh_cn": "打印机" }, + "propeller": { "en": "propeller", "zh_cn": "螺旋桨" }, + "puck": { "en": "puck", "zh_cn": "冰球" }, + "pudding": { "en": "pudding", "zh_cn": "布丁" }, + "puffer_fish": { "en": "puffer fish", "zh_cn": "河豚鱼" }, + "puffin": { "en": "puffin", "zh_cn": "海雀" }, + "pug": { "en": "pug", "zh_cn": "帕格" }, + "pulley": { "en": "pulley", "zh_cn": "滑轮" }, + "pumpkin": { "en": "pumpkin", "zh_cn": "南瓜" }, + "puppet": { "en": "puppet", "zh_cn": "木偶" }, + "purse": { "en": "purse", "zh_cn": "钱包" }, + "putt": { "en": "putt", "zh_cn": "推杆" }, + "puzzles": { "en": "puzzles", "zh_cn": "拼图" }, + "pylon": { "en": "pylon", "zh_cn": "电缆塔" }, + "pyramid": { "en": "pyramid", "zh_cn": "金字塔" }, + "pyrotechnics": { "en": "pyrotechnics", "zh_cn": "烟火" }, + "python": { "en": "python", "zh_cn": "python" }, + "quesadilla": { "en": "quesadilla", "zh_cn": "奎萨迪利亚" }, + "quinoa": { "en": "quinoa", "zh_cn": "藜麦" }, + "rabbit": { "en": "rabbit", "zh_cn": "兔子" }, + "raccoon": { "en": "raccoon", "zh_cn": "浣熊" }, + "racquet": { "en": "racquet", "zh_cn": "网拍" }, + "radish": { "en": "radish", "zh_cn": "萝卜" }, + "rafting": { "en": "rafting", "zh_cn": "漂流" }, + "railroad": { "en": "railroad", "zh_cn": "铁路" }, + "rainbow": { "en": "rainbow", "zh_cn": "虹" }, + "rake": { "en": "rake", "zh_cn": "耙" }, + "rambutan": { "en": "rambutan", "zh_cn": "红毛丹" }, + "ramen": { "en": "ramen", "zh_cn": "拉面" }, + "rangoli": { "en": "rangoli", "zh_cn": "兰戈利" }, + "raptor": { "en": "raptor", "zh_cn": "猛禽" }, + "raspberry": { "en": "raspberry", "zh_cn": "覆盆子" }, + "rat": { "en": "rat", "zh_cn": "老鼠" }, + "ratchet": { "en": "ratchet", "zh_cn": "棘轮" }, + "rattlesnake": { "en": "rattlesnake", "zh_cn": "响尾蛇" }, + "raven": { "en": "raven", "zh_cn": "掠夺" }, + "raw_glass": { "en": "raw glass", "zh_cn": "生玻璃" }, + "receipt": { "en": "receipt", "zh_cn": "收据" }, + "record": { "en": "record", "zh_cn": "记录" }, + "recreation": { "en": "recreation", "zh_cn": "娱乐" }, + "red_envelope": { "en": "red envelope", "zh_cn": "红包" }, + "red_wine": { "en": "red wine", "zh_cn": "红酒" }, + "refrigerator": { "en": "refrigerator", "zh_cn": "冰箱" }, + "reptile": { "en": "reptile", "zh_cn": "爬行动物" }, + "restaurant": { "en": "restaurant", "zh_cn": "餐馆" }, + "retriever": { "en": "retriever", "zh_cn": "寻回犬" }, + "rhinoceros": { "en": "rhinoceros", "zh_cn": "犀牛" }, + "rhubarb": { "en": "rhubarb", "zh_cn": "大黄" }, + "rice": { "en": "rice", "zh_cn": "大米" }, + "rice_field": { "en": "rice field", "zh_cn": "稻田" }, + "rickshaw": { "en": "rickshaw", "zh_cn": "人力车" }, + "ridgeback": { "en": "ridgeback", "zh_cn": "脊背犬" }, + "rim": { "en": "rim", "zh_cn": "边沿" }, + "rink": { "en": "rink", "zh_cn": "溜冰场" }, + "risotto": { "en": "risotto", "zh_cn": "意大利调味饭" }, + "river": { "en": "river", "zh_cn": "河" }, + "road": { "en": "road", "zh_cn": "路" }, + "road_other": { "en": "road other", "zh_cn": "其他道路" }, + "road_safety_equipment": { + "en": "road safety equipment", + "zh_cn": "道路安全设备" + }, + "rock_climbing": { "en": "rock climbing", "zh_cn": "攀岩" }, + "rocket": { "en": "rocket", "zh_cn": "火箭" }, + "rocks": { "en": "rocks", "zh_cn": "岩石" }, + "rodent": { "en": "rodent", "zh_cn": "啮齿动物" }, + "rodeo": { "en": "rodeo", "zh_cn": "牛仔竞技比赛" }, + "roe": { "en": "roe", "zh_cn": "鱼子" }, + "rollercoaster": { "en": "rollercoaster", "zh_cn": "过山车" }, + "rollerskates": { "en": "rollerskates", "zh_cn": "溜冰鞋" }, + "rollerskating": { "en": "rollerskating", "zh_cn": "溜冰" }, + "rolling_pin": { "en": "rolling pin", "zh_cn": "擀面杖" }, + "roof": { "en": "roof", "zh_cn": "顶部" }, + "rope": { "en": "rope", "zh_cn": "绳" }, + "rose": { "en": "rose", "zh_cn": "玫瑰" }, + "rosemary": { "en": "rosemary", "zh_cn": "迷迭香" }, + "rotisserie": { "en": "rotisserie", "zh_cn": "烤肉店" }, + "rottweiler": { "en": "rottweiler", "zh_cn": "罗威纳" }, + "roulette": { "en": "roulette", "zh_cn": "轮盘赌" }, + "rowboat": { "en": "rowboat", "zh_cn": "划艇" }, + "rugby": { "en": "rugby", "zh_cn": "橄榄球" }, + "ruins": { "en": "ruins", "zh_cn": "废墟" }, + "sack": { "en": "sack", "zh_cn": "解雇" }, + "saddle": { "en": "saddle", "zh_cn": "马鞍" }, + "safety_vest": { "en": "safety vest", "zh_cn": "安全背心" }, + "sailboat": { "en": "sailboat", "zh_cn": "帆船" }, + "saint_bernard": { "en": "saint bernard", "zh_cn": "圣伯纳德" }, + "salad": { "en": "salad", "zh_cn": "沙拉" }, + "salami": { "en": "salami", "zh_cn": "意大利腊肠" }, + "salmon": { "en": "salmon", "zh_cn": "鲑鱼" }, + "samba": { "en": "samba", "zh_cn": "桑巴舞" }, + "samosa": { "en": "samosa", "zh_cn": "萨莫萨" }, + "sand": { "en": "sand", "zh_cn": "沙" }, + "sand_dune": { "en": "sand dune", "zh_cn": "沙丘" }, + "sandal": { "en": "sandal", "zh_cn": "凉鞋" }, + "sandcastle": { "en": "sandcastle", "zh_cn": "沙堡" }, + "sandpiper": { "en": "sandpiper", "zh_cn": "矶鹞" }, + "sandwich": { "en": "sandwich", "zh_cn": "三明治" }, + "sangria": { "en": "sangria", "zh_cn": "桑格利亚汽酒" }, + "santa_claus": { "en": "santa claus", "zh_cn": "圣诞老人" }, + "sardine": { "en": "sardine", "zh_cn": "沙丁鱼" }, + "sari": { "en": "sari", "zh_cn": "莎丽" }, + "satay": { "en": "satay", "zh_cn": "沙爹" }, + "sauerkraut": { "en": "sauerkraut", "zh_cn": "酸菜" }, + "sausage": { "en": "sausage", "zh_cn": "香肠" }, + "saxophone": { "en": "saxophone", "zh_cn": "萨克斯管" }, + "scallop": { "en": "scallop", "zh_cn": "扇贝" }, + "scarab": { "en": "scarab", "zh_cn": "圣甲虫" }, + "scarecrow": { "en": "scarecrow", "zh_cn": "稻草人" }, + "scarf": { "en": "scarf", "zh_cn": "围巾" }, + "schnauzer": { "en": "schnauzer", "zh_cn": "雪纳瑞" }, + "scissors": { "en": "scissors", "zh_cn": "剪刀" }, + "scone": { "en": "scone", "zh_cn": "烤饼" }, + "scooter": { "en": "scooter", "zh_cn": "小型摩托车" }, + "scoreboard": { "en": "scoreboard", "zh_cn": "记分牌" }, + "scorpion": { "en": "scorpion", "zh_cn": "蝎子" }, + "scrambled_eggs": { "en": "scrambled eggs", "zh_cn": "炒鸡蛋" }, + "screenshot": { "en": "screenshot", "zh_cn": "截图" }, + "screwdriver": { "en": "screwdriver", "zh_cn": "螺丝刀" }, + "scuba": { "en": "scuba", "zh_cn": "水肺" }, + "seabass": { "en": "seabass", "zh_cn": "海鲈" }, + "seafood": { "en": "seafood", "zh_cn": "海鲜" }, + "seahorse": { "en": "seahorse", "zh_cn": "海马" }, + "seal": { "en": "seal", "zh_cn": "密封" }, + "sealion": { "en": "sealion", "zh_cn": "海狮" }, + "seashell": { "en": "seashell", "zh_cn": "贝壳" }, + "seasonings": { "en": "seasonings", "zh_cn": "调味品" }, + "seat": { "en": "seat", "zh_cn": "座位" }, + "seaweed": { "en": "seaweed", "zh_cn": "海草" }, + "seed": { "en": "seed", "zh_cn": "种子" }, + "seesaw": { "en": "seesaw", "zh_cn": "跷跷板" }, + "semi_truck": { "en": "semi truck", "zh_cn": "半卡车" }, + "sequoia": { "en": "sequoia", "zh_cn": "红杉" }, + "sesame": { "en": "sesame", "zh_cn": "芝麻" }, + "setter": { "en": "setter", "zh_cn": "塞特" }, + "sewing": { "en": "sewing", "zh_cn": "缝纫" }, + "shark": { "en": "shark", "zh_cn": "鲨鱼" }, + "shawarma": { "en": "shawarma", "zh_cn": "沙威玛" }, + "shed": { "en": "shed", "zh_cn": "棚" }, + "sheep": { "en": "sheep", "zh_cn": "羊" }, + "sheepdog": { "en": "sheepdog", "zh_cn": "牧羊犬" }, + "shellfish": { "en": "shellfish", "zh_cn": "贝类" }, + "shellfish_prepared": { "en": "shellfish prepared", "zh_cn": "贝类" }, + "shipyard": { "en": "shipyard", "zh_cn": "造船厂" }, + "shoes": { "en": "shoes", "zh_cn": "鞋" }, + "shopping_cart": { "en": "shopping cart", "zh_cn": "购物车" }, + "shore": { "en": "shore", "zh_cn": "岸" }, + "shower": { "en": "shower", "zh_cn": "淋浴器" }, + "shrub": { "en": "shrub", "zh_cn": "灌木" }, + "sidewalk": { "en": "sidewalk", "zh_cn": "人行道" }, + "sign": { "en": "sign", "zh_cn": "签名" }, + "silo": { "en": "silo", "zh_cn": "筒仓" }, + "singer": { "en": "singer", "zh_cn": "唱歌的人" }, + "skateboard": { "en": "skateboard", "zh_cn": "滑板" }, + "skateboarding": { "en": "skateboarding", "zh_cn": "玩滑板" }, + "skatepark": { "en": "skatepark", "zh_cn": "滑板公园" }, + "skating": { "en": "skating", "zh_cn": "滑冰" }, + "skeleton": { "en": "skeleton", "zh_cn": "骨骼" }, + "ski_boot": { "en": "ski boot", "zh_cn": "滑雪靴" }, + "ski_equipment": { "en": "ski equipment", "zh_cn": "滑雪设备" }, + "skiing": { "en": "skiing", "zh_cn": "滑雪" }, + "skull": { "en": "skull", "zh_cn": "颅骨" }, + "skunk": { "en": "skunk", "zh_cn": "臭鼬" }, + "sky": { "en": "sky", "zh_cn": "天" }, + "skydiving": { "en": "skydiving", "zh_cn": "跳伞" }, + "skyscraper": { "en": "skyscraper", "zh_cn": "摩天大楼" }, + "sled": { "en": "sled", "zh_cn": "雪橇" }, + "sledding": { "en": "sledding", "zh_cn": "雪橇" }, + "slide_toy": { "en": "slide toy", "zh_cn": "滑梯玩具" }, + "smokestack": { "en": "smokestack", "zh_cn": "大烟囱" }, + "smoking_item": { "en": "smoking item", "zh_cn": "吸烟物品" }, + "smoothie": { "en": "smoothie", "zh_cn": "冰沙" }, + "snail": { "en": "snail", "zh_cn": "蜗牛" }, + "snake": { "en": "snake", "zh_cn": "蛇" }, + "snake_other": { "en": "snake other", "zh_cn": "另一条蛇" }, + "snapdragon": { "en": "snapdragon", "zh_cn": "snapdragon" }, + "snapper": { "en": "snapper", "zh_cn": "鲷鱼" }, + "sneaker": { "en": "sneaker", "zh_cn": "运动鞋" }, + "snorkeling": { "en": "snorkeling", "zh_cn": "浮潜" }, + "snow": { "en": "snow", "zh_cn": "雪" }, + "snowball": { "en": "snowball", "zh_cn": "雪球" }, + "snowboard": { "en": "snowboard", "zh_cn": "滑雪板" }, + "snowboarding": { "en": "snowboarding", "zh_cn": "滑雪板" }, + "snowman": { "en": "snowman", "zh_cn": "雪人" }, + "snowmobile": { "en": "snowmobile", "zh_cn": "摩托雪橇" }, + "snowshoe": { "en": "snowshoe", "zh_cn": "雪鞋" }, + "soccer": { "en": "soccer", "zh_cn": "足球" }, + "sock": { "en": "sock", "zh_cn": "短袜" }, + "soda": { "en": "soda", "zh_cn": "苏打汽水" }, + "sofa": { "en": "sofa", "zh_cn": "沙发" }, + "softball": { "en": "softball", "zh_cn": "垒球运动" }, + "solar_panel": { "en": "solar panel", "zh_cn": "太阳能电池板" }, + "sombrero": { "en": "sombrero", "zh_cn": "帽衫" }, + "souffle": { "en": "souffle", "zh_cn": "蛋奶酥" }, + "soup": { "en": "soup", "zh_cn": "汤" }, + "souvlaki": { "en": "souvlaki", "zh_cn": "苏弗拉基" }, + "spaghetti": { "en": "spaghetti", "zh_cn": "意大利面" }, + "spaniel": { "en": "spaniel", "zh_cn": "猎犬" }, + "spareribs": { "en": "spareribs", "zh_cn": "排骨" }, + "sparkler": { "en": "sparkler", "zh_cn": "火花" }, + "sparkling_wine": { "en": "sparkling wine", "zh_cn": "起泡酒" }, + "sparrow": { "en": "sparrow", "zh_cn": "麻雀" }, + "spatula": { "en": "spatula", "zh_cn": "铲" }, + "speakers_music": { "en": "speakers music", "zh_cn": "扬声器音乐" }, + "speedboat": { "en": "speedboat", "zh_cn": "快艇" }, + "spice": { "en": "spice", "zh_cn": "香料" }, + "spider": { "en": "spider", "zh_cn": "蜘蛛" }, + "spiderweb": { "en": "spiderweb", "zh_cn": "蜘蛛网" }, + "spinach": { "en": "spinach", "zh_cn": "菠菜" }, + "spoon": { "en": "spoon", "zh_cn": "勺子" }, + "sport": { "en": "sport", "zh_cn": "运动" }, + "sports_equipment": { "en": "sports equipment", "zh_cn": "运动器材" }, + "sportscar": { "en": "sportscar", "zh_cn": "跑车" }, + "spotlight": { "en": "spotlight", "zh_cn": "聚光灯" }, + "springroll": { "en": "springroll", "zh_cn": "春卷" }, + "sprinkler": { "en": "sprinkler", "zh_cn": "洒水器" }, + "squash_sport": { "en": "squash sport", "zh_cn": "壁球运动" }, + "squirrel": { "en": "squirrel", "zh_cn": "松鼠" }, + "stadium": { "en": "stadium", "zh_cn": "体育场" }, + "stained_glass": { "en": "stained glass", "zh_cn": "彩色玻璃" }, + "stairs": { "en": "stairs", "zh_cn": "楼梯" }, + "starfish": { "en": "starfish", "zh_cn": "海星" }, + "starfruit": { "en": "starfruit", "zh_cn": "红星果" }, + "statue": { "en": "statue", "zh_cn": "雕像" }, + "steak": { "en": "steak", "zh_cn": "牛排" }, + "steamer_cookware": { "en": "steamer cookware", "zh_cn": "蒸锅炊具" }, + "stereo": { "en": "stereo", "zh_cn": "立体声" }, + "stethoscope": { "en": "stethoscope", "zh_cn": "听诊器" }, + "sticky_note": { "en": "sticky note", "zh_cn": "便签" }, + "stingray": { "en": "stingray", "zh_cn": "黄貂鱼" }, + "stir_fry": { "en": "stir fry", "zh_cn": "炒" }, + "stool": { "en": "stool", "zh_cn": "凳子" }, + "stopwatch": { "en": "stopwatch", "zh_cn": "秒表" }, + "storefront": { "en": "storefront", "zh_cn": "店面" }, + "stork": { "en": "stork", "zh_cn": "鹳" }, + "storm": { "en": "storm", "zh_cn": "暴风雨" }, + "stove": { "en": "stove", "zh_cn": "火炉" }, + "straw_drinking": { "en": "straw drinking", "zh_cn": "吸管饮料" }, + "straw_hay": { "en": "straw hay", "zh_cn": "干草" }, + "strawberry": { "en": "strawberry", "zh_cn": "草莓" }, + "street": { "en": "street", "zh_cn": "大街" }, + "street_sign": { "en": "street sign", "zh_cn": "路标" }, + "streetcar": { "en": "streetcar", "zh_cn": "有轨电车" }, + "stretcher": { "en": "stretcher", "zh_cn": "担架" }, + "string_instrument": { "en": "string instrument", "zh_cn": "弦乐器" }, + "stroller": { "en": "stroller", "zh_cn": "闲逛者" }, + "structure": { "en": "structure", "zh_cn": "结构" }, + "strudel": { "en": "strudel", "zh_cn": "果馅饼" }, + "stuffed_animals": { "en": "stuffed animals", "zh_cn": "填充动物" }, + "submarine_water": { "en": "submarine water", "zh_cn": "海底" }, + "sugar_cube": { "en": "sugar cube", "zh_cn": "方糖" }, + "suit": { "en": "suit", "zh_cn": "适合" }, + "suitcase": { "en": "suitcase", "zh_cn": "手提箱" }, + "sumo": { "en": "sumo", "zh_cn": "相扑" }, + "sun": { "en": "sun", "zh_cn": "太阳" }, + "sunbathing": { "en": "sunbathing", "zh_cn": "日光浴" }, + "sundial": { "en": "sundial", "zh_cn": "日晷" }, + "sunfish": { "en": "sunfish", "zh_cn": "太阳鱼" }, + "sunflower": { "en": "sunflower", "zh_cn": "向日葵" }, + "sunflower_seeds": { "en": "sunflower seeds", "zh_cn": "葵花籽" }, + "sunglasses": { "en": "sunglasses", "zh_cn": "太阳镜" }, + "sunhat": { "en": "sunhat", "zh_cn": "太阳帽" }, + "sunset_sunrise": { "en": "sunset sunrise", "zh_cn": "日落日出" }, + "surfboard": { "en": "surfboard", "zh_cn": "冲浪板" }, + "surfing": { "en": "surfing", "zh_cn": "冲浪" }, + "sushi": { "en": "sushi", "zh_cn": "寿司" }, + "suv": { "en": "suv", "zh_cn": "运动型多用途汽车" }, + "swan": { "en": "swan", "zh_cn": "天鹅" }, + "swimming": { "en": "swimming", "zh_cn": "游泳" }, + "swimsuit": { "en": "swimsuit", "zh_cn": "泳装" }, + "swing_playground": { "en": "swing playground", "zh_cn": "摇摆运动场" }, + "swivel_chair": { "en": "swivel chair", "zh_cn": "转椅" }, + "sword": { "en": "sword", "zh_cn": "剑" }, + "swordfish": { "en": "swordfish", "zh_cn": "旗鱼" }, + "syringe": { "en": "syringe", "zh_cn": "注射器" }, + "tabbouleh": { "en": "tabbouleh", "zh_cn": "塔布勒" }, + "table": { "en": "table", "zh_cn": "桌子" }, + "tableware": { "en": "tableware", "zh_cn": "餐具" }, + "tachometer": { "en": "tachometer", "zh_cn": "转速表" }, + "taco": { "en": "taco", "zh_cn": "墨西哥玉米薄饼卷" }, + "taffy": { "en": "taffy", "zh_cn": "太妃糖" }, + "tambourine": { "en": "tambourine", "zh_cn": "手鼓" }, + "tapas": { "en": "tapas", "zh_cn": "餐前小吃" }, + "tapioca_pearls": { "en": "tapioca pearls", "zh_cn": "木薯珍珠" }, + "taro": { "en": "taro", "zh_cn": "芋头" }, + "tattoo": { "en": "tattoo", "zh_cn": "纹身" }, + "tea_drink": { "en": "tea drink", "zh_cn": "茶饮料" }, + "teapot": { "en": "teapot", "zh_cn": "茶壶" }, + "teen": { "en": "teen", "zh_cn": "青少年" }, + "telescope": { "en": "telescope", "zh_cn": "望远镜" }, + "television": { "en": "television", "zh_cn": "电视机" }, + "tempura": { "en": "tempura", "zh_cn": "天麸罗" }, + "tennis": { "en": "tennis", "zh_cn": "网球" }, + "tent": { "en": "tent", "zh_cn": "帐篷" }, + "tequila": { "en": "tequila", "zh_cn": "龙舌兰酒" }, + "teriyaki": { "en": "teriyaki", "zh_cn": "照烧" }, + "terrarium": { "en": "terrarium", "zh_cn": "玻璃器皿" }, + "terrier": { "en": "terrier", "zh_cn": "猎犬" }, + "textile": { "en": "textile", "zh_cn": "纺织品" }, + "theater": { "en": "theater", "zh_cn": "剧院" }, + "thermometer": { "en": "thermometer", "zh_cn": "温度计" }, + "thermos": { "en": "thermos", "zh_cn": "热水瓶" }, + "thermostat": { "en": "thermostat", "zh_cn": "恒温器" }, + "thunderstorm": { "en": "thunderstorm", "zh_cn": "雷雨" }, + "tiara": { "en": "tiara", "zh_cn": "冠状头饰" }, + "ticket": { "en": "ticket", "zh_cn": "票" }, + "tiger": { "en": "tiger", "zh_cn": "虎" }, + "timepiece": { "en": "timepiece", "zh_cn": "钟表" }, + "tiramisu": { "en": "tiramisu", "zh_cn": "提拉米苏" }, + "tire": { "en": "tire", "zh_cn": "轮胎" }, + "toad": { "en": "toad", "zh_cn": "蟾蜍" }, + "toaster": { "en": "toaster", "zh_cn": "烤面包机" }, + "toaster_oven": { "en": "toaster oven", "zh_cn": "烤箱" }, + "toilet_seat": { "en": "toilet seat", "zh_cn": "马桶座" }, + "tomato": { "en": "tomato", "zh_cn": "番茄" }, + "tool": { "en": "tool", "zh_cn": "工具" }, + "toolbox": { "en": "toolbox", "zh_cn": "工具箱" }, + "tornado": { "en": "tornado", "zh_cn": "龙卷风" }, + "tortilla": { "en": "tortilla", "zh_cn": "玉米饼" }, + "tortoise": { "en": "tortoise", "zh_cn": "乌龟" }, + "toucan": { "en": "toucan", "zh_cn": "巨嘴鸟" }, + "tower": { "en": "tower", "zh_cn": "塔" }, + "toy": { "en": "toy", "zh_cn": "玩具" }, + "track_rail": { "en": "track rail", "zh_cn": "轨道" }, + "tractor": { "en": "tractor", "zh_cn": "拖拉机" }, + "traffic_light": { "en": "traffic light", "zh_cn": "交通灯" }, + "trail": { "en": "trail", "zh_cn": "追踪" }, + "train": { "en": "train", "zh_cn": "火车" }, + "train_real": { "en": "train real", "zh_cn": "训练真实" }, + "train_station": { "en": "train station", "zh_cn": "火车站" }, + "train_toy": { "en": "train toy", "zh_cn": "火车玩具" }, + "trampoline": { "en": "trampoline", "zh_cn": "蹦床" }, + "tramway": { "en": "tramway", "zh_cn": "缆车" }, + "trash_can": { "en": "trash can", "zh_cn": "垃圾桶" }, + "treadmill": { "en": "treadmill", "zh_cn": "单调的工作" }, + "tree": { "en": "tree", "zh_cn": "树" }, + "tricycle": { "en": "tricycle", "zh_cn": "三轮车" }, + "tripod": { "en": "tripod", "zh_cn": "三脚架" }, + "trombone": { "en": "trombone", "zh_cn": "长号" }, + "trophy": { "en": "trophy", "zh_cn": "奖杯" }, + "trout": { "en": "trout", "zh_cn": "鳟鱼" }, + "truck": { "en": "truck", "zh_cn": "卡车" }, + "trumpet": { "en": "trumpet", "zh_cn": "小号" }, + "tuba": { "en": "tuba", "zh_cn": "大号" }, + "tulip": { "en": "tulip", "zh_cn": "郁金香" }, + "tuna": { "en": "tuna", "zh_cn": "金枪鱼" }, + "tunnel": { "en": "tunnel", "zh_cn": "地下通道" }, + "turmeric": { "en": "turmeric", "zh_cn": "姜黄" }, + "turntable": { "en": "turntable", "zh_cn": "转盘" }, + "turtle": { "en": "turtle", "zh_cn": "乌龟" }, + "tuxedo": { "en": "tuxedo", "zh_cn": "燕尾服" }, + "typewriter": { "en": "typewriter", "zh_cn": "打字机" }, + "ukulele": { "en": "ukulele", "zh_cn": "四弦琴" }, + "umbrella": { "en": "umbrella", "zh_cn": "雨伞" }, + "underwater": { "en": "underwater", "zh_cn": "水下的" }, + "ungulates": { "en": "ungulates", "zh_cn": "有蹄类" }, + "urchin": { "en": "urchin", "zh_cn": "小脏孩" }, + "utensil": { "en": "utensil", "zh_cn": "器具" }, + "vacuum": { "en": "vacuum", "zh_cn": "真空" }, + "van": { "en": "van", "zh_cn": "厢式货车" }, + "vase": { "en": "vase", "zh_cn": "花瓶" }, + "vegetable": { "en": "vegetable", "zh_cn": "蔬菜" }, + "vegetation": { "en": "vegetation", "zh_cn": "植被" }, + "vehicle": { "en": "vehicle", "zh_cn": "交通工具" }, + "vehicle_toy": { "en": "vehicle toy", "zh_cn": "汽车玩具" }, + "videogame": { "en": "videogame", "zh_cn": "电子游戏" }, + "vineyard": { "en": "vineyard", "zh_cn": "葡萄园" }, + "violin": { "en": "violin", "zh_cn": "小提琴" }, + "vizsla": { "en": "vizsla", "zh_cn": "维兹拉" }, + "volcano": { "en": "volcano", "zh_cn": "火山" }, + "volleyball": { "en": "volleyball", "zh_cn": "排球" }, + "vulture": { "en": "vulture", "zh_cn": "兀鹫" }, + "waffle": { "en": "waffle", "zh_cn": "华夫饼" }, + "wagon": { "en": "wagon", "zh_cn": "马车" }, + "wakeboarding": { "en": "wakeboarding", "zh_cn": "水上滑板" }, + "wallet": { "en": "wallet", "zh_cn": "钱包" }, + "walrus": { "en": "walrus", "zh_cn": "海象" }, + "warship": { "en": "warship", "zh_cn": "战舰" }, + "wasabi": { "en": "wasabi", "zh_cn": "芥末" }, + "washbasin": { "en": "washbasin", "zh_cn": "洗脸盆" }, + "watch": { "en": "watch", "zh_cn": "看" }, + "water": { "en": "water", "zh_cn": "水" }, + "water_body": { "en": "water body", "zh_cn": "水体" }, + "watercraft": { "en": "watercraft", "zh_cn": "船艇" }, + "waterfall": { "en": "waterfall", "zh_cn": "瀑布" }, + "watering_can": { "en": "watering can", "zh_cn": "水壶" }, + "watermelon": { "en": "watermelon", "zh_cn": "西瓜" }, + "watermill": { "en": "watermill", "zh_cn": "水磨" }, + "waterpolo": { "en": "waterpolo", "zh_cn": "水球" }, + "watersport": { "en": "watersport", "zh_cn": "水上运动" }, + "waterways": { "en": "waterways", "zh_cn": "水道" }, + "wedding": { "en": "wedding", "zh_cn": "婚礼" }, + "wedding_cake": { "en": "wedding cake", "zh_cn": "结婚蛋糕" }, + "wedding_dress": { "en": "wedding dress", "zh_cn": "婚纱" }, + "weight_scale": { "en": "weight scale", "zh_cn": "体重秤" }, + "weimaraner": { "en": "weimaraner", "zh_cn": "魏马拉纳" }, + "wetland": { "en": "wetland", "zh_cn": "湿地" }, + "wetsuit": { "en": "wetsuit", "zh_cn": "潜水衣" }, + "whale": { "en": "whale", "zh_cn": "鲸鱼" }, + "wheat": { "en": "wheat", "zh_cn": "小麦" }, + "wheel": { "en": "wheel", "zh_cn": "轮" }, + "wheelbarrow": { "en": "wheelbarrow", "zh_cn": "手推车" }, + "wheelchair": { "en": "wheelchair", "zh_cn": "轮椅" }, + "whisk": { "en": "whisk", "zh_cn": "搅拌" }, + "white_bread": { "en": "white bread", "zh_cn": "白面包" }, + "white_wine": { "en": "white wine", "zh_cn": "白葡萄酒" }, + "whiteboard": { "en": "whiteboard", "zh_cn": "白板" }, + "willow": { "en": "willow", "zh_cn": "柳树" }, + "winch": { "en": "winch", "zh_cn": "卷扬机" }, + "wind_turbine": { "en": "wind turbine", "zh_cn": "风力涡轮机" }, + "windmill": { "en": "windmill", "zh_cn": "风车" }, + "window": { "en": "window", "zh_cn": "窗" }, + "windsurfing": { "en": "windsurfing", "zh_cn": "风帆冲浪" }, + "wine": { "en": "wine", "zh_cn": "葡萄酒" }, + "wine_bottle": { "en": "wine bottle", "zh_cn": "酒瓶" }, + "winter_sport": { "en": "winter sport", "zh_cn": "冬季运动" }, + "wonton": { "en": "wonton", "zh_cn": "馄饨" }, + "wood_natural": { "en": "wood natural", "zh_cn": "天然木材" }, + "wood_processed": { "en": "wood processed", "zh_cn": "木材加工" }, + "woodpecker": { "en": "woodpecker", "zh_cn": "啄木鸟" }, + "woodwind": { "en": "woodwind", "zh_cn": "木管乐器" }, + "workout": { "en": "workout", "zh_cn": "训练" }, + "worm": { "en": "worm", "zh_cn": "蠕虫" }, + "wreath": { "en": "wreath", "zh_cn": "花环" }, + "wrench": { "en": "wrench", "zh_cn": "扳手" }, + "wrestling": { "en": "wrestling", "zh_cn": "摔跤" }, + "xylophone": { "en": "xylophone", "zh_cn": "木琴" }, + "yacht": { "en": "yacht", "zh_cn": "帆船" }, + "yarn": { "en": "yarn", "zh_cn": "纱线" }, + "yoga": { "en": "yoga", "zh_cn": "瑜伽" }, + "yogurt": { "en": "yogurt", "zh_cn": "酸奶" }, + "yolk": { "en": "yolk", "zh_cn": "蛋黄" }, + "zebra": { "en": "zebra", "zh_cn": "斑马" }, + "zoo": { "en": "zoo", "zh_cn": "动物园" }, + "zucchini": { "en": "zucchini", "zh_cn": "西葫芦" } +} diff --git a/src/index.ts b/src/index.ts index bcc23d6..96dc954 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,7 @@ import { NativeModules } from 'react-native'; +import identifiers from './identifiers.json'; + const { ClassifyImage } = NativeModules; export enum Orientation { @@ -45,17 +47,27 @@ export interface Options { orientation?: Orientation; } -export interface Result { +interface BaseResult { /** * 分类标签名 */ - identifier: string; + identifier: any; /** * 置信度,[0 - 1] */ confidence: number; } +export interface Result extends BaseResult { + /** + * 分类标签名 + */ + identifier: { + en: string; + zh_cn: string; + }; +} + /** * 请求图像分类 * @@ -63,10 +75,27 @@ export interface Result { * @param path 图像本地路径 * @param options 配置 */ -export function request(path: string, options?: Options): Promise { +export async function request( + path: string, + options?: Options +): Promise { return ClassifyImage.request({ path, ...options, + }).then((results: BaseResult[]) => { + return results?.map((item) => { + const identifier = (identifiers as { [key: string]: any })[ + item.identifier + ]; + + return { + ...item, + identifier: { + en: identifier?.en ?? item.identifier, + zh_cn: identifier?.zh_cn, + }, + }; + }); }); }