Skip to content

Commit

Permalink
Updates and cleanups for classic
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Jul 19, 2024
1 parent 5613f7e commit abdd173
Show file tree
Hide file tree
Showing 14 changed files with 187 additions and 100 deletions.
5 changes: 3 additions & 2 deletions Bastion/Locales/deDE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ end

L = BigWigs:NewBossLocale("Ascendant Council", "deDE")
if L then
L.static_overload_say = "Überladung"
L.gravity_core_say = "Gravitation"
L.health_report = "%s bei %d%%, Wechsel bald!"
L.switch = "Wechsel"
L.switch_desc = "Warnt, wenn die Bosse wechseln."
Expand All @@ -91,5 +89,8 @@ if L then
L.thundershock_quake_spam = "%s in %d"

L.last_phase_trigger = "Beeindruckende Leistung…" -- what the heck Blizz??

--L.custom_on_linked_spam = "Repeating 'Linked' say messages"
--L.custom_on_linked_spam_desc = "Repeating say messages in chat stating who you are linked with."
end

5 changes: 3 additions & 2 deletions Bastion/Locales/esES.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ end

L = BigWigs:NewBossLocale("Ascendant Council", "esES")
if L then
L.static_overload_say = "Sobrecarga estática"
L.gravity_core_say = "Núcleo de gravedad"
L.health_report = "%s está al %d%% de vida, ¡cambio pronto!"
L.switch = "Cambio"
L.switch_desc = "Avisa los cambios de jefes"
Expand All @@ -89,5 +87,8 @@ if L then
L.thundershock_quake_spam = "%s en %d"

L.last_phase_trigger = "Una exhibición impresionante..."

--L.custom_on_linked_spam = "Repeating 'Linked' say messages"
--L.custom_on_linked_spam_desc = "Repeating say messages in chat stating who you are linked with."
end

5 changes: 3 additions & 2 deletions Bastion/Locales/esMX.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ end

L = BigWigs:NewBossLocale("Ascendant Council", "esMX")
if L then
L.static_overload_say = "Sobrecarga estática"
L.gravity_core_say = "Núcleo de gravedad"
L.health_report = "%s está al %d%% de vida, ¡cambio pronto!"
L.switch = "Cambio"
L.switch_desc = "Avisa los cambios de jefes"
Expand All @@ -89,5 +87,8 @@ if L then
L.thundershock_quake_spam = "%s en %d"

L.last_phase_trigger = "Una exhibición impresionante..."

--L.custom_on_linked_spam = "Repeating 'Linked' say messages"
--L.custom_on_linked_spam_desc = "Repeating say messages in chat stating who you are linked with."
end

5 changes: 3 additions & 2 deletions Bastion/Locales/frFR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ end

L = BigWigs:NewBossLocale("Ascendant Council", "frFR")
if L then
L.static_overload_say = "Surcharge"
L.gravity_core_say = "Gravité"
L.health_report = "%s est à %d%%, changement de phase imminent !"
L.switch = "Changement"
L.switch_desc = "Prévient quand les boss échangent leurs places."
Expand All @@ -91,5 +89,8 @@ if L then
L.thundershock_quake_spam = "%s dans %d"

L.last_phase_trigger = "Quelle démonstration impressionnante" -- "CONTEMPLEZ VOTRE DESTIN !" -- à vérifier

--L.custom_on_linked_spam = "Repeating 'Linked' say messages"
--L.custom_on_linked_spam_desc = "Repeating say messages in chat stating who you are linked with."
end

5 changes: 3 additions & 2 deletions Bastion/Locales/itIT.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ end

L = BigWigs:NewBossLocale("Ascendant Council", "itIT")
if L then
L.static_overload_say = "Tuonofolgore"
L.gravity_core_say = "Gravità"
L.health_report = "%s al %d%%, cambio di fase tra poco!"
L.switch = "Cambio"
L.switch_desc = "Avvisi per il cambio di boss."
Expand All @@ -91,5 +89,8 @@ if L then
L.thundershock_quake_spam = "%s in %d"

L.last_phase_trigger = "Ecco la vostra rovina..."

