Skip to content

Commit

Permalink
translate
Browse files Browse the repository at this point in the history
  • Loading branch information
cubewhy committed Jan 17, 2024
1 parent 2e8d979 commit 061beb2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
12 changes: 6 additions & 6 deletions src/main/resources/languages/launcher.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions src/main/resources/languages/launcher_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 9 additions & 7 deletions src/main/resources/languages/launcher_zh.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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=虚拟机参数
Expand Down Expand Up @@ -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=移除确认
gui.addon.mods.fabric.remove.confirm.title=移除确认
gui.plugin.exist=已存在

0 comments on commit 061beb2

Please sign in to comment.