-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocalization.enUS.lua
More file actions
210 lines (169 loc) · 7.87 KB
/
localization.enUS.lua
File metadata and controls
210 lines (169 loc) · 7.87 KB
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
ArenaHistLocals = {
["Arena Historian"] = "Arena Historian",
["Unknown"] = "Unknown",
["%dvs%d History"] = "%dvs%d History",
["Stats"] = "Stats",
["%d Rating (%d Points)"] = "%d Rating (%d Points)",
["%d TR (%d MMR)"] = "%d TR (%d MMR)",
["%d Points"] = "%d Points",
["Run Time: %s"] = "Run Time: %s",
["Record: %s/%s"] = "Record: %s/%s",
["Zone: %s"] = "Zone: %s",
["%s\nDamage (|cffffffff%s|r)\nHealing (|cffffffff%s|r)"] = "%s\nDamage (|cffffffff%s|r)\nHealing (|cffffffff%s|r)",
["%s - %s\nDamage (|cffffffff%s|r)\nHealing (|cffffffff%s|r)"] = "%s - %s\nDamage (|cffffffff%s|r)\nHealing (|cffffffff%s|r)",
["Date: %s"] = "Date: %s",
["%s:%s (%.1f%%) (%s)"] = "%s:%s (%.1f%%) (%s)",
["Unknown"] = "Unknown",
["Arena Preparation"] = "Arena Preparation",
["Enemy team name"] = "Enemy team name",
["Enemy player name"] = "Enemy player name",
["Search"] = "Search...",
["Min rate"] = "Min rate",
["Max rate"] = "Max rate",
["Talents"] = "Talents",
["Classes"] = "Classes",
["Reset filters"] = "Reset filters",
["%s's shown"] = "%s's shown",
["%s's hidden"] = "%s's hidden",
["OK"] = "OK",
["Male"] = "Male",
["Female"] = "Female",
["Hold ALT and click the button to delete this arena record."] = "Hold ALT and click the button to delete this arena record.",
["The Arena battle has begun!"] = "The Arena battle has begun!",
["Strict"] = "Strict",
["Only show teams with all the selected classes in them."] = "Only show teams with all the selected classes in them.",
["Lose"] = "Lose",
["Win"] = "Win",
["Draw"] = "Draws",
-- Syncing
["Deny"] = "Deny",
["%s has requested missing data for %dvs%d, sync data?"] = "%s has requested missing data for %dvs%d, sync data?",
["Data Syncing"] = "Data Syncing",
["Sync"] = "Sync",
["Waiting for sync to be sent"] = "Waiting for sync to be sent",
["Timed out, no data received"] = "Timed out, no data received",
["Timeout: %d seconds"] = "Timeout: %d seconds",
["Timeout: ----"] = "Timeout: ----",
["No new games to sync"] = "No new games to sync",
["Player '%s' is not online"] = "Player '%s' is not online",
["Invalid data entered"] = "Invalid data entered",
["Request sent, waiting for approval"] = "Request sent, waiting for approval",
["Cannot send sync, player isn't on your team"] = "Cannot send sync, player isn't on your team",
["Request accepted, waiting for game list"] = "Request accepted, waiting for game list",
["Request accepted, sending game list"] = "Request accepted, sending game list",
["Request denied"] = "Request denied",
["Request denied, you are not on the same team"] = "Request denied, you are not on the same team",
["Finished! %d new games received"] = "Finished! %d new games received",
["Finished! %d new games sent"] = "Finished! %d new games sent",
["Sent %d of %d"] = "Sent %d of %d",
["Receiving %d of %d"] = "Receiving %d of %d",
["Waiting for data, %d total games to sync"] = "Waiting for data, %d total games to sync",
-- This is a simple race -> token map, we don't do gendor checks here
["TOKENS"] = {
["HUMAN_FEMALE"] = "Human",
["DWARF_FEMALE"] = "Dwarf",
["GNOME_FEMALE"] = "Gnome",
["NIGHTELF_FEMALE"] = "Night Elf",
["SCOURGE_FEMALE"] = "Undead",
["TROLL_FEMALE"] = "Troll",
["ORC_FEMALE"] = "Orc",
["BLOODELF_FEMALE"] = "Blood Elf",
["TAUREN_FEMALE"] = "Tauren",
["DRAENEI_FEMALE"] = "Draenei",
},
-- Zone -> abbreviation
["BEA"] = "BEA",
["NA"] = "NA",
["RoL"] = "RoL",
["DA"] = "DA",
["RoV"] = "RoV",
-- Arenas
["Blade's Edge Arena"] = "Blade's Edge Arena",
["Nagrand Arena"] = "Nagrand Arena",
["Ruins of Lordaeron"] = "Ruins of Lordaeron",
["The Ring of Valor"] = "The Ring of Valor",
["Dalaran Arena"] = "Dalaran Arena",
-- Token -> Text
["HUMAN_FEMALE"] = "Female Human",
["HUMAN_MALE"] = "Male Human",
["DWARF_FEMALE"] = "Female Dwarf",
["DWARF_MALE"] = "Male Dwarf",
["NIGHTELF_FEMALE"] = "Female Night Elf",
["NIGHTELF_MALE"] = "Male Night Elf",
["TROLL_FEMALE"] = "Female Troll",
["TROLL_MALE"] = "Male Troll",
["BLOODELF_FEMALE"] = "Female Blood Elf",
["BLOODELF_MALE"] = "Male Blood Elf",
["DRAENEI_FEMALE"] = "Female Draenei",
["DRAENEI_MALE"] = "Male Draenei",
["GNOME_FEMALE"] = "Female Gnome",
["GNOME_MALE"] = "Male Gnome",
["SCOURGE_FEMALE"] = "Female Undead",
["SCOURGE_MALE"] = "Male Undead",
["ORC_FEMALE"] = "Female Orc",
["ORC_MALE"] = "Male Orc",
["TAUREN_FEMALE"] = "Female Tauren",
["TAUREN_MALE"] = "Male Tauren",
["WARRIOR"] = "Warrior",
["DRUID"] = "Druid",
["PALADIN"] = "Paladin",
["SHAMAN"] = "Shaman",
["WARLOCK"] = "Warlock",
["PRIEST"] = "Priest",
["MAGE"] = "Mage",
["HUNTER"] = "Hunter",
["ROGUE"] = "Rogue",
["DEATHKNIGHT"] = "Death Knight",
["DK"] = "DK",
-- Tree names
["Elemental"] = "Elemental",
["Enhancement"] = "Enhancement",
["Restoration"] = "Restoration",
["Arcane"] = "Arcane",
["Fire"] = "Fire",
["Frost"] = "Frost",
["Affliction"] = "Affliction",
["Demonology"] = "Deomonology",
["Destruction"] = "Destruction",
["Balance"] = "Balance",
["Feral"] = "Feral",
["Restoration"] = "Restoration",
["Arms"] = "Arms",
["Fury"] = "Fury",
["Protection"] = "Protection",
["Assassination"] = "Assassination",
["Combat"] = "Combat",
["Subtlety"] = "Subtlety",
["Holy"] = "Holy",
["Protection"] = "Protection",
["Retribution"] = "Retribution",
["Beast Mastery"] = "Beast Mastery",
["Marksmanship"] = "Marksmanship",
["Survival"] = "Survival",
["Discipline"] = "Discipline",
["Holy"] = "Holy",
["Shadow"] = "Shadow",
["Frost"] = "Frost",
["Blood"] = "Blood",
["Unholy"] = "Unholy",
-- Config
["ArenaHistorian slash commands"] = "ArenaHistorian slash commands",
[" - history - Shows the arena history panel"] = " - history - Shows the arena history panel",
[" - config - Opens the OptionHouse configuration panel"] = " - config - Opens the OptionHouse configuration panel",
[" - clean - Forces a history check to be ran, will remove anything that doesn't match the options set in the configuration."] = " - clean - Forces a history check to be ran, will remove anything that doesn't match the options set in the configuration.",
[" - sync - Shows the arena history sync frame"] = " - sync - Shows the arena history sync frame",
["General"] = "General",
["Enable talent guessing"] = "Enable talent guessing",
["Stores what enemies cast during an arena match, then attempts to guess their talents based on the spells used, not 100% accurate but it gives a rough idea."] = "Stores what enemies cast during an arena match, then attempts to guess their talents based on the spells used, not 100% accurate but it gives a rough idea.",
["Enable maximum records"] = "Enable maximum records",
["Enables only storing the last X entered records."] = "Enables only storing the last X entered records.",
["Maximum saved records"] = "Maximum saved records",
["How many records to save per a bracket, for example if you set it to 10 then you'll only keep the last 10 matches for each bracket, older records are overwritten by newer ones."] = "How many records to save per a bracket, for example if you set it to 10 then you'll only keep the last 10 matches for each bracket, older records are overwritten by newer ones.",
["Enable week records"] = "Enable week records",
["Enables removing records that are over X weeks old."] = "Enables removing records that are over X weeks old.",
["How many weeks to save records"] = "How many weeks to save records",
["Weeks that data should be saved before it's deleted, this is weeks from the day the record was saved.\nTime: %s"] = "Weeks that data should be saved before it's deleted, this is weeks from the day the record was saved.\nTime: %s",
["Enter the talent points spent in each tree for %s from %s."] = "Enter the talent points spent in each tree for %s from %s.",
["Data retention"] = "Data retention",
["Allows you to set how long data should be saved before being removed."] = "Allows you to set how long data should be saved before being removed.",
}