UNPKG

poe-i18n

Version:

i18n utility for Path of Exile

541 lines (540 loc) 14 kB
{ "meta": { "include": "skill_stat_descriptions", "hasIdentifiers": false }, "data": { "physical_damage_incr": { "stats": ["physical_damage_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "你与周围队友的物理伤害提高 %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "你与周围队友的物理伤害降低 %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "movement_speed_incr": { "stats": ["base_movement_velocity_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "你与周围队友的移动速度提高 %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "你与周围队友的移动速度降低 %1%%%", "formatters": [] } ] }, "attack_speed_incr": { "stats": ["attack_speed_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "你与周围队友的攻击速度提高 %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "你与周围队友的攻击速度降低 %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "cast_speed_incr_skill_granted": { "stats": ["cast_speed_+%_granted_from_skill"], "translations": [ { "matchers": [[1, "#"]], "text": "你与周围队友的施法速度提高 %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "你与周围队友的施法速度降低 %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "elemental_resist": { "stats": ["base_resist_all_elements_%"], "translations": [ { "matchers": ["#"], "text": "你与周围队友获得 %1$+d%% 火焰、冰霜、闪电抗性", "formatters": [] } ] }, "life_regen_per_minute_percent": { "stats": ["life_regeneration_rate_per_minute_%"], "translations": [ { "matchers": ["#"], "text": "你与周围队友每秒回复 %1%%% 生命", "formatters": [ { "id": "per_minute_to_per_second_2dp", "arg": 1 } ] } ] }, "accuracy_rating_incr": { "stats": ["accuracy_rating_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "你与周围队友的命中值提高 %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "你与周围队友的命中值降低 %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "critical_strike_chance_incr": { "stats": ["critical_strike_chance_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "你与周围队友的攻击和法术暴击率提高 %1%%% ", "formatters": [] } ] }, "base_evasion": { "stats": ["base_evasion_rating"], "translations": [ { "matchers": [[1, "#"]], "text": "你与周围队友的闪避值提高 %1%", "formatters": [] } ] }, "grace_evasion_incr": { "stats": ["grace_aura_evasion_rating_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "你与周围队友的总闪避值额外提高 %1%%%", "formatters": [] } ] }, "base_armour": { "stats": ["base_physical_damage_reduction_rating"], "translations": [ { "matchers": [[1, "#"]], "text": "你与周围队友的护甲提高 %1%", "formatters": [] } ] }, "determination_armour_incr": { "stats": ["determination_aura_armour_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "你与周围队友的总护甲额外提高 %1%%% ", "formatters": [] } ] }, "base_energy_shield": { "stats": ["base_maximum_energy_shield"], "translations": [ { "matchers": [[1, "#"]], "text": "你与周围队友的能量护盾提高 %1%", "formatters": [] } ] }, "lightning_resist": { "stats": ["base_lightning_damage_resistance_%"], "translations": [ { "matchers": [[1, "#"]], "text": "你与周围队友的闪电抗性提高 %1%%%", "formatters": [] } ] }, "fire_resist": { "stats": ["base_fire_damage_resistance_%"], "translations": [ { "matchers": [[1, "#"]], "text": "你与周围队友的火焰抗性提高 %1%%%", "formatters": [] } ] }, "cold_resist": { "stats": ["base_cold_damage_resistance_%"], "translations": [ { "matchers": [[1, "#"]], "text": "你与周围队友的冰霜抗性提高 %1%%%", "formatters": [] } ] }, "max_fire_resist": { "stats": ["base_maximum_fire_damage_resistance_%"], "translations": [ { "matchers": [[1, "#"]], "text": "你与周围队友的火焰抗性上限提高 %1%%%", "formatters": [] } ] }, "max_cold_resist": { "stats": ["base_maximum_cold_damage_resistance_%"], "translations": [ { "matchers": [[1, "#"]], "text": "你与周围队友的冰霜抗性上限提高 %1%%%", "formatters": [] } ] }, "max_lightning_resist": { "stats": ["base_maximum_lightning_damage_resistance_%"], "translations": [ { "matchers": [[1, "#"]], "text": "你与周围队友的闪电抗性上限提高 %1%%%", "formatters": [] } ] }, "attack_added_fire": { "stats": [ "attack_minimum_added_fire_damage", "attack_maximum_added_fire_damage" ], "translations": [ { "matchers": ["#", "#"], "text": "你和周围友军的攻击额外造成 %1% - %2% 火焰伤害", "formatters": [] } ] }, "attack_added_lightning": { "stats": [ "attack_minimum_added_lightning_damage", "attack_maximum_added_lightning_damage" ], "translations": [ { "matchers": ["#", "#"], "text": "你和周围友军的攻击额外造成 %1% - %2% 闪电伤害", "formatters": [] } ] }, "physical_damage_to_add_as_cold": { "stats": ["physical_damage_%_to_add_as_cold"], "translations": [ { "matchers": [[1, "#"]], "text": "你与周围队友额外获得 %1%%% 物理伤害,并转化为冰霜伤害", "formatters": [] } ] }, "mana_regen": { "stats": ["base_mana_regeneration_rate_per_minute"], "translations": [ { "matchers": ["#"], "text": "你与周围队友获得 %1% 魔力回复", "formatters": [ { "id": "per_minute_to_per_second", "arg": 1 } ] } ] }, "energy_shield_no_delay": { "stats": ["energy_shield_recharge_not_delayed_by_damage"], "translations": [ { "matchers": ["#"], "text": "你与周围队友不会因为承受伤害而延迟能量护盾回复的间隔时间", "formatters": [] } ] }, "no_mana_cost": { "stats": ["no_mana_cost"], "translations": [ { "matchers": ["#"], "text": "你与周围队友施放技能时不消耗魔力", "formatters": [] } ] }, "dodge_chance": { "stats": ["base_chance_to_dodge_%"], "translations": [ { "matchers": [[1, "#"]], "text": "%1%%% 几率躲避攻击击中", "formatters": [] } ] }, "spell_dodge_chance": { "stats": ["base_chance_to_dodge_spells_%"], "translations": [ { "matchers": [[1, "#"]], "text": "%1%%% 几率躲避法术击中", "formatters": [] } ] }, "base_elemental_damage_heals": { "stats": ["base_elemental_damage_heals"], "translations": [ { "matchers": ["#"], "text": "将承受的元素伤害转化为回复你与周围队友的生命", "formatters": [] } ] }, "spell_added_fire_damage": { "stats": [ "spell_minimum_added_fire_damage", "spell_maximum_added_fire_damage" ], "translations": [ { "matchers": ["#", "#"], "text": "你和周围友军的法术额外造成 %1% - %2% 火焰伤害", "formatters": [] } ] }, "wrath_spell_lightning_damage": { "stats": ["wrath_aura_spell_lightning_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "你与周围队友施放法术时造成的闪电总伤害额外提高 %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "你与周围队友施放法术时造成的闪电总伤害额外降低 %1%%%", "formatters": [] } ] }, "attack_added_chaos": { "stats": [ "attack_minimum_added_chaos_damage", "attack_maximum_added_chaos_damage" ], "translations": [ { "matchers": ["#", "#"], "text": "你和你周围队友的攻击附加 %1% - %2% 基础混沌伤害", "formatters": [] } ] }, "immune_to_chill": { "stats": ["base_immune_to_chill"], "translations": [ { "matchers": ["#"], "text": "你和周围队友免疫冰缓", "formatters": [] } ] }, "immune_to_freeze": { "stats": ["base_immune_to_freeze"], "translations": [ { "matchers": ["#"], "text": "你和周围队友免疫冻结", "formatters": [] } ] }, "immune_to_ignite": { "stats": ["base_immune_to_ignite"], "translations": [ { "matchers": ["#"], "text": "你和周围队友免疫点燃", "formatters": [] } ] }, "immune_to_shock": { "stats": ["base_immune_to_shock"], "translations": [ { "matchers": ["#"], "text": "你和周围队友免疫感电", "formatters": [] } ] }, "cold_damage_taken": { "stats": ["cold_damage_taken_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "承受的冰霜伤害提高 %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "承受的冰霜伤害降低 %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "energy_shield_recharge_rate": { "stats": ["energy_shield_recharge_rate_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "你与周围队友的能量护盾回复速度提高 %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "你与周围队友的能量护盾回复速度降低 %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "fire_damage_taken": { "stats": ["fire_damage_taken_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "受到的火焰伤害提高 %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "受到的火焰伤害降低 %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "hits_ignore_cold_res": { "stats": ["hits_ignore_my_cold_resistance"], "translations": [ { "matchers": ["#"], "text": "击中周围敌人时无视其冰霜抗性", "formatters": [] } ] }, "hits_ignore_fire_res": { "stats": ["hits_ignore_my_fire_resistance"], "translations": [ { "matchers": ["#"], "text": "击中周围敌人时无视其火焰抗性", "formatters": [] } ] }, "hits_ignore_lightning_res": { "stats": ["hits_ignore_my_lightning_resistance"], "translations": [ { "matchers": ["#"], "text": "击中周围敌人时无视其闪电抗性", "formatters": [] } ] }, "lightning_damage_taken": { "stats": ["lightning_damage_taken_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "承受的闪电伤害提高 %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "承受的闪电伤害降低 %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] } } }