Skip to content

Commit

Permalink
minor locale changes
Browse files Browse the repository at this point in the history
  • Loading branch information
EsreverWoW committed Sep 20, 2019
1 parent 84e7d0b commit e0790d2
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 28 deletions.
2 changes: 1 addition & 1 deletion core/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ CTM.configTable = {
},
threatColors = {
order = 12,
name = L.nameplate_colors,
name = L.nameplates_colors,
type = "group",
inline = true,
get = function(info)
Expand Down
3 changes: 0 additions & 3 deletions locale/deDE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ if CTM.locale ~= "deDE" then return end
-----------------------------
-- main frame
L.gui_threat = "Bedrohung"

-- config frame
L.default = "Standard"
2 changes: 1 addition & 1 deletion locale/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 0 additions & 3 deletions locale/esES.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 0 additions & 3 deletions locale/frFR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ if CTM.locale ~= "frFR" then return end
-----------------------------
-- main frame
L.gui_threat = "Menace"

-- config frame
L.default = "Défaut"
3 changes: 0 additions & 3 deletions locale/itIT.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ if CTM.locale ~= "itIT" then return end
-----------------------------
-- main frame
L.gui_threat = "Minaccia"

-- config frame
L.default = "Predefinito"
3 changes: 0 additions & 3 deletions locale/koKR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ if CTM.locale ~= "koKR" then return end
-----------------------------
-- main frame
L.gui_threat = "위협"

-- config frame
L.default = "기본"
3 changes: 0 additions & 3 deletions locale/ptBR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 0 additions & 3 deletions locale/ruRU.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ if CTM.locale ~= "ruRU" then return end
-----------------------------
-- main frame
L.gui_threat = "Угроза"

-- config frame
L.default = "По умолчанию"
4 changes: 2 additions & 2 deletions locale/zhCN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down
3 changes: 0 additions & 3 deletions locale/zhTW.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ if CTM.locale ~= "zhTW" then return end
-----------------------------
-- main frame
L.gui_threat = "威脅"

-- config frame
L.default = "預設值"

0 comments on commit e0790d2

Please sign in to comment.