Skip to content

Commit

Permalink
Update localization.ru.lua (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hollicsh authored Jan 31, 2025
1 parent 518d5bd commit bcc1342
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion DBM-Party-Vanilla/Classic/localization.ru.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1600,8 +1600,15 @@ L:SetGeneralLocalization{
-- SoD Karazhan Crypts --
-------------------------

-- Encounter info from PTR: https://wago.tools/db2/DungeonEncounter?build=1.15.6.58658&sort[ID]=desc&filter[MapID]=2875&page=1
-- Encounter info from PTR: https://wago.tools/db2/DungeonEncounter?build=1.15.6.58866&sort[ID]=desc&filter[MapID]=2875&page=1

-- Apprentice, seems to be a randomized boss
-- Ученик, похоже, является рандомизированным боссом
L = DBM:GetModLocalization("Apprentice")

L:SetGeneralLocalization{
name = "Ученик"
}

-- Harbinger of Sin
L = DBM:GetModLocalization("HarbingerOfSin")
Expand All @@ -1624,20 +1631,34 @@ L:SetGeneralLocalization{
name = "Харон"
}

L:SetWarningLocalization{
SpecWarnDropTorch = "%d стаков - брось факел!"
}

-- Opera of Malediction
L = DBM:GetModLocalization("OperaOfMalediction")

L:SetGeneralLocalization{
name = "Проклятая опера"
}

L:SetMiscLocalization {
PullTrizivast = "For your evenings entertainment, comes a brave tale of survival, loss, and conviction.",
PullHanselAndGretel1 = "For your evenings entertainment, comes the lost fable of two children attempting to find their way!",
PullHanselAndGretel2 = "We're sorry grandmother. Your time has expired."
}

-- Dark Rider
L = DBM:GetModLocalization("DarkRider")

L:SetGeneralLocalization{
name = "Темный Всадник"
}

L:SetMiscLocalization{
Ghost = "Призрак"
}

-- Creeping Malison
L = DBM:GetModLocalization("CreepingMalison")

Expand All @@ -1651,3 +1672,10 @@ L = DBM:GetModLocalization("Unkomon")
L:SetGeneralLocalization{
name = "Унк'омон"
}

-- Karazhan Crypts Trash
L = DBM:GetModLocalization("KCTrash")

L:SetGeneralLocalization{
name = "Трэш мобы Склепы Каражана"
}

0 comments on commit bcc1342

Please sign in to comment.