-
Notifications
You must be signed in to change notification settings - Fork 79
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
1 parent
b6f5755
commit 8f8fcf3
Showing
1 changed file
with
15 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
local L = BigWigs:NewBossLocale("Black Rook Hold Trash", "zhTW") | ||
if not L then return end | ||
if L then | ||
--L.ghostly_retainer = "Ghostly Retainer" | ||
--L.ghostly_protector = "Ghostly Protector" | ||
--L.ghostly_councilor = "Ghostly Councilor" | ||
--L.lord_etheldrin_ravencrest = "Lord Etheldrin Ravencrest" | ||
--L.lady_velandras_ravencrest = "Lady Velandras Ravencrest" | ||
--L.rook_spiderling = "Rook Spiderling" | ||
--L.soultorn_champion = "Soul-Torn Champion" | ||
--L.risen_scout = "Risen Scout" | ||
--L.risen_archer = "Risen Archer" | ||
--L.risen_arcanist = "Risen Arcanist" | ||
--L.wyrmtongue_scavenger = "Wyrmtongue Scavenger" | ||
--L.bloodscent_felhound = "Bloodscent Felhound" | ||
--L.felspite_dominator = "Felspite Dominator" | ||
--L.risen_swordsman = "Risen Swordsman" | ||
--L.risen_lancer = "Risen Lancer" | ||
L.ghostly_retainer = "鬼魅侍從" | ||
L.ghostly_protector = "鬼魅保衛者" | ||
L.ghostly_councilor = "鬼魅參事" | ||
L.lord_etheldrin_ravencrest = "埃賽德林.黑羽" | ||
L.lady_velandras_ravencrest = "維蘭卓斯.黑羽女士" | ||
L.rook_spiderling = "玄鴉幼蛛" | ||
L.soultorn_champion = "喪魂勇士" | ||
L.risen_scout = "復活的斥候" | ||
L.risen_archer = "復活的弓箭手" | ||
L.risen_arcanist = "復活的祕法師" | ||
L.wyrmtongue_scavenger = "蟲舌魔拾荒者" | ||
L.bloodscent_felhound = "血腥惡魔犬" | ||
L.felspite_dominator = "魔恨支配者" | ||
L.risen_swordsman = "復活的劍兵" | ||
L.risen_lancer = "復活的矛兵" | ||
end |