Skip to content

Commit

Permalink
Update localization.es.lua (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
anon1231823 authored Dec 10, 2023
1 parent 2077d56 commit cc9911c
Showing 1 changed file with 89 additions and 6 deletions.
95 changes: 89 additions & 6 deletions DBM-Raids-Vanilla/localization.es.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if GetLocale() ~= "esES" and GetLocale() ~= "esMX" then return end
if GetLocale() ~= "esES" then return end
local L

------------
Expand Down Expand Up @@ -51,20 +51,20 @@ L:SetGeneralLocalization{
name = "Viscidus"
}
L:SetWarningLocalization{
WarnFreeze = "Freeze: %d/3",
WarnShatter = "Shatter: %d/3"
WarnFreeze = "Congelación: %d/3",
WarnShatter = "Hacerse añicos: %d/3"
}
L:SetOptionLocalization{
WarnFreeze = "Announce Freeze status",
WarnShatter = "Announce Shatter status"
WarnFreeze = "Anunciar congelación",
WarnShatter = "Anunciar hacerse añicos"
}
L:SetMiscLocalization{
Slow = "comienza a ir más despacio!",
Freezing= "se está congelando!",
Frozen = "no se puede mover!",
Phase4 = "comienza a desmoronarse!",
Phase5 = "parece a punto de hacerse añicos!",
Phase6 = "explota"--Might want to double check this, since no further messages appeared after the previous one.
Phase6 = "explota!"--Might want to double check this, since no further messages appeared after the previous one.
}
-------------
-- Huhuran --
Expand Down Expand Up @@ -1069,3 +1069,86 @@ L:SetWarningLocalization({
L:SetTimerLocalization({
TimerPhase2 = "Fase 2"
})

---------------------------
-- Season of Discovery --
---------------------------

---------------------------
-- Blackfathom Deeps --
---------------------------

------------------
-- Baron Aquanis --
------------------
L = DBM:GetModLocalization("BaronAuanisSoD")

L:SetGeneralLocalization({
name = "Barón Aquanis"
})

L:SetMiscLocalization({
Water = "Agua"
})

------------------
-- Ghamoo-ra --
------------------
L = DBM:GetModLocalization("GhamooraSoD")

L:SetGeneralLocalization({
name = "Ghamoo-ra"
})

------------------
-- Lady Sarevess --
------------------
L = DBM:GetModLocalization("LadySarevessSoD")

L:SetGeneralLocalization({
name = "Lady Sarevess"
})

------------------
-- Gelihast --
------------------
L = DBM:GetModLocalization("GelihastSoD")

L:SetGeneralLocalization({
name = "Gelihast"
})

------------------
-- Lorgus Jett --
------------------
L = DBM:GetModLocalization("LorgusJettSoD")

L:SetGeneralLocalization({
name = "Lorgus Jett"
})

L:SetWarningLocalization({
warnPriestRemaining = "%s Sacerdotisas restantes"
})

L:SetOptionLocalization({
warnPriestRemaining = "Anunciar cuántas Sacerdotisas de las mareas Brazanegra están restantes."
})

------------------
-- Twilight Lord Kelris --
------------------
L = DBM:GetModLocalization("TwilightLordKelrisSoD")

L:SetGeneralLocalization({
name = "Señor Crepuscular Kelris"
})

------------------
-- Aku'mai --
------------------
L = DBM:GetModLocalization("AkumaiSoD")

L:SetGeneralLocalization({
name = "Aku'mai"
})

0 comments on commit cc9911c

Please sign in to comment.