Add wait and updategui trigger

This commit is contained in:
Kwaroran
2025-02-16 00:39:11 +09:00
parent 2b36ad073f
commit d6472971c5
4 changed files with 55 additions and 1 deletions

View File

@@ -313,6 +313,10 @@ export const languageKorean = {
"v2SetDisplayStateDesc": "디스플레이 상태를 {{value}}로 설정",
"v2GetDisplayState": "현재 디스플레이 데이터 가져오기",
"v2GetDisplayStateDesc": "현재 디스플레이 테이터 가져오기 => {{outputVar}}",
"v2UpdateGUI": "GUI 업데이트",
"v2UpdateGUIDesc": "GUI 업데이트",
"v2Wait": "기다리기",
"v2WaitDesc": "{{value}} 초 기다리기",
},
"confirm": "확인",
"goback": "뒤로",