feat: packages国际化文件新增字段

This commit is contained in:
caiyuchao
2025-05-26 17:25:08 +08:00
parent c9a10bbac0
commit 2e08750e4c
2 changed files with 3 additions and 1 deletions

View File

@@ -8,7 +8,8 @@
"alreadyExists": "{0} `{1}` already exists",
"startWith": "{0} must start with `{1}`",
"invalidURL": "Please input a valid URL",
"mobile": "Please input a valid {0}"
"mobile": "Please input a valid {0}",
"range": "{0} must be between {1} and {2}"
},
"actionTitle": {
"copy": "Copy {0}",

View File

@@ -4,6 +4,7 @@
"selectRequired": "请选择{0}",
"minLength": "{0}至少{1}个字符",
"maxLength": "{0}最多{1}个字符",
"range": "{0}必须在{1}和{2}范围内",
"length": "{0}长度必须为{1}个字符",
"alreadyExists": "{0} `{1}` 已存在",
"startWith": "{0}必须以 {1} 开头",