ElvUI/StaticPopup: Reword incompatible addon popup
This commit is contained in:
@@ -167,6 +167,10 @@ E.PopupDialogs.DISABLE_INCOMPATIBLE_ADDON = {
|
||||
E.PopupDialogs.INCOMPATIBLE_ADDON = {
|
||||
text = L["INCOMPATIBLE_ADDON"],
|
||||
OnAccept = function()
|
||||
E.private[strlower(E.PopupDialogs.INCOMPATIBLE_ADDON.module)].enable = false
|
||||
ReloadUI()
|
||||
end,
|
||||
OnCancel = function()
|
||||
if E.PopupDialogs.INCOMPATIBLE_ADDON.addon == "Ascension_NamePlates" then
|
||||
C_CVar.Set("useNewNamePlates", "0")
|
||||
else
|
||||
@@ -174,7 +178,6 @@ E.PopupDialogs.INCOMPATIBLE_ADDON = {
|
||||
end
|
||||
ReloadUI()
|
||||
end,
|
||||
OnCancel = function() E.private[strlower(E.PopupDialogs.INCOMPATIBLE_ADDON.module)].enable = false ReloadUI() end,
|
||||
button3 = L["Disable Warning"],
|
||||
OnAlt = function ()
|
||||
E:StaticPopup_Hide("INCOMPATIBLE_ADDON")
|
||||
|
||||
@@ -126,7 +126,7 @@ L["Hold Shift + Right Click:"] = "Halte Umschalt + Rechts Klick:"
|
||||
L["Home Latency:"] = "Standort Latenz"
|
||||
L["Hover your mouse over any actionbutton or spellbook button to bind it. Press the ESC key to clear the current actionbutton's keybinding."] = "Bewege deine Maus über einen Aktionsbutton oder dein Zauberbuch um ihn mit einem Hotkey zu belegen. Drücke Escape um die aktuelle Tastenbelegung des Buttons zu löschen."
|
||||
L["I Swear"] = "Ich schwöre"
|
||||
L["INCOMPATIBLE_ADDON"] = "Das Addon %s ist nicht mit dem ElvUI %s Modul kompatibel. Bitte deaktiviere entweder das Addon oder deaktiviere das ElvUI Modul."
|
||||
L["INCOMPATIBLE_ADDON"] = "Das Addon %s ist nicht mit ElvUI - %s kompatibel.\nBitte wähle das AddOn/Modul was du nutzen möchtest."
|
||||
L["Icons Only"] = "Nur Symbole"
|
||||
L["If you accidently remove a chat frame you can always go the in-game configuration menu, press install, go to the chat portion and reset them."] = "Wenn du ausversehen das Chatfenster entfernen solltest, kannst du ganz einfach in die Ingame-Konfiguration gehen und den Installationsprozess erneut aufrufen. Drücke Installieren und gehe zu den Chateinstellungen und setze diese zurück."
|
||||
L["If you are experiencing issues with ElvUI try disabling all your addons except ElvUI, remember ElvUI is a full UI replacement addon, you cannot run two addons that do the same thing."] = "Wenn du Probleme mit ElvUI hast, deaktiviere alle Addons außer ElvUI. Denke auch daran, dass ElvUI die komplette Benutzeroberfläche ersetzt, d.h. du kannst kein Addon verwenden, welches die gleichen Funktionen wie ElvUI nutzt."
|
||||
|
||||
@@ -126,7 +126,7 @@ L["Hold Shift + Right Click:"] = true
|
||||
L["Home Latency:"] = true
|
||||
L["Hover your mouse over any actionbutton or spellbook button to bind it. Press the ESC key to clear the current actionbutton's keybinding."] = true
|
||||
L["I Swear"] = true
|
||||
L["INCOMPATIBLE_ADDON"] = "The addon %s is not compatible with ElvUI's %s module. Please select either the addon or the ElvUI module to disable."
|
||||
L["INCOMPATIBLE_ADDON"] = "%s is not compatible with ElvUI - %s.\nPlease select the addon/module to use."
|
||||
L["Icons Only"] = true
|
||||
L["If you accidently remove a chat frame you can always go the in-game configuration menu, press install, go to the chat portion and reset them."] = true
|
||||
L["If you are experiencing issues with ElvUI try disabling all your addons except ElvUI, remember ElvUI is a full UI replacement addon, you cannot run two addons that do the same thing."] = true
|
||||
|
||||
@@ -126,7 +126,7 @@ L["Hold Shift + Right Click:"] = "Mantén Shift + Botón Derecho:"
|
||||
L["Home Latency:"] = "Latencia Local:"
|
||||
L["Hover your mouse over any actionbutton or spellbook button to bind it. Press the ESC key to clear the current actionbutton's keybinding."] = "Pase el mouse sobre cualquier botón de acción o botón del libro de hechizos para vincularlo. Presione la tecla ESC para borrar la combinación de teclas del botón de acción actual."
|
||||
L["I Swear"] = "Lo Juro"
|
||||
L["INCOMPATIBLE_ADDON"] = "The addon %s is not compatible with ElvUI's %s module. Please select either the addon or the ElvUI module to disable."
|
||||
L["INCOMPATIBLE_ADDON"] = "%s is not compatible with ElvUI - %s.\nPlease select the addon/module to use."
|
||||
L["Icons Only"] = "Sólo Iconos"
|
||||
L["If you accidently remove a chat frame you can always go the in-game configuration menu, press install, go to the chat portion and reset them."] = "Si eliminas un marco de chat accidentalmente, siempre puedes ir a la configuración, pulsar instalar, ir a la parte del chat, y restaurarlo."
|
||||
L["If you are experiencing issues with ElvUI try disabling all your addons except ElvUI, remember ElvUI is a full UI replacement addon, you cannot run two addons that do the same thing."] = "Si has experimentado errores con ElvUI prueba a desactivar todos tus addons excepto ElvUI, recuerda que ElvUI remplaza por completo la interfaz, no puede haber addons que hagan lo mismo."
|
||||
|
||||
@@ -126,7 +126,7 @@ L["Hold Shift + Right Click:"] = "Maintenir Majuscule + Clic droit"
|
||||
L["Home Latency:"] = "Latence du Domicile :"
|
||||
L["Hover your mouse over any actionbutton or spellbook button to bind it. Press the ESC key to clear the current actionbutton's keybinding."] = true
|
||||
L["I Swear"] = "Je le jure"
|
||||
L["INCOMPATIBLE_ADDON"] = "L'addon %s n'est pas compatible avec le module %s d'ElvUI. Merci de sélectionner soit l'addon, soit le module d'ElvUI, pour le désactiver."
|
||||
L["INCOMPATIBLE_ADDON"] = "%s n'est pas compatible avec ElvUI - %s.\nVeuillez sélectionner l'addon/module à utiliser."
|
||||
L["Icons Only"] = "Icônes seulement"
|
||||
L["If you accidently remove a chat frame you can always go the in-game configuration menu, press install, go to the chat portion and reset them."] = "Si vous supprimez accidentellement un cadre de discussion, vous pouvez toujours aller dans le menu de configuration d'ElvUI. Cliquez ensuite sur Installation puis passez à l'étape concernant les fenêtres de discussion pour remettre à zéro les paramètres."
|
||||
L["If you are experiencing issues with ElvUI try disabling all your addons except ElvUI, remember ElvUI is a full UI replacement addon, you cannot run two addons that do the same thing."] = "Si vous rencontrez des problèmes avec ElvUI, essayez de désactiver tous vos addons sauf ElvUI. Rappelez-vous qu'ElvUi est une interface utilisateur complète et que vous ne pouvez pas exécuter deux addons qui font la même chose."
|
||||
|
||||
@@ -126,7 +126,7 @@ L["Hold Shift + Right Click:"] = "쉬프트+우클릭"
|
||||
L["Home Latency:"] = "지연 시간:"
|
||||
L["Hover your mouse over any actionbutton or spellbook button to bind it. Press the ESC key to clear the current actionbutton's keybinding."] = true
|
||||
L["I Swear"] = "알겠습니다."
|
||||
L["INCOMPATIBLE_ADDON"] = "%s 애드온의 기능이 ElvUI의 %s 모듈과 상충됩니다. 그 애드온을 쓰지 않거나 ElvUI의 기능을 사용해제하세요."
|
||||
L["INCOMPATIBLE_ADDON"] = "%s의 기능이 ElvUI의 ElvUI - %s 모듈과 충돌 됩니다. \n사용할 기능 또는 모듈을 선택하세요."
|
||||
L["Icons Only"] = "아이콘만 표시"
|
||||
L["If you accidently remove a chat frame you can always go the in-game configuration menu, press install, go to the chat portion and reset them."] = "ElvUI 에서 지원하는 대부분의 기능은 |cff2eb7e4/ec|r 에서 조정이 가능합니다. 하고 싶은 조절 기능이 없다면 직접 lua수정으로 고쳐야 합니다."
|
||||
L["If you are experiencing issues with ElvUI try disabling all your addons except ElvUI, remember ElvUI is a full UI replacement addon, you cannot run two addons that do the same thing."] = "ElvUI에서 지원하는 기능과 겹치는 다른 애드온을 쓰고 싶으면 ElvUI 설정에서 해당 기능을 사용 체크해제 해야합니다. (예: Bartender, Dominos)"
|
||||
|
||||
@@ -127,7 +127,7 @@ L["Hold Shift + Right Click:"] = true
|
||||
L["Home Latency:"] = "Latência de Casa:"
|
||||
L["Hover your mouse over any actionbutton or spellbook button to bind it. Press the ESC key to clear the current actionbutton's keybinding."] = true
|
||||
L["I Swear"] = "Eu Juro"
|
||||
L["INCOMPATIBLE_ADDON"] = "The addon %s is not compatible with ElvUI's %s module. Please select either the addon or the ElvUI module to disable."
|
||||
L["INCOMPATIBLE_ADDON"] = "%s não é compatível com ElvUI - %s.\nPor favor selecione o addon/módulo que deseja usar."
|
||||
L["Icons Only"] = "Apenas Ícones"
|
||||
L["If you accidently remove a chat frame you can always go the in-game configuration menu, press install, go to the chat portion and reset them."] = "Se acidentalmente remover um quadro de conversação você pode sempre ir ao menu de configuração em jogo, pressionar instalar, ir até a etapa de bate-papo e os restaurar."
|
||||
L["If you are experiencing issues with ElvUI try disabling all your addons except ElvUI, remember ElvUI is a full UI replacement addon, you cannot run two addons that do the same thing."] = "Se estiver a ter problemas com a ElvUI tente desativar todos os addons exceto a ElvUI, lembre-se que a ElvUI é um addon de substituição de interface completo, e não se consegue executar dois addons que fazem a mesma coisa."
|
||||
|
||||
@@ -126,7 +126,7 @@ L["Hold Shift + Right Click:"] = "Shift + ПКМ:"
|
||||
L["Home Latency:"] = "Локальная задержка: "
|
||||
L["Hover your mouse over any actionbutton or spellbook button to bind it. Press the ESC key to clear the current actionbutton's keybinding."] = "Наведите мышку на любую кнопку панели команд или книги заклинаний, чтобы создать назначение. Нажатие ESC убирает текущее назначение."
|
||||
L["I Swear"] = "Я клянусь!"
|
||||
L["INCOMPATIBLE_ADDON"] = "Аддон %s не совместим с модулем %s ElvUI. Пожалуйста, выберите отключить ли несовместимый аддон или модуль."
|
||||
L["INCOMPATIBLE_ADDON"] = "%s несовместимо с ElvUI - %s.\nВыберите какой аддон/модуль использовать."
|
||||
L["Icons Only"] = "Только иконки"
|
||||
L["If you accidently remove a chat frame you can always go the in-game configuration menu, press install, go to the chat portion and reset them."] = "Если Вы случайно удалили вкладку чата, всегда можно сделать следующее: зайти в конфигурацию, запустить установку, дойти до шага настроек чата и сбросить их."
|
||||
L["If you are experiencing issues with ElvUI try disabling all your addons except ElvUI, remember ElvUI is a full UI replacement addon, you cannot run two addons that do the same thing."] = "Если Вы испытываете проблемы с ElvUI, попробуйте отключить все аддоны, кроме самого ElvUI. Помните, ElvUI это аддон, полностью заменяющий интерфейс, Вы не можете одновременно использовать два аддона, выполняющих одинаковые функции."
|
||||
|
||||
@@ -126,7 +126,7 @@ L["Hold Shift + Right Click:"] = "按住Shift + 右键点击"
|
||||
L["Home Latency:"] = "本机延迟:"
|
||||
L["Hover your mouse over any actionbutton or spellbook button to bind it. Press the ESC key to clear the current actionbutton's keybinding."] = "鼠标指向任何动作条或者技能书快捷键来绑定它. 按Esc键来清除当前动作条按钮的按键绑定."
|
||||
L["I Swear"] = "我承诺"
|
||||
L["INCOMPATIBLE_ADDON"] = "插件 %s 不相容于 ElvUI 的 %s 模组, 请停用不相容的插件, 或停用模组."
|
||||
L["INCOMPATIBLE_ADDON"] = "%s 不兼容与 ElvUI - %s.\n请选择要使用的插件/模块。"
|
||||
L["Icons Only"] = "图标"
|
||||
L["If you accidently remove a chat frame you can always go the in-game configuration menu, press install, go to the chat portion and reset them."] = "如果你不慎移除了对话框, 你可以重新安装一次重置他们."
|
||||
L["If you are experiencing issues with ElvUI try disabling all your addons except ElvUI, remember ElvUI is a full UI replacement addon, you cannot run two addons that do the same thing."] = "如果你遇到问题, ElvUI会尝试禁用你除了ElvUI之外的插件. 请记住你不能用不同的插件实现同一功能."
|
||||
|
||||
@@ -126,7 +126,7 @@ L["Hold Shift + Right Click:"] = "按住 Shift + 滑鼠右鍵"
|
||||
L["Home Latency:"] = "本機延遲:"
|
||||
L["Hover your mouse over any actionbutton or spellbook button to bind it. Press the ESC key to clear the current actionbutton's keybinding."] = "將你的滑鼠游標放在任意快捷鍵或是法術書上來完成綁定。按下 ESC 可以清除當前快捷鍵的綁定."
|
||||
L["I Swear"] = "我承諾"
|
||||
L["INCOMPATIBLE_ADDON"] = "插件 %s 與 ElvUI 的 %s 模組不相容。請停用不相容的插件, 或停用相關的模組."
|
||||
L["INCOMPATIBLE_ADDON"] = "%s 無法與 ElvUI - %s 兼容.\n請選擇要保持啟用的模組/插件."
|
||||
L["Icons Only"] = "圖示"
|
||||
L["If you accidently remove a chat frame you can always go the in-game configuration menu, press install, go to the chat portion and reset them."] = "如果你不慎移除了對話框, 你可以重新安裝一次重置他們."
|
||||
L["If you are experiencing issues with ElvUI try disabling all your addons except ElvUI, remember ElvUI is a full UI replacement addon, you cannot run two addons that do the same thing."] = "如果你使用 ElvUI 時遇到問題, 請嘗試停用除了ElvUI之外的插件. 請記住ElvUI是一套全套的UI替換插件, 你不能同時使用不同的插件來完成同一件事."
|
||||
|
||||
Reference in New Issue
Block a user