You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifpercentandpercent>0and (IsInGroup() orUnitExists('pet')) then
@@ -1649,6 +1657,7 @@ E.TagInfo = {
1649
1657
-- Threat
1650
1658
['threat:current'] = { category='Threat', description="Displays the current threat as a value" },
1651
1659
['threat:percent'] = { category='Threat', description="Displays the current threat as a percent" },
1660
+
['threat:lead'] = { category='Threat', description="Displays the current threat of lead as a percent" },
1652
1661
['threat'] = { category='Threat', description="Displays the current threat situation (Aggro is secure tanking, -- is losing threat and ++ is gaining threat)" },
config.args.orientation=ACH:Select(L["Frame Orientation"], L["Set the orientation of the UnitFrame."], 1, orientationValues)
965
-
config.args.disableMouseoverGlow=ACH:Toggle(L["Block Mouseover Glow"], L["Forces Mouseover Glow to be disabled for these frames"], 2)
966
-
config.args.disableTargetGlow=ACH:Toggle(L["Block Target Glow"], L["Forces Target Glow to be disabled for these frames"], 3)
967
-
config.args.disableFocusGlow=ACH:Toggle(L["Block Focus Glow"], L["Forces Focus Glow to be disabled for these frames"], 4)
965
+
config.args.disableMouseoverGlow=ACH:Toggle(L["Block Mouseover Glow"], L["Forces Mouseover Glow to be disabled for these frames"], 3)
966
+
config.args.disableTargetGlow=ACH:Toggle(L["Block Target Glow"], L["Forces Target Glow to be disabled for these frames"], 4)
967
+
config.args.disableFocusGlow=ACH:Toggle(L["Block Focus Glow"], L["Forces Focus Glow to be disabled for these frames"], 5)
968
968
969
969
ifgroupName~='tank' andgroupName~='assist' then
970
-
config.args.hideonnpc=ACH:Toggle(L["Text Toggle On NPC"], L["Power text will be hidden on NPC targets, in addition the name text will be repositioned to the power texts anchor point."], 5, nil, nil, nil, function() returnE.db.unitframe.units[groupName].power.hideonnpcend, function(_, value) E.db.unitframe.units[groupName].power.hideonnpc=valueupdateFunc(UF, groupName, numUnits) end)
970
+
config.args.hideonnpc=ACH:Toggle(L["Text Toggle On NPC"], L["Power text will be hidden on NPC targets, in addition the name text will be repositioned to the power texts anchor point."], 6, nil, nil, nil, function() returnE.db.unitframe.units[groupName].power.hideonnpcend, function(_, value) E.db.unitframe.units[groupName].power.hideonnpc=valueupdateFunc(UF, groupName, numUnits) end)
971
971
end
972
972
973
973
ifgroupName~='party' andgroupName~='assist' andgroupName~='tank' andnotstrmatch(groupName, '^raid') then
974
-
config.args.smartAuraPosition=ACH:Select(L["Smart Aura Position"], L["Will show Buffs in the Debuff position when there are no Debuffs active, or vice versa."], 6, C.Values.SmartAuraPositions)
974
+
config.args.smartAuraPosition=ACH:Select(L["Smart Aura Position"], L["Will show Buffs in the Debuff position when there are no Debuffs active, or vice versa."], 2, C.Values.SmartAuraPositions)
975
975
end
976
976
977
977
ifgroupName=='arena' then
978
-
config.args.pvpSpecIcon=ACH:Toggle(L["Spec Icon"], L["Display icon on arena frame indicating the units talent specialization or the units faction if inside a battleground."], 5, nil, nil, nil, nil, nil, function() returnE.db.unitframe.units[groupName].orientation=='MIDDLE' end)
978
+
config.args.pvpSpecIcon=ACH:Toggle(L["Spec Icon"], L["Display icon on arena frame indicating the units talent specialization or the units faction if inside a battleground."], 6, nil, nil, nil, nil, nil, function() returnE.db.unitframe.units[groupName].orientation=='MIDDLE' end)
config.args.sortingGroup.args.raidWideSorting=ACH:Toggle(L["Raid-Wide Sorting"], L["Enabling this allows raid-wide sorting however you will not be able to distinguish between groups."], 1, nil, nil, nil, nil, nil, nil, groupName=='party')
1005
1009
config.args.sortingGroup.args.invertGroupingOrder=ACH:Toggle(L["Invert Grouping Order"], L["Enabling this inverts the grouping order when the raid is not full, this will reverse the direction it starts from."], 2, nil, nil, nil, nil, nil, nil, function() returnnotE.db.unitframe.units[groupName].raidWideSortingend)
1006
1010
config.args.sortingGroup.args.startFromCenter=ACH:Toggle(L["Start Near Center"], L["The initial group will start near the center and grow out."], 3, nil, nil, nil, nil, nil, nil, function() returngroupName~='party' andnotE.db.unitframe.units[groupName].raidWideSortingend)
1007
1011
config.args.sortingGroup.args.groupBy=ACH:Select(L["Group By"], L["Set the order that the group will sort."], 4, { CLASS=L["CLASS"], ROLE=L["ROLE"], NAME=L["Name"], GROUP=L["GROUP"], INDEX=L["Index"] })
Copy file name to clipboardExpand all lines: ElvUI_Options/Locales/deDE.lua
+5-1
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,10 @@ L["LEFT"] = "Links"
16
16
L["RIGHT"] ="Rechts"
17
17
L["TOP"] ="Oben"
18
18
19
+
L["Primary Unit"] =true
20
+
L["Requires the unit to be the primary target to display."] =true
21
+
L["Pet Specific"] =true
22
+
L["Use the profile specific filter Aura Indicator (Pet) instead of the global filter Aura Indicator."] =true
19
23
L["%s and then %s"] ="%s und dann %s"
20
24
L["24-Hour Time"] ="24-Stunden Format"
21
25
L["2D"] ="2D"
@@ -1703,7 +1707,7 @@ L["This will pin the voice buttons to the chat's tab panel. Unchecking it will c
1703
1707
L["This will reset the contents of this filter back to default. Any spell you have added to this filter will be removed."] ="Dieses wird den Inhalt des Filters auf Standard zurücksetzen. Jeder Zauber den du zum Filter hinzugefügt hast wird gelöscht."
1704
1708
L["This works like a macro, you can run different situations to get the actionbar to page differently.\n Example: '[combat] 2;'"] ="Dies funktioniert wie ein Makro. Sie können verschiedene Situationen ausführen, um die Aktionsleiste unterschiedlich anzuzeigen.\n Beispiel: '[combat] 2;'"
1705
1709
L["This works like a macro, you can run different situations to get the actionbar to show/hide differently.\n Example: '[combat] show;hide'"] ="Dieses funktioniert wie ein Makro, du kannst verschiedene Situationen verwenden um die Aktionsleiste zu zeigen/verstecken.\n Beispiel: '[combat] show;hide'"
L["Threshold (in minutes) before text is shown in the HH:MM format. Set to -1 to never change to this format."] ="Schwellenwert (in Minuten) bevor der Text in MM:SS Format angezeigt wird. Setze auf -1 um niemals das Format zu ändern."
1709
1713
L["Threshold (in seconds) before text is shown in the MM:SS format. Set to -1 to never change to this format."] ="Schwellenwert (in Sekunden) bevor der Text in MM:SS Format angezeigt wird. Setze auf -1 um niemals das Format zu ändern."
0 commit comments