Skip to content

Commit 0ec7d3e

Browse files
committed
Update localizations
1 parent 0c80164 commit 0ec7d3e

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

Localization.lua

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,32 @@ end
131131

132132
if locale == "zhCN" then
133133
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"] = "装绑"
134139
L["Bottom Left"] = "左下"
135140
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."] = "在此品质及以上的物品显示更粗的图标边框"
136157
L["Top Left"] = "左上"
137158
L["Top Right"] = "右上"
159+
L["When moving snap frame to default position."] = "移动时将框架固定到默认位置"
138160
end
139161

140162
-- zhTW ------------------------------------------------------------------------
@@ -151,6 +173,7 @@ if locale == "zhTW" then
151173
L["Columns"] = "行數"
152174
L["Display equipment set membership icons."] = "顯示裝備設定相關圖示"
153175
L["Display text for BoA and BoE items."] = "帳號綁定和裝備綁定的物品顯示文字"
176+
L["First icon position:"] = "第一個圖示位置:"
154177
L["Frame Options"] = "框架選項"
155178
L["Hide Blizzard bag buttons."] = "隱藏暴雪背包按鈕。"
156179
L["Pet"] = "寵物"

UI/Options.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ local L = LB.Localize
1212

1313
local OrderValues = {
1414
['default'] = DEFAULT,
15-
['blizzard'] = 'Blizzard',
15+
['blizzard'] = L['Blizzard'],
1616
['reverse'] = L['Reverse'],
1717
}
1818

get-libs.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ indent () {
1111

1212
get_repotype () {
1313
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+
;;
1420
*://repos.curseforge.com/*)
1521
echo svn
1622
;;

0 commit comments

Comments
 (0)