5.21.0
(cherry picked from commit 0b28c5780e55ac544c1acace487aad0a8d8faf28)
This commit is contained in:
@@ -6,12 +6,10 @@ local Private = select(2, ...)
|
|||||||
Private.DiscordList = {
|
Private.DiscordList = {
|
||||||
[=[AcidWeb]=],
|
[=[AcidWeb]=],
|
||||||
[=[aelen]=],
|
[=[aelen]=],
|
||||||
[=[Alluneve]=],
|
|
||||||
[=[Azortharion]=],
|
[=[Azortharion]=],
|
||||||
[=[BadBrain]=],
|
[=[BadBrain]=],
|
||||||
[=[Bart]=],
|
[=[Bart]=],
|
||||||
[=[Boneshock]=],
|
[=[Boneshock]=],
|
||||||
[=[Boxthor]=],
|
|
||||||
[=[Burlis]=],
|
[=[Burlis]=],
|
||||||
[=[Causese]=],
|
[=[Causese]=],
|
||||||
[=[Chab]=],
|
[=[Chab]=],
|
||||||
@@ -27,7 +25,7 @@ Private.DiscordList = {
|
|||||||
[=[Fliyin]=],
|
[=[Fliyin]=],
|
||||||
[=[Gameaholic]=],
|
[=[Gameaholic]=],
|
||||||
[=[Guffin]=],
|
[=[Guffin]=],
|
||||||
[=[Ifor]=],
|
[=[Hekili]=],
|
||||||
[=[Ironi]=],
|
[=[Ironi]=],
|
||||||
[=[Jods]=],
|
[=[Jods]=],
|
||||||
[=[kanegasi]=],
|
[=[kanegasi]=],
|
||||||
@@ -38,7 +36,6 @@ Private.DiscordList = {
|
|||||||
[=[Listefano]=],
|
[=[Listefano]=],
|
||||||
[=[Luckyone]=],
|
[=[Luckyone]=],
|
||||||
[=[Luxthos]=],
|
[=[Luxthos]=],
|
||||||
[=[m33shoq]=],
|
|
||||||
[=[Magic]=],
|
[=[Magic]=],
|
||||||
[=[Manabanana]=],
|
[=[Manabanana]=],
|
||||||
[=[Murph]=],
|
[=[Murph]=],
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@ WeakAuras.halfWidth = WeakAuras.normalWidth / 2
|
|||||||
WeakAuras.doubleWidth = WeakAuras.normalWidth * 2
|
WeakAuras.doubleWidth = WeakAuras.normalWidth * 2
|
||||||
|
|
||||||
local versionStringFromToc = GetAddOnMetadata("WeakAuras", "Version")
|
local versionStringFromToc = GetAddOnMetadata("WeakAuras", "Version")
|
||||||
local versionString = "5.20.7 Beta"
|
local versionString = "5.21.0 Beta"
|
||||||
-- Year, Month, Day, Hour, Minute, Seconds
|
-- Year, Month, Day, Hour, Minute, Seconds
|
||||||
local buildTime = "2025".."11".."29".."04".."45".."00"
|
local buildTime = "2025".."11".."29".."04".."45".."00"
|
||||||
local isTTSEnabled = C_VoiceChat and C_VoiceChat.SpeakText and true or false
|
local isTTSEnabled = C_VoiceChat and C_VoiceChat.SpeakText and true or false
|
||||||
|
|||||||
@@ -83,6 +83,8 @@ L["25 Man Raid"] = "25-Mann-Schlachtzug"
|
|||||||
L["25 Player Raid"] = "25 Spieler Schlachtzug"
|
L["25 Player Raid"] = "25 Spieler Schlachtzug"
|
||||||
L["25 Player Raid (Heroic)"] = "25 Spieler Schlachtzug (Heroisch)"
|
L["25 Player Raid (Heroic)"] = "25 Spieler Schlachtzug (Heroisch)"
|
||||||
L["25 Player Raid (Normal)"] = "25 Spieler Schlachtzug (Normal)"
|
L["25 Player Raid (Normal)"] = "25 Spieler Schlachtzug (Normal)"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["25 Player Raid (Titan Reforged)"] = "25 Player Raid (Titan Reforged)"
|
||||||
L["40 Man Raid"] = "40-Mann-Schlachtzug"
|
L["40 Man Raid"] = "40-Mann-Schlachtzug"
|
||||||
L["40 Player Raid"] = "40 Spieler Schlachtzug"
|
L["40 Player Raid"] = "40 Spieler Schlachtzug"
|
||||||
L["5 Man Dungeon"] = "5-Mann-Dungeon"
|
L["5 Man Dungeon"] = "5-Mann-Dungeon"
|
||||||
@@ -132,6 +134,10 @@ L["Afk"] = "Afk"
|
|||||||
L["Aggro"] = "Aggro (Bedrohung)"
|
L["Aggro"] = "Aggro (Bedrohung)"
|
||||||
L["Agility"] = "Beweglichkeit"
|
L["Agility"] = "Beweglichkeit"
|
||||||
L["Ahn'Qiraj"] = "Ahn'Qiraj"
|
L["Ahn'Qiraj"] = "Ahn'Qiraj"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Akil'zon"] = "Akil'zon"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Al'ar"] = "Al'ar"
|
||||||
L["Alert Type"] = "Warnungstyp"
|
L["Alert Type"] = "Warnungstyp"
|
||||||
L["Alive"] = "am Leben"
|
L["Alive"] = "am Leben"
|
||||||
L["All"] = "Alle"
|
L["All"] = "Alle"
|
||||||
@@ -153,6 +159,8 @@ L["Amount"] = "Anzahl"
|
|||||||
L["Anchoring"] = "Anchoring"
|
L["Anchoring"] = "Anchoring"
|
||||||
L["And Talent"] = "Und Talent"
|
L["And Talent"] = "Und Talent"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Anetheron"] = "Anetheron"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Angle and Radius"] = "Angle and Radius"
|
L["Angle and Radius"] = "Angle and Radius"
|
||||||
L["Animations"] = "Animationen"
|
L["Animations"] = "Animationen"
|
||||||
L["Anticlockwise"] = "Im Gegenuhrzeigersinn"
|
L["Anticlockwise"] = "Im Gegenuhrzeigersinn"
|
||||||
@@ -166,6 +174,10 @@ L["AOE"] = "AOE"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Arcane Resistance"] = "Arcane Resistance"
|
L["Arcane Resistance"] = "Arcane Resistance"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Archavon the Stone Watcher"] = "Archavon the Stone Watcher"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Archimonde"] = "Archimonde"
|
||||||
|
--[[Translation missing --]]
|
||||||
L[ [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
L[ [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
||||||
This will overwrite any changes you have made since the last database upgrade.
|
This will overwrite any changes you have made since the last database upgrade.
|
||||||
Last upgrade: %s]=] ] = [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
Last upgrade: %s]=] ] = [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
||||||
@@ -206,6 +218,8 @@ L["Attach to Start"] = "am Anfang befestigen"
|
|||||||
L["Attack Power"] = "Angriffskraft"
|
L["Attack Power"] = "Angriffskraft"
|
||||||
L["Attackable"] = "Angreifbar"
|
L["Attackable"] = "Angreifbar"
|
||||||
L["Attackable Target"] = "Angreifbares Ziel"
|
L["Attackable Target"] = "Angreifbares Ziel"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Attumen the Huntsman"] = "Attumen the Huntsman"
|
||||||
L["Aura"] = "Aura (Buff/Debuff)"
|
L["Aura"] = "Aura (Buff/Debuff)"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Aura '%s': %s"] = "Aura '%s': %s"
|
L["Aura '%s': %s"] = "Aura '%s': %s"
|
||||||
@@ -250,6 +264,8 @@ L["Avoidance Rating"] = "Avoidance Rating"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Ayamiss the Hunter"] = "Ayamiss the Hunter"
|
L["Ayamiss the Hunter"] = "Ayamiss the Hunter"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Azgalor"] = "Azgalor"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Azuregos"] = "Azuregos"
|
L["Azuregos"] = "Azuregos"
|
||||||
L["Back and Forth"] = "Vor und zurück"
|
L["Back and Forth"] = "Vor und zurück"
|
||||||
L["Background"] = "Hintergrund"
|
L["Background"] = "Hintergrund"
|
||||||
@@ -292,6 +308,8 @@ L["BigWigs Message"] = "BigWigs-Nachricht"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["BigWigs Stage"] = "BigWigs Stage"
|
L["BigWigs Stage"] = "BigWigs Stage"
|
||||||
L["BigWigs Timer"] = "BigWigs-Timer"
|
L["BigWigs Timer"] = "BigWigs-Timer"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Black Temple"] = "Black Temple"
|
||||||
L["Black Wing Lair"] = "Pechschwingenhort"
|
L["Black Wing Lair"] = "Pechschwingenhort"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Bleed"] = "Bleed"
|
L["Bleed"] = "Bleed"
|
||||||
@@ -340,6 +358,8 @@ L["Break"] = "Break"
|
|||||||
L["BreakUpLargeNumbers (Blizzard)"] = "BreakUpLargeNumbers (Blizzard)"
|
L["BreakUpLargeNumbers (Blizzard)"] = "BreakUpLargeNumbers (Blizzard)"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Broodlord Lashlayer"] = "Broodlord Lashlayer"
|
L["Broodlord Lashlayer"] = "Broodlord Lashlayer"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Brutallus"] = "Brutallus"
|
||||||
L["Buff"] = "Buff"
|
L["Buff"] = "Buff"
|
||||||
L["Buff/Debuff"] = "Stärkungs-/Schwächungszauber"
|
L["Buff/Debuff"] = "Stärkungs-/Schwächungszauber"
|
||||||
L["Buffed/Debuffed"] = "Buffed/Debuffed"
|
L["Buffed/Debuffed"] = "Buffed/Debuffed"
|
||||||
@@ -434,6 +454,8 @@ L["Check if a single talent match a Rank"] = "Check if a single talent match a R
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Check nameplate's target every 0.2s"] = "Check nameplate's target every 0.2s"
|
L["Check nameplate's target every 0.2s"] = "Check nameplate's target every 0.2s"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Chess Event"] = "Chess Event"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Chromaggus"] = "Chromaggus"
|
L["Chromaggus"] = "Chromaggus"
|
||||||
L["Circle"] = "Kreis"
|
L["Circle"] = "Kreis"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
@@ -451,6 +473,8 @@ L["Clone per Character"] = "Clone per Character"
|
|||||||
L["Clone per Event"] = "Klonen pro Event"
|
L["Clone per Event"] = "Klonen pro Event"
|
||||||
L["Clone per Match"] = "Klonen pro Treffer"
|
L["Clone per Match"] = "Klonen pro Treffer"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Coilfang: Serpentshrine Cavern"] = "Coilfang: Serpentshrine Cavern"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Coin Precision"] = "Coin Precision"
|
L["Coin Precision"] = "Coin Precision"
|
||||||
L["Color"] = "Farbe"
|
L["Color"] = "Farbe"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
@@ -553,6 +577,8 @@ L["Custom Text Function"] = "Custom Text Function"
|
|||||||
L["Custom Trigger Combination"] = "Custom Trigger Combination"
|
L["Custom Trigger Combination"] = "Custom Trigger Combination"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Custom Variables"] = "Custom Variables"
|
L["Custom Variables"] = "Custom Variables"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Daakara"] = "Daakara"
|
||||||
L["Damage"] = "Schaden (DAMAGE)"
|
L["Damage"] = "Schaden (DAMAGE)"
|
||||||
L["Damage Shield"] = "Schadensschild (DAMAGE_SHIELD)"
|
L["Damage Shield"] = "Schadensschild (DAMAGE_SHIELD)"
|
||||||
L["Damage Shield Missed"] = "Schadensschild verfehlt (DAMAGE_SHIELD_MISSED)"
|
L["Damage Shield Missed"] = "Schadensschild verfehlt (DAMAGE_SHIELD_MISSED)"
|
||||||
@@ -737,6 +763,8 @@ L["Equipment Set"] = "Ausrüstungsset"
|
|||||||
L["Equipment Set Equipped"] = "Angelegtes Ausrüstungsset"
|
L["Equipment Set Equipped"] = "Angelegtes Ausrüstungsset"
|
||||||
L["Equipment Slot"] = "Ausrüstungsplatz"
|
L["Equipment Slot"] = "Ausrüstungsplatz"
|
||||||
L["Equipped"] = "Angelegt"
|
L["Equipped"] = "Angelegt"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Eredar Twins"] = "Eredar Twins"
|
||||||
L["Error"] = "Fehler"
|
L["Error"] = "Fehler"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L[ [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
L[ [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
||||||
@@ -808,10 +836,14 @@ L["False"] = "Nicht Zutrifft"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Fankriss the Unyielding"] = "Fankriss the Unyielding"
|
L["Fankriss the Unyielding"] = "Fankriss the Unyielding"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Fathom-Lord Karathress"] = "Fathom-Lord Karathress"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Feature %q is already disabled"] = "Feature %q is already disabled"
|
L["Feature %q is already disabled"] = "Feature %q is already disabled"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Feature %q is already enabled"] = "Feature %q is already enabled"
|
L["Feature %q is already enabled"] = "Feature %q is already enabled"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Felmyst"] = "Felmyst"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Fetch Absorb"] = "Fetch Absorb"
|
L["Fetch Absorb"] = "Fetch Absorb"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Fetch Heal Absorb"] = "Fetch Heal Absorb"
|
L["Fetch Heal Absorb"] = "Fetch Heal Absorb"
|
||||||
@@ -937,12 +969,20 @@ L["Group Size"] = "Group Size"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Group Type"] = "Group Type"
|
L["Group Type"] = "Group Type"
|
||||||
L["Grow"] = "Wachsen"
|
L["Grow"] = "Wachsen"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Gruul the Dragonkiller"] = "Gruul the Dragonkiller"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Gruul's Lair"] = "Gruul's Lair"
|
||||||
L["GTFO Alert"] = "GTFO-Warnung"
|
L["GTFO Alert"] = "GTFO-Warnung"
|
||||||
L["Guardian"] = "Wächter"
|
L["Guardian"] = "Wächter"
|
||||||
L["Guild"] = "Gilde"
|
L["Guild"] = "Gilde"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Gurtogg Bloodboil"] = "Gurtogg Bloodboil"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Hakkar"] = "Hakkar"
|
L["Hakkar"] = "Hakkar"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Halazzi"] = "Halazzi"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Hardcore"] = "Hardcore"
|
L["Hardcore"] = "Hardcore"
|
||||||
L["Has Target"] = "Hat Ziel"
|
L["Has Target"] = "Hat Ziel"
|
||||||
L["Has Vehicle UI"] = "Hat Fahrzeug-UI"
|
L["Has Vehicle UI"] = "Hat Fahrzeug-UI"
|
||||||
@@ -965,13 +1005,19 @@ L["Height"] = "Höhe"
|
|||||||
L["Hero Talent"] = "Hero Talent"
|
L["Hero Talent"] = "Hero Talent"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Heroic Party"] = "Heroic Party"
|
L["Heroic Party"] = "Heroic Party"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Hex Lord Malacrass"] = "Hex Lord Malacrass"
|
||||||
L["Hide"] = "Verbergen"
|
L["Hide"] = "Verbergen"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Hide 0 cooldowns"] = "Hide 0 cooldowns"
|
L["Hide 0 cooldowns"] = "Hide 0 cooldowns"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Hide Timer Text"] = "Hide Timer Text"
|
L["Hide Timer Text"] = "Hide Timer Text"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["High Astromancer Solarian"] = "High Astromancer Solarian"
|
||||||
L["High Damage"] = "Hoher Schaden"
|
L["High Damage"] = "Hoher Schaden"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["High King Maulgar"] = "High King Maulgar"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["High Priest Thekal"] = "High Priest Thekal"
|
L["High Priest Thekal"] = "High Priest Thekal"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["High Priest Venoxis"] = "High Priest Venoxis"
|
L["High Priest Venoxis"] = "High Priest Venoxis"
|
||||||
@@ -981,6 +1027,8 @@ L["High Priestess Arlokk"] = "High Priestess Arlokk"
|
|||||||
L["High Priestess Jeklik"] = "High Priestess Jeklik"
|
L["High Priestess Jeklik"] = "High Priestess Jeklik"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["High Priestess Mar'li"] = "High Priestess Mar'li"
|
L["High Priestess Mar'li"] = "High Priestess Mar'li"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["High Warlord Naj'entus"] = "High Warlord Naj'entus"
|
||||||
L["Higher Than Tank"] = "Höher als der Tank"
|
L["Higher Than Tank"] = "Höher als der Tank"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Highest Spell Id"] = "Highest Spell Id"
|
L["Highest Spell Id"] = "Highest Spell Id"
|
||||||
@@ -997,6 +1045,8 @@ L["Hostility"] = "Gesinnung"
|
|||||||
L["Humanoid"] = "Humanoid"
|
L["Humanoid"] = "Humanoid"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Hybrid"] = "Hybrid"
|
L["Hybrid"] = "Hybrid"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Hydross the Unstable"] = "Hydross the Unstable"
|
||||||
L["Icon"] = "Symbol"
|
L["Icon"] = "Symbol"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Icon Function"] = "Icon Function"
|
L["Icon Function"] = "Icon Function"
|
||||||
@@ -1021,6 +1071,8 @@ L["Ignore Self"] = "Ignore Self"
|
|||||||
L["Ignore Spell Cooldown/Charges"] = "Ignore Spell Cooldown/Charges"
|
L["Ignore Spell Cooldown/Charges"] = "Ignore Spell Cooldown/Charges"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Ignore Spell Override"] = "Ignore Spell Override"
|
L["Ignore Spell Override"] = "Ignore Spell Override"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Illidan Stormrage"] = "Illidan Stormrage"
|
||||||
L["Immune"] = "Immun (IMMUNE)"
|
L["Immune"] = "Immun (IMMUNE)"
|
||||||
L["Important"] = "Wichtig"
|
L["Important"] = "Wichtig"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
@@ -1134,18 +1186,32 @@ L["Item Type Equipped"] = "Item Type Equipped"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["ItemId"] = "ItemId"
|
L["ItemId"] = "ItemId"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Jan'alai"] = "Jan'alai"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Jin'do the Hexxer"] = "Jin'do the Hexxer"
|
L["Jin'do the Hexxer"] = "Jin'do the Hexxer"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Journal Stage"] = "Journal Stage"
|
L["Journal Stage"] = "Journal Stage"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Kael'thas Sunstrider"] = "Kael'thas Sunstrider"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Kalecgos"] = "Kalecgos"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Karazhan"] = "Karazhan"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Kaz'rogal"] = "Kaz'rogal"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Kazzak"] = "Kazzak"
|
L["Kazzak"] = "Kazzak"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Keep Inside"] = "Keep Inside"
|
L["Keep Inside"] = "Keep Inside"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Kel'Thuzad"] = "Kel'Thuzad"
|
L["Kel'Thuzad"] = "Kel'Thuzad"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Kil'jaeden"] = "Kil'jaeden"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Kurinnaxx"] = "Kurinnaxx"
|
L["Kurinnaxx"] = "Kurinnaxx"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Lady Vashj"] = "Lady Vashj"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Large"] = "Large"
|
L["Large"] = "Large"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Latency"] = "Latency"
|
L["Latency"] = "Latency"
|
||||||
@@ -1172,6 +1238,8 @@ L["Legacy RGB Gradient Pulse"] = "Legacy RGB Gradient Pulse"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Legion"] = "Legion"
|
L["Legion"] = "Legion"
|
||||||
L["Length"] = "Länge"
|
L["Length"] = "Länge"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Leotheras the Blind"] = "Leotheras the Blind"
|
||||||
L["Level"] = "Stufe"
|
L["Level"] = "Stufe"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["LibSharedMedia"] = "LibSharedMedia"
|
L["LibSharedMedia"] = "LibSharedMedia"
|
||||||
@@ -1220,6 +1288,12 @@ L["Magic"] = "Magie"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Magmadar"] = "Magmadar"
|
L["Magmadar"] = "Magmadar"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Magtheridon"] = "Magtheridon"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Magtheridon's Lair"] = "Magtheridon's Lair"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Maiden of Virtue"] = "Maiden of Virtue"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Main Character"] = "Main Character"
|
L["Main Character"] = "Main Character"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Main Stat"] = "Main Stat"
|
L["Main Stat"] = "Main Stat"
|
||||||
@@ -1321,16 +1395,26 @@ L["Monster Yell"] = "NPC-Schrei"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Moon"] = "Moon"
|
L["Moon"] = "Moon"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Moroes"] = "Moroes"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Morogrim Tidewalker"] = "Morogrim Tidewalker"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Most remaining time"] = "Most remaining time"
|
L["Most remaining time"] = "Most remaining time"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Mother Shahraz"] = "Mother Shahraz"
|
||||||
L["Mounted"] = "am Reiten"
|
L["Mounted"] = "am Reiten"
|
||||||
L["Mouse Cursor"] = "Mauszeiger"
|
L["Mouse Cursor"] = "Mauszeiger"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Movement Speed Rating"] = "Movement Speed Rating"
|
L["Movement Speed Rating"] = "Movement Speed Rating"
|
||||||
L["Multi-target"] = "Mehrfachziel"
|
L["Multi-target"] = "Mehrfachziel"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["M'uru"] = "M'uru"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Mythic Keystone"] = "Mythic Keystone"
|
L["Mythic Keystone"] = "Mythic Keystone"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Mythic+ Affix"] = "Mythic+ Affix"
|
L["Mythic+ Affix"] = "Mythic+ Affix"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Nalorakk"] = "Nalorakk"
|
||||||
L["Name"] = "Name"
|
L["Name"] = "Name"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Name Function"] = "Name Function"
|
L["Name Function"] = "Name Function"
|
||||||
@@ -1357,11 +1441,15 @@ L["Nature Resistance"] = "Naturwiderstand"
|
|||||||
L["Naxxramas"] = "Naxxramas"
|
L["Naxxramas"] = "Naxxramas"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Nefarian"] = "Nefarian"
|
L["Nefarian"] = "Nefarian"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Netherspite"] = "Netherspite"
|
||||||
L["Neutral"] = "Neutral"
|
L["Neutral"] = "Neutral"
|
||||||
L["Never"] = "Nie"
|
L["Never"] = "Nie"
|
||||||
L["Next Combat"] = "Nächster Kampf"
|
L["Next Combat"] = "Nächster Kampf"
|
||||||
L["Next Encounter"] = "Nächstes Gefecht"
|
L["Next Encounter"] = "Nächstes Gefecht"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Nightbane"] = "Nightbane"
|
||||||
|
--[[Translation missing --]]
|
||||||
L[ [=[No active boss mod addon detected.
|
L[ [=[No active boss mod addon detected.
|
||||||
|
|
||||||
Note: This trigger will use BigWigs or DBM, in that order if both are installed.]=] ] = [=[No active boss mod addon detected.
|
Note: This trigger will use BigWigs or DBM, in that order if both are installed.]=] ] = [=[No active boss mod addon detected.
|
||||||
@@ -1491,6 +1579,8 @@ L["Only if Primary"] = "Nur falls Primär"
|
|||||||
L["Onyxia"] = "Onyxia"
|
L["Onyxia"] = "Onyxia"
|
||||||
L["Opaque"] = "Deckend"
|
L["Opaque"] = "Deckend"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Opera Hall"] = "Opera Hall"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Option Group"] = "Option Group"
|
L["Option Group"] = "Option Group"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Options could not be loaded, the addon is %s"] = "Options could not be loaded, the addon is %s"
|
L["Options could not be loaded, the addon is %s"] = "Options could not be loaded, the addon is %s"
|
||||||
@@ -1608,6 +1698,8 @@ L["Preset"] = "Standard"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Primary Stats"] = "Primary Stats"
|
L["Primary Stats"] = "Primary Stats"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Prince Malchezaar"] = "Prince Malchezaar"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Princess Huhuran"] = "Princess Huhuran"
|
L["Princess Huhuran"] = "Princess Huhuran"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Print Profiling Results"] = "Print Profiling Results"
|
L["Print Profiling Results"] = "Print Profiling Results"
|
||||||
@@ -1653,6 +1745,8 @@ L["Quest Party"] = "Quest Party"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Queued Action"] = "Queued Action"
|
L["Queued Action"] = "Queued Action"
|
||||||
L["Radius"] = "Radius"
|
L["Radius"] = "Radius"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Rage Winterchill"] = "Rage Winterchill"
|
||||||
L["Ragnaros"] = "Ragnaros"
|
L["Ragnaros"] = "Ragnaros"
|
||||||
L["Raid"] = "Schlachtzug"
|
L["Raid"] = "Schlachtzug"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
@@ -1711,6 +1805,8 @@ L["Relative"] = "Relativ"
|
|||||||
L["Relative X-Offset"] = "Relative X-Offset"
|
L["Relative X-Offset"] = "Relative X-Offset"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Relative Y-Offset"] = "Relative Y-Offset"
|
L["Relative Y-Offset"] = "Relative Y-Offset"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Reliquary of Souls"] = "Reliquary of Souls"
|
||||||
L["Remaining Duration"] = "Verbleibende Dauer"
|
L["Remaining Duration"] = "Verbleibende Dauer"
|
||||||
L["Remaining Time"] = "Verbleibende Zeit"
|
L["Remaining Time"] = "Verbleibende Zeit"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
@@ -1835,6 +1931,14 @@ L["Set IDs can be found on websites such as wowhead.com/classic/item-sets"] = "S
|
|||||||
L["Set IDs can be found on websites such as wowhead.com/item-sets"] = "Set IDs can be found on websites such as wowhead.com/item-sets"
|
L["Set IDs can be found on websites such as wowhead.com/item-sets"] = "Set IDs can be found on websites such as wowhead.com/item-sets"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"] = "Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"
|
L["Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"] = "Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Set IDs can be found on websites such as wowhead.com/tbc/item-sets"] = "Set IDs can be found on websites such as wowhead.com/tbc/item-sets"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Set IDs can be found on websites such as wowhead.com/wotlk/item-sets"] = "Set IDs can be found on websites such as wowhead.com/wotlk/item-sets"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Shade of Akama"] = "Shade of Akama"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Shade of Aran"] = "Shade of Aran"
|
||||||
L["Shadow Resistance"] = "Schattenwiderstand"
|
L["Shadow Resistance"] = "Schattenwiderstand"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Shadowlands"] = "Shadowlands"
|
L["Shadowlands"] = "Shadowlands"
|
||||||
@@ -2064,6 +2168,8 @@ Group Zone IDs must be prefixed with 'g', e.g. 'g277'.
|
|||||||
Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'.
|
Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'.
|
||||||
Supports Instance IDs prefixed with 'i'.
|
Supports Instance IDs prefixed with 'i'.
|
||||||
Entries can be prefixed with '-' to negate.]=]
|
Entries can be prefixed with '-' to negate.]=]
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Supremus"] = "Supremus"
|
||||||
L["Swing"] = "Schwingen (SWING)"
|
L["Swing"] = "Schwingen (SWING)"
|
||||||
L["Swing Timer"] = "Schlagtimer"
|
L["Swing Timer"] = "Schlagtimer"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
@@ -2091,6 +2197,12 @@ L["Tanking But Not Highest"] = "Aggro aber nicht höchste"
|
|||||||
L["Target"] = "Ziel"
|
L["Target"] = "Ziel"
|
||||||
L["Targeted"] = "Anvisiert"
|
L["Targeted"] = "Anvisiert"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Tempest Keep"] = "Tempest Keep"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Terestian Illhoof"] = "Terestian Illhoof"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Teron Gorefiend"] = "Teron Gorefiend"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Tertiary Stats"] = "Tertiary Stats"
|
L["Tertiary Stats"] = "Tertiary Stats"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Test if bar is enabled in BigWigs settings"] = "Test if bar is enabled in BigWigs settings"
|
L["Test if bar is enabled in BigWigs settings"] = "Test if bar is enabled in BigWigs settings"
|
||||||
@@ -2120,14 +2232,24 @@ L["The aura has overwritten the global '%s', this might affect other auras."] =
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["The aura tried to overwrite the aura_env global, which is not allowed."] = "The aura tried to overwrite the aura_env global, which is not allowed."
|
L["The aura tried to overwrite the aura_env global, which is not allowed."] = "The aura tried to overwrite the aura_env global, which is not allowed."
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["The Battle for Mount Hyjal"] = "The Battle for Mount Hyjal"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["The Curator"] = "The Curator"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["The effective level differs from the level in e.g. Time Walking dungeons."] = "The effective level differs from the level in e.g. Time Walking dungeons."
|
L["The effective level differs from the level in e.g. Time Walking dungeons."] = "The effective level differs from the level in e.g. Time Walking dungeons."
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["The Four Horsemen"] = "The Four Horsemen"
|
L["The Four Horsemen"] = "The Four Horsemen"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["The 'ID' value can be found in the BigWigs options of a specific spell"] = "The 'ID' value can be found in the BigWigs options of a specific spell"
|
L["The 'ID' value can be found in the BigWigs options of a specific spell"] = "The 'ID' value can be found in the BigWigs options of a specific spell"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["The Illidari Council"] = "The Illidari Council"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["The Lurker Below"] = "The Lurker Below"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["The Prophet Skeram"] = "The Prophet Skeram"
|
L["The Prophet Skeram"] = "The Prophet Skeram"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["The Sunwell Plateau"] = "The Sunwell Plateau"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["The total quantity a warband character can transfer after paying the transfer cost"] = "The total quantity a warband character can transfer after paying the transfer cost"
|
L["The total quantity a warband character can transfer after paying the transfer cost"] = "The total quantity a warband character can transfer after paying the transfer cost"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["The total quantity after transferring everything to your current character and paying the transfer cost"] = "The total quantity after transferring everything to your current character and paying the transfer cost"
|
L["The total quantity after transferring everything to your current character and paying the transfer cost"] = "The total quantity after transferring everything to your current character and paying the transfer cost"
|
||||||
@@ -2186,6 +2308,8 @@ L["Timed Progress"] = "Timed Progress"
|
|||||||
L["Timer"] = "Timer"
|
L["Timer"] = "Timer"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Timer Id"] = "Timer Id"
|
L["Timer Id"] = "Timer Id"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Titan Reforged"] = "Titan Reforged"
|
||||||
L["Toggle"] = "Umschalten"
|
L["Toggle"] = "Umschalten"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Toggle List"] = "Toggle List"
|
L["Toggle List"] = "Toggle List"
|
||||||
@@ -2332,6 +2456,8 @@ L["Using WeakAuras.clones is deprecated. Use WeakAuras.GetRegion(id, cloneId) in
|
|||||||
L["Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."] = "Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."
|
L["Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."] = "Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Vaelastrasz the Corrupt"] = "Vaelastrasz the Corrupt"
|
L["Vaelastrasz the Corrupt"] = "Vaelastrasz the Corrupt"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Vault of Archavon"] = "Vault of Archavon"
|
||||||
L["Versatility (%)"] = "Vielseitigkeit (%)"
|
L["Versatility (%)"] = "Vielseitigkeit (%)"
|
||||||
L["Versatility Rating"] = "Vielseitigkeitswertung"
|
L["Versatility Rating"] = "Vielseitigkeitswertung"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
@@ -2342,6 +2468,8 @@ L["Visibility"] = "Sichtbarkeit"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Visions of N'Zoth"] = "Visions of N'Zoth"
|
L["Visions of N'Zoth"] = "Visions of N'Zoth"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Void Reaver"] = "Void Reaver"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Warband Quantity Total"] = "Warband Quantity Total"
|
L["Warband Quantity Total"] = "Warband Quantity Total"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Warband Transfer Percentage"] = "Warband Transfer Percentage"
|
L["Warband Transfer Percentage"] = "Warband Transfer Percentage"
|
||||||
@@ -2427,5 +2555,7 @@ L["Zone Name"] = "Gebietsname"
|
|||||||
L["Zoom"] = "Zoom"
|
L["Zoom"] = "Zoom"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Zoom Animation"] = "Zoom Animation"
|
L["Zoom Animation"] = "Zoom Animation"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Zul'Aman"] = "Zul'Aman"
|
||||||
L["Zul'Gurub"] = "Zul'Gurub"
|
L["Zul'Gurub"] = "Zul'Gurub"
|
||||||
|
|
||||||
|
|||||||
@@ -63,6 +63,7 @@ L["25 Man Raid"] = "25 Man Raid"
|
|||||||
L["25 Player Raid"] = "25 Player Raid"
|
L["25 Player Raid"] = "25 Player Raid"
|
||||||
L["25 Player Raid (Heroic)"] = "25 Player Raid (Heroic)"
|
L["25 Player Raid (Heroic)"] = "25 Player Raid (Heroic)"
|
||||||
L["25 Player Raid (Normal)"] = "25 Player Raid (Normal)"
|
L["25 Player Raid (Normal)"] = "25 Player Raid (Normal)"
|
||||||
|
L["25 Player Raid (Titan Reforged)"] = "25 Player Raid (Titan Reforged)"
|
||||||
L["40 Man Raid"] = "40 Man Raid"
|
L["40 Man Raid"] = "40 Man Raid"
|
||||||
L["40 Player Raid"] = "40 Player Raid"
|
L["40 Player Raid"] = "40 Player Raid"
|
||||||
L["5 Man Dungeon"] = "5 Man Dungeon"
|
L["5 Man Dungeon"] = "5 Man Dungeon"
|
||||||
@@ -100,6 +101,8 @@ L["Afk"] = "Afk"
|
|||||||
L["Aggro"] = "Aggro"
|
L["Aggro"] = "Aggro"
|
||||||
L["Agility"] = "Agility"
|
L["Agility"] = "Agility"
|
||||||
L["Ahn'Qiraj"] = "Ahn'Qiraj"
|
L["Ahn'Qiraj"] = "Ahn'Qiraj"
|
||||||
|
L["Akil'zon"] = "Akil'zon"
|
||||||
|
L["Al'ar"] = "Al'ar"
|
||||||
L["Alert Type"] = "Alert Type"
|
L["Alert Type"] = "Alert Type"
|
||||||
L["Alive"] = "Alive"
|
L["Alive"] = "Alive"
|
||||||
L["All"] = "All"
|
L["All"] = "All"
|
||||||
@@ -117,6 +120,7 @@ L["Always True"] = "Always True"
|
|||||||
L["Amount"] = "Amount"
|
L["Amount"] = "Amount"
|
||||||
L["Anchoring"] = "Anchoring"
|
L["Anchoring"] = "Anchoring"
|
||||||
L["And Talent"] = "And Talent"
|
L["And Talent"] = "And Talent"
|
||||||
|
L["Anetheron"] = "Anetheron"
|
||||||
L["Angle and Radius"] = "Angle and Radius"
|
L["Angle and Radius"] = "Angle and Radius"
|
||||||
L["Animations"] = "Animations"
|
L["Animations"] = "Animations"
|
||||||
L["Anticlockwise"] = "Anticlockwise"
|
L["Anticlockwise"] = "Anticlockwise"
|
||||||
@@ -125,6 +129,8 @@ L["Any"] = "Any"
|
|||||||
L["Any Triggers"] = "Any Triggers"
|
L["Any Triggers"] = "Any Triggers"
|
||||||
L["AOE"] = "AOE"
|
L["AOE"] = "AOE"
|
||||||
L["Arcane Resistance"] = "Arcane Resistance"
|
L["Arcane Resistance"] = "Arcane Resistance"
|
||||||
|
L["Archavon the Stone Watcher"] = "Archavon the Stone Watcher"
|
||||||
|
L["Archimonde"] = "Archimonde"
|
||||||
L[ [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
L[ [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
||||||
This will overwrite any changes you have made since the last database upgrade.
|
This will overwrite any changes you have made since the last database upgrade.
|
||||||
Last upgrade: %s]=] ] = [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
Last upgrade: %s]=] ] = [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
||||||
@@ -154,6 +160,7 @@ L["Attach to Start"] = "Attach to Start"
|
|||||||
L["Attack Power"] = "Attack Power"
|
L["Attack Power"] = "Attack Power"
|
||||||
L["Attackable"] = "Attackable"
|
L["Attackable"] = "Attackable"
|
||||||
L["Attackable Target"] = "Attackable Target"
|
L["Attackable Target"] = "Attackable Target"
|
||||||
|
L["Attumen the Huntsman"] = "Attumen the Huntsman"
|
||||||
L["Aura"] = "Aura"
|
L["Aura"] = "Aura"
|
||||||
L["Aura '%s': %s"] = "Aura '%s': %s"
|
L["Aura '%s': %s"] = "Aura '%s': %s"
|
||||||
L["Aura Applied"] = "Aura Applied"
|
L["Aura Applied"] = "Aura Applied"
|
||||||
@@ -185,6 +192,7 @@ L["Available features: %s"] = "Available features: %s"
|
|||||||
L["Avoidance (%)"] = "Avoidance (%)"
|
L["Avoidance (%)"] = "Avoidance (%)"
|
||||||
L["Avoidance Rating"] = "Avoidance Rating"
|
L["Avoidance Rating"] = "Avoidance Rating"
|
||||||
L["Ayamiss the Hunter"] = "Ayamiss the Hunter"
|
L["Ayamiss the Hunter"] = "Ayamiss the Hunter"
|
||||||
|
L["Azgalor"] = "Azgalor"
|
||||||
L["Azuregos"] = "Azuregos"
|
L["Azuregos"] = "Azuregos"
|
||||||
L["Back and Forth"] = "Back and Forth"
|
L["Back and Forth"] = "Back and Forth"
|
||||||
L["Background"] = "Background"
|
L["Background"] = "Background"
|
||||||
@@ -212,6 +220,7 @@ L["BigWigs Addon"] = "BigWigs Addon"
|
|||||||
L["BigWigs Message"] = "BigWigs Message"
|
L["BigWigs Message"] = "BigWigs Message"
|
||||||
L["BigWigs Stage"] = "BigWigs Stage"
|
L["BigWigs Stage"] = "BigWigs Stage"
|
||||||
L["BigWigs Timer"] = "BigWigs Timer"
|
L["BigWigs Timer"] = "BigWigs Timer"
|
||||||
|
L["Black Temple"] = "Black Temple"
|
||||||
L["Black Wing Lair"] = "Black Wing Lair"
|
L["Black Wing Lair"] = "Black Wing Lair"
|
||||||
L["Bleed"] = "Bleed"
|
L["Bleed"] = "Bleed"
|
||||||
L["Blizzard Combat Text"] = "Blizzard Combat Text"
|
L["Blizzard Combat Text"] = "Blizzard Combat Text"
|
||||||
@@ -243,6 +252,7 @@ L["Bounce with Decay"] = "Bounce with Decay"
|
|||||||
L["Break"] = "Break"
|
L["Break"] = "Break"
|
||||||
L["BreakUpLargeNumbers (Blizzard)"] = "BreakUpLargeNumbers (Blizzard)"
|
L["BreakUpLargeNumbers (Blizzard)"] = "BreakUpLargeNumbers (Blizzard)"
|
||||||
L["Broodlord Lashlayer"] = "Broodlord Lashlayer"
|
L["Broodlord Lashlayer"] = "Broodlord Lashlayer"
|
||||||
|
L["Brutallus"] = "Brutallus"
|
||||||
L["Buff"] = "Buff"
|
L["Buff"] = "Buff"
|
||||||
L["Buff/Debuff"] = "Buff/Debuff"
|
L["Buff/Debuff"] = "Buff/Debuff"
|
||||||
L["Buffed/Debuffed"] = "Buffed/Debuffed"
|
L["Buffed/Debuffed"] = "Buffed/Debuffed"
|
||||||
@@ -303,6 +313,7 @@ L["Chat Frame"] = "Chat Frame"
|
|||||||
L["Chat Message"] = "Chat Message"
|
L["Chat Message"] = "Chat Message"
|
||||||
L["Check if a single talent match a Rank"] = "Check if a single talent match a Rank"
|
L["Check if a single talent match a Rank"] = "Check if a single talent match a Rank"
|
||||||
L["Check nameplate's target every 0.2s"] = "Check nameplate's target every 0.2s"
|
L["Check nameplate's target every 0.2s"] = "Check nameplate's target every 0.2s"
|
||||||
|
L["Chess Event"] = "Chess Event"
|
||||||
L["Chromaggus"] = "Chromaggus"
|
L["Chromaggus"] = "Chromaggus"
|
||||||
L["Circle"] = "Circle"
|
L["Circle"] = "Circle"
|
||||||
L["Circular Texture"] = "Circular Texture"
|
L["Circular Texture"] = "Circular Texture"
|
||||||
@@ -315,6 +326,7 @@ L["Clockwise"] = "Clockwise"
|
|||||||
L["Clone per Character"] = "Clone per Character"
|
L["Clone per Character"] = "Clone per Character"
|
||||||
L["Clone per Event"] = "Clone per Event"
|
L["Clone per Event"] = "Clone per Event"
|
||||||
L["Clone per Match"] = "Clone per Match"
|
L["Clone per Match"] = "Clone per Match"
|
||||||
|
L["Coilfang: Serpentshrine Cavern"] = "Coilfang: Serpentshrine Cavern"
|
||||||
L["Coin Precision"] = "Coin Precision"
|
L["Coin Precision"] = "Coin Precision"
|
||||||
L["Color"] = "Color"
|
L["Color"] = "Color"
|
||||||
L["Color Animation"] = "Color Animation"
|
L["Color Animation"] = "Color Animation"
|
||||||
@@ -374,6 +386,7 @@ L["Custom Sort"] = "Custom Sort"
|
|||||||
L["Custom Text Function"] = "Custom Text Function"
|
L["Custom Text Function"] = "Custom Text Function"
|
||||||
L["Custom Trigger Combination"] = "Custom Trigger Combination"
|
L["Custom Trigger Combination"] = "Custom Trigger Combination"
|
||||||
L["Custom Variables"] = "Custom Variables"
|
L["Custom Variables"] = "Custom Variables"
|
||||||
|
L["Daakara"] = "Daakara"
|
||||||
L["Damage"] = "Damage"
|
L["Damage"] = "Damage"
|
||||||
L["Damage Shield"] = "Damage Shield"
|
L["Damage Shield"] = "Damage Shield"
|
||||||
L["Damage Shield Missed"] = "Damage Shield Missed"
|
L["Damage Shield Missed"] = "Damage Shield Missed"
|
||||||
@@ -494,6 +507,7 @@ L["Equipment Set"] = "Equipment Set"
|
|||||||
L["Equipment Set Equipped"] = "Equipment Set Equipped"
|
L["Equipment Set Equipped"] = "Equipment Set Equipped"
|
||||||
L["Equipment Slot"] = "Equipment Slot"
|
L["Equipment Slot"] = "Equipment Slot"
|
||||||
L["Equipped"] = "Equipped"
|
L["Equipped"] = "Equipped"
|
||||||
|
L["Eredar Twins"] = "Eredar Twins"
|
||||||
L["Error"] = "Error"
|
L["Error"] = "Error"
|
||||||
L[ [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
L[ [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
||||||
https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames]=] ] = [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames]=] ] = [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
||||||
@@ -538,8 +552,10 @@ L["Fade Out"] = "Fade Out"
|
|||||||
L["Fail Alert"] = "Fail Alert"
|
L["Fail Alert"] = "Fail Alert"
|
||||||
L["False"] = "False"
|
L["False"] = "False"
|
||||||
L["Fankriss the Unyielding"] = "Fankriss the Unyielding"
|
L["Fankriss the Unyielding"] = "Fankriss the Unyielding"
|
||||||
|
L["Fathom-Lord Karathress"] = "Fathom-Lord Karathress"
|
||||||
L["Feature %q is already disabled"] = "Feature %q is already disabled"
|
L["Feature %q is already disabled"] = "Feature %q is already disabled"
|
||||||
L["Feature %q is already enabled"] = "Feature %q is already enabled"
|
L["Feature %q is already enabled"] = "Feature %q is already enabled"
|
||||||
|
L["Felmyst"] = "Felmyst"
|
||||||
L["Fetch Absorb"] = "Fetch Absorb"
|
L["Fetch Absorb"] = "Fetch Absorb"
|
||||||
L["Fetch Heal Absorb"] = "Fetch Heal Absorb"
|
L["Fetch Heal Absorb"] = "Fetch Heal Absorb"
|
||||||
L["Fetch Legendary Power"] = "Fetch Legendary Power"
|
L["Fetch Legendary Power"] = "Fetch Legendary Power"
|
||||||
@@ -617,10 +633,14 @@ L["Group Leader/Assist"] = "Group Leader/Assist"
|
|||||||
L["Group Size"] = "Group Size"
|
L["Group Size"] = "Group Size"
|
||||||
L["Group Type"] = "Group Type"
|
L["Group Type"] = "Group Type"
|
||||||
L["Grow"] = "Grow"
|
L["Grow"] = "Grow"
|
||||||
|
L["Gruul the Dragonkiller"] = "Gruul the Dragonkiller"
|
||||||
|
L["Gruul's Lair"] = "Gruul's Lair"
|
||||||
L["GTFO Alert"] = "GTFO Alert"
|
L["GTFO Alert"] = "GTFO Alert"
|
||||||
L["Guardian"] = "Guardian"
|
L["Guardian"] = "Guardian"
|
||||||
L["Guild"] = "Guild"
|
L["Guild"] = "Guild"
|
||||||
|
L["Gurtogg Bloodboil"] = "Gurtogg Bloodboil"
|
||||||
L["Hakkar"] = "Hakkar"
|
L["Hakkar"] = "Hakkar"
|
||||||
|
L["Halazzi"] = "Halazzi"
|
||||||
L["Hardcore"] = "Hardcore"
|
L["Hardcore"] = "Hardcore"
|
||||||
L["Has Target"] = "Has Target"
|
L["Has Target"] = "Has Target"
|
||||||
L["Has Vehicle UI"] = "Has Vehicle UI"
|
L["Has Vehicle UI"] = "Has Vehicle UI"
|
||||||
@@ -637,15 +657,19 @@ L["Heigan the Unclean"] = "Heigan the Unclean"
|
|||||||
L["Height"] = "Height"
|
L["Height"] = "Height"
|
||||||
L["Hero Talent"] = "Hero Talent"
|
L["Hero Talent"] = "Hero Talent"
|
||||||
L["Heroic Party"] = "Heroic Party"
|
L["Heroic Party"] = "Heroic Party"
|
||||||
|
L["Hex Lord Malacrass"] = "Hex Lord Malacrass"
|
||||||
L["Hide"] = "Hide"
|
L["Hide"] = "Hide"
|
||||||
L["Hide 0 cooldowns"] = "Hide 0 cooldowns"
|
L["Hide 0 cooldowns"] = "Hide 0 cooldowns"
|
||||||
L["Hide Timer Text"] = "Hide Timer Text"
|
L["Hide Timer Text"] = "Hide Timer Text"
|
||||||
|
L["High Astromancer Solarian"] = "High Astromancer Solarian"
|
||||||
L["High Damage"] = "High Damage"
|
L["High Damage"] = "High Damage"
|
||||||
|
L["High King Maulgar"] = "High King Maulgar"
|
||||||
L["High Priest Thekal"] = "High Priest Thekal"
|
L["High Priest Thekal"] = "High Priest Thekal"
|
||||||
L["High Priest Venoxis"] = "High Priest Venoxis"
|
L["High Priest Venoxis"] = "High Priest Venoxis"
|
||||||
L["High Priestess Arlokk"] = "High Priestess Arlokk"
|
L["High Priestess Arlokk"] = "High Priestess Arlokk"
|
||||||
L["High Priestess Jeklik"] = "High Priestess Jeklik"
|
L["High Priestess Jeklik"] = "High Priestess Jeklik"
|
||||||
L["High Priestess Mar'li"] = "High Priestess Mar'li"
|
L["High Priestess Mar'li"] = "High Priestess Mar'li"
|
||||||
|
L["High Warlord Naj'entus"] = "High Warlord Naj'entus"
|
||||||
L["Higher Than Tank"] = "Higher Than Tank"
|
L["Higher Than Tank"] = "Higher Than Tank"
|
||||||
L["Highest Spell Id"] = "Highest Spell Id"
|
L["Highest Spell Id"] = "Highest Spell Id"
|
||||||
L["Hit (%)"] = "Hit (%)"
|
L["Hit (%)"] = "Hit (%)"
|
||||||
@@ -657,6 +681,7 @@ L["Hostile"] = "Hostile"
|
|||||||
L["Hostility"] = "Hostility"
|
L["Hostility"] = "Hostility"
|
||||||
L["Humanoid"] = "Humanoid"
|
L["Humanoid"] = "Humanoid"
|
||||||
L["Hybrid"] = "Hybrid"
|
L["Hybrid"] = "Hybrid"
|
||||||
|
L["Hydross the Unstable"] = "Hydross the Unstable"
|
||||||
L["Icon"] = "Icon"
|
L["Icon"] = "Icon"
|
||||||
L["Icon Function"] = "Icon Function"
|
L["Icon Function"] = "Icon Function"
|
||||||
L["Icon Function (fallback state)"] = "Icon Function (fallback state)"
|
L["Icon Function (fallback state)"] = "Icon Function (fallback state)"
|
||||||
@@ -670,6 +695,7 @@ L["Ignore Rune CDs"] = "Ignore Rune CDs"
|
|||||||
L["Ignore Self"] = "Ignore Self"
|
L["Ignore Self"] = "Ignore Self"
|
||||||
L["Ignore Spell Cooldown/Charges"] = "Ignore Spell Cooldown/Charges"
|
L["Ignore Spell Cooldown/Charges"] = "Ignore Spell Cooldown/Charges"
|
||||||
L["Ignore Spell Override"] = "Ignore Spell Override"
|
L["Ignore Spell Override"] = "Ignore Spell Override"
|
||||||
|
L["Illidan Stormrage"] = "Illidan Stormrage"
|
||||||
L["Immune"] = "Immune"
|
L["Immune"] = "Immune"
|
||||||
L["Important"] = "Important"
|
L["Important"] = "Important"
|
||||||
L["Importing will start after combat ends."] = "Importing will start after combat ends."
|
L["Importing will start after combat ends."] = "Importing will start after combat ends."
|
||||||
@@ -740,12 +766,19 @@ L["Item Slot String"] = "Item Slot String"
|
|||||||
L["Item Type"] = "Item Type"
|
L["Item Type"] = "Item Type"
|
||||||
L["Item Type Equipped"] = "Item Type Equipped"
|
L["Item Type Equipped"] = "Item Type Equipped"
|
||||||
L["ItemId"] = "ItemId"
|
L["ItemId"] = "ItemId"
|
||||||
|
L["Jan'alai"] = "Jan'alai"
|
||||||
L["Jin'do the Hexxer"] = "Jin'do the Hexxer"
|
L["Jin'do the Hexxer"] = "Jin'do the Hexxer"
|
||||||
L["Journal Stage"] = "Journal Stage"
|
L["Journal Stage"] = "Journal Stage"
|
||||||
|
L["Kael'thas Sunstrider"] = "Kael'thas Sunstrider"
|
||||||
|
L["Kalecgos"] = "Kalecgos"
|
||||||
|
L["Karazhan"] = "Karazhan"
|
||||||
|
L["Kaz'rogal"] = "Kaz'rogal"
|
||||||
L["Kazzak"] = "Kazzak"
|
L["Kazzak"] = "Kazzak"
|
||||||
L["Keep Inside"] = "Keep Inside"
|
L["Keep Inside"] = "Keep Inside"
|
||||||
L["Kel'Thuzad"] = "Kel'Thuzad"
|
L["Kel'Thuzad"] = "Kel'Thuzad"
|
||||||
|
L["Kil'jaeden"] = "Kil'jaeden"
|
||||||
L["Kurinnaxx"] = "Kurinnaxx"
|
L["Kurinnaxx"] = "Kurinnaxx"
|
||||||
|
L["Lady Vashj"] = "Lady Vashj"
|
||||||
L["Large"] = "Large"
|
L["Large"] = "Large"
|
||||||
L["Latency"] = "Latency"
|
L["Latency"] = "Latency"
|
||||||
L["Leader"] = "Leader"
|
L["Leader"] = "Leader"
|
||||||
@@ -764,6 +797,7 @@ L["Legacy RGB Gradient"] = "Legacy RGB Gradient"
|
|||||||
L["Legacy RGB Gradient Pulse"] = "Legacy RGB Gradient Pulse"
|
L["Legacy RGB Gradient Pulse"] = "Legacy RGB Gradient Pulse"
|
||||||
L["Legion"] = "Legion"
|
L["Legion"] = "Legion"
|
||||||
L["Length"] = "Length"
|
L["Length"] = "Length"
|
||||||
|
L["Leotheras the Blind"] = "Leotheras the Blind"
|
||||||
L["Level"] = "Level"
|
L["Level"] = "Level"
|
||||||
L["LibSharedMedia"] = "LibSharedMedia"
|
L["LibSharedMedia"] = "LibSharedMedia"
|
||||||
L["Lillian Voss"] = "Lillian Voss"
|
L["Lillian Voss"] = "Lillian Voss"
|
||||||
@@ -791,6 +825,9 @@ L["Lucifron"] = "Lucifron"
|
|||||||
L["Maexxna"] = "Maexxna"
|
L["Maexxna"] = "Maexxna"
|
||||||
L["Magic"] = "Magic"
|
L["Magic"] = "Magic"
|
||||||
L["Magmadar"] = "Magmadar"
|
L["Magmadar"] = "Magmadar"
|
||||||
|
L["Magtheridon"] = "Magtheridon"
|
||||||
|
L["Magtheridon's Lair"] = "Magtheridon's Lair"
|
||||||
|
L["Maiden of Virtue"] = "Maiden of Virtue"
|
||||||
L["Main Character"] = "Main Character"
|
L["Main Character"] = "Main Character"
|
||||||
L["Main Stat"] = "Main Stat"
|
L["Main Stat"] = "Main Stat"
|
||||||
L["Majordomo Executus"] = "Majordomo Executus"
|
L["Majordomo Executus"] = "Majordomo Executus"
|
||||||
@@ -855,13 +892,18 @@ L["Monster Say"] = "Monster Say"
|
|||||||
L["Monster Whisper"] = "Monster Whisper"
|
L["Monster Whisper"] = "Monster Whisper"
|
||||||
L["Monster Yell"] = "Monster Yell"
|
L["Monster Yell"] = "Monster Yell"
|
||||||
L["Moon"] = "Moon"
|
L["Moon"] = "Moon"
|
||||||
|
L["Moroes"] = "Moroes"
|
||||||
|
L["Morogrim Tidewalker"] = "Morogrim Tidewalker"
|
||||||
L["Most remaining time"] = "Most remaining time"
|
L["Most remaining time"] = "Most remaining time"
|
||||||
|
L["Mother Shahraz"] = "Mother Shahraz"
|
||||||
L["Mounted"] = "Mounted"
|
L["Mounted"] = "Mounted"
|
||||||
L["Mouse Cursor"] = "Mouse Cursor"
|
L["Mouse Cursor"] = "Mouse Cursor"
|
||||||
L["Movement Speed Rating"] = "Movement Speed Rating"
|
L["Movement Speed Rating"] = "Movement Speed Rating"
|
||||||
L["Multi-target"] = "Multi-target"
|
L["Multi-target"] = "Multi-target"
|
||||||
|
L["M'uru"] = "M'uru"
|
||||||
L["Mythic Keystone"] = "Mythic Keystone"
|
L["Mythic Keystone"] = "Mythic Keystone"
|
||||||
L["Mythic+ Affix"] = "Mythic+ Affix"
|
L["Mythic+ Affix"] = "Mythic+ Affix"
|
||||||
|
L["Nalorakk"] = "Nalorakk"
|
||||||
L["Name"] = "Name"
|
L["Name"] = "Name"
|
||||||
L["Name Function"] = "Name Function"
|
L["Name Function"] = "Name Function"
|
||||||
L["Name Function (fallback state)"] = "Name Function (fallback state)"
|
L["Name Function (fallback state)"] = "Name Function (fallback state)"
|
||||||
@@ -876,10 +918,12 @@ L["Names of unaffected Players"] = "Names of unaffected Players"
|
|||||||
L["Nature Resistance"] = "Nature Resistance"
|
L["Nature Resistance"] = "Nature Resistance"
|
||||||
L["Naxxramas"] = "Naxxramas"
|
L["Naxxramas"] = "Naxxramas"
|
||||||
L["Nefarian"] = "Nefarian"
|
L["Nefarian"] = "Nefarian"
|
||||||
|
L["Netherspite"] = "Netherspite"
|
||||||
L["Neutral"] = "Neutral"
|
L["Neutral"] = "Neutral"
|
||||||
L["Never"] = "Never"
|
L["Never"] = "Never"
|
||||||
L["Next Combat"] = "Next Combat"
|
L["Next Combat"] = "Next Combat"
|
||||||
L["Next Encounter"] = "Next Encounter"
|
L["Next Encounter"] = "Next Encounter"
|
||||||
|
L["Nightbane"] = "Nightbane"
|
||||||
L[ [=[No active boss mod addon detected.
|
L[ [=[No active boss mod addon detected.
|
||||||
|
|
||||||
Note: This trigger will use BigWigs or DBM, in that order if both are installed.]=] ] = [=[No active boss mod addon detected.
|
Note: This trigger will use BigWigs or DBM, in that order if both are installed.]=] ] = [=[No active boss mod addon detected.
|
||||||
@@ -988,6 +1032,7 @@ L["Only if on a different realm"] = "Only if on a different realm"
|
|||||||
L["Only if Primary"] = "Only if Primary"
|
L["Only if Primary"] = "Only if Primary"
|
||||||
L["Onyxia"] = "Onyxia"
|
L["Onyxia"] = "Onyxia"
|
||||||
L["Opaque"] = "Opaque"
|
L["Opaque"] = "Opaque"
|
||||||
|
L["Opera Hall"] = "Opera Hall"
|
||||||
L["Option Group"] = "Option Group"
|
L["Option Group"] = "Option Group"
|
||||||
L["Options could not be loaded, the addon is %s"] = "Options could not be loaded, the addon is %s"
|
L["Options could not be loaded, the addon is %s"] = "Options could not be loaded, the addon is %s"
|
||||||
L["Options will finish loading after combat ends."] = "Options will finish loading after combat ends."
|
L["Options will finish loading after combat ends."] = "Options will finish loading after combat ends."
|
||||||
@@ -1062,6 +1107,7 @@ L["Power Type"] = "Power Type"
|
|||||||
L["Precision"] = "Precision"
|
L["Precision"] = "Precision"
|
||||||
L["Preset"] = "Preset"
|
L["Preset"] = "Preset"
|
||||||
L["Primary Stats"] = "Primary Stats"
|
L["Primary Stats"] = "Primary Stats"
|
||||||
|
L["Prince Malchezaar"] = "Prince Malchezaar"
|
||||||
L["Princess Huhuran"] = "Princess Huhuran"
|
L["Princess Huhuran"] = "Princess Huhuran"
|
||||||
L["Print Profiling Results"] = "Print Profiling Results"
|
L["Print Profiling Results"] = "Print Profiling Results"
|
||||||
L["Proc Glow"] = "Proc Glow"
|
L["Proc Glow"] = "Proc Glow"
|
||||||
@@ -1088,6 +1134,7 @@ L["Quantity earned this week"] = "Quantity earned this week"
|
|||||||
L["Quest Party"] = "Quest Party"
|
L["Quest Party"] = "Quest Party"
|
||||||
L["Queued Action"] = "Queued Action"
|
L["Queued Action"] = "Queued Action"
|
||||||
L["Radius"] = "Radius"
|
L["Radius"] = "Radius"
|
||||||
|
L["Rage Winterchill"] = "Rage Winterchill"
|
||||||
L["Ragnaros"] = "Ragnaros"
|
L["Ragnaros"] = "Ragnaros"
|
||||||
L["Raid"] = "Raid"
|
L["Raid"] = "Raid"
|
||||||
L["Raid (Heroic)"] = "Raid (Heroic)"
|
L["Raid (Heroic)"] = "Raid (Heroic)"
|
||||||
@@ -1123,6 +1170,7 @@ L["Region type %s not supported"] = "Region type %s not supported"
|
|||||||
L["Relative"] = "Relative"
|
L["Relative"] = "Relative"
|
||||||
L["Relative X-Offset"] = "Relative X-Offset"
|
L["Relative X-Offset"] = "Relative X-Offset"
|
||||||
L["Relative Y-Offset"] = "Relative Y-Offset"
|
L["Relative Y-Offset"] = "Relative Y-Offset"
|
||||||
|
L["Reliquary of Souls"] = "Reliquary of Souls"
|
||||||
L["Remaining Duration"] = "Remaining Duration"
|
L["Remaining Duration"] = "Remaining Duration"
|
||||||
L["Remaining Time"] = "Remaining Time"
|
L["Remaining Time"] = "Remaining Time"
|
||||||
L["Remove Obsolete Auras"] = "Remove Obsolete Auras"
|
L["Remove Obsolete Auras"] = "Remove Obsolete Auras"
|
||||||
@@ -1202,6 +1250,10 @@ L["Set IDs can be found on websites such as wowhead.com/cata/item-sets"] = "Set
|
|||||||
L["Set IDs can be found on websites such as wowhead.com/classic/item-sets"] = "Set IDs can be found on websites such as wowhead.com/classic/item-sets"
|
L["Set IDs can be found on websites such as wowhead.com/classic/item-sets"] = "Set IDs can be found on websites such as wowhead.com/classic/item-sets"
|
||||||
L["Set IDs can be found on websites such as wowhead.com/item-sets"] = "Set IDs can be found on websites such as wowhead.com/item-sets"
|
L["Set IDs can be found on websites such as wowhead.com/item-sets"] = "Set IDs can be found on websites such as wowhead.com/item-sets"
|
||||||
L["Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"] = "Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"
|
L["Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"] = "Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"
|
||||||
|
L["Set IDs can be found on websites such as wowhead.com/tbc/item-sets"] = "Set IDs can be found on websites such as wowhead.com/tbc/item-sets"
|
||||||
|
L["Set IDs can be found on websites such as wowhead.com/wotlk/item-sets"] = "Set IDs can be found on websites such as wowhead.com/wotlk/item-sets"
|
||||||
|
L["Shade of Akama"] = "Shade of Akama"
|
||||||
|
L["Shade of Aran"] = "Shade of Aran"
|
||||||
L["Shadow Resistance"] = "Shadow Resistance"
|
L["Shadow Resistance"] = "Shadow Resistance"
|
||||||
L["Shadowlands"] = "Shadowlands"
|
L["Shadowlands"] = "Shadowlands"
|
||||||
L["Shake"] = "Shake"
|
L["Shake"] = "Shake"
|
||||||
@@ -1344,6 +1396,7 @@ Group Zone IDs must be prefixed with 'g', e.g. 'g277'.
|
|||||||
Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'.
|
Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'.
|
||||||
Supports Instance IDs prefixed with 'i'.
|
Supports Instance IDs prefixed with 'i'.
|
||||||
Entries can be prefixed with '-' to negate.]=]
|
Entries can be prefixed with '-' to negate.]=]
|
||||||
|
L["Supremus"] = "Supremus"
|
||||||
L["Swing"] = "Swing"
|
L["Swing"] = "Swing"
|
||||||
L["Swing Timer"] = "Swing Timer"
|
L["Swing Timer"] = "Swing Timer"
|
||||||
L["Swipe"] = "Swipe"
|
L["Swipe"] = "Swipe"
|
||||||
@@ -1362,6 +1415,9 @@ L["Tanking And Highest"] = "Tanking And Highest"
|
|||||||
L["Tanking But Not Highest"] = "Tanking But Not Highest"
|
L["Tanking But Not Highest"] = "Tanking But Not Highest"
|
||||||
L["Target"] = "Target"
|
L["Target"] = "Target"
|
||||||
L["Targeted"] = "Targeted"
|
L["Targeted"] = "Targeted"
|
||||||
|
L["Tempest Keep"] = "Tempest Keep"
|
||||||
|
L["Terestian Illhoof"] = "Terestian Illhoof"
|
||||||
|
L["Teron Gorefiend"] = "Teron Gorefiend"
|
||||||
L["Tertiary Stats"] = "Tertiary Stats"
|
L["Tertiary Stats"] = "Tertiary Stats"
|
||||||
L["Test if bar is enabled in BigWigs settings"] = "Test if bar is enabled in BigWigs settings"
|
L["Test if bar is enabled in BigWigs settings"] = "Test if bar is enabled in BigWigs settings"
|
||||||
L["Test if bar is enabled in Boss Mod addon settings"] = "Test if bar is enabled in Boss Mod addon settings"
|
L["Test if bar is enabled in Boss Mod addon settings"] = "Test if bar is enabled in Boss Mod addon settings"
|
||||||
@@ -1377,10 +1433,15 @@ L["Texture Rotation"] = "Texture Rotation"
|
|||||||
L["Thaddius"] = "Thaddius"
|
L["Thaddius"] = "Thaddius"
|
||||||
L["The aura has overwritten the global '%s', this might affect other auras."] = "The aura has overwritten the global '%s', this might affect other auras."
|
L["The aura has overwritten the global '%s', this might affect other auras."] = "The aura has overwritten the global '%s', this might affect other auras."
|
||||||
L["The aura tried to overwrite the aura_env global, which is not allowed."] = "The aura tried to overwrite the aura_env global, which is not allowed."
|
L["The aura tried to overwrite the aura_env global, which is not allowed."] = "The aura tried to overwrite the aura_env global, which is not allowed."
|
||||||
|
L["The Battle for Mount Hyjal"] = "The Battle for Mount Hyjal"
|
||||||
|
L["The Curator"] = "The Curator"
|
||||||
L["The effective level differs from the level in e.g. Time Walking dungeons."] = "The effective level differs from the level in e.g. Time Walking dungeons."
|
L["The effective level differs from the level in e.g. Time Walking dungeons."] = "The effective level differs from the level in e.g. Time Walking dungeons."
|
||||||
L["The Four Horsemen"] = "The Four Horsemen"
|
L["The Four Horsemen"] = "The Four Horsemen"
|
||||||
L["The 'ID' value can be found in the BigWigs options of a specific spell"] = "The 'ID' value can be found in the BigWigs options of a specific spell"
|
L["The 'ID' value can be found in the BigWigs options of a specific spell"] = "The 'ID' value can be found in the BigWigs options of a specific spell"
|
||||||
|
L["The Illidari Council"] = "The Illidari Council"
|
||||||
|
L["The Lurker Below"] = "The Lurker Below"
|
||||||
L["The Prophet Skeram"] = "The Prophet Skeram"
|
L["The Prophet Skeram"] = "The Prophet Skeram"
|
||||||
|
L["The Sunwell Plateau"] = "The Sunwell Plateau"
|
||||||
L["The total quantity a warband character can transfer after paying the transfer cost"] = "The total quantity a warband character can transfer after paying the transfer cost"
|
L["The total quantity a warband character can transfer after paying the transfer cost"] = "The total quantity a warband character can transfer after paying the transfer cost"
|
||||||
L["The total quantity after transferring everything to your current character and paying the transfer cost"] = "The total quantity after transferring everything to your current character and paying the transfer cost"
|
L["The total quantity after transferring everything to your current character and paying the transfer cost"] = "The total quantity after transferring everything to your current character and paying the transfer cost"
|
||||||
L["The War Within"] = "The War Within"
|
L["The War Within"] = "The War Within"
|
||||||
@@ -1412,6 +1473,7 @@ L["Timed"] = "Timed"
|
|||||||
L["Timed Progress"] = "Timed Progress"
|
L["Timed Progress"] = "Timed Progress"
|
||||||
L["Timer"] = "Timer"
|
L["Timer"] = "Timer"
|
||||||
L["Timer Id"] = "Timer Id"
|
L["Timer Id"] = "Timer Id"
|
||||||
|
L["Titan Reforged"] = "Titan Reforged"
|
||||||
L["Toggle"] = "Toggle"
|
L["Toggle"] = "Toggle"
|
||||||
L["Toggle List"] = "Toggle List"
|
L["Toggle List"] = "Toggle List"
|
||||||
L["Toggle Options Window"] = "Toggle Options Window"
|
L["Toggle Options Window"] = "Toggle Options Window"
|
||||||
@@ -1502,12 +1564,14 @@ L["Uses UnitInRange() to check if in range. Matches default raid frames out of r
|
|||||||
L["Using WeakAuras.clones is deprecated. Use WeakAuras.GetRegion(id, cloneId) instead."] = "Using WeakAuras.clones is deprecated. Use WeakAuras.GetRegion(id, cloneId) instead."
|
L["Using WeakAuras.clones is deprecated. Use WeakAuras.GetRegion(id, cloneId) instead."] = "Using WeakAuras.clones is deprecated. Use WeakAuras.GetRegion(id, cloneId) instead."
|
||||||
L["Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."] = "Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."
|
L["Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."] = "Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."
|
||||||
L["Vaelastrasz the Corrupt"] = "Vaelastrasz the Corrupt"
|
L["Vaelastrasz the Corrupt"] = "Vaelastrasz the Corrupt"
|
||||||
|
L["Vault of Archavon"] = "Vault of Archavon"
|
||||||
L["Versatility (%)"] = "Versatility (%)"
|
L["Versatility (%)"] = "Versatility (%)"
|
||||||
L["Versatility Rating"] = "Versatility Rating"
|
L["Versatility Rating"] = "Versatility Rating"
|
||||||
L["Vertical"] = "Vertical"
|
L["Vertical"] = "Vertical"
|
||||||
L["Viscidus"] = "Viscidus"
|
L["Viscidus"] = "Viscidus"
|
||||||
L["Visibility"] = "Visibility"
|
L["Visibility"] = "Visibility"
|
||||||
L["Visions of N'Zoth"] = "Visions of N'Zoth"
|
L["Visions of N'Zoth"] = "Visions of N'Zoth"
|
||||||
|
L["Void Reaver"] = "Void Reaver"
|
||||||
L["Warband Quantity Total"] = "Warband Quantity Total"
|
L["Warband Quantity Total"] = "Warband Quantity Total"
|
||||||
L["Warband Transfer Percentage"] = "Warband Transfer Percentage"
|
L["Warband Transfer Percentage"] = "Warband Transfer Percentage"
|
||||||
L["Warband Transferred Quantity"] = "Warband Transferred Quantity"
|
L["Warband Transferred Quantity"] = "Warband Transferred Quantity"
|
||||||
@@ -1563,6 +1627,7 @@ L["Zone ID"] = "Zone ID"
|
|||||||
L["Zone Name"] = "Zone Name"
|
L["Zone Name"] = "Zone Name"
|
||||||
L["Zoom"] = "Zoom"
|
L["Zoom"] = "Zoom"
|
||||||
L["Zoom Animation"] = "Zoom Animation"
|
L["Zoom Animation"] = "Zoom Animation"
|
||||||
|
L["Zul'Aman"] = "Zul'Aman"
|
||||||
L["Zul'Gurub"] = "Zul'Gurub"
|
L["Zul'Gurub"] = "Zul'Gurub"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ L["25 Man Raid"] = "Banda de 25 jugadores"
|
|||||||
L["25 Player Raid"] = "Banda de 25 jugadores"
|
L["25 Player Raid"] = "Banda de 25 jugadores"
|
||||||
L["25 Player Raid (Heroic)"] = "Banda de 25 jugadores (heroico)"
|
L["25 Player Raid (Heroic)"] = "Banda de 25 jugadores (heroico)"
|
||||||
L["25 Player Raid (Normal)"] = "Banda de 25 jugadores (normal)"
|
L["25 Player Raid (Normal)"] = "Banda de 25 jugadores (normal)"
|
||||||
|
L["25 Player Raid (Titan Reforged)"] = "Banda de 25 (Titan Reforged)"
|
||||||
L["40 Man Raid"] = "Banda de 40 jugadores"
|
L["40 Man Raid"] = "Banda de 40 jugadores"
|
||||||
L["40 Player Raid"] = "Banda de 40 jugadores"
|
L["40 Player Raid"] = "Banda de 40 jugadores"
|
||||||
L["5 Man Dungeon"] = "Mazmorra de 5 jugadores"
|
L["5 Man Dungeon"] = "Mazmorra de 5 jugadores"
|
||||||
@@ -87,6 +88,8 @@ L["Afk"] = "Ausente"
|
|||||||
L["Aggro"] = "Amenaza"
|
L["Aggro"] = "Amenaza"
|
||||||
L["Agility"] = "Agilidad"
|
L["Agility"] = "Agilidad"
|
||||||
L["Ahn'Qiraj"] = "Ahn'Qiraj"
|
L["Ahn'Qiraj"] = "Ahn'Qiraj"
|
||||||
|
L["Akil'zon"] = "Akil'zon"
|
||||||
|
L["Al'ar"] = "Al'ar"
|
||||||
L["Alert Type"] = "Tipo de alerta"
|
L["Alert Type"] = "Tipo de alerta"
|
||||||
L["Alive"] = "Vivo"
|
L["Alive"] = "Vivo"
|
||||||
L["All"] = "Todo"
|
L["All"] = "Todo"
|
||||||
@@ -104,6 +107,7 @@ L["Always True"] = "Siempre verdadero"
|
|||||||
L["Amount"] = "Cantidad"
|
L["Amount"] = "Cantidad"
|
||||||
L["Anchoring"] = "Anclaje"
|
L["Anchoring"] = "Anclaje"
|
||||||
L["And Talent"] = "y talento"
|
L["And Talent"] = "y talento"
|
||||||
|
L["Anetheron"] = "Anetheron"
|
||||||
L["Angle and Radius"] = "Ángulo y radio"
|
L["Angle and Radius"] = "Ángulo y radio"
|
||||||
L["Animations"] = "Animaciones"
|
L["Animations"] = "Animaciones"
|
||||||
L["Anticlockwise"] = "Sentido antihorario"
|
L["Anticlockwise"] = "Sentido antihorario"
|
||||||
@@ -112,16 +116,16 @@ L["Any"] = "Cualquiera"
|
|||||||
L["Any Triggers"] = "Cualquier activador"
|
L["Any Triggers"] = "Cualquier activador"
|
||||||
L["AOE"] = "AOE"
|
L["AOE"] = "AOE"
|
||||||
L["Arcane Resistance"] = "Resistencia arcana"
|
L["Arcane Resistance"] = "Resistencia arcana"
|
||||||
|
L["Archavon the Stone Watcher"] = "Archavon el Vigía de Piedra"
|
||||||
|
L["Archimonde"] = "Archimonde"
|
||||||
L[ [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
L[ [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
||||||
This will overwrite any changes you have made since the last database upgrade.
|
This will overwrite any changes you have made since the last database upgrade.
|
||||||
Last upgrade: %s]=] ] = "¿Estás seguro de que quieres ejecutar la herramienta de reparación |cffff0000EXPERIMENTAL|r? Esto sobrescribirá cualquier cambio que hayas realizado desde la última actualización de la base de datos. Última actualización: %s"
|
Last upgrade: %s]=] ] = "¿Estás seguro de que quieres ejecutar la herramienta de reparación |cffff0000EXPERIMENTAL|r? Esto sobrescribirá cualquier cambio que hayas realizado desde la última actualización de la base de datos. Última actualización: %s"
|
||||||
L["Arena"] = "Arena"
|
L["Arena"] = "Arena"
|
||||||
L["Armor (%)"] = "Armadura (%)"
|
L["Armor (%)"] = "Armadura (%)"
|
||||||
L["Armor against Target (%)"] = "Armadura contra objetivo (%)"
|
L["Armor against Target (%)"] = "Armadura contra objetivo (%)"
|
||||||
--[[Translation missing --]]
|
L["Armor Peneration Percent"] = "Porcentaje de penetración de armadura"
|
||||||
L["Armor Peneration Percent"] = "Armor Peneration Percent"
|
L["Armor Peneration Rating"] = "Índice de penetración de armadura"
|
||||||
--[[Translation missing --]]
|
|
||||||
L["Armor Peneration Rating"] = "Armor Peneration Rating"
|
|
||||||
L["Armor Rating"] = "Índice de armadura"
|
L["Armor Rating"] = "Índice de armadura"
|
||||||
L["Array"] = "Formación"
|
L["Array"] = "Formación"
|
||||||
L["Ascending"] = "Ascendente"
|
L["Ascending"] = "Ascendente"
|
||||||
@@ -141,6 +145,7 @@ L["Attach to Start"] = "Fijar al inicio"
|
|||||||
L["Attack Power"] = "Poder de ataque"
|
L["Attack Power"] = "Poder de ataque"
|
||||||
L["Attackable"] = "Atacable"
|
L["Attackable"] = "Atacable"
|
||||||
L["Attackable Target"] = "Objetivo atacable"
|
L["Attackable Target"] = "Objetivo atacable"
|
||||||
|
L["Attumen the Huntsman"] = "Attumen el Montero"
|
||||||
L["Aura"] = "Aura"
|
L["Aura"] = "Aura"
|
||||||
L["Aura '%s': %s"] = "Aura '%s': %s"
|
L["Aura '%s': %s"] = "Aura '%s': %s"
|
||||||
L["Aura Applied"] = "Aura aplicada"
|
L["Aura Applied"] = "Aura aplicada"
|
||||||
@@ -172,6 +177,7 @@ L["Available features: %s"] = "Características disponibles: %s"
|
|||||||
L["Avoidance (%)"] = "Evasión (%)"
|
L["Avoidance (%)"] = "Evasión (%)"
|
||||||
L["Avoidance Rating"] = "Índice de evasión"
|
L["Avoidance Rating"] = "Índice de evasión"
|
||||||
L["Ayamiss the Hunter"] = "Ayamiss el Cazador"
|
L["Ayamiss the Hunter"] = "Ayamiss el Cazador"
|
||||||
|
L["Azgalor"] = "Azgalor"
|
||||||
L["Azuregos"] = "Azuregos"
|
L["Azuregos"] = "Azuregos"
|
||||||
L["Back and Forth"] = "De Atrás a Adelante"
|
L["Back and Forth"] = "De Atrás a Adelante"
|
||||||
L["Background"] = "Fondo"
|
L["Background"] = "Fondo"
|
||||||
@@ -199,6 +205,7 @@ L["BigWigs Addon"] = "Addon de BigWigs"
|
|||||||
L["BigWigs Message"] = "Mensaje de BigWigs"
|
L["BigWigs Message"] = "Mensaje de BigWigs"
|
||||||
L["BigWigs Stage"] = "Etapa de BigWigs"
|
L["BigWigs Stage"] = "Etapa de BigWigs"
|
||||||
L["BigWigs Timer"] = "Temporizador de BigWigs"
|
L["BigWigs Timer"] = "Temporizador de BigWigs"
|
||||||
|
L["Black Temple"] = "Templo Oscuro"
|
||||||
L["Black Wing Lair"] = "Guarida de Alanegra"
|
L["Black Wing Lair"] = "Guarida de Alanegra"
|
||||||
L["Bleed"] = "Sangrado"
|
L["Bleed"] = "Sangrado"
|
||||||
L["Blizzard Combat Text"] = "Texto de Combate de Blizzard"
|
L["Blizzard Combat Text"] = "Texto de Combate de Blizzard"
|
||||||
@@ -230,6 +237,7 @@ L["Bounce with Decay"] = "Rebotar con Amortiguación"
|
|||||||
L["Break"] = "Romper"
|
L["Break"] = "Romper"
|
||||||
L["BreakUpLargeNumbers (Blizzard)"] = "BreakUpLargeNumbers (Blizzard)"
|
L["BreakUpLargeNumbers (Blizzard)"] = "BreakUpLargeNumbers (Blizzard)"
|
||||||
L["Broodlord Lashlayer"] = "Señor de linaje Capazote"
|
L["Broodlord Lashlayer"] = "Señor de linaje Capazote"
|
||||||
|
L["Brutallus"] = "Brutallus"
|
||||||
L["Buff"] = "Beneficio"
|
L["Buff"] = "Beneficio"
|
||||||
L["Buff/Debuff"] = "Beneficio/Perjuicio"
|
L["Buff/Debuff"] = "Beneficio/Perjuicio"
|
||||||
L["Buffed/Debuffed"] = "Beneficio activo/Perjuicio activo"
|
L["Buffed/Debuffed"] = "Beneficio activo/Perjuicio activo"
|
||||||
@@ -289,6 +297,7 @@ L["Chat Frame"] = "Marco de Chat"
|
|||||||
L["Chat Message"] = "Mensaje de Chat"
|
L["Chat Message"] = "Mensaje de Chat"
|
||||||
L["Check if a single talent match a Rank"] = "Comprobar si un talento coincide con un rango"
|
L["Check if a single talent match a Rank"] = "Comprobar si un talento coincide con un rango"
|
||||||
L["Check nameplate's target every 0.2s"] = "Comprueba el objetivo del nombre de placa cada 0.2s"
|
L["Check nameplate's target every 0.2s"] = "Comprueba el objetivo del nombre de placa cada 0.2s"
|
||||||
|
L["Chess Event"] = "Evento del Ajedrez"
|
||||||
L["Chromaggus"] = "Chromaggus"
|
L["Chromaggus"] = "Chromaggus"
|
||||||
L["Circle"] = "Círculo"
|
L["Circle"] = "Círculo"
|
||||||
L["Circular Texture"] = "Textura circular"
|
L["Circular Texture"] = "Textura circular"
|
||||||
@@ -301,6 +310,7 @@ L["Clockwise"] = "En sentido horario"
|
|||||||
L["Clone per Character"] = "Clonar por personaje"
|
L["Clone per Character"] = "Clonar por personaje"
|
||||||
L["Clone per Event"] = "Clonar por evento"
|
L["Clone per Event"] = "Clonar por evento"
|
||||||
L["Clone per Match"] = "Clonar por encuentro"
|
L["Clone per Match"] = "Clonar por encuentro"
|
||||||
|
L["Coilfang: Serpentshrine Cavern"] = "Colmillo Torcido: Caverna Santuario Serpiente"
|
||||||
L["Coin Precision"] = "Precisión de monedas"
|
L["Coin Precision"] = "Precisión de monedas"
|
||||||
L["Color"] = "Color"
|
L["Color"] = "Color"
|
||||||
L["Color Animation"] = "Animación de color"
|
L["Color Animation"] = "Animación de color"
|
||||||
@@ -360,6 +370,7 @@ L["Custom Sort"] = "Orden personalizado"
|
|||||||
L["Custom Text Function"] = "Función de texto personalizado"
|
L["Custom Text Function"] = "Función de texto personalizado"
|
||||||
L["Custom Trigger Combination"] = "Combinación de activadores personalizada"
|
L["Custom Trigger Combination"] = "Combinación de activadores personalizada"
|
||||||
L["Custom Variables"] = "Variables personalizadas"
|
L["Custom Variables"] = "Variables personalizadas"
|
||||||
|
L["Daakara"] = "Daakara"
|
||||||
L["Damage"] = "Daño"
|
L["Damage"] = "Daño"
|
||||||
L["Damage Shield"] = "Escudo Dañino"
|
L["Damage Shield"] = "Escudo Dañino"
|
||||||
L["Damage Shield Missed"] = "Escudo Dañino Fallido"
|
L["Damage Shield Missed"] = "Escudo Dañino Fallido"
|
||||||
@@ -377,8 +388,7 @@ L["Debuff Type"] = "Tipo de perjuicio"
|
|||||||
L["Debug Log contains more than 1000 entries"] = "El registro de depuración contiene más de 1000 entradas"
|
L["Debug Log contains more than 1000 entries"] = "El registro de depuración contiene más de 1000 entradas"
|
||||||
L["Debug Logging enabled"] = "Registro de depuración activado"
|
L["Debug Logging enabled"] = "Registro de depuración activado"
|
||||||
L["Debug Logging enabled for '%s'"] = "Registro de depuración activado para '%s'."
|
L["Debug Logging enabled for '%s'"] = "Registro de depuración activado para '%s'."
|
||||||
--[[Translation missing --]]
|
L["Defense"] = "Defensa"
|
||||||
L["Defense"] = "Defense"
|
|
||||||
L["Defensive Stats"] = "Estadísticas defensivas"
|
L["Defensive Stats"] = "Estadísticas defensivas"
|
||||||
L["Deflect"] = "Desviar"
|
L["Deflect"] = "Desviar"
|
||||||
L["Delve"] = "Profundidad"
|
L["Delve"] = "Profundidad"
|
||||||
@@ -481,6 +491,7 @@ L["Equipment Set"] = "Conjunto de equipo"
|
|||||||
L["Equipment Set Equipped"] = "Conjunto de equipo equipado"
|
L["Equipment Set Equipped"] = "Conjunto de equipo equipado"
|
||||||
L["Equipment Slot"] = "Ranura para equipo"
|
L["Equipment Slot"] = "Ranura para equipo"
|
||||||
L["Equipped"] = "Equipado"
|
L["Equipped"] = "Equipado"
|
||||||
|
L["Eredar Twins"] = "Gemelos Eredar"
|
||||||
L["Error"] = "Error"
|
L["Error"] = "Error"
|
||||||
L[ [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
L[ [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
||||||
https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames]=] ] = "El error '%s' ha creado un clon seguro. Aconsejamos eliminar el aura. Para más información: https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames"
|
https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames]=] ] = "El error '%s' ha creado un clon seguro. Aconsejamos eliminar el aura. Para más información: https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames"
|
||||||
@@ -524,8 +535,10 @@ L["Fade Out"] = "Desaparecer"
|
|||||||
L["Fail Alert"] = "Alerta de Fallo"
|
L["Fail Alert"] = "Alerta de Fallo"
|
||||||
L["False"] = "Falso"
|
L["False"] = "Falso"
|
||||||
L["Fankriss the Unyielding"] = "Fankriss el Implacable"
|
L["Fankriss the Unyielding"] = "Fankriss el Implacable"
|
||||||
|
L["Fathom-Lord Karathress"] = "Señor de las profundidades Karathress"
|
||||||
L["Feature %q is already disabled"] = "La característica %q ya está desactivada."
|
L["Feature %q is already disabled"] = "La característica %q ya está desactivada."
|
||||||
L["Feature %q is already enabled"] = "La característica %q ya está activada."
|
L["Feature %q is already enabled"] = "La característica %q ya está activada."
|
||||||
|
L["Felmyst"] = "Brumavil"
|
||||||
L["Fetch Absorb"] = "Obtener absorción"
|
L["Fetch Absorb"] = "Obtener absorción"
|
||||||
L["Fetch Heal Absorb"] = "Obtener absorción de sanación"
|
L["Fetch Heal Absorb"] = "Obtener absorción de sanación"
|
||||||
L["Fetch Legendary Power"] = "Obtener poder legendario"
|
L["Fetch Legendary Power"] = "Obtener poder legendario"
|
||||||
@@ -603,10 +616,14 @@ L["Group Leader/Assist"] = "Líder/ayudante de grupo"
|
|||||||
L["Group Size"] = "Tamaño de grupo"
|
L["Group Size"] = "Tamaño de grupo"
|
||||||
L["Group Type"] = "Tipo de grupo"
|
L["Group Type"] = "Tipo de grupo"
|
||||||
L["Grow"] = "Crecer"
|
L["Grow"] = "Crecer"
|
||||||
|
L["Gruul the Dragonkiller"] = "Gruul el Asesino de Dragones"
|
||||||
|
L["Gruul's Lair"] = "Guarida de Gruul"
|
||||||
L["GTFO Alert"] = "Alerta GTFO"
|
L["GTFO Alert"] = "Alerta GTFO"
|
||||||
L["Guardian"] = "Guardián"
|
L["Guardian"] = "Guardián"
|
||||||
L["Guild"] = "Hermandad"
|
L["Guild"] = "Hermandad"
|
||||||
|
L["Gurtogg Bloodboil"] = "Gurtogg Sangre Hirviente"
|
||||||
L["Hakkar"] = "Hakkar"
|
L["Hakkar"] = "Hakkar"
|
||||||
|
L["Halazzi"] = "Halazzi"
|
||||||
L["Hardcore"] = "Hardcore"
|
L["Hardcore"] = "Hardcore"
|
||||||
L["Has Target"] = "Tiene objetivo"
|
L["Has Target"] = "Tiene objetivo"
|
||||||
L["Has Vehicle UI"] = "Tiene IU de vehículo"
|
L["Has Vehicle UI"] = "Tiene IU de vehículo"
|
||||||
@@ -623,15 +640,19 @@ L["Heigan the Unclean"] = "Heigan el Impuro"
|
|||||||
L["Height"] = "Altura"
|
L["Height"] = "Altura"
|
||||||
L["Hero Talent"] = "Talento de Héroe"
|
L["Hero Talent"] = "Talento de Héroe"
|
||||||
L["Heroic Party"] = "Grupo heroico"
|
L["Heroic Party"] = "Grupo heroico"
|
||||||
|
L["Hex Lord Malacrass"] = "Señor aojador Malacrass"
|
||||||
L["Hide"] = "Ocultar"
|
L["Hide"] = "Ocultar"
|
||||||
L["Hide 0 cooldowns"] = "Ocultar 0 reutilizaciones"
|
L["Hide 0 cooldowns"] = "Ocultar 0 reutilizaciones"
|
||||||
L["Hide Timer Text"] = "Ocultar texto del temporizador"
|
L["Hide Timer Text"] = "Ocultar texto del temporizador"
|
||||||
|
L["High Astromancer Solarian"] = "Gran astromante Solarian"
|
||||||
L["High Damage"] = "Alto Daño"
|
L["High Damage"] = "Alto Daño"
|
||||||
|
L["High King Maulgar"] = "Su majestad Maulgar"
|
||||||
L["High Priest Thekal"] = "Sumo Sacerdote Thekal"
|
L["High Priest Thekal"] = "Sumo Sacerdote Thekal"
|
||||||
L["High Priest Venoxis"] = "Sumo Sacerdote Thekal"
|
L["High Priest Venoxis"] = "Sumo Sacerdote Thekal"
|
||||||
L["High Priestess Arlokk"] = "Suma Sacerdotisa Arlokk"
|
L["High Priestess Arlokk"] = "Suma Sacerdotisa Arlokk"
|
||||||
L["High Priestess Jeklik"] = "Suma Sacerdotisa Jeklik"
|
L["High Priestess Jeklik"] = "Suma Sacerdotisa Jeklik"
|
||||||
L["High Priestess Mar'li"] = "Suma Sacerdotisa Mar'li"
|
L["High Priestess Mar'li"] = "Suma Sacerdotisa Mar'li"
|
||||||
|
L["High Warlord Naj'entus"] = "Gran señor de la guerra Naj'entus"
|
||||||
L["Higher Than Tank"] = "Mayor Que el Tanque"
|
L["Higher Than Tank"] = "Mayor Que el Tanque"
|
||||||
L["Highest Spell Id"] = "ID de hechizo más alto"
|
L["Highest Spell Id"] = "ID de hechizo más alto"
|
||||||
L["Hit (%)"] = "Golpear (%)"
|
L["Hit (%)"] = "Golpear (%)"
|
||||||
@@ -643,6 +664,7 @@ L["Hostile"] = "Hostil"
|
|||||||
L["Hostility"] = "Holstilidad"
|
L["Hostility"] = "Holstilidad"
|
||||||
L["Humanoid"] = "Humanoide"
|
L["Humanoid"] = "Humanoide"
|
||||||
L["Hybrid"] = "Híbrido"
|
L["Hybrid"] = "Híbrido"
|
||||||
|
L["Hydross the Unstable"] = "Hydross el Inestable"
|
||||||
L["Icon"] = "Icono"
|
L["Icon"] = "Icono"
|
||||||
L["Icon Function"] = "Función de icono"
|
L["Icon Function"] = "Función de icono"
|
||||||
L["Icon Function (fallback state)"] = "Función de icono (estado de reserva)"
|
L["Icon Function (fallback state)"] = "Función de icono (estado de reserva)"
|
||||||
@@ -656,6 +678,7 @@ L["Ignore Rune CDs"] = "Ignorar reutilización de runa"
|
|||||||
L["Ignore Self"] = "Ignorarse a sí mismo"
|
L["Ignore Self"] = "Ignorarse a sí mismo"
|
||||||
L["Ignore Spell Cooldown/Charges"] = "Ignorar tiempo de reutilización/cargas de hechizos"
|
L["Ignore Spell Cooldown/Charges"] = "Ignorar tiempo de reutilización/cargas de hechizos"
|
||||||
L["Ignore Spell Override"] = "Ignorar sobrescritura de hechizo"
|
L["Ignore Spell Override"] = "Ignorar sobrescritura de hechizo"
|
||||||
|
L["Illidan Stormrage"] = "Illidan Tempestira"
|
||||||
L["Immune"] = "Inmune"
|
L["Immune"] = "Inmune"
|
||||||
L["Important"] = "Importante"
|
L["Important"] = "Importante"
|
||||||
L["Importing will start after combat ends."] = "La importación comenzará una vez finalizado el combate."
|
L["Importing will start after combat ends."] = "La importación comenzará una vez finalizado el combate."
|
||||||
@@ -726,12 +749,19 @@ L["Item Slot String"] = "Cadena de ranura de objeto"
|
|||||||
L["Item Type"] = "Tipo de objeto"
|
L["Item Type"] = "Tipo de objeto"
|
||||||
L["Item Type Equipped"] = "Tipo de objeto equipado"
|
L["Item Type Equipped"] = "Tipo de objeto equipado"
|
||||||
L["ItemId"] = "ID de objeto"
|
L["ItemId"] = "ID de objeto"
|
||||||
|
L["Jan'alai"] = "Jan'alai"
|
||||||
L["Jin'do the Hexxer"] = "Jin'do el Aojador"
|
L["Jin'do the Hexxer"] = "Jin'do el Aojador"
|
||||||
L["Journal Stage"] = "Etapa de diario"
|
L["Journal Stage"] = "Etapa de diario"
|
||||||
|
L["Kael'thas Sunstrider"] = "Kael'thas Caminante del Sol"
|
||||||
|
L["Kalecgos"] = "Kalecgos"
|
||||||
|
L["Karazhan"] = "Karazhan"
|
||||||
|
L["Kaz'rogal"] = "Kaz'rogal"
|
||||||
L["Kazzak"] = "Kazzak"
|
L["Kazzak"] = "Kazzak"
|
||||||
L["Keep Inside"] = "Mantener en el interior"
|
L["Keep Inside"] = "Mantener en el interior"
|
||||||
L["Kel'Thuzad"] = "Kel'Thuzad"
|
L["Kel'Thuzad"] = "Kel'Thuzad"
|
||||||
|
L["Kil'jaeden"] = "Kil'jaeden"
|
||||||
L["Kurinnaxx"] = "Kurinnaxx"
|
L["Kurinnaxx"] = "Kurinnaxx"
|
||||||
|
L["Lady Vashj"] = "Lady Vashj"
|
||||||
L["Large"] = "Grande"
|
L["Large"] = "Grande"
|
||||||
L["Latency"] = "Latencia"
|
L["Latency"] = "Latencia"
|
||||||
L["Leader"] = "Líder"
|
L["Leader"] = "Líder"
|
||||||
@@ -750,6 +780,7 @@ L["Legacy RGB Gradient"] = "Gradiente RGB legado"
|
|||||||
L["Legacy RGB Gradient Pulse"] = "Pulsa de gradiente RGB legado"
|
L["Legacy RGB Gradient Pulse"] = "Pulsa de gradiente RGB legado"
|
||||||
L["Legion"] = "Legion"
|
L["Legion"] = "Legion"
|
||||||
L["Length"] = "Longitud"
|
L["Length"] = "Longitud"
|
||||||
|
L["Leotheras the Blind"] = "Leotheras el Ciego"
|
||||||
L["Level"] = "Nivel"
|
L["Level"] = "Nivel"
|
||||||
L["LibSharedMedia"] = "LibSharedMedia"
|
L["LibSharedMedia"] = "LibSharedMedia"
|
||||||
L["Lillian Voss"] = "Lilian Voss"
|
L["Lillian Voss"] = "Lilian Voss"
|
||||||
@@ -765,7 +796,6 @@ L["Loot"] = "Botín"
|
|||||||
L["Loot Specialization"] = "Especialización de botín"
|
L["Loot Specialization"] = "Especialización de botín"
|
||||||
L["Loot Specialization Id"] = "ID de especialización de botín"
|
L["Loot Specialization Id"] = "ID de especialización de botín"
|
||||||
L["Loot Specialization Name"] = "Nombre de especialización de botín"
|
L["Loot Specialization Name"] = "Nombre de especialización de botín"
|
||||||
--[[Translation missing --]]
|
|
||||||
L["Lord Kazzak"] = "Lord Kazzak"
|
L["Lord Kazzak"] = "Lord Kazzak"
|
||||||
L["Lorewalking"] = "Paseo por la historia"
|
L["Lorewalking"] = "Paseo por la historia"
|
||||||
L["Lost"] = "Perdido"
|
L["Lost"] = "Perdido"
|
||||||
@@ -778,6 +808,9 @@ L["Lucifron"] = "Lucifron"
|
|||||||
L["Maexxna"] = "Maexxna"
|
L["Maexxna"] = "Maexxna"
|
||||||
L["Magic"] = "Magia"
|
L["Magic"] = "Magia"
|
||||||
L["Magmadar"] = "Magmadar"
|
L["Magmadar"] = "Magmadar"
|
||||||
|
L["Magtheridon"] = "Magtheridon"
|
||||||
|
L["Magtheridon's Lair"] = "Guarida de Magtheridon"
|
||||||
|
L["Maiden of Virtue"] = "Doncella de Virtud"
|
||||||
L["Main Character"] = "Personaje principal"
|
L["Main Character"] = "Personaje principal"
|
||||||
L["Main Stat"] = "Estadística principal"
|
L["Main Stat"] = "Estadística principal"
|
||||||
L["Majordomo Executus"] = "Mayordomo Executus"
|
L["Majordomo Executus"] = "Mayordomo Executus"
|
||||||
@@ -840,13 +873,18 @@ L["Monster Say"] = "Monstruo hablando"
|
|||||||
L["Monster Whisper"] = "Susurro de monstruo"
|
L["Monster Whisper"] = "Susurro de monstruo"
|
||||||
L["Monster Yell"] = "Grito de Monstruo"
|
L["Monster Yell"] = "Grito de Monstruo"
|
||||||
L["Moon"] = "Luna"
|
L["Moon"] = "Luna"
|
||||||
|
L["Moroes"] = "Moroes"
|
||||||
|
L["Morogrim Tidewalker"] = "Morogrim Levantamareas"
|
||||||
L["Most remaining time"] = "La mayor parte del tiempo restante"
|
L["Most remaining time"] = "La mayor parte del tiempo restante"
|
||||||
|
L["Mother Shahraz"] = "Madre Shahraz"
|
||||||
L["Mounted"] = "Montado"
|
L["Mounted"] = "Montado"
|
||||||
L["Mouse Cursor"] = "Cursor del ratón"
|
L["Mouse Cursor"] = "Cursor del ratón"
|
||||||
L["Movement Speed Rating"] = "Índice de velocidad de movimiento"
|
L["Movement Speed Rating"] = "Índice de velocidad de movimiento"
|
||||||
L["Multi-target"] = "Objetivo Múltiple"
|
L["Multi-target"] = "Objetivo Múltiple"
|
||||||
|
L["M'uru"] = "M'uru"
|
||||||
L["Mythic Keystone"] = "Piedra angular mítica"
|
L["Mythic Keystone"] = "Piedra angular mítica"
|
||||||
L["Mythic+ Affix"] = "Afijo de mítica+"
|
L["Mythic+ Affix"] = "Afijo de mítica+"
|
||||||
|
L["Nalorakk"] = "Nalorakk"
|
||||||
L["Name"] = "Nombre"
|
L["Name"] = "Nombre"
|
||||||
L["Name Function"] = "Función de nombre"
|
L["Name Function"] = "Función de nombre"
|
||||||
L["Name Function (fallback state)"] = "Función de nombre (estado de reserva)"
|
L["Name Function (fallback state)"] = "Función de nombre (estado de reserva)"
|
||||||
@@ -861,10 +899,12 @@ L["Names of unaffected Players"] = "Nombres de los jugadores no afectados"
|
|||||||
L["Nature Resistance"] = "Resistencia a la naturaleza"
|
L["Nature Resistance"] = "Resistencia a la naturaleza"
|
||||||
L["Naxxramas"] = "Naxxramas"
|
L["Naxxramas"] = "Naxxramas"
|
||||||
L["Nefarian"] = "Nefarian"
|
L["Nefarian"] = "Nefarian"
|
||||||
|
L["Netherspite"] = "Rencor Abisal"
|
||||||
L["Neutral"] = "Neutral"
|
L["Neutral"] = "Neutral"
|
||||||
L["Never"] = "Nunca"
|
L["Never"] = "Nunca"
|
||||||
L["Next Combat"] = "Siguiente combate"
|
L["Next Combat"] = "Siguiente combate"
|
||||||
L["Next Encounter"] = "Siguiente encuentro"
|
L["Next Encounter"] = "Siguiente encuentro"
|
||||||
|
L["Nightbane"] = "Nocturno"
|
||||||
L[ [=[No active boss mod addon detected.
|
L[ [=[No active boss mod addon detected.
|
||||||
|
|
||||||
Note: This trigger will use BigWigs or DBM, in that order if both are installed.]=] ] = "Ningún addon de módulo de jefe activo. Nota: Este activador utilizará BigWigs o DBM, en ese orden si ambos están instalados."
|
Note: This trigger will use BigWigs or DBM, in that order if both are installed.]=] ] = "Ningún addon de módulo de jefe activo. Nota: Este activador utilizará BigWigs o DBM, en ese orden si ambos están instalados."
|
||||||
@@ -938,6 +978,7 @@ L["Only if on a different realm"] = "Solo si está en otro reino"
|
|||||||
L["Only if Primary"] = "Solo si es primario"
|
L["Only if Primary"] = "Solo si es primario"
|
||||||
L["Onyxia"] = "Onyxia"
|
L["Onyxia"] = "Onyxia"
|
||||||
L["Opaque"] = "Opaco"
|
L["Opaque"] = "Opaco"
|
||||||
|
L["Opera Hall"] = "Sala de la Ópera"
|
||||||
L["Option Group"] = "Grupo de opción"
|
L["Option Group"] = "Grupo de opción"
|
||||||
L["Options could not be loaded, the addon is %s"] = "No se han podido cargar las opciones, el addon es %s"
|
L["Options could not be loaded, the addon is %s"] = "No se han podido cargar las opciones, el addon es %s"
|
||||||
L["Options will finish loading after combat ends."] = "Las opciones terminarán de cargarse una vez finalizado el combate."
|
L["Options will finish loading after combat ends."] = "Las opciones terminarán de cargarse una vez finalizado el combate."
|
||||||
@@ -1012,6 +1053,7 @@ L["Power Type"] = "Tipo de Poder"
|
|||||||
L["Precision"] = "Precisión"
|
L["Precision"] = "Precisión"
|
||||||
L["Preset"] = "Preestablecido"
|
L["Preset"] = "Preestablecido"
|
||||||
L["Primary Stats"] = "Estadísticas primarias"
|
L["Primary Stats"] = "Estadísticas primarias"
|
||||||
|
L["Prince Malchezaar"] = "Príncipe Malchezaar"
|
||||||
L["Princess Huhuran"] = "Princesa Huhuran"
|
L["Princess Huhuran"] = "Princesa Huhuran"
|
||||||
L["Print Profiling Results"] = "Imprimir resultados del perfilado"
|
L["Print Profiling Results"] = "Imprimir resultados del perfilado"
|
||||||
L["Proc Glow"] = "Resplandor de prec"
|
L["Proc Glow"] = "Resplandor de prec"
|
||||||
@@ -1029,8 +1071,7 @@ L["Progress Value"] = "Valor de progreso"
|
|||||||
L["Pull"] = "Iniciar"
|
L["Pull"] = "Iniciar"
|
||||||
L["Pulse"] = "Pulso"
|
L["Pulse"] = "Pulso"
|
||||||
L["PvP Flagged"] = "Marcado JcJ"
|
L["PvP Flagged"] = "Marcado JcJ"
|
||||||
--[[Translation missing --]]
|
L["PvP Mode Active"] = "Modo de JcJ activo"
|
||||||
L["PvP Mode Active"] = "PvP Mode Active"
|
|
||||||
L["PvP Talent selected"] = "Talento de JcJ seleccionado"
|
L["PvP Talent selected"] = "Talento de JcJ seleccionado"
|
||||||
L["PvP Talent Selected"] = "Talento de JcJ seleccionado"
|
L["PvP Talent Selected"] = "Talento de JcJ seleccionado"
|
||||||
L["Quality Id"] = "ID de calidad"
|
L["Quality Id"] = "ID de calidad"
|
||||||
@@ -1039,6 +1080,7 @@ L["Quantity earned this week"] = "Cantidad ganada esta semana"
|
|||||||
L["Quest Party"] = "Grupo de misión"
|
L["Quest Party"] = "Grupo de misión"
|
||||||
L["Queued Action"] = "Acción en cola"
|
L["Queued Action"] = "Acción en cola"
|
||||||
L["Radius"] = "Radio"
|
L["Radius"] = "Radio"
|
||||||
|
L["Rage Winterchill"] = "Ira Fríoinvierno"
|
||||||
L["Ragnaros"] = "Ragnaros"
|
L["Ragnaros"] = "Ragnaros"
|
||||||
L["Raid"] = "Banda"
|
L["Raid"] = "Banda"
|
||||||
L["Raid (Heroic)"] = "Banda (heroico)"
|
L["Raid (Heroic)"] = "Banda (heroico)"
|
||||||
@@ -1074,6 +1116,7 @@ L["Region type %s not supported"] = "No se admite el tipo de región %s"
|
|||||||
L["Relative"] = "Relativo"
|
L["Relative"] = "Relativo"
|
||||||
L["Relative X-Offset"] = "Desplazamiento X relativo"
|
L["Relative X-Offset"] = "Desplazamiento X relativo"
|
||||||
L["Relative Y-Offset"] = "Desplazamiento Y relativo"
|
L["Relative Y-Offset"] = "Desplazamiento Y relativo"
|
||||||
|
L["Reliquary of Souls"] = "Relicario de Almas"
|
||||||
L["Remaining Duration"] = "Duración restante"
|
L["Remaining Duration"] = "Duración restante"
|
||||||
L["Remaining Time"] = "Tiempo Restante"
|
L["Remaining Time"] = "Tiempo Restante"
|
||||||
L["Remove Obsolete Auras"] = "Eliminar auras obsoletas"
|
L["Remove Obsolete Auras"] = "Eliminar auras obsoletas"
|
||||||
@@ -1152,6 +1195,10 @@ L["Set IDs can be found on websites such as wowhead.com/cata/item-sets"] = "Los
|
|||||||
L["Set IDs can be found on websites such as wowhead.com/classic/item-sets"] = "Los IDs de conjuntos se pueden encontrar en sitios web como wowhead.com/classic/es/item-sets"
|
L["Set IDs can be found on websites such as wowhead.com/classic/item-sets"] = "Los IDs de conjuntos se pueden encontrar en sitios web como wowhead.com/classic/es/item-sets"
|
||||||
L["Set IDs can be found on websites such as wowhead.com/item-sets"] = "Los ID de conjuntos se pueden encontrar en sitios web como wowhead.com/es/item-sets"
|
L["Set IDs can be found on websites such as wowhead.com/item-sets"] = "Los ID de conjuntos se pueden encontrar en sitios web como wowhead.com/es/item-sets"
|
||||||
L["Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"] = "Los IDs de conjuntos se pueden encontrar en sitios web como wowhead.com/mop-classic/es/item-sets"
|
L["Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"] = "Los IDs de conjuntos se pueden encontrar en sitios web como wowhead.com/mop-classic/es/item-sets"
|
||||||
|
L["Set IDs can be found on websites such as wowhead.com/tbc/item-sets"] = "Los IDs de conjuntos se pueden encontrar en sitios web como wowhead.com/tbc/es/item-sets"
|
||||||
|
L["Set IDs can be found on websites such as wowhead.com/wotlk/item-sets"] = "Los ID de los conjuntos se pueden encontrar en sitios web como wowhead.com/wotlk/es/item-sets"
|
||||||
|
L["Shade of Akama"] = "Sombra de Akama"
|
||||||
|
L["Shade of Aran"] = "Sombra de Aran"
|
||||||
L["Shadow Resistance"] = "Resistencia a las Sombras"
|
L["Shadow Resistance"] = "Resistencia a las Sombras"
|
||||||
L["Shadowlands"] = "Shadowlands"
|
L["Shadowlands"] = "Shadowlands"
|
||||||
L["Shake"] = "Sacudida"
|
L["Shake"] = "Sacudida"
|
||||||
@@ -1289,6 +1336,7 @@ Group Zone IDs must be prefixed with 'g', e.g. 'g277'.
|
|||||||
Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'.
|
Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'.
|
||||||
Supports Instance IDs prefixed with 'i'.
|
Supports Instance IDs prefixed with 'i'.
|
||||||
Entries can be prefixed with '-' to negate.]=] ] = "Admite varias entradas, separadas por comas. Para incluir identificadores de zonas secundarias, utilice el prefijo «c», por ejemplo «c2022». Los ID de zona de grupo deben ir precedidos de «g», por ejemplo «g277». Admite ID de zona de https://wago.tools/db2/AreaTable prefijados con 'a'. Admite ID de estancia con el prefijo «i». Las entradas pueden llevar el prefijo «-» para negarlas."
|
Entries can be prefixed with '-' to negate.]=] ] = "Admite varias entradas, separadas por comas. Para incluir identificadores de zonas secundarias, utilice el prefijo «c», por ejemplo «c2022». Los ID de zona de grupo deben ir precedidos de «g», por ejemplo «g277». Admite ID de zona de https://wago.tools/db2/AreaTable prefijados con 'a'. Admite ID de estancia con el prefijo «i». Las entradas pueden llevar el prefijo «-» para negarlas."
|
||||||
|
L["Supremus"] = "Supremus"
|
||||||
L["Swing"] = "Golpe"
|
L["Swing"] = "Golpe"
|
||||||
L["Swing Timer"] = "Temporizador de Golpes"
|
L["Swing Timer"] = "Temporizador de Golpes"
|
||||||
L["Swipe"] = "Berrido"
|
L["Swipe"] = "Berrido"
|
||||||
@@ -1307,6 +1355,9 @@ L["Tanking And Highest"] = "Tanqueando y el más alto"
|
|||||||
L["Tanking But Not Highest"] = "Tanqueando pero no el mas alto"
|
L["Tanking But Not Highest"] = "Tanqueando pero no el mas alto"
|
||||||
L["Target"] = "Objetivo"
|
L["Target"] = "Objetivo"
|
||||||
L["Targeted"] = "Objetivo"
|
L["Targeted"] = "Objetivo"
|
||||||
|
L["Tempest Keep"] = "El Castillo de la Tempestad"
|
||||||
|
L["Terestian Illhoof"] = "Terestian Pezuña Enferma"
|
||||||
|
L["Teron Gorefiend"] = "Teron Sanguino"
|
||||||
L["Tertiary Stats"] = "Estadísticas terciarias"
|
L["Tertiary Stats"] = "Estadísticas terciarias"
|
||||||
L["Test if bar is enabled in BigWigs settings"] = "Prueba si la barra está activada en la configuración de BigWigs"
|
L["Test if bar is enabled in BigWigs settings"] = "Prueba si la barra está activada en la configuración de BigWigs"
|
||||||
L["Test if bar is enabled in Boss Mod addon settings"] = "Prueba si la barra está activada en la configuración del addon del módulo de jefe"
|
L["Test if bar is enabled in Boss Mod addon settings"] = "Prueba si la barra está activada en la configuración del addon del módulo de jefe"
|
||||||
@@ -1322,10 +1373,15 @@ L["Texture Rotation"] = "Rotación de textura"
|
|||||||
L["Thaddius"] = "Thaddius"
|
L["Thaddius"] = "Thaddius"
|
||||||
L["The aura has overwritten the global '%s', this might affect other auras."] = "La aura ha sobrescrito el '%s' global, esto podría afectar otras auras."
|
L["The aura has overwritten the global '%s', this might affect other auras."] = "La aura ha sobrescrito el '%s' global, esto podría afectar otras auras."
|
||||||
L["The aura tried to overwrite the aura_env global, which is not allowed."] = "El aura intentó sobrescribir la variable global aura_env, lo cual no está permitido"
|
L["The aura tried to overwrite the aura_env global, which is not allowed."] = "El aura intentó sobrescribir la variable global aura_env, lo cual no está permitido"
|
||||||
|
L["The Battle for Mount Hyjal"] = "La Batalla del Monte Hyjal"
|
||||||
|
L["The Curator"] = "Curator"
|
||||||
L["The effective level differs from the level in e.g. Time Walking dungeons."] = "El nivel efectivo difiere del nivel p.ej. mazmorras de paseo en el tiempo"
|
L["The effective level differs from the level in e.g. Time Walking dungeons."] = "El nivel efectivo difiere del nivel p.ej. mazmorras de paseo en el tiempo"
|
||||||
L["The Four Horsemen"] = "Los cuatro jinetes"
|
L["The Four Horsemen"] = "Los cuatro jinetes"
|
||||||
L["The 'ID' value can be found in the BigWigs options of a specific spell"] = "El valor 'ID' se puede encontrar en las opciones de BigWigs de un hechizo específico."
|
L["The 'ID' value can be found in the BigWigs options of a specific spell"] = "El valor 'ID' se puede encontrar en las opciones de BigWigs de un hechizo específico."
|
||||||
|
L["The Illidari Council"] = "El Consejo Illidari"
|
||||||
|
L["The Lurker Below"] = "El Rondador de abajo"
|
||||||
L["The Prophet Skeram"] = "El profeta Skeram"
|
L["The Prophet Skeram"] = "El profeta Skeram"
|
||||||
|
L["The Sunwell Plateau"] = "Meseta de La Fuente del Sol"
|
||||||
L["The total quantity a warband character can transfer after paying the transfer cost"] = "La cantidad total que un personaje de una banda guerrera puede transferir después de pagar el costo de transferencia."
|
L["The total quantity a warband character can transfer after paying the transfer cost"] = "La cantidad total que un personaje de una banda guerrera puede transferir después de pagar el costo de transferencia."
|
||||||
L["The total quantity after transferring everything to your current character and paying the transfer cost"] = "La cantidad total después de transferir todo a tu personaje actual y pagar el costo de transferencia."
|
L["The total quantity after transferring everything to your current character and paying the transfer cost"] = "La cantidad total después de transferir todo a tu personaje actual y pagar el costo de transferencia."
|
||||||
L["The War Within"] = "The War Within"
|
L["The War Within"] = "The War Within"
|
||||||
@@ -1357,6 +1413,7 @@ L["Timed"] = "Temporizado"
|
|||||||
L["Timed Progress"] = "Progreso temporizado"
|
L["Timed Progress"] = "Progreso temporizado"
|
||||||
L["Timer"] = "Temporizador"
|
L["Timer"] = "Temporizador"
|
||||||
L["Timer Id"] = "ID de temporizador"
|
L["Timer Id"] = "ID de temporizador"
|
||||||
|
L["Titan Reforged"] = "Titan Reforged"
|
||||||
L["Toggle"] = "Mostrar"
|
L["Toggle"] = "Mostrar"
|
||||||
L["Toggle List"] = "Mostar lista"
|
L["Toggle List"] = "Mostar lista"
|
||||||
L["Toggle Options Window"] = "Mostrar ventana de opciones"
|
L["Toggle Options Window"] = "Mostrar ventana de opciones"
|
||||||
@@ -1448,12 +1505,14 @@ L["Using WeakAuras.clones is deprecated. Use WeakAuras.GetRegion(id, cloneId) in
|
|||||||
]=]
|
]=]
|
||||||
L["Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."] = "El uso de WeakAuras.regions está en desuso. Utilice WeakAuras.GetRegion(id) en su lugar."
|
L["Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."] = "El uso de WeakAuras.regions está en desuso. Utilice WeakAuras.GetRegion(id) en su lugar."
|
||||||
L["Vaelastrasz the Corrupt"] = "Vaelastrasz el Corrupto"
|
L["Vaelastrasz the Corrupt"] = "Vaelastrasz el Corrupto"
|
||||||
|
L["Vault of Archavon"] = "La Cámara de Archavon"
|
||||||
L["Versatility (%)"] = "Versatilidad (%)"
|
L["Versatility (%)"] = "Versatilidad (%)"
|
||||||
L["Versatility Rating"] = "Índice de versatilidad"
|
L["Versatility Rating"] = "Índice de versatilidad"
|
||||||
L["Vertical"] = "Vertical"
|
L["Vertical"] = "Vertical"
|
||||||
L["Viscidus"] = "Viscidus"
|
L["Viscidus"] = "Viscidus"
|
||||||
L["Visibility"] = "Visibilidad"
|
L["Visibility"] = "Visibilidad"
|
||||||
L["Visions of N'Zoth"] = "Visiones de N'Zoth"
|
L["Visions of N'Zoth"] = "Visiones de N'Zoth"
|
||||||
|
L["Void Reaver"] = "Atracador del Vacío"
|
||||||
L["Warband Quantity Total"] = "Cantidad total de banda guerrera"
|
L["Warband Quantity Total"] = "Cantidad total de banda guerrera"
|
||||||
L["Warband Transfer Percentage"] = "Porcentaje de transferencia de banda guerrera"
|
L["Warband Transfer Percentage"] = "Porcentaje de transferencia de banda guerrera"
|
||||||
L["Warband Transferred Quantity"] = "Cantidad transferida de banda guerrera"
|
L["Warband Transferred Quantity"] = "Cantidad transferida de banda guerrera"
|
||||||
@@ -1506,5 +1565,6 @@ L["Zone ID"] = "ID de zona"
|
|||||||
L["Zone Name"] = "Nombre de zona"
|
L["Zone Name"] = "Nombre de zona"
|
||||||
L["Zoom"] = "Zoom"
|
L["Zoom"] = "Zoom"
|
||||||
L["Zoom Animation"] = "Animación de zoom"
|
L["Zoom Animation"] = "Animación de zoom"
|
||||||
|
L["Zul'Aman"] = "Zul'Aman"
|
||||||
L["Zul'Gurub"] = "Zul'Gurub"
|
L["Zul'Gurub"] = "Zul'Gurub"
|
||||||
|
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ L["25 Man Raid"] = "Banda de 25 jugadores"
|
|||||||
L["25 Player Raid"] = "Banda de 25 jugadores"
|
L["25 Player Raid"] = "Banda de 25 jugadores"
|
||||||
L["25 Player Raid (Heroic)"] = "Banda de 25 jugadores (heroico)"
|
L["25 Player Raid (Heroic)"] = "Banda de 25 jugadores (heroico)"
|
||||||
L["25 Player Raid (Normal)"] = "Banda de 25 jugadores (normal)"
|
L["25 Player Raid (Normal)"] = "Banda de 25 jugadores (normal)"
|
||||||
|
L["25 Player Raid (Titan Reforged)"] = "Banda de 25 (Titan Reforged)"
|
||||||
L["40 Man Raid"] = "Banda de 40 jugadores"
|
L["40 Man Raid"] = "Banda de 40 jugadores"
|
||||||
L["40 Player Raid"] = "Banda de 40 jugadores"
|
L["40 Player Raid"] = "Banda de 40 jugadores"
|
||||||
L["5 Man Dungeon"] = "Mazmorra de 5 jugadores"
|
L["5 Man Dungeon"] = "Mazmorra de 5 jugadores"
|
||||||
@@ -87,6 +88,8 @@ L["Afk"] = "Ausente"
|
|||||||
L["Aggro"] = "Amenaza"
|
L["Aggro"] = "Amenaza"
|
||||||
L["Agility"] = "Agilidad"
|
L["Agility"] = "Agilidad"
|
||||||
L["Ahn'Qiraj"] = "Ahn'Qiraj"
|
L["Ahn'Qiraj"] = "Ahn'Qiraj"
|
||||||
|
L["Akil'zon"] = "Akil'zon"
|
||||||
|
L["Al'ar"] = "Al'ar"
|
||||||
L["Alert Type"] = "Tipo de alerta"
|
L["Alert Type"] = "Tipo de alerta"
|
||||||
L["Alive"] = "Vivo"
|
L["Alive"] = "Vivo"
|
||||||
L["All"] = "Todo"
|
L["All"] = "Todo"
|
||||||
@@ -104,6 +107,7 @@ L["Always True"] = "Siempre verdadero"
|
|||||||
L["Amount"] = "Cantidad"
|
L["Amount"] = "Cantidad"
|
||||||
L["Anchoring"] = "Anclaje"
|
L["Anchoring"] = "Anclaje"
|
||||||
L["And Talent"] = "y talento"
|
L["And Talent"] = "y talento"
|
||||||
|
L["Anetheron"] = "Anetheron"
|
||||||
L["Angle and Radius"] = "Ángulo y radio"
|
L["Angle and Radius"] = "Ángulo y radio"
|
||||||
L["Animations"] = "Animaciones"
|
L["Animations"] = "Animaciones"
|
||||||
L["Anticlockwise"] = "Sentido antihorario"
|
L["Anticlockwise"] = "Sentido antihorario"
|
||||||
@@ -112,16 +116,16 @@ L["Any"] = "Cualquiera"
|
|||||||
L["Any Triggers"] = "Cualquier activador"
|
L["Any Triggers"] = "Cualquier activador"
|
||||||
L["AOE"] = "AOE"
|
L["AOE"] = "AOE"
|
||||||
L["Arcane Resistance"] = "Resistencia arcana"
|
L["Arcane Resistance"] = "Resistencia arcana"
|
||||||
|
L["Archavon the Stone Watcher"] = "Archavon el Vigía de Piedra"
|
||||||
|
L["Archimonde"] = "Archimonde"
|
||||||
L[ [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
L[ [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
||||||
This will overwrite any changes you have made since the last database upgrade.
|
This will overwrite any changes you have made since the last database upgrade.
|
||||||
Last upgrade: %s]=] ] = "¿Estás seguro de que quieres ejecutar la herramienta de reparación |cffff0000EXPERIMENTAL|r? Esto sobrescribirá cualquier cambio que hayas realizado desde la última actualización de la base de datos. Última actualización: %s"
|
Last upgrade: %s]=] ] = "¿Estás seguro de que quieres ejecutar la herramienta de reparación |cffff0000EXPERIMENTAL|r? Esto sobrescribirá cualquier cambio que hayas realizado desde la última actualización de la base de datos. Última actualización: %s"
|
||||||
L["Arena"] = "Arena"
|
L["Arena"] = "Arena"
|
||||||
L["Armor (%)"] = "Armadura (%)"
|
L["Armor (%)"] = "Armadura (%)"
|
||||||
L["Armor against Target (%)"] = "Armadura contra objetivo (%)"
|
L["Armor against Target (%)"] = "Armadura contra objetivo (%)"
|
||||||
--[[Translation missing --]]
|
L["Armor Peneration Percent"] = "Porcentaje de penetración de armadura"
|
||||||
L["Armor Peneration Percent"] = "Armor Peneration Percent"
|
L["Armor Peneration Rating"] = "Índice de penetración de armadura"
|
||||||
--[[Translation missing --]]
|
|
||||||
L["Armor Peneration Rating"] = "Armor Peneration Rating"
|
|
||||||
L["Armor Rating"] = "Índice de armadura"
|
L["Armor Rating"] = "Índice de armadura"
|
||||||
L["Array"] = "Formación"
|
L["Array"] = "Formación"
|
||||||
L["Ascending"] = "Ascendente"
|
L["Ascending"] = "Ascendente"
|
||||||
@@ -141,6 +145,7 @@ L["Attach to Start"] = "Fijar al inicio"
|
|||||||
L["Attack Power"] = "Poder de ataque"
|
L["Attack Power"] = "Poder de ataque"
|
||||||
L["Attackable"] = "Atacable"
|
L["Attackable"] = "Atacable"
|
||||||
L["Attackable Target"] = "Objetivo atacable"
|
L["Attackable Target"] = "Objetivo atacable"
|
||||||
|
L["Attumen the Huntsman"] = "Attumen el Montero"
|
||||||
L["Aura"] = "Aura"
|
L["Aura"] = "Aura"
|
||||||
L["Aura '%s': %s"] = "Aura '%s': %s"
|
L["Aura '%s': %s"] = "Aura '%s': %s"
|
||||||
L["Aura Applied"] = "Aura aplicada"
|
L["Aura Applied"] = "Aura aplicada"
|
||||||
@@ -172,6 +177,7 @@ L["Available features: %s"] = "Características disponibles: %s"
|
|||||||
L["Avoidance (%)"] = "Evasión (%)"
|
L["Avoidance (%)"] = "Evasión (%)"
|
||||||
L["Avoidance Rating"] = "Índice de evasión"
|
L["Avoidance Rating"] = "Índice de evasión"
|
||||||
L["Ayamiss the Hunter"] = "Ayamiss el Cazador"
|
L["Ayamiss the Hunter"] = "Ayamiss el Cazador"
|
||||||
|
L["Azgalor"] = "Azgalor"
|
||||||
L["Azuregos"] = "Azuregos"
|
L["Azuregos"] = "Azuregos"
|
||||||
L["Back and Forth"] = "De Atrás a Adelante"
|
L["Back and Forth"] = "De Atrás a Adelante"
|
||||||
L["Background"] = "Fondo"
|
L["Background"] = "Fondo"
|
||||||
@@ -199,6 +205,7 @@ L["BigWigs Addon"] = "Addon de BigWigs"
|
|||||||
L["BigWigs Message"] = "Mensaje de BigWigs"
|
L["BigWigs Message"] = "Mensaje de BigWigs"
|
||||||
L["BigWigs Stage"] = "Etapa de BigWigs"
|
L["BigWigs Stage"] = "Etapa de BigWigs"
|
||||||
L["BigWigs Timer"] = "Temporizador de BigWigs"
|
L["BigWigs Timer"] = "Temporizador de BigWigs"
|
||||||
|
L["Black Temple"] = "Templo Oscuro"
|
||||||
L["Black Wing Lair"] = "Guarida de Alanegra"
|
L["Black Wing Lair"] = "Guarida de Alanegra"
|
||||||
L["Bleed"] = "Sangrado"
|
L["Bleed"] = "Sangrado"
|
||||||
L["Blizzard Combat Text"] = "Texto de Combate de Blizzard"
|
L["Blizzard Combat Text"] = "Texto de Combate de Blizzard"
|
||||||
@@ -230,6 +237,7 @@ L["Bounce with Decay"] = "Rebotar con Amortiguación"
|
|||||||
L["Break"] = "Romper"
|
L["Break"] = "Romper"
|
||||||
L["BreakUpLargeNumbers (Blizzard)"] = "BreakUpLargeNumbers (Blizzard)"
|
L["BreakUpLargeNumbers (Blizzard)"] = "BreakUpLargeNumbers (Blizzard)"
|
||||||
L["Broodlord Lashlayer"] = "Señor de linaje Capazote"
|
L["Broodlord Lashlayer"] = "Señor de linaje Capazote"
|
||||||
|
L["Brutallus"] = "Brutallus"
|
||||||
L["Buff"] = "Beneficio"
|
L["Buff"] = "Beneficio"
|
||||||
L["Buff/Debuff"] = "Beneficio/Perjuicio"
|
L["Buff/Debuff"] = "Beneficio/Perjuicio"
|
||||||
L["Buffed/Debuffed"] = "Beneficio activo/Perjuicio activo"
|
L["Buffed/Debuffed"] = "Beneficio activo/Perjuicio activo"
|
||||||
@@ -289,6 +297,7 @@ L["Chat Frame"] = "Marco de chat"
|
|||||||
L["Chat Message"] = "Mensaje de Chat"
|
L["Chat Message"] = "Mensaje de Chat"
|
||||||
L["Check if a single talent match a Rank"] = "Comprobar si un talento coincide con un rango"
|
L["Check if a single talent match a Rank"] = "Comprobar si un talento coincide con un rango"
|
||||||
L["Check nameplate's target every 0.2s"] = "Comprueba el objetivo del nombre de placa cada 0.2s"
|
L["Check nameplate's target every 0.2s"] = "Comprueba el objetivo del nombre de placa cada 0.2s"
|
||||||
|
L["Chess Event"] = "Evento del Ajedrez"
|
||||||
L["Chromaggus"] = "Chromaggus"
|
L["Chromaggus"] = "Chromaggus"
|
||||||
L["Circle"] = "Círculo"
|
L["Circle"] = "Círculo"
|
||||||
L["Circular Texture"] = "Textura circular"
|
L["Circular Texture"] = "Textura circular"
|
||||||
@@ -301,6 +310,7 @@ L["Clockwise"] = "En sentido horario"
|
|||||||
L["Clone per Character"] = "Clonar por personaje"
|
L["Clone per Character"] = "Clonar por personaje"
|
||||||
L["Clone per Event"] = "Clonar por evento"
|
L["Clone per Event"] = "Clonar por evento"
|
||||||
L["Clone per Match"] = "Clonar por encuentro"
|
L["Clone per Match"] = "Clonar por encuentro"
|
||||||
|
L["Coilfang: Serpentshrine Cavern"] = "Colmillo Torcido: Caverna Santuario Serpiente"
|
||||||
L["Coin Precision"] = "Precisión de monedas"
|
L["Coin Precision"] = "Precisión de monedas"
|
||||||
L["Color"] = "Color"
|
L["Color"] = "Color"
|
||||||
L["Color Animation"] = "Animación de color"
|
L["Color Animation"] = "Animación de color"
|
||||||
@@ -360,6 +370,7 @@ L["Custom Sort"] = "Orden personalizado"
|
|||||||
L["Custom Text Function"] = "Función de texto personalizado"
|
L["Custom Text Function"] = "Función de texto personalizado"
|
||||||
L["Custom Trigger Combination"] = "Combinación de activadores personalizada"
|
L["Custom Trigger Combination"] = "Combinación de activadores personalizada"
|
||||||
L["Custom Variables"] = "Variables personalizadas"
|
L["Custom Variables"] = "Variables personalizadas"
|
||||||
|
L["Daakara"] = "Daakara"
|
||||||
L["Damage"] = "Daño"
|
L["Damage"] = "Daño"
|
||||||
L["Damage Shield"] = "Escudo Dañino"
|
L["Damage Shield"] = "Escudo Dañino"
|
||||||
L["Damage Shield Missed"] = "Escudo Dañino Fallido"
|
L["Damage Shield Missed"] = "Escudo Dañino Fallido"
|
||||||
@@ -377,8 +388,7 @@ L["Debuff Type"] = "Tipo de perjuicio"
|
|||||||
L["Debug Log contains more than 1000 entries"] = "El registro de depuración contiene más de 1000 entradas"
|
L["Debug Log contains more than 1000 entries"] = "El registro de depuración contiene más de 1000 entradas"
|
||||||
L["Debug Logging enabled"] = "Registro de depuración activado"
|
L["Debug Logging enabled"] = "Registro de depuración activado"
|
||||||
L["Debug Logging enabled for '%s'"] = "Registro de depuración activado para '%s'."
|
L["Debug Logging enabled for '%s'"] = "Registro de depuración activado para '%s'."
|
||||||
--[[Translation missing --]]
|
L["Defense"] = "Defensa"
|
||||||
L["Defense"] = "Defense"
|
|
||||||
L["Defensive Stats"] = "Estadísticas defensivas"
|
L["Defensive Stats"] = "Estadísticas defensivas"
|
||||||
L["Deflect"] = "Desviar"
|
L["Deflect"] = "Desviar"
|
||||||
L["Delve"] = "Abismo"
|
L["Delve"] = "Abismo"
|
||||||
@@ -481,6 +491,7 @@ L["Equipment Set"] = "Conjunto de equipo"
|
|||||||
L["Equipment Set Equipped"] = "Conjunto de equipo equipado"
|
L["Equipment Set Equipped"] = "Conjunto de equipo equipado"
|
||||||
L["Equipment Slot"] = "Ranura para equipo"
|
L["Equipment Slot"] = "Ranura para equipo"
|
||||||
L["Equipped"] = "Equipado"
|
L["Equipped"] = "Equipado"
|
||||||
|
L["Eredar Twins"] = "Gemelos Eredar"
|
||||||
L["Error"] = "Error"
|
L["Error"] = "Error"
|
||||||
L[ [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
L[ [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
||||||
https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames]=] ] = "El error '%s' ha creado un clon seguro. Aconsejamos eliminar el aura. Para más información: https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames"
|
https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames]=] ] = "El error '%s' ha creado un clon seguro. Aconsejamos eliminar el aura. Para más información: https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames"
|
||||||
@@ -524,8 +535,10 @@ L["Fade Out"] = "Desaparecer"
|
|||||||
L["Fail Alert"] = "Alerta de Fallo"
|
L["Fail Alert"] = "Alerta de Fallo"
|
||||||
L["False"] = "Falso"
|
L["False"] = "Falso"
|
||||||
L["Fankriss the Unyielding"] = "Fankriss el Implacable"
|
L["Fankriss the Unyielding"] = "Fankriss el Implacable"
|
||||||
|
L["Fathom-Lord Karathress"] = "Señor de las profundidades Karathress"
|
||||||
L["Feature %q is already disabled"] = "La característica %q ya está desactivada."
|
L["Feature %q is already disabled"] = "La característica %q ya está desactivada."
|
||||||
L["Feature %q is already enabled"] = "La característica %q ya está activada."
|
L["Feature %q is already enabled"] = "La característica %q ya está activada."
|
||||||
|
L["Felmyst"] = "Brumavil"
|
||||||
L["Fetch Absorb"] = "Obtener absorción"
|
L["Fetch Absorb"] = "Obtener absorción"
|
||||||
L["Fetch Heal Absorb"] = "Obtener absorción de sanación"
|
L["Fetch Heal Absorb"] = "Obtener absorción de sanación"
|
||||||
L["Fetch Legendary Power"] = "Obtener poder legendario"
|
L["Fetch Legendary Power"] = "Obtener poder legendario"
|
||||||
@@ -603,10 +616,14 @@ L["Group Leader/Assist"] = "Líder/ayudante de grupo"
|
|||||||
L["Group Size"] = "Tamaño de grupo"
|
L["Group Size"] = "Tamaño de grupo"
|
||||||
L["Group Type"] = "Tipo de grupo"
|
L["Group Type"] = "Tipo de grupo"
|
||||||
L["Grow"] = "Crecer"
|
L["Grow"] = "Crecer"
|
||||||
|
L["Gruul the Dragonkiller"] = "Gruul el Asesino de Dragones"
|
||||||
|
L["Gruul's Lair"] = "Guarida de Gruul"
|
||||||
L["GTFO Alert"] = "Alerta GTFO"
|
L["GTFO Alert"] = "Alerta GTFO"
|
||||||
L["Guardian"] = "Guardián"
|
L["Guardian"] = "Guardián"
|
||||||
L["Guild"] = "Hermandad"
|
L["Guild"] = "Hermandad"
|
||||||
|
L["Gurtogg Bloodboil"] = "Gurtogg Sangre Hirviente"
|
||||||
L["Hakkar"] = "Hakkar"
|
L["Hakkar"] = "Hakkar"
|
||||||
|
L["Halazzi"] = "Halazzi"
|
||||||
L["Hardcore"] = "Extremo"
|
L["Hardcore"] = "Extremo"
|
||||||
L["Has Target"] = "Tiene objetivo"
|
L["Has Target"] = "Tiene objetivo"
|
||||||
L["Has Vehicle UI"] = "Tiene IU de vehículo"
|
L["Has Vehicle UI"] = "Tiene IU de vehículo"
|
||||||
@@ -623,15 +640,19 @@ L["Heigan the Unclean"] = "Heigan el Impuro"
|
|||||||
L["Height"] = "Altura"
|
L["Height"] = "Altura"
|
||||||
L["Hero Talent"] = "Talento de Héroe"
|
L["Hero Talent"] = "Talento de Héroe"
|
||||||
L["Heroic Party"] = "Grupo heroico"
|
L["Heroic Party"] = "Grupo heroico"
|
||||||
|
L["Hex Lord Malacrass"] = "Señor aojador Malacrass"
|
||||||
L["Hide"] = "Ocultar"
|
L["Hide"] = "Ocultar"
|
||||||
L["Hide 0 cooldowns"] = "Ocultar 0 reutilizaciones"
|
L["Hide 0 cooldowns"] = "Ocultar 0 reutilizaciones"
|
||||||
L["Hide Timer Text"] = "Ocultar texto del temporizador"
|
L["Hide Timer Text"] = "Ocultar texto del temporizador"
|
||||||
|
L["High Astromancer Solarian"] = "Gran astromante Solarian"
|
||||||
L["High Damage"] = "Alto Daño"
|
L["High Damage"] = "Alto Daño"
|
||||||
|
L["High King Maulgar"] = "Su majestad Maulgar"
|
||||||
L["High Priest Thekal"] = "Sumo Sacerdote Thekal"
|
L["High Priest Thekal"] = "Sumo Sacerdote Thekal"
|
||||||
L["High Priest Venoxis"] = "Sumo Sacerdote Thekal"
|
L["High Priest Venoxis"] = "Sumo Sacerdote Thekal"
|
||||||
L["High Priestess Arlokk"] = "Suma Sacerdotisa Arlokk"
|
L["High Priestess Arlokk"] = "Suma Sacerdotisa Arlokk"
|
||||||
L["High Priestess Jeklik"] = "Suma Sacerdotisa Jeklik"
|
L["High Priestess Jeklik"] = "Suma Sacerdotisa Jeklik"
|
||||||
L["High Priestess Mar'li"] = "Suma Sacerdotisa Mar'li"
|
L["High Priestess Mar'li"] = "Suma Sacerdotisa Mar'li"
|
||||||
|
L["High Warlord Naj'entus"] = "Gran señor de la guerra Naj'entus"
|
||||||
L["Higher Than Tank"] = "Mayor Que el Tanque"
|
L["Higher Than Tank"] = "Mayor Que el Tanque"
|
||||||
L["Highest Spell Id"] = "ID de hechizo más alto"
|
L["Highest Spell Id"] = "ID de hechizo más alto"
|
||||||
L["Hit (%)"] = "Golpear (%)"
|
L["Hit (%)"] = "Golpear (%)"
|
||||||
@@ -643,6 +664,7 @@ L["Hostile"] = "Hostil"
|
|||||||
L["Hostility"] = "Holstilidad"
|
L["Hostility"] = "Holstilidad"
|
||||||
L["Humanoid"] = "Humanoide"
|
L["Humanoid"] = "Humanoide"
|
||||||
L["Hybrid"] = "Híbrido"
|
L["Hybrid"] = "Híbrido"
|
||||||
|
L["Hydross the Unstable"] = "Hydross el Inestable"
|
||||||
L["Icon"] = "Icono"
|
L["Icon"] = "Icono"
|
||||||
L["Icon Function"] = "Función de icono"
|
L["Icon Function"] = "Función de icono"
|
||||||
L["Icon Function (fallback state)"] = "Función de icono (estado de reserva)"
|
L["Icon Function (fallback state)"] = "Función de icono (estado de reserva)"
|
||||||
@@ -657,6 +679,7 @@ L["Ignore Self"] = "Ignorarse a sí mismo"
|
|||||||
L["Ignore Spell Cooldown/Charges"] = "Ignorar tiempo de reutilización/cargas de hechizos"
|
L["Ignore Spell Cooldown/Charges"] = "Ignorar tiempo de reutilización/cargas de hechizos"
|
||||||
L["Ignore Spell Override"] = [=[Ignorar sobrescritura de hechizo
|
L["Ignore Spell Override"] = [=[Ignorar sobrescritura de hechizo
|
||||||
]=]
|
]=]
|
||||||
|
L["Illidan Stormrage"] = "Illidan Tempestira"
|
||||||
L["Immune"] = "Inmune"
|
L["Immune"] = "Inmune"
|
||||||
L["Important"] = "Importante"
|
L["Important"] = "Importante"
|
||||||
L["Importing will start after combat ends."] = "La importación comenzará una vez finalizado el combate."
|
L["Importing will start after combat ends."] = "La importación comenzará una vez finalizado el combate."
|
||||||
@@ -727,12 +750,19 @@ L["Item Slot String"] = "Cadena de ranura de objeto"
|
|||||||
L["Item Type"] = "Tipo de objeto"
|
L["Item Type"] = "Tipo de objeto"
|
||||||
L["Item Type Equipped"] = "Tipo de objeto equipado"
|
L["Item Type Equipped"] = "Tipo de objeto equipado"
|
||||||
L["ItemId"] = "ID de objeto"
|
L["ItemId"] = "ID de objeto"
|
||||||
|
L["Jan'alai"] = "Jan'alai"
|
||||||
L["Jin'do the Hexxer"] = "Jin'do el Aojador"
|
L["Jin'do the Hexxer"] = "Jin'do el Aojador"
|
||||||
L["Journal Stage"] = "Etapa de diario"
|
L["Journal Stage"] = "Etapa de diario"
|
||||||
|
L["Kael'thas Sunstrider"] = "Kael'thas Caminante del Sol"
|
||||||
|
L["Kalecgos"] = "Kalecgos"
|
||||||
|
L["Karazhan"] = "Karazhan"
|
||||||
|
L["Kaz'rogal"] = "Kaz'rogal"
|
||||||
L["Kazzak"] = "Kazzak"
|
L["Kazzak"] = "Kazzak"
|
||||||
L["Keep Inside"] = "Mantener en el interior"
|
L["Keep Inside"] = "Mantener en el interior"
|
||||||
L["Kel'Thuzad"] = "Kel'Thuzad"
|
L["Kel'Thuzad"] = "Kel'Thuzad"
|
||||||
|
L["Kil'jaeden"] = "Kil'jaeden"
|
||||||
L["Kurinnaxx"] = "Kurinnaxx"
|
L["Kurinnaxx"] = "Kurinnaxx"
|
||||||
|
L["Lady Vashj"] = "Lady Vashj"
|
||||||
L["Large"] = "Grande"
|
L["Large"] = "Grande"
|
||||||
L["Latency"] = "Latencia"
|
L["Latency"] = "Latencia"
|
||||||
L["Leader"] = "Líder"
|
L["Leader"] = "Líder"
|
||||||
@@ -751,6 +781,7 @@ L["Legacy RGB Gradient"] = "Gradiente RGB legado"
|
|||||||
L["Legacy RGB Gradient Pulse"] = "Pulsa de gradiente RGB legado"
|
L["Legacy RGB Gradient Pulse"] = "Pulsa de gradiente RGB legado"
|
||||||
L["Legion"] = "Legion"
|
L["Legion"] = "Legion"
|
||||||
L["Length"] = "Longitud"
|
L["Length"] = "Longitud"
|
||||||
|
L["Leotheras the Blind"] = "Leotheras el Ciego"
|
||||||
L["Level"] = "Nivel"
|
L["Level"] = "Nivel"
|
||||||
L["LibSharedMedia"] = "LibSharedMedia"
|
L["LibSharedMedia"] = "LibSharedMedia"
|
||||||
L["Lillian Voss"] = "Lillian Voss"
|
L["Lillian Voss"] = "Lillian Voss"
|
||||||
@@ -766,7 +797,6 @@ L["Loot"] = "Botín"
|
|||||||
L["Loot Specialization"] = "Especialización de botín"
|
L["Loot Specialization"] = "Especialización de botín"
|
||||||
L["Loot Specialization Id"] = "ID de especialización de botín"
|
L["Loot Specialization Id"] = "ID de especialización de botín"
|
||||||
L["Loot Specialization Name"] = "Nombre de especialización de botín"
|
L["Loot Specialization Name"] = "Nombre de especialización de botín"
|
||||||
--[[Translation missing --]]
|
|
||||||
L["Lord Kazzak"] = "Lord Kazzak"
|
L["Lord Kazzak"] = "Lord Kazzak"
|
||||||
L["Lorewalking"] = "Cronoleyenda"
|
L["Lorewalking"] = "Cronoleyenda"
|
||||||
L["Lost"] = "Perdido"
|
L["Lost"] = "Perdido"
|
||||||
@@ -779,6 +809,9 @@ L["Lucifron"] = "Lucifron"
|
|||||||
L["Maexxna"] = "Maexxna"
|
L["Maexxna"] = "Maexxna"
|
||||||
L["Magic"] = "Magia"
|
L["Magic"] = "Magia"
|
||||||
L["Magmadar"] = "Magmadar"
|
L["Magmadar"] = "Magmadar"
|
||||||
|
L["Magtheridon"] = "Magtheridon"
|
||||||
|
L["Magtheridon's Lair"] = "Guarida de Magtheridon"
|
||||||
|
L["Maiden of Virtue"] = "Doncella de Virtud"
|
||||||
L["Main Character"] = "Personaje principal"
|
L["Main Character"] = "Personaje principal"
|
||||||
L["Main Stat"] = "Estadística principal"
|
L["Main Stat"] = "Estadística principal"
|
||||||
L["Majordomo Executus"] = "Mayordomo Executus"
|
L["Majordomo Executus"] = "Mayordomo Executus"
|
||||||
@@ -841,13 +874,18 @@ L["Monster Say"] = "Monstruo hablando"
|
|||||||
L["Monster Whisper"] = "Susurro de monstruo"
|
L["Monster Whisper"] = "Susurro de monstruo"
|
||||||
L["Monster Yell"] = "Grito de Monstruo"
|
L["Monster Yell"] = "Grito de Monstruo"
|
||||||
L["Moon"] = "Luna"
|
L["Moon"] = "Luna"
|
||||||
|
L["Moroes"] = "Moroes"
|
||||||
|
L["Morogrim Tidewalker"] = "Morogrim Levantamareas"
|
||||||
L["Most remaining time"] = "La mayor parte del tiempo restante"
|
L["Most remaining time"] = "La mayor parte del tiempo restante"
|
||||||
|
L["Mother Shahraz"] = "Madre Shahraz"
|
||||||
L["Mounted"] = "Montado"
|
L["Mounted"] = "Montado"
|
||||||
L["Mouse Cursor"] = "Cursor del ratón"
|
L["Mouse Cursor"] = "Cursor del ratón"
|
||||||
L["Movement Speed Rating"] = "Índice de velocidad de movimiento"
|
L["Movement Speed Rating"] = "Índice de velocidad de movimiento"
|
||||||
L["Multi-target"] = "Objetivo Múltiple"
|
L["Multi-target"] = "Objetivo Múltiple"
|
||||||
|
L["M'uru"] = "M'uru"
|
||||||
L["Mythic Keystone"] = "Piedra angular mítica"
|
L["Mythic Keystone"] = "Piedra angular mítica"
|
||||||
L["Mythic+ Affix"] = "Afijo de mítica+"
|
L["Mythic+ Affix"] = "Afijo de mítica+"
|
||||||
|
L["Nalorakk"] = "Nalorakk"
|
||||||
L["Name"] = "Nombre"
|
L["Name"] = "Nombre"
|
||||||
L["Name Function"] = "Función de nombre"
|
L["Name Function"] = "Función de nombre"
|
||||||
L["Name Function (fallback state)"] = "Función de nombre (estado de reserva)"
|
L["Name Function (fallback state)"] = "Función de nombre (estado de reserva)"
|
||||||
@@ -862,10 +900,12 @@ L["Names of unaffected Players"] = "Nombres de los jugadores no afectados"
|
|||||||
L["Nature Resistance"] = "Resistencia a la naturaleza"
|
L["Nature Resistance"] = "Resistencia a la naturaleza"
|
||||||
L["Naxxramas"] = "Naxxramas"
|
L["Naxxramas"] = "Naxxramas"
|
||||||
L["Nefarian"] = "Nefarian"
|
L["Nefarian"] = "Nefarian"
|
||||||
|
L["Netherspite"] = "Rencor Abisal"
|
||||||
L["Neutral"] = "Neutral"
|
L["Neutral"] = "Neutral"
|
||||||
L["Never"] = "Nunca"
|
L["Never"] = "Nunca"
|
||||||
L["Next Combat"] = "Siguiente combate"
|
L["Next Combat"] = "Siguiente combate"
|
||||||
L["Next Encounter"] = "Siguiente encuentro"
|
L["Next Encounter"] = "Siguiente encuentro"
|
||||||
|
L["Nightbane"] = "Nocturno"
|
||||||
L[ [=[No active boss mod addon detected.
|
L[ [=[No active boss mod addon detected.
|
||||||
|
|
||||||
Note: This trigger will use BigWigs or DBM, in that order if both are installed.]=] ] = "Ningún addon de módulo de jefe activo. Nota: Este activador utilizará BigWigs o DBM, en ese orden si ambos están instalados."
|
Note: This trigger will use BigWigs or DBM, in that order if both are installed.]=] ] = "Ningún addon de módulo de jefe activo. Nota: Este activador utilizará BigWigs o DBM, en ese orden si ambos están instalados."
|
||||||
@@ -939,6 +979,7 @@ L["Only if on a different realm"] = "Solo si está en otro reino"
|
|||||||
L["Only if Primary"] = "Solo si es primario"
|
L["Only if Primary"] = "Solo si es primario"
|
||||||
L["Onyxia"] = "Onyxia"
|
L["Onyxia"] = "Onyxia"
|
||||||
L["Opaque"] = "Opaco"
|
L["Opaque"] = "Opaco"
|
||||||
|
L["Opera Hall"] = "Sala de la Ópera"
|
||||||
L["Option Group"] = "Grupo de opción"
|
L["Option Group"] = "Grupo de opción"
|
||||||
L["Options could not be loaded, the addon is %s"] = "No se han podido cargar las opciones, el addon es %s"
|
L["Options could not be loaded, the addon is %s"] = "No se han podido cargar las opciones, el addon es %s"
|
||||||
L["Options will finish loading after combat ends."] = "Las opciones terminarán de cargarse una vez finalizado el combate."
|
L["Options will finish loading after combat ends."] = "Las opciones terminarán de cargarse una vez finalizado el combate."
|
||||||
@@ -1013,6 +1054,7 @@ L["Power Type"] = "Tipo de Poder"
|
|||||||
L["Precision"] = "Precisión"
|
L["Precision"] = "Precisión"
|
||||||
L["Preset"] = "Preestablecido"
|
L["Preset"] = "Preestablecido"
|
||||||
L["Primary Stats"] = "Estadísticas primarias"
|
L["Primary Stats"] = "Estadísticas primarias"
|
||||||
|
L["Prince Malchezaar"] = "Príncipe Malchezaar"
|
||||||
L["Princess Huhuran"] = "Princesa Huhuran"
|
L["Princess Huhuran"] = "Princesa Huhuran"
|
||||||
L["Print Profiling Results"] = "Imprimir resultados del perfilado"
|
L["Print Profiling Results"] = "Imprimir resultados del perfilado"
|
||||||
L["Proc Glow"] = "Resplandor de prec"
|
L["Proc Glow"] = "Resplandor de prec"
|
||||||
@@ -1030,8 +1072,7 @@ L["Progress Value"] = "Valor de progreso"
|
|||||||
L["Pull"] = "Iniciar"
|
L["Pull"] = "Iniciar"
|
||||||
L["Pulse"] = "Pulso"
|
L["Pulse"] = "Pulso"
|
||||||
L["PvP Flagged"] = "Marcado JcJ"
|
L["PvP Flagged"] = "Marcado JcJ"
|
||||||
--[[Translation missing --]]
|
L["PvP Mode Active"] = "Modo de JcJ activo"
|
||||||
L["PvP Mode Active"] = "PvP Mode Active"
|
|
||||||
L["PvP Talent selected"] = "Talento de JcJ seleccionado"
|
L["PvP Talent selected"] = "Talento de JcJ seleccionado"
|
||||||
L["PvP Talent Selected"] = "Talento de JcJ seleccionado"
|
L["PvP Talent Selected"] = "Talento de JcJ seleccionado"
|
||||||
L["Quality Id"] = "ID de calidad"
|
L["Quality Id"] = "ID de calidad"
|
||||||
@@ -1040,6 +1081,7 @@ L["Quantity earned this week"] = "Cantidad ganada esta semana"
|
|||||||
L["Quest Party"] = "Grupo de misión"
|
L["Quest Party"] = "Grupo de misión"
|
||||||
L["Queued Action"] = "Acción en cola"
|
L["Queued Action"] = "Acción en cola"
|
||||||
L["Radius"] = "Radio"
|
L["Radius"] = "Radio"
|
||||||
|
L["Rage Winterchill"] = "Ira Fríoinvierno"
|
||||||
L["Ragnaros"] = "Ragnaros"
|
L["Ragnaros"] = "Ragnaros"
|
||||||
L["Raid"] = "Banda"
|
L["Raid"] = "Banda"
|
||||||
L["Raid (Heroic)"] = "Banda (heroico)"
|
L["Raid (Heroic)"] = "Banda (heroico)"
|
||||||
@@ -1075,6 +1117,7 @@ L["Region type %s not supported"] = "No se admite el tipo de región %s"
|
|||||||
L["Relative"] = "Relativo"
|
L["Relative"] = "Relativo"
|
||||||
L["Relative X-Offset"] = "Desplazamiento X relativo"
|
L["Relative X-Offset"] = "Desplazamiento X relativo"
|
||||||
L["Relative Y-Offset"] = "Desplazamiento Y relativo"
|
L["Relative Y-Offset"] = "Desplazamiento Y relativo"
|
||||||
|
L["Reliquary of Souls"] = "Relicario de almas"
|
||||||
L["Remaining Duration"] = "Duración restante"
|
L["Remaining Duration"] = "Duración restante"
|
||||||
L["Remaining Time"] = "Tiempo Restante"
|
L["Remaining Time"] = "Tiempo Restante"
|
||||||
L["Remove Obsolete Auras"] = "Eliminar auras obsoletas"
|
L["Remove Obsolete Auras"] = "Eliminar auras obsoletas"
|
||||||
@@ -1153,6 +1196,10 @@ L["Set IDs can be found on websites such as wowhead.com/cata/item-sets"] = "Los
|
|||||||
L["Set IDs can be found on websites such as wowhead.com/classic/item-sets"] = "Los ID de conjuntos se pueden encontrar en sitios web como wowhead.com/classic/mx/item-sets"
|
L["Set IDs can be found on websites such as wowhead.com/classic/item-sets"] = "Los ID de conjuntos se pueden encontrar en sitios web como wowhead.com/classic/mx/item-sets"
|
||||||
L["Set IDs can be found on websites such as wowhead.com/item-sets"] = "Los ID de conjuntos se pueden encontrar en sitios web como wowhead.com/mx/item-sets"
|
L["Set IDs can be found on websites such as wowhead.com/item-sets"] = "Los ID de conjuntos se pueden encontrar en sitios web como wowhead.com/mx/item-sets"
|
||||||
L["Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"] = "Los ID de conjuntos se pueden encontrar en sitios web como wowhead.com/mop-classic/mx/item-sets"
|
L["Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"] = "Los ID de conjuntos se pueden encontrar en sitios web como wowhead.com/mop-classic/mx/item-sets"
|
||||||
|
L["Set IDs can be found on websites such as wowhead.com/tbc/item-sets"] = "Los IDs de conjuntos se pueden encontrar en sitios web como wowhead.com/tbc/mx/item-sets"
|
||||||
|
L["Set IDs can be found on websites such as wowhead.com/wotlk/item-sets"] = "Los ID de los conjuntos se pueden encontrar en sitios web como wowhead.com/wotlk/mx/item-sets"
|
||||||
|
L["Shade of Akama"] = "Sombra de Akama"
|
||||||
|
L["Shade of Aran"] = "Sombra de Aran"
|
||||||
L["Shadow Resistance"] = "Resistencia a las Sombras"
|
L["Shadow Resistance"] = "Resistencia a las Sombras"
|
||||||
L["Shadowlands"] = "Shadowlands"
|
L["Shadowlands"] = "Shadowlands"
|
||||||
L["Shake"] = "Sacudida"
|
L["Shake"] = "Sacudida"
|
||||||
@@ -1290,6 +1337,7 @@ Group Zone IDs must be prefixed with 'g', e.g. 'g277'.
|
|||||||
Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'.
|
Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'.
|
||||||
Supports Instance IDs prefixed with 'i'.
|
Supports Instance IDs prefixed with 'i'.
|
||||||
Entries can be prefixed with '-' to negate.]=] ] = "Admite múltiples entradas, separadas por comas. Para incluir identificadores de zonas secundarias, prefija con 'c', por ejemplo, 'c2022'. Los identificadores de zonas grupales deben estar prefijados con 'g', por ejemplo, 'g277'. Admite identificadores de áreas de https://wago.tools/db2/AreaTable prefijados con 'a'. Admite identificadores de estancias prefijados con 'i'. Las entradas pueden prefijarse con '-' para negar."
|
Entries can be prefixed with '-' to negate.]=] ] = "Admite múltiples entradas, separadas por comas. Para incluir identificadores de zonas secundarias, prefija con 'c', por ejemplo, 'c2022'. Los identificadores de zonas grupales deben estar prefijados con 'g', por ejemplo, 'g277'. Admite identificadores de áreas de https://wago.tools/db2/AreaTable prefijados con 'a'. Admite identificadores de estancias prefijados con 'i'. Las entradas pueden prefijarse con '-' para negar."
|
||||||
|
L["Supremus"] = "Supremus"
|
||||||
L["Swing"] = "Golpe"
|
L["Swing"] = "Golpe"
|
||||||
L["Swing Timer"] = "Temporizador de Golpes"
|
L["Swing Timer"] = "Temporizador de Golpes"
|
||||||
L["Swipe"] = "Berrido"
|
L["Swipe"] = "Berrido"
|
||||||
@@ -1308,6 +1356,9 @@ L["Tanking And Highest"] = "Tanqueando y el más alto"
|
|||||||
L["Tanking But Not Highest"] = "Tanqueando pero no el mas alto"
|
L["Tanking But Not Highest"] = "Tanqueando pero no el mas alto"
|
||||||
L["Target"] = "Objetivo"
|
L["Target"] = "Objetivo"
|
||||||
L["Targeted"] = "Objetivo"
|
L["Targeted"] = "Objetivo"
|
||||||
|
L["Tempest Keep"] = "El Castillo de la Tempestad"
|
||||||
|
L["Terestian Illhoof"] = "Terestian Pezuña Enferma"
|
||||||
|
L["Teron Gorefiend"] = "Teron Sanguino"
|
||||||
L["Tertiary Stats"] = "Estadísticas terciarias"
|
L["Tertiary Stats"] = "Estadísticas terciarias"
|
||||||
L["Test if bar is enabled in BigWigs settings"] = "Prueba si la barra está activada en la configuración de BigWigs"
|
L["Test if bar is enabled in BigWigs settings"] = "Prueba si la barra está activada en la configuración de BigWigs"
|
||||||
L["Test if bar is enabled in Boss Mod addon settings"] = "Prueba si la barra está activada en la configuración del addon del módulo de jefe"
|
L["Test if bar is enabled in Boss Mod addon settings"] = "Prueba si la barra está activada en la configuración del addon del módulo de jefe"
|
||||||
@@ -1323,10 +1374,15 @@ L["Texture Rotation"] = "Rotación de textura"
|
|||||||
L["Thaddius"] = "Thaddius"
|
L["Thaddius"] = "Thaddius"
|
||||||
L["The aura has overwritten the global '%s', this might affect other auras."] = "La aura ha sobrescrito el '%s' global, esto podría afectar otras auras."
|
L["The aura has overwritten the global '%s', this might affect other auras."] = "La aura ha sobrescrito el '%s' global, esto podría afectar otras auras."
|
||||||
L["The aura tried to overwrite the aura_env global, which is not allowed."] = "El aura intentó sobrescribir la variable global aura_env, lo cual no está permitido."
|
L["The aura tried to overwrite the aura_env global, which is not allowed."] = "El aura intentó sobrescribir la variable global aura_env, lo cual no está permitido."
|
||||||
|
L["The Battle for Mount Hyjal"] = "La Batalla del Monte Hyjal"
|
||||||
|
L["The Curator"] = "Curator"
|
||||||
L["The effective level differs from the level in e.g. Time Walking dungeons."] = "El nivel efectivo difiere del nivel p.ej. mazmorras de paseo en el tiempo"
|
L["The effective level differs from the level in e.g. Time Walking dungeons."] = "El nivel efectivo difiere del nivel p.ej. mazmorras de paseo en el tiempo"
|
||||||
L["The Four Horsemen"] = "Los cuatro jinetes"
|
L["The Four Horsemen"] = "Los cuatro jinetes"
|
||||||
L["The 'ID' value can be found in the BigWigs options of a specific spell"] = "El valor 'ID' se puede encontrar en las opciones de BigWigs de un hechizo específico."
|
L["The 'ID' value can be found in the BigWigs options of a specific spell"] = "El valor 'ID' se puede encontrar en las opciones de BigWigs de un hechizo específico."
|
||||||
|
L["The Illidari Council"] = "El Consejo Illidari"
|
||||||
|
L["The Lurker Below"] = "El Rondador de abajo"
|
||||||
L["The Prophet Skeram"] = "El profeta Skeram"
|
L["The Prophet Skeram"] = "El profeta Skeram"
|
||||||
|
L["The Sunwell Plateau"] = "Meseta de La Fuente del Sol"
|
||||||
L["The total quantity a warband character can transfer after paying the transfer cost"] = "La cantidad total que un personaje de tropa puede transferir después de pagar el costo de transferencia."
|
L["The total quantity a warband character can transfer after paying the transfer cost"] = "La cantidad total que un personaje de tropa puede transferir después de pagar el costo de transferencia."
|
||||||
L["The total quantity after transferring everything to your current character and paying the transfer cost"] = "La cantidad total después de transferir todo a tu personaje actual y pagar el costo de transferencia"
|
L["The total quantity after transferring everything to your current character and paying the transfer cost"] = "La cantidad total después de transferir todo a tu personaje actual y pagar el costo de transferencia"
|
||||||
L["The War Within"] = "The War Within"
|
L["The War Within"] = "The War Within"
|
||||||
@@ -1358,6 +1414,7 @@ L["Timed"] = "Temporizado"
|
|||||||
L["Timed Progress"] = "Progreso temporizado"
|
L["Timed Progress"] = "Progreso temporizado"
|
||||||
L["Timer"] = "Temporizador"
|
L["Timer"] = "Temporizador"
|
||||||
L["Timer Id"] = "ID de temporizador"
|
L["Timer Id"] = "ID de temporizador"
|
||||||
|
L["Titan Reforged"] = "Titan Reforged"
|
||||||
L["Toggle"] = "Mostrar"
|
L["Toggle"] = "Mostrar"
|
||||||
L["Toggle List"] = "Mostar lista"
|
L["Toggle List"] = "Mostar lista"
|
||||||
L["Toggle Options Window"] = "Mostrar ventana de opciones"
|
L["Toggle Options Window"] = "Mostrar ventana de opciones"
|
||||||
@@ -1449,12 +1506,14 @@ L["Using WeakAuras.clones is deprecated. Use WeakAuras.GetRegion(id, cloneId) in
|
|||||||
]=]
|
]=]
|
||||||
L["Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."] = "El uso de WeakAuras.regions está en desuso. Utilice WeakAuras.GetRegion(id) en su lugar."
|
L["Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."] = "El uso de WeakAuras.regions está en desuso. Utilice WeakAuras.GetRegion(id) en su lugar."
|
||||||
L["Vaelastrasz the Corrupt"] = "Vaelastrasz el Corrupto"
|
L["Vaelastrasz the Corrupt"] = "Vaelastrasz el Corrupto"
|
||||||
|
L["Vault of Archavon"] = "La Cámara de Archavon"
|
||||||
L["Versatility (%)"] = "Versatilidad (%)"
|
L["Versatility (%)"] = "Versatilidad (%)"
|
||||||
L["Versatility Rating"] = "Índice de versatilidad"
|
L["Versatility Rating"] = "Índice de versatilidad"
|
||||||
L["Vertical"] = "Vertical"
|
L["Vertical"] = "Vertical"
|
||||||
L["Viscidus"] = "Viscidus"
|
L["Viscidus"] = "Viscidus"
|
||||||
L["Visibility"] = "Visibilidad"
|
L["Visibility"] = "Visibilidad"
|
||||||
L["Visions of N'Zoth"] = "Visiones de N'Zoth"
|
L["Visions of N'Zoth"] = "Visiones de N'Zoth"
|
||||||
|
L["Void Reaver"] = "Atracador del Vacío"
|
||||||
L["Warband Quantity Total"] = "Cantidad total de tropa"
|
L["Warband Quantity Total"] = "Cantidad total de tropa"
|
||||||
L["Warband Transfer Percentage"] = "Porcentaje de transferencia de tropa"
|
L["Warband Transfer Percentage"] = "Porcentaje de transferencia de tropa"
|
||||||
L["Warband Transferred Quantity"] = "Cantidad transferida de tropa"
|
L["Warband Transferred Quantity"] = "Cantidad transferida de tropa"
|
||||||
@@ -1507,5 +1566,6 @@ L["Zone ID"] = "ID de zona"
|
|||||||
L["Zone Name"] = "Nombre de zona"
|
L["Zone Name"] = "Nombre de zona"
|
||||||
L["Zoom"] = "Zoom"
|
L["Zoom"] = "Zoom"
|
||||||
L["Zoom Animation"] = "Animación de zoom"
|
L["Zoom Animation"] = "Animación de zoom"
|
||||||
|
L["Zul'Aman"] = "Zul'Aman"
|
||||||
L["Zul'Gurub"] = "Zul'Gurub"
|
L["Zul'Gurub"] = "Zul'Gurub"
|
||||||
|
|
||||||
|
|||||||
@@ -57,6 +57,8 @@ L["25 Man Raid"] = "Raid 25 Joueurs"
|
|||||||
L["25 Player Raid"] = "Raid à 25 joueurs"
|
L["25 Player Raid"] = "Raid à 25 joueurs"
|
||||||
L["25 Player Raid (Heroic)"] = "Raid 25 Joueurs (Héroïque)"
|
L["25 Player Raid (Heroic)"] = "Raid 25 Joueurs (Héroïque)"
|
||||||
L["25 Player Raid (Normal)"] = "Raid 25 Joueurs (Normal)"
|
L["25 Player Raid (Normal)"] = "Raid 25 Joueurs (Normal)"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["25 Player Raid (Titan Reforged)"] = "25 Player Raid (Titan Reforged)"
|
||||||
L["40 Man Raid"] = "Raid 40 Personnes"
|
L["40 Man Raid"] = "Raid 40 Personnes"
|
||||||
L["40 Player Raid"] = "Raid 40 Joueurs"
|
L["40 Player Raid"] = "Raid 40 Joueurs"
|
||||||
L["5 Man Dungeon"] = "Donjon 5 joueurs"
|
L["5 Man Dungeon"] = "Donjon 5 joueurs"
|
||||||
@@ -98,6 +100,10 @@ L["Afk"] = "Afk"
|
|||||||
L["Aggro"] = "Aggro"
|
L["Aggro"] = "Aggro"
|
||||||
L["Agility"] = "Agilité"
|
L["Agility"] = "Agilité"
|
||||||
L["Ahn'Qiraj"] = "Ahn'Qiraj"
|
L["Ahn'Qiraj"] = "Ahn'Qiraj"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Akil'zon"] = "Akil'zon"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Al'ar"] = "Al'ar"
|
||||||
L["Alert Type"] = "Type d'alerte"
|
L["Alert Type"] = "Type d'alerte"
|
||||||
L["Alive"] = "En vie"
|
L["Alive"] = "En vie"
|
||||||
L["All"] = "Tous"
|
L["All"] = "Tous"
|
||||||
@@ -115,6 +121,8 @@ L["Always True"] = "Toujours Vrai"
|
|||||||
L["Amount"] = "Quantité"
|
L["Amount"] = "Quantité"
|
||||||
L["Anchoring"] = "Ancrage"
|
L["Anchoring"] = "Ancrage"
|
||||||
L["And Talent"] = "Et talent"
|
L["And Talent"] = "Et talent"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Anetheron"] = "Anetheron"
|
||||||
L["Angle and Radius"] = "Angle et rayon"
|
L["Angle and Radius"] = "Angle et rayon"
|
||||||
L["Animations"] = "Animations"
|
L["Animations"] = "Animations"
|
||||||
L["Anticlockwise"] = "Sens anti-horaire"
|
L["Anticlockwise"] = "Sens anti-horaire"
|
||||||
@@ -123,6 +131,10 @@ L["Any"] = "N'importe lequel"
|
|||||||
L["Any Triggers"] = "Au moins un déclencheur"
|
L["Any Triggers"] = "Au moins un déclencheur"
|
||||||
L["AOE"] = "AOE"
|
L["AOE"] = "AOE"
|
||||||
L["Arcane Resistance"] = "Résistance aux arcanes"
|
L["Arcane Resistance"] = "Résistance aux arcanes"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Archavon the Stone Watcher"] = "Archavon the Stone Watcher"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Archimonde"] = "Archimonde"
|
||||||
L[ [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
L[ [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
||||||
This will overwrite any changes you have made since the last database upgrade.
|
This will overwrite any changes you have made since the last database upgrade.
|
||||||
Last upgrade: %s]=] ] = "Êtes-vous sûr de vouloir exécuter l'outil de réparation |cffff0000expérimental|r ? Cela écrasera toutes les modifications que vous avez apportées depuis la dernière mise à niveau de la base de données. Dernière mise à jour : %s"
|
Last upgrade: %s]=] ] = "Êtes-vous sûr de vouloir exécuter l'outil de réparation |cffff0000expérimental|r ? Cela écrasera toutes les modifications que vous avez apportées depuis la dernière mise à niveau de la base de données. Dernière mise à jour : %s"
|
||||||
@@ -154,6 +166,8 @@ L["Attach to Start"] = "Attacher au Début"
|
|||||||
L["Attack Power"] = "Puissance d'attaque"
|
L["Attack Power"] = "Puissance d'attaque"
|
||||||
L["Attackable"] = "Attaquable"
|
L["Attackable"] = "Attaquable"
|
||||||
L["Attackable Target"] = "Cible attaquable"
|
L["Attackable Target"] = "Cible attaquable"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Attumen the Huntsman"] = "Attumen the Huntsman"
|
||||||
L["Aura"] = "Aura"
|
L["Aura"] = "Aura"
|
||||||
L["Aura '%s': %s"] = "Aura '%s' : %s"
|
L["Aura '%s': %s"] = "Aura '%s' : %s"
|
||||||
L["Aura Applied"] = "Aura appliquée"
|
L["Aura Applied"] = "Aura appliquée"
|
||||||
@@ -187,6 +201,8 @@ L["Available features: %s"] = "Available features: %s"
|
|||||||
L["Avoidance (%)"] = "Evitement (%)"
|
L["Avoidance (%)"] = "Evitement (%)"
|
||||||
L["Avoidance Rating"] = "Pourcentage Evitement "
|
L["Avoidance Rating"] = "Pourcentage Evitement "
|
||||||
L["Ayamiss the Hunter"] = "Ayamiss le Chasseur"
|
L["Ayamiss the Hunter"] = "Ayamiss le Chasseur"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Azgalor"] = "Azgalor"
|
||||||
L["Azuregos"] = "Azuregos"
|
L["Azuregos"] = "Azuregos"
|
||||||
L["Back and Forth"] = "D'avant en arrière"
|
L["Back and Forth"] = "D'avant en arrière"
|
||||||
L["Background"] = "Arrière-plan"
|
L["Background"] = "Arrière-plan"
|
||||||
@@ -229,6 +245,8 @@ L["BigWigs Message"] = "Message BigWigs"
|
|||||||
L["BigWigs Stage"] = "BigWigs Stage"
|
L["BigWigs Stage"] = "BigWigs Stage"
|
||||||
L["BigWigs Timer"] = "Temps BigWigs"
|
L["BigWigs Timer"] = "Temps BigWigs"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Black Temple"] = "Black Temple"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Black Wing Lair"] = "Black Wing Lair"
|
L["Black Wing Lair"] = "Black Wing Lair"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Bleed"] = "Bleed"
|
L["Bleed"] = "Bleed"
|
||||||
@@ -271,6 +289,8 @@ L["Break"] = "Break"
|
|||||||
L["BreakUpLargeNumbers (Blizzard)"] = "BreakUpLargeNumbers (Blizzard)"
|
L["BreakUpLargeNumbers (Blizzard)"] = "BreakUpLargeNumbers (Blizzard)"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Broodlord Lashlayer"] = "Broodlord Lashlayer"
|
L["Broodlord Lashlayer"] = "Broodlord Lashlayer"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Brutallus"] = "Brutallus"
|
||||||
L["Buff"] = "Amélioration"
|
L["Buff"] = "Amélioration"
|
||||||
L["Buff/Debuff"] = "Amélioration / affaiblissement"
|
L["Buff/Debuff"] = "Amélioration / affaiblissement"
|
||||||
L["Buffed/Debuffed"] = "Amélioré/Affaiblit"
|
L["Buffed/Debuffed"] = "Amélioré/Affaiblit"
|
||||||
@@ -351,6 +371,8 @@ L["Chat Message"] = "Message écrit"
|
|||||||
L["Check if a single talent match a Rank"] = "Check if a single talent match a Rank"
|
L["Check if a single talent match a Rank"] = "Check if a single talent match a Rank"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Check nameplate's target every 0.2s"] = "Check nameplate's target every 0.2s"
|
L["Check nameplate's target every 0.2s"] = "Check nameplate's target every 0.2s"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Chess Event"] = "Chess Event"
|
||||||
L["Chromaggus"] = "Chromaggus"
|
L["Chromaggus"] = "Chromaggus"
|
||||||
L["Circle"] = "Cercle"
|
L["Circle"] = "Cercle"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
@@ -366,6 +388,8 @@ L["Clone per Character"] = "Clone per Character"
|
|||||||
L["Clone per Event"] = "Clone pour chaque Évènement"
|
L["Clone per Event"] = "Clone pour chaque Évènement"
|
||||||
L["Clone per Match"] = "Clone pour chaque Correspondance"
|
L["Clone per Match"] = "Clone pour chaque Correspondance"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Coilfang: Serpentshrine Cavern"] = "Coilfang: Serpentshrine Cavern"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Coin Precision"] = "Coin Precision"
|
L["Coin Precision"] = "Coin Precision"
|
||||||
L["Color"] = "Couleur"
|
L["Color"] = "Couleur"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
@@ -463,6 +487,8 @@ L["Custom Text Function"] = "Custom Text Function"
|
|||||||
L["Custom Trigger Combination"] = "Custom Trigger Combination"
|
L["Custom Trigger Combination"] = "Custom Trigger Combination"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Custom Variables"] = "Custom Variables"
|
L["Custom Variables"] = "Custom Variables"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Daakara"] = "Daakara"
|
||||||
L["Damage"] = "Dégâts"
|
L["Damage"] = "Dégâts"
|
||||||
L["Damage Shield"] = "Bouclier de dégâts"
|
L["Damage Shield"] = "Bouclier de dégâts"
|
||||||
L["Damage Shield Missed"] = "Bouclier de dégâts raté"
|
L["Damage Shield Missed"] = "Bouclier de dégâts raté"
|
||||||
@@ -638,6 +664,8 @@ L["Equipment Set"] = "Ensemble d'équipement"
|
|||||||
L["Equipment Set Equipped"] = "Ensemble d'équipement équipé"
|
L["Equipment Set Equipped"] = "Ensemble d'équipement équipé"
|
||||||
L["Equipment Slot"] = "Emplacement d'équipement"
|
L["Equipment Slot"] = "Emplacement d'équipement"
|
||||||
L["Equipped"] = "Équipé "
|
L["Equipped"] = "Équipé "
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Eredar Twins"] = "Eredar Twins"
|
||||||
L["Error"] = "Erreur"
|
L["Error"] = "Erreur"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L[ [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
L[ [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
||||||
@@ -703,10 +731,14 @@ L["False"] = "Faux"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Fankriss the Unyielding"] = "Fankriss the Unyielding"
|
L["Fankriss the Unyielding"] = "Fankriss the Unyielding"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Fathom-Lord Karathress"] = "Fathom-Lord Karathress"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Feature %q is already disabled"] = "Feature %q is already disabled"
|
L["Feature %q is already disabled"] = "Feature %q is already disabled"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Feature %q is already enabled"] = "Feature %q is already enabled"
|
L["Feature %q is already enabled"] = "Feature %q is already enabled"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Felmyst"] = "Felmyst"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Fetch Absorb"] = "Fetch Absorb"
|
L["Fetch Absorb"] = "Fetch Absorb"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Fetch Heal Absorb"] = "Fetch Heal Absorb"
|
L["Fetch Heal Absorb"] = "Fetch Heal Absorb"
|
||||||
@@ -827,13 +859,21 @@ L["Group Size"] = "Group Size"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Group Type"] = "Group Type"
|
L["Group Type"] = "Group Type"
|
||||||
L["Grow"] = "Grandir"
|
L["Grow"] = "Grandir"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Gruul the Dragonkiller"] = "Gruul the Dragonkiller"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Gruul's Lair"] = "Gruul's Lair"
|
||||||
L["GTFO Alert"] = "Alerte GTFO"
|
L["GTFO Alert"] = "Alerte GTFO"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Guardian"] = "Guardian"
|
L["Guardian"] = "Guardian"
|
||||||
L["Guild"] = "Guilde"
|
L["Guild"] = "Guilde"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Gurtogg Bloodboil"] = "Gurtogg Bloodboil"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Hakkar"] = "Hakkar"
|
L["Hakkar"] = "Hakkar"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Halazzi"] = "Halazzi"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Hardcore"] = "Hardcore"
|
L["Hardcore"] = "Hardcore"
|
||||||
L["Has Target"] = "A une Cible"
|
L["Has Target"] = "A une Cible"
|
||||||
L["Has Vehicle UI"] = "Interface véhicule"
|
L["Has Vehicle UI"] = "Interface véhicule"
|
||||||
@@ -856,12 +896,18 @@ L["Height"] = "Hauteur"
|
|||||||
L["Hero Talent"] = "Hero Talent"
|
L["Hero Talent"] = "Hero Talent"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Heroic Party"] = "Heroic Party"
|
L["Heroic Party"] = "Heroic Party"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Hex Lord Malacrass"] = "Hex Lord Malacrass"
|
||||||
L["Hide"] = "Cacher"
|
L["Hide"] = "Cacher"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Hide 0 cooldowns"] = "Hide 0 cooldowns"
|
L["Hide 0 cooldowns"] = "Hide 0 cooldowns"
|
||||||
L["Hide Timer Text"] = "Masquer le texte du minuteur"
|
L["Hide Timer Text"] = "Masquer le texte du minuteur"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["High Astromancer Solarian"] = "High Astromancer Solarian"
|
||||||
L["High Damage"] = "Dégâts élevés"
|
L["High Damage"] = "Dégâts élevés"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["High King Maulgar"] = "High King Maulgar"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["High Priest Thekal"] = "High Priest Thekal"
|
L["High Priest Thekal"] = "High Priest Thekal"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["High Priest Venoxis"] = "High Priest Venoxis"
|
L["High Priest Venoxis"] = "High Priest Venoxis"
|
||||||
@@ -871,6 +917,8 @@ L["High Priestess Arlokk"] = "High Priestess Arlokk"
|
|||||||
L["High Priestess Jeklik"] = "High Priestess Jeklik"
|
L["High Priestess Jeklik"] = "High Priestess Jeklik"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["High Priestess Mar'li"] = "High Priestess Mar'li"
|
L["High Priestess Mar'li"] = "High Priestess Mar'li"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["High Warlord Naj'entus"] = "High Warlord Naj'entus"
|
||||||
L["Higher Than Tank"] = "Plus haut que le tank"
|
L["Higher Than Tank"] = "Plus haut que le tank"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Highest Spell Id"] = "Highest Spell Id"
|
L["Highest Spell Id"] = "Highest Spell Id"
|
||||||
@@ -886,6 +934,8 @@ L["Hostile"] = "Hostile"
|
|||||||
L["Hostility"] = "Hostilité"
|
L["Hostility"] = "Hostilité"
|
||||||
L["Humanoid"] = "Humanoïde"
|
L["Humanoid"] = "Humanoïde"
|
||||||
L["Hybrid"] = "Hybride"
|
L["Hybrid"] = "Hybride"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Hydross the Unstable"] = "Hydross the Unstable"
|
||||||
L["Icon"] = "Icône"
|
L["Icon"] = "Icône"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Icon Function"] = "Icon Function"
|
L["Icon Function"] = "Icon Function"
|
||||||
@@ -906,6 +956,8 @@ L["Ignore Self"] = "Ignorer soi-même"
|
|||||||
L["Ignore Spell Cooldown/Charges"] = "Ignore Spell Cooldown/Charges"
|
L["Ignore Spell Cooldown/Charges"] = "Ignore Spell Cooldown/Charges"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Ignore Spell Override"] = "Ignore Spell Override"
|
L["Ignore Spell Override"] = "Ignore Spell Override"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Illidan Stormrage"] = "Illidan Stormrage"
|
||||||
L["Immune"] = "Immunité"
|
L["Immune"] = "Immunité"
|
||||||
L["Important"] = "Important"
|
L["Important"] = "Important"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
@@ -1004,16 +1056,30 @@ L["Item Type Equipped"] = "Type d'objet équipé"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["ItemId"] = "ItemId"
|
L["ItemId"] = "ItemId"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Jan'alai"] = "Jan'alai"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Jin'do the Hexxer"] = "Jin'do the Hexxer"
|
L["Jin'do the Hexxer"] = "Jin'do the Hexxer"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Journal Stage"] = "Journal Stage"
|
L["Journal Stage"] = "Journal Stage"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Kael'thas Sunstrider"] = "Kael'thas Sunstrider"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Kalecgos"] = "Kalecgos"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Karazhan"] = "Karazhan"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Kaz'rogal"] = "Kaz'rogal"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Kazzak"] = "Kazzak"
|
L["Kazzak"] = "Kazzak"
|
||||||
L["Keep Inside"] = "Garder à l'Intérieur"
|
L["Keep Inside"] = "Garder à l'Intérieur"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Kel'Thuzad"] = "Kel'Thuzad"
|
L["Kel'Thuzad"] = "Kel'Thuzad"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Kil'jaeden"] = "Kil'jaeden"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Kurinnaxx"] = "Kurinnaxx"
|
L["Kurinnaxx"] = "Kurinnaxx"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Lady Vashj"] = "Lady Vashj"
|
||||||
L["Large"] = "Large"
|
L["Large"] = "Large"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Latency"] = "Latency"
|
L["Latency"] = "Latency"
|
||||||
@@ -1037,6 +1103,8 @@ L["Legacy RGB Gradient Pulse"] = "Impulsion de Dégradé RVB héritée"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Legion"] = "Legion"
|
L["Legion"] = "Legion"
|
||||||
L["Length"] = "Longueur"
|
L["Length"] = "Longueur"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Leotheras the Blind"] = "Leotheras the Blind"
|
||||||
L["Level"] = "Niveau"
|
L["Level"] = "Niveau"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["LibSharedMedia"] = "LibSharedMedia"
|
L["LibSharedMedia"] = "LibSharedMedia"
|
||||||
@@ -1084,6 +1152,12 @@ L["Magic"] = "Magique"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Magmadar"] = "Magmadar"
|
L["Magmadar"] = "Magmadar"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Magtheridon"] = "Magtheridon"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Magtheridon's Lair"] = "Magtheridon's Lair"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Maiden of Virtue"] = "Maiden of Virtue"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Main Character"] = "Main Character"
|
L["Main Character"] = "Main Character"
|
||||||
L["Main Stat"] = "Caractéristique principale"
|
L["Main Stat"] = "Caractéristique principale"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
@@ -1173,14 +1247,24 @@ L["Monster Whisper"] = "Chuchotement de Monstre"
|
|||||||
L["Monster Yell"] = "Cri de monstre"
|
L["Monster Yell"] = "Cri de monstre"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Moon"] = "Moon"
|
L["Moon"] = "Moon"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Moroes"] = "Moroes"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Morogrim Tidewalker"] = "Morogrim Tidewalker"
|
||||||
L["Most remaining time"] = "Plus de temps restant"
|
L["Most remaining time"] = "Plus de temps restant"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Mother Shahraz"] = "Mother Shahraz"
|
||||||
L["Mounted"] = "En monture"
|
L["Mounted"] = "En monture"
|
||||||
L["Mouse Cursor"] = "Curseur de la souris"
|
L["Mouse Cursor"] = "Curseur de la souris"
|
||||||
L["Movement Speed Rating"] = [=[Score de vitesse
|
L["Movement Speed Rating"] = [=[Score de vitesse
|
||||||
]=]
|
]=]
|
||||||
L["Multi-target"] = "Multi-cibles"
|
L["Multi-target"] = "Multi-cibles"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["M'uru"] = "M'uru"
|
||||||
L["Mythic Keystone"] = "Clé mythique"
|
L["Mythic Keystone"] = "Clé mythique"
|
||||||
L["Mythic+ Affix"] = "Affixe de Mythique +"
|
L["Mythic+ Affix"] = "Affixe de Mythique +"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Nalorakk"] = "Nalorakk"
|
||||||
L["Name"] = "Nom"
|
L["Name"] = "Nom"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Name Function"] = "Name Function"
|
L["Name Function"] = "Name Function"
|
||||||
@@ -1198,12 +1282,16 @@ L["Names of unaffected Players"] = "Noms des joueurs non affectés"
|
|||||||
L["Nature Resistance"] = "Résistance à la nature"
|
L["Nature Resistance"] = "Résistance à la nature"
|
||||||
L["Naxxramas"] = "Naxxramas"
|
L["Naxxramas"] = "Naxxramas"
|
||||||
L["Nefarian"] = "Nefarian"
|
L["Nefarian"] = "Nefarian"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Netherspite"] = "Netherspite"
|
||||||
L["Neutral"] = "Neutre"
|
L["Neutral"] = "Neutre"
|
||||||
L["Never"] = "Jamais"
|
L["Never"] = "Jamais"
|
||||||
L["Next Combat"] = "Prochain combat"
|
L["Next Combat"] = "Prochain combat"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Next Encounter"] = "Next Encounter"
|
L["Next Encounter"] = "Next Encounter"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Nightbane"] = "Nightbane"
|
||||||
|
--[[Translation missing --]]
|
||||||
L[ [=[No active boss mod addon detected.
|
L[ [=[No active boss mod addon detected.
|
||||||
|
|
||||||
Note: This trigger will use BigWigs or DBM, in that order if both are installed.]=] ] = [=[No active boss mod addon detected.
|
Note: This trigger will use BigWigs or DBM, in that order if both are installed.]=] ] = [=[No active boss mod addon detected.
|
||||||
@@ -1324,6 +1412,8 @@ L["Only if on a different realm"] = "Only if on a different realm"
|
|||||||
L["Only if Primary"] = "Seulement si primaire"
|
L["Only if Primary"] = "Seulement si primaire"
|
||||||
L["Onyxia"] = "Onyxia"
|
L["Onyxia"] = "Onyxia"
|
||||||
L["Opaque"] = "Opaque"
|
L["Opaque"] = "Opaque"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Opera Hall"] = "Opera Hall"
|
||||||
L["Option Group"] = "Option du groupe"
|
L["Option Group"] = "Option du groupe"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Options could not be loaded, the addon is %s"] = "Options could not be loaded, the addon is %s"
|
L["Options could not be loaded, the addon is %s"] = "Options could not be loaded, the addon is %s"
|
||||||
@@ -1422,6 +1512,8 @@ L["Preset"] = "Préréglé"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Primary Stats"] = "Primary Stats"
|
L["Primary Stats"] = "Primary Stats"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Prince Malchezaar"] = "Prince Malchezaar"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Princess Huhuran"] = "Princess Huhuran"
|
L["Princess Huhuran"] = "Princess Huhuran"
|
||||||
L["Print Profiling Results"] = "Afficher les résultats de profilage"
|
L["Print Profiling Results"] = "Afficher les résultats de profilage"
|
||||||
L["Proc Glow"] = "Génère une brillance"
|
L["Proc Glow"] = "Génère une brillance"
|
||||||
@@ -1460,6 +1552,8 @@ L["Quest Party"] = "Quest Party"
|
|||||||
L["Queued Action"] = "Queued Action"
|
L["Queued Action"] = "Queued Action"
|
||||||
L["Radius"] = "Rayon"
|
L["Radius"] = "Rayon"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Rage Winterchill"] = "Rage Winterchill"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Ragnaros"] = "Ragnaros"
|
L["Ragnaros"] = "Ragnaros"
|
||||||
L["Raid"] = "Raid "
|
L["Raid"] = "Raid "
|
||||||
L["Raid (Heroic)"] = "Raid (Héroïque)"
|
L["Raid (Heroic)"] = "Raid (Héroïque)"
|
||||||
@@ -1504,6 +1598,8 @@ L["Region type %s not supported"] = "Région de type %s non supporté"
|
|||||||
L["Relative"] = "Relatif"
|
L["Relative"] = "Relatif"
|
||||||
L["Relative X-Offset"] = "Décalage sur l'axe X"
|
L["Relative X-Offset"] = "Décalage sur l'axe X"
|
||||||
L["Relative Y-Offset"] = "Décalage sur l'axe Y"
|
L["Relative Y-Offset"] = "Décalage sur l'axe Y"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Reliquary of Souls"] = "Reliquary of Souls"
|
||||||
L["Remaining Duration"] = "Durée Restante"
|
L["Remaining Duration"] = "Durée Restante"
|
||||||
L["Remaining Time"] = "Temps restant"
|
L["Remaining Time"] = "Temps restant"
|
||||||
L["Remove Obsolete Auras"] = "Retirer les auras obsolètes"
|
L["Remove Obsolete Auras"] = "Retirer les auras obsolètes"
|
||||||
@@ -1618,6 +1714,14 @@ L["Set IDs can be found on websites such as wowhead.com/classic/item-sets"] = "S
|
|||||||
L["Set IDs can be found on websites such as wowhead.com/item-sets"] = "Set IDs can be found on websites such as wowhead.com/item-sets"
|
L["Set IDs can be found on websites such as wowhead.com/item-sets"] = "Set IDs can be found on websites such as wowhead.com/item-sets"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"] = "Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"
|
L["Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"] = "Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Set IDs can be found on websites such as wowhead.com/tbc/item-sets"] = "Set IDs can be found on websites such as wowhead.com/tbc/item-sets"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Set IDs can be found on websites such as wowhead.com/wotlk/item-sets"] = "Set IDs can be found on websites such as wowhead.com/wotlk/item-sets"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Shade of Akama"] = "Shade of Akama"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Shade of Aran"] = "Shade of Aran"
|
||||||
L["Shadow Resistance"] = "Résistance à l'ombre"
|
L["Shadow Resistance"] = "Résistance à l'ombre"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Shadowlands"] = "Shadowlands"
|
L["Shadowlands"] = "Shadowlands"
|
||||||
@@ -1831,6 +1935,8 @@ Group Zone IDs must be prefixed with 'g', e.g. 'g277'.
|
|||||||
Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'.
|
Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'.
|
||||||
Supports Instance IDs prefixed with 'i'.
|
Supports Instance IDs prefixed with 'i'.
|
||||||
Entries can be prefixed with '-' to negate.]=]
|
Entries can be prefixed with '-' to negate.]=]
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Supremus"] = "Supremus"
|
||||||
L["Swing"] = "Coup"
|
L["Swing"] = "Coup"
|
||||||
L["Swing Timer"] = "Vitesse d'attaque"
|
L["Swing Timer"] = "Vitesse d'attaque"
|
||||||
L["Swipe"] = "Balayage"
|
L["Swipe"] = "Balayage"
|
||||||
@@ -1856,6 +1962,12 @@ L["Tanking But Not Highest"] = "Tank mais pas le plus haut"
|
|||||||
L["Target"] = "Cible"
|
L["Target"] = "Cible"
|
||||||
L["Targeted"] = "Ciblé"
|
L["Targeted"] = "Ciblé"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Tempest Keep"] = "Tempest Keep"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Terestian Illhoof"] = "Terestian Illhoof"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Teron Gorefiend"] = "Teron Gorefiend"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Tertiary Stats"] = "Tertiary Stats"
|
L["Tertiary Stats"] = "Tertiary Stats"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Test if bar is enabled in BigWigs settings"] = "Test if bar is enabled in BigWigs settings"
|
L["Test if bar is enabled in BigWigs settings"] = "Test if bar is enabled in BigWigs settings"
|
||||||
@@ -1884,14 +1996,24 @@ L["Thaddius"] = "Thaddius"
|
|||||||
L["The aura has overwritten the global '%s', this might affect other auras."] = "The aura has overwritten the global '%s', this might affect other auras."
|
L["The aura has overwritten the global '%s', this might affect other auras."] = "The aura has overwritten the global '%s', this might affect other auras."
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["The aura tried to overwrite the aura_env global, which is not allowed."] = "The aura tried to overwrite the aura_env global, which is not allowed."
|
L["The aura tried to overwrite the aura_env global, which is not allowed."] = "The aura tried to overwrite the aura_env global, which is not allowed."
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["The Battle for Mount Hyjal"] = "The Battle for Mount Hyjal"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["The Curator"] = "The Curator"
|
||||||
L["The effective level differs from the level in e.g. Time Walking dungeons."] = "Le niveau effectif diffère du niveau dans les donjons des Marcheurs du temps, par exemple."
|
L["The effective level differs from the level in e.g. Time Walking dungeons."] = "Le niveau effectif diffère du niveau dans les donjons des Marcheurs du temps, par exemple."
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["The Four Horsemen"] = "The Four Horsemen"
|
L["The Four Horsemen"] = "The Four Horsemen"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["The 'ID' value can be found in the BigWigs options of a specific spell"] = "The 'ID' value can be found in the BigWigs options of a specific spell"
|
L["The 'ID' value can be found in the BigWigs options of a specific spell"] = "The 'ID' value can be found in the BigWigs options of a specific spell"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["The Illidari Council"] = "The Illidari Council"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["The Lurker Below"] = "The Lurker Below"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["The Prophet Skeram"] = "The Prophet Skeram"
|
L["The Prophet Skeram"] = "The Prophet Skeram"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["The Sunwell Plateau"] = "The Sunwell Plateau"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["The total quantity a warband character can transfer after paying the transfer cost"] = "The total quantity a warband character can transfer after paying the transfer cost"
|
L["The total quantity a warband character can transfer after paying the transfer cost"] = "The total quantity a warband character can transfer after paying the transfer cost"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["The total quantity after transferring everything to your current character and paying the transfer cost"] = "The total quantity after transferring everything to your current character and paying the transfer cost"
|
L["The total quantity after transferring everything to your current character and paying the transfer cost"] = "The total quantity after transferring everything to your current character and paying the transfer cost"
|
||||||
@@ -1946,6 +2068,8 @@ L["Timed Progress"] = "Timed Progress"
|
|||||||
L["Timer"] = "Timer"
|
L["Timer"] = "Timer"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Timer Id"] = "Timer Id"
|
L["Timer Id"] = "Timer Id"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Titan Reforged"] = "Titan Reforged"
|
||||||
L["Toggle"] = "Basculer"
|
L["Toggle"] = "Basculer"
|
||||||
L["Toggle List"] = "Basculer la liste"
|
L["Toggle List"] = "Basculer la liste"
|
||||||
L["Toggle Options Window"] = "Activer/Désactiver la Fenêtre d'Options"
|
L["Toggle Options Window"] = "Activer/Désactiver la Fenêtre d'Options"
|
||||||
@@ -2073,6 +2197,8 @@ L["Uses UnitInRange() to check if in range. Matches default raid frames out of r
|
|||||||
L["Using WeakAuras.clones is deprecated. Use WeakAuras.GetRegion(id, cloneId) instead."] = "L'utilisation de WeakAuras.clones est obsolète. Utilisez plutôt WeakAuras.GetRegion(id, cloneId)."
|
L["Using WeakAuras.clones is deprecated. Use WeakAuras.GetRegion(id, cloneId) instead."] = "L'utilisation de WeakAuras.clones est obsolète. Utilisez plutôt WeakAuras.GetRegion(id, cloneId)."
|
||||||
L["Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."] = "L'utilisation de WeakAuras.regions est obsolète. Utilisez plutôt WeakAuras.GetRegion(id)."
|
L["Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."] = "L'utilisation de WeakAuras.regions est obsolète. Utilisez plutôt WeakAuras.GetRegion(id)."
|
||||||
L["Vaelastrasz the Corrupt"] = "Vaelastrasz le Corrompu"
|
L["Vaelastrasz the Corrupt"] = "Vaelastrasz le Corrompu"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Vault of Archavon"] = "Vault of Archavon"
|
||||||
L["Versatility (%)"] = "Polyvalence (%)"
|
L["Versatility (%)"] = "Polyvalence (%)"
|
||||||
L["Versatility Rating"] = "Score de Polyvalence"
|
L["Versatility Rating"] = "Score de Polyvalence"
|
||||||
L["Vertical"] = "Verticale"
|
L["Vertical"] = "Verticale"
|
||||||
@@ -2080,6 +2206,8 @@ L["Viscidus"] = "Viscidus"
|
|||||||
L["Visibility"] = "Visibilité"
|
L["Visibility"] = "Visibilité"
|
||||||
L["Visions of N'Zoth"] = "Visions de N'Zoth"
|
L["Visions of N'Zoth"] = "Visions de N'Zoth"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Void Reaver"] = "Void Reaver"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Warband Quantity Total"] = "Warband Quantity Total"
|
L["Warband Quantity Total"] = "Warband Quantity Total"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Warband Transfer Percentage"] = "Warband Transfer Percentage"
|
L["Warband Transfer Percentage"] = "Warband Transfer Percentage"
|
||||||
@@ -2158,5 +2286,7 @@ L["Zone Name"] = "Nom de la zone"
|
|||||||
L["Zoom"] = "Zoom"
|
L["Zoom"] = "Zoom"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Zoom Animation"] = "Zoom Animation"
|
L["Zoom Animation"] = "Zoom Animation"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Zul'Aman"] = "Zul'Aman"
|
||||||
L["Zul'Gurub"] = "Zul'Gurub"
|
L["Zul'Gurub"] = "Zul'Gurub"
|
||||||
|
|
||||||
|
|||||||
@@ -64,6 +64,8 @@ L["25 Man Raid"] = "Incursione da 25 giocatori"
|
|||||||
L["25 Player Raid"] = "Raid da 25 giocatori"
|
L["25 Player Raid"] = "Raid da 25 giocatori"
|
||||||
L["25 Player Raid (Heroic)"] = "Raid da 25 giocatori (Eroico)"
|
L["25 Player Raid (Heroic)"] = "Raid da 25 giocatori (Eroico)"
|
||||||
L["25 Player Raid (Normal)"] = "Raid da 25 giocatori (Normale)"
|
L["25 Player Raid (Normal)"] = "Raid da 25 giocatori (Normale)"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["25 Player Raid (Titan Reforged)"] = "25 Player Raid (Titan Reforged)"
|
||||||
L["40 Man Raid"] = "incursione da 40 giocatori"
|
L["40 Man Raid"] = "incursione da 40 giocatori"
|
||||||
L["40 Player Raid"] = "Raid da 40 giocatori"
|
L["40 Player Raid"] = "Raid da 40 giocatori"
|
||||||
L["5 Man Dungeon"] = "Spedizione da 5 giocatori"
|
L["5 Man Dungeon"] = "Spedizione da 5 giocatori"
|
||||||
@@ -100,6 +102,10 @@ L["Afk"] = "Afk"
|
|||||||
L["Aggro"] = "Aggro"
|
L["Aggro"] = "Aggro"
|
||||||
L["Agility"] = "Agilità"
|
L["Agility"] = "Agilità"
|
||||||
L["Ahn'Qiraj"] = "Ahn'Qiraj"
|
L["Ahn'Qiraj"] = "Ahn'Qiraj"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Akil'zon"] = "Akil'zon"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Al'ar"] = "Al'ar"
|
||||||
L["Alert Type"] = "Tipo di Allerta"
|
L["Alert Type"] = "Tipo di Allerta"
|
||||||
L["Alive"] = "Vivo"
|
L["Alive"] = "Vivo"
|
||||||
L["All"] = "Tutto"
|
L["All"] = "Tutto"
|
||||||
@@ -118,6 +124,8 @@ L["Always True"] = "Sempre Vero"
|
|||||||
L["Amount"] = "Quantità"
|
L["Amount"] = "Quantità"
|
||||||
L["Anchoring"] = "Ancoraggio"
|
L["Anchoring"] = "Ancoraggio"
|
||||||
L["And Talent"] = "E Talento "
|
L["And Talent"] = "E Talento "
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Anetheron"] = "Anetheron"
|
||||||
L["Angle and Radius"] = "Angolo e Raggio"
|
L["Angle and Radius"] = "Angolo e Raggio"
|
||||||
L["Animations"] = "Animazioni"
|
L["Animations"] = "Animazioni"
|
||||||
L["Anticlockwise"] = "Antiorario"
|
L["Anticlockwise"] = "Antiorario"
|
||||||
@@ -128,6 +136,10 @@ L["Any Triggers"] = "Qualsiasi attivazione"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["AOE"] = "AOE"
|
L["AOE"] = "AOE"
|
||||||
L["Arcane Resistance"] = "Resistenza Arcana"
|
L["Arcane Resistance"] = "Resistenza Arcana"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Archavon the Stone Watcher"] = "Archavon the Stone Watcher"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Archimonde"] = "Archimonde"
|
||||||
L[ [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
L[ [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
||||||
This will overwrite any changes you have made since the last database upgrade.
|
This will overwrite any changes you have made since the last database upgrade.
|
||||||
Last upgrade: %s]=] ] = "Vuoi eseguire lo strumento di riparazione |cffff0000EXPERIMENTAL|r? Ciò sovrascriverà tutte le modifiche apportate dall'ultimo aggiornamento del database. Ultimo aggiornamento: %s"
|
Last upgrade: %s]=] ] = "Vuoi eseguire lo strumento di riparazione |cffff0000EXPERIMENTAL|r? Ciò sovrascriverà tutte le modifiche apportate dall'ultimo aggiornamento del database. Ultimo aggiornamento: %s"
|
||||||
@@ -162,6 +174,8 @@ L["Attach to Start"] = "Aggiungi all'inizio"
|
|||||||
L["Attack Power"] = "Potenza d'attacco"
|
L["Attack Power"] = "Potenza d'attacco"
|
||||||
L["Attackable"] = "Attaccabile"
|
L["Attackable"] = "Attaccabile"
|
||||||
L["Attackable Target"] = "Bersaglio attaccabile"
|
L["Attackable Target"] = "Bersaglio attaccabile"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Attumen the Huntsman"] = "Attumen the Huntsman"
|
||||||
L["Aura"] = "Aura"
|
L["Aura"] = "Aura"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Aura '%s': %s"] = "Aura '%s': %s"
|
L["Aura '%s': %s"] = "Aura '%s': %s"
|
||||||
@@ -197,6 +211,8 @@ L["Avoidance (%)"] = "Elusione (%)"
|
|||||||
L["Avoidance Rating"] = "Grado di Elusione"
|
L["Avoidance Rating"] = "Grado di Elusione"
|
||||||
L["Ayamiss the Hunter"] = "Ayamiss il Cacciatore"
|
L["Ayamiss the Hunter"] = "Ayamiss il Cacciatore"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Azgalor"] = "Azgalor"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Azuregos"] = "Azuregos"
|
L["Azuregos"] = "Azuregos"
|
||||||
L["Back and Forth"] = "Avanti e indietro"
|
L["Back and Forth"] = "Avanti e indietro"
|
||||||
L["Background"] = "Sfondo"
|
L["Background"] = "Sfondo"
|
||||||
@@ -238,6 +254,8 @@ L["BigWigs Message"] = "Messaggio di BigWigs"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["BigWigs Stage"] = "BigWigs Stage"
|
L["BigWigs Stage"] = "BigWigs Stage"
|
||||||
L["BigWigs Timer"] = "Timer di BigWigs"
|
L["BigWigs Timer"] = "Timer di BigWigs"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Black Temple"] = "Black Temple"
|
||||||
L["Black Wing Lair"] = "Sotterranei dell'Ala Nera"
|
L["Black Wing Lair"] = "Sotterranei dell'Ala Nera"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Bleed"] = "Bleed"
|
L["Bleed"] = "Bleed"
|
||||||
@@ -277,6 +295,8 @@ L["Break"] = "Break"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["BreakUpLargeNumbers (Blizzard)"] = "BreakUpLargeNumbers (Blizzard)"
|
L["BreakUpLargeNumbers (Blizzard)"] = "BreakUpLargeNumbers (Blizzard)"
|
||||||
L["Broodlord Lashlayer"] = "Signore della Progenie Lashlayer"
|
L["Broodlord Lashlayer"] = "Signore della Progenie Lashlayer"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Brutallus"] = "Brutallus"
|
||||||
L["Buff"] = "Buff"
|
L["Buff"] = "Buff"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Buff/Debuff"] = "Buff/Debuff"
|
L["Buff/Debuff"] = "Buff/Debuff"
|
||||||
@@ -348,6 +368,8 @@ L["Chat Message"] = "Messaggio di chat"
|
|||||||
L["Check if a single talent match a Rank"] = "Controlla se un singolo talento corrisponde a un grado"
|
L["Check if a single talent match a Rank"] = "Controlla se un singolo talento corrisponde a un grado"
|
||||||
L["Check nameplate's target every 0.2s"] = "Controllare le barre del bersaglio ogni 0,2 s"
|
L["Check nameplate's target every 0.2s"] = "Controllare le barre del bersaglio ogni 0,2 s"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Chess Event"] = "Chess Event"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Chromaggus"] = "Chromaggus"
|
L["Chromaggus"] = "Chromaggus"
|
||||||
L["Circle"] = "Cerchio"
|
L["Circle"] = "Cerchio"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
@@ -364,6 +386,8 @@ L["Clone per Character"] = "Clone per Character"
|
|||||||
L["Clone per Event"] = "Clona per evento"
|
L["Clone per Event"] = "Clona per evento"
|
||||||
L["Clone per Match"] = "Clona per partita"
|
L["Clone per Match"] = "Clona per partita"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Coilfang: Serpentshrine Cavern"] = "Coilfang: Serpentshrine Cavern"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Coin Precision"] = "Coin Precision"
|
L["Coin Precision"] = "Coin Precision"
|
||||||
L["Color"] = "Colore"
|
L["Color"] = "Colore"
|
||||||
L["Color Animation"] = "Animazione a colori"
|
L["Color Animation"] = "Animazione a colori"
|
||||||
@@ -452,6 +476,8 @@ L["Custom Trigger Combination"] = "Custom Trigger Combination"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Custom Variables"] = "Custom Variables"
|
L["Custom Variables"] = "Custom Variables"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Daakara"] = "Daakara"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Damage"] = "Damage"
|
L["Damage"] = "Damage"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Damage Shield"] = "Damage Shield"
|
L["Damage Shield"] = "Damage Shield"
|
||||||
@@ -688,6 +714,8 @@ L["Equipment Set Equipped"] = "Equipment Set Equipped"
|
|||||||
L["Equipment Slot"] = "Equipment Slot"
|
L["Equipment Slot"] = "Equipment Slot"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Equipped"] = "Equipped"
|
L["Equipped"] = "Equipped"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Eredar Twins"] = "Eredar Twins"
|
||||||
L["Error"] = "Errore"
|
L["Error"] = "Errore"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L[ [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
L[ [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
||||||
@@ -773,10 +801,14 @@ L["False"] = "False"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Fankriss the Unyielding"] = "Fankriss the Unyielding"
|
L["Fankriss the Unyielding"] = "Fankriss the Unyielding"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Fathom-Lord Karathress"] = "Fathom-Lord Karathress"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Feature %q is already disabled"] = "Feature %q is already disabled"
|
L["Feature %q is already disabled"] = "Feature %q is already disabled"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Feature %q is already enabled"] = "Feature %q is already enabled"
|
L["Feature %q is already enabled"] = "Feature %q is already enabled"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Felmyst"] = "Felmyst"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Fetch Absorb"] = "Fetch Absorb"
|
L["Fetch Absorb"] = "Fetch Absorb"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Fetch Heal Absorb"] = "Fetch Heal Absorb"
|
L["Fetch Heal Absorb"] = "Fetch Heal Absorb"
|
||||||
@@ -930,14 +962,22 @@ L["Group Type"] = "Group Type"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Grow"] = "Grow"
|
L["Grow"] = "Grow"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Gruul the Dragonkiller"] = "Gruul the Dragonkiller"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Gruul's Lair"] = "Gruul's Lair"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["GTFO Alert"] = "GTFO Alert"
|
L["GTFO Alert"] = "GTFO Alert"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Guardian"] = "Guardian"
|
L["Guardian"] = "Guardian"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Guild"] = "Guild"
|
L["Guild"] = "Guild"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Gurtogg Bloodboil"] = "Gurtogg Bloodboil"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Hakkar"] = "Hakkar"
|
L["Hakkar"] = "Hakkar"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Halazzi"] = "Halazzi"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Hardcore"] = "Hardcore"
|
L["Hardcore"] = "Hardcore"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Has Target"] = "Has Target"
|
L["Has Target"] = "Has Target"
|
||||||
@@ -970,14 +1010,20 @@ L["Hero Talent"] = "Hero Talent"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Heroic Party"] = "Heroic Party"
|
L["Heroic Party"] = "Heroic Party"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Hex Lord Malacrass"] = "Hex Lord Malacrass"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Hide"] = "Hide"
|
L["Hide"] = "Hide"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Hide 0 cooldowns"] = "Hide 0 cooldowns"
|
L["Hide 0 cooldowns"] = "Hide 0 cooldowns"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Hide Timer Text"] = "Hide Timer Text"
|
L["Hide Timer Text"] = "Hide Timer Text"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["High Astromancer Solarian"] = "High Astromancer Solarian"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["High Damage"] = "High Damage"
|
L["High Damage"] = "High Damage"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["High King Maulgar"] = "High King Maulgar"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["High Priest Thekal"] = "High Priest Thekal"
|
L["High Priest Thekal"] = "High Priest Thekal"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["High Priest Venoxis"] = "High Priest Venoxis"
|
L["High Priest Venoxis"] = "High Priest Venoxis"
|
||||||
@@ -988,6 +1034,8 @@ L["High Priestess Jeklik"] = "High Priestess Jeklik"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["High Priestess Mar'li"] = "High Priestess Mar'li"
|
L["High Priestess Mar'li"] = "High Priestess Mar'li"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["High Warlord Naj'entus"] = "High Warlord Naj'entus"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Higher Than Tank"] = "Higher Than Tank"
|
L["Higher Than Tank"] = "Higher Than Tank"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Highest Spell Id"] = "Highest Spell Id"
|
L["Highest Spell Id"] = "Highest Spell Id"
|
||||||
@@ -1010,6 +1058,8 @@ L["Humanoid"] = "Humanoid"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Hybrid"] = "Hybrid"
|
L["Hybrid"] = "Hybrid"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Hydross the Unstable"] = "Hydross the Unstable"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Icon"] = "Icon"
|
L["Icon"] = "Icon"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Icon Function"] = "Icon Function"
|
L["Icon Function"] = "Icon Function"
|
||||||
@@ -1036,6 +1086,8 @@ L["Ignore Spell Cooldown/Charges"] = "Ignore Spell Cooldown/Charges"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Ignore Spell Override"] = "Ignore Spell Override"
|
L["Ignore Spell Override"] = "Ignore Spell Override"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Illidan Stormrage"] = "Illidan Stormrage"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Immune"] = "Immune"
|
L["Immune"] = "Immune"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Important"] = "Important"
|
L["Important"] = "Important"
|
||||||
@@ -1176,18 +1228,32 @@ L["Item Type Equipped"] = "Item Type Equipped"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["ItemId"] = "ItemId"
|
L["ItemId"] = "ItemId"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Jan'alai"] = "Jan'alai"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Jin'do the Hexxer"] = "Jin'do the Hexxer"
|
L["Jin'do the Hexxer"] = "Jin'do the Hexxer"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Journal Stage"] = "Journal Stage"
|
L["Journal Stage"] = "Journal Stage"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Kael'thas Sunstrider"] = "Kael'thas Sunstrider"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Kalecgos"] = "Kalecgos"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Karazhan"] = "Karazhan"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Kaz'rogal"] = "Kaz'rogal"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Kazzak"] = "Kazzak"
|
L["Kazzak"] = "Kazzak"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Keep Inside"] = "Keep Inside"
|
L["Keep Inside"] = "Keep Inside"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Kel'Thuzad"] = "Kel'Thuzad"
|
L["Kel'Thuzad"] = "Kel'Thuzad"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Kil'jaeden"] = "Kil'jaeden"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Kurinnaxx"] = "Kurinnaxx"
|
L["Kurinnaxx"] = "Kurinnaxx"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Lady Vashj"] = "Lady Vashj"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Large"] = "Large"
|
L["Large"] = "Large"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Latency"] = "Latency"
|
L["Latency"] = "Latency"
|
||||||
@@ -1224,6 +1290,8 @@ L["Legion"] = "Legion"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Length"] = "Length"
|
L["Length"] = "Length"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Leotheras the Blind"] = "Leotheras the Blind"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Level"] = "Level"
|
L["Level"] = "Level"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["LibSharedMedia"] = "LibSharedMedia"
|
L["LibSharedMedia"] = "LibSharedMedia"
|
||||||
@@ -1278,6 +1346,12 @@ L["Magic"] = "Magic"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Magmadar"] = "Magmadar"
|
L["Magmadar"] = "Magmadar"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Magtheridon"] = "Magtheridon"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Magtheridon's Lair"] = "Magtheridon's Lair"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Maiden of Virtue"] = "Maiden of Virtue"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Main Character"] = "Main Character"
|
L["Main Character"] = "Main Character"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Main Stat"] = "Main Stat"
|
L["Main Stat"] = "Main Stat"
|
||||||
@@ -1402,8 +1476,14 @@ L["Monster Yell"] = "Monster Yell"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Moon"] = "Moon"
|
L["Moon"] = "Moon"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Moroes"] = "Moroes"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Morogrim Tidewalker"] = "Morogrim Tidewalker"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Most remaining time"] = "Most remaining time"
|
L["Most remaining time"] = "Most remaining time"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Mother Shahraz"] = "Mother Shahraz"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Mounted"] = "Mounted"
|
L["Mounted"] = "Mounted"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Mouse Cursor"] = "Mouse Cursor"
|
L["Mouse Cursor"] = "Mouse Cursor"
|
||||||
@@ -1412,10 +1492,14 @@ L["Movement Speed Rating"] = "Movement Speed Rating"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Multi-target"] = "Multi-target"
|
L["Multi-target"] = "Multi-target"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["M'uru"] = "M'uru"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Mythic Keystone"] = "Mythic Keystone"
|
L["Mythic Keystone"] = "Mythic Keystone"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Mythic+ Affix"] = "Mythic+ Affix"
|
L["Mythic+ Affix"] = "Mythic+ Affix"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Nalorakk"] = "Nalorakk"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Name"] = "Name"
|
L["Name"] = "Name"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Name Function"] = "Name Function"
|
L["Name Function"] = "Name Function"
|
||||||
@@ -1444,6 +1528,8 @@ L["Naxxramas"] = "Naxxramas"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Nefarian"] = "Nefarian"
|
L["Nefarian"] = "Nefarian"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Netherspite"] = "Netherspite"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Neutral"] = "Neutral"
|
L["Neutral"] = "Neutral"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Never"] = "Never"
|
L["Never"] = "Never"
|
||||||
@@ -1452,6 +1538,8 @@ L["Next Combat"] = "Next Combat"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Next Encounter"] = "Next Encounter"
|
L["Next Encounter"] = "Next Encounter"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Nightbane"] = "Nightbane"
|
||||||
|
--[[Translation missing --]]
|
||||||
L[ [=[No active boss mod addon detected.
|
L[ [=[No active boss mod addon detected.
|
||||||
|
|
||||||
Note: This trigger will use BigWigs or DBM, in that order if both are installed.]=] ] = [=[No active boss mod addon detected.
|
Note: This trigger will use BigWigs or DBM, in that order if both are installed.]=] ] = [=[No active boss mod addon detected.
|
||||||
@@ -1598,6 +1686,8 @@ L["Onyxia"] = "Onyxia"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Opaque"] = "Opaque"
|
L["Opaque"] = "Opaque"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Opera Hall"] = "Opera Hall"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Option Group"] = "Option Group"
|
L["Option Group"] = "Option Group"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Options could not be loaded, the addon is %s"] = "Options could not be loaded, the addon is %s"
|
L["Options could not be loaded, the addon is %s"] = "Options could not be loaded, the addon is %s"
|
||||||
@@ -1746,6 +1836,8 @@ L["Preset"] = "Preset"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Primary Stats"] = "Primary Stats"
|
L["Primary Stats"] = "Primary Stats"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Prince Malchezaar"] = "Prince Malchezaar"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Princess Huhuran"] = "Princess Huhuran"
|
L["Princess Huhuran"] = "Princess Huhuran"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Print Profiling Results"] = "Print Profiling Results"
|
L["Print Profiling Results"] = "Print Profiling Results"
|
||||||
@@ -1798,6 +1890,8 @@ L["Queued Action"] = "Queued Action"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Radius"] = "Radius"
|
L["Radius"] = "Radius"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Rage Winterchill"] = "Rage Winterchill"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Ragnaros"] = "Ragnaros"
|
L["Ragnaros"] = "Ragnaros"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Raid"] = "Raid"
|
L["Raid"] = "Raid"
|
||||||
@@ -1868,6 +1962,8 @@ L["Relative X-Offset"] = "Relative X-Offset"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Relative Y-Offset"] = "Relative Y-Offset"
|
L["Relative Y-Offset"] = "Relative Y-Offset"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Reliquary of Souls"] = "Reliquary of Souls"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Remaining Duration"] = "Remaining Duration"
|
L["Remaining Duration"] = "Remaining Duration"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Remaining Time"] = "Remaining Time"
|
L["Remaining Time"] = "Remaining Time"
|
||||||
@@ -2024,6 +2120,14 @@ L["Set IDs can be found on websites such as wowhead.com/item-sets"] = "Set IDs c
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"] = "Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"
|
L["Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"] = "Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Set IDs can be found on websites such as wowhead.com/tbc/item-sets"] = "Set IDs can be found on websites such as wowhead.com/tbc/item-sets"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Set IDs can be found on websites such as wowhead.com/wotlk/item-sets"] = "Set IDs can be found on websites such as wowhead.com/wotlk/item-sets"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Shade of Akama"] = "Shade of Akama"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Shade of Aran"] = "Shade of Aran"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Shadow Resistance"] = "Shadow Resistance"
|
L["Shadow Resistance"] = "Shadow Resistance"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Shadowlands"] = "Shadowlands"
|
L["Shadowlands"] = "Shadowlands"
|
||||||
@@ -2298,6 +2402,8 @@ Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'.
|
|||||||
Supports Instance IDs prefixed with 'i'.
|
Supports Instance IDs prefixed with 'i'.
|
||||||
Entries can be prefixed with '-' to negate.]=]
|
Entries can be prefixed with '-' to negate.]=]
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Supremus"] = "Supremus"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Swing"] = "Swing"
|
L["Swing"] = "Swing"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Swing Timer"] = "Swing Timer"
|
L["Swing Timer"] = "Swing Timer"
|
||||||
@@ -2334,6 +2440,12 @@ L["Target"] = "Target"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Targeted"] = "Targeted"
|
L["Targeted"] = "Targeted"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Tempest Keep"] = "Tempest Keep"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Terestian Illhoof"] = "Terestian Illhoof"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Teron Gorefiend"] = "Teron Gorefiend"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Tertiary Stats"] = "Tertiary Stats"
|
L["Tertiary Stats"] = "Tertiary Stats"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Test if bar is enabled in BigWigs settings"] = "Test if bar is enabled in BigWigs settings"
|
L["Test if bar is enabled in BigWigs settings"] = "Test if bar is enabled in BigWigs settings"
|
||||||
@@ -2364,14 +2476,24 @@ L["The aura has overwritten the global '%s', this might affect other auras."] =
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["The aura tried to overwrite the aura_env global, which is not allowed."] = "The aura tried to overwrite the aura_env global, which is not allowed."
|
L["The aura tried to overwrite the aura_env global, which is not allowed."] = "The aura tried to overwrite the aura_env global, which is not allowed."
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["The Battle for Mount Hyjal"] = "The Battle for Mount Hyjal"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["The Curator"] = "The Curator"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["The effective level differs from the level in e.g. Time Walking dungeons."] = "The effective level differs from the level in e.g. Time Walking dungeons."
|
L["The effective level differs from the level in e.g. Time Walking dungeons."] = "The effective level differs from the level in e.g. Time Walking dungeons."
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["The Four Horsemen"] = "The Four Horsemen"
|
L["The Four Horsemen"] = "The Four Horsemen"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["The 'ID' value can be found in the BigWigs options of a specific spell"] = "The 'ID' value can be found in the BigWigs options of a specific spell"
|
L["The 'ID' value can be found in the BigWigs options of a specific spell"] = "The 'ID' value can be found in the BigWigs options of a specific spell"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["The Illidari Council"] = "The Illidari Council"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["The Lurker Below"] = "The Lurker Below"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["The Prophet Skeram"] = "The Prophet Skeram"
|
L["The Prophet Skeram"] = "The Prophet Skeram"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["The Sunwell Plateau"] = "The Sunwell Plateau"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["The total quantity a warband character can transfer after paying the transfer cost"] = "The total quantity a warband character can transfer after paying the transfer cost"
|
L["The total quantity a warband character can transfer after paying the transfer cost"] = "The total quantity a warband character can transfer after paying the transfer cost"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["The total quantity after transferring everything to your current character and paying the transfer cost"] = "The total quantity after transferring everything to your current character and paying the transfer cost"
|
L["The total quantity after transferring everything to your current character and paying the transfer cost"] = "The total quantity after transferring everything to your current character and paying the transfer cost"
|
||||||
@@ -2434,6 +2556,8 @@ L["Timer"] = "Timer"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Timer Id"] = "Timer Id"
|
L["Timer Id"] = "Timer Id"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Titan Reforged"] = "Titan Reforged"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Toggle"] = "Toggle"
|
L["Toggle"] = "Toggle"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Toggle List"] = "Toggle List"
|
L["Toggle List"] = "Toggle List"
|
||||||
@@ -2614,6 +2738,8 @@ L["Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."]
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Vaelastrasz the Corrupt"] = "Vaelastrasz the Corrupt"
|
L["Vaelastrasz the Corrupt"] = "Vaelastrasz the Corrupt"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Vault of Archavon"] = "Vault of Archavon"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Versatility (%)"] = "Versatility (%)"
|
L["Versatility (%)"] = "Versatility (%)"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Versatility Rating"] = "Versatility Rating"
|
L["Versatility Rating"] = "Versatility Rating"
|
||||||
@@ -2626,6 +2752,8 @@ L["Visibility"] = "Visibility"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Visions of N'Zoth"] = "Visions of N'Zoth"
|
L["Visions of N'Zoth"] = "Visions of N'Zoth"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Void Reaver"] = "Void Reaver"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Warband Quantity Total"] = "Warband Quantity Total"
|
L["Warband Quantity Total"] = "Warband Quantity Total"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Warband Transfer Percentage"] = "Warband Transfer Percentage"
|
L["Warband Transfer Percentage"] = "Warband Transfer Percentage"
|
||||||
@@ -2726,5 +2854,7 @@ L["Zoom"] = "Zoom"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Zoom Animation"] = "Zoom Animation"
|
L["Zoom Animation"] = "Zoom Animation"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Zul'Aman"] = "Zul'Aman"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Zul'Gurub"] = "Zul'Gurub"
|
L["Zul'Gurub"] = "Zul'Gurub"
|
||||||
|
|
||||||
|
|||||||
@@ -67,6 +67,7 @@ L["25 Man Raid"] = "25인 공격대"
|
|||||||
L["25 Player Raid"] = "25인 공격대"
|
L["25 Player Raid"] = "25인 공격대"
|
||||||
L["25 Player Raid (Heroic)"] = "25인 공격대 (영웅)"
|
L["25 Player Raid (Heroic)"] = "25인 공격대 (영웅)"
|
||||||
L["25 Player Raid (Normal)"] = "25인 공격대 (일반)"
|
L["25 Player Raid (Normal)"] = "25인 공격대 (일반)"
|
||||||
|
L["25 Player Raid (Titan Reforged)"] = "25인 공격대 (티탄 리포지드)"
|
||||||
L["40 Man Raid"] = "40인 공격대"
|
L["40 Man Raid"] = "40인 공격대"
|
||||||
L["40 Player Raid"] = "40인 공격대"
|
L["40 Player Raid"] = "40인 공격대"
|
||||||
L["5 Man Dungeon"] = "5인 던전"
|
L["5 Man Dungeon"] = "5인 던전"
|
||||||
@@ -104,6 +105,8 @@ L["Afk"] = "자리 비움"
|
|||||||
L["Aggro"] = "어그로 끌림"
|
L["Aggro"] = "어그로 끌림"
|
||||||
L["Agility"] = "민첩성"
|
L["Agility"] = "민첩성"
|
||||||
L["Ahn'Qiraj"] = "안퀴라즈"
|
L["Ahn'Qiraj"] = "안퀴라즈"
|
||||||
|
L["Akil'zon"] = "아킬존"
|
||||||
|
L["Al'ar"] = "알라르"
|
||||||
L["Alert Type"] = "경보 종류"
|
L["Alert Type"] = "경보 종류"
|
||||||
L["Alive"] = "생존"
|
L["Alive"] = "생존"
|
||||||
L["All"] = "모두"
|
L["All"] = "모두"
|
||||||
@@ -121,6 +124,7 @@ L["Always True"] = "항상 참"
|
|||||||
L["Amount"] = "수량"
|
L["Amount"] = "수량"
|
||||||
L["Anchoring"] = "고정 중"
|
L["Anchoring"] = "고정 중"
|
||||||
L["And Talent"] = "및 특성"
|
L["And Talent"] = "및 특성"
|
||||||
|
L["Anetheron"] = "아네테론"
|
||||||
L["Angle and Radius"] = "각도와 반경"
|
L["Angle and Radius"] = "각도와 반경"
|
||||||
L["Animations"] = "애니메이션"
|
L["Animations"] = "애니메이션"
|
||||||
L["Anticlockwise"] = "반시계 방향"
|
L["Anticlockwise"] = "반시계 방향"
|
||||||
@@ -129,6 +133,8 @@ L["Any"] = "아무거나"
|
|||||||
L["Any Triggers"] = "활성 조건 아무거나 발동"
|
L["Any Triggers"] = "활성 조건 아무거나 발동"
|
||||||
L["AOE"] = "광역 주문"
|
L["AOE"] = "광역 주문"
|
||||||
L["Arcane Resistance"] = "비전 저항"
|
L["Arcane Resistance"] = "비전 저항"
|
||||||
|
L["Archavon the Stone Watcher"] = "바위 감시자 아카본"
|
||||||
|
L["Archimonde"] = "아키몬드"
|
||||||
L[ [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
L[ [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
||||||
This will overwrite any changes you have made since the last database upgrade.
|
This will overwrite any changes you have made since the last database upgrade.
|
||||||
Last upgrade: %s]=] ] = "|cffff0000실험용|r 복구 도구를 실행할까요? 이는 마지막 데이터베이스 업그레이드 이후에 수행한 모든 변경 사항을 덮어씁니다. 마지막 업그레이드: %s"
|
Last upgrade: %s]=] ] = "|cffff0000실험용|r 복구 도구를 실행할까요? 이는 마지막 데이터베이스 업그레이드 이후에 수행한 모든 변경 사항을 덮어씁니다. 마지막 업그레이드: %s"
|
||||||
@@ -156,6 +162,7 @@ L["Attach to Start"] = "시작 부분에 배치"
|
|||||||
L["Attack Power"] = "공격력"
|
L["Attack Power"] = "공격력"
|
||||||
L["Attackable"] = "공격 가능"
|
L["Attackable"] = "공격 가능"
|
||||||
L["Attackable Target"] = "공격 가능 대상"
|
L["Attackable Target"] = "공격 가능 대상"
|
||||||
|
L["Attumen the Huntsman"] = "사냥꾼 어튜멘"
|
||||||
L["Aura"] = "오라"
|
L["Aura"] = "오라"
|
||||||
L["Aura '%s': %s"] = "'%s' 위크오라: %s"
|
L["Aura '%s': %s"] = "'%s' 위크오라: %s"
|
||||||
L["Aura Applied"] = "오라 걸림"
|
L["Aura Applied"] = "오라 걸림"
|
||||||
@@ -187,6 +194,7 @@ L["Available features: %s"] = "사용 가능한 기능: %s"
|
|||||||
L["Avoidance (%)"] = "광역회피 (%)"
|
L["Avoidance (%)"] = "광역회피 (%)"
|
||||||
L["Avoidance Rating"] = "광역회피 수치"
|
L["Avoidance Rating"] = "광역회피 수치"
|
||||||
L["Ayamiss the Hunter"] = "사냥꾼 아야미스"
|
L["Ayamiss the Hunter"] = "사냥꾼 아야미스"
|
||||||
|
L["Azgalor"] = "아즈갈로"
|
||||||
L["Azuregos"] = "아주어고스"
|
L["Azuregos"] = "아주어고스"
|
||||||
L["Back and Forth"] = "왕복"
|
L["Back and Forth"] = "왕복"
|
||||||
L["Background"] = "배경"
|
L["Background"] = "배경"
|
||||||
@@ -214,6 +222,7 @@ L["BigWigs Addon"] = "BigWigs 애드온"
|
|||||||
L["BigWigs Message"] = "BigWigs 메시지"
|
L["BigWigs Message"] = "BigWigs 메시지"
|
||||||
L["BigWigs Stage"] = "BigWigs 단계"
|
L["BigWigs Stage"] = "BigWigs 단계"
|
||||||
L["BigWigs Timer"] = "BigWigs 타이머"
|
L["BigWigs Timer"] = "BigWigs 타이머"
|
||||||
|
L["Black Temple"] = "검은 사원"
|
||||||
L["Black Wing Lair"] = "검은날개 둥지"
|
L["Black Wing Lair"] = "검은날개 둥지"
|
||||||
L["Bleed"] = "출혈"
|
L["Bleed"] = "출혈"
|
||||||
L["Blizzard Combat Text"] = "블리자드 전투 문자"
|
L["Blizzard Combat Text"] = "블리자드 전투 문자"
|
||||||
@@ -245,6 +254,7 @@ L["Bounce with Decay"] = "튕기기 (점점 약하게)"
|
|||||||
L["Break"] = "휴식"
|
L["Break"] = "휴식"
|
||||||
L["BreakUpLargeNumbers (Blizzard)"] = "단위에 쉼표 표기 (블리자드)"
|
L["BreakUpLargeNumbers (Blizzard)"] = "단위에 쉼표 표기 (블리자드)"
|
||||||
L["Broodlord Lashlayer"] = "용기대장 래쉬레이어"
|
L["Broodlord Lashlayer"] = "용기대장 래쉬레이어"
|
||||||
|
L["Brutallus"] = "브루탈루스"
|
||||||
L["Buff"] = "버프"
|
L["Buff"] = "버프"
|
||||||
L["Buff/Debuff"] = "버프/디버프"
|
L["Buff/Debuff"] = "버프/디버프"
|
||||||
L["Buffed/Debuffed"] = "버프 걸림/디버프 걸림"
|
L["Buffed/Debuffed"] = "버프 걸림/디버프 걸림"
|
||||||
@@ -305,6 +315,7 @@ L["Chat Frame"] = "대화창"
|
|||||||
L["Chat Message"] = "대화 메시지"
|
L["Chat Message"] = "대화 메시지"
|
||||||
L["Check if a single talent match a Rank"] = "단일 특성이 등급과 일치하는지 확인"
|
L["Check if a single talent match a Rank"] = "단일 특성이 등급과 일치하는지 확인"
|
||||||
L["Check nameplate's target every 0.2s"] = "0.2초마다 이름표의 대상을 확인합니다"
|
L["Check nameplate's target every 0.2s"] = "0.2초마다 이름표의 대상을 확인합니다"
|
||||||
|
L["Chess Event"] = "체스 이벤트"
|
||||||
L["Chromaggus"] = "크로마구스"
|
L["Chromaggus"] = "크로마구스"
|
||||||
L["Circle"] = "동그라미"
|
L["Circle"] = "동그라미"
|
||||||
L["Circular Texture"] = "테두리 텍스처"
|
L["Circular Texture"] = "테두리 텍스처"
|
||||||
@@ -317,6 +328,7 @@ L["Clockwise"] = "시계 방향"
|
|||||||
L["Clone per Character"] = "캐릭터마다 복제"
|
L["Clone per Character"] = "캐릭터마다 복제"
|
||||||
L["Clone per Event"] = "이벤트마다 복제"
|
L["Clone per Event"] = "이벤트마다 복제"
|
||||||
L["Clone per Match"] = "일치하는 것마다 복제"
|
L["Clone per Match"] = "일치하는 것마다 복제"
|
||||||
|
L["Coilfang: Serpentshrine Cavern"] = "불뱀 제단"
|
||||||
L["Coin Precision"] = "금액 표시 범위"
|
L["Coin Precision"] = "금액 표시 범위"
|
||||||
L["Color"] = "색상"
|
L["Color"] = "색상"
|
||||||
L["Color Animation"] = "색 애니메이션"
|
L["Color Animation"] = "색 애니메이션"
|
||||||
@@ -376,6 +388,7 @@ L["Custom Sort"] = "사용자 정의 정렬"
|
|||||||
L["Custom Text Function"] = "사용자 정의 텍스트 함수"
|
L["Custom Text Function"] = "사용자 정의 텍스트 함수"
|
||||||
L["Custom Trigger Combination"] = "사용자 정의 활성 조건 조합"
|
L["Custom Trigger Combination"] = "사용자 정의 활성 조건 조합"
|
||||||
L["Custom Variables"] = "사용자 정의 변수"
|
L["Custom Variables"] = "사용자 정의 변수"
|
||||||
|
L["Daakara"] = "다카라"
|
||||||
L["Damage"] = "피해"
|
L["Damage"] = "피해"
|
||||||
L["Damage Shield"] = "피해 반사"
|
L["Damage Shield"] = "피해 반사"
|
||||||
L["Damage Shield Missed"] = "피해 반사 적중하지 않음"
|
L["Damage Shield Missed"] = "피해 반사 적중하지 않음"
|
||||||
@@ -453,7 +466,7 @@ L["Ease In and Out"] = "시작과 끝에 지연"
|
|||||||
L["Ease Out"] = "끝날때 지연"
|
L["Ease Out"] = "끝날때 지연"
|
||||||
L["Ebonroc"] = "에본로크"
|
L["Ebonroc"] = "에본로크"
|
||||||
L["Eclipse Direction"] = "일식 방향"
|
L["Eclipse Direction"] = "일식 방향"
|
||||||
L["Edge"] = "가장자리"
|
L["Edge"] = "경계"
|
||||||
L["Edge of Madness"] = "광란의 경계"
|
L["Edge of Madness"] = "광란의 경계"
|
||||||
L["Effective Spell Id"] = "실효 주문 ID"
|
L["Effective Spell Id"] = "실효 주문 ID"
|
||||||
L["Elide"] = "생략"
|
L["Elide"] = "생략"
|
||||||
@@ -484,7 +497,7 @@ L["Enchanted"] = "마법부여됨"
|
|||||||
L["Encounter ID(s)"] = "보스전(Encounter) ID (여럿 가능)"
|
L["Encounter ID(s)"] = "보스전(Encounter) ID (여럿 가능)"
|
||||||
L["Energize"] = "마력 얻음"
|
L["Energize"] = "마력 얻음"
|
||||||
L["Enrage"] = "격노"
|
L["Enrage"] = "격노"
|
||||||
L["Enter a name or a spellId"] = "이름 또는 주문id 입력"
|
L["Enter a name or a spellId"] = "이름이나 주문ID를 입력하세요"
|
||||||
L["Entering"] = "시작"
|
L["Entering"] = "시작"
|
||||||
L["Entering/Leaving Combat"] = "전투 시작/종료"
|
L["Entering/Leaving Combat"] = "전투 시작/종료"
|
||||||
L["Entering/Leaving Encounter"] = "보스전 시작/종료"
|
L["Entering/Leaving Encounter"] = "보스전 시작/종료"
|
||||||
@@ -496,6 +509,7 @@ L["Equipment Set"] = "장비 구성"
|
|||||||
L["Equipment Set Equipped"] = "착용한 장비 구성"
|
L["Equipment Set Equipped"] = "착용한 장비 구성"
|
||||||
L["Equipment Slot"] = "장비 칸"
|
L["Equipment Slot"] = "장비 칸"
|
||||||
L["Equipped"] = "착용 중"
|
L["Equipped"] = "착용 중"
|
||||||
|
L["Eredar Twins"] = "에레다르 쌍둥이"
|
||||||
L["Error"] = "오류"
|
L["Error"] = "오류"
|
||||||
L[ [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
L[ [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
||||||
https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames]=] ] = [=['%s' 오류가 보안 요소의 복사본을 생성했습니다. 이 위크오라는 삭제할 것을 권장합니다. 자세한 정보:
|
https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames]=] ] = [=['%s' 오류가 보안 요소의 복사본을 생성했습니다. 이 위크오라는 삭제할 것을 권장합니다. 자세한 정보:
|
||||||
@@ -540,8 +554,10 @@ L["Fade Out"] = "서서히 사라짐"
|
|||||||
L["Fail Alert"] = "피하기 실패 경보"
|
L["Fail Alert"] = "피하기 실패 경보"
|
||||||
L["False"] = "거짓"
|
L["False"] = "거짓"
|
||||||
L["Fankriss the Unyielding"] = "불굴의 판크리스"
|
L["Fankriss the Unyielding"] = "불굴의 판크리스"
|
||||||
|
L["Fathom-Lord Karathress"] = "심해군주 카라드레스"
|
||||||
L["Feature %q is already disabled"] = "%q 기능은 이미 비활성화 상태입니다"
|
L["Feature %q is already disabled"] = "%q 기능은 이미 비활성화 상태입니다"
|
||||||
L["Feature %q is already enabled"] = "%q 기능은 이미 활성화 상태입니다"
|
L["Feature %q is already enabled"] = "%q 기능은 이미 활성화 상태입니다"
|
||||||
|
L["Felmyst"] = "지옥안개"
|
||||||
L["Fetch Absorb"] = "피해 흡수량 가져오기"
|
L["Fetch Absorb"] = "피해 흡수량 가져오기"
|
||||||
L["Fetch Heal Absorb"] = "치유 흡수량 가져오기"
|
L["Fetch Heal Absorb"] = "치유 흡수량 가져오기"
|
||||||
L["Fetch Legendary Power"] = "전설 능력 가져오기"
|
L["Fetch Legendary Power"] = "전설 능력 가져오기"
|
||||||
@@ -619,10 +635,14 @@ L["Group Leader/Assist"] = "공격대장/부공격대장"
|
|||||||
L["Group Size"] = "그룹 규모"
|
L["Group Size"] = "그룹 규모"
|
||||||
L["Group Type"] = "그룹 종류"
|
L["Group Type"] = "그룹 종류"
|
||||||
L["Grow"] = "확장"
|
L["Grow"] = "확장"
|
||||||
|
L["Gruul the Dragonkiller"] = "용 학살자 그룰"
|
||||||
|
L["Gruul's Lair"] = "그룰의 둥지"
|
||||||
L["GTFO Alert"] = "GTFO 경보"
|
L["GTFO Alert"] = "GTFO 경보"
|
||||||
L["Guardian"] = "경비병"
|
L["Guardian"] = "경비병"
|
||||||
L["Guild"] = "길드"
|
L["Guild"] = "길드"
|
||||||
|
L["Gurtogg Bloodboil"] = "구르토그 블러드보일"
|
||||||
L["Hakkar"] = "학카르"
|
L["Hakkar"] = "학카르"
|
||||||
|
L["Halazzi"] = "할라지"
|
||||||
L["Hardcore"] = "하드코어"
|
L["Hardcore"] = "하드코어"
|
||||||
L["Has Target"] = "대상 있음"
|
L["Has Target"] = "대상 있음"
|
||||||
L["Has Vehicle UI"] = "차량 UI 있음"
|
L["Has Vehicle UI"] = "차량 UI 있음"
|
||||||
@@ -639,15 +659,19 @@ L["Heigan the Unclean"] = "부정의 헤이건"
|
|||||||
L["Height"] = "높이"
|
L["Height"] = "높이"
|
||||||
L["Hero Talent"] = "영웅 특성"
|
L["Hero Talent"] = "영웅 특성"
|
||||||
L["Heroic Party"] = "영웅 파티"
|
L["Heroic Party"] = "영웅 파티"
|
||||||
|
L["Hex Lord Malacrass"] = "사술 군주 말라크라스"
|
||||||
L["Hide"] = "숨기기"
|
L["Hide"] = "숨기기"
|
||||||
L["Hide 0 cooldowns"] = "0초대 쿨타임 숨김"
|
L["Hide 0 cooldowns"] = "0초대 쿨타임 숨김"
|
||||||
L["Hide Timer Text"] = "타이머 텍스트 숨기기"
|
L["Hide Timer Text"] = "타이머 텍스트 숨기기"
|
||||||
|
L["High Astromancer Solarian"] = "고위 점성술사 솔라리안"
|
||||||
L["High Damage"] = "높은 피해"
|
L["High Damage"] = "높은 피해"
|
||||||
|
L["High King Maulgar"] = "왕중왕 마울가르"
|
||||||
L["High Priest Thekal"] = "대사제 데칼"
|
L["High Priest Thekal"] = "대사제 데칼"
|
||||||
L["High Priest Venoxis"] = "대사제 베녹시스"
|
L["High Priest Venoxis"] = "대사제 베녹시스"
|
||||||
L["High Priestess Arlokk"] = "대여사제 알로크"
|
L["High Priestess Arlokk"] = "대여사제 알로크"
|
||||||
L["High Priestess Jeklik"] = "대여사제 제클릭"
|
L["High Priestess Jeklik"] = "대여사제 제클릭"
|
||||||
L["High Priestess Mar'li"] = "대여사제 말리"
|
L["High Priestess Mar'li"] = "대여사제 말리"
|
||||||
|
L["High Warlord Naj'entus"] = "대장군 나젠투스"
|
||||||
L["Higher Than Tank"] = "탱커보다 높을 때"
|
L["Higher Than Tank"] = "탱커보다 높을 때"
|
||||||
L["Highest Spell Id"] = "가장 높은 주문 ID"
|
L["Highest Spell Id"] = "가장 높은 주문 ID"
|
||||||
L["Hit (%)"] = "적중 (%)"
|
L["Hit (%)"] = "적중 (%)"
|
||||||
@@ -659,6 +683,7 @@ L["Hostile"] = "적"
|
|||||||
L["Hostility"] = "적/아군"
|
L["Hostility"] = "적/아군"
|
||||||
L["Humanoid"] = "인간형"
|
L["Humanoid"] = "인간형"
|
||||||
L["Hybrid"] = "혼합"
|
L["Hybrid"] = "혼합"
|
||||||
|
L["Hydross the Unstable"] = "불안정한 히드로스"
|
||||||
L["Icon"] = "아이콘"
|
L["Icon"] = "아이콘"
|
||||||
L["Icon Function"] = "아이콘 함수"
|
L["Icon Function"] = "아이콘 함수"
|
||||||
L["Icon Function (fallback state)"] = "Icon 함수 (고장 대체 상태)"
|
L["Icon Function (fallback state)"] = "Icon 함수 (고장 대체 상태)"
|
||||||
@@ -672,6 +697,7 @@ L["Ignore Rune CDs"] = "룬 쿨타임 무시"
|
|||||||
L["Ignore Self"] = "자신 무시"
|
L["Ignore Self"] = "자신 무시"
|
||||||
L["Ignore Spell Cooldown/Charges"] = "주문 쿨타임/충전량 무시"
|
L["Ignore Spell Cooldown/Charges"] = "주문 쿨타임/충전량 무시"
|
||||||
L["Ignore Spell Override"] = "주문 대체 무시"
|
L["Ignore Spell Override"] = "주문 대체 무시"
|
||||||
|
L["Illidan Stormrage"] = "일리단 스톰레이지"
|
||||||
L["Immune"] = "면역"
|
L["Immune"] = "면역"
|
||||||
L["Important"] = "중요"
|
L["Important"] = "중요"
|
||||||
L["Importing will start after combat ends."] = "전투 종료 후 가져오기가 시작됩니다."
|
L["Importing will start after combat ends."] = "전투 종료 후 가져오기가 시작됩니다."
|
||||||
@@ -742,12 +768,19 @@ L["Item Slot String"] = "아이템 칸 문자열"
|
|||||||
L["Item Type"] = "아이템 종류"
|
L["Item Type"] = "아이템 종류"
|
||||||
L["Item Type Equipped"] = "착용한 아이템 종류"
|
L["Item Type Equipped"] = "착용한 아이템 종류"
|
||||||
L["ItemId"] = "아이템ID"
|
L["ItemId"] = "아이템ID"
|
||||||
|
L["Jan'alai"] = "잔알라이"
|
||||||
L["Jin'do the Hexxer"] = "주술사 진도"
|
L["Jin'do the Hexxer"] = "주술사 진도"
|
||||||
L["Journal Stage"] = "도감 단계"
|
L["Journal Stage"] = "도감 단계"
|
||||||
|
L["Kael'thas Sunstrider"] = "캘타스 선스트라이더"
|
||||||
|
L["Kalecgos"] = "칼렉고스"
|
||||||
|
L["Karazhan"] = "카라잔"
|
||||||
|
L["Kaz'rogal"] = "카즈로갈"
|
||||||
L["Kazzak"] = "카자크"
|
L["Kazzak"] = "카자크"
|
||||||
L["Keep Inside"] = "텍스처 안에 유지"
|
L["Keep Inside"] = "텍스처 안에 유지"
|
||||||
L["Kel'Thuzad"] = "켈투자드"
|
L["Kel'Thuzad"] = "켈투자드"
|
||||||
|
L["Kil'jaeden"] = "킬제덴"
|
||||||
L["Kurinnaxx"] = "쿠린낙스"
|
L["Kurinnaxx"] = "쿠린낙스"
|
||||||
|
L["Lady Vashj"] = "여군주 바쉬"
|
||||||
L["Large"] = "큰"
|
L["Large"] = "큰"
|
||||||
L["Latency"] = "지연 시간"
|
L["Latency"] = "지연 시간"
|
||||||
L["Leader"] = "공격대장"
|
L["Leader"] = "공격대장"
|
||||||
@@ -766,6 +799,7 @@ L["Legacy RGB Gradient"] = "구식 RGB 그라디언트"
|
|||||||
L["Legacy RGB Gradient Pulse"] = "구식 RGB 그라디언트 맥박"
|
L["Legacy RGB Gradient Pulse"] = "구식 RGB 그라디언트 맥박"
|
||||||
L["Legion"] = "군단"
|
L["Legion"] = "군단"
|
||||||
L["Length"] = "길이"
|
L["Length"] = "길이"
|
||||||
|
L["Leotheras the Blind"] = "눈먼 레오테라스"
|
||||||
L["Level"] = "레벨"
|
L["Level"] = "레벨"
|
||||||
L["LibSharedMedia"] = "LibSharedMedia"
|
L["LibSharedMedia"] = "LibSharedMedia"
|
||||||
L["Lillian Voss"] = "릴리안 보스"
|
L["Lillian Voss"] = "릴리안 보스"
|
||||||
@@ -793,6 +827,9 @@ L["Lucifron"] = "루시프론"
|
|||||||
L["Maexxna"] = "맥스나"
|
L["Maexxna"] = "맥스나"
|
||||||
L["Magic"] = "마법"
|
L["Magic"] = "마법"
|
||||||
L["Magmadar"] = "마그마다르"
|
L["Magmadar"] = "마그마다르"
|
||||||
|
L["Magtheridon"] = "마그테리돈"
|
||||||
|
L["Magtheridon's Lair"] = "마그테리돈의 둥지"
|
||||||
|
L["Maiden of Virtue"] = "고결의 여신"
|
||||||
L["Main Character"] = "주 캐릭터"
|
L["Main Character"] = "주 캐릭터"
|
||||||
L["Main Stat"] = "주 능력치"
|
L["Main Stat"] = "주 능력치"
|
||||||
L["Majordomo Executus"] = "청지기 이그젝큐투스"
|
L["Majordomo Executus"] = "청지기 이그젝큐투스"
|
||||||
@@ -855,13 +892,18 @@ L["Monster Say"] = "몬스터 일반 대화"
|
|||||||
L["Monster Whisper"] = "몬스터 귓속말"
|
L["Monster Whisper"] = "몬스터 귓속말"
|
||||||
L["Monster Yell"] = "몬스터 외침"
|
L["Monster Yell"] = "몬스터 외침"
|
||||||
L["Moon"] = "달"
|
L["Moon"] = "달"
|
||||||
|
L["Moroes"] = "모로스"
|
||||||
|
L["Morogrim Tidewalker"] = "겅둥파도 모로그림"
|
||||||
L["Most remaining time"] = "남은 시간이 가장 많은 것"
|
L["Most remaining time"] = "남은 시간이 가장 많은 것"
|
||||||
|
L["Mother Shahraz"] = "대모 샤라즈"
|
||||||
L["Mounted"] = "탈것 타는 중"
|
L["Mounted"] = "탈것 타는 중"
|
||||||
L["Mouse Cursor"] = "마우스 커서"
|
L["Mouse Cursor"] = "마우스 커서"
|
||||||
L["Movement Speed Rating"] = "이동 속도 수치"
|
L["Movement Speed Rating"] = "이동 속도 수치"
|
||||||
L["Multi-target"] = "다중 대상"
|
L["Multi-target"] = "다중 대상"
|
||||||
|
L["M'uru"] = "므우루"
|
||||||
L["Mythic Keystone"] = "신화 쐐기돌"
|
L["Mythic Keystone"] = "신화 쐐기돌"
|
||||||
L["Mythic+ Affix"] = "신화+ 어픽스"
|
L["Mythic+ Affix"] = "신화+ 어픽스"
|
||||||
|
L["Nalorakk"] = "날로라크"
|
||||||
L["Name"] = "이름"
|
L["Name"] = "이름"
|
||||||
L["Name Function"] = "이름 함수"
|
L["Name Function"] = "이름 함수"
|
||||||
L["Name Function (fallback state)"] = "Name 함수 (고장 대체 상태)"
|
L["Name Function (fallback state)"] = "Name 함수 (고장 대체 상태)"
|
||||||
@@ -876,10 +918,12 @@ L["Names of unaffected Players"] = "오라에 안 걸린 플레이어 이름"
|
|||||||
L["Nature Resistance"] = "자연 저항"
|
L["Nature Resistance"] = "자연 저항"
|
||||||
L["Naxxramas"] = "낙스라마스"
|
L["Naxxramas"] = "낙스라마스"
|
||||||
L["Nefarian"] = "네파리안"
|
L["Nefarian"] = "네파리안"
|
||||||
|
L["Netherspite"] = "황천의 원령"
|
||||||
L["Neutral"] = "중립"
|
L["Neutral"] = "중립"
|
||||||
L["Never"] = "사용 안 함"
|
L["Never"] = "사용 안 함"
|
||||||
L["Next Combat"] = "다음 전투"
|
L["Next Combat"] = "다음 전투"
|
||||||
L["Next Encounter"] = "다음 보스전"
|
L["Next Encounter"] = "다음 보스전"
|
||||||
|
L["Nightbane"] = "파멸의 어둠"
|
||||||
L[ [=[No active boss mod addon detected.
|
L[ [=[No active boss mod addon detected.
|
||||||
|
|
||||||
Note: This trigger will use BigWigs or DBM, in that order if both are installed.]=] ] = [=[활성화된 보스 모드가 감지되지 않았습니다.
|
Note: This trigger will use BigWigs or DBM, in that order if both are installed.]=] ] = [=[활성화된 보스 모드가 감지되지 않았습니다.
|
||||||
@@ -988,6 +1032,7 @@ L["Only if on a different realm"] = "다른 서버일때만 표시"
|
|||||||
L["Only if Primary"] = "주 자원일때만"
|
L["Only if Primary"] = "주 자원일때만"
|
||||||
L["Onyxia"] = "오닉시아"
|
L["Onyxia"] = "오닉시아"
|
||||||
L["Opaque"] = "불투명"
|
L["Opaque"] = "불투명"
|
||||||
|
L["Opera Hall"] = "오페라 극장"
|
||||||
L["Option Group"] = "옵션 그룹"
|
L["Option Group"] = "옵션 그룹"
|
||||||
L["Options could not be loaded, the addon is %s"] = "옵션을 불러올 수 없습니다. 애드온은 %s입니다."
|
L["Options could not be loaded, the addon is %s"] = "옵션을 불러올 수 없습니다. 애드온은 %s입니다."
|
||||||
L["Options will finish loading after combat ends."] = "옵션은 전투가 끝나면 불러오기가 완료됩니다."
|
L["Options will finish loading after combat ends."] = "옵션은 전투가 끝나면 불러오기가 완료됩니다."
|
||||||
@@ -1062,6 +1107,7 @@ L["Power Type"] = "자원 종류"
|
|||||||
L["Precision"] = "정밀도"
|
L["Precision"] = "정밀도"
|
||||||
L["Preset"] = "사전 설정"
|
L["Preset"] = "사전 설정"
|
||||||
L["Primary Stats"] = "주 능력치"
|
L["Primary Stats"] = "주 능력치"
|
||||||
|
L["Prince Malchezaar"] = "공작 말체자르"
|
||||||
L["Princess Huhuran"] = "공주 후후란"
|
L["Princess Huhuran"] = "공주 후후란"
|
||||||
L["Print Profiling Results"] = "분석 결과 출력"
|
L["Print Profiling Results"] = "분석 결과 출력"
|
||||||
L["Proc Glow"] = "스킬 발동 반짝임"
|
L["Proc Glow"] = "스킬 발동 반짝임"
|
||||||
@@ -1088,6 +1134,7 @@ L["Quantity earned this week"] = "이번주 획득량"
|
|||||||
L["Quest Party"] = "퀘스트 파티"
|
L["Quest Party"] = "퀘스트 파티"
|
||||||
L["Queued Action"] = "대기중인 동작"
|
L["Queued Action"] = "대기중인 동작"
|
||||||
L["Radius"] = "반경"
|
L["Radius"] = "반경"
|
||||||
|
L["Rage Winterchill"] = "격노한 윈터칠"
|
||||||
L["Ragnaros"] = "라그나로스"
|
L["Ragnaros"] = "라그나로스"
|
||||||
L["Raid"] = "공격대"
|
L["Raid"] = "공격대"
|
||||||
L["Raid (Heroic)"] = "공격대 (영웅)"
|
L["Raid (Heroic)"] = "공격대 (영웅)"
|
||||||
@@ -1123,6 +1170,7 @@ L["Region type %s not supported"] = "표시 영역(Region) 유형 %s|1은;는;
|
|||||||
L["Relative"] = "백분율"
|
L["Relative"] = "백분율"
|
||||||
L["Relative X-Offset"] = "상대적 X-위치 조정"
|
L["Relative X-Offset"] = "상대적 X-위치 조정"
|
||||||
L["Relative Y-Offset"] = "상대적 Y-위치 조정"
|
L["Relative Y-Offset"] = "상대적 Y-위치 조정"
|
||||||
|
L["Reliquary of Souls"] = "영혼의 성물함"
|
||||||
L["Remaining Duration"] = "남은 지속시간"
|
L["Remaining Duration"] = "남은 지속시간"
|
||||||
L["Remaining Time"] = "남은 시간"
|
L["Remaining Time"] = "남은 시간"
|
||||||
L["Remove Obsolete Auras"] = "구버전 위크오라 삭제"
|
L["Remove Obsolete Auras"] = "구버전 위크오라 삭제"
|
||||||
@@ -1202,6 +1250,10 @@ L["Set IDs can be found on websites such as wowhead.com/cata/item-sets"] = "세
|
|||||||
L["Set IDs can be found on websites such as wowhead.com/classic/item-sets"] = "세트 ID는 wowhead.com/classic/item-sets와 같은 웹사이트에서 찾을 수 있습니다."
|
L["Set IDs can be found on websites such as wowhead.com/classic/item-sets"] = "세트 ID는 wowhead.com/classic/item-sets와 같은 웹사이트에서 찾을 수 있습니다."
|
||||||
L["Set IDs can be found on websites such as wowhead.com/item-sets"] = "세트 ID는 Wowhead.com/item-sets와 같은 웹사이트에서 찾을 수 있습니다."
|
L["Set IDs can be found on websites such as wowhead.com/item-sets"] = "세트 ID는 Wowhead.com/item-sets와 같은 웹사이트에서 찾을 수 있습니다."
|
||||||
L["Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"] = "세트 ID는 wowhead.com/mop-classic/item-sets와 같은 웹사이트에서 찾을 수 있습니다."
|
L["Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"] = "세트 ID는 wowhead.com/mop-classic/item-sets와 같은 웹사이트에서 찾을 수 있습니다."
|
||||||
|
L["Set IDs can be found on websites such as wowhead.com/tbc/item-sets"] = "세트 ID는 wowhead.com/tbc/item-sets와 같은 웹사이트에서 확인할 수 있습니다."
|
||||||
|
L["Set IDs can be found on websites such as wowhead.com/wotlk/item-sets"] = "세트 ID는 wowhead.com/wotlk/item-sets와 같은 웹사이트에서 확인할 수 있습니다."
|
||||||
|
L["Shade of Akama"] = "아카마의 망령"
|
||||||
|
L["Shade of Aran"] = "아란의 망령"
|
||||||
L["Shadow Resistance"] = "암흑 저항"
|
L["Shadow Resistance"] = "암흑 저항"
|
||||||
L["Shadowlands"] = "어둠땅"
|
L["Shadowlands"] = "어둠땅"
|
||||||
L["Shake"] = "흔들기"
|
L["Shake"] = "흔들기"
|
||||||
@@ -1271,7 +1323,7 @@ L["Specific Type"] = "세부 종류"
|
|||||||
L["Specific Unit"] = "유닛 직접 지정"
|
L["Specific Unit"] = "유닛 직접 지정"
|
||||||
L["Spell"] = "주문"
|
L["Spell"] = "주문"
|
||||||
L["Spell (Building)"] = "주문 (공성)"
|
L["Spell (Building)"] = "주문 (공성)"
|
||||||
L["Spell Activation Overlay Glow"] = "주문 활성화 강조 표시"
|
L["Spell Activation Overlay Glow"] = "주문 발동 반짝임 오버레이"
|
||||||
L["Spell Cast Succeeded"] = "주문 시전 성공"
|
L["Spell Cast Succeeded"] = "주문 시전 성공"
|
||||||
L["Spell Cost"] = "주문 자원 소비"
|
L["Spell Cost"] = "주문 자원 소비"
|
||||||
L["Spell Count"] = "주문 사용 가능 횟수"
|
L["Spell Count"] = "주문 사용 가능 횟수"
|
||||||
@@ -1339,6 +1391,7 @@ Group Zone IDs must be prefixed with 'g', e.g. 'g277'.
|
|||||||
Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'.
|
Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'.
|
||||||
Supports Instance IDs prefixed with 'i'.
|
Supports Instance IDs prefixed with 'i'.
|
||||||
Entries can be prefixed with '-' to negate.]=] ] = "여러 항목을 지원하며 쉼표로 구분됩니다. 자식 지역(Child Zone) ID를 포함하려면 'c2022'처럼 'c'를 접두사로 사용하세요. 그룹 지역(Group Zone) ID는 'g277'처럼 'g'를 접두사로 사용해야 합니다. 구역(Area) ID는 https://wago.tools/db2/AreaTable에서 확인할 수 있으며 'a'를 접두사로 사용합니다. 인스턴스(Instance) ID는 'i'를 접두사로 사용하세요. 이들 항목은 '-'를 접두사로 사용하면 조건이 반대로 해당 지역에 없을 때가 됩니다."
|
Entries can be prefixed with '-' to negate.]=] ] = "여러 항목을 지원하며 쉼표로 구분됩니다. 자식 지역(Child Zone) ID를 포함하려면 'c2022'처럼 'c'를 접두사로 사용하세요. 그룹 지역(Group Zone) ID는 'g277'처럼 'g'를 접두사로 사용해야 합니다. 구역(Area) ID는 https://wago.tools/db2/AreaTable에서 확인할 수 있으며 'a'를 접두사로 사용합니다. 인스턴스(Instance) ID는 'i'를 접두사로 사용하세요. 이들 항목은 '-'를 접두사로 사용하면 조건이 반대로 해당 지역에 없을 때가 됩니다."
|
||||||
|
L["Supremus"] = "궁극의 심연"
|
||||||
L["Swing"] = "근접 평타"
|
L["Swing"] = "근접 평타"
|
||||||
L["Swing Timer"] = "근접 평타 타이머"
|
L["Swing Timer"] = "근접 평타 타이머"
|
||||||
L["Swipe"] = "쿨타임 진행"
|
L["Swipe"] = "쿨타임 진행"
|
||||||
@@ -1357,6 +1410,9 @@ L["Tanking And Highest"] = "탱커이면서 제일 높을 때"
|
|||||||
L["Tanking But Not Highest"] = "탱커지만 제일 높지 않을 때"
|
L["Tanking But Not Highest"] = "탱커지만 제일 높지 않을 때"
|
||||||
L["Target"] = "대상"
|
L["Target"] = "대상"
|
||||||
L["Targeted"] = "대상이 됨"
|
L["Targeted"] = "대상이 됨"
|
||||||
|
L["Tempest Keep"] = "폭풍우 요새"
|
||||||
|
L["Terestian Illhoof"] = "테레스티안 일후프"
|
||||||
|
L["Teron Gorefiend"] = "테론 고어핀드"
|
||||||
L["Tertiary Stats"] = "3차 능력치"
|
L["Tertiary Stats"] = "3차 능력치"
|
||||||
L["Test if bar is enabled in BigWigs settings"] = "타이머 바가 BigWigs 설정에서 활성화되어 있는지 체크합니다"
|
L["Test if bar is enabled in BigWigs settings"] = "타이머 바가 BigWigs 설정에서 활성화되어 있는지 체크합니다"
|
||||||
L["Test if bar is enabled in Boss Mod addon settings"] = "타이머 바가 보스모드 애드온 설정에서 활성화되어 있는지 체크합니다"
|
L["Test if bar is enabled in Boss Mod addon settings"] = "타이머 바가 보스모드 애드온 설정에서 활성화되어 있는지 체크합니다"
|
||||||
@@ -1372,10 +1428,15 @@ L["Texture Rotation"] = "텍스처 회전"
|
|||||||
L["Thaddius"] = "타디우스"
|
L["Thaddius"] = "타디우스"
|
||||||
L["The aura has overwritten the global '%s', this might affect other auras."] = "이 위크오라에서 전역 변수 '%s'|1이;가; 덮어씌워졌습니다. 바뀐 전역 변수가 다른 위크오라에도 영향을 끼칠 것입니다."
|
L["The aura has overwritten the global '%s', this might affect other auras."] = "이 위크오라에서 전역 변수 '%s'|1이;가; 덮어씌워졌습니다. 바뀐 전역 변수가 다른 위크오라에도 영향을 끼칠 것입니다."
|
||||||
L["The aura tried to overwrite the aura_env global, which is not allowed."] = "이 위크오라는 aura_env 전역 변수를 덮어쓰려 하고 있습니다. 허용되지 않는 작업입니다."
|
L["The aura tried to overwrite the aura_env global, which is not allowed."] = "이 위크오라는 aura_env 전역 변수를 덮어쓰려 하고 있습니다. 허용되지 않는 작업입니다."
|
||||||
|
L["The Battle for Mount Hyjal"] = "하이잘 산 전투"
|
||||||
|
L["The Curator"] = "전시 관리인"
|
||||||
L["The effective level differs from the level in e.g. Time Walking dungeons."] = "실제 적용되는 실효 레벨은 시간여행 던전 등에서 보이는 레벨과 차이가 있습니다."
|
L["The effective level differs from the level in e.g. Time Walking dungeons."] = "실제 적용되는 실효 레벨은 시간여행 던전 등에서 보이는 레벨과 차이가 있습니다."
|
||||||
L["The Four Horsemen"] = "4기사단"
|
L["The Four Horsemen"] = "4기사단"
|
||||||
L["The 'ID' value can be found in the BigWigs options of a specific spell"] = "'ID' 값은 주문별 BigWigs 설정에 있습니다"
|
L["The 'ID' value can be found in the BigWigs options of a specific spell"] = "'ID' 값은 주문별 BigWigs 설정에 있습니다"
|
||||||
|
L["The Illidari Council"] = "일리다리 의회"
|
||||||
|
L["The Lurker Below"] = "심연의 잠복꾼"
|
||||||
L["The Prophet Skeram"] = "예언자 스케람"
|
L["The Prophet Skeram"] = "예언자 스케람"
|
||||||
|
L["The Sunwell Plateau"] = "태양샘 고원"
|
||||||
L["The total quantity a warband character can transfer after paying the transfer cost"] = "이전 비용 차감 후 전투부대 캐릭터가 이전 가능한 총 수량"
|
L["The total quantity a warband character can transfer after paying the transfer cost"] = "이전 비용 차감 후 전투부대 캐릭터가 이전 가능한 총 수량"
|
||||||
L["The total quantity after transferring everything to your current character and paying the transfer cost"] = "모든 수량을 현재 캐릭터로 이전하고 이전 비용까지 차감된 후의 총 수량"
|
L["The total quantity after transferring everything to your current character and paying the transfer cost"] = "모든 수량을 현재 캐릭터로 이전하고 이전 비용까지 차감된 후의 총 수량"
|
||||||
L["The War Within"] = "내부 전쟁"
|
L["The War Within"] = "내부 전쟁"
|
||||||
@@ -1407,6 +1468,7 @@ L["Timed"] = "일정 시간"
|
|||||||
L["Timed Progress"] = "시간으로 진행"
|
L["Timed Progress"] = "시간으로 진행"
|
||||||
L["Timer"] = "타이머"
|
L["Timer"] = "타이머"
|
||||||
L["Timer Id"] = "타이머 ID"
|
L["Timer Id"] = "타이머 ID"
|
||||||
|
L["Titan Reforged"] = "티탄 리포지드"
|
||||||
L["Toggle"] = "켜기/끄기"
|
L["Toggle"] = "켜기/끄기"
|
||||||
L["Toggle List"] = "목록 열기/닫기"
|
L["Toggle List"] = "목록 열기/닫기"
|
||||||
L["Toggle Options Window"] = "설정창 켜기/끄기"
|
L["Toggle Options Window"] = "설정창 켜기/끄기"
|
||||||
@@ -1497,12 +1559,14 @@ L["Uses UnitInRange() to check if in range. Matches default raid frames out of r
|
|||||||
L["Using WeakAuras.clones is deprecated. Use WeakAuras.GetRegion(id, cloneId) instead."] = "WeakAuras.clones는 더이상 사용할 수 없습니다. WeakAuras.GetRegion(id, cloneId)를 사용하세요."
|
L["Using WeakAuras.clones is deprecated. Use WeakAuras.GetRegion(id, cloneId) instead."] = "WeakAuras.clones는 더이상 사용할 수 없습니다. WeakAuras.GetRegion(id, cloneId)를 사용하세요."
|
||||||
L["Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."] = "WeakAuras.regions는 더이상 사용할 수 없습니다. WeakAuras.GetRegion(id)를 사용하세요."
|
L["Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."] = "WeakAuras.regions는 더이상 사용할 수 없습니다. WeakAuras.GetRegion(id)를 사용하세요."
|
||||||
L["Vaelastrasz the Corrupt"] = "타락한 밸라스트라즈"
|
L["Vaelastrasz the Corrupt"] = "타락한 밸라스트라즈"
|
||||||
|
L["Vault of Archavon"] = "아카본 석실"
|
||||||
L["Versatility (%)"] = "유연성 (%)"
|
L["Versatility (%)"] = "유연성 (%)"
|
||||||
L["Versatility Rating"] = "유연성 수치"
|
L["Versatility Rating"] = "유연성 수치"
|
||||||
L["Vertical"] = "세로"
|
L["Vertical"] = "세로"
|
||||||
L["Viscidus"] = "비시디우스"
|
L["Viscidus"] = "비시디우스"
|
||||||
L["Visibility"] = "표시"
|
L["Visibility"] = "표시"
|
||||||
L["Visions of N'Zoth"] = "느조스의 환영"
|
L["Visions of N'Zoth"] = "느조스의 환영"
|
||||||
|
L["Void Reaver"] = "공허의 절단기"
|
||||||
L["Warband Quantity Total"] = "전투부대 총 보유 수량"
|
L["Warband Quantity Total"] = "전투부대 총 보유 수량"
|
||||||
L["Warband Transfer Percentage"] = "전투부대 이전 비율"
|
L["Warband Transfer Percentage"] = "전투부대 이전 비율"
|
||||||
L["Warband Transferred Quantity"] = "전투부대 이전된 수량"
|
L["Warband Transferred Quantity"] = "전투부대 이전된 수량"
|
||||||
@@ -1558,5 +1622,6 @@ L["Zone ID"] = "지역 ID"
|
|||||||
L["Zone Name"] = "지역 이름"
|
L["Zone Name"] = "지역 이름"
|
||||||
L["Zoom"] = "확대"
|
L["Zoom"] = "확대"
|
||||||
L["Zoom Animation"] = "확대 애니메이션"
|
L["Zoom Animation"] = "확대 애니메이션"
|
||||||
|
L["Zul'Aman"] = "줄아만"
|
||||||
L["Zul'Gurub"] = "줄구룹"
|
L["Zul'Gurub"] = "줄구룹"
|
||||||
|
|
||||||
|
|||||||
@@ -90,6 +90,8 @@ L["25 Player Raid"] = "25 Player Raid"
|
|||||||
L["25 Player Raid (Heroic)"] = "25 Player Raid (Heroic)"
|
L["25 Player Raid (Heroic)"] = "25 Player Raid (Heroic)"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["25 Player Raid (Normal)"] = "25 Player Raid (Normal)"
|
L["25 Player Raid (Normal)"] = "25 Player Raid (Normal)"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["25 Player Raid (Titan Reforged)"] = "25 Player Raid (Titan Reforged)"
|
||||||
L["40 Man Raid"] = "Raide de 40 jogadores"
|
L["40 Man Raid"] = "Raide de 40 jogadores"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["40 Player Raid"] = "40 Player Raid"
|
L["40 Player Raid"] = "40 Player Raid"
|
||||||
@@ -137,6 +139,10 @@ L["Afk"] = "Afk"
|
|||||||
L["Aggro"] = "Aggro"
|
L["Aggro"] = "Aggro"
|
||||||
L["Agility"] = "Agilidade"
|
L["Agility"] = "Agilidade"
|
||||||
L["Ahn'Qiraj"] = "Ahn'Qiraj"
|
L["Ahn'Qiraj"] = "Ahn'Qiraj"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Akil'zon"] = "Akil'zon"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Al'ar"] = "Al'ar"
|
||||||
L["Alert Type"] = "Tipo de alerta"
|
L["Alert Type"] = "Tipo de alerta"
|
||||||
L["Alive"] = "Vivo"
|
L["Alive"] = "Vivo"
|
||||||
L["All"] = "Todos"
|
L["All"] = "Todos"
|
||||||
@@ -158,6 +164,8 @@ L["Amount"] = "Quantidade"
|
|||||||
L["Anchoring"] = "Anchoring"
|
L["Anchoring"] = "Anchoring"
|
||||||
L["And Talent"] = "E Também o Talento"
|
L["And Talent"] = "E Também o Talento"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Anetheron"] = "Anetheron"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Angle and Radius"] = "Angle and Radius"
|
L["Angle and Radius"] = "Angle and Radius"
|
||||||
L["Animations"] = "Animações"
|
L["Animations"] = "Animações"
|
||||||
L["Anticlockwise"] = "Anti-horário"
|
L["Anticlockwise"] = "Anti-horário"
|
||||||
@@ -167,6 +175,10 @@ L["Any Triggers"] = "Quaisquer gatilhos"
|
|||||||
L["AOE"] = "AOE"
|
L["AOE"] = "AOE"
|
||||||
L["Arcane Resistance"] = "Resistência Arcana"
|
L["Arcane Resistance"] = "Resistência Arcana"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Archavon the Stone Watcher"] = "Archavon the Stone Watcher"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Archimonde"] = "Archimonde"
|
||||||
|
--[[Translation missing --]]
|
||||||
L[ [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
L[ [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
||||||
This will overwrite any changes you have made since the last database upgrade.
|
This will overwrite any changes you have made since the last database upgrade.
|
||||||
Last upgrade: %s]=] ] = [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
Last upgrade: %s]=] ] = [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
||||||
@@ -204,6 +216,8 @@ L["Attach to Start"] = "Anexar ao inicio"
|
|||||||
L["Attack Power"] = "Poder de ataque"
|
L["Attack Power"] = "Poder de ataque"
|
||||||
L["Attackable"] = "Atacável"
|
L["Attackable"] = "Atacável"
|
||||||
L["Attackable Target"] = "Alvo atacável "
|
L["Attackable Target"] = "Alvo atacável "
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Attumen the Huntsman"] = "Attumen the Huntsman"
|
||||||
L["Aura"] = "Aura"
|
L["Aura"] = "Aura"
|
||||||
L["Aura '%s': %s"] = "Aura '%s': %s"
|
L["Aura '%s': %s"] = "Aura '%s': %s"
|
||||||
L["Aura Applied"] = "Aura Aplicada"
|
L["Aura Applied"] = "Aura Aplicada"
|
||||||
@@ -244,6 +258,8 @@ L["Avoidance (%)"] = "Avoidance (%)"
|
|||||||
L["Avoidance Rating"] = "Avoidance Rating"
|
L["Avoidance Rating"] = "Avoidance Rating"
|
||||||
L["Ayamiss the Hunter"] = "Ayamiss, o Caçador"
|
L["Ayamiss the Hunter"] = "Ayamiss, o Caçador"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Azgalor"] = "Azgalor"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Azuregos"] = "Azuregos"
|
L["Azuregos"] = "Azuregos"
|
||||||
L["Back and Forth"] = "Vai e volta"
|
L["Back and Forth"] = "Vai e volta"
|
||||||
L["Background"] = "Plano de fundo"
|
L["Background"] = "Plano de fundo"
|
||||||
@@ -282,6 +298,8 @@ L["BigWigs Message"] = "Mensagem do BigWigs"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["BigWigs Stage"] = "BigWigs Stage"
|
L["BigWigs Stage"] = "BigWigs Stage"
|
||||||
L["BigWigs Timer"] = "Cronômetro do BigWigs"
|
L["BigWigs Timer"] = "Cronômetro do BigWigs"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Black Temple"] = "Black Temple"
|
||||||
L["Black Wing Lair"] = "Covil Asa Negra"
|
L["Black Wing Lair"] = "Covil Asa Negra"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Bleed"] = "Bleed"
|
L["Bleed"] = "Bleed"
|
||||||
@@ -326,6 +344,8 @@ L["Break"] = "Break"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["BreakUpLargeNumbers (Blizzard)"] = "BreakUpLargeNumbers (Blizzard)"
|
L["BreakUpLargeNumbers (Blizzard)"] = "BreakUpLargeNumbers (Blizzard)"
|
||||||
L["Broodlord Lashlayer"] = "Prolemestre Flagelador"
|
L["Broodlord Lashlayer"] = "Prolemestre Flagelador"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Brutallus"] = "Brutallus"
|
||||||
L["Buff"] = "Buff"
|
L["Buff"] = "Buff"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Buff/Debuff"] = "Buff/Debuff"
|
L["Buff/Debuff"] = "Buff/Debuff"
|
||||||
@@ -414,6 +434,8 @@ L["Chat Message"] = "Mensagem de bate-papo"
|
|||||||
L["Check if a single talent match a Rank"] = "Check if a single talent match a Rank"
|
L["Check if a single talent match a Rank"] = "Check if a single talent match a Rank"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Check nameplate's target every 0.2s"] = "Check nameplate's target every 0.2s"
|
L["Check nameplate's target every 0.2s"] = "Check nameplate's target every 0.2s"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Chess Event"] = "Chess Event"
|
||||||
L["Chromaggus"] = "Chromaggus"
|
L["Chromaggus"] = "Chromaggus"
|
||||||
L["Circle"] = "Círculo"
|
L["Circle"] = "Círculo"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
@@ -433,6 +455,8 @@ L["Clone per Event"] = "Clone per Event"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Clone per Match"] = "Clone per Match"
|
L["Clone per Match"] = "Clone per Match"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Coilfang: Serpentshrine Cavern"] = "Coilfang: Serpentshrine Cavern"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Coin Precision"] = "Coin Precision"
|
L["Coin Precision"] = "Coin Precision"
|
||||||
L["Color"] = "Cor"
|
L["Color"] = "Cor"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
@@ -537,6 +561,8 @@ L["Custom Text Function"] = "Custom Text Function"
|
|||||||
L["Custom Trigger Combination"] = "Custom Trigger Combination"
|
L["Custom Trigger Combination"] = "Custom Trigger Combination"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Custom Variables"] = "Custom Variables"
|
L["Custom Variables"] = "Custom Variables"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Daakara"] = "Daakara"
|
||||||
L["Damage"] = "Dano"
|
L["Damage"] = "Dano"
|
||||||
L["Damage Shield"] = "Escudo de Dano"
|
L["Damage Shield"] = "Escudo de Dano"
|
||||||
L["Damage Shield Missed"] = "Escudo de dano falho"
|
L["Damage Shield Missed"] = "Escudo de dano falho"
|
||||||
@@ -771,6 +797,8 @@ L["Equipment Slot"] = "Equipment Slot"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Equipped"] = "Equipped"
|
L["Equipped"] = "Equipped"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Eredar Twins"] = "Eredar Twins"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Error"] = "Error"
|
L["Error"] = "Error"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L[ [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
L[ [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
||||||
@@ -851,10 +879,14 @@ L["False"] = "False"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Fankriss the Unyielding"] = "Fankriss the Unyielding"
|
L["Fankriss the Unyielding"] = "Fankriss the Unyielding"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Fathom-Lord Karathress"] = "Fathom-Lord Karathress"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Feature %q is already disabled"] = "Feature %q is already disabled"
|
L["Feature %q is already disabled"] = "Feature %q is already disabled"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Feature %q is already enabled"] = "Feature %q is already enabled"
|
L["Feature %q is already enabled"] = "Feature %q is already enabled"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Felmyst"] = "Felmyst"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Fetch Absorb"] = "Fetch Absorb"
|
L["Fetch Absorb"] = "Fetch Absorb"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Fetch Heal Absorb"] = "Fetch Heal Absorb"
|
L["Fetch Heal Absorb"] = "Fetch Heal Absorb"
|
||||||
@@ -1006,14 +1038,22 @@ L["Group Type"] = "Group Type"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Grow"] = "Grow"
|
L["Grow"] = "Grow"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Gruul the Dragonkiller"] = "Gruul the Dragonkiller"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Gruul's Lair"] = "Gruul's Lair"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["GTFO Alert"] = "GTFO Alert"
|
L["GTFO Alert"] = "GTFO Alert"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Guardian"] = "Guardian"
|
L["Guardian"] = "Guardian"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Guild"] = "Guild"
|
L["Guild"] = "Guild"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Gurtogg Bloodboil"] = "Gurtogg Bloodboil"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Hakkar"] = "Hakkar"
|
L["Hakkar"] = "Hakkar"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Halazzi"] = "Halazzi"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Hardcore"] = "Hardcore"
|
L["Hardcore"] = "Hardcore"
|
||||||
L["Has Target"] = "Tem Alvo"
|
L["Has Target"] = "Tem Alvo"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
@@ -1045,14 +1085,20 @@ L["Hero Talent"] = "Hero Talent"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Heroic Party"] = "Heroic Party"
|
L["Heroic Party"] = "Heroic Party"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Hex Lord Malacrass"] = "Hex Lord Malacrass"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Hide"] = "Hide"
|
L["Hide"] = "Hide"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Hide 0 cooldowns"] = "Hide 0 cooldowns"
|
L["Hide 0 cooldowns"] = "Hide 0 cooldowns"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Hide Timer Text"] = "Hide Timer Text"
|
L["Hide Timer Text"] = "Hide Timer Text"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["High Astromancer Solarian"] = "High Astromancer Solarian"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["High Damage"] = "High Damage"
|
L["High Damage"] = "High Damage"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["High King Maulgar"] = "High King Maulgar"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["High Priest Thekal"] = "High Priest Thekal"
|
L["High Priest Thekal"] = "High Priest Thekal"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["High Priest Venoxis"] = "High Priest Venoxis"
|
L["High Priest Venoxis"] = "High Priest Venoxis"
|
||||||
@@ -1063,6 +1109,8 @@ L["High Priestess Jeklik"] = "High Priestess Jeklik"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["High Priestess Mar'li"] = "High Priestess Mar'li"
|
L["High Priestess Mar'li"] = "High Priestess Mar'li"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["High Warlord Naj'entus"] = "High Warlord Naj'entus"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Higher Than Tank"] = "Higher Than Tank"
|
L["Higher Than Tank"] = "Higher Than Tank"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Highest Spell Id"] = "Highest Spell Id"
|
L["Highest Spell Id"] = "Highest Spell Id"
|
||||||
@@ -1082,6 +1130,8 @@ L["Hostility"] = "Hostility"
|
|||||||
L["Humanoid"] = "Humanoide"
|
L["Humanoid"] = "Humanoide"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Hybrid"] = "Hybrid"
|
L["Hybrid"] = "Hybrid"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Hydross the Unstable"] = "Hydross the Unstable"
|
||||||
L["Icon"] = "Ícone"
|
L["Icon"] = "Ícone"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Icon Function"] = "Icon Function"
|
L["Icon Function"] = "Icon Function"
|
||||||
@@ -1107,6 +1157,8 @@ L["Ignore Self"] = "Ignore Self"
|
|||||||
L["Ignore Spell Cooldown/Charges"] = "Ignore Spell Cooldown/Charges"
|
L["Ignore Spell Cooldown/Charges"] = "Ignore Spell Cooldown/Charges"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Ignore Spell Override"] = "Ignore Spell Override"
|
L["Ignore Spell Override"] = "Ignore Spell Override"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Illidan Stormrage"] = "Illidan Stormrage"
|
||||||
L["Immune"] = "Imune"
|
L["Immune"] = "Imune"
|
||||||
L["Important"] = "Importante"
|
L["Important"] = "Importante"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
@@ -1236,18 +1288,32 @@ L["Item Type Equipped"] = "Tipo de Item Equipado"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["ItemId"] = "ItemId"
|
L["ItemId"] = "ItemId"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Jan'alai"] = "Jan'alai"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Jin'do the Hexxer"] = "Jin'do the Hexxer"
|
L["Jin'do the Hexxer"] = "Jin'do the Hexxer"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Journal Stage"] = "Journal Stage"
|
L["Journal Stage"] = "Journal Stage"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Kael'thas Sunstrider"] = "Kael'thas Sunstrider"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Kalecgos"] = "Kalecgos"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Karazhan"] = "Karazhan"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Kaz'rogal"] = "Kaz'rogal"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Kazzak"] = "Kazzak"
|
L["Kazzak"] = "Kazzak"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Keep Inside"] = "Keep Inside"
|
L["Keep Inside"] = "Keep Inside"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Kel'Thuzad"] = "Kel'Thuzad"
|
L["Kel'Thuzad"] = "Kel'Thuzad"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Kil'jaeden"] = "Kil'jaeden"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Kurinnaxx"] = "Kurinnaxx"
|
L["Kurinnaxx"] = "Kurinnaxx"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Lady Vashj"] = "Lady Vashj"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Large"] = "Large"
|
L["Large"] = "Large"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Latency"] = "Latency"
|
L["Latency"] = "Latency"
|
||||||
@@ -1281,6 +1347,8 @@ L["Legion"] = "Legion"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Length"] = "Length"
|
L["Length"] = "Length"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Leotheras the Blind"] = "Leotheras the Blind"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Level"] = "Level"
|
L["Level"] = "Level"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["LibSharedMedia"] = "LibSharedMedia"
|
L["LibSharedMedia"] = "LibSharedMedia"
|
||||||
@@ -1333,6 +1401,12 @@ L["Magic"] = "Mágico"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Magmadar"] = "Magmadar"
|
L["Magmadar"] = "Magmadar"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Magtheridon"] = "Magtheridon"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Magtheridon's Lair"] = "Magtheridon's Lair"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Maiden of Virtue"] = "Maiden of Virtue"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Main Character"] = "Main Character"
|
L["Main Character"] = "Main Character"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Main Stat"] = "Main Stat"
|
L["Main Stat"] = "Main Stat"
|
||||||
@@ -1448,7 +1522,13 @@ L["Monster Yell"] = "Grito do monstro"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Moon"] = "Moon"
|
L["Moon"] = "Moon"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Moroes"] = "Moroes"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Morogrim Tidewalker"] = "Morogrim Tidewalker"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Most remaining time"] = "Most remaining time"
|
L["Most remaining time"] = "Most remaining time"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Mother Shahraz"] = "Mother Shahraz"
|
||||||
L["Mounted"] = "Montado"
|
L["Mounted"] = "Montado"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Mouse Cursor"] = "Mouse Cursor"
|
L["Mouse Cursor"] = "Mouse Cursor"
|
||||||
@@ -1456,9 +1536,13 @@ L["Mouse Cursor"] = "Mouse Cursor"
|
|||||||
L["Movement Speed Rating"] = "Movement Speed Rating"
|
L["Movement Speed Rating"] = "Movement Speed Rating"
|
||||||
L["Multi-target"] = "Multi-alvo"
|
L["Multi-target"] = "Multi-alvo"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["M'uru"] = "M'uru"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Mythic Keystone"] = "Mythic Keystone"
|
L["Mythic Keystone"] = "Mythic Keystone"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Mythic+ Affix"] = "Mythic+ Affix"
|
L["Mythic+ Affix"] = "Mythic+ Affix"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Nalorakk"] = "Nalorakk"
|
||||||
L["Name"] = "Nome"
|
L["Name"] = "Nome"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Name Function"] = "Name Function"
|
L["Name Function"] = "Name Function"
|
||||||
@@ -1486,6 +1570,8 @@ L["Nature Resistance"] = "Nature Resistance"
|
|||||||
L["Naxxramas"] = "Naxxramas"
|
L["Naxxramas"] = "Naxxramas"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Nefarian"] = "Nefarian"
|
L["Nefarian"] = "Nefarian"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Netherspite"] = "Netherspite"
|
||||||
L["Neutral"] = "Neutro"
|
L["Neutral"] = "Neutro"
|
||||||
L["Never"] = "Nunca"
|
L["Never"] = "Nunca"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
@@ -1493,6 +1579,8 @@ L["Next Combat"] = "Next Combat"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Next Encounter"] = "Next Encounter"
|
L["Next Encounter"] = "Next Encounter"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Nightbane"] = "Nightbane"
|
||||||
|
--[[Translation missing --]]
|
||||||
L[ [=[No active boss mod addon detected.
|
L[ [=[No active boss mod addon detected.
|
||||||
|
|
||||||
Note: This trigger will use BigWigs or DBM, in that order if both are installed.]=] ] = [=[No active boss mod addon detected.
|
Note: This trigger will use BigWigs or DBM, in that order if both are installed.]=] ] = [=[No active boss mod addon detected.
|
||||||
@@ -1632,6 +1720,8 @@ L["Onyxia"] = "Onyxia"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Opaque"] = "Opaque"
|
L["Opaque"] = "Opaque"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Opera Hall"] = "Opera Hall"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Option Group"] = "Option Group"
|
L["Option Group"] = "Option Group"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Options could not be loaded, the addon is %s"] = "Options could not be loaded, the addon is %s"
|
L["Options could not be loaded, the addon is %s"] = "Options could not be loaded, the addon is %s"
|
||||||
@@ -1759,6 +1849,8 @@ L["Preset"] = "Predefinido"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Primary Stats"] = "Primary Stats"
|
L["Primary Stats"] = "Primary Stats"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Prince Malchezaar"] = "Prince Malchezaar"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Princess Huhuran"] = "Princess Huhuran"
|
L["Princess Huhuran"] = "Princess Huhuran"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Print Profiling Results"] = "Print Profiling Results"
|
L["Print Profiling Results"] = "Print Profiling Results"
|
||||||
@@ -1808,6 +1900,8 @@ L["Quest Party"] = "Quest Party"
|
|||||||
L["Queued Action"] = "Queued Action"
|
L["Queued Action"] = "Queued Action"
|
||||||
L["Radius"] = "Raio"
|
L["Radius"] = "Raio"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Rage Winterchill"] = "Rage Winterchill"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Ragnaros"] = "Ragnaros"
|
L["Ragnaros"] = "Ragnaros"
|
||||||
L["Raid"] = "Raide"
|
L["Raid"] = "Raide"
|
||||||
L["Raid (Heroic)"] = "Raide (Heroica)"
|
L["Raid (Heroic)"] = "Raide (Heroica)"
|
||||||
@@ -1869,6 +1963,8 @@ L["Relative X-Offset"] = "Relative X-Offset"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Relative Y-Offset"] = "Relative Y-Offset"
|
L["Relative Y-Offset"] = "Relative Y-Offset"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Reliquary of Souls"] = "Reliquary of Souls"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Remaining Duration"] = "Remaining Duration"
|
L["Remaining Duration"] = "Remaining Duration"
|
||||||
L["Remaining Time"] = "Tempo restante"
|
L["Remaining Time"] = "Tempo restante"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
@@ -2009,6 +2105,14 @@ L["Set IDs can be found on websites such as wowhead.com/item-sets"] = "Set IDs c
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"] = "Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"
|
L["Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"] = "Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Set IDs can be found on websites such as wowhead.com/tbc/item-sets"] = "Set IDs can be found on websites such as wowhead.com/tbc/item-sets"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Set IDs can be found on websites such as wowhead.com/wotlk/item-sets"] = "Set IDs can be found on websites such as wowhead.com/wotlk/item-sets"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Shade of Akama"] = "Shade of Akama"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Shade of Aran"] = "Shade of Aran"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Shadow Resistance"] = "Shadow Resistance"
|
L["Shadow Resistance"] = "Shadow Resistance"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Shadowlands"] = "Shadowlands"
|
L["Shadowlands"] = "Shadowlands"
|
||||||
@@ -2255,6 +2359,8 @@ Group Zone IDs must be prefixed with 'g', e.g. 'g277'.
|
|||||||
Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'.
|
Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'.
|
||||||
Supports Instance IDs prefixed with 'i'.
|
Supports Instance IDs prefixed with 'i'.
|
||||||
Entries can be prefixed with '-' to negate.]=]
|
Entries can be prefixed with '-' to negate.]=]
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Supremus"] = "Supremus"
|
||||||
L["Swing"] = "Balançar"
|
L["Swing"] = "Balançar"
|
||||||
L["Swing Timer"] = "Tempo de balanço"
|
L["Swing Timer"] = "Tempo de balanço"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
@@ -2287,6 +2393,12 @@ L["Target"] = "Alvo"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Targeted"] = "Targeted"
|
L["Targeted"] = "Targeted"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Tempest Keep"] = "Tempest Keep"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Terestian Illhoof"] = "Terestian Illhoof"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Teron Gorefiend"] = "Teron Gorefiend"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Tertiary Stats"] = "Tertiary Stats"
|
L["Tertiary Stats"] = "Tertiary Stats"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Test if bar is enabled in BigWigs settings"] = "Test if bar is enabled in BigWigs settings"
|
L["Test if bar is enabled in BigWigs settings"] = "Test if bar is enabled in BigWigs settings"
|
||||||
@@ -2316,14 +2428,24 @@ L["The aura has overwritten the global '%s', this might affect other auras."] =
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["The aura tried to overwrite the aura_env global, which is not allowed."] = "The aura tried to overwrite the aura_env global, which is not allowed."
|
L["The aura tried to overwrite the aura_env global, which is not allowed."] = "The aura tried to overwrite the aura_env global, which is not allowed."
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["The Battle for Mount Hyjal"] = "The Battle for Mount Hyjal"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["The Curator"] = "The Curator"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["The effective level differs from the level in e.g. Time Walking dungeons."] = "The effective level differs from the level in e.g. Time Walking dungeons."
|
L["The effective level differs from the level in e.g. Time Walking dungeons."] = "The effective level differs from the level in e.g. Time Walking dungeons."
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["The Four Horsemen"] = "The Four Horsemen"
|
L["The Four Horsemen"] = "The Four Horsemen"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["The 'ID' value can be found in the BigWigs options of a specific spell"] = "The 'ID' value can be found in the BigWigs options of a specific spell"
|
L["The 'ID' value can be found in the BigWigs options of a specific spell"] = "The 'ID' value can be found in the BigWigs options of a specific spell"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["The Illidari Council"] = "The Illidari Council"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["The Lurker Below"] = "The Lurker Below"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["The Prophet Skeram"] = "The Prophet Skeram"
|
L["The Prophet Skeram"] = "The Prophet Skeram"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["The Sunwell Plateau"] = "The Sunwell Plateau"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["The total quantity a warband character can transfer after paying the transfer cost"] = "The total quantity a warband character can transfer after paying the transfer cost"
|
L["The total quantity a warband character can transfer after paying the transfer cost"] = "The total quantity a warband character can transfer after paying the transfer cost"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["The total quantity after transferring everything to your current character and paying the transfer cost"] = "The total quantity after transferring everything to your current character and paying the transfer cost"
|
L["The total quantity after transferring everything to your current character and paying the transfer cost"] = "The total quantity after transferring everything to your current character and paying the transfer cost"
|
||||||
@@ -2384,6 +2506,8 @@ L["Timer"] = "Timer"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Timer Id"] = "Timer Id"
|
L["Timer Id"] = "Timer Id"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Titan Reforged"] = "Titan Reforged"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Toggle"] = "Toggle"
|
L["Toggle"] = "Toggle"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Toggle List"] = "Toggle List"
|
L["Toggle List"] = "Toggle List"
|
||||||
@@ -2545,6 +2669,8 @@ L["Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."]
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Vaelastrasz the Corrupt"] = "Vaelastrasz the Corrupt"
|
L["Vaelastrasz the Corrupt"] = "Vaelastrasz the Corrupt"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Vault of Archavon"] = "Vault of Archavon"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Versatility (%)"] = "Versatility (%)"
|
L["Versatility (%)"] = "Versatility (%)"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Versatility Rating"] = "Versatility Rating"
|
L["Versatility Rating"] = "Versatility Rating"
|
||||||
@@ -2557,6 +2683,8 @@ L["Visibility"] = "Visibility"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Visions of N'Zoth"] = "Visions of N'Zoth"
|
L["Visions of N'Zoth"] = "Visions of N'Zoth"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Void Reaver"] = "Void Reaver"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Warband Quantity Total"] = "Warband Quantity Total"
|
L["Warband Quantity Total"] = "Warband Quantity Total"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Warband Transfer Percentage"] = "Warband Transfer Percentage"
|
L["Warband Transfer Percentage"] = "Warband Transfer Percentage"
|
||||||
@@ -2651,5 +2779,7 @@ L["Zoom"] = "Zoom"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Zoom Animation"] = "Zoom Animation"
|
L["Zoom Animation"] = "Zoom Animation"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Zul'Aman"] = "Zul'Aman"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Zul'Gurub"] = "Zul'Gurub"
|
L["Zul'Gurub"] = "Zul'Gurub"
|
||||||
|
|
||||||
|
|||||||
@@ -60,6 +60,8 @@ L["25 Man Raid"] = "Рейд на 25 игроков"
|
|||||||
L["25 Player Raid"] = "Рейд на 25 игроков"
|
L["25 Player Raid"] = "Рейд на 25 игроков"
|
||||||
L["25 Player Raid (Heroic)"] = "Рейд на 25 игроков (героический)"
|
L["25 Player Raid (Heroic)"] = "Рейд на 25 игроков (героический)"
|
||||||
L["25 Player Raid (Normal)"] = "Рейд на 25 игроков (обычный)"
|
L["25 Player Raid (Normal)"] = "Рейд на 25 игроков (обычный)"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["25 Player Raid (Titan Reforged)"] = "25 Player Raid (Titan Reforged)"
|
||||||
L["40 Man Raid"] = "Рейд на 40 игроков"
|
L["40 Man Raid"] = "Рейд на 40 игроков"
|
||||||
L["40 Player Raid"] = "Рейд на 40 игроков"
|
L["40 Player Raid"] = "Рейд на 40 игроков"
|
||||||
L["5 Man Dungeon"] = "Подземелье"
|
L["5 Man Dungeon"] = "Подземелье"
|
||||||
@@ -92,6 +94,10 @@ L["Afk"] = "Отсутствует (AFK)"
|
|||||||
L["Aggro"] = "Агро"
|
L["Aggro"] = "Агро"
|
||||||
L["Agility"] = "Ловкость"
|
L["Agility"] = "Ловкость"
|
||||||
L["Ahn'Qiraj"] = "Ан'Кираж"
|
L["Ahn'Qiraj"] = "Ан'Кираж"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Akil'zon"] = "Akil'zon"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Al'ar"] = "Al'ar"
|
||||||
L["Alert Type"] = "Тип предупреждения"
|
L["Alert Type"] = "Тип предупреждения"
|
||||||
L["Alive"] = "Живой"
|
L["Alive"] = "Живой"
|
||||||
L["All"] = "Все"
|
L["All"] = "Все"
|
||||||
@@ -109,6 +115,8 @@ L["Always True"] = "Истина"
|
|||||||
L["Amount"] = "Количество"
|
L["Amount"] = "Количество"
|
||||||
L["Anchoring"] = "Закрепление"
|
L["Anchoring"] = "Закрепление"
|
||||||
L["And Talent"] = "И талант"
|
L["And Talent"] = "И талант"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Anetheron"] = "Anetheron"
|
||||||
L["Angle and Radius"] = "Угол и радиус"
|
L["Angle and Radius"] = "Угол и радиус"
|
||||||
L["Animations"] = "Анимация"
|
L["Animations"] = "Анимация"
|
||||||
L["Anticlockwise"] = "Против часовой стрелки"
|
L["Anticlockwise"] = "Против часовой стрелки"
|
||||||
@@ -117,6 +125,10 @@ L["Any"] = "Любая"
|
|||||||
L["Any Triggers"] = "Любые триггеры"
|
L["Any Triggers"] = "Любые триггеры"
|
||||||
L["AOE"] = "Урон по области (AOE)"
|
L["AOE"] = "Урон по области (AOE)"
|
||||||
L["Arcane Resistance"] = "Сопротивление тайной магии"
|
L["Arcane Resistance"] = "Сопротивление тайной магии"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Archavon the Stone Watcher"] = "Archavon the Stone Watcher"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Archimonde"] = "Archimonde"
|
||||||
L[ [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
L[ [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
||||||
This will overwrite any changes you have made since the last database upgrade.
|
This will overwrite any changes you have made since the last database upgrade.
|
||||||
Last upgrade: %s]=] ] = [=[Вы уверены, что хотите запустить |cFFFF0000ЭКСПЕРИМЕНТАЛЬНОЕ|r средство восстановления данных?
|
Last upgrade: %s]=] ] = [=[Вы уверены, что хотите запустить |cFFFF0000ЭКСПЕРИМЕНТАЛЬНОЕ|r средство восстановления данных?
|
||||||
@@ -152,6 +164,8 @@ L["Attach to Start"] = "Прикрепить к началу"
|
|||||||
L["Attack Power"] = "Сила атаки"
|
L["Attack Power"] = "Сила атаки"
|
||||||
L["Attackable"] = "Может быть атакована"
|
L["Attackable"] = "Может быть атакована"
|
||||||
L["Attackable Target"] = "Цель можно атаковать"
|
L["Attackable Target"] = "Цель можно атаковать"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Attumen the Huntsman"] = "Attumen the Huntsman"
|
||||||
L["Aura"] = "Аура"
|
L["Aura"] = "Аура"
|
||||||
L["Aura '%s': %s"] = "Индикация %s - %s"
|
L["Aura '%s': %s"] = "Индикация %s - %s"
|
||||||
L["Aura Applied"] = "Эффект применен"
|
L["Aura Applied"] = "Эффект применен"
|
||||||
@@ -183,6 +197,8 @@ L["Available features: %s"] = "Доступные функции: %s"
|
|||||||
L["Avoidance (%)"] = "Избегание (%)"
|
L["Avoidance (%)"] = "Избегание (%)"
|
||||||
L["Avoidance Rating"] = "Показатель избегания"
|
L["Avoidance Rating"] = "Показатель избегания"
|
||||||
L["Ayamiss the Hunter"] = "Аямисса Охотница"
|
L["Ayamiss the Hunter"] = "Аямисса Охотница"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Azgalor"] = "Azgalor"
|
||||||
L["Azuregos"] = "Азурегос"
|
L["Azuregos"] = "Азурегос"
|
||||||
L["Back and Forth"] = "Назад и вперед"
|
L["Back and Forth"] = "Назад и вперед"
|
||||||
L["Background"] = "Задний план"
|
L["Background"] = "Задний план"
|
||||||
@@ -214,6 +230,8 @@ L["BigWigs Addon"] = "Аддон BigWigs"
|
|||||||
L["BigWigs Message"] = "Сообщение BigWigs"
|
L["BigWigs Message"] = "Сообщение BigWigs"
|
||||||
L["BigWigs Stage"] = "Фаза сражения с боссом BigWigs"
|
L["BigWigs Stage"] = "Фаза сражения с боссом BigWigs"
|
||||||
L["BigWigs Timer"] = "Таймер BigWigs"
|
L["BigWigs Timer"] = "Таймер BigWigs"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Black Temple"] = "Black Temple"
|
||||||
L["Black Wing Lair"] = "Логово Крыла Тьмы"
|
L["Black Wing Lair"] = "Логово Крыла Тьмы"
|
||||||
L["Bleed"] = "Кровотечение"
|
L["Bleed"] = "Кровотечение"
|
||||||
L["Blizzard Combat Text"] = "Текст боя Blizzard"
|
L["Blizzard Combat Text"] = "Текст боя Blizzard"
|
||||||
@@ -245,6 +263,8 @@ L["Bounce with Decay"] = "Отскок с затуханием"
|
|||||||
L["Break"] = "Перерыв"
|
L["Break"] = "Перерыв"
|
||||||
L["BreakUpLargeNumbers (Blizzard)"] = "РазделениеБольшихЧисел (Blizzard)"
|
L["BreakUpLargeNumbers (Blizzard)"] = "РазделениеБольшихЧисел (Blizzard)"
|
||||||
L["Broodlord Lashlayer"] = "Предводитель драконов Разящий Бич"
|
L["Broodlord Lashlayer"] = "Предводитель драконов Разящий Бич"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Brutallus"] = "Brutallus"
|
||||||
L["Buff"] = "Бафф"
|
L["Buff"] = "Бафф"
|
||||||
L["Buff/Debuff"] = "Бафф / Дебафф"
|
L["Buff/Debuff"] = "Бафф / Дебафф"
|
||||||
L["Buffed/Debuffed"] = "Есть бафф / дебафф"
|
L["Buffed/Debuffed"] = "Есть бафф / дебафф"
|
||||||
@@ -308,6 +328,8 @@ L["Chat Frame"] = "Окно чата"
|
|||||||
L["Chat Message"] = "Сообщение в чат"
|
L["Chat Message"] = "Сообщение в чат"
|
||||||
L["Check if a single talent match a Rank"] = "Проверьте, соответствует ли отдельный талант рангу"
|
L["Check if a single talent match a Rank"] = "Проверьте, соответствует ли отдельный талант рангу"
|
||||||
L["Check nameplate's target every 0.2s"] = "Проверять цель индикаторов здоровья каждые 0.2 секунды"
|
L["Check nameplate's target every 0.2s"] = "Проверять цель индикаторов здоровья каждые 0.2 секунды"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Chess Event"] = "Chess Event"
|
||||||
L["Chromaggus"] = "Хроммагус"
|
L["Chromaggus"] = "Хроммагус"
|
||||||
L["Circle"] = "Круг"
|
L["Circle"] = "Круг"
|
||||||
L["Circular Texture"] = "Круглая текстура"
|
L["Circular Texture"] = "Круглая текстура"
|
||||||
@@ -322,6 +344,8 @@ L["Clone per Character"] = "Clone per Character"
|
|||||||
L["Clone per Event"] = "Клонировать для каждого события"
|
L["Clone per Event"] = "Клонировать для каждого события"
|
||||||
L["Clone per Match"] = "Клонировать для каждого совпадения"
|
L["Clone per Match"] = "Клонировать для каждого совпадения"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Coilfang: Serpentshrine Cavern"] = "Coilfang: Serpentshrine Cavern"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Coin Precision"] = "Coin Precision"
|
L["Coin Precision"] = "Coin Precision"
|
||||||
L["Color"] = "Цвет"
|
L["Color"] = "Цвет"
|
||||||
L["Color Animation"] = "Анимация цвета"
|
L["Color Animation"] = "Анимация цвета"
|
||||||
@@ -386,6 +410,8 @@ L["Custom Sort"] = "Свой критерий сортировки"
|
|||||||
L["Custom Text Function"] = "Пользовательская текстовая функция"
|
L["Custom Text Function"] = "Пользовательская текстовая функция"
|
||||||
L["Custom Trigger Combination"] = "Комбинация триггеров"
|
L["Custom Trigger Combination"] = "Комбинация триггеров"
|
||||||
L["Custom Variables"] = "Свои переменные"
|
L["Custom Variables"] = "Свои переменные"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Daakara"] = "Daakara"
|
||||||
L["Damage"] = "Урон"
|
L["Damage"] = "Урон"
|
||||||
L["Damage Shield"] = "Урон от щита"
|
L["Damage Shield"] = "Урон от щита"
|
||||||
L["Damage Shield Missed"] = "Урон от щита (промах)"
|
L["Damage Shield Missed"] = "Урон от щита (промах)"
|
||||||
@@ -510,6 +536,8 @@ L["Equipment Set"] = "Комплект экипировки"
|
|||||||
L["Equipment Set Equipped"] = "Комплект экипировки надет"
|
L["Equipment Set Equipped"] = "Комплект экипировки надет"
|
||||||
L["Equipment Slot"] = "Ячейка экипировки"
|
L["Equipment Slot"] = "Ячейка экипировки"
|
||||||
L["Equipped"] = "Надето"
|
L["Equipped"] = "Надето"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Eredar Twins"] = "Eredar Twins"
|
||||||
L["Error"] = "Ошибка"
|
L["Error"] = "Ошибка"
|
||||||
L[ [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
L[ [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
||||||
https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames]=] ] = "Ошибка при возвращении в пул клона индикации %s, поскольку кадр защищён. Советуем удалить эту индикацию. Подробная информация на странице: https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames"
|
https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames]=] ] = "Ошибка при возвращении в пул клона индикации %s, поскольку кадр защищён. Советуем удалить эту индикацию. Подробная информация на странице: https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames"
|
||||||
@@ -556,8 +584,12 @@ L["Fade Out"] = "Исчезновение"
|
|||||||
L["Fail Alert"] = "Неудача"
|
L["Fail Alert"] = "Неудача"
|
||||||
L["False"] = "Ложь"
|
L["False"] = "Ложь"
|
||||||
L["Fankriss the Unyielding"] = "Фанкрисс Непреклонный"
|
L["Fankriss the Unyielding"] = "Фанкрисс Непреклонный"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Fathom-Lord Karathress"] = "Fathom-Lord Karathress"
|
||||||
L["Feature %q is already disabled"] = "Функция %q уже отключена"
|
L["Feature %q is already disabled"] = "Функция %q уже отключена"
|
||||||
L["Feature %q is already enabled"] = "Функция %q уже включена"
|
L["Feature %q is already enabled"] = "Функция %q уже включена"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Felmyst"] = "Felmyst"
|
||||||
L["Fetch Absorb"] = "Получить поглощение"
|
L["Fetch Absorb"] = "Получить поглощение"
|
||||||
L["Fetch Heal Absorb"] = "Получить поглащение исцеления"
|
L["Fetch Heal Absorb"] = "Получить поглащение исцеления"
|
||||||
L["Fetch Legendary Power"] = "Получить информацию о легендарной способности"
|
L["Fetch Legendary Power"] = "Получить информацию о легендарной способности"
|
||||||
@@ -638,10 +670,18 @@ L["Group Leader/Assist"] = "Лидер / Помощник группы"
|
|||||||
L["Group Size"] = "Размер группы"
|
L["Group Size"] = "Размер группы"
|
||||||
L["Group Type"] = "Тип группы"
|
L["Group Type"] = "Тип группы"
|
||||||
L["Grow"] = "Рост"
|
L["Grow"] = "Рост"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Gruul the Dragonkiller"] = "Gruul the Dragonkiller"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Gruul's Lair"] = "Gruul's Lair"
|
||||||
L["GTFO Alert"] = "Предупреждение GTFO"
|
L["GTFO Alert"] = "Предупреждение GTFO"
|
||||||
L["Guardian"] = "Страж"
|
L["Guardian"] = "Страж"
|
||||||
L["Guild"] = "Гильдия"
|
L["Guild"] = "Гильдия"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Gurtogg Bloodboil"] = "Gurtogg Bloodboil"
|
||||||
L["Hakkar"] = "Хаккар"
|
L["Hakkar"] = "Хаккар"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Halazzi"] = "Halazzi"
|
||||||
L["Hardcore"] = "Хардкор"
|
L["Hardcore"] = "Хардкор"
|
||||||
L["Has Target"] = "Есть цель"
|
L["Has Target"] = "Есть цель"
|
||||||
L["Has Vehicle UI"] = "Имеет UI транспорта"
|
L["Has Vehicle UI"] = "Имеет UI транспорта"
|
||||||
@@ -658,15 +698,23 @@ L["Heigan the Unclean"] = "Хейган Нечестивый"
|
|||||||
L["Height"] = "Высота"
|
L["Height"] = "Высота"
|
||||||
L["Hero Talent"] = "Героический талант"
|
L["Hero Talent"] = "Героический талант"
|
||||||
L["Heroic Party"] = "Группа (героическая)"
|
L["Heroic Party"] = "Группа (героическая)"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Hex Lord Malacrass"] = "Hex Lord Malacrass"
|
||||||
L["Hide"] = "Скрыть"
|
L["Hide"] = "Скрыть"
|
||||||
L["Hide 0 cooldowns"] = "Скрыть 0"
|
L["Hide 0 cooldowns"] = "Скрыть 0"
|
||||||
L["Hide Timer Text"] = "Скрыть отсчет времени"
|
L["Hide Timer Text"] = "Скрыть отсчет времени"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["High Astromancer Solarian"] = "High Astromancer Solarian"
|
||||||
L["High Damage"] = "Большой урон"
|
L["High Damage"] = "Большой урон"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["High King Maulgar"] = "High King Maulgar"
|
||||||
L["High Priest Thekal"] = "Верховный жрец Текал"
|
L["High Priest Thekal"] = "Верховный жрец Текал"
|
||||||
L["High Priest Venoxis"] = "Верховный жрец Веноксис"
|
L["High Priest Venoxis"] = "Верховный жрец Веноксис"
|
||||||
L["High Priestess Arlokk"] = "Верховная жрица Арлокк"
|
L["High Priestess Arlokk"] = "Верховная жрица Арлокк"
|
||||||
L["High Priestess Jeklik"] = "Верховная жрица Джеклик"
|
L["High Priestess Jeklik"] = "Верховная жрица Джеклик"
|
||||||
L["High Priestess Mar'li"] = "Верховная жрица Мар'ли"
|
L["High Priestess Mar'li"] = "Верховная жрица Мар'ли"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["High Warlord Naj'entus"] = "High Warlord Naj'entus"
|
||||||
L["Higher Than Tank"] = "Больше чем у основной цели"
|
L["Higher Than Tank"] = "Больше чем у основной цели"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Highest Spell Id"] = "Highest Spell Id"
|
L["Highest Spell Id"] = "Highest Spell Id"
|
||||||
@@ -679,6 +727,8 @@ L["Hostile"] = "Враждебный"
|
|||||||
L["Hostility"] = "Враждебность"
|
L["Hostility"] = "Враждебность"
|
||||||
L["Humanoid"] = "Гуманоид"
|
L["Humanoid"] = "Гуманоид"
|
||||||
L["Hybrid"] = "Гибридная"
|
L["Hybrid"] = "Гибридная"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Hydross the Unstable"] = "Hydross the Unstable"
|
||||||
L["Icon"] = "Иконка"
|
L["Icon"] = "Иконка"
|
||||||
L["Icon Function"] = "Функция иконки"
|
L["Icon Function"] = "Функция иконки"
|
||||||
L["Icon Function (fallback state)"] = "Функция иконки (резервное состояние)"
|
L["Icon Function (fallback state)"] = "Функция иконки (резервное состояние)"
|
||||||
@@ -693,6 +743,8 @@ L["Ignore Self"] = "Не учитывать себя"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Ignore Spell Cooldown/Charges"] = "Ignore Spell Cooldown/Charges"
|
L["Ignore Spell Cooldown/Charges"] = "Ignore Spell Cooldown/Charges"
|
||||||
L["Ignore Spell Override"] = "Игнорировать переопределение заклинания"
|
L["Ignore Spell Override"] = "Игнорировать переопределение заклинания"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Illidan Stormrage"] = "Illidan Stormrage"
|
||||||
L["Immune"] = "Невосприимчивость"
|
L["Immune"] = "Невосприимчивость"
|
||||||
L["Important"] = "Важно"
|
L["Important"] = "Важно"
|
||||||
L["Importing will start after combat ends."] = "Импорт начнется после окончания боя."
|
L["Importing will start after combat ends."] = "Импорт начнется после окончания боя."
|
||||||
@@ -764,12 +816,26 @@ L["Item Type"] = "Тип предмета"
|
|||||||
L["Item Type Equipped"] = "Тип надетого предмета"
|
L["Item Type Equipped"] = "Тип надетого предмета"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["ItemId"] = "ItemId"
|
L["ItemId"] = "ItemId"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Jan'alai"] = "Jan'alai"
|
||||||
L["Jin'do the Hexxer"] = "Джин'до Проклинатель"
|
L["Jin'do the Hexxer"] = "Джин'до Проклинатель"
|
||||||
L["Journal Stage"] = "Фаза"
|
L["Journal Stage"] = "Фаза"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Kael'thas Sunstrider"] = "Kael'thas Sunstrider"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Kalecgos"] = "Kalecgos"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Karazhan"] = "Karazhan"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Kaz'rogal"] = "Kaz'rogal"
|
||||||
L["Kazzak"] = "Каззак"
|
L["Kazzak"] = "Каззак"
|
||||||
L["Keep Inside"] = "Только внутри"
|
L["Keep Inside"] = "Только внутри"
|
||||||
L["Kel'Thuzad"] = "Кел'Тузад"
|
L["Kel'Thuzad"] = "Кел'Тузад"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Kil'jaeden"] = "Kil'jaeden"
|
||||||
L["Kurinnaxx"] = "Куриннакс"
|
L["Kurinnaxx"] = "Куриннакс"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Lady Vashj"] = "Lady Vashj"
|
||||||
L["Large"] = "Крупный"
|
L["Large"] = "Крупный"
|
||||||
L["Latency"] = "Задержка"
|
L["Latency"] = "Задержка"
|
||||||
L["Leader"] = "Лидер"
|
L["Leader"] = "Лидер"
|
||||||
@@ -788,6 +854,8 @@ L["Legacy RGB Gradient"] = "Градиент RGB"
|
|||||||
L["Legacy RGB Gradient Pulse"] = "Градиентная пульсация RGB"
|
L["Legacy RGB Gradient Pulse"] = "Градиентная пульсация RGB"
|
||||||
L["Legion"] = "Legion"
|
L["Legion"] = "Legion"
|
||||||
L["Length"] = "Длина"
|
L["Length"] = "Длина"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Leotheras the Blind"] = "Leotheras the Blind"
|
||||||
L["Level"] = "Уровень"
|
L["Level"] = "Уровень"
|
||||||
L["LibSharedMedia"] = "LibSharedMedia"
|
L["LibSharedMedia"] = "LibSharedMedia"
|
||||||
L["Lillian Voss"] = "Лилиан Восс"
|
L["Lillian Voss"] = "Лилиан Восс"
|
||||||
@@ -819,6 +887,12 @@ L["Lucifron"] = "Люцифрон"
|
|||||||
L["Maexxna"] = "Мексна"
|
L["Maexxna"] = "Мексна"
|
||||||
L["Magic"] = "Магия"
|
L["Magic"] = "Магия"
|
||||||
L["Magmadar"] = "Магмадар"
|
L["Magmadar"] = "Магмадар"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Magtheridon"] = "Magtheridon"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Magtheridon's Lair"] = "Magtheridon's Lair"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Maiden of Virtue"] = "Maiden of Virtue"
|
||||||
L["Main Character"] = "Главный персонаж"
|
L["Main Character"] = "Главный персонаж"
|
||||||
L["Main Stat"] = "Основная характеристика"
|
L["Main Stat"] = "Основная характеристика"
|
||||||
L["Majordomo Executus"] = "Мажордом Экзекутус"
|
L["Majordomo Executus"] = "Мажордом Экзекутус"
|
||||||
@@ -884,13 +958,23 @@ L["Monster Say"] = "Речь существа"
|
|||||||
L["Monster Whisper"] = "Шепот существа"
|
L["Monster Whisper"] = "Шепот существа"
|
||||||
L["Monster Yell"] = "Крик существа"
|
L["Monster Yell"] = "Крик существа"
|
||||||
L["Moon"] = "Луна"
|
L["Moon"] = "Луна"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Moroes"] = "Moroes"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Morogrim Tidewalker"] = "Morogrim Tidewalker"
|
||||||
L["Most remaining time"] = "Наибольшее оставшееся время"
|
L["Most remaining time"] = "Наибольшее оставшееся время"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Mother Shahraz"] = "Mother Shahraz"
|
||||||
L["Mounted"] = "Верхом"
|
L["Mounted"] = "Верхом"
|
||||||
L["Mouse Cursor"] = "Курсор мыши"
|
L["Mouse Cursor"] = "Курсор мыши"
|
||||||
L["Movement Speed Rating"] = "Показатель скорости передвижения"
|
L["Movement Speed Rating"] = "Показатель скорости передвижения"
|
||||||
L["Multi-target"] = "Несколько целей"
|
L["Multi-target"] = "Несколько целей"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["M'uru"] = "M'uru"
|
||||||
L["Mythic Keystone"] = "Эпохальный ключ"
|
L["Mythic Keystone"] = "Эпохальный ключ"
|
||||||
L["Mythic+ Affix"] = "Свойство эпохального ключа"
|
L["Mythic+ Affix"] = "Свойство эпохального ключа"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Nalorakk"] = "Nalorakk"
|
||||||
L["Name"] = "Название"
|
L["Name"] = "Название"
|
||||||
L["Name Function"] = "Функция названия"
|
L["Name Function"] = "Функция названия"
|
||||||
L["Name Function (fallback state)"] = "Функция названия (резервное состояние)"
|
L["Name Function (fallback state)"] = "Функция названия (резервное состояние)"
|
||||||
@@ -905,10 +989,14 @@ L["Names of unaffected Players"] = "Имена незадействованны
|
|||||||
L["Nature Resistance"] = "Сопротивление силам природы"
|
L["Nature Resistance"] = "Сопротивление силам природы"
|
||||||
L["Naxxramas"] = "Наксрамас"
|
L["Naxxramas"] = "Наксрамас"
|
||||||
L["Nefarian"] = "Нефариан"
|
L["Nefarian"] = "Нефариан"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Netherspite"] = "Netherspite"
|
||||||
L["Neutral"] = "Нейтральный"
|
L["Neutral"] = "Нейтральный"
|
||||||
L["Never"] = "Никогда"
|
L["Never"] = "Никогда"
|
||||||
L["Next Combat"] = "Режим боя"
|
L["Next Combat"] = "Режим боя"
|
||||||
L["Next Encounter"] = "Сражение с боссом"
|
L["Next Encounter"] = "Сражение с боссом"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Nightbane"] = "Nightbane"
|
||||||
L[ [=[No active boss mod addon detected.
|
L[ [=[No active boss mod addon detected.
|
||||||
|
|
||||||
Note: This trigger will use BigWigs or DBM, in that order if both are installed.]=] ] = "Активный мод босса не обнаружен. Примечание. Этот триггер будет использовать BigWigs или DBM (в том порядке, если оба они установлены)."
|
Note: This trigger will use BigWigs or DBM, in that order if both are installed.]=] ] = "Активный мод босса не обнаружен. Примечание. Этот триггер будет использовать BigWigs или DBM (в том порядке, если оба они установлены)."
|
||||||
@@ -983,6 +1071,8 @@ L["Only if on a different realm"] = "Только если из другого
|
|||||||
L["Only if Primary"] = "Только если основной"
|
L["Only if Primary"] = "Только если основной"
|
||||||
L["Onyxia"] = "Ониксия"
|
L["Onyxia"] = "Ониксия"
|
||||||
L["Opaque"] = "Непрозрачность"
|
L["Opaque"] = "Непрозрачность"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Opera Hall"] = "Opera Hall"
|
||||||
L["Option Group"] = "Группа параметров"
|
L["Option Group"] = "Группа параметров"
|
||||||
L["Options could not be loaded, the addon is %s"] = "Не удалось загрузить WeakAuras Options. Причина - %s"
|
L["Options could not be loaded, the addon is %s"] = "Не удалось загрузить WeakAuras Options. Причина - %s"
|
||||||
L["Options will finish loading after combat ends."] = "Параметры загрузятся после окончания боя."
|
L["Options will finish loading after combat ends."] = "Параметры загрузятся после окончания боя."
|
||||||
@@ -1061,6 +1151,8 @@ L["Power Type"] = "Тип энергии"
|
|||||||
L["Precision"] = "Точность"
|
L["Precision"] = "Точность"
|
||||||
L["Preset"] = "Набор эффектов"
|
L["Preset"] = "Набор эффектов"
|
||||||
L["Primary Stats"] = "Основная характеристика"
|
L["Primary Stats"] = "Основная характеристика"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Prince Malchezaar"] = "Prince Malchezaar"
|
||||||
L["Princess Huhuran"] = "Принцесса Хухуран"
|
L["Princess Huhuran"] = "Принцесса Хухуран"
|
||||||
L["Print Profiling Results"] = "Вывести результаты профилирования"
|
L["Print Profiling Results"] = "Вывести результаты профилирования"
|
||||||
L["Proc Glow"] = "Свечение при активации"
|
L["Proc Glow"] = "Свечение при активации"
|
||||||
@@ -1089,6 +1181,8 @@ L["Quantity earned this week"] = "Заработано на этой недел
|
|||||||
L["Quest Party"] = "Групповое задание"
|
L["Quest Party"] = "Групповое задание"
|
||||||
L["Queued Action"] = "Действие в очереди"
|
L["Queued Action"] = "Действие в очереди"
|
||||||
L["Radius"] = "Радиус"
|
L["Radius"] = "Радиус"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Rage Winterchill"] = "Rage Winterchill"
|
||||||
L["Ragnaros"] = "Рагнарос"
|
L["Ragnaros"] = "Рагнарос"
|
||||||
L["Raid"] = "Рейд"
|
L["Raid"] = "Рейд"
|
||||||
L["Raid (Heroic)"] = "Рейд (героический)"
|
L["Raid (Heroic)"] = "Рейд (героический)"
|
||||||
@@ -1126,6 +1220,8 @@ L["Region type %s not supported"] = "Тип региона \"%s\" не подд
|
|||||||
L["Relative"] = "Относительно"
|
L["Relative"] = "Относительно"
|
||||||
L["Relative X-Offset"] = "Относительное смещение по X"
|
L["Relative X-Offset"] = "Относительное смещение по X"
|
||||||
L["Relative Y-Offset"] = "Относительное смещение по Y"
|
L["Relative Y-Offset"] = "Относительное смещение по Y"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Reliquary of Souls"] = "Reliquary of Souls"
|
||||||
L["Remaining Duration"] = "Оставшееся время"
|
L["Remaining Duration"] = "Оставшееся время"
|
||||||
L["Remaining Time"] = "Оставшееся время"
|
L["Remaining Time"] = "Оставшееся время"
|
||||||
L["Remove Obsolete Auras"] = "Удалить устаревшие индикации"
|
L["Remove Obsolete Auras"] = "Удалить устаревшие индикации"
|
||||||
@@ -1209,6 +1305,14 @@ L["Set IDs can be found on websites such as wowhead.com/classic/item-sets"] = "S
|
|||||||
L["Set IDs can be found on websites such as wowhead.com/item-sets"] = "ID комплектов можно найти на ru.wowhead.com/item-sets"
|
L["Set IDs can be found on websites such as wowhead.com/item-sets"] = "ID комплектов можно найти на ru.wowhead.com/item-sets"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"] = "Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"
|
L["Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"] = "Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Set IDs can be found on websites such as wowhead.com/tbc/item-sets"] = "Set IDs can be found on websites such as wowhead.com/tbc/item-sets"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Set IDs can be found on websites such as wowhead.com/wotlk/item-sets"] = "Set IDs can be found on websites such as wowhead.com/wotlk/item-sets"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Shade of Akama"] = "Shade of Akama"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Shade of Aran"] = "Shade of Aran"
|
||||||
L["Shadow Resistance"] = "Сопротивление темной магии"
|
L["Shadow Resistance"] = "Сопротивление темной магии"
|
||||||
L["Shadowlands"] = "Shadowlands"
|
L["Shadowlands"] = "Shadowlands"
|
||||||
L["Shake"] = "Дрожь"
|
L["Shake"] = "Дрожь"
|
||||||
@@ -1352,6 +1456,8 @@ Group Zone IDs must be prefixed with 'g', e.g. 'g277'.
|
|||||||
Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'.
|
Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'.
|
||||||
Supports Instance IDs prefixed with 'i'.
|
Supports Instance IDs prefixed with 'i'.
|
||||||
Entries can be prefixed with '-' to negate.]=] ] = "Поддерживает несколько записей, разделённых запятыми. Чтобы включить идентификаторы дочерних зон, используйте префикс 'c', например, 'c2022'. IDs групп зон должны начинаться с 'g', например, 'g277'. Поддерживает IDs областей из https://wago.tools/db2/AreaTable с префиксом 'a'. Поддерживает IDs экземпляров с префиксом 'i'. Записи могут иметь префикс '-' для отрицания."
|
Entries can be prefixed with '-' to negate.]=] ] = "Поддерживает несколько записей, разделённых запятыми. Чтобы включить идентификаторы дочерних зон, используйте префикс 'c', например, 'c2022'. IDs групп зон должны начинаться с 'g', например, 'g277'. Поддерживает IDs областей из https://wago.tools/db2/AreaTable с префиксом 'a'. Поддерживает IDs экземпляров с префиксом 'i'. Записи могут иметь префикс '-' для отрицания."
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Supremus"] = "Supremus"
|
||||||
L["Swing"] = "Ближний бой"
|
L["Swing"] = "Ближний бой"
|
||||||
L["Swing Timer"] = "Таймер Swing (время между атаками)"
|
L["Swing Timer"] = "Таймер Swing (время между атаками)"
|
||||||
L["Swipe"] = "Эффект Swipe (затемнение)"
|
L["Swipe"] = "Эффект Swipe (затемнение)"
|
||||||
@@ -1370,6 +1476,12 @@ L["Tanking And Highest"] = "Вы основная цель; макс. угроз
|
|||||||
L["Tanking But Not Highest"] = "Вы основная цель; не макс. угроза"
|
L["Tanking But Not Highest"] = "Вы основная цель; не макс. угроза"
|
||||||
L["Target"] = "Цель"
|
L["Target"] = "Цель"
|
||||||
L["Targeted"] = "Цель"
|
L["Targeted"] = "Цель"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Tempest Keep"] = "Tempest Keep"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Terestian Illhoof"] = "Terestian Illhoof"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Teron Gorefiend"] = "Teron Gorefiend"
|
||||||
L["Tertiary Stats"] = "Третичная характеристика"
|
L["Tertiary Stats"] = "Третичная характеристика"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Test if bar is enabled in BigWigs settings"] = "Test if bar is enabled in BigWigs settings"
|
L["Test if bar is enabled in BigWigs settings"] = "Test if bar is enabled in BigWigs settings"
|
||||||
@@ -1389,11 +1501,21 @@ L["Thaddius"] = "Таддиус"
|
|||||||
L["The aura has overwritten the global '%s', this might affect other auras."] = "Индикация перезаписала значение глобальной переменной %s. Это может повлиять как на другие индикации, так и на ваш интерфейс!"
|
L["The aura has overwritten the global '%s', this might affect other auras."] = "Индикация перезаписала значение глобальной переменной %s. Это может повлиять как на другие индикации, так и на ваш интерфейс!"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["The aura tried to overwrite the aura_env global, which is not allowed."] = "The aura tried to overwrite the aura_env global, which is not allowed."
|
L["The aura tried to overwrite the aura_env global, which is not allowed."] = "The aura tried to overwrite the aura_env global, which is not allowed."
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["The Battle for Mount Hyjal"] = "The Battle for Mount Hyjal"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["The Curator"] = "The Curator"
|
||||||
L["The effective level differs from the level in e.g. Time Walking dungeons."] = "Масштабированное значение уровня игрока в ходе события (Путешествие во времени) или использования функции (Синхронизация групп)"
|
L["The effective level differs from the level in e.g. Time Walking dungeons."] = "Масштабированное значение уровня игрока в ходе события (Путешествие во времени) или использования функции (Синхронизация групп)"
|
||||||
L["The Four Horsemen"] = "Четыре всадника"
|
L["The Four Horsemen"] = "Четыре всадника"
|
||||||
L["The 'ID' value can be found in the BigWigs options of a specific spell"] = "Значение ID можно найти в параметрах BigWigs для конкретного заклинания"
|
L["The 'ID' value can be found in the BigWigs options of a specific spell"] = "Значение ID можно найти в параметрах BigWigs для конкретного заклинания"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["The Illidari Council"] = "The Illidari Council"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["The Lurker Below"] = "The Lurker Below"
|
||||||
L["The Prophet Skeram"] = "Пророк Скерам"
|
L["The Prophet Skeram"] = "Пророк Скерам"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["The Sunwell Plateau"] = "The Sunwell Plateau"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["The total quantity a warband character can transfer after paying the transfer cost"] = "The total quantity a warband character can transfer after paying the transfer cost"
|
L["The total quantity a warband character can transfer after paying the transfer cost"] = "The total quantity a warband character can transfer after paying the transfer cost"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["The total quantity after transferring everything to your current character and paying the transfer cost"] = "The total quantity after transferring everything to your current character and paying the transfer cost"
|
L["The total quantity after transferring everything to your current character and paying the transfer cost"] = "The total quantity after transferring everything to your current character and paying the transfer cost"
|
||||||
@@ -1427,6 +1549,8 @@ L["Timed Progress"] = "Прогресс по времени"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Timer"] = "Timer"
|
L["Timer"] = "Timer"
|
||||||
L["Timer Id"] = "ID таймера"
|
L["Timer Id"] = "ID таймера"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Titan Reforged"] = "Titan Reforged"
|
||||||
L["Toggle"] = "Переключатель (флажок)"
|
L["Toggle"] = "Переключатель (флажок)"
|
||||||
L["Toggle List"] = "Список переключателей (флажков)"
|
L["Toggle List"] = "Список переключателей (флажков)"
|
||||||
L["Toggle Options Window"] = "Переключение окна параметров"
|
L["Toggle Options Window"] = "Переключение окна параметров"
|
||||||
@@ -1517,6 +1641,8 @@ L["Uses UnitInRange() to check if in range. Matches default raid frames out of r
|
|||||||
L["Using WeakAuras.clones is deprecated. Use WeakAuras.GetRegion(id, cloneId) instead."] = "WeakAuras.clones объявлено устаревшим. Используйте функцию WeakAuras.GetRegion(id, cloneId)."
|
L["Using WeakAuras.clones is deprecated. Use WeakAuras.GetRegion(id, cloneId) instead."] = "WeakAuras.clones объявлено устаревшим. Используйте функцию WeakAuras.GetRegion(id, cloneId)."
|
||||||
L["Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."] = "WeakAuras.regions объявлено устаревшим. Используйте функцию WeakAuras.GetRegion(id)."
|
L["Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."] = "WeakAuras.regions объявлено устаревшим. Используйте функцию WeakAuras.GetRegion(id)."
|
||||||
L["Vaelastrasz the Corrupt"] = "Валестраз Порочный"
|
L["Vaelastrasz the Corrupt"] = "Валестраз Порочный"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Vault of Archavon"] = "Vault of Archavon"
|
||||||
L["Versatility (%)"] = "Универсальность (%)"
|
L["Versatility (%)"] = "Универсальность (%)"
|
||||||
L["Versatility Rating"] = "Показатель универсальности"
|
L["Versatility Rating"] = "Показатель универсальности"
|
||||||
L["Vertical"] = "Вертикальная"
|
L["Vertical"] = "Вертикальная"
|
||||||
@@ -1524,6 +1650,8 @@ L["Viscidus"] = "Нечистотон"
|
|||||||
L["Visibility"] = "Видимость"
|
L["Visibility"] = "Видимость"
|
||||||
L["Visions of N'Zoth"] = "Видения Н'Зота"
|
L["Visions of N'Zoth"] = "Видения Н'Зота"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Void Reaver"] = "Void Reaver"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Warband Quantity Total"] = "Warband Quantity Total"
|
L["Warband Quantity Total"] = "Warband Quantity Total"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Warband Transfer Percentage"] = "Warband Transfer Percentage"
|
L["Warband Transfer Percentage"] = "Warband Transfer Percentage"
|
||||||
@@ -1582,5 +1710,7 @@ L["Zone ID"] = "Идентификатор зоны"
|
|||||||
L["Zone Name"] = "Название игровой зоны"
|
L["Zone Name"] = "Название игровой зоны"
|
||||||
L["Zoom"] = "Масштаб"
|
L["Zoom"] = "Масштаб"
|
||||||
L["Zoom Animation"] = "Анимация масштаба"
|
L["Zoom Animation"] = "Анимация масштаба"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Zul'Aman"] = "Zul'Aman"
|
||||||
L["Zul'Gurub"] = "Зул'Гуруб"
|
L["Zul'Gurub"] = "Зул'Гуруб"
|
||||||
|
|
||||||
|
|||||||
+131
-1
@@ -64,6 +64,8 @@ L["25 Man Raid"] = "25人团队"
|
|||||||
L["25 Player Raid"] = "25人团队副本"
|
L["25 Player Raid"] = "25人团队副本"
|
||||||
L["25 Player Raid (Heroic)"] = "25人团队副本(英雄)"
|
L["25 Player Raid (Heroic)"] = "25人团队副本(英雄)"
|
||||||
L["25 Player Raid (Normal)"] = "25人团队副本(普通)"
|
L["25 Player Raid (Normal)"] = "25人团队副本(普通)"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["25 Player Raid (Titan Reforged)"] = "25 Player Raid (Titan Reforged)"
|
||||||
L["40 Man Raid"] = "40人团队"
|
L["40 Man Raid"] = "40人团队"
|
||||||
L["40 Player Raid"] = "40人团队副本"
|
L["40 Player Raid"] = "40人团队副本"
|
||||||
L["5 Man Dungeon"] = "5人地下城"
|
L["5 Man Dungeon"] = "5人地下城"
|
||||||
@@ -101,6 +103,10 @@ L["Afk"] = "离开"
|
|||||||
L["Aggro"] = "仇恨"
|
L["Aggro"] = "仇恨"
|
||||||
L["Agility"] = "敏捷"
|
L["Agility"] = "敏捷"
|
||||||
L["Ahn'Qiraj"] = "安其拉"
|
L["Ahn'Qiraj"] = "安其拉"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Akil'zon"] = "Akil'zon"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Al'ar"] = "Al'ar"
|
||||||
L["Alert Type"] = "警报类型"
|
L["Alert Type"] = "警报类型"
|
||||||
L["Alive"] = "存活"
|
L["Alive"] = "存活"
|
||||||
L["All"] = "全部"
|
L["All"] = "全部"
|
||||||
@@ -118,6 +124,8 @@ L["Always True"] = "总是真"
|
|||||||
L["Amount"] = "数量"
|
L["Amount"] = "数量"
|
||||||
L["Anchoring"] = "锚定"
|
L["Anchoring"] = "锚定"
|
||||||
L["And Talent"] = "和天赋"
|
L["And Talent"] = "和天赋"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Anetheron"] = "Anetheron"
|
||||||
L["Angle and Radius"] = "角度与半径"
|
L["Angle and Radius"] = "角度与半径"
|
||||||
L["Animations"] = "动画"
|
L["Animations"] = "动画"
|
||||||
L["Anticlockwise"] = "逆时针"
|
L["Anticlockwise"] = "逆时针"
|
||||||
@@ -126,6 +134,10 @@ L["Any"] = "任意"
|
|||||||
L["Any Triggers"] = "任意符合"
|
L["Any Triggers"] = "任意符合"
|
||||||
L["AOE"] = "范围性伤害"
|
L["AOE"] = "范围性伤害"
|
||||||
L["Arcane Resistance"] = "奥术抗性"
|
L["Arcane Resistance"] = "奥术抗性"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Archavon the Stone Watcher"] = "Archavon the Stone Watcher"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Archimonde"] = "Archimonde"
|
||||||
L[ [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
L[ [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
||||||
This will overwrite any changes you have made since the last database upgrade.
|
This will overwrite any changes you have made since the last database upgrade.
|
||||||
Last upgrade: %s]=] ] = "确认运行|cffff0000实验性|r修复工具?运行后将会丢失上次数据库升级后的所有改动。上次升级:%s"
|
Last upgrade: %s]=] ] = "确认运行|cffff0000实验性|r修复工具?运行后将会丢失上次数据库升级后的所有改动。上次升级:%s"
|
||||||
@@ -153,6 +165,8 @@ L["Attach to Start"] = "依附到开头"
|
|||||||
L["Attack Power"] = "攻击强度"
|
L["Attack Power"] = "攻击强度"
|
||||||
L["Attackable"] = "可攻击的"
|
L["Attackable"] = "可攻击的"
|
||||||
L["Attackable Target"] = "可攻击的目标"
|
L["Attackable Target"] = "可攻击的目标"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Attumen the Huntsman"] = "Attumen the Huntsman"
|
||||||
L["Aura"] = "光环"
|
L["Aura"] = "光环"
|
||||||
L["Aura '%s': %s"] = "光环 '%s':%s"
|
L["Aura '%s': %s"] = "光环 '%s':%s"
|
||||||
L["Aura Applied"] = "获得光环"
|
L["Aura Applied"] = "获得光环"
|
||||||
@@ -184,6 +198,8 @@ L["Available features: %s"] = "可用特性:%s"
|
|||||||
L["Avoidance (%)"] = "闪避 (%)"
|
L["Avoidance (%)"] = "闪避 (%)"
|
||||||
L["Avoidance Rating"] = "闪避等级"
|
L["Avoidance Rating"] = "闪避等级"
|
||||||
L["Ayamiss the Hunter"] = "狩猎者阿亚米斯"
|
L["Ayamiss the Hunter"] = "狩猎者阿亚米斯"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Azgalor"] = "Azgalor"
|
||||||
L["Azuregos"] = "艾索雷葛斯"
|
L["Azuregos"] = "艾索雷葛斯"
|
||||||
L["Back and Forth"] = "往返"
|
L["Back and Forth"] = "往返"
|
||||||
L["Background"] = "背景"
|
L["Background"] = "背景"
|
||||||
@@ -211,6 +227,8 @@ L["BigWigs Addon"] = "BigWigs 插件"
|
|||||||
L["BigWigs Message"] = "BigWigs 信息"
|
L["BigWigs Message"] = "BigWigs 信息"
|
||||||
L["BigWigs Stage"] = "BigWigs 阶段"
|
L["BigWigs Stage"] = "BigWigs 阶段"
|
||||||
L["BigWigs Timer"] = "BigWigs 计时器"
|
L["BigWigs Timer"] = "BigWigs 计时器"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Black Temple"] = "Black Temple"
|
||||||
L["Black Wing Lair"] = "黑翼之巢"
|
L["Black Wing Lair"] = "黑翼之巢"
|
||||||
L["Bleed"] = "流血"
|
L["Bleed"] = "流血"
|
||||||
L["Blizzard Combat Text"] = "暴雪战斗文字"
|
L["Blizzard Combat Text"] = "暴雪战斗文字"
|
||||||
@@ -242,6 +260,8 @@ L["Bounce with Decay"] = "衰减地弹跳"
|
|||||||
L["Break"] = "休息"
|
L["Break"] = "休息"
|
||||||
L["BreakUpLargeNumbers (Blizzard)"] = "分隔大数字(暴雪)"
|
L["BreakUpLargeNumbers (Blizzard)"] = "分隔大数字(暴雪)"
|
||||||
L["Broodlord Lashlayer"] = "勒什雷尔"
|
L["Broodlord Lashlayer"] = "勒什雷尔"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Brutallus"] = "Brutallus"
|
||||||
L["Buff"] = "增益效果"
|
L["Buff"] = "增益效果"
|
||||||
L["Buff/Debuff"] = "增益/减益光环"
|
L["Buff/Debuff"] = "增益/减益光环"
|
||||||
L["Buffed/Debuffed"] = "获得增益/减益效果"
|
L["Buffed/Debuffed"] = "获得增益/减益效果"
|
||||||
@@ -301,6 +321,8 @@ L["Chat Frame"] = "聊天框"
|
|||||||
L["Chat Message"] = "聊天信息"
|
L["Chat Message"] = "聊天信息"
|
||||||
L["Check if a single talent match a Rank"] = "检查一个天赋是否满足等级"
|
L["Check if a single talent match a Rank"] = "检查一个天赋是否满足等级"
|
||||||
L["Check nameplate's target every 0.2s"] = "每0.2秒检查一次姓名版单位的目标"
|
L["Check nameplate's target every 0.2s"] = "每0.2秒检查一次姓名版单位的目标"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Chess Event"] = "Chess Event"
|
||||||
L["Chromaggus"] = "克洛玛古斯"
|
L["Chromaggus"] = "克洛玛古斯"
|
||||||
L["Circle"] = "环形"
|
L["Circle"] = "环形"
|
||||||
L["Circular Texture"] = "圆形材质"
|
L["Circular Texture"] = "圆形材质"
|
||||||
@@ -313,6 +335,8 @@ L["Clockwise"] = "顺时针"
|
|||||||
L["Clone per Character"] = "复制每个角色"
|
L["Clone per Character"] = "复制每个角色"
|
||||||
L["Clone per Event"] = "复制每项事件"
|
L["Clone per Event"] = "复制每项事件"
|
||||||
L["Clone per Match"] = "复制每项符合项"
|
L["Clone per Match"] = "复制每项符合项"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Coilfang: Serpentshrine Cavern"] = "Coilfang: Serpentshrine Cavern"
|
||||||
L["Coin Precision"] = "货币精度"
|
L["Coin Precision"] = "货币精度"
|
||||||
L["Color"] = "颜色"
|
L["Color"] = "颜色"
|
||||||
L["Color Animation"] = "颜色动画"
|
L["Color Animation"] = "颜色动画"
|
||||||
@@ -372,6 +396,8 @@ L["Custom Sort"] = "自定义排序"
|
|||||||
L["Custom Text Function"] = "自定义文本函数"
|
L["Custom Text Function"] = "自定义文本函数"
|
||||||
L["Custom Trigger Combination"] = "自定义触发器组合"
|
L["Custom Trigger Combination"] = "自定义触发器组合"
|
||||||
L["Custom Variables"] = "自定义变量"
|
L["Custom Variables"] = "自定义变量"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Daakara"] = "Daakara"
|
||||||
L["Damage"] = "伤害"
|
L["Damage"] = "伤害"
|
||||||
L["Damage Shield"] = "护盾伤害"
|
L["Damage Shield"] = "护盾伤害"
|
||||||
L["Damage Shield Missed"] = "护盾伤害未命中"
|
L["Damage Shield Missed"] = "护盾伤害未命中"
|
||||||
@@ -492,6 +518,8 @@ L["Equipment Set"] = "装备方案"
|
|||||||
L["Equipment Set Equipped"] = "装备方案已使用"
|
L["Equipment Set Equipped"] = "装备方案已使用"
|
||||||
L["Equipment Slot"] = "装备栏"
|
L["Equipment Slot"] = "装备栏"
|
||||||
L["Equipped"] = "已装备"
|
L["Equipped"] = "已装备"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Eredar Twins"] = "Eredar Twins"
|
||||||
L["Error"] = "错误"
|
L["Error"] = "错误"
|
||||||
L[ [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
L[ [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
||||||
https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames]=] ] = "错误:'%s'创建了一个安全克隆。我们建议删除此光环。请查阅:https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames"
|
https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames]=] ] = "错误:'%s'创建了一个安全克隆。我们建议删除此光环。请查阅:https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames"
|
||||||
@@ -535,8 +563,12 @@ L["Fade Out"] = "淡出"
|
|||||||
L["Fail Alert"] = "失误警报"
|
L["Fail Alert"] = "失误警报"
|
||||||
L["False"] = "假"
|
L["False"] = "假"
|
||||||
L["Fankriss the Unyielding"] = "顽强的范克瑞斯"
|
L["Fankriss the Unyielding"] = "顽强的范克瑞斯"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Fathom-Lord Karathress"] = "Fathom-Lord Karathress"
|
||||||
L["Feature %q is already disabled"] = "特性%q已经被禁用"
|
L["Feature %q is already disabled"] = "特性%q已经被禁用"
|
||||||
L["Feature %q is already enabled"] = "特性%q已经被启用"
|
L["Feature %q is already enabled"] = "特性%q已经被启用"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Felmyst"] = "Felmyst"
|
||||||
L["Fetch Absorb"] = "获取吸收"
|
L["Fetch Absorb"] = "获取吸收"
|
||||||
L["Fetch Heal Absorb"] = "获取治疗吸收"
|
L["Fetch Heal Absorb"] = "获取治疗吸收"
|
||||||
L["Fetch Legendary Power"] = "获取传说之力"
|
L["Fetch Legendary Power"] = "获取传说之力"
|
||||||
@@ -614,10 +646,18 @@ L["Group Leader/Assist"] = "团队领袖/助理"
|
|||||||
L["Group Size"] = "组大小"
|
L["Group Size"] = "组大小"
|
||||||
L["Group Type"] = "队伍类型"
|
L["Group Type"] = "队伍类型"
|
||||||
L["Grow"] = "生长"
|
L["Grow"] = "生长"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Gruul the Dragonkiller"] = "Gruul the Dragonkiller"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Gruul's Lair"] = "Gruul's Lair"
|
||||||
L["GTFO Alert"] = "GTFO 警报"
|
L["GTFO Alert"] = "GTFO 警报"
|
||||||
L["Guardian"] = "守护者"
|
L["Guardian"] = "守护者"
|
||||||
L["Guild"] = "公会"
|
L["Guild"] = "公会"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Gurtogg Bloodboil"] = "Gurtogg Bloodboil"
|
||||||
L["Hakkar"] = "哈卡"
|
L["Hakkar"] = "哈卡"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Halazzi"] = "Halazzi"
|
||||||
L["Hardcore"] = "专家模式"
|
L["Hardcore"] = "专家模式"
|
||||||
L["Has Target"] = "拥有目标"
|
L["Has Target"] = "拥有目标"
|
||||||
L["Has Vehicle UI"] = "有载具 UI"
|
L["Has Vehicle UI"] = "有载具 UI"
|
||||||
@@ -634,15 +674,23 @@ L["Heigan the Unclean"] = "肮脏的希尔盖"
|
|||||||
L["Height"] = "高度"
|
L["Height"] = "高度"
|
||||||
L["Hero Talent"] = "英雄天赋"
|
L["Hero Talent"] = "英雄天赋"
|
||||||
L["Heroic Party"] = "英雄"
|
L["Heroic Party"] = "英雄"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Hex Lord Malacrass"] = "Hex Lord Malacrass"
|
||||||
L["Hide"] = "隐藏"
|
L["Hide"] = "隐藏"
|
||||||
L["Hide 0 cooldowns"] = "冷却时间为0时隐藏"
|
L["Hide 0 cooldowns"] = "冷却时间为0时隐藏"
|
||||||
L["Hide Timer Text"] = "隐藏冷却文本"
|
L["Hide Timer Text"] = "隐藏冷却文本"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["High Astromancer Solarian"] = "High Astromancer Solarian"
|
||||||
L["High Damage"] = "高伤害"
|
L["High Damage"] = "高伤害"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["High King Maulgar"] = "High King Maulgar"
|
||||||
L["High Priest Thekal"] = "高阶祭司塞卡尔"
|
L["High Priest Thekal"] = "高阶祭司塞卡尔"
|
||||||
L["High Priest Venoxis"] = "高阶祭司温诺希斯"
|
L["High Priest Venoxis"] = "高阶祭司温诺希斯"
|
||||||
L["High Priestess Arlokk"] = "高阶祭司娅尔罗"
|
L["High Priestess Arlokk"] = "高阶祭司娅尔罗"
|
||||||
L["High Priestess Jeklik"] = "高阶祭司耶克里克"
|
L["High Priestess Jeklik"] = "高阶祭司耶克里克"
|
||||||
L["High Priestess Mar'li"] = "高阶祭司玛尔里"
|
L["High Priestess Mar'li"] = "高阶祭司玛尔里"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["High Warlord Naj'entus"] = "High Warlord Naj'entus"
|
||||||
L["Higher Than Tank"] = "比MT高"
|
L["Higher Than Tank"] = "比MT高"
|
||||||
L["Highest Spell Id"] = "最高法术 Id"
|
L["Highest Spell Id"] = "最高法术 Id"
|
||||||
L["Hit (%)"] = "命中 (%)"
|
L["Hit (%)"] = "命中 (%)"
|
||||||
@@ -654,6 +702,8 @@ L["Hostile"] = "敌对"
|
|||||||
L["Hostility"] = "敌对"
|
L["Hostility"] = "敌对"
|
||||||
L["Humanoid"] = "人形态"
|
L["Humanoid"] = "人形态"
|
||||||
L["Hybrid"] = "混合"
|
L["Hybrid"] = "混合"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Hydross the Unstable"] = "Hydross the Unstable"
|
||||||
L["Icon"] = "图标"
|
L["Icon"] = "图标"
|
||||||
L["Icon Function"] = "图标函数"
|
L["Icon Function"] = "图标函数"
|
||||||
L["Icon Function (fallback state)"] = "图标函数(后备状态)"
|
L["Icon Function (fallback state)"] = "图标函数(后备状态)"
|
||||||
@@ -667,6 +717,8 @@ L["Ignore Rune CDs"] = "忽略符文冷却时间"
|
|||||||
L["Ignore Self"] = "忽略自身"
|
L["Ignore Self"] = "忽略自身"
|
||||||
L["Ignore Spell Cooldown/Charges"] = "忽略法术冷却/充能"
|
L["Ignore Spell Cooldown/Charges"] = "忽略法术冷却/充能"
|
||||||
L["Ignore Spell Override"] = "忽略法术替换"
|
L["Ignore Spell Override"] = "忽略法术替换"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Illidan Stormrage"] = "Illidan Stormrage"
|
||||||
L["Immune"] = "免疫"
|
L["Immune"] = "免疫"
|
||||||
L["Important"] = "重要"
|
L["Important"] = "重要"
|
||||||
L["Importing will start after combat ends."] = "导入将在战斗结束后开始。"
|
L["Importing will start after combat ends."] = "导入将在战斗结束后开始。"
|
||||||
@@ -737,12 +789,26 @@ L["Item Slot String"] = "物品栏名称"
|
|||||||
L["Item Type"] = "物品类型"
|
L["Item Type"] = "物品类型"
|
||||||
L["Item Type Equipped"] = "已装备物品类型"
|
L["Item Type Equipped"] = "已装备物品类型"
|
||||||
L["ItemId"] = "物品Id"
|
L["ItemId"] = "物品Id"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Jan'alai"] = "Jan'alai"
|
||||||
L["Jin'do the Hexxer"] = "妖术师金度"
|
L["Jin'do the Hexxer"] = "妖术师金度"
|
||||||
L["Journal Stage"] = "指南阶段"
|
L["Journal Stage"] = "指南阶段"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Kael'thas Sunstrider"] = "Kael'thas Sunstrider"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Kalecgos"] = "Kalecgos"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Karazhan"] = "Karazhan"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Kaz'rogal"] = "Kaz'rogal"
|
||||||
L["Kazzak"] = "卡扎克"
|
L["Kazzak"] = "卡扎克"
|
||||||
L["Keep Inside"] = "保持在内"
|
L["Keep Inside"] = "保持在内"
|
||||||
L["Kel'Thuzad"] = "克尔苏加德"
|
L["Kel'Thuzad"] = "克尔苏加德"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Kil'jaeden"] = "Kil'jaeden"
|
||||||
L["Kurinnaxx"] = "库林纳克斯"
|
L["Kurinnaxx"] = "库林纳克斯"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Lady Vashj"] = "Lady Vashj"
|
||||||
L["Large"] = "大"
|
L["Large"] = "大"
|
||||||
L["Latency"] = "延迟"
|
L["Latency"] = "延迟"
|
||||||
L["Leader"] = "团队领袖"
|
L["Leader"] = "团队领袖"
|
||||||
@@ -761,6 +827,8 @@ L["Legacy RGB Gradient"] = "传统 RGB 变色"
|
|||||||
L["Legacy RGB Gradient Pulse"] = "传统 RGB 变色跳动"
|
L["Legacy RGB Gradient Pulse"] = "传统 RGB 变色跳动"
|
||||||
L["Legion"] = "军团再临"
|
L["Legion"] = "军团再临"
|
||||||
L["Length"] = "长度"
|
L["Length"] = "长度"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Leotheras the Blind"] = "Leotheras the Blind"
|
||||||
L["Level"] = "等级"
|
L["Level"] = "等级"
|
||||||
L["LibSharedMedia"] = "LibSharedMedia"
|
L["LibSharedMedia"] = "LibSharedMedia"
|
||||||
L["Lillian Voss"] = "莉莉安·沃斯"
|
L["Lillian Voss"] = "莉莉安·沃斯"
|
||||||
@@ -788,6 +856,12 @@ L["Lucifron"] = "鲁西弗隆"
|
|||||||
L["Maexxna"] = "迈克斯纳"
|
L["Maexxna"] = "迈克斯纳"
|
||||||
L["Magic"] = "魔法"
|
L["Magic"] = "魔法"
|
||||||
L["Magmadar"] = "玛格曼达"
|
L["Magmadar"] = "玛格曼达"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Magtheridon"] = "Magtheridon"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Magtheridon's Lair"] = "Magtheridon's Lair"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Maiden of Virtue"] = "Maiden of Virtue"
|
||||||
L["Main Character"] = "主要角色"
|
L["Main Character"] = "主要角色"
|
||||||
L["Main Stat"] = "主属性"
|
L["Main Stat"] = "主属性"
|
||||||
L["Majordomo Executus"] = "管理者埃克索图斯"
|
L["Majordomo Executus"] = "管理者埃克索图斯"
|
||||||
@@ -850,13 +924,23 @@ L["Monster Say"] = "怪物说"
|
|||||||
L["Monster Whisper"] = "怪物密语"
|
L["Monster Whisper"] = "怪物密语"
|
||||||
L["Monster Yell"] = "怪物大喊"
|
L["Monster Yell"] = "怪物大喊"
|
||||||
L["Moon"] = "月"
|
L["Moon"] = "月"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Moroes"] = "Moroes"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Morogrim Tidewalker"] = "Morogrim Tidewalker"
|
||||||
L["Most remaining time"] = "最大剩余时间"
|
L["Most remaining time"] = "最大剩余时间"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Mother Shahraz"] = "Mother Shahraz"
|
||||||
L["Mounted"] = "在坐骑上"
|
L["Mounted"] = "在坐骑上"
|
||||||
L["Mouse Cursor"] = "鼠标"
|
L["Mouse Cursor"] = "鼠标"
|
||||||
L["Movement Speed Rating"] = "移动速度等级"
|
L["Movement Speed Rating"] = "移动速度等级"
|
||||||
L["Multi-target"] = "多目标"
|
L["Multi-target"] = "多目标"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["M'uru"] = "M'uru"
|
||||||
L["Mythic Keystone"] = "史诗钥石"
|
L["Mythic Keystone"] = "史诗钥石"
|
||||||
L["Mythic+ Affix"] = "大秘境词缀"
|
L["Mythic+ Affix"] = "大秘境词缀"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Nalorakk"] = "Nalorakk"
|
||||||
L["Name"] = "名称"
|
L["Name"] = "名称"
|
||||||
L["Name Function"] = "名称函数"
|
L["Name Function"] = "名称函数"
|
||||||
L["Name Function (fallback state)"] = "名称函数(后备状态)"
|
L["Name Function (fallback state)"] = "名称函数(后备状态)"
|
||||||
@@ -871,10 +955,14 @@ L["Names of unaffected Players"] = "未受影响玩家的姓名"
|
|||||||
L["Nature Resistance"] = "自然抗性"
|
L["Nature Resistance"] = "自然抗性"
|
||||||
L["Naxxramas"] = "纳克萨玛斯"
|
L["Naxxramas"] = "纳克萨玛斯"
|
||||||
L["Nefarian"] = "奈法利安"
|
L["Nefarian"] = "奈法利安"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Netherspite"] = "Netherspite"
|
||||||
L["Neutral"] = "中立"
|
L["Neutral"] = "中立"
|
||||||
L["Never"] = "从不"
|
L["Never"] = "从不"
|
||||||
L["Next Combat"] = "下次战斗"
|
L["Next Combat"] = "下次战斗"
|
||||||
L["Next Encounter"] = "下次首领战斗"
|
L["Next Encounter"] = "下次首领战斗"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Nightbane"] = "Nightbane"
|
||||||
L[ [=[No active boss mod addon detected.
|
L[ [=[No active boss mod addon detected.
|
||||||
|
|
||||||
Note: This trigger will use BigWigs or DBM, in that order if both are installed.]=] ] = [=[未检测到活跃Boss模块插件。
|
Note: This trigger will use BigWigs or DBM, in that order if both are installed.]=] ] = [=[未检测到活跃Boss模块插件。
|
||||||
@@ -987,6 +1075,8 @@ L["Only if on a different realm"] = "仅当在不同服务器上"
|
|||||||
L["Only if Primary"] = "仅当是首要时"
|
L["Only if Primary"] = "仅当是首要时"
|
||||||
L["Onyxia"] = "奥妮克希亚"
|
L["Onyxia"] = "奥妮克希亚"
|
||||||
L["Opaque"] = "不透明"
|
L["Opaque"] = "不透明"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Opera Hall"] = "Opera Hall"
|
||||||
L["Option Group"] = "选项组"
|
L["Option Group"] = "选项组"
|
||||||
L["Options could not be loaded, the addon is %s"] = "无法载入Options:%s"
|
L["Options could not be loaded, the addon is %s"] = "无法载入Options:%s"
|
||||||
L["Options will finish loading after combat ends."] = "选项窗口将在战斗结束后加载"
|
L["Options will finish loading after combat ends."] = "选项窗口将在战斗结束后加载"
|
||||||
@@ -1061,6 +1151,8 @@ L["Power Type"] = "能量类型"
|
|||||||
L["Precision"] = "精度"
|
L["Precision"] = "精度"
|
||||||
L["Preset"] = "预设"
|
L["Preset"] = "预设"
|
||||||
L["Primary Stats"] = "主属性"
|
L["Primary Stats"] = "主属性"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Prince Malchezaar"] = "Prince Malchezaar"
|
||||||
L["Princess Huhuran"] = "哈霍兰公主"
|
L["Princess Huhuran"] = "哈霍兰公主"
|
||||||
L["Print Profiling Results"] = "输出性能分析结果"
|
L["Print Profiling Results"] = "输出性能分析结果"
|
||||||
L["Proc Glow"] = "触发发光"
|
L["Proc Glow"] = "触发发光"
|
||||||
@@ -1087,6 +1179,8 @@ L["Quantity earned this week"] = "本周获取数量"
|
|||||||
L["Quest Party"] = "任务小队"
|
L["Quest Party"] = "任务小队"
|
||||||
L["Queued Action"] = "队列中动作"
|
L["Queued Action"] = "队列中动作"
|
||||||
L["Radius"] = "半径"
|
L["Radius"] = "半径"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Rage Winterchill"] = "Rage Winterchill"
|
||||||
L["Ragnaros"] = "拉格纳罗斯"
|
L["Ragnaros"] = "拉格纳罗斯"
|
||||||
L["Raid"] = "团队"
|
L["Raid"] = "团队"
|
||||||
L["Raid (Heroic)"] = "团队副本(英雄)"
|
L["Raid (Heroic)"] = "团队副本(英雄)"
|
||||||
@@ -1122,6 +1216,8 @@ L["Region type %s not supported"] = "不支持域类型 %s"
|
|||||||
L["Relative"] = "相对持续时间"
|
L["Relative"] = "相对持续时间"
|
||||||
L["Relative X-Offset"] = "相对 X 偏移"
|
L["Relative X-Offset"] = "相对 X 偏移"
|
||||||
L["Relative Y-Offset"] = "相对 Y 偏移"
|
L["Relative Y-Offset"] = "相对 Y 偏移"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Reliquary of Souls"] = "Reliquary of Souls"
|
||||||
L["Remaining Duration"] = "剩余时间"
|
L["Remaining Duration"] = "剩余时间"
|
||||||
L["Remaining Time"] = "剩余时间"
|
L["Remaining Time"] = "剩余时间"
|
||||||
L["Remove Obsolete Auras"] = "移除废弃的光环"
|
L["Remove Obsolete Auras"] = "移除废弃的光环"
|
||||||
@@ -1200,6 +1296,14 @@ L["Set IDs can be found on websites such as wowhead.com/cata/item-sets"] = "套
|
|||||||
L["Set IDs can be found on websites such as wowhead.com/classic/item-sets"] = "输入ID,可以在如 wowhead.com/classic/item-sets 网站查询"
|
L["Set IDs can be found on websites such as wowhead.com/classic/item-sets"] = "输入ID,可以在如 wowhead.com/classic/item-sets 网站查询"
|
||||||
L["Set IDs can be found on websites such as wowhead.com/item-sets"] = "套装 ID 可以在一些数据网站上找到(例如:wowhead.com/item-sets)"
|
L["Set IDs can be found on websites such as wowhead.com/item-sets"] = "套装 ID 可以在一些数据网站上找到(例如:wowhead.com/item-sets)"
|
||||||
L["Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"] = "输入ID,可以在如 wowhead.com/mop-classic/item-sets 网站查询"
|
L["Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"] = "输入ID,可以在如 wowhead.com/mop-classic/item-sets 网站查询"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Set IDs can be found on websites such as wowhead.com/tbc/item-sets"] = "Set IDs can be found on websites such as wowhead.com/tbc/item-sets"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Set IDs can be found on websites such as wowhead.com/wotlk/item-sets"] = "Set IDs can be found on websites such as wowhead.com/wotlk/item-sets"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Shade of Akama"] = "Shade of Akama"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Shade of Aran"] = "Shade of Aran"
|
||||||
L["Shadow Resistance"] = "暗影抗性"
|
L["Shadow Resistance"] = "暗影抗性"
|
||||||
L["Shadowlands"] = "暗影国度"
|
L["Shadowlands"] = "暗影国度"
|
||||||
L["Shake"] = "晃动"
|
L["Shake"] = "晃动"
|
||||||
@@ -1297,7 +1401,7 @@ L["Stacks Function"] = "层数函数"
|
|||||||
L["Stacks Function (fallback state)"] = "层数函数(后备状态)"
|
L["Stacks Function (fallback state)"] = "层数函数(后备状态)"
|
||||||
L["Stage"] = "阶段"
|
L["Stage"] = "阶段"
|
||||||
L["Stage Counter"] = "阶段计数"
|
L["Stage Counter"] = "阶段计数"
|
||||||
L["Stagger"] = "醉拳"
|
L["Stagger"] = "交错"
|
||||||
L["Stagger (%)"] = "醉拳 (%)"
|
L["Stagger (%)"] = "醉拳 (%)"
|
||||||
L["Stagger against Target (%)"] = "针对目标的醉拳 (%)"
|
L["Stagger against Target (%)"] = "针对目标的醉拳 (%)"
|
||||||
L["Stagger Scale"] = "醉拳缩放比例"
|
L["Stagger Scale"] = "醉拳缩放比例"
|
||||||
@@ -1338,6 +1442,8 @@ Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'.
|
|||||||
Supports Instance IDs prefixed with 'i'.
|
Supports Instance IDs prefixed with 'i'.
|
||||||
Entries can be prefixed with '-' to negate.]=] ] = [=[支持多个条目,由英文逗号分隔。若要包含子区域 ID,则前缀为 'c',如 'c2022'。组区域 ID 必须以
|
Entries can be prefixed with '-' to negate.]=] ] = [=[支持多个条目,由英文逗号分隔。若要包含子区域 ID,则前缀为 'c',如 'c2022'。组区域 ID 必须以
|
||||||
'g' 为前缀,如 'g277'。支持的区域 ID 以 'a' 为前缀,详见表格: https://wago.tools/db2/AreaTable 。条目可用 '-' 前缀表示否定。]=]
|
'g' 为前缀,如 'g277'。支持的区域 ID 以 'a' 为前缀,详见表格: https://wago.tools/db2/AreaTable 。条目可用 '-' 前缀表示否定。]=]
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Supremus"] = "Supremus"
|
||||||
L["Swing"] = "近战攻击"
|
L["Swing"] = "近战攻击"
|
||||||
L["Swing Timer"] = "近战攻击计时器"
|
L["Swing Timer"] = "近战攻击计时器"
|
||||||
L["Swipe"] = "旋转动画"
|
L["Swipe"] = "旋转动画"
|
||||||
@@ -1356,6 +1462,12 @@ L["Tanking And Highest"] = "做T并且最高"
|
|||||||
L["Tanking But Not Highest"] = "做T但不是最高"
|
L["Tanking But Not Highest"] = "做T但不是最高"
|
||||||
L["Target"] = "目标"
|
L["Target"] = "目标"
|
||||||
L["Targeted"] = "被选中"
|
L["Targeted"] = "被选中"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Tempest Keep"] = "Tempest Keep"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Terestian Illhoof"] = "Terestian Illhoof"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Teron Gorefiend"] = "Teron Gorefiend"
|
||||||
L["Tertiary Stats"] = "第三属性"
|
L["Tertiary Stats"] = "第三属性"
|
||||||
L["Test if bar is enabled in BigWigs settings"] = "测试 BigWigs 设置中是否已启用进度条"
|
L["Test if bar is enabled in BigWigs settings"] = "测试 BigWigs 设置中是否已启用进度条"
|
||||||
L["Test if bar is enabled in Boss Mod addon settings"] = "测试首领模组插件设置中是否已启用进度条"
|
L["Test if bar is enabled in Boss Mod addon settings"] = "测试首领模组插件设置中是否已启用进度条"
|
||||||
@@ -1371,10 +1483,20 @@ L["Texture Rotation"] = "材质旋转"
|
|||||||
L["Thaddius"] = "塔迪乌斯"
|
L["Thaddius"] = "塔迪乌斯"
|
||||||
L["The aura has overwritten the global '%s', this might affect other auras."] = "此光环覆盖了全局变量'%s',可能会影响其他光环。"
|
L["The aura has overwritten the global '%s', this might affect other auras."] = "此光环覆盖了全局变量'%s',可能会影响其他光环。"
|
||||||
L["The aura tried to overwrite the aura_env global, which is not allowed."] = "光环视图覆盖全局变量 arra_env,不允许该操作"
|
L["The aura tried to overwrite the aura_env global, which is not allowed."] = "光环视图覆盖全局变量 arra_env,不允许该操作"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["The Battle for Mount Hyjal"] = "The Battle for Mount Hyjal"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["The Curator"] = "The Curator"
|
||||||
L["The effective level differs from the level in e.g. Time Walking dungeons."] = "有效等级与实际等级不同,例如:在时光漫游副本中。"
|
L["The effective level differs from the level in e.g. Time Walking dungeons."] = "有效等级与实际等级不同,例如:在时光漫游副本中。"
|
||||||
L["The Four Horsemen"] = "天启四骑士"
|
L["The Four Horsemen"] = "天启四骑士"
|
||||||
L["The 'ID' value can be found in the BigWigs options of a specific spell"] = "'ID'值可以在BigWigs选项里的特定法术中找到。"
|
L["The 'ID' value can be found in the BigWigs options of a specific spell"] = "'ID'值可以在BigWigs选项里的特定法术中找到。"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["The Illidari Council"] = "The Illidari Council"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["The Lurker Below"] = "The Lurker Below"
|
||||||
L["The Prophet Skeram"] = "预言者斯克拉姆"
|
L["The Prophet Skeram"] = "预言者斯克拉姆"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["The Sunwell Plateau"] = "The Sunwell Plateau"
|
||||||
L["The total quantity a warband character can transfer after paying the transfer cost"] = "战团角色支付转移费用后可以转移的总数量"
|
L["The total quantity a warband character can transfer after paying the transfer cost"] = "战团角色支付转移费用后可以转移的总数量"
|
||||||
L["The total quantity after transferring everything to your current character and paying the transfer cost"] = "将所有东西转移到当前角色并支付转移费用后的总数量"
|
L["The total quantity after transferring everything to your current character and paying the transfer cost"] = "将所有东西转移到当前角色并支付转移费用后的总数量"
|
||||||
L["The War Within"] = "地心之战"
|
L["The War Within"] = "地心之战"
|
||||||
@@ -1406,6 +1528,8 @@ L["Timed"] = "指定时间"
|
|||||||
L["Timed Progress"] = "计时进度"
|
L["Timed Progress"] = "计时进度"
|
||||||
L["Timer"] = "计时"
|
L["Timer"] = "计时"
|
||||||
L["Timer Id"] = "计时器 ID"
|
L["Timer Id"] = "计时器 ID"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Titan Reforged"] = "Titan Reforged"
|
||||||
L["Toggle"] = "切换"
|
L["Toggle"] = "切换"
|
||||||
L["Toggle List"] = "打开或关闭列表"
|
L["Toggle List"] = "打开或关闭列表"
|
||||||
L["Toggle Options Window"] = "打开或关闭选项窗口"
|
L["Toggle Options Window"] = "打开或关闭选项窗口"
|
||||||
@@ -1496,12 +1620,16 @@ L["Uses UnitInRange() to check if in range. Matches default raid frames out of r
|
|||||||
L["Using WeakAuras.clones is deprecated. Use WeakAuras.GetRegion(id, cloneId) instead."] = "WeakAuras.clones已被弃用。请使用WeakAuras.GetRegion(id, cloneId)代替。"
|
L["Using WeakAuras.clones is deprecated. Use WeakAuras.GetRegion(id, cloneId) instead."] = "WeakAuras.clones已被弃用。请使用WeakAuras.GetRegion(id, cloneId)代替。"
|
||||||
L["Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."] = "WeakAuras.regions已被弃用。请使用WeakAuras.GetRegion(id)代替。"
|
L["Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."] = "WeakAuras.regions已被弃用。请使用WeakAuras.GetRegion(id)代替。"
|
||||||
L["Vaelastrasz the Corrupt"] = "堕落的瓦拉斯塔兹"
|
L["Vaelastrasz the Corrupt"] = "堕落的瓦拉斯塔兹"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Vault of Archavon"] = "Vault of Archavon"
|
||||||
L["Versatility (%)"] = "全能 (%)"
|
L["Versatility (%)"] = "全能 (%)"
|
||||||
L["Versatility Rating"] = "全能等级"
|
L["Versatility Rating"] = "全能等级"
|
||||||
L["Vertical"] = "垂直"
|
L["Vertical"] = "垂直"
|
||||||
L["Viscidus"] = "维希度斯"
|
L["Viscidus"] = "维希度斯"
|
||||||
L["Visibility"] = "可见性"
|
L["Visibility"] = "可见性"
|
||||||
L["Visions of N'Zoth"] = "恩佐斯的幻象"
|
L["Visions of N'Zoth"] = "恩佐斯的幻象"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Void Reaver"] = "Void Reaver"
|
||||||
L["Warband Quantity Total"] = "战团数量总计"
|
L["Warband Quantity Total"] = "战团数量总计"
|
||||||
L["Warband Transfer Percentage"] = "战团转移百分比"
|
L["Warband Transfer Percentage"] = "战团转移百分比"
|
||||||
L["Warband Transferred Quantity"] = "战团转移数量"
|
L["Warband Transferred Quantity"] = "战团转移数量"
|
||||||
@@ -1557,5 +1685,7 @@ L["Zone ID"] = "地图ID"
|
|||||||
L["Zone Name"] = "地图名称"
|
L["Zone Name"] = "地图名称"
|
||||||
L["Zoom"] = "缩放"
|
L["Zoom"] = "缩放"
|
||||||
L["Zoom Animation"] = "缩放动画"
|
L["Zoom Animation"] = "缩放动画"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Zul'Aman"] = "Zul'Aman"
|
||||||
L["Zul'Gurub"] = "祖尔格拉布"
|
L["Zul'Gurub"] = "祖尔格拉布"
|
||||||
|
|
||||||
|
|||||||
+129
-8
@@ -59,6 +59,7 @@ L["25 Man Raid"] = "25 人團隊"
|
|||||||
L["25 Player Raid"] = "25人團隊副本"
|
L["25 Player Raid"] = "25人團隊副本"
|
||||||
L["25 Player Raid (Heroic)"] = "25 人團隊 (英雄)"
|
L["25 Player Raid (Heroic)"] = "25 人團隊 (英雄)"
|
||||||
L["25 Player Raid (Normal)"] = "25 人團隊 (普通)"
|
L["25 Player Raid (Normal)"] = "25 人團隊 (普通)"
|
||||||
|
L["25 Player Raid (Titan Reforged)"] = "25人團隊 (泰坦重鑄)"
|
||||||
L["40 Man Raid"] = "40人團隊"
|
L["40 Man Raid"] = "40人團隊"
|
||||||
L["40 Player Raid"] = "40 人團隊"
|
L["40 Player Raid"] = "40 人團隊"
|
||||||
L["5 Man Dungeon"] = "5 人地城"
|
L["5 Man Dungeon"] = "5 人地城"
|
||||||
@@ -91,6 +92,10 @@ L["Afk"] = "暫離"
|
|||||||
L["Aggro"] = "仇恨"
|
L["Aggro"] = "仇恨"
|
||||||
L["Agility"] = "敏捷"
|
L["Agility"] = "敏捷"
|
||||||
L["Ahn'Qiraj"] = "安琪拉"
|
L["Ahn'Qiraj"] = "安琪拉"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Akil'zon"] = "Akil'zon"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Al'ar"] = "Al'ar"
|
||||||
L["Alert Type"] = "通知類型"
|
L["Alert Type"] = "通知類型"
|
||||||
L["Alive"] = "存活"
|
L["Alive"] = "存活"
|
||||||
L["All"] = "全部"
|
L["All"] = "全部"
|
||||||
@@ -108,6 +113,8 @@ L["Always True"] = "永遠為 True"
|
|||||||
L["Amount"] = "數量"
|
L["Amount"] = "數量"
|
||||||
L["Anchoring"] = "定位中"
|
L["Anchoring"] = "定位中"
|
||||||
L["And Talent"] = "和天賦"
|
L["And Talent"] = "和天賦"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Anetheron"] = "Anetheron"
|
||||||
L["Angle and Radius"] = "角度和半徑"
|
L["Angle and Radius"] = "角度和半徑"
|
||||||
L["Animations"] = "動畫"
|
L["Animations"] = "動畫"
|
||||||
L["Anticlockwise"] = "逆時針"
|
L["Anticlockwise"] = "逆時針"
|
||||||
@@ -116,6 +123,9 @@ L["Any"] = "任何一種"
|
|||||||
L["Any Triggers"] = "任何一個觸發"
|
L["Any Triggers"] = "任何一個觸發"
|
||||||
L["AOE"] = "範圍技能 (AOE)"
|
L["AOE"] = "範圍技能 (AOE)"
|
||||||
L["Arcane Resistance"] = "祕法抗性"
|
L["Arcane Resistance"] = "祕法抗性"
|
||||||
|
L["Archavon the Stone Watcher"] = "『石之看守者』亞夏梵"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Archimonde"] = "Archimonde"
|
||||||
L[ [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
L[ [=[Are you sure you want to run the |cffff0000EXPERIMENTAL|r repair tool?
|
||||||
This will overwrite any changes you have made since the last database upgrade.
|
This will overwrite any changes you have made since the last database upgrade.
|
||||||
Last upgrade: %s]=] ] = "您確認想要運行此|cffff0000試驗性|r的修復工具嗎?這將覆蓋您自上次數據庫升級以來所做的任何更改。上次升級:%s"
|
Last upgrade: %s]=] ] = "您確認想要運行此|cffff0000試驗性|r的修復工具嗎?這將覆蓋您自上次數據庫升級以來所做的任何更改。上次升級:%s"
|
||||||
@@ -143,6 +153,8 @@ L["Attach to Start"] = "附加到開頭"
|
|||||||
L["Attack Power"] = "攻擊強度"
|
L["Attack Power"] = "攻擊強度"
|
||||||
L["Attackable"] = "可攻擊"
|
L["Attackable"] = "可攻擊"
|
||||||
L["Attackable Target"] = "可攻擊的目標"
|
L["Attackable Target"] = "可攻擊的目標"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Attumen the Huntsman"] = "Attumen the Huntsman"
|
||||||
L["Aura"] = "光環"
|
L["Aura"] = "光環"
|
||||||
L["Aura '%s': %s"] = "提醒效果 '%s': %s"
|
L["Aura '%s': %s"] = "提醒效果 '%s': %s"
|
||||||
L["Aura Applied"] = "光環已加上"
|
L["Aura Applied"] = "光環已加上"
|
||||||
@@ -174,6 +186,8 @@ L["Available features: %s"] = "可用的功能: %s"
|
|||||||
L["Avoidance (%)"] = "閃避 (%)"
|
L["Avoidance (%)"] = "閃避 (%)"
|
||||||
L["Avoidance Rating"] = "閃避分數"
|
L["Avoidance Rating"] = "閃避分數"
|
||||||
L["Ayamiss the Hunter"] = "『狩獵者』阿亞米斯"
|
L["Ayamiss the Hunter"] = "『狩獵者』阿亞米斯"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Azgalor"] = "Azgalor"
|
||||||
L["Azuregos"] = "艾索雷苟斯"
|
L["Azuregos"] = "艾索雷苟斯"
|
||||||
L["Back and Forth"] = "往返"
|
L["Back and Forth"] = "往返"
|
||||||
L["Background"] = "背景"
|
L["Background"] = "背景"
|
||||||
@@ -191,8 +205,7 @@ L["Battle.net Whisper"] = "Battle.net 悄悄話"
|
|||||||
L["Battleground"] = "戰場"
|
L["Battleground"] = "戰場"
|
||||||
L["Battleguard Sartura"] = "沙爾圖拉"
|
L["Battleguard Sartura"] = "沙爾圖拉"
|
||||||
L["Beastmaster"] = "野獸控制"
|
L["Beastmaster"] = "野獸控制"
|
||||||
--[[Translation missing --]]
|
L["Beatrix"] = "碧翠絲"
|
||||||
L["Beatrix"] = "Beatrix"
|
|
||||||
L["BG>Raid>Party>Say"] = "戰場>團隊>隊伍>說"
|
L["BG>Raid>Party>Say"] = "戰場>團隊>隊伍>說"
|
||||||
L["BG-System Alliance"] = "聯盟戰場機制"
|
L["BG-System Alliance"] = "聯盟戰場機制"
|
||||||
L["BG-System Horde"] = "部落戰場機制"
|
L["BG-System Horde"] = "部落戰場機制"
|
||||||
@@ -202,6 +215,8 @@ L["BigWigs Addon"] = "BigWigs 插件"
|
|||||||
L["BigWigs Message"] = "BigWigs 訊息"
|
L["BigWigs Message"] = "BigWigs 訊息"
|
||||||
L["BigWigs Stage"] = "BigWigs 階段"
|
L["BigWigs Stage"] = "BigWigs 階段"
|
||||||
L["BigWigs Timer"] = "BigWigs 計時條"
|
L["BigWigs Timer"] = "BigWigs 計時條"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Black Temple"] = "Black Temple"
|
||||||
L["Black Wing Lair"] = "黑翼之巢"
|
L["Black Wing Lair"] = "黑翼之巢"
|
||||||
L["Bleed"] = "流血"
|
L["Bleed"] = "流血"
|
||||||
L["Blizzard Combat Text"] = "遊戲內建的浮動戰鬥文字"
|
L["Blizzard Combat Text"] = "遊戲內建的浮動戰鬥文字"
|
||||||
@@ -233,6 +248,8 @@ L["Bounce with Decay"] = "彈跳衰減"
|
|||||||
L["Break"] = "中斷"
|
L["Break"] = "中斷"
|
||||||
L["BreakUpLargeNumbers (Blizzard)"] = "BreakUpLargeNumbers (暴雪)"
|
L["BreakUpLargeNumbers (Blizzard)"] = "BreakUpLargeNumbers (暴雪)"
|
||||||
L["Broodlord Lashlayer"] = "龍領主勒西雷爾"
|
L["Broodlord Lashlayer"] = "龍領主勒西雷爾"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Brutallus"] = "Brutallus"
|
||||||
L["Buff"] = "增益"
|
L["Buff"] = "增益"
|
||||||
L["Buff/Debuff"] = "增益/減益"
|
L["Buff/Debuff"] = "增益/減益"
|
||||||
L["Buffed/Debuffed"] = "有增益/減益效果"
|
L["Buffed/Debuffed"] = "有增益/減益效果"
|
||||||
@@ -293,6 +310,8 @@ L["Chat Frame"] = "聊天框架"
|
|||||||
L["Chat Message"] = "聊天訊息"
|
L["Chat Message"] = "聊天訊息"
|
||||||
L["Check if a single talent match a Rank"] = "檢查單個天賦是否與等級匹配"
|
L["Check if a single talent match a Rank"] = "檢查單個天賦是否與等級匹配"
|
||||||
L["Check nameplate's target every 0.2s"] = "每0.2秒檢查名條的目標"
|
L["Check nameplate's target every 0.2s"] = "每0.2秒檢查名條的目標"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Chess Event"] = "Chess Event"
|
||||||
L["Chromaggus"] = "克洛瑪古斯"
|
L["Chromaggus"] = "克洛瑪古斯"
|
||||||
L["Circle"] = "圓形"
|
L["Circle"] = "圓形"
|
||||||
L["Circular Texture"] = "圓形材質"
|
L["Circular Texture"] = "圓形材質"
|
||||||
@@ -305,6 +324,8 @@ L["Clockwise"] = "順時針"
|
|||||||
L["Clone per Character"] = "複製每個角色"
|
L["Clone per Character"] = "複製每個角色"
|
||||||
L["Clone per Event"] = "複製每個事件"
|
L["Clone per Event"] = "複製每個事件"
|
||||||
L["Clone per Match"] = "複製每個符合"
|
L["Clone per Match"] = "複製每個符合"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Coilfang: Serpentshrine Cavern"] = "Coilfang: Serpentshrine Cavern"
|
||||||
L["Coin Precision"] = "金錢精確度"
|
L["Coin Precision"] = "金錢精確度"
|
||||||
L["Color"] = "顏色"
|
L["Color"] = "顏色"
|
||||||
L["Color Animation"] = "彩色動畫"
|
L["Color Animation"] = "彩色動畫"
|
||||||
@@ -364,6 +385,8 @@ L["Custom Sort"] = "自訂排序"
|
|||||||
L["Custom Text Function"] = "自訂文字函數"
|
L["Custom Text Function"] = "自訂文字函數"
|
||||||
L["Custom Trigger Combination"] = "自訂觸發組合"
|
L["Custom Trigger Combination"] = "自訂觸發組合"
|
||||||
L["Custom Variables"] = "自訂變數"
|
L["Custom Variables"] = "自訂變數"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Daakara"] = "Daakara"
|
||||||
L["Damage"] = "傷害"
|
L["Damage"] = "傷害"
|
||||||
L["Damage Shield"] = "傷害盾"
|
L["Damage Shield"] = "傷害盾"
|
||||||
L["Damage Shield Missed"] = "傷害盾未命中"
|
L["Damage Shield Missed"] = "傷害盾未命中"
|
||||||
@@ -484,6 +507,8 @@ L["Equipment Set"] = "裝備管理員設定"
|
|||||||
L["Equipment Set Equipped"] = "已裝備裝備管理員設定"
|
L["Equipment Set Equipped"] = "已裝備裝備管理員設定"
|
||||||
L["Equipment Slot"] = "裝備欄位"
|
L["Equipment Slot"] = "裝備欄位"
|
||||||
L["Equipped"] = "已裝備"
|
L["Equipped"] = "已裝備"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Eredar Twins"] = "Eredar Twins"
|
||||||
L["Error"] = "錯誤"
|
L["Error"] = "錯誤"
|
||||||
L[ [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
L[ [=[Error '%s' created a secure clone. We advise deleting the aura. For more information:
|
||||||
https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames]=] ] = "錯誤 '%s' 創建了一個安全複製品。我們建議刪除光環。更多訊息:https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames"
|
https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames]=] ] = "錯誤 '%s' 創建了一個安全複製品。我們建議刪除光環。更多訊息:https://github.com/WeakAuras/WeakAuras2/wiki/Protected-Frames"
|
||||||
@@ -527,8 +552,12 @@ L["Fade Out"] = "淡出"
|
|||||||
L["Fail Alert"] = "失敗警示"
|
L["Fail Alert"] = "失敗警示"
|
||||||
L["False"] = "否 (False)"
|
L["False"] = "否 (False)"
|
||||||
L["Fankriss the Unyielding"] = "不屈的范克里斯"
|
L["Fankriss the Unyielding"] = "不屈的范克里斯"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Fathom-Lord Karathress"] = "Fathom-Lord Karathress"
|
||||||
L["Feature %q is already disabled"] = "功能 %q 已經停用"
|
L["Feature %q is already disabled"] = "功能 %q 已經停用"
|
||||||
L["Feature %q is already enabled"] = "功能 %q 已經啟用"
|
L["Feature %q is already enabled"] = "功能 %q 已經啟用"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Felmyst"] = "Felmyst"
|
||||||
L["Fetch Absorb"] = "取得吸收"
|
L["Fetch Absorb"] = "取得吸收"
|
||||||
L["Fetch Heal Absorb"] = "取得治療吸收"
|
L["Fetch Heal Absorb"] = "取得治療吸收"
|
||||||
L["Fetch Legendary Power"] = "取得傳說能力"
|
L["Fetch Legendary Power"] = "取得傳說能力"
|
||||||
@@ -606,10 +635,18 @@ L["Group Leader/Assist"] = "隊長/助理"
|
|||||||
L["Group Size"] = "群組大小"
|
L["Group Size"] = "群組大小"
|
||||||
L["Group Type"] = "群組類型"
|
L["Group Type"] = "群組類型"
|
||||||
L["Grow"] = "增長"
|
L["Grow"] = "增長"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Gruul the Dragonkiller"] = "Gruul the Dragonkiller"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Gruul's Lair"] = "Gruul's Lair"
|
||||||
L["GTFO Alert"] = "GTFO 警示"
|
L["GTFO Alert"] = "GTFO 警示"
|
||||||
L["Guardian"] = "守護者"
|
L["Guardian"] = "守護者"
|
||||||
L["Guild"] = "公會"
|
L["Guild"] = "公會"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Gurtogg Bloodboil"] = "Gurtogg Bloodboil"
|
||||||
L["Hakkar"] = "哈卡"
|
L["Hakkar"] = "哈卡"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Halazzi"] = "Halazzi"
|
||||||
L["Hardcore"] = "專家模式"
|
L["Hardcore"] = "專家模式"
|
||||||
L["Has Target"] = "有目標"
|
L["Has Target"] = "有目標"
|
||||||
L["Has Vehicle UI"] = "有載具介面"
|
L["Has Vehicle UI"] = "有載具介面"
|
||||||
@@ -626,15 +663,23 @@ L["Heigan the Unclean"] = "『骯髒者』海根"
|
|||||||
L["Height"] = "高度"
|
L["Height"] = "高度"
|
||||||
L["Hero Talent"] = "英雄天賦"
|
L["Hero Talent"] = "英雄天賦"
|
||||||
L["Heroic Party"] = "英雄隊伍"
|
L["Heroic Party"] = "英雄隊伍"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Hex Lord Malacrass"] = "Hex Lord Malacrass"
|
||||||
L["Hide"] = "隱藏"
|
L["Hide"] = "隱藏"
|
||||||
L["Hide 0 cooldowns"] = "隱藏 0 冷卻"
|
L["Hide 0 cooldowns"] = "隱藏 0 冷卻"
|
||||||
L["Hide Timer Text"] = "隱藏時間數字"
|
L["Hide Timer Text"] = "隱藏時間數字"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["High Astromancer Solarian"] = "High Astromancer Solarian"
|
||||||
L["High Damage"] = "高傷害"
|
L["High Damage"] = "高傷害"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["High King Maulgar"] = "High King Maulgar"
|
||||||
L["High Priest Thekal"] = "高階祭司塞卡爾"
|
L["High Priest Thekal"] = "高階祭司塞卡爾"
|
||||||
L["High Priest Venoxis"] = "高階祭司溫諾希斯"
|
L["High Priest Venoxis"] = "高階祭司溫諾希斯"
|
||||||
L["High Priestess Arlokk"] = "哈卡萊先知"
|
L["High Priestess Arlokk"] = "哈卡萊先知"
|
||||||
L["High Priestess Jeklik"] = "高階祭司耶克里克"
|
L["High Priestess Jeklik"] = "高階祭司耶克里克"
|
||||||
L["High Priestess Mar'li"] = "哈卡萊安魂者"
|
L["High Priestess Mar'li"] = "哈卡萊安魂者"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["High Warlord Naj'entus"] = "High Warlord Naj'entus"
|
||||||
L["Higher Than Tank"] = "高於坦克"
|
L["Higher Than Tank"] = "高於坦克"
|
||||||
L["Highest Spell Id"] = "最高的法術 ID"
|
L["Highest Spell Id"] = "最高的法術 ID"
|
||||||
L["Hit (%)"] = "命中 (%)"
|
L["Hit (%)"] = "命中 (%)"
|
||||||
@@ -646,6 +691,8 @@ L["Hostile"] = "敵對"
|
|||||||
L["Hostility"] = "敵對"
|
L["Hostility"] = "敵對"
|
||||||
L["Humanoid"] = "人形態"
|
L["Humanoid"] = "人形態"
|
||||||
L["Hybrid"] = "混合"
|
L["Hybrid"] = "混合"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Hydross the Unstable"] = "Hydross the Unstable"
|
||||||
L["Icon"] = "圖示"
|
L["Icon"] = "圖示"
|
||||||
L["Icon Function"] = "圖示功能"
|
L["Icon Function"] = "圖示功能"
|
||||||
L["Icon Function (fallback state)"] = "圖示函數 (備用狀態)"
|
L["Icon Function (fallback state)"] = "圖示函數 (備用狀態)"
|
||||||
@@ -659,6 +706,8 @@ L["Ignore Rune CDs"] = "忽略符文冷卻"
|
|||||||
L["Ignore Self"] = "忽略自己"
|
L["Ignore Self"] = "忽略自己"
|
||||||
L["Ignore Spell Cooldown/Charges"] = "忽略法術冷卻/充能"
|
L["Ignore Spell Cooldown/Charges"] = "忽略法術冷卻/充能"
|
||||||
L["Ignore Spell Override"] = "忽略法術覆蓋"
|
L["Ignore Spell Override"] = "忽略法術覆蓋"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Illidan Stormrage"] = "Illidan Stormrage"
|
||||||
L["Immune"] = "免疫"
|
L["Immune"] = "免疫"
|
||||||
L["Important"] = "重要"
|
L["Important"] = "重要"
|
||||||
L["Importing will start after combat ends."] = "匯入將在戰鬥結束後開始。"
|
L["Importing will start after combat ends."] = "匯入將在戰鬥結束後開始。"
|
||||||
@@ -729,12 +778,26 @@ L["Item Slot String"] = "物品欄位文字字串"
|
|||||||
L["Item Type"] = "物品類型"
|
L["Item Type"] = "物品類型"
|
||||||
L["Item Type Equipped"] = "已裝備的物品類型"
|
L["Item Type Equipped"] = "已裝備的物品類型"
|
||||||
L["ItemId"] = "物品編號"
|
L["ItemId"] = "物品編號"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Jan'alai"] = "Jan'alai"
|
||||||
L["Jin'do the Hexxer"] = "『妖術師』金度"
|
L["Jin'do the Hexxer"] = "『妖術師』金度"
|
||||||
L["Journal Stage"] = "日誌階段"
|
L["Journal Stage"] = "日誌階段"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Kael'thas Sunstrider"] = "Kael'thas Sunstrider"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Kalecgos"] = "Kalecgos"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Karazhan"] = "Karazhan"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Kaz'rogal"] = "Kaz'rogal"
|
||||||
L["Kazzak"] = "卡札克"
|
L["Kazzak"] = "卡札克"
|
||||||
L["Keep Inside"] = "保持在內"
|
L["Keep Inside"] = "保持在內"
|
||||||
L["Kel'Thuzad"] = "克爾蘇加德"
|
L["Kel'Thuzad"] = "克爾蘇加德"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Kil'jaeden"] = "Kil'jaeden"
|
||||||
L["Kurinnaxx"] = "庫林納克斯"
|
L["Kurinnaxx"] = "庫林納克斯"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Lady Vashj"] = "Lady Vashj"
|
||||||
L["Large"] = "大"
|
L["Large"] = "大"
|
||||||
L["Latency"] = "延遲"
|
L["Latency"] = "延遲"
|
||||||
L["Leader"] = "隊長"
|
L["Leader"] = "隊長"
|
||||||
@@ -753,6 +816,8 @@ L["Legacy RGB Gradient"] = "舊的 RGB 漸層"
|
|||||||
L["Legacy RGB Gradient Pulse"] = "舊的 RGB 漸層脈衝"
|
L["Legacy RGB Gradient Pulse"] = "舊的 RGB 漸層脈衝"
|
||||||
L["Legion"] = "軍臨天下"
|
L["Legion"] = "軍臨天下"
|
||||||
L["Length"] = "長度"
|
L["Length"] = "長度"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Leotheras the Blind"] = "Leotheras the Blind"
|
||||||
L["Level"] = "等級"
|
L["Level"] = "等級"
|
||||||
L["LibSharedMedia"] = "LibSharedMedia"
|
L["LibSharedMedia"] = "LibSharedMedia"
|
||||||
L["Lillian Voss"] = "莉莉安‧佛斯"
|
L["Lillian Voss"] = "莉莉安‧佛斯"
|
||||||
@@ -769,8 +834,7 @@ L["Loot Specialization"] = "拾取專精"
|
|||||||
L["Loot Specialization Id"] = "拾取專精ID"
|
L["Loot Specialization Id"] = "拾取專精ID"
|
||||||
L["Loot Specialization Name"] = "拾取專精名稱"
|
L["Loot Specialization Name"] = "拾取專精名稱"
|
||||||
L["Lord Kazzak"] = "卡札克領主"
|
L["Lord Kazzak"] = "卡札克領主"
|
||||||
--[[Translation missing --]]
|
L["Lorewalking"] = "故事漫遊"
|
||||||
L["Lorewalking"] = "Lorewalking"
|
|
||||||
L["Lost"] = "失去"
|
L["Lost"] = "失去"
|
||||||
L["Low Damage"] = "低傷害"
|
L["Low Damage"] = "低傷害"
|
||||||
L["Lower Than Tank"] = "低於坦克"
|
L["Lower Than Tank"] = "低於坦克"
|
||||||
@@ -781,6 +845,12 @@ L["Lucifron"] = "魯西弗隆"
|
|||||||
L["Maexxna"] = "梅克絲娜"
|
L["Maexxna"] = "梅克絲娜"
|
||||||
L["Magic"] = "魔法"
|
L["Magic"] = "魔法"
|
||||||
L["Magmadar"] = "瑪格曼達"
|
L["Magmadar"] = "瑪格曼達"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Magtheridon"] = "Magtheridon"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Magtheridon's Lair"] = "Magtheridon's Lair"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Maiden of Virtue"] = "Maiden of Virtue"
|
||||||
L["Main Character"] = "主要角色"
|
L["Main Character"] = "主要角色"
|
||||||
L["Main Stat"] = "主屬性"
|
L["Main Stat"] = "主屬性"
|
||||||
L["Majordomo Executus"] = "管理者埃克索圖斯"
|
L["Majordomo Executus"] = "管理者埃克索圖斯"
|
||||||
@@ -790,8 +860,7 @@ L["Manual Icon"] = "手動圖示"
|
|||||||
L["Manual Rotation"] = "手動旋轉"
|
L["Manual Rotation"] = "手動旋轉"
|
||||||
L["Marked First"] = "標記為第一個"
|
L["Marked First"] = "標記為第一個"
|
||||||
L["Marked Last"] = "標記為最後一個"
|
L["Marked Last"] = "標記為最後一個"
|
||||||
--[[Translation missing --]]
|
L["Mason"] = "曼森"
|
||||||
L["Mason"] = "Mason"
|
|
||||||
L["Master"] = "主聲道"
|
L["Master"] = "主聲道"
|
||||||
L["Mastery (%)"] = "精通 (%)"
|
L["Mastery (%)"] = "精通 (%)"
|
||||||
L["Mastery Rating"] = "精通分數"
|
L["Mastery Rating"] = "精通分數"
|
||||||
@@ -844,13 +913,23 @@ L["Monster Say"] = "怪物一般說話"
|
|||||||
L["Monster Whisper"] = "怪物悄悄話"
|
L["Monster Whisper"] = "怪物悄悄話"
|
||||||
L["Monster Yell"] = "怪物大喊"
|
L["Monster Yell"] = "怪物大喊"
|
||||||
L["Moon"] = "月亮"
|
L["Moon"] = "月亮"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Moroes"] = "Moroes"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Morogrim Tidewalker"] = "Morogrim Tidewalker"
|
||||||
L["Most remaining time"] = "最大剩餘時間"
|
L["Most remaining time"] = "最大剩餘時間"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Mother Shahraz"] = "Mother Shahraz"
|
||||||
L["Mounted"] = "在坐騎"
|
L["Mounted"] = "在坐騎"
|
||||||
L["Mouse Cursor"] = "滑鼠游標"
|
L["Mouse Cursor"] = "滑鼠游標"
|
||||||
L["Movement Speed Rating"] = "移動速度分數"
|
L["Movement Speed Rating"] = "移動速度分數"
|
||||||
L["Multi-target"] = "多目標"
|
L["Multi-target"] = "多目標"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["M'uru"] = "M'uru"
|
||||||
L["Mythic Keystone"] = "傳奇鑰石"
|
L["Mythic Keystone"] = "傳奇鑰石"
|
||||||
L["Mythic+ Affix"] = "傳奇+ 詞綴"
|
L["Mythic+ Affix"] = "傳奇+ 詞綴"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Nalorakk"] = "Nalorakk"
|
||||||
L["Name"] = "名稱"
|
L["Name"] = "名稱"
|
||||||
L["Name Function"] = "名稱功能"
|
L["Name Function"] = "名稱功能"
|
||||||
L["Name Function (fallback state)"] = "名稱函數 (備用狀態)"
|
L["Name Function (fallback state)"] = "名稱函數 (備用狀態)"
|
||||||
@@ -865,10 +944,14 @@ L["Names of unaffected Players"] = "未受影響玩家的名字"
|
|||||||
L["Nature Resistance"] = "自然抗性"
|
L["Nature Resistance"] = "自然抗性"
|
||||||
L["Naxxramas"] = "納克薩瑪斯"
|
L["Naxxramas"] = "納克薩瑪斯"
|
||||||
L["Nefarian"] = "奈法利安"
|
L["Nefarian"] = "奈法利安"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Netherspite"] = "Netherspite"
|
||||||
L["Neutral"] = "中立"
|
L["Neutral"] = "中立"
|
||||||
L["Never"] = "永不"
|
L["Never"] = "永不"
|
||||||
L["Next Combat"] = "下一場戰鬥"
|
L["Next Combat"] = "下一場戰鬥"
|
||||||
L["Next Encounter"] = "下一場首領戰"
|
L["Next Encounter"] = "下一場首領戰"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Nightbane"] = "Nightbane"
|
||||||
L[ [=[No active boss mod addon detected.
|
L[ [=[No active boss mod addon detected.
|
||||||
|
|
||||||
Note: This trigger will use BigWigs or DBM, in that order if both are installed.]=] ] = "沒偵測到啟用的首領提醒插件。注意:如果安裝了 BigWigs 或 DBM,則此觸發器將按此順序使用。"
|
Note: This trigger will use BigWigs or DBM, in that order if both are installed.]=] ] = "沒偵測到啟用的首領提醒插件。注意:如果安裝了 BigWigs 或 DBM,則此觸發器將按此順序使用。"
|
||||||
@@ -964,6 +1047,8 @@ L["Only if on a different realm"] = "只有在不同的伺服器群組"
|
|||||||
L["Only if Primary"] = "只有為主要時"
|
L["Only if Primary"] = "只有為主要時"
|
||||||
L["Onyxia"] = "奧妮克希亞"
|
L["Onyxia"] = "奧妮克希亞"
|
||||||
L["Opaque"] = "不透明"
|
L["Opaque"] = "不透明"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Opera Hall"] = "Opera Hall"
|
||||||
L["Option Group"] = "選項群組"
|
L["Option Group"] = "選項群組"
|
||||||
L["Options could not be loaded, the addon is %s"] = "選項無法載入,此插件為 %s"
|
L["Options could not be loaded, the addon is %s"] = "選項無法載入,此插件為 %s"
|
||||||
L["Options will finish loading after combat ends."] = "設定選項會在戰鬥結束後載入完成。"
|
L["Options will finish loading after combat ends."] = "設定選項會在戰鬥結束後載入完成。"
|
||||||
@@ -1038,6 +1123,8 @@ L["Power Type"] = "能量類型"
|
|||||||
L["Precision"] = "精確度"
|
L["Precision"] = "精確度"
|
||||||
L["Preset"] = "預設"
|
L["Preset"] = "預設"
|
||||||
L["Primary Stats"] = "主要屬性"
|
L["Primary Stats"] = "主要屬性"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Prince Malchezaar"] = "Prince Malchezaar"
|
||||||
L["Princess Huhuran"] = "哈霍蘭公主"
|
L["Princess Huhuran"] = "哈霍蘭公主"
|
||||||
L["Print Profiling Results"] = "顯示分析結果"
|
L["Print Profiling Results"] = "顯示分析結果"
|
||||||
L["Proc Glow"] = "觸發光暈"
|
L["Proc Glow"] = "觸發光暈"
|
||||||
@@ -1064,6 +1151,8 @@ L["Quantity earned this week"] = "本週獲取數量"
|
|||||||
L["Quest Party"] = "任務隊伍"
|
L["Quest Party"] = "任務隊伍"
|
||||||
L["Queued Action"] = "等待中的動作"
|
L["Queued Action"] = "等待中的動作"
|
||||||
L["Radius"] = "範圍"
|
L["Radius"] = "範圍"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Rage Winterchill"] = "Rage Winterchill"
|
||||||
L["Ragnaros"] = "拉格納羅斯"
|
L["Ragnaros"] = "拉格納羅斯"
|
||||||
L["Raid"] = "團隊"
|
L["Raid"] = "團隊"
|
||||||
L["Raid (Heroic)"] = "團隊 (英雄)"
|
L["Raid (Heroic)"] = "團隊 (英雄)"
|
||||||
@@ -1099,6 +1188,8 @@ L["Region type %s not supported"] = "不支援區域類型 %s"
|
|||||||
L["Relative"] = "相對"
|
L["Relative"] = "相對"
|
||||||
L["Relative X-Offset"] = "相對水平位移"
|
L["Relative X-Offset"] = "相對水平位移"
|
||||||
L["Relative Y-Offset"] = "相對垂直位移"
|
L["Relative Y-Offset"] = "相對垂直位移"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Reliquary of Souls"] = "Reliquary of Souls"
|
||||||
L["Remaining Duration"] = "剩餘持續時間"
|
L["Remaining Duration"] = "剩餘持續時間"
|
||||||
L["Remaining Time"] = "剩餘時間"
|
L["Remaining Time"] = "剩餘時間"
|
||||||
L["Remove Obsolete Auras"] = "移除過時的提醒效果"
|
L["Remove Obsolete Auras"] = "移除過時的提醒效果"
|
||||||
@@ -1156,8 +1247,7 @@ L["Rune Count - Unholy"] = "符文計數 - 穢邪"
|
|||||||
L["Sapphiron"] = "薩菲隆"
|
L["Sapphiron"] = "薩菲隆"
|
||||||
L["Say"] = "說"
|
L["Say"] = "說"
|
||||||
L["Scale"] = "縮放大小"
|
L["Scale"] = "縮放大小"
|
||||||
--[[Translation missing --]]
|
L["Scarlet Enclave"] = "血色領區"
|
||||||
L["Scarlet Enclave"] = "Scarlet Enclave"
|
|
||||||
L["Scenario"] = "事件"
|
L["Scenario"] = "事件"
|
||||||
L["Scenario (Heroic)"] = "事件 (英雄)"
|
L["Scenario (Heroic)"] = "事件 (英雄)"
|
||||||
L["Scenario (Normal)"] = "事件 (普通)"
|
L["Scenario (Normal)"] = "事件 (普通)"
|
||||||
@@ -1178,6 +1268,13 @@ L["Set IDs can be found on websites such as wowhead.com/cata/item-sets"] = "套
|
|||||||
L["Set IDs can be found on websites such as wowhead.com/classic/item-sets"] = "可以在 wowhead.com/classic/item-sets 等網站上找到 Set ID"
|
L["Set IDs can be found on websites such as wowhead.com/classic/item-sets"] = "可以在 wowhead.com/classic/item-sets 等網站上找到 Set ID"
|
||||||
L["Set IDs can be found on websites such as wowhead.com/item-sets"] = "可以在網站上找到套裝 ID,例如 wowhead.com/item-sets"
|
L["Set IDs can be found on websites such as wowhead.com/item-sets"] = "可以在網站上找到套裝 ID,例如 wowhead.com/item-sets"
|
||||||
L["Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"] = "可以在 wowhead.com/mop-classic/item-sets 等網站上找到 Set ID"
|
L["Set IDs can be found on websites such as wowhead.com/mop-classic/item-sets"] = "可以在 wowhead.com/mop-classic/item-sets 等網站上找到 Set ID"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Set IDs can be found on websites such as wowhead.com/tbc/item-sets"] = "Set IDs can be found on websites such as wowhead.com/tbc/item-sets"
|
||||||
|
L["Set IDs can be found on websites such as wowhead.com/wotlk/item-sets"] = "套裝ID可在 wowhead.com/wotlk/item-sets 等網站上找到"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Shade of Akama"] = "Shade of Akama"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Shade of Aran"] = "Shade of Aran"
|
||||||
L["Shadow Resistance"] = "暗影抗性"
|
L["Shadow Resistance"] = "暗影抗性"
|
||||||
L["Shadowlands"] = "暗影之境"
|
L["Shadowlands"] = "暗影之境"
|
||||||
L["Shake"] = "震動"
|
L["Shake"] = "震動"
|
||||||
@@ -1320,6 +1417,8 @@ Entries can be prefixed with '-' to negate.]=] ] = [=[支援輸入多個項目
|
|||||||
支援 https://wago.tools/db2/AreaTable 中以 'a' 開頭的區域 ID。
|
支援 https://wago.tools/db2/AreaTable 中以 'a' 開頭的區域 ID。
|
||||||
支援以 'i' 開頭的副本 ID。
|
支援以 'i' 開頭的副本 ID。
|
||||||
項目前面可以加上 '-' 來表示否定。]=]
|
項目前面可以加上 '-' 來表示否定。]=]
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Supremus"] = "Supremus"
|
||||||
L["Swing"] = "揮動"
|
L["Swing"] = "揮動"
|
||||||
L["Swing Timer"] = "揮擊計時條"
|
L["Swing Timer"] = "揮擊計時條"
|
||||||
L["Swipe"] = "轉圈"
|
L["Swipe"] = "轉圈"
|
||||||
@@ -1338,6 +1437,12 @@ L["Tanking And Highest"] = "坦怪中並且是最高"
|
|||||||
L["Tanking But Not Highest"] = "坦怪中但不是最高"
|
L["Tanking But Not Highest"] = "坦怪中但不是最高"
|
||||||
L["Target"] = "目標"
|
L["Target"] = "目標"
|
||||||
L["Targeted"] = "當前目標"
|
L["Targeted"] = "當前目標"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Tempest Keep"] = "Tempest Keep"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Terestian Illhoof"] = "Terestian Illhoof"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Teron Gorefiend"] = "Teron Gorefiend"
|
||||||
L["Tertiary Stats"] = "第三屬性"
|
L["Tertiary Stats"] = "第三屬性"
|
||||||
L["Test if bar is enabled in BigWigs settings"] = "測試 BigWigs 設定中是否已啟用進度條"
|
L["Test if bar is enabled in BigWigs settings"] = "測試 BigWigs 設定中是否已啟用進度條"
|
||||||
L["Test if bar is enabled in Boss Mod addon settings"] = "測試首領模組插件的設定中是否已啟用進度條"
|
L["Test if bar is enabled in Boss Mod addon settings"] = "測試首領模組插件的設定中是否已啟用進度條"
|
||||||
@@ -1353,10 +1458,20 @@ L["Texture Rotation"] = "材質旋轉"
|
|||||||
L["Thaddius"] = "泰迪斯"
|
L["Thaddius"] = "泰迪斯"
|
||||||
L["The aura has overwritten the global '%s', this might affect other auras."] = "這個提醒效果會覆蓋全域的 '%s',將會影響其他提醒效果。"
|
L["The aura has overwritten the global '%s', this might affect other auras."] = "這個提醒效果會覆蓋全域的 '%s',將會影響其他提醒效果。"
|
||||||
L["The aura tried to overwrite the aura_env global, which is not allowed."] = "提醒效果嘗試覆寫 aura_env 全域變數,這是不被允許的。"
|
L["The aura tried to overwrite the aura_env global, which is not allowed."] = "提醒效果嘗試覆寫 aura_env 全域變數,這是不被允許的。"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["The Battle for Mount Hyjal"] = "The Battle for Mount Hyjal"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["The Curator"] = "The Curator"
|
||||||
L["The effective level differs from the level in e.g. Time Walking dungeons."] = "真實等級和等級 (例如: 時光漫遊的) 不同。"
|
L["The effective level differs from the level in e.g. Time Walking dungeons."] = "真實等級和等級 (例如: 時光漫遊的) 不同。"
|
||||||
L["The Four Horsemen"] = "四騎士"
|
L["The Four Horsemen"] = "四騎士"
|
||||||
L["The 'ID' value can be found in the BigWigs options of a specific spell"] = "此 'ID' 值可以在 BigWigs 選項的特殊法術中找到"
|
L["The 'ID' value can be found in the BigWigs options of a specific spell"] = "此 'ID' 值可以在 BigWigs 選項的特殊法術中找到"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["The Illidari Council"] = "The Illidari Council"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["The Lurker Below"] = "The Lurker Below"
|
||||||
L["The Prophet Skeram"] = "預言者斯克拉姆"
|
L["The Prophet Skeram"] = "預言者斯克拉姆"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["The Sunwell Plateau"] = "The Sunwell Plateau"
|
||||||
L["The total quantity a warband character can transfer after paying the transfer cost"] = "戰隊角色支付轉移費用後可轉移的總數量"
|
L["The total quantity a warband character can transfer after paying the transfer cost"] = "戰隊角色支付轉移費用後可轉移的總數量"
|
||||||
L["The total quantity after transferring everything to your current character and paying the transfer cost"] = "將所有物品轉移至當前角色並支付轉移費用後的總數量"
|
L["The total quantity after transferring everything to your current character and paying the transfer cost"] = "將所有物品轉移至當前角色並支付轉移費用後的總數量"
|
||||||
L["The War Within"] = "地心之戰"
|
L["The War Within"] = "地心之戰"
|
||||||
@@ -1388,6 +1503,7 @@ L["Timed"] = "計時"
|
|||||||
L["Timed Progress"] = "計時進度"
|
L["Timed Progress"] = "計時進度"
|
||||||
L["Timer"] = "計時條"
|
L["Timer"] = "計時條"
|
||||||
L["Timer Id"] = "計時條 ID"
|
L["Timer Id"] = "計時條 ID"
|
||||||
|
L["Titan Reforged"] = "泰坦重鑄"
|
||||||
L["Toggle"] = "勾選方塊"
|
L["Toggle"] = "勾選方塊"
|
||||||
L["Toggle List"] = "勾選方塊清單"
|
L["Toggle List"] = "勾選方塊清單"
|
||||||
L["Toggle Options Window"] = "切換顯示設定選項視窗"
|
L["Toggle Options Window"] = "切換顯示設定選項視窗"
|
||||||
@@ -1478,12 +1594,15 @@ L["Uses UnitInRange() to check if in range. Matches default raid frames out of r
|
|||||||
L["Using WeakAuras.clones is deprecated. Use WeakAuras.GetRegion(id, cloneId) instead."] = "WeakAuras.clones 已經被移除,請改用 WeakAuras.GetRegion(id, cloneId)。"
|
L["Using WeakAuras.clones is deprecated. Use WeakAuras.GetRegion(id, cloneId) instead."] = "WeakAuras.clones 已經被移除,請改用 WeakAuras.GetRegion(id, cloneId)。"
|
||||||
L["Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."] = "WeakAuras.regions 已經被移除,請改用 WeakAuras.GetRegion(id)。"
|
L["Using WeakAuras.regions is deprecated. Use WeakAuras.GetRegion(id) instead."] = "WeakAuras.regions 已經被移除,請改用 WeakAuras.GetRegion(id)。"
|
||||||
L["Vaelastrasz the Corrupt"] = "墮落的瓦拉斯塔茲"
|
L["Vaelastrasz the Corrupt"] = "墮落的瓦拉斯塔茲"
|
||||||
|
L["Vault of Archavon"] = "亞夏梵穹殿"
|
||||||
L["Versatility (%)"] = "臨機應變 (%)"
|
L["Versatility (%)"] = "臨機應變 (%)"
|
||||||
L["Versatility Rating"] = "臨機應變分數"
|
L["Versatility Rating"] = "臨機應變分數"
|
||||||
L["Vertical"] = "垂直"
|
L["Vertical"] = "垂直"
|
||||||
L["Viscidus"] = "維希度斯"
|
L["Viscidus"] = "維希度斯"
|
||||||
L["Visibility"] = "顯示"
|
L["Visibility"] = "顯示"
|
||||||
L["Visions of N'Zoth"] = "恩若司的幻象"
|
L["Visions of N'Zoth"] = "恩若司的幻象"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Void Reaver"] = "Void Reaver"
|
||||||
L["Warband Quantity Total"] = "戰隊數量總計"
|
L["Warband Quantity Total"] = "戰隊數量總計"
|
||||||
L["Warband Transfer Percentage"] = "戰隊轉移百分比"
|
L["Warband Transfer Percentage"] = "戰隊轉移百分比"
|
||||||
L["Warband Transferred Quantity"] = "戰隊轉移數量"
|
L["Warband Transferred Quantity"] = "戰隊轉移數量"
|
||||||
@@ -1538,5 +1657,7 @@ L["Zone ID"] = "區域 ID"
|
|||||||
L["Zone Name"] = "區域名稱"
|
L["Zone Name"] = "區域名稱"
|
||||||
L["Zoom"] = "縮放"
|
L["Zoom"] = "縮放"
|
||||||
L["Zoom Animation"] = "縮放動畫"
|
L["Zoom Animation"] = "縮放動畫"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Zul'Aman"] = "Zul'Aman"
|
||||||
L["Zul'Gurub"] = "祖爾格拉布"
|
L["Zul'Gurub"] = "祖爾格拉布"
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ local ceil = ceil
|
|||||||
-- WoW APIs
|
-- WoW APIs
|
||||||
local GetTalentInfo = GetTalentInfo
|
local GetTalentInfo = GetTalentInfo
|
||||||
local UnitClass = UnitClass
|
local UnitClass = UnitClass
|
||||||
local GetSpellInfo, GetItemInfo, GetItemCount, GetItemIcon = GetSpellInfo, GetItemInfo, GetItemCount, GetItemIcon
|
local GetSpellInfo, GetItemInfo, GetItemIcon = GetSpellInfo, GetItemInfo, GetItemIcon
|
||||||
local GetShapeshiftFormInfo, GetShapeshiftForm = GetShapeshiftFormInfo, GetShapeshiftForm
|
local GetShapeshiftFormInfo, GetShapeshiftForm = GetShapeshiftFormInfo, GetShapeshiftForm
|
||||||
local GetRuneCooldown, UnitCastingInfo, UnitChannelInfo = GetRuneCooldown, UnitCastingInfo, UnitChannelInfo
|
local GetRuneCooldown, UnitCastingInfo, UnitChannelInfo = GetRuneCooldown, UnitCastingInfo, UnitChannelInfo
|
||||||
local UnitDetailedThreatSituation = UnitDetailedThreatSituation
|
local UnitDetailedThreatSituation = UnitDetailedThreatSituation
|
||||||
@@ -85,6 +85,9 @@ function WeakAuras.UnitDetailedThreatSituation(unit1, unit2)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
WeakAuras.UnitCastingInfo = UnitCastingInfo
|
||||||
|
WeakAuras.UnitChannelInfo = UnitChannelInfo
|
||||||
|
|
||||||
local constants = {
|
local constants = {
|
||||||
nameRealmFilterDesc = L[" Filter formats: 'Name', 'Name-Realm', '-Realm'. \n\nSupports multiple entries, separated by commas\nCan use \\ to escape -."],
|
nameRealmFilterDesc = L[" Filter formats: 'Name', 'Name-Realm', '-Realm'. \n\nSupports multiple entries, separated by commas\nCan use \\ to escape -."],
|
||||||
instanceFilterDeprecated = L["This filter has been moved to the Location trigger. Change your aura to use the new Location trigger or join the WeakAuras Discord server for help."],
|
instanceFilterDeprecated = L["This filter has been moved to the Location trigger. Change your aura to use the new Location trigger or join the WeakAuras Discord server for help."],
|
||||||
@@ -572,7 +575,7 @@ function WeakAuras.CheckTalentByIndex(index, extraOption)
|
|||||||
else
|
else
|
||||||
-- Talent doesn't exist; ignore it
|
-- Talent doesn't exist; ignore it
|
||||||
-- Should be cleared if missing, but struc doesn't exist yet
|
-- Should be cleared if missing, but struc doesn't exist yet
|
||||||
return true
|
return extraOption ~= 5
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
local result = rank and rank > 0
|
local result = rank and rank > 0
|
||||||
@@ -1108,7 +1111,7 @@ Private.load_prototype = {
|
|||||||
display = L["Spell Known"],
|
display = L["Spell Known"],
|
||||||
type = "spell",
|
type = "spell",
|
||||||
test = "WeakAuras.IsSpellKnownForLoad(%s, %s)",
|
test = "WeakAuras.IsSpellKnownForLoad(%s, %s)",
|
||||||
events = {"SPELLS_CHANGED", "UNIT_PET"},
|
events = {"SPELLS_CHANGED", "UNIT_PET", "PLAYER_TALENT_UPDATE"},
|
||||||
showExactOption = true
|
showExactOption = true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -8065,6 +8068,10 @@ Private.event_prototypes = {
|
|||||||
if trigger.use_pvpflagged ~= nil or trigger.use_afk ~= nil then
|
if trigger.use_pvpflagged ~= nil or trigger.use_afk ~= nil then
|
||||||
tinsert(events, "PLAYER_FLAGS_CHANGED")
|
tinsert(events, "PLAYER_FLAGS_CHANGED")
|
||||||
end
|
end
|
||||||
|
if trigger.use_pvpflagged ~= nil then
|
||||||
|
tinsert(events, "UNIT_FACTION")
|
||||||
|
tinsert(events, "ZONE_CHANGED")
|
||||||
|
end
|
||||||
if trigger.use_alive ~= nil then
|
if trigger.use_alive ~= nil then
|
||||||
tinsert(events, "PLAYER_DEAD")
|
tinsert(events, "PLAYER_DEAD")
|
||||||
tinsert(events, "PLAYER_ALIVE")
|
tinsert(events, "PLAYER_ALIVE")
|
||||||
@@ -8160,7 +8167,7 @@ Private.event_prototypes = {
|
|||||||
name = "pvpflagged",
|
name = "pvpflagged",
|
||||||
display = L["PvP Flagged"],
|
display = L["PvP Flagged"],
|
||||||
type = "tristate",
|
type = "tristate",
|
||||||
init = "UnitIsPVP('player')",
|
init = "UnitIsPVP('player') or UnitIsPVPFreeForAll('player')",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "alive",
|
name = "alive",
|
||||||
|
|||||||
@@ -23,10 +23,8 @@ local UnitInVehicle, UnitHasVehicleUI, UnitIsUnit, UnitIsDeadOrGhost
|
|||||||
= UnitInVehicle, UnitHasVehicleUI, UnitIsUnit, UnitIsDeadOrGhost
|
= UnitInVehicle, UnitHasVehicleUI, UnitIsUnit, UnitIsDeadOrGhost
|
||||||
local SendChatMessage, UnitInBattleground
|
local SendChatMessage, UnitInBattleground
|
||||||
= SendChatMessage, UnitInBattleground
|
= SendChatMessage, UnitInBattleground
|
||||||
local GetTime, UpdateAddOnCPUUsage, GetFrameCPUUsage, debugprofilestop
|
local GetTime, UpdateAddOnCPUUsage, GetFrameCPUUsage, debugprofilestop, MAX_BOSS_FRAMES
|
||||||
= GetTime, UpdateAddOnCPUUsage, GetFrameCPUUsage, debugprofilestop
|
= GetTime, UpdateAddOnCPUUsage, GetFrameCPUUsage, debugprofilestop, MAX_BOSS_FRAMES or 5
|
||||||
local GetNumTalentTabs, GetNumTalents, MAX_NUM_TALENTS, MAX_BOSS_FRAMES
|
|
||||||
= GetNumTalentTabs, GetNumTalents, MAX_NUM_TALENTS or 40, MAX_BOSS_FRAMES or 5
|
|
||||||
local CreateFrame, IsShiftKeyDown, GetScreenWidth, GetScreenHeight, GetCursorPosition
|
local CreateFrame, IsShiftKeyDown, GetScreenWidth, GetScreenHeight, GetCursorPosition
|
||||||
= CreateFrame, IsShiftKeyDown, GetScreenWidth, GetScreenHeight, GetCursorPosition
|
= CreateFrame, IsShiftKeyDown, GetScreenWidth, GetScreenHeight, GetCursorPosition
|
||||||
local debugstack, wipe, GetSpellInfo = debugstack, wipe, GetSpellInfo
|
local debugstack, wipe, GetSpellInfo = debugstack, wipe, GetSpellInfo
|
||||||
@@ -42,7 +40,7 @@ LibStub("AceTimer-3.0"):Embed(WeakAurasTimers)
|
|||||||
|
|
||||||
WeakAuras.LGT = LibStub("LibGroupTalents-1.0") or {
|
WeakAuras.LGT = LibStub("LibGroupTalents-1.0") or {
|
||||||
GetUnitTalentSpec = function(_) end,
|
GetUnitTalentSpec = function(_) end,
|
||||||
GetUnitRole = function(_) end
|
GetUnitRole = function(_) end,
|
||||||
}
|
}
|
||||||
|
|
||||||
Private.maxTimerDuration = 604800; -- A week, in seconds
|
Private.maxTimerDuration = 604800; -- A week, in seconds
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
## Interface: 30300
|
## Interface: 30300
|
||||||
## Title: WeakAuras
|
## Title: WeakAuras
|
||||||
## Author: The WeakAuras Team
|
## Author: The WeakAuras Team
|
||||||
## Version: 5.20.7
|
## Version: 5.21.0
|
||||||
## IconTexture: Interface\AddOns\WeakAuras\Media\Textures\icon.blp
|
## IconTexture: Interface\AddOns\WeakAuras\Media\Textures\icon.blp
|
||||||
## X-Flavor: 3.3.5
|
## X-Flavor: 3.3.5
|
||||||
## Notes: A powerful, comprehensive utility for displaying graphics and information based on buffs, debuffs, and other triggers.
|
## Notes: A powerful, comprehensive utility for displaying graphics and information based on buffs, debuffs, and other triggers.
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
## Interface: 30300
|
## Interface: 30300
|
||||||
## Title: WeakAuras Archive
|
## Title: WeakAuras Archive
|
||||||
|
## Author: The WeakAuras Team
|
||||||
|
## Version: 5.21.0
|
||||||
## X-IconTexture: Interface\AddOns\WeakAuras\Media\WeakAurasLogo
|
## X-IconTexture: Interface\AddOns\WeakAuras\Media\WeakAurasLogo
|
||||||
## LoadOnDemand: 1
|
## LoadOnDemand: 1
|
||||||
## SavedVariables: WeakAurasArchive
|
## SavedVariables: WeakAurasArchive
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
## Interface: 30300
|
## Interface: 30300
|
||||||
## Title: WeakAuras Model Paths
|
## Title: WeakAuras Model Paths
|
||||||
## Author: The WeakAuras Team
|
## Author: The WeakAuras Team
|
||||||
## Version: 5.20.7
|
## Version: 5.21.0
|
||||||
|
## IconTexture: Interface\AddOns\WeakAuras\Media\Textures\icon.blp
|
||||||
## Notes: Model paths for WeakAuras
|
## Notes: Model paths for WeakAuras
|
||||||
## Notes-esES: Las rutas de modelos para WeakAuras
|
## Notes-esES: Las rutas de modelos para WeakAuras
|
||||||
## Notes-esMX: Las rutas de modelos para WeakAuras
|
## Notes-esMX: Las rutas de modelos para WeakAuras
|
||||||
|
|||||||
@@ -1,6 +1,13 @@
|
|||||||
if not WeakAuras.IsLibsOK() then return end
|
local AddonName = ...
|
||||||
|
local OptionsPrivate = select(2, ...)
|
||||||
|
|
||||||
local widgetType, widgetVersion = "WeakAurasMiniTalent", 3
|
if not WeakAuras.IsLibsOK() then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
|
local keepOpenForReload = {}
|
||||||
|
|
||||||
|
local widgetType, widgetVersion = "WeakAurasMiniTalent", 5
|
||||||
local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
|
local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
|
||||||
if not AceGUI or (AceGUI:GetWidgetVersion(widgetType) or 0) >= widgetVersion then
|
if not AceGUI or (AceGUI:GetWidgetVersion(widgetType) or 0) >= widgetVersion then
|
||||||
return
|
return
|
||||||
@@ -160,11 +167,15 @@ local function TalentFrame_Update(self)
|
|||||||
local backgroundIndex = MAX_NUM_TALENTS * GetNumTalentTabs() + 1
|
local backgroundIndex = MAX_NUM_TALENTS * GetNumTalentTabs() + 1
|
||||||
for tab = 1, GetNumTalentTabs() do
|
for tab = 1, GetNumTalentTabs() do
|
||||||
local background = self.backgrounds[tab]
|
local background = self.backgrounds[tab]
|
||||||
local texture = self.list[backgroundIndex][tab]
|
local texture = self.list[backgroundIndex] and self.list[backgroundIndex][tab]
|
||||||
local base = "Interface\\TalentFrame\\" .. texture .. "-"
|
if texture then
|
||||||
background:SetTexture(base .. "TopLeft")
|
local base = "Interface\\TalentFrame\\" .. texture .. "-"
|
||||||
if self.open then
|
background:SetTexture(base .. "TopLeft")
|
||||||
background:Show()
|
if self.open then
|
||||||
|
background:Show()
|
||||||
|
else
|
||||||
|
background:Hide()
|
||||||
|
end
|
||||||
else
|
else
|
||||||
background:Hide()
|
background:Hide()
|
||||||
end
|
end
|
||||||
@@ -175,6 +186,7 @@ end
|
|||||||
local methods = {
|
local methods = {
|
||||||
OnAcquire = function(self)
|
OnAcquire = function(self)
|
||||||
self:SetDisabled(false)
|
self:SetDisabled(false)
|
||||||
|
self.acquired = true
|
||||||
end,
|
end,
|
||||||
|
|
||||||
OnRelease = function(self)
|
OnRelease = function(self)
|
||||||
@@ -182,6 +194,7 @@ local methods = {
|
|||||||
self:SetMultiselect(false)
|
self:SetMultiselect(false)
|
||||||
self.value = nil
|
self.value = nil
|
||||||
self.list = nil
|
self.list = nil
|
||||||
|
self.acquired = false
|
||||||
end,
|
end,
|
||||||
|
|
||||||
SetList = function(self, list)
|
SetList = function(self, list)
|
||||||
@@ -300,6 +313,30 @@ local function Constructor()
|
|||||||
end
|
end
|
||||||
talentFrame.obj = widget
|
talentFrame.obj = widget
|
||||||
|
|
||||||
|
local function OnBeforeReload()
|
||||||
|
if widget.acquired then
|
||||||
|
local user = widget:GetUserDataTable()
|
||||||
|
if user and user.path then
|
||||||
|
keepOpenForReload[user.path[#user.path]] = widget.open
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
local function OnAfterReload()
|
||||||
|
if widget.acquired then
|
||||||
|
local user = widget:GetUserDataTable()
|
||||||
|
if user and user.path then
|
||||||
|
if keepOpenForReload[user.path[#user.path]] then
|
||||||
|
widget:ToggleView(true)
|
||||||
|
keepOpenForReload[user.path[#user.path]] = nil
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
OptionsPrivate.Private.callbacks:RegisterCallback("BeforeReload", OnBeforeReload)
|
||||||
|
OptionsPrivate.Private.callbacks:RegisterCallback("AfterReload", OnAfterReload)
|
||||||
|
|
||||||
return AceGUI:RegisterAsWidget(widget)
|
return AceGUI:RegisterAsWidget(widget)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -4,50 +4,48 @@ local AddonName = ...
|
|||||||
local OptionsPrivate = select(2, ...)
|
local OptionsPrivate = select(2, ...)
|
||||||
|
|
||||||
OptionsPrivate.changelog = {
|
OptionsPrivate.changelog = {
|
||||||
versionString = '5.20.7',
|
versionString = '5.21.0',
|
||||||
dateString = '2025-11-27',
|
dateString = '2026-01-12',
|
||||||
fullChangeLogUrl = 'https://github.com/WeakAuras/WeakAuras2/compare/5.20.6...5.20.7',
|
fullChangeLogUrl = 'https://github.com/WeakAuras/WeakAuras2/compare/5.20.7...5.21.0',
|
||||||
highlightText = [==[
|
highlightText = [==[
|
||||||
- Basic support for Wrath Titan (thanks WoW CN community)
|
- TBC Anniversary support
|
||||||
- Support for new Masque version
|
- Fixes for Titan realms
|
||||||
- Various bug fixes]==], commitText = [==[Copilot (1):
|
- Improvements for Masque support
|
||||||
|
- Deprecation warning for Midnight]==], commitText = [==[InfusOnWoW (2):
|
||||||
|
|
||||||
- Fix allstates:Get to return false instead of nil
|
- Add a warning to the WeakAuras window about Midnight (#6126)
|
||||||
|
|
||||||
InfusOnWoW (6):
|
|
||||||
|
|
||||||
- Masque Support: Support new masque version
|
|
||||||
- Profiling: Add an inherit font
|
|
||||||
- BT Multi Target mode: add warnings on it, and if it's missing a filter
|
|
||||||
- Update Discord List
|
|
||||||
- Fix regression in Abbreviate numbers on retail
|
|
||||||
- Update Discord List
|
- Update Discord List
|
||||||
|
|
||||||
NoM0Re (6):
|
NoM0Re (6):
|
||||||
|
|
||||||
- Titan: Replace encounter data with phase 1 raids & bosses
|
- TBC Anniversary support
|
||||||
- Titan: remove neutral faction group
|
- Retail: TOC Bump
|
||||||
- Titan: fix repair dialog text assignment
|
- Mists: TOC Bump
|
||||||
- Glyph Load: Only show in Mists of Pandaria
|
- Titan: remove unused talent_types_specific
|
||||||
- Remove atlas file from Wrath Titan Reforge
|
- MiniTalent: fix closing the widget after selecting a talent
|
||||||
- Add Wrath Titan Reforged support
|
- Titan: Raid Launch Fixes
|
||||||
|
|
||||||
Stanzilla (4):
|
Stanzilla (2):
|
||||||
|
|
||||||
- Update WeakAurasModelPaths from wago.tools
|
- Update WeakAurasModelPaths from wago.tools
|
||||||
- Update WeakAurasModelPaths from wago.tools
|
- Update Discord List
|
||||||
- Update WeakAurasModelPaths from wago.tools
|
|
||||||
- Update WeakAurasModelPaths from wago.tools
|
|
||||||
|
|
||||||
dependabot[bot] (2):
|
StormFX (1):
|
||||||
|
|
||||||
- Bump actions/checkout from 5 to 6
|
- Fix Masque glow support. (Closes #6098)
|
||||||
- Bump actions/upload-artifact from 4 to 5
|
|
||||||
|
|
||||||
mrbuds (2):
|
dependabot[bot] (5):
|
||||||
|
|
||||||
- Remove atlas files
|
- Bump actions/upload-artifact from 5 to 6
|
||||||
- Model's Icon set to sword guy on classic, fixes #6075
|
- Bump peter-evans/create-pull-request from 7 to 8
|
||||||
|
- Bump leafo/gh-actions-luarocks from 5 to 6
|
||||||
|
- Bump cbrgm/mastodon-github-action from 2.1.19 to 2.1.22
|
||||||
|
- Bump peter-evans/create-pull-request from 6 to 7
|
||||||
|
|
||||||
|
github-actions[bot] (2):
|
||||||
|
|
||||||
|
- Update WeakAurasModelPaths from wago.tools (#6130)
|
||||||
|
- Update WeakAurasModelPaths from wago.tools (#6121)
|
||||||
|
|
||||||
]==]
|
]==]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1050,6 +1050,10 @@ function OptionsPrivate.ConstructOptions(prototype, data, startorder, triggernum
|
|||||||
end
|
end
|
||||||
WeakAuras.Add(data);
|
WeakAuras.Add(data);
|
||||||
if (reloadOptions) then
|
if (reloadOptions) then
|
||||||
|
-- Hack specifally for Mini talent widgets
|
||||||
|
-- That widget needs to be informed before and
|
||||||
|
-- after a reload
|
||||||
|
OptionsPrivate.Private.callbacks:Fire("BeforeReload")
|
||||||
WeakAuras.ClearAndUpdateOptions(data.id)
|
WeakAuras.ClearAndUpdateOptions(data.id)
|
||||||
WeakAuras.FillOptions()
|
WeakAuras.FillOptions()
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1385,6 +1385,10 @@ Upgrade your version of WeakAuras or wait for next release before installing thi
|
|||||||
L["WeakAuras %s on WoW %s"] = "WeakAuras %s on WoW %s"
|
L["WeakAuras %s on WoW %s"] = "WeakAuras %s on WoW %s"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."] = "WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."
|
L["WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."] = "WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L[ [=[WeakAuras will not support Midnight. On release of the prepatch, WeakAuras will be disabled.
|
||||||
|
Read more on our Patreon page https://patreon.com/WeakAuras]=] ] = [=[WeakAuras will not support Midnight. On release of the prepatch, WeakAuras will be disabled.
|
||||||
|
Read more on our Patreon page https://patreon.com/WeakAuras]=]
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["What do you want to do?"] = "What do you want to do?"
|
L["What do you want to do?"] = "What do you want to do?"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
|||||||
@@ -930,6 +930,9 @@ Upgrade your version of WeakAuras or wait for next release before installing thi
|
|||||||
L["We thank"] = "We thank"
|
L["We thank"] = "We thank"
|
||||||
L["WeakAuras %s on WoW %s"] = "WeakAuras %s on WoW %s"
|
L["WeakAuras %s on WoW %s"] = "WeakAuras %s on WoW %s"
|
||||||
L["WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."] = "WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."
|
L["WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."] = "WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."
|
||||||
|
L[ [=[WeakAuras will not support Midnight. On release of the prepatch, WeakAuras will be disabled.
|
||||||
|
Read more on our Patreon page https://patreon.com/WeakAuras]=] ] = [=[WeakAuras will not support Midnight. On release of the prepatch, WeakAuras will be disabled.
|
||||||
|
Read more on our Patreon page https://patreon.com/WeakAuras]=]
|
||||||
L["What do you want to do?"] = "What do you want to do?"
|
L["What do you want to do?"] = "What do you want to do?"
|
||||||
L["Whole Area"] = "Whole Area"
|
L["Whole Area"] = "Whole Area"
|
||||||
L["wrapping"] = "wrapping"
|
L["wrapping"] = "wrapping"
|
||||||
|
|||||||
@@ -795,10 +795,8 @@ every 3 events starting from 2nd and ending at 11th: 2-11/3]=] ] = "Ocurrencia d
|
|||||||
L["The duration of the animation in seconds. The finish animation does not start playing until after the display would normally be hidden."] = [=[La duración de la animación en segundos. La animación de finalización no comienza a reproducirse hasta que la visualización normalmente estaría oculta.
|
L["The duration of the animation in seconds. The finish animation does not start playing until after the display would normally be hidden."] = [=[La duración de la animación en segundos. La animación de finalización no comienza a reproducirse hasta que la visualización normalmente estaría oculta.
|
||||||
]=]
|
]=]
|
||||||
L["The group and all direct children will share the same base frame level."] = "El grupo y todos los hijos directos compartirán el mismo nivel de marco base."
|
L["The group and all direct children will share the same base frame level."] = "El grupo y todos los hijos directos compartirán el mismo nivel de marco base."
|
||||||
--[[Translation missing --]]
|
L["The Multi Target mode is less reliable and not recommended."] = "El modo Multiobjetivo es menos fiable y no se recomienda."
|
||||||
L["The Multi Target mode is less reliable and not recommended."] = "The Multi Target mode is less reliable and not recommended."
|
L["The Multi Target mode requires a name or spell id filter"] = "El modo Multiobjetivo requiere un filtro por nombre o ID de hechizo"
|
||||||
--[[Translation missing --]]
|
|
||||||
L["The Multi Target mode requires a name or spell id filter"] = "The Multi Target mode requires a name or spell id filter"
|
|
||||||
L["The trigger number is optional. When no trigger number is specified, the trigger selected via dynamic information will be used."] = "El número de disparador es opcional. Cuando no se especifica un número de disparador, se usará el disparador seleccionado a través de información dinámica."
|
L["The trigger number is optional. When no trigger number is specified, the trigger selected via dynamic information will be used."] = "El número de disparador es opcional. Cuando no se especifica un número de disparador, se usará el disparador seleccionado a través de información dinámica."
|
||||||
L["The type of trigger"] = "El tipo de activador"
|
L["The type of trigger"] = "El tipo de activador"
|
||||||
L["The WeakAuras Options Addon version %s doesn't match the WeakAuras version %s. If you updated the addon while the game was running, try restarting World of Warcraft. Otherwise try reinstalling WeakAuras"] = "La versión del addon WeakAuras Options %s no coincide con la versión de WeakAuras %s. Si actualizaste el addon mientras el juego estaba en ejecución, intenta reiniciar World of Warcraft. De lo contrario, intenta reinstalar WeakAuras."
|
L["The WeakAuras Options Addon version %s doesn't match the WeakAuras version %s. If you updated the addon while the game was running, try restarting World of Warcraft. Otherwise try reinstalling WeakAuras"] = "La versión del addon WeakAuras Options %s no coincide con la versión de WeakAuras %s. Si actualizaste el addon mientras el juego estaba en ejecución, intenta reiniciar World of Warcraft. De lo contrario, intenta reinstalar WeakAuras."
|
||||||
@@ -890,6 +888,10 @@ Upgrade your version of WeakAuras or wait for next release before installing thi
|
|||||||
L["We thank"] = "Agradecemos a"
|
L["We thank"] = "Agradecemos a"
|
||||||
L["WeakAuras %s on WoW %s"] = "WeakAuras %s en WoW %s"
|
L["WeakAuras %s on WoW %s"] = "WeakAuras %s en WoW %s"
|
||||||
L["WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."] = "WeakAuras recomienda usar IDs de hechizos en lugar de nombres. Los IDs de hechizos se localizan automáticamente."
|
L["WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."] = "WeakAuras recomienda usar IDs de hechizos en lugar de nombres. Los IDs de hechizos se localizan automáticamente."
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L[ [=[WeakAuras will not support Midnight. On release of the prepatch, WeakAuras will be disabled.
|
||||||
|
Read more on our Patreon page https://patreon.com/WeakAuras]=] ] = [=[WeakAuras will not support Midnight. On release of the prepatch, WeakAuras will be disabled.
|
||||||
|
Read more on our Patreon page https://patreon.com/WeakAuras]=]
|
||||||
L["What do you want to do?"] = "¿Qué es lo que quieres hacer?"
|
L["What do you want to do?"] = "¿Qué es lo que quieres hacer?"
|
||||||
L["Whole Area"] = "Área completa"
|
L["Whole Area"] = "Área completa"
|
||||||
L["wrapping"] = "envolviendo"
|
L["wrapping"] = "envolviendo"
|
||||||
|
|||||||
@@ -795,10 +795,8 @@ every 3 events starting from 2nd and ending at 11th: 2-11/3]=] ] = "Ocurrencia d
|
|||||||
L["The duration of the animation in seconds. The finish animation does not start playing until after the display would normally be hidden."] = [=[La duración de la animación en segundos. La animación de finalización no comienza a reproducirse hasta que la visualización normalmente estaría oculta.
|
L["The duration of the animation in seconds. The finish animation does not start playing until after the display would normally be hidden."] = [=[La duración de la animación en segundos. La animación de finalización no comienza a reproducirse hasta que la visualización normalmente estaría oculta.
|
||||||
]=]
|
]=]
|
||||||
L["The group and all direct children will share the same base frame level."] = "El grupo y todos los hijos directos compartirán el mismo nivel de marco base."
|
L["The group and all direct children will share the same base frame level."] = "El grupo y todos los hijos directos compartirán el mismo nivel de marco base."
|
||||||
--[[Translation missing --]]
|
L["The Multi Target mode is less reliable and not recommended."] = "El modo Multiobjetivo es menos fiable y no se recomienda."
|
||||||
L["The Multi Target mode is less reliable and not recommended."] = "The Multi Target mode is less reliable and not recommended."
|
L["The Multi Target mode requires a name or spell id filter"] = "El modo Multiobjetivo requiere un filtro por nombre o ID de hechizo"
|
||||||
--[[Translation missing --]]
|
|
||||||
L["The Multi Target mode requires a name or spell id filter"] = "The Multi Target mode requires a name or spell id filter"
|
|
||||||
L["The trigger number is optional. When no trigger number is specified, the trigger selected via dynamic information will be used."] = "El número de disparador es opcional. Cuando no se especifica un número de disparador, se usará el disparador seleccionado a través de información dinámica."
|
L["The trigger number is optional. When no trigger number is specified, the trigger selected via dynamic information will be used."] = "El número de disparador es opcional. Cuando no se especifica un número de disparador, se usará el disparador seleccionado a través de información dinámica."
|
||||||
L["The type of trigger"] = "El tipo de activador"
|
L["The type of trigger"] = "El tipo de activador"
|
||||||
L["The WeakAuras Options Addon version %s doesn't match the WeakAuras version %s. If you updated the addon while the game was running, try restarting World of Warcraft. Otherwise try reinstalling WeakAuras"] = "La versión del addon WeakAuras Options %s no coincide con la versión de WeakAuras %s. Si actualizaste el addon mientras el juego estaba en ejecución, intenta reiniciar World of Warcraft. De lo contrario, intenta reinstalar WeakAuras."
|
L["The WeakAuras Options Addon version %s doesn't match the WeakAuras version %s. If you updated the addon while the game was running, try restarting World of Warcraft. Otherwise try reinstalling WeakAuras"] = "La versión del addon WeakAuras Options %s no coincide con la versión de WeakAuras %s. Si actualizaste el addon mientras el juego estaba en ejecución, intenta reiniciar World of Warcraft. De lo contrario, intenta reinstalar WeakAuras."
|
||||||
@@ -890,6 +888,10 @@ Upgrade your version of WeakAuras or wait for next release before installing thi
|
|||||||
L["We thank"] = "Agradecemos a"
|
L["We thank"] = "Agradecemos a"
|
||||||
L["WeakAuras %s on WoW %s"] = "WeakAuras %s en WoW %s"
|
L["WeakAuras %s on WoW %s"] = "WeakAuras %s en WoW %s"
|
||||||
L["WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."] = "WeakAuras recomienda usar IDs de hechizos en lugar de nombres. Los IDs de hechizos se localizan automáticamente."
|
L["WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."] = "WeakAuras recomienda usar IDs de hechizos en lugar de nombres. Los IDs de hechizos se localizan automáticamente."
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L[ [=[WeakAuras will not support Midnight. On release of the prepatch, WeakAuras will be disabled.
|
||||||
|
Read more on our Patreon page https://patreon.com/WeakAuras]=] ] = [=[WeakAuras will not support Midnight. On release of the prepatch, WeakAuras will be disabled.
|
||||||
|
Read more on our Patreon page https://patreon.com/WeakAuras]=]
|
||||||
L["What do you want to do?"] = "¿Qué es lo que quieres hacer?"
|
L["What do you want to do?"] = "¿Qué es lo que quieres hacer?"
|
||||||
L["Whole Area"] = "Área completa"
|
L["Whole Area"] = "Área completa"
|
||||||
L["wrapping"] = "envolviendo"
|
L["wrapping"] = "envolviendo"
|
||||||
|
|||||||
@@ -1217,6 +1217,10 @@ Upgrade your version of WeakAuras or wait for next release before installing thi
|
|||||||
L["WeakAuras %s on WoW %s"] = "WeakAuras %s on WoW %s"
|
L["WeakAuras %s on WoW %s"] = "WeakAuras %s on WoW %s"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."] = "WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."
|
L["WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."] = "WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L[ [=[WeakAuras will not support Midnight. On release of the prepatch, WeakAuras will be disabled.
|
||||||
|
Read more on our Patreon page https://patreon.com/WeakAuras]=] ] = [=[WeakAuras will not support Midnight. On release of the prepatch, WeakAuras will be disabled.
|
||||||
|
Read more on our Patreon page https://patreon.com/WeakAuras]=]
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["What do you want to do?"] = "What do you want to do?"
|
L["What do you want to do?"] = "What do you want to do?"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
|||||||
@@ -1527,6 +1527,10 @@ Upgrade your version of WeakAuras or wait for next release before installing thi
|
|||||||
L["WeakAuras %s on WoW %s"] = "WeakAuras %s on WoW %s"
|
L["WeakAuras %s on WoW %s"] = "WeakAuras %s on WoW %s"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."] = "WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."
|
L["WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."] = "WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L[ [=[WeakAuras will not support Midnight. On release of the prepatch, WeakAuras will be disabled.
|
||||||
|
Read more on our Patreon page https://patreon.com/WeakAuras]=] ] = [=[WeakAuras will not support Midnight. On release of the prepatch, WeakAuras will be disabled.
|
||||||
|
Read more on our Patreon page https://patreon.com/WeakAuras]=]
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["What do you want to do?"] = "What do you want to do?"
|
L["What do you want to do?"] = "What do you want to do?"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ local L = WeakAuras.L
|
|||||||
L["%i. %s"] = "%i. %s"
|
L["%i. %s"] = "%i. %s"
|
||||||
L["%s - %i. Trigger"] = "%s - %i. 활성 조건"
|
L["%s - %i. Trigger"] = "%s - %i. 활성 조건"
|
||||||
L["%s - Alpha Animation"] = "%s - 투명도 애니메이션"
|
L["%s - Alpha Animation"] = "%s - 투명도 애니메이션"
|
||||||
L["%s - Color Animation"] = "%s - 색 애니메이션"
|
L["%s - Color Animation"] = "%s - 색상 애니메이션"
|
||||||
L["%s - Condition Custom Chat %s"] = "%s - 조건 사용자 정의 대화 %s"
|
L["%s - Condition Custom Chat %s"] = "%s - 조건 사용자 정의 대화 %s"
|
||||||
L["%s - Condition Custom Check %s"] = "%s - 조건 사용자 정의 검사 %s"
|
L["%s - Condition Custom Check %s"] = "%s - 조건 사용자 정의 검사 %s"
|
||||||
L["%s - Condition Custom Code %s"] = "%s - 조건 사용자 정의 코드 %s"
|
L["%s - Condition Custom Code %s"] = "%s - 조건 사용자 정의 코드 %s"
|
||||||
@@ -671,7 +671,7 @@ every 3 events starting from 2nd and ending at 11th: 2-11/3]=] ] = [=[이벤트
|
|||||||
L["Paste Trigger Settings"] = "활성 조건 설정 붙여넣기"
|
L["Paste Trigger Settings"] = "활성 조건 설정 붙여넣기"
|
||||||
L["Places a tick on the bar"] = "바에 틱 배치"
|
L["Places a tick on the bar"] = "바에 틱 배치"
|
||||||
L["Play Sound"] = "소리 재생"
|
L["Play Sound"] = "소리 재생"
|
||||||
L["Player Spells found:"] = "플레이어 주문 발견:"
|
L["Player Spells found:"] = "발견된 플레이어 주문:"
|
||||||
L["Portrait Zoom"] = "초상화 확대"
|
L["Portrait Zoom"] = "초상화 확대"
|
||||||
L["Position and Size Settings"] = "위치 및 크기 설정"
|
L["Position and Size Settings"] = "위치 및 크기 설정"
|
||||||
L["Preferred Match"] = "우선 표시 대상"
|
L["Preferred Match"] = "우선 표시 대상"
|
||||||
@@ -799,8 +799,8 @@ every 3 events starting from 2nd and ending at 11th: 2-11/3]=] ] = [=[이벤트
|
|||||||
L["Sound Channel"] = "소리 채널"
|
L["Sound Channel"] = "소리 채널"
|
||||||
L["Sound File Path"] = "소리 파일 경로"
|
L["Sound File Path"] = "소리 파일 경로"
|
||||||
L["Sound Kit ID"] = "소리 Kit ID"
|
L["Sound Kit ID"] = "소리 Kit ID"
|
||||||
L["Space Horizontally"] = "가로로 벌리기"
|
L["Space Horizontally"] = "가로 간격"
|
||||||
L["Space Vertically"] = "세로로 벌리기"
|
L["Space Vertically"] = "세로 간격"
|
||||||
L["Spark Settings"] = "섬광 설정"
|
L["Spark Settings"] = "섬광 설정"
|
||||||
L["Spark Texture"] = "섬광 텍스처"
|
L["Spark Texture"] = "섬광 텍스처"
|
||||||
L["Specific Currency ID"] = "화폐 ID 지정"
|
L["Specific Currency ID"] = "화폐 ID 지정"
|
||||||
@@ -934,6 +934,8 @@ Upgrade your version of WeakAuras or wait for next release before installing thi
|
|||||||
L["We thank"] = "감사합니다"
|
L["We thank"] = "감사합니다"
|
||||||
L["WeakAuras %s on WoW %s"] = "WeakAuras %s (WoW %s)"
|
L["WeakAuras %s on WoW %s"] = "WeakAuras %s (WoW %s)"
|
||||||
L["WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."] = "WeakAuras는 주문 이름 대신 주문 ID 사용을 권장합니다. 주문 ID는 언어에 맞게 자동 번역됩니다."
|
L["WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."] = "WeakAuras는 주문 이름 대신 주문 ID 사용을 권장합니다. 주문 ID는 언어에 맞게 자동 번역됩니다."
|
||||||
|
L[ [=[WeakAuras will not support Midnight. On release of the prepatch, WeakAuras will be disabled.
|
||||||
|
Read more on our Patreon page https://patreon.com/WeakAuras]=] ] = "WeakAuras는 Midnight을 지원하지 않습니다. 사전 패치가 출시되면 WeakAuras는 비활성화됩니다. 자세한 내용은 Patreon 페이지(https://patreon.com/WeakAuras)를 참조하세요."
|
||||||
L["What do you want to do?"] = "무엇을 할까요?"
|
L["What do you want to do?"] = "무엇을 할까요?"
|
||||||
L["Whole Area"] = "전체 구역"
|
L["Whole Area"] = "전체 구역"
|
||||||
L["wrapping"] = "줄바꿈"
|
L["wrapping"] = "줄바꿈"
|
||||||
|
|||||||
@@ -1528,6 +1528,10 @@ Upgrade your version of WeakAuras or wait for next release before installing thi
|
|||||||
L["WeakAuras %s on WoW %s"] = "WeakAuras %s on WoW %s"
|
L["WeakAuras %s on WoW %s"] = "WeakAuras %s on WoW %s"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."] = "WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."
|
L["WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."] = "WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L[ [=[WeakAuras will not support Midnight. On release of the prepatch, WeakAuras will be disabled.
|
||||||
|
Read more on our Patreon page https://patreon.com/WeakAuras]=] ] = [=[WeakAuras will not support Midnight. On release of the prepatch, WeakAuras will be disabled.
|
||||||
|
Read more on our Patreon page https://patreon.com/WeakAuras]=]
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["What do you want to do?"] = "What do you want to do?"
|
L["What do you want to do?"] = "What do you want to do?"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
|||||||
@@ -944,6 +944,10 @@ Upgrade your version of WeakAuras or wait for next release before installing thi
|
|||||||
L["WeakAuras %s on WoW %s"] = "WeakAuras: %s. Интерфейс: %s"
|
L["WeakAuras %s on WoW %s"] = "WeakAuras: %s. Интерфейс: %s"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."] = "WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."
|
L["WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."] = "WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L[ [=[WeakAuras will not support Midnight. On release of the prepatch, WeakAuras will be disabled.
|
||||||
|
Read more on our Patreon page https://patreon.com/WeakAuras]=] ] = [=[WeakAuras will not support Midnight. On release of the prepatch, WeakAuras will be disabled.
|
||||||
|
Read more on our Patreon page https://patreon.com/WeakAuras]=]
|
||||||
L["What do you want to do?"] = "Что вы хотите сделать?"
|
L["What do you want to do?"] = "Что вы хотите сделать?"
|
||||||
L["Whole Area"] = "Вся область"
|
L["Whole Area"] = "Вся область"
|
||||||
L["wrapping"] = "Перенос слов при переполнении"
|
L["wrapping"] = "Перенос слов при переполнении"
|
||||||
|
|||||||
@@ -918,6 +918,10 @@ Upgrade your version of WeakAuras or wait for next release before installing thi
|
|||||||
L["We thank"] = "我们感谢"
|
L["We thank"] = "我们感谢"
|
||||||
L["WeakAuras %s on WoW %s"] = "WeakAuras %s + WoW %s"
|
L["WeakAuras %s on WoW %s"] = "WeakAuras %s + WoW %s"
|
||||||
L["WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."] = "WA建议使用法术id而不是法术名称。法术id会自动本地化。"
|
L["WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."] = "WA建议使用法术id而不是法术名称。法术id会自动本地化。"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L[ [=[WeakAuras will not support Midnight. On release of the prepatch, WeakAuras will be disabled.
|
||||||
|
Read more on our Patreon page https://patreon.com/WeakAuras]=] ] = [=[WeakAuras will not support Midnight. On release of the prepatch, WeakAuras will be disabled.
|
||||||
|
Read more on our Patreon page https://patreon.com/WeakAuras]=]
|
||||||
L["What do you want to do?"] = "你想要做什么?"
|
L["What do you want to do?"] = "你想要做什么?"
|
||||||
L["Whole Area"] = "整个区域"
|
L["Whole Area"] = "整个区域"
|
||||||
L["wrapping"] = "折叠"
|
L["wrapping"] = "折叠"
|
||||||
|
|||||||
@@ -908,6 +908,10 @@ Upgrade your version of WeakAuras or wait for next release before installing thi
|
|||||||
L["We thank"] = "我們感謝"
|
L["We thank"] = "我們感謝"
|
||||||
L["WeakAuras %s on WoW %s"] = "WeakAuras %s 在 WoW %s"
|
L["WeakAuras %s on WoW %s"] = "WeakAuras %s 在 WoW %s"
|
||||||
L["WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."] = "WeakAuras 建議使用法術ID而不是名稱。法術ID會自動本地化。"
|
L["WeakAuras recommends using spell ids instead of names. Spell ids are automatically localized."] = "WeakAuras 建議使用法術ID而不是名稱。法術ID會自動本地化。"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L[ [=[WeakAuras will not support Midnight. On release of the prepatch, WeakAuras will be disabled.
|
||||||
|
Read more on our Patreon page https://patreon.com/WeakAuras]=] ] = [=[WeakAuras will not support Midnight. On release of the prepatch, WeakAuras will be disabled.
|
||||||
|
Read more on our Patreon page https://patreon.com/WeakAuras]=]
|
||||||
L["What do you want to do?"] = "你想要怎麼做?"
|
L["What do you want to do?"] = "你想要怎麼做?"
|
||||||
L["Whole Area"] = "整個區域"
|
L["Whole Area"] = "整個區域"
|
||||||
L["wrapping"] = "自動換行"
|
L["wrapping"] = "自動換行"
|
||||||
|
|||||||
@@ -1609,5 +1609,40 @@ function OptionsPrivate.CreateFrame()
|
|||||||
local left, right, top, bottom = w/2,-w/2, 0, h-25
|
local left, right, top, bottom = w/2,-w/2, 0, h-25
|
||||||
frame:SetClampRectInsets(left, right, top, bottom)
|
frame:SetClampRectInsets(left, right, top, bottom)
|
||||||
|
|
||||||
|
-- Add warning about Midnight support ending, to notify users about possible coming changes
|
||||||
|
local midnightWarning = CreateFrame("Frame", nil, frame)
|
||||||
|
midnightWarning:SetBackdrop({
|
||||||
|
bgFile = "Interface\\Addons\\WeakAuras\\Media\\Textures\\Square_FullWhite.tga",
|
||||||
|
edgeFile = "Interface\\Tooltips\\UI-Tooltip-Border",
|
||||||
|
tile = true,
|
||||||
|
tileSize = 16,
|
||||||
|
edgeSize = 16,
|
||||||
|
insets = { left = 4, right = 4, top = 4, bottom = 4 }
|
||||||
|
})
|
||||||
|
|
||||||
|
midnightWarning:SetBackdropBorderColor(1, 0, 0, 1);
|
||||||
|
midnightWarning:SetBackdropColor(0, 0, 0, 1)
|
||||||
|
|
||||||
|
midnightWarning:SetPoint("TOPLEFT", frame, "BOTTOMLEFT")
|
||||||
|
midnightWarning:SetPoint("TOPRIGHT", frame, "BOTTOMRIGHT")
|
||||||
|
midnightWarning:SetHeight(50)
|
||||||
|
|
||||||
|
local text = midnightWarning:CreateFontString(nil, "OVERLAY", "GameFontNormalLarge")
|
||||||
|
text:SetPoint("LEFT", midnightWarning, "LEFT", 10, 0)
|
||||||
|
text:SetText(L["WeakAuras will not support Midnight. On release of the prepatch, WeakAuras will be disabled.\nRead more on our Patreon page https://patreon.com/WeakAuras"])
|
||||||
|
|
||||||
|
-- Fade-out animation and hide for rest of the session
|
||||||
|
local fade = midnightWarning:CreateAnimationGroup()
|
||||||
|
local alpha = fade:CreateAnimation("Alpha")
|
||||||
|
alpha:SetChange(-1)
|
||||||
|
alpha:SetDuration(0.5)
|
||||||
|
alpha:SetStartDelay(5) -- hide after 5 second
|
||||||
|
alpha:SetSmoothing("OUT")
|
||||||
|
fade:SetScript("OnFinished", function()
|
||||||
|
midnightWarning:Hide()
|
||||||
|
end)
|
||||||
|
|
||||||
|
fade:Play()
|
||||||
|
|
||||||
return frame
|
return frame
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ local Private = select(2, ...)
|
|||||||
|
|
||||||
local L = WeakAuras.L
|
local L = WeakAuras.L
|
||||||
|
|
||||||
local optionsVersion = "5.20.7 Beta"
|
local optionsVersion = "5.21.0 Beta"
|
||||||
|
|
||||||
if optionsVersion ~= WeakAuras.versionString then
|
if optionsVersion ~= WeakAuras.versionString then
|
||||||
local message = string.format(L["The WeakAuras Options Addon version %s doesn't match the WeakAuras version %s. If you updated the addon while the game was running, try restarting World of Warcraft. Otherwise try reinstalling WeakAuras"],
|
local message = string.format(L["The WeakAuras Options Addon version %s doesn't match the WeakAuras version %s. If you updated the addon while the game was running, try restarting World of Warcraft. Otherwise try reinstalling WeakAuras"],
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
## Interface: 30300
|
## Interface: 30300
|
||||||
## Title: WeakAuras Options
|
## Title: WeakAuras Options
|
||||||
## Author: The WeakAuras Team
|
## Author: The WeakAuras Team
|
||||||
## Version: 5.20.7
|
## Version: 5.21.0
|
||||||
## IconTexture: Interface\AddOns\WeakAuras\Media\Textures\icon.blp
|
## IconTexture: Interface\AddOns\WeakAuras\Media\Textures\icon.blp
|
||||||
## Notes: Options for WeakAuras
|
## Notes: Options for WeakAuras
|
||||||
## Notes-esES: Opciones para WeakAuras
|
## Notes-esES: Opciones para WeakAuras
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
## Interface: 30300
|
## Interface: 30300
|
||||||
## Title: WeakAuras Templates
|
## Title: WeakAuras Templates
|
||||||
## Author: The WeakAuras Team
|
## Author: The WeakAuras Team
|
||||||
## Version: 5.20.7
|
## Version: 5.21.0
|
||||||
|
## IconTexture: Interface\AddOns\WeakAuras\Media\Textures\icon.blp
|
||||||
## Notes: Templates for WeakAuras
|
## Notes: Templates for WeakAuras
|
||||||
## Notes-esES: Plantillas para WeakAuras
|
## Notes-esES: Plantillas para WeakAuras
|
||||||
## Notes-esMX: Plantillas para WeakAuras
|
## Notes-esMX: Plantillas para WeakAuras
|
||||||
|
|||||||
Reference in New Issue
Block a user