From cc9911cc064e80d61ebed33c6c1269b3b8d091f8 Mon Sep 17 00:00:00 2001 From: anon1231823 <67269448+anon1231823@users.noreply.github.com> Date: Sat, 9 Dec 2023 19:58:57 -0500 Subject: [PATCH] Update localization.es.lua (#39) --- DBM-Raids-Vanilla/localization.es.lua | 95 +++++++++++++++++++++++++-- 1 file changed, 89 insertions(+), 6 deletions(-) diff --git a/DBM-Raids-Vanilla/localization.es.lua b/DBM-Raids-Vanilla/localization.es.lua index 790ec882..e13bc68b 100644 --- a/DBM-Raids-Vanilla/localization.es.lua +++ b/DBM-Raids-Vanilla/localization.es.lua @@ -1,4 +1,4 @@ -if GetLocale() ~= "esES" and GetLocale() ~= "esMX" then return end +if GetLocale() ~= "esES" then return end local L ------------ @@ -51,12 +51,12 @@ 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!", @@ -64,7 +64,7 @@ L:SetMiscLocalization{ 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 -- @@ -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" +})