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
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -592,4 +592,13 @@
592
592
"否": "No",
593
593
"共": "Total",
594
594
"项": "items"
595
+
"日志名称": "Log Name",
596
+
"自定义日志文件夹名称,用于区分不同任务的日志,留空则自动生成": "Custom log folder name to distinguish logs from different tasks. Leave blank to auto-generate",
597
+
"自定义日志文件夹名称,用于区分不同任务的日志,留空则自动生成。支持绝对路径如 /dev/null": "Custom log folder name to distinguish logs from different tasks. Leave blank to auto-generate. Supports absolute paths like /dev/null",
598
+
"自定义日志文件夹名称,用于区分不同任务的日志,留空则自动生成。支持 /dev/null 丢弃日志,其他绝对路径必须在日志目录内": "Custom log folder name to distinguish logs from different tasks. Leave blank to auto-generate. Supports /dev/null to discard logs, other absolute paths must be within log directory",
599
+
"请输入自定义日志文件夹名称": "Please enter a custom log folder name",
600
+
"请输入自定义日志文件夹名称或绝对路径": "Please enter a custom log folder name or absolute path",
601
+
"请输入自定义日志文件夹名称或 /dev/null": "Please enter a custom log folder name or /dev/null",
602
+
"日志名称只能包含字母、数字、下划线和连字符": "Log name can only contain letters, numbers, underscores and hyphens",
603
+
"日志名称不能超过100个字符": "Log name cannot exceed 100 characters"
0 commit comments