From 061beb2506f7ea81e4396401e0ef63890474c77e Mon Sep 17 00:00:00 2001 From: cubewhy Date: Wed, 17 Jan 2024 16:10:58 +0800 Subject: [PATCH] translate --- src/main/resources/languages/launcher.properties | 12 ++++++------ .../resources/languages/launcher_en.properties | 12 ++++++------ .../resources/languages/launcher_zh.properties | 16 +++++++++------- 3 files changed, 21 insertions(+), 19 deletions(-) diff --git a/src/main/resources/languages/launcher.properties b/src/main/resources/languages/launcher.properties index 732cd8ee..07d4f56f 100644 --- a/src/main/resources/languages/launcher.properties +++ b/src/main/resources/languages/launcher.properties @@ -135,14 +135,14 @@ gui.settings.jvm.jre.success=Java executable has been set to %s gui.settings.jvm.jre.unset.success=[Java executable] Restoring default values successfully! gui.settings.jvm.jre.unset.confirm=Are you sure you want to use the default JRE? gui.settings.unclaimed=Others -gui.message.clientCrash1=Your client was crashed:\ -Crash id: %s\ -View your crash report at %s\ -View the log of the latest launch: %s\ +gui.message.clientCrash1=Your client was crashed:\n\ +Crash id: %s\n\ +View your crash report at %s\n\ +View the log of the latest launch: %s\n\ \n\ *%s* -gui.message.clientCrash2=Your client was crashed:\ -View the log of the latest launch: %s\ +gui.message.clientCrash2=Your client was crashed:\n\n\ +View the log of the latest launch: %s\n\ *%s* gui.settings.jvm.wrapper=Wrapper: gui.settings.jvm.args=VM Params diff --git a/src/main/resources/languages/launcher_en.properties b/src/main/resources/languages/launcher_en.properties index 75a32b41..cadbee9e 100644 --- a/src/main/resources/languages/launcher_en.properties +++ b/src/main/resources/languages/launcher_en.properties @@ -135,14 +135,14 @@ gui.settings.jvm.jre.success=Java executable has been set to %s gui.settings.jvm.jre.unset.success=[Java executable] Restoring default values successfully! gui.settings.jvm.jre.unset.confirm=Are you sure you want to use the default JRE? gui.settings.unclaimed=Others -gui.message.clientCrash1=Your client was crashed:\ -Crash id: %s\ -View your crash report at %s\ -View the log of the latest launch: %s\ +gui.message.clientCrash1=Your client was crashed:\n\ +Crash id: %s\n\ +View your crash report at %s\n\ +View the log of the latest launch: %s\n\ \n\ *%s* -gui.message.clientCrash2=Your client was crashed:\ -View the log of the latest launch: %s\ +gui.message.clientCrash2=Your client was crashed:\n\n\ +View the log of the latest launch: %s\n\ *%s* gui.settings.jvm.wrapper=Wrapper: gui.settings.jvm.args=VM Params diff --git a/src/main/resources/languages/launcher_zh.properties b/src/main/resources/languages/launcher_zh.properties index 176123b1..c597b89a 100644 --- a/src/main/resources/languages/launcher_zh.properties +++ b/src/main/resources/languages/launcher_zh.properties @@ -133,14 +133,15 @@ gui.settings.jvm.jre.success=Java可执行文件已设置为%s gui.settings.jvm.jre.unset.success=[Java可执行文件] 恢复默认值成功! gui.settings.jvm.jre.unset.confirm=确认使用默认的JRE? gui.settings.unclaimed=其他配置 -gui.message.clientCrash1=喜报:你的客户端崩溃了!:\ -崩溃id: %s\ -在%s查询日志\ -在%s查看游戏崩溃前的输出\ +gui.message.clientCrash1=喜报:你的客户端崩溃了\n\ +\n\ +崩溃id: %s\n\ +在%s查询日志(在线)\n\ +在%s查看游戏崩溃前的输出\n\ \n\ *%s* -gui.message.clientCrash2=喜报:你的客户端崩溃了!:\ -在%s查看游戏崩溃前的输出\ +gui.message.clientCrash2=喜报:你的客户端崩溃了!\n\n\ +在%s查看游戏崩溃前的输出\n\n\ *%s* gui.settings.jvm.wrapper=包装器: gui.settings.jvm.args=虚拟机参数 @@ -189,4 +190,5 @@ gui.addon.mods.cn.remove.success=成功移除 %s gui.addon.mods.fabric.remove=移除Mod gui.addon.mods.fabric.remove.confirm.message=确认移除Fabric模组 %s gui.addon.mods.fabric.remove.success=成功移除Fabric模组 %s -gui.addon.mods.fabric.remove.confirm.title=移除确认 \ No newline at end of file +gui.addon.mods.fabric.remove.confirm.title=移除确认 +gui.plugin.exist=已存在 \ No newline at end of file