Skip to content

Commit

Permalink
Update localization.ru.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Hollicsh authored Apr 14, 2024
1 parent 67f561a commit 310a77d
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions DBM-TimelessIsle/localization.ru.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@ end
local L = DBM:GetModLocalization("IsleTimeless")

L:SetGeneralLocalization({
name = "���: ������������ ������"
name = "Мир: Вневременной остров"
})

L:SetWarningLocalization({
specWarnShip = "������� �������!"
specWarnShip = "Корабль вызван!",
specWarnGolg = "Появление Голганарра!"
})

L:SetOptionLocalization({
specWarnShip = "����-�������������� ����� ����������� �������"
specWarnShip = "Показывать спецпредупреждение при вызове Проклятого корабля 'Вазувий'",
specWarnGolg = "Показывать спецпредупреждение при появлении Голганарра"
})

L:SetMiscLocalization({
shipSummon = "Hahahahaha!"
})
shipSummon = "Hahahahaha!",
golgSpawn = "Меня разбудила вечность.",
grieversMessage = "Known TI grievers on your realm: %s"
})

0 comments on commit 310a77d

Please sign in to comment.