- 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:
@@ -3,7 +3,6 @@
|
||||
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "zhTW")
|
||||
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"] = "動作條樣式和佈局"
|
||||
@@ -50,7 +48,6 @@ L["Enable the StanceBar"] = "開啟姿勢列"
|
||||
L["Enable/Disable the bar."] = "開啟/關閉動作條"
|
||||
L["Enabled"] = "開啟"
|
||||
L["FAQ"] = "問與答"
|
||||
-- L["FAQ_TEXT"] = true
|
||||
L["Fade Out"] = "淡出"
|
||||
L["Fade Out Alpha"] = "淡出透明度"
|
||||
L["Fade Out Delay"] = "淡出延遲"
|
||||
@@ -66,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"] = "不顯示"
|
||||
@@ -77,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"] = "右鍵自我施法"
|
||||
@@ -90,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"] = "狀態設定"
|
||||
|
||||
Reference in New Issue
Block a user