WoWInterface SVN Aloft

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/AloftOptions/AloftRaidIcon
    from Rev 2214 to Rev 2319
    Reverse comparison

Rev 2214 → Rev 2319

AloftRaidIconLocale.lua
156,33 → 156,33
-----------------------------------------------------------------------------
 
--[[ zhTW ]] L["Raid Icon"] = "團隊圖示"
--[[ zhTW ]] L["Raid icon placement options"] = "團隊圖示佈局選項"
--[[ zhTW ]] L["Raid icon placement options"] = "團隊圖示佈局設定"
--[[ zhTW ]] L["Enable"] = "啟用"
--[[ zhTW ]] L["Enable raid icon display on the nameplate"] = "在名牌顯示團隊圖示"
--[[ zhTW ]] L["Enable raid icon display on the nameplate"] = "在名牌上顯示團隊圖示"
--[[ zhTW ]] L["Size"] = "大小"
--[[ zhTW ]] L["Size in pixels of the raid icon"] = "團隊圖示大小"
--[[ zhTW ]] L["Size in pixels of the raid icon"] = "團隊圖示的像素大小"
--[[ zhTW ]] L["Position"] = "位置"
--[[ zhTW ]] L["Adjust raid icon position"] = "團隊圖示位置"
--[[ zhTW ]] L["X Offset"] = "X位移"
--[[ zhTW ]] L["X offset of the raid icon"] = "團隊圖示X位移"
--[[ zhTW ]] L["Y Offset"] = "Y位移"
--[[ zhTW ]] L["Y offset of the raid icon"] = "團隊圖示Y位移"
--[[ zhTW ]] L["Anchor"] = "定位點"
--[[ zhTW ]] L["Sets the anchor for the raid icon"] = "團隊圖示定位點"
--[[ zhTW ]] L["Anchor To"] = "固定在"
--[[ zhTW ]] L["Sets the relative point on the health bar to anchor the raid icon"] = "團隊圖示固定在生命力條的位置"
--[[ zhTW ]] L["Adjust raid icon position"] = "調整團隊圖示位置"
--[[ zhTW ]] L["X Offset"] = "X偏移"
--[[ zhTW ]] L["X offset of the raid icon"] = "團隊圖示的X偏移"
--[[ zhTW ]] L["Y Offset"] = "Y偏移"
--[[ zhTW ]] L["Y offset of the raid icon"] = "團隊圖示的Y偏移"
--[[ zhTW ]] L["Anchor"] = "錨點"
--[[ zhTW ]] L["Sets the anchor for the raid icon"] = "設定團隊圖示的錨點"
--[[ zhTW ]] L["Anchor To"] = "錨點到"
--[[ zhTW ]] L["Sets the relative point on the health bar to anchor the raid icon"] = "設定在生命條上到錨到團隊圖示的相關點"
--[[ zhTW ]] L["Alpha"] = "透明度"
--[[ zhTW ]] L["Sets the raid icon alpha"] = "團隊圖示透明度"
--[[ zhTW ]] L["Sets the raid 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"] = "下右"
 
-----------------------------------------------------------------------------