From 223ce952887ed0ad68174c153841af992f74f2cb Mon Sep 17 00:00:00 2001 From: Yifei Ding Date: Thu, 3 Oct 2019 19:18:42 -0700 Subject: [PATCH 1/6] Create chi.ini --- resources/lang/chi.ini | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 resources/lang/chi.ini diff --git a/resources/lang/chi.ini b/resources/lang/chi.ini new file mode 100644 index 00000000..e69de29b From 31772eae682dc7078aecac00de2989a3ecdb61a1 Mon Sep 17 00:00:00 2001 From: Yifei Ding Date: Thu, 3 Oct 2019 20:49:52 -0700 Subject: [PATCH 2/6] Simplified Chinese translation temporarely name it `chi.ini` since `zho.ini` is taken by Traditional Chinese --- resources/lang/chi.ini | 112 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) diff --git a/resources/lang/chi.ini b/resources/lang/chi.ini index e69de29b..b934dbfe 100644 --- a/resources/lang/chi.ini +++ b/resources/lang/chi.ini @@ -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="选择一个语言" \ No newline at end of file From 7db2ece52849b6c995b54a64189a9e6e4bfe377a Mon Sep 17 00:00:00 2001 From: Yifei Ding Date: Fri, 4 Oct 2019 10:17:29 -0700 Subject: [PATCH 3/6] Rename chi.ini and zho.ini chi.ini -> zhs.ini (Simplified Chinese) zho.ini -> zht.ini (Traditional Chinese) --- resources/lang/{chi.ini => zhs.ini} | 0 resources/lang/{zho.ini => zht.ini} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename resources/lang/{chi.ini => zhs.ini} (100%) rename resources/lang/{zho.ini => zht.ini} (97%) diff --git a/resources/lang/chi.ini b/resources/lang/zhs.ini similarity index 100% rename from resources/lang/chi.ini rename to resources/lang/zhs.ini diff --git a/resources/lang/zho.ini b/resources/lang/zht.ini similarity index 97% rename from resources/lang/zho.ini rename to resources/lang/zht.ini index 89df90b8..f9c76f44 100644 --- a/resources/lang/zho.ini +++ b/resources/lang/zht.ini @@ -1,5 +1,5 @@ ; Updated time : 26th 07 2017 -language.name = "Chinese" +language.name = "Traditional Chinese" ; general divider = "========================================" spacer = " -=+=- {%0} -=+=- " From ac3105ff42a313fb6a26f00050c5bf6aa62ef624 Mon Sep 17 00:00:00 2001 From: Yifei Ding Date: Fri, 11 Oct 2019 20:28:07 -0700 Subject: [PATCH 4/6] Revert "Rename chi.ini and zho.ini" This reverts commit 7db2ece52849b6c995b54a64189a9e6e4bfe377a. --- resources/lang/{zhs.ini => chi.ini} | 0 resources/lang/{zht.ini => zho.ini} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename resources/lang/{zhs.ini => chi.ini} (100%) rename resources/lang/{zht.ini => zho.ini} (97%) diff --git a/resources/lang/zhs.ini b/resources/lang/chi.ini similarity index 100% rename from resources/lang/zhs.ini rename to resources/lang/chi.ini diff --git a/resources/lang/zht.ini b/resources/lang/zho.ini similarity index 97% rename from resources/lang/zht.ini rename to resources/lang/zho.ini index f9c76f44..89df90b8 100644 --- a/resources/lang/zht.ini +++ b/resources/lang/zho.ini @@ -1,5 +1,5 @@ ; Updated time : 26th 07 2017 -language.name = "Traditional Chinese" +language.name = "Chinese" ; general divider = "========================================" spacer = " -=+=- {%0} -=+=- " From 3b7cd6710dce7352d3cb6092f9f047f094714cef Mon Sep 17 00:00:00 2001 From: Yifei Ding Date: Fri, 11 Oct 2019 20:28:58 -0700 Subject: [PATCH 5/6] Update zho.ini --- resources/lang/zho.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/zho.ini b/resources/lang/zho.ini index 89df90b8..f9c76f44 100644 --- a/resources/lang/zho.ini +++ b/resources/lang/zho.ini @@ -1,5 +1,5 @@ ; Updated time : 26th 07 2017 -language.name = "Chinese" +language.name = "Traditional Chinese" ; general divider = "========================================" spacer = " -=+=- {%0} -=+=- " From 03a1d13927b4ddfa5d4134b14a95aea5faeb2c3a Mon Sep 17 00:00:00 2001 From: Yifei Ding Date: Tue, 15 Oct 2019 22:57:54 -0700 Subject: [PATCH 6/6] I did the opposite, so I just switch them back --- resources/lang/chi.ini | 156 ++++++++++++----------------------------- resources/lang/zho.ini | 156 +++++++++++++++++++++++++++++------------ 2 files changed, 156 insertions(+), 156 deletions(-) diff --git a/resources/lang/chi.ini b/resources/lang/chi.ini index b934dbfe..f9c76f44 100644 --- a/resources/lang/chi.ini +++ b/resources/lang/chi.ini @@ -1,112 +1,46 @@ -; Updated time : 3rd 10 2019 -; See: https://www.loc.gov/standards/iso639-2/php/English_list.php -language.name="Simplified Chinese" +; Updated time : 26th 07 2017 +language.name = "Traditional 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="选择一个语言" \ No newline at end of file +divider = "========================================" +spacer = " -=+=- {%0} -=+=- " +error = "某些地方出錯了" +noperm = "您並沒有執行這條指令的權限" +runingame = "請在遊戲中執行這條指令!" +commands = "指令" +; user interfaces +ui.confirmation = "確認" +ui.confirmation.yes = "是" +ui.confirmation.no = "否" +; ui brush +ui.brush.title = "筆刷選單" +; ui brush select +ui.brush.select.title = "選取一支筆刷" +ui.brush.select.type.sphere = "球體" +ui.brush.select.type.cylinder = "圓柱" +ui.brush.select.type.cuboid = "立方體" +ui.brush.select.type.clipboard = "剪貼簿" +; ui brush settings +ui.brush.settings.title = "{%0} 筆刷設置" +; ui 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 = "是否加上標誌 (flags)?" +; ui flags +ui.flags.keepexistingblocks = "保留現有區塊" +ui.flags.keepair = "保留空氣" +ui.flags.hollow = "中空" +ui.flags.natural = "自然" +; ui brush sphere +; ui brush cylinder +; ui brush cuboid +; ui brush clipboard +; ui flood +ui.flood.title = "填充選單" +ui.flood.options.limit = "最大塊" +ui.flood.options.blocks = "塊" +ui.flood.options.blocks.placeholder = "用分號分隔的塊" +ui.flood.options.label.infoapply = "請點擊"送出"按鈕來套用" diff --git a/resources/lang/zho.ini b/resources/lang/zho.ini index f9c76f44..b934dbfe 100644 --- a/resources/lang/zho.ini +++ b/resources/lang/zho.ini @@ -1,46 +1,112 @@ -; Updated time : 26th 07 2017 -language.name = "Traditional Chinese" +; 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} -=+=- " -error = "某些地方出錯了" -noperm = "您並沒有執行這條指令的權限" -runingame = "請在遊戲中執行這條指令!" -commands = "指令" -; user interfaces -ui.confirmation = "確認" -ui.confirmation.yes = "是" -ui.confirmation.no = "否" -; ui brush -ui.brush.title = "筆刷選單" -; ui brush select -ui.brush.select.title = "選取一支筆刷" -ui.brush.select.type.sphere = "球體" -ui.brush.select.type.cylinder = "圓柱" -ui.brush.select.type.cuboid = "立方體" -ui.brush.select.type.clipboard = "剪貼簿" -; ui brush settings -ui.brush.settings.title = "{%0} 筆刷設置" -; ui 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 = "是否加上標誌 (flags)?" -; ui flags -ui.flags.keepexistingblocks = "保留現有區塊" -ui.flags.keepair = "保留空氣" -ui.flags.hollow = "中空" -ui.flags.natural = "自然" -; ui brush sphere -; ui brush cylinder -; ui brush cuboid -; ui brush clipboard -; ui flood -ui.flood.title = "填充選單" -ui.flood.options.limit = "最大塊" -ui.flood.options.blocks = "塊" -ui.flood.options.blocks.placeholder = "用分號分隔的塊" -ui.flood.options.label.infoapply = "請點擊"送出"按鈕來套用" +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="选择一个语言" \ No newline at end of file