vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 local L = AceLibrary("AceLocale-2.2"):new("XLoot")
2  
3 L:RegisterTranslations("zhTW", function()
4 return {
5 catSnap = "框架吸附設定",
6 catLoot = "物品拾取設定",
7 catFrame = "框架設定",
8 catInfo = "拾取訊息",
9 catGeneralAppearance = "一般表現",
10 catFrameAppearance = "框架表現",
11 catLootAppearance = "拾取物品表現",
12 catExtras = "額外",
13  
14 optLock = "鎖定",
15 optOptions = "設定界面",
16 optBehavior = "行為設定",
17 optCursor = "吸附滑鼠",
18 optSmartsnap = "快速吸附",
19 optSnapoffset = "吸附後滑鼠偏移坐標值",
20 optCollapse = "Collapse loot buttons",
21 optDragborder = "可移動邊框",
22 optLootexpand = "以文字長度調整視窗長度",
23 optAltoptions = "當Alt+RightClick顯示菜單",
24 optSwiftloot = "當Shift-Cick時不顯示視窗",
25 optQualitytext = "顯示物品品質",
26 optInfotext = "顯示物品訊息",
27 optLinkAll = "顯示所有的鏈接按鈕",
28 optLinkAllVis = "可見: ",
29 optLinkAllThreshold = "發佈高於定義等級的物品",
30 optLinkAllChannels = "總是發佈物品到...",
31 optAppearance = "外觀",
32 optQualityborder = "邊框著色",
33 optQualityframe = "背景著色",
34 optLootqualityborder = "內邊框著色",
35 optBgcolor = "整體背景著色",
36 optBordercolor = "整體邊框著色",
37 optTexColor = "物品圖標著色",
38 optHighlightLoot = "高亮拾取",
39 optHighlightThreshold = "高亮條件設定",
40 optLootbgcolor = "拾取框背景著色",
41 optLootbordercolor = "拾取框邊框著色",
42 optInfoColor = "訊息顏色",
43 optScale = "縮放",
44 optAdvanced = "高級選項",
45 optDebug = "Debug 訊息",
46 optDefaults = "恢復預設",
47  
48 descLock = "Makes loot frame unmoveable",
49 descOptions = "Show the options dropdown",
50 descBehavior = "Change how XLoot behaves",
51 descCursor = "Snap the loot frame to the cursor whenever you loot something",
52 descSmartsnap = "Snaps the loot frame only vertically to the cursor when the list shifts as you loot a item so it doesn't jump around",
53 descSnapoffset = "Sets a distance from the middle of the first loot icon to snap to, horizontally",
54 descCollapse = "Collapse looted (empty) buttons and place cursor over next frame if the Cursor option is enabled.",
55 descDragborder = "Allows the loot window to be moved by dragging the frame's border, instead of just the buttons, which can otherwise be clicked through",
56 descLootexpand = "Changes frame width to match loot names. Short names mean thin frames, long names make the frames widen",
57 descAltoptions = "Allows you to Alt+RightClick on loot to bring up the XLoot menu. Can be disabled to not mess with other mods.",
58 descSwiftloot = "Attempts to find out when loot is being shift-rightclick-looted, and never shows the frame if there is space for all items. Should reduce lag when shift-looting, disable if you run into problems.",
59 descQualitytext = "Show a additional line above the item name with the item's Quality",
60 descInfotext = "Show a addition line below the item name with the item's Information",
61 descLinkAll = "The Link All button, a button that pops up a menu with all available channels, letting you send the current open loot to any of them.",
62 descLinkAllVis = "When the Link All button should be visible",
63 descLinkAllThreshold = "Only link items higher than the threshold.",
64 descLinkAllChannels = "Always link to these channels when left-clicking Link All. |cFFFF0000If none are checked, left-clicking Link All will show the Link All menu.|r",
65 descAppearance = "Coloring, scaling, and skin of XLootFrame and each individual loot button",
66 descQualityborder = "Colors lootframe border by the highest quality item",
67 descQualityframe = "Colors lootframe background by the highest quality item",
68 descLootqualityborder = "Colors loot borders by quality",
69 descHighlightLoot = "Highlights each loot frame by quality",
70 descHighlightThreshold = "The minimum quality at which loot frames will be highlighted",
71 descBgcolor = "Change the background color for the loot frame itself",
72 descBordercolor = "Change the border color of the frame itself",
73 descTexColor = "Color the border of the actual item icon/texture by quality",
74 descLootbgcolor = "Change the background color for every loot item",
75 descLootbordercolor = "Change the border color of every loot item",
76 descInfoColor = "Change the color of the information text",
77 descScale = "Scale of the loot frame",
78 descAdvanced = "Options you may not want to mess with, but can anyway.",
79 descDebug = "Show debug messages",
80 descDefaults = "Reinstate the database that comes with XLoot and set all the options back to their defaults",
81  
82 qualityQuest = "任務物品",
83  
84 guiTitle = "XLoot設定",
85  
86 itemWeapon = "武器",
87  
88 evHerbs = "草藥採集",
89 evOpenNT = "Opening - No Text",
90 evOpen = "打開",
91  
92 linkallloot = "連結所有...",
93 linkallchanneldesc = "當點選左鍵時,自動發佈所有物品到 %s",
94 }
95 end)