Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 343ed74

Browse files
committed
Added russian translation
Provided by Horgul-Gordunni
1 parent b09e688 commit 343ed74

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

Localization.lua

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,32 @@ if GetLocale() == "deDE" then
3939
SimpleAutoCombatLog.L["Lord Kazzak"] = "Lord Kazzak";
4040
SimpleAutoCombatLog.L["Azuregos"] = "Azuregos";
4141

42+
elseif GetLocale() == "ruRU" then -- Translation by Horgul-Gordunni
43+
-- Zones
44+
SimpleAutoCombatLog.L["The Molten Core"] = "Огненные Недра";
45+
SimpleAutoCombatLog.L["Onyxia's Lair"] = "Логово Ониксии";
46+
SimpleAutoCombatLog.L["Blackwing Lair"] = "Логово Крыла Тьмы";
47+
SimpleAutoCombatLog.L["Ruins of Ahn'Qiraj"] = "Руины Ан'Киража";
48+
SimpleAutoCombatLog.L["Ahn'Qiraj"] = "Храм Ан'Киража";
49+
SimpleAutoCombatLog.L["Zul'Gurub"] = "Зул'Гуруб";
50+
SimpleAutoCombatLog.L["Naxxramas"] = "Наксрамас";
51+
52+
SimpleAutoCombatLog.L["Azshara"] = "Азшара";
53+
SimpleAutoCombatLog.L["Blasted Lands"] = "Выжженные земли";
54+
SimpleAutoCombatLog.L["Hinterlands"] = "Внутренние земли";
55+
SimpleAutoCombatLog.L["Ashenvale"] = "Ясеневый лес";
56+
SimpleAutoCombatLog.L["Feralas"] = "Фералас";
57+
SimpleAutoCombatLog.L["Duskwood"] = "Сумеречный лес";
58+
59+
-- Text
60+
SimpleAutoCombatLog.L["Combatlog enabled"] = "Журнал Боя включен";
61+
SimpleAutoCombatLog.L["Combatlog disabled"] = "Журнал Боя отключен";
62+
63+
-- Mobs
64+
SimpleAutoCombatLog.L["Emeriss"] = "Эмерисс";
65+
SimpleAutoCombatLog.L["Lethon"] = "Летон";
66+
SimpleAutoCombatLog.L["Ysondre"] = "Исондра";
67+
SimpleAutoCombatLog.L["Taerar"] = "Таэрар";
68+
SimpleAutoCombatLog.L["Lord Kazzak"] = "Владыка Каззак";
69+
SimpleAutoCombatLog.L["Azuregos"] = "Азурегос";
4270
end

0 commit comments

Comments
 (0)