WoWInterface SVN Aloft

Compare Revisions

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

Rev 2304 → Rev 2307

AloftStateIconLocale.lua
168,37 → 168,37
-----------------------------------------------------------------------------
 
--[[ zhTW ]] L["State Icon"] = "首領圖示"
--[[ zhTW ]] L["State icon placement options"] = "State icon placement options"
--[[ zhTW ]] L["State icon placement options"] = "首領圖示佈局設定"
--[[ zhTW ]] L["Enable"] = "啟用"
--[[ zhTW ]] L["Enable state icon display on the nameplate"] = "Enable state icon display on the nameplate"
--[[ zhTW ]] L["Reverse"] = "Reverse"
--[[ zhTW ]] L["Reverse the state icon graphic horizontally"] = "Reverse the state icon graphic horizontally"
--[[ zhTW ]] L["Height"] = "大小"
--[[ zhTW ]] L["Height in pixels of the state icon"] = "Height in pixels of the state icon"
--[[ zhTW ]] L["Width"] = "大小"
--[[ zhTW ]] L["Width in pixels of the state icon"] = "Width in pixels of the state icon"
--[[ zhTW ]] L["Enable state icon display on the nameplate"] = "在名牌上顯示首領圖示"
--[[ zhTW ]] L["Reverse"] = "反轉"
--[[ zhTW ]] L["Reverse the state icon graphic horizontally"] = "水平反轉首領圖示圖形"
--[[ zhTW ]] L["Height"] = "高度"
--[[ zhTW ]] L["Height in pixels of the state icon"] = "首領圖示像素高度"
--[[ zhTW ]] L["Width"] = "寬度"
--[[ zhTW ]] L["Width in pixels of the state icon"] = "首領圖示像素寬度"
--[[ zhTW ]] L["Position"] = "位置"
--[[ zhTW ]] L["Adjust state icon position"] = "Adjust state icon position"
--[[ zhTW ]] L["X Offset"] = "X位移"
--[[ zhTW ]] L["X offset of the state icon"] = "X offset of the state icon"
--[[ zhTW ]] L["Y Offset"] = "Y位移"
--[[ zhTW ]] L["Y offset of the state icon"] = "Y offset of the state icon"
--[[ zhTW ]] L["Anchor"] = "定位點"
--[[ zhTW ]] L["Sets the anchor for the state icon"] = "Sets the anchor for the state icon"
--[[ zhTW ]] L["Anchor To"] = "固定在"
--[[ zhTW ]] L["Sets the relative point on the health bar to anchor the state icon"] = "Sets the relative point on the health bar to anchor the state icon"
--[[ zhTW ]] L["Adjust state icon position"] = "調整首領圖示位置"
--[[ zhTW ]] L["X Offset"] = "X偏移"
--[[ zhTW ]] L["X offset of the state icon"] = "首領圖示的X偏移"
--[[ zhTW ]] L["Y Offset"] = "Y偏移"
--[[ zhTW ]] L["Y offset of the state icon"] = "首領圖示的Y偏移"
--[[ zhTW ]] L["Anchor"] = "錨點"
--[[ zhTW ]] L["Sets the anchor for the state icon"] = "設定首領圖示的錨點"
--[[ zhTW ]] L["Anchor To"] = "錨點到"
--[[ zhTW ]] L["Sets the relative point on the health bar to anchor the state icon"] = "設定在生命條上錨到首領圖示的相關點"
--[[ zhTW ]] L["Alpha"] = "透明度"
--[[ zhTW ]] L["Sets the state icon alpha"] = "Sets the state icon alpha"
--[[ zhTW ]] L["Sets the state icon alpha"] = "設定首領圖示透明度"
 
--[[ 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"] = "下右"
 
-----------------------------------------------------------------------------