Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update localization.br.lua #301

Merged
merged 1 commit into from
Jan 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions DBM-Raids-Vanilla/localization.br.lua
Original file line number Diff line number Diff line change
Expand Up @@ -255,18 +255,20 @@ L:SetGeneralLocalization{
name = "Ouroboros"
}
L:SetWarningLocalization{
WarnSubmerge = "Submersão",
WarnEmerge = "Emersão"
WarnSubmerge = "Ouroboros se submergiu",
WarnEmerge = "Ouroboros emergiu",
SpecWarnEye = "Desvia o olhar"
}
L:SetTimerLocalization{
TimerSubmerge = "Submersão",
TimerEmerge = "Emersão"
}
L:SetOptionLocalization{
WarnSubmerge = "Exibir anúncio para submersão",
TimerSubmerge = "Exibir cronômetro para submersão",
WarnEmerge = "Exibir anúncio para emersão",
TimerEmerge = "Exibir cronômetro para emersão"
WarnSubmerge = "Exibir anúncio para a submersão de Ouroboros",
TimerSubmerge = "Exibir cronômetro para a submersão de Ouroboros",
WarnEmerge = "Exibir anúncio para a emersão de Ouroboros",
TimerEmerge = "Exibir cronômetro para a emersão de Ouroboros",
SpecWarnEye = "Exibir anúncio para o olho gigante"
}

----------------
Expand All @@ -282,8 +284,8 @@ L:SetTimerLocalization{
}

L:SetWarningLocalization{
WarnExplosion = "Um único fantasma explosivo apareceu - desvie",
SpecWarnExplosion = "Fantasmas explosivos - desvie",
WarnExplosion = "Um único fantasma explosivo apareceu - desvia",
SpecWarnExplosion = "Fantasmas explosivos - desvia",
}
L:SetOptionLocalization{
WarnExplosion = "Exibir anúncio para fantasmas explosivos ($spell:1214871)",
Expand Down
Loading