Skip to content

Commit

Permalink
Update localization.es.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
anon1231823 authored Dec 15, 2024
1 parent aa0aee0 commit 2641e8f
Showing 1 changed file with 42 additions and 4 deletions.
46 changes: 42 additions & 4 deletions DBM-Raids-Vanilla/localization.es.lua
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,28 @@ L:SetOptionLocalization{
TimerEmerge = "Mostrar temporizador para cuando Ouro regrese a la superficie"
}

----------------
-- AQ40 Trash --
----------------
L = DBM:GetModLocalization("AQ40Trash")

L:SetGeneralLocalization{
name = "AQ40: Bichos"
}

L:SetTimerLocalization{
TimerExplosion = "Fantasmas explosivos"
}

L:SetWarningLocalization{
WarnExplosion = "Apareció un solo fantasma explosivo - esquiva",
SpecWarnExplosion = "Fantasmas explosivos - esquiva",
}
L:SetOptionLocalization{
WarnExplosion = "Mostrar anuncio para fantasmas explosivos ($spell:1214871)",
SpecWarnExplosion = "Mostrar aviso especial cuando aparezcan múltiples fantasmas explosivos ($spell:1214871)",
TimerExplosion = "Mostrar temporizador para cuando aparezcan múltiples fantasmas explosivos ($spell:1214871)"
}
---------------
-- Kurinnaxx --
---------------
Expand Down Expand Up @@ -255,6 +277,20 @@ L:SetGeneralLocalization{
name = "AQ20: Bichos"
}

L:SetTimerLocalization{
TimerExplosion = "Fantasmas Explosivos"
}

L:SetWarningLocalization{
WarnExplosion = "Apareció un solo fantasma explosivo - esquiva",
SpecWarnExplosion = "Fantasmas explosivos - esquiva",
}
L:SetOptionLocalization{
WarnExplosion = "Mostrar anuncio para fantasmas explosivos ($spell:1214871)",
SpecWarnExplosion = "Mostrar aviso especial cuando aparezcan múltiples fantasmas explosivos ($spell:1214871)",
TimerExplosion = "Mostrar temporizador para cuando aparezcan múltiples fantasmas explosivos ($spell:1214871)"
}

-----------------
-- Razorgore --
-----------------
Expand Down Expand Up @@ -382,13 +418,15 @@ L:SetTimerLocalization{
TimerBreathCD = "%s TdR",
TimerBreath = "%s lanzamiento",
TimerVulnCD = "TdR de Vulnerabilidad"

Check failure on line 420 in DBM-Raids-Vanilla/localization.es.lua

View workflow job for this annotation

GitHub Actions / LuaLS-checker

miss-sep-in-table

Miss symbol `,` or `;` .
TimerAllBreaths = "Lluvia de aliento"
}
L:SetOptionLocalization{
WarnBreath = "Mostrar aviso cuando Chromaggus lance uno de sus alientos",
WarnBreath = "Mostrar aviso cuando Chromaggus lance uno de sus alientos",
WarnVulnerableNew = "Mostrar temporizador para el tiempo de reutilización de los alientos",
TimerBreathCD = "Mostrar TdR de aliento",
TimerBreath = "Mostrar lanzamiento de aliento",
TimerVulnCD = "Mostrar TdR de Vulnerabilidad"
TimerBreathCD = "Mostrar TdR de aliento",
TimerBreath = "Mostrar lanzamiento de aliento",
TimerVulnCD = "Mostrar TdR de Vulnerabilidad"

Check failure on line 428 in DBM-Raids-Vanilla/localization.es.lua

View workflow job for this annotation

GitHub Actions / LuaLS-checker

miss-sep-in-table

Miss symbol `,` or `;` .
TimerAllBreaths = "Mostrar temporizador para Lluvia de aliento"
}
L:SetMiscLocalization{
Breath1 = "Primer aliento",
Expand Down

0 comments on commit 2641e8f

Please sign in to comment.