From b62113eb8e8f9a1ee355e0a06124fb093fc40358 Mon Sep 17 00:00:00 2001 From: Michael Bennett Date: Thu, 17 Nov 2022 07:54:04 +1300 Subject: [PATCH] Update Ascension Specific ElvUI elements - GitHub URL, Option Menu and Spellbook Skins (#14) * Update the Installation completion URL * Skin Ascension Specific Options Menu Settings * Skin Spellbook searchbox --- ElvUI/Core/Install.lua | 2 +- ElvUI/Core/Tutorials.lua | 2 +- ElvUI/Locales/deDE.lua | 4 +-- ElvUI/Locales/enUS.lua | 4 +-- ElvUI/Locales/esMX.lua | 4 +-- ElvUI/Locales/frFR.lua | 4 +-- ElvUI/Locales/koKR.lua | 4 +-- ElvUI/Locales/ptBR.lua | 6 ++-- ElvUI/Locales/ruRU.lua | 4 +-- ElvUI/Locales/zhCN.lua | 4 +-- ElvUI/Locales/zhTW.lua | 4 +-- .../Skins/Blizzard/BlizzardOptions.lua | 33 +++++++++++++++++++ ElvUI/Modules/Skins/Blizzard/Spellbook.lua | 3 ++ 13 files changed, 57 insertions(+), 21 deletions(-) diff --git a/ElvUI/Core/Install.lua b/ElvUI/Core/Install.lua index c4442c6..6513105 100644 --- a/ElvUI/Core/Install.lua +++ b/ElvUI/Core/Install.lua @@ -683,7 +683,7 @@ local function SetPage(PageNum) InstallOption2Button:SetText(L["Icons Only"]) elseif PageNum == 8 then f.SubTitle:SetText(L["Installation Complete"]) - f.Desc1:SetText(L["You are now finished with the installation process. If you are in need of technical support please visit us at https://github.com/ElvUI-WotLK."]) + f.Desc1:SetText(L["You are now finished with the installation process. If you are in need of technical support please visit us at https://github.com/Ascension-Addons/ElvUI."]) f.Desc2:SetText(L["Please click the button below so you can setup variables and ReloadUI."]) InstallOption1Button:Show() InstallOption1Button:SetScript("OnClick", function() E:StaticPopup_Show("ELVUI_EDITBOX", nil, nil, "https://discord.gg/UXSc7nt") end) diff --git a/ElvUI/Core/Tutorials.lua b/ElvUI/Core/Tutorials.lua index 246613a..2ece0ad 100644 --- a/ElvUI/Core/Tutorials.lua +++ b/ElvUI/Core/Tutorials.lua @@ -9,7 +9,7 @@ local DISABLE = DISABLE local HIDE = HIDE E.TutorialList = { - L["For technical support visit us at https://github.com/ElvUI-WotLK."], + L["For technical support visit us at https://github.com/Ascension-Addons/ElvUI."], L["You can toggle the microbar by using your middle mouse button on the minimap you can also accomplish this by enabling the actual microbar located in the actionbar settings."], L["A raid marker feature is available by pressing Escape -> Keybinds scroll to the bottom under ElvUI and setting a keybind for the raid marker."], L["You can set your keybinds quickly by typing /kb."], diff --git a/ElvUI/Locales/deDE.lua b/ElvUI/Locales/deDE.lua index 3147faf..d18c1b8 100644 --- a/ElvUI/Locales/deDE.lua +++ b/ElvUI/Locales/deDE.lua @@ -107,7 +107,7 @@ L["Fishy Loot"] = "Faule Beute" L["Focus Castbar"] = "Fokus Zauberbalken" L["Focus Frame"] = "Fokusfenster" L["FocusTarget Frame"] = "Fokus-Ziel Fenster" -L["For technical support visit us at https://github.com/ElvUI-WotLK."] = "Für technische Hilfe besuche uns unter https://github.com/ElvUI-WotLK." +L["For technical support visit us at https://github.com/Ascension-Addons/ElvUI."] = "Für technische Hilfe besuche uns unter https://github.com/Ascension-Addons/ElvUI." L["Frame"] = "Fenster" L["Friends List"] = "Freundesliste" L["G"] = "G" @@ -290,7 +290,7 @@ L["XP:"] = "EP:" L["Yes, Keep Changes!"] = "Ja, Änderungen behalten!" L["You are going to copy settings for |cffD3CF00\"%s\"|r from your current |cff4beb2c\"%s\"|r profile to |cff4beb2c\"%s\"|r profile. Are you sure?"] = "Du möchtest Einstellungen für |cffD3CF00\"%s\"|r von deinem derzeitigen |cff4beb2c\"%s\"|r Profil zu |cff4beb2c\"%s\"|r Profil kopieren. Bist du sicher?" L["You are going to copy settings for |cffD3CF00\"%s\"|r from |cff4beb2c\"%s\"|r profile to your current |cff4beb2c\"%s\"|r profile. Are you sure?"] = "Du möchtest Einstellungen für |cffD3CF00\"%s\"|r Profil zu deinem aktuellem |cff4beb2c\"%s\"|r Profil kopieren. Bist du sicher?" -L["You are now finished with the installation process. If you are in need of technical support please visit us at https://github.com/ElvUI-WotLK."] = "Du hast den Installationsprozess abgeschlossen. Solltest du technische Hilfe benötigen, besuche uns auf https://github.com/ElvUI-WotLK." +L["You are now finished with the installation process. If you are in need of technical support please visit us at https://github.com/Ascension-Addons/ElvUI."] = "Du hast den Installationsprozess abgeschlossen. Solltest du technische Hilfe benötigen, besuche uns auf https://github.com/Ascension-Addons/ElvUI." L["You are using CPU Profiling. This causes decreased performance. Do you want to disable it or continue?"] = "Du benutzt CPU Profiling. Dieses verringert deine Performance. Willst du es deaktivieren oder fortfahren." L["You can access copy chat and chat menu functions by mouse over the top right corner of chat panel and left/right click on the button that will appear."] = "Du kannst die Funktionen Chat Kopieren und Chatmenü aufrufen, wenn du die Maus in die obere rechte Ecke des Chatfensters bewegst und links-/rechtsklickst." L["You can always change fonts and colors of any element of ElvUI from the in-game configuration."] = "Du kannst jederzeit in der Ingame-Konfiguration Schriften und Farben von jedem Element des Interfaces ändern." diff --git a/ElvUI/Locales/enUS.lua b/ElvUI/Locales/enUS.lua index edf94ca..4c2324a 100644 --- a/ElvUI/Locales/enUS.lua +++ b/ElvUI/Locales/enUS.lua @@ -107,7 +107,7 @@ L["Fishy Loot"] = true L["Focus Castbar"] = true L["Focus Frame"] = true L["FocusTarget Frame"] = true -L["For technical support visit us at https://github.com/ElvUI-WotLK."] = true +L["For technical support visit us at https://github.com/Ascension-Addons/ElvUI."] = true L["Frame"] = true L["Friends List"] = true L["G"] = true @@ -292,7 +292,7 @@ L["XP:"] = true L["Yes, Keep Changes!"] = true L["You are going to copy settings for |cffD3CF00\"%s\"|r from your current |cff4beb2c\"%s\"|r profile to |cff4beb2c\"%s\"|r profile. Are you sure?"] = true L["You are going to copy settings for |cffD3CF00\"%s\"|r from |cff4beb2c\"%s\"|r profile to your current |cff4beb2c\"%s\"|r profile. Are you sure?"] = true -L["You are now finished with the installation process. If you are in need of technical support please visit us at https://github.com/ElvUI-WotLK."] = true +L["You are now finished with the installation process. If you are in need of technical support please visit us at https://github.com/Ascension-Addons/ElvUI."] = true L["You are using CPU Profiling. This causes decreased performance. Do you want to disable it or continue?"] = true L["You can access copy chat and chat menu functions by mouse over the top right corner of chat panel and left/right click on the button that will appear."] = true L["You can always change fonts and colors of any element of ElvUI from the in-game configuration."] = true diff --git a/ElvUI/Locales/esMX.lua b/ElvUI/Locales/esMX.lua index 5681963..196c492 100644 --- a/ElvUI/Locales/esMX.lua +++ b/ElvUI/Locales/esMX.lua @@ -107,7 +107,7 @@ L["Fishy Loot"] = "Botín Sospechoso" L["Focus Castbar"] = "Barra de Lanzamiento del Foco" L["Focus Frame"] = "Marco de Foco" L["FocusTarget Frame"] = "Marco de Objetivo del Foco" -L["For technical support visit us at https://github.com/ElvUI-WotLK."] = "Para soporte técnico visítanos en https://github.com/ElvUI-WotLK." +L["For technical support visit us at https://github.com/Ascension-Addons/ElvUI."] = "Para soporte técnico visítanos en https://github.com/Ascension-Addons/ElvUI." L["Frame"] = "Marco" L["Friends List"] = "Lista de Amigos" L["G"] = "H" @@ -290,7 +290,7 @@ L["XP:"] = "XP:" L["Yes, Keep Changes!"] = "¡Sí, Mantén los cambios!" L["You are going to copy settings for |cffD3CF00\"%s\"|r from your current |cff4beb2c\"%s\"|r profile to |cff4beb2c\"%s\"|r profile. Are you sure?"] = true L["You are going to copy settings for |cffD3CF00\"%s\"|r from |cff4beb2c\"%s\"|r profile to your current |cff4beb2c\"%s\"|r profile. Are you sure?"] = true -L["You are now finished with the installation process. If you are in need of technical support please visit us at https://github.com/ElvUI-WotLK."] = "Ya has terminado con el proceso de instalación. Si necesitas ayuda o soporte técnico por favor visítanos en https://github.com/ElvUI-WotLK." +L["You are now finished with the installation process. If you are in need of technical support please visit us at https://github.com/Ascension-Addons/ElvUI."] = "Ya has terminado con el proceso de instalación. Si necesitas ayuda o soporte técnico por favor visítanos en https://github.com/Ascension-Addons/ElvUI." L["You are using CPU Profiling. This causes decreased performance. Do you want to disable it or continue?"] = "Está utilizando el perfil de CPU CVar. Esto provoca una disminución del rendimiento. ¿Desea deshabilitarlo o continuar?" L["You can access copy chat and chat menu functions by mouse over the top right corner of chat panel and left/right click on the button that will appear."] = "Puedes acceder a copiar y a las opciones del chat pasando el ratón sobre la esquina superior derecha del panel del chat y haciendo clic en el botón que aparece." L["You can always change fonts and colors of any element of ElvUI from the in-game configuration."] = "Siempre puedes cambiar las fuentes y colores de cualquier elemento de ElvUI desde la configuración." diff --git a/ElvUI/Locales/frFR.lua b/ElvUI/Locales/frFR.lua index 0823026..f4efac5 100644 --- a/ElvUI/Locales/frFR.lua +++ b/ElvUI/Locales/frFR.lua @@ -107,7 +107,7 @@ L["Fishy Loot"] = "Butin de pêche" L["Focus Castbar"] = "Barre d'incantation du focus" L["Focus Frame"] = "Cadre focus" L["FocusTarget Frame"] = "Cadre de la cible de votre focus" -L["For technical support visit us at https://github.com/ElvUI-WotLK."] = "Pour tout support technique, merci de nous rendre visite sur https://github.com/ElvUI-WotLK." +L["For technical support visit us at https://github.com/Ascension-Addons/ElvUI."] = "Pour tout support technique, merci de nous rendre visite sur https://github.com/Ascension-Addons/ElvUI." L["Frame"] = "Fenêtre" L["Friends List"] = "Liste d'amis" L["G"] = "G" @@ -290,7 +290,7 @@ L["XP:"] = "XP :" L["Yes, Keep Changes!"] = "Oui, garder les changements !" L["You are going to copy settings for |cffD3CF00\"%s\"|r from your current |cff4beb2c\"%s\"|r profile to |cff4beb2c\"%s\"|r profile. Are you sure?"] = true L["You are going to copy settings for |cffD3CF00\"%s\"|r from |cff4beb2c\"%s\"|r profile to your current |cff4beb2c\"%s\"|r profile. Are you sure?"] = true -L["You are now finished with the installation process. If you are in need of technical support please visit us at https://github.com/ElvUI-WotLK."] = "Vous avez maintenant terminé le processus d'installation. Si vous avez besoin d'un support technique, merci de vous rendre sur https://github.com/ElvUI-WotLK." +L["You are now finished with the installation process. If you are in need of technical support please visit us at https://github.com/Ascension-Addons/ElvUI."] = "Vous avez maintenant terminé le processus d'installation. Si vous avez besoin d'un support technique, merci de vous rendre sur https://github.com/Ascension-Addons/ElvUI." L["You are using CPU Profiling. This causes decreased performance. Do you want to disable it or continue?"] = true L["You can access copy chat and chat menu functions by mouse over the top right corner of chat panel and left/right click on the button that will appear."] = "Vous pouvez accéder à une copie du chat et des fonctions du chat en survolant avec votre souris le coin en haut à droite de la fenêtre de discussion. Cliquez ensuite sur le bouton qui apparait." L["You can always change fonts and colors of any element of ElvUI from the in-game configuration."] = "Vous pouvez toujours modifier les polices et les couleurs de n'importe quel élément d'Elvui dans la configuration du jeu." diff --git a/ElvUI/Locales/koKR.lua b/ElvUI/Locales/koKR.lua index 57b34ba..f6f632a 100644 --- a/ElvUI/Locales/koKR.lua +++ b/ElvUI/Locales/koKR.lua @@ -107,7 +107,7 @@ L["Fishy Loot"] = "낚시 전리품" L["Focus Castbar"] = "주시대상 시전바" L["Focus Frame"] = "주시대상 프레임" L["FocusTarget Frame"] = "주시대상의 대상 프레임" -L["For technical support visit us at https://github.com/ElvUI-WotLK."] = "궁금한 사항이나 기술지원은 |cff2eb7e4github.com/ElvUI-WotLK|r에서 해결하세요." +L["For technical support visit us at https://github.com/Ascension-Addons/ElvUI."] = "궁금한 사항이나 기술지원은 |cff2eb7e4github.com/Ascension-Addons/ElvUI|r에서 해결하세요." L["Frame"] = "유닛프레임" L["Friends List"] = "친구 목록" L["G"] = "길드" @@ -290,7 +290,7 @@ L["XP:"] = "경험치:" L["Yes, Keep Changes!"] = "네! 이대로 할래요!" L["You are going to copy settings for |cffD3CF00\"%s\"|r from your current |cff4beb2c\"%s\"|r profile to |cff4beb2c\"%s\"|r profile. Are you sure?"] = true L["You are going to copy settings for |cffD3CF00\"%s\"|r from |cff4beb2c\"%s\"|r profile to your current |cff4beb2c\"%s\"|r profile. Are you sure?"] = true -L["You are now finished with the installation process. If you are in need of technical support please visit us at https://github.com/ElvUI-WotLK."] = "설치 과정이 끝났습니다.|n궁금한 점 해결이나 기술지원이 필요하면 https://github.com/ElvUI-WotLK 를 방문하세요." +L["You are now finished with the installation process. If you are in need of technical support please visit us at https://github.com/Ascension-Addons/ElvUI."] = "설치 과정이 끝났습니다.|n궁금한 점 해결이나 기술지원이 필요하면 https://github.com/Ascension-Addons/ElvUI 를 방문하세요." L["You are using CPU Profiling. This causes decreased performance. Do you want to disable it or continue?"] = true L["You can access copy chat and chat menu functions by mouse over the top right corner of chat panel and left/right click on the button that will appear."] = "채팅창 우측상단의 문서 아이콘을 클릭하면 대화 내역을 복사할 수 있습니다. 우클릭하면 채팅에 관련된 메뉴가 나옵니다." L["You can always change fonts and colors of any element of ElvUI from the in-game configuration."] = "ElvUI에서 표시하는 폰트나 색상은 설정에서 언제든지 바꿀 수 있습니다." diff --git a/ElvUI/Locales/ptBR.lua b/ElvUI/Locales/ptBR.lua index fce964e..b329dad 100644 --- a/ElvUI/Locales/ptBR.lua +++ b/ElvUI/Locales/ptBR.lua @@ -107,8 +107,8 @@ L["Fishy Loot"] = "Saque de Peixes" L["Focus Castbar"] = "Barra de Lançamento do Foco" L["Focus Frame"] = "Quadro do Foco" L["FocusTarget Frame"] = "Quadro do Alvo do Foco" -L["For technical support visit us at https://github.com/ElvUI-WotLK."] = "Para suporte técnico visite-nos no site https://github.com/ElvUI-WotLK." -L["For technical support visit us at https://github.com/ElvUI-WotLK."] = true +L["For technical support visit us at https://github.com/Ascension-Addons/ElvUI."] = "Para suporte técnico visite-nos no site https://github.com/Ascension-Addons/ElvUI." +L["For technical support visit us at https://github.com/Ascension-Addons/ElvUI."] = true L["Frame"] = "Quadro" L["Friends List"] = "Lista de Amigos" L["G"] = "G" @@ -291,7 +291,7 @@ L["XP:"] = "XP:" L["Yes, Keep Changes!"] = true L["You are going to copy settings for |cffD3CF00\"%s\"|r from your current |cff4beb2c\"%s\"|r profile to |cff4beb2c\"%s\"|r profile. Are you sure?"] = true L["You are going to copy settings for |cffD3CF00\"%s\"|r from |cff4beb2c\"%s\"|r profile to your current |cff4beb2c\"%s\"|r profile. Are you sure?"] = true -L["You are now finished with the installation process. If you are in need of technical support please visit us at https://github.com/ElvUI-WotLK."] = "O processo de instalação está agora terminado. Se precisar de suporte técnico por favor visite-nos no site https://github.com/ElvUI-WotLK." +L["You are now finished with the installation process. If you are in need of technical support please visit us at https://github.com/Ascension-Addons/ElvUI."] = "O processo de instalação está agora terminado. Se precisar de suporte técnico por favor visite-nos no site https://github.com/Ascension-Addons/ElvUI." L["You are using CPU Profiling. This causes decreased performance. Do you want to disable it or continue?"] = true L["You can access copy chat and chat menu functions by mouse over the top right corner of chat panel and left/right click on the button that will appear."] = "Você pode acessar ao 'copiar bate-papo' e ao menu de funções do bate-papo passando com o rato (mouse) no canto superior direito do painel e clicando botão esquerdo/direito no botão que irá aparecer." L["You can always change fonts and colors of any element of ElvUI from the in-game configuration."] = "As cores e fontes da ElvUI podem ser mudadas em qualquer momento no modo de configuração demtro do jogo." diff --git a/ElvUI/Locales/ruRU.lua b/ElvUI/Locales/ruRU.lua index 96cffe8..367dc5b 100644 --- a/ElvUI/Locales/ruRU.lua +++ b/ElvUI/Locales/ruRU.lua @@ -107,7 +107,7 @@ L["Fishy Loot"] = "Улов" L["Focus Castbar"] = "Полоса заклинаний фокуса" L["Focus Frame"] = "Фокус" L["FocusTarget Frame"] = "Цель фокуса" -L["For technical support visit us at https://github.com/ElvUI-WotLK."] = "За технической поддержкой обращайтесь на https://github.com/ElvUI-WotLK." +L["For technical support visit us at https://github.com/Ascension-Addons/ElvUI."] = "За технической поддержкой обращайтесь на https://github.com/Ascension-Addons/ElvUI." L["Frame"] = "Рамка" L["Friends List"] = "Список друзей" L["G"] = "Г" @@ -290,7 +290,7 @@ L["XP:"] = "Опыт:" L["Yes, Keep Changes!"] = "Да, сохранить изменения!" L["You are going to copy settings for |cffD3CF00\"%s\"|r from your current |cff4beb2c\"%s\"|r profile to |cff4beb2c\"%s\"|r profile. Are you sure?"] = "Вы собираетесь скопировать настройки для модуля |cffD3CF00\"%s\"|r из вашего текущего профиля |cff4beb2c\"%s\"|r в профиль |cff4beb2c\"%s\"|r. Вы уверены?" L["You are going to copy settings for |cffD3CF00\"%s\"|r from |cff4beb2c\"%s\"|r profile to your current |cff4beb2c\"%s\"|r profile. Are you sure?"] = "Вы собираетесь скопировать настройки для модуля |cffD3CF00\"%s\"|r из вашего профиля |cff4beb2c\"%s\"|r в текущий профиль |cff4beb2c\"%s\"|r. Вы уверены?" -L["You are now finished with the installation process. If you are in need of technical support please visit us at https://github.com/ElvUI-WotLK."] = "Вы завершили процесс установки. Если Вам требуется техническая поддержка, посетите сайт https://github.com/ElvUI-WotLK." +L["You are now finished with the installation process. If you are in need of technical support please visit us at https://github.com/Ascension-Addons/ElvUI."] = "Вы завершили процесс установки. Если Вам требуется техническая поддержка, посетите сайт https://github.com/Ascension-Addons/ElvUI." L["You are using CPU Profiling. This causes decreased performance. Do you want to disable it or continue?"] = "Вы используете профайлинг ЦПУ. Это бьет по производительности. Вы точно уверены, что это нужно?" L["You can access copy chat and chat menu functions by mouse over the top right corner of chat panel and left/right click on the button that will appear."] = "Вы можете получить доступ к функциям копирования чата и меню чата, наведя курсор на верхний правый угол панели чата и кликнув левой/правой кнопкой мыши на появившейся кнопке." L["You can always change fonts and colors of any element of ElvUI from the in-game configuration."] = "Вы всегда можете изменить шрифты и цвета любого элемента ElvUI из меню конфигурации. Классическая и пиксельная темы не отличаются для русского клиента." diff --git a/ElvUI/Locales/zhCN.lua b/ElvUI/Locales/zhCN.lua index d2cbe8a..5d440cd 100644 --- a/ElvUI/Locales/zhCN.lua +++ b/ElvUI/Locales/zhCN.lua @@ -107,7 +107,7 @@ L["Fishy Loot"] = "贪婪" L["Focus Castbar"] = "焦点施法条" L["Focus Frame"] = "焦点框架" L["FocusTarget Frame"] = "焦点目标框架" -L["For technical support visit us at https://github.com/ElvUI-WotLK."] = "如需技术支援请至 https://github.com/ElvUI-WotLK." +L["For technical support visit us at https://github.com/Ascension-Addons/ElvUI."] = "如需技术支援请至 https://github.com/Ascension-Addons/ElvUI." L["Frame"] = "框架" L["Friends List"] = "好友列表" L["G"] = "公会" @@ -290,7 +290,7 @@ L["XP:"] = "经验:" L["Yes, Keep Changes!"] = "是的,保存修改!" L["You are going to copy settings for |cffD3CF00\"%s\"|r from your current |cff4beb2c\"%s\"|r profile to |cff4beb2c\"%s\"|r profile. Are you sure?"] = "|cffD3CF00\"%s\"|r 设置将从你当前配置文件 |cff4beb2c\"%s\"|r 导出到 |cff4beb2c\"%s\"|r 配置文件中. 你确定吗?" L["You are going to copy settings for |cffD3CF00\"%s\"|r from |cff4beb2c\"%s\"|r profile to your current |cff4beb2c\"%s\"|r profile. Are you sure?"] = "|cffD3CF00\"%s\"|r 设置将从 |cff4beb2c\"%s\"|r 配置文件导入到你当前配置文件 |cff4beb2c\"%s\"|r 中. 你确定吗?" -L["You are now finished with the installation process. If you are in need of technical support please visit us at https://github.com/ElvUI-WotLK."] = "你已经完成安装过程. 如果你需要技术支持请访问https://github.com/ElvUI-WotLK" +L["You are now finished with the installation process. If you are in need of technical support please visit us at https://github.com/Ascension-Addons/ElvUI."] = "你已经完成安装过程. 如果你需要技术支持请访问https://github.com/Ascension-Addons/ElvUI" L["You are using CPU Profiling. This causes decreased performance. Do you want to disable it or continue?"] = "你正在追踪CPU使用记录. 这将导致性能低下. 你想禁用它还是继续?" L["You can access copy chat and chat menu functions by mouse over the top right corner of chat panel and left/right click on the button that will appear."] = "你可以通过鼠标滑过对话框右上角点击复制图标打开对话复制窗口." L["You can always change fonts and colors of any element of ElvUI from the in-game configuration."] = "你可以在游戏内的设定选项内更改ElvUI的字体、颜色等设定." diff --git a/ElvUI/Locales/zhTW.lua b/ElvUI/Locales/zhTW.lua index 4c738d4..335836d 100644 --- a/ElvUI/Locales/zhTW.lua +++ b/ElvUI/Locales/zhTW.lua @@ -107,7 +107,7 @@ L["Fishy Loot"] = "貪婪" L["Focus Castbar"] = "焦點目標施法條" L["Focus Frame"] = "焦點目標框架" L["FocusTarget Frame"] = "焦點目標的目標框架" -L["For technical support visit us at https://github.com/ElvUI-WotLK."] = "如需技術支援請至 https://github.com/ElvUI-WotLK." +L["For technical support visit us at https://github.com/Ascension-Addons/ElvUI."] = "如需技術支援請至 https://github.com/Ascension-Addons/ElvUI." L["Frame"] = "框架" L["Friends List"] = "好友列表" L["G"] = "公會" @@ -290,7 +290,7 @@ L["XP:"] = "經驗:" L["Yes, Keep Changes!"] = "是的, 保留變更!" L["You are going to copy settings for |cffD3CF00\"%s\"|r from your current |cff4beb2c\"%s\"|r profile to |cff4beb2c\"%s\"|r profile. Are you sure?"] = "你將進行 |cffD3CF00\"%s\"|r 的設定拷貝, 從當前配置文件 |cff4beb2c\"%s\"|r 到配置文件 |cff4beb2c\"%s\"|r. 你確定麼?" L["You are going to copy settings for |cffD3CF00\"%s\"|r from |cff4beb2c\"%s\"|r profile to your current |cff4beb2c\"%s\"|r profile. Are you sure?"] = "你將進行 |cffD3CF00\"%s\"|r 的設定拷貝, 從配置文件 |cff4beb2c\"%s\"|r 到你當前配置文件 |cff4beb2c\"%s\"|r. 你確定麼?" -L["You are now finished with the installation process. If you are in need of technical support please visit us at https://github.com/ElvUI-WotLK."] = "已完成安裝程序. 小提示: 若想開啟微型選單, 請在小地圖按滑鼠中鍵. 如果沒有中鍵按鈕, 請按住Shift鍵, 並在小地圖按滑鼠右鍵. 如需技術支援請至https://github.com/ElvUI-WotLK" +L["You are now finished with the installation process. If you are in need of technical support please visit us at https://github.com/Ascension-Addons/ElvUI."] = "已完成安裝程序. 小提示: 若想開啟微型選單, 請在小地圖按滑鼠中鍵. 如果沒有中鍵按鈕, 請按住Shift鍵, 並在小地圖按滑鼠右鍵. 如需技術支援請至https://github.com/Ascension-Addons/ElvUI" L["You are using CPU Profiling. This causes decreased performance. Do you want to disable it or continue?"] = "你正在使用 CPU 使用記錄. 這將導致性能低下. 你想要關閉它還是繼續?" L["You can access copy chat and chat menu functions by mouse over the top right corner of chat panel and left/right click on the button that will appear."] = "你可以將滑鼠滑到對話框右上角並且點擊左鍵或右鍵來開啟對話複製或是對話指令視窗" L["You can always change fonts and colors of any element of ElvUI from the in-game configuration."] = "你可以在遊戲內的設定選項內更改ElvUI的字體、顏色等設定." diff --git a/ElvUI/Modules/Skins/Blizzard/BlizzardOptions.lua b/ElvUI/Modules/Skins/Blizzard/BlizzardOptions.lua index 0fd6160..a5df15f 100644 --- a/ElvUI/Modules/Skins/Blizzard/BlizzardOptions.lua +++ b/ElvUI/Modules/Skins/Blizzard/BlizzardOptions.lua @@ -125,6 +125,10 @@ S:AddCallback("Skin_BlizzardOptions", function() "InterfaceOptionsControlsPanelBlockTrades", "InterfaceOptionsControlsPanelLootAtMouse", "InterfaceOptionsControlsPanelAutoLootCorpse", + "InterfaceOptionsControlsPanelTabTargetFacing", + "InterfaceOptionsControlsPanelTabTargetCombat", + "InterfaceOptionsControlsPanelTabTargetPlayers", + "InterfaceOptionsControlsPanelHoldToCast", "InterfaceOptionsCombatPanelAttackOnAssist", "InterfaceOptionsCombatPanelAutoRange", "InterfaceOptionsCombatPanelStopAutoAttack", @@ -145,12 +149,14 @@ S:AddCallback("Skin_BlizzardOptions", function() "InterfaceOptionsDisplayPanelShowClock", "InterfaceOptionsDisplayPanelColorblindMode", "InterfaceOptionsDisplayPanelShowItemLevel", + "InterfaceOptionsDisplayPanelHighlightNewItems", "InterfaceOptionsObjectivesPanelInstantQuestText", "InterfaceOptionsObjectivesPanelAutoQuestTracking", "InterfaceOptionsObjectivesPanelAutoQuestProgress", "InterfaceOptionsObjectivesPanelMapQuestDifficulty", "InterfaceOptionsObjectivesPanelAdvancedWorldMap", "InterfaceOptionsObjectivesPanelWatchFrameWidth", + "InterfaceOptionsObjectivesPanelPTAQuests", "InterfaceOptionsSocialPanelProfanityFilter", "InterfaceOptionsSocialPanelSpamFilter", "InterfaceOptionsSocialPanelChatBubbles", @@ -241,6 +247,17 @@ S:AddCallback("Skin_BlizzardOptions", function() "InterfaceOptionsUnitFramePanelFullSizeFocusFrame", "InterfaceOptionsFeaturesPanelPreviewTalentChanges", "InterfaceOptionsFeaturesPanelEquipmentManager", + "InterfaceOptionsAscensionNotificationPanelLootToast", + "InterfaceOptionsAscensionLoseControlPanelEnabled", + "InterfaceOptionsAscensionLoseControlPanelEnableRoots", + "InterfaceOptionsAscensionLoseControlPanelEnableSilence", + "InterfaceOptionsAscensionLoseControlPanelEnableIncap", + "InterfaceOptionsAscensionLoseControlPanelEnableDisarm", + "InterfaceOptionsAscensionLoseControlPanelEnableDisorient", + "InterfaceOptionsAscensionLoseControlPanelEnableSlow", + "InterfaceOptionsAscensionLoseControlPanelEnableStun", + "InterfaceOptionsAscensionLoseControlPanelEnablePacify", + "AudioOptionsSoundPanelEnableSound", "AudioOptionsSoundPanelSoundEffects", @@ -269,6 +286,9 @@ S:AddCallback("Skin_BlizzardOptions", function() "VideoOptionsEffectsPanelFullScreenGlow", "VideoOptionsEffectsPanelDeathEffect", "VideoOptionsEffectsPanelProjectedTextures", + + "InterfaceOptionsAscensionHelpPanelNewPlayerExperience", + "InterfaceOptionsAscensionHelpPanelHelpTips" } for _, checkbox in ipairs(checkboxes) do checkbox = _G[checkbox] @@ -280,6 +300,10 @@ S:AddCallback("Skin_BlizzardOptions", function() local sliders = { "InterfaceOptionsCameraPanelMaxDistanceSlider", "InterfaceOptionsCameraPanelFollowSpeedSlider", + "InterfaceOptionsCameraPanelFoV", + "InterfaceOptionsControlsPanelTabTargetRange", + "InterfaceOptionsControlsPanelTabTargetAngle", + "InterfaceOptionsCombatPanelSpellActivationOverlayAlpha", "InterfaceOptionsMousePanelMouseLookSpeedSlider", "InterfaceOptionsMousePanelMouseSensitivitySlider", @@ -303,6 +327,8 @@ S:AddCallback("Skin_BlizzardOptions", function() "VideoOptionsEffectsPanelClutterRadius", "VideoOptionsEffectsPanelWeatherIntensity", "VideoOptionsEffectsPanelPlayerTexture", + "VideoOptionsExtendedForegroundFPS", + "VideoOptionsExtendedBackgroundFPS", "VideoOptionsResolutionPanelGammaSlider", } for _, slider in ipairs(sliders) do @@ -323,6 +349,12 @@ S:AddCallback("Skin_BlizzardOptions", function() "VideoOptionsFrameOkay", "VideoOptionsFrameCancel", "VideoOptionsFrameApply", + + "InterfaceOptionsAscensionLoseControlPanelMoveWindow", + "InterfaceOptionsAscensionLoseControlPanelResetWindow", + "InterfaceOptionsAscensionHelpPanelResetTutorials", + "InterfaceOptionsAscensionHelpPanelResetHelpTips" + } for _, button in ipairs(buttons) do S:HandleButton(_G[button]) @@ -335,6 +367,7 @@ S:AddCallback("Skin_BlizzardOptions", function() "InterfaceOptionsCombatPanelSelfCastKeyDropDown", "InterfaceOptionsDisplayPanelAggroWarningDisplay", "InterfaceOptionsDisplayPanelWorldPVPObjectiveDisplay", + "InterfaceOptionsDisplayPanelLocalization", "InterfaceOptionsSocialPanelChatStyle", "InterfaceOptionsSocialPanelTimestamps", "InterfaceOptionsCombatTextPanelFCTDropDown", diff --git a/ElvUI/Modules/Skins/Blizzard/Spellbook.lua b/ElvUI/Modules/Skins/Blizzard/Spellbook.lua index 3641070..4be9d37 100644 --- a/ElvUI/Modules/Skins/Blizzard/Spellbook.lua +++ b/ElvUI/Modules/Skins/Blizzard/Spellbook.lua @@ -19,6 +19,7 @@ S:AddCallback("Skin_Spellbook", function() --AscensionSpellbookFrame:Size -- for later on, the spells will need to be moved as well AscensionSpellbookFrameNineSlice:StripTextures(true) --AscensionSpellbookFrameNineSlice:CreateBackdrop("Transparent") + AscensionSpellbookFrameInsetNineSlice:StripTextures(true) AscensionSpellbookFrameInset:StripTextures(true) AscensionSpellbookFrameInset:CreateBackdrop("Transparent") @@ -46,6 +47,8 @@ S:AddCallback("Skin_Spellbook", function() S:HandleCloseButton(AscensionSpellbookFrameCloseButton) S:HandleCheckBox(AscensionSpellbookFrameContentSpellsShowAllSpellRanks) + + S:HandleEditBox(AscensionSpellbookFrameContentSpellsSearch) for i = 1, SPELLS_PER_PAGE do local button = _G["AscensionSpellbookFrameContentSpellsSpellButton"..i]