-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Macro Keybinds 翻译提交 #5343
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
Merged
+109
−0
Merged
Macro Keybinds 翻译提交 #5343
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
55 changes: 55 additions & 0 deletions
55
projects/1.21/assets/macrokeybinds/macrokeybinds/lang/en_us.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"text.config.mainscreen": "Keybinds Menu", | ||
"text.config.globalmacros": "Global Macros Options", | ||
"text.config.servermacros": "Server Macros Options", | ||
"text.config.needhelp": "Need Help? Bug? Discord Link", | ||
"text.tooltip.main.noserver": "You are not on a server", | ||
|
||
"key.macrokeybinds.openoptions.desc": "Open Gui Option" , | ||
"key.categories.macrokeybinds": "MacroKeybinds", | ||
|
||
"text.globalmacros.title": "Global Macros", | ||
"text.createglobalmacros.title": "Create New Global Macro", | ||
"text.globalmacros.back": "Cancel", | ||
|
||
"text.servermacros.title": "Server Macros", | ||
"text.createservermacros.title": "Create New Server Macro", | ||
"text.servermacros.back": "Cancel", | ||
|
||
"text.createmacro": "Create Macro", | ||
"text.editmacro": "Edit Macro", | ||
|
||
"text.type.simple": "Simple", | ||
"text.type.toggle": "Toggle", | ||
"text.type.repeat": "Repeat", | ||
"text.type.delayed": "Delayed", | ||
"text.key": "Key", | ||
|
||
"text.action.message": "Send Message", | ||
"text.action.command": "Execute Command", | ||
"text.action.fillchat": "Fill Chat Without Send", | ||
|
||
"text.tooltip.namebox": "Name", | ||
"text.tooltip.actionbox": "Action", | ||
"text.tooltip.timebox": "Cooldown/Delay between execution", | ||
"text.tooltip.timeboxsub": "(in millisecond)", | ||
"text.tooltip.macrotype": "Select between 4 types of macro.", | ||
"text.tooltip.actiontype": "Select between 3 types of action.", | ||
"text.tooltip.keybind": "Click and press the wanted key", | ||
"text.tooltip.editmacro.state": "Disable/Enable Macro", | ||
"text.tooltip.editmacro.edit": "Edit Macro", | ||
"text.tooltip.editmacro.delete": "Delete Macro", | ||
"text.tooltip.editmacro.forgotvalue": "You forgot to complete one or more fields", | ||
"text.tooltip.editmacro.keyalreadyassigned": "This key is already assigned ! (However you can assign it)", | ||
"text.macro.deleteQuestion": "Are you sure you want to delete this macro?", | ||
"text.macro.deleteWarning": "It will be deleted permanently", | ||
"text.macro.deleteButton": "Delete this macro", | ||
|
||
"text.running": "R", | ||
"text.tooltip.running": "Running", | ||
"text.stopmacro": "Stop All Delayed/Repeat macros", | ||
|
||
"text.editglobalmacro.title": "Edit Global Macro", | ||
"text.editservermacro.title": "Edit Server Macro" | ||
|
||
} |
54 changes: 54 additions & 0 deletions
54
projects/1.21/assets/macrokeybinds/macrokeybinds/lang/zh_cn.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"text.config.mainscreen": "按键绑定菜单", | ||
"text.config.globalmacros": "全局宏选项", | ||
"text.config.servermacros": "服务器宏选项", | ||
"text.config.needhelp": "需要帮助?Bug?Discord链接", | ||
"text.tooltip.main.noserver": "你未连接服务器", | ||
|
||
"key.macrokeybinds.openoptions.desc": "打开选项GUI" , | ||
"key.categories.macrokeybinds": "宏键位绑定(Macro Keybinds)", | ||
|
||
"text.globalmacros.title": "全局宏", | ||
"text.createglobalmacros.title": "新建全局宏", | ||
"text.globalmacros.back": "取消", | ||
|
||
"text.servermacros.title": "服务器宏", | ||
"text.createservermacros.title": "新建服务器宏", | ||
"text.servermacros.back": "取消", | ||
|
||
"text.createmacro": "新建宏", | ||
"text.editmacro": "编辑宏", | ||
|
||
"text.type.simple": "简易", | ||
"text.type.toggle": "切换", | ||
"text.type.repeat": "重复", | ||
"text.type.delayed": "延迟", | ||
"text.key": "按键", | ||
|
||
"text.action.message": "发送信息", | ||
"text.action.command": "执行命令", | ||
"text.action.fillchat": "填入聊天栏但不发送", | ||
|
||
"text.tooltip.namebox": "名称", | ||
"text.tooltip.actionbox": "行为", | ||
"text.tooltip.timebox": "运行之间的冷却/延迟", | ||
"text.tooltip.timeboxsub": "(以毫秒计)", | ||
"text.tooltip.macrotype": "在四种宏模式间选择。", | ||
"text.tooltip.actiontype": "在三种行为间选择。", | ||
"text.tooltip.keybind": "点击后按下期望按键", | ||
"text.tooltip.editmacro.state": "禁用/启用宏", | ||
"text.tooltip.editmacro.edit": "编辑宏", | ||
"text.tooltip.editmacro.delete": "删除宏", | ||
"text.tooltip.editmacro.forgotvalue": "你有字段尚未填写完整", | ||
"text.tooltip.editmacro.keyalreadyassigned": "该按键已被占用!(仍可再次分配)", | ||
"text.macro.deleteQuestion": "您确定要删除此宏吗?", | ||
"text.macro.deleteWarning": "它将被永久删除", | ||
"text.macro.deleteButton": "删除此宏", | ||
|
||
"text.running": "运", | ||
"text.tooltip.running": "运行中", | ||
"text.stopmacro": "停止所有延迟/重复宏", | ||
|
||
"text.editglobalmacro.title": "编辑全局宏", | ||
"text.editservermacro.title": "编辑服务器宏" | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.