Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translation:zhCN.lua #88

Closed
yizhiyang2011 opened this issue Jul 26, 2024 · 5 comments
Closed

Translation:zhCN.lua #88

yizhiyang2011 opened this issue Jul 26, 2024 · 5 comments

Comments

@yizhiyang2011
Copy link

yizhiyang2011 commented Jul 26, 2024

local L = select(2, ...).L('zhCN')

L['Automatically accept quests'] = '自动接受任务'
L['Automatically complete quests'] = '自动完成任务'
L['Automate repeatable quests'] = '自动完成可重复任务'
L['Highlight valuable reward'] = '自动选最贵的奖励'
L['Automatically share quests'] = '自动分享任务'
L['Skip quest gossip options'] = '自动跳过任务对话'
L['Automate gossip options'] = '自动对话选择任务'
L['When to automate gossip'] = '什么时候启用自动任务'
L['Never'] = '从不'
L['Soloing'] = '单人'
L['Always'] = '总是'
L['Pay Darkmoon Faire teleport'] = '自动支付暗月马戏团传送费'
L['Pause mode modifier'] = '暂停自动任务按键'
L['Hold this key to temporarily disable all automation'] = '按住此键暂时禁用自动执行'
L['Reverse pause mode'] = '反转暂停自动任务按键'
L["While the pause key is NOT held don't automate anything"] = '在没有按住暂停键的情况下禁用自动执行'
L['Block a new item by ID'] = '阻止新物品标题或者编号'
L['Block a new NPC by ID or target'] = '阻止新NPC编号或者当前目标'
L['Block a quest by title or ID'] = '阻止新任务标题或者编号'
L['Item Blocklist'] = '阻止物品名单'
L['NPC Blocklist'] = '阻止NPC名单'
L['Quest Blocklist'] = '阻止任务名单'
L['ALT key'] = 'Ctrl键'
L['CTRL key'] = 'Shift键'
L['SHIFT key'] = 'Alt键'

@p3lim
Copy link
Member

p3lim commented Jul 26, 2024

Thanks!

@p3lim p3lim closed this as completed Jul 26, 2024
@p3lim p3lim reopened this Jul 26, 2024
@yizhiyang2011
Copy link
Author

QuickQuest1

@p3lim
Copy link
Member

p3lim commented Jul 26, 2024

You just forgot to uncomment two strings, that's fine.

There's one string you missed, the tooltip for "Reverse pause mode":

L["While the pause key is NOT held don't automate anything"] = ""

@p3lim
Copy link
Member

p3lim commented Jul 26, 2024

These three lines should be improved;

L['Block a new item by ID'] = '阻止物品名单'
L['Block a new NPC by ID or target'] = '阻止NPC名单'
L['Block a quest by title or ID'] = '阻止任务名单'

They're used in the popup when you press the "Add" button in the blocklist options.

@p3lim
Copy link
Member

p3lim commented Sep 8, 2024

4f5aea4

@p3lim p3lim closed this as completed Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants