-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
46 changed files
with
1,818 additions
and
653 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
-- CL.Core | ||
-- Diablohu([email protected]) | ||
-- yleaf([email protected]) | ||
-- Mini Dragon([email protected]) <流浪者酒馆-Brilla@金色平原> 20231212 | ||
|
@@ -11,9 +10,9 @@ local CL = DBM_COMMON_L | |
-- 基本 | ||
CL.NONE = "无" | ||
CL.RANDOM = "随机" | ||
CL.UNKNOWN = "未知" | ||
CL.NEXT = "下一个 %s" | ||
CL.COOLDOWN = "%s 冷却" | ||
CL.UNKNOWN = "未知" | ||
CL.INCOMING = "%s 即将到来" | ||
CL.INTERMISSION = "转场" | ||
CL.NO_DEBUFF = "没有 %s" | ||
|
@@ -78,6 +77,8 @@ CL.TANKCOMBO = "坦克连击" | |
CL.AOEDAMAGE = "AOE 伤害" | ||
CL.GROUPSOAK = "群体吸收" | ||
CL.GROUPSOAKS = "群体吸收" | ||
--CL.HEALABSORB = "Heal Absorb" | ||
--CL.HEALABSORBS = "Heal Absorbs" | ||
CL.DODGES = "躲闪" | ||
CL.POOL = "池子" | ||
CL.POOLS = "池子" | ||
|
@@ -93,3 +94,6 @@ CL.TRAPS = "陷阱" | |
CL.ROOTS = "树根" | ||
CL.MARK = "标记" | ||
CL.MARKS = "标记" | ||
--CL.CURSE = "Curse" | ||
--CL.CURSES = "Curses" | ||
--CL.SWIRLS = "Swirls"--Plural of Swirl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.