mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-08-04 03:46:57 -04:00
fix: #1004.
This commit is contained in:
parent
0fdac8a308
commit
336d7ba221
@ -29,8 +29,8 @@
|
|||||||
<StackPane fx:id="center" style="-fx-padding: 10;">
|
<StackPane fx:id="center" style="-fx-padding: 10;">
|
||||||
<ComponentList fx:id="centrePane" styleClass="no-padding">
|
<ComponentList fx:id="centrePane" styleClass="no-padding">
|
||||||
<HBox fx:id="checkPane" spacing="10" style="-fx-padding: 10;">
|
<HBox fx:id="checkPane" spacing="10" style="-fx-padding: 10;">
|
||||||
<JFXCheckBox fx:id="chkRelease" text="%version.game.release" selected="true" />
|
<JFXCheckBox fx:id="chkRelease" text="%version.game.releases" selected="true" />
|
||||||
<JFXCheckBox fx:id="chkSnapshot" text="%version.game.snapshot" />
|
<JFXCheckBox fx:id="chkSnapshot" text="%version.game.snapshots" />
|
||||||
<JFXCheckBox fx:id="chkOld" text="%version.game.old" />
|
<JFXCheckBox fx:id="chkOld" text="%version.game.old" />
|
||||||
</HBox>
|
</HBox>
|
||||||
<JFXListView fx:id="list" styleClass="jfx-list-view-float" VBox.vgrow="ALWAYS">
|
<JFXListView fx:id="list" styleClass="jfx-list-view-float" VBox.vgrow="ALWAYS">
|
||||||
|
@ -695,8 +695,10 @@ version.empty=No game
|
|||||||
version.empty.add=Install new version
|
version.empty.add=Install new version
|
||||||
version.empty.launch=No version to launch, please install a version via version list page.
|
version.empty.launch=No version to launch, please install a version via version list page.
|
||||||
version.game.old=Old
|
version.game.old=Old
|
||||||
version.game.release=Releases
|
version.game.release=Release
|
||||||
version.game.snapshot=Snapshots
|
version.game.releases=Releases
|
||||||
|
version.game.snapshot=Snapshot
|
||||||
|
version.game.snapshots=Snapshots
|
||||||
version.launch=Play
|
version.launch=Play
|
||||||
version.launch.test=Test Game
|
version.launch.test=Test Game
|
||||||
version.launch_script=Make a Launching Script
|
version.launch_script=Make a Launching Script
|
||||||
|
@ -675,7 +675,9 @@ version.empty.add=進入遊戲列表安裝
|
|||||||
version.empty.launch=沒有可啟動的遊戲,你可以點選左側遊戲欄內的設定按鈕進入遊戲列表安裝遊戲
|
version.empty.launch=沒有可啟動的遊戲,你可以點選左側遊戲欄內的設定按鈕進入遊戲列表安裝遊戲
|
||||||
version.game.old=老舊版本
|
version.game.old=老舊版本
|
||||||
version.game.release=穩定版本
|
version.game.release=穩定版本
|
||||||
|
version.game.releases=穩定版本
|
||||||
version.game.snapshot=測試版本
|
version.game.snapshot=測試版本
|
||||||
|
version.game.snapshots=測試版本
|
||||||
version.launch=啟動遊戲
|
version.launch=啟動遊戲
|
||||||
version.launch.test=測試遊戲
|
version.launch.test=測試遊戲
|
||||||
version.launch_script=生成啟動指令碼
|
version.launch_script=生成啟動指令碼
|
||||||
|
@ -709,7 +709,9 @@ version.empty.add=进入版本列表安装
|
|||||||
version.empty.launch=没有可启动的游戏,你可以点击左侧游戏栏内的设置按钮进入版本列表安装游戏
|
version.empty.launch=没有可启动的游戏,你可以点击左侧游戏栏内的设置按钮进入版本列表安装游戏
|
||||||
version.game.old=远古版
|
version.game.old=远古版
|
||||||
version.game.release=正式版
|
version.game.release=正式版
|
||||||
|
version.game.releases=正式版
|
||||||
version.game.snapshot=测试版
|
version.game.snapshot=测试版
|
||||||
|
version.game.snapshots=测试版
|
||||||
version.launch=启动游戏
|
version.launch=启动游戏
|
||||||
version.launch.test=测试游戏
|
version.launch.test=测试游戏
|
||||||
version.launch_script=生成启动脚本
|
version.launch_script=生成启动脚本
|
||||||
|
Loading…
x
Reference in New Issue
Block a user