@@ -39,4 +39,32 @@ if GetLocale() == "deDE" then
39
39
SimpleAutoCombatLog .L [" Lord Kazzak" ] = " Lord Kazzak" ;
40
40
SimpleAutoCombatLog .L [" Azuregos" ] = " Azuregos" ;
41
41
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" ] = " Азурегос" ;
42
70
end
0 commit comments