[Pokechill] EN-CN

Pokechill 全页面离线简体中文汉化

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

You will need to install an extension such as Tampermonkey to install this script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

// ==UserScript==
// @name         [Pokechill] EN-CN
// @namespace    https://play-pokechill.github.io/
// @version      3.1.0
// @description  Pokechill 全页面离线简体中文汉化
// @author       GPT-DiamondMoo
// @license      MIT
// @icon         https://play-pokechill.github.io/img/icons/icon.png
// @match        https://play-pokechill.github.io/*
// ==/UserScript==

(function () {
    'use strict';

    const RAW_REGEX_RULES = [
        [/^Inflicts active status effects to the attacker aswell/i, '将自身的异常状态传染给敌方'], //ggggy实测无需敌方攻击直接触发
        [/^Inflicts (.+), but increases enemy (.+) by (\d+)%/i, '施加$1,但敌方$2提升$3%'],
        [/^, but increases enemy (.+) by (\d+)%/i, '但敌方$1提升$2%'],
        [/^Inflicts (.+) on the user/i, '对使用者施加$1'],
        [/^Inflicts (.+)/i, '施加$1'],
        [/^Copies the positive stat increases of the enemy/i, '复制敌方的能力提升效果'],
        [/^Prevents all stat decreases/i, '防止所有能力降低效果'],
        [/^Prevents negative stat changes/i, '防止负面能力变化'],
        [/^Prevents negative status effects while on /i, '免疫负面状态效果在'],
        [/^Prevents the lowering of the (.+) stat/i, '防止$1能力被降低'],
        [/^Prevents negative stat changes and status effects while on /i, '防止负面能力变化和异常状态,在'],
        [/^Moves that hit multiple times always hit their maximum amount/i, '多段攻击招式必定触发最大攻击次数'],
        [/^Power doubles if the target has a status condition/i, '目标处于异常状态时威力翻倍'],
        [/^Power doubles if the user is not holding any item/i, '自身未携带道具时威力翻倍'],
        [/^Changes the type of the user to match the type of the used move/i, '自身属性变为所使用招式的属性'],
        [/^Status effects are cleared when switching Pokemon/i, '交替宝可梦时清除所有状态异常'],
        [/^When attacking, ignores the target\'s stat changes/i, '进攻时忽略目标的能力变化'],
        [/^Moves always hit regardless of the type/i, '招式必定命中,无视属性回避效果'],
        [/^Can hit regardless of the typing/i, '必定命中,无视属性回避效果'],
        [/^(\w+)-type pokemon can be hit with (\w+) and (\w+)-type moves/i, '$2和$3属性招式可命中$1属性宝可梦'],
        [/^Moves that are resisted by typing do instead normal damage/i, '被属性抵抗的招式造成正常伤害'],
        [/^Secondary effect of moves are executed twice/i, '招式的追加效果会执行两次(仅包含 进攻速度修正、招式伤害修正 的招式除外)'],
        [/^Inverts stat changes\. Positive changes become negative, and negative become positive/i, '反转能力变化,正面效果变负面,负面效果变正面'],
        [/^Stat changes on the user are boosted by a stage/i, '自身能力变化提升一个等级'],
        [/^Every turn, a stat rises by (\d+)% while one lowers by (\d+)%/i, '每回合随机一项能力提升$1%,一项能力降低$2%'],
        [/^Every turn, raises (\w+) stats by (\d+)% for (\w+) turn/i, '每回合随机$1项能力提升$2%,持续$3回合'],
        [/^Moves are executed a second time, at half power/i, '招式执行两次,第二次执行的招式伤害变为原来的一半'],
        [/^Can only take damage from direct damaging moves/i, '仅能从进攻招式受到伤害'],
        [/^Increases the weight of (.+) item drops by (\d+\.?\d*)% \(Can stack\)/i, '$1物品掉落的权重提高$2%(可叠加)'],
        [/^Increases the highest stat of the user by (\d+)% when defeating a Pokemon/i, '击败宝可梦后,自身最高能力提升$1%'],
        [/^Fast-forwards battle time by (\d+) minutes\. Must be used while battling/i, '将战斗时间快进$1分钟。必须在战斗中使用。'],
        [/^(\d+)% chance to inflict /i, '$1%概率施加'],
        [/^(\d+)% chance for received Status Effects to miss/i, '承受状态异常时有$1%概率使其失效'],
        [/^Increases (.+) by (\d+)% if afflicted with a status effect, and nullifies the stat redution of the condition/i, '若受到异常状态影响,$1提升$2%,并抵消该状态造成的属性降低效果'],
        [/^Increases (.+) by (\d+)% if afflicted with a status effect/i, '$1提升$2%如果受到状态效果的影响'],
        [/^Increases (.+) and (.+) by (\d+)%/i, '$1和$2提升$3%'],
        [/^Increases (.+) and (.+) by (\d+)%. Attacks x(\d+\.?\d*) (\w+) than usual/i, '$1和$2提升$3%。进攻速度变$5为原来的$4倍'],
        [/^Increases (.+) by (\d+)% and (.+) by (\d+)%/i, '$1提升$2%,$3提升$4%'],
        [/^Increases (.+) by (\d+)% when defeating a Pokemon/i, '击败宝可梦后,自身$1提升$2%'],
        [/^Increases (.+), (.+) and (.+) by (\d+)%/i, '$1、$2和$3提升$4%'],
        [/^Increases (.+) and (.+) by (\d+)%, and (.+) by (\d+)%/i, '$1和$2提升$3%,$4提升$5%'],
        [/^Increases (.+) by (\d+)% to the entire team/i, '我方全队$1提升$2%'],
        [/^Increases (.+) by (\d+)% to the entire team. Attacks x(\d+\.?\d*) (\w+) than usual/i, '我方全队$1提升$2%。进攻速度变$4为原来的$3倍'],
        [/^Increases (.+) and (.+) by (\d+)% to the entire team/i, '我方全队$1和$2提升$3%'],
        [/^Increases (.+) and (.+) by (\d+)% to the entire team. Attacks x(\d+\.?\d*) (\w+) than usual/i, '我方全队$1和$2提升$3%。进攻速度变$4为原来的$3倍'],
        [/^Increases (.+) by (\d+)%/i, '$1提升$2%'],
        [/^Increases (.+) by (\d+)%. Attacks x(\d+\.?\d*) (\w+) than usual/i, '$1提升$2%。进攻速度变$4为原来的$3倍'],
        [/^(\d+)% chance to increase All Stats by (\d+)%/i, '$1%概率使所有能力提升$2%'],
        [/^(\d+)% chance to increase (.+) by (\d+)%/i, '$1%概率使自身$2提升$3%'],
        [/^Decreases enemy (.+) by (\d+)% when the opposing Pokemon enters the battle/i, '敌方宝可梦出场时,敌方$1降低$2%'],
        [/^Decreases (.+) by (\d+)%/i, '$1降低$2%'],
        [/^Decreases (.+) by (\d+)% and deals damage every turn/i, '$1降低$2%并且每回合造成伤害'],
        [/^Decreases (.+) and (.+) by (\d+)%/i, '$1和$2降低$3%'],
        [/^Decreases enemy (.+) by (\d+)%/i, '敌人的$1降低$2%'],
        [/^ and decreases enemy (.+) by (\d+)%/i, '并且敌人的$1降低$2%'],
        [/^Decreases enemy (.+) by (\d+)% and (.+) by (\d+)%/i, '敌人的$1降低$2%,$3降低$4%'],
        [/^Decreases enemy (.+) and (.+) by (\d+)%/i, '敌人的$1和$2降低$3%'],
        [/^(\d+)% chance to decrease enemy (.+) by (\d+)%/i, '$1%概率使敌方$2降低$3%'],
        [/^Hits (\d+)-(\d+) times/i, '攻击$1-$2次'],
        [/^Hits (\d+) times/i, '攻击$1次'],
        [/^Attacks x([\d\.]+) (\w+) than usual/i, '攻击速度为变$2为原来的$1倍'],
        [/^(\w+) and (\w+)-type moves are x([\d\.]+) (\w+) than usual/i, '$1和$2属性招式进攻速度变$4为原来的$3倍'],
        [/^(\w+) and (\w+) moves are x([\d\.]+) (\w+) than usual/i, '$1和$2属性招式进攻速度变$4为原来的$3倍'],//特性疾风之翼漏type
        [/^Power doubles if the user is (\w+), (\w+) or (\w+)/i, '自身$1、$2或$3时威力翻倍'],
        [/^Power doubles if the target is (\w+)/i, '目标$1时招式威力翻倍'],
        [/^Power doubles if the target is (\w+)-Type/i, '目标为$1属性时招式威力翻倍'],
        [/^Power randomly varies from x(\d+) to x(\d+)/i, '威力在$1倍到$2倍之间随机变化'],
        [/^Multiplies by (\d+\.?\d*)x the base damage of moves with equal or less than (\d+) power/i, '威力小于等于$2的招式威力乘$1'],
        [/^Multiplies the damage by x(\d+\.?\d*) when the opposite Pokemon shares a type/i, '目标与自身属性相同时,伤害乘$1'],
        [/^"([^"]+)"-related moves have their base damage multiplied by x([\d.]+)/i, '"$1"类招式基础威力乘$2'],
        [/^"([^"]+)"-related moves are executed twice as fast/i, '"$1"类招式速度变快为原来的2倍'],
        [/^Multiplies Same-Type-Attack-Bonus by x(\d+\.?\d*)/i, '属性一致加成增加0.2'],//原文属性一致加成乘$1
        [/^Positive secondary effect of damaging moves are removed, and their damage is multiplied by x([\d\.]+)/i, '移除进攻招式的正面追加效果,伤害乘$1(仅包含 进攻速度修正、招式伤害修正 的招式除外)'],
        [/^Multiplies by x(\d+\.?\d*) the power of (\w+)-type moves of all team members/i, '我方全队$2属性招式威力乘$1'],
        [/^Increases the Damage dealt by x(\d+\.?\d*) for every team member defeated/i, '每有一名队友倒下,造成伤害乘$1'],
        [/^Increases the Damage dealt by x(\d+\.?\d*) when afflicted with (\w+), and nullifies the damage overtime caused by it/i, '处于$2状态时,造成伤害乘$1,并免疫该状态的持续伤害'],
        [/^(\w+)-type moves are multiplied by x(\d+\.?\d*)/i, '$1属性招式威力乘$2'],
        [/^(.+) stat is multiplied by x(\d+\.?\d*)/i, '$1能力值乘$2'],
        [/^(.+) damage dealt is multiplied by x(\d+\.?\d*)/i, '$1伤害乘$2'],
        [/^Increases the damage of (\w+)-Type moves by (\d+)% and reduces the damage of (\w+)-Type moves by (\d+)%/i, '提高$1属性招式伤害$2%,并降低$3属性招式伤害$4%'],
        [/^Increases the damage of (\w+)-Type moves by (\d+)% and decreases the damage of (\w+)-Type moves by (\d+)%/i, '提高$1属性招式伤害$2%,并降低$3属性招式伤害$4%'],
        [/^Increases the damage of (\w+) and (\w+)-Type moves by (\d+)%/i, '提高$1和$2属性招式伤害$3%'],
        [/^Increases the damage of (\w+)-Type moves by (\d+)%/i, '提高$1属性招式伤害$2%'],
        [/^All moves become (\w+)-type moves, and their power is multiplied by x(\d+\.?\d*)/i, '所有招式变为$1属性,威力乘$2'],
        [/^Normal-type moves become (\w+)-type moves, and their power is multiplied by x(\d+\.?\d*)/i, '一般属性招式变为$1属性,威力乘$2'],
        [/^Increases (.+) by (\d+)% on /i, '$1提升$2%当处于'],
        [/^Increases the highest stat of the user by (\d+)% on /i, '自身最高能力提升$1%当处于'],
        [/^Halves the damage received of (\w+)-type moves/i, '受到$1属性招式伤害减半'],
        [/^Halves damage received from (\w+) and (\w+)-type moves/i, '受到$1和$2属性招式伤害减半'],
        [/^Damage received is halved when over (\d+)% HP/i, 'HP高于$1%时,受到的伤害减半'],
        [/^Nullifies received (\w+)-type moves/i, '免疫$1属性招式'],
        [/^Increases the power of (\w+)-type moves by (\d+)% below (\d+)% HP/i, 'HP低于$3%时,$1属性招式威力提升$2%'],
        [/^Increases (.+) by (\d+)% if no item is being held/i, '未携带道具时,$1提升$2%'],
        [/^Increase the (.+) IV of a Pokemon by (\d+)/i, '使一只宝可梦的$1个体值提升$2点'],
        [/^Unlocks (.+) by using a (.+) at level (\d+)\+?(?=\s*[✔️❌]|$)/i, '在等级$3以上使用$2可解锁$1'],
        [/^Unlocks (.+) at level (\d+)(?=\s*[✔️❌]|$)/i, '在等级$2时解锁$1'],
        [/^(\d+)% chance for moves to fail to deal damage/i, '招式$1%概率无法造成伤害'],
        [/^(\d+)% chance for moves to fail to deal damage and Speed is reduced by (\d+)%/i, '招式$1%概率无法造成伤害并降低速度$2%'],
        [/^Halves (.+) and deals damage every turn/i, '减半$1并且每回合造成伤害'],
        [/^Moves fail to deal damage/i, '招式无法造成伤害'],
        [/^Increases the highest stat of the user by (\d+)% on/i, '使用者最高属性值提升$1%在'],
        [/^Increases the Damage dealt by x(\d+\.?\d*) when afflicted with /i, '造成的伤害乘$1当状态处于'],
        [/^Fast-forwards genetic operation time by (\d+) minutes. Must be used while an active operation is ongoing/i, '将遗传操作时间快进$1分钟。必须在当前遗传操作进行时使用。'],
        [/^Removes all status effect for the entire party/i, '我方全队移除所有状态效果'],
        [/^Multiplies move power by (\d+\.?\d*)x everytime its used, up to (\d+) times. Depletes all stacks upon switching Pokemon/i, '每次使用都会使招式威力乘$1,最多提升$2次。交替宝可梦时会耗尽所有层数。'],
        [/^Temporarily adds (.+) to the type of the enemy. Replaces other temporary types/i, '将$1属性临时添加到敌人属性中。会替换其他临时属性。'],
        [/^Changes the type of the user to the type of the first move slot/i, '将使用者的属性改为第一个招式栏的属性'],
        [/^Power doubles under a weather condition, and type changes depending on it/i, '有天气时威力翻倍,并且招式属性随之改变'],
        [/^Executes the first move slot. Attacks x(\d+\.?\d*) (\w+) than usual/i, '执行第一个招式栏,进攻速度为变$2为原来的$1倍'],
        [/^Type changes based on the first type of the user/i, '招式属性会变为使用者的第一属性'],
        [/^ and increases (.+) by (\d+)%/i, '并且$1提高$2%'],
        [/^ for the entire party/i, '对我方全队'],
        [/^Teach the move /i, '将'],
        [/^ to a (.+) Pokemon/i, '招式教给一只 $1 属性的宝可梦'],
        [/^Raises by (\d+)% two random stats/i, '随机提升两项能力$1%'],
        [/^User transfers all of its stat changes and status to a the entire team/i, '将自身所有能力变化和状态效果赋予我方全队'],
        [/^User transfers all of its stat changes and status to the entire team/i, '将自身所有能力变化和状态效果赋予我方全队'],
        [/^Increases (.+) by (\d+)% but decreases (.+) and (.+) by (\d+)%/i, '$1提高$2%,但$3和$4降低$5%'],
        [/^Once used,increases the weight of (.+) drops by (\d+\.?\d*)% for the current battle. Multiple uses wont stack. Works always for everyone regardless of the user/i, '使用后,本轮次战斗中$1物品掉落的权重提高$2%。多次使用不会叠加。无论由谁使用,效果始终对所有人生效。'],
        [/^Once used,increases the weight of (.+) Pokemon by (\d+\.?\d*)% for the current battle. Multiple uses wont stack. Works always for everyone regardless of the user/i, '使用后,本轮次战斗中$1宝可梦出现的权重提高$2%。多次使用不会叠加。无论由谁使用,效果始终对所有人生效。'],
        [/^User performs any move at random/i, '随机施放一个招式'],
        [/^Perform the (\w+) move of the oponent, at (\w+) the base damage/i, '施放对手的$1个招式,招式威力变为原来的$2'],
        [/^Perform the (\w+) move of the oponent. Attacks x(\d+\.?\d*) (\w+) than usual/i, '施放对手的$1个招式,进攻速度为变$3为原来的$2倍'],
        [/^Changes the weather to /i, '将天气变为'],
        [/^ when entering or switching into the battle/i, '当进入战斗或交替进入战斗时'],
        [/^Changes the weather to (\w+) when entering or switching into the battle/i, '将天气变为$1当进入战斗或交替进入战斗时'],
        [/^(.+) against (\w+)-types/i, '对$2属性$1'],
        [/^Power doubles if the target is /i, '威力翻倍若目标状态效果处于'],
        [/^Grants immunity to /i, '免疫'],
        [/^Grants immunity to (\w+)-type moves/i, '免疫$1属性招式'],
        [/^Complete the (.+) to access (.+)":"完成$1即可解锁$2",/i, ''],
        [/^Complete the (.+) first/i, '请先完成$1'],
        [/^Defeat (.+) in (.+) to unlock/i, '在$2中击败$1即可解锁'],
        [/^(.+) is now level (\d+)!/i, '$1达到了 $2 级!'],
        [/^(.+) now has (.+)!/i, '$1获取了特性 $2 !'],
        [/^(.+) learnt (.+)!/i, '$1学会了招式 $2 !'],
        [/^Increased (.+) (\d+) points? and (.+) (\d+) points?!/i, '提升$1个体值$2星、$3个体值$4星!'],
        [/^Increased (.+) (\d+) points?!/i, '提升$1个体值$2星!'],
        [/^Gain (\d+) random IV stars\.?$/i,'获得随机 $1星 个体值'],
        [/^Gain (\d+) random IV stars\. Can only be done with less than (\d+) IV stars\.?$/i,'获得随机 $1星 个体值。仅在个体值星级少于 $2星 时可用'],
        [/^Fully max a Pokemon's level. Can only be done with less than Level (\d+)\.?$/i,'提升至满级。仅在宝可梦等级低于 $1级 时可用'],
        [/^Learn a new Pokemon Move\. Can only be done with less than (\d+) moves, or when a new move is available\.?$/i,'学习一个新招式。仅在宝可梦招式总数低于 $1 个时并且可学习的新招式时可用。'],
        [/^Re-?rolls the Pokemon Ability/i, '随机重置一只宝可梦的特性'],
        [/^Unlocks the Pokemon Hidden Ability/i, '解锁隐藏特性'],
        [/^Warning, (.+) Power Cost! Only (\d+) out of (\d+) maximum IV's per stat will be inherited!/i, '警告:能量消耗$1!每项能力值最高仅可继承$2星的个体值!'],
        [/^Increases the (.+) by x(\d+\.?\d*), but prevents them from switching/i, '$1乘$2,但会被禁止交替'],
        [/^Switches to the next party member/i, '我方队伍交替至下一名成员'],
        [/^Faints the user and decreases enemy (.+) and (.+) by (\d+)%/i, '敌人的$1和$2降低$3%,使自身陷入濒死状态'],
        [/^Can't do that right now/i, '现在无法执行该操作'],
        [/^Try to improve your Pokemon further:/i, '尝试进一步强化你的宝可梦:'],
        [/^Get better type-matching moves/i, '获取更合适的属性克制招式'],
        [/^Get better moves that correctly match your stat distribution \(Physical\/Special\)/i, '获取更符合你能力值分配(物理/特殊)的优质招式'],
        [/^Use Stat Up moves that match your moves/i, '使用与招式搭配的能力提升类招式'],
        [/^Unlock a Hidden Ability/i, '解锁隐藏特性'],
        [/^Get a better Ability/i, '获取更优秀的特性'],
        [/^Modify stats with Genetics/i, '通过遗传调整能力值'],
        [/^Affected by (.+)/i, '受到 $1 特性影响'],
        [/^Enemy damage over time from /i, '在该宝可梦登场期间敌人受到'],
        [/^ is doubled while this Pokemon is active/i, '的持续伤害翻倍'],
        [/^Evolve certain kinds of Pokemon \(Must be level (\d+)\+\)/i, '进化特定种类的宝可梦(必须达到$1级)'],
        [/^Increase (.+) by (\d+)% when hit with a (.+) move$/i, '受到$3招式命中时,$1提升$2%'],
        [/^(.+) damage taken multiplier is halved/i, '受到的$1伤害倍率减半'],
        [/^Moves that execute (\w+) than usual have their move power multiplied by x(\d+\.?\d*)/i, '进攻速度变$1的招式,招式威力乘$2'],
        [/^Nullifies received (\w+)-type moves and increases (.+) by (\d+)% after being hit with one/i, '被$1属性招式攻击时免疫伤害并且$2提升$3%'],
        [/^Power increases by x(\d+\.?\d*)-(\d+\.?\d*) if (.+)\/(.+) is risen/i, '若$3或$4能力提升100%则招式威力乘$2,提升50%则招式威力乘$1'],
        [/^Attacks x(\d+\.?\d*) (\w+) than usual. Power increases by x(\d+\.?\d*)-(\d+\.?\d*) if (.+)\/(.+) is risen/i, '进攻速度变$2为原来的$1倍。若$5或$6能力提升100%则招式威力乘$4,提升50%则招式威力乘$3'],
        [/^Decreases enemy (.+) by (\d+)%. Power increases by x(\d+\.?\d*)-(\d+\.?\d*) if (.+)\/(.+) is risen/i, '敌人的$1降低$2%。若$5或$6能力提升100%则招式威力乘$4,提升50%则招式威力乘$3'],
        [/^Received damage from non-(.+) moves? are reduced by (\d+)%/i, '受到的非$1伤害降低$2%'],
        [/^Weather changed by the user is extended by (\d+) turns?/i, '引发的天气效果持续时间延长$1回合'],
        [/^Moves? for (.+)/i, '$1 可学习的招式'],

        //遗传辅助道具
        [/^(.+): Multiplies by (\d+) the chance to inherit (.+) Iv's/i,
         '$1:$3个体值继承几率乘$2'],
        [/^(.+): Rerolls the ability of the (.+). It has an increased chance to reroll (\w+) and (\w+) abilities/i,
         '$1:$2获得一个新的随机特性,更高几率获得$3和$4特性'],
        [/^(.+): Swaps the ability of the Pokemon with the sample. Can only be used with at least one level of compatibility/i,
         '$1:将宿主宝可梦的特性与样本宝可梦的特性互相交换。至少具备一级兼容性才能使用'],
        [/^(.+): Ensures the Pokemon will retain its original ability/i,
         '$1:确保宿主宝可梦保留原有特性'],
        [/^(.+): Transfers the currently equipped moves of the sample to the movepool of the host. The host will retain both its equipped moves and the newly transferred ones, but the sample will lose it's equipped ones. Can only be used with at least one level of compatibility/i,
         '$1:将样本宝可梦当前装备的招式转移至宿主宝可梦的招式池中。宿主宝可梦将同时保留自身已装备的招式以及新转移的招式,但样本宝可梦会失去其已装备的招式。至少具备一级兼容性才能使用。'],

        //持有物
        [/^When held: Increase the damage of (\w+)-Type moves by x(\d+)/i,
         '持有时:提高持有者造成的$1属性伤害乘$2'],
        [/^When held: Reduces the (.+) damage taken from (.+)-Type moves by (\d+)%/i,
         '持有时:降低持有者受到的$2属性招式$3%$1伤害'],
        [/^When held: Increases the damage dealt by (.+) by x(\d+)/i,
         '$1持有时:造成的伤害乘$2'],
        [/^When held: Increases the weight of (.+) item drops by (\d+\.?\d*)%. Works always for everyone regardless of the holder/i,
         '持有时:$1物品掉落的权重提高$2%。无论由谁携带,效果始终对所有人生效。'],
        [/^When held: Increases the weight of (.+) pokemon by (\d+\.?\d*)%. Works always for everyone regardless of the holder/i,
         '持有时:$1宝可梦出现的权重提高$2%。无论由谁携带,效果始终对所有人生效。'],
        [/^When held: Increases the chance of encountering a wild (.+) pokemon by (\d+\.?\d*)%. Works always for everyone regardless of the holder/i,
         '持有时:提升野生$1宝可梦遭遇率$2%。无论由谁携带,效果始终对所有人生效。'],
        [/^When held: Increases the duration of /i,
         '持有时:持有者引发'],
        [/^ weather by (\d+) turns/i,
         '的持续时间提升$1回合'],
        [/^When held: Increases the experience gained by the pokemon by (\d+)%/i,
         '持有时:持有者获得的经验值提升$1%'],
        [/^When held: If a Pokemon has not fully evolved, increase (.+) by x(\d+\.?\d*). This does not apply to final-stage Pokemon with a Mega-Evolution/i,
         '持有时:如果持有者是未完全进化形态,$1乘$2。这个效果无法作用于最终形态但有Mega进化的宝可梦。'],
        [/^When held: Increases the duration of positive buffs used by (\d+) turns? and increases damage dealt by x(\d+\.?\d*)/i,
         '持有时:持有者增益效果持续时间提升$1回合,并持有者造成的伤害乘$2'],
        [/^When held: Decreases the duration of negative buffs received by (\d+) turns? and decreases damage taken by x(\d+\.?\d*)/i,
         '持有时:持有者受到的负面效果持续时间降低$1回合,并持有者受到的伤害除以$2'],
        [/^When held: Increases the (.+) of the user by x(\d+\.?\d*), but inflicts /i,
         '持有时:持有者的$1乘$2,但持有者会被施加'],
        [/^When held: Increases the (.+) of the user by x(\d+\.?\d*), but prevents them from switching/i,
         '持有时:持有者的$1乘$2,但持有者会被禁止交替'],
        [/^When held: Increases the (.+) of the user by x(\d+\.?\d*), but loses (.+) of its max HP per turn/i,
         '持有时:持有者的$1乘$2,但持有者每回合会损失$3最大生命值(此伤害无法被阻挡)'],//2.6更新无法被魔法防守阻挡
        [/When held: Increase (.+) by x(\d+\.?\d*), but the user cannot use moves with (\d+) power/i,
         '持有时:持有者的$1乘$2,但使用者无法使用威力为 $3 的招式'],
        [/When held: Decreases the duration of negative buffs received by (\d+) turns?/i,
         '持有时:持有者受到的负面效果持续时间降低$1回合'],
        [/When held: Increases damage dealt by x(\d+\.?\d*), but once all the moves of the user are executed, switch to the previous team member/i,
         '持有时:持有者造成的伤害乘$1,但在持有者的所有招式执行完毕后,交替至上一名队伍成员'],
        [/When held: Increases damage dealt by x(\d+\.?\d*), but once all the moves of the user are executed, switch to the next team member/i,
         '持有时:持有者造成的伤害乘$1,但在持有者的所有招式执行完毕后,交替至下一名队伍成员'],
        [/When held: Moves that attack (\w+) than usual are executed x(\d+\.?\d*) (\w+)/i,
         '持有时:持有者使用进攻速度变$1的招式进攻速度变$3为原来的$2倍'],
        [/When held: Multi-hit moves are guaranteed to hit \+(\d+) times and deal x(\d+\.?\d*) more damage/i,
         '持有时:持有者使用的多段攻击招式额外命中 $1 次,并且造成的伤害乘$2'],
        [/When held: Moves that get more powerful the more stacks they have deal x(\d+\.?\d*) more damage/i,
         '持有时:持有者使用的随层数叠加提升招式威力的招式造成的伤害乘$1'],
        [/When held: Moves that have (\d+) power execute x(\d+\.?\d*) (\w+)/i,
         '持有时:持有者使用的招式威力为 $1 的招式进攻速度变$3为原来的$2倍'],
        [/When held: Moves affected by (.+) deal x(\d+\.?\d*) more damage, and their secondary effects are twice as likely to happen/i,
         '持有时:持有者使用的受$1影响的招式造成的伤害乘$2,并且招式的追加效果触发概率乘2'],
        [/When held: Moves that attack (\w+) than usual deal x(\d+\.?\d*) more damage/i,
         '持有时:持有者使用进攻速度变$1的招式造成的伤害乘$2'],
        [/When held: Inceases damage dealt by x(\d+\.?\d*) and increases Speed by (\d+)% when hit by a (.+) move/i,
         '持有时:持有者造成的伤害乘$1,并且持有者被$3的招式命中时速度提升$2%'],
        [/When held: Reduces fatigue damage of the user by x(\d+\.?\d*)/i,
         '持有时:持有者受到的疲劳伤害除以$1'],

        //道具
        [/Obtained in the (.+)/i,
         '在$1中获得'],
        [/Obtained when acquiring an exceeding number of items \((\d+)\+ for held items\) or exchanged with other currencies/i,
         '获得超出数量上限(可持有道具上限通常为$1个)的道具时获得,或通过其他货币兑换获得'],
        [/Can be used to automatically refight battles. Cannot refight while the browser is closed. Consumed once a battle is won/i,
         '可用于自动重新挑战战斗。浏览器关闭时无法进行重复挑战。每次赢得一场战斗后将消耗一次。'],
        [/Increases the level of a Pokemon by (\d+)/i,
         '使宝可梦等级提升$1级'],
        [/Re-rolls the (.+) of a Pokemon/i,
         '随机重置一只宝可梦的$1'],
        [/Unlocks the (.+) of a Pokemon/i,
         '解锁一只宝可梦的$1'],
        [/Can be used to catch (.+) Pokemon. Expires after (.+) finishes/i,
         '用于捕获$1宝可梦。$2结束后失效。'],
        [/Re-learns a previously learned move acquired through (.+) \(excluding (.+?)(?:s)?\)/i,
         '重新学习一个此前通过$1获得的已学会招式(不含$2)'],

        // 百科全书
        [/^Obtained as a random reward in the (.+)/i, '在 $1 中作为随机奖励获得'],
        [/^This Pokemon cannot be caught on its current stage/i, '这只宝可梦现阶段无法直接捕获'],
        [/^Found in the (.+) \((\w+) (\d+)\)/i, '在$2-$3 $1 中获得'],
        [/^Found randomly in the (.+)/i, '在 $1 随机获得'],
        [/^Obtained in the (.+) \((\w+) (\d+)\)/i, '在$2-$3 $1 中获得'],
        [/^([\s\S]*?)Learnable by (.+) types([\s\S]*?)/i, '$1可由 $2 属性宝可梦学习$3'],
        [/^([\s\S]*?)Learnable by (.+) types \((\w+)\)([\s\S]*?)/i, '$1可由 $2 属性宝可梦学习($3)$4'],
        [/^([\s\S]*?)This (.+) can only appear as the (.+) of (.+)([\s\S]*?)/i, '$1仅会作为$3出现在 $4$5'],
        [/^([\s\S]*?)Additionally, appears as the (.+) of (.+)([\s\S]*?)/i, '$1还会作为$2出现在 $3$4'],
        [/^([\s\S]*?)Can be dropped in the (.+) \((\w+) (\d+)\)([\s\S]*?)/i, '$1在$3-$4 $2 中获得$5'],
        [/^([\s\S]*?)Can be bought in the (.+)([\s\S]*?)/i, '$1在 $2 中购买$3'],
        [/^([\s\S]*?)Can be purchased in the (.+)([\s\S]*?)/i, '$1在 $2 中购买$3'],
        [/^([\s\S]*?)Obtained via (.+)([\s\S]*?)/i, '$1通过 $2 获得$3'],
        [/^([\s\S]*?)This (.+) is currently unobtainable([\s\S]*?)/i, '$1这个$2现阶段无法获得$3'],
        [/^Reward from the (.+) \((\w+) (\d+)\)/i, '在$2-$3 $1 中获得'],
        [/^Reward from (.+)/i, '在 $1 中获得'],
        [/^This Pokemon is unobtainable/i, '这只宝可梦无法获得'],


        //指南
        // 查看详情指南
        [/^Right click\/long press on most elements can give further information. You can further right click\/long press on information within information.$/i,
         '右键单击/长按大多数元素可查看更多信息。还可以对信息中的内容进一步右键单击/长按查看。'],
        [/^Some elements that can be inspected include areas, trainers, moves, status effects, wild pokemon, team pokemon and items$/i,
         '可查看详情的元素包括区域、训练家、招式、状态效果、野生宝可梦、队伍宝可梦和道具'],

        // 能力值指南
        [/^Each species of Pokémon share the same base stats that determine the actual stats of a Pokémon at a given level$/i,
         '每一种宝可梦都有相同的种族值,这些种族值决定了宝可梦在特定等级下的实际能力值'],
        [/^Stats determine how much damage they deal and receive \(see Battle: Moves\). The speed stat determines how fast a Pokemon executes a move$/i,
         '能力值决定宝可梦造成和承受的伤害(见 对战:招式)。速度值决定宝可梦执行招式的快慢'],
        [/^Individual Values, or IV'?s, multiply base stats, and can be increased by getting multiple copies of Pokemon$/i,
         '个体值会加成种族值,可通过获取多只相同宝可梦来提升'],
        [/^Depending on their base stats, a Division will be asigned to them\. You might use this Division letter to quickly assess which Pokemon can perform better on the short term$/i,
         '根据种族值,宝可梦会被分配到相应评级。你可以通过评级字母(由低到高:D C B A S SS SSS)快速判断哪些宝可梦在短期内表现更出色。'],

        // 特性指南
        [/^Abilities are traits that a Pokemon can have\. While they are randomised, some abilities can only appear on specific typings\. Abilities are sorted in three categories; (.+)$/i,
         '特性是宝可梦拥有的特质。特性随机生成,但部分特性仅特定属性的宝可梦可拥有。特性品质分为$1'],
        [/^Hidden abilities are innate species-dependant traits that need to be unlocked with an Ability Capsule\. Once unlocked, their effect will permanently be active alongside their other ability. Same Hidden Ability and Ability wont stack with eachother$/i,
         '隐藏特性是宝可梦天生的物种专属特质,需使用特性胶囊解锁。解锁后,其效果将与其他特性永久同时生效。相同的特性与隐藏特性不会相互叠加'],

        // 经验值指南
        [/^Pokemon gain experience by defeating foes, and share a portion of it among the team\. This will also be the case even if the team Pokemon are defeated$/i,
         '宝可梦通过击败敌方获得经验值,且会与队伍中的其他宝可梦分享部分经验值。即使队伍中的宝可梦被击败,也能获得经验值'],
        [/^Experience gain is proportional to the level difference\. A level difference of \+-(\d+) levels will net the same amount, while more than (\d+) levels of difference will greatly increase the amount received\.$/i,
         '经验值获取量与等级差成正比。等级差在±$1级以内获得的经验值相同,超过$2级则获得的经验值会大幅增加'],
        [/^A Pokemon (\d+) levels higher will not yield any experience$/i,
         '击败比自身高$1级以上的宝可梦将无法获得经验值'],

        // 招式指南
        [/^Moves are learnt every (\d+) levels\. Moves can be switched by right click\/long press on a team pokemon$/i,
         '宝可梦每$1级可学习新招式。右键单击/长按队伍中的宝可梦可切换招式'],
        [/^Damaging moves are divided into (.+) and (.+) moves$/i,
         '进攻招式分为$1攻击招式和$2攻击招式'],
        [/^The category of the move determines whether the move'?s damage depends on the user'?s (.+) or (.+) stat and the target'?s (.+) or (.+)$/i,
         '招式的类别决定其伤害计算依赖使用者的$1/$2能力值,以及目标的$3/$4能力值'],
        [/^Some Pokemon might have Signature Moves\. Signature Moves are species-dependant moves that a Pokemon learn at level (\d+)\. Signature Moves can'?t be inherited through genetics$/i,
         '某些宝可梦可能拥有招牌技。招牌技是特定种类宝可梦的专属的招式,特定种类宝可梦在$1级时习得。招牌技无法通过遗传获得。'],
        [/^Some moves might be restricted. Only one restricted move might be equipped at a time on the active Pokemon/i,
         '部分招式可能属于受限制招式。每只正在上场的宝可梦同一时间只能装备一个受限制招式'],

        // 属性一致加成指南
        [/^If a Pokemon uses a damaging move that has the same type as one of that Pokemon'?s types, the move'?s damage is increased by x(\d+(?:\.\d+)?)$/i,
         '如果宝可梦使用的进攻招式与自身其中一个属性相同,该招式的伤害乘$1'],
        [/^This is known as same-type attack bonus, or STAB$/i,
         '这就是属性一致加成'],
        [/^Furthermore, Pokemon with a single typing will receive \+(\d+(?:\.\d+)?) extra STAB damage$/i,
         '此外,单一属性宝可梦将额外增加$1的属性一致加成。'],

        //交错伤害
        [/^If a Pokemon uses a damaging move that is preceded \(immediately or not\) by a damaging move of a different type of the executed move, it will receive a (\d+(?:\.\d+)?)x damage multiplier. This is indicated with a cross pattern on the move bar of the affected move$/i,
         '如果宝可梦使用的伤害类招式之前(无论是否紧接)曾执行过属性不同的伤害类招式,则该招式造成的伤害乘$1。受到影响的招式会在招式栏上以交错纹样进行标识'],

        // 战斗疲劳指南
        [/^Pokemon lose a very small fraction of their maximum health when attacking\. This damage can be mitigated by a sum of the HP, Defense and Special Defense of the Pokemon, meaning bulkier Pokemon can battle for longer$/i,
         '宝可梦在攻击时会损失极小比例的最大生命值。该伤害可通过宝可梦的生命值、物防和特防之和来抵消,这意味着体格更健壮的宝可梦能持续战斗更久。'],

        // 状态效果指南
        [/^Certain moves inflict status effects such as $/i,
         '部分招式会对目标施加状态效果,如'],
        [/^You can further check their effects by right click\/long press$/i,
         '右键单击/长按可查看这些状态的具体效果'],
        [/^Status Effects, like temporal stat changes, will count down with turns\. You can only apply one Status Effect at a time$/i,
         '状态效果与临时能力变化一样,会随回合数递减。同一时间内只会受到一种状态效果影响'],

        // 天气指南
        [/^Certain moves can change the weather to altered ones such as $/i,
         '部分招式可将天气改变为'],
        [/^You can further check their effects by right click\/long press$/i,
         '右键单击/长按可查看这些天气的具体效果'],
        [/^Altered weathers will last for (\d+) turns, and only can be changed after (\d+)$/i,
         '特殊天气将持续$1回合,$2回合后才可再次更改'],

        // 闪光宝可梦指南
        [/^At a rate of (\d+)\/(\d+), Pokemon can be shiny\. These odds can be boosted through different means$/i,
         '宝可梦出现闪光的概率为$1/$2,可通过多种方式提升该概率'],
        [/^Shiny Pokemon deal (\d+)% more damage\. The visual distinction can be toggled from their move menu\. This won'?t affect the damage bonus they get$/i,
         '闪光宝可梦造成的伤害提升$1%。可在招式菜单中切换是否显示闪光视觉特效,这不会影响其伤害加成'],
        [/^Shiny Pokemon do not carry over their evolutions\. Instead, genetics must be used$/i,
         '闪光宝可梦的进化形态不会继承闪光属性,需通过遗传系统获得闪光进化型'],

        // 遗传快捷指南
        [/Genetics allows you to modify a Pokemon beyond what is considered normal for the species, here is a quick overview of what you can achieve with operations:/i,
         '遗传培育允许你对宝可梦进行超越其物种常规限制的调整,以下是可通过各类操作实现的功能概览:'],
        [/Shiny Mutation:\s*You can inherit the shiny mutation, with a (\d+)% chance, to members of the same family\. You can also attempt to spread a new shiny mutation by using a shiny sample/i,
         '闪光变异:可以使用闪光的样本宝可梦基于兼容性的概率传播新的闪光变异;也可以以 $1% 的成功率将闪光变异继承给同一进化链的宿主宝可梦。'],
        [/IV Boosting:\s*Simply by doing any operation, regardless of the compatibility, the IV'?s of the host will attempt to increase\. Useful for Pokemon with little to no IV'?s/i,
         '个体值提升:只要进行任意一次操作,无论兼容性如何,宿主的个体值都会尝试提升。适用于个体值较低或几乎没有个体值的宝可梦。'],
        [/IV Inheriting:\s*An advanced alternative to the previous\. You can inherit IV'?s from a species to another depending on factors such as compatibility or genetic-aiding items used/i,
         '个体值继承:这是前者的进阶版本。根据兼容性或所使用的遗传辅助道具等因素,你可以将一个宝可梦的个体值继承给另一个宝可梦。'],
        [/Move Relearn:\s*When completing an operation, all but the four selected moves of the host will be reset, meaning you can attempt to get stronger moves with each operation/i,
         '招式重置:完成一次操作后,宿主宝可梦除携带的四个招式外,其余招式都会被重置,使你可以在每次操作后尝试获取更强力的招式。'],
        [/Move Inheriting:\s*An advanced alternative to the previous, you can inherit moves from the sample that would otherwise not be available to you through learning/i,
         '招式继承:这是前者的进阶版本。宿主宝可梦可以从样本宝可梦身上继承原本无法通过学习获得的招式,样本宝可梦的所有技能均有概率继承(无需携带)。'],
        [/Ability Inheriting:\s*Using a (.+), you can swap abilities with the sample, getting access to otherwise-impossible combinations/i,
         '特性继承:使用$1后,宿主宝可梦与样本宝可梦交换特性,从而获得无法自然获取的特性。'],

        // 遗传兼容性指南
        [/^Compatibility determines how similar the sample is to the host\. This influences various parameters such as the chances of inherit, or shiny mutations \(only if the sample is shiny\)$/i,
         '兼容性决定样本宝可梦与宿主宝可梦的相似程度,会影响遗传概率、闪光突变(仅当样本宝可梦为闪光宝可梦时)等多个参数'],
        [/^Sharing one type with the sample will yield one level of compatibility, whereas sharing two types will increase it by two levels\.$/i,
         '样本宝可梦与宿主宝可梦共享一种属性可获得1级兼容性,共享两种属性可获得2级兼容性'],
        [/^Additionally, if the sample is of the same evolutive line as the host, it will recieve maximum compatibility$/i,
         '此外,若样本宝可梦与宿主宝可梦属于同一进化链,将获得最高等级兼容性'],

        // 遗传能量消耗指南
        [/^Power cost determines how taxing it is to modify the host\. This influences the time to complete the operation$/i,
         '能量消耗决定修改宿主的难度,会影响操作完成的时间'],
        [/^This is determined by the division of the host\. A higher division will exponentially increase the time required to modify the Pokemon$/i,
         '能量消耗由宿主宝可梦的评级决定,评级越高,操作完成所需的时间将呈指数级增加'],


        // 指引
        // 奇迹交换
        [/Every (\d+)h you might receive a random pokemon/i,
         '每 $1 小时你都能获得一只随机宝可梦'],
        [/Thanks for the (.+)!/i,
         '获得了$1!'],


        // 对战塔
        [/The (.+) is an infinitely-scaling challenge in which every Pokemon defeated will increase the difficulty. Type Immunities inside this challenge will be instead converted to resistances/i,
         '$1是一项无限递增的挑战,每击败一只宝可梦,难度便会随之提升。此挑战中属性免疫效果将转化为属性抗性。'],
        [/Every time you enter the tower, you will start from floor (\d+), but you can try as many times as you'd like/i,
         '每次进入时,你都将从$1层开始挑战,但可尝试任意次数。'],
        [/Your highest reached floor will be saved, and reset when the league rotation changes. You will be rewarded for every new highest floor reached at the end of the battle/i,
         '你的最高抵达层数将被记录,并在联盟轮换时重置。每当刷新最高层数后,战斗结束时你都将获得奖励。'],

        // 对战工厂
        [/Reach a minimum score of (\d+) in order to get rewards/i,
         '达到最低分数 $1 即可获得奖励'],
        [/Next reward at (\d+) score/i,
         '下一级奖励需达到分数 $1'],
        [/No more rewards available. Maybe try getting a hi\-score\?/i,
         '已无可领取的奖励。也许可以尝试冲击更高的最高分?'],
        [/The (.+) is a challenge in which your goal is to deal the maximum amount of damage. Every turn you will take a fixed amount of damage, and damage from status effects is disabled./i,
         '$1是以造成最高伤害为目标的挑战模式。在每个回合,你都会受到固定数值的伤害,在这个模式中异常状态的伤害将被禁用。'],
        [/Every time you enter the (.+), your score will reset, but you can try as many times as you'd like/i,
         '每次进入时,你的分数都会重置,但你可以不限次数地进行挑战。'],
        [/Your highest reached score will be saved, and reset when the league rotation changes. You will be rewarded for your highest score reached at the end of the battle/i,
         '你的最高分数会被记录,在联盟轮换时重置。战斗结束时,根据本次的最高分数获得相应奖励。'],

        // 战斗区域指引
        [/^Defeat increasingly difficult trainers and carve yourself a path of fame! You may unlock additional areas to explore as your progress/i,
         '击败难度逐步提升的训练师,闯出属于你的名声之路!随着你的进度推进,你还将解锁更多可探索的区域。'],
        // 对战开拓区指引
        [/The Battle Frontier houses different types of challenges under a specific division restriction that rotates every (.+)\. Trainers fought here will reset every (.+)/i,
         '对战开拓区包含多种挑战,设有特定分组限制,每$1轮换一次。此处遭遇的训练家每$2重置'],

        // 旷野地带指引

        [/Pokemon in the (.+) rotate every (\d+) (.+)/i,
         '$1中的宝可梦每 $2 $3轮换一次'],
        [/All Pokemon in Wild Areas might be caught by defeating them\. Wild Areas rotate every (.+), so be sure to check out what can be caught today!/i,
         '旷野地带内的所有宝可梦均可通过击败捕获。旷野地带每$1轮换,记得查看轮换后可捕获的宝可梦!'],

        // 迷宫指引
        [/Pokemon in Dungeons can't be caught, but they can drop useful items and EXP\. Dungeons rotate every (.+) aswell/i,
         '迷宫中的宝可梦无法捕获,但会掉落实用道具和经验值。迷宫同样每$1轮换'],

        // 活动指引
        [/Events might house both items and Pokemon to get. Events marked with a skull signify powerful foes that usually require an item to catch \(The item wont be consumed if failed to defeat\) that can be acquired in the collection events. All Events rotate every (.+)./i,
         '活动中可获取道具与宝可梦。带有骷髅标记的活动代表强大敌方,通常需要特定道具才能捕获(若未击败敌方,道具不会消耗)。这些所需道具可以在收藏类事件中获得。所有活动每 $1轮换一次'],

        // 遗传指引
        [/With genetics, you can modify the parameters of a level (\d+) Pokemon \(the host\) and influence them based on another Pokemon \(the sample\)/i,
         '通过遗传培育,你可以修改$1级宝可梦(宿主 左)的参数,并以另一只宝可梦(样本 右)为基础进行调整'],
        [/Doing so, the level of the host will reset back to (\d+) while keeping all 4 of its currently selected moves, and a chance to increase its IV'?s/i,
         '操作后,宿主宝可梦等级将重置为$1,但会保留当前携带的4个招式,并有概率提升个体值'],
        [/Genetics can also be influenced by using genetic-aiding items, which you can use at the end of the operation/i,
         '遗传培育还可通过使用遗传辅助道具强化效果,你可在操作结束时使用该类道具'],
        [/You can find more information about the specifics of genetics in the guide section/i,
         '有关遗传培育的详细说明,可在指南板块查询'],

        // 训练指引
        [/Challenge your Pokemon against waves of foes in order to get stronger\. You will naturally have typing advantage against Pokemon fought against, and their level will scale to yours\. Type Immunities inside training will be instead converted to resistances./i,
         '让你的宝可梦迎战一波又一波的敌人以变得更强。你将自然拥有对战宝可梦的属性优势,其等级也会随你的等级进行调整。在训练中,属性免疫将被转换为抗性。'],
        [/Failing a training will result in no gains/i,
         '训练失败将不会获得任何收益'],

        // 宝可商店指引 已删除信息?
        [/^You can buy items here with Bottle Caps. Yeah/i, '可使用瓶盖在此处购买道具。就是这样~'],

        //宝可病毒指引
        [/^Every (\d+) (\w+), some of your Pokemon will contract Pokerus. This virus is entirely beneficial, and will add one level of compatibility to the Pokemon in genetics when used as a host/i,
         '每 $1 $2,你的一些宝可梦会感染宝可病毒。该病毒完全有益,在作为宿主宝可梦进行遗传操作时,会为该宝可梦额外增加一级兼容度。'],

        //设置指引
        [/^Automatically hides got Pokemon that are not new after a battle. Excluded from this setting are: New Pokemon, Iv's Ups and Shiny Pokemon/i,
         '战斗结束后将自动隐藏已获得但并非新的宝可梦。不受此设置影响的包括:新宝可梦、个体值提升以及闪光宝可梦。'],
        [/^Decreases the current (.+) rotation by -(\d+). Useful if you missed yesterday's rotation, or if your schedule doesnt line up with my game/i,
         '将当前$1的轮换次数减少$2。适用于错过了昨天的轮换,或你的作息时间与游戏轮换时间不一致的情况。'],

        // 奖章
        [/^Awarded in special occasions/i, '在特殊场合授予'],
        [/^Awarded for reaching floor (\d+) in the (.+)/i, '因抵达$1第$2层而授予'],
        [/^Awarded very rarely for spending a lot of time together/i, '极少数情况下授予,用于表彰长时间相处'],//1/100000

        // 自动重战
        [/^([\s\S]*?)Auto[- ]?Refight[- ]?Ticket[s ]?([\s\S]*?)$/i, '$1自动重战券$2'],
        [/^([\s\S]*?)Auto[- ]?Refight([\s\S]*?)$/i, '$1自动重战$2'],

        // 事件道具
        [/^([\s\S]*?)Aether Keycards?([\s\S]*?)$/i,
         '$1以太钥匙卡$2'],
        [/^([\s\S]*?)Ancient Keystones?([\s\S]*?)$/i,
         '$1古代钥石$2'],
        [/^([\s\S]*?)Ancient Orchids?([\s\S]*?)$/i,
         '$1古代兰花$2'],
        [/^([\s\S]*?)Artic Rocks?([\s\S]*?)$/i,
         '$1极寒岩石$2'],
        [/^([\s\S]*?)Epoch Feathers?([\s\S]*?)$/i,
         '$1纪元之羽$2'],
        [/^([\s\S]*?)Fiery Rocks?([\s\S]*?)$/i,
         '$1火焰岩石$2'],
        [/^([\s\S]*?)Frozen Keystones?([\s\S]*?)$/i,
         '$1冰封钥石$2'],
        [/^([\s\S]*?)Future Contraptions?([\s\S]*?)$/i,
         '$1未来装置$2'],
        [/^([\s\S]*?)Future Disks?([\s\S]*?)$/i,
         '$1未来磁盘$2'],
        [/^([\s\S]*?)Pokeflutes?([\s\S]*?)$/i,
         '$1宝可梦之笛$2'],
        [/^([\s\S]*?)Primal Earths?([\s\S]*?)$/i,
         '$1原始泥土$2'],
        [/^([\s\S]*?)Red Chains?([\s\S]*?)$/i,
         '$1红色锁链$2'],
        [/^([\s\S]*?)Steel Keystones?([\s\S]*?)$/i,
         '$1钢铁钥石$2'],
        [/^([\s\S]*?)Thunderous Rocks?([\s\S]*?)$/i,
         '$1雷电岩石$2'],
        [/^([\s\S]*?)Willpower Feathers?([\s\S]*?)$/i,
         '$1意志力羽毛$2'],
        [/^([\s\S]*?)Wisdom Petals?([\s\S]*?)$/i,
         '$1智慧花瓣$2'],
        [/^([\s\S]*?)Wormhole Residue([\s\S]*?)$/i,
         '$1虫洞残留物$2'],

        //神秘礼物
        [/^Long Press\/Right click the present below to receive a gift (.+)!/i, '长按/右键点击下方礼物即可获得$1!'],
        [/^It will be (.+) and carrying an? (.+)/i, '它将$1并携带$2'],
        [/^You have until (\w+) (\d+) to claim/i, '领取截止日期为 $1 $2日'],

    ];

    function regexWeight(regex) {
        const src = regex.source;
        const groupCount = (src.match(/\(/g) || []).length;
        return src.length * 10 + groupCount * 50;
    }

    const REGEX_RULES = RAW_REGEX_RULES
    .map(([regex, repl]) => ({
        regex,
        repl,
        weight: regexWeight(regex)
    }))
    .sort((a, b) => b.weight - a.weight);

    function applyRegexRules(text) {
        for (const r of REGEX_RULES) {
            if (r.regex.test(text)) {
                return text.replace(r.regex, r.repl);
            }
        }
        return text;
    }

    const DICT = {

        //官方宝可梦译名
        "Bulbasaur": "妙蛙种子",
        "Ivysaur": "妙蛙草",
        "Venusaur": "妙蛙花",
        "Charmander": "小火龙",
        "Charmeleon": "火恐龙",
        "Charizard": "喷火龙",
        "Squirtle": "杰尼龟",
        "Wartortle": "卡咪龟",
        "Blastoise": "水箭龟",
        "Caterpie": "绿毛虫",
        "Metapod": "铁甲蛹",
        "Butterfree": "巴大蝶",
        "Weedle": "独角虫",
        "Kakuna": "铁壳蛹",
        "Beedrill": "大针蜂",
        "Pidgey": "波波",
        "Pidgeotto": "比比鸟",
        "Pidgeot": "大比鸟",
        "Rattata": "小拉达",
        "Raticate": "拉达",
        "Spearow": "烈雀",
        "Fearow": "大嘴雀",
        "Ekans": "阿柏蛇",
        "Arbok": "阿柏怪",
        "Pikachu": "皮卡丘",
        "Raichu": "雷丘",
        "Sandshrew": "穿山鼠",
        "Sandslash": "穿山王",
        "Nidoran F": "尼多兰",
        "Nidorina": "尼多娜",
        "Nidoqueen": "尼多后",
        "Nidoran M": "尼多朗",
        "Nidorino": "尼多力诺",
        "Nidoking": "尼多王",
        "Clefairy": "皮皮",
        "Clefable": "皮可西",
        "Vulpix": "六尾",
        "Ninetales": "九尾",
        "Jigglypuff": "胖丁",
        "Wigglytuff": "胖可丁",
        "Zubat": "超音蝠",
        "Golbat": "大嘴蝠",
        "Oddish": "走路草",
        "Gloom": "臭臭花",
        "Vileplume": "霸王花",
        "Paras": "派拉斯",
        "Parasect": "派拉斯特",
        "Venonat": "毛球",
        "Venomoth": "摩鲁蛾",
        "Diglett": "地鼠",
        "Dugtrio": "三地鼠",
        "Meowth": "喵喵",
        "Persian": "猫老大",
        "Psyduck": "可达鸭",
        "Golduck": "哥达鸭",
        "Mankey": "猴怪",
        "Primeape": "火暴猴",
        "Growlithe": "卡蒂狗",
        "Arcanine": "风速狗",
        "Poliwag": "蚊香蝌蚪",
        "Poliwhirl": "蚊香君",
        "Poliwrath": "蚊香泳士",
        "Abra": "凯西",
        "Kadabra": "勇基拉",
        "Alakazam": "胡地",
        "Machop": "腕力",
        "Machoke": "豪力",
        "Machamp": "怪力",
        "Bellsprout": "喇叭芽",
        "Weepinbell": "口呆花",
        "Victreebel": "大食花",
        "Tentacool": "玛瑙水母",
        "Tentacruel": "毒刺水母",
        "Geodude": "小拳石",
        "Graveler": "隆隆石",
        "Golem": "隆隆岩",
        "Ponyta": "小火马",
        "Rapidash": "烈焰马",
        "Slowpoke": "呆呆兽",
        "Slowbro": "呆壳兽",
        "Magnemite": "小磁怪",
        "Magneton": "三合一磁怪",
        "Farfetchd": "大葱鸭",
        "Doduo": "嘟嘟",
        "Dodrio": "嘟嘟利",
        "Seel": "小海狮",
        "Dewgong": "白海狮",
        "Grimer": "臭泥",
        "Muk": "臭臭泥",
        "Shellder": "大舌贝",
        "Cloyster": "刺甲贝",
        "Gastly": "鬼斯",
        "Haunter": "鬼斯通",
        "Gengar": "耿鬼",
        "Onix": "大岩蛇",
        "Drowzee": "催眠貘",
        "Hypno": "引梦貘人",
        "Krabby": "大钳蟹",
        "Kingler": "巨钳蟹",
        "Voltorb": "霹雳电球",
        "Electrode": "顽皮雷弹",
        "Exeggcute": "蛋蛋",
        "Exeggutor": "椰蛋树",
        "Cubone": "卡拉卡拉",
        "Marowak": "嘎啦嘎啦",
        "Hitmonlee": "飞腿郎",
        "Hitmonchan": "快拳郎",
        "Lickitung": "大舌头",
        "Koffing": "瓦斯弹",
        "Weezing": "双弹瓦斯",
        "Rhyhorn": "独角犀牛",
        "Rhydon": "钻角犀兽",
        "Chansey": "吉利蛋",
        "Tangela": "蔓藤怪",
        "Kangaskhan": "袋兽",
        "Horsea": "墨海马",
        "Seadra": "海刺龙",
        "Goldeen": "角金鱼",
        "Seaking": "金鱼王",
        "Staryu": "海星星",
        "Starmie": "宝石海星",
        "Mr Mime": "魔墙人偶",
        "Scyther": "飞天螳螂",
        "Jynx": "迷唇姐",
        "Electabuzz": "电击兽",
        "Magmar": "鸭嘴火兽",
        "Pinsir": "凯罗斯",
        "Tauros": "肯泰罗",
        "Magikarp": "鲤鱼王",
        "Gyarados": "暴鲤龙",
        "Lapras": "拉普拉斯",
        "Ditto": "百变怪",
        "Eevee": "伊布",
        "Vaporeon": "水伊布",
        "Jolteon": "雷伊布",
        "Flareon": "火伊布",
        "Porygon": "多边兽",
        "Omanyte": "菊石兽",
        "Omastar": "多刺菊石兽",
        "Kabuto": "化石盔",
        "Kabutops": "镰刀盔",
        "Aerodactyl": "化石翼龙",
        "Snorlax": "卡比兽",
        "Articuno": "急冻鸟",
        "Zapdos": "闪电鸟",
        "Moltres": "火焰鸟",
        "Dratini": "迷你龙",
        "Dragonair": "哈克龙",
        "Dragonite": "快龙",
        "Mewtwo": "超梦",
        "Mew": "梦幻",
        "Chikorita": "菊草叶",
        "Bayleef": "月桂叶",
        "Meganium": "大竺葵",
        "Cyndaquil": "火球鼠",
        "Quilava": "火岩鼠",
        "Typhlosion": "火暴兽",
        "Totodile": "小锯鳄",
        "Croconaw": "蓝鳄",
        "Feraligatr": "大力鳄",
        "Sentret": "尾立",
        "Furret": "大尾立",
        "Hoothoot": "咕咕",
        "Noctowl": "猫头夜鹰",
        "Ledyba": "芭瓢虫",
        "Ledian": "安瓢虫",
        "Spinarak": "圆丝蛛",
        "Ariados": "阿利多斯",
        "Crobat": "叉字蝠",
        "Chinchou": "灯笼鱼",
        "Lanturn": "电灯怪",
        "Pichu": "皮丘",
        "Cleffa": "皮宝宝",
        "Igglybuff": "宝宝丁",
        "Togepi": "波克比",
        "Togetic": "波克基古",
        "Natu": "天然雀",
        "Xatu": "天然鸟",
        "Mareep": "咩利羊",
        "Flaaffy": "茸茸羊",
        "Ampharos": "电龙",
        "Bellossom": "美丽花",
        "Marill": "玛力露",
        "Azumarill": "玛力露丽",
        "Sudowoodo": "树才怪",
        "Politoed": "蚊香蛙皇",
        "Hoppip": "毽子草",
        "Skiploom": "毽子花",
        "Jumpluff": "毽子棉",
        "Aipom": "长尾怪手",
        "Sunkern": "向日种子",
        "Sunflora": "向日花怪",
        "Yanma": "蜻蜻蜓",
        "Wooper": "乌波",
        "Quagsire": "沼王",
        "Espeon": "太阳伊布",
        "Umbreon": "月亮伊布",
        "Murkrow": "黑暗鸦",
        "Slowking": "呆呆王",
        "Misdreavus": "梦妖",
        "Unown": "未知图腾",
        "Wobbuffet": "果然翁",
        "Girafarig": "麒麟奇",
        "Pineco": "榛果球",
        "Forretress": "佛烈托斯",
        "Dunsparce": "土龙弟弟",
        "Gligar": "天蝎",
        "Steelix": "大钢蛇",
        "Snubbull": "布鲁",
        "Granbull": "布鲁皇",
        "Qwilfish": "千针鱼",
        "Scizor": "巨钳螳螂",
        "Shuckle": "壶壶",
        "Heracross": "赫拉克罗斯",
        "Sneasel": "狃拉",
        "Teddiursa": "熊宝宝",
        "Ursaring": "圈圈熊",
        "Slugma": "熔岩虫",
        "Magcargo": "熔岩蜗牛",
        "Swinub": "小山猪",
        "Piloswine": "长毛猪",
        "Corsola": "太阳珊瑚",
        "Remoraid": "铁炮鱼",
        "Octillery": "章鱼桶",
        "Delibird": "信使鸟",
        "Mantine": "巨翅飞鱼",
        "Skarmory": "盔甲鸟",
        "Houndour": "戴鲁比",
        "Houndoom": "黑鲁加",
        "Kingdra": "刺龙王",
        "Phanpy": "小小象",
        "Donphan": "顿甲",
        "Porygon2": "多边兽2型",
        "Stantler": "惊角鹿",
        "Smeargle": "图图犬",
        "Tyrogue": "无畏小子",
        "Hitmontop": "战舞郎",
        "Smoochum": "迷唇娃",
        "Elekid": "电击怪",
        "Magby": "鸭嘴宝宝",
        "Miltank": "大奶罐",
        "Blissey": "幸福蛋",
        "Raikou": "雷公",
        "Entei": "炎帝",
        "Suicune": "水君",
        "Larvitar": "幼基拉斯",
        "Pupitar": "沙基拉斯",
        "Tyranitar": "班基拉斯",
        "Lugia": "洛奇亚",
        "HoOh": "凤王",
        "Celebi": "时拉比",
        "Treecko": "木守宫",
        "Grovyle": "森林蜥蜴",
        "Sceptile": "蜥蜴王",
        "Torchic": "火稚鸡",
        "Combusken": "力壮鸡",
        "Blaziken": "火焰鸡",
        "Mudkip": "水跃鱼",
        "Marshtomp": "沼跃鱼",
        "Swampert": "巨沼怪",
        "Poochyena": "土狼犬",
        "Mightyena": "大狼犬",
        "Zigzagoon": "蛇纹熊",
        "Linoone": "直冲熊",
        "Wurmple": "刺尾虫",
        "Silcoon": "甲壳茧",
        "Beautifly": "狩猎凤蝶",
        "Cascoon": "盾甲茧",
        "Dustox": "毒粉蛾",
        "Lotad": "莲叶童子",
        "Lombre": "莲帽小童",
        "Ludicolo": "乐天河童",
        "Seedot": "橡实果",
        "Nuzleaf": "长鼻叶",
        "Shiftry": "狡猾天狗",
        "Taillow": "傲骨燕",
        "Swellow": "大王燕",
        "Wingull": "长翅鸥",
        "Pelipper": "大嘴鸥",
        "Ralts": "拉鲁拉丝",
        "Kirlia": "奇鲁莉安",
        "Gardevoir": "沙奈朵",
        "Surskit": "溜溜糖球",
        "Masquerain": "雨翅蛾",
        "Shroomish": "蘑蘑菇",
        "Breloom": "斗笠菇",
        "Slakoth": "懒人獭",
        "Vigoroth": "过动猿",
        "Slaking": "请假王",
        "Nincada": "土居忍士",
        "Ninjask": "铁面忍者",
        "Shedinja": "脱壳忍者",
        "Whismur": "咕妞妞",
        "Loudred": "吼爆弹",
        "Exploud": "爆音怪",
        "Makuhita": "幕下力士",
        "Hariyama": "铁掌力士",
        "Azurill": "露力丽",
        "Nosepass": "朝北鼻",
        "Skitty": "向尾喵",
        "Delcatty": "优雅猫",
        "Sableye": "勾魂眼",
        "Mawile": "大嘴娃",
        "Aron": "可可多拉",
        "Lairon": "可多拉",
        "Aggron": "波士可多拉",
        "Meditite": "玛沙那",
        "Medicham": "恰雷姆",
        "Electrike": "落雷兽",
        "Manectric": "雷电兽",
        "Plusle": "正电拍拍",
        "Minun": "负电拍拍",
        "Volbeat": "电萤虫",
        "Illumise": "甜甜萤",
        "Roselia": "毒蔷薇",
        "Gulpin": "溶食兽",
        "Swalot": "吞食兽",
        "Carvanha": "利牙鱼",
        "Sharpedo": "巨牙鲨",
        "Wailmer": "吼吼鲸",
        "Wailord": "吼鲸王",
        "Numel": "呆火驼",
        "Camerupt": "喷火驼",
        "Torkoal": "煤炭龟",
        "Spoink": "跳跳猪",
        "Grumpig": "噗噗猪",
        "Spinda": "晃晃斑",
        "Trapinch": "大颚蚁",
        "Vibrava": "超音波幼虫",
        "Flygon": "沙漠蜻蜓",
        "Cacnea": "刺球仙人掌",
        "Cacturne": "梦歌仙人掌",
        "Swablu": "青绵鸟",
        "Altaria": "七夕青鸟",
        "Zangoose": "猫鼬斩",
        "Seviper": "饭匙蛇",
        "Lunatone": "月石",
        "Solrock": "太阳岩",
        "Barboach": "泥泥鳅",
        "Whiscash": "鲶鱼王",
        "Corphish": "龙虾小兵",
        "Crawdaunt": "铁螯龙虾",
        "Baltoy": "天秤偶",
        "Claydol": "念力土偶",
        "Lileep": "触手百合",
        "Cradily": "摇篮百合",
        "Anorith": "太古羽虫",
        "Armaldo": "太古盔甲",
        "Feebas": "丑丑鱼",
        "Milotic": "美纳斯",
        "Castform": "飘浮泡泡",
        "Kecleon": "变隐龙",
        "Shuppet": "怨影娃娃",
        "Banette": "诅咒娃娃",
        "Duskull": "夜巡灵",
        "Dusclops": "彷徨夜灵",
        "Tropius": "热带龙",
        "Chimecho": "风铃铃",
        "Absol": "阿勃梭鲁",
        "Wynaut": "小果然",
        "Snorunt": "雪童子",
        "Glalie": "冰鬼护",
        "Spheal": "海豹球",
        "Sealeo": "海魔狮",
        "Walrein": "帝牙海狮",
        "Clamperl": "珍珠贝",
        "Huntail": "猎斑鱼",
        "Gorebyss": "樱花鱼",
        "Relicanth": "古空棘鱼",
        "Luvdisc": "爱心鱼",
        "Bagon": "宝贝龙",
        "Shelgon": "甲壳龙",
        "Salamence": "暴飞龙",
        "Beldum": "铁哑铃",
        "Metang": "金属怪",
        "Metagross": "巨金怪",
        "Regirock": "雷吉洛克",
        "Regice": "雷吉艾斯",
        "Registeel": "雷吉斯奇鲁",
        "Latias": "拉帝亚斯",
        "Latios": "拉帝欧斯",
        "Kyogre": "盖欧卡",
        "Groudon": "固拉多",
        "Rayquaza": "烈空坐",
        "Jirachi": "基拉祈",
        "Deoxys": "代欧奇希斯",
        "Turtwig": "草苗龟",
        "Grotle": "树林龟",
        "Torterra": "土台龟",
        "Chimchar": "小火焰猴",
        "Monferno": "猛火猴",
        "Infernape": "烈焰猴",
        "Piplup": "波加曼",
        "Prinplup": "波皇子",
        "Empoleon": "帝王拿波",
        "Starly": "姆克儿",
        "Staravia": "姆克鸟",
        "Staraptor": "姆克鹰",
        "Bidoof": "大牙狸",
        "Bibarel": "大尾狸",
        "Kricketot": "圆法师",
        "Kricketune": "音箱蟀",
        "Shinx": "小猫怪",
        "Luxio": "勒克猫",
        "Luxray": "伦琴猫",
        "Budew": "含羞苞",
        "Roserade": "罗丝雷朵",
        "Cranidos": "头盖龙",
        "Rampardos": "战槌龙",
        "Shieldon": "盾甲龙",
        "Bastiodon": "护城龙",
        "Burmy": "结草儿",
        "Wormadam": "结草贵妇",
        "Mothim": "绅士蛾",
        "Combee": "三蜜蜂",
        "Vespiquen": "蜂女王",
        "Pachirisu": "帕奇利兹",
        "Buizel": "泳圈鼬",
        "Floatzel": "浮潜鼬",
        "Cherubi": "樱花宝",
        "Cherrim": "樱花儿",
        "Shellos": "无壳海兔",
        "Gastrodon": "海兔兽",
        "Ambipom": "双尾怪手",
        "Drifloon": "飘飘球",
        "Drifblim": "随风球",
        "Buneary": "卷卷耳",
        "Lopunny": "长耳兔",
        "Mismagius": "梦妖魔",
        "Honchkrow": "乌鸦头头",
        "Glameow": "魅力喵",
        "Purugly": "东施喵",
        "Chingling": "铃铛响",
        "Stunky": "臭鼬噗",
        "Skuntank": "坦克臭鼬",
        "Bronzor": "铜镜怪",
        "Bronzong": "青铜钟",
        "Bonsly": "盆才怪",
        "Mime Jr": "魔尼尼",
        "Happiny": "小福蛋",
        "Chatot": "聒噪鸟",
        "Spiritomb": "花岩怪",
        "Gible": "圆陆鲨",
        "Gabite": "尖牙陆鲨",
        "Garchomp": "烈咬陆鲨",
        "Munchlax": "小卡比兽",
        "Riolu": "利欧路",
        "Lucario": "路卡利欧",
        "Hippopotas": "沙河马",
        "Hippowdon": "河马兽",
        "Skorupi": "钳尾蝎",
        "Drapion": "龙王蝎",
        "Croagunk": "不良蛙",
        "Toxicroak": "毒骷蛙",
        "Carnivine": "尖牙笼",
        "Finneon": "荧光鱼",
        "Lumineon": "霓虹鱼",
        "Mantyke": "小球飞鱼",
        "Snover": "雪笠怪",
        "Abomasnow": "暴雪王",
        "Weavile": "玛狃拉",
        "Magnezone": "自爆磁怪",
        "Lickilicky": "大舌舔",
        "Rhyperior": "超甲狂犀",
        "Tangrowth": "巨蔓藤",
        "Electivire": "电击魔兽",
        "Magmortar": "鸭嘴炎兽",
        "Togekiss": "波克基斯",
        "Yanmega": "远古巨蜓",
        "Leafeon": "叶伊布",
        "Glaceon": "冰伊布",
        "Gliscor": "天蝎王",
        "Mamoswine": "象牙猪",
        "Porygon Z": "多边兽乙型",
        "Gallade": "艾路雷朵",
        "Probopass": "大朝北鼻",
        "Dusknoir": "黑夜魔灵",
        "Froslass": "雪妖女",
        "Rotom": "洛托姆",
        "Uxie": "由克希",
        "Mesprit": "艾姆利多",
        "Azelf": "亚克诺姆",
        "Dialga": "帝牙卢卡",
        "Palkia": "帕路奇亚",
        "Heatran": "席多蓝恩",
        "Regigigas": "雷吉奇卡斯",
        "Giratina": "骑拉帝纳",
        "Cresselia": "克雷色利亚",
        "Phione": "霏欧纳",
        "Manaphy": "玛纳霏",
        "Darkrai": "达克莱伊",
        "Shaymin": "谢米",
        "Arceus": "阿尔宙斯",
        "Victini": "比克提尼",
        "Snivy": "藤藤蛇",
        "Servine": "青藤蛇",
        "Serperior": "君主蛇",
        "Tepig": "暖暖猪",
        "Pignite": "炒炒猪",
        "Emboar": "炎武王",
        "Oshawott": "水水獭",
        "Dewott": "双刃丸",
        "Samurott": "大剑鬼",
        "Patrat": "探探鼠",
        "Watchog": "步哨鼠",
        "Lillipup": "小约克",
        "Herdier": "哈约克",
        "Stoutland": "长毛狗",
        "Purrloin": "扒手猫",
        "Liepard": "酷豹",
        "Pansage": "花椰猴",
        "Simisage": "花椰猿",
        "Pansear": "爆香猴",
        "Simisear": "爆香猿",
        "Panpour": "冷水猴",
        "Simipour": "冷水猿",
        "Munna": "食梦梦",
        "Musharna": "梦梦蚀",
        "Pidove": "豆豆鸽",
        "Tranquill": "咕咕鸽",
        "Unfezant": "高傲雉鸡",
        "Blitzle": "斑斑马",
        "Zebstrika": "雷电斑马",
        "Roggenrola": "石丸子",
        "Boldore": "地幔岩",
        "Gigalith": "庞岩怪",
        "Woobat": "滚滚蝙蝠",
        "Swoobat": "心蝙蝠",
        "Drilbur": "螺钉地鼠",
        "Excadrill": "龙头地鼠",
        "Audino": "差不多娃娃",
        "Timburr": "搬运小匠",
        "Gurdurr": "铁骨土人",
        "Conkeldurr": "修建老匠",
        "Tympole": "圆蝌蚪",
        "Palpitoad": "蓝蟾蜍",
        "Seismitoad": "蟾蜍王",
        "Throh": "投摔鬼",
        "Sawk": "打击鬼",
        "Sewaddle": "虫宝包",
        "Swadloon": "宝包茧",
        "Leavanny": "保姆虫",
        "Venipede": "百足蜈蚣",
        "Whirlipede": "车轮球",
        "Scolipede": "蜈蚣王",
        "Cottonee": "木棉球",
        "Whimsicott": "风妖精",
        "Petilil": "百合根娃娃",
        "Lilligant": "裙儿小姐",
        "Basculin": "野蛮鲈鱼",
        "Sandile": "黑眼鳄",
        "Krokorok": "混混鳄",
        "Krookodile": "流氓鳄",
        "Darumaka": "火红不倒翁",
        "Darmanitan": "达摩狒狒",
        "Maractus": "沙铃仙人掌",
        "Dwebble": "石居蟹",
        "Crustle": "岩殿居蟹",
        "Scraggy": "滑滑小子",
        "Scrafty": "头巾混混",
        "Sigilyph": "象征鸟",
        "Yamask": "哭哭面具",
        "Cofagrigus": "迭失棺",
        "Tirtouga": "原盖海龟",
        "Carracosta": "肋骨海龟",
        "Archen": "始祖小鸟",
        "Archeops": "始祖大鸟",
        "Trubbish": "破破袋",
        "Garbodor": "灰尘山",
        "Zorua": "索罗亚",
        "Zoroark": "索罗亚克",
        "Minccino": "泡沫栗鼠",
        "Cinccino": "奇诺栗鼠",
        "Gothita": "哥德宝宝",
        "Gothorita": "哥德小童",
        "Gothitelle": "哥德小姐",
        "Solosis": "单卵细胞球",
        "Duosion": "双卵细胞球",
        "Reuniclus": "人造细胞卵",
        "Ducklett": "鸭宝宝",
        "Swanna": "舞天鹅",
        "Vanillite": "迷你冰",
        "Vanillish": "多多冰",
        "Vanilluxe": "双倍多多冰",
        "Deerling": "四季鹿",
        "Sawsbuck": "萌芽鹿",
        "Emolga": "电飞鼠",
        "Karrablast": "盖盖虫",
        "Escavalier": "骑士蜗牛",
        "Foongus": "哎呀球菇",
        "Amoonguss": "败露球菇",
        "Frillish": "轻飘飘",
        "Jellicent": "胖嘟嘟",
        "Alomomola": "保姆曼波",
        "Joltik": "电电虫",
        "Galvantula": "电蜘蛛",
        "Ferroseed": "种子铁球",
        "Ferrothorn": "坚果哑铃",
        "Klink": "齿轮儿",
        "Klang": "齿轮组",
        "Klinklang": "齿轮怪",
        "Tynamo": "麻麻小鱼",
        "Eelektrik": "麻麻鳗",
        "Eelektross": "麻麻鳗鱼王",
        "Elgyem": "小灰怪",
        "Beheeyem": "大宇怪",
        "Litwick": "烛光灵",
        "Lampent": "灯火幽灵",
        "Chandelure": "水晶灯火灵",
        "Axew": "牙牙",
        "Fraxure": "斧牙龙",
        "Haxorus": "双斧战龙",
        "Cubchoo": "喷嚏熊",
        "Beartic": "冻原熊",
        "Cryogonal": "几何雪花",
        "Shelmet": "小嘴蜗",
        "Accelgor": "敏捷虫",
        "Stunfisk": "泥巴鱼",
        "Mienfoo": "功夫鼬",
        "Mienshao": "师父鼬",
        "Druddigon": "赤面龙",
        "Golett": "泥偶小人",
        "Golurk": "泥偶巨人",
        "Pawniard": "驹刀小兵",
        "Bisharp": "劈斩司令",
        "Bouffalant": "爆炸头水牛",
        "Rufflet": "毛头小鹰",
        "Braviary": "勇士雄鹰",
        "Vullaby": "秃鹰丫头",
        "Mandibuzz": "秃鹰娜",
        "Heatmor": "熔蚁兽",
        "Durant": "铁蚁",
        "Deino": "单首龙",
        "Zweilous": "双首暴龙",
        "Hydreigon": "三首恶龙",
        "Larvesta": "燃烧虫",
        "Volcarona": "火神蛾",
        "Cobalion": "勾帕路翁",
        "Terrakion": "代拉基翁",
        "Virizion": "毕力吉翁",
        "Tornadus": "龙卷云",
        "Thundurus": "雷电云",
        "Reshiram": "莱希拉姆",
        "Zekrom": "捷克罗姆",
        "Landorus": "土地云",
        "Kyurem": "酋雷姆",
        "Keldeo": "凯路迪欧",
        "Meloetta": "美洛耶塔",
        "Genesect": "盖诺赛克特",
        "Chespin": "哈力栗",
        "Quilladin": "胖胖哈力",
        "Chesnaught": "布里卡隆",
        "Fennekin": "火狐狸",
        "Braixen": "长尾火狐",
        "Delphox": "妖火红狐",
        "Froakie": "呱呱泡蛙",
        "Frogadier": "呱头蛙",
        "Greninja": "甲贺忍蛙",
        "Bunnelby": "掘掘兔",
        "Diggersby": "掘地兔",
        "Fletchling": "小箭雀",
        "Fletchinder": "火箭雀",
        "Talonflame": "烈箭鹰",
        "Scatterbug": "粉蝶虫",
        "Spewpa": "粉蝶蛹",
        "Vivillon": "彩粉蝶",
        "Litleo": "小狮狮",
        "Pyroar": "火炎狮",
        "Flabebe": "花蓓蓓",
        "Floette": "花叶蒂",
        "Florges": "花洁夫人",
        "Skiddo": "坐骑小羊",
        "Gogoat": "坐骑山羊",
        "Pancham": "顽皮熊猫",
        "Pangoro": "霸道熊猫",
        "Furfrou": "多丽米亚",
        "Espurr": "妙喵",
        "Meowstic": "超能妙喵",
        "Honedge": "独剑鞘",
        "Doublade": "双剑鞘",
        "Aegislash": "坚盾剑怪",
        "Spritzee": "粉香香",
        "Aromatisse": "芳香精",
        "Swirlix": "绵绵泡芙",
        "Slurpuff": "胖甜妮",
        "Inkay": "好啦鱿",
        "Malamar": "乌贼王",
        "Binacle": "龟脚脚",
        "Barbaracle": "龟足巨铠",
        "Skrelp": "垃垃藻",
        "Dragalge": "毒藻龙",
        "Clauncher": "铁臂枪虾",
        "Clawitzer": "钢炮臂虾",
        "Helioptile": "伞电蜥",
        "Heliolisk": "光电伞蜥",
        "Tyrunt": "宝宝暴龙",
        "Tyrantrum": "怪颚龙",
        "Amaura": "冰雪龙",
        "Aurorus": "冰雪巨龙",
        "Sylveon": "仙子伊布",
        "Hawlucha": "摔角鹰人",
        "Dedenne": "咚咚鼠",
        "Carbink": "小碎钻",
        "Goomy": "黏黏宝",
        "Sliggoo": "黏美儿",
        "Goodra": "黏美龙",
        "Klefki": "钥圈儿",
        "Phantump": "小木灵",
        "Trevenant": "朽木妖",
        "Pumpkaboo": "南瓜精",
        "Gourgeist": "南瓜怪人",
        "Bergmite": "冰宝",
        "Avalugg": "冰岩怪",
        "Noibat": "嗡蝠",
        "Noivern": "音波龙",
        "Xerneas": "哲尔尼亚斯",
        "Yveltal": "伊裴尔塔尔",
        "Zygarde": "基格尔德",
        "Diancie": "蒂安希",
        "Hoopa": "胡帕",
        "Volcanion": "波尔凯尼恩",
        "Rowlet": "木木枭",
        "Dartrix": "投羽枭",
        "Decidueye": "狙射树枭",
        "Litten": "火斑喵",
        "Torracat": "炎热喵",
        "Incineroar": "炽焰咆哮虎",
        "Popplio": "球球海狮",
        "Brionne": "花漾海狮",
        "Primarina": "西狮海壬",
        "Pikipek": "小笃儿",
        "Trumbeak": "喇叭啄鸟",
        "Toucannon": "铳嘴大鸟",
        "Yungoos": "猫鼬少",
        "Gumshoos": "猫鼬探长",
        "Grubbin": "强颚鸡母虫",
        "Charjabug": "虫电宝",
        "Vikavolt": "锹农炮虫",
        "Crabrawler": "好胜蟹",
        "Crabominable": "好胜毛蟹",
        "Oricorio": "花舞鸟",
        "Cutiefly": "萌虻",
        "Ribombee": "蝶结萌虻",
        "Rockruff": "岩狗狗",
        "Lycanroc": "鬃岩狼人",
        "Wishiwashi": "弱丁鱼",
        "Mareanie": "好坏星",
        "Toxapex": "超坏星",
        "Mudbray": "泥驴仔",
        "Mudsdale": "重泥挽马",
        "Dewpider": "滴蛛",
        "Araquanid": "滴蛛霸",
        "Fomantis": "伪螳草",
        "Lurantis": "兰螳花",
        "Morelull": "睡睡菇",
        "Shiinotic": "灯罩夜菇",
        "Salandit": "夜盗火蜥",
        "Salazzle": "焰后蜥",
        "Stufful": "童偶熊",
        "Bewear": "穿着熊",
        "Bounsweet": "甜竹竹",
        "Steenee": "甜舞妮",
        "Tsareena": "甜冷美后",
        "Comfey": "花疗环环",
        "Oranguru": "智挥猩",
        "Passimian": "投掷猴",
        "Wimpod": "胆小虫",
        "Golisopod": "具甲武者",
        "Sandygast": "沙丘娃",
        "Palossand": "噬沙堡爷",
        "Pyukumuku": "拳海参",
        "Type Null": "属性空",
        "Silvally": "银伴战兽",
        "Minior": "小陨星",
        "Komala": "树枕尾熊",
        "Turtonator": "爆焰龟兽",
        "Togedemaru": "托戈德玛尔",
        "Mimikyu": "谜拟丘",
        "Bruxish": "磨牙彩皮鱼",
        "Drampa": "老翁龙",
        "Dhelmise": "破破舵轮",
        "Jangmoo": "心鳞宝",
        "Hakamoo": "鳞甲龙",
        "Kommoo": "杖尾鳞甲龙",
        "Tapu Koko": "卡璞・鸣鸣",
        "Tapu Lele": "卡璞・蝶蝶",
        "Tapu Bulu": "卡璞・哞哞",
        "Tapu Fini": "卡璞・鳍鳍",
        "Cosmog": "科斯莫古",
        "Cosmoem": "科斯莫姆",
        "Solgaleo": "索尔迦雷欧",
        "Lunala": "露奈雅拉",
        "Nihilego": "虚吾伊德",
        "Buzzwole": "爆肌蚊",
        "Pheromosa": "费洛美螂",
        "Xurkitree": "电束木",
        "Celesteela": "铁火辉夜",
        "Kartana": "纸御剑",
        "Guzzlord": "恶食大王",
        "Necrozma": "奈克洛兹玛",
        "Magearna": "玛机雅娜",
        "Marshadow": "玛夏多",
        "Poipole": "毒贝比",
        "Naganadel": "四颚针龙",
        "Stakataka": "垒磊石",
        "Blacephalon": "砰头小丑",
        "Zeraora": "捷拉奥拉",
        "Meltan": "美录坦",
        "Melmetal": "美录梅塔",
        "Grookey": "敲音猴",
        "Thwackey": "啪咚猴",
        "Rillaboom": "轰擂金刚猩",
        "Scorbunny": "炎兔儿",
        "Raboot": "腾蹴小将",
        "Cinderace": "闪焰王牌",
        "Sobble": "泪眼蜥",
        "Drizzile": "变涩蜥",
        "Inteleon": "千面避役",
        "Skwovet": "贪心栗鼠",
        "Greedent": "藏饱栗鼠",
        "Rookidee": "稚山雀",
        "Corvisquire": "蓝鸦",
        "Corviknight": "钢铠鸦",
        "Blipbug": "索侦虫",
        "Dottler": "天罩虫",
        "Orbeetle": "以欧路普",
        "Nickit": "狡小狐",
        "Thievul": "猾大狐",
        "Gossifleur": "幼棉棉",
        "Eldegoss": "白蓬蓬",
        "Wooloo": "毛辫羊",
        "Dubwool": "毛毛角羊",
        "Chewtle": "咬咬龟",
        "Drednaw": "暴噬龟",
        "Yamper": "来电汪",
        "Boltund": "逐电犬",
        "Rolycoly": "小炭仔",
        "Carkol": "大炭车",
        "Coalossal": "巨炭山",
        "Applin": "啃果虫",
        "Flapple": "苹裹龙",
        "Appletun": "丰蜜龙",
        "Silicobra": "沙包蛇",
        "Sandaconda": "沙螺蟒",
        "Cramorant": "古月鸟",
        "Arrokuda": "刺梭鱼",
        "Barraskewda": "戽斗尖梭",
        "Toxel": "电音婴",
        "Toxtricity": "颤弦蝾螈",
        "Sizzlipede": "烧火蚣",
        "Centiskorch": "焚焰蚣",
        "Clobbopus": "拳拳蛸",
        "Grapploct": "八爪武师",
        "Sinistea": "来悲茶",
        "Polteageist": "怖思壶",
        "Hatenna": "迷布莉姆",
        "Hattrem": "提布莉姆",
        "Hatterene": "布莉姆温",
        "Impidimp": "捣蛋小妖",
        "Morgrem": "诈唬魔",
        "Grimmsnarl": "长毛巨魔",
        "Obstagoon": "堵拦熊",
        "Perrserker": "喵头目",
        "Cursola": "魔灵珊瑚",
        "Sirfetchd": "葱游兵",
        "Mr Rime": "踏冰人偶",
        "Runerigus": "迭失板",
        "Milcery": "小仙奶",
        "Alcremie": "霜奶仙",
        "Falinks": "列阵兵",
        "Pincurchin": "啪嚓海胆",
        "Snom": "雪吞虫",
        "Frosmoth": "雪绒蛾",
        "Stonjourner": "巨石丁",
        "Eiscue": "冰砌鹅",
        "Indeedee": "爱管侍",
        "Morpeko": "莫鲁贝可",
        "Cufant": "铜象",
        "Copperajah": "大王铜象",
        "Dracozolt": "雷鸟龙",
        "Arctozolt": "雷鸟海兽",
        "Dracovish": "鳃鱼龙",
        "Arctovish": "鳃鱼海兽",
        "Duraludon": "铝钢龙",
        "Dreepy": "多龙梅西亚",
        "Drakloak": "多龙奇",
        "Dragapult": "多龙巴鲁托",
        "Zacian": "苍响",
        "Zamazenta": "藏玛然特",
        "Eternatus": "无极汰那",
        "Kubfu": "熊徒弟",
        "Urshifu": "武道熊师",
        "Zarude": "萨戮德",
        "Regieleki": "雷吉艾勒奇",
        "Regidrago": "雷吉铎拉戈",
        "Glastrier": "雪暴马",
        "Spectrier": "灵幽马",
        "Calyrex": "蕾冠王",
        "Wyrdeer": "诡角鹿",
        "Kleavor": "劈斧螳螂",
        "Ursaluna": "月月熊",
        "Basculegion": "幽尾玄鱼",
        "Sneasler": "大狃拉",
        "Overqwil": "万针鱼",
        "Enamorus": "眷恋云",
        "Sprigatito": "新叶喵",
        "Floragato": "蒂蕾喵",
        "Meowscarada": "魔幻假面喵",
        "Fuecoco": "呆火鳄",
        "Crocalor": "炙烫鳄",
        "Skeledirge": "骨纹巨声鳄",
        "Quaxly": "润水鸭",
        "Quaxwell": "涌跃鸭",
        "Quaquaval": "狂欢浪舞鸭",
        "Lechonk": "爱吃豚",
        "Oinkologne": "飘香豚",
        "Tarountula": "团珠蛛",
        "Spidops": "操陷蛛",
        "Nymble": "豆蟋蟀",
        "Lokix": "烈腿蝗",
        "Pawmi": "布拨",
        "Pawmo": "布土拨",
        "Pawmot": "巴布土拨",
        "Tandemaus": "一对鼠",
        "Maushold": "一家鼠",
        "Fidough": "狗仔包",
        "Dachsbun": "麻花犬",
        "Smoliv": "迷你芙",
        "Dolliv": "奥利纽",
        "Arboliva": "奥利瓦",
        "Squawkabilly": "怒鹦哥",
        "Nacli": "盐石宝",
        "Naclstack": "盐石垒",
        "Garganacl": "盐石巨灵",
        "Charcadet": "炭小侍",
        "Armarouge": "红莲铠骑",
        "Ceruledge": "苍炎刃鬼",
        "Tadbulb": "光蚪仔",
        "Bellibolt": "电肚蛙",
        "Wattrel": "电海燕",
        "Kilowattrel": "大电海燕",
        "Maschiff": "偶叫獒",
        "Mabosstiff": "獒教父",
        "Shroodle": "滋汁鼹",
        "Grafaiai": "涂标客",
        "Bramblin": "纳噬草",
        "Brambleghast": "怖纳噬草",
        "Toedscool": "原野水母",
        "Toedscruel": "陆地水母",
        "Klawf": "毛崖蟹",
        "Capsakid": "热辣娃",
        "Scovillain": "狠辣椒",
        "Rellor": "虫滚泥",
        "Rabsca": "虫甲圣",
        "Flittle": "飘飘雏",
        "Espathra": "超能艳鸵",
        "Tinkatink": "小锻匠",
        "Tinkatuff": "巧锻匠",
        "Tinkaton": "巨锻匠",
        "Wiglett": "海地鼠",
        "Wugtrio": "三海地鼠",
        "Bombirdier": "下石鸟",
        "Finizen": "波普海豚",
        "Palafin": "海豚侠",
        "Varoom": "噗隆隆",
        "Revavroom": "普隆隆姆",
        "Cyclizar": "摩托蜥",
        "Orthworm": "拖拖蚓",
        "Glimmet": "晶光芽",
        "Glimmora": "晶光花",
        "Greavard": "墓仔狗",
        "Houndstone": "墓扬犬",
        "Flamigo": "缠红鹤",
        "Cetoddle": "走鲸",
        "Cetitan": "浩大鲸",
        "Veluza": "轻身鳕",
        "Dondozo": "吃吼霸",
        "Tatsugiri": "米立龙",
        "Annihilape": "弃世猴",
        "Clodsire": "土王",
        "Farigiraf": "奇麒麟",
        "Dudunsparce": "土龙节节",
        "Kingambit": "仆刀将军",
        "Great Tusk": "雄伟牙",
        "Scream Tail": "吼叫尾",
        "Brute Bonnet": "猛恶菇",
        "Flutter Mane": "振翼发",
        "Slither Wing": "爬地翅",
        "Sandy Shocks": "沙铁皮",
        "Iron Treads": "铁辙迹",
        "Iron Bundle": "铁包袱",
        "Iron Hands": "铁臂膀",
        "Iron Jugulis": "铁脖颈",
        "Iron Moth": "铁毒蛾",
        "Iron Thorns": "铁荆棘",
        "Frigibax": "凉脊龙",
        "Arctibax": "冻脊龙",
        "Baxcalibur": "戟脊龙",
        "Gimmighoul": "索财灵",
        "Gholdengo": "赛富豪",
        "Wo Chien": "古简蜗",
        "Chien Pao": "古剑豹",
        "Ting Lu": "古鼎鹿",
        "Chi Yu": "古玉鱼",
        "Roaring Moon": "轰鸣月",
        "Iron Valiant": "铁武者",
        "Koraidon": "故勒顿",
        "Miraidon": "密勒顿",
        "Walking Wake": "波荡水",
        "Iron Leaves": "铁斑叶",
        "Dipplin": "裹蜜虫",
        "Poltchageist": "斯魔茶",
        "Sinistcha": "来悲粗茶",
        "Okidogi": "够赞狗",
        "Munkidori": "愿增猿",
        "Fezandipiti": "吉雉鸡",
        "Ogerpon": "厄鬼椪",
        "Archaludon": "铝钢桥龙",
        "Hydrapple": "蜜集大蛇",
        "Gouging Fire": "破空焰",
        "Raging Bolt": "猛雷鼓",
        "Iron Boulder": "铁磐岩",
        "Iron Crown": "铁头壳",
        "Terapagos": "太乐巴戈斯",
        "Pecharunt": "桃歹郎",

        //超极巨化
        "Charizard GMAX": "超极巨 喷火龙",
        "Butterfree GMAX": "超极巨 巴大蝶",
        "Pikachu GMAX": "超极巨 皮卡丘",
        "Meowth GMAX": "超极巨 喵喵",
        "Machamp GMAX": "超极巨 怪力",
        "Gengar GMAX": "超极巨 耿鬼",
        "Kingler GMAX": "超极巨 巨钳蟹",
        "Lapras GMAX": "超极巨 拉普拉斯",
        "Eevee GMAX": "超极巨 伊布",
        "Snorlax GMAX": "超极巨 卡比兽",
        "Garbodor GMAX": "超极巨 灰尘山",
        "Melmetal GMAX": "超极巨 美录梅塔",
        "Corviknight GMAX": "超极巨 钢铠鸦",
        "Orbeetle GMAX": "超极巨 以欧路普",
        "Drednaw GMAX": "超极巨 暴噬龟",
        "Coalossal GMAX": "超极巨 巨炭山",
        "Appletun GMAX": "超极巨 丰蜜龙",
        "Sandaconda GMAX": "超极巨 沙螺蟒",
        "Toxtricity GMAX": "超极巨 颤弦蝾螈",
        "Centiskorch GMAX": "超极巨 焚焰蚣",
        "Hatterene GMAX": "超极巨 布莉姆温",
        "Grimmsnarl GMAX": "超极巨 长毛巨魔",
        "Alcremie GMAX": "超极巨 霜奶仙",
        "Copperajah GMAX": "超极巨 大王铜象",
        "Duraludon GMAX": "超极巨 铝钢龙",
        "Venusaur GMAX": "超极巨 妙蛙花",
        "Blastoise GMAX": "超极巨 水箭龟",
        "Rillaboom GMAX": "超极巨 轰擂金刚猩",
        "Cinderace GMAX": "超极巨 闪焰王牌",
        "Inteleon GMAX": "超极巨 千面避役",
        "Urshifu S. GMAX": "超极巨 一击流武道熊师",
        "Urshifu R. GMAX": "超极巨 连击流武道熊师",
        "Eternamax Eternatus": "无极巨无极汰那",

        //多形态翻译
        //花舞鸟
        "Oricorio Baile":"花舞鸟 热辣热辣",
        "Oricorio Pom pom":"花舞鸟 啪滋啪滋",
        "Oricorio Pau":"花舞鸟 呼拉呼拉",
        "Oricorio Sensu":"花舞鸟 轻盈轻盈",
        //多丽米亚
        "Furfrou Heart": "心形 多丽米亚",
        "Furfrou Star": "星形 多丽米亚",
        "Furfrou Diamond": "菱形 多丽米亚",
        "Furfrou Debutante": "淑女 多丽米亚",
        "Furfrou Matron": "贵妇 多丽米亚",
        "Furfrou Dandy": "绅士 多丽米亚",
        "Furfrou Reine": "女王 多丽米亚",
        "Furfrou Kabuki": "歌舞伎 多丽米亚",
        "Furfrou Pharaoh": "国王 多丽米亚",
        //鬃岩狼人
        "Lycanroc Midday": "白昼 鬃岩狼人",
        "Lycanroc Midnight": "黑夜 鬃岩狼人",
        "Lycanroc Dusk": "黄昏 鬃岩狼人",
        //未知图腾
        "Unown Exclamation":"未知图腾 !",
        "Unown Question":"未知图腾 ?",
        //洛托姆
        "Rotom Heat": "加热洛托姆",
        "Rotom Wash": "清洗洛托姆",
        "Rotom Frost": "结冰洛托姆",
        "Rotom Fan": "旋转洛托姆",
        "Rotom Mow": "切割洛托姆",
        //换装皮卡丘
        "Pikachu Cosplay": "换装皮卡丘",
        "Pikachu PopStar": "偶像皮卡丘",
        "Pikachu PhD": "博士皮卡丘",
        "Pikachu Libre": "面罩摔角手皮卡丘",
        "Pikachu Belle": "贵妇皮卡丘",
        "Pikachu RockStar": "硬摇滚皮卡丘",
        //帽子皮卡丘
        "Pikachu Original": "初始帽子皮卡丘",
        "Pikachu Ash": "小智帽子皮卡丘",//原初始帽子
        "Pikachu Hoenn": "丰缘帽子皮卡丘",
        "Pikachu Sinnoh": "神奥帽子皮卡丘",
        "Pikachu Unova": "合众帽子皮卡丘",
        "Pikachu Kalos": "卡洛斯帽子皮卡丘",
        "Pikachu Alola": "阿罗拉帽子皮卡丘",
        "Pikachu Partner": "就决定是你了之帽子皮卡丘",
        "Pikachu World": "世界帽子皮卡丘",
        //皮丘
        "Spiky Pichu": "刺刺耳皮丘",
        //鲤鱼王
        "Magikarp Koi": "锦鲤 鲤鱼王",
        "Magikarp Regal": "富豪 鲤鱼王",
        "Magikarp Sakura": "樱花 鲤鱼王",
        "Magikarp Skelly": "骷髅 鲤鱼王",
        "Magikarp Soar": "腾跃 鲤鱼王",
        "Magikarp Tiger": "老虎 鲤鱼王",
        //剑盾
        "Zacian Crowned": "剑之王 苍响",
        "Zamazenta Crowned": "盾之王 藏玛然特",
        //蕾冠王
        "Calyrex Ice": "白马蕾冠王",
        "Calyrex Shadow": "黑马蕾冠王",
        //彩粉蝶
        "Vivillon Archipelago": "彩粉蝶 群岛花纹",
        "Vivillon Continental": "彩粉蝶 大陆花纹",
        "Vivillon Elegant": "彩粉蝶 高雅花纹",
        "Vivillon Fancy": "彩粉蝶 幻彩花纹",
        "Vivillon Garden": "彩粉蝶 庭园花纹",
        "Vivillon High Plains": "彩粉蝶 荒野花纹",
        "Vivillon Icy Snow": "彩粉蝶 冰雪花纹",
        "Vivillon Jungle": "彩粉蝶 热带雨林花纹",
        "Vivillon Marine": "彩粉蝶 大海花纹",
        "Vivillon Meadow": "彩粉蝶 花园花纹",
        "Vivillon Modern": "彩粉蝶 摩登花纹",
        "Vivillon Monsoon": "彩粉蝶 骤雨花纹",
        "Vivillon Ocean": "彩粉蝶 大洋花纹",
        "Vivillon PokeBall": "彩粉蝶 球球花纹",
        "Vivillon Polar": "彩粉蝶 雪国花纹",
        "Vivillon River": "彩粉蝶 大河花纹",
        "Vivillon Sandstorm": "彩粉蝶 沙尘花纹",
        "Vivillon Savanna": "彩粉蝶 热带草原花纹",
        "Vivillon Sun": "彩粉蝶 太阳花纹",
        "Vivillon Tundra": "彩粉蝶 雪原花纹",
        //花叶蒂
        "Floette Eternal": "花叶蒂 永恒之花",
        //酋雷姆
        "Kyurem Black": "暗黑酋雷姆",
        "Kyurem White": "焰白酋雷姆",
        //胡帕
        "Hoopa Unbound": "解放胡帕",
        //奈克洛兹玛
        "Necrozma Dusk Mane": "奈克洛兹玛 黄昏之鬃",
        "Necrozma Dawn Wings": "奈克洛兹玛 拂晓之翼",
        "Ultra Necrozma": "究极奈克洛兹玛",
        //起源形态
        "Dialga Origin": "帝牙卢卡 起源形态",
        "Palkia Origin": "帕路奇亚 起源形态",
        "Giratina Origin": "骑拉帝纳 起源形态",
        //原始
        "Kyogre Primal": "原始盖欧卡",
        "Groudon Primal": "原始固拉多",
        //灵兽形态
        "Tornadus Therian": "龙卷云 灵兽形态",
        "Thundurus Therian": "雷电云 灵兽形态",
        "Landorus Therian": "土地云 灵兽形态",
        "Enamorus Therian": "眷恋云 灵兽形态",
        //月月熊
        "Ursaluna Bloodmoon": "月月熊 赫月",
        //代欧奇希斯
        "Deoxys Defense": "代欧奇希斯 防御形态",
        "Deoxys Attack": "代欧奇希斯 攻击形态",
        "Deoxys Speed": "代欧奇希斯 速度形态",
        //结草儿 结草贵妇
        "Burmy Plant": "结草儿 草木蓑衣",
        "Wormadam Plant": "结草贵妇 草木蓑衣",
        "Burmy Sandy": "结草儿 砂土蓑衣",
        "Wormadam Sandy": "结草贵妇 砂土蓑衣",
        "Burmy Trash": "结草儿 垃圾蓑衣",
        "Wormadam Trash": "结草贵妇 垃圾蓑衣",
        //无壳海兔 海兔兽
        "Shellos West": "无壳海兔 西海",
        "Gastrodon West": "海兔兽 西海",
        "Shellos East": "无壳海兔 东海",
        "Gastrodon East": "海兔兽 东海",
        //谢米
        "Shaymin Sky": "谢米 天空形态",
        //幽尾玄鱼
        "Basculegion M": "幽尾玄鱼 雄性",
        "Basculegion F": "幽尾玄鱼 雌性",
        //凯路迪欧
        "Keldeo Resolute": "觉悟 凯路迪欧",
        //美洛耶塔
        "Meloetta Pirouette": "美洛耶塔 舞步形态",
        //弱丁鱼
        "Wishiwashi School": "弱丁鱼 鱼群的样子",
        //玛机雅娜
        "Magearna Original": "玛机雅娜 500年前的颜色",
        //武道熊师
        "Urshifu S.": "一击流武道熊师",
        "Urshifu R.": "连击流武道熊师",
        //米立龙
        "Tatsugiri Curly": "米立龙 上弓姿势",
        "Tatsugiri Droopy": "米立龙 下垂姿势",
        "Tatsugiri Stretchy": "米立龙 平挺姿势",
        //索财灵
        "Gimmighoul Chest": "索财灵 宝箱形态",
        "Gimmighoul Roaming": "索财灵 徒步形态",
        //厄鬼椪
        "Ogerpon Teal": "厄鬼椪 碧草面具",
        "Ogerpon Wellspring": "厄鬼椪 水井面具",
        "Ogerpon Hearthflame": "厄鬼椪 火灶面具",
        "Ogerpon Cornerstone": "厄鬼椪 础石面具",
        //太乐巴戈斯
        "Terapagos Terastal": "太乐巴戈斯 太晶形态",
        "Terapagos Stellar": "太乐巴戈斯 星晶形态",
        //肯泰罗
        "Tauros Combat": "肯泰罗 斗战种",
        "Tauros Blaze": "肯泰罗 火炽种",
        "Tauros Aqua": "肯泰罗 水澜种",
        //土龙节节
        "Dududunsparce": "土龙节节 三节形态",
        //飘浮泡泡
        "Castform Sunny": "飘浮泡泡 太阳的样子",
        "Castform Rainy": "飘浮泡泡 雨水的样子",
        "Castform Snowy": "飘浮泡泡 雪云的样子",
        //樱花儿
        "Cherrim Overcast": "樱花儿 阴天形态",
        "Cherrim Sunshine": "樱花儿 晴天形态",
        //颤弦蝾螈
        "Toxtricity Amped": "颤弦蝾螈 高调的样子",
        "Toxtricity Low Key": "颤弦蝾螈 低调的样子",

        //自创特性
        "Hydratation": "湿润之躯", // 拼写错误,官方正确拼写为 Hydration
        "Hydration": "湿润之躯",
        "Grab Guard": "格斗守护",
        "Water Guard": "水之守护",
        "Flame Guard": "火焰守护",
        "Curse Guard": "诅咒守护",
        "Poison Guard": "毒之守护",
        "Ice Guard": "冰之守护",
        "Psychic Guard": "超能力守护",
        "Fairy Guard": "妖精守护",
        "Plain Guard": "一般守护",
        "Sinister Guard": "恶之守护",
        "Steel Guard": "钢之守护",
        "Dragon Guard": "龙之守护",
        "Bug Guard": "虫之守护",
        "Rock Guard": "岩石守护",
        "Ground Guard": "地面守护",
        "Flying Guard": "飞行守护",
        "Living Shield": "生命护盾",
        "Bastion": "堡垒",
        "Average": "凡骨",
        "Resolve": "斗志",
        "Mistify": "迷雾",
        "Hexerei": "妖术",
        "Glimmer": "微光",
        "Skyward": "扬空",
        "Draconic": "龙威",
        "Noxious": "剧毒",
        "Solid": "坚硬",
        "Rime": "霜寒",
        "Voltage": "电压",
        "Strange Charm": "奇异魅力",
        "Glacial Body": "冰川之躯",
        "Flare Absorb": "火焰吸收",
        "Curse Absorb": "诅咒吸收",
        "Poison Absorb": "毒吸收",
        "Frost Absorb": "冰吸收",
        "Psychic Absorb": "超能吸收",
        "Light Absorb": "吸光",
        "Growth Absorb": "生长吸收",
        "Brittle Armor": "易碎盔甲",
        "Grassy Pelt": "草之毛皮", // 拼写错误,官方为 Grass Pelt
        "Grass Pelt": "草之毛皮",
        "Sandy Pelt": "沙尘皮毛",
        "Moist Pelt": "湿润皮毛",
        "Fiery Pelt": "火焰皮毛",
        "Pixie Pelt": "妖精皮毛",
        "Daunting Look": "恐惧颜",
        "Strategist": "战术家",
        "Somber Field": "浓雾",
        "Ferrilate": "钢铁皮肤",
        "Glaciate": "冰封皮肤",
        "Terralate": "大地皮肤",
        "Toxilate": "剧毒皮肤",
        "Hydrolate": "水流皮肤",
        "Pyrolate": "火焰皮肤",
        "Chrysilate": "虫之皮肤",
        "Gloomilate": "黑暗皮肤",
        "Espilate": "超能皮肤",
        "Verdify": "青草皮肤" ,
        "MetalHead": "铁头功" ,
        "Scorch": "灼热" ,
        "Flash Electro": "电能引擎",//效果同原作电气引擎
        "Flash Aqua": "流水引擎",
        "Flash Pyro": "火炎引擎",
        "Flash Umbra": "鬼怪引擎",
        "Flash Venum": "剧毒引擎",
        "Flash Cryo": "冰寒引擎",
        "Flash Psycha": "超能引擎",
        "Flash Fae": "妖精引擎",
        "Flash Herba": "青草引擎",
        "Clima Tact": "气候战术" ,
        "Intangible": "无形体" ,
        "Hyperconductor": "超导体" ,
        "Fae Rush": "拨雾" ,
        "Molt Shed": "蜕壳" ,

        //官方特性
        "Stench": "恶臭",
        "Drizzle": "降雨",
        "Speed Boost": "加速",
        "Battle Armor": "战斗盔甲",
        "Sturdy": "结实",
        "Damp": "湿气",
        "Limber": "柔软",
        "Sand Veil": "沙隐",
        "Static": "静电",
        "Volt Absorb": "蓄电",
        "Water Absorb": "储水",
        "Oblivious": "迟钝",
        "Cloud Nine": "无关天气",
        "Compound Eyes": "复眼",
        "Insomnia": "不眠",
        "Color Change": "变色",
        "Immunity": "免疫",
        "Flash Fire": "引火",
        "Shield Dust": "鳞粉",
        "Own Tempo": "我行我素",
        "Suction Cups": "吸盘",
        "Intimidate": "威吓",
        "Shadow Tag": "踩影",
        "Rough Skin": "粗糙皮肤",
        "Wonder Guard": "神奇守护",
        "Levitate": "飘浮",
        "Effect Spore": "孢子",
        "Synchronize": "同步",
        "Clear Body": "恒净之躯",
        "Natural Cure": "自然回复",
        "Lightning Rod": "避雷针",
        "Serene Grace": "天恩",
        "Swift Swim": "悠游自如",
        "Chlorophyll": "叶绿素",
        "Illuminate": "发光",
        "Trace": "复制",
        "Huge Power": "大力士",
        "Poison Point": "毒刺",
        "Inner Focus": "精神力",
        "Magma Armor": "熔岩铠甲",
        "Water Veil": "水幕",
        "Magnet Pull": "磁力",
        "Soundproof": "隔音",
        "Rain Dish": "雨盘",
        "Sand Stream": "扬沙",
        "Pressure": "压迫感",
        "Thick Fat": "厚脂肪",
        "Early Bird": "早起",
        "Flame Body": "火焰之躯",
        "Run Away": "逃跑",
        "Keen Eye": "锐利目光",
        "Hyper Cutter": "怪力钳",
        "Pickup": "捡拾",
        "Truant": "懒惰",
        "Hustle": "活力",
        "Cute Charm": "迷人之躯",
        "Plus": "正电",
        "Minus": "负电",
        "Forecast": "阴晴不定",
        "Sticky Hold": "黏着",
        "Shed Skin": "蜕皮",
        "Guts": "毅力",
        "Marvel Scale": "神奇鳞片",
        "Liquid Ooze": "污泥浆",
        "Overgrow": "茂盛",
        "Blaze": "猛火",
        "Torrent": "激流",
        "Swarm": "虫之预感",
        "Rock Head": "坚硬脑袋",
        "Drought": "日照",
        "Arena Trap": "沙穴",
        "Vital Spirit": "干劲",
        "White Smoke": "白色烟雾",
        "Pure Power": "瑜伽之力",
        "Shell Armor": "硬壳盔甲",
        "Cacophony": "杂音",
        "Air Lock": "气闸",
        "Tangled Feet": "蹒跚",
        "Motor Drive": "电气引擎",
        "Rivalry": "斗争心",
        "Steadfast": "不屈之心",
        "Snow Cloak": "雪隐",
        "Gluttony": "贪吃鬼",
        "Anger Point": "愤怒穴位",
        "Unburden": "轻装",
        "Heatproof": "耐热",
        "Simple": "单纯",
        "Dry Skin": "干燥皮肤",
        "Download": "下载",
        "Iron Fist": "铁拳",
        "Poison Heal": "毒疗",
        "Adaptability": "适应力",
        "Skill Link": "连续攻击",
        "Hydration": "湿润之躯",
        "Solar Power": "太阳之力",
        "Quick Feet": "飞毛腿",
        "Normalize": "一般皮肤",
        "Sniper": "狙击手",
        "Magic Guard": "魔法防守",
        "No Guard": "无防守",
        "Stall": "慢出",
        "Technician": "技术高手",
        "Leaf Guard": "叶子防守",
        "Klutz": "笨拙",
        "Mold Breaker": "破格",
        "Super Luck": "超幸运",
        "Aftermath": "引爆",
        "Anticipation": "危险预知",
        "Forewarn": "预知梦",
        "Unaware": "纯朴",
        "Tinted Lens": "有色眼镜",
        "Filter": "过滤",
        "Slow Start": "慢启动",
        "Scrappy": "胆量",
        "Storm Drain": "引水",
        "Ice Body": "冰冻之躯",
        "Solid Rock": "坚硬岩石",
        "Snow Warning": "降雪",
        "Honey Gather": "采蜜",
        "Frisk": "察觉",
        "Reckless": "舍身",
        "Multitype": "多属性",
        "Flower Gift": "花之礼",
        "Bad Dreams": "梦魇",
        "Pick pocket": "顺手牵羊",
        "Sheer Force": "强行",
        "Contrary": "唱反调",
        "Unnerve": "紧张感",
        "Defiant": "不服输",
        "Defeatist": "软弱",
        "Cursed Body": "咒术之躯",
        "Healer": "治愈之心",
        "Friend Guard": "友情防守",
        "Weak Armor": "碎裂铠甲",
        "Heavy Metal": "重金属",
        "Light Metal": "轻金属",
        "Multiscale": "多重鳞片",
        "Toxic Boost": "中毒激升",
        "Flare Boost": "受热激升",
        "Harvest": "收获",
        "Telepathy": "心灵感应",
        "Moody": "心情不定",
        "Overcoat": "防尘",
        "Poison Touch": "毒手",
        "Regenerator": "再生力",
        "Big Pecks": "健壮胸肌",
        "Sand Rush": "拨沙",
        "Wonder Skin": "奇迹皮肤",
        "Analytic": "分析",
        "Illusion": "幻觉",
        "Imposter": "变身者",
        "Infiltrator": "穿透",
        "Mummy": "木乃伊",
        "Moxie": "自信过度",
        "Justified": "正义之心",
        "Rattled": "胆怯",
        "Magic Bounce": "魔法镜",
        "Sap Sipper": "食草",
        "Prankster": "恶作剧之心",
        "Sand Force": "沙之力",
        "Iron Barbs": "铁刺",
        "Zen Mode": "达摩模式",
        "Victory Star": "胜利之星",
        "Turboblaze": "涡轮火焰",
        "Teravolt": "兆级电压",
        "Aroma Veil": "芳香幕",
        "Flower Veil": "花幕",
        "Cheek Pouch": "颊囊",
        "Protean": "变幻自如",
        "Fur Coat": "毛皮大衣",
        "Magician": "魔术师",
        "Bulletproof": "防弹",
        "Competitive": "好胜",
        "Strong Jaw": "强壮之颚",
        "Refrigerate": "冰冻皮肤",
        "Sweet Veil": "甜幕",
        "Stance Change": "战斗切换",
        "Gale Wings": "疾风之翼",
        "M. Launcher": "超级发射器",//原文Mega Launcher
        "Mega Launcher": "超级发射器",
        "Grass Pelt": "草之毛皮",
        "Symbiosis": "共生",
        "Tough Claws": "硬爪",
        "Pixilate": "妖精皮肤",
        "Gooey": "黏滑",
        "Aerilate": "飞行皮肤",
        "Parental Bond": "亲子爱",
        "Dark Aura": "暗黑气场",
        "Fairy Aura": "妖精气场",
        "Aura Break": "气场破坏",
        "Primordial Sea": "始源之海",
        "Desolate Land": "终结之地",
        "Delta Stream": "德尔塔气流",
        "Stamina": "持久力",
        "Wimp Out": "跃跃欲逃",
        "Emergency Exit": "危险回避",
        "Water Compaction": "遇水凝固",
        "Merciless": "不仁不义",
        "Shields Down": "界限盾壳",
        "Stakeout": "蹲守",
        "Water Bubble": "水泡",
        "Steelworker": "钢能力者",
        "Berserk": "怒火冲天",
        "Slush Rush": "拨雪",
        "Long Reach": "远隔",
        "Liquid Voice": "湿润之声",
        "Triage": "先行治疗",
        "Galvanize": "电气皮肤",
        "Surge Surfer": "冲浪之尾",
        "Schooling": "鱼群",
        "Disguise": "画皮",
        "Battle Bond": "牵绊变身",
        "Power Construct": "群聚变形",
        "Corrosion": "腐蚀",
        "Comatose": "绝对睡眠",
        "Queenly Majesty": "女王的威严",
        "Innards Out": "飞出的内在物",
        "Dancer": "舞者",
        "Battery": "蓄电池",
        "Fluffy": "毛茸茸",
        "Dazzling": "鲜艳之躯",
        "Soul Heart": "魂心",
        "Tangling Hair": "卷发",
        "Receiver": "接球手",
        "Power of Alchemy": "化学之力",
        "Beast Boost": "异兽提升",
        "RKS System": "AR系统",
        "Electric Surge": "电气制造者",
        "Psychic Surge": "精神制造者",
        "Misty Surge": "薄雾制造者",
        "Grassy Surge": "青草制造者",
        "Full Metal Body": "金属防护",
        "Shadow Shield": "幻影防守",
        "Prism Armor": "棱镜装甲",
        "Neuroforce": "脑核之力",
        "Intrepid Sword": "不挠之剑",
        "Dauntless Shield": "不屈之盾",
        "Libero": "自由者",
        "Ball Fetch": "捡球",
        "Cotton Down": "棉絮",
        "Propeller Tail": "螺旋尾鳍",
        "Mirror Armor": "镜甲",
        "Gulp Missile": "一口导弹",
        "Stalwart": "坚毅",
        "Steam Engine": "蒸汽机",
        "Punk Rock": "庞克摇滚",
        "Sand Spit": "吐沙",
        "Ice Scales": "冰鳞粉",
        "Ripen": "熟成",
        "Ice Face": "结冻头",
        "Power Spot": "能量点",
        "Mimicry": "拟态",
        "Screen Cleaner": "除障",
        "Steely Spirit": "钢之意志",
        "Perish Body": "灭亡之躯",
        "Wandering Spirit": "游魂",
        "Gorilla Tactics": "一猩一意",
        "Neutralizing Gas": "化学变化气体",
        "Pastel Veil": "粉彩护幕",
        "Hunger Switch": "饱了又饿",
        "Quick Draw": "速击",
        "Unseen Fist": "无形拳",
        "Curious Medicine": "怪药",
        "Transistor": "电晶体",
        "Dragons Maw": "龙颚",
        "Chilling Neigh": "苍白嘶鸣",
        "Grim Neigh": "漆黑嘶鸣",
        "As One": "人马一体",
        "Lingering Aroma": "甩不掉的气味",
        "Seed Sower": "掉出种子",
        "Thermal Exchange": "热交换",
        "Anger Shell": "愤怒甲壳",
        "Purifying Salt": "洁净之盐",
        "Well Baked Body": "焦香之躯",
        "Wind Rider": "乘风",
        "Guard Dog": "看门犬",
        "Rocky Payload": "搬岩",
        "Wind Power": "风力发电",
        "Zero to Hero": "全能变身",
        "Commander": "发号施令",
        "Electromorphosis": "电力转换",
        "Protosynthesis": "古代活性",
        "Quark Drive": "夸克充能",
        "Good as Gold": "黄金之躯",
        "Vessel of Ruin": "灾祸之鼎",
        "Sword of Ruin": "灾祸之剑",
        "Tablets of Ruin": "灾祸之简",
        "Beads of Ruin": "灾祸之玉",
        "Orichalcum Pulse": "绯红脉动",
        "Hadron Engine": "强子引擎",
        "Opportunist": "跟风",
        "Cud Chew": "反刍",
        "Sharpness": "锋锐",
        "Supreme Overlord": "大将",
        "Costar": "同台共演",
        "Toxic Debris": "毒满地",
        "Armor Tail": "尾甲",
        "Earth Eater": "食土",
        "Mycelium Might": "菌丝之力",
        "Hospitality": "款待",
        "Minds Eye": "心眼",
        "Embody Aspect": "面影辉映",
        "Toxic Chain": "毒锁链",
        "Supersweet Syrup": "甘露之蜜",
        "Tera Shift": "太晶变形",
        "Tera Shell": "太晶甲壳",
        "Teraform Zero": "归零化境",
        "Poison Puppeteer": "毒傀儡",

        // 官方招式
        "Pound": "拍击",
        "Karate Chop": "空手劈",
        "Double Slap": "连环巴掌",
        "Comet Punch": "连续拳",
        "Mega Punch": "百万吨重拳",
        "Pay Day": "聚宝功",
        "Fire Punch": "火焰拳",
        "Ice Punch": "冰冻拳",
        "Thunder Punch": "雷电拳",
        "Scratch": "抓",
        "Vise Grip": "夹住",
        "Guillotine": "极落钳",
        "Razor Wind": "旋风刀",
        "Swords Dance": "剑舞",
        "Cut": "居合劈",
        "Gust": "起风",
        "Wing Attack": "翅膀攻击",
        "Whirlwind": "吹飞",
        "Fly": "飞翔",
        "Bind": "绑紧",
        "Slam": "摔打",
        "Vine Whip": "藤鞭",
        "Stomp": "踩踏",
        "Double Kick": "二连踢",
        "Mega Kick": "百万吨重踢",
        "Jump Kick": "飞踢",
        "Rolling Kick": "回旋踢",
        "Sand Attack": "泼沙",
        "Headbutt": "头锤",
        "Horn Attack": "角撞",
        "Fury Attack": "乱击",
        "Horn Drill": "角钻",
        "Tackle": "撞击",
        "Body Slam": "泰山压顶",
        "Wrap": "紧束",
        "Take Down": "猛撞",
        "Thrash": "大闹一番",
        "Double Edge": "舍身冲撞",
        "Tail Whip": "摇尾巴",
        "Poison Sting": "毒针",
        "Twineedle": "双针",
        "Pin Missile": "飞弹针",
        "Leer": "瞪眼",
        "Bite": "咬住",
        "Growl": "叫声",
        "Roar": "吼叫",
        "Sing": "唱歌",
        "Supersonic": "超音波",
        "Sonic Boom": "音爆",
        "Disable": "定身法",
        "Acid": "溶解液",
        "Ember": "火花",
        "Flamethrower": "喷射火焰",
        "Mist": "白雾",
        "Water Gun": "水枪",
        "Hydro Pump": "水炮",
        "Surf": "冲浪",
        "Ice Beam": "冰冻光束",
        "Blizzard": "暴风雪",
        "Psybeam": "幻象光线",
        "Bubble Beam": "泡沫光线",
        "Aurora Beam": "极光束",
        "Hyper Beam": "破坏光线",
        "Peck": "啄",
        "Drill Peck": "啄钻",
        "Submission": "深渊翻滚",
        "Low Kick": "踢倒",
        "Counter": "双倍奉还",
        "Seismic Toss": "地球上投",
        "Strength": "怪力",
        "Absorb": "吸取",
        "Mega Drain": "超级吸取",
        "Leech Seed": "寄生种子",
        "Growth": "生长",
        "Razor Leaf": "飞叶快刀",
        "Solar Beam": "日光束",
        "Poison Powder": "毒粉",
        "Stun Spore": "麻痹粉",
        "Sleep Powder": "催眠粉",
        "Petal Dance": "花瓣舞",
        "String Shot": "吐丝",
        "Dragon Rage": "龙之怒",
        "Fire Spin": "火焰旋涡",
        "Thunder Shock": "电击",
        "Thunderbolt": "十万伏特",
        "Thunder Wave": "电磁波",
        "Thunder": "打雷",
        "Rock Throw": "落石",
        "Earthquake": "地震",
        "Fissure": "地裂",
        "Dig": "挖洞",
        "Toxic": "剧毒",
        "Confusion": "念力",
        "Psychic": "精神强念",
        "Hypnosis": "催眠术",
        "Meditate": "瑜伽姿势",
        "Agility": "高速移动",
        "Quick Attack": "电光一闪",
        "Rage": "愤怒",
        "Teleport": "瞬间移动",
        "Night Shade": "黑夜魔影",
        "Mimic": "模仿",
        "Screech": "刺耳声",
        "Double Team": "影子分身",
        "Recover": "自我再生",
        "Harden": "变硬",
        "Minimize": "变小",
        "Smokescreen": "烟幕",
        "Confuse Ray": "奇异之光",
        "Withdraw": "缩入壳中",
        "Defense Curl": "变圆",
        "Barrier": "屏障",
        "Light Screen": "光墙",
        "Haze": "黑雾",
        "Reflect": "反射壁",
        "Focus Energy": "聚气",
        "Bide": "忍耐",
        "Metronome": "挥指",
        "Mirror Move": "鹦鹉学舌",
        "Self Destruct": "玉石俱碎",
        "Egg Bomb": "炸蛋",
        "Lick": "舌舔",
        "Smog": "浊雾",
        "Sludge": "污泥攻击",
        "Bone Club": "骨棒",
        "Fire Blast": "大字爆炎",
        "Waterfall": "攀瀑",
        "Clamp": "贝壳夹击",
        "Swift": "高速星星",
        "Skull Bash": "火箭头锤",
        "Spike Cannon": "尖刺加农炮",
        "Constrict": "缠绕",
        "Amnesia": "瞬间失忆",
        "Kinesis": "折弯汤匙",
        "Soft Boiled": "生蛋",
        "Hi Jump Kick": "飞膝踢",
        "Glare": "大蛇瞪眼",
        "Dream Eater": "食梦",
        "Poison Gas": "毒瓦斯",
        "Barrage": "投球",
        "Leech Life": "吸血",
        "Lovely Kiss": "恶魔之吻",
        "Sky Attack": "神鸟猛击",
        "Transform": "变身",
        "Bubble": "泡沫",
        "Dizzy Punch": "迷昏拳",
        "Spore": "蘑菇孢子",
        "Flash": "闪光",
        "Psywave": "精神波",
        "Splash": "跃起",
        "Acid Armor": "溶化",
        "Crabhammer": "蟹钳锤",
        "Explosion": "大爆炸",
        "Fury Swipes": "乱抓",
        "Bonemerang": "骨头回力镖",
        "Rest": "睡觉",
        "Rock Slide": "岩崩",
        "Hyper Fang": "终结门牙",
        "Sharpen": "棱角化",
        "Conversion": "纹理",
        "Tri Attack": "三重攻击",
        "Super Fang": "愤怒门牙",
        "Slash": "劈开",
        "Substitute": "替身",
        "Struggle": "挣扎",
        "Sketch": "写生",
        "Triple Kick": "三连踢",
        "Thief": "小偷",
        "Spider Web": "蛛网",
        "Mind Reader": "心之眼",
        "Nightmare": "恶梦",
        "Flame Wheel": "火焰轮",
        "Snore": "打鼾",
        "Curse": "诅咒",
        "Flail": "抓狂",
        "Conversion 2": "纹理2",
        "Aeroblast": "气旋攻击",
        "Cotton Spore": "棉孢子",
        "Reversal": "绝处逢生",
        "Spite": "怨恨",
        "Powder Snow": "细雪",
        "Protect": "守住",
        "Mach Punch": "音速拳",
        "Scary Face": "可怕面孔",
        "Feint Attack": "出奇一击",
        "Sweet Kiss": "天使之吻",
        "Belly Drum": "腹鼓",
        "Sludge Bomb": "污泥炸弹",
        "Mud Slap": "掷泥",
        "Octazooka": "章鱼桶炮",
        "Spikes": "撒菱",
        "Zap Cannon": "电磁炮",
        "Foresight": "识破",
        "Destiny Bond": "同命",
        "Perish Song": "终焉之歌",
        "Icy Wind": "冰冻之风",
        "Detect": "看穿",
        "Bone Rush": "骨棒乱打",
        "Lock On": "锁定",
        "Outrage": "逆鳞",
        "Sandstorm": "沙暴",
        "Giga Drain": "终极吸取",
        "Endure": "挺住",
        "Charm": "撒娇",
        "Rollout": "滚动",
        "False Swipe": "点到为止",
        "Swagger": "虚张声势",
        "Milk Drink": "喝牛奶",
        "Spark": "电光",
        "Fury Cutter": "连斩",
        "Steel Wing": "钢翼",
        "Mean Look": "黑色目光",
        "Attract": "迷人",
        "Sleep Talk": "梦话",
        "Heal Bell": "治愈铃声",
        "Return": "报恩",
        "Present": "礼物",
        "Frustration": "迁怒",
        "Safeguard": "神秘守护",
        "Pain Split": "分担痛楚",
        "Sacred Fire": "神圣之火",
        "Magnitude": "震级",
        "Dynamic Punch": "爆裂拳",
        "Megahorn": "超级角击",
        "Dragon Breath": "龙息",
        "Baton Pass": "接棒",
        "Encore": "再来一次",
        "Pursuit": "追打",
        "Rapid Spin": "高速旋转",
        "Sweet Scent": "甜甜香气",
        "Iron Tail": "铁尾",
        "Metal Claw": "金属爪",
        "Vital Throw": "借力摔",
        "Morning Sun": "晨光",
        "Synthesis": "光合作用",
        "Moonlight": "月光",
        "Hidden Power": "觉醒力量",
        "Cross Chop": "十字劈",
        "Twister": "龙卷风",
        "Rain Dance": "求雨",
        "Sunny Day": "大晴天",
        "Crunch": "咬碎",
        "Mirror Coat": "镜面反射",
        "Psych Up": "自我暗示",
        "Extreme Speed": "神速",
        "Ancient Power": "原始之力",
        "Shadow Ball": "暗影球",
        "Future Sight": "预知未来",
        "Rock Smash": "碎岩",
        "Whirlpool": "潮旋",
        "Beat Up": "围攻",
        "Fake Out": "击掌奇袭",
        "Uproar": "吵闹",
        "Stockpile": "蓄力",
        "Spit Up": "喷出",
        "Swallow": "吞下",
        "Heat Wave": "热风",
        "Hail": "冰雹",
        "Torment": "无理取闹",
        "Flatter": "吹捧",
        "Will OWisp": "磷火",
        "Memento": "临别礼物",
        "Facade": "硬撑",
        "Focus Punch": "真气拳",
        "Smelling Salts": "清醒",
        "Follow Me": "看我嘛",
        "Nature Power": "自然之力",
        "Charge": "充电",
        "Taunt": "挑衅",
        "Helping Hand": "帮助",
        "Trick": "戏法",
        "Role Play": "扮演",
        "Wish": "祈愿",
        "Assist": "借助",
        "Ingrain": "扎根",
        "Superpower": "蛮力",
        "Magic Coat": "魔法反射",
        "Recycle": "回收利用",
        "Revenge": "报复",
        "Brick Break": "劈瓦",
        "Yawn": "哈欠",
        "Knock Off": "拍落",
        "Endeavor": "蛮干",
        "Eruption": "喷火",
        "Skill Swap": "特性互换",
        "Imprison": "封印",
        "Refresh": "焕然一新",
        "Grudge": "怨念",
        "Snatch": "抢夺",
        "Secret Power": "秘密之力",
        "Dive": "潜水",
        "Arm Thrust": "猛推",
        "Camouflage": "保护色",
        "Tail Glow": "萤火",
        "Luster Purge": "洁净光芒",
        "Mist Ball": "薄雾球",
        "Feather Dance": "羽毛舞",
        "Teeter Dance": "摇晃舞",
        "Blaze Kick": "火焰踢",
        "Mud Sport": "玩泥巴",
        "Ice Ball": "冰球",
        "Needle Arm": "尖刺臂",
        "Slack Off": "偷懒",
        "Hyper Voice": "巨声",
        "Poison Fang": "剧毒牙",
        "Crush Claw": "撕裂爪",
        "Blast Burn": "爆炸烈焰",
        "Hydro Cannon": "加农水炮",
        "Meteor Mash": "彗星拳",
        "Astonish": "惊吓",
        "Weather Ball": "气象球",
        "Aromatherapy": "芳香治疗",
        "Fake Tears": "假哭",
        "Air Cutter": "空气利刃",
        "Overheat": "过热",
        "Odor Sleuth": "气味侦测",
        "Rock Tomb": "岩石封锁",
        "Silver Wind": "银色旋风",
        "Metal Sound": "金属音",
        "Grass Whistle": "草笛",
        "Tickle": "挠痒",
        "Cosmic Power": "宇宙力量",
        "Water Spout": "喷水",
        "Signal Beam": "信号光束",
        "Shadow Punch": "暗影拳",
        "Extrasensory": "神通力",
        "Sky Uppercut": "冲天拳",
        "Sand Tomb": "流沙深渊",
        "Sheer Cold": "绝对零度",
        "Muddy Water": "浊流",
        "Bullet Seed": "种子机关枪",
        "Aerial Ace": "燕返",
        "Icicle Spear": "冰锥",
        "Iron Defense": "铁壁",
        "Block": "挡路",
        "Howl": "长嚎",
        "Dragon Claw": "龙爪",
        "Frenzy Plant": "疯狂植物",
        "Bulk Up": "健美",
        "Bounce": "弹跳",
        "Mud Shot": "泥巴射击",
        "Poison Tail": "毒尾",
        "Covet": "渴望",
        "Volt Tackle": "伏特攻击",
        "Magical Leaf": "魔法叶",
        "Water Sport": "玩水",
        "Calm Mind": "冥想",
        "Leaf Blade": "叶刃",
        "Dragon Dance": "龙之舞",
        "Rock Blast": "岩石爆击",
        "Shock Wave": "电击波",
        "Water Pulse": "水之波动",
        "Doom Desire": "破灭之愿",
        "Psycho Boost": "精神突进",
        "Roost": "羽栖",
        "Gravity": "重力",
        "Miracle Eye": "奇迹之眼",
        "Wake Up Slap": "唤醒巴掌",
        "Hammer Arm": "臂锤",
        "Gyro Ball": "陀螺球",
        "Healing Wish": "治愈之愿",
        "Brine": "盐水",
        "Natural Gift": "自然之恩",
        "Feint": "佯攻",
        "Pluck": "啄食",
        "Tailwind": "顺风",
        "Acupressure": "点穴",
        "Metal Burst": "金属爆炸",
        "U turn": "急速折返",
        "Close Combat": "近身战",
        "Payback": "以牙还牙",
        "Assurance": "恶意追击",
        "Embargo": "查封",
        "Fling": "投掷",
        "Psycho Shift": "精神转移",
        "Trump Card": "王牌",
        "Heal Block": "回复封锁",
        "Wring Out": "绞紧",
        "Power Trick": "力量戏法",
        "Gastro Acid": "胃液",
        "Lucky Chant": "幸运咒语",
        "Me First": "抢先一步",
        "Copycat": "仿效",
        "Power Swap": "力量互换",
        "Guard Swap": "防守互换",
        "Punishment": "惩罚",
        "Last Resort": "珍藏",
        "Worry Seed": "烦恼种子",
        "Sucker Punch": "突袭",
        "Toxic Spikes": "毒菱",
        "Heart Swap": "心灵互换",
        "Aqua Ring": "水流环",
        "Magnet Rise": "电磁飘浮",
        "Flare Blitz": "闪焰冲锋",
        "Force Palm": "发劲",
        "Aura Sphere": "波导弹",
        "Rock Polish": "岩石打磨",
        "Poison Jab": "毒击",
        "Dark Pulse": "恶之波动",
        "Night Slash": "暗袭要害",
        "Aqua Tail": "水流尾",
        "Seed Bomb": "种子炸弹",
        "Air Slash": "空气之刃",
        "X Scissor": "十字剪",
        "Bug Buzz": "虫鸣",
        "Dragon Pulse": "龙之波动",
        "Dragon Rush": "龙之俯冲",
        "Power Gem": "力量宝石",
        "Drain Punch": "吸取拳",
        "Vacuum Wave": "真空波",
        "Focus Blast": "真气弹",
        "Energy Ball": "能量球",
        "Brave Bird": "勇鸟猛攻",
        "Earth Power": "大地之力",
        "Switcheroo": "掉包",
        "Giga Impact": "终极冲击",
        "Nasty Plot": "诡计",
        "Bullet Punch": "子弹拳",
        "Avalanche": "雪崩",
        "Ice Shard": "冰砾",
        "Shadow Claw": "暗影爪",
        "Thunder Fang": "雷电牙",
        "Ice Fang": "冰冻牙",
        "Fire Fang": "火焰牙",
        "Shadow Sneak": "影子偷袭",
        "Mud Bomb": "泥巴炸弹",
        "Psycho Cut": "精神利刃",
        "Zen Headbutt": "意念头锤",
        "Mirror Shot": "镜光射击",
        "Flash Cannon": "加农光炮",
        "Rock Climb": "攀岩",
        "Defog": "清除浓雾",
        "Trick Room": "戏法空间",
        "Draco Meteor": "流星群",
        "Discharge": "放电",
        "Lava Plume": "喷烟",
        "Leaf Storm": "飞叶风暴",
        "Power Whip": "强力鞭打",
        "Rock Wrecker": "岩石炮",
        "Cross Poison": "十字毒刃",
        "Gunk Shot": "垃圾射击",
        "Iron Head": "铁头",
        "Magnet Bomb": "磁铁炸弹",
        "Stone Edge": "尖石攻击",
        "Captivate": "诱惑",
        "Stealth Rock": "隐形岩",
        "Grass Knot": "打草结",
        "Chatter": "喋喋不休",
        "Judgment": "制裁光砾",
        "Bug Bite": "虫咬",
        "Charge Beam": "充电光束",
        "Wood Hammer": "木槌",
        "Aqua Jet": "水流喷射",
        "Attack Order": "攻击指令",
        "Defend Order": "物防指令",
        "Heal Order": "回复指令",
        "Head Smash": "双刃头锤",
        "Double Hit": "二连击",
        "Roar of Time": "时光咆哮",
        "Spacial Rend": "亚空裂斩",
        "Lunar Dance": "新月舞",
        "Crush Grip": "捏碎",
        "Magma Storm": "熔岩风暴",
        "Dark Void": "暗黑洞",
        "Seed Flare": "种子闪光",
        "Ominous Wind": "奇异之风",
        "Shadow Force": "暗影潜袭",
        "Hone Claws": "磨爪",
        "Wide Guard": "广域防守",
        "Guard Split": "防守平分",
        "Power Split": "力量平分",
        "Wonder Room": "奇妙空间",
        "Psyshock": "精神冲击",
        "Venoshock": "毒液冲击",
        "Autotomize": "身体轻量化",
        "Rage Powder": "愤怒粉",
        "Telekinesis": "意念移物",
        "Magic Room": "魔法空间",
        "Smack Down": "击落",
        "Storm Throw": "山岚摔",
        "Flame Burst": "烈焰溅射",
        "Sludge Wave": "污泥波",
        "Quiver Dance": "蝶舞",
        "Heavy Slam": "重磅冲撞",
        "Synchronoise": "同步干扰",
        "Electro Ball": "电球",
        "Soak": "浸水",
        "Flame Charge": "蓄能焰袭",
        "Coil": "盘蜷",
        "Low Sweep": "下盘踢",
        "Acid Spray": "酸液炸弹",
        "Foul Play": "欺诈",
        "Simple Beam": "单纯光束",
        "Entrainment": "找伙伴",
        "After You": "您先请",
        "Round": "轮唱",
        "Echoed Voice": "回声",
        "Chip Away": "逐步击破",
        "Clear Smog": "清除之烟",
        "Stored Power": "辅助力量",
        "Quick Guard": "快速防守",
        "Ally Switch": "交换场地",
        "Scald": "热水",
        "Shell Smash": "破壳",
        "Heal Pulse": "治愈波动",
        "Hex": "祸不单行",
        "Sky Drop": "自由落体",
        "Shift Gear": "换档",
        "Circle Throw": "巴投",
        "Incinerate": "烧净",
        "Quash": "延后",
        "Acrobatics": "杂技",
        "Reflect Type": "镜面属性",
        "Retaliate": "报仇",
        "Final Gambit": "搏命",
        "Bestow": "传递礼物",
        "Inferno": "烈火深渊",
        "Water Pledge": "水之誓约",
        "Fire Pledge": "火之誓约",
        "Grass Pledge": "草之誓约",
        "Volt Switch": "伏特替换",
        "Struggle Bug": "虫之抵抗",
        "Bulldoze": "重踏",
        "Frost Breath": "冰息",
        "Dragon Tail": "龙尾",
        "Work Up": "自我激励",
        "Electro web": "电网",
        "Wild Charge": "疯狂伏特",
        "Drill Run": "直冲钻",
        "Dual Chop": "二连劈",
        "Heart Stamp": "爱心印章",
        "Horn Leech": "木角",
        "Sacred Sword": "圣剑",
        "Razor Shell": "贝壳刃",
        "Heat Crash": "高温重压",
        "Leaf Tornado": "青草搅拌器",
        "Steamroller": "疯狂滚压",
        "Cotton Guard": "棉花防守",
        "Night Daze": "暗黑爆破",
        "Psystrike": "精神击破",
        "Tail Slap": "扫尾拍打",
        "Hurricane": "暴风",
        "Head Charge": "爆炸头突击",
        "Gear Grind": "齿轮飞盘",
        "Searing Shot": "火焰弹",
        "Techno Blast": "高科技光炮",
        "Relic Song": "古老之歌",
        "Secret Sword": "神秘之剑",
        "Glaciate": "冰封世界",
        "Bolt Strike": "雷击",
        "Blue Flare": "青焰",
        "Fiery Dance": "火之舞",
        "Freeze Shock": "冰冻伏特",
        "Ice Burn": "极寒冷焰",
        "Snarl": "大声咆哮",
        "Icicle Crash": "冰柱坠击",
        "V create": "V热焰",
        "Fusion Flare": "交错火焰",
        "Fusion Bolt": "交错闪电",
        "Flying Press": "飞身重压",
        "Mat Block": "掀榻榻米",
        "Belch": "打嗝",
        "Rototiller": "耕地",
        "Sticky Web": "黏黏网",
        "Fell Stinger": "致命针刺",
        "Phantom Force": "潜灵奇袭",
        "Trick or Treat": "万圣夜",
        "Noble Roar": "战吼",
        "Ion Deluge": "等离子浴",
        "Parabolic Charge": "抛物面充电",
        "Forest Curse": "森林咒术",
        "Petal Blizzard": "落英缤纷",
        "Freeze Dry": "冷冻干燥",
        "Disarming Voice": "魅惑之声",
        "Parting Shot": "抛下狠话",
        "Topsy Turvy": "颠倒",
        "Draining Kiss": "吸取之吻",
        "Crafty Shield": "戏法防守",
        "Flower Shield": "鲜花防守",
        "Grassy Terrain": "青草场地",
        "Misty Terrain": "薄雾场地",
        "Electrify": "输电",
        "Play Rough": "嬉闹",
        "Fairy Wind": "妖精之风",
        "Moonblast": "月亮之力",
        "Boomburst": "爆音波",
        "Fairy Lock": "妖精之锁",
        "Kings Shield": "王者盾牌",
        "Play Nice": "和睦相处",
        "Confide": "密语",
        "Diamond Storm": "钻石风暴",
        "Steam Eruption": "蒸汽爆炸",
        "Hyperspace Hole": "异次元洞",
        "Water Shuriken": "飞水手里剑",
        "Mystical Fire": "魔法火焰",
        "Spiky Shield": "尖刺防守",
        "Aromatic Mist": "芳香薄雾",
        "Eerie Impulse": "怪异电波",
        "Venom Drench": "毒液陷阱",
        "Powder": "粉尘",
        "Geomancy": "大地掌控",
        "Magnetic Flux": "磁场操控",
        "Happy Hour": "欢乐时光",
        "Electric Terrain": "电气场地",
        "Dazzling Gleam": "魔法闪耀",
        "Celebrate": "庆祝",
        "Hold Hands": "牵手",
        "BabyDoll Eyes": "圆瞳",
        "Nuzzle": "蹭蹭脸颊",
        "Hold Back": "手下留情",
        "Infestation": "纠缠不休",
        "PowerUp Punch": "增强拳",
        "Oblivion Wing": "归天之翼",
        "Thousand Arrows": "千箭齐发",
        "Thousand Waves": "千波激荡",
        "Lands Wrath": "大地神力",
        "Light of Ruin": "破灭之光",
        "Origin Pulse": "根源波动",
        "Precipice Blades": "断崖之剑",
        "Dragon Ascent": "画龙点睛",
        "Hyperspace Fury": "异次元猛攻",
        "Breakneck Blitz": "一般Z究极无敌大冲撞",
        "All Out Pummeling": "格斗Z全力无双激烈拳",
        "Supersonic Skystrike": "飞行Z极速俯冲轰烈撞",
        "Acid Downpour": "毒Z强酸剧毒灭绝雨",
        "Tectonic Rage": "地面Z地隆啸天大终结",
        "Continental Crush": "岩石Z毁天灭地巨岩坠",
        "Savage Spin Out": "虫Z绝对捕食回旋斩",
        "Never Ending Nightmare": "幽灵Z无尽暗夜之诱惑",
        "Corkscrew Crash": "钢Z超绝螺旋连击",
        "Inferno Overdrive": "火Z超强极限爆焰弹",
        "Hydro Vortex": "水Z超级水流大漩涡",
        "Bloom Doom": "草Z绚烂缤纷花怒放",
        "Gigavolt Havoc": "电Z终极伏特狂雷闪",
        "Shattered Psyche": "超能力Z至高精神破坏波",
        "Subzero Slammer": "冰Z激狂大地万里冰",
        "Devastating Drake": "龙Z究极巨龙震天地",
        "Black Hole Eclipse": "恶Z黑洞吞噬万物灭",
        "Twinkle Tackle": "妖精Z可爱星星飞天撞",
        "Catastropika": "皮卡丘Z皮卡皮卡必杀击",
        "Shore Up": "集沙",
        "First Impression": "迎头一击",
        "Baneful Bunker": "碉堡",
        "Spirit Shackle": "缝影",
        "Darkest Lariat": "DD金勾臂",
        "Sparkling Aria": "泡影的咏叹调",
        "Ice Hammer": "冰锤",
        "Floral Healing": "花疗",
        "High Horsepower": "十万马力",
        "Strength Sap": "吸取力量",
        "Solar Blade": "日光刃",
        "Leafage": "树叶",
        "Spotlight": "聚光灯",
        "Toxic Thread": "毒丝",
        "Laser Focus": "磨砺",
        "Gear Up": "辅助齿轮",
        "Throat Chop": "深渊突刺",
        "Pollen Puff": "花粉团",
        "Anchor Shot": "掷锚",
        "Psychic Terrain": "精神场地",
        "Lunge": "猛扑",
        "Fire Lash": "火焰鞭",
        "Power Trip": "嚣张",
        "Burn Up": "燃尽",
        "Speed Swap": "速度互换",
        "Smart Strike": "修长之角",
        "Purify": "净化",
        "Revelation Dance": "觉醒之舞",
        "Core Enforcer": "核心惩罚者",
        "Trop Kick": "热带踢",
        "Instruct": "号令",
        "Beak Blast": "鸟嘴加农炮",
        "Clanging Scales": "鳞片噪音",
        "Dragon Hammer": "龙锤",
        "Brutal Swing": "狂舞挥打",
        "Aurora Veil": "极光幕",
        "Sinister Arrow Raid": "狙射树枭Z遮天蔽日暗影箭",
        "Malicious Moonsault": "炽焰咆哮虎Z极恶飞跃粉碎击",
        "Oceanic Operetta": "西狮海壬Z海神庄严交响乐",
        "Guardian of Alola": "卡璞Z巨人卫士・阿罗拉",
        "Soul Stealing 7 Star Strike": "玛夏多Z七星夺魂腿",
        "Stoked Sparksurfer": "阿罗雷Z驾雷驭电戏冲浪",
        "Pulverizing Pancake": "卡比兽Z认真起来大爆击",
        "Extreme Evoboost": "伊布Z九彩昇华齐聚顶",
        "Genesis Supernova": "梦幻Z起源超新星大爆炸",
        "Shell Trap": "陷阱甲壳",
        "Fleur Cannon": "花朵加农炮",
        "Psychic Fangs": "精神之牙",
        "Stomping Tantrum": "跺脚",
        "Shadow Bone": "暗影之骨",
        "Accelerock": "冲岩",
        "Liquidation": "水流裂破",
        "Prismatic Laser": "棱镜镭射",
        "Spectral Thief": "暗影偷盗",
        "Sunsteel Strike": "流星闪冲",
        "Moongeist Beam": "暗影之光",
        "Tearful Look": "泪眼汪汪",
        "Zing Zap": "麻麻刺刺",
        "Natures Madness": "自然之怒",
        "Multi Attack": "多属性攻击",
        "10,000,000 Volt Thunderbolt": "智皮卡Z千万伏特",
        "Mind Blown": "惊爆大头",
        "Plasma Fists": "等离子闪电拳",
        "Photon Geyser": "光子喷涌",
        "Clangorous Soulblaze": "杖尾鳞甲龙Z炽魂热舞烈音爆",
        "Splintered Stormshards": "鬃岩狼人Z狼啸石牙飓风暴",
        "Let's Snuggle Forever": "谜拟丘Z亲密无间大乱揍",
        "Searing Sunraze Smash": "索尔迦雷欧Z日光回旋下苍穹",
        "Menacing Moonraze Maelstrom": "露奈雅拉Z月华飞溅落灵霄",
        "Light That Burns the Sky": "究极奈克洛Z焚天灭世炽光爆",
        "Zippy Zap": "电电加速",
        "Splishy Splash": "滔滔冲浪",
        "Floaty Fall": "飘飘坠落",
        "Pika Papow": "闪闪雷光",
        "Bouncy Bubble": "活活气泡",
        "Buzzy Buzz": "麻麻电击",
        "Sizzly Slide": "熊熊火爆",
        "Glitzy Glow": "哗哗气场",
        "Baddy Bad": "坏坏领域",
        "Sappy Seed": "茁茁炸弹",
        "Freezy Frost": "冰冰霜冻",
        "Sparkly Swirl": "亮亮风暴",
        "Veevee Volley": "砰砰击破",
        "Double Iron Bash": "钢拳双击",
        "Max Guard": "极巨防壁",
        "Dynamax Cannon": "极巨炮",
        "Snipe Shot": "狙击",
        "Jaw Lock": "紧咬不放",
        "Stuff Cheeks": "大快朵颐",
        "No Retreat": "背水一战",
        "Tar Shot": "沥青射击",
        "Magic Powder": "魔法粉",
        "Dragon Darts": "龙箭",
        "Teatime": "茶会",
        "Octolock": "蛸固",
        "Bolt Beak": "电喙",
        "Fishious Rend": "鳃咬",
        "Court Change": "换场",
        "Max Flare": "极巨火爆",
        "Max Flutterby": "极巨虫蛊",
        "Max Lightning": "极巨闪电",
        "Max Strike": "极巨攻击",
        "Max Knuckle": "极巨拳斗",
        "Max Phantasm": "极巨幽魂",
        "Max Hailstorm": "极巨寒冰",
        "Max Ooze": "极巨酸毒",
        "Max Geyser": "极巨水流",
        "Max Airstream": "极巨飞冲",
        "Max Starfall": "极巨妖精",
        "Max Wyrmwind": "极巨龙骑",
        "Max Mindstorm": "极巨超能",
        "Max Rockfall": "极巨岩石",
        "Max Quake": "极巨大地",
        "Max Darkness": "极巨恶霸",
        "Max Overgrowth": "极巨草原",
        "Max Steelspike": "极巨钢铁",
        "Clangorous Soul": "魂舞烈音爆",
        "Body Press": "扑击",
        "Decorate": "装饰",
        "Drum Beating": "鼓击",
        "Snap Trap": "捕兽夹",
        "Pyro Ball": "火焰球",
        "Behemoth Blade": "巨兽斩",
        "Behemoth Bash": "巨兽弹",
        "Aura Wheel": "气场轮",
        "Breaking Swipe": "广域破坏",
        "Branch Poke": "木枝突刺",
        "Overdrive": "破音",
        "Apple Acid": "苹果酸",
        "Grav Apple": "万有引力",
        "Spirit Break": "灵魂冲击",
        "Strange Steam": "神奇蒸汽",
        "Life Dew": "生命水滴",
        "Obstruct": "拦堵",
        "False Surrender": "假跪真撞",
        "Meteor Assault": "流星突击",
        "Eternabeam": "无极光束",
        "Steel Beam": "铁蹄光线",
        "GMax Wildfire": "超极巨深渊灭焰",
        "GMax Befuddle": "超极巨蝶影蛊惑",
        "GMax Volt Crash": "超极巨万雷轰顶",
        "GMax Gold Rush": "超极巨特大金币",
        "GMax Chi Strike": "超极巨会心一击",
        "GMax Terror": "超极巨幻影幽魂",
        "GMax Resonance": "超极巨极光旋律",
        "GMax Cuddle": "超极巨热情拥抱",
        "GMax Replenish": "超极巨资源再生",
        "GMax Malodor": "超极巨臭气冲天",
        "GMax Stonesurge": "超极巨岩阵以待",
        "GMax Wind Rage": "超极巨旋风袭卷",
        "GMax Stun Shock": "超极巨异毒电场",
        "GMax Finale": "超极巨幸福圆满",
        "GMax Depletion": "超极巨劣化衰变",
        "GMax Gravitas": "超极巨天道七星",
        "GMax Volcalith": "超极巨炎石喷发",
        "GMax Sandblast": "超极巨沙尘漫天",
        "GMax Snooze": "超极巨睡魔降临",
        "GMax Tartness": "超极巨酸不溜丢",
        "GMax Sweetness": "超极巨琼浆玉液",
        "GMax Smite": "超极巨天谴雷诛",
        "GMax Steelsurge": "超极巨钢铁阵法",
        "GMax Meltdown": "超极巨液金熔击",
        "GMax Foam Burst": "超极巨激漩泡涡",
        "GMax Centiferno": "超极巨百火焚野",
        "Expanding Force": "广域战力",
        "Steel Roller": "铁滚轮",
        "Scale Shot": "鳞射",
        "Meteor Beam": "流星光束",
        "Shell Side Arm": "臂贝武器",
        "Misty Explosion": "薄雾炸裂",
        "Grassy Glide": "青草滑梯",
        "Rising Voltage": "电力上升",
        "Terrain Pulse": "大地波动",
        "Skitter Smack": "爬击",
        "Burning Jealousy": "妒火",
        "Lash Out": "泄愤",
        "Poltergeist": "灵骚",
        "Corrosive Gas": "腐蚀气体",
        "Coaching": "指导",
        "Flip Turn": "快速折返",
        "Triple Axel": "三旋击",
        "Dual Wingbeat": "双翼",
        "Scorching Sands": "热沙大地",
        "Jungle Healing": "丛林治疗",
        "Wicked Blow": "暗冥强击",
        "Surging Strikes": "水流连打",
        "GMax Drum Solo": "超极巨狂擂乱打",
        "GMax Fireball": "超极巨破阵火球",
        "GMax Hydrosnipe": "超极巨狙击神射",
        "GMax Vine Lash": "超极巨灰飞鞭灭",
        "GMax Cannonade": "超极巨水炮轰灭",
        "GMax One Blow": "超极巨夺命一击",
        "GMax Rapid Flow": "超极巨流水连击",
        "Thunder Cage": "雷电囚笼",
        "Dragon Energy": "巨龙威能",
        "Freezing Glare": "冰冷视线",
        "Fiery Wrath": "怒火中烧",
        "Thunderous Kick": "雷鸣蹴击",
        "Glacial Lance": "雪矛",
        "Astral Barrage": "星碎",
        "Eerie Spell": "诡异咒语",
        "Dire Claw": "克命爪",
        "Psyshield Bash": "屏障猛攻",
        "Power Shift": "力量转换",
        "Stone Axe": "岩斧",
        "Springtide Storm": "阳春风暴",
        "Mystical Power": "神秘之力",
        "Raging Fury": "大愤慨",
        "Wave Crash": "波动冲",
        "Chloroblast": "叶绿爆震",
        "Mountain Gale": "冰山风",
        "Victory Dance": "胜利之舞",
        "Headlong Rush": "突飞猛扑",
        "Barb Barrage": "毒千针",
        "Esper Wing": "气场之翼",
        "Bitter Malice": "冤冤相报",
        "Shelter": "闭关",
        "Triple Arrows": "三连箭",
        "Infernal Parade": "群魔乱舞",
        "Ceaseless Edge": "秘剑・千重涛",
        "Bleakwind Storm": "枯叶风暴",
        "Wildbolt Storm": "鸣雷风暴",
        "Sandsear Storm": "热沙风暴",
        "Lunar Blessing": "新月祈祷",
        "Take Heart": "勇气填充",
        "Tera Blast": "太晶爆发",
        "Silk Trap": "线阱",
        "Axe Kick": "下压踢",
        "Last Respects": "扫墓",
        "Lumina Crash": "琉光冲激",
        "Order Up": "上菜",
        "Jet Punch": "喷射拳",
        "Spicy Extract": "辣椒精华",
        "Spin Out": "疾速转轮",
        "Population Bomb": "鼠数儿",
        "Ice Spinner": "冰旋",
        "Glaive Rush": "巨剑突击",
        "Revival Blessing": "复生祈祷",
        "Salt Cure": "盐腌",
        "Triple Dive": "三连钻",
        "Mortal Spin": "晶光转转",
        "Doodle": "描绘",
        "Fillet Away": "甩肉",
        "Kowtow Cleave": "仆刀",
        "Flower Trick": "千变万花",
        "Torch Song": "闪焰高歌",
        "Aqua Step": "流水旋舞",
        "Raging Bull": "怒牛",
        "Make It Rain": "淘金潮",
        "Psyblade": "精神剑",
        "Hydro Steam": "水蒸气",
        "Ruination": "大灾难",
        "Collision Course": "全开猛撞",
        "Electro Drift": "闪电猛冲",
        "Shed Tail": "断尾",
        "Chilly Reception": "冷笑话",
        "Tidy Up": "大扫除",
        "Snowscape": "雪景",
        "Pounce": "虫扑",
        "Trailblaze": "起草",
        "Chilling Water": "泼冷水",
        "Hyper Drill": "强力钻",
        "Twin Beam": "双光束",
        "Rage Fist": "愤怒之拳",
        "Armor Cannon": "铠农炮",
        "Bitter Blade": "悔念剑",
        "Double Shock": "电光双击",
        "Gigaton Hammer": "巨力锤",
        "Comeuppance": "复仇",
        "Aqua Cutter": "水波刀",
        "Blazing Torque": "灼热暴冲",
        "Wicked Torque": "黑暗暴冲",
        "Noxious Torque": "剧毒暴冲",
        "Combat Torque": "格斗暴冲",
        "Magical Torque": "魔法暴冲",
        "Blood Moon": "血月",
        "Matcha Gotcha": "刷刷茶炮",
        "Syrup Bomb‎": "糖浆炸弹",
        "Ivy Cudgel": "棘藤棒",
        "Electro Shot": "电光束",
        "Tera Starstorm": "晶光星群",
        "Fickle Beam": "随机光",
        "Burning Bulwark": "火焰守护",
        "Thunderclap": "迅雷",
        "Mighty Cleave": "强刃攻击",
        "Tachyon Cutter": "迅子利刃",
        "Hard Press": "硬压",
        "Dragon Cheer": "龙声鼓舞",
        "Alluring Voice": "魅诱之声",
        "Temper Flare": "豁出去",
        "Supercell Slam": "闪电强袭",
        "Psychic Noise": "精神噪音",
        "Upper Hand": "快手还击",
        "Malignant Chain": "邪毒锁链",
        "Nihil Light": "归无之光",

        //独创招式
        "Fog":"浓雾",
        "Shark Jaws": "鲨咬",
        "Poison Claw": "毒爪",
        "Aurora Punch": "极光拳",
        "Ionise":"电离",
        "Razor Talons":"利爪",
        "Gemstone Crush":"宝石粉碎",
        "Foam Shot":"泡沫射击",
        "Iron Slug":"铁弹冲击",
        "Mirror Shrapnel":"镜面弹片",
        "Scale Shot":"鳞片射击",

        // 野外区域
        "Verdant Forest":"翠绿森林",
        "Foggy Graveyard":"迷雾墓地",
        "Woodland Concert":"林间音乐会",
        "Mantle Core":"地幔核心",
        "Fido Park":"宠物公园",
        "City Sewers":"城市下水道",
        "Active Volcano":"活火山",
        "Power Plant":"发电厂",
        "Quiet Meadow":"静谧草坪",
        "Urban Walkway":"城市步道",
        "Sandy Dunes":"沙丘地带",
        "Sunken Ship":"沉没船只",
        "Offshore Rigger":"近海钻井平台",
        "Safari Zone":"狩猎地带",
        "Cool Beach":"清凉海滩",
        "Computering Lab":"计算机实验室",
        "Gemstone Cavern":"宝石洞穴",
        "Frozen Lake":"冰封湖泊",
        "Abandoned Manor":"废弃庄园",
        "Draco Lair":"龙巢穴",
        "Mountain Trail":"山间小径",
        "Tea Parlor":"茶馆",
        "Pokemon Dojo":"宝可梦道场",
        "Sky High":"高空区域",
        "Dank Cave":"潮湿洞穴",
        "Forest Shrine":"森林神社",
        "Street Circus":"街头马戏团",
        "Weapons Facility":"武器设施",
        "Scorching Badlands":"灼热荒地",
        "Lava Lake":"熔岩湖",
        "Crashing Seaside":"惊涛海岸",
        "Strange Space":"异空间",
        "Chargestone Cave":"电石洞穴",
        "Seafoam Currents":"海沫洋流",
        "Valor Lakeside":"勇气湖畔",
        "Thornwood Forest":"荆棘森林",
        "Unova Works":"合众工厂",
        "Snowpoint Cliff":"雪点悬崖",
        "Hollow Nest":"中空巢穴",
        "Poni Canyon":"波尼峡谷",
        "Sea Bed":"海底",
        "Lon Lon Ranch":"隆隆牧场",
        "Saru Temple":"猿猴神殿",
        "Evil Summit":"邪恶山顶",
        "Fuego Ironworks":"火之炼铁厂",
        "Permafrost Grotto":"永冻洞穴",
        "Berry Forest":"树果森林",
        "Relic Passage":"遗迹通道",
        // 地牢区域
        "Sinnoh Underground":"神奥地下通道",
        "Beginner Dojo":"初级道场",
        "Advanced Dojo":"高级道场",
        "Expert Dojo":"专家道场",
        "Victory Road":"冠军之路",
        // 活动区域
        "Cosplay Convention":"Cosplay大会",
        "Suspicious Manor":"可疑庄园",
        "Summit Of Seasons":"四季之巅",
        "Cerulean Cave":"华蓝洞穴",
        "Artic Summit":"冰封之巅",
        "Fiery Summit":"烈焰之巅",
        "Lair":"巢穴",
        "Den":"巢穴",
        "Roost":"巢穴",
        "Lamode Dogwalk":"拉莫德遛狗道",
        "Primitive Grove":"原始林地",
        "Ecosphere":"生态圈",
        "Primal Fissure":"原初裂隙",
        "Virgin Meadow":"原生草甸",
        "Exotic Pond":"异域池塘",
        "Meteor Cave":"陨石洞穴",
        "Paupau Festival":"泡泡庆典",
        "Flower Meadow":"花之草甸",
        "Aether Headquarters":"以太基金会总部",
        "Experimental Lab":"实验室",
        "Distant Nebula":"遥远星云",
        "Empty Reality":"空无现实",
        "Glowing Reality":"辉光现实",
        "Tropical Reality":"热带现实",
        "Wormhole Space":"虫洞空间",
        "Tempest Trench":"风暴海沟",
        "Strange Space":"异变空间",
        "Proton City":"质子城",
        "Climatology Lab":"气候研究所",
        "Fusion Plant":"融合工厂",
        "Far Cloudscape":"远方云海",
        "Capacitor Tower":"电容塔",
        "Alpha Ruins":"阿尔法遗迹",
        "Lake Valor":"立志湖",
        "Galactic Warehouse":"银河队仓库",
        "Galactic Headquarters":"银河队总部",
        "Dream Plains":"梦境平原",
        "Stark Mountain":"严酷山",
        "Lake Acuity":"睿智湖",
        "Ancient Tomb":"古代陵墓",
        "Tomb":"陵墓",
        "Revival":"复苏",
        "Chamber":"石室",
        "Cavern":"洞穴",
        "Return To Kanto":"重返关都",
        "Primeval Wilds":"原始荒野",
        "Ancients Awoken":"远古觉醒",
        "Aether Takeover":"以太来袭",
        "Science Future":"科学未来",
        "Sinnoh Expedition":"神奥远征",
        "Mega-Showdown":"Mega 对决",
        "Wildlife Park":"野生宝可梦公园",
        "Wild Zone":"荒野区域",
        "Raid":"团体战",
        "Collection":"收藏",

        // 区域
        "Younster Billy":"少年比利",
        "Aroma Lady Jana":"芳香女士简娜",
        "Bug Catcher Milo":"捕虫少年米洛",
        "Gym Leader":"道馆馆主",
        "Brock":"小刚",
        "Black Belt Ryan":"黑带大师莱恩",
        "School Kid Aaron":"学生亚伦",
        "Rocket Grunt":"火箭队杂兵",
        "Misty":"小霞",
        "Swimmer Dan":"泳者丹",
        "Veteran Toshiro":"老兵俊郎",
        "Clown Duck":"小丑达克",
        "Phoebe":"芙蓉",
        "Twin":"双胞胎",
        "Bellisse":"贝丽丝",
        "Ricardo":"里卡多",
        "Lily":"莉莉",
        "Cynthia":"竹兰",
        "Elite Four":"四天王",
        "Lorelei":"科拿",
        "Flint":"大叶",
        "Poppy":"波琵",
        "Lance":"阿渡",
        "Team Leader":"团队领袖",
        "Colress":"阿克罗玛",
        "Archie":"水梧桐",
        "Maxie":"赤焰松",
        "Giovanni":"坂木",
        "Cyrus":"赤日",
        "Ghetsis":"魁奇思",
        "Steven":"大吾",
        "Geeta":"也慈",

        // 开拓区
        "division and below only":"仅限评级及以下",
        "little cup":"低级联赛",
        "Great":"超级",
        "Ultra":"高级",
        "League":"联盟",
        "VS":"对战",
        "Frontier":"开拓区",
        "Battle":"战斗",
        "Battle Frontier":"对战开拓区",
        "Spiraling":"螺旋",
        "Tower":"塔",
        "Factory":"工厂",
        "Spiraling Tower":"螺旋塔",
        "Battle Tower":"对战塔",
        "Battle Factory":"对战工厂",
        "Reset":"重置",
        "Trainer":"训练家",
        "Trainers":"训练家",
        "Rookie":"菜鸟",
        "novice":"新手",
        "Elite":"精英",
        "Veteran":"老将",
        "Ace":"王牌",
        "Master":"大师",
        "hiker": "登山男",
        "sailor": "水手",
        "beauty": "大姐姐",
        "aroma Lady": "香氛姐姐",
        "janitor": "清洁员",
        "firebreather": "吹火人",
        "artist": "艺术家",
        "shadow": "暗影",
        "bird keeper": "养鸟人",
        "poke maniac": "怪兽狂",
        "channeler": "祈祷师",
        "bug Catcher": "捕虫少年",
        "gentleman": "绅士",
        "scientist": "研究员",
        "battle girl": "对战少女",
        "hex maniac": "灵异迷",
        "Morty": "松叶",
        "Hamburg": "汉堡",
        "Laila": "莱拉",
        "Bianque": "扁鹊",
        "Miguel": "米格尔",
        "Mistica": "米斯蒂卡",
        "Pierro": "皮耶罗",
        "Mauro": "毛罗",
        "Kiro": "基罗",
        "Katarina": "卡特琳娜",
        "Fausto": "福斯托",
        "Momo": "莫莫",
        "Jairo": "海罗",
        "Junimo": "朱尼莫",
        "Lion": "莱昂",
        "Gordon": "戈登",
        "Taria": "塔莉娅",
        "Iota": "艾欧塔",
        "Roark": "瓢太",
        "Nessa": "露璃娜",
        "LtSurge": "马志士",
        "Erika": "莉佳",
        "Roxie": "霍米加",
        "Sabrina": "娜姿",
        "Blaine": "夏伯",
        "Norman": "千里",
        "Marnie": "玛俐",
        "Skyla": "风露",
        "Iris": "艾莉丝",
        "Opal": "波普菈",
        "Burgh": "亚堤",
        "Candice": "小菘",
        "Jasmine": "阿蜜",
        "Clay": "菊老大",
        "Korrina": "可尔妮",
        "Morty": "松叶",
        "Olivia": "丽姿",
        "Siebold": "志米",
        "Diamant": "京刚",
        "Matron": "热心婆婆",
        "Koga": "阿桔",
        "Lucian": "悟松",
        "Crispin": "赤松",
        "Larry": "青木",
        "Sidney": "花月",
        "Kahili": "卡希丽",
        "Drake": "源治",
        "Lacey": "紫竽",
        "Aaron": "阿柳",
        "Glacia": "波妮",
        "Wikstrom": "雁铠",
        "Bertha": "菊野",
        "Bruno": "希巴",
        "Acerola": "阿塞萝拉",
        "Peony": "皮欧尼",
        "Archie": "水梧桐",
        "Colress": "阿克罗玛",
        "Nemona": "妮莫",
        "Guzma": "古兹马",
        "Kieran": "乌栗",
        "Maxie": "赤焰松",
        "Penny": "牡丹",
        "Giovanni": "坂木",
        "Wallace": "米可利",
        "Cyrus": "赤日",
        "Diantha": "卡露妮",
        "Trace": "小进",
        "Ghetsis": "魁奇思",
        "Steven": "大吾",
        "Leon": "丹帝",
        "Alder": "阿戴克",
        "Geeta": "也慈",

        // 超进化石
        "Gengarite": "耿鬼进化石",
        "Gardevoirite": "沙奈朵进化石",
        "Ampharosite": "电龙进化石",
        "Venusaurite": "妙蛙花进化石",
        "Charizardite": "喷火龙进化石",
        "Blastoisinite": "水箭龟进化石",
        "Mewtwonite": "超梦进化石",
        "Blazikenite": "火焰鸡进化石",
        "Medichamite": "恰雷姆进化石",
        "Houndoominite": "黑鲁加进化石",
        "Aggronite": "波士可多拉进化石",
        "Banettite": "诅咒娃娃进化石",
        "Tyranitarite": "班基拉斯进化石",
        "Scizorite": "巨钳螳螂进化石",
        "Pinsirite": "凯罗斯进化石",
        "Aerodactylite": "化石翼龙进化石",
        "Lucarionite": "路卡利欧进化石",
        "Abomasite": "暴雪王进化石",
        "Kangaskhanite": "袋兽进化石",
        "Gyaradosite": "暴鲤龙进化石",
        "Absolite": "阿勃梭鲁进化石",
        "Alakazite": "胡地进化石",
        "Heracronite": "赫拉克罗斯进化石",
        "Mawilite": "大嘴娃进化石",
        "Manectite": "雷电兽进化石",
        "Garchompite": "烈咬陆鲨进化石",
        "Latiasite": "拉帝亚斯进化石",
        "Latiosite": "拉帝欧斯进化石",
        "Swampertite": "巨沼怪进化石",
        "Sceptilite": "蜥蜴王进化石",
        "Sablenite": "勾魂眼进化石",
        "Altarianite": "七夕青鸟进化石",
        "Galladite": "艾路雷朵进化石",
        "Audinite": "差不多娃娃进化石",
        "Metagrossite": "巨金怪进化石",
        "Sharpedonite": "巨牙鲨进化石",
        "Slowbronite": "呆壳兽进化石",
        "Steelixite": "大钢蛇进化石",
        "Pidgeotite": "大比鸟进化石",
        "Glalitite": "冰鬼护进化石",
        "Diancite": "蒂安希进化石",
        "Prison Bottle": "惩戒之壶",
        "Mega Cuff": "Mega护腕",
        "Cameruptite": "喷火驼进化石",
        "Lopunnite": "长耳兔进化石",
        "Salamencite": "暴飞龙进化石",
        "Beedrillite": "大针蜂进化石",
        "Clefablite": "皮可西进化石",
        "Victreebelite": "大食花进化石",
        "Starminite": "宝石海星进化石",
        "Dragoninite": "快龙进化石",
        "Meganiumite": "大竺葵进化石",
        "Feraligite": "大力鳄进化石",
        "Skarmorite": "盔甲鸟进化石",
        "Froslassite": "雪妖女进化石",
        "Heatranite": "席多蓝恩进化石",
        "Darkranite": "达克莱伊进化石",
        "Emboarite": "炎武王进化石",
        "Excadrite": "龙头地鼠进化石",
        "Scolipite": "蜈蚣王进化石",
        "Scraftinite": "头巾混混进化石",
        "Eelektrossite": "麻麻鳗鱼王进化石",
        "Chandelurite": "水晶灯火灵进化石",
        "Chesnaughtite": "布里卡隆进化石",
        "Delphoxite": "妖火红狐进化石",
        "Greninjite": "甲贺忍蛙进化石",
        "Pyroarite": "火炎狮进化石",
        "Floettite": "花叶蒂进化石",
        "Malamarite": "乌贼王进化石",
        "Barbaracite": "龟足巨铠进化石",
        "Dragalgite": "毒藻龙进化石",
        "Hawluchanite": "摔角鹰人进化石",
        "Zygardite": "基格尔德进化石",
        "Drampanite": "老翁龙进化石",
        "Zeraorite": "捷拉奥拉进化石",
        "Falinksite": "列阵兵进化石",
        "Chimechite": "风铃铃进化石",
        "Staraptite": "姆克鹰进化石",
        "Golurkite": "泥偶巨人进化石",
        "Meowsticite": "超能妙喵进化石",
        "Crabominite": "好胜毛蟹进化石",
        "Golisopite": "具甲武者进化石",
        "Magearnite": "玛机雅娜进化石",
        "Scovillainite": "狠辣椒进化石",
        "Baxcalibrite": "戟脊龙进化石",
        "Tatsugirinite": "米立龙进化石",
        "Glimmoranite": "晶光花进化石",
        "Raichunite": "雷丘进化石",

        // 道具
        "Exchange":"兑换",
        "Black Belt":"黑带",
        "Black Glasses":"黑色眼镜",
        "Charcoal":"木炭",
        "Dragon Fang":"龙之牙",
        "Fairy Feather":"妖精之羽",
        "Hard Stone":"硬石头",
        "Magnet":"磁铁",
        "Metal Coat":"金属膜",
        "Miracle Seed":"奇迹种子",
        "Mystic Water":"神秘水滴",
        "Never Melt Ice":"不融冰",
        "Poison Barb":"毒针",
        "Sharp Beak":"锐利鸟嘴",
        "Silk Scarf":"丝绸围巾",
        "Silver Powder":"银粉",
        "Soft Sand":"柔软沙子",
        "Spell Tag":"咒术之符",
        "Twisted Spoon":"弯曲的汤匙",
        "Assault Vest":"突击背心",
        "Clear Amulet":"清净坠饰",
        "Eject Pack":"避难背包",
        "Eject Button":"逃脱按键",
        "Quick Claw":"先制之爪",
        "Loaded Dice":"机变骰子",
        "Metronome":"节拍器",
        "Power Herb":"强力香草",
        "Lucky Punch":"吉利拳",
        "Lagging Tail":"后攻之尾",
        "Weakness Policy":"弱点保险",
        "Leftovers":"吃剩的东西",
        "Electric Seed":"电气种子",
        "Grassy Seed":"青草种子",
        "Misty Seed":"薄雾种子",
        "Foggy Seed":"浓雾种子",//独创
        "Heart Scale":"心之鳞片",

        // 树果
        "Occa Berry":"巧可果-火",
        "Passho Berry":"千香果-水",
        "Wacan Berry":"烛木果-电",
        "Rindo Berry":"罗子果-草",
        "Yache Berry":"番荔果-冰",
        "Chople Berry":"莲蒲果-格斗",
        "Kebia Berry":"通通果-毒",
        "Shuca Berry":"腰木果-地面",
        "Coba Berry":"棱瓜果-飞行",
        "Payapa Berry":"福禄果-超能力",
        "Tanga Berry":"扁樱果-虫",
        "Charti Berry":"草蚕果-岩石",
        "Kasib Berry":"佛柑果-幽灵",
        "Haban Berry":"莓榴果-龙",
        "Colbur Berry":"刺耳果-恶",
        "Babiri Berry":"霹霹果-钢",
        "Roseli Berry":"洛玫果-妖精",

        // 特殊道具
        "Luck Incense":"幸运薰香",
        "Pure Incense":"洁净薰香",
        "Lucky Egg":"幸运蛋",
        "Shiny Charm":"闪耀护符",
        "Damp Rock":"潮湿岩石",
        "Heat Rock":"炽热岩石",
        "Icy Rock":"冰冻岩石",
        "Smooth Rock":"沙沙岩石",
        "Flame Orb":"火焰宝珠",
        "Toxic Orb":"剧毒宝珠",
        "Choice Band":"讲究头带",
        "Choice Specs":"讲究眼镜",
        "Life Orb":"生命宝珠",
        // 进化石
        "Water Stone":"水之石",
        "Thunder Stone":"雷之石",
        "Sun Stone":"日之石",
        "Link Stone":"联系石",
        "Oval Stone":"浑圆之石",
        "Moon Stone":"月之石",
        "Leaf Stone":"叶之石",
        "Ice Stone":"冰之石",
        "Fire Stone":"火之石",
        "Dusk Stone":"暗之石",
        "Dawn Stone":"觉醒之石",
        "Shiny Stone":"光之石",
        "Odd Rock":"楔石",
        // 消耗道具
        "Rare Candy":"神奇糖果",
        "Ability Patch":"特性补丁",
        "Ability Capsule":"特性胶囊",
        "Hp Up":"生命提升剂",
        "Protein":"物攻提升剂",
        "Iron":"物防提升剂",
        "Calcium":"特攻提升剂",
        "Zinc":"特防提升剂",
        "Carbos":"速度提升剂",
        "Bottle Cap":"瓶盖",
        "Golden Bottle Cap":"金色瓶盖",
        // 遗传道具
        "Neverstone":"改变之石",
        "Everstone":"不变之石",
        "Lock Capsule":"上锁的容器",
        "Power Anklet":"力量护踝-速度",
        "Power Band":"力量腰带-特防",
        "Power Belt":"力量束带-物防",
        "Power Bracer":"力量护腕-物攻",
        "Power Lens":"力量镜片-特攻",
        "Power Weight":"力量负重-生命",
        "Destiny Knot":"红线",
        // 特殊持有道具
        "Eviolite":"进化奇石",
        "Light Clay":"光之黏土",
        "Mental Herb":"心灵香草",
        //爬塔道具
        "Time Candy":"时间糖果",
        "Time Candy XL":"时间糖果XL",
        "Auto Refight Ticket":"自动重战券",

        // 其他道具
        "Mystery Egg":"神奇蛋",
        "Tm Dummy":"学习机",
        "TM's":"学习机",
        "Tm":" ",
        "Nothing":"无",
        "Held":"持有",
        "(You have":"(持有",
        "Key":"关键",
        "Items":"道具",
        "Item":"道具",


        //状态
        "Burn":"烧伤",
        "Paralysis":"麻痹",
        "Poisoned":"中毒",
        "Confused":"混乱",
        "Sleep":"睡眠",
        "Freeze":"冰冻",
        "Burned":"烧伤",
        "Paralyzed":"麻痹",
        "CNF":"混乱",
        "BRN":"燃烧",
        "PSN":"中毒",
        "FRZ":"冰冻",
        "SLP":"睡眠",
        "PAR":"麻痹",
        "Rainy":"雨天",
        "Sunny":"晴天",
        "Hail":"冰雹",
        "Sandstorm":"沙暴",
        "Foggy":"浓雾",
        "Electric Terrain":"电气场地",
        "Grassy Terrain":"青草场地",
        "Misty Terrain":"薄雾场地",

        // 世界观
        "Believed to be the result of an attempt to replicate the ancestor of all Pokémon. The experiment did not achieve its intended goal, and the creature that emerged was deemed a failure.":
        "被认为是试图复制所有宝可梦祖先的实验产物。该实验未能达成预期目标,最终诞生的生物被视为失败之作。",
        "The cold of winter. Air chills and frost gathers in its wake. Snowfall follows as it passes, and mountains are left sealed in ice where it lingers.":
        "冬之寒意。空气随其行进而冻结,霜雪在其身后凝聚。它所经之处必有降雪,群山在其停留之地被永远封存于冰封之中。",
        "The storm of summer. Thunder rolls with its cry, and lightning strikes in time with its wings. The skies darken as it passes, and violent storms follow its soar.":
        "夏之风暴。雷鸣随其啼声滚动,闪电与其振翼同步落下。它掠过之处天空昏暗,狂暴的暴风雨伴随其飞翔而至。",
        "The warmth of spring. Its fire does not scorch the world, but stirs it awake, melting snow and kindling new life. The cold loosens its hold as it passes, and the land is renewed by heat and light.":
        "春之温暖。它的火焰不会灼烧世界,而是唤醒沉睡的大地,融化积雪,点燃新生。寒意随其经过而消退,土地在热与光中焕然新生。",
        "The origin from which all Pokemon as we know trace their beginnings. Its form, small and gentle, carries the memory of every creature that would follow.":
        "所有宝可梦起源的根源。它的形态小巧而温和,却承载着此后一切生命的记忆。",
        "Shaped by human hands, bears the weight of creation twisted. Though it carries the memory of life that came before, it walks a path apart, questioning the bounds of its own existence.":
        "由人类之手塑造,背负着被扭曲的创造之重。尽管继承了过往生命的记忆,它仍走在独立的道路上,质问自身存在的界限。",
        "The embodiment of moon light. From the earliest ages, it has watched over sleep and dreams, bringing peaceful rest where darkness gathers. Its feathers dispel the nightmares born by Darkrai, as they balance the quiet rhythm of night that was set into the world.":
        "月光的化身。自远古以来,它守护着睡眠与梦境,在黑暗聚集之处带来安宁。它的羽毛驱散由达克莱伊所生的噩梦,维系着世界既定的夜之静谧节律。",
        "The prince of the seas, the chosen of its kind, born with a bond that links all ocean life. It guides the creatures of the waters, preserving harmony beneath the waves.":
        "海之王子,被族群选中的存在,天生与所有海洋生命相连。它引导水中的生灵,维持波涛之下的和谐。",
        "The embodiment of night shadow. From the earliest ages, it has been bound to dreams, drawing forth fear and unrest where its presence lingers. Nightmares follow in its wake, not by intent, but as a reflection of its nature.":
        "夜影的化身。自远古以来,它便与梦境相系,在其停留之处引发恐惧与不安。噩梦随之而来,并非出于恶意,而是其本性的映射。",
        "Shaymin embodies gratitude and the renewal of life. It has moved across barren lands, leaving fields of flowers in its wake and restoring the vitality of nature, bringing growth and bloom to places long abandoned.":
        "谢米象征着感恩与生命的复苏。它行走于荒芜之地,所到之处鲜花盛开,重振自然的生机,使久被遗弃的土地再次生长与绽放。",
        "Traveling through time and appearing where the past and future meet, it preserves the natural order, ensuring that the cycles of life, growth, and seasons continue uninterrupted.":
        "它穿行于时间之中,现身于过去与未来交汇之处,守护自然秩序,确保生命、成长与四季的循环不被中断。",
        "A reminder of the power that once carved the seas. Its ancient rivalry with Groudon lingers quietly, a balance written into the land and water.":
        "曾经塑造海洋之力的象征。它与固拉多的远古对立静静延续,构成铭刻于陆地与海洋之间的平衡。",
        "The oceans made visible, and the force that first shaped the seas across the world. Waves rise and storms gather at its will.":
        "化为具象的海洋,以及最初塑造世界海域的力量。海浪翻涌,风暴随其意志而聚集。",
        "A reminder of the power that once carved the lands. Its ancient rivalry with Kyogre lingers quietly, a balance written into the land and water.":
        "曾经塑造大地之力的象征。它与盖欧卡的远古对立静静延续,构成铭刻于陆地与海洋之间的平衡。",
        "The continents made whole, and the force that first shaped the land across the world. Mountains rise and deserts stretch at its will.":
        "大陆得以成形的存在,也是最初塑造世界陆地的力量。群山隆起,沙漠延展,皆随其意志而生。",
        "The force that watches over the world from above. It tempers the chaos of the seas and the land, acting as a mediator between Kyogre and Groudon. The winds and currents obey its passage, and it stands as guardian of the skies.":
        "自高空俯瞰世界的力量。它调和海洋与大地的混沌,作为盖欧卡与固拉多之间的仲裁者。风与气流随其行进而臣服,它屹立为天空的守护者。",
        "Ascending the atmosphere, its reach extending into the upper skies. Protecting not only the world below but the space above, guarding against threats from beyond.":
        "升入大气层,其存在延伸至高空之上。不仅守护下方的世界,也庇护上方的宇宙,抵御来自外界的威胁。",
        "The embodiment of wishing, awakening only once in a thousand years. In those brief moments, it listens to the desires carried in the hearts of others, and its power brings those wishes into reality.":
        "愿望的化身,每千年仅苏醒一次。在短暂的时刻里,它倾听人们心中的渴望,并以力量将愿望化为现实。",
        "Emerged to give shape to knowledge. When the world was still new, it shared understanding with humanity, allowing thought and memory to take root. Its presence quiets turmoil to the gods of time and space.":
        "为赋予知识形态而诞生。在世界初生之时,它将理解分享给人类,使思想与记忆得以扎根。它的存在平息了时间与空间之神的动荡。",
        "Emerged to give shape to emotion. When the world was still new, it shared feeling with humanity, allowing joy, sorrow, and empathy to take root. Its presence soothes unrest to the gods of time and space.":
        "为赋予情感形态而诞生。在世界初生之时,它将情感分享给人类,使喜悦、悲伤与共鸣得以扎根。它的存在安抚了时间与空间之神的不安。",
        "Emerged to give shape to will. When the world was still new, it granted resolve to humanity, allowing action, choice, and determination to take form. Its presence steels the spirit of the gods of time and space.":
        "为赋予意志形态而诞生。在世界初生之时,它赐予人类决心,使行动、选择与坚定得以成形。它的存在强化了时间与空间之神的意志。",
        "Bound by weight and limit, a shape time itself can endure. Its power yet governs past and future, though restrained, for the world cannot withstand the full measure of eternity given form.":
        "受制于重量与界限,是时间本身能够承受的形态。尽管力量被束缚,它仍掌管过去与未来,因为世界无法承受具现化的永恒。",
        "Bound by weight and limit, a shape space itself can sustain. Its power yet governs distance and separation, though restrained, for the world cannot bear the weight of infinite breadth given form.":
        "受制于重量与界限,是空间本身能够承受的形态。尽管力量被束缚,它仍掌管距离与分隔,因为世界无法承受具现化的无限广度。",
        "Bound by weight and limit, a shape reality can tolerate. Its power yet governs antimatter and opposition, though restrained, for the world cannot endure the force that unravels all creation made whole.":
        "受制于重量与界限,是现实所能容许的形态。尽管力量被束缚,它仍掌管反物质与对立,因为世界无法承受足以瓦解一切创造的力量。",
        "Shaped by the Original One, when the universe had yet to know its first moment, It was brought forth to give law to duration. By its heartbeat, time began to flow; by its will, past and future were torn apart and given order. Without It, all life trapped by eternal stillness.":
        "由最初之神塑造,在宇宙尚未迎来第一刻之时被创造,用以赋予时间以法则。随其心跳,时间开始流动;凭其意志,过去与未来被分离并获得秩序。若无其存在,一切生命都将困于永恒的静止之中。",
        "Shaped by the Original One, when the universe was yet unmeasured, It was brought forth to give form to expanse. By its existence, space became vast; by its will, distance gained meaning. Without It, the world would have no breadth, no separation between sky and land, nor any path for life to walk.":
        "由最初之神塑造,在宇宙尚无尺度之时被创造,用以赋予广阔以形态。因其存在,空间得以辽阔;凭其意志,距离获得意义。若无其存在,世界将没有广度,天地不分,生命亦无路可行。",
        "Shaped by the Original One, when the laws of creation first took form, It was born in defiance of them. Given dominion over antithesis of matter, It was cast away for its violence, bound to a world where logic collapses and direction has no meaning.":
        "由最初之神塑造,在创造法则初成之时,却违逆其而诞生。被赋予反物质的支配权,因其暴烈而遭放逐,被束缚于逻辑崩塌、方向失去意义的世界。",
        "Formed within the depths of the earth, it moves through molten stone and scorched caverns, shaping volcanoes among the land through heat and pressure.":
        "诞生于大地深处,它穿行于熔岩与炽热的洞穴之中,以高温与压力塑造出火山。",
        "Regigigas moved the continents into place, hauling landmasses with ropes of stone and ice, shaping the world through sheer strength. From this labor came the order of the land, after which it fell into long slumber.":
        "雷吉奇卡斯以纯粹的力量拖动大陆,用岩石与寒冰之索牵引陆地,使世界成形。大地的秩序由此确立,随后它陷入了漫长的沉睡。",
        "Emerging from nothing, existence was created from its birth, setting the threads of the universe in motion. The pillars that govern reality shaped by its thousand arms, and yet this is only a vessel, one that the mind can tolerate.":
        "自虚无中诞生,其出生即创造了存在,推动宇宙的丝线开始运转。掌管现实的支柱由其千臂塑造,而这仍只是一个容器,一个心智尚能承受的形态。",

        //奖章
        "Souvenir Ribbon":"回忆奖章",
        "Endurance Ribbon":"耐力奖章",
        "Smile Ribbon":"欢笑奖章",

        //关键词指引
        "Keyword":"关键词",
        "Keywords":"关键词",
        "Operator":"运算符",
        "Operators":"运算符",
        "![keyword]: Exclude from search":"![关键词]: 从搜索结果中排除该关键词。例:!water。",
        "[keywordA] or [keywordB]: Search keywordA OR keywordB":"[关键词A] or [关键词B]: 搜索 关键词A 或 关键词B。例:water or fire",
        "[keywordA] [keywordB]: Search for keywordA AND keywordB":"[关键词A] [关键词B]:同时搜索 关键词A 和 关键词B。例:water fire",
        "shiny, pokerus, [type], [ability], [hidden ability], [level], [move]":"shiny, pokerus, [属性], [特性], [隐藏特性], [等级], [招式]",
        "unobtainable, wild, park, event, frontier, mart, shiny, caught, [type], [hidden ability]":"unobtainable, wild, park, event, frontier, mart, shiny, caught, [属性], [隐藏特性]",
        "physical, special, [type], [ability]":"physical, special, [属性], [特性]",

        //新手指引
        "Howdy! I have been assigned to show the ropes"
        :"你好!我被指派来带你熟悉流程。",
        "Let's start by getting new pokemon shall we? Select \"Travel\" on the top left menu"
        :"让我们先从获得新的宝可梦开始吧?请在左上角菜单中选择“旅行”",
        "You can right click/long tap almost everything on the screen for more info! You can also do this within the info itself too. Try going into the first Wild Area to start catching Pokemon"
        :"你几乎可以对屏幕上的任何内容右键点击或长按以获取更多信息!在信息界面中同样可以这样操作。试着进入第一个野外区域,开始捕捉宝可梦吧。",
        "Right click/long tap a pokemon in your team to set their moves, you can also do this while in battle. If you got any held items, you can also assign them here"
        :"右键点击或长按你队伍中的宝可梦即可设置其招式,你也可以在战斗中进行此操作。如果你获得了可携带的道具,也可以在这里进行分配。",
        "Once you are ready, press Save and Go! at the top of the screen"
        :"准备就绪后,点击屏幕顶部的“保存并出发!”按钮。",
        "Your team will automatically attack in a set pattern, even while you tab out or close the browser! You can right click/long press on moves or pokemon to see their stats aswell. Once you have more Pokemon in your team, you will be able to switch them arround in a fight"
        :"你的队伍将按照既定模式自动进行,即使你切换到其他标签页或关闭浏览器也会继续进行!你可以右键点击或长按招式或宝可梦来查看它们的属性。当队伍中拥有更多宝可梦后,你将能够在战斗中切换它们。",
        "You can check a more in-depth explanation about stats and battle mechanics in the Guide menu. For now, I will take a break... Enjoy your stay!"
        :"你可以在“指南”菜单中查看有关属性和战斗机制的更详细说明。现在,我先休息一下……祝你游戏愉快!",

        //版本提示
        "Version Notice":"版本提示",

        //3.0瓶盖转化提示
        "Your golden bottlecaps have been exchanged into bottlecaps due to frontier changes":
        "由于开拓区的变动,你的金色瓶盖已被兑换为普通瓶盖",

        //鸣谢
        "Made by Duck":"由Duck制作",
        "Pokemon and trainer sprites by Pokemon Showdown (Including artists: Beliot419, kyledove, Gnomowladny, Brumirage and ZacWeavile. Go check their work. Now.)"
        :"宝可梦与训练家立绘来自Pokemon Showdown(包含画师:Beliot419、kyledove、Gnomowladny、Brumirage及ZacWeavile。快去看看他们的作品吧!)",
        "All characters and related assets featured in this game are the exclusive property of Nintendo, Creatures Inc., and The Pokémon Company, and are used here strictly for non-commercial purposes."
        :"本游戏中所有角色及相关资产均为任天堂、Creatures Inc.及宝可梦公司的专有财产,此处仅用于非商业用途",

        //遗传界面
        "Are you sure you want to abort the operation":"你确定要结束操作吗",
        "Abort":"结束",
        "Nothing but time will be lost":"除了时间,别无损失",
        "Select a sample Pokemon":"选择一只样本宝可梦",
        "Select a host Pokemon":"选择一只宿主宝可梦",
        "sample Pokemon":"样本宝可梦",
        "host Pokemon":"宿主宝可梦",
        "Pokerus detected on the host! Genetic compatibility is increased by one level!":"在宿主宝可梦身上检测到宝可病毒!遗传兼容度提升一级!",

        "Select a Pokemon to use the":"选择一只宝可梦使用",
        "Select a Pokemon to teach":"选择一只宝可梦教学",
        "Select a Pokemon to add to the team":"选择一只宝可梦加入队伍",
        "Empty":"空",
        "Team Preview":"队伍预览",
        "has been unlocked":"已被解锁",
        "when attacked":"在被攻击时",

        //自动构筑队伍
        "Team Auto-Build":"自动构筑队伍",
        "Select your preference for the team (Your current team will be replaced by it)":"选择你偏好的队伍配置(当前队伍将被替换)",
        "Left = Defensive, Right = Offensive":"左侧为防守,右侧为进攻。",
        "Auto-Build":"自动构筑",

        "Game Guide":"游戏指南",
        "Guide":"指南",
        "Quick Guide":"快捷指南",
        "Dictionary":"百科全书",
        "Inspecting":"检查",
        "Wild Areas":"旷野地带",
        "Wild Area":"旷野地带",
        "Dungeons":"迷宫",
        "Dungeon":"迷宫",
        "Dungeon Area":"迷宫",
        "Dungeon Areas":"迷宫",
        "Event":"活动",
        "Events":"活动",
        "Rotation":"轮次",
        "Stats":"能力值",
        "Status Effects":"状态效果",
        "Weather":"天气",
        "Hidden":"隐藏",
        "Abilities":"特性",
        "Ability":"特性",
        "abiltiy":"特性", //作者拼写错误
        "Experience":"经验",
        "Moves":"招式",
        "Move":"招式",
        "STAB":"属性一致加成",
        "Cross Power":"交错伤害",
        "Fatigue":"疲劳",
        "Battle Fatigue":"战斗疲劳",
        "Shiny":"闪光",
        "Pokemon":"宝可梦",
        "Shiny Pokemon":"闪光宝可梦",
        "Genetics":"遗传",
        "Compatibility":"兼容性",
        "Power Cost":"能量消耗",
        "Attack":"物攻",
        "Physical Attack":"物攻",
        "Special Attack":"特攻",
        "Defense":"物防",
        "Special Defense":"特防",
        "Overall Defense":"物防与特防",
        "Speed":"速度",
        "Health":"生命",
        "Damage":"伤害",
        "ATK":"物攻",
        "SATK":"特攻",
        "S. Attack":"特攻",
        "DEF":"物防",
        "SDEF":"特防",
        "S. Defense":"特防",
        "SPE":"速度",
        "PKRS":"病毒",
        "Pokerus":"病毒",
        "All Stats":"所有能力",
        "Normal":"一般",
        "Fire":"火",
        "Flame":"火",
        "Water":"水",
        "Grass":"草",
        "Electric":"电",
        "Ice":"冰",
        "Fighting":"格斗",
        "Poison":"毒",
        "Ground":"地面",
        "Flying":"飞行",
        "Psychic":"超能力",
        "Bug":"虫",
        "Rock":"岩石",
        "Ghost":"幽灵",
        "Dragon":"龙",
        "Dark":"恶",
        "Steel":"钢",
        "Metal":"钢",
        "Fairy":"妖精",
        "Bird": "鸟",//MissingNo.专属错误属性鸟
        "type":"属性",
        "Split":"分类",
        "Info":"详情",
        "level":"等级",
        "Banned Pokemon":"宝可梦被禁用",
        "One or more Pokemon in the current team do not met the division restrictions of the current league":"队伍中有一只或多只宝可梦不符合当前联赛的限制条件。",
        "One or more Pokemon in the current team have multiple restricted moves (":"当前队伍中的一个或多个宝可梦装备了多个受限制(",
        ") equipped":")的招式",
        "Restricted moves cannot be freely switched during combat":"受限制招式无法在战斗中自由切换",
        "Restricted":"受限制",
        "Restricted Moves":"受限制招式",
        "Restricted Move":"受限制招式",
        "This move is restricted (":"该招式受限制(",
        ") and only one of them can be present in the active moves at a time":")同一时间只能有一个受限招式被装备在当前招式中",
        "Select a Pokemon to add to the team":"选择一只宝可梦加入队伍",
        "Poke-Mart":"宝可商店",
        "How many will you buy":"你想要买多少",
        "Cant afford":"无法购买",
        "You dont have enough Bottle Caps to purchase this":"你没有足够的瓶盖去购买",
        "Cancel":"取消",
        "Remove":"移除",
        "Removes":"移除",
        "Banned":"被禁用",
        "Filter by :":"筛选:",
        "evolution":"进化",
        "not evolved":"未进化",
        "is shiny":"闪光",
        "not shiny":"不闪光",
        "tag":"标签",
        "Tag:":"标签:",
        "Filters":"筛选",
        "Clear":"清除",
        "Caught:":"已捕获",
        "using a":"使用一个",
        "and status effects while on":"和属性效果在",
        "if no item is being held":"如果未携带持有物",
        "Up!":"提升!",
        "in total":"持有",
        "left for next level":"个到下一级",
        "When held":"持有时",
        "Increase the power of":"提升",
        "-Type moves":"属性招式",
        "All-Type moves":"全属性招式",
        "if afflicted with a status effect":"如果受到状态效果的影响",
        "in bag":"持有",
        "Teach the move":"教学招式",
        "to a":"给一只",
        ", Phy":", 物理",
        ", Spe":", 特殊",
        "turns":"回合",
        "Inflicts":"施加",
        "weather":"天气",
        "Changes the weather to":"将天气变为",
        "when entering the battle":"出场时",
        "Increases":"提升",
        "to the entire team":"对我方全队",
        "on the user":"对自己",
        "but":"但",
        "or":"或者",
        "Hits":"攻击",
        "Hit":"攻击",
        "times":"次",
        "chance to inflict":"概率施加",
        "chance":"概率",
        "decrease":"降低",
        "Grants":"获得",
        "immunity to":"免疫",
        "Inflicts to the entire team":"对我方全队施加",
        "Increases by":"提升",
        "Decreases enemy by":"敌方降低",
        "Decreases":"降低",
        "by":" ",
        "Power doubles if the target is":"威力翻倍,当目标处于",
        "when the opposing":"当敌方",
        "enters the battle":"进入战斗",
        "Save and exit":"保存并退出",
        "Save and go":"保存并出发",
        "change":"改变",
        "edit":"编辑",
        "Unlocks":"解锁",
        "at level":"在等级",
        "Using a":"需要使用一颗",
        "No additional effects":"无特殊效果",
        "Power":"伤害",
        "BP":"伤害",
        "Learnt":"已学习",
        "has learnt":"学会了",
        "Base":"种族值",
        "Special":"特殊",
        "Physical":"物理",
        "BST":"种族值",
        "IV's":"个体值",
        "IV":"个体值",
        "Total":"总计",
        "below":"当低于",
        "HP":"生命",
        "none":"无",
        "sort":"排序",
        "red":"红",
        "orange":"橙",
        "yellow":"黄",
        "green":"绿",
        "blue":"蓝",
        "pink":"粉",
        "magenta":"洋红",
        "lime":"青柠",
        "teal":"蓝绿",
        "Indigo":"靛蓝",
        "Violet":"紫",
        "White":"白",
        "Select a move below and replace it with one of the list of learnt moves":"选择下方一个招式,并将其替换为已学习招式列表中的一个招式",
        "division":"评级",
        "Travel":"地图",
        "Team":"队伍",
        "Dex":"图鉴",
        "Setting":"设定",
        "Settings":"设定",
        "Export":"导出",
        "Reward":"奖励",
        "Export Reward":"导出奖励",
        "Wonder Trade":"奇迹交换",
        "Victory":"胜利",
        "Rewards":"奖励",
        "Received":"获取",
        "Preview":"预览",
        "Area":"区域",
        "Rare":"稀有",
        "Uncommon":"罕见",
        "Common":"普通",
        "Full Screen":"全屏",
        "Import":"导入",
        "Data":"数据",
        "Data to Text":"数据转文本",
        "This is your savefile code":"这是你的存档代码",
        "You can copy or paste savefile codes here to export or import saves":"你可以在此复制或粘贴存档代码,以导出或导入存档",
        "Load Code":"加载代码",
        "Copy":"复制",
        "Paste":"粘贴",
        "Load":"加载",
        "Code":"代码",
        "Substract 1 to current Wild Area rotation:":"减1当前旷野地带轮次",
        "Theme":"主题",
        "Tutorial":"教程",
        "Tutorials":"教程",
        "enabled":"启用",
        "disabled":"关闭",
        "Credits":"鸣谢",
        "Wipe":"清除",
        "Hide non-new Pokemon got in summary":"战斗结算中隐藏无提升宝可梦",
        "Time to complete operation":"完成时间",
        "for shiny mutation":"闪光概率",
        "to inherit a move from the sample":"宿主继承样本招式概率",
        "to inherit sample's":"宿主继承样本",
        "max":"最大",
        "reached":"到达",
        "features":"功能",
        "unlocked":"已解锁",
        "unlock":"解锁",
        "Tier":"级别",
        "Raids":"团体战",
        "Training":"训练",
        "Failed":"失败",
        "Difficulty":"难度",
        "Select a Pokemon to train":"选择要训练的宝可梦",
        "Remaining":"剩余",
        "mode":"模式",

        "and nullifies the damage overtime caused by it":"并消除其造成的持续伤害",
        "An unhatched egg. Leave combat to discover the contents":"未孵化的蛋。退出战斗看看里面有什么",
        "Are you sure you want to delete all data forever":"你确定要永久删除所有数据吗",
        "and":"和",
        "Opration finished!":"操作结束!",//拼写错误
        "Operation finished!":"操作结束!",
        "Operation overview":"操作概览",
        "Do you want to use a":"你想要使用一个",
        "The item will be consumed on use":"该物品使用后将被消耗",
        "Nope":"不",
        "Yeah":"好",
        "inheriting":"继承",
        "inherited":"继承",
        "inherit":"继承",
        "increased":"增加",
        "Finish":"完成",
        "genetic-aiding item":"遗传辅助道具",
        "Genetics-aiding item":"遗传辅助道具",
        "Genetics inheriting":"遗传继承",
        "Mutation":"突变",
        "All":"所有",
        "Defeated":"被打败",
        "How about the":"试试看",
        "abilitiy":"特性",
        "increase":"增加",
        "Go back":"返回",
        "Leave Combat":"离开战斗",
        "No New":"没有新",
        "New":"新",
        "enemy":"敌人",
        "Requires":"需要",
        "on":" ",
        "to":" ",
        "enter":"进入",
        "a":" ",
        "an":" ",
        "Current":"现在",
        "Highest":"最高",
        "Floor":"层数",
        "Score":"分数",
        "name":"名字",
        "goods":"商品",
        "Fight Again":"重新战斗",
        "Energy Root":"元气根",
        "signature":"招牌技",
        "has signature":"有招牌技",
        "signature":"招牌技",
        "locked HA":"未解锁隐藏特性",
        "is":"是",
        "signature move":"招牌技",
        "Ribbon":"奖章",
        "Mystery Gift":"神秘礼物",
        "has":"有",
        "has Ribbon":"有奖章",
        "swapped":"交换",
        "First":"第一",
        "Second":"第二",
        "Third":"第三",
        "Fourth":"第四",
        "Fifth":"第五",
        "Sixth":"第六",
        "Double":"双倍",
        "Triple":"三倍",
        "Half":"一半",
        "high":"高",
        "very high":"非常高",
        "extreme Power":"超级高",
        "faster":"快",
        "slower":"慢",
        "Auto":"自动",
        "Refight":"重战",
        "Wont use":"不会使用",
        "Wont consume":"不会使用",
        "Expand Lore":"展开世界观",
        "is active":"已激活",
        "tickets remaining":"剩余",
        "Click to disable it":"点击以禁用",
        "explore":"探索",
        "ticket":"券",
        "tickets":"券",
        "left":"剩余",
        "day":"天",
        "days":"天",
        "every":"每",
        "hours":"小时",
        "hour":"小时",
        "minute":"分钟",
        "minutes":"分钟",
        "WIP":"开发中",
        "Not yet implemented":"尚未实装",
        "This move can only appear as the Signature Move of":"尚未实装",
        "Super effective":"效果绝佳",
        "Super-effective":"效果绝佳",
        "Extremely effective":"效果无比绝佳",
        "Extremel-effective":"效果无比绝佳",
        "Effective":"有效果",
        "Not very effective":"效果不好",
        "Not-very-effective":"效果不好",
        "Battle Summary":"战斗总结",
        "Damage Dealt":"伤害总计",
        "NaN":" ",
        "Check learnable moves":"检查可学习的招式",
        "Check":"检查",
        "learnable":"可学习",
        "Same-Type":"同属性",
        "Moveset Tag Matches":"标签匹配招式",
        "Close":"关闭",
        "A new update is available. Refresh to update.":"有新版本更新可用。刷新页面以更新。",
        "Select the target team slot to overwrite.":"选择要覆写的目标队伍槽位",
        "Duplicate Team":"复制队伍",
        "Copy Team":"复制队伍",
        "Overwrite Team":"覆写队伍",
        "Overwrite":"覆写",
        "This will replace":"这将替代",
        "Select move to remember":"选择一个招式学习",
        "No new moves to remember":"没有新招式可以学习",
        "Let's do it":"开始吧",

        // 数字
        "one": "一",
        "two": "两",
        "three": "三",
        "four": "四",
        "five": "五",
        "six": "六",
        "seven": "七",
        "eight": "八",
        "nine": "九",
        "ten": "十",
        "eleven": "十一",
        "twelve": "十二",
        "thirteen": "十三",
        "fourteen": "十四",
        "fifteen": "十五",
        "sixteen": "十六",
        "seventeen": "十七",
        "eighteen": "十八",
        "nineteen": "十九",
        "twenty": "二十",
        "thirty": "三十",
        "forty": "四十",
        "fifty": "五十",
        "sixty": "六十",
        "seventy": "七十",
        "eighty": "八十",
        "ninety": "九十",

        //月份
        "January": "1月",
        "February": "2月",
        "March": "3月",
        "April": "4月",
        "May": "5月",
        "June": "6月",
        "July": "7月",
        "August": "8月",
        "September": "9月",
        "October": "10月",
        "November": "11月",
        "December": "12月",

        // 招式类型
        "Claw":"爪",
        "Fang":"牙",
        "Punch":"拳",
        "Sharp":"切割",
        "Head":"头",
        "Pulse":"波动",
        "Dance":"跳舞",
        "Sound":"声音",

        // 形态
        "M.":"Mega",
        "Aln.":"阿罗拉",
        "Gal.":"迦勒尔",
        "Galarian":"迦勒尔",
        "Hsn.":"洗翠",
        "Pal.":"帕底亚",
        "Paldean":"帕底亚",
        "Clone":"克隆体",
        "Gmax":"超极巨化",
        //MissingNo.
        "MissingNo": "错误宝可梦",
        //四季鹿
        "Spring":"春",
        "Summer":"夏",
        "Autumn":"秋",
        "Winter":"冬",
    };

    function buildTrie(dict) {
        const root = {};
        for (const key in dict) {
            let node = root;
            const lower = key.toLowerCase();
            for (const ch of lower) {
                node[ch] ??= {};
                node = node[ch];
            }
            node.$ = dict[key];
        }
        return root;
    }

    const TRIE = buildTrie(DICT);

    function isWordChar(ch) {
        return /[a-zA-Z0-9]/.test(ch);
    }

    function translateByTrie(text) {
        const src = text;
        const lower = src.toLowerCase();
        let i = 0;
        let out = '';

        while (i < src.length) {
            const prev = i === 0 ? '' : src[i - 1];

            if (isWordChar(src[i]) && isWordChar(prev)) {
                out += src[i++];
                continue;
            }

            let node = TRIE;
            let j = i;
            let lastMatch = null;
            let lastIndex = i;

            while (j < src.length && node[lower[j]]) {
                node = node[lower[j]];
                j++;

                const next = src[j] || '';
                if (node.$ && !isWordChar(next)) {
                    lastMatch = node.$;
                    lastIndex = j;
                }
            }

            if (lastMatch) {
                out += lastMatch;
                i = lastIndex;
            } else {
                out += src[i++];
            }
        }
        return out;
    }

    function translateText(text) {
        if (!text || text.length < 2) return text;
        let result = applyRegexRules(text);
        result = translateByTrie(result);
        return result;
    }

    const translatedNodes = new WeakSet();

    function walk(node) {
        if (node.nodeType === Node.TEXT_NODE) {
            if (translatedNodes.has(node)) return;

            const original = node.nodeValue;
            const translated = translateText(original);

            if (original !== translated) {
                node.nodeValue = translated;
            }
            translatedNodes.add(node);
            return;
        }

        if (node.nodeType !== Node.ELEMENT_NODE) return;

        if (node.shadowRoot) {
            walk(node.shadowRoot);
        }

        for (const child of node.childNodes) {
            walk(child);
        }
    }

    const observer = new MutationObserver(mutations => {
        for (const m of mutations) {
            for (const node of m.addedNodes) {
                walk(node);
            }
        }
    });

    observer.observe(document.documentElement, {
        childList: true,
        subtree: true
    });

    walk(document.body);

})();