File tree Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -131,10 +131,32 @@ end
131
131
132
132
if locale == " zhCN" then
133
133
L = L or {}
134
+ L [" Another addon is managing the Blizzard bag buttons." ] = " 另外一个插件正在管理暴雪背包按钮"
135
+ L [" Bags" ] = " 背包"
136
+ L [" Blizzard" ] = " 暴雪"
137
+ L [" BoA" ] = " 账绑"
138
+ L [" BoE" ] = " 装绑"
134
139
L [" Bottom Left" ] = " 左下"
135
140
L [" Bottom Right" ] = " 右下"
141
+ L [" Column gaps" ] = " 列间距"
142
+ L [" Columns" ] = " 列数"
143
+ L [" Display text for BoA and BoE items." ] = " 在物品上显示账号绑定和装备绑定的缩写文字"
144
+ L [" First icon position:" ] = " 第一个图标位置"
145
+ L [" Frame Options" ] = " 框架选项"
146
+ L [" Hide Blizzard bag buttons." ] = " 隐藏暴雪背包按钮"
147
+ L [" Icon layout:" ] = " 图标布局:"
148
+ L [" Icon order:" ] = " 图标顺序:"
149
+ L [" Pet" ] = " 宠物"
150
+ L [" Reverse" ] = " 反向"
151
+ L [" Row gaps" ] = " 行间距"
152
+ L [" Scale" ] = " 缩放"
153
+ L [" Shift Click to Hide/Show Bag" ] = " 按住 Shift 键点击隐藏或显示背包"
154
+ L [" Show bag buttons." ] = " 显示背包按钮"
155
+ L [" Show options panel." ] = " 显示选项面板"
156
+ L [" Show thicker icon borders for this quality and above." ] = " 在此品质及以上的物品显示更粗的图标边框"
136
157
L [" Top Left" ] = " 左上"
137
158
L [" Top Right" ] = " 右上"
159
+ L [" When moving snap frame to default position." ] = " 移动时将框架固定到默认位置"
138
160
end
139
161
140
162
-- zhTW ------------------------------------------------------------------------
@@ -151,6 +173,7 @@ if locale == "zhTW" then
151
173
L [" Columns" ] = " 行數"
152
174
L [" Display equipment set membership icons." ] = " 顯示裝備設定相關圖示"
153
175
L [" Display text for BoA and BoE items." ] = " 帳號綁定和裝備綁定的物品顯示文字"
176
+ L [" First icon position:" ] = " 第一個圖示位置:"
154
177
L [" Frame Options" ] = " 框架選項"
155
178
L [" Hide Blizzard bag buttons." ] = " 隱藏暴雪背包按鈕。"
156
179
L [" Pet" ] = " 寵物"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ local L = LB.Localize
12
12
13
13
local OrderValues = {
14
14
[' default' ] = DEFAULT ,
15
- [' blizzard' ] = ' Blizzard' ,
15
+ [' blizzard' ] = L [ ' Blizzard' ] ,
16
16
[' reverse' ] = L [' Reverse' ],
17
17
}
18
18
Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ indent () {
11
11
12
12
get_repotype () {
13
13
case " $1 " in
14
+ * ://repos.curseforge.com/wow/libactionbutton-1-0)
15
+ echo git
16
+ ;;
17
+ * ://repos.wowace.com/wow/libbuttonglow-1-0)
18
+ echo git
19
+ ;;
14
20
* ://repos.curseforge.com/* )
15
21
echo svn
16
22
;;
You can’t perform that action at this time.
0 commit comments