Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zhTW.lua #936

Merged
merged 1 commit into from
Oct 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions WoD/TheEverbloom/Locales/zhTW.lua
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
local L = BigWigs:NewBossLocale("Witherbark", "zhTW")
if not L then return end
if L then
--L.energyStatus = "A Globule reached Witherbark: %d%% energy"
L.energyStatus = "元水之珠到達枯木: %d%% 能量"
end

L = BigWigs:NewBossLocale("Yalnu", "zhTW")
if L then
L.kirin_tor = "祈倫托"
--L.warmup_trigger = "The portal is lost! We must stop this beast before it can escape!"
L.warmup_trigger = "我們一定要阻止這隻怪物,不能讓他逃脫!"
end

L = BigWigs:NewBossLocale("The Everbloom Trash", "zhTW")
if L then
--L.dreadpetal = "Dreadpetal"
--L.everbloom_naturalist = "Everbloom Naturalist"
--L.everbloom_cultivator = "Everbloom Cultivator"
L.dreadpetal = "恐瓣花"
L.everbloom_naturalist = "永茂林自然療者"
L.everbloom_cultivator = "永茂林護林者"
--L.rockspine_stinger = "Rockspine Stinger"
--L.everbloom_mender = "Everbloom Mender"
--L.gnarlroot = "Gnarlroot"
--L.melded_berserker = "Melded Berserker"
--L.infested_icecaller = "Infested Icecaller"
--L.putrid_pyromancer = "Putrid Pyromancer"
--L.addled_arcanomancer = "Addled Arcanomancer"
L.everbloom_mender = "永茂林治癒者"
L.gnarlroot = "瘤根"
L.melded_berserker = "混形狂戰士"
L.infested_icecaller = "被感染的喚冰師"
L.putrid_pyromancer = "腐爛的火占師"
L.addled_arcanomancer = "混亂的秘卜師"
end