This commit is contained in:
huanghongxun 2021-09-09 16:03:21 +08:00
parent 0fdac8a308
commit 336d7ba221
4 changed files with 10 additions and 4 deletions

View File

@ -29,8 +29,8 @@
<StackPane fx:id="center" style="-fx-padding: 10;">
<ComponentList fx:id="centrePane" styleClass="no-padding">
<HBox fx:id="checkPane" spacing="10" style="-fx-padding: 10;">
<JFXCheckBox fx:id="chkRelease" text="%version.game.release" selected="true" />
<JFXCheckBox fx:id="chkSnapshot" text="%version.game.snapshot" />
<JFXCheckBox fx:id="chkRelease" text="%version.game.releases" selected="true" />
<JFXCheckBox fx:id="chkSnapshot" text="%version.game.snapshots" />
<JFXCheckBox fx:id="chkOld" text="%version.game.old" />
</HBox>
<JFXListView fx:id="list" styleClass="jfx-list-view-float" VBox.vgrow="ALWAYS">

View File

@ -695,8 +695,10 @@ version.empty=No game
version.empty.add=Install new version
version.empty.launch=No version to launch, please install a version via version list page.
version.game.old=Old
version.game.release=Releases
version.game.snapshot=Snapshots
version.game.release=Release
version.game.releases=Releases
version.game.snapshot=Snapshot
version.game.snapshots=Snapshots
version.launch=Play
version.launch.test=Test Game
version.launch_script=Make a Launching Script

View File

@ -675,7 +675,9 @@ version.empty.add=進入遊戲列表安裝
version.empty.launch=沒有可啟動的遊戲,你可以點選左側遊戲欄內的設定按鈕進入遊戲列表安裝遊戲
version.game.old=老舊版本
version.game.release=穩定版本
version.game.releases=穩定版本
version.game.snapshot=測試版本
version.game.snapshots=測試版本
version.launch=啟動遊戲
version.launch.test=測試遊戲
version.launch_script=生成啟動指令碼

View File

@ -709,7 +709,9 @@ version.empty.add=进入版本列表安装
version.empty.launch=没有可启动的游戏,你可以点击左侧游戏栏内的设置按钮进入版本列表安装游戏
version.game.old=远古版
version.game.release=正式版
version.game.releases=正式版
version.game.snapshot=测试版
version.game.snapshots=测试版
version.launch=启动游戏
version.launch.test=测试游戏
version.launch_script=生成启动脚本