64 lines
1.8 KiB
Lua
64 lines
1.8 KiB
Lua
--[[
|
|
THIS FILE IS ENCODED IN UTF-8
|
|
|
|
Bagnon Localization Information: Chinese Traditional
|
|
2007/11/17 by matini< yiting.jheng <at> gmail <dot> com
|
|
2008/12/01 by yleaf@cwdg(yaroot@gmail.com)
|
|
2009/04/23 by youngway@水晶之刺
|
|
2009/06/19 by 狂飆@cwdg(networm@qq.com)
|
|
|
|
Last Update: 2009/06/19 by 狂飆@cwdg(networm@qq.com)
|
|
|
|
--]]
|
|
|
|
local L = LibStub('AceLocale-3.0'):NewLocale('Bagnon', 'zhTW')
|
|
if not L then return end
|
|
|
|
--keybinding text
|
|
L.ToggleBags = '開關 背包'
|
|
L.ToggleBank = '開關 銀行'
|
|
L.ToggleKeys = '開關 鑰匙鏈'
|
|
|
|
|
|
--system messages
|
|
L.NewUser = '這是該角色第一次使用 Bagnon,已載入默認設置。'
|
|
L.Updated = '已更新到 Bagnon v%s'
|
|
L.UpdatedIncompatible = '由一個不相容版本升級,已載入默認設置。'
|
|
|
|
|
|
--slash commands
|
|
L.Commands = '命令:'
|
|
L.CmdShowInventory = '開關背包介面'
|
|
L.CmdShowBank = '開關銀行介面'
|
|
L.CmdShowKeyring = '開關鑰匙鏈介面'
|
|
L.CmdShowVersion = '顯示當前版本'
|
|
|
|
|
|
--frame text
|
|
L.TitleBags = '%s的背包'
|
|
L.TitleBank = '%s的銀行'
|
|
L.TitleKeys = '%s的鑰匙鏈'
|
|
|
|
|
|
--tooltips
|
|
L.TipBank = '銀行'
|
|
L.TipChangePlayer = '查看其他角色的物品'
|
|
L.TipGoldOnRealm = '%s上的總資產'
|
|
L.TipHideBag = '隱藏包裹'
|
|
L.TipHideBags = '隱藏背包'
|
|
L.TipHideSearch = '隱藏搜索介面'
|
|
L.TipPurchaseBag = '購買銀行空位'
|
|
L.TipShowBag = '顯示包裹'
|
|
L.TipShowBags = '顯示背包'
|
|
L.TipShowMenu = '右擊打開設置菜單'
|
|
L.TipShowSearch = '顯示搜索介面'
|
|
L.TipShowSearch = '搜索'
|
|
L.TipShowFrameConfig = '打開設置菜單'
|
|
L.TipDoubleClickSearch = '按兩下打開搜索框'
|
|
L.Total = '總共'
|
|
|
|
--databroker plugin tooltips
|
|
L.TipShowBank = 'Shift-點擊 開關銀行'
|
|
L.TipShowInventory = '點擊 開關背包'
|
|
L.TipShowKeyring = 'Alt-點擊 開關鑰匙鏈'
|
|
L.TipShowOptions = '右擊 打開設置菜單' |