fix: support Chinese cron log names (#3068)

This commit is contained in:
whyour
2026-09-12 03:03:25 +08:00
parent 4df52094f2
commit d62d8f3025
6 changed files with 120 additions and 8 deletions
+2 -2
View File
@@ -94,8 +94,8 @@ const messages: Record<string, Record<string, string>> = {
'日志设置为忽略': 'Log set to ignore',
'定时规则不能为空': 'Schedule rule cannot be empty',
'无效的定时规则': 'Invalid schedule rule',
'日志名称只能包含字母、数字、下划线连字符':
'Log name can only contain letters, numbers, underscores, and hyphens',
'日志名称只能包含中文、字母、数字、下划线连字符、点和路径分隔符':
'Log name can only contain Chinese characters, letters, numbers, underscores, hyphens, dots, and path separators',
'日志名称不能超过100个字符': 'Log name cannot exceed 100 characters',
'错误的用户名密码,请重试': 'Incorrect username or password, please try again',
'该 IP 已被列入黑名单': 'This IP address has been blocked',