You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.8 KiB
41 lines
1.8 KiB
if GetLocale() ~= 'zhCN' then return end
|
|
local L = select(2, ...).L('zhCN')
|
|
|
|
-- Config
|
|
-- L['Automatically accept quests'] = '' -- MISSING!
|
|
-- L['Automatically complete quests'] = '' -- MISSING!
|
|
L['Automatically share quests when picked up'] = '接受任务后自动分享'
|
|
L['Automatically select single gossip options'] = '自动选择单一对话选项'
|
|
L['When to select gossip while in a raid'] = '当你在团队中,是否启用自动选择对话选项的功能'
|
|
L['Automatically pay Darkmoon Faire teleporting fees'] = '自动支付暗月马戏团传送费'
|
|
L['Reverse the behaviour of the modifier key'] = '反转辅助键的行为(勾选后,按下按键才启用自动交接)'
|
|
-- L['Hold this key to to temporarily pause automation'] = '' -- MISSING!
|
|
-- L['Automatically select the most valuable reward'] = '' -- MISSING!
|
|
-- L['Automatically deliver repeatable delivery quests'] = '' -- MISSING!
|
|
-- L['Automatically select quest gossip options'] = '' -- MISSING!
|
|
|
|
-- L['Item Blocklist'] = '' -- MISSING!
|
|
-- L['NPC Blocklist'] = '' -- MISSING!
|
|
-- L['Title Blocklist'] = '' -- MISSING
|
|
-- L['Block Item'] = '' -- MISSING!
|
|
-- L['Block NPC'] = '' -- MISSING!
|
|
-- L['Block Title']) = '' --MISSING!
|
|
-- L['Quests containing items in this list will not be automated.'] = '' -- MISSING!
|
|
-- L['Quests and dialogue from NPCs in this list will not be automated.'] = '' -- MISSING!
|
|
|
|
-- L['Block a new item by ID'] = '' -- MISSING!
|
|
-- L['Block a new NPC by ID'] = '' -- MISSING!
|
|
-- L['Quests (by partial title or ID) in this list will not be automated.'] = '' -- MISSING!
|
|
|
|
L['ALT key'] = ALT_KEY
|
|
L['CTRL key'] = CTRL_KEY
|
|
L['SHIFT key'] = SHIFT_KEY
|
|
|
|
L['Never'] = NEVER
|
|
L['Always'] = ALWAYS
|
|
L['Soloing'] = '单人'
|
|
|
|
L['Accept'] = ACCEPT
|
|
L['Cancel'] = CANCEL
|
|
L['Target'] = TARGET
|
|
L['Invalid Item'] = ERR_SOULBIND_INVALID_CONDUIT_ITEM
|
|
|