54 lines
No EOL
2 KiB
Lua
54 lines
No EOL
2 KiB
Lua
--[[
|
|
THIS FILE IS ENCODED IN UTF-8
|
|
|
|
Bagnon Config Localization Information: Chinese Traditional
|
|
Credits: yleaf@cwdg(yaroot@gmail.com), 狂飆@cwdg(networm@qq.com)
|
|
|
|
Last Update: 2009/07/03 by 狂飆@cwdg(networm@qq.com)
|
|
|
|
--]]
|
|
|
|
local L = LibStub('AceLocale-3.0'):NewLocale('Bagnon-Config', 'zhTW')
|
|
if not L then return end
|
|
|
|
L.Columns = '列數'
|
|
L.Scale = '縮放'
|
|
L.Spacing = '間距'
|
|
L.Opacity = '透明度'
|
|
L.FrameColor = '窗口顏色'
|
|
L.FrameBorderColor = '窗口邊框顏色'
|
|
L.Frame = '窗口'
|
|
L.Inventory = '背包'
|
|
L.Bank = '銀行'
|
|
L.KeyRing = '鑰匙鏈'
|
|
L.LockFramePositions = '鎖定位置'
|
|
L.ShowEmptyItemSlotBackground = '顯示空格背景材質'
|
|
L.HighlightItemsByQuality = '按物品品質對物品染色'
|
|
L.HighlightQuestItems = '對任務物品染色'
|
|
L.ReverseSlotOrdering = '反向排列'
|
|
L.ColorItemSlotsByBagType = '按背包類型對空格染色'
|
|
L.FrameLayer = '窗口層級'
|
|
L.EnableBagFrame = '啟用背包按鈕'
|
|
L.EnableMoneyFrame = '啟用貨幣窗口'
|
|
L.EnableDBOFrame = '啟用資訊視窗'
|
|
L.EnableSearchToggle = '啟用搜索按鈕'
|
|
L.EnableOptionsToggle = '啟用設置按鈕'
|
|
L.EnableSortButton = "Enable sort button"
|
|
L.EnableFrame_inventory = '啟用背包框體'
|
|
L.EnableFrame_bank = '啟用銀行框體'
|
|
L.EnableFrame_keys = '啟用鑰匙鏈框體'
|
|
L.SettingRequiresRestart = '這個設置將在你下次登錄時生效'
|
|
L.EnableAutoDisplay_bank = '打開銀行時'
|
|
L.EnableAutoDisplay_ah = '打開拍賣行時'
|
|
L.EnableAutoDisplay_vendor = '與商販對話時'
|
|
L.EnableAutoDisplay_trade = '交易時'
|
|
L.EnableAutoDisplay_craft = '製作物品時'
|
|
L.EnableAutoDisplay_mail = '打開郵箱時'
|
|
L.EnableAutoDisplay_guildbank = '打開公會銀行時'
|
|
L.DisplaySettings = '事件設置'
|
|
L.DisplaySettingsTitle = '何時自動打開背包'
|
|
L.FrameSettings = '顯示設定'
|
|
L.FrameSettingsTitle = '窗口顯示設定'
|
|
L.GeneralSettings = '通用設置'
|
|
L.GeneralSettingsTitle = 'Bagnon的通用設置'
|
|
L.EnableBlizzardBagPassThrough = '禁用的背包使用暴雪默認框體' |