Skip to content

Commit

Permalink
Update localization.es.lua (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
anon1231823 authored Oct 27, 2024
1 parent 47df659 commit dba2818
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion DBM-Raids-Vanilla/localization.es.lua
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,18 @@ L = DBM:GetModLocalization("SoDBWLTrials")
L:SetGeneralLocalization{
name = "Pruebas de Temporada de descubrimiento"
}

L:SetWarningLocalization{
SpecWarnBothBombs = "Azul y verde en >%s<",
SpecWarnBothBombsYou = "Azul y verde en TI",
}
L:SetTimerLocalization{
TimerBombs = DBM_COMMON_L.BOMBS
}
L:SetOptionLocalization{
SpecWarnBothBombs = "Mostrar aviso especial si las bombas azul y verde están en el mismo jugador",
SpecWarnBothBombsYou = "Mostrar aviso especial si las bombas azul y verde están en ti",
TimerBombs = "Mostrar temporizador para las bombas de prueba azul y verde"
}
----------------
-- Lucifron --
----------------
Expand Down

0 comments on commit dba2818

Please sign in to comment.