-
Notifications
You must be signed in to change notification settings - Fork 83
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
Simplified Chinese Translation #134
Merged
Merged
Changes from 3 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
223ce95
Create chi.ini
dingyifei 31772ea
Simplified Chinese translation
dingyifei 7db2ece
Rename chi.ini and zho.ini
dingyifei ac3105f
Revert "Rename chi.ini and zho.ini"
dingyifei 3b7cd67
Update zho.ini
dingyifei 03a1d13
I did the opposite, so I just switch them back
dingyifei 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
This file contains 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,112 @@ | ||
; Updated time : 3rd 10 2019 | ||
; See: https://www.loc.gov/standards/iso639-2/php/English_list.php | ||
language.name="Simplified Chinese" | ||
; general | ||
divider="========================================" | ||
spacer="-=+=- {%0} -=+=-" | ||
commands="命令" | ||
enabled="已启用" | ||
disabled="已禁用" | ||
confirmation="确认" | ||
confirmation.yes="是" | ||
confirmation.no="否" | ||
; errors | ||
error="发生了一个错误" | ||
error.command-error="看起来您缺少参数或使用了错误的命令!" | ||
error.runingame="请在游戏中运行这个命令!" | ||
error.limitexceeded="您正在尝试修改的方块太多了。减少选择的方块或提高限制" | ||
error.notarget="找不到目标方块。如果需要,使用//setrange增加工具范围" | ||
error.noselection="找不到选中 - 请先选中一个范围" | ||
error.selectioninvalid="选中范围无效!检查是否已设置所有位置!" | ||
error.nosession="为创建会话 - 可能没有使用{%0}的权限" | ||
error.noclipboard="找不到剪贴板 - 请先创建一个剪贴板" | ||
warning.differentlevel="[警告] 您的编辑不处于您目前所在世界!" | ||
; commands | ||
command.info.title="信息" | ||
command.limit.current="目前极限:{%0}" | ||
command.limit.set="方块变更限制已被设置为{%0}" | ||
command.setrange.current="目前范围:{%0}" | ||
command.setrange.set="工具范围已被设置为 {%0}" | ||
command.biomeinfo.attarget="目标的生物群系" | ||
command.biomeinfo.atposition="坐标的生物群系" | ||
command.biomeinfo.result="在选中范围中找到了{%0}个生物群系" | ||
command.biomeinfo.result.line="ID: {%0} 名称: {%1}" | ||
command.biomelist.title="生物群系列表" | ||
command.biomelist.result.line="ID: {%0} 名称: {%1}" | ||
command.brushname.set="画笔名称设置为“{%0}”" | ||
command.clearclipboard.cleared="已清空剪贴板" | ||
command.flip.try="尝试翻转剪贴板到{%0}" | ||
command.flip.success="成功翻转剪贴板" | ||
command.rotate.try="尝试旋转剪贴板到{%0}度" | ||
command.rotate.success="成功旋转剪贴板" | ||
command.history.cleared="已清空历史" | ||
command.listchunks.found="在选中范围内找到了{%0}个区块" | ||
command.size="选中尺寸" | ||
; selection | ||
selection.pos1.set="设置坐标1为 X: {%0} Y: {%1} Z: {%2}" | ||
selection.pos2.set="设置坐标2为 X: {%0} Y: {%1} Z: {%2}" | ||
; session | ||
session.undo.none="没有可撤销的操作" | ||
session.undo.left="你还可以进行 {%0}个撤销操作" | ||
session.redo.none="没有可重做的操作" | ||
session.redo.left="你还可以进行{%0}个重做操作" | ||
session.brush.added="已添加{%0}到会话" | ||
session.brush.deleted="已删除 {%0} (UUID {%1})" | ||
session.brush.removed="已移除 {%0} (UUID {%1})" | ||
session.language.set="成功将设置语言为{%0}" | ||
session.language.notfound="找不到语言“{%0}”,重置为默认" | ||
; task | ||
task.copy.success="异步复制成功,耗时{%0},从{%2}个方块中复制了{%1}个。" | ||
task.count.success="异步分析成功,耗时{%0}" | ||
task.count.result="在{%1}个方块中找到了{%0}个方块" | ||
task.fill.success="异步填充成功,耗时{%0},在{%2}个方块中修改了{%1}个。" | ||
task.replace.success="异步填充成功,耗时{%0},在{%2}个方块中修改了{%1}个。" | ||
task.revert.undo.success="异步撤销成功,耗时{%0},在{%2}个方块中修改了{%1}个。" | ||
task.revert.redo.success="异步重做成功,耗时{%0},在{%2}个方块中修改了{%1}个。" | ||
; flags | ||
flags.keepexistingblocks="保留现存方块" | ||
flags.keepair="保留空气" | ||
flags.hollow="中空" | ||
flags.hollowclosed="中空,两端封闭" | ||
flags.natural="自然" | ||
; tools | ||
; wand tool | ||
tool.wand="魔杖" | ||
tool.wand.lore.1="左键一个方块来设置选中的坐标1" | ||
tool.wand.lore.2="右键一个方块来设置选中的坐标2" | ||
tool.wand.lore.3="使用//togglewand来切换功能" | ||
tool.wand.disabled="魔杖工具已禁用。使用//togglewand来重新启用它" | ||
tool.wand.setenabled="魔杖已{%0}!" | ||
; debug tool | ||
tool.debug="故障排除工具" | ||
tool.debug.lore.1="左键一个方块以获取信息" | ||
tool.debug.lore.2="例如方块的名称和损耗值" | ||
tool.debug.lore.3="使用//toggledebug切换其功能" | ||
tool.debug.disabled="故障排除工具已禁用。使用//toggledebug来重新启用它" | ||
tool.debug.setenabled = "故障排除工具已{%0}!" | ||
; flood tool | ||
ui.flood.title="覆盖菜单" | ||
ui.flood.options.limit="最大方块数" | ||
ui.flood.options.blocks="方块" | ||
ui.flood.options.blocks.placeholder="用分号分隔的方块" | ||
ui.flood.options.label.infoapply="点击“Submit”按键来应用" | ||
; brush tool | ||
ui.brush.title="画笔菜单" | ||
ui.brush.content="画笔主菜单" | ||
ui.brush.create="新建" | ||
ui.brush.getsession="获取会话的笔刷" | ||
ui.brush.edithand="编辑手中的画笔" | ||
; brush settings | ||
ui.brush.settings.title="{%0}画笔设置" | ||
; brush options | ||
ui.brush.options.blocks="方块" | ||
ui.brush.options.blocks.placeholder="例子:1:1,2,tnt,log:12" | ||
ui.brush.options.diameter="半径" | ||
ui.brush.options.width="宽" | ||
ui.brush.options.height="高" | ||
ui.brush.options.depth="深" | ||
ui.brush.options.flags="添加标志?" | ||
; language | ||
ui.language.title="选择语言" | ||
ui.language.label="设置你会话的语言。如果你的语言不可用,你可以在GitHub上翻译这个插件!" | ||
ui.language.dropdown="选择一个语言" |
This file contains 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
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.
Good point to change it 👍