21 lines
1.2 KiB
Lua
21 lines
1.2 KiB
Lua
--[[ $Id$ ]]
|
|
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4","zhCN")
|
|
if not L then return end
|
|
L["Lock"]="锁定"
|
|
L["Lock all bars."]="锁定所有动作条。"
|
|
L["Bars"]="动作条"
|
|
L["Self-Cast by modifier"]="修改自我施法"
|
|
L["Toggle the use of the modifier-based self-cast functionality."]="关闭/开启 自我施法功能。"
|
|
L["Right-click Self-Cast"]="右键自我施法"
|
|
L["Toggle the use of the right-click self-cast functionality."]="关闭/开启 使用右键点击对自己施法功能。"
|
|
L["Out of Range Indicator"]="射程指示器"
|
|
L["Configure how the Out of Range Indicator should display on the buttons."]="显示/隐藏 射程基本按钮着色。"
|
|
L["Colors"]="颜色设置"
|
|
L["Out of Range Indicator"]="射程指示器"
|
|
L["Specify the Color of the Out of Range Indicator"]="设置射程之外的标识颜色"
|
|
L["Out of Mana Indicator"]="低法力指示器"
|
|
L["Specify the Color of the Out of Mana Indicator"]="设置法力不足的标识颜色"
|
|
L["Button Tooltip"]="按钮鼠标提示"
|
|
L["Configure the Button Tooltip."]="设置按钮的鼠标提示。"
|
|
L["FAQ"]="帮助"
|
|
L["Frequently Asked Questions"]="帮助信息" |