WoWInterface SVN Aloft

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches/zhTW_201107/AloftOptions/AloftLevelText
    from Rev 2304 to Rev 2307
    Reverse comparison

Rev 2304 → Rev 2307

AloftLevelTextLocale.lua
260,9 → 260,9
elseif (locale == "zhTW") then
 
--[[ zhTW ]] L["Level Text"] = "等級文字"
--[[ zhTW ]] L["Level text options"] = "等級文字選項"
--[[ zhTW ]] L["Level text options"] = "等級文字設定"
--[[ zhTW ]] L["Enable"] = "啟用"
--[[ zhTW ]] L["Enable level text display on the nameplate"] = "在名牌顯示等級文字"
--[[ zhTW ]] L["Enable level text display on the nameplate"] = "啟用在名牌上等級文字顯示"
 
--[[ zhTW ]] L["Show Creature Type"] = "顯示生物類型"
--[[ zhTW ]] L["Shows B,D,K,E,H,U for Beast, Demon, Dragonkin, Elemental, Humanoid and Undead creatures"] = "使用簡短生物類型"
273,48 → 273,48
--[[ zhTW ]] L["Shows unit race after the level"] = "顯示種族於等級文字之後"
 
--[[ zhTW ]] L["Typeface"] = "字體"
--[[ zhTW ]] L["Level text typeface options"] = "等級文字字體選項"
--[[ zhTW ]] L["Level text typeface options"] = "等級文字字體設定"
--[[ zhTW ]] L["Font"] = "字型"
--[[ zhTW ]] L["Sets the font for level text"] = "等級文字字型"
--[[ zhTW ]] L["Sets the font for level text"] = "設定等級文字的字型"
--[[ zhTW ]] L["Font Size"] = "字型大小"
--[[ zhTW ]] L["Sets the font height of the level text"] = "等級文字字型大小"
--[[ zhTW ]] L["Sets the font height of the level text"] = "設定等級文字的字型高度"
--[[ zhTW ]] L["Font Shadow"] = "字型陰影"
--[[ zhTW ]] L["Show font shadow on level text"] = "等級文字字型陰影"
--[[ zhTW ]] L["Show font shadow on level text"] = "設定等級文字的字型陰影"
--[[ zhTW ]] L["Outline"] = "輪廓"
--[[ zhTW ]] L["Sets the font outline of the level text"] = "等級文字字型輪廓"
--[[ zhTW ]] L["Sets the font outline of the level text"] = "設定等級文字的字型輪廓"
 
--[[ zhTW ]] L["Position"] = "位置"
--[[ zhTW ]] L["Adjust level text position"] = "等級文字位置"
--[[ zhTW ]] L["Anchor"] = "定位點"
--[[ zhTW ]] L["Sets the anchor for the level text"] = "等級文字定位點"
--[[ zhTW ]] L["Anchor To"] = "固定在"
--[[ zhTW ]] L["Sets the relative point on the health bar to anchor the level text"] = "等級文字固定在生命力條的位置"
--[[ zhTW ]] L["X Offset"] = "X位移"
--[[ zhTW ]] L["X offset of the level text"] = "等級文字X位移"
--[[ zhTW ]] L["Y Offset"] = "Y位移"
--[[ zhTW ]] L["Y offset of the level text"] = "等級文字Y位移"
--[[ zhTW ]] L["Adjust level text position"] = "調整等級文字位置"
--[[ zhTW ]] L["Anchor"] = "錨點"
--[[ zhTW ]] L["Sets the anchor for the level text"] = "設定等級文字的錨點"
--[[ zhTW ]] L["Anchor To"] = "錨點到"
--[[ zhTW ]] L["Sets the relative point on the health bar to anchor the level text"] = "設定在生命條上瞄到等級文字的相關點"
--[[ zhTW ]] L["X Offset"] = "X偏移"
--[[ zhTW ]] L["X offset of the level text"] = "等級文字的X偏移"
--[[ zhTW ]] L["Y Offset"] = "Y偏移"
--[[ zhTW ]] L["Y offset of the level text"] = "等級文字的Y偏移"
 
--[[ zhTW ]] L["None"] = "無"
--[[ zhTW ]] L["Normal"] = "正常"
--[[ zhTW ]] L["Thick"] = "粗"
 
--[[ zhTW ]] L["Advanced"] = "進階"
--[[ zhTW ]] L["Options for expert users"] = "進階選項"
--[[ zhTW ]] L["Override Text"] = "置換文字"
--[[ zhTW ]] L["Override level text"] = "置換等級文字"
--[[ zhTW ]] L["Options for expert users"] = "熟練的使用者設定"
--[[ zhTW ]] L["Override Text"] = "覆蓋文字"
--[[ zhTW ]] L["Override level text"] = "覆蓋等級文字"
--[[ zhTW ]] L["Format"] = "格式"
--[[ zhTW ]] L["Level tag"] = "等級標籤"
--[[ zhTW ]] L["<Any tag string>"] = "<任何標籤文字>"
 
--[[ zhTW ]] L["TOPLEFT"] = "左上"
--[[ zhTW ]] L["TOPLEFT"] = "上左"
--[[ zhTW ]] L["TOP"] = "上"
--[[ zhTW ]] L["TOPRIGHT"] = "右上"
--[[ zhTW ]] L["TOPRIGHT"] = "上右"
--[[ zhTW ]] L["LEFT"] = "å·¦"
--[[ zhTW ]] L["CENTER"] = "中"
--[[ zhTW ]] L["RIGHT"] = "右"
--[[ zhTW ]] L["BOTTOMLEFT"] = "左下"
--[[ zhTW ]] L["BOTTOMLEFT"] = "下左"
--[[ zhTW ]] L["BOTTOM"] = "下"
--[[ zhTW ]] L["BOTTOMRIGHT"] = "右下"
--[[ zhTW ]] L["BOTTOMRIGHT"] = "下右"
 
-----------------------------------------------------------------------------