mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
Fix vlayer selection locale (#361)
* Update gui.cfg * Update gui.cfg * Update gui.cfg * Update vlayer.lua
This commit is contained in:
@@ -294,6 +294,8 @@ control-type-energy=Energy
|
|||||||
control-type-circuit=Circuit
|
control-type-circuit=Circuit
|
||||||
control-type-storage-input=Storage Input
|
control-type-storage-input=Storage Input
|
||||||
control-type-storage-output=Storage Output
|
control-type-storage-output=Storage Output
|
||||||
|
enter=Entered vlayer selection mode.
|
||||||
|
exit=Exited vlayer selection mode.
|
||||||
|
|
||||||
[module]
|
[module]
|
||||||
main-tooltip=Module GUI
|
main-tooltip=Module GUI
|
||||||
|
|||||||
@@ -294,6 +294,8 @@ control-type-energy=電力
|
|||||||
control-type-circuit=回路
|
control-type-circuit=回路
|
||||||
control-type-storage-input=放入箱
|
control-type-storage-input=放入箱
|
||||||
control-type-storage-output=提取箱
|
control-type-storage-output=提取箱
|
||||||
|
enter=現在進入 vlayer 區域選擇
|
||||||
|
exit=已進入 vlayer 區域選擇
|
||||||
|
|
||||||
[module]
|
[module]
|
||||||
main-tooltip=模組介面
|
main-tooltip=模組介面
|
||||||
|
|||||||
@@ -294,6 +294,8 @@ control-type-energy=電力
|
|||||||
control-type-circuit=回路
|
control-type-circuit=回路
|
||||||
control-type-storage-input=放入箱
|
control-type-storage-input=放入箱
|
||||||
control-type-storage-output=提取箱
|
control-type-storage-output=提取箱
|
||||||
|
enter=現在進入 vlayer 區域選擇
|
||||||
|
exit=已進入 vlayer 區域選擇
|
||||||
|
|
||||||
[module]
|
[module]
|
||||||
main-tooltip=模組介面
|
main-tooltip=模組介面
|
||||||
|
|||||||
@@ -390,9 +390,10 @@ local vlayer_gui_control_build =
|
|||||||
}:on_click(function(player, _, _)
|
}:on_click(function(player, _, _)
|
||||||
if Selection.is_selecting(player, SelectionConvertArea) then
|
if Selection.is_selecting(player, SelectionConvertArea) then
|
||||||
Selection.stop(player)
|
Selection.stop(player)
|
||||||
|
player.print{ "vlayer.exit" }
|
||||||
else
|
else
|
||||||
Selection.start(player, SelectionConvertArea)
|
Selection.start(player, SelectionConvertArea)
|
||||||
player.print{ "exp-commands_waterfill.entered-area-selection" }
|
player.print{ "vlayer.enter" }
|
||||||
end
|
end
|
||||||
|
|
||||||
vlayer_gui_list_refresh(player)
|
vlayer_gui_list_refresh(player)
|
||||||
|
|||||||
Reference in New Issue
Block a user