diff --git a/AckisRecipeList.toc b/AckisRecipeList.toc index 51ff372..f84e3d5 100644 --- a/AckisRecipeList.toc +++ b/AckisRecipeList.toc @@ -8,7 +8,7 @@ ## Notes-frFR: Scans vos métiers et vous indique les recettes qui vous manque, ainsi que des informations sur la façon de les obtenir. ## Notes-deDE: Zeigt eine Liste der Rezepte, die Ihr noch nicht mit eurem Beruf gelernt habt. Funktioniert mit allen Berufen sowie den klassenspezifischen Berufen. ## Notes-esES: Muestra una lista de recetas inexistentes para sus Habilidades de Comercio. Funciona con todas las habilidades comerciales, incluidas venenos y entrenamiento de bestias del cazador. -## Notes-zhCN: 全面详细的商业技能信息插件,包括毒药和宠物技能. +## Notes-zhCN: 扫描并告知如何获取你所缺失的配方的详细商业技能信息插件。 ## Notes-koKR: 캐릭터가 배우지 못한 제조법을 표시합니다. 또한 제조법의 획득 정보을 알려줍니다. ## Author: Ackis, Zhinjio diff --git a/Locals/ARLLocals-zhCN.lua b/Locals/ARLLocals-zhCN.lua index 6bd42f0..93fe8f4 100644 --- a/Locals/ARLLocals-zhCN.lua +++ b/Locals/ARLLocals-zhCN.lua @@ -11,7 +11,7 @@ Project revision: @project-revision@ Project version: @project-version@ Original translated by: iCat (msn: lucifer_icat@hotmail.com) -Currently maintaince by: Kurax, 冰焱妩魅 @ CWDG +Currently maintained by: Kurax, 冰焱妩魅 @ CWDG, ananhaid Please make sure you update the ToC file with any translations. @@ -36,252 +36,277 @@ Locale schema ]]-- local L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "zhCN", false); + if not L then return end -- General strings -L["Filters"] = true -L["All"] = true -L["None"] = true -L["Ok"] = true +L["Filters"] = "过滤" +L["All"] = "全部" +L["None"] = "无" +L["Ok"] = "OK" -- Config Options -L["About"] = true -L["Main Options"] = true -L["General Settings"] = true -L["Display Settings"] = true -L["Sorting Settings"] = true -L["Profile Options"] = true +L["About"] = "关于" +L["Main Options"] = "主选项" +L["General Settings"] = "主要设置" +L["Display Settings"] = "显示设置" +L["Sorting Settings"] = "种类设置" +L["Profile Options"] = "配置文件选项" +L["ARL Documentation"] = "ARL 文档" -- Config UI Elements and their associated descriptions -L["MAIN_OPTIONS_DESC"] = "Main configuration options" -L["Scan"] = true -L["SCAN_RECIPES_DESC"] = "Scans an open tradeskill for missing recipes." -L["Text Dump"] = true -L["TEXT_DUMP_DESC"] = "Displays all recipes in a comma seperated value format which can be copied and pasted into another client." -L["DISPLAY_SETTINGS_DESC"] = "Allows you to customize how the GUI behaves." -L["SORTING_SETTINGS_DESC"] = "Allows you to customize the way displayed recipes are sorted." +L["MAIN_OPTIONS_DESC"] = "主配置选项" +L["Scan"] = "扫描" +L["SCAN_RECIPES_DESC"] = "扫描并打开缺失的商业技能配方。按 Shift 生成文本导出。" +L["Text Dump"] = "文本导出" +L["TEXT_DUMP_DESC"] = "显示所有的食谱并以逗号形式分隔,你可以发送给其他的人。" +L["View Exclusion List"] = "检视排除列表" +L["Scan Button Position"] = "扫描按钮位置" +L["SCANBUTTONPOSITION_DESC"] = "你可以自定义扫描按钮在商业技能框架上的位置。" +L["VIEW_EXCLUSION_LIST_DESC"] = "显示一个列表,包含所有被排除的配方列表。" +L["DISPLAY_SETTINGS_DESC"] = "你可以自定义图形界面。" +L["SORTING_SETTINGS_DESC"] = "你可以自定义以何种方式显示配方种类。" +L["ARL_DOC_DESC"] = "Ackis Recipe List 文档" + +-- UI Documentation +L["Using Filters"] = "使用过滤" +L["USING_FILTERS_DESC"] = "开启/关闭过滤。有两种过滤方式:一为阻止显示所有配方,另一为阻止显示特定的类型。\n第一种过滤方式符合匹配的配方(如:绑定)。如果你切换 ARL 不显示拾取绑定配方,过滤中将不会显示拾取绑定配方。第二种过滤方式为处理获取信息。如果一个配方为某怪掉落或者从商人购买,你切换为不显示商人售卖配方,这个配方仍然会显示但是售卖商人信息会被隐藏。原因是还会有其他办法获取这个配方(怪物掉落),所以仍然会在过滤中显示。" +L["Reporting Bugs"] = "Bug 报告" +L["REPORTING_BUGS_DESC"] = "当你要报告个错误(Bug)时,请确认做到以下几点:\n1) 下载最新版本,从 http://www.wowace.com/projects/arl/files/可以找到。\n2) 确认这个 Bug 从未被提出。可以在 http://www.wowace.com/projects/arl/tickets/ 查看到。\n2a) 屏蔽相同类型插件如 Skillet 或 ATSW。\n3) 如果您的问题没有列出,你使用的是最新版本验证您的插件设置。检查过滤,个人喜好等等。\n4) 你发现了一个别人没有报告过的 Bug,在 http://www.wowace.com/projects/arl/tickets/ 新建一个 Ticket 并提交问题。确认在 Ticket 内要包含你好搜到的错误信息(只需错误信息,并不需要你使用的插件列表),配方/你的专业技能,和其他你认为有用的信息。" -- Config UI Elements and their associated descriptions -L["Include Filtered"] = true -L["FILTERCOUNT_DESC"] = "Include filtered recipes in the count of total recipes." -L["Close GUI"] = "Close with Tradeskill UI" -L["CLOSEGUI_DESC"] = "Close the ARL window when the crafting window is closed." -L["Display Exclusions"] = true -L["DISPLAY_EXCLUSION_DESC"] = "Display recipes that are in the exclusion list." -L["UI Scale"] = true -L["UI_SCALE_DESC"] = "Changes the scale of the UI. Ranges from .5 to 1.5 (1 is default)" -L["Tooltip Scale"] = true -L["TOOLTIP_SCALE_DESC"] = "Changes the scale of the ARL Tooltip. Ranges from .5 to 1.5 (.9 is default)" -L["Sorting"] = true -L["Sort"] = true -L["Display"] = true -L["SORTING_DESC"] = "Change the way in which displayed recipes are sorted." -L["Version"] = "Version: " -L["Name"] = true -L["Skill"] = true -L["Location"] = true -L["Acquisition"] = true +L["Include Filtered"] = "包含过滤" +L["FILTERCOUNT_DESC"] = "在所有配方中包含已被过滤配方。" +L["Include Excluded"] = "包含排除" +L["EXCLUDECOUNT_DESC"] = "在所有配方中包含已被排除配方。" +L["Close GUI"] = "与商业技能信息界面同时关闭" +L["CLOSEGUI_DESC"] = "当商业技能信息窗口被关闭时 ARL 窗口同时关闭。" +L["Display Exclusions"] = "显示排除" +L["DISPLAY_EXCLUSION_DESC"] = "在列表中显示已被排除的配方。" +L["UI Scale"] = "界面缩放" +L["UI_SCALE_DESC"] = "更改界面缩放。从.5到1.5(1为默认值)" +L["Tooltip Scale"] = "提示缩放" +L["TOOLTIP_SCALE_DESC"] = "更改 ARL 提示缩放。从.5到1.5(.9为默认值)" +L["Sorting"] = "种类" +L["Sort"] = "种类" +L["Display"] = "显示" +L["SORTING_DESC"] = "更改配方的种类显示方式。" +L["Version"] = "版本:" +L["Right"] = "右侧" +L["Left"] = "左侧" +L["Name"] = "名称" +L["Skill"] = "技能" +L["Location"] = "位置" +L["Acquisition"] = "获取" -- Filter Config Options -L["Filtering Options"] = true -L["General"] = true -L["Obtain"] = true -L["Binding"] = true -L["Item"] = true -L["Armor"] = true -L["Weapon"] = true -L["Player Type"] = true -L["Reputation"] = true -L["Old World"] = true -L["Burning Crusade"] = true -L["Wrath of the Lich King"] = true +L["Filtering Options"] = "过滤选项" +L["General"] = "一般" +L["Obtain"] = "获取" +L["Binding"] = "绑定" +L["Item"] = "物品" +L["Armor"] = "护甲" +L["Weapon"] = "武器" +L["Player Type"] = "玩家职业" +L["Reputation"] = "声望" +L["Old World"] = "经典旧世" +L["Burning Crusade"] = "燃烧的远征" +L["Wrath of the Lich King"] = "巫妖王之怒" -- Filter Configuration Descriptions -L["FILTERING_OPTIONS_DESC"] = "Allows you to customize which recipes are filtered." -L["General Filtering Options"] = true -L["FILTERING_GENERAL_DESC"] = "Configuration for several more general filter types." -L["Obtain Filtering Options"] = true -L["FILTERING_OBTAIN_DESC"] = "Configuration for which methods of obtaining recipes are included in the scan." -L["Binding Filtering Options"] = true -L["FILTERING_BINDING_DESC"] = "Configuration for which types of binding are included in the scan." -L["Item Filtering Options"] = true -L["FILTERING_ITEM_DESC"] = "Configuration for which item types are included in the scan." -L["Armor Filtering Options"] = true -L["FILTERING_Armor_DESC"] = "Configuration for which types of armor are included in the scan." -L["Weapon Filtering Options"] = true -L["FILTERING_WEAPONS_DESC"] = "Configuration for which types of weapons are included in the scan." -L["Player Type Filtering Options"] = true -L["FILTERING_PLAYERTYPE_DESC"] = "Configuration for items matching which player types are included in the scan." -L["Reputation Filtering Options"] = true -L["FILTERING_REP_DESC"] = "Configuration for which reputation reward recipes are included in the scan." -L["Old World Rep. Filtering Options"] = true -L["FILTERING_OLDWORLD_DESC"] = "Configuration for which Old World Reputation reward recipes are included in the scan." -L["Burning Crusade Rep. Filtering Options"] = true -L["FILTERING_BC_DESC"] = "Configuration for which Burning Crusade Reputation reward recipes are included in the scan." -L["Lich King Rep. Filtering Options"] = true -L["FILTERING_WOTLK_DESC"] = "Configuration for which Wrath of the Lich King Reputation reward recipes are included in the scan." +L["FILTERING_OPTIONS_DESC"] = "你可以自定义要过滤哪些配方。" +L["General Filtering Options"] = "一般过滤选项" +L["FILTERING_GENERAL_DESC"] = "配置一般的过滤类型。" +L["Obtain Filtering Options"] = "获取过滤选项" +L["FILTERING_OBTAIN_DESC"] = "配置扫描中包含获得的配方。" +L["Binding Filtering Options"] = "绑定过滤选项" +L["FILTERING_BINDING_DESC"] = "配置扫描中包含绑定类型。" +L["Item Filtering Options"] = "物品过滤选项" +L["FILTERING_ITEM_DESC"] = "配置扫描中包含物品类型。" +L["Armor Filtering Options"] = "护甲过滤选项" +L["FILTERING_Armor_DESC"] = "配置扫描中包含护甲类型。" +L["Weapon Filtering Options"] = "武器过滤选项" +L["FILTERING_WEAPONS_DESC"] = "配置武器扫描中包含类型。" +L["Player Type Filtering Options"] = "玩家职业过滤选项" +L["FILTERING_PLAYERTYPE_DESC"] = "配置扫描中包含玩家职业限定的物品类型。" +L["Reputation Filtering Options"] = "声望过滤选项" +L["FILTERING_REP_DESC"] = "配置扫描中包含声望奖励类型。" +L["Old World Rep. Filtering Options"] = "经典旧世声望过滤选项" +L["FILTERING_OLDWORLD_DESC"] = "配置扫描中包含经典旧世声望类型。 " +L["Burning Crusade Rep. Filtering Options"] = "燃烧的远征声望过滤选项" +L["FILTERING_BC_DESC"] = "配置扫描中包含燃烧的远征声望奖励类型。" +L["Lich King Rep. Filtering Options"] = "巫妖王之怒声望过滤选项" +L["FILTERING_WOTLK_DESC"] = "配置扫描中包含巫妖王之怒声望奖励类型。" -- General Filter UI Elements and their associated descriptions -L["Faction"] = true -L["FACTION_DESC"] = "Include both horde and alliance faction recipes in the scan." -L["Classes"] = true -L["CLASS_DESC"] = "Include all class specific recipes in the scan." -L["Specialties"] = true -L["SPECIALTY_DESC"] = "Include all trade-skill specialties in the scan." -L["Skill"] = true -L["SKILL_DESC"] = "Include all recipes in the scan, regardless of your current skill level." -L["Known"] = true -L["KNOWN_DESC"] = "Include all known recipes in the scan." -L["Unknown"] = true -L["UNKNOWN_DESC"] = "Include all unknown recipes in the scan." +L["Faction"] = "阵营" +L["FACTION_DESC"] = "扫描中包含联盟和部落共有的配方。" +L["Classes"] = "职业" +L["CLASS_DESC"] = "扫描中包含职业限定的配方。" +L["Specialties"] = "技能专业" +L["SPECIALTY_DESC"] = "扫描中包含所有商业技能专业。" +L["Skill"] = "技能" +L["SKILL_DESC"] = "扫描中包含所有配方,而不管你当前的技能等级是多少。" +L["Known"] = "已知" +L["KNOWN_DESC"] = "扫描中包含已知配方。" +L["Unknown"] = "未知" +L["UNKNOWN_DESC"] = "扫描中包含未知配方。" -- Obtain Filter UI Elements and their associated descriptions -L["Instance"] = true -L["INSTANCE_DESC"] = "Recipes obtained from (5 man) instances should be included in the scan." -L["Raid"] = true -L["RAID_DESC"] = "Recipes obtained in raids (ie: Molten Core, Serpent Shrine Cavern, etc.) should be included in the scan." -L["Quest"] = true -L["QUEST_DESC"] = "Recipes obtained as quest rewards should be included in the scan." -L["Seasonal"] = true -L["SEASONAL_DESC"] = "Recipes obtained in seasonal events should be included in the scan." -L["Trainer"] = true -L["TRAINER_DESC"] = "Recipes learned from trainers should be included in the scan." -L["Vendor"] = true -L["VENDOR_DESC"] = "Recipes purchased from vendors should be included in the scan." -L["PVP"] = true -L["PVP_DESC"] = "Recipes obtained through PVP should be included in the scan." -L["Discovery"] = true -L["DISCOVERY_DESC"] = "Recipes obtained through Discovery should be included in the scan." -L["World Drop"] = true -L["WORLD_DROP_DESC"] = "Recipes that are World Drops should be included in the scan." -L["Mob Drop"] = true -L["MOB_DROP_DESC"] = "Recipes that are Mob Drops should be included in the scan." +L["Instance"] = "副本" +L["INSTANCE_DESC"] = "扫描中包含5人副本配方。" +L["Raid"] = "团队" +L["RAID_DESC"] = "扫描中包含团队副本配方。(如:熔火之心, 毒蛇神殿,等等。)" +L["Quest"] = "任务" +L["QUEST_DESC"] = "扫描中包含任务奖励配方。" +L["Seasonal"] = "季节性" +L["SEASONAL_DESC"] = "扫描中包含季节性配方。" +L["Trainer"] = "训练师" +L["TRAINER_DESC"] = "扫描中包含训练师配方。" +L["Vendor"] = "商人" +L["VENDOR_DESC"] = "扫描中包含商人配方。" +L["PVP"] = "PvP" +L["PVP_DESC"] = "扫描中包含 PvP 配方。" +L["Discovery"] = "领悟" +L["DISCOVERY_DESC"] = "扫描中包含领悟配方。" +L["World Drop"] = "世界掉落" +L["WORLD_DROP_DESC"] = "扫描中包含世界掉落配方。" +L["Mob Drop"] = "怪物掉落" +L["MOB_DROP_DESC"] = "扫描中包含怪物掉落配方。" -- Binding Filter UI Elements and their associated descriptions -L["BOEFilter"] = "Item Bind on Equip" -L["BOE_DESC"] = "Recipes that make Bind on Equip items should be included in the scan." -L["BOPFilter"] = "Item Bind on Pickup" -L["BOP_DESC"] = "Recipes that make Bind on Pickup items should be included in the scan." -L["RecipeBOEFilter"] = "Recipe Bind on Equip" -L["RECIPE_BOE_DESC"] = "Recipes that are Bind on Equip should be included in the scan." -L["RecipeBOPFilter"] = "Recipe Bind on Pickup" -L["RECIPE_BOP_DESC"] = "Recipes that are Bind on Pickup should be included in the scan." +L["BOEFilter"] = "装备绑定物品" +L["BOE_DESC"] = "扫描中包含装备绑定物品配方。" +L["BOPFilter"] = "拾取绑定物品" +L["BOP_DESC"] = "扫描中包含拾取绑定物品配方。" +L["BOAFilter"] = "帐号绑定物品" +L["BOA_DESC"] = "扫描中包含帐号绑定物品配方。" +L["RecipeBOEFilter"] = "装备绑定配方" +L["RECIPE_BOE_DESC"] = "扫描中包含装备绑定配方。" +L["RecipeBOPFilter"] = "拾取绑定配方" +L["RECIPE_BOP_DESC"] = "扫描中包含拾取绑定配方。" +L["RecipeBOAFilter"] = "帐号绑定配方" +L["RECIPE_BOA_DESC"] = "扫描中包含帐号绑定配方。" -- Item - Armor UI Elements and their associated descriptions -L["Cloth"] = true -L["CLOTH_DESC"] = "Recipes that make cloth items should be included in the scan." -L["Leather"] = true -L["LEATHER_DESC"] = "Recipes that make leather items should be included in the scan." -L["Mail"] = true -L["MAIL_DESC"] = "Recipes that make mail items should be included in the scan." -L["Plate"] = true -L["PLATE_DESC"] = "Recipes that make plate items should be included in the scan." -L["Cloak"] = true -L["CLOAK_DESC"] = "Recipes that make cloaks should be included in the scan." -L["Ring"] = true -L["RING_DESC"] = "Recipes that make rings should be included in the scan." -L["Trinket"] = true -L["TRINKET_DESC"] = "Recipes that make trinkets should be included in the scan." -L["Necklace"] = true -L["NECKLACE_DESC"] = "Recipes that make necklaces should be included in the scan." -L["Shield"] = true -L["SHIELD_DESC"] = "Recipes that make shields should be included in the scan." +L["Cloth"] = "布甲" +L["CLOTH_DESC"] = "扫描中包含成品为布甲的配方。" +L["Leather"] = "皮甲" +L["LEATHER_DESC"] = "扫描中包含成品为皮甲的配方。" +L["Mail"] = "锁甲" +L["MAIL_DESC"] = "扫描中包含成品为锁甲的配方。" +L["Plate"] = "板甲" +L["PLATE_DESC"] = "扫描中包含成品为板甲的配方。" +L["Cloak"] = "披风" +L["CLOAK_DESC"] = "扫描中包含披风配方" +L["Ring"] = "戒指" +L["RING_DESC"] = "扫描中包含戒指配方" +L["Trinket"] = "饰品" +L["TRINKET_DESC"] = "扫描中包含饰品配方" +L["Necklace"] = "项链" +L["NECKLACE_DESC"] = "扫描中包含项链配方" +L["Shield"] = "盾牌" +L["SHIELD_DESC"] = "扫描中包含盾牌配方。" -- Item - Weapon UI Elements and their associated descriptions -L["One Hand"] = true -L["ONEHAND_DESC"] = "Recipes that make one handed items should be included in the scan." -L["Two Hand"] = true -L["TWOHAND_DESC"] = "Recipes that make two handed items should be included in the scan." -L["Axe"] = true -L["AXE_DESC"] = "Recipes that make axes should be included in the scan." -L["Sword"] = true -L["SWORD_DESC"] = "Recipes that make swords should be included in the scan." -L["Mace"] = true -L["MACE_DESC"] = "Recipes that make maces should be included in the scan." -L["Polearm"] = true -L["POLEARM_DESC"] = "Recipes that make polearms should be included in the scan." -L["Dagger"] = true -L["DAGGER_DESC"] = "Recipes that make daggers should be included in the scan." -L["Fist"] = true -L["FIST_DESC"] = "Recipes that make fist weapons should be included in the scan." -L["Staff"] = true -L["STAFF_DESC"] = "Recipes that make staves should be included in the scan." -L["Wand"] = true -L["WAND_DESC"] = "Recipes that make wands should be included in the scan." -L["Thrown"] = true -L["THROWN_DESC"] = "Recipes that make thrown weapons should be included in the scan." -L["Bow"] = true -L["BOW_DESC"] = "Recipes that make bows should be included in the scan." -L["Crossbow"] = true -L["CROSSBOW_DESC"] = "Recipes that make crossbows should be included in the scan." -L["Ammo"] = true -L["AMMO_DESC"] = "Recipes that make ammunition should be included in the scan." +L["One Hand"] = "单手" +L["ONEHAND_DESC"] = "扫描中包含单手物品配方。" +L["Two Hand"] = "双手" +L["TWOHAND_DESC"] = "扫描中包含双手物品配方。" +L["Axe"] = "斧" +L["AXE_DESC"] = "扫描中包含成品为斧的配方。" +L["Sword"] = "剑" +L["SWORD_DESC"] = "扫描中包含成品为剑的配方。" +L["Mace"] = "锤" +L["MACE_DESC"] = "扫描中包含成品为锤的配方。" +L["Polearm"] = "长柄武器" +L["POLEARM_DESC"] = "扫描中包含成品为长柄武器的配方。" +L["Dagger"] = "匕首" +L["DAGGER_DESC"] = "扫描中包含成品为匕首的配方。" +L["Fist"] = "拳套" +L["FIST_DESC"] = "扫描中包含成品为全套的配方。" +L["Staff"] = "法杖" +L["STAFF_DESC"] = "扫描中包含成品为法杖的配方。" +L["Wand"] = "魔杖" +L["WAND_DESC"] = "扫描中包含成品为魔杖的配方。" +L["Thrown"] = "投掷武器" +L["THROWN_DESC"] = "扫描中包含成品为投掷武器的配方。" +L["Bow"] = "弓" +L["BOW_DESC"] = "扫描中包含成品为弓的配方。" +L["Crossbow"] = "弩" +L["CROSSBOW_DESC"] = "扫描中包含成品为弩的配方。" +L["Ammo"] = "弹药" +L["AMMO_DESC"] = "扫描中包含弹药配方。" -- Player Type Filtering UI Elements and their associated descriptions -L["Melee DPS"] = true -L["MELEE_DPS_DESC"] = "Recipes that are used by melee dps players should be included in the scan." -L["Tanks"] = true -L["TANKS_DESC"] = "Recipes that are used by tank players should be included in the scan." -L["Caster DPS"] = true -L["CASTER_DPS_DESC"] = "Recipes that are used by casting dps players should be included in the scan." -L["Healers"] = true -L["HEALERS_DESC"] = "Recipes that are used by healer players should be included in the scan." +L["Melee DPS"] = "肉搏 DPS" +L["MELEE_DPS_DESC"] = "扫描中包含成品适用于肉搏 DPS 的配方。" +L["Tanks"] = "坦克" +L["TANKS_DESC"] = "扫描中包含成品适用于坦克职业的配方" +L["Caster DPS"] = "远程 DPS" +L["CASTER_DPS_DESC"] = "扫描中包含成品适用于远程 DPS 职业的配方" +L["Healers"] = "治疗" +L["HEALERS_DESC"] = "扫描中包含成品适用于治疗职业的配方" -- Reputation Filtering UI Elements and their associated description -L["SPECIFIC_REP_DESC"] = "Include %s faction." +L["SPECIFIC_REP_DESC"] = "包含%s阵营。" -- ZJUI UI Elements (when different from the above ones) and their associated descriptions -L["FILTER_OPEN"] = "Filter >>>" -L["FILTER_OPEN_DESC"] = "Open filter option panel." -L["FILTER_CLOSE"] = "<<< Filter" -L["FILTER_CLOSE_DESC"] = "Close filter option panel." -L["EXPANDALL"] = "+ All" -L["EXPANDALL_DESC"] = "Expand all recipes listed below." -L["CONTRACTALL"] = "- All" -L["CONTRACTALL_DESC"] = "Minimize all recipes listed below." -L["Search"] = true -L["SEARCH_DESC"] = "Filter to recipes that contain text at left." -L["CLEAR_DESC"] = "Clear the search textbox." -L["Close"] = "Exit" -L["CLOSE_DESC"] = "Close the Ackis Recipe List Window." -L["Reset"] = true -L["RESET_DESC"] = "Reset All Filters to default values." -L["Apply"] = true -L["APPLY_DESC"] = "Apply the above selected filters to the recipe list" -L["ARMOR_ALL_DESC"] = "Recipes that make ANY armor item should be included in the scan." -L["ARMOR_NONE_DESC"] = "Do NOT include any recipes that make armor items in the scan." -L["WEAPON_ALL_DESC"] = "Recipes that make ANY weapon item should be included in the scan." -L["WEAPON_NONE_DESC"] = "Do NOT include any recipes that make weapon items in the scan." - --- Common Tooltip Strings (where different from above) -L["CTRL_CLICK"] = "Ctrl-Click to add this recipe's link to your chat" -L["ALT_CLICK"] = "Alt-Click to add this recipe to your ignore list" -L["SHIFT_CLICK"] = "Shift-Click to add the item crafted by this recipe's link to your chat" -L["Obtained From"] = true -L["RECIPE_EXCLUDED"] = "Recipe is in Exclusion list" -L["Required Skill"] = true +L["FILTER_OPEN"] = "过滤 >>>" +L["FILTER_OPEN_DESC"] = "打开过滤选项面板。" +L["FILTER_CLOSE"] = "<<< 过滤" +L["FILTER_CLOSE_DESC"] = "关闭过滤选项面板。" +L["EXPANDALL"] = "+ 全部" +L["EXPANDALL_DESC"] = "在下面展开全部配方列表。" +L["CONTRACTALL"] = "- 全部" +L["CONTRACTALL_DESC"] = "在下面最小化所有配方列表。" +L["Search"] = "查找" +L["SEARCH_DESC"] = "从左侧文字过滤查找配方。" +L["SEARCH_BOX_DESC"] = "输入文字查找" +L["CLEAR_DESC"] = "清除查找文本框。" +L["Close"] = "退出" +L["CLOSE_DESC"] = "关闭 Ackis Recipe List 窗口。" +L["Reset"] = "重置" +L["RESET_DESC"] = "重置所有过滤为默认值。" +L["Apply"] = "应用" +L["APPLY_DESC"] = "应用以上所选过滤到配方列表。" +L["ARMOR_ALL_DESC"] = "扫描中包含“所有”成品为护甲的配方。" +L["ARMOR_NONE_DESC"] = "扫描中“不”包含成品为护甲的配方。" +L["WEAPON_ALL_DESC"] = "扫描中包含“所有”成品为武器的配方。" +L["WEAPON_NONE_DESC"] = "扫描中“不”包含成品为护甲的配方。" +L["NOT_YET_SCANNED"] = "还未扫描!" + +-- Common Tool tip Strings (where different from above) +L["CTRL_CLICK"] = "Ctrl-左键添加这个配方链接到聊天。" +L["ALT_CLICK"] = "Alt-左键添加/删除这个配方到你的忽略列表。" +L["SHIFT_CLICK"] = "Shift-单击添加这个物品制造配方到聊天。" +L["Obtained From"] = "获取自" +L["RECIPE_EXCLUDED"] = "配方在排除列表" +L["Required Skill"] = "所需技能" -- Popup Strings -L["NOTSCANNED"] = "You have not yet scanned this profession. Please open this profession and click on Scan Skills." -L["ALL_FILTERED"] = "Although you have already scanned this profession, your filters are currently preventing any recipes from being displayed. Please change your filters and try again." -L["ARL_ALLKNOWN"] = "You know all the recipes for this profession." +L["NOTSCANNED"] = "您尚未扫描这个专业。请打开这个专业,然后扫描技能。" +L["ALL_FILTERED"] = "虽然你已经扫描过这个专业,你所过滤的阻止显示任何配方,请重新设置过滤后再试一次。" +L["ARL_ALLKNOWN"] = "(^0^) 你学到了这个专业的所有技能!" +L["ARL_ALLEXCLUDED"] = "虽然你已经扫描过这个专业,你所排除的阻止显示任何配方,请重新设置过滤后再试一次。" +L["NO_DISPLAY"] = "没有配方。如果你看到了这个信息请到 http://www.wowace.com/projects/arl/tickets 提交一个 Ticket 说明你是如何选择过滤/如何选择排除,和你的专业以及已知/未知配方数目。" -- Error/warning Text -L["MissingFromDB"] = ": is missing from the database. \nPlease inform the author of the add-on about this recipe." -L["UnknownTradeSkill"] = "You have opened up a trade skill window which is not supported by this add-on. The trade skill is %s. Please provide the author of the add-on with this information." -L["OpenTradeSkillWindow"] = "Please open trade skill window to scan." -L["SpellIDCache"] = "Spell ID: %s is not in your local cache. Please submit a ticket at http://wow.curseforge.com/projects/ackis-recipe-list/tickets/ and include the spell ID and the profession in which you were scanning." -L["NoItemLink"] = "This item does not have an item link or it was not in your cache." +L["MissingFromDB"] = ":缺少这个数据。\n请告知插件作者添加这个配方。" +L["UnknownTradeSkill"] = "您已经打开了一个不支持这个插件的商业技能窗口。这个商业技能为:%s。请向插件作者提供这条信息。" +L["OpenTradeSkillWindow"] = "请打开商业技能窗口扫描。" +L["SpellIDCache"] = "Spell ID: %s 不是您的本地缓存。请到 http://wow.curseforge.com/projects/ackis-recipe-list/tickets/ 提交 Ticket 包含这个 Spell ID 和你所扫描的专业。" +L["NoItemLink"] = "这个物品没有一个物品链接或者不是您的本地缓存。" -- Drop Obtain Info -L["Unknown Zone"] = true +L["Unknown Zone"] = "未知区域" -- Special Event information -L["Midsummer Fire Festival"] = true -L["Feast of Winters Veil"] = true -L["Lunar Festival"] = true -L["Darkmoon Faire"] = true -L["Seasonal"] = true +L["Midsummer Fire Festival"] = "仲夏火焰节" +L["Feast of Winters Veil"] = "冬幕节" +L["Lunar Festival"] = "春节" +L["Darkmoon Faire"] = "暗月马戏团" +L["Seasonal"] = "季节性" -- Monster/Quest/Trainer/Vendor (auto-generatored) strings: @@ -295,12 +320,14 @@ L["Abigail Shiel"] = true L["Abomination"] = true L["Abyssal Flamebringer"] = true L["Adele Fielder"] = true +L["Adelene Sunlance"] = true L["Aendel Windspear"] = true L["Aged Dalaran Wizard"] = true L["Ainderu Summerleaf"] = true L["Ainethil"] = true L["Akham"] = true L["Alanna Raveneye"] = true +L["Alard Schmied"] = true L["Alchemist Gribble"] = true L["Alchemist Mallory"] = true L["Alchemist Pestlezugg"] = true @@ -309,10 +336,12 @@ L["Alegorn"] = true L["Aleinia"] = true L["Alestus"] = true L["Alexandra Bolero"] = true +L["Alexis Marlowe"] = true L["Almaador"] = true L["Altaa"] = true L["Alurmi"] = true L["Alys Vol'tyr"] = true +L["Amal'thazad"] = true L["Amani Dragonhawk"] = true L["Amani Elder Lynx"] = true L["Amani'shi Axe Thrower"] = true @@ -320,6 +349,7 @@ L["Amani'shi Beast Tamer"] = true L["Amani'shi Flame Caster"] = true L["Amani'shi Guardian"] = true L["Amani'shi Handler"] = true +L["Amani'shi Protector"] = true L["Amani'shi Scout"] = true L["Amani'shi Tribesman"] = true L["Amani'shi Warbringer"] = true @@ -333,7 +363,6 @@ L["Ancient Female Vrykul"] = true L["Andre Firebeard"] = true L["Andrew Hilbert"] = true L["Andrion Darkspinner"] = true -L["Androd Fadran"] = true L["Anger Guard"] = true L["Angerclaw Grizzly"] = true L["Anguished Dead"] = true @@ -343,12 +372,15 @@ L["Anub'ar Guardian"] = true L["Anub'ar Prime Guard"] = true L["Anub'ar Venomancer"] = true L["Anvilrage Captain"] = true +L["Anvilrage Enforcer"] = true L["Anvilrage Marshal"] = true L["Anvilrage Overseer"] = true L["Anvilrage Soldier"] = true L["Apocalypse Guard"] = true L["Apothecary Antonivich"] = true +L["Apothecary Bressa"] = true L["Apothecary Helbrim"] = true +L["Apothecary Wormwick"] = true L["Apprentice Darius"] = true L["Apprentice's Duties"] = true L["Arathel Sunforge"] = true @@ -360,26 +392,32 @@ L["Archmage Alvareaux"] = true L["Aresella"] = true L["Argent Quartermaster Hasana"] = true L["Argent Quartermaster Lightspark"] = true +L["Argo Strongstout"] = true +L["Arikara"] = true L["Arkkoran Oracle"] = true L["Arnok"] = true L["Arras"] = true L["Arred"] = true L["Arrond"] = true +L["Arthur Henslowe"] = true L["Arthur Moore"] = true L["Artificer Daelo"] = true L["Asarnan"] = true L["Ashenvale Bear"] = true +L["Ashmane Boar"] = true L["Ashtongue Warrior"] = true L["Aska Mistrunner"] = true L["Atal'ai Deathwalker"] = true L["Atal'ai Warrior"] = true L["Atal'ai Witch Doctor"] = true L["Auchenai Monk"] = true +L["Awilo Lon'gomba"] = true L["Azure Magus"] = true L["Azure Raider"] = true L["Azure Sorceror"] = true L["Azure Stalker"] = true L["Azure Warder"] = true +L["Badlands Reagent Run II"] = true L["Balai Lok'Wein"] = true L["Bale"] = true L["Balgaras the Foul"] = true @@ -407,9 +445,9 @@ L["Blackrock Soldier"] = true L["Blackrock Worg"] = true L["Blacksmith Calypso"] = true L["Bleeding Hollow Darkcaster"] = true +L["Blighted Proto-Drake"] = true L["Blisterpaw Hyena"] = true L["Blixrez Goodstitch"] = true -L["Blizrik Buckshot"] = true L["Bliztik"] = true L["Bloodaxe Raider"] = true L["Bloodhound"] = true @@ -419,23 +457,28 @@ L["Bloodsail Raider"] = true L["Bloodwarder Legionnaire"] = true L["Bloodwarder Vindicator"] = true L["Bog Giant"] = true +L["Bombus Finespindle"] = true L["Bonechewer Backbreaker"] = true L["Bonechewer Destroyer"] = true L["Bonechewer Devastator"] = true +L["Booker Kells"] = true L["Borgosh Corebender"] = true L["Borgus Steelhand"] = true L["Borto"] = true +L["Borus Ironbender"] = true L["Borya"] = true L["Boulderfist Warrior"] = true L["Bowen Brisboise"] = true L["Bradley Towns"] = true L["Braeg Stoutbeard"] = true +L["Brandig"] = true L["Brawn"] = true L["Brek Stonehoof"] = true -L["Brienna Starglow"] = true L["Brikk Keencraft"] = true L["Brittle Revenant"] = true +L["Bro'kin"] = true L["Brock Stoneseeker"] = true +L["Brom Brewbaster"] = true L["Brom Killian"] = true L["Bronk"] = true L["Bronk Guzzlegear"] = true @@ -457,6 +500,7 @@ L["Captured Gnome"] = true L["Carolai Anise"] = true L["Caryssia Moonhunter"] = true L["Cataclysm Hound"] = true +L["Catarina Stanford"] = true L["Catherine Leland"] = true L["Cave Yeti"] = true L["Celie Steelwing"] = true @@ -498,22 +542,25 @@ L["Cold Eye Basilisk"] = true L["Commander Dardosh"] = true L["Commander Malgor"] = true L["Commander Mulfort"] = true +L["Constance Brisboise"] = true L["Cook Ghilm"] = true L["Cookie One-Eye"] = true L["Coreiel"] = true L["Corporal Bluth"] = true L["Corruption"] = true L["Costly Menace"] = true -L["Cowardly Crosby"] = true L["Crazed Ancient"] = true L["Crazed Murkblood Foreman"] = true +L["Crazk Sparks"] = true L["Crimson Inquisitor"] = true L["Crimson Sorcerer"] = true L["Cro Threadstrong"] = true L["Crocolisk Hunting"] = true +L["Crog Steelspine"] = true L["Crypt Fiend"] = true L["Crystal Boughman"] = true L["Crystalcore Mechanic"] = true +L["Crystalline Keeper"] = true L["Crystalline Protector"] = true L["Culinary Crunch"] = true L["Cult Alchemist"] = true @@ -532,7 +579,6 @@ L["Danielle Zipstitch"] = true L["Dank Drizzlecut"] = true L["Dannelor"] = true L["Danwe"] = true -L["Darian Singh"] = true L["Darianna"] = true L["Dark Adept"] = true L["Dark Conclave Shadowmancer"] = true @@ -597,7 +643,6 @@ L["Doomforge Dragoon"] = true L["Doomforge Engineer"] = true L["Drac Roughcut"] = true L["Dragonmaw Wind Reaver"] = true -L["Drake Lindgren"] = true L["Drakk Stonehand"] = true L["Drovnar Strongbrew"] = true L["Drywallow Crocolisk"] = true @@ -608,6 +653,7 @@ L["Dulvi"] = true L["Dunemaul Brute"] = true L["Durnholde Lookout"] = true L["Durnholde Rifleman"] = true +L["Durnholde Sentry"] = true L["Durnholde Tracking Hound"] = true L["Dusky Crab Cakes"] = true L["Dwukk"] = true @@ -622,27 +668,34 @@ L["Eclipsion Soldier"] = true L["Eclipsion Spellbinder"] = true L["Edna Mullby"] = true L["Edrem"] = true +L["Eebee Jinglepocket"] = true L["Egomis"] = true L["Eiin"] = true L["Eldara Dawnrunner"] = true L["Elder Diemetradon"] = true L["Elder Gray Bear"] = true L["Elder Shadowhorn Stag"] = true +L["Elder Shardtooth"] = true L["Elder Stranglethorn Tiger"] = true L["Eldrin"] = true +L["Elise Brightletter"] = true L["Elixir of Pain"] = true +L["Elizabeth Jackson"] = true L["Elynna"] = true +L["Emil Autumn"] = true L["Emrul Riknussun"] = true L["Enchanted Thorium Platemail: Volume I"] = true L["Enchanted Thorium Platemail: Volume II"] = true L["Enchanted Thorium Platemail: Volume III"] = true L["Enchanter Aeldron"] = true +L["Enchanter Nalthanis"] = true L["Enchanter Salias"] = true L["Enchantress Metura"] = true L["Enchantress Volali"] = true L["Enraged Crusher"] = true L["Enraged Mammoth"] = true L["Enslaved Proto-Drake"] = true +L["Eorain Dawnstrike"] = true L["Eredar Deathbringer"] = true L["Eriden"] = true L["Erika Tate"] = true @@ -656,6 +709,7 @@ L["Ethereum Nullifier"] = true L["Ethereum Smuggler"] = true L["Eunice Burch"] = true L["Faldron"] = true +L["Falorn Nightwhisper"] = true L["Farii"] = true L["Fazu"] = true L["Fedryen Swiftspear"] = true @@ -673,6 +727,7 @@ L["Fera Palerunner"] = true L["Ferocious Yeti"] = true L["Feruul"] = true L["Festive Recipes"] = true +L["Feyden Darkin"] = true L["Fiery Plate Gauntlets"] = true L["Fimble Finespindle"] = true L["Finbus Geargrind"] = true @@ -686,6 +741,7 @@ L["Flash Bomb Recipe"] = true L["Fledgling Chillwind"] = true L["Fleshbeast"] = true L["Foreman Marcrid"] = true +L["Forgotten One"] = true L["Fradd Swiftgear"] = true L["Franklin Lloyd"] = true L["Fremal Doohickey"] = true @@ -711,18 +767,16 @@ L["Geen"] = true L["Gelanthis"] = true L["Gelman Stonehand"] = true L["Geofram Bouldertoe"] = true -L["George Candarte"] = true L["Georgio Bolero"] = true L["Ghak Healtouch"] = true -L["Gharash"] = true L["Ghermas"] = true +L["Ghok'kah"] = true L["Ghostly Philanthropist"] = true L["Ghostly Steward"] = true L["Ghostpaw Alpha"] = true L["Ghoul"] = true L["Giant Infernal"] = true L["Gidge Spellweaver"] = true -L["Gigget Zipcoil"] = true L["Gikkix"] = true L["Gimble Thistlefuzz"] = true L["Gina MacGregor"] = true @@ -744,6 +798,7 @@ L["Gorgolon the All-seeing"] = true L["Gorishi Reaver"] = true L["Graham Van Talen"] = true L["Grarnik Goodstitch"] = true +L["Great Goretusk"] = true L["Great-father Winter"] = true L["Greater Bogstrok"] = true L["Greater Fleshbeast"] = true @@ -754,7 +809,6 @@ L["Grikka"] = true L["Grimtak"] = true L["Grimtotem Geomancer"] = true L["Grondal Moonbreeze"] = true -L["Gronn-Priest"] = true L["Groum Stonebeard"] = true L["Grumnus Steelshaper"] = true L["Grutah"] = true @@ -768,8 +822,6 @@ L["Hama"] = true L["Hamanar"] = true L["Hammered Patron"] = true L["Hammon Karwn"] = true -L["Harggan"] = true -L["Harklan Moongrove"] = true L["Harlown Darkweave"] = true L["Harn Longcast"] = true L["Hatefury Shadowstalker"] = true @@ -779,14 +831,13 @@ L["Helboar"] = true L["Heldan Galesong"] = true L["Helenia Olden"] = true L["Hgarth"] = true -L["High Admiral \"Shelly\" Jorrik"] = true L["High Enchanter Bardolan"] = true L["Highland Raptor"] = true +L["Highlord Darion Mograine"] = true L["Hillsbrad Tailor"] = true L["Himmik"] = true L["Homunculus"] = true L["Horns of Frenzy"] = true -L["Hula'mahi"] = true L["Hulking Mountain Lion"] = true L["Humphry"] = true L["Hurnak Grimmord"] = true @@ -796,6 +847,7 @@ L["Ice Thistle Yeti"] = true L["Icemane Yeti"] = true L["Ildine Sorrowspear"] = true L["Illidari Defiler"] = true +L["Illidari Heartseeker"] = true L["Illidari Shocktrooper"] = true L["Illidari Watcher"] = true L["Imperial Plate Belt"] = true @@ -812,6 +864,7 @@ L["Innkeeper Biribi"] = true L["Innkeeper Fizzgrimble"] = true L["Innkeeper Grilka"] = true L["Insidion"] = true +L["Iron Rune-Shaper"] = true L["Ironbark Protector"] = true L["Ironus Coldsteel"] = true L["Ironwool Mammoth"] = true @@ -821,14 +874,15 @@ L["Jadefire Felsworn"] = true L["Jadefire Rogue"] = true L["Jalane Ayrole"] = true L["James Van Brunt"] = true +L["Jamesina Watterly"] = true L["Jandia"] = true L["Janet Hommers"] = true -L["Jangdor Swiftstrider"] = true L["Jannos Ironwill"] = true L["Jase Farlane"] = true L["Jaxin Chong"] = true L["Jazdalaad"] = true L["Jazzrik"] = true +L["Jeeda"] = true L["Jemma Quikswitch"] = true L["Jenna Lemkenilli"] = true L["Jennabink Powerseam"] = true @@ -836,16 +890,19 @@ L["Jessara Cordell"] = true L["Jhag"] = true L["Jim Saltit"] = true L["Jinky Twizzlefixxit"] = true +L["Jo'mah"] = true L["Johan Barnes"] = true L["Johan Focht"] = true L["Jormund Stonebrow"] = true L["Josef Gregorian"] = true L["Joseph Moore"] = true L["Josephine Lister"] = true +L["Josric Fame"] = true L["Joys of Omosh"] = true L["Jubie Gadgetspring"] = true L["Jun'ha"] = true L["Juno Dufrain"] = true +L["Justin Oshenko"] = true L["Jutak"] = true L["K. Lee Smallfry"] = true L["Kalaen"] = true @@ -857,6 +914,7 @@ L["Kania"] = true L["Karaaz"] = true L["Karn Stonehoof"] = true L["Karolek"] = true +L["Katherine Lee"] = true L["Kayaart"] = true L["Keelen Sheets"] = true L["Keena"] = true @@ -864,6 +922,7 @@ L["Kelgruk Bloodaxe"] = true L["Kelsey Yance"] = true L["Kendor Kabonka"] = true L["Khara Deepwater"] = true +L["Khole Jinglepocket"] = true L["Kiknikle"] = true L["Kil'hala"] = true L["Killian Sanatha"] = true @@ -871,6 +930,7 @@ L["Kilxx"] = true L["Kireena"] = true L["Kithas"] = true L["Kitta Firewind"] = true +L["Klaven's Tower"] = true L["Knaz Blunderflame"] = true L["Knight Dameron"] = true L["Kodo Hide Bag"] = true @@ -880,7 +940,7 @@ L["Kradu Grimblade"] = true L["Kray"] = true L["Krek Cragcrush"] = true L["Kriggon Talsone"] = true -L["Krinkle Goodsteel"] = true +L["Kristen Smythe"] = true L["Krugosh"] = true L["Krulmoo Fullmoon"] = true L["Krunn"] = true @@ -892,10 +952,12 @@ L["Kylanna"] = true L["Kylanna Windwhisper"] = true L["Kylene"] = true L["Kzixx"] = true +L["Lady Alistra"] = true L["Laird"] = true L["Lalina Summermoon"] = true L["Lalla Brightweave"] = true L["Landraelanis"] = true +L["Lanolis Dewdrop"] = true L["Lavinia Crowe"] = true L["Lawrence Schneider"] = true L["Lebowski"] = true @@ -915,14 +977,15 @@ L["Lilly"] = true L["Lilyssia Nightbreeze"] = true L["Lindea Rabonne"] = true L["Linna Bruder"] = true +L["Linzy Blackbolt"] = true L["Liquid Stone"] = true L["Lizbeth Cromwell"] = true -L["Logannas"] = true L["Logistics Officer Brighton"] = true L["Logistics Officer Silverstone"] = true L["Logistics Officer Ulrike"] = true L["Lokhtos Darkbargainer"] = true L["Loolruna"] = true +L["Lord Thorval"] = true L["Lorelae Wintersong"] = true L["Lorokeem"] = true L["Lucan Cordell"] = true @@ -932,6 +995,7 @@ L["Lynalis"] = true L["Mack Diver"] = true L["Madame Ruby"] = true L["Magar"] = true +L["Mage Slayer"] = true L["Mageslayer"] = true L["Magical Horror"] = true L["Magistrix Eredania"] = true @@ -944,6 +1008,7 @@ L["Malcomb Wynn"] = true L["Mallen Swain"] = true L["Malygen"] = true L["Mana Warp"] = true +L["Margaux Parchley"] = true L["Mari Stonehand"] = true L["Maria Lumere"] = true L["Martine Tramblay"] = true @@ -961,14 +1026,17 @@ L["Melaris"] = true L["Miall"] = true L["Miao'zan"] = true L["Micha Yance"] = true +L["Michael Schwan"] = true L["Michelle Belle"] = true L["Mildred Fletcher"] = true L["Milla Fairancora"] = true L["Millie Gregorian"] = true +L["Mindri Dinkles"] = true L["Mire Lord"] = true L["Mirvedon"] = true L["Misensi"] = true L["Mishta"] = true +L["Mission: Possible But Not Probable"] = true L["Mixie Farshot"] = true L["Mo'arg Incinerator"] = true L["Mo'arg Weaponsmith"] = true @@ -1002,14 +1070,15 @@ L["Naka"] = true L["Nakodu"] = true L["Namdo Bizzfizzle"] = true L["Nandar Branson"] = true +L["Nardstrum Copperpinch"] = true L["Narj Deepslice"] = true L["Narv Hidecrafter"] = true L["Nascent Val'kyr"] = true L["Nasmara Moonsong"] = true L["Nata Dawnstrider"] = true L["Neal Allen"] = true +L["Neferatti"] = true L["Neii"] = true -L["Nergal"] = true L["Nerrist"] = true L["Nessa Shadowsong"] = true L["Nethergarde Engineer"] = true @@ -1017,14 +1086,12 @@ L["Nethervine Inciter"] = true L["Nexus Stalker"] = true L["Nightmare Scalebane"] = true L["Nimar the Slayer"] = true -L["Nina Lightbrew"] = true L["Nissa Firestone"] = true L["Nixx Sprocketspring"] = true L["Nogg"] = true L["Nula the Butcher"] = true L["Nurse Neela"] = true L["Nus"] = true -L["Nyoma"] = true L["Oblivion Mage"] = true L["Obsidia"] = true L["Ockil"] = true @@ -1037,12 +1104,14 @@ L["Onslaught Bloodhound"] = true L["Onslaught Mason"] = true L["Ontuvo"] = true L["Ormer's Revenge"] = true +L["Orn Tenderhoof"] = true L["Otho Moji'ko"] = true L["Outfitter Eric"] = true L["Padaar"] = true L["Painbringer"] = true L["Pand Stonebinder"] = true L["Paulsta'ats"] = true +L["Penney Copperpinch"] = true L["Peter Galen"] = true L["Phantom Attendant"] = true L["Phantom Guardsman"] = true @@ -1056,10 +1125,13 @@ L["Pikkle"] = true L["Plains Mammoth"] = true L["Portal Guardian"] = true L["Portal Keeper"] = true +L["Poshken Hardbinder"] = true L["Pratt McGrubben"] = true L["Priestess of Torment"] = true L["Primal Ooze"] = true L["Primordial Behemoth"] = true +L["Primordial Drake"] = true +L["Professor Pallin"] = true L["Prospector Nachlan"] = true L["Provisioner Lorkran"] = true L["Provisioner Nasela"] = true @@ -1102,9 +1174,12 @@ L["Risen Construct"] = true L["Risen Drakkari Death Knight"] = true L["Rivendark"] = true L["Rizz Loosebolt"] = true +L["Rogue Ice Thistle"] = true L["Rogvar"] = true L["Rohok"] = true +L["Rollick MacKreel"] = true L["Ronald Burch"] = true +L["Rosina Rivet"] = true L["Rotgath Stonebeard"] = true L["Rotting Behemoth"] = true L["Roxxik"] = true @@ -1129,6 +1204,7 @@ L["Scarlet Cavalier"] = true L["Scarlet Centurion"] = true L["Scarlet Gallant"] = true L["Scarlet Monk"] = true +L["Scarlet Myrmidon"] = true L["Scarlet Protector"] = true L["Scarlet Smith"] = true L["Scarlet Spellbinder"] = true @@ -1143,6 +1219,7 @@ L["Seasoned Wolf Kabobs"] = true L["Sebastian Crane"] = true L["Sedana"] = true L["Seer Janidi"] = true +L["Seersa Copperpinch"] = true L["Sellandus"] = true L["Selling Fish"] = true L["Sempstress Ambershine"] = true @@ -1160,7 +1237,6 @@ L["Shadowforge Peasant"] = true L["Shadowmage"] = true L["Shadowmaw Panther"] = true L["Shadowmoon Reaver"] = true -L["Shadowmoon Slayer"] = true L["Shadowsword Assassin"] = true L["Shadowsword Guardian"] = true L["Shadowsword Vanquisher"] = true @@ -1171,8 +1247,10 @@ L["Shaina Fuller"] = true L["Shankys"] = true L["Shardtooth Bear"] = true L["Shardtooth Mauler"] = true +L["Sharing the Knowledge"] = true L["Shattered Hand Centurion"] = true -L["Shattered Hand Reaver"] = true +L["Shattered Hand Champion"] = true +L["Shattertusk Bull"] = true L["Shattertusk Mammoth"] = true L["Shayis Steelfury"] = true L["Sheendra Tallgrass"] = true @@ -1186,7 +1264,6 @@ L["Simon Tanner"] = true L["Simon Unit"] = true L["Singed Basilisk"] = true L["Sister of Torment"] = true -L["Skeletal Fiend (Enraged Form)"] = true L["Skeletal Flayer"] = true L["Skeletal Runesmith"] = true L["Skeletal Usher"] = true @@ -1199,11 +1276,12 @@ L["Slavering Ghoul"] = true L["Smelt On, Smelt Off"] = true L["Smith Argus"] = true L["Smooth as Butter"] = true +L["Smudge Thunderwood"] = true L["Snakestone of the Shadow Huntress"] = true L["Snang"] = true L["Snarl"] = true +L["Sock Brightbolt"] = true L["Son of Arkkoroc"] = true -L["Soolie Berryfizz"] = true L["Soothing Turtle Bisque"] = true L["Sorcerous Shade"] = true L["Southsea Pirate"] = true @@ -1235,7 +1313,6 @@ L["Stormforged Artificer"] = true L["Stormforged Champion"] = true L["Stormforged Giant"] = true L["Stormforged Infiltrator"] = true -L["Storming Wind-Ripper"] = true L["Stranglethorn Tigress"] = true L["Strashaz Myrmidon"] = true L["Strashaz Warrior"] = true @@ -1270,6 +1347,7 @@ L["Sweet Serenity"] = true L["Sylann"] = true L["Sylvanna Forestmoon"] = true L["Syndicate Assassin"] = true +L["Syndicate Mercenary"] = true L["Syndicate Pathstalker"] = true L["Syndicate Spy"] = true L["Syphoner"] = true @@ -1300,6 +1378,7 @@ L["The Art of the Imbue"] = true L["The Demon Forge"] = true L["The Great Moongraze Hunt"] = true L["The Great Silver Deceiver"] = true +L["The Journey Has Just Begun"] = true L["The Old Ways"] = true L["The Origins of Smithing"] = true L["The Rescue"] = true @@ -1311,9 +1390,11 @@ L["Theramore Marine"] = true L["Theramore Preserver"] = true L["Therum Deepforge"] = true L["Thistleshrub Dew Collector"] = true +L["Thomas Kolichio"] = true L["Thomas Yance"] = true L["Thonys Pillarstone"] = true L["Thorkaf Dragoneye"] = true +L["Thoth"] = true L["Thrag Stonehoof"] = true L["Thrashtail Basilisk"] = true L["Thund"] = true @@ -1323,8 +1404,10 @@ L["Tilli Thistlefuzz"] = true L["Timber Worg Alpha"] = true L["Time-Lost Shadowmage"] = true L["Timothy Worthington"] = true +L["Tink Brightbolt"] = true L["Tinkerwiz"] = true L["Tinkmaster Overspark"] = true +L["Tisha Longbridge"] = true L["Tognus Flintfire"] = true L["Tomas"] = true L["Torloth the Magnificent"] = true @@ -1337,6 +1420,7 @@ L["Traugh"] = true L["Trianna"] = true L["Trixie Quikswitch"] = true L["Truk Wildbeard"] = true +L["Tunkk"] = true L["Twilight Dark Shaman"] = true L["Twilight Emissary"] = true L["Twilight Fire Guard"] = true @@ -1344,12 +1428,15 @@ L["Twilight Geomancer"] = true L["Ug'thok"] = true L["Ulthaan"] = true L["Ulthir"] = true +L["Un'Goro Gorilla"] = true +L["Un'Goro Stomper"] = true L["Una"] = true L["Unchained Doombringer"] = true L["Underbat"] = true L["Unleashed Hellion"] = true L["Unliving Atal'ai"] = true L["Uriku"] = true +L["Ursius"] = true L["Uthok"] = true L["Uthrar Threx"] = true L["Vaean"] = true @@ -1357,16 +1444,13 @@ L["Valdaron"] = true L["Vance Undergloom"] = true L["Vanessa Sellers"] = true L["Vargus"] = true -L["Vashj'ir Honor Guard"] = true L["Vazario Linkgrease"] = true L["Vekh'nir Dreadhawk"] = true -L["Vendor-Tron 1000"] = true L["Venom Mist Lurker"] = true L["Venture Co. Excavator"] = true L["Venture Co. Strip Miner"] = true L["Veteran Crusader Aliocha Segard"] = true L["Vhan"] = true -L["Vharr"] = true L["Victor Ward"] = true L["Viggz Shinesparked"] = true L["Vilebranch Hideskinner"] = true @@ -1380,9 +1464,11 @@ L["Vizzklick"] = true L["Vodesiin"] = true L["Voidshrieker"] = true L["Voidspawn"] = true +L["Voidwalker Minion"] = true L["Volchan"] = true L["Vosur Brakthel"] = true L["Waldor"] = true +L["Warmaul Shaman"] = true L["Warped Peon"] = true L["Wastewander Assassin"] = true L["Wastewander Bandit"] = true @@ -1402,6 +1488,7 @@ L["Wild Leather Helmet"] = true L["Wild Leather Leggings"] = true L["Wild Leather Shoulders"] = true L["Wild Leather Vest"] = true +L["Wilhelmina Renel"] = true L["Wind Trader Lathrai"] = true L["Winterfall Den Watcher"] = true L["Winterfall Totemic"] = true @@ -1417,12 +1504,12 @@ L["Wrathwalker"] = true L["Wretched Devourer"] = true L["Wretched Fiend"] = true L["Wulan"] = true +L["Wulmort Jinglepocket"] = true L["Wunna Darkmane"] = true L["Wyrmcult Blackwhelp"] = true L["Xandar Goodbeard"] = true L["Xen'to"] = true L["Xerintha Ravenoak"] = true -L["Xizk Goodstitch"] = true L["Xizzer Fizzbolt"] = true L["Xylinnia Starshine"] = true L["Xyrol"] = true @@ -1438,7 +1525,9 @@ L["Yuka Screwspigot"] = true L["Yurial Soulwater"] = true L["Zamja"] = true L["Zan Shivsproket"] = true +L["Zannok Hidepiercer"] = true L["Zansoa"] = true +L["Zantasia"] = true L["Zanzil Zombie"] = true L["Zaralda"] = true L["Zarena Cromwind"] = true @@ -1452,280 +1541,8 @@ L["Zulian Tiger"] = true L["Zurai"] = true L["\"Cookie\" McWeaksauce"] = true - --[[ --- Addon Info -L["Version"] = "版本: " - --- Options Categories -L["About"] = "关于" -L["Display"] = "显示" -L["DISPLAY_OPTIONS"] = "显示选项" -L["DISPLAY_OPTIONS_LONG"] = "允许你自定义图形界面的行为。" -L["Filter"] = "过滤" -L["Filters"] = "过滤" -L["FILTER_OPTIONS"] = "过滤器选项" -L["FILTER_OPTIONS_LONG"] = "允许你自定义要过滤哪些配方。" -L["Reputation"] = "声望" -L["REP_OPTIONS"] = "声望选项" -L["REP_OPTIONS_LONG"] = "允许你自定义要在扫描里包含哪些声望。" -L["Binding"] = "绑定" -L["BINDING_OPTIONS"] = "绑定选项" -L["BINDING_OPTIONS_LONG"] = "允许你自定义要在扫描里包含哪种绑定方式。" -L["Crafting"] = "打造" -L["CRAFTING_OPTIONS"] = "打造选项" -L["CRAFTING_OPTIONS_LONG"] = "允许你自定义要在扫描里包含哪种类型的打造物品。" -L["Armour"] = "护甲" -L["ARMOUR_OPTIONS"] = "护甲选项" -L["ARMOUR_OPTIONS_LONG"] = "允许你自定义要在扫描里包含哪种护甲类型。" -L["Obtain"] = "获取" -L["OBTAIN_OPTIONS"] = "获取选项" -L["OBTAIN_OPTIONS_LONG"] = "允许你自定义要在扫描里包含哪种方式所获取的配方。" -L["Sort"] = "排序" -L["SORT_OPTIONS"] = "排序选项" -L["SORT_OPTIONS_LONG"] = "允许你自定义如何排序及显示所遗失的配方。" -L["Profile"] = "配置文件" -L["Scan"] = "扫描配方" -L["Scans an open tradeskill for missing recipes."] = "对当前的交易技能进行缺失配方扫描。" -L["Text Dump"] = "文本导出" -L["Displays all recipes in a comma seperated value format which can be copied and pasted into another client."] = "以逗号分隔的形式显示所有配方,以便拷贝粘贴到另外一个客户端里。" - --- Display Options -L["Include Filtered"] = "包含已过滤的" -L["FILTERCOUNT_TOGGLE"] = "把过滤的配方包含在总共配方的数目中。" -L["Close GUI"] = "关闭图形界面" -L["CLOSEGUI_TOGGLE"] = "当交易技能窗口关闭也同时关闭ARL窗口。" - --- Filtering Options -L["Faction"] = "阵营" -L["FACTION_TOGGLE"] = "扫描中包含联盟和部落共有的配方。" -L["Classes"] = "职业" -L["CLASS_TOGGLE"] = "扫描中包含职业限定的配方。" -L["Specialities"] = "技能专业" -L["SPECIALITY_TOGGLE"] = "扫描中包含所有交易技能专业。" -L["Skill"] = "技能" -L["SKILL_TOGGLE"] = "包含所有配方,而不管你当前的技能等级是多少。" -L["Old World"] = "旧大陆" -L["OLDWORLD_OPTIONS"] = "最开始的游戏声望" -L["OLDWORLD_OPTIONS_LONG"] = "允许你自定义要在扫描里包含哪些旧大陆声望。" -L["Burning Crusade"] = "燃烧的远征" -L["BC_OPTIONS"] = "燃烧的远征声望" -L["BC_OPTIONS_LONG"] = "允许你自定义要在扫描里包含哪些燃烧的远征资料片声望。" -L["Wrath of the Lich King"]= "巫妖王之怒" -L["WOTLK_OPTIONS"] = "巫妖王之怒声望" -L["WOTLK_OPTIONS_LONG"] = "允许你自定义要在扫描里包含哪些巫妖王之怒资料片声望" - --- Obtain Filter Options -L["BOEFilter"] = "装备绑定" -L["BOE_TOGGLE"] = "扫描中包含产物装备绑定的配方。" -L["BOPFilter"] = "拾取绑定" -L["BOP_TOGGLE"] = "扫描中包含产物拾取绑定的配方。" -L["RecipeBOEFilter"] = "配方使用绑定" -L["RECIPE_BOE_TOGGLE"] = "扫描中包含使用绑定的配方。" -L["RecipeBOPFilter"] = "配方拾取绑定" -L["RECIPE_BOP_TOGGLE"] = "扫描中包含拾取绑定的配方。" -L["PVP_TOGGLE"] = "扫描中包含通过PvP途径获取的配方。" -L["RAID_TOGGLE"] = "扫描中包含那些只能在团队副本中获取的配方。" -L["SEASONAL_TOGGLE"] = "扫描中包含只能在节日活动中所获取的配方。" -L["TRAINER_TOGGLE"] = "扫描中包含可从训练师那里习得的配方。" -L["VENDOR_TOGGLE"] = "扫描中包含可从商人处购买的配方。" -L["INSTANCE_TOGGLE"] = "扫描中包含从副本掉落的配方。" -L["QUEST_TOGGLE"] = "扫描中包含任务奖励获得的配方。" -L["Cloth"] = "布甲" -L["CLOTH_TOGGLE"] = "扫描中包含成品为布甲的配方。" -L["Leather"] = "皮甲" -L["LEATHER_TOGGLE"] = "扫描中包含成品为皮甲的配方。" -L["Mail"] = "锁甲" -L["MAIL_TOGGLE"] = "扫描中包含成品为锁甲的配方。" -L["Plate"] = "板甲" -L["PLATE_TOGGLE"] = "扫描中包含成品为板甲的配方。" -L["Melee"] = "肉搏" -L["MELEE_TOGGLE"] = "扫描中包含成品适用于肉搏职业的配方。" -L["Caster DPS"] = "远程DPS" -L["CASTERDPS_TOGGLE"] = "扫描中包含成品适用于远程DPS职业的配方。" -L["Tanking"] = "坦克" -L["TANKING_TOGGLE"] = "扫描中包含成品适用于坦克职业的配方。" -L["Healing"] = "治疗" -L["HEALING_TOGGLE"] = "扫描中包含成品适用于治疗职业的配方。" -L["World Drop"] = "世界掉落" -L["WORLD_DROP_TOGGLE"] = "扫描中包含世界掉落的配方。" -L["MOB_DROP_TOGGLE"] = "扫描中包含固定怪物掉落的配方。" - --- Sorting options -L["Name"] = "名称" -L["Skill"] = "技能" -L["Acquisition"] = "获取" - --- Reputation Toggles -L["SPECIFIC_REP_TOGGLE"] = "包含%s阵营。" - --- Non-gui text -L["MissingFromDB"] = ":不在插件的数据库中. \n请将该卷轴的信息提供给作者,谢谢。" -L["MissingRecipePrefix"] = "遗漏: " -L["InitiateScan"] = "在%s[ %s ]中扫描遗漏的卷轴\n" -L["InitiateScanSpecial"] = "在%s - %s[ %s ]中扫描遗漏的卷轴\n" -L["RecipeListSummary"] = "\n已经学会 %s 个,总数 %s 个 (%s%%)\n遗漏了 %s 个卷轴。" -L["UnknownTradeSkill"] = "您打开了一个插件不支持的交易技能窗口。这个交易技能插件是 %s 。请向作者提供该信息,谢谢。" -L["OpenTradeSkillWindow"] = "请先打开一个想要扫描的交易技能。" -L["TwoCraftingWindows"] = "交易技能窗口处于开启状态。如果你想扫描遗漏的配方,请关闭另外那个并重新打开这个窗口。" -L["SpellIDCache"] = "法术ID: %s 没有处于你的本地缓存中。" -L["FactionError"] = "警告: %s的声望级别未知。" -L["MissingFromDBWarning"] = "检测到一个不在数据库里的配方,我们扫描遗失的配方法术ID可能需要花上一点时间。" - --- GUI Text -L["Close"] = "关闭" -L["ScanButton"] = "扫描配方" -L["Scan"] = "扫描" -L["FILTER_OPEN"] = "过滤 >>>" -L["FILTER_CLOSE"] = "<<< 过滤" -L["Reset"] = "重置" -L["Sort"] = "排序" -L["World Drop"] = "世界掉落" -L["Mob Drop"] = "怪物掉落" -L["Quest"] = "任务" -L["Reputation"] = "声望" -L["Instance"] = "副本" -L["BoPMenu"] = "拾取绑定" -L["Horde"] = "部落" -L["Alliance"] = "联盟" -L["Known"] = "已知" -L["Unknown"] = "未知" - --- More stuff for new gui, ZJ 7/26/08 -L["General"] = "基本" -L["Class Specific recipes"] = "职业专用配方" -L["Craft Specialty recipes"] = "专业专用配方" -L["All Skill Levels"] = "所有技能等级" -L["Item"] = "物品" -L["Armor"] = "护甲" -L["Weapon"] = "武器" -L["Player"] = "玩家" -L["Tank"] = "坦克" -L["Healer"] = "治疗" -L["Melee DPS"] = "肉搏dps" -L["All"] = "全部" -L["None"] = "无" -L["Dagger"] = "匕首" -L["1H"] = "单手" -L["2H"] = "双手" -L["Axe"] = "斧头" -L["Mace"] = "锤" -L["Sword"] = "剑" -L["Polearm"] = "长柄武器" -L["Thrown"] = "投掷武器" -L["Ammo"] = "弹药" --- unused, but included anyway. Who knows what the future may bring -L["Bow"] = "弓" -L["Crossbow"] = "弩" -L["Staff"] = "杖" --- More stuff for new GUI, ZJ 8/11/08 -L["Search"] = "搜索" -L["SEARCH_TT"] = "过滤在左侧有文字的配方" -L["Apply"] = "应用" -L["Apply_TT"] = "将以上选择的过滤条件应用于配方列表" -L["ExpandAll"] = "展开所有" -L["EXPAND_TT"] = "展开下面所有列出的配方" -L["ContractAll"] = "收起所有" -L["CONTRACT_TT"] = "收起下面所有列出的配方" -L["Clear"] = "(X)" -L["CLEAR_TT"] = "清除搜索文本框" --- new GUI, ZJ 8/26/08 -L["General_TT"] = "点击以配置基本过滤选项" -L["Obtain_TT"] = "点击以配置获取方式过滤选项" -L["Binding_TT"] = "点击以配置绑定方式过滤选项" -L["Item_TT"] = "点击以配置物品过滤选项" -L["Player_TT"] = "点击以配置玩家过滤选项" -L["Reputation_TT"] = "点击以配置声望过滤选项" -L["IBOE_TT"] = "扫描中将包含成品装备绑定的配方" -L["IBOE"] = "成品装备绑定" -L["IBOP_TT"] = "扫描中将包含成品拾取绑定的配方" -L["IBOP"] = "成品拾取绑定" -L["RBOE_TT"] = "扫描中将包含使用绑定的配方" -L["RBOE"] = "配方使用绑定" -L["RBOP_TT"] = "扫描中将包含拾取绑定的配方" -L["RBOP"] = "配方拾取绑定" -L["ArmorAll_TT"] = "扫描中包含所有护甲配方" -L["ArmorNone_TT"] = "扫描中不包含任何护甲配方" -L["WeaponAll_TT"] = "扫描中包含所有武器配方" -L["WeaponNone_TT"] = "扫描中不包含任何武器配方" -L["Weapon1H_TT"] = "扫描中包含单手武器配方" -L["Weapon2H_TT"] = "扫描中包含双手武器配方" -L["WeaponDagger_TT"] = "扫描中包含匕首配方" -L["WeaponAxe_TT"] = "扫描中包含斧头配方" -L["WeaponMace_TT"] = "扫描中包含锤子配方" -L["WeaponSword_TT"] = "扫描中包含刀剑配方" -L["WeaponPolearm_TT"] = "扫描中包含长柄武器配方" -L["WeaponThrown_TT"] = "扫描中包含投掷武器配方" -L["WeaponBow_TT"] = "扫描中包含弓配方" -L["WeaponCrossbow_TT"] = "扫描中包含弩配方" -L["WeaponStaff_TT"] = "扫描中包含杖配方" -L["WeaponAmmo_TT"] = "扫描中包含弹药配方" -L["WeaponWand_TT"] = "扫描中包含魔杖配方" -L["MOB_DROP_TT"] = "扫描中包含固定怪物掉落配方" --- ZJ 8/28/08 -L["CLOAK_TOGGLE"] = "扫描中包含披风配方" -L["Cloak"] = "披风" -L["NECKLACE_TOGGLE"] = "扫描中包含项链配方" -L["Necklace"] = "项链" -L["RING_TOGGLE"] = "扫描中包含戒指配方" -L["Ring"] = "戒指" -L["TRINKET_TOGGLE"] = "扫描中包含饰品配方" -L["Trinket"] = "饰品" -L["Wand"] = "魔杖" -L["OLD_WORLD_REP_TT"] = "点击以配置旧大陆声望过滤选项" -L["BC_REP_TT"] = "点击以配置燃烧的远征声望过滤选项" - --- Tooltip Text -L["Scan Skills Long"] = "使用Ackis Recipe List扫描遗漏的配方" -L["Close Window"] = "关闭ARL窗口" -L["Expand All"] = "展开所有的配方" -L["Collapse All"] = "折叠所有的配方" -L["FILTER_OPEN_TT"] = "打开过滤选项面板" -L["FILTER_CLOSE_TT"] = "关闭过滤选项面板" -L["RESET_TT"] = "重置搜索的关键字" -L["SORT_TT"] = "更改列表的排列顺序" -L["VENDOR_TT"] = "选中则在列表中包含商人出售的配方" -L["TRAINER_TT"]= "选中则在列表中包含训练师可学的配方" -L["WORLD_TT"] = "选中则在列表中包含世界掉落的配方" -L["MOB_TT"] = "选中则在列表中包含怪物掉落的配方" -L["QUEST_TT"] = "选中则在列表中包含任务奖励的配方" -L["SEASON_TT"] = "选中则在列表中包含节日活动才出现的配方" -L["REP_TT"] = "选中则在列表中包含声望奖励的配方" -L["INSTANCE_TT"] = "选中则在列表中包含副本掉落的配方" -L["BOP_TT"] = "选中则在列表中包含拾取绑定的配方" -L["HORDE_TT"] = "选中则在列表中包含部落独有的配方" -L["ALLIANCE_TT"] = "选中则在列表中包含联盟独有的配方" -L["KNOWN_TT"] = "选中则在列表中包含已知配方" -L["UNKNOWN_TT"] = "选中则在列表中包含未知配方" -L["DISCOVERY_TT"] = "选中则在列表中包含领悟的配方" -L["ARMOR_TT"] = "选中则在列表中包含护甲的配方" -L["WEAPON_TT"] = "选中则在列表中包含武器的配方" - --- Recipe Database -L["Trainer"] = "训练师" -L["LimitedSupply"] = "限量供应" -L["Vendor"] = "商人" -L["Discovery"] = "领悟" -L["PVP"] = "PvP" -L["Raid"] = "Raid" - ---Skillup Levels -L["Journeyman"] = "中级" -L["Expert"] = "高级" -L["Artisan"] = "专家级" -L["Master"] = "大师级" - --- Common ways to obtain recipes -L["UZD"] = "不常见区域掉落: " -L["CWD"] = "常见世界掉落" -L["UWD"] = "不常见世界掉落" -L["RWD"] = "罕见世界掉落" -L["EWD"] = "超罕见世界掉落" -L["BoE"] = "装绑: " -L["BoP"] = "拾绑: " -L["QuestReward"] = "任务奖励: " - -- Common quests/drops L["DMCACHE"] = "诺特·希姆加克的箱子" L["Gordok Ogre Suit"] = "戈多克食人魔装" @@ -1733,26 +1550,6 @@ L["Gordok Ogre Suit Obt"] = "戈多克食人魔装" L["Spectral Essence Obt"] = "传令官基尔图诺斯 (让你能看到通灵学院附近的商人玛格努斯·霜鸣)" L["TrueBelieverQuest"] = "真正的信徒 - 从 被破译的《真正的信徒》剪报中稀有掉落" --- Raid Drop Obtain Info -L["ADNaxx"] = "训练师: 从纳克萨玛斯死亡骑士区的大工匠奥玛里恩处学到" -L["MOLTENCORE"] = "团队拾绑: 熔火之心首领随机掉落" -L["AQ20/AQ40"] = "团队拾绑: 安其拉废墟/安其拉神殿首领随机掉落" -L["SSC/TKBoP"] = "团队拾绑: 毒蛇神殿/风暴要塞随机掉落" -L["SSC/TKBoE"] = "团队装绑: 毒蛇神殿/风暴要塞随机掉落" -L["BT/HYJALBoP"] = "团队拾绑: 海加尔/黑暗神庙随机掉落" -L["HYJALBoP"] = "团队拾绑: 海加尔首领随机掉落" -L["SunwellBoP"] = "团队拾绑: 太阳井随机掉落" -L["SunwellBoE"] = "团队装绑: 太阳井随机掉落" -L["BT/HYJALBoE"] = "团队装绑: 海加尔/黑暗神庙随机掉落" -L["ZA"] = "团队拾绑: 祖阿曼首领随机掉落" -L["Unknown"] = "该配方掉落来源未知,你可以于 www.wowace.com/forums 论坛中Ackis Recipe List的官方帖中帮助提供掉落信息。" - --- Faction info -L["WintersVeil"] = "冬幕节" -L["Lunar Festival"] = "春节" -L["Darkmoon Faire"] = "暗月马戏团" -L["Seasonal"] = "节日活动" - -- Alchemy Obtain Information L["Discovery - Flasks/Potions"] = "领悟: 通过制作包含外域草药的合剂/药剂/药水领悟到" L["Discovery - Protection Potions"] = "领悟: 通过制作大部分守护药剂领悟到"