forked from Zidras/DBM-Warmane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocalization.de.lua
101 lines (85 loc) · 2.41 KB
/
localization.de.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
if GetLocale() ~= "deDE" then return end
local L
------------------------
-- Rage Winterchill --
------------------------
L = DBM:GetModLocalization("Rage")
L:SetGeneralLocalization({
name = "Furor Winterfrost"
})
-----------------
-- Anetheron --
-----------------
L = DBM:GetModLocalization("Anetheron")
L:SetGeneralLocalization({
name = "Anetheron"
})
----------------
-- Kazrogal --
----------------
L = DBM:GetModLocalization("Kazrogal")
L:SetGeneralLocalization({
name = "Kaz'rogal"
})
---------------
-- Azgalor --
---------------
L = DBM:GetModLocalization("Azgalor")
L:SetGeneralLocalization({
name = "Azgalor"
})
------------------
-- Archimonde --
------------------
L = DBM:GetModLocalization("Archimonde")
L:SetGeneralLocalization({
name = "Archimonde"
})
----------------
-- WaveTimers --
----------------
L = DBM:GetModLocalization("HyjalWaveTimers")
L:SetGeneralLocalization({
name = "Wellen (HdZ 3)"
})
L:SetWarningLocalization({
WarnWave = "%s",
})
L:SetTimerLocalization({
TimerWave = "Nächste Welle"
})
L:SetOptionLocalization({
WarnWave = "Warne, wenn eine neue Welle kommt",
DetailedWave = "Detaillierte Warnung, wenn eine neue Welle kommt (welche Mobs)",
TimerWave = "Zeige Zeit bis nächste Welle"
})
L:SetMiscLocalization({
HyjalZoneName = "Hyjalgipfel",
Thrall = "Thrall",
Jaina = "Lady Jaina Prachtmeer",
GeneralBoss = "Boss kommt",
RageWinterchill = "Furor Winterfrost kommt",
Anetheron = "Anetheron kommt",
Kazrogal = "Kaz'rogal kommt",
Azgalor = "Azgalor kommt",
WaveCheck = "Derzeitige Welle = (%d+) von 8",
WarnWave_0 = "Welle %s/8",
WarnWave_1 = "Welle %s/8 - %s %s",
WarnWave_2 = "Welle %s/8 - %s %s und %s %s",
WarnWave_3 = "Welle %s/8 - %s %s, %s %s und %s %s",
WarnWave_4 = "Welle %s/8 - %s %s, %s %s, %s %s und %s %s",
WarnWave_5 = "Welle %s/8 - %s %s, %s %s, %s %s, %s %s und %s %s",
RageGossip = "Meine Gefährten und ich werden Euch zur Seite stehen, Lady Prachtmeer.",
AnetheronGossip = "Was auch immer Archimonde gegen uns ins Feld schicken mag, wir sind bereit, Lady Prachtmeer.",
KazrogalGossip = "Ich werde Euch zur Seite stehen, Thrall!",
AzgalorGossip = "Wir haben nichts zu befürchten.",
Ghoul = "Ghule",
Abomination = "Monstrositäten",
Necromancer = "Nekromanten",
Banshee = "Banshees",
Fiend = "Gruftbestien",
Gargoyle = "Gargoyles",
Wyrm = "Frostwyrm",
Stalker = "Teufelspirscher",
Infernal = "Höllenbestien"
})