5.20.7
(cherry picked from commit 384e558df3ea25bab143ccc4043b91b5e7454e62)
This commit is contained in:
@@ -320,6 +320,15 @@ local function GetBuffTriggerOptions(data, triggernum)
|
||||
end,
|
||||
desc = L["• |cff00ff00Player|r, |cff00ff00Target|r, |cff00ff00Focus|r, and |cff00ff00Pet|r correspond directly to those individual unitIDs.\n• |cff00ff00Specific Unit|r lets you provide a specific valid unitID to watch.\n|cffff0000Note|r: The game will not fire events for all valid unitIDs, making some untrackable by this trigger.\n• |cffffff00Party|r, |cffffff00Raid|r, |cffffff00Boss|r, |cffffff00Arena|r, and |cffffff00Nameplate|r can match multiple corresponding unitIDs.\n• |cffffff00Smart Group|r adjusts to your current group type, matching just the \"player\" when solo, \"party\" units (including \"player\") in a party or \"raid\" units in a raid.\n• |cffffff00Multi-target|r attempts to use the Combat Log events, rather than unitID, to track affected units.\n|cffff0000Note|r: Without a direct relationship to actual unitIDs, results may vary.\n\n|cffffff00*|r Yellow Unit settings can match multiple units and will default to being active even while no affected units are found without a Unit Count or Match Count setting."],
|
||||
},
|
||||
multiWarning = {
|
||||
type = "description",
|
||||
width = WeakAuras.doubleWidth,
|
||||
name = L["The Multi Target mode is less reliable and not recommended."],
|
||||
order = 10.15,
|
||||
hidden = function()
|
||||
return not (trigger.type == "aura2" and trigger.unit == "multi")
|
||||
end,
|
||||
},
|
||||
useSpecificUnit = {
|
||||
type = "toggle",
|
||||
width = WeakAuras.normalWidth,
|
||||
@@ -397,6 +406,16 @@ local function GetBuffTriggerOptions(data, triggernum)
|
||||
and not trigger.use_debuffClass)
|
||||
end
|
||||
},
|
||||
multiNoFilterWarning = {
|
||||
type = "description",
|
||||
width = WeakAuras.doubleWidth,
|
||||
name = L["The Multi Target mode requires a name or spell id filter"],
|
||||
order = 11.9,
|
||||
hidden = function()
|
||||
return not (trigger.type == "aura2" and trigger.unit == "multi"
|
||||
and not trigger.useName and not trigger.useExactSpellId)
|
||||
end
|
||||
},
|
||||
useName = {
|
||||
type = "toggle",
|
||||
name = L["Name(s)"],
|
||||
|
||||
@@ -4,40 +4,50 @@ local AddonName = ...
|
||||
local OptionsPrivate = select(2, ...)
|
||||
|
||||
OptionsPrivate.changelog = {
|
||||
versionString = '5.20.6',
|
||||
dateString = '2025-10-21',
|
||||
fullChangeLogUrl = 'https://github.com/WeakAuras/WeakAuras2/compare/5.20.5...5.20.6',
|
||||
versionString = '5.20.7',
|
||||
dateString = '2025-11-27',
|
||||
fullChangeLogUrl = 'https://github.com/WeakAuras/WeakAuras2/compare/5.20.6...5.20.7',
|
||||
highlightText = [==[
|
||||
bugfix release for 1.15.8 & toc bump for classic era & mop classic
|
||||
- Basic support for Wrath Titan (thanks WoW CN community)
|
||||
- Support for new Masque version
|
||||
- Various bug fixes]==], commitText = [==[Copilot (1):
|
||||
|
||||
fixes:
|
||||
- Fix allstates:Get to return false instead of nil
|
||||
|
||||
- icon visible condition behavior is more sane now
|
||||
- another workaround for insane AbbreviateNumbers behavior
|
||||
- adjusted to new api environment in classic era
|
||||
|
||||
removals:
|
||||
|
||||
- WeakAuras now detects & refuses to boot if it was installed on a Midnight client, instead of spewing thousands of errors.]==], commitText = [==[Adal (1):
|
||||
|
||||
- update mists toc for 5.5.1
|
||||
|
||||
InfusOnWoW (5):
|
||||
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
|
||||
- Fix Icon visible Condition not reversing correctly
|
||||
- Midnight: Disable WeakAuras with an message
|
||||
- Mop/Classic: Workaround another bug in AbbreviateNumbers
|
||||
|
||||
Stanzilla (2):
|
||||
NoM0Re (6):
|
||||
|
||||
- Titan: Replace encounter data with phase 1 raids & bosses
|
||||
- Titan: remove neutral faction group
|
||||
- Titan: fix repair dialog text assignment
|
||||
- Glyph Load: Only show in Mists of Pandaria
|
||||
- Remove atlas file from Wrath Titan Reforge
|
||||
- Add Wrath Titan Reforged support
|
||||
|
||||
Stanzilla (4):
|
||||
|
||||
- Update WeakAurasModelPaths from wago.tools
|
||||
- Update WeakAurasModelPaths from wago.tools
|
||||
- Update WeakAurasModelPaths from wago.tools
|
||||
- Update WeakAurasModelPaths from wago.tools
|
||||
|
||||
mrbuds (1):
|
||||
dependabot[bot] (2):
|
||||
|
||||
- Classic Era 1.15.8 update
|
||||
- Bump actions/checkout from 5 to 6
|
||||
- Bump actions/upload-artifact from 4 to 5
|
||||
|
||||
mrbuds (2):
|
||||
|
||||
- Remove atlas files
|
||||
- Model's Icon set to sword guy on classic, fixes #6075
|
||||
|
||||
]==]
|
||||
}
|
||||
|
||||
@@ -1226,6 +1226,10 @@ every 3 events starting from 2nd and ending at 11th: 2-11/3]=]
|
||||
--[[Translation missing --]]
|
||||
L["The group and all direct children will share the same base frame level."] = "The group and all direct children will share the same base frame level."
|
||||
--[[Translation missing --]]
|
||||
L["The Multi Target mode is less reliable and not recommended."] = "The Multi Target mode is less reliable and not recommended."
|
||||
--[[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"
|
||||
--[[Translation missing --]]
|
||||
L["The trigger number is optional. When no trigger number is specified, the trigger selected via dynamic information will be used."] = "The trigger number is optional. When no trigger number is specified, the trigger selected via dynamic information will be used."
|
||||
L["The type of trigger"] = "Auslösertyp"
|
||||
--[[Translation missing --]]
|
||||
@@ -1347,10 +1351,10 @@ Upgrade your version of WeakAuras or wait for next release before installing thi
|
||||
--[[Translation missing --]]
|
||||
L["Use SetTransform"] = "Use SetTransform"
|
||||
--[[Translation missing --]]
|
||||
L["Used in auras:"] = "Used in auras:"
|
||||
--[[Translation missing --]]
|
||||
L["Used in Auras:"] = "Used in Auras:"
|
||||
--[[Translation missing --]]
|
||||
L["Used in auras:"] = "Used in auras:"
|
||||
--[[Translation missing --]]
|
||||
L["Uses Texture Coordinates to rotate the texture."] = "Uses Texture Coordinates to rotate the texture."
|
||||
--[[Translation missing --]]
|
||||
L["Uses UnitIsVisible() to check if game client has loaded a object for this unit. This distance is around 100 yards. This is polled every second."] = "Uses UnitIsVisible() to check if game client has loaded a object for this unit. This distance is around 100 yards. This is polled every second."
|
||||
|
||||
@@ -152,8 +152,8 @@ Enable this setting if you want this timer to be hidden, or when using a WeakAur
|
||||
L["Anchor Mode"] = "Anchor Mode"
|
||||
L["Anchor Point"] = "Anchor Point"
|
||||
L["Anchored To"] = "Anchored To"
|
||||
L["and"] = "and"
|
||||
L["And "] = "And "
|
||||
L["and"] = "and"
|
||||
L["and %s"] = "and %s"
|
||||
L["and aligned left"] = "and aligned left"
|
||||
L["and aligned right"] = "and aligned right"
|
||||
@@ -835,6 +835,8 @@ every 3 events starting from 2nd and ending at 11th: 2-11/3]=]
|
||||
L["The duration of the animation in seconds."] = "The duration of the animation in seconds."
|
||||
L["The duration of the animation in seconds. The finish animation does not start playing until after the display would normally be hidden."] = "The duration of the animation in seconds. The finish animation does not start playing until after the display would normally be hidden."
|
||||
L["The group and all direct children will share the same base frame level."] = "The group and all direct children will share the same base frame level."
|
||||
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"] = "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."] = "The trigger number is optional. When no trigger number is specified, the trigger selected via dynamic information will be used."
|
||||
L["The type of trigger"] = "The type of trigger"
|
||||
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"] = "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"
|
||||
@@ -908,8 +910,8 @@ Upgrade your version of WeakAuras or wait for next release before installing thi
|
||||
L["Url: %s"] = "Url: %s"
|
||||
L["Use Display Info Id"] = "Use Display Info Id"
|
||||
L["Use SetTransform"] = "Use SetTransform"
|
||||
L["Used in auras:"] = "Used in auras:"
|
||||
L["Used in Auras:"] = "Used in Auras:"
|
||||
L["Used in auras:"] = "Used in auras:"
|
||||
L["Uses Texture Coordinates to rotate the texture."] = "Uses Texture Coordinates to rotate the texture."
|
||||
L["Uses UnitIsVisible() to check if game client has loaded a object for this unit. This distance is around 100 yards. This is polled every second."] = "Uses UnitIsVisible() to check if game client has loaded a object for this unit. This distance is around 100 yards. This is polled every second."
|
||||
L["Value"] = "Value"
|
||||
|
||||
@@ -143,8 +143,8 @@ Enable this setting if you want this timer to be hidden, or when using a WeakAur
|
||||
L["Anchor Mode"] = "Modo de anclaje"
|
||||
L["Anchor Point"] = "Punto de anclaje"
|
||||
L["Anchored To"] = "Anclado a"
|
||||
L["and"] = "y"
|
||||
L["And "] = "y"
|
||||
L["and"] = "y"
|
||||
L["and %s"] = "y %s"
|
||||
L["and aligned left"] = "y alineado a la izquierda"
|
||||
L["and aligned right"] = "y alineado a la derecha"
|
||||
@@ -795,6 +795,10 @@ 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 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."] = "The Multi Target mode is less reliable and not recommended."
|
||||
--[[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 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."
|
||||
|
||||
@@ -795,6 +795,10 @@ 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 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."] = "The Multi Target mode is less reliable and not recommended."
|
||||
--[[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 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."
|
||||
@@ -866,8 +870,8 @@ Upgrade your version of WeakAuras or wait for next release before installing thi
|
||||
L["Url: %s"] = "URL: %s"
|
||||
L["Use Display Info Id"] = "Utilizar ID de información de la visualización"
|
||||
L["Use SetTransform"] = "Utilizar SetTransform"
|
||||
L["Used in auras:"] = "Utilizado en auras:"
|
||||
L["Used in Auras:"] = "Utilizado en auras:"
|
||||
L["Used in auras:"] = "Utilizado en auras:"
|
||||
L["Uses Texture Coordinates to rotate the texture."] = "Utiliza coordenadas de textura para rotar la textura."
|
||||
L["Uses UnitIsVisible() to check if game client has loaded a object for this unit. This distance is around 100 yards. This is polled every second."] = "Utiliza UnitIsVisible() para comprobar si el cliente del juego ha cargado un objeto para esta unidad. Esta distancia es de unos 100 metros. Esto se encuesta cada segundo."
|
||||
L["Value"] = "Valor"
|
||||
|
||||
@@ -147,8 +147,8 @@ Enable this setting if you want this timer to be hidden, or when using a WeakAur
|
||||
L["Anchor Mode"] = "Mode d’ancrage"
|
||||
L["Anchor Point"] = "Point d'ancrage"
|
||||
L["Anchored To"] = "Ancré à"
|
||||
L["and"] = "et"
|
||||
L["And "] = "Et"
|
||||
L["and"] = "et"
|
||||
L["and %s"] = "et %s"
|
||||
L["and aligned left"] = "et aligné à gauche"
|
||||
L["and aligned right"] = "et aligné à droite"
|
||||
@@ -1075,6 +1075,10 @@ every 3 events starting from 2nd and ending at 11th: 2-11/3]=]
|
||||
--[[Translation missing --]]
|
||||
L["The group and all direct children will share the same base frame level."] = "The group and all direct children will share the same base frame level."
|
||||
--[[Translation missing --]]
|
||||
L["The Multi Target mode is less reliable and not recommended."] = "The Multi Target mode is less reliable and not recommended."
|
||||
--[[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"
|
||||
--[[Translation missing --]]
|
||||
L["The trigger number is optional. When no trigger number is specified, the trigger selected via dynamic information will be used."] = "The trigger number is optional. When no trigger number is specified, the trigger selected via dynamic information will be used."
|
||||
L["The type of trigger"] = "Le type de déclencheur"
|
||||
--[[Translation missing --]]
|
||||
|
||||
@@ -1344,6 +1344,10 @@ every 3 events starting from 2nd and ending at 11th: 2-11/3]=]
|
||||
--[[Translation missing --]]
|
||||
L["The group and all direct children will share the same base frame level."] = "The group and all direct children will share the same base frame level."
|
||||
--[[Translation missing --]]
|
||||
L["The Multi Target mode is less reliable and not recommended."] = "The Multi Target mode is less reliable and not recommended."
|
||||
--[[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"
|
||||
--[[Translation missing --]]
|
||||
L["The trigger number is optional. When no trigger number is specified, the trigger selected via dynamic information will be used."] = "The trigger number is optional. When no trigger number is specified, the trigger selected via dynamic information will be used."
|
||||
--[[Translation missing --]]
|
||||
L["The type of trigger"] = "The type of trigger"
|
||||
@@ -1484,10 +1488,10 @@ Upgrade your version of WeakAuras or wait for next release before installing thi
|
||||
--[[Translation missing --]]
|
||||
L["Use SetTransform"] = "Use SetTransform"
|
||||
--[[Translation missing --]]
|
||||
L["Used in auras:"] = "Used in auras:"
|
||||
--[[Translation missing --]]
|
||||
L["Used in Auras:"] = "Used in Auras:"
|
||||
--[[Translation missing --]]
|
||||
L["Used in auras:"] = "Used in auras:"
|
||||
--[[Translation missing --]]
|
||||
L["Uses Texture Coordinates to rotate the texture."] = "Uses Texture Coordinates to rotate the texture."
|
||||
--[[Translation missing --]]
|
||||
L["Uses UnitIsVisible() to check if game client has loaded a object for this unit. This distance is around 100 yards. This is polled every second."] = "Uses UnitIsVisible() to check if game client has loaded a object for this unit. This distance is around 100 yards. This is polled every second."
|
||||
|
||||
@@ -563,7 +563,7 @@ Bleed classification via LibDispel]=] ] = [=[여러 속성 중 해제가 되는
|
||||
L["Magnetically Align"] = "자석 정렬"
|
||||
L["Main"] = "메인"
|
||||
L["Manual with %i/%i"] = "수동 %i/%i"
|
||||
L["Matches %s spells"] = "%s개의 주문과 일치"
|
||||
L["Matches %s spells"] = "주문 %s개 일치"
|
||||
L["Matches the height setting of a horizontal bar or width for a vertical bar."] = "가로 바의 높이 또는 너비 설정을 세로 바에 맞춥니다."
|
||||
L["Max"] = "최대"
|
||||
L["Max Length"] = "최대 길이"
|
||||
@@ -805,7 +805,7 @@ every 3 events starting from 2nd and ending at 11th: 2-11/3]=] ] = [=[이벤트
|
||||
L["Spark Texture"] = "섬광 텍스처"
|
||||
L["Specific Currency ID"] = "화폐 ID 지정"
|
||||
L["Spell Selection Filters"] = "주문 선정 필터"
|
||||
L["Spells found:"] = "주문 발견:"
|
||||
L["Spells found:"] = "발견된 주문:"
|
||||
L["Stack Info"] = "중첩 정보"
|
||||
L["Stacks - The number of stacks of an aura (usually)"] = "중첩 - 오라의 중첩 갯수입니다 (일반적으로)"
|
||||
L["Standby"] = "대기 중"
|
||||
@@ -837,11 +837,13 @@ every 3 events starting from 2nd and ending at 11th: 2-11/3]=] ] = [=[이벤트
|
||||
L["Texture X Offset"] = "텍스처 X 위치 조정"
|
||||
L["Texture Y Offset"] = "텍스처 Y 위치 조정"
|
||||
L["Thanks"] = "감사 인사"
|
||||
L["The addon ElvUI is enabled. It might add cooldown numbers to the swipe. You can configure these in the ElvUI settings"] = "ElvUI 애드온을 사용중이므로 쿨타임 진행 부위에 쿨타임 시간이 표시될 것입니다. 시간 텍스트는 ElvUI 설정에서 조정할 수 있습니다"
|
||||
L["The addon OmniCC is enabled. It might add cooldown numbers to the swipe. You can configure these in the OmniCC settings"] = "OmniCC 애드온을 사용중이므로 쿨타임 진행 부위에 쿨타임 시간이 표시될 것입니다. 시간 텍스트는 OmniCC 설정에서 조정할 수 있습니다"
|
||||
L["The addon ElvUI is enabled. It might add cooldown numbers to the swipe. You can configure these in the ElvUI settings"] = "ElvUI 애드온을 사용중이므로 쿨타임 진행 부위에 쿨타임 시간이 표시될 것입니다. 남은 시간 텍스트는 ElvUI 설정에서 조정할 수 있습니다"
|
||||
L["The addon OmniCC is enabled. It might add cooldown numbers to the swipe. You can configure these in the OmniCC settings"] = "OmniCC 애드온을 사용중이므로 쿨타임 진행 부위에 쿨타임 시간이 표시될 것입니다. 남은 시간 텍스트는 OmniCC 설정에서 조정할 수 있습니다"
|
||||
L["The duration of the animation in seconds."] = "애니메이션 지속시간 (초)"
|
||||
L["The duration of the animation in seconds. The finish animation does not start playing until after the display would normally be hidden."] = "애니메이션의 초단위 지속시간입니다. 종료 애니메이션은 일반적으로는 디스플레이가 숨겨지기 전까진 재생을 시작하지 않습니다."
|
||||
L["The group and all direct children will share the same base frame level."] = "이 그룹과 모든 직속 자식 위크오라는 같은 기반의 프레임 레벨을 공유합니다."
|
||||
L["The Multi Target mode is less reliable and not recommended."] = "다중 대상 모드는 신뢰성이 떨어지므로 권장하지 않습니다."
|
||||
L["The Multi Target mode requires a name or spell id filter"] = "다중 대상 모드에는 이름 또는 주문 ID 필터가 필요합니다."
|
||||
L["The trigger number is optional. When no trigger number is specified, the trigger selected via dynamic information will be used."] = "활성 조건 번호는 선택 사항입니다. 활성 조건 번호를 지정하지 않으면 동적 정보를 통해 선택된 활성 조건이 사용됩니다."
|
||||
L["The type of trigger"] = "활성 조건 종류"
|
||||
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"] = "WeakAuras Options 애드온 %s 버전이 WeakAuras %s 버전과 맞지 않습니다. 게임을 실행한 상태에서 애드온을 업데이트 했다면 월드 오브 워크래프트를 종료 후 다시 실행하세요. 그래도 안되면 WeakAuras를 다시 설치해 보시기 바랍니다."
|
||||
@@ -912,8 +914,8 @@ Upgrade your version of WeakAuras or wait for next release before installing thi
|
||||
L["Url: %s"] = "URL: %s"
|
||||
L["Use Display Info Id"] = "디스플레이 정보 ID 사용"
|
||||
L["Use SetTransform"] = "SetTransform 사용"
|
||||
L["Used in auras:"] = "사용 중인 위크오라:"
|
||||
L["Used in Auras:"] = "사용 중인 위크오라:"
|
||||
L["Used in auras:"] = "사용 중인 위크오라:"
|
||||
L["Uses Texture Coordinates to rotate the texture."] = "회전에 텍스처 좌표를 사용합니다."
|
||||
L["Uses UnitIsVisible() to check if game client has loaded a object for this unit. This distance is around 100 yards. This is polled every second."] = "UnitIsVisible()을 사용해서 게임 클라이언트가 이 유닛의 오브젝트를 불러왔는지를 검사합니다. 검사 거리는 약 100미터 정도입니다. 매 초마다 검사합니다."
|
||||
L["Value"] = "값"
|
||||
|
||||
@@ -224,9 +224,9 @@ Enable this setting if you want this timer to be hidden, or when using a WeakAur
|
||||
L["Anchor Mode"] = "Anchor Mode"
|
||||
L["Anchor Point"] = "Ponto da âncora"
|
||||
L["Anchored To"] = "Ancorado a"
|
||||
L["And "] = "E"
|
||||
--[[Translation missing --]]
|
||||
L["and"] = "and"
|
||||
L["And "] = "E"
|
||||
--[[Translation missing --]]
|
||||
L["and %s"] = "and %s"
|
||||
L["and aligned left"] = "e alinhado à esquerda"
|
||||
@@ -1348,6 +1348,10 @@ every 3 events starting from 2nd and ending at 11th: 2-11/3]=]
|
||||
--[[Translation missing --]]
|
||||
L["The group and all direct children will share the same base frame level."] = "The group and all direct children will share the same base frame level."
|
||||
--[[Translation missing --]]
|
||||
L["The Multi Target mode is less reliable and not recommended."] = "The Multi Target mode is less reliable and not recommended."
|
||||
--[[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"
|
||||
--[[Translation missing --]]
|
||||
L["The trigger number is optional. When no trigger number is specified, the trigger selected via dynamic information will be used."] = "The trigger number is optional. When no trigger number is specified, the trigger selected via dynamic information will be used."
|
||||
--[[Translation missing --]]
|
||||
L["The type of trigger"] = "The type of trigger"
|
||||
|
||||
@@ -840,6 +840,10 @@ every 3 events starting from 2nd and ending at 11th: 2-11/3]=] ] = "Время
|
||||
L["The duration of the animation in seconds. The finish animation does not start playing until after the display would normally be hidden."] = [=[Длительность анимации в секундах.
|
||||
Конечная анимация не начнет отображаться, пока индикация не будет нормально скрыта (должен сработать детриггер).]=]
|
||||
L["The group and all direct children will share the same base frame level."] = "Группа и все её прямые дочерние элементы будут иметь один и тот же базовый уровень фрейма."
|
||||
--[[Translation missing --]]
|
||||
L["The Multi Target mode is less reliable and not recommended."] = "The Multi Target mode is less reliable and not recommended."
|
||||
--[[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."] = "Номер триггера является необязательным. Если номер триггера не указан, будет использоваться триггер, выбранный через динамическую информацию."
|
||||
L["The type of trigger"] = "Тип триггера"
|
||||
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"] = "Версия %s дополнения WeakAuras Options не соответствует версии %s WeakAuras. Если вы обновили дополнение во время игры, попробуйте перезапустить World of Warcraft. В противном случае попробуйте переустановить WeakAuras"
|
||||
@@ -918,8 +922,8 @@ Upgrade your version of WeakAuras or wait for next release before installing thi
|
||||
L["Url: %s"] = "URL-адрес: %s"
|
||||
L["Use Display Info Id"] = "Использовать ID отображения существа"
|
||||
L["Use SetTransform"] = "Использовать ф. SetTransform"
|
||||
L["Used in auras:"] = "Использовано в индикациях:"
|
||||
L["Used in Auras:"] = "Использовано в индикациях:"
|
||||
L["Used in auras:"] = "Использовано в индикациях:"
|
||||
L["Uses Texture Coordinates to rotate the texture."] = "Использует координаты текстуры для её вращения."
|
||||
L["Uses UnitIsVisible() to check if game client has loaded a object for this unit. This distance is around 100 yards. This is polled every second."] = "Использует функцию UnitIsVisible для проверки, может ли клиент игры видеть указанную единицу (загружен ли объект). Не определяет, находится ли единица в поле зрения. Расстояние составляет 100 метров. Опрос происходит каждую секунду."
|
||||
L["Value"] = "Значение"
|
||||
|
||||
@@ -151,8 +151,8 @@ Enable this setting if you want this timer to be hidden, or when using a WeakAur
|
||||
L["Anchor Mode"] = "定位模式"
|
||||
L["Anchor Point"] = "锚点指向"
|
||||
L["Anchored To"] = "对齐到"
|
||||
L["and"] = "和"
|
||||
L["And "] = "和"
|
||||
L["and"] = "和"
|
||||
L["and %s"] = "并且 %s"
|
||||
L["and aligned left"] = "并且左对齐"
|
||||
L["and aligned right"] = "并且右对齐"
|
||||
@@ -229,8 +229,7 @@ Off Screen]=] ] = "光环在屏幕外"
|
||||
L["Circular Texture %s"] = "圆形材质%s"
|
||||
L["Clear Debug Logs"] = "清除调试日志"
|
||||
L["Clear Saved Data"] = "清空已储存数据"
|
||||
--[[Translation missing --]]
|
||||
L["Click to replace the name with %s."] = "Click to replace the name with %s."
|
||||
L["Click to replace the name with %s."] = "点击将名称替换为%s"
|
||||
L["Clip Overlays"] = "裁剪覆盖层"
|
||||
L["Clipped by Foreground"] = "被前景裁切"
|
||||
L["Close"] = "关闭"
|
||||
@@ -274,8 +273,7 @@ Off Screen]=] ] = "光环在屏幕外"
|
||||
L["Custom Init"] = "自定义初始化"
|
||||
L["Custom Load"] = "自定义载入"
|
||||
L["Custom Options"] = "自定义选项"
|
||||
--[[Translation missing --]]
|
||||
L["Custom Text Update Throttle"] = "Custom Text Update Throttle"
|
||||
L["Custom Text Update Throttle"] = "自定义文本更新间隔"
|
||||
L["Custom Trigger"] = "自定义触发器"
|
||||
L["Custom trigger event tooltip"] = [=[选择用于检查自定义触发器的事件。如果有多个事件,可以用英文逗号或空格分隔。
|
||||
• "UNIT" 事件后可用英文冒号指定要注册的 unitID,也可以指定单位的类型,包括 "nameplate", "group", "raid", "part", "arena" 和 "boss"。
|
||||
@@ -292,8 +290,7 @@ UNIT_POWER_UPDATE:player, UNIT_AURA:nameplate:group PLAYER_TARGET_CHANGED CLEU:S
|
||||
|
||||
|cFF4444FF例:|r
|
||||
UNIT_POWER, UNIT_AURA PLAYER_TARGET_CHANGED]=]
|
||||
--[[Translation missing --]]
|
||||
L["Custom trigger Update Throttle"] = "Custom trigger Update Throttle"
|
||||
L["Custom trigger Update Throttle"] = "自定义触发器更新间隔"
|
||||
L["Custom Trigger: Ignore Lua Errors on OPTIONS event"] = "自定义触发器:忽略 OPTIONS 事件中的Lua错误"
|
||||
L["Custom Trigger: Send fake events instead of STATUS event"] = "自定义触发器:发送虚假事件而不是 STATUS 事件"
|
||||
L["Custom Unload"] = "自定义卸载"
|
||||
@@ -461,8 +458,7 @@ Bleed classification via LibDispel]=] ] = "仅过滤给定类型的可驱散的
|
||||
L["Group Settings"] = "组设置"
|
||||
L["Hawk"] = "鹰"
|
||||
L["Help"] = "帮助"
|
||||
--[[Translation missing --]]
|
||||
L["Hide After"] = "Hide After"
|
||||
L["Hide After"] = "结束后隐藏"
|
||||
L["Hide Background"] = "隐藏背景"
|
||||
L["Hide Glows applied by this aura"] = "隐藏由此光环应用的发光"
|
||||
L["Hide on"] = "隐藏于"
|
||||
@@ -553,8 +549,7 @@ Bleed classification via LibDispel]=] ] = "仅过滤给定类型的可驱散的
|
||||
L["Magnetically Align"] = "磁力对齐"
|
||||
L["Main"] = "主要的"
|
||||
L["Manual with %i/%i"] = "手动:%i/%i"
|
||||
--[[Translation missing --]]
|
||||
L["Matches %s spells"] = "Matches %s spells"
|
||||
L["Matches %s spells"] = "匹配 %s 法术"
|
||||
L["Matches the height setting of a horizontal bar or width for a vertical bar."] = "符合水平进度条的高度设置,或者垂直进度条的宽度设置。"
|
||||
L["Max"] = "最大"
|
||||
L["Max Length"] = "最大长度"
|
||||
@@ -659,8 +654,7 @@ every 3 events starting from 2nd and ending at 11th: 2-11/3]=] ] = [=[事件发
|
||||
L["Paste Trigger Settings"] = "粘贴触发器设置"
|
||||
L["Places a tick on the bar"] = "在进度条上放置进度指示"
|
||||
L["Play Sound"] = "播放声音"
|
||||
--[[Translation missing --]]
|
||||
L["Player Spells found:"] = "Player Spells found:"
|
||||
L["Player Spells found:"] = "发现玩家法术:"
|
||||
L["Portrait Zoom"] = "肖像缩放"
|
||||
L["Position and Size Settings"] = "位置和尺寸设置"
|
||||
L["Preferred Match"] = "匹配偏好"
|
||||
@@ -684,8 +678,7 @@ every 3 events starting from 2nd and ending at 11th: 2-11/3]=] ] = [=[事件发
|
||||
L["Re-center X"] = "到中心 X 偏移"
|
||||
L["Re-center Y"] = "到中心 Y 偏移"
|
||||
L["Reciprocal TRIGGER:# requests will be ignored!"] = "相互的TRIGGER:#请求将被忽略!"
|
||||
--[[Translation missing --]]
|
||||
L["Redo"] = "Redo"
|
||||
L["Redo"] = "恢复"
|
||||
L["Regions of type \"%s\" are not supported."] = "%s 区域类型不被支持。"
|
||||
L["Remove"] = "移除"
|
||||
L["Remove All Sounds"] = "移除所有音效"
|
||||
@@ -795,8 +788,7 @@ every 3 events starting from 2nd and ending at 11th: 2-11/3]=] ] = [=[事件发
|
||||
L["Spark Texture"] = "闪光材质"
|
||||
L["Specific Currency ID"] = "特定货币ID"
|
||||
L["Spell Selection Filters"] = "法术选择过滤器"
|
||||
--[[Translation missing --]]
|
||||
L["Spells found:"] = "Spells found:"
|
||||
L["Spells found:"] = "找到法术:"
|
||||
L["Stack Info"] = "层数信息"
|
||||
L["Stacks - The number of stacks of an aura (usually)"] = "堆叠 - 光环的堆叠层数(通常是)"
|
||||
L["Standby"] = "已就绪"
|
||||
@@ -809,8 +801,7 @@ every 3 events starting from 2nd and ending at 11th: 2-11/3]=] ] = [=[事件发
|
||||
L["Stop Motion %s"] = "定格动画%s"
|
||||
L["Stop Motion Settings"] = "定格动画设置"
|
||||
L["Stop Sound"] = "停止播放声音"
|
||||
--[[Translation missing --]]
|
||||
L["Stretched by Foreground"] = "Stretched by Foreground"
|
||||
L["Stretched by Foreground"] = "前景拉伸"
|
||||
L["Sub Elements"] = "子元素"
|
||||
L["Sub Option %i"] = "子选项 %i"
|
||||
L["Subevent"] = "子事件"
|
||||
@@ -834,6 +825,8 @@ every 3 events starting from 2nd and ending at 11th: 2-11/3]=] ] = [=[事件发
|
||||
L["The duration of the animation in seconds."] = "动画持续秒数"
|
||||
L["The duration of the animation in seconds. The finish animation does not start playing until after the display would normally be hidden."] = "动画时长秒时。直到图示可以被正常隐藏之后,结束动画才会播放。"
|
||||
L["The group and all direct children will share the same base frame level."] = "此组与直接子元素将共享同一个框体层级。"
|
||||
L["The Multi Target mode is less reliable and not recommended."] = "多目标模式可靠性较差并不推荐"
|
||||
L["The Multi Target mode requires a name or spell id filter"] = "多目标模式需要名称或法术id过滤器"
|
||||
L["The trigger number is optional. When no trigger number is specified, the trigger selected via dynamic information will be used."] = "触发器编号为可选。当不指定触发器编号时,将使用通过动态信息选择的触发器。"
|
||||
L["The type of trigger"] = "触发器类型"
|
||||
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"] = "WeakAuras 选项插件版本 %s 与 WeakAuras 本体版本 %s 不匹配。如果您在游戏运行时更新了插件,请尝试重新启动《魔兽世界》。否则请尝试重新安装 WeakAuras"
|
||||
@@ -889,8 +882,7 @@ Upgrade your version of WeakAuras or wait for next release before installing thi
|
||||
L["Trigger %i: %s"] = "触发器%i:%s"
|
||||
L["Trigger Combination"] = "触发器组合"
|
||||
L["Type 'select' for '%s' requires a values member'"] = "'%s'的类型'select'需要至少一个'values'成员。"
|
||||
--[[Translation missing --]]
|
||||
L["Undo"] = "Undo"
|
||||
L["Undo"] = "撤销"
|
||||
L["Ungroup"] = "不分组"
|
||||
L["Unit %s is not a valid unit for RegisterUnitEvent"] = "单位 %s 并不是 RegisterUnitEvent 的有效单位"
|
||||
L["Unit Count"] = "单位计数"
|
||||
@@ -906,8 +898,8 @@ Upgrade your version of WeakAuras or wait for next release before installing thi
|
||||
L["Url: %s"] = "URL:%s"
|
||||
L["Use Display Info Id"] = "使用显示信息 ID"
|
||||
L["Use SetTransform"] = "使用 SetTransform 方法"
|
||||
L["Used in auras:"] = "在下列光环中被使用:"
|
||||
L["Used in Auras:"] = "在下列光环中被使用:"
|
||||
L["Used in auras:"] = "在下列光环中被使用:"
|
||||
L["Uses Texture Coordinates to rotate the texture."] = "使用材质坐标以旋转材质"
|
||||
L["Uses UnitIsVisible() to check if game client has loaded a object for this unit. This distance is around 100 yards. This is polled every second."] = "使用UnitIsVisible()检查游戏客户端是否加载此单位的对象。此距离大概为100码。每秒检查一次。"
|
||||
L["Value"] = "值"
|
||||
@@ -922,12 +914,10 @@ Upgrade your version of WeakAuras or wait for next release before installing thi
|
||||
L["Vertical Bar"] = "垂直条"
|
||||
L["View"] = "显示"
|
||||
L["View custom code"] = "查看自定义代码"
|
||||
--[[Translation missing --]]
|
||||
L["Voice Settings"] = "Voice Settings"
|
||||
L["Voice Settings"] = "语音设置"
|
||||
L["We thank"] = "我们感谢"
|
||||
L["WeakAuras %s on WoW %s"] = "WeakAuras %s + WoW %s"
|
||||
--[[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."] = "WA建议使用法术id而不是法术名称。法术id会自动本地化。"
|
||||
L["What do you want to do?"] = "你想要做什么?"
|
||||
L["Whole Area"] = "整个区域"
|
||||
L["wrapping"] = "折叠"
|
||||
@@ -943,16 +933,11 @@ Upgrade your version of WeakAuras or wait for next release before installing thi
|
||||
L["You already have this group/aura. Importing will create a duplicate."] = "此组/光环已经存在,继续导入将会创建副本。"
|
||||
L["You are about to delete %d aura(s). |cFFFF0000This cannot be undone!|r Would you like to continue?"] = "正在删除 %d 个光环,|cFFFF0000此操作无法被撤销!|r真的要删除吗?"
|
||||
L["You are about to delete a trigger. |cFFFF0000This cannot be undone!|r Would you like to continue?"] = "你正在删除一个触发器。|cFFFF0000这个操作无法撤销!|r你要继续吗?"
|
||||
--[[Translation missing --]]
|
||||
L[ [=[You are about to Import an Aura with custom Lua code on a Hardcore server.
|
||||
|
||||
|cFFFF0000There is a risk the custom code could be used to kill your hardcore character!|r
|
||||
|
||||
Would you like to continue?]=] ] = [=[You are about to Import an Aura with custom Lua code on a Hardcore server.
|
||||
|
||||
|cFFFF0000There is a risk the custom code could be used to kill your hardcore character!|r
|
||||
|
||||
Would you like to continue?]=]
|
||||
Would you like to continue?]=] ] = "您将在硬核服务器上导入带有自定义Lua代码的Aura。|cFFFF0000这有风险,自定义代码可以用来杀死你的硬核角色!你想继续吗?"
|
||||
L[ [=[You can add a comma-separated list of state values here that (when changed) WeakAuras should also run the Anchor Code on.
|
||||
|
||||
WeakAuras will always run custom anchor code if you include 'changed' in this list, or when a region is added, removed, or re-ordered.]=] ] = [=[你可以添加一个由英文逗号分隔的状态键列表,当它对应的值被改变时,WeakAuras 将运行自定义锚点代码。
|
||||
|
||||
@@ -815,6 +815,8 @@ every 3 events starting from 2nd and ending at 11th: 2-11/3]=] ] = [=[事件發
|
||||
L["The duration of the animation in seconds."] = "動畫的持續時間(秒)。"
|
||||
L["The duration of the animation in seconds. The finish animation does not start playing until after the display would normally be hidden."] = "動畫的持續時間 (秒)。直到提醒效果正常隱藏後,才會播放結束時的動畫。"
|
||||
L["The group and all direct children will share the same base frame level."] = "此群組和所有直接的子項目將共用相同的基礎框架層級。"
|
||||
L["The Multi Target mode is less reliable and not recommended."] = "多目標模式較不可靠,不建議使用。"
|
||||
L["The Multi Target mode requires a name or spell id filter"] = "多目標模式需要名稱或法術ID過濾器"
|
||||
L["The trigger number is optional. When no trigger number is specified, the trigger selected via dynamic information will be used."] = "觸發編號是可選的。當未指定觸發編號時,將使用透過動態資訊選擇的觸發。"
|
||||
L["The type of trigger"] = "觸發類型"
|
||||
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"] = "WeakAuras 選項插件版本 %s 與 WeakAuras 版本 %s 不符。如果您在遊戲運行時更新了插件,請嘗試重新啟動《魔獸世界》。否則嘗試重新安裝 WeakAuras"
|
||||
@@ -886,8 +888,8 @@ Upgrade your version of WeakAuras or wait for next release before installing thi
|
||||
L["Url: %s"] = "網址:%s"
|
||||
L["Use Display Info Id"] = "使用顯示資訊 ID"
|
||||
L["Use SetTransform"] = "使用 SetTransform"
|
||||
L["Used in auras:"] = "使用的提醒效果:"
|
||||
L["Used in Auras:"] = "使用的提醒效果:"
|
||||
L["Used in auras:"] = "使用的提醒效果:"
|
||||
L["Uses Texture Coordinates to rotate the texture."] = "使用材質坐標來旋轉材質。"
|
||||
L["Uses UnitIsVisible() to check if game client has loaded a object for this unit. This distance is around 100 yards. This is polled every second."] = "使用 UnitIsVisible() 來檢查遊戲是否已經載入該單位的物件,距離為 100碼,每秒都會檢查一次。"
|
||||
L["Value"] = "數值"
|
||||
|
||||
@@ -3,7 +3,7 @@ local Private = select(2, ...)
|
||||
|
||||
local L = WeakAuras.L
|
||||
|
||||
local optionsVersion = "5.20.6 Beta"
|
||||
local optionsVersion = "5.20.7 Beta"
|
||||
|
||||
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"],
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
## Interface: 30300
|
||||
## Title: WeakAuras Options
|
||||
## Author: The WeakAuras Team
|
||||
## Version: 5.20.6
|
||||
## Version: 5.20.7
|
||||
## IconTexture: Interface\AddOns\WeakAuras\Media\Textures\icon.blp
|
||||
## Notes: Options for WeakAuras
|
||||
## Notes-esES: Opciones para WeakAuras
|
||||
|
||||
Reference in New Issue
Block a user