-
Notifications
You must be signed in to change notification settings - Fork 24
Update zh_cn.json #9
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
Open
YongHuM1ng
wants to merge
1
commit into
arm32x:mc-release
Choose a base branch
from
YongHuM1ng:patch-1
base: mc-release
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
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
24 changes: 12 additions & 12 deletions
24
src/main/resources/assets/commandblockide/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 |
|---|---|---|
| @@ -1,23 +1,23 @@ | ||
| { | ||
| "arguments.editfunction.tag.unsupported": "无法编辑函数标签", | ||
| "commands.editfunction.failed.modNotInstalled": "您必须安装 Command Block IDE 模组", | ||
| "commandBlockIDE.apply": "运用", | ||
| "commandBlockIDE.type.redstone": "普通", | ||
| "commandBlockIDE.type.redstoneConditional": "普通, 条件限制", | ||
| "commandBlockIDE.apply": "应用", | ||
| "commandBlockIDE.type.redstone": "脉冲", | ||
| "commandBlockIDE.type.redstoneConditional": "脉冲, 条件制约", | ||
| "commandBlockIDE.type.auto": "循环", | ||
| "commandBlockIDE.type.autoConditional": "循环, 条件限制", | ||
| "commandBlockIDE.type.autoConditional": "循环, 条件制约", | ||
| "commandBlockIDE.type.sequence": "连锁", | ||
| "commandBlockIDE.type.sequenceConditional": "连锁, 重复", | ||
| "commandBlockIDE.type.sequenceConditional": "连锁, 条件制约", | ||
| "commandBlockIDE.unloaded": "未加载", | ||
| "commandBlockIDE.lastOutput.on": "跟踪输出", | ||
| "commandBlockIDE.lastOutput.off": "不跟踪输出", | ||
| "commandBlockIDE.lastOutput.none": "无输出", | ||
| "commandBlockIDE.narrator.editorIndex": "数字 %d", | ||
| "commandBlockIDE.saveFunction.success.file": "保存函数 '%s' 到文件。", | ||
| "commandBlockIDE.saveFunction.failed.resourceManager": "在修改 '%s' 时发生错误: 资源管理器的类型不正确。", | ||
| "commandBlockIDE.saveFunction.failed.missingNamespace": "在修改 '%s' 时发生错误: 资源管理器中没有 '%s' 命名空间。", | ||
| "commandBlockIDE.saveFunction.failed.noResourcePack": "在修改 '%s' 时发生错误: 在任何数据包中无法找到此函数。", | ||
| "commandBlockIDE.saveFunction.failed.ioException": "在修改 '%s' 时发生错误: 发生了 IO 错误。", | ||
| "commandBlockIDE.saveFunction.failed.zipNotSupported": "在修改 '%s' 时发生错误: 尚不支持 .zip 文件中的数据包。 ", | ||
| "commandBlockIDE.saveFunction.failed.packClassNotSupported": "在修改 '%s' 时发生错误: 不支持资源包类 '%s'。" | ||
| "commandBlockIDE.saveFunction.success.file": "函数 '%s' 保存成功。", | ||
| "commandBlockIDE.saveFunction.failed.resourceManager": "保存 '%s' 时发生错误: 数据包类型错误。", | ||
| "commandBlockIDE.saveFunction.failed.missingNamespace": "保存 '%s' 时发生错误: 数据包内找不到命名空间 '%s' 。", | ||
| "commandBlockIDE.saveFunction.failed.noResourcePack": "保存 '%s' 时发生错误: 找不到该函数。", | ||
| "commandBlockIDE.saveFunction.failed.ioException": "保存 '%s' 时发生错误: 发生了 IO 错误。", | ||
| "commandBlockIDE.saveFunction.failed.zipNotSupported": "保存 '%s' 时发生错误: 暂不支持 .zip 文件中的数据包。", | ||
| "commandBlockIDE.saveFunction.failed.packClassNotSupported": "保存 '%s' 时发生错误: 不支持资源包类 '%s'。" | ||
| } | ||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When using Google Translate, this translates back to English as:
This does not match the original, which says “Resource manager was not the correct type.”
The older text translates back to “An error occurred while modifying '%s': The resource manager is of an incorrect type.” It would be great if these two could be merged, maybe something like this:
The above translates back to English as:
This seems closer to the original to me, but I don't know Chinese, so please let me know whether or not this makes sense.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does
Resource managermeanA class in JavaorManager like Explorer.exe in Windows?Thanks :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a class in Java.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
兄啊,最后一行多加了个, 导致没法用(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#13
这个是最近的 Translation Pull request
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
可是即使放到Release里面也没去掉那个,
也意味着即便是简中也不会调用zh_cn.json