-
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
base: mc-release
Are you sure you want to change the base?
Conversation
Fix translation errors.
arm32x
left a comment
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.
Everything except for the one entry I commented on looks good.
| "commandBlockIDE.saveFunction.failed.zipNotSupported": "在修改 '%s' 时发生错误: 尚不支持 .zip 文件中的数据包。 ", | ||
| "commandBlockIDE.saveFunction.failed.packClassNotSupported": "在修改 '%s' 时发生错误: 不支持资源包类 '%s'。" | ||
| "commandBlockIDE.saveFunction.success.file": "函数 '%s' 保存成功。", | ||
| "commandBlockIDE.saveFunction.failed.resourceManager": "保存 '%s' 时发生错误: 数据包类型错误。", |
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:
Error saving '%s': wrong packet type.
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:
保存 '%s' 时发生错误: 资源管理器的类型不正确。
The above translates back to English as:
Error saving '%s': Incorrect type of resource manager.
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 manager mean A class in Java or Manager 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.
兄啊,最后一行多加了个, 导致没法用(
#13 这个是最近的 Translation Pull request
可是即使放到Release里面也没去掉那个,
也意味着即便是简中也不会调用zh_cn.json
Fix translation errors.