Skip to content

Conversation

@YongHuM1ng
Copy link

Fix translation errors.

Fix translation errors.
Copy link
Owner

@arm32x arm32x left a 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' 时发生错误: 数据包类型错误",
Copy link
Owner

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.

Copy link
Contributor

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 :)

Copy link
Owner

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.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

兄啊,最后一行多加了个, 导致没法用(

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

兄啊,最后一行多加了个, 导致没法用(

#13
这个是最近的 Translation Pull request

Copy link

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

@arm32x arm32x added the translation Improvements or additions to language files label Apr 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

translation Improvements or additions to language files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants