diff --git a/core/core.lua b/core/core.lua index 697a67a..a937462 100644 --- a/core/core.lua +++ b/core/core.lua @@ -902,7 +902,7 @@ CTM.configTable = { }, threatColors = { order = 12, - name = L.nameplate_colors, + name = L.nameplates_colors, type = "group", inline = true, get = function(info) diff --git a/locale/deDE.lua b/locale/deDE.lua index 4fabe14..95f104f 100644 --- a/locale/deDE.lua +++ b/locale/deDE.lua @@ -6,6 +6,3 @@ if CTM.locale ~= "deDE" then return end ----------------------------- -- main frame L.gui_threat = "Bedrohung" - --- config frame -L.default = "Standard" diff --git a/locale/enUS.lua b/locale/enUS.lua index 5e697bb..5e42354 100644 --- a/locale/enUS.lua +++ b/locale/enUS.lua @@ -41,7 +41,7 @@ L.visibility_hideInPvP = "Hide frame when in battlegrounds." L.nameplates = "Nameplates" L.nameplates_enable = "Enable threat coloring (only for Blizzard nameplates)." L.nameplates_invert = "Invert threat coloring (intended for tanks)." -L.nameplate_colors = "Threat Colors" +L.nameplates_colors = "Threat Colors" L.color = "Colors" L.color_good = "Good" diff --git a/locale/esES.lua b/locale/esES.lua index e25dd77..676fff0 100644 --- a/locale/esES.lua +++ b/locale/esES.lua @@ -6,6 +6,3 @@ if CTM.locale ~= "esES" and CTM.locale ~= "esMX" then return end ----------------------------- -- main frame L.gui_threat = "Amenaza" - --- config frame -L.default = "Predeterminado" diff --git a/locale/frFR.lua b/locale/frFR.lua index 427403c..130804a 100644 --- a/locale/frFR.lua +++ b/locale/frFR.lua @@ -6,6 +6,3 @@ if CTM.locale ~= "frFR" then return end ----------------------------- -- main frame L.gui_threat = "Menace" - --- config frame -L.default = "Défaut" diff --git a/locale/itIT.lua b/locale/itIT.lua index f080cfe..d038140 100644 --- a/locale/itIT.lua +++ b/locale/itIT.lua @@ -6,6 +6,3 @@ if CTM.locale ~= "itIT" then return end ----------------------------- -- main frame L.gui_threat = "Minaccia" - --- config frame -L.default = "Predefinito" diff --git a/locale/koKR.lua b/locale/koKR.lua index 9059dca..8113328 100644 --- a/locale/koKR.lua +++ b/locale/koKR.lua @@ -6,6 +6,3 @@ if CTM.locale ~= "koKR" then return end ----------------------------- -- main frame L.gui_threat = "위협" - --- config frame -L.default = "기본" diff --git a/locale/ptBR.lua b/locale/ptBR.lua index 15e5a36..7a15dd9 100644 --- a/locale/ptBR.lua +++ b/locale/ptBR.lua @@ -6,6 +6,3 @@ if CTM.locale ~= "ptBR" and CTM.locale ~= "ptPT" then return end ----------------------------- -- main frame L.gui_threat = "Ameaça" - --- config frame -L.default = "Padrão" diff --git a/locale/ruRU.lua b/locale/ruRU.lua index 4ec26a7..16d78b2 100644 --- a/locale/ruRU.lua +++ b/locale/ruRU.lua @@ -6,6 +6,3 @@ if CTM.locale ~= "ruRU" then return end ----------------------------- -- main frame L.gui_threat = "Угроза" - --- config frame -L.default = "По умолчанию" diff --git a/locale/zhCN.lua b/locale/zhCN.lua index fb9178f..5d7d0e2 100644 --- a/locale/zhCN.lua +++ b/locale/zhCN.lua @@ -35,14 +35,14 @@ L.general_minimap = "小地图按钮." L.general_ignorePets = "忽略玩家宠物的仇恨." L.visibility = "可见性" -L.visibility_hideOOC = "当脱战时隐藏框架." +L.visibility_hideOOC = "当脱战时隐藏框架" L.visibility_hideSolo = "当不在队伍中隐藏框架" L.visibility_hideInPvP = "在战场中隐藏框架" L.nameplates = "姓名版" L.nameplates_enable = "启用仇恨着色 (仅暴雪默认姓名版)." L.nameplates_invert = "颠倒仇恨着色 (便于坦克)." -L.nameplate_colors = "仇恨颜色" +L.nameplates_colors = "仇恨颜色" L.color = "颜色" L.color_good = "低" diff --git a/locale/zhTW.lua b/locale/zhTW.lua index 3ed62b6..95935ce 100644 --- a/locale/zhTW.lua +++ b/locale/zhTW.lua @@ -6,6 +6,3 @@ if CTM.locale ~= "zhTW" then return end ----------------------------- -- main frame L.gui_threat = "威脅" - --- config frame -L.default = "預設值"