-
Notifications
You must be signed in to change notification settings - Fork 80
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
ed9321c
commit dad6d18
Showing
1 changed file
with
14 additions
and
14 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,20 +1,20 @@ | ||
local L = BigWigs:NewBossLocale("Operation: Floodgate Trash", "zhCN") | ||
if not L then return end | ||
if L then | ||
--L.weapons_stockpiles_pilfered = "Weapons Stockpiles Pilfered" | ||
--L.weapons_stockpiles_pilfered_desc = "Show an alert when a Weapons Stockpile has been pilfered." | ||
L.weapons_stockpiles_pilfered = "掠夺武器物资" | ||
L.weapons_stockpiles_pilfered_desc = "当武器物资被掠夺时显示警告。" | ||
|
||
--L.shreddinator_3000 = "Shreddinator 3000" | ||
L.shreddinator_3000 = "撕碎王3000型" | ||
--L.mechadrone_sniper = "Mechadrone Sniper" | ||
--L.darkfuse_hyena = "Darkfuse Hyena" | ||
--L.darkfuse_demolitionist = "Darkfuse Demolitionist" | ||
--L.darkfuse_inspector = "Darkfuse Inspector" | ||
--L.darkfuse_bloodwarper = "Darkfuse Bloodwarper" | ||
--L.venture_co_surveyor = "Venture Co. Surveyor" | ||
--L.undercrawler = "Undercrawler" | ||
--L.disturbed_kelp = "Disturbed Kelp" | ||
--L.bomb_pile = "Bomb Pile" | ||
--L.bubbles = "Bubbles" | ||
--L.venture_co_electrician = "Venture Co. Electrician" | ||
--L.darkfuse_jumpstarter = "Darkfuse Jumpstarter" | ||
L.darkfuse_hyena = "暗索土狼" | ||
L.darkfuse_demolitionist = "暗索爆破手" | ||
L.darkfuse_inspector = "暗索调查员" | ||
L.darkfuse_bloodwarper = "暗索扭血者" | ||
L.venture_co_surveyor = "风险投资公司勘探员" | ||
L.undercrawler = "幽暗爬行者" | ||
L.disturbed_kelp = "被惊扰的海藻" | ||
L.bomb_pile = "一堆炸弹" | ||
L.bubbles = "泡泡" | ||
L.venture_co_electrician = "风险投资公司电工" | ||
L.darkfuse_jumpstarter = "暗索接线者" | ||
end |