Skip to content

Commit

Permalink
update zhCN
Browse files Browse the repository at this point in the history
  • Loading branch information
LvWind committed Aug 26, 2024
1 parent adb48ef commit 1f24a6a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions locales.lua
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ elseif locale == "zhCN" then
L["autoDesc"] = "遇到错误是否自动弹出 BugSack 窗口。"
L["Chatframe output"] = "聊天栏输出"
L["chatFrameDesc"] = "当发生错误的时,在聊天栏中显示。不是整个错误,只是一个提醒!"
L["Current session"] = "目前节录"
L["Current session"] = "目前会话"
L["Failure to deserialize incoming data from %s."] = "反序列化失败输入数据来自 %s。"
L["Filter"] = "过滤"
L["Filter addon mistakes"] = "过滤插件错误"
Expand All @@ -405,14 +405,14 @@ elseif locale == "zhCN" then
L["Medium"] = ""
L["Minimap icon"] = "小地图按钮"
L["Minimap icon alt-click wipe"] = "小地图按钮 ALT-点击清除"
L["minimapDesc"] = "显示此 BugSack 图标环绕小地图"
L["minimapDesc"] = "在小地图周围显示 BugSack 图标"
L["Mute"] = "静音"
L["muteDesc"] = "当一个错误被检测到时阻止 BugSack 播放任何音效,无视下面的下拉列表中选择"
L["muteDesc"] = "当一个错误被检测到时,阻止 BugSack 播放任何音效,无视下面的下拉列表中的选择"
L["Next >"] = "下一个>"
L["Player needs to be a valid name."] = "玩家需要有一个有效的名字。"
L["Previous session"] = "在节录之前"
L["Previous session"] = "上一次登录会话"
L["Save errors"] = "保存错误"
L["saveDesc"] = "保存在数据库中的错误。如果次选项关闭,错误也不会从会话到会话"
L["saveDesc"] = "将错误保存在数据库中。如果关闭此选项,错误将不会在不同会话期间持续存在于数据库中"
L["Send"] = "发送"
L["Send all bugs from the currently viewed session (%d) in the sack to the player specified below."] = "发送当前查看会话(%d)所有错误给下列玩家。"
L["Send bugs"] = "发送错误"
Expand All @@ -430,11 +430,11 @@ elseif locale == "zhCN" then
L["wipeDesc"] = "清除数据库中所有已保存错误。"
L["X-Large"] = "超大"
L["You have no bugs, yay!"] = "没有发生错误。\\^o^/"
L["You've received %d bugs from %s."] = "你已接收到%d个错误从%s"
L["You've received %d bugs from %s."] = "你已从%s接收到%d个错误"
L.useMaster = "使用“主”声道"
L.useMasterDesc = "通过“主”声道而不是默认声道播放所选的错误音效。"
--L.addonCompartment = "Addon compartment icon"
--L.addonCompartment_desc = "Creates a menu entry in the 'Addon Compartment' for BugSack."
L.addonCompartment = "插件抽屉图标"
L.addonCompartment_desc = "在“插件抽屉”中为 BugSack 创建一个菜单。"
elseif locale == "zhTW" then
L["%d bugs have been sent to %s. He must have BugSack to be able to examine them."] = "%d個錯誤已經傳送給%s。他必須有BugSack來查看錯誤訊息。"
L.minimapHint = "|cffeda55f點擊|r開啟BugSack最後錯誤訊息。|cffeda55fShift-點擊|r重新載入使用者介面。 |cffeda55fRight-Click|r to open options."
Expand Down

0 comments on commit 1f24a6a

Please sign in to comment.