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
Copy file name to clipboardExpand all lines: src/i18n/locales/en-US.ts
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -96,16 +96,16 @@ export default {
96
96
minimizeToTray: 'Minimize to tray on close',
97
97
minimizeToTrayHint: 'Hide to system tray instead of exiting when clicking close button',
98
98
autoStart: 'Launch at startup',
99
-
autoStartHint: 'Automatically start this application when the system boots',
100
-
autoStartInstance: 'Auto-execute on startup',
99
+
autoStartHint: 'If checked, "MXU --autostart" will be added to the Windows Task Scheduler to enable startup on boot. If unchecked, it will be removed.',
100
+
autoStartInstance: 'Default execution for Auto Mode',
101
101
autoStartInstanceHint:
102
-
'Select a configuration to activate and run tasks automatically after startup. Scheduled tasks for other configurations will still run normally',
102
+
'The default configuration executed in Auto Mode (launch method "MXU --autostart"). Unselected configurations will still execute at their scheduled times if a task is set. Automatic updates will be skipped when running in Auto Mode.',
103
103
autoStartInstanceNone: 'Do not auto-execute',
104
104
autoStartInstanceRemoved:
105
105
'Previously selected configuration "{{name}}" has been deleted. Auto-execute has been disabled',
106
-
autoRunOnLaunch: 'Also auto-execute on manual launch',
106
+
autoRunOnLaunch: 'Treat manual launch as automatic',
107
107
autoRunOnLaunchHint:
108
-
'Automatically execute the selected configuration when manually opening the app (if disabled, only triggers on system startup)',
108
+
'In Manual Mode (launch method "MXU" or double-clicking the icon), if checked, it will execute following the logic of Auto Mode.',
109
109
confirmBeforeDelete: 'Confirm delete actions',
110
110
confirmBeforeDeleteHint:
111
111
'Show a confirmation dialog before delete/clear list and other dangerous actions.',
0 commit comments