feat: packages国际化文件新增字段
This commit is contained in:
@@ -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}",
|
||||
|
||||
@@ -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} 开头",
|
||||
|
||||
Reference in New Issue
Block a user