Skip to content

Commit 0439660

Browse files
authoredAug 20, 2024··
Update zhCN.lua (#53)
1 parent 58b088c commit 0439660

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 

‎Locales/zhCN.lua

+6-6
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ L["Icon Y Offset"] = "图标垂直偏移"
6060
L["Icons"] = "图标"
6161
L["If the addon is enabled."] = "启用本插件"
6262
L["Immune"] = "免疫"
63-
--L["Inverse Spell Filter"] = "Inverse Spell Filter"
64-
--L["Inverse the logic and only show the spells in the list instead of filtering them away."] = "Inverse the logic and only show the spells in the list instead of filtering them away."
65-
--L["Inverse NPC Filter"] = "Inverse NPC Filter"
66-
--L["Inverse the logic and only show npc's in the list instead of filtering them away."] = "Inverse the logic and only show npc's in the list instead of filtering them away."
63+
L["Inverse Spell Filter"] = "技能 反向过滤"
64+
L["Inverse the logic and only show the spells in the list instead of filtering them away."] = "反向的逻辑,只显示列表中的技能,而不是过滤掉它们。"
65+
L["Inverse NPC Filter"] = "NPC 反向过滤"
66+
L["Inverse the logic and only show npc's in the list instead of filtering them away."] = "反向的逻辑,只显示列表中的NPC,而不是过滤掉它们。"
6767
L["Left"] = "左侧"
6868
L["Let Masuqe skin the icons"] = "使用 Masque 管理图标"
6969
L["Low"] = ""
@@ -74,7 +74,7 @@ L["Monochrome Outline"] = "单色轮廓"
7474
L["Monochrome Thick Outline"] = "单色粗轮廓"
7575
L["Monochrome"] = "单色"
7676
L["None"] = ""
77-
L["NPC id (eg: 23682) --$1\n\n The example is the Headless Horseman."] = "NPCID (例如: 23682) 以行分割\\n\\n 例如:无头骑士。"
77+
L["NPC id (eg: 23682) seperated by line\n\n The example is the Headless Horseman."] = "输入NPC ID (例如: 23682) 以行分割\n\n 例如:无头骑士。"
7878
L["NPCs"] = "NPC"
7979
L["Off-Target Strata"] = "非当前目标层级"
8080
L["Off-Target Text Appearance"] = "非当前目标文字外观"
@@ -101,7 +101,7 @@ L["Show Truncated Letter"] = "显示缩写选项"
101101
L["Size"] = "字号"
102102
L["Sizing Modifiers"] = "大小变化"
103103
L["Small Hits Scale"] = "低伤害缩放"
104-
L["Spellid/Spellname --$1\\n\\nWhite hits/melee = melee"] = "技能ID/技能名称 以行分割\\n\\n白字命中/melee = melee"
104+
L["Spellid/Spellname seperated by line\n\nWhite hits/melee = melee"] = "输入 技能ID/技能名称 以行分割\n\n白字命中/近战 = melee"
105105
L["Spells"] = "技能"
106106
L["Target Strata"] = "当前目标层级"
107107
L["Text Formatting"] = "文字格式"

‎NameplateSCT.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1999,5 +1999,5 @@ function NameplateSCT:RegisterMenu()
19991999
LibStub("AceConfigRegistry-3.0"):RegisterOptionsTable("NameplateSCT", menu)
20002000
LibStub("AceConfigRegistry-3.0"):RegisterOptionsTable("Filters", filters)
20012001
_, optionsMenuName = LibStub("AceConfigDialog-3.0"):AddToBlizOptions("NameplateSCT", "NameplateSCT")
2002-
LibStub("AceConfigDialog-3.0"):AddToBlizOptions("Filters", "Filters", "NameplateSCT")
2002+
LibStub("AceConfigDialog-3.0"):AddToBlizOptions("Filters", L["Filters"], "NameplateSCT")
20032003
end

0 commit comments

Comments
 (0)
Please sign in to comment.