Add wait and updategui trigger
This commit is contained in:
@@ -361,6 +361,10 @@ export const languageEnglish = {
|
||||
v2GetDisplayStateDesc: "Get Display State => {{outputVar}}",
|
||||
v2SetDisplayState: "Set Display State",
|
||||
v2SetDisplayStateDesc: "Set Display State to {{value}}",
|
||||
v2UpdateGUI: "Update GUI",
|
||||
v2UpdateGUIDesc: "Update GUI",
|
||||
v2Wait: "Wait",
|
||||
v2WaitDesc: "Wait {{value}} seconds",
|
||||
},
|
||||
|
||||
confirm: "Confirm",
|
||||
|
||||
@@ -313,6 +313,10 @@ export const languageKorean = {
|
||||
"v2SetDisplayStateDesc": "디스플레이 상태를 {{value}}로 설정",
|
||||
"v2GetDisplayState": "현재 디스플레이 데이터 가져오기",
|
||||
"v2GetDisplayStateDesc": "현재 디스플레이 테이터 가져오기 => {{outputVar}}",
|
||||
"v2UpdateGUI": "GUI 업데이트",
|
||||
"v2UpdateGUIDesc": "GUI 업데이트",
|
||||
"v2Wait": "기다리기",
|
||||
"v2WaitDesc": "{{value}} 초 기다리기",
|
||||
},
|
||||
"confirm": "확인",
|
||||
"goback": "뒤로",
|
||||
|
||||
Reference in New Issue
Block a user