- update babelfish script to work with embeded escape chars (\n, \t, \", etc)

- bar creation now takes a name to avoid translation issues
- re-run babelfish script - If you find missing translations, just add the L[] wrapping around it and run the babelfish script!
This commit is contained in:
Hendrik Leppkes
2008-06-20 00:01:23 +00:00
parent 58d690b24b
commit 14aa5efda4
8 changed files with 2 additions and 44 deletions
+1 -6
View File
@@ -3,7 +3,6 @@
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "zhCN")
if not L then return end
L["%s Bar"] = "%s栏"
L["ALT"] = "按下ALT"
L["ActionBar Switching"] = "切换动作条"
L["Alignment"] = "对齐"
@@ -11,7 +10,6 @@ L["Alpha"] = "透明度"
L["Always Hide"] = "始终隐藏"
L["Always Show"] = "始终显示"
L["Auto-Assist"] = "自动协助"
L["Bag"] = "背包"
L["Bag Bar"] = "背包栏"
L["Bar %s"] = "动作条 %s"
L["Bar Style & Layout"] = "动作条风格与布局"
@@ -39,7 +37,7 @@ L["Configure when to Show/Hide the bar."] = "配置何时显示/隐藏动作条
L["Default Bar State"] = "默认动作条状态"
L["Disabled"] = "关闭"
L["Disabled in Combat"] = "战斗中关闭"
L["Enable Auto-Assist for this bar.\n Auto-Assist will automatically try to cast on your target's target if your target is no valid target for the selected spell."] = "为该动作条开启自动协助。\n 当你所尝试使用的技能不能对你当前目标生效时,自动协助会尝试对目标的目标使用该技能。"
L["Enable Auto-Assist for this bar.\n Auto-Assist will automatically try to cast on your target's target if your target is no valid target for the selected spell."] = "为该动作条开启自动协助。\n 当你所尝试使用的技能不能对你当前目标生效时,自动协助会尝试对目标的目标使用该技能。"
-- L["Enable Bar Switching based on the actionbar controls provided by the game."] = true
L["Enable State-based Button Swaping"] = "开始基于状态配置的按钮切换功能。"
L["Enable the Bag Bar"] = "开启背包栏"
@@ -65,7 +63,6 @@ L["Hotkey Mode"] = "快捷键模式"
L["Keyring"] = "钥匙链"
L["Lock"] = "锁定"
L["Lock all bars."] = "锁定所有动作条。"
L["MicroMenu"] = "微型主菜单"
L["Micro Menu"] = "微型主菜单"
L["Modifier Based Switching"] = "修改基本切换"
L["No Display"] = "不显示"
@@ -76,7 +73,6 @@ L["Only show one Bag Button in the BagBar."] = "仅仅显示一个背包来代
L["Out of Mana Indicator"] = "低法力指示"
L["Out of Range Indicator"] = "射程指示"
L["Padding"] = "间距"
L["Pet"] = "宠物"
L["Pet Bar"] = "宠物栏"
L["Possess Bar"] = "控制栏"
L["Right-click Self-Cast"] = "右键自我施法"
@@ -89,7 +85,6 @@ L["Show the keyring button."] = "显示钥匙链"
L["Show/Hide"] = "显示/隐藏"
L["Specify the Color of the Out of Mana Indicator"] = "设置法力不足的标识颜色"
L["Specify the Color of the Out of Range Indicator"] = "设置射程之外的标识颜色"
L["Stance"] = "姿态"
L["Stance Bar"] = "姿态栏"
L["Stance Configuration"] = "姿态配置"
L["State Configuration"] = "状态配置"