--L.custom_on_linked_spam = "Repeating 'Linked' say messages"
--L.custom_on_linked_spam_desc = "Repeating say messages in chat stating who you are linked with."
end

5 changes: 3 additions & 2 deletions Bastion/Locales/koKR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ end

L = BigWigs:NewBossLocale("Ascendant Council", "koKR")
if L then
L.static_overload_say = "전화 과부하"
L.gravity_core_say = "중력 핵"
L.health_report = "%s 체력 -%d%%-, 곧 단계 변화!"
L.switch = "전환"
L.switch_desc = "보스의 전환을 알립니다."
Expand All @@ -91,5 +89,8 @@ if L then
L.thundershock_quake_spam = "%2$d초 후 %1$s"

L.last_phase_trigger = "꽤나 인상적이었다만..."

--L.custom_on_linked_spam = "Repeating 'Linked' say messages"
--L.custom_on_linked_spam_desc = "Repeating say messages in chat stating who you are linked with."
end

5 changes: 3 additions & 2 deletions Bastion/Locales/ptBR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ end

L = BigWigs:NewBossLocale("Ascendant Council", "ptBR")
if L then
L.static_overload_say = "Sobrecarga estática"
L.gravity_core_say = "Núcleo gravitacional"
L.health_report = "%s com %d%%, mudança de fase iminente!"
L.switch = "Troca"
L.switch_desc = "Avisa a troca de chefes."
Expand All @@ -89,5 +87,8 @@ if L then
L.thundershock_quake_spam = "%s em %d"

L.last_phase_trigger = "Que apresentação incrível..."

--L.custom_on_linked_spam = "Repeating 'Linked' say messages"
--L.custom_on_linked_spam_desc = "Repeating say messages in chat stating who you are linked with."
end

5 changes: 3 additions & 2 deletions Bastion/Locales/ruRU.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ end

L = BigWigs:NewBossLocale("Ascendant Council", "ruRU")
if L then
L.static_overload_say = "Перегрузка"
L.gravity_core_say = "Гравитация"
L.health_report = "%s имеет %d%% здоровья, скоро смена!"
L.switch = "Смена"
L.switch_desc = "Сообщать о смене боссов"
Expand All @@ -74,6 +72,9 @@ if L then
L.thundershock_quake_spam = "%s через %d"

L.last_phase_trigger = "Ваше упорство..."

--L.custom_on_linked_spam = "Repeating 'Linked' say messages"
--L.custom_on_linked_spam_desc = "Repeating say messages in chat stating who you are linked with."
end

L = BigWigs:NewBossLocale("Sinestra", "ruRU")
Expand Down
5 changes: 3 additions & 2 deletions Bastion/Locales/zhCN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ end

L = BigWigs:NewBossLocale("Ascendant Council", "zhCN")
if L then
L.static_overload_say = "静电过载"
L.gravity_core_say = "重力核心"
L.health_report = "%s生命值>%d%%<,即将阶段转换!"
L.switch = "转换"
L.switch_desc = "当首领转换时发出警报。"
Expand All @@ -91,5 +89,8 @@ if L then
L.thundershock_quake_spam = ">%s< %d!"

L.last_phase_trigger = "令人印象深刻……"

--L.custom_on_linked_spam = "Repeating 'Linked' say messages"
--L.custom_on_linked_spam_desc = "Repeating say messages in chat stating who you are linked with."
end

5 changes: 3 additions & 2 deletions Bastion/Locales/zhTW.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ end

L = BigWigs:NewBossLocale("Ascendant Council", "zhTW")
if L then
L.static_overload_say = "靜電超載"
L.gravity_core_say = "重力之核"
L.health_report = "%s生命值>%d%%<,即將階段轉換!"
L.switch = "轉換"
L.switch_desc = "當首領轉換時發出警報。"
Expand All @@ -91,5 +89,8 @@ if L then
L.thundershock_quake_spam = ">%s< %d!"

L.last_phase_trigger = "令人印象深刻的表現..."

--L.custom_on_linked_spam = "Repeating 'Linked' say messages"
--L.custom_on_linked_spam_desc = "Repeating say messages in chat stating who you are linked with."
end

Loading

0 comments on commit abdd173

Please sign in to comment.