Skip to content

Commit

Permalink
Add missed translation of "Off hand"
Browse files Browse the repository at this point in the history
  • Loading branch information
arliang committed Nov 11, 2022
1 parent 836e28e commit 533b3b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 82 deletions.
81 changes: 2 additions & 79 deletions Locales/constants.cn.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

if not AL then return end

-- These localization strings are translated on Curseforge: https://www.curseforge.com/wow/addons/atlaslootclassic/localization
-- Collections
AL["Before Raid"] = "团本前"
AL["P1"] = "P1"

Expand Down Expand Up @@ -62,81 +60,6 @@ AL["Trinket"] = "饰品"
AL["Weapon"] = "武器"

AL["Onehand"] = "单手"
AL["Offhand"] = "副手"
AL["Off hand"] = "副手"
AL["Twohand"] = "双手"
AL["Ranged"] = "远程"



-- AL["%s Sets"] = "%s 组合"
-- AL["'%s' Vendor"] = "'%s' 商人"
-- AL["Abyssal Dukes"] = "深渊公爵"
-- AL["Abyssal Lords"] = "深渊议会高层"
-- AL["Abyssal Templars"] = "深渊圣殿骑士"
-- AL["Ahune"] = "埃霍恩"
-- AL["Avalanchion"] = "阿瓦兰奇奥"
-- AL["Azure Templar"] = "碧蓝圣殿骑士"
-- AL["Baron Charr"] = "火焰男爵查尔"
-- AL["Baron Kazum"] = "卡苏姆男爵"
-- AL["Box of Chocolates"] = "一盒巧克力"
-- AL["Brewfest"] = "美酒节"
-- AL["Brightly Colored Egg"] = "彩蛋节"
-- AL["Burning Crusade"] = "燃烧的远征"
-- AL["Childrens Week"] = "儿童周"
-- AL["Classic"] = "经典"
-- AL["Crimson Templar"] = "赤红圣殿骑士"
-- AL["Drops"] = "掉落"
-- AL["Dungeon Set %s"] = "地下城 组合 %s"
-- AL["Dungeon Sets"] = "地下城 组合"
-- AL["Earthen Templar"] = "土色圣殿骑士"
-- AL["Elemental Invasions"] = "元素入侵"
-- AL["Equip"] = "装备"
-- AL["Faction Mounts"] = "阵营坐骑"
-- AL["Feast of Winter Veil"] = "冬幕节"
-- AL["Festive Gift"] = "节日礼物"
-- AL["First Prize"] = "第一名奖励"
-- AL["Food"] = "进食"
-- AL["Gaily Wrapped Present"] = "微微震动的礼物"
-- AL["Gently Shaken Gift"] = "精美的礼品"
-- AL["Gift of Adoration"] = "爱慕的礼物"
-- AL["Graveyard - Headless Horseman"] = "墓地 - 无头骑士"
-- AL["Gurubashi Arena"] = "古拉巴什竞技场"
-- AL["Hallow's End"] = "万圣节"
-- AL["Harvest Festival"] = "收获节"
-- AL["High Marshal Whirlaxis"] = "大元帅维拉希斯"
-- AL["Hoary Templar"] = "苍白圣殿骑士"
-- AL["Legendarys"] = "传说"
-- AL["Lord Blackwood"] = "布莱克伍德公爵"
-- AL["Lord Skwol"] = "斯古恩男爵"
-- AL["Love is in the Air"] = "情人节"
-- AL["Lucky Red Envelope"] = "红包"
-- AL["Lunar Festival"] = "春节"
-- AL["Lunar Festival Fireworks Pack"] = "春节烟花包"
-- AL["Masks"] = "面具"
-- AL["Midsummer Festival"] = "仲夏火焰节"
-- AL["Noblegarden"] = "复活节"
-- AL["One-Handed Weapons"] = "单手武器"
-- AL["Prince Skaldrenox"] = "斯卡德诺斯克王子"
-- AL["Princess Tempestria"] = "泰比斯蒂亚公主"
-- AL["Ranged Weapons"] = "远程武器"
-- AL["Rare Fish"] = "稀有鱼种"
-- AL["Rare Fish Rewards"] = "稀有鱼种奖励"
-- AL["Revanchion"] = "雷瓦克安"
-- AL["Scarlet Monastery - Graveyard"] = "血色修道院 - 墓地"
-- AL["Scorn"] = "瑟克恩"
-- AL["Scourge Invasion"] = "天灾入侵"
-- AL["Silithus Abyssal"] = "深渊议会"
-- AL["Smokywood Pastures"] = "熏木农场"
-- AL["Smokywood Pastures Special Gift"] = "熏木农场特殊礼物"
-- AL["Stranglethorn Fishing Extravaganza"] = "荆棘谷钓鱼大赛"
-- AL["The Duke of Cynders"] = "灰烬公爵"
-- AL["The Duke of Fathoms"] = "深渊公爵"
-- AL["The Duke of Shards"] = "碎石公爵"
-- AL["The Duke of Zephyrs"] = "微风公爵"
-- AL["The Windreaver"] = "烈风掠夺者"
-- AL["Tier Sets"] = "等级套装"
-- AL["Two-Handed Weapons"] = "双手武器"
-- AL["Unobtainable"] = "无法获得"
-- AL["Wands"] = "魔杖"
-- AL["World Epics"] = "世界史诗"
-- AL["World Events"] = "世界事件"
AL["Ranged"] = "远程"
4 changes: 1 addition & 3 deletions Locales/constants.tw.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ local AL = _G.AtlasLoot.GetLocales("zhCN")

if not AL then return end

-- These localization strings are translated on Curseforge: https://www.curseforge.com/wow/addons/atlaslootclassic/localization
-- Collections
AL["Before Raid"] = "團本前"
AL["P1"] = "P1"

Expand Down Expand Up @@ -65,6 +63,6 @@ AL["Trinket"] = "飾品"
AL["Weapon"] = "武器"

AL["Onehand"] = "單手"
AL["Offhand"] = "副手"
AL["Off hand"] = "副手"
AL["Twohand"] = "雙手"
AL["Ranged"] = "遠程"

0 comments on commit 533b3b9

Please sign in to comment.