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

Commit

Permalink
Added russian translation
Browse files Browse the repository at this point in the history
Provided by Horgul-Gordunni
  • Loading branch information
pldcanfly committed Aug 25, 2019
1 parent b09e688 commit 343ed74
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Localization.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,32 @@ if GetLocale() == "deDE" then
SimpleAutoCombatLog.L["Lord Kazzak"] = "Lord Kazzak";
SimpleAutoCombatLog.L["Azuregos"] = "Azuregos";

elseif GetLocale() == "ruRU" then -- Translation by Horgul-Gordunni
-- Zones
SimpleAutoCombatLog.L["The Molten Core"] = "Огненные Недра";
SimpleAutoCombatLog.L["Onyxia's Lair"] = "Логово Ониксии";
SimpleAutoCombatLog.L["Blackwing Lair"] = "Логово Крыла Тьмы";
SimpleAutoCombatLog.L["Ruins of Ahn'Qiraj"] = "Руины Ан'Киража";
SimpleAutoCombatLog.L["Ahn'Qiraj"] = "Храм Ан'Киража";
SimpleAutoCombatLog.L["Zul'Gurub"] = "Зул'Гуруб";
SimpleAutoCombatLog.L["Naxxramas"] = "Наксрамас";

SimpleAutoCombatLog.L["Azshara"] = "Азшара";
SimpleAutoCombatLog.L["Blasted Lands"] = "Выжженные земли";
SimpleAutoCombatLog.L["Hinterlands"] = "Внутренние земли";
SimpleAutoCombatLog.L["Ashenvale"] = "Ясеневый лес";
SimpleAutoCombatLog.L["Feralas"] = "Фералас";
SimpleAutoCombatLog.L["Duskwood"] = "Сумеречный лес";

-- Text
SimpleAutoCombatLog.L["Combatlog enabled"] = "Журнал Боя включен";
SimpleAutoCombatLog.L["Combatlog disabled"] = "Журнал Боя отключен";

-- Mobs
SimpleAutoCombatLog.L["Emeriss"] = "Эмерисс";
SimpleAutoCombatLog.L["Lethon"] = "Летон";
SimpleAutoCombatLog.L["Ysondre"] = "Исондра";
SimpleAutoCombatLog.L["Taerar"] = "Таэрар";
SimpleAutoCombatLog.L["Lord Kazzak"] = "Владыка Каззак";
SimpleAutoCombatLog.L["Azuregos"] = "Азурегос";
end

0 comments on commit 343ed74

Please sign in to comment.