You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
argsDescription: 'Template variables {{STATUS}} {{S_BASE64}} {{S_CSV}} {{S_JSON}} {{S_JSON_BASE64}} represent the real-time status of selected tasks of the current instance. See https://github.com/MistEO/MXU/blob/main/src-tauri/src/mxu_actions.rs#L207 for details.',
144
145
waitLabel: 'Wait for Exit',
145
146
waitDescription:
146
147
'When disabled, continues immediately after launch; when enabled, waits for the process to exit before continuing, suitable for scripts that need to complete synchronously',
Copy file name to clipboardExpand all lines: src/i18n/locales/ko-KR.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,8 @@ export default {
137
137
programLabel: '프로그램 경로',
138
138
programPlaceholder: '프로그램 경로를 입력하거나 오른쪽 찾아보기를 클릭...',
139
139
argsLabel: '추가 인수',
140
-
argsPlaceholder: '추가 인수 입력 (선택 사항)',
140
+
argsPlaceholder: '추가 인수 입력(선택 사항, 템플릿 변수 지원)',
141
+
argsDescription: '템플릿 변수 {{STATUS}} {{S_BASE64}} {{S_CSV}} {{S_JSON}} {{S_JSON_BASE64}} 는 현재 인스턴스의 선택된 모든 작업의 실시간 상태를 나타냅니다. 자세한 내용은 https://github.com/MistEO/MXU/blob/main/src-tauri/src/mxu_actions.rs#L207 를 참조하세요.',
141
142
waitLabel: '종료 대기',
142
143
waitDescription:
143
144
'비활성화하면 실행 후 즉시 계속합니다. 활성화하면 프로세스 종료 후 계속합니다. 스크립트 등 동기 완료가 필요한 작업에 적합합니다',
0 commit comments