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/locales/en-US.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -524,7 +524,9 @@
524
524
"清除成功": "Clean successful",
525
525
"日志名称": "Log Name",
526
526
"自定义日志文件夹名称,用于区分不同任务的日志,留空则自动生成": "Custom log folder name to distinguish logs from different tasks. Leave blank to auto-generate",
527
+
"自定义日志文件夹名称,用于区分不同任务的日志,留空则自动生成。支持绝对路径如 /dev/null": "Custom log folder name to distinguish logs from different tasks. Leave blank to auto-generate. Supports absolute paths like /dev/null",
527
528
"请输入自定义日志文件夹名称": "Please enter a custom log folder name",
529
+
"请输入自定义日志文件夹名称或绝对路径": "Please enter a custom log folder name or absolute path",
528
530
"日志名称只能包含字母、数字、下划线和连字符": "Log name can only contain letters, numbers, underscores and hyphens",
529
531
"日志名称不能超过100个字符": "Log name cannot exceed 100 characters"
0 commit comments