Commit fdc83f487af1f88660498ba96a2d22883a76ff10

Authored by yutio888
1 parent 5f3ea5ab

i18n: fix translation text issue

... ... @@ -32,6 +32,7 @@ t("Portal Room", "传送门房间", nil)
32 32 t("Rhalore", "罗兰精灵", nil)
33 33 t("Sandworm Burrowers", "钻地沙虫", nil)
34 34 t("Shalore", "永恒精灵", nil)
  35 +t("Shasshhiy'Kaish", "莎西·凯希", nil)
35 36 t("Sher'Tul", "夏·图尔", nil)
36 37 t("Slavers", "奴隶贩子", nil)
37 38 t("Sorcerers", "法师", nil)
... ...
... ... @@ -28750,7 +28750,7 @@ t([[Slam your shield on the ground creating a shockwave.
28750 28750 At level 5 your Block cooldown is reset.]], [[用盾牌猛击地面,制造冲击波。
28751 28751 对半径 %d 内的生物造成 %d%% 奥术武器伤害。
28752 28752 所有被击中的目标将会进入可以反击的状态 3 回合,就像你格挡了它们的攻击那样。
28753   - 在等级 5 时,你的格挡技能冷却也会被重置。]], "tformat")
  28753 + 在等级 5 时,你的格挡技能冷却也会被重置。]], "tformat", {2,1})
28754 28754
28755 28755
28756 28756 ------------------------------------------------
... ...