You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
678 B
19 lines
678 B
local L = BigWigs:NewBossLocale("Oryphrion", "zhTW")
|
|
if not L then return end
|
|
if L then
|
|
L.early_intermission_over = "階段轉換結束(吸收了 %d 個球)"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Spires of Ascension Trash", "zhTW")
|
|
if L then
|
|
-- L.etherdiver = "Etherdiver"
|
|
-- L.forsworn_castigator = "Forsworn Castigator"
|
|
-- L.forsworn_champion = "Forsworn Champion"
|
|
-- L.forsworn_goliath = "Forsworn Goliath"
|
|
-- L.forsworn_inquisitor = "Forsworn Inquisitor"
|
|
-- L.forsworn_mender = "Forsworn Mender"
|
|
-- L.forsworn_squad_leader = "Forsworn Squad-Leader"
|
|
-- L.forsworn_warden = "Forsworn Warden"
|
|
-- L.astronos = "Astronos"
|
|
-- L.lakesis = "Lakesis"
|
|
end
|
|
|