Skip to content

Commit bc50dce

Browse files
committed
BoA -> Warbound
1 parent e0e96b6 commit bc50dce

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

Localization.lua

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if locale == "frFR" then
6363
L["Bottom Left"] = "Bas gauche"
6464
L["Bottom Right"] = "Bas droit"
6565
L["Display equipment set membership icons."] = "Afficher les icônes sur les Ensembles d'Équipements"
66-
L["Display text for BoA and BoE items."] = "Afficher un texte sur les objets \"Lié au Compte\" (Blizzard) et \"Lié quand Équipé\" (LqE)."
66+
L["Display text for Warbound and BoE items."] = "Afficher un texte sur les objets \"Lié au Compte\" (Blizzard) et \"Lié quand Équipé\" (LqE)."
6767
L["Pet"] = "Pet"
6868
L["Reverse"] = "Inverse"
6969
L["Top Left"] = "Haut gauche"
@@ -75,12 +75,11 @@ end
7575
if locale == "itIT" then
7676
L = L or {}
7777
L["Bags"] = "Zaini"
78-
L["BoA"] = "BoA"
7978
L["BoE"] = "BoE"
8079
L["Bottom Left"] = "In basso a sinistra‎"
8180
L["Bottom Right"] = "In basso a destra"
8281
L["Display equipment set membership icons."] = "Visualizza icone tipologia equipaggiamento."
83-
L["Display text for BoA and BoE items."] = "Mostra testo per oggetti BoA e BoE."
82+
L["Display text for Warbound and BoE items."] = "Mostra testo per oggetti BoA e BoE."
8483
L["Pet"] = "Mascotte"
8584
L["Reverse"] = "Inversa"
8685
L["Top Left"] = "In alto a sinistra"
@@ -93,15 +92,14 @@ if locale == "koKR" then
9392
L = L or {}
9493
L["Another addon is managing the Blizzard bag buttons."] = "다른 애드온에서 블리자드 가방 버튼의 설정을 변경합니다."
9594
L["Bags"] = "가방"
96-
L["BoA"] = "BoA"
9795
L["BoE"] = "BoE"
9896
L["Bottom"] = "아래"
9997
L["Bottom Left"] = "좌측 하단"
10098
L["Bottom Right"] = "우측 하단"
10199
L["Column gaps"] = "칸 간격"
102100
L["Columns"] = "칸 수"
103101
L["Display equipment set membership icons."] = "착용 세트에 멤버쉽 아이콘을 표시합니다."
104-
L["Display text for BoA and BoE items."] = "BoA 및 BoE 아이템에 글자를 표시합니다."
102+
L["Display text for Warbound and BoE items."] = "BoA 및 BoE 아이템에 글자를 표시합니다."
105103
L["Frame Options"] = "프레임 설정"
106104
L["Hide Blizzard bag buttons."] = "블리자드 가방 버튼 숨김"
107105
L["Pet"] = "애완동물"
@@ -143,7 +141,6 @@ if locale == "zhCN" then
143141
L["Another addon is managing the Blizzard bag buttons."] = "另外一个插件正在管理暴雪背包按钮"
144142
L["Bags"] = "背包"
145143
L["Blizzard"] = "暴雪"
146-
L["BoA"] = "账绑"
147144
L["BoE"] = "装绑"
148145
L["Bottom"] = ""
149146
L["Bottom Left"] = "左下"
@@ -152,7 +149,7 @@ if locale == "zhCN" then
152149
L["Column gaps"] = "列间距"
153150
L["Columns"] = "列数"
154151
L["Display equipment set membership icons."] = "显示装备设定相关图示"
155-
L["Display text for BoA and BoE items."] = "在物品上显示账号绑定和装备绑定的缩写文字"
152+
L["Display text for Warbound and BoE items."] = "在物品上显示账号绑定和装备绑定的缩写文字"
156153
L["First icon position:"] = "第一个图标位置"
157154
L["Frame Options"] = "框架选项"
158155
L["Hide Blizzard bag buttons."] = "隐藏暴雪背包按钮"
@@ -183,7 +180,6 @@ if locale == "zhTW" then
183180
L["Another addon is managing the Blizzard bag buttons."] = "另一個插件是管理暴雪背包按鈕。"
184181
L["Bags"] = "背包"
185182
L["Blizzard"] = "暴雪"
186-
L["BoA"] = "帳綁"
187183
L["BoE"] = "裝綁"
188184
L["Bottom"] = ""
189185
L["Bottom Left"] = "左下"
@@ -192,7 +188,7 @@ if locale == "zhTW" then
192188
L["Column gaps"] = "行距"
193189
L["Columns"] = "行數"
194190
L["Display equipment set membership icons."] = "顯示裝備設定相關圖示"
195-
L["Display text for BoA and BoE items."] = "帳號綁定和裝備綁定的物品顯示文字"
191+
L["Display text for Warbound and BoE items."] = "帳號綁定和裝備綁定的物品顯示文字"
196192
L["First icon position:"] = "第一個圖示位置:"
197193
L["Frame Options"] = "框架選項"
198194
L["Hide Blizzard bag buttons."] = "隱藏暴雪背包按鈕。"

UI/Options.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ local options = {
152152
},
153153
showBindsOn = {
154154
type = "toggle",
155-
name = L["Display text for BoA and BoE items."],
155+
name = L["Display text for Warbound and BoE items."],
156156
order = order(),
157157
width = "full",
158158
get = GlobalGetter,

0 commit comments

Comments
 (0)