Skip to content

给emoji工作流的表情增加了中文联想词支持 #118

@rainow

Description

@rainow

related_words.rb中内容替换掉就可以:

# Originally copied from https://github.com/muan/emoji at `51b8e34f3c`.
# Chinese language support added by Deepseek
RELATED_WORDS = {
  'smile' => ['face', 'happy', 'joy', '脸', '开心', '快乐', '笑脸'],
  'grinning' => ['face', 'smile', 'happy', 'joy', '脸', '微笑', '开心', '快乐', '露齿笑'],
  'smiley' => ['face', 'happy', 'joy', 'haha', '脸', '开心', '快乐', '哈哈', '笑脸'],
  'blush' => ['face', 'smile', 'happy', '脸', '微笑', '开心', '脸红'],
  'relaxed' => ['face', 'blush', 'massage', 'happiness', '脸', '脸红', '按摩', '幸福', '放松'],
  'wink' => ['face', 'happy', '脸', '开心', '眨眼', '使眼色'],
  'heart_eyes' => ['face', 'love', 'like', 'affection', 'valentines', '脸', '爱', '喜欢', '情感', '情人节', '心动'],
  'kissing_heart' => ['face', 'love', 'like', 'affection', 'valentines', '脸', '爱', '喜欢', '情感', '情人节', '飞吻'],
  'kissing_closed_eyes' => ['face', 'love', 'like', 'affection', 'valentines', '脸', '爱', '喜欢', '情感', '情人节', '亲亲'],
  'kissing' => ['love', 'like', 'face', '3', 'valentines', '爱', '喜欢', '脸', '亲吻', '情人节'],
  'kissing_smiling_eyes' => ['face', 'affection', 'valentines', '脸', '情感', '情人节', '微笑亲吻'],
  'stuck_out_tongue_winking_eye' => ['face', 'prank', 'childish', '脸', '恶作剧', '幼稚', '调皮', '鬼脸'],
  'stuck_out_tongue_closed_eyes' => ['face', 'prank', '脸', '恶作剧', '吐舌', '调皮'],
  'stuck_out_tongue' => ['face', 'prank', 'childish', '脸', '恶作剧', '幼稚', '吐舌头'],
  'flushed' => ['face', 'blush', 'shy', 'flattered', '脸', '脸红', '害羞', '奉承', '尴尬'],
  'grin' => ['face', 'happy', 'smile', 'joy', '脸', '开心', '微笑', '快乐', '露齿笑'],
  'pensive' => ['face', 'sad', '脸', '悲伤', '沉思', '忧郁'],
  'relieved' => ['face', 'relaxed', 'phew', 'massage', 'happiness', '脸', '放松', '唷', '按摩', '幸福', '释然'],
  'unamused' => ['indifference', 'face', 'bored', '冷漠', '脸', '无聊', '不高兴'],
  'disappointed' => ['face', 'sad', 'upset', '脸', '悲伤', '沮丧', '失望'],
  'persevere' => ['face', 'sick', 'no', 'upset', '脸', '生病', '不', '沮丧', '坚忍'],
  'cry' => ['face', 'tears', 'sad', 'face', '脸', '眼泪', '悲伤', '哭泣'],
  'joy' => ['face', 'cry', 'tears', 'weep', 'happy', 'haha', '脸', '哭', '眼泪', '哭泣', '开心', '哈哈', '笑哭'],
  'sob' => ['face', 'cry', 'tears', 'sad', 'upset', '脸', '哭', '眼泪', '悲伤', '沮丧', '大哭'],
  'sleepy' => ['face', 'tired', '脸', '疲倦', '困倦', '想睡'],
  'disappointed_relieved' => ['face', 'phew', 'sweat', 'nervous', '脸', '唷', '流汗', '紧张', '失望又释然'],
  'cold_sweat' => ['face', 'nervous', '脸', '紧张', '冷汗', '担心'],
  'sweat_smile' => ['face', 'hot', 'happy', '脸', '热', '开心', '流汗笑'],
  'sweat' => ['face', 'hot', 'tired', '脸', '热', '疲倦', '流汗'],
  'weary' => ['face', 'tired', 'sleepy', 'sad', '脸', '疲倦', '困倦', '悲伤', '厌倦'],
  'tired_face' => ['face', 'sick', 'whine', 'upset', '脸', '生病', '抱怨', '沮丧', '疲惫'],
  'fearful' => ['face', 'scared', 'terrified', 'nervous', 'oops', '脸', '害怕', '恐惧', '紧张', '哎呀', '担心'],
  'scream' => ['face', 'munch', '脸', '恐怖', '尖叫', '惊恐'],
  'angry' => ['mad', 'face', 'annoyed', '生气', '脸', '恼怒', '气愤'],
  'triumph' => ['face', 'gas', 'phew', '脸', '煤气', '唷', '得意'],
  'confounded' => ['face', 'confused', 'sick', 'unwell', '脸', '困惑', '生病', '不适', '苦恼'],
  'satisfied' => ['haha', 'happy', 'face', 'joy', 'glad', '哈哈', '开心', '脸', '快乐', '高兴', '满意'],
  'yum' => ['happy', 'joy', 'tongue', 'smile', 'face', '开心', '快乐', '舌头', '微笑', '脸', '美味'],
  'mask' => ['face', 'sick', 'ill', '脸', '生病', '不适', '口罩'],
  'sunglasses' => ['face', 'cool', 'shades', '脸', '酷', '墨镜', '扮酷'],
  'sleeping' => ['face', 'tired', 'sleepy', 'zzz', '脸', '疲倦', '困倦', '睡觉'],
  'dizzy_face' => ['face', 'spent', 'unconscious', 'xox', '脸', '晕眩', '无意识', '眼冒金星'],
  'astonished' => ['face', 'xox', '脸', '震惊', '吃惊'],
  'worried' => ['face', 'concern', 'nervous', '脸', '担心', '紧张', '忧虑'],
  'frowning' => ['face', 'aw', '脸', '皱眉', '不高兴'],
  'anguished' => ['face', 'stunned', 'nervous', '脸', '震惊', '紧张', '痛苦'],
  'smiling_imp' => ['devil', 'horns', '魔鬼', '角', '恶魔笑'],
  'imp' => ['devil', 'evil', 'angry', 'horns', '魔鬼', '邪恶', '生气', '角', '小恶魔'],
  'open_mouth' => ['face', 'surprise', 'impressed', 'wow', '脸', '惊讶', '印象深', '哇', '张嘴'],
  'grimacing' => ['face', '脸', '龇牙', '鬼脸'],
  'neutral_face' => ['face', 'indifference', '脸', '冷漠', '无表情'],
  'hushed' => ['face', 'woo', '脸', '安静', '嘘声'],
  'no_mouth' => ['face', 'hellokitty', '脸', '无口', '闭嘴'],
  'innocent' => ['face', 'angel', 'heaven', '脸', '天使', '天堂', '无辜'],
  'smirk' => ['smile', 'mean', 'prank', '微笑', '恶意', '恶作剧', '假笑', '得意笑'],
  'expressionless' => ['face', 'indifferent', '脸', '冷漠', '无表情'],
  'man_with_gua_pi_mao' => ['male', 'boy', '男性', '男孩', '瓜皮帽'],
  'man_with_turban' => ['male', '男性', '头巾'],
  'cop' => ['man', 'police', 'law', 'enforcement', 'arrest', '男人', '警察', '法律', '执法', '逮捕'],
  'construction_worker' => ['man', 'male', 'human', 'wip', '男人', '男性', '人类', '工作中', '建筑工人'],
  'guardsman' => ['uk', 'gb', 'british', 'man', 'male', '英国', '英国国旗', '英国男人', '男性', '卫兵'],
  'baby' => ['child', '孩子', '婴儿', '宝宝'],
  'boy' => ['man', 'male', 'guy', '男人', '男性', '家伙', '男孩'],
  'girl' => ['female', 'woman', '女性', '女人', '女孩'],
  'man' => ['mustashe', 'father', 'dad', 'guy', 'classy', '胡子', '父亲', '爸爸', '家伙', '优雅', '男人'],
  'woman' => ['female', 'girls', '女性', '女孩们', '女人'],
  'older_man' => ['human', 'male', 'men', '人类', '男性', '男人们', '老男人'],
  'older_woman' => ['female', 'women', 'girl', '女性', '女人们', '女孩', '老女人'],
  'person_with_blond_hair' => ['man', 'male', '男人', '男性', '金发'],
  'angel' => ['heaven', 'wings', '天堂', '翅膀', '天使'],
  'princess' => ['girl', 'woman', 'female', 'blond', 'crown', '女孩', '女人', '女性', '金发', '皇冠', '公主'],
  'smile_cat' => ['animal', 'cats', '动物', '猫', '笑脸猫'],
  'heart_eyes_cat' => ['animal', 'love', 'like', 'affection', 'cats', 'valentines', '动物', '爱', '喜欢', '情感', '猫', '情人节', '心动猫'],
  'kissing_cat' => ['animal', 'cats', '动物', '猫', '亲吻猫'],
  'smirk_cat' => ['animal', 'cats', '动物', '猫', '假笑猫'],
  'scream_cat' => ['animal', 'cats', 'munch', '动物', '猫', '恐怖', '尖叫猫'],
  'crying_cat_face' => ['animal', 'tears', 'weep', 'sad', 'cats', '动物', '眼泪', '哭泣', '悲伤', '猫', '哭猫'],
  'joy_cat' => ['animal', 'cats', 'haha', 'happy', 'tears', '动物', '猫', '哈哈', '开心', '眼泪', '快乐猫'],
  'pouting_cat' => ['animal', 'cats', '动物', '猫', '撅嘴猫'],
  'smiley_cat' => ['animal', 'cats', 'happy', '动物', '猫', '开心', '笑脸猫'],
  'japanese_goblin' => ['日本', '妖怪', '鬼怪'],
  'see_no_evil' => ['monkey', 'animal', 'nature', '猴子', '动物', '自然', '非礼勿视'],
  'hear_no_evil' => ['animal', 'monkey', '动物', '猴子', '非礼勿听'],
  'speak_no_evil' => ['monkey', 'animal', '猴子', '动物', '非礼勿言'],
  'skin-tone-2' => ['skin', 'tone', '皮肤', '色调', '浅色'],
  'skin-tone-3' => ['skin', 'tone', '皮肤', '色调', '中等浅色'],
  'skin-tone-4' => ['skin', 'tone', '皮肤', '色调', '中等'],
  'skin-tone-5' => ['skin', 'tone', '皮肤', '色调', '中等深色'],
  'skin-tone-6' => ['skin', 'tone', '皮肤', '色调', '深色'],
  'skull' => ['dead', '死亡', '骷髅', '头骨'],
  'alien' => ['UFO', 'paul', '不明飞行物', '外星人', '异形'],
  'hankey' => ['poop', 'shit', 'shitface', '粪便', '屎', '屎脸', '便便'],
  'poop' => ['poop', 'shit', 'shitface', '粪便', '屎', '屎脸', '便便'],
  'shit' => ['poop', 'face', '粪便', '脸', '屎'],
  'fire' => ['hot', 'cook', '热', '烹饪', '火', '火焰'],
  'sparkles' => ['stars', 'shine', 'shiny', 'cool', '星星', '闪耀', '闪亮', '酷', '火花'],
  'star2' => ['night', '夜晚', '星星', '星空'],
  'dizzy' => ['star', 'sparkle', 'shoot', '星星', '火花', '射击', '晕眩'],
  'boom' => ['bomb', '炸弹', '爆炸', '爆破'],
  'collision' => ['boom', 'bomb', 'blown', '爆炸', '炸弹', '吹散', '碰撞'],
  'anger' => ['angry', 'mad', '生气', '疯狂', '愤怒'],
  'sweat_drops' => ['water', '水', '汗滴', '水滴'],
  'droplet' => ['water', 'drip', 'faucet', '水', '滴下', '水龙头', '水滴'],
  'zzz' => ['sleepy', 'tired', '困倦', '疲倦', '睡觉', '打呼'],
  'ear' => ['face', 'hear', 'sound', 'listen', '脸', '听', '声音', '倾听', '耳朵'],
  'eyes' => ['look', 'watch', 'stalk', 'peek', '看', '注视', '跟踪', '偷看', '眼睛'],
  'nose' => ['smell', 'sniff', '闻', '嗅', '鼻子'],
  'tongue' => ['舌头', '味觉', '品尝'],
  'lips' => ['嘴唇', '接吻', '口红'],
  '+1' => ['thumb', 'thumbs', 'thumbsup', '拇指', '大拇指', '点赞'],
  'thumbsup' => ['拇指向上', '点赞', '好'],
  '-1' => ['thumb', 'thumbs', 'thumbsdown', '拇指', '大拇指', '点踩'],
  'thumbsdown' => ['拇指向下', '点踩', '不好'],
  'ok_hand' => ['fingers', 'limbs', '手指', '肢体', '好的', 'OK手势'],
  'punch' => ['拳头', '击打', '拳击'],
  'facepunch' => ['angry', 'violence', 'fist', 'hit', 'attack', '生气', '暴力', '拳头', '击打', '攻击', '拳击'],
  'fist' => ['fingers', 'hand', '手指', '手', '拳头'],
  'v' => ['fingers', 'ohyeah', 'hand', '手指', '哦耶', '手', '胜利手势'],
  'wave' => ['hands', 'gesture', 'goodbye', 'solong', 'farewell', '手', '手势', '再见', '再会', '告别', '挥手'],
  'hand' => ['fingers', 'stop', 'highfive', '手指', '停止', '击掌', '手'],
  'open_hands' => ['fingers', 'butterfly', '手指', '蝴蝶', '张开手'],
  'point_up' => ['hand', 'fingers', 'direction', '手', '手指', '方向', '向上指'],
  'point_down' => ['fingers', 'hand', 'direction', '手指', '手', '方向', '向下指'],
  'point_right' => ['fingers', 'hand', 'direction', '手指', '手', '方向', '向右指'],
  'point_left' => ['direction', 'fingers', 'hand', '方向', '手指', '手', '向左指'],
  'raised_hands' => ['gesture', 'hooray', '手势', '万岁', '举手', '庆祝'],
  'pray' => ['please', 'hope', 'wish', '请', '希望', '愿望', '祈祷'],
  'point_up_2' => ['fingers', 'hand', 'direction', '手指', '手', '方向', '向上指'],
  'clap' => ['hands', 'praise', 'applause', '手', '赞美', '鼓掌', '掌声'],
  'muscle' => ['hand', '手', '肌肉', '力量'],
  'walking' => ['man', 'human', '男人', '人类', '走路', '步行'],
  'runner' => ['man', 'walking', 'exercise', '男人', '走路', '锻炼', '跑步'],
  'running' => ['man', 'walking', 'exercise', '男人', '走路', '锻炼', '跑步'],
  'dancer' => ['female', 'girl', 'woman', '女性', '女孩', '女人', '舞者'],
  'couple' => ['people', 'human', 'love', 'date', 'dating', 'like', 'affection', 'valentines', 'marriage', '人们', '人类', '爱', '约会', '约会中', '喜欢', '情感', '情人节', '婚姻', '情侣'],
  'family' => ['home', 'parents', 'child', 'mom', 'dad', 'father', 'mother', '家', '父母', '孩子', '妈妈', '爸爸', '父亲', '母亲', '家庭'],
  'two_men_holding_hands' => ['couple', 'love', 'like', 'bromance', 'friends', 'valentines', 'marriage', '情侣', '爱', '喜欢', '兄弟情', '朋友', '情人节', '婚姻', '两男牵手'],
  'two_women_holding_hands' => ['friends', 'couple', 'love', 'like', 'valentines', 'marriage', '朋友', '情侣', '爱', '喜欢', '情人节', '婚姻', '两女牵手'],
  'couplekiss' => ['valentines', 'love', 'like', 'dating', 'marriage', '情人节', '爱', '喜欢', '约会', '婚姻', '情侣接吻'],
  'couple_with_heart' => ['love', 'like', 'affection', 'human', 'dating', 'valentines', 'marriage', '爱', '喜欢', '情感', '人类', '约会', '情人节', '婚姻', '有心情侣'],
  'dancers' => ['female', 'bunny', 'women', 'girls', '女性', '兔女郎', '女人们', '女孩们', '舞者们'],
  'ok_woman' => ['women', 'girl', 'female', 'pink', 'human', '女人们', '女孩', '女性', '粉色', '人类', 'OK女人'],
  'no_good' => ['female', 'girl', 'woman', '女性', '女孩', '女人', '不行', '不好'],
  'information_desk_person' => ['female', 'girl', 'woman', 'human', '女性', '女孩', '女人', '人类', '问讯台'],
  'raised_hand' => ['female', 'girl', 'woman', '女性', '女孩', '女人', '举手'],
  'massage' => ['female', 'girl', 'woman', '女性', '女孩', '女人', '按摩'],
  'haircut' => ['female', 'girl', 'woman', '女性', '女孩', '女人', '理发'],
  'nail_care' => ['beauty', 'manicure', '美丽', '美甲', '指甲护理'],
  'bride_with_veil' => ['couple', 'marriage', 'wedding', '情侣', '婚姻', '婚礼', '戴头纱新娘'],
  'person_with_pouting_face' => ['female', 'girl', 'woman', '女性', '女孩', '女人', '撅嘴'],
  'person_frowning' => ['female', 'girl', 'woman', '女性', '女孩', '女人', '皱眉'],
  'bow' => ['man', 'male', 'boy', '男人', '男性', '男孩', '鞠躬'],
  'tophat' => ['magic', 'gentleman', 'classy', '魔术', '绅士', '优雅', '高顶帽'],
  'crown' => ['king', 'kod', '国王', '皇冠', '王国'],
  'womans_hat' => ['fashion', 'accessories', '时尚', '配饰', '女帽'],
  'athletic_shoe' => ['shoes', 'sports', '鞋', '运动', '运动鞋'],
  'shoe' => ['accessories', 'fashion', '配饰', '时尚', '鞋'],
  'mans_shoe' => ['fashion', 'male', '时尚', '男性', '男鞋'],
  'sandal' => ['shoes', 'fashion', '鞋', '时尚', '凉鞋'],
  'high_heel' => ['fashion', 'shoes', 'female', '时尚', '鞋', '女性', '高跟鞋'],
  'boot' => ['shoes', 'fashion', '鞋', '时尚', '靴子'],
  'tshirt' => ['fashion', '时尚', 'T恤'],
  'shirt' => ['fashion', 'cloth', '时尚', '布料', '衬衫'],
  'necktie' => ['shirt', 'suitup', 'formal', 'fashion', 'cloth', '衬衫', '正装', '正式', '时尚', '布料', '领带'],
  'womans_clothes' => ['fashion', '时尚', '女装'],
  'dress' => ['fashion', '时尚', '连衣裙'],
  'running_shirt_with_sash' => ['play', '玩耍', '运动衫'],
  'jeans' => ['fashion', 'shopping', '时尚', '购物', '牛仔裤'],
  'kimono' => ['dress', 'fashion', 'women', 'female', 'japanese', '服装', '时尚', '女人们', '女性', '日本', '和服'],
  'bikini' => ['swimming', 'female', 'woman' ,'girl', 'fashion', 'beach', '游泳', '女性', '女人', '女孩', '时尚', '海滩', '比基尼'],
  'briefcase' => ['business', 'documents', 'work', '商业', '文件', '工作', '公文包'],
  'handbag' => ['fashion', 'bag', 'accessory', 'accessories', '时尚', '包', '配饰', '配件', '手提包'],
  'pouch' => ['bag', 'accessories', '包', '配件', '小袋子'],
  'purse' => ['fashion', 'accessories', 'money', '时尚', '配件', '钱', '钱包'],
  'eyeglasses' => ['fashion', 'accessories', '时尚', '配件', '眼镜'],
  'ribbon' => ['decoration', 'pink', 'girl', 'bowtie', '装饰', '粉色', '女孩', '领结', '丝带'],
  'closed_umbrella' => ['weather', 'rain', '天气', '雨', '收起的伞'],
  'lipstick' => ['female', 'girl', 'fashion', '女性', '女孩', '时尚', '口红'],

  'yellow_heart' => ['love', 'like', 'affection', 'valentines', '爱', '喜欢', '情感', '情人节', '黄心'],
  'blue_heart' => ['love', 'like', 'affection', 'valentines', '爱', '喜欢', '情感', '情人节', '蓝心'],
  'purple_heart' => ['love', 'like', 'affection', 'valentines', '爱', '喜欢', '情感', '情人节', '紫心'],
  'green_heart' => ['love', 'like', 'affection', 'valentines', '爱', '喜欢', '情感', '情人节', '绿心'],
  'heart' => ['love', 'like', 'valentines', '爱', '喜欢', '情人节', '心'],
  'broken_heart' => ['sad', 'sorry', '悲伤', '抱歉', '碎心'],
  'heartpulse' => ['like', 'love', 'affection', 'valentines', '喜欢', '爱', '情感', '情人节', '心跳'],
  'heartbeat' => ['love', 'like', 'affection', 'valentines', '爱', '喜欢', '情感', '情人节', '心跳'],
  'two_hearts' => ['love', 'like', 'affection', 'valentines', '爱', '喜欢', '情感', '情人节', '两颗心'],
  'sparkling_heart' => ['love', 'like', 'affection', 'valentines', '爱', '喜欢', '情感', '情人节', '闪光心'],
  'revolving_hearts' => ['love', 'like', 'affection', 'valentines', '爱', '喜欢', '情感', '情人节', '旋转心'],
  'cupid' => ['love', 'like', 'heart', 'affection', 'valentines', '爱', '喜欢', '心', '情感', '情人节', '丘比特'],
  'love_letter' => ['email', 'like', 'affection', 'envelope', 'valentines', '电子邮件', '喜欢', '情感', '信封', '情人节', '情书'],
  'kiss' => ['face', 'lips', 'love', 'like', 'affection', 'valentines', '脸', '嘴唇', '爱', '喜欢', '情感', '情人节', '吻'],
  'ring' => ['wedding', 'propose', 'marriage', 'valentines', '婚礼', '求婚', '婚姻', '情人节', '戒指'],
  'gem' => ['blue', 'ruby', '蓝色', '红宝石', '宝石'],
  'bust_in_silhouette' => ['man', 'user', 'person', 'human', '男人', '用户', '人', '人类', '半身像'],
  'busts_in_silhouette' => ['man', 'user', 'person', 'human', 'group', 'team', '男人', '用户', '人', '人类', '团体', '团队', '多个半身像'],
  'speech_balloon' => ['bubble', 'words', '气泡', '词语', '对话气泡'],
  'footprints' => ['feet', '脚', '脚印'],
  'thought_balloon' => ['bubble', 'cloud', 'speech', '气泡', '云', '讲话', '思想气泡'],

  'dog' => ['animal', 'friend', 'nature', 'woff', '动物', '朋友', '自然', '狗'],
  'wolf' => ['animal', 'nature', '动物', '自然', '狼'],
  'cat' => ['animal', '动物', '猫'],
  'mouse' => ['animal', 'nature', '动物', '自然', '老鼠'],
  'hamster' => ['animal', 'nature', '动物', '自然', '仓鼠'],
  'rabbit' => ['animal', 'nature', '动物', '自然', '兔子'],
  'frog' => ['animal', 'nature', '动物', '自然', '青蛙'],
  'tiger' => ['animal', 'feline', '动物', '猫科', '老虎'],
  'koala' => ['animal', 'nature', '动物', '自然', '考拉'],
  'bear' => ['animal', 'nature', '动物', '自然', '熊'],
  'pig' => ['animal', 'swine', '动物', '猪', '猪'],
  'pig_nose' => ['animal', '动物', '猪鼻子'],
  'cow' => ['beef', 'ox', 'animal', '牛肉', '牛', '动物', '奶牛'],
  'boar' => ['animal', 'nature', '动物', '自然', '野猪'],
  'monkey' => ['animal', 'nature', '动物', '自然', '猴子'],
  'monkey_face' => ['animal', 'nature', '动物', '自然', '猴脸'],
  'horse' => ['animal', '动物', '马'],
  'sheep' => ['animal', 'nature', '动物', '自然', '羊'],
  'elephant' => ['animal', 'nature', 'nose', 'thailand', 'trunk', '动物', '自然', '鼻子', '泰国', '象鼻', '大象'],
  'panda_face' => ['animal', 'nature', '动物', '自然', '熊猫脸'],
  'penguin' => ['animal', 'nature', '动物', '自然', '企鹅'],
  'bird' => ['animal', 'nature', '动物', '自然', '鸟'],
  'baby_chick' => ['animal', 'chicken', '动物', '鸡', '小鸡'],
  'hatched_chick' => ['chicken', 'baby', '鸡', '宝宝', '出壳小鸡'],
  'hatching_chick' => ['chicken', 'egg', 'born', '鸡', '蛋', '出生', '孵化小鸡'],
  'chicken' => ['animal', 'hen', '动物', '母鸡', '鸡'],
  'snake' => ['animal', 'evil', '动物', '邪恶', '蛇'],
  'turtle' => ['animal', 'slow', '动物', '慢', '乌龟'],
  'bug' => ['insect', 'nature', '昆虫', '自然', '虫子'],
  'honeybee' => ['animal', 'insect', '动物', '昆虫', '蜜蜂'],
  'bee' => ['animal', 'insect', '动物', '昆虫', '蜜蜂'],
  'ant' => ['animal', 'insect', '动物', '昆虫', '蚂蚁'],
  'beetle' => ['insect', 'nature', '昆虫', '自然', '甲虫'],
  'snail' => ['slow', 'animal', 'shell', '慢', '动物', '壳', '蜗牛'],
  'octopus' => ['animal', '动物', '章鱼'],
  'shell' => ['nature', 'sea', 'beach', '自然', '海', '海滩', '贝壳'],
  'tropical_fish' => ['animal', '动物', '热带鱼'],
  'fish' => ['animal', 'food', 'nature', '动物', '食物', '自然', '鱼'],
  'dolphin' => ['animal', 'nature', 'fish', '动物', '自然', '鱼', '海豚'],
  'whale' => ['animal', 'nature', 'sea', '动物', '自然', '海', '鲸鱼'],
  'whale2' => ['animal', 'nature', 'sea', '动物', '自然', '海', '鲸鱼'],
  'cow2' => ['beef', 'ox', 'animal', 'nature', '牛肉', '牛', '动物', '自然', '奶牛'],
  'ram' => ['animal', 'sheep', 'nature', '动物', '羊', '自然', '公羊'],
  'rat' => ['animal', 'mouse', '动物', '老鼠', '大鼠'],
  'water_buffalo' => ['animal', 'nature', 'ox', 'cow', '动物', '自然', '牛', '奶牛', '水牛'],
  'tiger2' => ['animal', 'nature', 'feline', '动物', '自然', '猫科', '老虎'],
  'rabbit2' => ['animal', 'nature', '动物', '自然', '兔子'],
  'dragon' => ['animal', 'myth', 'nature', 'chinese', 'green', '动物', '神话', '自然', '中国', '绿色', '龙'],
  'racehorse' => ['animal', 'gamble', '动物', '赌博', '赛马'],
  'goat' => ['animal', 'nature', '动物', '自然', '山羊'],
  'rooster' => ['animal', 'nature', 'chicken', '动物', '自然', '鸡', '公鸡'],
  'dog2' => ['animal', 'nature', 'friend', 'doge', '动物', '自然', '朋友', '狗', '狗'],
  'pig2' => ['animal', 'nature', '动物', '自然', '猪'],
  'mouse2' => ['animal', 'nature', '动物', '自然', '老鼠'],
  'ox' => ['animal', 'cow', 'beef', '动物', '牛', '牛肉', '公牛'],
  'dragon_face' => ['animal', 'myth', 'nature', 'chinese', 'green', '动物', '神话', '自然', '中国', '绿色', '龙脸'],
  'blowfish' => ['nature', 'food', 'sea', 'ocean', '自然', '食物', '海', '海洋', '河豚'],
  'crocodile' => ['animal', 'nature', '动物', '自然', '鳄鱼'],
  'camel' => ['animal', 'nature', 'hot', '动物', '自然', '热', '骆驼'],
  'dromedary_camel' => ['animal', 'hot', 'desert', '动物', '热', '沙漠', '单峰骆驼'],
  'leopard' => ['animal', 'nature', '动物', '自然', '豹子'],
  'cat2' => ['animal', '动物', '猫'],
  'poodle' => ['dog', 'animal', '101', 'nature', '狗', '动物', '101', '自然', '贵宾犬'],
  'paw_prints' => ['animal', '动物', '爪印'],
  'bouquet' => ['flowers', 'nature', 'valentines', '花', '自然', '情人节', '花束'],
  'cherry_blossom' => ['flower', 'nature', 'plant', '花', '自然', '植物', '樱花'],
  'tulip' => ['flowers', 'plant', 'nature', '花', '植物', '自然', '郁金香'],
  'four_leaf_clover' => ['vegetable', 'plant', 'nature', 'lucky', '蔬菜', '植物', '自然', '幸运', '四叶草'],
  'rose' => ['flowers', 'valentines', 'love', '花', '情人节', '爱', '玫瑰'],
  'sunflower' => ['nature', 'plant', '自然', '植物', '向日葵'],
  'hibiscus' => ['plant', 'vegetable', 'flowers', '植物', '蔬菜', '花', '木槿'],
  'maple_leaf' => ['nature', 'plant', 'vegetable', '自然', '植物', '蔬菜', '枫叶'],
  'leaves' => ['nature', 'plant', 'tree', 'vegetable', 'grass', 'lawn', '自然', '植物', '树', '蔬菜', '草', '草坪', '叶子'],
  'fallen_leaf' => ['nature', 'plant', 'vegetable', 'leaves', '自然', '植物', '蔬菜', '叶子', '落叶'],
  'herb' => ['vegetable', 'plant', 'medicine', 'weed', 'grass', 'lawn', '蔬菜', '植物', '药', '杂草', '草', '草坪', '药草'],
  'ear_of_rice' => ['nature', 'plant', '自然', '植物', '稻穗'],
  'mushroom' => ['plant', 'vegetable', '植物', '蔬菜', '蘑菇'],
  'cactus' => ['vegetable', 'plant', 'nature', '蔬菜', '植物', '自然', '仙人掌'],
  'palm_tree' => ['plant', 'vegetable', 'nature', '植物', '蔬菜', '自然', '棕榈树'],
  'evergreen_tree' => ['plant', 'nature', '植物', '自然', '常青树'],
  'deciduous_tree' => ['plant', 'nature', '植物', '自然', '落叶树'],
  'chestnut' => ['food', 'squirrel', '食物', '松鼠', '栗子'],
  'seedling' => ['plant', 'nature', 'grass', 'lawn', '植物', '自然', '草', '草坪', '幼苗'],
  'blossom' => ['nature', 'flowers', 'yellow', '自然', '花', '黄色', '开花'],
  'globe_with_meridians' => ['earth', 'international', 'world', '地球', '国际', '世界'],
  'sun_with_face' => ['morning', '早晨', '太阳笑脸'],
  'full_moon_with_face' => ['满月笑脸'],
  'new_moon_with_face' => ['nature', '自然', '新月笑脸'],
  'new_moon' => ['nature', '自然', '新月'],
  'waxing_crescent_moon' => ['nature', '自然', '娥眉月'],
  'first_quarter_moon' => ['nature', '自然', '上弦月'],
  'moon' => ['nature', '自然', '月亮'],
  'full_moon' => ['nature', '自然', '满月'],
  'waning_gibbous_moon' => ['nature', '自然', '亏凸月'],
  'last_quarter_moon' => ['下弦月'],
  'waning_crescent_moon' => ['nature', '自然', '残月'],
  'last_quarter_moon_with_face' => ['带脸下弦月'],
  'first_quarter_moon_with_face' => ['带脸上弦月'],
  'crescent_moon' => ['night', '夜晚', '新月'],
  'earth_africa' => ['globe', 'world', 'international', '地球仪', '世界', '国际', '非洲地球'],
  'earth_americas' => ['globe', 'world', 'USA', 'international', '地球仪', '世界', '美国', '国际', '美洲地球'],
  'earth_asia' => ['globe', 'world', 'east', 'international', '地球仪', '世界', '东方', '国际', '亚洲地球'],
  'volcano' => ['photo', '照片', '火山'],
  'milky_way' => ['photo', '照片', '银河'],
  'stars' => ['night', 'photo', '夜晚', '照片', '星星'],
  'star' => ['night', '夜晚', '星星'],
  'sunny' => ['weather', 'brightness', '天气', '亮度', '晴朗'],
  'partly_sunny' => ['weather', 'nature', 'cloud', 'morning', '天气', '自然', '云', '早晨', '多云'],
  'cloud' => ['weather', 'sky', '天气', '天空', '云'],
  'zap' => ['thunder', 'weather', 'lighting', 'lightning', '雷', '天气', '闪电', '闪电', '闪电'],
  'umbrella' => ['rain', 'weather', '雨', '天气', '伞'],
  'snowflake' => ['winter', 'season', 'cold', 'weather', 'christmas', 'xmas', '冬天', '季节', '冷', '天气', '圣诞节', '圣诞', '雪花'],
  'snowman' => ['winter', 'season', 'cold', 'weather', 'christmas', 'xmas', '冬天', '季节', '冷', '天气', '圣诞节', '圣诞', '雪人'],
  'cyclone' => ['swirl', '漩涡', '气旋'],
  'foggy' => ['photo', '照片', '有雾'],
  'rainbow' => ['nature', 'happy', 'unicorn', 'photo', 'sky', '自然', '开心', '独角兽', '照片', '天空', '彩虹'],
  'ocean' => ['sea', 'water', 'wave', '海', '水', '波浪', '海洋'],
  '100' => ['score', 'perfect', 'numbers', '分数', '完美', '数字', '百分'],
  '1234' => ['numbers', 'blue-square', '数字', '蓝色方块', '一二三四'],
  '8ball' => ['pool', '台球', '八球'],
  'a' => ['red-square', 'alphabet', '红色方块', '字母表', 'A'],
  'ab' => ['red-square', 'alphabet', '红色方块', '字母表', 'AB'],
  'abc' => ['blue-square', 'alphabet', '蓝色方块', '字母表', 'ABC'],
  'abcd' => ['blue-square', 'alphabet', '蓝色方块', '字母表', 'ABCD'],
  'accept' => ['ok', 'good', 'chinese', 'kanji', 'agree', 'yes', '好的', '好', '中文', '汉字', '同意', '是', '接受'],
  'aerial_tramway' => ['transportation', 'vehicle', '交通', '车辆', '空中缆车'],
  'airplane' => ['vehicle', 'transportation', 'flight', '车辆', '交通', '飞行', '飞机'],
  'alarm_clock' => ['time', 'wake', '时间', '醒来', '闹钟'],
  'ambulance' => ['health', '911', '健康', '911', '救护车'],
  'anchor' => ['ship', 'ferry', '船', '渡轮', '锚'],
  'clock7' => ['time', 'clock', '时间', '钟', '七点'],
  'clock730' => ['time', 'clock', '时间', '钟', '七点半'],
  'clock8' => ['time', 'clock', '时间', '钟', '八点'],
  'clock830' => ['time', 'clock', '时间', '钟', '八点半'],
  'clock9' => ['time', 'clock', '时间', '钟', '九点'],
  'clock930' => ['time', 'clock', '时间', '钟', '九点半'],
  'closed_book' => ['read', 'library', 'knowledge', '阅读', '图书馆', '知识', '合上的书'],
  'closed_lock_with_key' => ['security', 'privacy', '安全', '隐私', '带钥匙的锁'],
  'clubs' => ['poker', 'cards', '扑克', '牌', '梅花'],
  'cn' => ['china', 'chinese', 'prc', '中国', '中文', '中华人民共和国', '中国国旗'],
  'cocktail' => ['drink', 'drunk', 'alcohol', 'beverage', '饮料', '醉酒', '酒精', '饮品', '鸡尾酒'],
  'coffee' => ['drink', 'beverage', 'cafe', 'espresso', '饮料', '饮品', '咖啡馆', '浓缩咖啡', '咖啡'],
  'computer' => ['tech', 'laptop', '科技', '笔记本电脑', '电脑'],
  'confetti_ball' => ['festival', 'party', '节日', '派对', '五彩纸屑球'],
  'confused' => ['indifference', '冷漠', '困惑'],
  'hash' => ['symbol', '符号', '井号'],
  'headphones' => ['music', 'score', 'gadgets', '音乐', '分数', '小工具', '耳机'],
  'heart_decoration' => ['purple-square', 'love', 'like', '紫色方块', '爱', '喜欢', '心形装饰'],
  'hearts' => ['poker', 'cards', '扑克', '牌', '红桃'],
  'heavy_check_mark' => ['ok', 'nike', '好的', '耐克', '粗体对勾'],
  'heavy_division_sign' => ['divide', 'math', 'calculation', '除', '数学', '计算', '粗体除号'],
  'heavy_dollar_sign' => ['money', '钱', '粗体美元符号'],
  'heavy_exclamation_mark' => ['surprise', 'wow', '惊讶', '哇', '粗体感叹号'],
  'heavy_minus_sign' => ['math', 'calculation', '数学', '计算', '粗体减号'],
  'heavy_multiplication_x' => ['math', 'calculation', '数学', '计算', '粗体乘号'],
  'notes' => ['music', 'score', '音乐', '分数', '音符'],
  'nut_and_bolt' => ['handy', 'tools', '方便', '工具', '螺母和螺栓'],
  'o' => ['circle', 'round', '圆圈', '圆形', 'O'],
  'o2' => ['alphabet', 'red-square', '字母表', '红色方块', 'O2'],
  'octocat' => ['animal', 'octopus', 'cat', 'github', 'ghonly', '动物', '章鱼', '猫', 'github', '章鱼猫'],
  'oden' => ['food', 'japanese', '食物', '日本', '关东煮'],
  'office' => ['building', 'bureau', 'work', '建筑', '局', '工作', '办公室'],
  'ok' => ['good', 'agree', 'yes', 'blue-square', '好', '同意', '是', '蓝色方块', '好的'],
  'on' => ['arrow', 'words', '箭头', '词语', '开启'],
  'oncoming_automobile' => ['car', 'vehicle', 'transportation', '汽车', '车辆', '交通', '迎面而来的汽车'],
  'oncoming_bus' => ['vehicle', 'transportation', '车辆', '交通', '迎面而来的巴士'],
  'oncoming_police_car' => ['vehicle', 'law', 'enforcement', 'cops', '车辆', '法律', '执法', '警察', '迎面而来的警车'],
  'oncoming_taxi' => ['vehicle', 'cars', 'uber', '车辆', '汽车', '优步', '迎面而来的出租车'],
  'one' => ['blue-square', 'numbers', '1', '蓝色方块', '数字', '1', '一'],
  'smoking' => ['kills', 'tobacco', 'cigarette', '杀死', '烟草', '香烟', '吸烟'],
  'snowboarder' => ['sports', '运动', '滑雪板'],
  'soccer' => ['sports', 'balls', '运动', '球', '足球'],
  'soon' => ['arrow', 'words', '箭头', '词语', '很快'],
  'sos' => ['help', 'red-square', 'words', 'emergency', '帮助', '红色方块', '词语', '紧急', '求救'],
  'sound' => ['volume', 'speaker', '音量', '扬声器', '声音'],
  'space_invader' => ['game', '游戏', '太空入侵者'],
  'spades' => ['poker', 'cards', '扑克', '牌', '黑桃'],
  'spaghetti' => ['food', 'italian', 'noodle', '食物', '意大利', '面条', '意大利面'],
  'sparkle' => ['stars', 'green-square', '星星', '绿色方块', '火花'],
  'sparkler' => ['stars', 'night', 'shine', '星星', '夜晚', '闪耀', '烟花'],
  'congratulations' => ['chinese', 'kanji', 'japanese', '中文', '汉字', '日本', '祝贺'],
  'heavy_plus_sign' => ['math', 'calculation', '数学', '计算', '粗体加号'],
  'open_book' => ['read', 'library', 'knowledge', '阅读', '图书馆', '知识', '打开的书'],
  'apple' => ['fruit', 'mac', '水果', '苹果电脑', '苹果'],
  'construction' => ['wip', '工作进行中', '建筑'],
  'helicopter' => ['transportation', 'vehicle', '交通', '车辆', '直升机'],
  'open_file_folder' => ['documents', '文件', '打开的文件夹'],
  'speaker' => ['volume', 'sound', '音量', '声音', '扬声器'],
  'aquarius' => ['sign', 'purple-square', '标志', '紫色方块', '水瓶座'],
  'aries' => ['sign', 'purple-square', '标志', '紫色方块', '白羊座'],
  'convenience_store' => ['building', '建筑', '便利店'],
  'speedboat' => ['ship', 'transportation', 'vehicle', '船', '交通', '车辆', '快艇'],
  'arrow_backward' => ['arrow', 'blue-square', '箭头', '蓝色方块', '向后箭头'],
  'cookie' => ['food', 'snack', 'oreo', 'chocolate', '食物', '零食', '奥利奥', '巧克力', '饼干'],
  'high_brightness' => ['sun', 'light', '太阳', '光', '高亮度'],
  'ophiuchus' => ['sign', 'purple-square', '标志', '紫色方块', '蛇夫座'],
  'squirrel' => ['animal', 'sherlock', 'inspector', 'dectective', '动物', '福尔摩斯', '检查员', '侦探', '松鼠'],
  'arrow_double_down' => ['arrow', 'blue-square', '箭头', '蓝色方块', '双向下箭头'],
  'cool' => ['words', 'blue-square', '词语', '蓝色方块', '酷'],
  'orange_book' => ['read', 'library', 'knowledge', '阅读', '图书馆', '知识', '橙皮书'],
  'arrow_double_up' => ['arrow', 'blue-square', '箭头', '蓝色方块', '双向上箭头'],
  'hocho' => ['knife', 'cut', '刀', '切', '菜刀'],
  'outbox_tray' => ['inbox', 'email', '收件箱', '电子邮件', '发件箱'],
  'arrow_down' => ['arrow', 'blue-square', '箭头', '蓝色方块', '向下箭头'],
  'copyright' => ['ip', 'license', '知识产权', '许可证', '版权'],
  'honey_pot' => ['bees', '蜜蜂', '蜜罐'],
  'arrow_down_small' => ['arrow', 'blue-square', '箭头', '蓝色方块', '小向下箭头'],
  'corn' => ['food', 'vegetable', 'plant', '食物', '蔬菜', '植物', '玉米'],
  'package' => ['mail', 'gift', '邮件', '礼物', '包裹'],
  'station' => ['transportation', 'vehicle', 'public', '交通', '车辆', '公共', '车站'],
  'arrow_forward' => ['arrow', 'blue-square', '箭头', '蓝色方块', '向前箭头'],
  'page_facing_up' => ['documents', '文件', '朝上的页面'],
  'statue_of_liberty' => ['american', 'newyork', '美国', '纽约', '自由女神像'],
  'arrow_heading_down' => ['blue-square', 'arrow', '蓝色方块', '箭头', '朝下箭头'],
  'page_with_curl' => ['documents', '文件', '卷角页面'],
  'steam_locomotive' => ['transportation', 'vehicle', 'train', '交通', '车辆', '火车', '蒸汽机车'],
  'arrow_heading_up' => ['blue-square', 'arrow', '蓝色方块', '箭头', '朝上箭头'],
  'hospital' => ['building', 'health', 'surgery', 'doctor', 'clinic', '建筑', '健康', '手术', '医生', '诊所', '医院'],
  'pager' => ['bbcall', 'oldschool', 'vintage', 'BB机', '老派', '复古', '寻呼机'],
  'stew' => ['food', '食物', '炖菜'],
  'arrow_left' => ['blue-square', 'arrow', '蓝色方块', '箭头', '向左箭头'],
  'hotel' => ['building', 'whotel', 'accomodation', 'checkin', '建筑', '酒店', '住宿', '登记', '酒店'],
  'straight_ruler' => ['stationery', '文具', '直尺'],
  'arrow_lower_left' => ['arrow', 'blue-square', '箭头', '蓝色方块', '左下箭头'],
  'hotsprings' => ['bath', '沐浴', '温泉'],
  'strawberry' => ['fruit', 'food', 'nature', '水果', '食物', '自然', '草莓'],
  'arrow_lower_right' => ['arrow', 'blue-square', '箭头', '蓝色方块', '右下箭头'],
  'credit_card' => ['money', 'pay', 'dollar', 'bill', '钱', '支付', '美元', '账单', '信用卡'],
  'hourglass' => ['time', 'clock', 'oldschool', '时间', '钟', '老派', '沙漏'],
  'paperclip' => ['documents', 'stationery', '文件', '文具', '回形针'],
  'arrow_right' => ['blue-square', '蓝色方块', '向右箭头'],
  'hourglass_flowing_sand' => ['oldschool', 'time', 'countdown', '老派', '时间', '倒计时', '流沙沙漏'],
  'parking' => ['cars', 'blue-square', 'alphabet', '汽车', '蓝色方块', '字母表', '停车'],
  'arrow_right_hook' => ['blue-square', '蓝色方块', '右钩箭头'],
  'house' => ['building', 'home', '建筑', '家', '房子'],
  'part_alternation_mark' => ['graph', '图表', '部分交替标记'],
  'arrow_up' => ['blue-square', '蓝色方块', '向上箭头'],
  'crossed_flags' => ['japan', '日本', '交叉旗帜'],
  'house_with_garden' => ['home', 'plant', 'nature', '家', '植物', '自然', '带花园的房子'],
  'arrow_up_down' => ['blue-square', '蓝色方块', '上下箭头'],
  'hurtrealbad' => ['mad', 'doom', 'ghonly', '生气', '毁灭', '受伤'],
  'passport_control' => ['custom', 'blue-square', '海关', '蓝色方块', '护照检查'],
  'arrow_up_small' => ['blue-square', '蓝色方块', '小向上箭头'],
  'arrow_upper_left' => ['blue-square', '蓝色方块', '左上箭头'],
  'ice_cream' => ['food', 'hot', 'desert', '食物', '热', '沙漠', '冰淇淋'],
  'peach' => ['fruit', 'nature', 'food', '水果', '自然', '食物', '桃子'],
  'arrow_upper_right' => ['blue-square', '蓝色方块', '右上箭头'],
  'crystal_ball' => ['disco', 'party', '迪斯科', '派对', '水晶球'],
  'icecream' => ['food', 'hot', 'desert', '食物', '热', '沙漠', '冰淇淋'],
  'pear' => ['fruit', 'nature', '水果', '自然', '梨'],
  'sunrise' => ['morning', 'view', 'vacation', 'photo', '早晨', '视图', '假期', '照片', '日出'],
  'arrows_clockwise' => ['sync', '同步', '顺时针箭头'],
  'id' => ['purple-square', 'words', '紫色方块', '词语', 'ID'],
  'pencil' => ['station', 'documents', '站', '文件', '铅笔'],
  'sunrise_over_mountains' => ['view', 'vacation', 'photo', '视图', '假期', '照片', '山上日出'],
  'arrows_counterclockwise' => ['blue-square', 'sync', '蓝色方块', '同步', '逆时针箭头'],
  'curly_loop' => ['scribble', '涂鸦', '卷曲循环'],
  'ideograph_advantage' => ['chinese', 'kanji', 'obtain', 'get', '中文', '汉字', '获得', '得到', '优势'],
  'pencil2' => ['stationery', '文具', '铅笔'],
  'surfer' => ['sports', 'ocean', 'sea', '运动', '海洋', '海', '冲浪者'],
  'art' => ['design', 'paint', 'draw', '设计', '绘画', '画', '艺术'],
  'currency_exchange' => ['money', 'dollar', '钱', '美元', '货币兑换'],
  'sushi' => ['food', 'japanese', '食物', '日本', '寿司'],
  'articulated_lorry' => ['vehicle', 'cars', 'transportation', '车辆', '汽车', '交通', '铰接式卡车'],
  'curry' => ['food', '食物', '咖喱'],
  'inbox_tray' => ['email', '电子邮件', '收件箱'],
  'suspect' => ['mad', 'doom', 'ghonly', '生气', '毁灭', '嫌疑犯'],
  'custard' => ['desert', 'food', '沙漠', '食物', '奶油冻'],
  'incoming_envelope' => ['email', 'inbox', '电子邮件', '收件箱', '来信'],
  'performing_arts' => ['acting', 'theater', 'drama', '表演', '剧院', '戏剧', '表演艺术'],
  'suspension_railway' => ['vehicle', 'transportation', '车辆', '交通', '悬索铁路'],
  'customs' => ['passport', 'border', '护照', '边境', '海关'],
  'atm' => ['money', 'cash', 'blue-square', '钱', '现金', '蓝色方块', '自动取款机'],
  'information_source' => ['blue-square', 'alphabet', '蓝色方块', '字母表', '信息源'],
  'b' => ['red-square', 'alphabet', '红色方块', '字母表', 'B'],
  'interrobang' => ['wat', '什么', '疑问感叹号'],
  'sweet_potato' => ['food', 'nature', '食物', '自然', '红薯'],
  'baby_bottle' => ['food', 'container', '食物', '容器', '奶瓶'],
  'dango' => ['food', '食物', '团子'],
  'iphone' => ['technology', 'apple', 'gadgets', '科技', '苹果', '小工具', 'iPhone'],
  'phone' => ['technology', 'communication', '科技', '通讯', '电话'],
  'swimmer' => ['sports', 'sea', '运动', '海', '游泳者'],
  'dart' => ['game', 'bar', '游戏', '酒吧', '飞镖'],
  'it' => ['italy', '意大利', '它'],
  'symbols' => ['blue-square', '蓝色方块', '符号'],
  'baby_symbol' => ['orange-square', 'child', '橙色方块', '孩子', '婴儿符号'],
  'dash' => ['wind', 'air', 'fast', 'shoo', '风', '空气', '快', '嘘', '破折号'],
  'izakaya_lantern' => ['light', '光', '居酒屋灯笼'],
  'syringe' => ['health', 'hospital', 'drugs', 'blood', 'medicine', 'needle', '健康', '医院', '药物', '血', '药', '针', '注射器'],
  'back' => ['arrow', '箭头', '返回'],
  'date' => ['calendar', 'schedule', '日历', '日程', '日期'],
  'jack_o_lantern' => ['halloween', 'pumpkin', '万圣节', '南瓜', '杰克灯'],
  'tada' => ['party', 'contulations', '派对', '祝贺', '庆祝'],
  'baggage_claim' => ['blue-square', 'airport', 'transport', '蓝色方块', '机场', '交通', '行李领取'],
  'de' => ['german', 'nation', '德国', '国家', '德国国旗'],
  'japan' => ['nation', '国家', '日本国旗'],
  'pill' => ['health', 'medicine', '健康', '药', '药丸'],
  'tanabata_tree' => ['plant', 'nature', '植物', '自然', '七夕树'],
  'balloon' => ['party', '派对', '气球'],
  'japanese_castle' => ['photo', 'building', '照片', '建筑', '日本城堡'],
  'pineapple' => ['fruit', 'nature', 'food', '水果', '自然', '食物', '菠萝'],
  'tangerine' => ['food', 'fruit', 'nature', '食物', '水果', '自然', '橘子'],
  'ballot_box_with_check' => ['ok', 'agree', '好的', '同意', '带勾选框'],
  'department_store' => ['building', 'shopping', 'mall', '建筑', '购物', '商场', '百货商店'],
  'pisces' => ['purple-square', 'sign', '紫色方块', '标志', '双鱼座'],
  'taurus' => ['purple-square', 'sign', '紫色方块', '标志', '金牛座'],
  'bamboo' => ['plant', 'nature', 'vegetable', '植物', '自然', '蔬菜', '竹子'],
  'diamond_shape_with_a_dot_inside' => ['菱形有点'],
  'japanese_ogre' => ['monster', '怪物', '日本妖怪'],
  'pizza' => ['food', 'party', '食物', '派对', '披萨'],
  'taxi' => ['uber', 'vehicle', 'cars', 'transportation', '优步', '车辆', '汽车', '交通', '出租车'],
  'banana' => ['fruit', 'food', '水果', '食物', '香蕉'],
  'diamonds' => ['poker', 'cards', '扑克', '牌', '方块'],
  'tea' => ['drink', 'bowl', 'breakfast', 'green', 'british', '饮料', '碗', '早餐', '绿色', '英国', '茶'],
  'bangbang' => ['exclamation', 'surprise', '感叹', '惊讶', '双感叹号'],
  'telephone' => ['communication', 'technology', '通讯', '科技', '电话'],
  'bank' => ['building', '建筑', '银行'],
  'telephone_receiver' => ['technology', 'communication', '科技', '通讯', '电话听筒'],
  'bar_chart' => ['graph', 'presentation', 'stats', '图表', '演示', '统计', '条形图'],
  'jp' => ['japan', 'nation', 'flag', '日本', '国家', '国旗', '日本国旗'],
  'telescope' => ['stars', 'space', '星星', '太空', '望远镜'],
  'barber' => ['hair', 'salon', 'style', '头发', '沙龙', '风格', '理发师'],
  'key' => ['lock', 'door', 'password', '锁', '门', '密码', '钥匙'],
  'tennis' => ['sports', 'balls', 'green', '运动', '球', '绿色', '网球'],
  'baseball' => ['sports', 'balls', 'MLB', '运动', '球', '美国职棒大联盟', '棒球'],
  'do_not_litter' => ['trash', 'bin', 'garbage', '垃圾', '垃圾桶', '垃圾', '不要乱扔垃圾'],
  'keycap_ten' => ['numbers', '10', 'blue-square', '数字', '10', '蓝色方块', '键帽十'],
  'police_car' => ['vehicle', 'cars', 'transportation', 'law', 'enforcement', 'cops', '车辆', '汽车', '交通', '法律', '执法', '警察', '警车'],
  'tent' => ['photo', 'camp', 'outdoors', '照片', '露营', '户外', '帐篷'],
  'basketball' => ['sports', 'balls', 'NBA', '运动', '球', 'NBA', '篮球'],
  'bath' => ['clean', 'shower', '清洁', '淋浴', '洗澡'],
  'three' => ['3', 'numbers', 'prime', 'blue-square', '3', '数字', '质数', '蓝色方块', '三'],
  'bathtub' => ['clean', 'shower', '清洁', '淋浴', '浴缸'],
  'dollar' => ['money', 'bill', 'currency', '钱', '账单', '货币', '美元'],
  'post_office' => ['building', 'email', 'communication', '建筑', '电子邮件', '通讯', '邮局'],
  'battery' => ['power', 'energy', 'sustain', '电力', '能源', '维持', '电池'],
  'dolls' => ['japanese', 'toy', 'kimono', '日本', '玩具', '和服', '玩偶'],
  'postal_horn' => ['instrument', 'music', '乐器', '音乐', '邮号'],
  'postbox' => ['email', 'letter', 'envelope', '电子邮件', '信', '信封', '邮箱'],
  'ticket' => ['event', 'concert', 'pass', '事件', '音乐会', '通行证', '票'],
  'door' => ['house', 'entry', 'exit', '房子', '入口', '出口', '门'],
  'potable_water' => ['blue-square', 'liquid', 'restroom', 'cleaning', 'faucet', '蓝色方块', '液体', '洗手间', '清洁', '水龙头', '饮用水'],
  'beer' => ['relax', 'beverage', 'drink', 'drunk', 'party', 'pub', '放松', '饮品', '饮料', '醉酒', '派对', '酒吧', '啤酒'],
  'doughnut' => ['food', 'desert', 'snack', 'sweet', 'donut', '食物', '沙漠', '零食', '甜', '甜甜圈', '甜甜圈'],
  'beers' => ['relax', 'beverage', 'drink', 'drunk', 'party', 'pub', 'cheers', '放松', '饮品', '饮料', '醉酒', '派对', '酒吧', '干杯', '啤酒'],
  'poultry_leg' => ['food', 'meat', '食物', '肉', '鸡腿'],
  'koko' => ['blue-square', 'here', 'katakana', 'japanese', 'destination', '蓝色方块', '这里', '片假名', '日本', '目的地', '此处'],
  'pound' => ['british', 'sterling', 'money', 'bills', 'uk', 'england', '英国', '英镑', '钱', '账单', '英国', '英格兰', '英镑'],
  'tm' => ['trademark', 'brand', '商标', '品牌', '商标'],
  'beginner' => ['badge', 'shield', '徽章', '盾牌', '初学者'],
  'kr' => ['korea', 'nation', 'flag', '韩国', '国家', '国旗', '韩国国旗'],
  'toilet' => ['restroom', 'wc', '洗手间', '厕所', '马桶'],
  'bell' => ['sound', 'notification', 'christmas', 'xmas', '声音', '通知', '圣诞节', '圣诞', '铃铛'],
  'lantern' => ['light', '光', '灯笼'],
  'tokyo_tower' => ['photo', 'japan', '照片', '日本', '东京塔'],
  'bento' => ['food', 'japanese', 'box', '食物', '日本', '盒子', '便当'],
  'large_blue_circle' => ['大蓝圈'],
  'tomato' => ['fruit', 'vegetable', 'nature', 'food', '水果', '蔬菜', '自然', '食物', '番茄'],
  'bicyclist' => ['sports', 'bike', 'exercise', 'hipster', '运动', '自行车', '锻炼', '潮人', '骑车人'],
  'dvd' => ['cd', 'CD', 'DVD'],
  'large_blue_diamond' => ['大蓝钻石'],
  'bike' => ['sports', 'bicycle', 'exercise', 'hipster', '运动', '自行车', '锻炼', '潮人', '自行车'],
  'e-mail' => ['communication', 'inbox', '通讯', '收件箱', '电子邮件'],
  'large_orange_diamond' => ['大橙钻石'],
  'top' => ['words', 'blue-square', '词语', '蓝色方块', '顶部'],
  'pushpin' => ['stationery', '文具', '图钉'],
  'tractor' => ['vehicle', 'car', 'farming', 'agriculture', '车辆', '汽车', '农业', '农业', '拖拉机'],
  'birthday' => ['party', '派对', '生日'],
  'laughing' => ['happy', 'joy', '开心', '快乐', '大笑'],
  'put_litter_in_its_place' => ['blue-square', '蓝色方块', '垃圾入桶'],
  'traffic_light' => ['traffic', 'transportation', '交通', '运输', '交通灯'],
  'black_circle' => ['黑圈', '实心圆', '黑色圆形'],
  'question' => ['doubt', 'confused', '怀疑', '困惑', '疑问'],
  'train' => ['transportation', '交通', '运输', '火车'],
  'black_joker' => ['poker', 'cards', 'game', '扑克', '牌', '游戏', '黑鬼牌'],
  'ledger' => ['notes', '笔记', '账本', '账簿'],
  'train2' => ['transportation', 'vehicle', '交通', '车辆', '火车'],
  'black_large_square' => ['黑色大方块', '大黑块', '大正方形'],
  'egg' => ['food', '食物', '蛋', '鸡蛋'],
  'left_luggage' => ['blue-square', 'travel', '蓝色方块', '旅行', '行李寄存'],
  'tram' => ['transportation', 'vehicle', '交通', '车辆', '有轨电车'],
  'black_medium_small_square' => ['黑色中小方块', '中小黑块', '中小黑正方形'],
  'eggplant' => ['vegetable', 'nature', 'food', '蔬菜', '自然', '食物', '茄子'],
  'left_right_arrow' => ['左右箭头', '双向箭头'],
  'triangular_flag_on_post' => ['三角旗', '旗帜', '标志'],
  'black_medium_square' => ['黑色中方块', '中等黑块', '中正方形'],
  'eight' => ['8', 'blue-square', 'numbers', '8', '蓝色方块', '数字', '八'],
  'leftwards_arrow_with_hook' => ['左钩箭头', '返回箭头'],
  'radio' => ['communication', 'music', 'podcast', 'program', '通讯', '音乐', '播客', '节目', '收音机'],
  'triangular_ruler' => ['stationery', 'math', 'architect', 'sketch', '文具', '数学', '建筑', '素描', '三角尺'],
  'black_nib' => ['pen', 'stationery', '钢笔', '文具', '笔尖'],
  'eight_pointed_black_star' => ['八角黑星', '星星', '符号'],
  'lemon' => ['fruit', 'nature', '水果', '自然', '柠檬'],
  'radio_button' => ['input', '输入', '单选按钮'],
  'trident' => ['weapon', 'spear', '武器', '矛', '三叉戟'],
  'black_small_square' => ['黑色小方块', '小黑块', '小正方形'],
  'eight_spoked_asterisk' => ['star', 'sparkle', 'green-square', '星星', '火花', '绿色方块', '八辐星'],
  'leo' => ['sign', 'purple-square', '标志', '紫色方块', '狮子座'],
  'rage' => ['angry', 'mad', '生气', '疯狂', '愤怒'],
  'black_square_button' => ['黑色方形按钮', '按钮', '黑按钮'],
  'electric_plug' => ['charger', 'power', '充电器', '电源', '插头'],
  'rage1' => ['angry', 'mad', 'doom', 'ghonly', '生气', '疯狂', '毁灭'],
  'trolleybus' => ['bart', 'transportation', 'vehicle', '交通', '车辆', '无轨电车'],
  'libra' => ['sign', 'purple-square', '标志', '紫色方块', '天秤座'],
  'rage2' => ['angry', 'mad', 'doom', 'ghonly', '生气', '疯狂', '毁灭'],
  'trollface' => ['internet', 'meme', '互联网', '梗', '滑稽脸'],
  'email' => ['inbox', 'communication', '收件箱', '通讯', '电子邮件'],
  'light_rail' => ['transportation', 'vehicle', '交通', '车辆', '轻轨'],
  'rage3' => ['angry', 'mad', 'doom', 'ghonly', '生气', '疯狂', '毁灭'],
  'trophy' => ['win', 'award', 'contest', 'place', 'ftw', 'ceremony', '赢', '奖励', '比赛', '名次', '必胜', '典礼', '奖杯'],
  'blue_book' => ['read', 'library', 'knowledge', '阅读', '图书馆', '知识', '蓝皮书'],
  'end' => ['words', 'arrow', '词语', '箭头', '结束'],
  'link' => ['rings', 'url', '环', '网址', '链接'],
  'rage4' => ['angry', 'mad', 'doom', 'ghonly', '生气', '疯狂', '毁灭'],
  'tropical_drink' => ['beverage', '饮料', '热带饮品', '鸡尾酒'],
  'blue_car' => ['car', '汽车', '蓝色汽车'],
  'envelope' => ['mail', 'letter', 'postal', 'communication', '邮件', '信', '邮政', '通讯', '信封'],
  'railway_car' => ['transportation', 'vehicle', '交通', '车辆', '铁路车厢'],
  'envelope_with_arrow' => ['email', '电子邮件', '带箭头信封'],
  'truck' => ['cars', 'transportation', '汽车', '交通', '卡车'],
  'es' => ['spain', 'flag', 'nation', '西班牙', '国旗', '国家'],
  'lock' => ['security', '安全', '锁'],
  'trumpet' => ['music', '音乐', '小号'],
  'euro' => ['money', 'dollar', '钱', '美元', '欧元'],
  'lock_with_ink_pen' => ['security', 'secret', '安全', '秘密', '墨水墨锁'],
  'boat' => ['transportation', '交通', '船', '小船'],
  'european_castle' => ['building', '建筑', '欧洲城堡'],
  'lollipop' => ['food', 'snack', 'candy', 'sweet', '食物', '零食', '糖果', '甜', '棒棒糖'],
  'raising_hand' => ['female', 'girl', 'woman', '女性', '女孩', '女人', '举手'],
  'bomb' => ['boom', 'explode', '爆炸', '炸弹'],
  'european_post_office' => ['building', '建筑', '欧洲邮局'],
  'loop' => ['tape', 'cassette', '磁带', '卡带', '循环'],
  'book' => ['library', 'literature', '图书馆', '文学', '书'],
  'loudspeaker' => ['volume', 'sound', '音量', '声音', '扬声器'],
  'ramen' => ['food', 'japanese', 'noodle', 'chipsticks', '食物', '日本', '面条', '筷子', '拉面'],
  'tv' => ['technology', 'program', 'oldschool', 'show', '科技', '节目', '老派', '表演', '电视'],
  'bookmark' => ['favorite', '收藏', '书签'],
  'exclamation' => ['surprise', '惊讶', '感叹号'],
  'love_hotel' => ['love', 'like', 'affection', 'dating', '爱', '喜欢', '情感', '约会', '爱情旅馆'],
  'twisted_rightwards_arrows' => ['blue-square', '蓝色方块', '扭曲右箭头'],
  'bookmark_tabs' => ['favorite', '收藏', '书签标签'],
  'recycle' => ['arrow', 'environment', 'garbage', 'trash', '箭头', '环境', '垃圾', '回收'],
  'two' => ['numbers', '2', 'prime', 'blue-square', '数字', '2', '质数', '蓝色方块', '二'],
  'books' => ['literature', 'library', '文学', '图书馆', '书籍'],
  'low_brightness' => ['sun', '太阳', '低亮度'],
  'red_car' => ['transportation', 'vehicle', '交通', '车辆', '红车'],
  'm' => ['alphabet', 'blue-circle', '字母', '蓝圈', 'M'],
  'red_circle' => ['shape', '形状', '红圈'],
  'mag' => ['search', 'zoom', '搜索', '放大', '放大镜'],
  'registered' => ['alphabet', 'circle', '字母', '圆圈', '注册符号'],
  'factory' => ['building', '建筑', '工厂'],
  'mag_right' => ['search', 'zoom', '搜索', '放大', '右放大镜'],
  'u5272' => ['cut', 'divide', 'chinese', 'kanji', 'pink', '切', '分', '中文', '汉字', '粉色', '割'],
  'mahjong' => ['game', 'chinese', 'kanji', '游戏', '中文', '汉字', '麻将'],
  'u5408' => ['japanese', 'chinese', 'join', 'kanji', '日本', '中文', '加入', '汉字', '合'],
  'bowling' => ['sports', 'fun', 'play', '运动', '有趣', '玩', '保龄球'],
  'mailbox' => ['email', 'inbox', 'communication', '电子邮件', '收件箱', '通讯', '邮箱'],
  'repeat' => ['loop', 'record', '循环', '记录', '重复'],
  'u55b6' => ['japanese', 'opening hours', '日本', '营业时间', '営'],
  'bowtie' => ['face', 'formal', 'fashion', 'suit', 'classy', '脸', '正式', '时尚', '西装', '优雅', '领结'],
  'fast_forward' => ['blue-square', '蓝色方块', '快进'],
  'mailbox_closed' => ['email', 'communication', 'inbox', '电子邮件', '通讯', '收件箱', '关闭邮箱'],
  'repeat_one' => ['blue-square', 'loop', '蓝色方块', '循环', '重复一次'],
  'u6307' => ['chinese', 'point', 'green-square', 'kanji', '中文', '点', '绿色方块', '汉字', '指'],
  'fax' => ['communication', 'technology', '通讯', '科技', '传真'],
  'mailbox_with_mail' => ['email', 'inbox', 'communication', '电子邮件', '收件箱', '通讯', '有信邮箱'],
  'restroom' => ['blue-square', '蓝色方块', '洗手间'],
  'u6708' => ['chinese', 'moon', 'japanese', 'orange-square', 'kanji', '中文', '月亮', '日本', '橙色方块', '汉字', '月'],
  'bread' => ['food', 'wheat', 'breakfast', 'toast', '食物', '小麦', '早餐', '吐司', '面包'],
  'mailbox_with_no_mail' => ['email', 'inbox', '电子邮件', '收件箱', '无信邮箱'],
  'u6709' => ['orange-square', 'chinese', 'have', 'kanji', '橙色方块', '中文', '有', '汉字'],
  'feelsgood' => ['doom', 'ghonly', '毁灭', '感觉良好'],
  'rewind' => ['play', 'blue-square', '播放', '蓝色方块', '倒带'],
  'u6e80' => ['full', 'chinese', 'japanese', 'red-square', 'kanji', '满', '中文', '日本', '红色方块', '汉字'],
  'bridge_at_night' => ['photo', 'sanfrancisco', '照片', '旧金山', '夜晚的桥'],
  'feet' => ['animal', '动物', '脚'],
  'u7121' => ['no', 'nothing', 'chinese', 'kanji', 'japanese', 'orange-square', '不', '无', '中文', '汉字', '日本', '橙色方块', '无'],
  'ferris_wheel' => ['photo', 'carnival', 'londoneye', '照片', '嘉年华', '伦敦眼', '摩天轮'],
  'rice' => ['food', '食物', '米饭'],
  'u7533' => ['chinese', 'japanese', 'kanji', '中文', '日本', '汉字', '申'],
  'file_folder' => ['documents', '文档', '文件夹'],
  'rice_ball' => ['food', 'japanese', '食物', '日本', '饭团'],
  'u7981' => ['kanji', 'japanese', 'chinese', 'forbidden', 'limit', 'restricted', '汉字', '日本', '中文', '禁止', '限制', '受限'],
  'finnadie' => ['doom', 'ghonly', '毁灭', '完蛋了'],
  'rice_cracker' => ['food', 'japanese', '食物', '日本', '米饼'],
  'u7a7a' => ['kanji', 'japanese', 'chinese', 'empty', '汉字', '日本', '中文', '空'],
  'bulb' => ['light', 'electricity', '光', '电', '灯泡'],
  'rice_scene' => ['photo', '照片', '稻田风景'],
  'uk' => ['british', '英国', '英国的'],
  'bullettrain_front' => ['transportation', '交通', '子弹头列车前部'],
  'fire_engine' => ['transportation', 'cars', 'vehicle', '交通', '汽车', '车辆', '消防车'],
  'bullettrain_side' => ['transportation', 'vehicle', '交通', '车辆', '子弹头列车侧面'],
  'fireworks' => ['photo', 'festival', 'carnival', 'congratulations', '照片', '节日', '嘉年华', '祝贺', '烟花'],
  'meat_on_bone' => ['good', '好', '带骨肉'],
  'rocket' => ['launch', 'ship', 'staffmode', '发射', '船', '员工模式', '火箭'],
  'bus' => ['car', 'vehicle', 'transportation', '汽车', '车辆', '交通', '巴士'],
  'mega' => ['sound', 'speaker', 'volume', '声音', '扬声器', '音量', '巨大'],
  'roller_coaster' => ['carnival', 'playground', 'photo', 'play', 'fun', '嘉年华', '游乐场', '照片', '玩', '有趣', '过山车'],
  'underage' => ['18', 'drink', 'pub', 'night', '18岁', '饮酒', '酒吧', '夜晚', '未成年'],
  'busstop' => ['transportation', '交通', '公交站'],
  'melon' => ['fruit', 'nature', 'food', '水果', '自然', '食物', '甜瓜'],
  'memo' => ['documents', 'stationery', 'writing', 'letter', '文档', '文具', '写作', '信', '备忘录'],
  'unlock' => ['privacy', 'security', '隐私', '安全', '解锁'],
  'fish_cake' => ['food', '食物', '鱼饼'],
  'mens' => ['toilet', 'restroom', 'wc', '厕所', '洗手间', 'WC', '男厕所'],
  'rotating_light' => ['police', 'ambulance', '911', 'emergency', '警察', '救护车', '911', '紧急', '旋转灯'],
  'up' => ['blue-square', '蓝色方块', '向上'],
  'fishing_pole_and_fish' => ['food', 'hobby', '食物', '爱好', '钓鱼竿和鱼'],
  'metal' => ['fingers', 'rocknroll', 'concert', 'band', '手指', '摇滚', '音乐会', '乐队', '金属手势'],
  'round_pushpin' => ['stationery', '文具', '圆图钉'],
  'us' => ['nation', 'flag', 'american', 'USA', '国家', '国旗', '美国', '美国国旗'],
  'cake' => ['food', 'desert', 'sweet', '食物', '甜点', '甜', '蛋糕'],
  'metro' => ['transportation', 'blue-square', 'mrt', 'underground', 'tube', '交通', '蓝色方块', '地铁', '地下', '管道', '地铁'],
  'rowboat' => ['sports', 'hobby', 'water', 'ship', 'rowing', '运动', '爱好', '水', '船', '划船', '划艇'],
  'calendar' => ['schedule', '日程', '日历'],
  'five' => ['numbers', 'blue-square', 'prime', '数字', '蓝色方块', '质数', '五'],
  'microphone' => ['sound', 'music', 'PA', '声音', '音乐', '公共广播', '麦克风'],
  'ru' => ['russian', 'nation', 'flag', '俄罗斯', '国家', '国旗'],
  'vertical_traffic_light' => ['transportation', '交通', '垂直交通灯'],
  'calling' => ['iphone', 'incoming', 'iPhone', '来电', '呼叫'],
  'flags' => ['fish', 'japanese', 'koinobori', 'carp', '鱼', '日本', '鲤鱼旗', '鲤鱼', '旗帜'],
  'microscope' => ['laboratory', 'experiment', 'zoomin', '实验室', '实验', '放大', '显微镜'],
  'rugby_football' => ['sports', '运动', '橄榄球'],
  'vhs' => ['record', 'video', 'oldschool', '记录', '视频', '老派', '录像带'],
  'flashlight' => ['dark', '黑暗', '手电筒'],
  'vibration_mode' => ['orange-square', 'phone', '橙色方块', '电话', '振动模式'],
  'camera' => ['gadgets', 'photo', ' gadget', '照片', '相机'],
  'floppy_disk' => ['oldschool', 'technology', 'save', 'vintage', '老派', '科技', '保存', '复古', '软盘'],
  'minibus' => ['vehicle', 'car', 'transportation', '车辆', '汽车', '交通', '小巴'],
  'video_camera' => ['film', '电影', '摄像机'],
  'cancer' => ['sign', '标志', '巨蟹座'],
  'flower_playing_cards' => ['花牌', '扑克花牌'],
  'minidisc' => ['technology', 'record', 'data', '科技', '记录', '数据', '迷你光盘'],
  'video_game' => ['play', '玩', '视频游戏'],
  'candy' => ['snack', 'desert', '零食', '甜点', '糖果'],
  'mobile_phone_off' => ['mute', '静音', '手机关机'],
  'sa' => ['japanese', 'blue-square', '日本', '蓝色方块', '服务区'],
  'violin' => ['music', 'instrument', '音乐', '乐器', '小提琴'],
  'capital_abcd' => ['alphabet', 'words', 'blue-square', '字母', '词语', '蓝色方块', '大写ABCD'],
  'money_with_wings' => ['dollar', 'bills', '美元', '账单', '带翅膀的钱'],
  'sagittarius' => ['sign', '标志', '射手座'],
  'virgo' => ['sign', '标志', '处女座'],
  'capricorn' => ['sign', '标志', '摩羯座'],
  'football' => ['sports', 'balls', '运动', '球', '足球'],
  'moneybag' => ['dollar', '美元', '钱袋'],
  'sailboat' => ['transportation', 'ship', '交通', '船', '帆船'],
  'car' => ['transportation', 'vehicle', '交通', '车辆', '汽车'],
  'sake' => ['wine', 'drink', 'drunk', 'beverage', '酒', '饮料', '醉酒', '饮品', '清酒'],
  'vs' => ['words', 'orange-square', '词语', '橙色方块', '对决'],
  'card_index' => ['business', 'stationery', '商业', '文具', '卡片索引'],
  'fork_and_knife' => ['cutlery', 'kitchen', '餐具', '厨房', '叉子和刀'],
  'carousel_horse' => ['photo', 'carnival', 'horse', '照片', '嘉年华', '马', '旋转木马'],
  'fountain' => ['photo', '照片', '喷泉'],
  'monorail' => ['transportation', 'vehicle', '交通', '车辆', '单轨列车'],
  'santa' => ['festival', 'man', 'male', 'christmas', 'xmas', '节日', '男人', '男性', '圣诞节', '圣诞老人'],
  'four' => ['4', 'numbers', 'blue-square', '4', '数字', '蓝色方块', '四'],
  'satellite' => ['communication', '通讯', '卫星'],
  'mortar_board' => ['school', 'college', 'degree', 'university', 'graduation', '学校', '学院', '学位', '大学', '毕业', '学位帽'],
  'warning' => ['exclamation', 'wip', '感叹', '工作进行中', '警告'],
  'cd' => ['technology', 'dvd', '科技', 'DVD', '光盘'],
  'fr' => ['flag', 'nation', 'france', 'french', '国旗', '国家', '法国', '法语', '法国国旗'],
  'mount_fuji' => ['photo', 'mountain', 'nature', 'japan', '照片', '山', '自然', '日本', '富士山'],
  'saxophone' => ['music', 'instrument', '音乐', '乐器', '萨克斯'],
  'watch' => ['time', 'accessories', '时间', '配件', '手表'],
  'chart' => ['green-square', 'graph', '绿色方块', '图表', '图表'],
  'free' => ['blue-square', 'words', '蓝色方块', '词语', '免费'],
  'mountain_bicyclist' => ['transportation', 'sports', 'human', '交通', '运动', '人类', '山地车手'],
  'school' => ['building', '建筑', '学校'],
  'chart_with_downwards_trend' => ['graph', '图表', '下降趋势图'],
  'fried_shrimp' => ['food', 'animal', '食物', '动物', '炸虾'],
  'mountain_cableway' => ['transportation', 'vehicle', '交通', '车辆', '山地缆车'],
  'school_satchel' => ['student', 'education', 'bag', '学生', '教育', '包', '书包'],
  'watermelon' => ['fruit', 'food', '水果', '食物', '西瓜'],
  'chart_with_upwards_trend' => ['graph', '图表', '上升趋势图'],
  'fries' => ['food', '食物', '薯条'],
  'mountain_railway' => ['transportation', '交通', '山区铁路'],
  'scissors' => ['stationery', 'cut', '文具', '剪', '剪刀'],
  'checkered_flag' => ['contest', 'finishline', 'rase', 'gokart', '比赛', '终点线', '竞赛', '卡丁车', '格子旗'],
  'scorpius' => ['sign', '标志', '天蝎座'],
  'wavy_dash' => ['draw', 'line', '画', '线', '波浪线'],
  'cherries' => ['food', 'fruit', '食物', '水果', '樱桃'],
  'fuelpump' => ['gas station', '加油站', '油泵'],
  'movie_camera' => ['film', 'record', '电影', '记录', '电影摄像机'],
  'waxing_gibbous_moon' => ['nature', '自然', '盈凸月'],
  'moyai' => ['stone', '石头', '摩艾石像'],
  'scroll' => ['documents', '文档', '卷轴'],
  'wc' => ['toilet', 'restroom', 'blue-square', '厕所', '洗手间', '蓝色方块'],
  'seat' => ['sit', '坐', '座位'],
  'children_crossing' => ['school', '学校', '儿童过马路'],
  'game_die' => ['dice', '骰子', '游戏骰子'],
  'secret' => ['privacy', '隐私', '秘密'],
  'wedding' => ['love', 'like', 'affection', 'couple', 'marriage', '爱', '喜欢', '情感', '情侣', '婚姻', '婚礼'],
  'chocolate_bar' => ['food', 'snack', 'desert', '食物', '零食', '甜点', '巧克力棒'],
  'gb' => ['nation', 'flag', 'british', 'UK', '国家', '国旗', '英国', '英国国旗'],
  'musical_keyboard' => ['piano', 'instrument', '钢琴', '乐器', '音乐键盘'],
  'musical_note' => ['score', '乐谱', '音符'],
  'church' => ['building', 'religion', 'christ', '建筑', '宗教', '基督', '教堂'],
  'gemini' => ['sign', '标志', '双子座'],
  'musical_score' => ['乐谱', '音乐谱'],
  'seven' => ['7', 'numbers', 'blue-square', 'prime', '7', '数字', '蓝色方块', '质数', '七'],
  'wheelchair' => ['blue-square', 'disabled', '蓝色方块', '残疾', '轮椅'],
  'cinema' => ['blue-square', 'record', 'film', 'movie', '蓝色方块', '记录', '电影', '电影院'],
  'ghost' => ['halloween', 'scary', '万圣节', '恐怖', '鬼魂'],
  'mute' => ['sound', 'volume', '声音', '音量', '静音'],
  'shaved_ice' => ['hot', 'desert', '热', '甜点', '刨冰'],
  'white_check_mark' => ['green-square', 'ok', 'agree', '绿色方块', '好的', '同意', '白色对勾'],
  'circus_tent' => ['festival', 'carnival', 'party', '节日', '嘉年华', '派对', '马戏团帐篷'],
  'gift' => ['present', 'birthday', 'christmas', 'xmas', '礼物', '生日', '圣诞节', '礼品'],
  'white_circle' => ['白圈', '白色圆形'],
  'city_sunrise' => ['photo', '照片', '城市日出'],
  'gift_heart' => ['love', 'valentines', '爱', '情人节', '礼物心'],
  'name_badge' => ['fire', '火', '姓名徽章'],
  'white_flower' => ['japanese', '日本', '白花'],
  'city_sunset' => ['photo', '照片', '城市日落'],
  'neckbeard' => ['nerdy', '书呆子', '颈须'],
  'ship' => ['transportation', '交通', '船'],
  'white_large_square' => ['白色大方块', '大白块', '大正方形'],
  'cl' => ['alphabet', 'words', 'red-square', '字母', '词语', '红色方块', 'CL'],
  'shipit' => ['squirrel', '松鼠', '发货'],
  'white_medium_small_square' => ['白色中小方块', '中小白块', '中小白正方形'],
  'negative_squared_cross_mark' => ['x', 'green-square', 'no', 'deny', 'X', '绿色方块', '不', '拒绝', '否定叉号'],
  'white_medium_square' => ['白色中方块', '中等白块', '中正方形'],
  'clapper' => ['movie', 'film', 'record', '电影', '影片', '记录', '场记板'],
  'goberserk' => ['doom', 'ghonly', '毁灭', '狂怒'],
  'white_small_square' => ['白色小方块', '小白块', '小正方形'],
  'clipboard' => ['stationery', 'documents', '文具', '文档', '剪贴板'],
  'godmode' => ['doom', 'ghonly', '毁灭', '上帝模式'],
  'new' => ['blue-square', '蓝色方块', '新'],
  'white_square_button' => ['白色方形按钮', '按钮', '白按钮'],
  'clock1' => ['time', 'clock', '时间', '钟', '一点钟'],
  'golf' => ['sports', 'green', '运动', '绿色', '高尔夫'],
  'shower' => ['clean', 'bath', '清洁', '洗澡', '淋浴'],
  'wind_chime' => ['nature', 'ding', '自然', '叮当声', '风铃'],
  'clock10' => ['time', 'clock', '时间', '钟', '十点钟'],
  'grapes' => ['fruit', 'food', '水果', '食物', '葡萄'],
  'signal_strength' => ['blue-square', '蓝色方块', '信号强度'],
  'wine_glass' => ['drink', 'beverage', 'drunk', '饮料', '饮品', '醉酒', '葡萄酒杯'],
  'clock1030' => ['time', 'clock', '时间', '钟', '十点半'],
  'green_apple' => ['fruit', 'nature', '水果', '自然', '青苹果'],
  'newspaper' => ['press', '新闻', '报纸'],
  'six' => ['6', 'numbers', 'blue-square', '6', '数字', '蓝色方块', '六'],
  'clock11' => ['time', 'clock', '时间', '钟', '十一点钟'],
  'green_book' => ['read', 'library', 'knowledge', '阅读', '图书馆', '知识', '绿皮书'],
  'ng' => ['blue-square', '蓝色方块', '不好'],
  'six_pointed_star' => ['purple-square', '紫色方块', '六角星'],
  'clock1130' => ['time', 'clock', '时间', '钟', '十一点半'],
  'nine' => ['blue-square', '蓝色方块', '九'],
  'ski' => ['sports', 'winter', 'cold', '运动', '冬天', '冷', '滑雪'],
  'clock12' => ['time', 'clock', '时间', '钟', '十二点钟'],
  'grey_exclamation' => ['灰色感叹号', '感叹'],
  'no_bell' => ['sound', 'volume', 'mute', '声音', '音量', '静音', '禁铃'],
  'clock1230' => ['time', 'clock', '时间', '钟', '十二点半'],
  'grey_question' => ['doubts', '疑问', '灰色问号'],
  'no_bicycles' => ['禁止自行车'],
  'clock130' => ['time', 'clock', '时间', '钟', '一点半'],
  'no_entry' => ['limit', 'security', 'privacy', '限制', '安全', '隐私', '禁止进入'],
  'womens' => ['purple-square', '紫色方块', '女厕所'],
  'clock2' => ['time', 'clock', '时间', '钟', '两点钟'],
  'no_entry_sign' => ['禁止进入标志'],
  'slot_machine' => ['bet', 'gamble', 'vegas', '赌', '赌博', '拉斯维加斯', '老虎机'],
  'clock230' => ['time', 'clock', '时间', '钟', '两点半'],
  'small_blue_diamond' => ['小蓝钻石', '小蓝色菱形'],
  'wrench' => ['tools', '工具', '扳手'],
  'clock3' => ['time', 'clock', '时间', '钟', '三点钟'],
  'no_mobile_phones' => ['iphone', 'mute', 'iPhone', '静音', '禁止手机'],
  'small_orange_diamond' => ['小橙钻石', '小橙色菱形'],
  'x' => ['no', '不', 'X'],
  'clock330' => ['time', 'clock', '时间', '钟', '三点半'],
  'guitar' => ['music', 'instrument', '音乐', '乐器', '吉他'],
  'small_red_triangle' => ['小红三角', '小红色三角形'],
  'clock4' => ['time', 'clock', '时间', '钟', '四点钟'],
  'gun' => ['violence', 'weapon', '暴力', '武器', '枪'],
  'no_pedestrians' => ['limit', '限制', '禁止行人'],
  'small_red_triangle_down' => ['小红倒三角', '小红色倒三角形'],
  'yen' => ['money', 'japanese', 'dollar', '钱', '日本', '美元', '日元'],
  'clock430' => ['time', 'clock', '时间', '钟', '四点半'],
  'no_smoking' => ['cigarette', '香烟', '禁止吸烟'],
  'clock5' => ['time', 'clock', '时间', '钟', '五点钟'],
  'hamburger' => ['food', 'fastfood', '食物', '快餐', '汉堡'],
  'non-potable_water' => ['不可饮用水'],
  'clock530' => ['time', 'clock', '时间', '钟', '五点半'],
  'hammer' => ['tools', 'verdict', 'judge', 'done', 'law', 'ruling', '工具', '裁决', '法官', '完成', '法律', '裁决', '锤子'],
  'zero' => ['numbers', 'blue-square', 'null', '数字', '蓝色方块', '零', '0'],
  'clock6' => ['time', 'clock', '时间', '钟', '六点钟'],
  'notebook' => ['stationery', '文具', '笔记本'],
  'clock630' => ['time', 'clock', '时间', '钟', '六点半'],
  'notebook_with_decorative_cover' => ['装饰封面笔记本'],
  'horse_racing' => ['animal', 'betting', '动物', '赌博', '赛马'],
  'christmas_tree' => ['festival', 'vacation', 'december', 'xmas', '节日', '假期', '十二月', '圣诞节', '圣诞树']
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions